@charset "UTF-8";
/*-- foundationフォルダの中の_index.scss --*/
html {
  font-size: 16px;
}

body {
  background: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  list-style: none;
  line-height: 1.8;
  text-underline-offset: 3px;
  letter-spacing: 2px;
  font-family: "Shippori Mincho B1", serif;
  color: #333;
}

p {
  letter-spacing: 0;
  line-height: 1.8;
}

a {
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/*                link
======================================================= */
a {
  color: #333;
  text-decoration: none;
}

.l-hd {
  position: fixed;
  top: 0;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}
.l-hd.lower .l-hd__spBorder::before, .l-hd.lower .l-hd__spBorder::after {
  background-color: #005834;
}
.l-hd.lower .l-hd__itemLink {
  color: #005834;
}
.l-hd.scroll .l-hd__inr {
  transition: 0.5s;
  background-color: rgba(35, 35, 35, 0.59);
  background: linear-gradient(rgba(35, 35, 35, 0.59), transparent);
}
.l-hd.scroll.sp_menu_open .l-hd__inr {
  background: transparent;
}
.l-hd__logoWrap {
  max-width: 138px;
}
@media screen and (max-width: 767px) {
  .l-hd__logoWrap {
    max-width: 93px;
  }
}
.l-hd__inr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 60px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .l-hd__inr {
    padding: 20px;
  }
}
.l-hd__entryJp {
  color: #fff;
  font-size: 18px;
}
.l-hd__entryEn {
  color: #CCC58F;
  display: flex;
}
.l-hd__entryEn img {
  max-width: 72px;
}
.l-hd__spBtn {
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 10001;
}
.l-hd__menu {
  display: flex;
  align-items: center;
  gap: 55px;
}
.l-hd__spBorder {
  display: block;
  top: 50%;
  position: relative;
  transition: 0.5s;
}
.l-hd__spBorder::before, .l-hd__spBorder::after {
  transition: 0.5s;
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #fff;
  right: 0;
}
.l-hd__spBorder::before {
  top: -5px;
}
.l-hd__spBorder::after {
  bottom: -5px;
  width: 37px;
}

.l-hd__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .l-hd__list {
    display: none;
  }
}

.l-hd__item {
  width: -moz-fit-content;
  width: fit-content;
}

.l-hd__itemLink {
  color: #fff;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.l-hd__snsWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .l-hd__snsWrap {
    display: none;
  }
}

.l-ft {
  padding-top: 50px;
  padding-bottom: 17px;
  position: relative;
  z-index: 3;
  background-color: #005834;
}
@media screen and (max-width: 767px) {
  .l-ft {
    padding-top: 45px;
    padding-bottom: 12px;
  }
}
.l-ft_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-ft_cont {
    flex-direction: column;
  }
}

.l-ft_linkCntr {
  width: 53%;
  flex: 1 0 auto;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .l-ft_linkCntr {
    width: 100%;
  }
}

.l-ft_link {
  color: #fff;
  display: block;
  border-bottom: 1px solid #B8CBC3;
  position: relative;
  padding-right: 24px;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .l-ft_link {
    display: flex;
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  .l-ft_link:nth-of-type(2) {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .l-ft_link:nth-of-type(3) {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .l-ft_link:nth-of-type(4) {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .l-ft_link:first-of-type {
    order: 1;
  }
}
.l-ft_link .en {
  font-size: 14px;
  font-family: "trajan-pro-3", serif;
}
@media screen and (max-width: 767px) {
  .l-ft_link .en {
    font-size: 10px;
  }
}
.l-ft_link .jp {
  margin-left: 15px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .l-ft_link .jp {
    margin-left: 0;
    font-size: 10px;
  }
}
.l-ft_link.small {
  display: flex;
  align-items: center;
  border-bottom: none;
  padding-left: 20px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .l-ft_link.small {
    font-size: 11px;
    flex-direction: row;
  }
}
.l-ft_link.small span {
  display: flex;
  align-items: center;
  margin-left: 1px;
}

.l-ft_linkWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-ft_linkWrap {
    display: flex;
    flex-direction: column;
  }
}

.l-ft_linkCmplex {
  grid-area: 2/1/4/2;
  border-bottom: 1px solid #B8CBC3;
}
@media screen and (max-width: 767px) {
  .l-ft_linkCmplex {
    order: 2;
  }
}

.l-ft_otherLink {
  display: flex;
  width: calc(50% - 16px);
  margin-left: auto;
  gap: 25px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-ft_otherLink {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-ft_info {
    margin-right: auto;
  }
}

.l-ft_other {
  color: #fff;
  font-size: 12px;
  padding-left: 17px;
  position: relative;
}
.l-ft_other::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/assets/img/common/icon-polygon.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .l-ft_snsWrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 45px;
  }
}

.l-ft_linkTtl {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-ft_linkTtl {
    display: flex;
    gap: 12px;
  }
}
.l-ft_linkTtl .en {
  font-size: 14px;
  font-family: "trajan-pro-3", serif;
}
@media screen and (max-width: 767px) {
  .l-ft_linkTtl .en {
    font-size: 11px;
  }
}
.l-ft_linkTtl .jp {
  margin-left: 15px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .l-ft_linkTtl .jp {
    margin-left: 0;
    font-size: 10px;
  }
}

.l-ft__snsList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-ft__snsList {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-ft__snsList li {
    display: flex;
    align-items: center;
  }
  .l-ft__snsList li a {
    display: flex;
  }
}

.l-ft_snsTtl {
  color: #fff;
  font-size: 12px;
}

.l-ft_sankei {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-ft_sankei {
    margin-top: 45px;
  }
}

.l-ft_copy {
  color: #fff;
  font-size: 10px;
  font-family: "trajan-pro-3", serif;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-ft_copy {
    font-size: 9px;
    text-align: center;
  }
}

.l-sec.beige {
  background-color: #F4F2EE;
}

.l-sp {
  background-color: #F4F2EE;
  max-width: 600px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: 0.5s;
  z-index: 999;
}
.l-sp.open {
  transform: translateX(0%);
}

.l-sp_inr {
  height: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-sp_head {
  display: flex;
  justify-content: end;
  padding: 25px 60px;
}
@media screen and (max-width: 767px) {
  .l-sp_head {
    justify-content: space-between;
    padding: 25px 20px;
  }
}

.l-sp_headLink {
  max-width: 93px;
  display: flex;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-sp_headLink {
    display: flex;
  }
}

.l-sp_headBtn {
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 10001;
}
.l-sp_headBtn::before {
  position: absolute;
  content: "";
  background-color: #005834;
  transform: translateX(0%) rotate(15deg);
  top: 50%;
  left: auto;
  right: 0;
  width: 46px;
  height: 1px;
}
.l-sp_headBtn::after {
  position: absolute;
  content: "";
  background-color: #005834;
  transform: translateX(0%) rotate(-15deg);
  top: 50%;
  right: 0;
  width: 46px;
  height: 1px;
}

.l-sp_bnrWrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 60px 54px;
}
@media screen and (max-width: 767px) {
  .l-sp_bnrWrap {
    padding: 0 20px 40px;
    gap: 15px;
  }
}
.l-sp_bnrWrap img {
  width: 100%;
  height: auto;
}

.l-sp_bnr {
  transition: 0.5s;
}
@media screen and (min-width: 1272px) {
  .l-sp_bnr:hover {
    opacity: 0.7;
  }
}

.l-sp_cont {
  background-color: #005834;
  padding: 30px 60px 30px;
}
@media screen and (max-width: 767px) {
  .l-sp_cont {
    padding: 20px 20px 30px;
  }
}

.l-sp_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0;
}

.l-sp_item {
  width: 100%;
}

.l-sp_link {
  color: #fff;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #B8CBC3;
  position: relative;
  padding: 18px 0;
  gap: 13px;
}
.l-sp_link::before {
  position: absolute;
  content: "";
  -webkit-mask: url(/assets/img/common/icon-arrow.svg) no-repeat;
          mask: url(/assets/img/common/icon-arrow.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 20px;
  height: 20px;
  right: 5px;
}
.l-sp_linknewrelease {
  padding: 18px 0 10px;
  border-bottom: 1px solid #B8CBC3;
}
.l-sp_linknewrelease .newrelease_link {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
  font-size: 13px;
  padding: 5px 20px;
  letter-spacing: 0;
}
.l-sp_linknewrelease .newrelease_link::before {
  position: absolute;
  content: "";
  -webkit-mask: url(/assets/img/common/icon-arrow.svg) no-repeat;
          mask: url(/assets/img/common/icon-arrow.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 20px;
  height: 20px;
  right: 5px;
}
.l-sp_linknewrelease .newrelease_link span {
  display: flex;
  align-items: center;
}

.l-sp_linknewreleaseHead {
  display: flex;
  align-items: baseline;
}

.l-sp_linkEn {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-family: "trajan-pro-3", serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .l-sp_linkEn {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.l-sp_linkJp {
  color: #fff;
  font-size: 11px;
}
.l-sp__smallList {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.l-sp__smallLink {
  font-size: 12px;
  letter-spacing: 0;
  padding-left: 1.5em;
  position: relative;
  color: #fff;
}
.l-sp__smallLink::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask: url(/assets/img/common/icon-polygon.svg) no-repeat;
          mask: url(/assets/img/common/icon-polygon.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}

.l-sp_snsWrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.l-sp_snsTtl {
  color: #fff;
  font-size: 13px;
  font-family: "trajan-pro-3", serif;
}

.l-sp_snslist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.l-sp_snslist a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lower.beige {
  background-color: #F4F2EE;
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 43px 11px 34px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  max-width: 245px;
  width: 100%;
  border-bottom: 1px solid #C8C8C8;
  letter-spacing: 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 13px;
    padding: 10px 30px 10px 22px;
  }
}
@media screen and (min-width: 1272px) {
  .c-btn:hover {
    background-color: #EEEBE7;
  }
  .c-btn:hover::before {
    background-color: #005834;
  }
  .c-btn:hover::after {
    right: 15px;
  }
}
.c-btn.white {
  color: #fff;
}
.c-btn.white::after {
  background-color: #fff;
}
.c-btn.view {
  font-family: "trajan-pro-3", serif;
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  .c-btn.view {
    max-width: 142px;
  }
}
.c-btn.narrow {
  max-width: 170px;
  padding: 13px 34px 11px 34px;
}
.c-btn::before, .c-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.c-btn::before {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background-color: #609D84;
  left: 7px;
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    width: 13px;
    height: 13px;
    left: 0;
  }
}
.c-btn::after {
  -webkit-mask: url("/assets/img/common/icon-arrow.svg") no-repeat;
          mask: url("/assets/img/common/icon-arrow.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #333;
  width: 16px;
  height: 16px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    right: 0;
  }
}

.c-modal {
  display: none;
  /* 初期非表示 */
  position: fixed;
  inset: 0;
  z-index: 10000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-modal__open {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  z-index: 2;
  transition: 0.5s;
  border-radius: 100%;
  animation: ripple 2s linear infinite;
}
@media screen and (max-width: 767px) {
  .c-modal__open {
    display: block;
  }
}
.c-modal__open.--right {
  left: auto;
  right: 5px;
}
.c-modal__open.--bottom {
  top: auto;
  bottom: 5px;
}
@media screen and (min-width: 1272px) {
  .c-modal__open:hover {
    transform: rotate(45deg);
  }
}
.c-modal__cont {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    border-radius: 50%;
  }
}
.c-modal.active {
  display: flex;
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.c-modal__content {
  position: relative;
  /* ← 子要素を絶対配置する基準に */
  max-width: 80%;
  max-height: 90%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  /* iOS慣性スクロール */
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    max-width: 100%;
  }
}
.c-modal__content.js-scrollable {
  max-height: 80vh;
  /* 必要に応じて調整 */
  overflow: scroll;
}

.c-modal__content img {
  display: block;
  max-width: 105%;
  width: 105%;
  /* 横スクロール対応 */
}
@media screen and (max-width: 767px) {
  .c-modal__content img {
    max-width: 140%;
    width: 140%;
  }
}

.c-modal__close {
  position: sticky;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #333;
  cursor: pointer;
  z-index: 10000;
  border-radius: 50%;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    font-size: 30px;
  }
}

.c-width {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.c-width.w700 {
  max-width: 740px;
}

.c-ttl_jp {
  font-size: 12px;
  font-family: "Shippori Mincho B1", serif;
  color: #005834;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-ttl_jp {
    font-size: 10px;
  }
}
.c-ttl_jp + .c-ttl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-ttl_jp + .c-ttl {
    margin-top: 12px;
  }
}

.c-ttl {
  font-family: "trajan-pro-3", serif;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 35px;
  }
}
.c-ttl {
  font-weight: 600;
  letter-spacing: 0.35em;
  line-height: 1.2;
  color: #005834;
  letter-spacing: 2px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    line-height: 1.2;
  }
}
.c-ttl.double {
  display: flex;
  flex-direction: column;
}
.c-ttl.double span:nth-child(2) {
  margin-left: 1.5em;
}

.c-txt {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.8;
  letter-spacing: 2px;
}
.c-txt.left {
  text-align: left;
}
.c-txt.white {
  color: #fff;
}
.c-txt.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.c-lower_ttlWrap {
  height: 270px;
  background-color: #EEEBE7;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .c-lower_ttlWrap {
    display: flex;
    height: 220px;
  }
}

.c-lower_cont {
  display: flex;
  align-items: flex-end;
  gap: 35px;
  height: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-lower_cont {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    padding-bottom: 40px;
  }
}

.c-lower_ttl {
  color: #005834;
  font-size: 37px;
  font-family: "trajan-pro-3", serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-lower_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-lower_ttl.logo {
    padding-bottom: 0.5em;
  }
}

.c-lower_txt {
  color: #005834;
  font-size: 14px;
}

.c-pankuzu_list {
  display: flex;
  gap: 24px;
  overflow-x: scroll;
}
.c-pankuzu_list::-webkit-scrollbar {
  display: none;
}

.c-pankuzu_link {
  color: #005834;
}

.c-pankuzu_txt {
  color: #7F7F7F;
}

.c-pankuzu_link,
.c-pankuzu_txt {
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: 0;
}

.c-pankuzu_item {
  position: relative;
}

.c-pankuzu_item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  right: -12px;
  bottom: 0;
  margin: auto;
}

.c-simple_ttl {
  color: #005834;
  font-size: 28px;
  font-family: "trajan-pro-3", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-simple_ttl {
    font-size: 24px;
  }
}
.c-simple_ttl.white {
  color: #fff;
}

.c-simple_subttl {
  color: #005834;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
}
.c-simple_subttl.white {
  color: #fff;
}

.c-caption {
  line-height: 1;
  position: absolute;
  font-size: 12px;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .c-caption {
    font-size: 10px;
  }
}

html {
  overflow-x: hidden;
}
html.is-modal-open {
  overflow: hidden;
}

body.open .fixed-image {
  z-index: 998;
}

.u-ib {
  display: inline-block;
}

.scroll-hint-text {
  letter-spacing: 0 !important;
}

@media screen and (min-width: 768px) {
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    content: none !important;
  }
}

.p-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-banner {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  .p-banner.active {
    pointer-events: auto;
    opacity: 1;
  }
}
.p-banner__inr {
  display: flex;
  width: 100%;
}
.p-banner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9f9280;
  color: #fff;
  width: 20%;
  padding: 11px 1px;
  letter-spacing: 0;
  font-size: 15px;
}
.p-banner__link + .p-banner__link {
  border-left: 2px solid #fff;
}
.p-banner__link.--wide {
  width: 40%;
  background-color: #756349;
}
@media screen and (max-width: 767px) {
  .l-ft_pageTop {
    bottom: 52px;
  }
}

.p-banner-img {
  width: 100%;
}
.p-banner-img__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-banner-img__wrap.pc-narrow img {
    aspect-ratio: 12/5;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.c-h1 {
  display: none;
}

.font-trajan {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
}

.sp_none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */