




/*--------------------------------------------------------------------------
 Main visual
---------------------------------------------------------------------------*/
#hero{
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, rgba(215,183,139,1) 0%,rgba(231,173,178,1) 100%);
  position: relative;
  overflow: hidden;
}
#hero.fade{animation:fadeIn 4s ease 0s 1 normal;}
@keyframes fadeIn{
  0%{opacity: 0}
  100%{opacity: 1}
}
#hero .txt-wrap{
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#hero .txt-wrap{color: #fff;}
#hero .txt-wrap h1{font-size: 14px;}
#hero .txt-wrap .copy{
  margin-top: 50px;
  margin-left: -10px;
  font-size: 65px;
  letter-spacing: .1em;
}
#hero .txt-wrap p{
  width: 45%;
  margin-top: 80px;
  line-height: 2.2;
}
#hero .light{
  width: 80%;
  margin-left: auto;
}
#hero .light .delay-time02{
  width: 70%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}
#hero .light .delay-time04{
  width: 60%;
  height: 100vh;
  position: absolute;
  top: -20%;
  right: -5%;
}
#hero .light .box{opacity: 0;}
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {opacity: 0;}
  to {opacity: 1;}
}
/* アニメーションスタートの遅延時間を決めるCSS*/
#hero .light .delay-time02{animation-delay: 1.5s;}
#hero .light .delay-time04{animation-delay: 2.2s;}

@media screen and (max-width: 1368px){
  #hero .txt-wrap .copy{
    margin-top: 40px;
    font-size: 58px;
  }
  #hero .txt-wrap p{
    width: 55%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1025px){
  #hero .txt-wrap .copy{font-size: 50px;}
  #hero .txt-wrap p{
    width: 70%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #hero .txt-wrap{
    width: 86.66%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }
  #hero .txt-wrap h1{font-size: 10px;}
  #hero .txt-wrap .copy{
    margin-top: 20px;
    margin-left: 0;
    font-size: 32px;
  }
  #hero .txt-wrap p{
    margin-top: 30px;
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
  }
  #hero .light{width: 90%;}
  #hero .light .delay-time02{width: 100%;}
  #hero .light .delay-time04{
    width: 90%;
    top: -10%;
  }
}




/*--------------------------------------------------------------------------
slider
---------------------------------------------------------------------------*/
.sample-slider{overflow-x: hidden}
.sample-slider .swiper-wrapper{transition-timing-function: linear;}
.sample-slider{width:100%;}
.sample-slider img{width: 100%;}




/*--------------------------------------------------------------------------
 about
---------------------------------------------------------------------------*/
#about{margin-top: 170px;}
#about .inner{
  width: 86.666%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .inner .tit-wrap{width: 35%;}
#about .inner .date{width: 65%;}
#about .inner .date dl{
  padding: 30px 0;
  display: flex;
  border-bottom: 2px dotted #b4b4b4;
  font-size: 16px;
}
#about .inner .date dl dt{width: 20%;}
#about .inner .date dl dd{
  width: 80%;
  text-align: left;
  line-height: 1.4;
}

@media screen and (max-width: 768px){
  #about{margin-top: 100px;}
  #about .inner{display: block;}
  #about .inner .tit-wrap{
    width: 100%;
    margin-bottom: 30px;
  }
  #about .inner .date{width: 100%;}
  #about .inner .date dl{
    padding: 20px 0;
    border-bottom: 1px dotted #b4b4b4;
    font-size: 14px;
  }
  #about .inner .date dl dt{width: 30%;}
  #about .inner .date dl dd{width: 70%;}
}




/*--------------------------------------------------------------------------
 history
---------------------------------------------------------------------------*/
#history{
  margin-top: 190px;
  background: linear-gradient(to bottom, rgba(237,217,213,1) 0%,rgba(255,255,255,1) 100%);
  position: relative;
  z-index: -2;
}
#history .tit-wrap02{padding-top: 85px;}
#history .tit-wrap02::before{
  content: "";
  display: block;
  width: 1px;
  height: 130px;
  background: #b4b4b4;
  position: absolute;
  top: -65px;
  left: 50%;
}
#history ol{
  max-width: 1080px;
  width: 86.666%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#history ol li{
  max-width: 405px;
  width: 50%;
  margin-top: 100px;
  display: inline-block;
  position: relative;
}
#history ol li:nth-child(2n){margin-top: 200px;}
#history ol li h3{font-size: 25px;}
#history ol li p{
  margin-top: 30px;
  text-align: justify;
}
#history ol li::before{
  content: "2000";
  display: block;
  font-family: "EB Garamond";
  font-size: 110px;
  font-style: italic;
  width: auto;
  height: auto;
  color: #fff;
  opacity: .6;
  position: absolute;
  bottom: 25%;
  right: -5%;
  z-index: -1;
}
#history ol li:nth-child(2n)::before{
  content: "2010";
  bottom: -20%;
  left: -10%;
}
#history ol li:nth-child(3)::before{
  content: "2020";
  bottom: 10%;
}
#history ol li:nth-child(4)::before{
  content: "From now";
  font-size: 100px;
}
#history ol::before{
  content: "";
  display: block;
  width: 50%;
  height: 1000px;
  background: url('../img/history/bg.svg') no-repeat;
  position: absolute;
  top: 3%;
  left: 65%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
/* 社長メッセージ */
#history #message{
  width: 86.666%;
  max-width: 900px;
  margin: 220px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#history #message img{
  width: 37%;
  margin-top: -40px;
}
#history #message .txt-wrap{width:55%;}
#history #message .txt-wrap i{
  margin-bottom: 25px;
  padding-left: 40px;
  font-size: 12px;
  font-style: normal;
  position: relative;
}
#history #message .txt-wrap i::before{
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #b4b4b4;
  position: absolute;
  top: 50%;
  left: 0;
}
#history #message .txt-wrap h3{
  margin-bottom: 35px;
  font-size: 27px;
}
#history #message .txt-wrap p{
  font-size: 14px;
  text-align: justify;
}
#history #message .txt-wrap .name{
  margin-top: 30px;
  text-align: right;
  font-size: 24px;
}
#history #message .txt-wrap .name span{font-size: 10px;}
#history .light{
  width: 100%;
  position: absolute;
  top: -5%;
  left: 0%;
  z-index: -1;
}

@media screen and (max-width: 1025px){
  #history ol{
    width: 86.666%;
    display: block;
  }
  #history ol li{
    width: 100%;
    max-width: 100%;
    display: block;
  }
  #history ol li:nth-child(2n){margin-top: 100px;}
  #history ol li::before{
    font-size: 90px;
    bottom: -25%;
    right: 0;
  }
  #history ol li:nth-child(2n)::before{
    bottom: -25%;
    left: auto;
    right: 0;
  }
  #history ol li:nth-child(3)::before{bottom: -25%;}
  #history ol li:nth-child(4)::before{
    font-size: 90px;
    bottom: -35%;
  }
}


@media screen and (max-width: 768px){
  #history{margin-top: 150px;}
  #history .tit-wrap02{padding-top: 65px;}
  #history .tit-wrap02::before{
    height: 110px;
    top: -55px;
  }
  #history ol{margin-top: 60px;}
  #history ol::before{opacity: .5;}
  #history ol li{margin-top: 0;}
  #history ol li:nth-child(2),
  #history ol li:nth-child(3),
  #history ol li:nth-child(4){margin-top: 60px;}
  #history ol li h3{font-size: 23px;}
  #history ol li p{
    margin-top: 20px;
    line-height: 1.8;
  }
  #history ol li::before{
    font-size: 70px;
    bottom: -20%;
  }
  #history ol li:nth-child(4)::before{font-size: 65px;}
  #history ol::before{
    top: -10%;
    left: 50%;
  }
  /* 社長メッセージ */
  #history #message{
    margin: 120px auto 0;
    display: block;
  }
  #history #message img{
    width: 70%;
    margin: 0 auto;
  }
  #history #message .txt-wrap{
    width:100%;
    margin-top: 20px;
  }
  #history #message .txt-wrap i{
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 10px;
  }
  #history #message .txt-wrap i::before{width: 25px;}
  #history #message .txt-wrap h3{
    margin-bottom: 25px;
    font-size: 20px;
  }
  #history #message .txt-wrap p{font-size: 12px;}
  #history #message .txt-wrap .name{
    margin-top: 20px;
    font-size: 21px;
  }
  #history .light{top: 0%;}
}




/*--------------------------------------------------------------------------
 service
---------------------------------------------------------------------------*/
#service{
  margin-top: 180px;
  position: relative;
}
/* パララックスCSS */
#service .parallax {
  position: relative;
  width: 100%;
  height: 600px;
}
#service .bg{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#service .bg-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0); //上下左右距離ゼロ
  z-index: -1;
}
#service .bg-img::before{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/service/bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
#service .parallax .tit-wrap02{
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#service .inner{
  max-width: 1300px;
  width: 86.666%;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#service .inner img{width: 43%;}
#service .inner ul{width: 50%;}
#service .inner ul li{
  padding: 50px 0;
  position: relative;
}
#service .inner ul li h3{font-size: 23px;}
#service .inner ul li p{
  margin-top: 25px;
  text-align: justify;
}
#service .inner ul li::before{
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #b4b4b4;
  position: absolute;
  bottom: 0;
  left: 0%;
}
#service .inner ul li:first-child{padding-top: 0;}
#service .inner ul li:last-child::before{content: none;}

@media screen and (max-width: 768px){
  #service{margin-top: 150px;}
  #service .parallax {height: 300px;}
  #service .bg-img::before{background-position: top left;}
  #service .inner{margin: 40px auto 0;}
  #service .inner img{
    width: 100%;
    order: 1;
  }
  #service .inner ul{width: 100%;}
  #service .inner ul li{padding: 40px 0;}
  #service .inner ul li h3{font-size: 20px;}
  #service .inner ul li p{
    margin-top: 20px;
    line-height: 1.6;
  }
  #service .inner ul li::before{width: 80px;}
}





/*--------------------------------------------------------------------------
 interview
---------------------------------------------------------------------------*/
#interview{
  margin-top: 180px;
  position: relative;
  overflow: hidden;
}
#interview .inner{
  max-width: 1380px;
  width: 86.666%;
  margin: 0 auto;
}
#interview ul{
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#interview ul li{
  width: 45%;
  margin-bottom: 150px;
  position: relative;
}
#interview ul li:nth-child(2n){margin-top: 100px;}
#interview ul li:last-child{margin-bottom: 0;}
#interview ul li a:hover{
  opacity: .9;
  transition: .8s;
}
#interview ul li .label{
  padding:20px 30px;
  font-size: 23px;
  color: #fff;
  background-color: #bba880;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -20px;
}
#interview ul li:nth-child(2) .label{background-color: #d0a799;}
#interview ul li:nth-child(3) .label{background-color: #9cb8ae;}
#interview ul li:nth-child(4) .label{background-color: #a5c5db;}
#interview ul li .txt-wrap{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#interview ul li .txt-wrap .profile .name{
  font-size: 25px;
  font-weight: 300;
}
#interview ul li .txt-wrap .profile p{
  margin-top: 20px;
  font-size: 14px;
}
#interview ul li .txt-wrap .more{
  font-size: 18px;
  font-weight: 300;
}
#interview ul li .txt-wrap .more img{
  width: 23px;
  padding-bottom: 3px;
  margin-left: 10px;
  display: inline-block;
}
#interview ul li .txt-wrap .more span{
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
#interview ul li .txt-wrap .more span::after{
  background-color: #767676;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  right: 0;
  position: absolute;
  transition: .5s all;
  width: 100%;
}
#interview ul li .txt-wrap .more span:hover::after{width: 0%;}
#interview i{z-index: -999;}
#interview .light01{
  width: 530px;
  position: absolute;
  top: 2%;
  right: -5%;
}
#interview .light02{
  width: 265px;
  position: absolute;
  top: 25%;
  right: -3%;
}
#interview .light03{
  width: 400px;
  position: absolute;
  top: 13%;
  left: 2%;
}
#interview .light04{
  width: 175px;
  position: absolute;
  top: 50%;
  left: -1%;
}
#interview .light05{
  width: 260px;
  position: absolute;
  top: 65%;
  left: 40%;
}
#interview .light06{
  width: 75px;
  position: absolute;
  bottom: 20%;
  right: 5%;
}

@media screen and (max-width: 1281px){
  #interview ul li{width: 42%;}
  #interview ul li .label{
    padding:15px;
    font-size: 16px;
  }
  #interview ul li .txt-wrap .profile .name{font-size: 18px;}
  #interview ul li .txt-wrap .profile p{font-size: 10px;}
  #interview ul li .txt-wrap .more{font-size: 14px;}
}

@media screen and (max-width: 900px){
  #interview ul{display: block;}
  #interview ul li{width: 100%;}
  #interview ul li:nth-child(2n){margin-top: 150px;}
}

@media screen and (max-width: 768px){
  #interview{margin-top: 150px;}
  #interview ul{margin-top: 80px;}
  #interview ul li{margin-bottom: 100px;}
  #interview ul li:nth-child(2n){margin-top: 0px;}
  #interview ul li .label{
    top: -25px;
    left: -10px;
  }
  #interview ul li .txt-wrap{margin-top: 20px;}
  #interview ul li .txt-wrap .profile p{margin-top: 10px;}
  #interview ul li .txt-wrap .more{font-size: 12px;}
  #interview ul li .txt-wrap .more img{
    width: 16px;
    margin-left: 5px;
  }
  #interview .light01{
    width: 210px;
    top: 2%;
    right: -10%;
  }
  #interview .light02{
    width: 65px;
    right: 5%;
  }
  #interview .light03{
    width: 180px;
    top: 28%;
    left: -10%;
  }
  #interview .light04{
    width: 132px;
    top: 52%;
    left: 40%;
  }
  #interview .light05{
    width: 157px;
    top: auto;
    left: -8%;
    bottom: 1%;
  }
  #interview .light06{
    width: 35px;
    bottom: 20%;
    right: 5%;
  }
}





/*--------------------------------------------------------------------------
 culture
---------------------------------------------------------------------------*/
#culture{
  margin-top: 180px;
  background-color: #f0e2de;
  position: relative;
  padding-top: 40px;
  padding-bottom: 190px;
}
#culture .tit-wrap{
  max-width: 1380px;
  width: 86.666%;
  margin: 0 auto;
  margin-top: -77px;
}
#culture .slide-items__wrap{margin-top: 100px;}
#culture .slide-items__wrap .slide-items li{
  width:  600px;
  height: 370px;
  margin: 0 30px;
  padding: 70px 60px 60px;
  background-color: rgba(255, 255, 255, .7);
  font-family: "游ゴシック体", "Yu Gothic","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3","メイリオ", sans-serif;
}
#culture .slide-items__wrap .slide-items li h3{
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#culture .slide-items__wrap .slide-items li p{
  margin-top: 60px;
  font-size: 14px;
  text-align: justify;
}
#culture .slide-items__wrap .slide-items li h3::before{
  content: "";
  display: block;
  width: 85%;
  height:65px;
  background: url('../img/culture/culture01.svg') no-repeat;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
#culture .slide-items__wrap .slide-items li.cul02 h3::before{
  background: url('../img/culture/culture02.svg') no-repeat;
}
#culture .slide-items__wrap .slide-items li.cul03 h3::before{
  background: url('../img/culture/culture03.svg') no-repeat;
}
#culture .slide-items__wrap .slide-items li.cul04 h3::before{
  background: url('../img/culture/culture04.svg') no-repeat;
}
#culture .slide-items__wrap .slide-items li.cul05 h3::before{
  background: url('../img/culture/culture05.svg') no-repeat;
}


@media screen and (max-width: 768px){
  #culture{
    margin-top: 150px;
    padding-bottom: 70px;
  }
  #culture .tit-wrap{margin-top: -58px;}
  #culture .slide-items__wrap{margin-top: 50px;}
  #culture .slide-items__wrap .slide-items li{
    width:  340px;
    height: 260px;
    margin: 0 20px;
    padding: 40px 30px 30px;
  }
  #culture .slide-items__wrap .slide-items li h3{font-size: 18px;}
  #culture .slide-items__wrap .slide-items li p{
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.8;
  }
  #culture .slide-items__wrap .slide-items li h3::before{width: 90%;}
}




/*--------------------------------------------------------------------------
 faq
---------------------------------------------------------------------------*/
#faq {margin-top: 180px;}
#faq .inner{
  max-width: 1340px;
  width: 90%;
  margin: 60px auto 0;
  padding-top: 100px;
  position: relative;
}
#faq .inner .movie{
  width: 100%;
  margin: 0 auto;
}
#faq .inner .movie iframe{
  margin: 0 auto;
  display: block;
}
#faq .inner .q01{
  position: absolute;
  top: 0px;
  right: 10%;
}
#faq .inner .q02{
  position: absolute;
  top: 20%;
  right: 0;
}
#faq .inner .q03{
  position: absolute;
  top: 45%;
  left: -5%;
}
#faq .inner .q04{
  position: absolute;
  bottom: 60px;
  left: 0;
}

@media screen and (max-width: 1281px){
  #faq .inner .movie iframe{
    width: 560px;
    height: 315px;
  }
  #faq .inner i{width: 250px;}
  #faq .inner .q03{left: 0%;}
  #faq .inner .q04{left: 3%;}
}

@media screen and (max-width: 1025px){
  #faq .inner .q01{
    top: -5%;
    right: 0%;
  }
  #faq .inner .q02{
    top: 10%;
    right: -3%;
  }
  #faq .inner .q03{
    top: -5%;
    left: -3%;
  }
  #faq .inner .q04{
    left: 0%;
    bottom: auto;
    top: 10%
  }
}

@media screen and (max-width: 768px){
  #faq {margin-top: 120px;}
  #faq .inner{
    width: 86.666%;
    margin-top: 80px;
    padding-top: 150px;
  }
  #faq .inner .movie iframe{
    width: 100%;
    height: 260px;
  }
  #faq .inner i{width: 200px;}
  #faq .inner .q01{
    top: -15%;
    right: 5%;
  }
  #faq .inner .q02{top: 10%;}
  #faq .inner .q03{top: -3%;}
  #faq .inner .q04{
    top: 21%;
    left: 5%;
  }
}





/*--------------------------------------------------------------------------
footer
---------------------------------------------------------------------------*/
footer {
  margin-top: 0;
  padding: 150px 0 220px;
  background: linear-gradient(135deg, rgba(215,183,139,1) 0%,rgba(231,173,178,1) 100%);
  position: relative;
}
footer .tit-wrap{
  color: #fff;
  text-align: center;
}
footer .btn-wrap{
  width: 86.666%;
  max-width: 1280px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .btn{
  width: 19%;
  display: flex;
}
footer .btn a{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  align-self: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .btn a:hover{
  color: #fff;
  background-color: #4b4b4b;
  transition: .8s;
}

footer .btn-wrap-sub {
  width: fit-content;
  margin: 50px auto 0;
  display: block;
  text-align: center;
  display: block;
}
footer .btn-wrap-sub a {
  display: block;
  padding: 25px;
  background: #fff;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .btn-wrap-sub a:hover {
  color: #fff;
  background-color: #4b4b4b;
  transition: .8s;
}



footer .top{
  margin-top: 30px;
  text-align: center;
}
footer .top a{
  font-size: 12px;
  color:  #fff;
  border-bottom: 1px solid #fff;
}
footer .top a:hover{
  opacity: .8;
  transition: .6s;
}
footer .logo {
  width: 140px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
footer .logo a:hover{opacity: .8;}
footer .copy{
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 1200px) {
footer .btn a{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  align-self: center;
  font-size: 14px;
  letter-spacing: 0.05em;
}
}

@media screen and (max-width: 960px) {
footer .btn{
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
footer .btn a{
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 15px;
  justify-content: initial;
}
footer .btn-wrap-sub {
  width: fit-content;
  margin: 30px auto 20px;
  display: block;
  text-align: center;
  display: block;
}
footer .btn-wrap-sub a {
  display: block;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

}


@media screen and (max-width: 768px) {
  footer {
    margin-top: 0;
    padding: 90px 0 20px;
  }
  footer .btn-wrap{margin: 40px auto 0;}
  footer .btn{
    width: 100%;
    margin-bottom: 10px;
  }
  footer .top{margin: 0px 0 60px;}
  footer .top a{font-size: 10px;}
  footer .logo {
    width: 140px;
    margin: 40px auto 0;
    position: static;
  }
  footer .copy{
    margin-top: 20px;
    font-size: 10px;
    position: static;
    text-align: center;
  }
}

/*--------------------------------------------------------------------------
c-breadcrumb
---------------------------------------------------------------------------*/
.c-breadcrumb {
  margin-top: 180px;
  padding: 10px 0;
  border-top: solid 1px #e5e5e5;
}
.c-breadcrumb:last-child {
  border-bottom: 0;
}
.c-breadcrumb__list {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.c-breadcrumb__list-item {
  display: inline-block;
  font-size: 12px;
  color: #333;
  line-height: 1;
}
.c-breadcrumb__list-item:first-child::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 6px;
  background-image: url("/assets/img/common/icon/home.svg");
  background-size: contain;
  vertical-align: middle;
}
.c-breadcrumb__list-item::after {
  content: "›";
  padding-left: 5px;
}
.c-breadcrumb__list-item:last-child {
  opacity: .6;
}
.c-breadcrumb__list-item:last-child::after {
  display: none;
}
.c-breadcrumb__link {
  text-decoration: underline !important;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .c-breadcrumb__link:hover {
    color: #c0ac78;
  }
}
@media (max-width: 768px) {
  .c-breadcrumb {
    margin-top: 150px;
    padding: 5px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
  .c-breadcrumb__list {
    width: calc(100% - 20px);
  }
  .c-breadcrumb__list-item {
    font-size: 10px;
    letter-spacing: 0;
  }
  .c-breadcrumb__list-item:first-child::before {
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
}


