main {
  overflow: visible;
}
h1 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
  z-index: 5;
  white-space: nowrap;
  margin-left: 10px;
  letter-spacing: 0.1em;
  line-height: 36px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
}
h1 span {
  display: inline-block;
}
h1 img {
  filter: invert(1);
  width: 66px;
  margin: 0 auto;
}
h1 .f14 {
  font-size: 14px;
  position: absolute;
  right: 6px;
  top: 76px;
}
h1 .f24 {
  font-size: 24px;
  margin: -2px auto 0;
  position: relative;
  left: -3px;
}
h1 .f48 {
  font-size: 48px;
  letter-spacing: 0.07em;
  position: relative;
  left: -3px;
  margin-top: 3px;
}
h1 span:last-child {
  margin-top: 18px;
  position: relative;
  left: -15px;
  line-height: 36px;
  width: 72px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  h1 {
    width: 66px;
    color: #333;
    margin-left: 19px;
    filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.1));
  }
  h1 img {
    filter: none;
  }
  h1 .f24 {
    margin-top: 0;
  }
  h1 .f48 {
    left: -4px;
    margin-top: 2px;
  }
}
/*--------------------------------------
  common
--------------------------------------*/
.c-section .sticky-sec {
  position: relative;
  background: var(--main);
  color: #fff;
  padding: 14vw 0 24.5vw;
  z-index: 1;
  overflow: hidden;
}
.c-section .sticky-sec h2 {
  position: relative;
}
.c-section .sticky-sec h2:before {
  content: '';
  position: absolute;
  bottom: -27vw;
  left: -9vw;
  width: 70%;
  height: 65vw;
  background: url('../img/shared/c-deco.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}
.c-section .sticky-sec .txt-vertical {
  white-space: nowrap;
}

.c-section h3 {
  white-space: nowrap;
  margin: 0 auto 13.8vw;
  width: 10vw;
  font-weight: 500;
}
.c-section .main {
  padding: 31.5vw 0 66vw;
  overflow: hidden;
}
.c-section .main .text-sec .photo {
  margin: 0 -5%;
}
.c-section .main .text-sec .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-section .main .text-sec h4 {
  text-align: center;
  --gap: -2.16vw;
  line-height: 1.8;
  margin: 7vw 0 7.4vw;
  letter-spacing: 0.03em;
}
.c-section .main .text-sec .txt {
  margin: 0 2.3% 0 2.6%;
}
@media screen and (min-width: 768px) {
  .c-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .c-section .sticky-sec {
    width: 416px;
    padding: 96px 0 0;
    overflow: visible;
  }
  .c-section .sticky-sec h2 {
    position: sticky;
    position: -webkit-sticky;
    top: 25px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 132px;
  }
  .c-section .sticky-sec h2:before {
    width: 341px;
    height: 342px;
    bottom: 0;
    left: -25px;
  }
  .c-section .sticky-sec .latin-ttl {
    margin-left: 8px;
  }
  .c-section .sticky-sec .txt-vertical {
    position: relative;
    left: 4px;
    width: 160px;
  }
  .c-section .ttl-wrapper {
    position: absolute;
    top: 200px;
    bottom: 0;
    left: -40px;
    z-index: 2;
  }
  .c-section .ttl-wrapper .ttl-deco {
    --main: #fff;
    color: #fff;
    padding: 21px 0 18px;
    line-height: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
  }
  .c-section .ttl-wrapper .ttl-deco:before,
  .c-section .ttl-wrapper .ttl-deco:after {
    left: 2px;
  }
  .c-section .main {
    width: calc(100% - 416px);
    padding: 139px 0 161px;
    box-sizing: border-box;
    overflow: visible;
    min-width: 700px;
  }
  .c-section .main .set {
    position: relative;
  }
  .c-section .main .wrap {
    max-width: 785px;
  }
  .c-section .main h3 {
    width: 22px;
    line-height: 22px;
    margin-bottom: 104px;
    left: -4px;
  }
  .c-section .main .text-sec .photo {
    margin: 0;
    height: auto;
  }
  .c-section .main .text-sec h4 {
    margin: 32px auto 25px;
    text-align: left;
    line-height: 48px;
    width: 100%;
    max-width: 686px;
    letter-spacing: 0.02em;
  }
  .c-section .main .text-sec .txt {
    margin: 0 auto;
    width: 100%;
    max-width: 686px;
    letter-spacing: -0.04em;
  }
}

/*--------------------------------------
  key
--------------------------------------*/
#head-key ul li {
  height: 113.5vw;
}
#head-key ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #head-key {
    padding: 60px 0;
    overflow: hidden;
  }
  #head-key ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    gap: 240px;
  }
  #head-key ul li {
    height: auto;
    width: calc(50% - 182px);
  }
  #head-key ul li img {
    min-height: 730px;
  }
}

/*--------------------------------------
  lead
--------------------------------------*/
#lead {
  position: relative;
  z-index: 1;
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(0, 0, 0, 0.3),
    0 0 2px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(0, 0, 0, 0.3),
    0 0 2px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}
#lead .bg {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: -1;
  height: 100vh;
  width: 100%;
}
#lead .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lead .main {
  margin-top: -100vh;
  padding: 21vw 3.4% 40vw;
}
#lead .main .img {
  width: 37vw;
  margin: 0 auto 17vw;
  position: relative;
  left: 2vw;
}
#lead .main .text {
  font-size: 18px;
  line-height: 36px;
  margin-top: 19vw;
  letter-spacing: 0.05em;
}
#lead .main .text span {
  display: block;
  margin-top: 36px;
}
#lead .main .text + .text {
  margin-top: 15.3vw;
}
@media screen and (min-width: 768px) {
  #lead .main {
    padding: 640px 0 397px;
  }
  #lead .main .row {
    align-items: start;
    max-width: 1260px;
    justify-content: space-between;
  }
  #lead .main .img {
    width: 309px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    margin: -56px 0 0 calc(50% - 450px);
  }
  #lead .main .text {
    margin-top: 108px;
    font-size: 20px;
    line-height: 40px;
  }
  #lead .main .text span {
    margin-top: 40px;
  }
  #lead .main .text + .text {
    margin-top: 138px;
  }
  #lead .main .text:last-child {
    margin-top: 100px;
  }
}

/*--------------------------------------
  rss
--------------------------------------*/
#rss {
  padding: 14.6vw 2px 19vw;
}
#rss #feed {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin: 6px 8px;
  padding: 22px 2px 17px;
}
#rss #feed .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: start;
  gap: 5px;
}
#rss #feed .block + .block {
  margin-top: 5vw;
}
#rss #feed .photo {
  min-width: 25.6vw;
  aspect-ratio: 140/98;
}
#rss #feed .photo a {
  display: block;
  width: 100%;
  height: 100%;
}
#rss #feed .photo a span {
  width: 100% !important;
  height: 100% !important;
}
#rss #feed dl {
  line-height: 24px;
}
#rss #feed dl dt {
  font-size: 10px;
  margin-top: -6px;
  font-family: 'Shippori Mincho B1';
}
#rss #feed dl dd {
  margin: -4px 0px 0 3px;
  letter-spacing: 0.1em;
  height: 48px;
  font-weight: 500;
  overflow: hidden;
}
#rss .button a {
  display: table;
  margin-left: auto;
  border-bottom: 1px solid #808080;
  text-decoration: none;
  margin-right: 8px;
}
#rss .button a:after {
  content: '';
  display: inline-block;
  background: url('../img/shared/icon_pop.png') no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  #rss {
    padding: 194px 0;
  }
  #rss .wrap {
    max-width: 816px;
  }
  #rss h2 {
    font-size: 20px;
    margin-left: -4px;
  }
  #rss #feed .block {
    gap: 24px;
  }
  #rss #feed .photo {
    min-width: 140px;
  }
  #rss #feed .photo:hover {
    opacity: 0.8;
  }
  #rss #feed dl dt {
    margin-top: 19px;
  }
  #rss #feed dl dd {
    margin: -3px 0px 0 -1px;
    height: auto;
  }
  #rss .button a:hover {
    border-color: transparent;
  }
}

/*--------------------------------------
  anzan
--------------------------------------*/
#anzan {
  --main: #a15b4b;
}
#anzan .set1 .deco {
  width: 25vw;
  margin: 20vw auto 12.7vw;
}
#anzan .set1 .row {
  margin: 0 3%;
}
#anzan .set1 .row .sl-fade {
  line-height: 1;
}
#anzan .set1 .row .sl-fade .slick-dots {
  margin-top: -5px;
  position: static;
}
#anzan .set1 .row .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 13.4vw;
}
#anzan .set1 .row .content h5 {
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#anzan .set1 .row .content .txt {
  line-height: 30px;
  margin: 0 30px 0 24px;
  height: 250px;
  letter-spacing: 0.03em;
  width: 120px;
}
#anzan .set1 .row .content .button a {
  display: block;
  text-decoration: none;
  margin-top: -1px;
  font-size: 14px;
  letter-spacing: 0.03em;
  border-right: 1px solid #808080;
  min-width: 27px;
}
#anzan .set1 .row .content .button a:after {
  content: '';
  display: inline-block;
  background: url('../img/shared/arrow.png') no-repeat center;
  width: 8px;
  height: 11px;
  background-size: contain;
  margin: 9px 0 4px 2px;
}
#anzan .set2 {
  margin-top: 40vw;
}
#anzan .set2 .bottom-ttl {
  text-align: center;
  font-size: 20px;
  margin: 10.7vw 0 5vw;
  letter-spacing: 0.05em;
}
#anzan .set2 .row {
  gap: 8vw;
  margin: 0 3%;
}
#anzan .set2 .row .photo {
  width: 53vw;
  margin: 0 auto;
}
#anzan .set2 .row .btn-cus {
  margin-top: 7.2vw;
  left: 2px;
}
#anzan .set2 .btn-arrow {
  margin-top: 17.8vw;
}
@media screen and (min-width: 768px) {
  #anzan .set1 .deco {
    width: 92px;
    margin-top: 65px;
    margin-bottom: 50px;
  }
  #anzan .set1 .row {
    gap: 28px;
    margin: 0 0 0 -41px;
    justify-content: center;
  }
  #anzan .set1 .row .sl-fade {
    width: 373px;
    margin-left: 61px;
  }
  #anzan .set1 .row .sl-fade .slick-dots {
    position: absolute;
    left: -10px;
    margin-top: 0;
    bottom: -5px;
  }
  #anzan .set1 .row .sl-fade .slick-dots li {
    display: block;
    margin: 8px 0;
    width: 2px;
    height: 17px;
  }
  #anzan .set1 .row .content {
    margin-top: 0;
  }
  #anzan .set1 .row .content .txt {
    margin: 0px 31px 0 19px;
  }
  #anzan .set1 .row .content .button a {
    cursor: pointer;
  }
  #anzan .set1 .row .content .button a:hover {
    border-color: transparent;
  }
  #anzan .set2 {
    margin-top: 258px;
  }
  #anzan .set2 .text-sec h4 {
    margin: 30px auto 27px;
    letter-spacing: 0.02em;
  }
  #anzan .set2 .bottom-ttl {
    margin: 63px 0 32px 22px;
  }
  #anzan .set2 .row {
    gap: 26px;
  }
  #anzan .set2 .row .photo {
    width: 200px;
    margin: 0 0 0 92px;
  }
  #anzan .set2 .row .content {
    margin-top: -5px;
  }
  #anzan .set2 .row .content .btn-cus {
    margin: 38px 0 0 -5px;
    max-width: unset;
  }
  #anzan .set2 .btn-big {
    margin-top: 161px;
  }
}

/*--------------------------------------
  about
--------------------------------------*/
#about {
  --main: #4b6388;
}
#about .sticky-sec {
  padding: 19vw 0 29.5vw;
}
#about .sticky-sec h2:before {
  background: url('../img/shared/c-deco2.png') no-repeat center;
  background-size: contain;
  bottom: -33vw;
}
#about .main {
  padding-top: 19vw;
  padding-bottom: 28vw;
}
#about .main .set2 {
  margin-top: 26vw;
}
#about .main .set2 .row {
  margin: 15vw 3% 11vw;
  gap: 4vw;
}
@media screen and (min-width: 768px) {
  #about {
    flex-direction: row-reverse;
  }
  #about .sticky-sec {
    padding: 116px 0px 0 0;
    box-sizing: border-box;
  }
  #about .sticky-sec h2 {
    padding-right: 14px;
    box-sizing: border-box;
    top: 100px;
  }
  #about .sticky-sec .txt-vertical {
    width: 80px;
  }
  #about .sticky-sec h2:before {
    left: auto;
    right: -64px;
    bottom: 21px;
  }
  #about .ttl-wrapper {
    left: auto;
    right: -37px;
  }
  #about .main {
    padding-top: 140px;
    padding-bottom: 159px;
  }
  #about .main .text-sec h4 {
    letter-spacing: 0.05em;
  }
  #about .main .set2 {
    margin-top: 219px;
  }
  #about .main .set2 .row {
    margin: 74px 0 160px -14px;
    gap: 26px;
    justify-content: center;
  }
  #about .main .set2 .row .txt {
    margin-top: -6px;
  }
}

/*--------------------------------------
  memorial
--------------------------------------*/
#memorial {
  padding: 24vw 0 26vw;
}
#memorial h2 {
  margin: 6.4vw auto 14.3vw;
  white-space: nowrap;
  width: 14vw;
}
#memorial .text {
  margin: 0 3%;
}
#memorial .set-ttl {
  text-align: center;
  letter-spacing: 0.17em;
}
#memorial .set1 .set-ttl {
  margin: 28vw 0 7vw 5px;
}
#memorial .set1 .row1 {
  gap: 5vw;
}
#memorial .set1 .row1 .photo {
  height: 96vw;
}
#memorial .set1 .row1 .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#memorial .set1 .row1 h3 {
  text-align: center;
  --gap: -2.1vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 2vw;
  padding-top: 7vw;
  position: relative;
  margin-bottom: 4vw;
}
#memorial .set1 .row1 h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 5vw;
  background: #808080;
}
#memorial .set1 .row2 {
  margin: 17.7vw 0 0;
  gap: 12.5vw;
}
#memorial .set1 .row2 .item {
  position: relative;
}
#memorial .set1 .row2 .item .latin-ttl {
  position: absolute;
  left: calc(50% - 33.4vw);
  top: -8px;
}
#memorial .set1 .row2 .item .photo {
  width: 53vw;
  margin: 0 auto;
  height: 40vw;
}
#memorial .set1 .row2 .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#memorial .set1 .row2 .item h3 {
  margin-top: 3vw;
  text-align: center;
}
#memorial .set2 {
  margin-top: 23vw;
}
#memorial .set2 .set-ttl {
  margin-left: 15px;
}
#memorial .set2 .row {
  margin: 8.4vw 0 20.7vw;
  gap: 4.7vw;
}
#memorial .set2 .row .photo {
  width: 54.4vw;
  margin: 0 auto;
}
#memorial .set2 .row h4 {
  text-align: center;
  --gap: -1.1vw;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 2vw;
}
@media screen and (min-width: 768px) {
  #memorial {
    padding: 164px 0 200px;
  }
  #memorial .first-ttl {
    margin-left: -53px;
  }
  #memorial h2 {
    margin-top: 21px;
    position: relative;
    left: -27px;
    letter-spacing: 0.12em;
    margin-bottom: 82px;
    width: 72px;
  }
  #memorial .text {
    margin: 0 auto;
    width: 100%;
    max-width: 570px;
  }
  #memorial .set1 .set-ttl {
    margin: 98px 0 45px -49px;
  }
  #memorial .set1 .row1 {
    gap: 20px;
    justify-content: space-between;
    align-items: start;
  }
  #memorial .set1 .row1 .photo {
    height: auto;
  }
  #memorial .set1 .row1 .content {
    width: 503px;
  }
  #memorial .set1 .row1 .content .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 22px;
  }
  #memorial .set1 .row1 .content .flex .latin-ttl {
    margin-top: 15px;
  }
  #memorial .set1 .row1 .content .flex h3 {
    margin: 0 0 0 10px;
    padding: 0 0 0 48px;
  }
  #memorial .set1 .row1 .content .flex h3::before {
    top: 50%;
    left: 0;
    width: 35px;
    height: 1px;
  }
  #memorial .set1 .row2 {
    margin-top: 60px;
    gap: 40px;
    justify-content: center;
  }
  #memorial .set1 .row2 .item .photo {
    width: 100%;
    height: auto;
  }
  #memorial .set1 .row2 .item .latin-ttl {
    margin-top: 18px;
    position: static;
  }
  #memorial .set1 .row2 .item h3 {
    margin-top: 5px;
  }
  #memorial .set2 {
    margin-top: 58px;
  }
  #memorial .set2 .row {
    margin: 43px 0 100px 10px;
    justify-content: center;
    gap: 30px;
  }
  #memorial .set2 .row .photo {
    width: auto;
    margin: 0;
  }
  #memorial .set2 .row .content {
    width: 370px;
  }
  #memorial .set2 .row .content h4 {
    text-align: left;
    margin-top: -3px;
    line-height: 36px;
    margin-bottom: 23px;
  }
  #memorial .set2 .btn-cus {
    width: 430px;
  }
}

/*--------------------------------------
  news
--------------------------------------*/
#news {
  padding: 24.4vw 0 28vw;
}
#news .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: start;
}
#news .title h2 {
  --gap: 1.1vw;
  margin: 0 0 0 8%;
  margin-right: 2vw;
  white-space: nowrap;
}
#news .photo {
  margin: 12vw auto 8.8vw;
  width: 52vw;
}
#news .content {
  margin: 0 2%;
}
#news .content h3 {
  line-height: 1.8;
  --gap: -1.1vw;
  letter-spacing: 0.03em;
  margin-bottom: 6vw;
  margin-left: 2%;
}
#news .content .btn-cus {
  margin-top: 7vw;
  width: 100%;
}
#news .content .btn-cus a:before {
  width: 10px;
  right: 9%;
}
@media screen and (min-width: 768px) {
  #news {
    padding: 205px 0 160px;
  }
  #news .row {
    justify-content: space-between;
  }
  #news .title {
    margin-top: -3px;
    justify-content: start;
  }
  #news .title h2 {
    line-height: 48px;
    margin-left: -3px;
    letter-spacing: 0.05em;
    margin-right: 8px;
  }
  #news .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #news .photo {
    margin: 0;
    width: auto;
  }
  #news .content {
    width: 520px;
    margin: -8px 0 0 30px;
  }
  #news .content h3 {
    line-height: 36px;
    margin-left: 5px;
    margin-bottom: 25px;
  }
  #news .content .btn-cus {
    margin-top: 37px;
    width: 330px;
    margin-left: 0;
  }
}

/*--------------------------------------
  bnr
--------------------------------------*/
#bnr {
  padding: 0 3%;
}
#bnr .row {
  gap: 6vw;
}
#bnr .banner {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 8vw 3% 6.6vw;
}
#bnr .banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#bnr .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bnr .banner h2 {
  letter-spacing: 0.05em;
}
#bnr .banner .txt {
  font-weight: 500;
  margin: 5vw auto 8vw;
  width: 100%;
  max-width: 280px;
}
#bnr .banner .btn-pop {
  width: 77vw;
}
#bnr .banner .btn-pop a {
  padding-left: 15px;
  border-color: transparent;
}
@media screen and (min-width: 768px) {
  #bnr {
    padding: 0 0 200px;
  }
  #bnr .row {
    max-width: 1200px;
    gap: 20px;
  }
  #bnr .banner {
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding: 95px 0 80px;
  }
  #bnr .banner .txt {
    margin-top: 18px;
    text-align: center;
    max-width: unset;
    margin-bottom: 60px;
  }
  #bnr .banner .btn-pop {
    width: 330px;
    margin: 0 auto;
  }
  #bnr .banner .btn-pop a {
    padding-left: 26px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
  }
  #bnr .banner .btn-pop a:hover {
    background: rgba(255, 255, 255, 0.9);
  }
}

/*--------------------------------------
  info
--------------------------------------*/
#info {
  padding: 25vw 0 53.5vw;
  overflow: hidden;
}
#info h2 {
  margin: 4.9vw auto 13vw;
  letter-spacing: 0.1em;
  white-space: nowrap;
  width: 14vw;
}
#info .g-map {
  margin: 0 -5% 11.5vw;
  height: 480px;
}
#info .g-map .sticky {
  height: inherit;
}
#info .g-map iframe {
  height: inherit;
  width: 100%;
}
#info .content {
  line-height: 30px;
}
#info .content .info {
  margin-top: 22px;
}
#info .content .info dl dt {
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #808080;
  margin-bottom: 3px;
}
#info .content .info dl .btn-map {
  font-size: 14px;
  position: relative;
  text-decoration: none;
}
#info .content .info dl .btn-map:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 13px;
  height: 1px;
  background: #808080;
}
#info .content .info dl + dl {
  margin-top: 23px;
}
#info .content .info dl small {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  #info {
    padding: 0px 0 121px;
    overflow: visible;
    position: relative;
  }
  #info .wrap {
    position: static;
  }
  #info .g-map {
    position: absolute;
    left: calc(50% - 50vw);
    margin: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: calc(50vw - 150px);
  }
  #info .g-map .sticky {
    height: 700px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
  #info .content {
    width: 530px;
    margin-left: auto;
    margin-top: 0;
    padding-top: 153px;
  }
  #info .content .latin-ttl {
    margin-left: 85px;
    letter-spacing: 0.1em;
  }
  #info .content h2 {
    width: 72px;
    margin-top: 18px;
    left: 42px;
    position: relative;
    letter-spacing: 0.13em;
    margin-bottom: 101px;
    height: 217px;
  }
  #info .content .info {
    margin-top: 24px;
    /* letter-spacing: -0.05em; */
  }
  #info .content .info dl dt {
    padding-bottom: 2px;
    margin-bottom: 3px;
  }
  #info .content .info dl small {
    margin-top: -2px;
    display: inline-block;
  }
  #info .content .info dl .btn-map {
    font-size: 16px;
  }
  #info .content .info dl .btn-map:hover:before {
    opacity: 0;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #info .g-map {
    width: calc(50vw - 80px);
  }
}
/*--------------------------------------
  end
--------------------------------------*/
#end {
  padding: 31vw 0 28vw;
  position: relative;
  z-index: 1;
}
#end::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/index/end_bg.png') no-repeat center;
  background-size: 90vw;
  z-index: -1;
}
#end .logo {
  width: 21vw;
  margin: 0 auto;
}
#end h2 {
  width: 25vw;
  margin: 8.4vw auto 0;
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #end {
    padding: 200px 0;
  }
  #end:before {
    background-size: 341px;
  }
  #end .logo {
    width: 80px;
  }
  #end h2 {
    width: 96px;
    margin-top: 30px;
    height: 227px;
  }
}

/*# sourceMappingURL=index.css.map */
