@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/medio");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
/*
▼日本語明朝体 メイン▼
font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
font-weight: 300;
font-style: normal;

▼日本語明朝体▼
font-family: 'Noto Serif JP', serif;
font-weight: 400; Regular
font-weight: 500;	Medium
font-weight: 600; Semibold
font-weight: 700; Bold

▼日本語ゴシック体▼
font-family: 'Noto Sans JP', sans-serif;
font-weight: 300; Light
font-weight: 400; Regular
font-weight: 500;	Medium
font-weight: 700; Bold

▼英字▼
font-family: 'Medio', sans-serif;
font-weight: 400;


▽TsukuMinPro▽
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;

▽Zen Old Mincho▽
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
▽Cormorant Garamond▽
.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
▽Gotham（英字）の代替▽
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
▽Trajan（英字）の代替▽
.cinzel-<uniquifier> {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/
/*----------------------------------------------*/
/* 共通のcss記述 */
/*----------------------------------------------*/
body {
  background: #FFF;
  color: #231815;
}

p,
div {
  color: #231815;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

img {
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  border: none;
  outline: none;
  background: unset;
}

figure {
  margin: 0;
  padding: 0;
}

#allWrapper {
  position: relative;
}

#footerArea {
  min-width: 940px;
}

#container {
  margin: 0;
  padding: 0 0 160px 0;
  width: 100%;
  min-width: 940px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#container a {
  text-decoration: none;
}

#container img {
  width: 100%;
  height: 100%;
}

.bg_blk {
  background: #000;
}

.bg_wht {
  background: #FFF;
}

/* 画像注釈 */
.imageCap {
  position: relative;
}

.imageCap .cap {
  position: absolute;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 12px;
  background: #000;
  padding: 3px 5px;
  line-height: 1.4;
  z-index: 99;
}

.imageCap .cap.cap_l {
  bottom: 0;
  left: 0;
  text-align: left;
}

.imageCap .cap.cap_r {
  bottom: 0;
  right: 0;
  text-align: right;
}

.cap_n {
  color: #333;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  padding-top: 3px;
  padding-right: 3px;
}

.imageCap .cap.cap01_r {
  background: none;
  padding: 0;
  color: #333;
  bottom: 0;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  #container {
    width: 100%;
  }
  /* 画像注釈 */
  .imageCap .cap {
    font-size: 1.071vw;
  }
  .cap_n {
    font-size: 1.071vw;
  }
}
@media screen and (max-width: 767px) {
  #container {
    padding: 0 0 60px 0;
    min-width: 100%;
  }
  /* 画像注釈 */
  .imageCap .cap {
    font-size: 12px;
    padding: 3px 5px;
  }
  .cap_n {
    font-size: 2.083vw;
  }
}
/* PC・SP表示z切り替え */
.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/*----------------------------------------------*/
/* JS関連 */
/*----------------------------------------------*/
.is-gmenu-open {
  overflow: hidden;
  transition: all 0.2s;
}

#container {
  /*----------------------------------------------*/
  /* reset */
  /*----------------------------------------------*/
  /*----------------------------------------------*/
  /* headerのcss記述 */
  /*----------------------------------------------*/
  /*----------------------------------------------*/
  /* gmenuのcss記述 */
  /*----------------------------------------------*/
  /*----------------------------------------------*/
  /* footerのcss記述 */
  /*----------------------------------------------*/
  /*----------------------------------------------*/
  /* mainのcss記述 */
  /*----------------------------------------------*/
  /* div ボックスについて */
  /*-------------------------------------------------------*/
  /*----------------------------------------------*/
  /* グロナビ */
  /*----------------------------------------------*/
  /*----------------------------------------------*/
  /* footerのcss記述 */
  /*----------------------------------------------*/
  /* 注釈 */
  /* フッター資料請求・来場予約 */
  /*.footer_BtnLink .ftr_reqLink a::before {
  	content: "";
  	position: absolute;
  	top: 50%;
  	right: 14px;
  	width: 25px;
  	height: 1px;
  	background: #002658;
  	transition: all .3s ease;
  }*/
  /*
  .footer_BtnLink .ftr_reqLink a::after {
  	content: "";
  	position: absolute;
  	top: 40%;
  	right: 17px;
  	width: 1px;
  	height: 8px;
  	background: #002658;
  	transform: skewX(45deg);
  	transition: all .3s ease;
  }*/
  /*
  .footer_BtnLink .ftr_reqLink:hover a::before {
  	right: 5px;
  	background: #FFF;
  }
  .footer_BtnLink .ftr_reqLink:hover a::after {
  	right: 8px;
  	background: #FFF;
  }*/
  /**/
  /**/
  /* フリーダイヤル設定 */
  /* ［売主・販売代理］などの企業ロゴ群 */
  /*----------------------------------------------*/
  /* 共通コンテンツ */
  /*----------------------------------------------*/
  /* 画像アニメーション */
  /* スクロールフェードアニメーション */
}
#container div::after,
#container ul::after,
#container ol::after,
#container dl::after {
  display: none;
}
#container .header {
  position: sticky;
  top: 0px;
  z-index: 3000;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.is-gmenu-open #container .header {
  position: fixed;
}
#container .header__wrap {
  margin: 0 auto;
  padding: 0 35px;
  width: 100%;
  max-width: 1200px;
  height: 80px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 4000;
}
#container .header__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  filter: brightness(0) invert(1);
}
.is-gmenu-open #container .header__title {
  filter: unset;
}
#container .header__title .header__logo {
  width: 238px;
}
#container .header__title .header__img {
  width: 100%;
}
#container .header__title .header__par {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
}
#container .header__title .header__span {
  display: inline-block;
}
#container .header__list {
  margin-left: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}
.is-gmenu-open #container .header__list {
  display: none;
}
#container .header__list .header__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 30px;
  border: 1px solid #fff;
}
#container .header__list .header__item--white {
  border: 1px solid #fff;
  background: #fff;
}
#container .header__list .header__item--white .header__anchor {
  color: #000;
}
#container .header__list .header__item--black {
  border: 1px solid #fff;
  background: #000;
}
#container .header__list .header__item--black .header__anchor {
  color: #fff;
}
#container .header__list .header__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
#container .header__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 73px;
  height: 20px;
  cursor: pointer;
}
.is-gmenu-open #container .header__button {
  margin-left: auto;
}
#container .header__button .header__bar {
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.2s;
}
.is-gmenu-open #container .header__button .header__bar {
  background: #000;
  transition: all 0.2s;
}
.is-gmenu-open #container .header__button .header__bar:nth-of-type(1) {
  transform: translateX(-32px);
}
.is-gmenu-open #container .header__button .header__bar:nth-of-type(2) {
  transform: translateX(-16px);
}
#container .header__button .header__menu {
  display: none;
  color: #fff;
}
#container .gmenu {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  z-index: 3000;
  transform: translateX(100vw);
  transition: all 0.2s;
}
.is-gmenu-open #container .gmenu {
  transform: translateX(0);
  transition: all 0.2s;
}
.is-gmenu-open #container .gmenu__bg {
  width: 100vw;
  height: 100dvh;
  background: #fff;
  position: fixed;
  top: 0;
}
#container .gmenu__wrap {
  margin: 80px auto 0 auto;
  padding: 80px 40px;
  width: 100%;
  max-width: 980px;
  height: calc(100% - 80px);
  position: relative;
  overflow: hidden auto;
}
#container .gmenu__list--contents {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 1em;
}
#container .gmenu__list--contents .gmenu__item {
  width: calc((100% - 1em) / 2);
}
#container .gmenu__list--contents .gmenu__anchor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3em;
  color: #000;
  letter-spacing: 0.1em;
}
#container .gmenu__list--contents .gmenu__small {
  width: 100%;
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 400;
}
#container .gmenu__list--contents .gmenu__b {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
}
#container .gmenu__list--contents .gmenu__i {
  font-family: "Cinzel", serif;
  font-size: 10px;
  font-weight: 500;
}
#container .gmenu__list--contents .menu_num {
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: left;
}
#container .gmenu__list--contents .menu_num em {
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
#container .gmenu__list--guide {
  margin-top: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  font-size: 13px;
}
#container .gmenu__list--guide .gmenu__anchor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  color: #000;
  letter-spacing: 0.1em;
}
#container .gmenu__list--guide .gmenu__anchor::after {
  display: block;
  content: "";
  width: 75px;
  height: 1px;
  background: #000;
}
#container .gmenu__list--entry {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 16px;
}
#container .gmenu__list--entry .gmenu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px) / 2);
  max-width: 470px;
  height: 50px;
  border: 1px solid #fff;
}
#container .gmenu__list--entry .gmenu__item--white {
  border: 1px solid #000;
}
#container .gmenu__list--entry .gmenu__item--white .gmenu__anchor {
  color: #000;
}
#container .gmenu__list--entry .gmenu__item--black {
  border: 1px solid #000;
  background: #000;
}
#container .gmenu__list--entry .gmenu__item--black .gmenu__anchor {
  color: #fff;
}
#container .gmenu__list--entry .gmenu__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
}
#container .footer__wrap {
  margin: 0 auto;
  padding: 0 35px;
  width: 100%;
  max-width: 1200px;
}
#container .footer__notice {
  margin-bottom: 80px;
  padding: 40px 0 60px 0;
  position: relative;
}
#container .footer__notice::after {
  display: block;
  content: "";
  margin: 0 -35px;
  width: calc(100% + 70px);
  height: 17px;
  background: url(../images/common/f_bar01.png) no-repeat 50% 50%;
  background-size: auto 17px;
  position: absolute;
  bottom: 0;
}
#container .footer__notice .footer__item {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}
#container .footer__notice .footer__figure {
  display: inline-block;
  text-indent: 0;
  margin-left: 0;
}
#container .footer__notice .footer__img {
  height: 1em;
  width: auto;
}
#container .footer__guide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
#container .footer__guide .footer__block {
  width: 100%;
  max-width: 550px;
}
#container .footer__guide .footer__block--tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
#container .footer__guide .footer__block--tel .footer__tit {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
#container .footer__guide .footer__block--tel .footer__num {
  font-size: 45px;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-style: normal;
}
#container .footer__guide .footer__block--tel .footer__num a {
  color: #333;
}
#container .footer__guide .footer__block--tel .footer__cap {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}
#container .footer__guide .footer__block--btn .footer__list--entry {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  font-size: 20px;
}
#container .footer__guide .footer__block--btn .footer__list--entry .footer__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
}
#container .footer__guide .footer__block--btn .footer__list--entry .footer__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  border: 1px solid #000;
}
#container .footer__guide .footer__block--btn .footer__list--entry .footer__item--black {
  border: 1px solid #000;
  background: #000;
}
#container .footer__guide .footer__block--btn .footer__list--entry .footer__item--black .footer__anchor {
  color: #fff;
}
#container .footer__dev {
  margin-top: 20px;
}
#container .footer__dev .footer__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
#container .footer__dev .footer__list--dev .footer__item--daiwa,
#container .footer__dev .footer__list--dev .footer__item--list {
  width: 216px;
}
@media screen and (max-width: 1199px) {
  #container .header__title .head__logo {
    width: 21vw;
  }
  #container .header__title .header__par {
    font-size: 1.071vw;
    left: 22vw;
  }
}
@media screen and (max-width: 980px) {
  #container .header__list {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  #container {
    /*----------------------------------------------*/
    /* headerのcss記述 */
    /*----------------------------------------------*/
    /*----------------------------------------------*/
    /* gmenuのcss記述 */
    /*----------------------------------------------*/
    /*----------------------------------------------*/
    /* footerのcss記述 */
    /*----------------------------------------------*/
    /**/
    /**/
    /* パンくず */
  }
  #container .header {
    background: rgb(0, 0, 0);
  }
  #container .header__wrap {
    /*padding: 0 20px;*/
    padding: 0 12px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    overflow: inherit;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  .is-gmenu-open #container .header__wrap {
    border-bottom: 1px solid #000;
    background: #FFF;
  }
  #container .header__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  #container .header__title .header__logo {
    width: 35vw;
    max-width: 238px;
  }
  #container .header__title .header__par {
    display: none;
  }
  #container .header__list {
    width: 75%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: -1px;
  }
  #container .header__list .header__item {
    width: 100%;
    height: 30px;
    /*font-size: 1.953125vw;*/
    font-size: 2.703125vw;
  }
  #container .header__list .header__anchor {
    /*padding: 0 5px;*/
    width: 95%;
    margin: 0 auto;
  }
  #container .header__button {
    width: 73px;
    height: 20px;
  }
  #container .gmenu__wrap {
    margin: 60px auto 0 auto;
    padding: 40px 40px;
    width: 100%;
    max-width: 980px;
    height: calc(100% - 60px);
  }
  #container .gmenu__list--contents {
    column-count: 1;
  }
  #container .gmenu__list--contents .gmenu__item {
    margin-top: 20px;
  }
  #container .gmenu__list--contents .gmenu__small {
    font-size: 16px;
  }
  #container .gmenu__list--contents .gmenu__b {
    font-size: 10px;
  }
  #container .gmenu__list--contents .gmenu__i {
    font-size: 10px;
  }
  #container .gmenu__list--guide {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    font-size: 13px;
  }
  #container .gmenu__list--guide .gmenu__anchor::after {
    width: 75px;
    height: 1px;
  }
  #container .gmenu__list--entry {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 16px;
  }
  #container .gmenu__list--entry .gmenu__item {
    width: 100%;
    max-width: 320px;
    height: 50px;
  }
  #container .footer__wrap {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
  }
  #container .footer__notice {
    margin-bottom: 40px;
    padding: 20px 0 40px 0;
    position: relative;
  }
  #container .footer__notice::after {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  #container .footer__notice .footer__item {
    font-size: 10px;
  }
  #container .footer__guide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
  }
  #container .footer__guide .footer__block {
    width: 100%;
    max-width: 100%;
  }
  #container .footer__guide .footer__block--tel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #container .footer__guide .footer__block--tel .footer__tit {
    font-size: 3.125vw;
  }
  #container .footer__guide .footer__block--tel .footer__num {
    font-size: 8.7890625vw;
  }
  #container .footer__guide .footer__block--tel .footer__cap {
    font-size: 2.5390625vw;
  }
  #container .footer__guide .footer__block--btn .footer__list--entry {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    font-size: 3.90625vw;
  }
  #container .footer__guide .footer__block--btn .footer__list--entry .footer__anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
  }
  #container .footer__guide .footer__block--btn .footer__list--entry .footer__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14.453125vw;
    border: 1px solid #000;
  }
  #container .footer__guide .footer__block--btn .footer__list--entry .footer__item--black {
    border: 1px solid #000;
    background: #000;
  }
  #container .footer__guide .footer__block--btn .footer__list--entry .footer__item--black .footer__anchor {
    color: #fff;
  }
  #container .footer__dev {
    margin-top: 20px;
  }
  #container .footer__dev .footer__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
  }
  #container .footer__dev .footer__list--dev .footer__item--daiwa,
  #container .footer__dev .footer__list--dev .footer__item--list {
    width: 216px;
  }
}
#container .section {
  width: 100%;
}
#container .section__inner {
  margin: 0 auto;
  padding: 0 35px;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  #container .section:first-of-type {
    padding-top: 60px;
  }
  #container .section__inner {
    padding: 0 20px;
  }
}
#container .footer_sub {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 0 80px;
  z-index: 99;
}
#container .footer_sub p {
  font-size: 12px;
  line-height: 1.8;
  color: #333;
  text-indent: -1em;
  padding-left: 1em;
}
#container .footer_BtnLink {
  padding-top: 40px;
  text-align: center;
}
#container .footer_BtnLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#container .footer_BtnLink li {
  width: 360px;
}
#container .footer_BtnLink li a {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #FFF;
  font-size: 18px;
  line-height: 1;
  color: #333;
  border: 1px solid #FFF;
  padding: 1.1em 0;
  transition: all 0.3s linear;
  outline: 1px solid #002658;
  outline-offset: -6px;
}
#container .footer_BtnLink li a:hover {
  color: #FFF;
  background: rgba(255, 255, 255, 0);
  outline: 1px solid #FFF;
  outline-offset: -6px;
}
@media (min-width: 751px) {
  #container a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
#container .img-wrap {
  opacity: 0;
}
#container .img-animation {
  animation: img-opacity 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
#container .img-animation:before {
  content: "";
  animation: img-animation 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
#container .anime_wrap {
  position: relative;
  overflow: hidden;
}
#container .a_slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 2;
  transition: 0.8s;
}
#container .a_slide.show::before {
  transform: translateX(100%);
}
#container .a_slide img {
  opacity: 0;
  transition: 0.8s;
}
#container .a_slide.show img {
  opacity: 1;
}
#container .a_fade > div {
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.5s;
}
#container .a_fade.show > div {
  opacity: 1;
}
#container .effect {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}
#container .effect_top {
  opacity: 0;
  transform: translate(0, -100px);
  transition: all 1s;
}
#container .effect_bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}
#container .effect_left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1s;
}
#container .effect_right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1s;
}
#container .effect.scrollin,
#container .effect_top.scrollin,
#container .effect_bottom.scrollin,
#container .effect_left.scrollin,
#container .effect_right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*----------------------------------------------*/
/* modalのcss記述 */
/*----------------------------------------------*/
.modal * {
  color: #fff;
}

.modal__bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  z-index: 9998;
  opacity: 0;
  display: none;
}

.modal__close {
  position: fixed;
  top: 72px;
  right: 72px;
  z-index: 9999;
  width: 72px;
  height: 72px;
  cursor: pointer;
  display: none;
}
.modal__close .close__bar {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.2s;
}
.modal__close .close__bar:nth-of-type(1) {
  transform: rotate(45deg) scaleX(150%);
}
.modal__close .close__bar:nth-of-type(2) {
  transform: rotate(-45deg);
}
.modal__close .close__menu {
  display: none;
}

.modal > .modal__item {
  padding: 100px 100px 100px 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9998;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}

.modal__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.modal__block--tit {
  width: 100%;
}
.modal__block--tit .modal__heading {
  margin-bottom: 72px;
  width: 100%;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px 0;
}
.modal__block--tit .modal__heading .modal__small {
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
}
.modal__block--tit .modal__heading .modal__b {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.modal__block--tit .modal__heading .modal__cap {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.modal__block--tit .modal__heading .modal__i {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
}

.modal__block--txt {
  width: calc(100% - 470px);
}
.modal__block--txt .modal__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 2;
}
.modal__block--txt .modal__par {
  margin-top: 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.modal__block--txt .modal__dl {
  margin-top: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1em;
  font-family: "Zen Old Mincho", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}
.modal__block--txt .modal__dl .modal__dl {
  margin-top: 0;
}
.modal__block--txt .modal__dt {
  width: 4em;
  text-align-last: justify;
  text-align: justify;
}
.modal__block--txt .modal__dd {
  width: calc(100% - 5em);
}

.modal__block--img {
  width: 450px;
}
.modal__block--cap {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 2;
}
.modal__block--cap .modal__list {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.is-modal-open .modal__bg {
  display: block;
  animation: modalOpen 0.2s ease-in-out 0s forwards;
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-modal-open .modal__close {
  display: block;
  opacity: 0;
  animation: modalOpen 0.2s ease-in-out 0s forwards;
}
.is-modal-open .modal > .modal__item {
  opacity: 0;
}
.is-modal-open .modal > .modal__item.is-open {
  display: block;
  animation: modalOpen 0.2s ease-in-out 0s forwards;
}
@media screen and (max-width: 991px) {
  .modal__close {
    top: 72px;
    right: 72px;
    width: 72px;
    height: 72px;
  }
  .modal > .modal__item {
    padding: 200px 100px 100px 100px;
  }
  .modal__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    gap: 20px;
  }
  .modal__block--tit {
    width: 100%;
  }
  .modal__block--tit .modal__heading {
    margin-bottom: 40px;
    gap: 16px 0;
  }
  .modal__block--tit .modal__heading .modal__small {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .modal__block--tit .modal__heading .modal__b {
    font-size: 32px;
  }
  .modal__block--tit .modal__heading .modal__cap {
    font-size: 14px;
  }
  .modal__block--tit .modal__heading .modal__i {
    font-size: 16px;
  }
  .modal__block--txt {
    width: 100%;
  }
  .modal__block--txt .modal__heading {
    font-size: 28px;
  }
  .modal__block--txt .modal__par {
    margin-top: 20px;
    font-size: 14px;
  }
  .modal__block--txt .modal__dl {
    margin-top: 20px;
    font-size: 13px;
  }
  .modal__block--txt .modal__dt {
    width: 4em;
  }
  .modal__block--txt .modal__dd {
    width: calc(100% - 5em);
  }
  .modal__block--img {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 450px;
  }
  .modal__block--cap {
    width: 100%;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .modal > .modal__item {
    padding: 100px 20px 20px 20px;
  }
}
/* パンくず */
#breadcrumb_wrap {
  display: block;
  width: 100%;
  padding: 0 0 5px;
}

.section__inner #breadcrumb_wrap {
  position: absolute;
  top: 90px;
  left: 0;
}

#breadcrumb {
  width: 1140px;
  padding: 0 0 5px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

#breadcrumb li {
  float: left;
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
  background: url(../images/common/breadcrumb_allow.png) left center no-repeat;
  text-indent: 12px;
  margin-left: -12px;
  margin-right: 20px;
}

#breadcrumb a {
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
  transition: all 0.3s;
}

#breadcrumb a:hover {
  color: #858585;
}

@media screen and (max-width: 1120px) {
  /* パンくず */
  #breadcrumb {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  /* パンくず */
  #breadcrumb {
    display: none;
  }
}
/* フッター 免責分 */
.disclaimer {
  width: 100%;
  text-align: center;
  margin-top: 3em;
}

.disclaimer p {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 767px) {
  .disclaimer p {
    font-size: 10px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}