html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
.bk-Area {
	background: #edf9ff;
  /*background: #fff4fa;*/
}
.about-row .r-content .title .point img{
	background: #bbdee8;
	/*background: #e3cdda;*/
}


.bk-Area-2 {
  background: #fff;
}
.loop_css2 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100vw;
  overflow: hidden
}
.loop_css2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0
}
.text-center {
  text-align: center;
}
.fb {
  font-weight: bold;
}
.title-l {font-size: 30px; text-align: center;}
.loop_css2 li {
  display: inline-block;
  min-width: 152px;
  margin: 0;
  list-style: none;
  text-align: center;
  outline: none;
}

@media screen and (min-width: 769px) {
/*ポイント*/
.title-1 {border-bottom: 1px solid #ccc; margin-bottom: 30px;}
.point {display: flex; flex-wrap: wrap; justify-content: center; }
.point li {width: 30%; margin: 0 10px 30px;}
.point h4 {font-size: 13px; margin: 8px 0 10px 0; line-height: 1.3;}
.point p {font-size: 11px;}
.point span img {width: 70px; background: #a8c3e2;}
.spec {display: none;}
}
@media screen and (max-width: 768px) {
/*ポイント*/
.title-1 {border-bottom: 1px solid #ccc; margin-bottom: 30px; font-size: 13px;}
.point {}
.point h4 {font-size: 12px; margin: 8px 0 10px 0; line-height: 1.3;}
.point p {font-size: 10px;}
.num img {width: 70px; background: #a8c3e2; margin-bottom: 5px;}
	
.point li {margin: 0 4px 40px 0; display: flex; justify-content: space-between;}
.point .image {width: 45%;}
.point .text {width: 50%;}
.span img {width: 100%;}
}

	
	
  .loop_css2 li {
    min-width: 85px
  }
}
.loop_css2 li a {
  display: block
}
.loop_css2 li img {
  display: block;
  width: 100%;
  height: auto
}
.loop_css2 ul:first-child {
  -webkit-animation: loop 80s -40s linear infinite;
  animation: loop 80s -40s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform
}
.loop_css2 ul + ul {
  -webkit-animation: loop2 80s linear infinite;
  animation: loop2 80s linear infinite
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%)
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%)
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  z-index: 99
}
@media screen and (max-width: 768px) {
  header {
    height: 70px
  }
}
#header {
  background: #fff;
  box-shadow: 0 4px 8px -3px rgba(17, 17, 17, 0.06);
  height: 80px;
  position: fixed;
  top: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 500
}


@media screen and (max-width: 768px) {
  #header {
    height: 60px
  }
}
.head-animation {
  transform: translateY(-100%)
}
.hd-inner {
  box-sizing: border-box
}
.hd-inner .d-fl {
  justify-content: center;
  align-items: center
}
.hd-inner .logo {
  max-width: 350px;
  margin: 0 auto;
  padding-top: 20px
}
@media screen and (max-width: 768px) {
  .hd-inner .logo {
    max-width: 160px;
    padding-top: 14px
  }
}
.menu-trigger {
  display: inline-block;
  position: relative;
  top: -44px;
  right: -300px;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s
}
@media screen and (max-width: 768px) {
  .menu-trigger {
    width: 38px;
    height: 38px
  }
}
.menu-trigger.active {
  background-color: #fff
}
.menu-trigger.active span {
  background-color: #333
}
.menu-trigger span {
  display: block;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  box-sizing: border-box;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  height: 2px;
  background-color: #fff;
  border-radius: 50px
}
.menu-trigger span:nth-of-type(1) {
  top: 16px
}
@media screen and (max-width: 768px) {
  .menu-trigger span:nth-of-type(1) {
    top: 13px
  }
}
.menu-trigger span:nth-of-type(2) {
  top: 24.1px
}
@media screen and (max-width: 768px) {
  .menu-trigger span:nth-of-type(2) {
    top: 25.1px
  }
}
.menu-trigger span:nth-of-type(3) {
  bottom: 16px
}
@media screen and (max-width: 768px) {
  .menu-trigger span:nth-of-type(3) {
    bottom: 17px
  }
}
@media screen and (max-width: 768px) {
  .menu-trigger {
    top: -29px;
    right: -40%
  }
}
.nav-list.toggle .menu-trigger.active {
  display: block;
  margin-left: auto;
  right: 50px;
  top: 40px
}
.menu-trigger.active {
  display: none
}
.menu-trigger.active span:nth-of-type(1) {
  top: 4px;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  -moz-transform: translateY(20px) rotate(-45deg);
  -ms-transform: translateY(20px) rotate(-45deg);
  -o-transform: translateY(20px) rotate(-45deg)
}
@media screen and (max-width: 768px) {
  .menu-trigger.active span:nth-of-type(1) {
    top: -1px
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0
}
.menu-trigger.active span:nth-of-type(3) {
  bottom: 4px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  -moz-transform: translateY(-20px) rotate(45deg);
  -ms-transform: translateY(-20px) rotate(45deg);
  -o-transform: translateY(-20px) rotate(45deg)
}
@media screen and (max-width: 768px) {
  .menu-trigger.active span:nth-of-type(3) {
    bottom: -2px
  }
}
.noscroll {
  overflow: hidden
}
.nav-list {
  display: none;
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .nav-list {
    width: 80%
  }
}
.nav-list.toggle {
  display: block;
  right: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear
}
.nav-list.toggle li:nth-child(1) {
  animation-duration: 0.5s
}
.nav-list.toggle li:nth-child(2) {
  animation-duration: 1s
}
.nav-list.toggle li:nth-child(3) {
  animation-duration: 1.5s
}
.nav-list.toggle li:nth-child(4) {
  animation-duration: 2s
}
.nav-list.toggle li:nth-child(5) {
  animation-duration: 2.5s
}
.nav-list.toggle li:nth-child(6) {
  animation-duration: 3s
}
.nav-list.toggle li:nth-child(7) {
  animation-duration: 3.5s
}
.nav-list ul {
  width: 80%;
  margin: 0 auto
}
.nav-list.toggle ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}
.nav-list li {
  padding-bottom: 20px
}
@media screen and (max-width: 768px) {
  .nav-list li {
    padding-bottom: 10px
  }
}
.nav-list li:last-child {
  border-bottom: 0px
}
.nav-list li a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: left
}
@media screen and (max-width: 768px) {
  .nav-list li a {
    font-size: 16px
  }
}
.cmn-ttl img {
  height: 27px
}
@media screen and (max-width: 480px) {
  .cmn-ttl img {
    height: 20px
  }
}
.mv-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 71px
}
@media screen and (max-width: 768px) {
  .mv-wrap {
    margin-top: 60px;
    height: auto
  }
}
.mv-wrap .slick-dotted.slick-slider {
  margin-top: 70px;
  margin-bottom: 0
}
.mv-wrap .slick-slide:focus {
  outline: none
}
@keyframes zoomUp {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.15)
  }
}
.m_slider {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto
}
.slide-img img {
  display: block;
  object-fit: cover
}
@media screen and (max-width: 480px) {
  .slide-img img {
    height: auto;
    object-fit: contain
  }
}
.product-slide ul {
  overflow: hidden
}
.product-slide ul li {
  outline: none;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333
}
.product-slide ul li:first-child {
  border-left: 1px solid #333
}
@media screen and (max-width: 480px) {
  .product-slide ul {
    height: 15vh
  }
}
.top-part {
  width: 100%;
  margin: 0 auto;
  overflow: hidden
}


.news-part-inner {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 0
}
@media screen and (max-width: 768px) {
  .news-part-inner {
    padding: 0
  }
}
.news-box {
  overflow: hidden;
  width: 90%;
  max-width: 755px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #333;
  padding: 15px 40px;
  box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.5);
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  box-sizing: border-box;
  justify-content: space-between
}
.news-box div {
  margin-bottom: 10px
}
.news-box div:last-child {
  margin-bottom: 0
}
.news-box .news-box-toggle {
  width: 80%;
  margin-left: auto
}
@media screen and (max-width: 768px) {
  .news-box .news-box-toggle {
    width: 95%;
    margin-left: 0
  }
}
.news-box .news-toggle {
  margin-bottom: 15px;
  align-items: center
}
.news-box .news-toggle:last-child {
  margin-bottom: 0
}
@media screen and (max-width: 768px) {
  .news-box .news-toggle {
    margin-bottom: 10px
  }
}
.news-box h2 {
  max-width: 90px;
  margin-right: 40px
}
.news-box h2 img {
  vertical-align: middle
}
@media screen and (max-width: 768px) {
  .news-box h2 {
    max-width: 60px;
    margin-right: 0;
    margin-bottom: 10px;
    vertical-align: middle
  }
}
.news-box dl {
  display: flex;
  align-items: center;
  align-items: flex-start
}
.news-box dl dt {
  display: inline-block;
  width: 15%;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  padding: 1px 5px 3px 5px;
  background: #333;
  font-size: 11px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
  margin-right: 15px
}
@media screen and (max-width: 768px) {
  .news-box dl dt {
    padding: 0 3px 1px 3px;
    font-size: 10px;
    margin-right: 10px
  }
}
.news-box .news-title {
  font-size: 14px;
  color: #333;
  line-height: 1.5
}
.news-box .news-title a {
  color: #004ce8;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .news-box .news-title {
    width: 100%;
    font-size: 12px
  }
}
.news-box i {
  position: relative;
  color: #399EDF;
  font-size: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer
}
@media screen and (max-width: 768px) {
  .news-box i {
    width: 0;
    margin-top: 10px
  }
}
.news-box .news-desc {
  width: 84%;
  margin-top: 10px;
  margin-left: auto;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  font-size: 14px
}
.button-footer ul {
  display: flex;
  text-align: center;
}
.button-footer li {
  width: 50%;
}
.button-footer li a {
  display: block;
  padding: 20px 2px;
  font-size: 12px;
  letter-spacing: 0;
  color: #333;
}

@media screen and (max-width: 768px) {
  .news-box .news-desc {
    width: 100%;
    margin-left: 0px;
    font-size: 12px
  }
}
.news-box .news-hide {
  height: 0px;
  margin-top: 0px;
  overflow: hidden
}
@media screen and (max-width: 768px) {
  .news-box {
    padding: 15px;
    box-sizing: border-box
  }
}
.cm-part {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 0
}
@media screen and (max-width: 768px) {
  .cm-part {
    padding: 50px 0 30px
  }
}
.cm-part .cmn-ttl {
  margin: 0 auto 80px
}
@media screen and (max-width: 768px) {
  .cm-part .cmn-ttl {
    margin: 0 auto 40px;
    max-width: 40px
  }
}
.cm-part .cmn-ttl img {
  height: 27px
}
@media screen and (max-width: 768px) {
  .cm-part .cmn-ttl img {
    height: 20px
  }
}
.cm-part p {
  padding-bottom: 20px;
  white-space: pre-line;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 2
}
/*CM*/
.box-cm {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 100px;
}
.box-cm h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
.box-cm h3 {
  text-align: center;
  margin-bottom: 8px;
}
.box-cm ul {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-cm li {
  width: 48%;
  margin-bottom: 50px;
}
.box-cm iframe {
  width: 100%;
  height: 300px;
}
/*fusyokufu*/
.f-table {width: 33%; margin: 0 auto 30px;}
.f-table p { font-size: 11px !important; padding: 10px !important; line-height: 1.4 !important;}

@media screen and (max-width: 768px) {
.title-l {font-size: 16px; text-align: center; margin-bottom: 40px;}
  .box-cm h2 {
    font-size: 1.7rem;
  }
  .box-cm li {
    width: 90%;
    margin: 0 auto 40px;
  }
  .cm-part p {
    text-align: left;
    font-size: 12px;
    line-height: 1.6
  }
	
	
	/*fusyokufu*/
.f-table {width: 80%; margin: 0 auto 30px;}
.f-table p { font-size: 11px !important; padding: 10px !important; line-height: 1.4 !important;}
	
	
}
.flim-box {
  background-color: #fff;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-shadow: 5px 5px 5px 0px rgba(54, 54, 54, 0.2);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(54, 54, 54, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(54, 54, 54, 0.2)
}
.flim-box_inner {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0
}
@media screen and (max-width: 768px) {
  .flim-box_inner {
    width: 85%;
    padding: 25px 0
  }
}
.flim-box_inner h3 {
  text-align: center;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1
}
.flim-box_inner h3 span {
  display: block
}
.flim-box_inner h3 span:first-child {
  margin-bottom: 10px
}
.flim-box_inner h3:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 25px;
  background-color: #ccc;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  bottom: 2px;
  left: 0
}
.flim-box_inner h3::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 25px;
  background-color: #ccc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  bottom: 2px;
  right: 0
}
.flim-box_inner #video {
  padding: 50px 0 0;
}
.flim-box .movie-main iframe {
  height: 500px;
  margin-bottom: 30px;
}
.flim-box .movie-sub {
  display: flex;
  justify-content: space-between;
}
.flim-box .movie-sub .center {
  width: 48%;
}
.flim-box .movie-sub iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 769px) {

.flim-box .small-box {
  width: 60%;
  margin: 0 auto;
}
.flim-box .small-box iframe {
  height: 300px;
}
}
@media screen and (max-width: 768px) {
  .flim-box .movie-main iframe, .small-box iframe {
    height: 240px;
    margin-bottom: 30px;
  }
  .flim-box .movie-sub {
    display: block;
  }
  .flim-box .movie-sub .center {
    width: 100%;
  }
  .flim-box .movie-sub .center p {
    text-align: center;
  }
  .flim-box_inner #video {
    position: relative;
    padding: 20px 0 0;
  }
  .flim-box_inner #video .js-video-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
  }
}
.btn-more {
  width: 80%;
  margin: 0 auto
}
.btn-more a {
  font-size: 16px;
  text-align: center;
  display: block;
  max-width: 350px;
  margin: 0 auto;
  background: #f4d0d0;
  background: -moz-linear-gradient(left, #f4d0d0 0%, #fff5f4 100%);
  background: -webkit-linear-gradient(left, #f4d0d0 0%, #fff5f4 100%);
  background: linear-gradient(to right, #f4d0d0 0%, #fff5f4 100%);
  padding: 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #333;
  transition: all 0.5s ease;
  font-family: 'Quicksand', sans-serif;
  cursor: pointer
}
@media screen and (max-width: 768px) {
  .btn-more a {
    padding: 10px 0;
    font-size: 14px
  }
}
.btn-more a:hover {
  opacity: 0.8
}
.about-part-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 60px
}
.about-part-inner h2 {width: 270px !important; margin: 0 auto;}
@media screen and (max-width: 768px) {
  .about-part-inner {
    padding-top: 30px
  }
.about-part-inner h2 {width: 300px; margin: 30px auto;}
}
.about-part-inner .row-list {
  width: 100%;
  max-width: 755px;
  margin: 100px auto 0;
  padding-bottom: 50px
}
@media screen and (max-width: 768px) {
  .about-part-inner .row-list {
    margin: 30px auto 0;
    padding-bottom: 25px
  }
}
.about-row {
  width: 100%;
  margin: 0 auto 50px;
  justify-content: space-between;
  align-items: center
}
.about-row .l-content {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .about-row .l-content {
    width: 100%
  }
}
.about-row .r-content {
  width: 42%;
}
.r-content p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about-row .r-content {
    width: 100%;
    margin-top: 20px
  }
}
.about-row .r-content.pd-left-20 {
  padding-left: 20px
}
@media screen and (max-width: 768px) {
  .about-row .r-content.pd-left-20 {
    padding-left: 0
  }
}
.about-row .r-content .title {
  position: relative
}
.about-row .r-content .title h4 {
  max-font-weight: 500
}
.about-row .r-content .title h4.title02 {}
.about-row .r-content .title h4.title03 {}
.about-row .r-content .title h4.title04 {}
.about-row .r-content .title h4.title05 {}
.about-row .r-content .title .point {
  max-width: 120px;
  display: block;
  padding-bottom: 10px;
}
.about-row .r-content .title .point-02 {
  max-width: 110px;
  padding: 0;
}
.about-row .r-content .title .title-line {
  max-width: 250px;
  width: 100%;
  left: 0;
  position: absolute;
  content: '';
  bottom: 0
}
.about-row .r-content .title .title-line02 {
  max-width: 140px !important
}
.about-row .r-content .title .title-line03 {
  max-width: 220px !important
}
.about-row .r-content .title .title-line04 {
  max-width: 150px !important
}
.about-row .r-content .title .title-line05 {
  max-width: 180px !important
}
.about-row .r-content p {
  font-size: 12px;
  padding-top: 20px;
  margin: 0 auto
}
.row-reverse {
  flex-direction: row-reverse
}
@media screen and (max-width: 768px) {
  .about-row .r-content p {
    padding-top: 10px;
  }
  .row-reverse {
    flex-direction: row
  }
}
.row-reverse .l-content {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .row-reverse .l-content {
    border-right: none;
  }
}
.gallery-part {
  width: 100%;
  margin: 0 auto
}
.gallery-part-inner {
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 100px 0
}
@media screen and (max-width: 768px) {
  .gallery-part-inner {
    padding: 50px 0
  }
}
.gallery-part-inner span {
  font-size: 14px;
  color: #333;
  text-align: center;
  display: block;
  padding: 50px 0
}
@media screen and (max-width: 768px) {
  .gallery-part-inner span {
    padding: 20px 0;
    font-size: 12px
  }
}
.gallery-part-inner ul {
  max-width: 825px;
  margin: 0 auto;
  justify-content: space-between
}
.gallery-part-inner ul li {
  width: 21%;
  margin: 12px auto
}
.gallery-part-inner ul li img {
  border: 1px solid #b3b4b4
}
@media screen and (max-width: 768px) {
  .gallery-part-inner ul li {
    width: 45%
  }
}
#line-up {
  padding-top: 50px;
  margin-top: -80px
}
.lineup-part-inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 100px
}
.banner {
  max-width: 310px;
  margin: 0 auto;
}
.banner a {
  color: #333;
  font-size: 12px;
  letter-spacing: 0;
}
.banner span {
  display: block;
  line-height: 1.7;
  padding: 10px 0 0;
}
.read {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lineup-part-inner {
    padding-bottom: 30px
  }
  .read {
    font-size: 14px;
    text-align: left;
    margin-bottom: 40px;
  }
}
.lineup-part-inner .sub-title {
  display: block;
  font-size: 14px;
  text-align: center;
  padding-bottom: 15px;
  margin: 50px auto 40px;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 768px) {
  .lineup-part-inner .sub-title {
    margin: 10px auto 20px;
    padding-bottom: 10px
  }
}
.lineup-part-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup-part-inner ul li {
  width: 24%;
  margin-bottom: 30px;
  margin-right: 10px;
}
.lineup-part-inner ul li img {
  border: 1px solid #b3b4b4;
  margin-bottom: 3px;
  box-sizing: border-box;
}
.lineup-part-inner ul li:nth-child(4n) {
  margin-right: 0;
}
.box-blank {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lineup-part-inner ul {
    display: flex;
    width: 100%;
    margin: 0 !important;
    justify-content: space-between;
  }
  .lineup-part-inner ul li {
    width: 48%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .lineup-part-inner ul btn-textli {
    width: 50%;
    margin: 0;
    padding: 10px
  }
}
.lineup-part-inner ul li h4 {
  font-size: 12px;
  padding-bottom: 5px;
  align-items: baseline;
  letter-spacing: 0.5px;
}
.lineup-part-inner ul li h4 span {
  display: inline-block;
}
.lineup-part-inner ul li h4 span:first-child {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .lineup-part-inner ul li h4 {
    font-size: 10px
  }
}
.lineup-part-inner ul li .color-name {
  width: 90%
}
@media screen and (max-width: 768px) {
  .lineup-part-inner ul li .color-name {
    width: 85%;
    font-size: 9px
  }
}
.lineup-part-inner ul li .square {
  display: inline-block;
  width: 8px;
  height: 8px
}
.lineup-part-inner ul li .square.white-color {
  color: #fff;
  border: 1px solid #3f3938;
  background: #ffffff
}
.lineup-part-inner ul li .square.offbeige-color {
  background-color: #d5c5b5
}
.lineup-part-inner ul li .square.cream-color {
  background-color: #e9dfc0
}
.lineup-part-inner ul li .square.cherry-color {
  background-color: #c997ad
}
.lineup-part-inner ul li .square.perple-color {
  background-color: #b189a4
}
.lineup-part-inner ul li .square.blue-color {
  background-color: #b9bccb
}
.lineup-part-inner ul li .square.pink-color {
  background-color: #ecd5e5
}
.lineup-part-inner ul li .square.khaki-color {
  background-color: #565e26
}
.lineup-part-inner ul li .square.p-color {
  background-color: #ecd5e5
}
.lineup-part-inner ul li .square.beju-color {
  background-color: #cdc3b2
}
.lineup-part-inner ul li .square.lavender-color {
  background-color: #dad3e1
}
.lineup-part-inner ul li .square.gray-color {
  background-color: #a6a7b4
}
.lineup-part-inner ul li .square.green-color {
  background-color: #a7b69f
}
.lineup-part-inner ul li .square.charcoal-color {
  background-color: #53525d
}
.lineup-part-inner ul li .square.brown-color {
  background-color: #515131
}
.lineup-part-inner ul li .square.blck-color {
  background-color: #0a0918
}
.lineup-part-inner ul li .square.saxe-blue-color {
  background-color: #8396b9
}
.lineup-part-inner ul li .square.rose-pink-color {
  background-color: #deccd9
}
.lineup-part-inner ul li .square.saxe-assort-color {
  background-color: #8396b9
}
.lineup-part-inner ul li .square.orange-color {
  background-color: #edd3cc
}
.lineup-part-inner ul li .square.brown-color {
  background-color: #A7A08F
}
.lineup-part-inner ul li .square.ivory-color {
  background-color: #D4CBC6
}
.lineup-part-inner ul li .square.p-pink-color {
  background-color: #E4D1C8
}
.lineup-part-inner ul li .square.gentei-pink {
  background-color: #ed99ab
}
.lineup-part-inner ul li .square.gentei-blue {
  background-color: #95c2e2
}
.lineup-part-inner ul li .square.navy-color {
  background-color: #112d45
}
@media screen and (max-width: 768px) {
  .lineup-part-inner ul {
    margin: -10px
  }
}
.lineup-part-inner p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  padding: 50px 0
}
@media screen and (max-width: 768px) {
  .lineup-part-inner p {
    padding: 25px 0
  }
}
.lineup-part-inner .btn-more a {
  background-color: #ffa786;
  transition: all 0.5s ease
}
.lineup-part-inner .btn-more:hover {
  opacity: 0.8
}
@font-face {
  font-family: ' Bahnschrift', sans-serif;
  src: url("assets/font/bahnschrift.ttf")
}
.wash {
  padding: 100px 0;
  background-color: #fff;
}
.wash .wash-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto
}
.wash .wash-inner .cmn-ttl {
  position: relative
}
.wash .wash-inner .cmn-ttl:before {
  position: absolute;
  content: '';
  width: 30%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #333;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%)
}
@media screen and (max-width: 768px) {
  .wash .wash-inner .cmn-ttl:before {
    width: 20%;
    top: 65%
  }
}
.wash .wash-inner .cmn-ttl:after {
  position: absolute;
  content: '';
  width: 30%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #333;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%)
}
@media screen and (max-width: 768px) {
  .wash .wash-inner .cmn-ttl:after {
    width: 20%;
    top: 65%
  }
}
.wash .wash-inner .wash-info-txt {
  padding: 50px 0 30px;
  text-align: center;
  font-size: 12px;
  line-height: 3
}
@media screen and (max-width: 768px) {
  .wash .wash-inner .wash-info-txt {
    line-height: 2
  }
}
.wash .wash-inner .wash-info-txt span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 3px 2px 3px;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6
}
.wash .wash-list {
  width: 80%;
  margin: 0 auto;
  justify-content: space-between
}
.wash .wash-list figure img {}
.wash .wash-list--list {
  position: relative;
  width: 47%;
  margin-bottom: 50px
}
.wash .wash-list--list .wash-number {
  position: absolute;
  top: -19px;
  left: -23px;
  max-width: 150px
}
.wash .wash-list--list .wash-number img {
  height: 55px;
  width: auto;
  max-width: 100%;
  margin: auto
}
@media screen and (max-width: 768px) {
  .wash .wash-list--list .wash-number {
    left: -9px
  }
  .wash .wash-list--list .wash-number img {
    height: 55px;
    width: auto;
    max-width: 100%;
    margin: auto
  }
}
.wash .wash-list--list .wash-number.number01 {
  top: -17px;
  left: -17px
}
@media screen and (max-width: 768px) {
  .wash .wash-list--list .wash-number.number01 {
    left: -20px
  }
}
.wash .wash-list--list .wash-number.number02 {
  left: -20px
}
@media screen and (max-width: 768px) {
  .wash .wash-list--list .wash-number.number02 {
    left: -20px
  }
}
.wash .wash-list--list .wash-number.number03 {
  left: -20px
}
@media screen and (max-width: 768px) {
  .wash .wash-list--list .wash-number.number03 {
    left: -20px
  }
}
.wash .wash-list--list .wash-number.number04 {
  left: -25px
}
@media screen and (max-width: 768px) {
  .wash .wash-list--list .wash-number.number04 {
    top: -20px;
    left: -26px
  }
}
.wash .wash-list--list h4 {
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed #333;
  font-size: 16px;
  font-weight: 700
}
.wash .wash-list--list .yellow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FDD000;
  margin-right: 5px
}
@media screen and (max-width: 768px) {
  .wash .wash-list--list {
    width: 100%
  }
  .wash .wash-list--list:last-child {
    margin-bottom: 0
  }
}
.wash .wash-list .list-txt p {
  font-size: 12px
}
.wash .wash-list .list-txt p .num {
  display: inline-block;
  font-family: ' Bahnschrift', sans-serif;
  font-weight: bold
}
.wash .wash-list .list-txt p .text {
  display: inline-block;
  width: 92%;
  margin-left: auto;
  font-weight: 400
}
.wash .wash-list .list-txt p .list-txt01 {
  display: inline-block;
  width: 92%;
  margin-left: auto;
  font-weight: 400
}
.wash .wash-list .list-txt p.list-txt02 {
  display: block;
  width: 92%;
  margin-left: auto;
  font-weight: 400
}
.wash .wash-list .list-txt p.point {
  display: block;
  max-width: 50px;
  margin-right: 0;
  text-indent: 30px
}
@media screen and (max-width: 768px) {
  .wash {
    padding: 50px 0
  }
}
.disabled {
  display: none
}
.enabled {
  display: block
}
.js-img-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6)
}
.js-img-modal .mask-img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 730px;
  max-width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}
.js-img-modal .mask-img-wrapper .mask-img-inner {
  position: relative
}
.js-img-modal .mask-img-wrapper .mask-img-inner .modal-menu-trigger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
  margin-left: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff
}
@media screen and (max-width: 768px) {
  .js-img-modal .mask-img-wrapper .mask-img-inner .modal-menu-trigger {
    width: 30px;
    height: 30px
  }
}
.js-img-modal .mask-img-wrapper .mask-img-inner .modal-menu-trigger span {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  height: 2px;
  background-color: #000;
  border-radius: 50px
}
.js-img-modal .mask-img-wrapper .mask-img-inner .modal-menu-trigger span:nth-of-type(1) {
  top: 4px;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  -moz-transform: translateY(20px) rotate(-45deg);
  -ms-transform: translateY(20px) rotate(-45deg);
  -o-transform: translateY(20px) rotate(-45deg)
}
@media screen and (max-width: 768px) {
  .js-img-modal .mask-img-wrapper .mask-img-inner .modal-menu-trigger span:nth-of-type(1) {
    top: -6px
  }
}
.js-img-modal .mask-img-wrapper .mask-img-inner .modal-menu-trigger span:nth-of-type(2) {
  opacity: 0
}
.js-img-modal .mask-img-wrapper .mask-img-inner .modal-menu-trigger span:nth-of-type(3) {
  bottom: 4px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  -moz-transform: translateY(-20px) rotate(45deg);
  -ms-transform: translateY(-20px) rotate(45deg);
  -o-transform: translateY(-20px) rotate(45deg)
}
@media screen and (max-width: 768px) {
  .js-img-modal .mask-img-wrapper .mask-img-inner .modal-menu-trigger span:nth-of-type(3) {
    bottom: -6px
  }
}
.js-img-modal .mask-img-wrapper .mask-img-inner .mask-img {
  width: 50%;
  margin: 70px auto 0px;
  max-width: 300px
}
@media screen and (max-width: 768px) {
  .js-img-modal .mask-img-wrapper .mask-img-inner .mask-img {
    width: 80%;
    margin: 50px auto 0px
  }
}
.fixd-bnr {
  width: 120px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  opacity: 0;
  transition: 0.3s
}
.fixd-bnr.fixed {
  opacity: 1
}
.fixd-bnr02 {
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: translateY(200px)
}
.fixd-bnr02.hide {
  opacity: 1
}
.fixd-bnr02.move-up {
  opacity: 0;
  transform: translateY(200px)
}
.fixd-bnr02.move-down {
  opacity: 1;
  transform: translateY(0)
}
.fixd-bnr02 .image {width: 30%; margin: 0 auto 10px;}
.fixd-bnr li {
  margin-bottom: 8px;
}
.fixd-bnr li.fu a {
  display: block;
  width: 100%;
  background: #fff;
	color: #666;
}
.fixd-bnr li.normal a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fixd-bnr li.cool a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fixd-bnr li.oil a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.button-footer li.fu {
  background: #fff;
}
.button-footer li.normal {
  background: #fff;
}
.button-footer li.cool {
  background: #fff;
}
.button-footer li.oil {
  background: #fff;
}


/*! Modals v10.1.2 | (c) 2017 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/modals */
.modal {
  display: none;
  max-width: 900px;
  width: 90%;
  margin: auto;
  visibility: hidden;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  z-index: 1000
}
.modal video {
  width: 100%;
  height: auto
}
.modal div {
  position: fixed;
  right: -10px;
  top: -50px;
  width: 40px;
  height: 40px
}
.modal span {
  left: 0;
  display: block;
  position: absolute;
  background: #fff;
  width: 100% !important;
  height: 2px
}
.modal span:first-child {
  -webkit-transform: translate(0, 20px) rotate(45deg);
  transform: translate(0, 20px) rotate(45deg)
}
.modal span:last-child {
  -webkit-transform: translate(0, -48px) rotate(-45deg);
  transform: translate(0, 20px) rotate(-45deg)
}
.modal.active {
  display: block;
  left: 0;
  max-height: 100%;
  overflow: visible;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  -webkit-overflow-scrolling: touch
}
.modal:focus {
  outline: none
}
.modal-bg {
  background-color: #272727;
  bottom: 0;
  position: fixed;
  left: 0;
  opacity: .9;
  right: 0;
  top: 0;
  z-index: 999
}
* {
  box-sizing: border-box
}
body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  letter-spacing: .1em;
  font-variant-ligatures: none;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
a {
  text-decoration: none;
  color: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}
a:hover {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}
.d-fl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@keyframes ani {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes ani {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@media screen and (min-width: 768px) {
  .sp, .sp-only {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .sp, .sp-only {
    display: block
  }
}
@media screen and (min-width: 768px) {
  .pc, .pc-only {
    display: block
  }
}
@media screen and (max-width: 768px) {
  .pc, .pc-only {
    display: none !important
  }
}
.fade-in {
  animation-name: ani;
  -webkit-animation-name: ani;
  animation-duration: 1s;
  -webkit-animation-duration: 1s
}
html {
  scroll-behavior: smooth
}
.ft-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 50px;
  background-color: #fff
}
.ft-inner .d-fl {
  justify-content: space-between
}
.ft-inner .ft-left {
  width: 25%
}
@media screen and (max-width: 768px) {
  .ft-inner .ft-left {
    width: 100%
  }
}
.ft-inner .ft-left .insta {
  display: block;
  max-width: 45px;
  padding-top: 14px
}
@media screen and (max-width: 768px) {
  .ft-inner .ft-left .insta {
    margin: 10px auto 0
  }
}
.ft-inner .ft-right {
  font-size: 16px
}
.ft-inner .ft-right h2 {
  margin-bottom: 20px;
  font-weight: 700
}
@media screen and (max-width: 768px) {
  .ft-inner .ft-right h2 {
    margin-bottom: 10px
  }
}
@media screen and (max-width: 768px) {
  .ft-inner .ft-right {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    text-align: center
  }
}
.notes {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ft-inner {
    padding: 50px 0 30px 0
  }
}
@media screen and (max-width: 768px) {
  .ft-inner .ft-logo {
    max-width: 250px;
    margin: 0 auto
  }
  .notes {
    font-size: 11px;
  }
}
.copyright {
  padding: 15px 0;
  color: #fff;
  background-color: #333;
  text-align: center;
  font-size: 10px
}
.btn-clm2 {
  display: flex;
  justify-content: space-around
}
.btn-more1, .btn-more2, .btn-more3, .btn-more4 {
  width: 80%;
  margin: 0 auto;
  padding: 5px
}
.btn-more1 a {
  font-size: 16px;
  text-align: center;
  display: block;
  max-width: 350px;
  margin: 0 auto;
  background: #f3e6ed;
  padding: 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #333;
  transition: all 0.5s ease;
  font-family: 'Quicksand', sans-serif;
  cursor: pointer
}
.btn-more2 a {
  font-size: 16px;
  text-align: center;
  display: block;
  max-width: 350px;
  margin: 0 auto;
  background: #f3e6ed;
  padding: 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #333;
  transition: all 0.5s ease;
  font-family: 'Quicksand', sans-serif;
  cursor: pointer
}
.btn-more3 a {
  font-size: 16px;
  text-align: center;
  display: block;
  max-width: 350px;
  margin: 0 auto;
  background: #f3e6ed;
  padding: 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #333;
  transition: all 0.5s ease;
  font-family: 'Quicksand', sans-serif;
  cursor: pointer
}
.btn-more4 a {
  font-size: 16px;
  text-align: center;
  display: block;
  max-width: 350px;
  margin: 0 auto;
  background: #f3e6ed;
  background: -moz-linear-gradient(left, #d8c0a2 0%, #f4e7d2 100%);
  background: -webkit-linear-gradient(left, #d8c0a2 0%, #f4e7d2 100%);
  background: linear-gradient(to right, #d8c0a2 0%, #f4e7d2 100%);
  padding: 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #333;
  transition: all 0.5s ease;
  font-family: 'Quicksand', sans-serif;
  cursor: pointer
}
@media screen and(max-width:768px) {
  .btn-more1 a, .btn-more2 a {
    padding: 10px 0;
    font-size: 14px
  }
}
.btn-more2 a:hover, .btn-more1 a:hover {
  opacity: .8
}
.btn-text {
  text-align: center;
  font-size: 12px !important;
  letter-spacing: 0;
  padding-bottom: 20px !important;
}
.h10 {
  height: 10px;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
.h60 {
  height: 60px;
}
/*# sourceMappingURL=style.css.map */