@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../fonts/NotoSansJP-Regular.ttf");
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../fonts/NotoSansJP-Medium.ttf");
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../fonts/NotoSansJP-Bold.ttf");
}
@font-face {
  font-family: "MPLUS1-Regular";
  src: url("../fonts/MPLUS1-Regular.ttf");
}
@font-face {
  font-family: "MPLUS1-Medium";
  src: url("../fonts/MPLUS1-Medium.ttf");
}
@font-face {
  font-family: "MPLUS1-Black";
  src: url("../fonts/MPLUS1-Black.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../fonts/NotoSansJP-Regular.ttf");
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../fonts/NotoSansJP-Medium.ttf");
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../fonts/NotoSansJP-Bold.ttf");
}
@font-face {
  font-family: "MPLUS1-Regular";
  src: url("../fonts/MPLUS1-Regular.ttf");
}
@font-face {
  font-family: "MPLUS1-Medium";
  src: url("../fonts/MPLUS1-Medium.ttf");
}
@font-face {
  font-family: "MPLUS1-Black";
  src: url("../fonts/MPLUS1-Black.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1280px;
  margin: auto;
  background: #000;
  color: #fff;
  font-family: "NotoSansJP-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

/* 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;
}

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .xs-only {
  display: none !important;
}

/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "NotoSansJP-Regular", sans-serif;
  border: non6;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #fff;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "NotoSansJP-Regular", sans-serif;
  color: #006;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #fff;
  font-family: "NotoSansJP-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}

.ofj {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  width: 260px;
  height: 60px;
  margin: auto;
  border: 1px solid #fff;
  background: #fff;
  text-align: center;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 1.7rem;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 58px;
}
@media screen and (max-width: 767px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
  font-family: "MPLUS1-Black", sans-serif;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01 {
    font-size: 5.3333333333rem;
  }
}

/*	sidebar  PC
------------------------------------ */
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  margin: 20px auto 0;
  align-items: center;
}
.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: #fff;
  font-family: "NotoSansJP-Regular", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.breadcrumb li {
  color: #fff;
}
.breadcrumb li::after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
  color: #fff;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  font-family: "NotoSansJP-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #fff;
}
.pagenation .current {
  background: #fff;
  color: #fff;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #cfb96a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #cfb96a transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #e40073;
  text-align: center;
  font-size: 1.8rem;
  font-family: "NotoSansJP-Regular", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 1.5rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  font-size: 1.8rem;
  background: #e40073;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 1.5rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  padding: 0 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .headline {
    height: 100px;
  }
}

.logo {
  display: inline-block;
  width: 80px;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.sp-menu-btn-wrp {
  background: #000;
  top: 0;
  right: 0;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 100px;
  height: 100px;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50px;
  height: 5px;
  background-color: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: calc(35% - 5px);
}
.sp-menu-btn-wrp .sp-menu-btn .center {
  top: calc(50% - 5px);
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: calc(70% - 5px);
  bottom: auto;
}

#drawer-nav.active {
  z-index: 1001;
}

.sp-menu-btn.active .top {
  transform: translateY(10px) translateX(0px) rotate(45deg);
}
.sp-menu-btn.active .bottom {
  transform: translateY(-10px) translateX(1px) rotate(-45deg);
}

/*	gnav-add  PC
------------------------------------ */
#drawer-nav {
  padding: 25px 15px 30px;
  background-color: #000;
}
#drawer-nav .drawer-logo {
  width: 100px;
  max-width: none;
  margin-bottom: 0;
}
#drawer-nav .drawer-logo-wrap {
  margin-bottom: 6%;
}
#drawer-nav #nav {
  padding: 0;
}
#drawer-nav #nav .drawer-item:last-of-type a {
  border-bottom: none;
}
#drawer-nav #nav .drawer-link {
  display: block;
  padding: 5% 0 5%;
  font-family: "NotoSansJP-Bold", sans-serif;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: clamp(16px, 5vw, 40px);
  line-height: 1.22;
  letter-spacing: 0.08em;
}
#drawer-nav #nav .drawer-link-current {
  color: #e40073;
}

.drawer-info {
  margin: 25px auto 0;
}

/*	mv  PC
------------------------------------ */
header .mv {
  width: 100%;
  padding: 1.042vw;
  background-color: #ebebeb;
  overflow-x: scroll;
}
header .mv-catch {
  font-family: "NotoSansJP-Bold", sans-serif;
  color: #000;
  font-size: 7vw;
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(100px + 5%);
  left: 5%;
  z-index: 10;
}
header .mv figure {
  height: 0;
  border: 2px;
  background: #fff;
  position: relative;
}
header .mv-list-item {
  width: 23.697%;
}
header .mv-list-item:nth-of-type(n+2) {
  margin-left: 1.042vw;
}
header .mv-list-box01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}
header .mv-list-box01 .img01 {
  padding-top: 40%;
  grid-area: 1/1/2/3;
}
header .mv-list-box01 .img02 {
  margin-top: 1.042vw;
  padding-top: 58.4%;
  grid-area: 2/1/3/2;
}
header .mv-list-box01 .img03 {
  padding-top: 58.4%;
  grid-area: 3/1/4/2;
}
header .mv-list-box01 .img04 {
  padding-top: 58.4%;
  grid-area: 4/1/5/2;
}
header .mv-list-box01 .img05 {
  margin-top: 1.042vw;
  margin-left: 1.042vw;
  padding-top: 230%;
  grid-area: 2/2/5/3;
}
header .mv-list-box02 {
  position: relative;
}
header .mv-list-box02 .img01 {
  width: 100%;
  padding-top: 170%;
}
header .mv-list-box02 .img02 {
  width: 30%;
  padding-top: 32%;
  position: absolute;
  top: 14.2%;
  right: 8%;
  transform: rotate(-5deg);
}
header .mv-list-box02 .img03 {
  width: 40%;
  padding-top: 25%;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: rotate(15deg);
}
header .mv-list-box02 .img04 {
  width: 60%;
  padding-top: 40%;
  position: absolute;
  top: 70%;
  right: 5%;
  transform: rotate(-5deg);
}
header .mv-list-box03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}
header .mv-list-box03 .img01 {
  padding-top: 55%;
  grid-area: 1/1/2/3;
}
header .mv-list-box03 .img02 {
  margin-top: 1.042vw;
  padding-top: 90%;
  grid-area: 2/1/3/2;
}
header .mv-list-box03 .img03 {
  padding-top: 80%;
  grid-area: 3/1/4/2;
}
header .mv-list-box03 .img04 {
  margin-top: 1.042vw;
  margin-left: 1.042vw;
  padding-top: 200%;
  grid-area: 2/2/5/3;
}
header .mv-list-box04 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
header .mv-list-box04 .img01 {
  padding-top: 60%;
  grid-area: 1/1/2/3;
}
header .mv-list-box04 .img02 {
  margin-top: 1.042vw;
  padding-top: 60%;
  grid-area: 2/1/3/2;
}
header .mv-list-box04 .img03 {
  margin-top: 1.042vw;
  margin-left: 1.042vw;
  padding-top: 60%;
  grid-area: 2/2/3/3;
}
header .mv-list-box04 .img04 {
  padding-top: 50%;
  grid-area: 3/1/4/3;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: #fff;
}
#footer .foo-inner {
  padding: 30px 0 50px;
  text-align: center;
}
#footer .foo-address {
  margin-top: 25px;
  color: #000;
}
#footer .foo-tel {
  color: #000;
}

.fnav {
  margin-top: 50px;
}
.fnav ul {
  display: flex;
  justify-content: center;
}
.fnav li:nth-of-type(n+2) {
  margin-left: 25px;
}
.fnav a {
  font-family: "NotoSansJP-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fnav a {
    font-size: 1.5rem;
  }
}

.copy {
  margin: 50px auto 0;
  text-align: center;
}
.copy-txt, .copy-link {
  color: #000;
  font-family: "NotoSansJP-Regular", sans-serif;
  letter-spacing: 0;
  font-size: 1.2rem;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
/*	news  PCSP
------------------------------------ */
#news .com-news-post-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  #news .com-news-post-item:nth-of-type(n+2) {
    margin-top: 5%;
  }
}
#news .com-news-post-link {
  display: block;
  padding: 30px;
}
#news .com-news-post-con {
  width: 100%;
}
#news .com-news-post-con-sm {
  max-width: 725px;
}
#news .com-news-post-img {
  border: 3px solid #cfb96a;
}
@media screen and (max-width: 767px) {
  #news .com-news-post-link {
    padding: 3%;
  }
  #news .com-news-post-img {
    width: 25%;
  }
  #news .com-news-post-con-sm {
    width: 68%;
  }
}
#news .news-post-txt, #news .news-post-flx {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #news .news-post-txt, #news .news-post-flx {
    margin-top: 10px;
  }
}
#news .detail .com-news-post-link {
  padding: 15px;
}
#news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-post-img {
    width: 100%;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt {
    margin-top: 20px;
  }
}
#contact .complete-box {
  margin: 30px auto 0;
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #privacy .sec-inner {
    padding: 50px 0 110px;
  }
}
#privacy .privacy-box {
  max-width: 1080px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
}
#privacy .privacy-box ul {
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}

/*	site  PCSP
------------------------------------ */
@media screen and (max-width: 767px) {
  #site .com-bg-sub {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #site .sec-inner {
    padding: 50px 0 110px;
  }
}
#site .site-box {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #site .site-box {
    padding-bottom: 40px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #fff;
  font-family: "NotoSansJP-Regular", sans-serif;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
#site .site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

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

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  /*	mv  SP
  ------------------------------------ */
  /*	gnav  SP
  ------------------------------------ */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /*	sub mv  SP
  ------------------------------------ */
  /*	------- */
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-ttl01 {
    font-size: 3rem;
  }
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    line-height: 50px;
  }
  .arrow-btn::before {
    width: 50px;
    height: 50px;
  }
  .headline {
    height: auto;
    padding: 8px 5px;
  }
  .logo {
    width: 60px;
  }
  header .mv-list {
    flex-wrap: wrap;
  }
  header .mv-list-item {
    width: 49%;
  }
  header .mv-list-item:nth-of-type(2n-1) {
    margin-left: 0;
  }
  header .mv-list-item:nth-of-type(2n) {
    margin-left: 2%;
  }
  header .mv-catch {
    font-size: 18vw;
    top: auto;
    bottom: 15px;
  }
  .sp-menu-btn-wrp {
    top: 10px;
    right: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn {
    width: 50px;
    height: 50px;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    width: 60%;
    height: 2px;
  }
  .sp-menu-btn-wrp .sp-menu-btn .top {
    top: calc(35% - 2px);
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: calc(69% - 2px);
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px;
  }
  .fnav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .fnav li:nth-of-type(n+2) {
    margin: 15px 0 0;
  }
  .copy-txt {
    display: block;
    margin: 30px auto 0;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */