@charset "UTF-8";
#container {
  /* ========================================================================================= ^^
    Index
  ============================================================================================ ^^ */
  /* 内容 */
  /* メイン ゴシック */
  /* メイン 明朝 */
  /* メイン 明朝 */
  /* トップページ */
  /* ページリンク */
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
}
#container #value .font01 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
}
#container #value .font02 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1;
}
#container #value .font03 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
#container .pageLink {
  width: 100%;
  margin: 0 auto;
}
#container .pageLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#container .pageLink ul li {
  position: relative;
  width: 50%;
  list-style: none;
  transition: all 0.6s;
}
#container .pageLink ul li a {
  display: block;
  /*height: 1186px;*/
  height: 970px;
}
#container .pageLink ul li:hover {
  opacity: 0.6;
}
#container .pageLink ul .li01 {
  background: url(../images/position/mv_future.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
#container .pageLink ul .li02 {
  background: url(../images/position/mv_history.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
#container .pageLink ul li .txtArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  letter-spacing: 0.25em;
}
#container .pageLink ul li .txtArea .ttl {
  font-size: 63px;
  margin-bottom: 0.5em;
  line-height: 1;
  color: #fff;
}
#container .pageLink ul li .txtArea .txt {
  font-size: 22px;
  color: #fff;
}
#container .pageLink ul li .txtArea .more {
  width: 85%;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 6em;
  font-family: "Cinzel", serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
#container .pageLink ul .li01 .txtArea .more {
  flex-direction: row-reverse;
}
#container .pageLink ul .li01 .txtArea .more::before,
#container .pageLink ul .li02 .txtArea .more::before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #FFF;
}
#container .pageLink ul .li01 .txtArea .more::before {
  margin-left: 5%;
}
#container .pageLink ul .li02 .txtArea .more::before {
  margin-right: 5%;
}
#container .pageLink .pageLink_cap {
  display: none;
}
@media screen and (max-width: 767px) {
  #container .pageLink ul li a {
    height: 50vh;
  }
  #container .pageLink ul li .txtArea {
    width: 82%;
    max-width: 400px;
  }
  #container .pageLink ul li .txtArea .ttl {
    /*font-size: 63px;*/
    /*font-size: 9.256vw;*/
    font-size: 7.17vw;
    margin-bottom: 0.3em;
  }
  #container .pageLink ul li .txtArea .txt {
    /*font-size: 22px;*/
    /*font-size: 3.911vw;*/
    font-size: 3.129vw;
    letter-spacing: 0.15em;
  }
  #container .pageLink ul li .txtArea .more {
    width: 85%;
    /*font-size: 16px;*/
    font-size: 3.129vw;
    margin-top: 4.5em;
  }
  #container .pageLink .pageLink_cap {
    display: block;
    color: #231815;
    text-align: left;
    font-size: 12px;
    padding-left: 2em;
    text-indent: -2em;
    margin: 0.5em 1em 2em;
    line-height: 1.4;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}
/*---------------------------
共通
---------------------------*/
.main {
  margin-top: -80px;
}

@media only screen and (max-width: 767px) {
  .main {
    margin-top: -60px;
  }
}
/* メインビジュアル */
/*---------------------*/
#container .section--hero {
  background: #000;
  height: 970px;
}

#container .section--hero * {
  color: #fff;
}

#container .section--hero .section__inner {
  height: 100%;
  background: url(../images/value/hero_bgi01.jpg) no-repeat 50% 50%/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#container .section--hero .section__block {
  width: 50%;
}

#container .section--hero .section__block--heading {
  margin-left: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

#container .section--hero .section__block--heading .section__heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

#container .section--hero .section__block--heading .section__heading .section__small {
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

#container .section--hero .section__block--heading .section__heading .section__b {
  margin-top: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

#container .section--hero .section__block--heading .section__heading .section__i {
  margin-left: 80px;
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

#container .section--hero .section__block--text .section__par--title {
  font-size: 22px;
  line-height: 2;
}

#container .section--hero .section__block--text .section__par--text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #container .section--hero {
    height: auto;
  }
  #container .section--hero .section__inner {
    height: auto;
    min-height: 80dvh;
    background: url(../images/value/hero_bgi01.jpg) no-repeat 50% 50%/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3.90625vw;
  }
  #container .section--hero .section__block {
    width: 80%;
  }
  #container .section--hero .section__block--heading {
    margin-left: 0;
  }
  #container .section--hero .section__block--heading .section__heading .section__small {
    font-size: 3.125vw;
  }
  #container .section--hero .section__block--heading .section__heading .section__b {
    margin-top: 6.8359375vw;
    font-size: 12.109375vw;
  }
  #container .section--hero .section__block--heading .section__heading .section__i {
    margin-left: 15.625vw;
    font-size: 12.109375vw;
  }
  #container .section--hero .section__block--text .section__par--title {
    font-size: 4.296875vw;
  }
  #container .section--hero .section__block--text .section__par--text {
    margin-top: 3.125vw;
    font-size: 3.125vw;
  }
}
/* 共通 */
/*---------------------*/
.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

#container .section--index-nostalgy {
  padding: 10em 0;
}

#container .mainCopy {
  width: 100%;
  margin-bottom: 5em;
}

#container .mainCopy p {
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
}

#container .mainCopy p span {
  color: #957D46;
  border-bottom: solid 1px #957D46;
}

#container .mainCopy p.cap {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.5em;
}

#container .txtArea {
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 4em;
  letter-spacing: 0.1em;
}

#container .txtArea .ttl {
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  margin-bottom: 0.5em;
}

#container .txtArea .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}

#container .section--index-gray {
  padding: 10em 0;
  background: #E5E5E5;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  #container .section--index-nostalgy {
    padding: 6em 0;
  }
  #container .mainCopy {
    margin-bottom: 4em;
  }
  #container .mainCopy p {
    /*font-size: 34px;*/
    font-size: 4.433vw;
  }
  #container .mainCopy p.cap {
    font-size: 10px;
    margin-top: 1.2em;
  }
  #container .txtArea {
    margin-bottom: 3em;
  }
  #container .txtArea .ttl {
    /*font-size: 22px;*/
    font-size: 3.65vw;
  }
  #container .txtArea .txt {
    /*font-size: 14px;*/
    font-size: 2.608vw;
  }
  #container .section--index-gray {
    padding: 6em 0;
  }
}
/* ランキング */
/*---------------------*/
#container .ranking_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#container .ranking_list li {
  width: 48%;
  height: 100%;
}

#container .ranking_list .ranking_ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  margin: 0 0.8em 1em;
}

#container .ranking_cap {
  width: calc(100% - 1.8em);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
  color: #333;
  margin: 2em auto 0;
}

@media screen and (max-width: 767px) {
  #container .ranking_list {
    gap: 5em;
  }
  #container .ranking_list li {
    width: 100%;
    height: 100%;
  }
  #container .ranking_list .ranking_ttl {
    /*font-size: 14px;*/
    font-size: 2.608vw;
    margin: 0 0.8em 1em;
  }
  #container .ranking_cap {
    font-size: 10px;
    margin: 2em auto 0;
  }
}
/* グラフエリア */
/*---------------------*/
#container .graphArea {
  margin-bottom: 0.5em;
}

#container .graph_ttl {
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.1em;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1.5em;
}

#container .graph_cap {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: #333;
  margin-top: 2.5em;
}

#container .graph_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#container .graph_list li:nth-child(1) {
  width: 51%;
  height: 100%;
}

#container .graph_list li:nth-child(2) {
  width: 45%;
  height: 100%;
}

.swipe_txt {
  display: none;
}

.graph_scr {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 1.2em;
  /*  overflow-x: scroll;*/
}

.graph_scr.graph_big {
  width: 85%;
}

.graph_scr .img {
  width: 100%;
}

.graph_scr .img img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

@media screen and (max-width: 767px) {
  #container .graph_ttl {
    /*font-size: 14px;*/
    font-size: 2.608vw;
    margin-bottom: 1.5em;
  }
  #container .graph_cap {
    margin-top: 2.5em;
  }
  #container .graph_list {
    gap: 5em;
  }
  #container .graph_list li:nth-child(1) {
    width: 100%;
    height: 100%;
  }
  #container .graph_list li:nth-child(2) {
    width: 100%;
    height: 100%;
  }
  .swipe_txt {
    display: none;
    /*display: block;
    text-align: center;
    margin-bottom: 1em;*/
  }
  .swipe_txt p {
    display: inline-block;
    font-size: 2.608vw;
    line-height: 1.8;
    letter-spacing: 1.5px;
    text-align: center;
    border-bottom: solid 1px #333;
  }
  .graph_scr {
    width: 100%;
    padding: 0 0 1.2em;
    /*    overflow-x: scroll;*/
  }
  .graph_scr.graph_big {
    width: 100%;
  }
  .graph_scr .img {
    /*width: 180vw;*/
  }
  .graph_scr .img img {
    width: 100%;
  }
}
/* みなとみらい２１ */
/*---------------------*/
#container .section--index-bg {
  padding: 10em 0 0;
  /*background: url(../images/value/mirai21_bg.jpg) no-repeat 50% 50%/cover;*/
}

.minato_img {
  width: 100%;
  margin: 5em auto 0;
}

#container .tabBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8em;
}

#container .tabBtn li {
  width: 49%;
}

#container .tabBtn li a {
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #A58439;
  background: #F1ECE1;
  background: linear-gradient(0deg, rgb(241, 236, 225) 0%, rgb(255, 255, 255) 100%);
  padding: 1em 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #A58439;
  transition: all 0.6s;
}

#container .tabBtn li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 9px solid #A58439;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 0 solid transparent;
  transform: translateY(1px);
  box-sizing: border-box;
}

#container .tabBtn li a:hover {
  opacity: 0.6;
}

#container .fac_Wrap {
  display: flex;
  flex-direction: column;
  gap: 10em;
}

#container .fac_Wrap li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#container .fac_Wrap li.rev {
  flex-direction: row-reverse;
}

#container .fac_Wrap li.w5_2 {
  justify-content: flex-start;
  gap: 7em;
}

#container .fac_Wrap li .img {
  width: 55%;
}

#container .fac_Wrap li.w5 .img {
  width: 46%;
}

#container .fac_Wrap li.w5_2 .img {
  width: 46%;
}

#container .fac_Wrap li.w6 .img {
  width: 58%;
}

#container .fac_Wrap li .txtWrap {
  width: 41%;
}

#container .fac_Wrap li.w5 .txtWrap {
  width: 50%;
}

#container .fac_Wrap li.w5_2 .txtWrap {
  width: 40%;
}

#container .fac_Wrap li.w6 .txtWrap {
  width: 38%;
}

#container .fac_Wrap li .txtWrap .ttlArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2em;
}

#container .fac_Wrap li .txtWrap .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #FFF;
  margin-right: 0.5em;
}

#container .fac_Wrap li .txtWrap .ttl {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  color: #333;
  letter-spacing: 0.1em;
}

#container .fac_Wrap li .txtWrap .ttl > span {
  display: block;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
}

#container .fac_Wrap li .txtWrap .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  color: #333;
  letter-spacing: 0.1em;
}

#container .fac_Wrap p.img_cap {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.2em;
}

#container .fac_Wrap p.img_cap.cap_r {
  text-align: right;
}

#container .tabBtn_f {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8em;
}

#container .tabBtn_f li {
  width: 49%;
}

#container .tabBtn_f li a {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #FFF;
  padding: 1em 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #A58439;
  transition: all 0.6s;
}

#container .tabBtn_f li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #A58439;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

#container .tabBtn_f li a:hover {
  background: #A58439;
  color: #FFF;
}

#container .tabBtn_f li a:hover:after {
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #FFF;
  border-bottom: 6px solid transparent;
}

@media screen and (max-width: 767px) {
  #container .section--index-bg {
    padding: 6em 0 0;
  }
  .minato_img {
    margin: 2em auto 0;
  }
  #container .tabBtn {
    gap: 1em;
    margin-bottom: 5em;
  }
  #container .tabBtn li {
    width: 100%;
  }
  #container .tabBtn li a {
    padding: 1em 0;
    /*font-size: 15px;*/
    font-size: 2.738vw;
  }
  #container .fac_Wrap {
    display: flex;
    flex-direction: column;
    gap: 6em;
  }
  #container .fac_Wrap li {
    gap: 2em;
  }
  #container .fac_Wrap li.rev {
    flex-direction: row-reverse;
  }
  #container .fac_Wrap li.w5_2 {
    justify-content: flex-start;
    gap: 7em;
  }
  #container .fac_Wrap li .img,
  #container .fac_Wrap li.w5 .img,
  #container .fac_Wrap li.w5_2 .img,
  #container .fac_Wrap li.w6 .img {
    width: 100%;
  }
  #container .fac_Wrap li .txtWrap,
  #container .fac_Wrap li.w5 .txtWrap,
  #container .fac_Wrap li.w5_2 .txtWrap,
  #container .fac_Wrap li.w6 .txtWrap {
    width: 100%;
  }
  #container .fac_Wrap li .txtWrap .ttlArea {
    margin-bottom: 1em;
  }
  #container .fac_Wrap li .txtWrap .num {
    width: 5vw;
    height: 5vw;
    /*font-size: 21px;*/
    font-size: 3.52vw;
  }
  #container .fac_Wrap li .txtWrap .ttl {
    /*font-size: 26px;*/
    font-size: 4.172vw;
  }
  #container .fac_Wrap li .txtWrap .ttl > span {
    /*font-size: 18px;*/
    font-size: 3.129vw;
  }
  #container .fac_Wrap li .txtWrap .txt {
    /*font-size: 14px;*/
    font-size: 2.608vw;
  }
  #container .fac_Wrap p.img_cap {
    font-size: 10px;
  }
  #container .tabBtn_f {
    gap: 1em;
    margin-top: 5em;
  }
  #container .tabBtn_f li {
    width: 100%;
  }
  #container .tabBtn_f li a {
    padding: 1em 0;
    /*font-size: 15px;*/
    font-size: 2.738vw;
  }
}