@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.font_gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, sans-serif;
}

img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  overflow: hidden;
}

.f10 {
  font-size: 10px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}
@media screen and (max-width:800px) {
  .f18 {
    font-size: 4vw;
  }
}

.f20 {
  font-size: 20px;
}
@media screen and (max-width:800px) {
  .f20 {
    font-size: 4.2vw;
  }
}

.f22 {
  font-size: 22px;
}
@media screen and (max-width:800px) {
  .f22 {
    font-size: 6vw;
  }
}

.f24 {
  font-size: 24px;
}
@media screen and (max-width:800px) {
  .f24 {
    font-size: 5vw;
  }
}

.f34 {
  font-size: 34px;
}

.f40 {
  font-size: 40px;
}

.f48 {
  font-size: 48px;
}
@media screen and (max-width:800px) {
  .f48 {
    font-size: 21vw;
  }
}

.f60 {
  font-size: 60px;
}

figure.img {
  position: relative;
  top: 0;
  left: 0;
}
figure.img .img_caption {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
}
@media screen and (max-width:800px) {
  figure.img .img_caption {
    right: 4%;
    bottom: 6%;
    width: 91%;
    text-align: right;
  }
}

.hero {
  width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  background: url(../images/asset/mv_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width:800px) {
  .hero {
    padding-bottom: 12vw;
  }
}
.hero .section__in-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:800px) {
  .hero .section__in-wrap {
    position: relative;
    top: 0;
    left: 0;
  }
}
.hero .section__in {
  width: 100%;
  height: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
.hero .hero-img {
  max-width: 1366px;
  margin: 0 auto;
  display: block;
  pointer-events: none;
}
.hero .hero-inner {
  position: absolute;
  bottom: 28px;
  right: 0;
  width: 65.5%;
  text-align: center;
}
@media screen and (max-width:800px) {
  .hero .hero-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 9vw;
  }
}
.hero .hero-headtext {
  margin-bottom: 23px;
  letter-spacing: 0.1em;
}
.hero .hero-title {
  max-width: 570px;
  width: 71%;
  margin: 0 auto 64px;
}
@media screen and (max-width:800px) {
  .hero .hero-title {
    width: 65%;
    margin: 8vw auto 19vw;
  }
}
.hero .hero-text-wrap {
  margin-bottom: 43px;
}
@media screen and (max-width:800px) {
  .hero .hero-text-wrap {
    margin-bottom: 17vw;
  }
  .hero .hero-text-wrap .hero-text {
    font-size: 4.1vw;
    line-height: 1.8em;
  }
}
.hero .hero-points-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  .hero .hero-points-wrap {
    display: block;
    padding-left: 50%;
    padding-right: 3%;
  }
}
.hero .hero-points-wrap li {
  width: 34%;
}
@media screen and (max-width:800px) {
  .hero .hero-points-wrap li {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  .hero .hero-img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.block--bg {
  background-color: #f5f3f2;
}

#station-value {
  margin-top: 90px;
}
@media screen and (max-width:800px) {
  #station-value {
    margin-top: 19vw;
  }
}
#station-value .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
#station-value .mv {
  position: relative;
  left: 0;
  top: 0;
}
#station-value .mv .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#station-value .mv .content-wrap .content {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
#station-value .mv .content-wrap .content .mv-icon {
  width: 133px;
  padding-top: 34px;
  margin: 0 auto;
  display: block;
}
#station-value .mv .content-wrap .content .mv-text {
  width: 390px;
  margin: 50px auto 0;
}
#station-value .mv .content-wrap .content .mv-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
#station-value .mv .content-wrap .content .mv-copy img {
  display: block;
  width: 730px;
  margin: 0 auto;
}
#station-value .block .block_head {
  text-align: center;
}
#station-value .block .block_head .lead {
  margin-top: 18px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
@media screen and (max-width:800px) {
  #station-value .block .block_head .lead {
    margin-top: 2vw;
    line-height: 1.8em;
    padding: 8.5vw 0;
  }
  #station-value .block .block_head .lead h3 {
    line-height: 2.9em;
  }
  #station-value .block .block_head .lead .f40res {
    font-size: 9vw;
  }
}
#station-value .block .block_head .lead p {
  line-height: 2em;
}
@media screen and (max-width:800px) {
  #station-value .block .block_head .lead p {
    line-height: 1.8em;
  }
}
#station-value .block.block--01 {
  margin-top: 82px;
}
@media screen and (max-width:800px) {
  #station-value .block.block--01 {
    margin-top: 6vw;
  }
  #station-value .block.block--01 h3 {
    line-height: 2.9em;
  }
  #station-value .block.block--01 .f40res {
    font-size: 9vw;
  }
}
#station-value .block.block--01 .map_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width:800px) {
  #station-value .block.block--01 .map_block {
    display: block;
    margin-top: 14vw;
  }
}
#station-value .block.block--01 .map_block dt {
  width: 43%;
}
@media screen and (max-width:800px) {
  #station-value .block.block--01 .map_block dt {
    width: 58%;
    margin: 0 auto;
  }
}
#station-value .block.block--01 .map_block dd {
  width: 53%;
}
@media screen and (max-width:800px) {
  #station-value .block.block--01 .map_block dd {
    width: 100%;
    margin-top: 14vw;
  }
}
#station-value .block.block--01 .map_block .desc_block {
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #station-value .block.block--01 .map_block .desc_block {
    text-align: center;
    margin-top: 9vw;
  }
  #station-value .block.block--01 .map_block .desc_block .text-mid {
    letter-spacing: 0.1em;
  }
}
#station-value .block.block--01 .map_block .desc_block .text-desc {
  margin-top: 10px;
  line-height: 1.9em;
}
@media screen and (max-width:800px) {
  #station-value .block.block--01 .map_block .desc_block .text-desc {
    margin-top: 8vw;
    font-size: 4vw;
  }
}
#station-value .block.block--01 .img_list {
  display: flex;
  justify-content: space-between;
  margin-top: 67px;
}
@media screen and (max-width:800px) {
  #station-value .block.block--01 .img_list {
    margin-top: 8vw;
  }
}
#station-value .block.block--01 .img_list li {
  width: 48%;
}
#station-value .block.block--02 {
  margin-top: 140px;
}
@media screen and (max-width:800px) {
  #station-value .block.block--02 {
    margin-top: 17vw;
  }
  #station-value .block.block--02 .block_head {
    font-size: 6vw;
  }
  #station-value .block.block--02 .block_head .lead {
    margin-top: 10vw;
  }
  #station-value .block.block--02 .attention {
    /*font-size: 3.4vw;*/
    margin-top: 1vw;
  }
}
#station-value .block.block--02 .img_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#station-value .block.block--02 .img_list li {
  width: 48%;
}
#station-value .block.block--03 {
  margin-top: 160px;
}
@media screen and (max-width:800px) {
  #station-value .block.block--03 {
    margin-top: 19vw;
  }
  #station-value .block.block--03 .block_head h3 {
    font-size: 6vw;
  }
  #station-value .block.block--03 .block_head .lead {
    margin-top: 9vw;
  }
  #station-value .block.block--03 .attention {
    /*font-size: 3.4vw;*/
    margin-top: 1vw;
  }
}
#station-value .block.block--03 .block_img {
  margin-top: 34px;
}
#station-value .block.block--04 {
  margin-top: 154px;
  padding: 65px 0 106px;
}
@media screen and (max-width:800px) {
  #station-value .block.block--04 {
    margin-top: 18vw;
    padding: 8vw 0 8vw;
  }
}
#station-value .block.block--04 .intro-text {
  margin-top: 14px;
}
@media screen and (max-width:800px) {
  #station-value .block.block--04 .intro-text {
    margin-top: 5vw;
  }
  #station-value .block.block--04 .intro-text p {
    font-size: 4vw;
    line-height: 1.8em;
  }
}
#station-value .block.block--04 .intro-text p {
  line-height: 1.8em;
}
#station-value .block.block--04 .intro-head {
  margin-top: 10px;
}
#station-value .block.block--04 .intro-head p {
  line-height: 1.8em;
}
#station-value .block.block--04 .time-wrap {
  margin: 40px auto 0;
  width: 300px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #station-value .block.block--04 .time-wrap {
    width: 89%;
  }
}
#station-value .block.block--04 .time-wrap dl {
  border: 1px solid #e7d366;
  width: 140px;
}
@media screen and (max-width:800px) {
  #station-value .block.block--04 .time-wrap dl {
    width: 47%;
  }
}
#station-value .block.block--04 .time-wrap dl dt {
  background-color: #e7d366;
  padding: 5px 0;
}
#station-value .block.block--04 .time-wrap dl dd {
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #station-value .block.block--04 .time-wrap dl dd {
    font-size: 6vw;
    padding: 1vw 0;
  }
}
#station-value .block.block--04 .time-block {
  margin-top: 130px;
}
@media screen and (max-width:800px) {
  #station-value .block.block--04 .time-block {
    margin-top: 11vw;
  }
}
#station-value .block.block--04 .time-block h3 {
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 7px 0;
}
@media screen and (max-width:800px) {
  #station-value .block.block--04 .time-block h3 {
    font-size: 4.3vw;
    padding: 2vw 0;
  }
}
#station-value .block.block--04 .time-block .block_img {
  margin-top: 24px;
}
@media screen and (max-width:800px) {
  #station-value .block.block--04 .time-block .block_img {
    margin-top: 11vw;
  }
}

#lifestyle-value {
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #lifestyle-value {
    margin-top: 19vw;
  }
}
#lifestyle-value .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
#lifestyle-value .mv {
  position: relative;
  left: 0;
  top: 0;
}
#lifestyle-value .mv .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lifestyle-value .mv .content-wrap .content {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
#lifestyle-value .mv .content-wrap .content .mv-icon {
  width: 133px;
  padding-top: 34px;
  margin: 0 auto;
  display: block;
}
#lifestyle-value .mv .content-wrap .content .mv-text {
  width: 490px;
  margin: 56px auto 0;
}
#lifestyle-value .mv .content-wrap .content .mv-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
#lifestyle-value .mv .content-wrap .content .mv-copy img {
  display: block;
  width: 850px;
  margin: 0 auto;
}
#lifestyle-value .block.block--01 {
  text-align: center;
  margin-top: 134px;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--01 {
    margin-top: 10vw;
  }
}
#lifestyle-value .block.block--01 .block-lead {
  margin-top: 14px;
  line-height: 1.9em;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--01 .block-lead {
    margin-top: 8vw;
    font-size: 4vw;
  }
}
#lifestyle-value .block.block--01 .block-img {
  margin: 50px auto 0;
  max-width: 668px;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--01 .block-img {
    margin-top: 8vw;
  }
}
#lifestyle-value .block.block--02 {
  margin-top: 184px;
  padding-top: 90px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--02 {
    margin-top: 18vw;
    padding-top: 10vw;
    padding-bottom: 18vw;
  }
}
#lifestyle-value .block.block--02 .block-content {
  margin-top: 44px;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--02 .block-content {
    margin-top: 10vw;
  }
}
#lifestyle-value .block.block--02 .block-content .block-text {
  margin-top: 32px;
  line-height: 2em;
}
#lifestyle-value .block.block--02 .block-content .block-main {
  margin-top: 32px;
}
#lifestyle-value .block.block--02 .block-content .btn {
  margin-top: 76px;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--02 .block-content .btn {
    margin-top: 7vw;
  }
}
#lifestyle-value .block.block--02 .block-content .btn a {
  display: block;
  background-color: #603813;
  max-width: 640px;
  margin: 0 auto;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--02 .block-content .btn a {
    font-size: 4vw;
    padding: 2vw 0;
  }
}
#lifestyle-value .block.block--03 {
  margin-top: 130px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--03 {
    margin-top: 9vw;
  }
  #lifestyle-value .block.block--03 .block-copy {
    font-size: 4.4vw;
    line-height: 1.8em;
  }
}
#lifestyle-value .block.block--03 .block-img {
  margin-top: 90px;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--03 .block-img {
    margin-top: 8vw;
  }
}
#lifestyle-value .block.block--03 .block-content {
  margin-top: 76px;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--03 .block-content {
    margin-top: 9vw;
  }
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--03 .block-head-lead {
    letter-spacing: 0.1em;
    font-size: 4.3vw;
  }
}
#lifestyle-value .block.block--03 .block-head {
  margin-top: 13px;
  letter-spacing: 0.2em;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--03 .block-head {
    margin-top: 0vw;
    font-size: 7vw;
    letter-spacing: 0.1em;
  }
}
#lifestyle-value .block.block--03 .block-text {
  margin-top: 42px;
  line-height: 1.9em;
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--03 .block-text {
    margin-top: 8vw;
    line-height: 2.05em;
  }
}
@media screen and (max-width:800px) {
  #lifestyle-value .block.block--03 .block-main {
    margin-top: 8vw;
  }
}

#asset-value {
  margin-top: 90px;
}
@media screen and (max-width:800px) {
  #asset-value {
    margin-top: 16vw;
  }
}
#asset-value .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
#asset-value .mv {
  position: relative;
  left: 0;
  top: 0;
}
#asset-value .mv .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#asset-value .mv .content-wrap .content {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
#asset-value .mv .content-wrap .content .mv-icon {
  width: 133px;
  padding-top: 34px;
  margin: 0 auto;
  display: block;
}
#asset-value .mv .content-wrap .content .mv-text {
  width: 390px;
  margin: 50px auto 0;
}
#asset-value .mv .content-wrap .content .mv-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
#asset-value .mv .content-wrap .content .mv-copy img {
  display: block;
  width: 580px;
  margin: 0 auto;
}
#asset-value .block.block--01 {
  margin-top: 150px;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 {
    margin-top: 10vw;
  }
}
#asset-value .block.block--01 .block-head {
  text-align: center;
  margin-top: 26px;
  line-height: 2em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 32px 0;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .block-head {
    line-height: 1.6em;
    margin-top: 10vw;
    padding: 9vw 0;
  }
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .block-mid {
    text-align: center;
    font-size: 4vw;
    margin-top: 9vw;
    line-height: 1.8em;
  }
}
#asset-value .block.block--01 .box {
  margin-top: 38px;
  padding: 50px 117px;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .box {
    margin: 4vw calc(50% - 50vw) 0;
    padding: 4vw 6vw;
  }
}
#asset-value .block.block--01 .box h4 {
  text-align: center;
}
#asset-value .block.block--01 .box .box-img {
  margin-top: 26px;
  mix-blend-mode: darken;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .box .box-img {
    margin-top: 0;
  }
}
#asset-value .block.block--01 .box .attention {
  margin-top: 20px;
  line-height: 1.6em;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .box .attention {
    /*font-size: 3.2vw;*/
  }
}
#asset-value .block.block--01 .block-wrap {
  margin-top: 108px;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .block-wrap {
    margin-top: 10vw;
  }
}
#asset-value .block.block--01 .block-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .block-flex {
    display: block;
    text-align: center;
    margin-top: 17vw;
  }
}
#asset-value .block.block--01 .block-flex:first-child {
  margin-top: 0;
}
#asset-value .block.block--01 .block-flex.block-flex__reverse {
  flex-direction: row-reverse;
}
#asset-value .block.block--01 .block-flex dt {
  width: 42%;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .block-flex dt {
    width: 100%;
  }
}
#asset-value .block.block--01 .block-flex dd {
  width: 55%;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .block-flex dd {
    width: 100%;
    margin-top: 9vw;
  }
}
#asset-value .block.block--01 .block-flex dd h4 {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 18px;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .block-flex dd h4 {
    font-size: 6.5vw;
    border-bottom: 1px solid #000;
    padding-bottom: 8vw;
  }
}
#asset-value .block.block--01 .block-flex dd h4:after {
  content: "";
  display: block;
  position: relative;
  bottom: -18px;
  left: -30%;
  height: 1px;
  width: 130%;
  background-color: #000;
  z-index: -1;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .block-flex dd h4:after {
    opacity: 0;
  }
}
#asset-value .block.block--01 .block-flex dd p {
  margin-top: 24px;
  line-height: 1.8em;
}
@media screen and (max-width:800px) {
  #asset-value .block.block--01 .block-flex dd p {
    margin-top: 9vw;
    font-size: 4vw;
    line-height: 1.85em;
  }
}
#asset-value .block.block--01 .block-flex.block-flex__reverse dd h4:after {
  left: 0;
}

.page-footer-note {
  margin-top: 88px;
  line-height: 150%;
}
@media screen and (max-width:800px) {
  .page-footer-note {
    margin-top: 18vw;
    margin-bottom: 35vw;
  }
}

.tyuu {
  text-align: center;
  padding-top: 2em;
}
@media screen and (max-width:800px) {
  .tyuu {
    text-align: left;
  }
}

.mt05 {
  padding-top: 0.5em;
}/*# sourceMappingURL=asset.css.map */