@charset "UTF-8";
/* ==========================================================
 font 
========================================================== */
body {
  font-family: "source-han-sans-japanese", sans-serif; /* Proxima Nova Regular */
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  font-variant-numeric: tabular-nums;
}

/* ==========================================================
text style
========================================================== */
body {
  width: 100%;
  line-height: 2;
  color: #333;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* ==========================================================
 slideIn anime
========================================================== */
/* ==========================================================
 mixin 
========================================================== */
/* ==========================================================
 html5 elements
========================================================== */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section,
main {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-style: normal;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1079px) {
  html {
    font-size: 0.9267840593vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6075619296vw;
  }
}
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
  max-width: 100%;
  width: 100%;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* ==========================================================
base style
========================================================== */
.btn-pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #2b2c46;
  height: 5rem;
  transition: 0.3s;
  z-index: 1;
  font-size: 1.5rem;
  cursor: pointer;
}
.btn-pagetop__img {
  padding-right: 0.4rem;
}
.btn-pagetop__img img {
  vertical-align: middle;
}

footer {
  background-color: #131431;
  color: #fff;
  padding: 5rem 1.4rem;
}
@media (max-width: 767px) {
  footer {
    padding: 3rem 1.4rem;
  }
}

.footer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 767px) {
  .footer {
    align-items: center;
  }
}
.footer_ {
  display: flex;
}
@media (max-width: 767px) {
  .footer_ {
    flex-direction: column;
  }
}
.footer__nav {
  width: 25%;
  padding-top: 2rem;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .footer__nav {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .footer__nav-twins {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
}
.footer__nav-logwrap {
  width: 19rem;
}
@media (max-width: 767px) {
  .footer__nav-logwrap {
    width: 16.644rem;
    margin: 0 auto;
  }
}
.footer__nav-yt {
  width: 34.6px;
  margin-right: 2rem;
}
.footer__nav-fb {
  width: 28.43px;
}
.footer__nav-insta {
  width: 30.43px;
  margin-right: 2rem;
}
.footer__nav:first-child {
  padding-top: 0;
  width: 35%;
}
@media (max-width: 767px) {
  .footer__nav:first-child {
    width: 100%;
  }
}
.footer__nav:nth-child(3) {
  width: 35%;
}
@media (max-width: 767px) {
  .footer__nav:nth-child(3) {
    width: 100%;
  }
}
.footer__nav:last-child {
  display: flex;
  width: 10%;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer__nav:last-child {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

.copyright {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .copyright {
    letter-spacing: -0.02rem;
  }
}

/* ==========================================================
base style
========================================================== */
body.js-menuOpen {
  overflow: hidden !important;
}

header img {
  height: auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  height: 96px;
  z-index: 4;
  width: 100%;
}
@media (max-width: 1079px) {
  header {
    height: 9.6rem;
  }
}
@media (max-width: 767px) {
  header {
    height: 58px;
  }
}
body.js-headerHide header {
  pointer-events: none;
}
body.js-menuOpen.js-headerHide header {
  pointer-events: all !important;
}

.hamburg {
  padding: 1.2rem 2rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  height: 4.6rem;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .hamburg {
    top: 0;
    height: 57px;
    right: 0;
    width: 80px;
    padding: 17px 22px;
  }
}
.hamburg-line {
  content: "";
  width: 4rem;
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .hamburg-line {
    width: 36px;
  }
}
.hamburg-line--m {
  color: #fff;
  font-size: 0.7em;
  width: 100%;
  text-align: center;
  height: 1.8rem;
  line-height: 1.5;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .hamburg-line--m {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 0.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hamburg:hover {
    padding: 1rem 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .hamburg:hover {
    padding: 17px 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hamburg:hover .hamburg-line {
    width: 5.5rem;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .hamburg:hover .hamburg-line {
    width: 55px;
  }
}
.hamburg:not(.js-onclick).is-hide {
  opacity: 0;
  pointer-events: none;
}

.hamburg.js-onclick {
  justify-content: center;
  align-items: center;
}
.hamburg.js-onclick .hamburg-line--m {
  width: 0;
  display: none;
}
.hamburg.js-onclick::after {
  content: "";
}
.hamburg.js-onclick .-t {
  transform: rotate(45deg);
  width: 3rem;
}
@media (max-width: 767px) {
  .hamburg.js-onclick .-t {
    width: 30px;
  }
}
.hamburg.js-onclick .-b {
  width: 3rem;
  transform: rotate(-45deg) translate(1px, -2px);
}
@media (max-width: 767px) {
  .hamburg.js-onclick .-b {
    width: 30px;
  }
}
.hamburg.js-onclick:hover {
  padding: 1.2rem 2rem;
}
.hamburg.js-onclick:hover::after {
  content: "";
}

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

i {
  font-style: normal;
  display: inline-block;
}

sup {
  color: #707070;
}

.header {
  background-color: #131431;
  height: inherit;
  transition: 0.5s;
}
.header.is-hide {
  opacity: 0;
  pointer-events: none;
}
.header__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.4rem;
  height: 48px;
  border-bottom: 1px solid gray;
}
@media (max-width: 1079px) {
  .header__top {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .header__top {
    height: inherit;
    gap: 1rem;
  }
}
.header__top-head--hamb {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__top-head--hamb a {
  width: 20rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__top-head--hamb a {
    /* new header */
    width: 64px;
  }
}
@media (max-width: 767px) {
  .header__top-head--hamb a img {
    /* new header */
    width: 170px;
  }
}
.header__top-head a {
  gap: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__top-head a {
    width: unset;
  }
}
.header__top-head a img {
  width: 20rem;
}
@media (max-width: 767px) {
  .header__top-head a img {
    /* new header */
    width: 170px;
  }
}
.header__top-head a div {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 1140px) {
  .header__top-head a div {
    display: none;
  }
  #shisan .header__top-head a div {
    display: block;
  }
}
@media screen and (max-width: 1140px) and (max-width: 767px) {
  #shisan .header__top-head a div {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__top-head__sp {
    width: 64px !important;
  }
}
.header__top-head__tochi {
  display: none !important;
}
@media (max-width: 767px) {
  .header__top-head__tochi {
    font-size: min(13px, 1.2rem) !important;
    margin-left: 0.3rem;
  }
}
#shisan .header__top-head__tochi {
  display: none !important;
}
@media (max-width: 767px) {
  #shisan .header__top-head__tochi {
    /* new header */
    display: block !important;
  }
}
.header__top-head .shisantop {
  display: none;
}
#shisan .header__top-head .shisantop {
  display: flex;
}
#shisan .header__top-head .sogotop {
  display: none;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-logo__txt {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-logo__txt {
    font-size: 12px;
  }
}
#shisan .header-logo__txt {
  display: none !important;
}
.header-logo.mod--shisan {
  display: none;
}
#shisan .header-logo.mod--sogo {
  display: none;
}
#shisan .header-logo.mod--shisan {
  display: flex;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  width: 64rem;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .top-nav {
    width: unset;
  }
  .top-nav li {
    display: none;
    font-size: 10px;
    margin-right: 14px;
    height: 33px;
  }
  #shisan .top-nav li {
    margin-right: 0;
    padding: 0.3rem 0.7rem 0.4rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .top-nav li.obj--mrg {
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .top-nav li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
  }
  #shisan .top-nav li a {
    line-height: 1;
    display: flex;
  }
  .top-nav .top-nav__show {
    display: block;
    font-size: 15px;
  }
}
.top-nav__show {
  width: 6rem;
  height: 2.3rem;
}
@media (max-width: 767px) {
  .top-nav__show {
    width: 30px;
    height: 23px;
  }
}
@media (max-width: 767px) {
  .top-nav--main {
    width: 80px;
    text-align: center;
  }
  .top-nav--main.u-shisan-show {
    display: block;
    margin-right: -1rem !important;
    padding: 0 !important;
  }
}

.nav {
  height: 48px;
  max-width: 1440px;
  margin: 0 auto;
}
.nav__bg {
  position: absolute;
  top: 9.6rem;
  left: 0;
  background: #fff;
  content: "";
  display: block;
  height: 0;
  opacity: 0.95;
  width: 100%;
  transition: 0.5s;
  box-shadow: 0 6px 10px -10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .nav__bg {
    top: inherit;
  }
}
@media (max-width: 1079px) {
  .nav {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .nav {
    display: none;
  }
}
.nav__list {
  display: flex;
  width: 100%;
  height: inherit;
}
@media (max-width: 767px) {
  .nav__list {
    display: none;
  }
}
.nav__list-item {
  width: 20%;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  border-right: 1px solid gray;
  padding: 0.5rem 0rem;
  height: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  letter-spacing: -0.5px;
}
.nav__list-item::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, 50%);
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.4em 0.3em;
  border-top-color: currentColor;
  border-bottom: 0;
  transition: 0.3s;
}
.nav__list-item:first-child {
  border-left: 1px solid gray;
}
.nav__list-item--drop {
  display: none;
  color: #333333;
  text-align: left;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .nav__list-item:hover:hover {
    background-color: #fff;
    color: #333333;
  }
}
.nav__list-item.js-active {
  background-color: #fff;
  color: #333333;
}
.nav__list-item.js-active::after {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
@media (max-width: 1155px) {
  .nav__list-item a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem 0;
    line-height: 1.2;
    padding: 5px;
  }
}
@media (max-width: 1155px) and (max-width: 1079px) {
  .nav__list-item a {
    padding: 7px 0;
  }
}
@media (max-width: 1155px) {
  .nav__list-item a::after {
    width: 3px;
    height: 3px;
  }
}
.nav__drop {
  position: fixed;
  width: 100%;
  top: 9.6rem;
  left: 0;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  cursor: default;
}
.nav__drop--opacity {
  opacity: 1;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.top-nav--sub {
  display: none;
}

.nav--sub {
  display: none;
  height: 48px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1079px) {
  .nav--sub {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .nav--sub {
    display: none;
  }
}
.nav--sub__list {
  display: flex;
  width: 100%;
  height: inherit;
}
@media (max-width: 767px) {
  .nav--sub__list {
    display: none;
  }
}
.nav--sub__list:first-child {
  border-left: 1px solid gray;
}
.nav--sub__list-item {
  width: 20%;
  font-weight: 700;
  font-size: 1.5rem;
  border-right: 1px solid gray;
  box-sizing: border-box;
}
.nav--sub__list-item a {
  cursor: pointer;
  padding: 0.7rem 0;
  text-align: center;
  height: 100%;
  display: block;
  box-sizing: border-box;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .nav--sub__list-item a:hover:hover {
    background-color: #fff;
    color: #333333;
  }
}
@media (max-width: 1258px) {
  .nav--sub__list-item--long {
    line-height: 1.3;
    padding: 0.3rem 0 !important;
  }
}

.drop {
  display: grid;
  grid-template-areas: "fr se th fo fi";
  grid-template-columns: repeat(5, 1fr);
}
.drop__item {
  padding: 1.5rem;
}
@media (max-width: 1079px) {
  .drop__item {
    padding: 1rem;
  }
}
.drop__item-txtwrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1.2;
  height: 3rem;
}
.drop__item-p small {
  font-size: 1.4rem;
}
.drop__item--img {
  padding: 1rem 1rem 3rem 0;
}

.d1 {
  grid-area: fr;
}

.d2 {
  grid-area: se;
}

.d3 {
  grid-area: th;
}

.d4 {
  grid-area: fo;
}

.d5 {
  grid-area: fi;
}

.droptenji {
  display: grid;
  grid-template-areas: "f f s s s";
  grid-template-columns: repeat(5, 1fr);
}
.droptenji__item {
  padding: 1rem;
}
@media (max-width: 1079px) {
  .droptenji__item {
    padding: 1rem;
  }
}
.droptenji__item-r dt {
  font-family: “proxima-nova”, "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.droptenji__item-r dt span {
  width: 70%;
}
.droptenji__item-r--dd ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0.5rem 0 1rem;
}
.droptenji__item-r--dd ul li {
  width: 100%;
  padding: 0.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  background-color: #324468;
}
@media (max-width: 1079px) {
  .droptenji__item-r--dd ul li {
    padding: 0;
  }
}
.droptenji__item-r--dd ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
}
.droptenji__item-r--dd-s {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #324468;
  color: #324468;
  font-family: “proxima-nova”, "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.droptenji__item-r--btn a p {
  line-height: 1.2;
}
.droptenji__item-r--btn a p small {
  font-size: 1.4rem;
}
.droptenji__item-r--img {
  padding: 1rem 2rem 3rem 0;
}

.rarw {
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.39em 0.38em;
  border-left-color: currentColor;
  border-right: 0;
}

.dotline {
  width: 100%;
  display: inline-block;
  height: 1px;
  position: relative;
}
.dotline::before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 5px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.norline {
  width: 100%;
  display: inline-block;
  height: 1px;
  position: relative;
}
.norline::before {
  content: "";
  background-color: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tenj1 {
  grid-area: f;
  padding: unset;
}
.tenj1__wrap {
  display: grid;
  grid-template-areas: "i i" "r h";
  grid-template-columns: repeat(2, 1fr);
}
.tenj1__wrap dt {
  grid-area: i;
  padding: 1rem 1rem 0 1rem;
}
@media (max-width: 1079px) {
  .tenj1__wrap dt {
    padding: 1rem 1rem 0 1rem;
  }
}
.tenj1__wrap dt span {
  width: calc(100% - 6rem);
}
.tenj1__wrap__1 {
  grid-area: r;
  padding: 0 1rem 1rem;
}
@media (max-width: 1079px) {
  .tenj1__wrap__1 {
    padding: 0 1rem 1rem;
  }
}
.tenj1__wrap__2 {
  grid-area: h;
  padding: 0 1rem 1rem;
}
@media (max-width: 1079px) {
  .tenj1__wrap__2 {
    padding: 0 1rem 1rem;
  }
}
.tenj1__wrap__3 {
  grid-area: desio;
  padding: 0 1rem 1rem;
}
@media (max-width: 1079px) {
  .tenj1__wrap__3 {
    padding: 0 1rem 1rem;
  }
}

.tenj2 {
  grid-area: s;
  padding: unset;
}
.tenj2__wrap {
  display: grid;
  grid-template-areas: "a a a" "b c d";
  grid-template-columns: repeat(3, 1fr);
}
.tenj2__wrap dt {
  grid-area: a;
  padding: 1rem 1rem 0 1rem;
}
@media (max-width: 1079px) {
  .tenj2__wrap dt {
    padding: 1rem 1rem 0 1rem;
  }
}
.tenj2__wrap dt span {
  width: calc(100% - 6rem);
}
.tenj2__wrap__1 {
  grid-area: b;
  padding: 0 1rem 1rem;
}
@media (max-width: 1079px) {
  .tenj2__wrap__1 {
    padding: 0 1rem 1rem;
  }
}
.tenj2__wrap__2 {
  grid-area: c;
  padding: 0 1rem 1rem;
}
@media (max-width: 1079px) {
  .tenj2__wrap__2 {
    padding: 0 1rem 1rem;
  }
}
.tenj2__wrap__3 {
  grid-area: d;
  padding: 0 1rem 1rem;
}
@media (max-width: 1079px) {
  .tenj2__wrap__3 {
    padding: 0 1rem 1rem;
  }
}

.hambopen {
  opacity: 0;
  pointer-events: none;
  background-color: #131431;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .hambopen {
    background-color: #fff;
  }
}
.js-menuOpen .hambopen {
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 767px) {
  .js-menuOpen .hambopen {
    overflow-y: hidden;
  }
}
.hambopen__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.4rem;
  height: 48px;
  border-bottom: 1px solid gray;
  background-color: #131431;
}
@media (max-width: 1079px) {
  .hambopen__top {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .hambopen__top {
    height: 58px;
    gap: 1rem;
  }
}
.hambopen__top-l {
  display: flex;
  justify-content: left;
  align-items: center;
}
.hambopen__bot {
  height: 100%;
  min-height: 824px;
  line-height: 1.5;
  max-width: 1440px;
  background-color: #131431;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "A B C D E" "F G H I J" "K K K K K" "L L L L L";
  border: 1px solid gray;
  border-bottom: unset;
  border-top: unset;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .hambopen__bot {
    width: 100%;
    display: block;
    font-size: 1.2rem;
    border: unset;
  }
}
.hambopen__bot-nav {
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  background-color: #131431;
  padding: 0 0 4rem;
}
@media (max-width: 767px) {
  .hambopen__bot-nav {
    padding: 0 1.5rem;
    border: unset;
  }
}
.hambopen__bot-nav dt {
  font-size: 1.5rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  position: relative;
  transition: 0.3s;
  width: 100%;
  font-weight: 700;
}
@media (max-width: 1079px) {
  .hambopen__bot-nav dt {
    height: 4.4rem;
  }
}
@media (max-width: 767px) {
  .hambopen__bot-nav dt {
    font-weight: unset;
    justify-content: unset;
    border-bottom: 1px solid gray;
    height: 8vh;
    min-height: 4.7rem;
    max-height: 68px;
    font-size: 1.2rem;
  }
}
.hambopen__bot-nav.js-isOpen {
  background-color: #fff;
}
.hambopen__bot-nav.js-isOpen dt {
  border-bottom: none !important;
  color: #333333;
}
.hambopen__bot-sub {
  border-right: 1px solid gray;
  padding: 2rem;
}
@media (max-width: 767px) {
  .hambopen__bot-sub {
    border: unset;
    padding: unset;
  }
}
.hambopen__bot-sub a {
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .hambopen__bot-sub a {
    font-weight: unset;
  }
}
.hambopen__bot-sub a i {
  margin-top: 0.7rem;
}
.hambopen__bot-sub dt {
  font-weight: 700;
}
@media (max-width: 767px) {
  .hambopen__bot-sub dt {
    font-weight: unset;
  }
}
.hambopen__bot-sub dd {
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .hambopen__bot-spnav {
    padding: 0 1.5rem;
  }
}
.hambopen__bot-spnav dt {
  height: 8vh;
  min-height: 4.7rem;
  max-height: 68px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid gray;
  align-items: center;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .hambopen__bot-spnav dt.straight-link a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.hambopen__bot-oth {
  border-top: 1px solid gray;
  padding: 2rem;
}
.hambopen__bot-oth dt {
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .hambopen__bot-oth dt {
    font-weight: unset;
    padding: unset;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .hambopen__bot-oth {
    border: unset;
    padding: unset;
  }
}
.hambopen__bot-oth dd {
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .hambopen__bot-oth dd {
    padding: unset;
  }
}
.hambopen__bot-oth dd p {
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .hambopen__bot-oth dd p {
    position: relative;
    font-size: 1.2rem;
  }
}
.hambopen__bot-oth dd p i {
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .hambopen__bot-oth dd p i {
    margin-top: 0;
  }
}
.hambopen__bot-oth dd p small {
  font-size: 10px;
}

.submenu {
  padding: 0 1.5rem;
}

.nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .nowrap {
    white-space: unset;
    padding-right: 1.7rem;
  }
}

.hmenu-crumb {
  padding-left: 2rem;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  gap: 2rem;
}
.hmenu-crumb--sp {
  width: inherit;
  padding: 0 1rem 0 1.5rem !important;
  font-size: 1.25rem !important;
}
.hmenu-crumb--sp span:nth-of-type(1) {
  margin-right: 1rem;
}
.hmenu-crumb--sp__wrap {
  display: flex;
}
.hmenu-crumb a {
  display: flex;
  align-items: baseline;
}
.hmenu-crumb a sup {
  transform: translateY(-10%) rotate(45deg);
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .hmenu-crumb {
    font-weight: unset;
    position: absolute;
    top: 2rem;
    left: 8rem;
    font-size: 1.4rem;
    transition: 0.3s;
    padding-left: unset;
    gap: 1rem;
  }
  .hmenu-crumb a {
    display: flex;
    align-items: baseline;
  }
}

@media (max-width: 767px) {
  .spbot {
    width: 100%;
    color: #333333;
    font-family: “proxima-nova”, "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
    background-color: #F4F4F4;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
  }
  .spbot.js-isOpen {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .spbot--n {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.5rem;
    width: 100%;
    background-color: #ececec;
    position: relative;
  }
}
@media (max-width: 767px) {
  .spbot--aco {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.5rem;
    width: 100%;
    background-color: #dadada;
  }
}
.spbot--aco .opensesami {
  position: absolute;
  right: 1rem;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-Plus%22%3E%3Cpath%20d%3D%22M12%2020v-8m0%200V4m0%208h8m-8%200H4%22%2F%3E%3C%2Fsvg%3E);
  background-size: contain;
}
.spbot--aco .opensesami.js-isOpen {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-Minus%22%3E%3Cpath%20d%3D%22M20%2012H4%22%2F%3E%3C%2Fsvg%3E);
}

.endmenu ul {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .endmenu ul {
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0.5rem;
    background-color: #dadada;
  }
  .endmenu ul li {
    width: calc(50% - 1rem);
    background: #fff;
    height: 3.6rem;
  }
  .endmenu ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 1rem;
  }
  .endmenu ul li a p {
    position: unset;
  }
}

.submenu__item {
  padding: 0.7rem 0;
}
@media (max-width: 767px) {
  .submenu__item {
    padding: unset;
  }
}
.submenu__item p {
  font-size: 1.5rem;
  font-weight: 400;
}
.submenu__item p i {
  margin-top: 0.7rem;
}
.submenu__item p span {
  font-size: 1.3rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .submenu__item p span {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .submenu {
    position: absolute;
    background: #fff;
    color: #333333;
    width: 65.6541026%;
    right: 0px;
    top: 58px;
    height: calc(100% - 58px - 9rem);
    height: calc(100% - 58px - 4.5rem);
    overflow: scroll;
    font-weight: 500;
    transform: translateX(100%);
    transition: 0.3s;
  }
  .submenu ul {
    padding: 0 1.5rem;
  }
  .submenu ul li {
    height: 5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EAEAEA;
  }
  .submenu ul li p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .submenu ul li p i {
    margin-top: unset;
  }
  .submenu ul li p small {
    display: block;
  }
  .submenu ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
}

.submenu ul .gridlist .ttl {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .submenu ul .gridlist .ttl {
    font-size: 1.2rem;
    font-weight: unset;
  }
}
.submenu ul .gridlist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 0.5rem 0.5rem 1rem;
}
.submenu ul .gridlist ul li {
  font-size: 1.5rem;
}
.submenu ul .gridlist ul li a {
  display: block;
  height: 2.5rem;
}
@media (max-width: 767px) {
  .submenu ul .gridlist ul li a {
    height: initial;
  }
}
.submenu ul .gridlist ul li a i {
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .submenu ul .gridlist {
    display: block;
    height: unset;
    padding: 1rem 0 0;
  }
  .submenu ul .gridlist ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.5rem;
    padding: 1rem;
  }
  .submenu ul .gridlist ul li {
    height: 2rem;
    border-bottom: unset;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .hambopen__bot.js-subOpen {
    width: 34.3458974%;
    margin: unset;
  }
  .hambopen__bot.js-subOpen .hmenu-crumb {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hambopen__bot.js-subOpen .submenu.js-isOpen {
    transform: translateX(0);
  }
}
.hambopen__bot.js-subOpen .submenu.js-isOpen.-top {
  z-index: 4;
}
.hambopen__bot.js-subOpen .hambopen__bot-nav, .hambopen__bot.js-subOpen .hambopen__bot-spnav {
  padding-right: 0;
}
@media (max-width: 767px) {
  .hambopen__bot.js-subOpen .hambopen__bot-nav dt {
    border-bottom: 1px solid gray;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
.hambopen__bot.js-subOpen .hambopen__bot-spnav dt {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.hambopen__bot.js-subOpen .submenu ul .gridlist ul li a i {
  transform: translate(-130%, -50%) rotate(45deg);
}

@media (max-width: 767px) {
  .js-color.js-subSelect {
    background-color: #fff;
    color: #333333;
  }
  .js-color.js-subSelect dt {
    border-bottom: unset !important;
  }
  .js-color.js-subSelect dt .linkarw-w {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .linkarw {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 8px;
    height: 8px;
    right: 1.5rem;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    top: 50%;
    transform: translate(-25%, -50%) rotate(45deg);
  }
  .linkarw-w {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #707070;
    line-height: 1;
    width: 7px;
    height: 7px;
    right: 8px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    top: 50%;
    transform: translate(-25%, -50%) rotate(45deg);
  }
}

.aftarw {
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .aftarw {
    color: #707070;
  }
}

.u--wh {
  color: #707070;
}

.linkout {
  width: 10px;
  height: 2rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .linkout {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.linkout img {
  filter: brightness(0) invert(1);
  vertical-align: unset;
}
@media (max-width: 767px) {
  .linkout img {
    filter: unset;
  }
}
.linkout--sp {
  position: relative;
  transform: unset;
  left: 0.3rem;
}

.nav1 {
  grid-area: A;
}

.nav2 {
  grid-area: B;
}

.nav3 {
  grid-area: C;
}

.nav4 {
  grid-area: D;
}

.nav5 {
  grid-area: E;
  border-right: unset;
}

.sub1 {
  grid-area: F;
}

.sub2 {
  grid-area: G;
}
.sub2 ul li {
  padding-top: unset;
}

.sub3 {
  grid-area: H;
  padding-right: 0.8rem;
}

.sub4 {
  grid-area: I;
}

.oth1 {
  grid-area: K;
}

.oth2 {
  grid-area: L;
}

.u-bun {
  padding: 0rem 0.7rem 0.1rem;
  background-color: #fff;
  color: #131431;
  border: 1px solid transparent;
  border-radius: 1px;
}
@media (hover: hover) and (pointer: fine) {
  .u-bun:hover {
    border: 1px solid #fff;
    background-color: #131431;
    color: #fff;
    transition: 0.3s;
  }
}

@media (max-width: 767px) {
  .u-spshow {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .onlypc {
    display: none;
  }
}

/* 土地活用・賃貸経営（shisan）関連 /shisan/ 
-----------------------------------------------------*/
.h1__txt-shisan {
  display: none;
}

.top-nav.top-nav--shisan {
  display: none;
}

.hambopen__bot-oth--shisan {
  display: none;
}

.hambopen__bot-spnav--shisan {
  display: none;
}

/* カタログ請求 */
.link-catalog {
  display: block !important;
}

.link-catalog--shisan {
  display: none !important;
}

main {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  margin-top: 96px;
  color: #333;
}
@media (max-width: 1079px) {
  main {
    margin-top: 9.6rem;
    min-width: 320px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 58px;
  }
}

/* ==========================================================
base style
========================================================== */
.p-look__ttl {
  text-align: center;
}
.p-look--wrap {
  padding: 3rem 0;
  width: 85%;
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "A B";
  gap: 8rem;
}
@media (max-width: 767px) {
  .p-look--wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "A";
    width: 100%;
    padding: 2rem 0;
  }
}
.p-look--wrap-th {
  display: grid;
  grid-template-columns: 34.09% 34.09% 22%;
  grid-template-areas: "A B C";
  gap: 5rem;
}
@media (max-width: 767px) {
  .p-look--wrap-th {
    padding-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "A A" "C C";
    gap: 2rem 0;
  }
}
.p-look--wrap-th p {
  width: 100%;
  padding: 1rem;
  background-color: #AA8944;
  color: #fff;
  text-align: center;
}
.p-look--wrap-tab {
  display: flex;
}
@media (max-width: 767px) {
  .p-look--wrap-tab {
    padding-top: 2rem;
  }
  #js-top .p-look--wrap-tab {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .p-look {
    justify-content: center;
  }
  .p-look--tab {
    width: 100%;
    padding: 1rem 0;
    border-right: 1px solid #324468;
    border-bottom: 1px solid #324468;
    background-color: #F4F4F4;
    cursor: pointer;
  }
  .p-look--tab:last-of-type {
    border-right: none;
  }
}
.p-look-f {
  grid-area: A;
  display: flex;
}
.p-look-s {
  grid-area: B;
  display: flex;
}
@media (max-width: 767px) {
  .p-look-s {
    grid-area: A;
  }
}
.p-look-th {
  grid-area: C;
}
.p-look__wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .p-look__wrap {
    width: 90%;
  }
}
.p-look__wrap-ttl {
  font-size: 2rem;
  text-align: center;
  text-align: left !important;
  border-bottom: 1px solid #aa8944;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .p-look__wrap-ttl {
    text-align: center !important;
    font-size: 1.6rem;
    padding-right: 1rem;
    margin-bottom: unset;
    border-bottom: 1px solid;
  }
}
.p-look__wrap-subttl {
  font-size: 0.75em;
  padding-left: 1.7rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-look__wrap-inner__btn {
    font-size: 1.4rem;
  }
}
.p-look__wrap-inner__s {
  margin-bottom: 1rem;
  position: relative;
}
.p-look__wrap-inner__btn2 {
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .p-look__wrap-inner__btn2 {
    font-size: 1.4rem;
  }
}
.p-look__wrap-inner__btn2 a {
  position: relative;
}
.p-look__wrap-inner__camp {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #324468;
  text-align: center;
  padding-bottom: 1rem;
}
.p-look__wrap-inner__camp a {
  border-bottom: 1px solid #324468;
}
.p-look-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .p-look-icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0;
    margin-right: 0;
  }
}
.p-look-icon img {
  vertical-align: unset;
}

.obj--bord {
  border-top: 1px solid #324468;
  border-bottom: none;
  background-color: #fff;
}

.p-nsearch {
  position: relative;
  padding-bottom: 4rem;
  font-family: "source-han-sans-japanese", sans-serif;
}
@media (max-width: 767px) {
  .p-nsearch {
    padding-bottom: unset;
  }
}
.p-nsearch--wrap {
  padding: 7rem 0 2rem;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-nsearch--wrap {
    padding-top: 1rem;
    padding-bottom: 0;
    width: 100%;
  }
}
.p-nsearch__ttl {
  text-align: center;
  background-color: #324468;
  color: #fff;
  width: 100%;
  margin: 3rem auto 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-nsearch__ttl {
    font-size: 1.8rem;
  }
}
.p-nsearch__link {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-nsearch__link {
    font-size: 1.4rem;
  }
}
.p-nsearch__img1 {
  width: 27rem;
  display: block;
  position: absolute;
  top: 0;
  left: 7%;
}
@media (max-width: 767px) {
  .p-nsearch__img1 {
    width: 10rem;
    left: 1%;
  }
}
.p-nsearch__img2 {
  width: 15.5rem;
  transform: scale(0.8);
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .p-nsearch__img2 {
    width: 8.5rem;
  }
  .p-nsearch__img2 img {
    z-index: 1;
    position: relative;
  }
}
.p-nsearch__img2--txt {
  position: absolute;
  top: 0;
  left: -21rem;
  display: block;
  text-align: center;
  padding: 1rem 3rem;
  border: 0.3rem solid lightgray;
  background-color: #fff;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-nsearch__img2--txt {
    top: -0.8rem;
    left: -14rem;
    padding: 0.5rem 2rem;
    border: 0.2rem solid lightgray;
    font-size: 1.3rem;
  }
}
.p-nsearch__img2--txt::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  bottom: -2rem;
  right: 4rem;
}
@media (max-width: 767px) {
  .p-nsearch__img2--txt::before {
    width: 2rem;
    height: 1rem;
    bottom: -0.7rem;
  }
}
.p-nsearch__img2--txt::after {
  content: "";
  width: 3.4rem;
  height: 0.3rem;
  background-color: lightgray;
  position: absolute;
  bottom: -1.1rem;
  right: 4rem;
  transform: rotate(28deg);
}
@media (max-width: 767px) {
  .p-nsearch__img2--txt::after {
    content: "";
    width: 2.4rem;
    height: 0.18rem;
    bottom: -0.7rem;
    right: 3.8rem;
  }
}
.p-nsearch__img2--wrap {
  position: absolute;
  top: -2rem;
  right: 10%;
}
@media (max-width: 767px) {
  .p-nsearch__img2--wrap {
    right: 0%;
  }
}
.p-nsearch--tab {
  background-color: #F4EFE1;
}
@media (max-width: 767px) {
  .p-nsearch--tab {
    background-color: #FAF8F1;
    border-right: 1px solid #d3cbbb;
    border-bottom: 1px solid #d3cbbb;
  }
}

.p-nsearch--tab.obj--bord {
  background-color: #F4EFE1;
  border-bottom: none;
  border-top: 1px solid #d3cbbb;
}

.p-nsearch__img2--txt {
  display: none;
}

.p-pastevent .p-nsearch__img2--txt.ver1 {
  display: block;
}

.p-exp .p-nsearch__img2--txt.ver2 {
  display: block;
}

.p-campaign .p-nsearch__img2--txt.ver1 {
  display: block;
}

.p-fcttour .p-nsearch__img2--txt.ver1 {
  display: block;
}

.p-museum .p-nsearch__img2--txt.ver2 {
  display: block;
}

.p-feature .p-nsearch__img2--txt.verfeat {
  display: block;
}

.p-lineup .p-nsearch__img2--txt.verline {
  display: block;
}

.p-case .p-nsearch__img2--txt.vercase {
  display: block;
}

.p-imadoki .p-nsearch__img2--txt.verima {
  display: block;
}

.p-intGall .p-nsearch__img2--txt.ver2 {
  display: block;
}

.p-othertdh .p-nsearch__img2--txt.vercase {
  display: block;
}

.p-othertdht6 .p-nsearch__img2--txt.ver1 {
  display: block;
}

.p-heim-concierge .p-nsearch__img2--txt.verheimc {
  display: block;
}

.p-smenu {
  display: grid;
  grid-template-areas: "A B" "A C";
  grid-template-columns: 30% calc(70% - 1rem);
  grid-template-rows: 1fr min-content;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-smenu {
    grid-template-columns: 32% calc(68% - 1rem);
  }
}
.p-smenu--full {
  display: grid;
  grid-template-columns: 37.49% 37.49% 22%;
  grid-template-areas: "A B C";
  gap: 2rem;
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-smenu--full {
    width: 100%;
    display: block;
    padding: unset;
  }
}
.p-smenu--wrap {
  background-color: #F4EFE1;
  padding: 2rem;
  height: 100%;
}
@media (max-width: 767px) {
  .p-smenu--wrap {
    padding: 3rem 2rem 3rem;
    margin-bottom: 1rem;
  }
}
.p-smenu--wrap dt {
  padding-bottom: unset !important;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem) !important;
}
@media (max-width: 1079px) {
  .p-smenu--wrap dt {
    padding-bottom: 1rem !important;
  }
}
.p-smenu__img {
  grid-area: A;
  display: block;
}
.p-smenu__list {
  grid-area: B;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: min-content min-content;
  gap: 1rem;
}
.p-smenu__list-item {
  background: #AA8944;
  color: #fff;
  height: min(3.5vw, 5.3rem);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-smenu__list-item {
    height: 4rem;
  }
}
.p-smenu__list-item a {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-smenu__list-item a {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-smenu__list-item:hover {
    background-color: #8c7138;
  }
}
.p-smenu__btn {
  position: relative;
  grid-area: C;
}
.p-smenu__btn a {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-smenu__btn a {
    font-size: 1.3rem;
  }
}

.u-inner {
  position: relative;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .u-inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .u-in--pc {
    width: calc(100% - 1.5rem);
  }
}

/* ==========================================================
    rwd switch
========================================================== */
.u-md {
  display: none !important;
}

.u-sp {
  display: none !important;
}

.u-md.u-pc {
  display: block !important;
}

.u-spi {
  display: none !important;
}

.u-pci {
  display: inline-block !important;
}

@media screen and (max-width: 1079px) {
  .u-md {
    display: block !important;
  }
  .u-md.u-pc {
    display: none !important;
  }
  .u-md.u-sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-sp--flex {
    display: flex !important;
  }
  .u-pci {
    display: none !important;
  }
  .u-spi {
    display: inline-block !important;
  }
}
.u-hide {
  display: none;
}

@media (max-width: 767px) {
  .u-revertimg img {
    filter: brightness(100);
  }
}

.u-js-three {
  display: flex;
  justify-content: space-between;
}
.u-js-three li {
  width: calc(33.3333333333% - 1rem);
}

.u-padd2 {
  padding: 2rem 0 8rem;
}

.u-paddn {
  padding: 0;
}

.obj--noscroll {
  overflow: hidden;
}

.u-sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
}

html {
  scroll-behavior: smooth;
}

/*mixin*/
/* ==========================================================
    clamp vw自動算出
========================================================== */
/* ==========================================================
  base style
========================================================== */
:root {
  --lp_blu: #172b4d;
  --lp_gld: #b08446;
  --lp_primary: #6f92c6;
  --lp_gry: #f5f5f5;
  --lp_bg: #fef5e8;
}

/* ==========================================================
  rwd
========================================================== */
.pc {
  display: block;
}

.tb {
  display: none !important;
}

.sp {
  display: none !important;
}

.pctb {
  display: block !important;
}

.tbsp {
  display: none !important;
}

@media (max-width: 1200px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .pctb {
    display: block !important;
  }
  .tbsp {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pctb {
    display: none !important;
  }
  .tbsp {
    display: block !important;
  }
}
/* ==========================================================
  common
========================================================== */
.inner {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.inner--wide {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

#wrapper {
  letter-spacing: 0.075em;
}

a {
  transition: 0.3s;
}

/* フォント設定 */
.u-font-YuMincho {
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M", serif;
}

.u-font-B {
  font-family: "游明朝体 Pr6N D", "Yu Mincho Pr6N D", serif;
}

/* 注釈 */
.c-caption {
  font-size: clamp(11px, 11px + 1 * (100vw - 320px) / 880, 12px);
  line-height: 1.4;
  margin-top: 10px;
}

/* ボタン */
.c-btn {
  display: grid;
  place-content: center;
  position: relative;
  margin: 0 auto;
  width: min(100%, 500px);
  height: clamp(60px, 60px + 10 * (100vw - 320px) / 880, 70px);
  background: var(--lp_blu);
  border: 1px solid var(--lp_blu);
}
.c-btn span {
  display: block;
  font-size: clamp(20px, 20px + 6 * (100vw - 320px) / 880, 26px);
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.c-btn .c-arw {
  position: absolute;
  right: clamp(10px, 10px + 10 * (100vw - 320px) / 880, 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    animation: anime-c-btn 1s;
  }
}
.c-btn--prop {
  height: clamp(32px, 32px + 12 * (100vw - 320px) / 880, 44px);
}
@media (max-width: 768px) {
  .c-btn--prop {
    border-radius: 0;
  }
}
.c-btn--prop .c-arw {
  right: clamp(5px, 5px + 2 * (100vw - 320px) / 880, 7px);
}
.c-btn--rsrv {
  height: clamp(32px, 32px + 12 * (100vw - 320px) / 880, 44px);
  background: #fff;
  border: 1px solid var(--lp_gld);
}
@media (max-width: 768px) {
  .c-btn--rsrv {
    border-radius: 0;
    background: var(--lp_gld);
    border: 1px solid var(--lp_gld);
  }
}
.c-btn--rsrv span {
  color: var(--lp_gld);
}
@media (max-width: 768px) {
  .c-btn--rsrv span {
    color: #fff;
  }
}
.c-btn--rsrv .c-arw {
  right: clamp(5px, 5px + 2 * (100vw - 320px) / 880, 7px);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--rsrv:hover {
    animation: anime-c-btn-rsrv 1s;
  }
}
.c-btn--link {
  height: clamp(44px, 44px + 16 * (100vw - 320px) / 880, 60px);
}
.c-btn--link span {
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 880, 20px);
}

@keyframes anime-c-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
@keyframes anime-c-btn-rsrv {
  0% {
    box-shadow: 0 0 0 0 rgba(176, 149, 70, 0.5);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
/* 矢印 */
.c-arw--anchor { /* 下向き */
  display: block;
  background: url(../img/icon_arw.svg) center/cover no-repeat;
  width: 11px;
  height: 6px;
}
.c-arw--prop {
  display: block;
  background: url(../img/icon_arw.svg) center/cover no-repeat;
  width: 11px;
  height: 6px;
  transform: translateY(-50%) rotate(-90deg) !important;
}
.c-arw--prop--rsrv {
  mask-image: url(../img/icon_arw.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  background: var(--lp_gld);
}
@media (max-width: 768px) {
  .c-arw--prop--rsrv {
    background: #fff;
  }
}
.c-arw--link {
  display: block;
  background: url(../img/icon_arw.svg) center/cover no-repeat;
  width: 15px;
  height: 8px;
  transform: translateY(-50%) rotate(-90deg) !important;
}
@media (max-width: 768px) {
  .c-arw--link {
    width: 11px;
    height: 6px;
  }
}

/* メイン見出し */
.headline {
  position: relative;
  padding-bottom: 7%;
}
.headline .headline__ttl {
  margin: -12% auto 0;
  text-align: center;
}
.headline .headline__ttl img {
  width: auto;
  height: 85px;
}
@media (max-width: 768px) {
  .headline .headline__ttl img {
    height: 60px;
  }
}
.headline .headline__ttl img.menu {
  height: 118px;
}
@media (max-width: 768px) {
  .headline .headline__ttl img.menu {
    height: 80px;
  }
}

/* サブ見出し */
.sub-head {
  margin-bottom: clamp(20px, 20px + 10 * (100vw - 320px) / 880, 30px);
}
.sub-head p {
  font-size: clamp(20px, 20px + 8 * (100vw - 320px) / 880, 28px);
  line-height: 1.4;
  text-align: center;
}
.sub-head p img {
  display: inline-block;
  width: clamp(30px, 30px + 15 * (100vw - 320px) / 880, 45px);
  height: auto;
  margin-right: clamp(10px, 10px + 5 * (100vw - 320px) / 880, 15px);
  vertical-align: baseline;
}
.sub-head .item-line {
  display: flex;
  align-items: flex-start;
  margin-top: clamp(8px, 8px + 2 * (100vw - 320px) / 880, 10px);
}
.sub-head .item-line__bar {
  flex: 1;
  height: 2px;
  background: var(--lp_primary);
}
.sub-head .item-line__notch {
  flex-shrink: 0;
  width: 20px;
  height: 13px;
  display: block;
}

/* アンカーリンク先のジャンプ位置の調整 */
.anchorPos {
  padding-block-start: 13rem;
  margin-block-start: -13rem;
}
@media (max-width: 1200px) {
  .anchorPos {
    padding-block-start: 9rem;
    margin-block-start: -9rem;
  }
}
@media (max-width: 768px) {
  .anchorPos {
    padding-block-start: 5rem;
    margin-block-start: -5rem;
  }
}

/* 背景 */
.bg-yel {
  background: var(--lp_bg);
  padding-bottom: clamp(50px, 50px + 50 * (100vw - 320px) / 880, 100px);
}

/* ==========================================================
  contents
========================================================== */
.mv {
  position: relative;
}
.mv .mv__bg {
  position: relative;
}
.mv .mv__ttl {
  width: min(80%, 1397px);
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mv .mv__ttl {
    width: 95%;
  }
}
.mv .mv__txt {
  background: #45403f;
  padding: clamp(7px, 7px + 3 * (100vw - 320px) / 880, 10px) clamp(15px, 15px + 35 * (100vw - 320px) / 880, 50px);
  border-radius: 0 100vmax 100vmax 0;
  font-size: clamp(15px, 15px + 25 * (100vw - 320px) / 880, 40px);
  color: #fff;
  line-height: 1.4;
  position: absolute;
  bottom: clamp(10px, 10px + 50 * (100vw - 320px) / 880, 60px);
  left: 0;
}

.jump-link {
  background: var(--lp_blu);
  padding: 25px 0;
}
@media (max-width: 1200px) {
  .jump-link {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .jump-link {
    padding: 10px;
  }
}
.jump-link ul {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(5px, 5px + 5 * (100vw - 320px) / 880, 10px);
}
.jump-link ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 3px;
  min-height: 60px;
}
.jump-link ul li a p {
  font-size: clamp(9px, 9px + 7 * (100vw - 320px) / 880, 16px);
  line-height: 1.2;
  text-align: center;
  display: grid;
  place-content: center;
  height: 100%;
  padding: 10px 0 0;
  transition: 0.3s;
  min-height: clamp(37px, 37px + 3 * (100vw - 320px) / 880, 40px);
}
@media (max-width: 440px) {
  .jump-link ul li a p {
    padding: 6px 0 0;
  }
}
.jump-link ul li a span {
  display: grid;
  place-content: center;
  background: var(--lp_gld);
  padding: 3px;
  width: 100%;
  border-radius: 3px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .jump-link ul li a:hover p {
    color: var(--lp_gld);
  }
  .jump-link ul li a:hover span {
    background: var(--lp_gld);
  }
}
.jump-link.is-fixed {
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 8px 0;
  transition: top 0.5s;
}
body.js-headerHide .jump-link.is-fixed {
  top: 0;
}
@media (max-width: 768px) {
  .jump-link.is-fixed {
    top: 57px;
    padding: 4px;
  }
  .jump-link.is-fixed a {
    min-height: 55px;
  }
}
.jump-link.is-fixed p {
  font-size: clamp(9px, 9px + 4 * (100vw - 320px) / 880, 13px);
  padding: 8px 0 0;
}
@media (max-width: 440px) {
  .jump-link.is-fixed p {
    padding: 3px 0 0;
  }
}

#benefit .benefit__list {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 40px + 20 * (100vw - 320px) / 880, 60px);
  margin-bottom: clamp(30px, 30px + 30 * (100vw - 320px) / 880, 60px);
  margin-top: -2%;
}
@media (max-width: 768px) {
  #benefit .benefit__list {
    margin-top: 0;
  }
}
#benefit .benefit__list .benefit-ttl {
  font-size: clamp(20px, 20px + 10 * (100vw - 320px) / 880, 30px);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
#benefit .benefit__list .benefit-ttl--refa {
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
#benefit .benefit__list .benefit-plus {
  display: block;
  position: relative;
  width: clamp(25px, 25px + 5 * (100vw - 320px) / 880, 30px);
  height: clamp(25px, 25px + 5 * (100vw - 320px) / 880, 30px);
  margin: 20px auto;
}
#benefit .benefit__list .benefit-plus i {
  position: absolute;
  background: #c2ae73;
}
#benefit .benefit__list .benefit-plus i:first-child {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#benefit .benefit__list .benefit-plus i:last-child {
  width: 4px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#benefit .benefit__list .benefit-txt {
  display: block;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 880, 16px);
  text-align: center;
  margin: -15px auto 20px;
}
#benefit .benefit__list .benefit-ReFa {
  width: min(100%, 660px);
  margin: 0 auto clamp(15px, 15px + 15 * (100vw - 320px) / 880, 30px);
}

#subsidy {
  margin-bottom: clamp(50px, 50px + 50 * (100vw - 320px) / 880, 100px);
}
#subsidy .subsidy__cont {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 40px + 20 * (100vw - 320px) / 880, 60px);
  margin-bottom: clamp(20px, 20px + 20 * (100vw - 320px) / 880, 40px);
  margin-top: -2%;
}
@media (max-width: 768px) {
  #subsidy .subsidy__cont {
    margin-top: 0;
  }
}
#subsidy .subsidy__cont .item-ttl {
  font-size: clamp(20px, 20px + 10 * (100vw - 320px) / 880, 30px);
  line-height: 1.3;
  text-align: center;
  margin-bottom: clamp(13px, 13px + 7 * (100vw - 320px) / 880, 20px);
}
#subsidy .subsidy__cont .item1 .ttl-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #subsidy .subsidy__cont .item1 .ttl-wrap {
    grid-template-columns: auto;
    gap: 0;
    margin-bottom: 0;
  }
}
#subsidy .subsidy__cont .item1 .pic-wrap {
  position: relative;
  z-index: 0;
}
#subsidy .subsidy__cont .item2 .point-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(5px, 5px + 5 * (100vw - 320px) / 880, 10px);
  margin-bottom: clamp(13px, 13px + 7 * (100vw - 320px) / 880, 20px);
}
@media (max-width: 768px) {
  #subsidy .subsidy__cont .item2 .point-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #subsidy .subsidy__cont .item2 .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
    position: relative;
  }
}
#subsidy .subsidy__cont .item2 .table-wrap img.table-pic {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  #subsidy .subsidy__cont .item2 .table-wrap img.table-pic {
    width: auto;
    height: 200px;
    max-width: none; /* 親要素での縮小を防ぐ */
    display: block;
  }
}
#subsidy .subsidy__cont .item2 .table-wrap .js-scroll-hint {
  display: none;
}
@media (max-width: 768px) {
  #subsidy .subsidy__cont .item2 .table-wrap .js-scroll-hint {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: opacity 0.6s ease;
  }
  #subsidy .subsidy__cont .item2 .table-wrap .js-scroll-hint.is-hidden {
    opacity: 0;
  }
  #subsidy .subsidy__cont .item2 .table-wrap .js-scroll-hint img {
    height: 100%;
    width: auto;
  }
}
#subsidy .c-btn {
  margin-top: clamp(30px, 30px + 20 * (100vw - 320px) / 880, 50px);
}

#list .gmap {
  width: min(100%, 1024px);
  margin: 0 auto;
}
#list .list__nav {
  margin: clamp(20px, 20px + 20 * (100vw - 320px) / 880, 40px) auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(5px, 5px + 5 * (100vw - 320px) / 880, 10px);
  z-index: 1;
}
#list .list__nav li a {
  display: grid;
  place-content: center;
  width: 100%;
  height: clamp(40px, 40px + 20 * (100vw - 320px) / 880, 60px);
  border: 1px solid var(--lp_blu);
  background: #fff;
  position: relative;
  z-index: 10;
}
@media (max-width: 440px) {
  #list .list__nav li a {
    place-content: unset;
    align-items: center;
  }
}
#list .list__nav li a span {
  font-size: clamp(12px, 12px + 8 * (100vw - 320px) / 880, 20px);
  line-height: 1.2;
  color: var(--lp_blu);
}
@media (max-width: 440px) {
  #list .list__nav li a span {
    padding-left: 5px;
  }
}
#list .list__nav li a i {
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: clamp(5px, 5px + 5 * (100vw - 320px) / 880, 10px);
  transform: translateY(-50%);
  mask-image: url(../img/icon_arw.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  background: var(--lp_blu);
}
@media (max-width: 440px) {
  #list .list__nav li a i {
    width: 8px;
    height: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #list .list__nav li a:hover {
    animation: anime-c-btn 1s;
  }
}
#list .list__prop {
  margin: clamp(40px, 40px + 40 * (100vw - 320px) / 880, 80px) auto 0;
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 50px + 20 * (100vw - 320px) / 880, 70px);
}
#list .list__prop .prop-wrap .prop-ttl {
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin-bottom: clamp(20px, 20px + 10 * (100vw - 320px) / 880, 30px);
}
#list .list__prop .prop-wrap .prop-ttl span {
  display: inline-block;
  font-size: clamp(22px, 22px + 4 * (100vw - 320px) / 880, 26px);
  text-align: center;
  padding: 0 10px;
  background: var(--lp_bg);
  position: relative;
  z-index: 1;
}
#list .list__prop .prop-wrap .prop-ttl i {
  background: var(--lp_primary);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
#list .list__prop .prop-wrap .prop-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  #list .list__prop .prop-wrap .prop-list {
    gap: 20px 10px;
  }
}
#list .list__prop .prop-wrap .prop-list li {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 768px) {
  #list .list__prop .prop-wrap .prop-list li {
    width: calc((100% - 10px) / 2);
  }
}
#list .list__prop .prop-wrap .prop-list li .list-inner {
  background: #fff;
  padding: 10px;
}
@media (max-width: 768px) {
  #list .list__prop .prop-wrap .prop-list li .list-inner {
    padding: 0;
  }
}
#list .list__prop .prop-wrap .prop-list li .list-inner.soldout {
  position: relative;
  filter: grayscale(1);
}
#list .list__prop .prop-wrap .prop-list li .list-inner.soldout::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#list .list__prop .prop-wrap .prop-list li .list-inner.soldout .soldout-msg {
  width: 100%;
  text-align: center;
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 880, 20px);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#list .list__prop .prop-wrap .prop-list li .list-inner .pic {
  display: block;
}
@media (max-width: 768px) {
  #list .list__prop .prop-wrap .prop-list li .list-inner .pic {
    padding: 8px 8px 0 8px;
  }
}
#list .list__prop .prop-wrap .prop-list li .list-inner .pic figure {
  background: #f2f2f2;
}
#list .list__prop .prop-wrap .prop-list li .list-inner .pic figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 295/197;
  object-fit: contain;
}
#list .list__prop .prop-wrap .prop-list li .list-inner .prop {
  font-size: clamp(13px, 13px + 7 * (100vw - 320px) / 880, 20px);
  text-align: center;
  line-height: 1.4;
  padding: clamp(8px, 8px + 5 * (100vw - 320px) / 880, 13px) 0 clamp(10px, 10px + 5 * (100vw - 320px) / 880, 15px);
}
#list .list__prop .prop-wrap .prop-list li .list-inner .link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  #list .list__prop .prop-wrap .prop-list li .list-inner .link {
    grid-template-columns: auto;
    gap: 0;
  }
}
#list .list__prop .prop-wrap .prop-list li .list-inner .link .c-btn span {
  font-size: clamp(12px, 12px + 4 * (100vw - 320px) / 880, 16px);
}

#menu .menu__lead {
  margin-top: -2%;
}
@media (max-width: 768px) {
  #menu .menu__lead {
    margin-top: 0;
  }
}
#menu .menu__lead p {
  font-size: clamp(16px, 16px + 2 * (100vw - 320px) / 880, 18px);
  line-height: 1.8;
  text-align: center;
  margin-bottom: clamp(30px, 30px + 40 * (100vw - 320px) / 880, 70px);
}
#menu .menu__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 40px + 60 * (100vw - 320px) / 880, 100px);
}
#menu .menu__desc-wrap .desc-list {
  display: flex;
  gap: 40px;
}
#menu .menu__desc-wrap .desc-list .img-item {
  width: calc((100% - 40px) / 2);
}
#menu .menu__desc-wrap .desc-list .img-item--1st {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 768px) {
  #menu .menu__desc-wrap .desc-list .img-item {
    display: none;
  }
}
#menu .menu__desc-wrap .desc-list .desc-item {
  width: calc((100% - 40px) / 2);
}
#menu .menu__desc-wrap .desc-list .desc-item--1st {
  width: calc((100% - 40px) / 3 * 2);
}
@media (max-width: 768px) {
  #menu .menu__desc-wrap .desc-list .desc-item--1st {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #menu .menu__desc-wrap .desc-list .desc-item {
    width: 100%;
  }
}
#menu .menu__desc-wrap .desc-list .desc-item .desc hgroup {
  display: flex;
  align-items: center;
  gap: clamp(12px, 12px + 8 * (100vw - 320px) / 880, 20px);
  border-bottom: 2px solid var(--lp_gld);
  padding-bottom: clamp(16px, 16px + 4 * (100vw - 320px) / 880, 20px);
  margin-bottom: clamp(20px, 20px + 10 * (100vw - 320px) / 880, 30px);
}
#menu .menu__desc-wrap .desc-list .desc-item .desc hgroup p {
  font-size: clamp(20px, 20px + 10 * (100vw - 320px) / 880, 30px);
  line-height: 1;
  color: #fff;
  background: var(--lp_gld);
  width: clamp(35px, 35px + 10 * (100vw - 320px) / 880, 45px);
  height: clamp(35px, 35px + 10 * (100vw - 320px) / 880, 45px);
  display: grid;
  place-content: center;
  padding-bottom: 4px;
}
#menu .menu__desc-wrap .desc-list .desc-item .desc hgroup h4 {
  font-size: clamp(20px, 20px + 12 * (100vw - 320px) / 880, 32px);
  line-height: 1.4;
}
@media (max-width: 768px) {
  #menu .menu__desc-wrap .desc-list .desc-item .desc .desc-sp-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  #menu .menu__desc-wrap .desc-list .desc-item .desc .desc-sp-wrap--1st {
    grid-template-columns: 30% 1fr;
  }
}
#menu .menu__desc-wrap .desc-list .desc-item .desc .desc-sp-wrap .txt {
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 880, 16px);
}
#menu .menu__desc-wrap .desc-list .desc-item .link {
  margin-top: clamp(25px, 25px + 5 * (100vw - 320px) / 880, 30px);
}
#menu .menu__desc-wrap .desc-list .desc-item .link .exhibit-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(5px, 5px + 5 * (100vw - 320px) / 880, 10px);
}
#menu .menu__desc-wrap .desc-list .desc-item .link .exhibit-link-list li a {
  display: grid;
  place-content: center;
  height: clamp(44px, 44px + 16 * (100vw - 320px) / 880, 60px);
  background: var(--lp_blu);
  border: 1px solid var(--lp_blu);
  transition: 0.3s;
}
#menu .menu__desc-wrap .desc-list .desc-item .link .exhibit-link-list li a span {
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 880, 20px);
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #menu .menu__desc-wrap .desc-list .desc-item .link .exhibit-link-list li a:hover {
    animation: anime-c-btn 1s;
  }
}
#menu .menu__desc-wrap .desc-list .desc-item .link .exhibit-GPS-btn {
  display: grid;
  place-content: center;
  height: clamp(44px, 44px + 16 * (100vw - 320px) / 880, 60px);
  background: #fff;
  border: 1px solid var(--lp_blu);
  margin-top: clamp(5px, 5px + 5 * (100vw - 320px) / 880, 10px);
  transition: 0.3s;
}
#menu .menu__desc-wrap .desc-list .desc-item .link .exhibit-GPS-btn span {
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 880, 20px);
  color: var(--lp_blu);
  text-align: center;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #menu .menu__desc-wrap .desc-list .desc-item .link .exhibit-GPS-btn:hover {
    animation: anime-c-btn 1s;
  }
}
#menu .menu__land-wrap {
  background: #004ba0;
  padding: clamp(40px, 40px + 30 * (100vw - 320px) / 880, 70px) 0;
  margin-top: clamp(40px, 40px + 40 * (100vw - 320px) / 880, 80px);
}
#menu .menu__land-wrap .sub-head {
  color: #fff;
}
#menu .menu__land-wrap .sub-head p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 768px) {
  #menu .menu__land-wrap .sub-head p {
    text-align: left;
  }
}
#menu .menu__land-wrap .sub-head p span {
  display: block;
  font-size: 0.7em;
  line-height: 1;
}
#menu .menu__land-wrap .sub-head p i {
  display: block;
  width: 1px;
  height: 3rem;
  background: #fff;
  border: none;
}
@media (max-width: 768px) {
  #menu .menu__land-wrap .sub-head p i {
    height: 6rem;
  }
}
#menu .menu__land-wrap .sub-head .item-line__bar {
  background: #fff;
}
#menu .menu__land-wrap .land-merit-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(7px, 7px + 3 * (100vw - 320px) / 880, 10px);
  margin-bottom: clamp(20px, 20px + 10 * (100vw - 320px) / 880, 30px);
}
@media (max-width: 768px) {
  #menu .menu__land-wrap .land-merit-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
#menu .menu__land-wrap .c-btn {
  background: #fff;
  border: 1px solid var(--lp_blu);
}
#menu .menu__land-wrap .c-btn span {
  color: var(--lp_blu);
}
#menu .menu__land-wrap .c-btn .c-arw--link {
  mask-image: url(../img/icon_arw.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  background: var(--lp_blu);
}

/* ==========================================================
  キャンペーン終了
========================================================== */
.mv--end {
  filter: grayscale(1);
  position: relative;
  isolation: isolate;
}
.mv--end .end-cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv--end .end-msg {
  width: 100%;
  font-size: clamp(36px, 36px + 64 * (100vw - 320px) / 880, 100px);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}/*# sourceMappingURL=style.css.map */