@charset "utf-8";


/* ヘッダー
=============================== */
.crm--header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: linear-gradient(to top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out; /* 背景のトランジション追加 */
}

.crm--header.hide {
  transform: translateY(-100%); /* 隠れる動き */
}

.crm--header.show {
  transform: translateY(0); /* 表示される動き */
}

/* logoare
-------------------------------- */
.crm--header .logoare {
  width: calc(100% - 60px);
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding: 15px 0;
  line-height: 0;
  column-gap: 20px;
}
.crm--header .logoare a {
  position: relative;
  z-index: 99999;
  display: inline-block;
}
.crm--header .logoare img {
  width: auto;
  height: 32px;
}

@media only screen and (max-width:768px) {
  .crm--header .logoare {
    width: calc(100% - 40px);
    padding: 10px 0;
    column-gap: 20px;
  }
  .is-open .crm--header .logoare {
    position: relative;
    background-color: #fff;
    transition: 2s;
    z-index: 99999;
  }
  .is-open .logo_white {
    opacity: 0 !important;
    display: none !important;
  }
  .is-open .logo_blue {
    opacity: 1 !important;
    display: block !important;
  }
}

.header_right {
  display: flex;
  align-items: center;
  column-gap: 40px;
  padding-left: 40px;
}
.header_link {
  position: relative;
  display: block;
  z-index: 99999;
}
.header_link ul {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #121212;
  background-color: #121212;
  border-radius: 5px;
}
.header_link li {
  position: relative;
  width: 100%;
  text-align: center;
  width: 160px;
}
.header_link li a {
  height: 44px;
  color: #fff;
  font-size: 11px;
  line-height: 1.3;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgb(65, 65, 65);
  background: linear-gradient(145deg, rgba(65, 65, 65, 1) 0%, rgba(18, 18, 18, 1) 100%);
}
.header_link li.limited a {
  border-radius: 5px;
  background: rgb(254,254,254);
  background: linear-gradient(124deg, rgba(254,254,254,1) 0%, rgba(170,170,170,1) 100%);
  color: #000;
}

@media only screen and (max-width:1024px) {
  .header_link {
    display: none;
  }
}

/* ヘッダーのロゴ表示
=================================== */
.logo_white,
.logo_blue {
  transition: opacity 0.3s ease;
}
.logo_white {
  opacity: 1;
}
.logo_blue {
  opacity: 0;
}
.logo_white[style="display: none;"] {
  opacity: 0;
}
.logo_blue[style="display: block;"] {
  opacity: 1;
}




/* globalnavi
-------------------------------- */
.crm--header .globalnavi {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 200;
}
.crm--header .globalnavi a {
  text-decoration: none;
}
.crm--header .globalnaviPoint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.crm--header .globalnavi.fixed .globalnaviPoint {
  position: fixed;
}
.crm--header .globalnaviInner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}
.crm--header .globalnavi .spTitleBtn,
.crm--header .globalnavi .subNav {
  display: none;
}
.crm--header .globalnavi .mainNav {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 15px;
  background-color: rgba(59,59,65,0.9);
}
.crm--header .globalnavi .mainNav li {
  padding: 0 clamp(0.8rem, -12rem + 10vw, 1.5rem);
}
.crm--header .globalnavi .mainNav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
}
.crm--header .globalnavi .mainNav a .nav_en {
  color: rgba(42, 42, 42, .5);
  font-size: 11px;
  font-family: "EB Garamond", serif;
}
.crm--header .globalnavi .mainNav a.new:after {
  position: absolute;
  top: 1px;
  left: 10px;
  display: block;
  content: 'NEW';
  padding: 2px 5px;
  color: #fff;
  font-size: 10px;
  background-color: #a01300;
  line-height: 1;
}
.crm--header .globalnavi .mainNav .off {
  pointer-events: none;
  opacity: 0.2;
}

  .crm--header .spAccordions {
    display: block !important;
  }
  .crm--header .spAccordionsBg {
    display: none !important;
  }
  .crm--header .globalnavi .mainNav a {
    transition: all .5s ease-out;
  }
  .crm--header .globalnavi .mainNav a:hover {
    background-color: rgba(0, 0, 0, .1);
  }
  .crm--header .spAccordionsBg {
    display: none !important;
  }


  .crm--header .globalnavi {
    color: #fff;
  }
  .crm--header .globalnaviPoint {
    background-color: #F5F5F5;
  }
  .crm--header .globalnaviInner {
    padding: 0;
  }
  .crm--header .spAccordions {
    position: fixed;
    top: 0px;
    right: 0;
    overflow-y: auto;
    height: 100vh;
    width: 38%;
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(18, 18, 18, .8);
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.4s;
    z-index: 100;
  }

  @media only screen and (max-width:1920px) {
    .crm--header .spAccordions {
      width: min(80%,680px);
    }
  }
  .is-open .crm--header .spAccordions {
    transform: translateX(0);
  }
  .crm--header .spAccordionsBg {
    position: fixed;
    top: 90px;
    right: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 50;
    background-color: #000;
    opacity: 0.3;
  }
  .spAccordions_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding: 100px 30px 60px;
  } 
  .spAccordions_title {
    width: 90px;
    writing-mode: vertical-rl;
    font-size: 86px;
    line-height: 1;
    font-family: "EB Garamond", serif;
    color: rgba(42, 42, 42, .2);
  }
  .crm--header .globalnavi .mainNav {
    display: block;
  }
  .crm--header .globalnavi .spTitleBtn {
    position: relative;
    display: table;
    height: 50px;
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    /* cursor: pointer; */
    color: #0B318F;
  }
  .crm--header .globalnavi .spTitleBtn span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
  }
  .crm--header .globalnavi .spTitleBtn .backtop {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #0B318F;
    font-size: 12px;
    transform: translateY(-50%);
    text-decoration: underline;
  }
  .crm--header .globalnavi .spTitleBtn:before {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    margin-top: -10px;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
    transform: rotate(45deg);
    transition: transform 0.3s, margin-top 0.3s;
  }
  .crm--header .globalnavi .spTitleBtn.on:before {
    margin-top: -4px;
    transform: rotate(-135deg);
  }
  .crm--header .globalnavi .mainNav {
    width: 60%;
    width: min(50%,320px);
    font-size: 14px;
    background-color: transparent;
  }
  .crm--header .globalnavi .nav_top {
    font-size: 20px;
  }
  .crm--header .globalnavi .mainNav li {
    padding: 0;
    border-bottom: #000 solid 1px;
  }
  .crm--header .globalnavi .mainNav a {
    padding: 15px 10px;
  }
  .crm--header .globalnavi .subNav {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 6px;
    margin-top: 15px;
    padding: 0 30px 200px;
  }
  .crm--header .globalnavi .subNav li {
    display: flex;
  }
  .crm--header .globalnavi .subNav a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
    border: #fff solid 1px;
  }
  /* .crm--header .globalnavi .subNav li.min {
    width: 38.9831%;
  }
  .crm--header .globalnavi .subNav li.wide {
    width: 59.322%;
  } */

@media screen and (max-width:768px) {
  .crm--header .spAccordions {
    padding-bottom: 140px;
    width: 100%;
  }
  .crm--header .globalnavi .subNav a {
    font-size: 11px;
  }
  .spAccordions_wrap {
    margin-top: 60px;
    padding: 40px 30px 60px;
}
.crm--header .globalnavi .mainNav {
  width: 100%;
  font-size: 14px;
}
.spAccordions_title {
  display: none;
}
}

/* ハンバーガーメニュー
========================= */
.crm--header .menu {
  position: relative;
  width: 80px;
  height: 70px;
  cursor: pointer;
  z-index: 99999;
}
.crm--header .menu::before {
  display: none;
}
.crm--header .menu .bdr {
  position: relative;
  height: 16px;
  margin: 7px auto 9px;
}
.crm--header .menu .menublock {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.crm--header .menu .bdr span,
.crm--header .menu .bdr:before,
.crm--header .menu .bdr:after {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
}
.crm--header .menu .bdr span {
  top: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.crm--header .menu .bdr:before {
  top: 0;
}
.crm--header .menu .bdr:after {
  top: 100%;
}
.is-open .crm--header .menu .bdr:before {
  animation: menuAnime01 .4s forwards;
  background-color: #000;
}
.is-open .crm--header .menu .bdr:after {
  animation: menuAnime02 .4s forwards;
  background-color: #000;
}
.is-open .crm--header .menu .bdr span {
  opacity: 0;
}
.is-close .crm--header .menu .bdr:before {
  animation: menuAnime01_close .4s forwards;
}
.is-close .crm--header .menu .bdr:after {
  animation: menuAnime02_close .4s forwards;
}

@media only screen and (max-width:768px) {
  .crm--header .menu {
    width: 50px;
    height: 50px;
  }
}


@keyframes menuAnime01 {
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    transform: rotate(18deg);
  }
}
@keyframes menuAnime01_close {
  0% {
    top: 50%;
    transform: rotate(30deg);
  }
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes menuAnime02 {
  50% {
    top: 50%;
    transform: rotate(0deg) translateY(0);
  }
  100% {
    top: 50%;
    transform: rotate(-18deg) translateY(0);
  }
}
@keyframes menuAnime02_close {
  0% {
    top: 50%;
    transform: rotate(-30deg) translateY(0);
  }
  50% {
    top: 50%;
    transform: rotate(0deg) translateY(0);
  }
  100% {
    top: 100%;
    transform: rotate(0deg) translateY(-100%);
  }
}


/* 下層ページ共通
================================ */

/* メインビジュアル */
.lower_mv {
  position: relative;
  background-color: #121212;
}
.parts-fv {
  position: relative;
  aspect-ratio: 1/1;
 }
 .parts-fv__imgae {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
 }
 .parts-fv__imgae img {
  object-fit: cover;
  width: 100%;
  height: 100%;
 }
 .parts-fv__imgae img {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 2s, transform 2s;
}
.page-start .parts-fv__imgae img {
  opacity: 1;
  transform: scale(1);
}
.lower_mv_title_area {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  opacity: 0;
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.4) 100%);
  transition: position 0.3s, opacity 3s, bottom 0.3s; 
}
.page-start .lower_mv_title_area {
  opacity: 1;
}
.lower_mv_title_wrap {
  position: relative;
  width: calc(100% - 60px);
  margin-inline: auto;
  padding-bottom: 30px;
}
.lower_mv_title {
  font-family: "EB Garamond", serif;
  font-size: 100px;
  font-size: clamp(5rem, 1.273rem + 4.545vw, 10rem);
  letter-spacing: 0.05em;
  line-height: 01;
  color: #fff;
}
.lower_mv_title_jp {
  display: block;
  font-size: 30px;
  font-size: clamp(1.5rem, -0.484rem + 2.419vw, 3rem);
}

@media only screen and (max-width:768px) {
  .parts-fv {
    aspect-ratio: 750 / 1532;
   }
  .lower_mv_title_wrap {
    width: calc(100% - 60px);
    margin-inline: auto;
  }
  .lower_mv_title {
    font-size: 50px;
  }
  .lower_mv_title_jp {
    font-size: 15px;
  }
}

.mv_btn_area {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f1f1f1;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  column-gap: 14px;
  padding: 20px 20px;
  z-index: 1;
  transition: opacity 0.3s ease; /* 非表示時の滑らかなフェード効果 */
}

.mv_btn_area.hidden {
  opacity: 0;
  pointer-events: none; /* 非表示時にクリックイベントを無効化 */
}

.mv_btn {
  display: block;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #121212;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.btn_icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  background: rgb(65,65,65);
  background: linear-gradient(145deg, rgba(65,65,65,1) 0%, rgba(18,18,18,1) 100%);
}
.btn_icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: url(../images/common/link_btn_arrow.svg) no-repeat center center / contain;
  width: 6px;
  height: 12px;
}

@media only screen and (max-width:1440px) {
  .mv_btn_area {
    right: 0px;
    left: auto;
    transform: none;
  }
}

@media only screen and (max-width:768px) {
  .mv_btn_area {
    display: none;
  }
  /* .mv_btn_area {
    right: auto;
    left: auto;
    transform: none;
    column-gap: 10px;
    padding: 14px 14px;
    bottom: 50px;
  }
  .mv_btn {
    font-size: 12px;
    letter-spacing: normal;
    column-gap: 4px;
  }
  .btn_icon {
    width: 20px;
    height: 20px;
  }
  .btn_icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    background: url(../images/common/link_btn_arrow.svg) no-repeat center center / contain;
    width: 6px;
    height: 12px;
  } */
}


/* コンテンツエリア */
.section_wrap {
  position: relative;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CCCCCC;
}
.section_wrap:after {
	content: "";
	position: absolute;
	left: 92px;
	top: 0;
	bottom: 0;
	border-right: 1px solid #CCCCCC;
	z-index: 2;
}
.section_title {
  width: 93px;
  position: sticky;
  left: 0;
  top: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 600px;
  row-gap: 50vh;
  padding: 30px 0 60px;
  height: 100%;
}
.contents_area {
  padding-top: 200px;
  padding-bottom: 100px;
  width: calc(100% - 92px);
  background-color: #fff;
}
.contents_area .inner {
  width: 85.4%;
  max-width: 1560px;
  margin-inline: auto;
}
.section_title_en,
.section_title_jp {
	writing-mode: vertical-rl;
}
.section_title_en {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-family: "EB Garamond", serif;
}
.section_title_jp {
  font-size: 13px;
  letter-spacing: 0.03em;
}
.contents_group {
  padding-bottom: 60px;
}
.contents_border {
  border-top: 1px solid #cccccc;
  margin-top: 140px;
  padding-bottom: 160px;
}
.contents_lead {
  font-size: 50px;
  font-size: clamp(2.2rem, -1.503rem + 4.516vw, 5rem);
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 40px;
}
.contents_text {
  font-size: 20px;
  font-size: clamp(1.3rem, 0.374rem + 1.129vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 14px;
}
.contents_text_s {
  font-size: 15px;
  font-size: clamp(1.1rem, 0.802rem + 0.364vw, 1.5rem);
  letter-spacing: 0.03em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 14px;
}


@media only screen and (max-width:768px) {
  .section_wrap {
    
    flex-direction: column;
    border-top: none;
  }
  .section_wrap + .section_wrap {
    border-top: 1px solid #CCCCCC;
  }
  .section_wrap:after {
    content: none;
  }
  .section_title {
    width: calc(100% - 60px);
    margin-inline: auto;
    position: static;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
  }
  .contents_area {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
  }
  .contents_area .inner {
    width: calc(100% - 60px);
  }
  .section_title_en,
  .section_title_jp {
		writing-mode: unset;
  }
  .section_title_en {
    font-size: 10px;
    letter-spacing: 0.05em;
    color: rgba(18, 18, 18, .5);
  }
  .contents_group {
    padding-bottom: 15px;
  }
  .contents_border {
    margin-top: 10px;
    padding-bottom: 60px;
  }
  .contents_lead {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
  .contents_text {
    font-size: 13px;
    letter-spacing: normal;
    line-height: 1.84;
    text-align: justify;
  }
  .contents_text_s {
    font-size: 11px;
    letter-spacing: normal;
    line-height: 1.84;
    text-align: justify;
  }
}

/* ================================================
recommend_sec
===================================================*/
.recommend_sec {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}
.recommend_img_en {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.recommend_img_en img {
  max-height: 940px;
  max-height: clamp(76rem, 62.582rem + 16.364vw, 94rem);
  width: auto;
}
.recommend_sec .inner {
  width: 90%;
  margin-inline: auto;
}
.recommend_body {
  display: flex;
  column-gap: 30px;
}
.recommend_title_en {
  width: 20%;
  padding-top: 10px;
  font-size: 15px;
  color: rgba(18, 18, 18, .5);
  flex-shrink: 0;
}
.recommend_title {
  font-size: 30px;
  letter-spacing: 0.05em;
}
.recommend_body .slide_text {
  margin-top: 0;
  width: 40%;
}
.recommend_sec .slide_area {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 80px;
  padding: 0;
}
.slider-recommend  {
  display: flex;
  column-gap: 56px;
  column-gap: 4%;
}
.recommend-item {
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  text-decoration: none;
  color: #121212;
  transition: all .5s ease-out;
}
.recommend-item:hover {
  opacity: .7;
}
.recommend_img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.recommend-item_body {
  background-color: #f1f1f1;
  padding: 20px 30px 40px;
  padding: 20px clamp(1.5rem, 0.382rem + 1.364vw, 3rem) clamp(2rem, 0.509rem + 1.818vw, 4rem);
  display: flex;
  align-items: center;
  border-radius: 0 0 5px 5px;
}
.recommend-item_body_wrap {
  width: 100%;
}
.recommend-item_title {
  font-size: 40px;
  font-size: clamp(2.2rem, 0.858rem + 1.636vw, 4rem);
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
}
.recommend-item_wrap {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
}
.recommend-item_text {
  font-size: 13px;
  font-size: clamp(1rem, 0.776rem + 0.273vw, 1.3rem);
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
}
.recommend-item_btn {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  width: clamp(2rem, 1.105rem + 1.091vw, 3.2rem);
  height: 32px;
  height: clamp(2rem, 1.105rem + 1.091vw, 3.2rem);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  background: rgb(65,65,65);
  background: linear-gradient(145deg, rgba(65,65,65,1) 0%, rgba(18,18,18,1) 100%);
}
.recommend-item_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/common/link_btn_arrow.svg) no-repeat center center / contain;
  width: 6px;
  height: 12px;
}

@media only screen and (max-width:768px) {
  .recommend_sec {
    padding-top: 60px;
    padding-bottom: 60px;
    /* background-color: #f1f1f1; */
  }
  .recommend_sec .inner {
    width: 100%;
  }
  .recommend_body {
    width: calc(100% - 60px);
    flex-direction: column;
    margin-bottom: 27px;
    margin-inline: auto;
  }
  .recommend_title_en {
    width: 100%;
    padding-top: 10px;
    margin-left: 0;
  }
  .recommend_body_wrap {
    width: 100%;
    flex-direction: column;
  }
  .recommend_title {
    margin-top: 10px;
    font-size: 22px;
    margin-left: 0;
  }
  .recommend_body .slide_text {
    margin-top: 14px;
    width: 100%;
    font-size: 13px;
  }
  .recommend_sec .slide_area {
    margin-top: 27px;
    padding: 0;
  }
  .slider-recommend .slick-slide {
    margin-inline: 6px;
  }
  .recommend-item_body {
    padding: 14px 20px 30px;
  }
  .recommend-item_title {
    font-size: 32px;
  }
  .recommend-item_wrap {
    margin-top: 8px;
  }
  .recommend-item_text {
    font-size: 11px;
  }
  .recommend-item_btn {
    width: 26px;
    height: 26px;
  }
  .recommend_counter {
    margin-top: 20px;
    width: calc(100% - 60px);
    margin-inline: auto;
  }
}

/* NEWマークつける
=============================== */
.slider-plan_img.new::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  background: url(../common/images/common/ico_new.png) no-repeat top right / contain;
  background: url(../images/common/ico_new.png) no-repeat top right / contain;
  z-index: 2;
}


/* フッター
=============================== */
.footer {
 padding-top: 180px;
 padding-bottom: 30px;
 background-color: #121212;
}
.footer .inner {
 width: 90%;
 max-width: 1560px;
 margin-inline: auto;
}
.footer_logo img {
 height: 62px;
 width: auto;
}
.footer_wrap {
 margin-top: 96px;
 margin-left: 156px;
 margin-left: clamp(0rem, -46.8rem + 32.5vw, 15.6rem);
 display: flex;
 justify-content: space-between;
}
.footer_body {
 width: 47.1%;
 display: flex;
 justify-content: space-between;
 column-gap: 20px;
}
.footer_nav {
 width: 40.4%;
 display: flex;
 justify-content: space-between;
 column-gap: 20px;
}
.footer_body_wrap {
 color: #fff;
}
.footer_title_en {
 color: rgba(255, 255, 255, .5);
 font-size: 12px;
 letter-spacing: 0.05em;
}
.footer_body_title {
 font-size: 20px;
 letter-spacing: 0.05em;
 margin-bottom: 10px;
}
.footer_body_text {
 font-size: 15px;
 letter-spacing: 0.05em;
 font-family: "Noto Sans JP", sans-serif;
}
.footer_tel {
 display: flex;
 align-items: end;
 column-gap: 6px;
 margin-top: 32px;
 margin-bottom: 6px;
 font-size: 40px;
 letter-spacing: 0.05em;
 color: #fff;
 font-family: "EB Garamond", serif;
 line-height: 0.8;
}
.footer_tel img {
 height: 23px;
 width: auto;
 padding-bottom: 3px;
}
.footer_nav_body {
 width: 72%;
}
.footer_nav_wrap {
 display: flex;
 flex-wrap: wrap;
 row-gap: 19px;
}
.footer_nav_item {
 display: block;
 color: #fff;
 width: calc(100% / 3);
 font-size: 15px;
 font-size: clamp(1.3rem, 1.071rem + 0.223vw, 1.5rem);
 letter-spacing: 0.05em;
 font-family: "Noto Sans JP", sans-serif;
 text-decoration: none;
 transition: all .5s ease-out;
}
.footer_nav_item.off {
 color: rgba(255, 255, 255, .5);
 pointer-events: none;
}
.footer_nav_item:hover {
 opacity: .7;
}

.footer_bottom {
 margin-top: 120px;
 padding-top: 35px;
 border-top: 1px solid rgba(255, 255, 255, .5);
 color: rgba(255, 255, 255, .5);
 display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footer_logo_wrap {
 display: flex;
  column-gap: 3%;
 row-gap: 20px;
}
.footer_logo_text {
 font-size: 15px;
 letter-spacing: 0.05em;
 font-family: "Noto Sans JP", sans-serif;
 margin-bottom: 8px;
}
.footer_bottom_logo img {
 width: auto;
 height: 28px;
}
.footer_copy_text {
 font-size: 15px;
 letter-spacing: 0.05em;
 font-family: "Noto Sans JP", sans-serif;
}
.footer_copy {
 margin-top: 22px;
 text-align: right;
 font-size: 15px;
 letter-spacing: 0.05em;
 font-family: "EB Garamond", serif;
}

@media only screen and (max-width:1024px) {
 .footer_body {
  width: 47.1%;
  flex-direction: column;
  row-gap: 32px;
 }
 .footer_nav {
  width: 40.4%;
  flex-direction: column;
  justify-content: start;
  row-gap: 32px;
 }
}

@media only screen and (max-width:768px) {
 .footer {
  padding-top: 70px;
  padding-bottom: 50px;
 }
 .footer .inner {
  width: calc(100% - 60px);
 }
 .footer_wrap {
  margin-top: 70px;
  margin-left: 0;
  flex-direction: column;
  row-gap: 70px;
 }
 .footer_body {
  width: 100%;
 }
 .footer_nav {
  width: 100%;
 }
 .footer_title_en {
  font-size: 10px;
 }
 .footer_body_title {
  font-size: 15px;
  margin-bottom: 19px;
 }
 .footer_body_text {
  font-size: 13px;
 }
 .footer_nav_body {
  width: 100%;
 }
 .footer_nav_wrap {
  row-gap: 12px;
 }
 .footer_nav_item {
  font-size: 12px;
 }
 
 .footer_bottom {
  margin-top: 80px;
  padding-top: 49px;
  flex-direction: column;
  row-gap: 20px;
 }
 .footer_logo_wrap {
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
 }
 .footer_logo_text {
  font-size: 12px;
 }
 .footer_bottom_logo img {
  height: 32px;
 }
 .footer_copy_text {
  font-size: 12px;
 }
 .footer_copy {
  text-align: left;
  font-size: 12px;
 }
}

/* フッターFIXナビ
========================================= */
.footFixNav{
  display: none;
}


  body.fixed {
    position: fixed;
    left: 0;
    width: 100%;
  }

  @media only screen and (max-width:768px) {
    .footFixNav {
      display: block;
      width: 100%;
      position: fixed;
      bottom: -50px; /* 初期位置：画面外 */
      font-size: 10px;
      z-index: 99999;
      letter-spacing: 0;
      transition: bottom 0.3s ease-in-out; /* 出現アニメーション */
    }
    
    .footFixNav.show {
      bottom: 0; /* 表示時の位置：画面下 */
    }
    
    .footFixNav ul {
      /* width: calc(100% - 6px); */
      margin-inline: auto;
      display: flex;
      align-items: center;
      border: 2px solid #121212;
      background-color: #121212;
      border-radius: 5px;
    }
    
    .footFixNav li {
      position: relative;
      width: 100%;
      text-align: center;
    }
    
    .footFixNav li a {
      display: block;
      height: 44px;
      color: #fff;
      font-size: 11px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      background: rgb(65, 65, 65);
      background: linear-gradient(145deg, rgba(65, 65, 65, 1) 0%, rgba(18, 18, 18, 1) 100%);
    }
    .footFixNav li.limited a {
      border-radius: 5px;
      background: rgb(254,254,254);
      background: linear-gradient(124deg, rgba(254,254,254,1) 0%, rgba(170,170,170,1) 100%);
      color: #000;
    }
    .footFixNav li.is-wide {
      width: 200%;
    }
    .footFixNav li.icon-none a {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .footFixNav li.icon-none a:before {
      display: none;
    }
  
    .footFixNav li.menu {
      position: relative;
      height: 70px;
      background-color: #0B318F;
      cursor: pointer;
    }
    .footFixNav li.menu::before {
      display: none;
    }
    .footFixNav li.menu .bdr {
      position: relative;
      height: 16px;
      width: 32px;
      margin: 7px auto 9px;
    }
    .footFixNav li.menu .menublock {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      color: #fff;
    }
    .footFixNav li.menu .bdr span,
    .footFixNav li.menu .bdr:before,
    .footFixNav li.menu .bdr:after {
      position: absolute;
      left: 0;
      display: block;
      content: '';
      width: 100%;
      height: 0.1rem;
      background-color: #fff;
    }
    .footFixNav li.menu .bdr span {
      top: 50%;
      transition: 0.3s;
      -webkit-transition: 0.3s;
    }
    .footFixNav li.menu .bdr:before {
      top: 0;
    }
    .footFixNav li.menu .bdr:after {
      top: 100%;
    }
    .is-open .footFixNav li.menu .bdr:before {
      animation: menuAnime01 .4s forwards;
    }
    .is-open .footFixNav li.menu .bdr:after {
      animation: menuAnime02 .4s forwards;
    }
    .is-open .footFixNav li.menu .bdr span {
      opacity: 0;
    }
    .is-close .footFixNav li.menu .bdr:before {
      animation: menuAnime01_close .4s forwards;
    }
    .is-close .footFixNav li.menu .bdr:after {
      animation: menuAnime02_close .4s forwards;
    }
  
  }



  /* サイドFIXナビ
  ============================== */
.crm--sideFixNav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999999999999;
}
.crm--sideFixNav a {
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 180px;
  height: 70px;
  padding-left: 60px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.1;
}
.crm--sideFixNav a span {
  display: table-cell;
  vertical-align: middle;
}
.crm--sideFixNav a small {
  font-size: 12px;
}
.crm--sideFixNav a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 52px;
  height: 100%;
  background: no-repeat center center;
}
.crm--sideFixNav .reserve01 a,
.crm--sideFixNav .reserve02 a {
  background-color: rgba(0,30,120,0.9);
}
.crm--sideFixNav .request01 a,
.crm--sideFixNav .request02 a {
  color: #fff;
  background-color: rgba(0,60,122,0.9);
}
.crm--sideFixNav .position a {
  background-color: rgba(59,59,65,0.9);
}
.crm--sideFixNav .outline a {
  background-color: rgba(59,59,65,0.9);
}
.crm--sideFixNav .official a {
  background-color: rgba(59,59,65,0.9);
}

.crm--sideFixNav .reserve01 a:before {
  background-image: url(../images/common/ico_reserve.png);
  background-size: 20px auto;
}
.crm--sideFixNav .reserve02 a:before {
  background-image: url(../images/common/ico_reserve02.png);
  background-size: 25px auto;
}
.crm--sideFixNav .request01 a:before {
  background-image: url(../images/common/ico_request.png);
  background-size: 20px auto;
}
.crm--sideFixNav .request02 a:before {
  background-image: url(../images/common/ico_request02.png);
  background-size: 25px auto;
}
.crm--sideFixNav .position a:before {
  background-image: url(../images/common/ico_map.png);
  background-size: 16px auto;
}
.crm--sideFixNav .outline a:before {
  background-image: url(../images/common/ico_outline.png);
  background-size: 16px auto;
}
.crm--sideFixNav .official a:before {
  background-image: url(../images/common/ico_official.png);
  background-size: 18px auto;
}
@media screen and (max-width:1280px) {
  .crm--sideFixNav {
    display: none;
  }
}



/* crm--pageTop
=============================== */
.crm--pageTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  z-index: 999;
  opacity: 0.8;
  transition: transform 0.2s;
  transform: translateY(100px);
}
.crm--pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  padding-top: 25px;
  color: #fff;
  background: #222;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.2s;
}
.crm--pageTop a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 11px;
  background: url(../images/common/icon-arrow-pagetop.svg) no-repeat center center / contain;
}
.crm--pageTop a:hover {
  opacity: 0.7;
}
.crm--pageTop.on {
  transform: translateY(0);
}
@media only screen and (max-width:768px) {
  .crm--pageTop.on {
    bottom: 50px;
  }
}
@media screen and (max-width:480px) {
  .crm--pageTop {
    transform: translateY(120px);
  }
  .crm--pageTop.on {
    transform: translateY(-70px);
    bottom: 20px;
  }
}

/* 特集＆キャンペーンバナー
================================= */
.crm--banners {
  overflow: hidden;
  padding-top: 100px;
}
.crm--banners .wide {
  width: calc(100% - 30px);
  margin-inline: auto;
  max-width: 1350px;
  margin-bottom: 80px;
  display: flex;
  column-gap: 30px;
}
.banners_title_en {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
  width: 20%;
  padding-top: 10px;
  color: rgba(18, 18, 18, .5);
  flex-shrink: 0;
}
.banners_wrap {
  width: 80%;
  display: flex;
  align-items: end;
  column-gap: 10%;
}
.banners_title {
  font-size: 30px;
}
.banners_text {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;

}
.crm--banners .slick-track {
  position: relative;
  left: 50%;
  margin-left: -675px;
}
.crm--banners .item {
  display: block;
  margin-right: 30px;
}
.crm--banners .item img {
  max-width: 100%;
  height: auto;
}
.slider-banner .slick-list {
  padding-right: 0;
}
.crm--banners .slideControls {
  margin: 25px auto 0;
  text-align: center;
  line-height: 0;
}
.crm--banners .slideControls .el {
  position: relative;
  display: inline-block;
  height: 1px;
  padding: 10px 33px;
}
.crm--banners .slideControls .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  display: block;
  width: 10px;
  height: 10px;
  margin: -3px 0 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -9999px;
  cursor: pointer;
  transform: rotate(45deg);
}
.crm--banners .slideControls .slick-prev {
  left: 0;
  border-bottom: #3b3b41 solid 1px;
  border-left: #3b3b41 solid 1px;
}
.crm--banners .slideControls .slick-next {
  right: 0;
  border-top: #3b3b41 solid 1px;
  border-right: #3b3b41 solid 1px;
}
.crm--banners .slideControls .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.crm--banners .slideControls .slick-dots li {
  padding: 0;
}
.crm--banners .slideControls .slick-dots button {
  display: block;
  width: 12px;
  height: 1px;
  margin: 0;
  padding: 0;
  background: #c1c1c4;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -9999px;
  cursor: pointer;
}
.crm--banners .slideControls .slick-dots li.slick-active button {
  height: 3px;
  background-color: #3b3b41;
}

.banner_counter {
  max-width: 400px;
  padding-left: 40px;
  margin-top: 20px;
}
.counter_area {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.counter {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.counter-line,
.banner_counter .counter .counter-line {
  color: rgba(18, 18, 18, .5);
  font-size: 36px;
}
.now-count,
.now-count_banner,
.all-count,
.all-count_banner {
  color: #121212;
  font-size: 13px;
}
.banner_counter .counter .all-count_banner {
  color: #121212;
  padding-top: 18px;
}
.banner_counter .counter .now-count_banner {
  color: #121212;
  padding-bottom: 10px;
}
.counter_line {
  border-top: 1px solid rgba(18, 18, 18, .2);
  flex-shrink: 1;
  width: 100%;
}
.banner_counter .counter_line {
  border-top: 1px solid rgba(18, 18, 18, .2);
}
.dots-box {
  flex-shrink: 0;
}
.dots-class button,
.dots-banner button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}
.dots-class,
.dots-banner {
	width: auto;
	display: flex;
  column-gap: 8px;
}
.dots-class li,
.dots-banner li {
  border-radius: 3px;
	width: 10px;
	height: 10px;
  background-color: rgba(18, 18, 18, .2);
	cursor: pointer;
	position: relative;
}
.dots-class li.slick-active::before,
.dots-banner li.slick-active::before {
	content: "";
	display: inline-block;
	background-color: #121212;
	position: absolute;
  border-radius: 3px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:768px) {
  .banner_counter {
    padding-left: 0px;
    margin-top: 20px;
    width: calc(100% - 60px);
    margin-inline: auto;
}
  .counter-line,
  .banner_counter .counter .counter-line {
  font-size: 22px;
}
  .now-count,
  .now-count_banner,
  .all-count,
  .all-count_banner {
    font-size: 10px;
  }
  .all-count {
    padding-top: 10px;
  }
}



@media screen and (max-width:1350px) {
  .crm--banners .slick-track {
    left: 0;
    margin-left: 0;
  }
  .crm--banners .slick-list {
    padding: 0 20px;
  }
  .crm--banners .item {
    display: block;
    margin: 0 5px;
  }
}
@media screen and (max-width:768px) {
  .crm--banners {
    padding-top: 40px;
  }
  .crm--banners .wide {
    width: calc(100% - 60px);
    flex-direction: column;
    margin-bottom: 27px;
  }
  .banners_title_en {
    font-size: 10px;
    width: 100%;
  }
  .banners_wrap {
    width: 100%;
    align-items: start;
    flex-direction: column;
    margin-top: 10px;
  }
  .banners_title {
    font-size: 22px;
  }
  .banners_text {
    margin-top: 14px;
    width: 100%;
    font-size: 13px;
  }
  .crm--banners .slick-list {
    padding: 0 15px;
  }
  .crm--banners .item {
    margin: 0 5px;
  }
  .crm--banners .slideControls .slick-arrow {
    display: none !important;
  }


  .crm--banners .slideControls {
    margin-top: 20px;
  }
  .crm--banners .slideControls .el {
    display: block;
    height: auto;
    padding: 0;
  }
  .crm--banners .slideControls .slick-dots li {
    margin: 0 5px;
  }
  .crm--banners .slideControls .slick-dots button,
  .crm--banners .slideControls .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background: rgba(59,59,65,0.15);
    border-radius: 50%;
  }
  .crm--banners .slideControls .slick-dots li.slick-active button {
    background-color: #0090a9;
  }
}