@charset "utf-8";

/*
  /cms/edelweiss/css/common.cssの内容を流用
  https://shop.lacasta.jp/cms/edelweiss/css/common.css
*/

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.en {
  font-family: "minerva-modern";
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  max-width: 114.7rem;
}
@media all and (max-width: 896px) {
  .content {
    margin: 0 3rem;
  }
}
/*------------------------------------------------------------
	fade
------------------------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.on {
  opacity: 1;
  transform: none;
}
/*------------------------------------------------------------
    headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 5.3rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
}
.headLine01 .en {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 4.2rem;
    font-size: 1.2rem;
  }
  .headLine01 .en {
    margin-bottom: 0.6rem;
    font-size: 2.2rem;
    text-transform: uppercase;
  }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 3.3rem;
  color: var(--base);
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
}
@media all and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
    line-height: 1.73;
  }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 4.8rem;
  padding: 0.3rem 0 0 2.9rem;
  font-size: 1.2rem;
  font-weight: 400;
  border-left: 1px solid rgba(60, 60, 60, 0.7);
}
.headLine03 .en {
  margin-bottom: 0.6rem;
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}
.headLine03.white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 896px) {
  .headLine03 {
    margin-bottom: 5.7rem;
  }
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
  max-width: 46.7rem;
  padding: 0.8rem 2rem;
  display: block;
  letter-spacing: 0.04em;
  text-align: center;
  background: url(../img/common/icon_arrow01.png) no-repeat right 1rem center/0.7rem;
  border: 1px solid rgba(165, 165, 165, 0.65);
}
.comBtn a:hover {
  opacity: 0.7;
}
.comBtn.white a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1.42;
  background-image: url(../img/common/icon_arrow02.png);
  border-color: rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 896px) {
  .comBtn a {
    margin: 0 auto;
    max-width: 33rem;
    padding: 0.6rem 2rem;
    font-size: 1.3rem;
    background-position: right 1.2rem center;
    background-size: 0.5rem;
  }
}
/*------------------------------------------------------------
	popupBox
------------------------------------------------------------*/
/*body.popFix {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}*/
body.popFix {
  overflow: hidden;
}
.mfp-wrap {
  overflow-y: auto;
}
.mfp-bg {
  background-color: transparent !important;
  opacity: 1 !important;
}
.mfp-bg::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(86, 137, 137, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: 0.5s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-bg.mfp-ready::before {
  opacity: 1;
  transition: 0.5s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-bg.mfp-removing::before {
  opacity: 0;
}
@media all and (min-width: 897px) {
  body.fixed {
    overflow-y: scroll;
  }
}
.mfp-container {
  padding: 0 !important;
  position: fixed !important;
  overflow: auto;
  overflow-x: clip;
}
.mfp-wrap .popupBox {
  transform: translateX(100%);
  transition: 0.5s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-wrap.mfp-ready .popupBox {
  transform: translateX(0);
  transition: 0.5s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-wrap.mfp-removing .popupBox {
  transform: translateX(100%);
}
.popupBox {
  padding: 1.5rem 2rem;
  position: relative;
  margin-left: auto;
  max-width: 68.3rem;
  min-height: 100dvh;
  background-color: var(--base);
}
.popupBox .sub {
  margin: 0 auto;
  width: 35.4rem;
}
.popupBox .icon {
  margin-bottom: 8.6rem;
  position: sticky;
  top: 1.5rem;
  left: 2rem;
  z-index: 10;
  width: 7.1rem;
}
.popupBox .icon a {
  display: block;
}
.popupBox .icon a:hover {
  opacity: 0.7;
}
.popupBox .photoBox {
  margin-bottom: 4rem;
  position: relative;
}
.popupBox .photoBox .photo img {
  width: 100%;
}
.popupBox .photoBox .image {
  width: 12.2rem;
  position: absolute;
  bottom: -7.6rem;
  right: -1.4rem;
  z-index: 1;
}
.popupBox .h_title {
  margin-bottom: 2.1rem;
  color: #fff;
  align-items: flex-start;
}
.popupBox .h_title .num {
  width: 3.7rem;
  font-size: 1.8rem;
}
.popupBox .h_title .info {
  position: relative;
  padding-left: 1.7rem;
  flex: 1;
  font-size: 2rem;
}
.popupBox .h_title .info::after {
  position: absolute;
  top: 0.5rem;
  left: 0;
  bottom: 0.5rem;
  content: "";
  width: 1px;
  z-index: 1;
  background-color: #fff;
}
.popupBox .h_title .info .tag {
  margin-bottom: 1.1rem;
  padding: 0.3rem 1.3rem;
  width: fit-content;
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--base);
  background-color: #fff;
  border-radius: 1.4rem;
}
.popupBox .sub .text {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.66;
}
.popupBox .sub .banner {
  width: 15.7rem;
  margin-top: 3rem;
}
.popupBox01 .photoBox .image {
  bottom: -6.6rem;
}
@media all and (max-width: 896px) {
  .popupBox {
    padding: 2.7rem 3rem;
    max-width: 100%;
    min-height: 100dvh;
  }
  .popupBox .sub {
    margin: 0;
    width: auto;
  }
  .popupBox .icon {
    margin-bottom: 2.8rem;
    position: static;
  }
  .mfp-bg::before {
    display: none;
  }
  .popupBox .photoBox {
    margin-bottom: 6rem;
  }
  .popupBox .photoBox .image {
    bottom: -8rem;
  }
  .popupBox .h_title {
    margin-bottom: 1.9rem;
  }
  .popupBox .h_title .num {
    width: 2.7rem;
    font-size: 1.4rem;
  }
  .popupBox .h_title .info {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.6rem;
  }
  .popupBox .h_title .info::after {
    top: 0.2rem;
  }
  .popupBox .h_title .info .tag {
    padding: 0.3rem 1.4rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
  .popupBox .h_title02 .num {
    margin-top: 0.2rem;
  }
  .popupBox .h_title02 .info::after {
    top: 0.6rem;
    bottom: 0.3rem;
  }
  .popupBox .sub .text {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 2.14;
  }
  .popupBox .sub .banner {
    margin-top: 2.5rem;
  }
  .popupBox01 .photoBox .image {
    bottom: -7.3rem;
  }
  .popupBox02 .photoBox .image {
    right: -0.7rem;
  }
  .popupBox03 .photoBox .image {
    width: 10.8rem;
    right: -1.2rem;
    bottom: -7rem;
  }
}
/*------------------------------------------------------------
	pager
------------------------------------------------------------*/
.navipage-num {
  margin-top: 2em;
  text-align: center;
}
.navipage_ {
  margin-top: 2em;
}
.navipage_ .navipage_now_,
.navipage_ center > a {
  display: inline-block;
  width: 25px;
  aspect-ratio: 1;
  line-height: 25px;
  font-size: 13px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.navipage_ .navipage_now_ {
  background: var(--base);
  color: white;
  border-color: var(--base);
}
.navipage_ center,
.navipage_ center .navipage_reverse_,
.navipage_ center .navipage_forward_ {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.navipage_ center .navipage_reverse_,
.navipage_ center .navipage_forward_ span,
.navipage_ center .navipage_forward_ a {
  font-size: 0;
}
.navipage_ center .navipage_reverse_ a,
.navipage_ center .navipage_forward_ a {
  width: 25px;
  aspect-ratio: 1;
  line-height: 25px;
  position: relative;
  display: block;
}
.navipage_ center .navipage_reverse_ a::before {
  content: "";
  position: absolute;
  width: 5px;
  aspect-ratio: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
  transform: rotate(135deg);
}
.navipage_ center .navipage_reverse_ .navipage_first_ a::before {
  right: 10px;
}
.navipage_ center .navipage_reverse_ .navipage_first_ a::after {
  content: "";
  position: absolute;
  width: 5px;
  aspect-ratio: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
  transform: rotate(135deg);
}
.navipage_ center .navipage_forward_ a::before {
  content: "";
  position: absolute;
  width: 5px;
  aspect-ratio: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
  transform: rotate(-45deg);
}
.navipage_ center .navipage_forward_ .navipage_last_ a::before {
  right: 10px;
}
.navipage_ center .navipage_forward_ .navipage_last_ a::after {
  content: "";
  position: absolute;
  width: 5px;
  aspect-ratio: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
  transform: rotate(-45deg);
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
