@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "CormorantInfant-Bold";
  src: url(../fonts/CormorantInfant-Bold.ttf);
}
@font-face {
  font-family: "CormorantInfant-Light";
  src: url(../fonts/CormorantInfant-Light.ttf);
}
@font-face {
  font-family: "CormorantInfant-Medium";
  src: url(../fonts/CormorantInfant-Medium.ttf);
}
@font-face {
  font-family: "CormorantInfant-Regular";
  src: url(../fonts/CormorantInfant-Regular.ttf);
}
@font-face {
  font-family: "CormorantInfant-SemiBold";
  src: url(../fonts/CormorantInfant-SemiBold.ttf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "CormorantInfant-Bold";
  src: url(../fonts/CormorantInfant-Bold.ttf);
}
@font-face {
  font-family: "CormorantInfant-Light";
  src: url(../fonts/CormorantInfant-Light.ttf);
}
@font-face {
  font-family: "CormorantInfant-Medium";
  src: url(../fonts/CormorantInfant-Medium.ttf);
}
@font-face {
  font-family: "CormorantInfant-Regular";
  src: url(../fonts/CormorantInfant-Regular.ttf);
}
@font-face {
  font-family: "CormorantInfant-SemiBold";
  src: url(../fonts/CormorantInfant-SemiBold.ttf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================
  base  PC
  ページ全体に付与するcss
  header/footer/フォームなど共通箇所
========================================= */
body {
  /* fontはcom-txtに合わせる */
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  color: #402032;
  font-family: "NotoSerifCJKjp-Regular", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="fax:"] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*	parts  PC
共通パーツの設定
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* 横幅480px以内で改行したくないときにspanにクラスをつけて使う */
.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.fle {
  display: flex;
}

.fle-between {
  justify-content: space-between;
}

.fle-around {
  justify-content: space-around;
}

.fle-center {
  justify-content: center;
}

/* =========================================
  header  PC
  ヘッダー部分（MV含む）のcss
========================================= */
/*	headline  PC
ロゴ、ヘッダーナビ、ヘッダーリンク等
------------------------------------ */
#header {
  width: 100%;
  position: relative;
  z-index: 1;
}
#header::before {
  position: absolute;
  content: "";
}
#header::before {
  width: 100%;
  height: 61.8vw;
  min-height: 791px;
  transform: translateX(-50%);
  left: 50%;
  top: -10px;
  background: url(/img/all/header-bg.jpg) no-repeat center bottom;
  background-size: 100%;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #header::before {
    width: 100%;
    height: 61.8vw;
  }
}
#header .headline {
  position: relative;
  padding: 37px 55px 10px 60px;
  z-index: 99;
}
@media screen and (max-width: 1500px) {
  #header .headline {
    padding: 37px 25px 10px 15px;
  }
}
#header .logo {
  display: inline-block;
  transition: all 0.3s ease;
}
#header .logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1400px) {
  #header .logo {
    width: 250px;
  }
}
#header .logo a,
#header .logo img {
  display: block;
}
#header .contact {
  margin-top: 20px;
}
#header .btn {
  margin-left: 30px;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav .list {
  margin-right: 25px;
}
#gnav .list-item:nth-of-type(n + 2) {
  margin-left: 25px;
}
#gnav .list-link {
  font-family: "NotoSerifCJKjp-Medium", sans-serif;
  color: #402032;
  position: relative;
}
#gnav .list-link::before {
  background: #ff67a1;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#gnav .list-link:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

/*	mv  PC
メインビジュアル（トップ用）
------------------------------------ */
#top-mv .mv {
  width: 100%;
  position: relative;
}
#top-mv .mv-img {
  width: 49.37vw;
  min-width: 650px;
  margin: 0 4.58vw 0 auto;
}
#top-mv .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-mv .mv-box {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 7.3vw;
}
@media screen and (max-width: 1350px) {
  #top-mv .mv-box {
    left: 50px;
  }
}
#top-mv .mv-ttl {
  font-size: clamp(40px, 2.6vw, 60px);
  line-height: 2;
}
#top-mv .mv-ttl-color {
  color: #d57acc;
}
#top-mv .mv-txt {
  font-family: "CormorantInfant-Light", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #top-mv .mv-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

/*	page-top  PC
page-top リンク
------------------------------------ */
.fixed {
  position: fixed;
  right: 0;
  bottom: 50px;
  text-align: right;
  z-index: 300;
}
.fixed-line {
  width: 125px;
  height: 100px;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
}
.fixed-line::after {
  position: absolute;
  content: "";
}
.fixed-line::after {
  inset: 0;
  padding: 3px; /* ボーダーの太さ */
  background: linear-gradient(to right, transparent, #e48e92, transparent);
  border-radius: 50px 0 0 50px;
  -webkit-mask: linear-gradient(#ffe6e7 0 0) content-box, linear-gradient(#ffe6e7 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
.fixed-page {
  transition: 0.3s ease;
  margin-top: 23px;
}
.fixed-page:hover {
  transform: translate(0px, -5px);
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .bg {
  position: relative;
  z-index: 1;
  background: url(/img/all//foo-bg.jpg) no-repeat center/cover;
}
#footer .inner {
  max-width: 1100px;
}
#footer .wrap {
  flex-shrink: 0;
}
#footer .logo {
  width: 316px;
}
#footer .com-tel {
  margin-top: 85px;
  text-align: center;
}
#footer .list {
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: end;
}
#footer .list-item {
  font-size: 20px;
  font-size: 2rem;
  font-family: "NotoSerifCJKjp-Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  #footer .list-item {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#footer .list-item:nth-of-type(n + 2) {
  margin-left: 20px;
  position: relative;
}
#footer .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#footer .list-item:nth-of-type(n + 2)::before {
  content: "・";
  transform: translateY(-50%);
  top: 50%;
  left: -20px;
}
#footer .list-link {
  line-height: 2.5;
  color: #402032;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}
#footer .list-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #ff67a1;
  transition: 0.3s ease;
}
#footer .list-link:hover::after {
  width: 100%;
}
#footer .sns-list {
  margin-top: 30px;
  margin-right: 40px;
}
@media screen and (max-width: 1400px) {
  #footer .sns-list {
    margin-right: 50px;
  }
}
#footer .sns-list-link {
  width: 40px;
  height: 40px;
}
#footer .sns-list-link:nth-of-type(n + 2) {
  margin-left: 30px;
}
#footer .copy {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1400px) {
  #footer .copy {
    margin-right: 50px;
  }
}
#footer .copy-link {
  color: #402032;
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#sv .sv {
  width: 100%;
  position: relative;
}
#sv .sv-box {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 7.29vw;
}
@media screen and (max-width: 1400px) {
  #sv .sv-box {
    left: 30px;
  }
}
#sv .sv-ttl {
  font-size: 50px;
  font-size: 5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #sv .sv-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sv .sv-txt {
  font-family: "CormorantInfant-Light", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  #sv .sv-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sv .sv-img {
  width: 52.08vw;
  min-width: 850px;
  margin: 0 7vw 0 auto;
}
#sv .sv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1500px) {
  #sv .sv-img {
    margin: 0 0 0 auto;
  }
}

/* =========================================
    sub  PC
    sv
========================================= */
#sv .sv-company {
  background: url(/img/sv/sv-company.jpg) no-repeat center right/cover;
}
#sv .sv-news {
  background: url(/img/sv/sv-news.jpg) no-repeat center/cover;
}
#sv .sv-site {
  background: url(/img/sv/sv-site.jpg) no-repeat center/cover;
}
#sv .sv-privacy {
  background: url(/img/sv/sv-privacy.jpg) no-repeat center/cover;
}
#sv .sv-error {
  background: url(/img/sv/sv-error.jpg) no-repeat center/cover;
}
#sv .sv-contact {
  background: url(/img/sv/sv-contact.jpg) no-repeat center/cover;
}
#sv .sv-complete {
  background: url(/img/sv/sv-complete.jpg) no-repeat center/cover;
}

/*	breadcrumb  PC
パンくずリスト
------------------------------------ */
.breadcrumb {
  display: flex;
  max-width: 1280px;
  align-items: center;
  margin: 50px auto 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 25px;
    padding: 0 2%;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1280px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li,
.breadcrumb a {
  color: #402032;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #402032;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
  color: #402032;
}

/* =========================================

  layout  SP
  共通パーツのスマホ時css
========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.active {
    /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner {
    width: 100% !important;
  }
  .breadcrumb {
    display: none;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  #header::before {
    width: 100%;
    height: 100%;
    min-height: unset;
    background: url(/img/all/header-bg.jpg) no-repeat center top/cover;
  }
  #header .headline {
    padding: 5px 5px 5px 10px;
  }
  #header .logo {
    width: 95px;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv {
    height: 108.5vw;
    min-height: 390px;
  }
  /*	fixed  SP
  ページトップへのリンク
  ------------------------------------ */
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /* --- info系 --- */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  /*	------- */
}
@media screen and (max-width: 767px) and (min-width: 400px) {
  #top-mv .mv {
    height: 103.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 450px) {
  #top-mv .mv {
    height: 97.5vw;
  }
}
@media screen and (max-width: 767px) {
  #top-mv .mv-box {
    transform: unset;
    left: 10px;
    top: unset;
    bottom: 0;
  }
  #top-mv .mv-ttl {
    width: 320px;
    font-size: 25px;
    line-height: 1.4;
  }
  #top-mv .mv-txt {
    margin-top: 10px;
    line-height: 1;
  }
  #top-mv .mv-img {
    width: 100%;
    min-width: unset;
  }
  .fixed {
    bottom: 0;
  }
  .sp-menu-btn-wrp {
    width: 50px;
    height: 50px;
    padding-top: 16px;
    background-color: #ff67a1;
    top: 0;
    right: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn {
    width: 47%;
    height: 18px;
    margin: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .top {
    top: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .middle {
    top: 0;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: auto;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    margin: 8px auto 0;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1;
    top: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt img {
    height: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active span {
    width: 28px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .top {
    transform: translateY(9px) translateX(-3px) rotate(45deg);
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .bottom {
    bottom: 10px;
    transform: translateY(3px) translateX(-3px) rotate(-45deg);
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  #drawer-nav {
    padding: 15px 15px 30px;
    background: url(/img/top/sec03_04_bg.png) no-repeat center calc(100% + 100px);
  }
  #drawer-nav .wrap {
    margin-top: 20px;
    padding: 25px 15px;
    border: 1px solid #fff;
  }
  #drawer-nav .btn-list {
    display: block;
    margin-top: 20px;
  }
  #drawer-nav .btn-list-item {
    width: 290px;
    margin: 0 auto;
  }
  #drawer-nav .btn-list-item:nth-of-type(n + 2) {
    margin-top: 15px;
    margin-left: auto;
  }
  #drawer-nav .com-tel-num {
    color: #fff;
  }
  #drawer-nav .current::after {
    display: none;
  }
  #drawer-nav .drawer-logo {
    width: 73%;
    margin-bottom: 15px;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .list-link {
    display: block;
    border-bottom: 1px solid #ff67a1;
    padding: 6% 0;
    font-size: clamp(18px, 4.8vw, 36px);
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1.22;
  }
  .drawer-info {
    display: flex;
    margin: 5% auto 0;
    flex-direction: column;
    align-items: center;
  }
  .drawer-info .pcnav-info-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer-info .shop-btn {
    margin-left: 0px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    background-color: #ff957d;
    position: relative;
    color: #ffffff;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .bg {
    position: static;
  }
  #footer .container {
    display: block;
  }
  #footer .wrap {
    text-align: center;
  }
  #footer .logo {
    width: 150px;
  }
  #footer .com-tel {
    margin-top: 35px;
  }
  #footer .nav {
    width: 100%;
    margin-top: 15px;
  }
  #footer .box {
    margin-left: 0;
  }
  #footer .list {
    flex-wrap: wrap;
    justify-content: left;
    border: 1px solid #ff67a1;
  }
  #footer .list-sp {
    display: flex !important;
  }
  #footer .list-item {
    width: 50%;
    margin-left: 0;
  }
  #footer .list-item:first-of-type {
    width: 100%;
    border-bottom: 1px solid #ff67a1;
  }
  #footer .list-item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 0;
    border-bottom: 1px solid #ff67a1;
  }
  #footer .list-item:nth-of-type(n + 2)::before {
    display: none;
  }
  #footer .list-item:nth-of-type(2n) {
    border-right: 1px solid #ff67a1;
  }
  #footer .list-item:nth-last-of-type(2) {
    border-bottom: none;
  }
  #footer .list-item:last-of-type {
    border-bottom: none;
  }
  #footer .list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    line-height: 1.4;
    text-align: center;
    padding: 10px 5px;
  }
  #footer .list-link::after {
    display: none;
  }
  #footer .sns-list {
    justify-content: center;
    margin-right: 0;
  }
  #footer .copy {
    width: 100%;
    text-align: center;
  }
  #sv .sv {
    height: 250px;
  }
  #sv .sv-ttl {
    width: 320px;
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
  }
  #sv .sv-txt {
    line-height: 1;
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
  }
  #sv .sv-box {
    transform: unset;
    top: unset;
    left: 20px;
    bottom: 20px;
  }
  #sv .sv-img {
    width: 100%;
    min-width: unset;
    height: 100%;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */