@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(../fonts/ShipporiMincho-Bold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-ExtraBold";
  src: url(../fonts/ShipporiMincho-ExtraBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Medium";
  src: url(../fonts/ShipporiMincho-Medium.ttf);
}
@font-face {
  font-family: "ShipporiMincho-SemiBold";
  src: url(../fonts/ShipporiMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Regular";
  src: url(../fonts/ShipporiMincho-Regular.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(../fonts/ShipporiMincho-Bold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-ExtraBold";
  src: url(../fonts/ShipporiMincho-ExtraBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Medium";
  src: url(../fonts/ShipporiMincho-Medium.ttf);
}
@font-face {
  font-family: "ShipporiMincho-SemiBold";
  src: url(../fonts/ShipporiMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Regular";
  src: url(../fonts/ShipporiMincho-Regular.ttf);
}
/*	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: 1100px;
  margin: 0 auto;
  color: #333333;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Noto sansCJK DemiLight", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 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%;
}
#header .headline {
  padding: 20px 60px 0 30px;
  position: relative;
  z-index: 99;
}
#header .logo {
  display: inline-block;
  padding-bottom: 17px;
  transition: all 0.3s ease;
}
#header .logo:hover {
  opacity: 0.7;
}
#header .logo a,
#header .logo img {
  display: block;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav .list-item:nth-of-type(n + 2) {
  margin-left: 45px;
}
#gnav .list-link {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  height: 113px;
  letter-spacing: 0.14em;
  padding-top: 25px;
  color: #333333;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #gnav .list-link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#gnav .list-link:hover {
  color: #ff8bcf;
}

/*	mv  PC
メインビジュアル（トップ用）
------------------------------------ */
#top-mv .mv {
  width: 86.4vw;
  height: 39vw;
  margin-left: auto;
  background: url(/img/all/mv.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #top-mv .mv {
    width: 950px;
    height: 429px;
  }
}
#top-mv .mv-ttl {
  position: absolute;
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: clamp(32px, 2vw, 80px);
  writing-mode: vertical-rl;
  line-height: 2.05;
  letter-spacing: 0.14em;
  bottom: 4vw;
  left: 18vw;
}
@media screen and (max-width: 1400px) {
  #top-mv .mv-ttl {
    bottom: 1.5vw;
    left: 14.5vw;
  }
}
@media screen and (max-width: 1100px) {
  #top-mv .mv-ttl {
    bottom: 15px;
    left: 160px;
  }
}
#top-mv .mv-ttl-bg {
  padding: 15px 5px 0;
  background-color: #fff;
}
@-moz-document url-prefix() {
  #top-mv .mv-ttl-bg {
    /* Firefox にのみ適用するスタイル */
    padding: 15px 15px 0;
  }
}
#top-mv .mv-txt {
  position: absolute;
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: clamp(16px, 0.9vw, 24px);
  writing-mode: vertical-rl;
  line-height: 1.89;
  letter-spacing: 0.14em;
  bottom: 4vw;
  left: 11.5vw;
}
@media screen and (max-width: 1400px) {
  #top-mv .mv-txt {
    bottom: 1.5vw;
    left: 5vw;
  }
}
@media screen and (max-width: 1100px) {
  #top-mv .mv-txt {
    bottom: 15px;
    left: 55px;
  }
}

/*	page-top  PC
page-top リンク
------------------------------------ */
.fixed {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 99;
}
.fixed-contact {
  font-family: "ShipporiMincho-SemiBold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  writing-mode: vertical-rl;
  width: 80px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #ff8bcf;
}
@media screen and (max-width: 767px) {
  .fixed-contact {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.fixed-contact:hover {
  opacity: 0.7;
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .bg {
  background-color: #f7f5f6;
}
#footer .container {
  max-width: 1080px;
  margin: 0 auto;
}
#footer .wrap-top-link {
  margin-left: 30px;
}
#footer .address {
  margin-top: 50px;
}
#footer .link-list {
  margin-top: 25px;
}
#footer .link-list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#footer .link-list-btn {
  font-family: "Noto sansCJK Regular", sans-serif;
  padding-right: 27px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a4a4a4;
  position: relative;
}
#footer .link-list-btn::after {
  position: absolute;
  content: "";
}
#footer .link-list-btn::after {
  width: 14px;
  height: 14px;
  top: 8px;
  right: 0;
  background: url(/img/all/link-arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#footer .link-list-btn:hover::after {
  transform: translate(2px, -2px);
}
#footer .link-list-btn span {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #footer .link-list-btn span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .map {
  width: 540px;
  height: 300px;
}
#footer .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#footer .list {
  width: 100%;
  max-width: 1280px;
  height: 70px;
  margin: 100px auto 0;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
}
@media screen and (max-width: 1150px) {
  #footer .list {
    padding-right: 60px;
  }
}
#footer .list-item {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #footer .list-item {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#footer .list-item:nth-of-type(n + 2) {
  margin-left: 43px;
}
#footer .list-link {
  color: #333333;
  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: #ffbdd6;
  transition: 0.3s ease;
}
#footer .list-link:hover::after {
  width: 100%;
}
#footer .box {
  width: 100%;
  max-width: 1080px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1300px) {
  #footer .box {
    padding-right: 100px;
  }
}
#footer .box-list-item:nth-of-type(n + 2) {
  margin-left: 20px;
}
#footer .box-list-link {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #footer .box-list-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .box-list-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffbdd6;
  transition: 0.3s ease;
}
#footer .box-list-link:hover::after {
  width: 100%;
}
#footer .box-list-link::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333333;
  transition: 0.3s ease;
}
#footer .box-list-link:hover::before {
  width: 0;
}
#footer .copy {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(51, 51, 51, 0.6);
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .copy-link {
  color: rgba(51, 51, 51, 0.6);
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#sv .sv {
  width: 86.4vw;
  min-width: 950px;
  height: 360px;
  margin-left: auto;
  position: relative;
}
#sv .sv-ttl {
  position: absolute;
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.14em;
  padding: 3px 15px;
  transform: translateY(-50%);
  top: 50%;
  left: 8.33vw;
  color: #333333;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #sv .sv-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* =========================================
    sub  PC
    sv
========================================= */
#sv .sv-flow {
  background: url(/img/sv/sv-flow.jpg) no-repeat center/cover;
}
#sv .sv-work {
  background: url(/img/sv/sv-work.jpg) no-repeat center/cover;
}
#sv .sv-voice {
  background: url(/img/sv/sv-voice.jpg) no-repeat center/cover;
}
#sv .sv-recruit {
  background: url(/img/sv/sv-recruit.jpg) no-repeat center/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: 1050px;
  align-items: center;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 25px;
    padding: 0 2%;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  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: #929292;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #ff8bcf;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #929292;
}

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

  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 .headline {
    padding: 3px 0px 3px 10px;
  }
  #header .logo {
    width: 55.3px;
    padding-bottom: 0;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv {
    width: 100%;
    height: 350px;
  }
  #top-mv .mv-ttl {
    width: 330px;
    font-size: 28px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    writing-mode: horizontal-tb;
    bottom: 85px;
    left: 10px;
  }
  #top-mv .mv-ttl-bg {
    padding: 5px;
  }
  #top-mv .mv-txt {
    writing-mode: horizontal-tb;
    bottom: 15px;
    left: 15px;
  }
  /*	fixed  SP
  ページトップへのリンク
  ------------------------------------ */
  .fixed {
    display: flex;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .fixed-item01 {
    flex: 1;
    width: 100%;
  }
  .fixed-contact {
    width: 100%;
    height: 60px;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 20px;
    writing-mode: horizontal-tb;
    text-align: center;
    margin-left: 0;
  }
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  .sp-menu-btn-wrp {
    width: 50px;
    height: 50px;
    padding-top: 16px;
    background-color: #ffbdd6;
    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;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 15px 15px 30px;
    background: #f7f5f6;
  }
  #drawer-nav .current::after {
    display: none;
  }
  #drawer-nav .sns-list {
    margin-top: 20px;
  }
  #drawer-nav .sns-list-item:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  #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 #ffbdd6;
    padding: 6% 0;
    font-size: clamp(18px, 4.8vw, 36px);
    letter-spacing: 0.1em;
    color: #333333;
    line-height: 1.22;
  }
  /* --- info系 --- */
  .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  SP
  ------------------------------------ */
  .ggmap {
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .inner {
    padding: 50px 15px 80px;
  }
  #footer .container {
    display: block;
  }
  #footer .wrap-top {
    display: block;
  }
  #footer .wrap-top-link {
    display: block;
    width: 26px;
    margin: 20px auto 0;
  }
  #footer .logo {
    display: block;
    width: 120px;
    margin: 0 auto;
  }
  #footer .address {
    max-width: 365px;
    margin: 35px auto 0;
  }
  #footer .link-list-btn {
    display: block;
    width: 293px;
    margin: 0 auto;
  }
  #footer .map {
    width: 100%;
    height: 250px;
    margin-top: 25px;
  }
  #footer .nav {
    width: 100%;
    margin-top: 50px;
  }
  #footer .list {
    height: unset;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 50px;
    padding-right: 0;
    border: 1px solid #ffbdd6;
  }
  #footer .list:nth-of-type(n + 2) {
    margin-left: 0;
  }
  #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 #ffbdd6;
  }
  #footer .list-item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 0;
    border-top: 1px solid #ffbdd6;
  }
  #footer .list-item:nth-of-type(2), #footer .list-item:nth-of-type(3) {
    border-top: none;
  }
  #footer .list-item:nth-of-type(2n) {
    border-right: 1px solid #ffbdd6;
  }
  #footer .list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 10px 5px;
  }
  #footer .list-link::after {
    display: none;
  }
  #footer .box {
    justify-content: center;
    padding: 0;
  }
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  #sv .sv {
    width: 100%;
    min-width: unset;
    height: 250px;
  }
  #sv .sv-ttl {
    width: -moz-max-content;
    width: max-content;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= */