@charset "UTF-8";
html {}
body {
  font-family: "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothicM, メイリオ, Meiryo, sans-serif;
  position: relative;
  background-color: #fff;
  color: #323C37;
  overflow-x: hidden !important;
  font-feature-settings: "palt";
  letter-spacing: 0.4px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
    body{
        font-size: 10px;
    }
}
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.eng {
  font-family: 'Libre Baskerville', serif;
}
.mont {
  font-family: 'Montserrat', sans-serif;
}
img {
  max-width: 100%;
  max-height: auto;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
  color: #323C37;
}
.poR {
  position: relative;
}
.poA {
  position: absolute;
}
@media(min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.inrWidth {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.outerWidth {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.fullWidth {
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
}
@media screen and (min-width: 1200px) {
  .fullWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 840px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 92%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .inrWidth {
    width: 840px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .fullWidth {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .outerWidth {
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  .fullWidth {
    width: 100%;
  }
  .inrWidth {
    width: 93.3%;
  }
  .outerWidth {
    width: 90%;
  }
}
/*------------main-------------*/
main {
  margin: 0 auto;
  display: block;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  main {
    width: 100%;
          overflow-x: hidden;
  }
}
@media screen and (min-width: 769px) {
  main {}
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  main {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  main {
    width: 1400px;
  }
}
/*-----PCスマホ-------*/
@media screen and (min-width: 769px) {
  a {
    transition: ease .5s;
  }
  a img {
    transition: ease .5s;
  }
  a:hover, a:hover img {
    opacity: 0.8;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*------------------header--------------------*/
@media screen and (min-width: 769px) {
  header {
    margin: 25px 0 45px;
    text-align: center;
  }
  header img {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  header {
        margin: 25px 0 22px;
    text-align: center;
  }
  header img {
    width: 125px;
  }
}
/*------------footer-------------*/
@media screen and (min-width: 769px) {
  footer {
    text-align: center;
    margin: 100px 0 60px;
  }
  footer .footer-txt {
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 30px;
          font-size: 12px;
  }
  footer .footer-btn {
    width: 250px;
    text-align: center;
    display: block;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #A7939D;
    color: #A7939D;
    font-size: 19px;
    line-height: 50px;
  }
  footer .footer-btn:hover {
    background-color: #EEE9DC;
  }
    footer .copy-r{
        margin-top: 180px;
        font-size: 10px;
    }
}
@media screen and (max-width: 768px) {
   footer {
        text-align: center;
    margin: 50px 0 50px;
  }
  footer .footer-txt {
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 50px;
  }
  footer .footer-btn {
         width: 140px;
    text-align: center;
    display: block;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #A7939D;
    color: #A7939D;
    font-size: 11px;
    line-height: 30px;
  }
  footer .footer-btn:hover {
    background-color: #EEE9DC;
  }
    footer .copy-r{
            font-size: 8px;
    margin-top: 50px;
    }
}
/*--topBtn--*/
#topBtn {
  position: fixed;
  display: block;
  z-index: 100;
  right: 0;
}
@media screen and (min-width: 769px) {
  #topBtn {}
  #topBtn a {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #topBtn {
    bottom: 15px;
    right: 15px;
  }
  #topBtn a {
    width: 70px;
  }
    #topBtn a img{
            width: 30px;
    }
}

/*-animation-*/
@keyframes left-right{
    0% {
		left: 0;
		right: auto;
		width: 0;
	}
	100% {
		left: 0;
		right: auto;
		width: 100%;
	}
}
@keyframes right-left{
    0% {
		left: auto;
		right: 0;
		width: 0;
	}
	100% {
		left: auto;
		right: 0;
		width: 100%;
	}
}
@keyframes top-bottom{
    0% {
		height: 0;
	}
	100% {
		height: 100%;
	}
}
.sec01-box-txt-bar01 p{
     animation-name: left-right;
    animation-duration: 1.5s;
}
.sec01-box-txt-bar02 p{
     animation-name: right-left;
    animation-duration: 1.5s;
        position: absolute;
    right: 0;
        width: 100%;
}
.bar-vertical p{
    animation-name: top-bottom;
    animation-duration: 1.5s;
}


@media screen and (min-width: 769px) {
  /*--パーツ--*/
  .item-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item-box .item-blk {
        width: 17.9%;
    min-width: 140px;
  }
  .item-box .item-blk .item-detail {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
      letter-spacing: 0;
    white-space: nowrap;
  }
  .item-box .item-blk .buy {
    text-align: center;
    display: block;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #A7939D;
    color: #A7939D;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
        width: 100%;
  }
  .item-box .item-blk .buy:hover {
    background-color: #EEE9DC;
  }
  .bar-vertical {
    width: 1px;
    height: 50px;
    margin: auto;
    margin-bottom: 30px;
  }
  .bar-vertical p {
    width: 1px;
    height: 50px;
    background-color: #A7939D;
  }
  /*--mv--*/
  .mv {
    z-index: 1;
    position: relative;
  }
  .mv h1 {
    width: 100%;
    display: block;
  }
  .mv img {
    width: 100%;
    display: block;
  }
  /*--sec-lead--*/
  .sec-lead {
    margin: 100px auto;
  }
  .sec-lead .sec-lead-txt {
    font-size: 16px;
    text-align: center;
    line-height: 1.87;
  }
  /*--sec-01--*/
  .sec01 {
    margin-bottom: 150px;
  }
  .sec01 .sec01-wrap {}
  .sec01 .sec01-wrap .sec01-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt {
    width: 58%;
    margin-right: 6%;
    position: relative;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-bar {
    height: 1px;
    width: 115%;
    position: absolute;
    top: -15%;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-bar p {
    height: 1px;
    background-color: #A7939D;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
          letter-spacing: 2px;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-name span {
    font-family: 'Libre Baskerville', serif;
    margin-left: 20px;
    font-size: 13px;
      letter-spacing: 0.4px;
      font-weight: initial;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-detail {}
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-detail a{
          display: flex;
    align-items: end;
      transition: .5s;
    }
    .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-detail a:hover{
        text-decoration: underline;
        transition: .5s;
    }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-detail img.insta_icon{
          width: 20.16px;
    height: auto;
    margin-right: 10px;
          transition: ease .0s;
    }
    .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-detail img.insta_icon:hover{
        opacity: 1!important;
        pointer-events: none;
    }
  .sec01 .sec01-wrap .sec01-box .sec01-box-img {
    width: 36%;
  }
  /*-逆-*/
  .sec01 .sec01-wrap .sec01-box.sec01-box02 {
    flex-direction: row-reverse;
       margin-top: -5%;
  }
  .sec01 .sec01-wrap .sec01-box.sec01-box02 .sec01-box-txt {
    margin-right: 0;
    margin-left: 6%;
  }
  .sec01 .sec01-wrap .sec01-box.sec01-box02 .sec01-box-txt .sec01-box-txt-bar {
    margin-left: -15%;
          top: -24%;
  }
  /*--sec-02--*/
  .sec02 {
    margin-bottom: 100px;
  }
  .sec02 .sec02-wrap {}
  .sec02 .sec02-wrap .sec02-img {
    display: block;
    margin-bottom: 50px;
  }
  /*--sec-03--*/
  .sec03 {
    margin-bottom: 50px;
  }
  .sec03 .sec03-wrap {}
  .sec03-lead {
    text-align: center;
    margin: 0 auto 30px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
  }
  .sec03-lead.sec03-lead02 {
    margin-top: 95px;
  }
  .sec03-box {
    width: 600px;
    margin: auto;
  }
  .sec03-box .sec03-talk {}
  .sec03-box .sec03-talk .sec03-talk-name {
    font-weight: bold;
    margin-top: 18px;
  }
  .sec03-box .sec03-talk .sec03-talk-cont {}
  .sec03-img01 {
    display: block;
    margin: 45px 0 45px;
  }
  .sec03-box02 {
    display: flex;
    margin-top: 95px;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .sec03-box02 .sec03-box02-img {
    width: 71%;
  }
  .sec03-box02 .sec03-box02-txt {
    width: 23%;
    margin-right: 6%;
    min-width: 160px;
    font-size: 12px;
    line-height: 1.5;
  }
  /*--sec-04--*/
  .sec04 {
    margin-top: 150px;
    margin-bottom: 100px;
  }
  .sec04 .sec04-wrap {}
  .sec04 .sec04-img {
    display: block;
    margin-bottom: 30px;
  }
  /*--sec-05--*/
  .sec05 {
    margin-bottom: 50px;
  }
  .sec05 .sec05-wrap {}
  .sec05-ttl {
    font-family: 'Libre Baskerville', serif;
        font-size: 24px;
    margin-bottom: 40px;
    margin-top: 150px;
    text-align: center;
    line-height: 1;
  }
  .sec05-img {
    display: block;
  }
  .sec05-box {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
  }
  .sec05-box .sec05-box-LFT {
    width: 280px;
  }
  .sec05-box .sec05-box-LFT .sec05-box-LFT-txt01 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 13px;
  }
  .sec05-box .sec05-box-LFT .sec05-box-LFT-txt02 {}
  .sec05-box .sec05-box-RGT {
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
    width: 170px;
  }
  .sec05-box02 {
    margin-top: 100px;
  }
  .sec05-box02 .sec05-box02-img-box {
    position: relative;
  }
  .sec05-box02 .sec05-box02-img {
    width: 89.3%;
    margin-right: auto;
    display: block;
  }
  .sec05-box02 .sec05-box02-deco {
    position: absolute;
    width: 26%;
    top: 8%;
    left: -5%;
  }
  .sec05-box02 .sec05-box02-txt {
    width: 267px;
    margin-top: 45px;
    margin-left: auto;
  }
  /*--sec-06--*/
  .sec06 {
    margin-bottom: 100px;
  }
  .sec06 .sec06-wrap {}
  /*-逆-*/
  .sec06 .sec05-box {
    flex-direction: row-reverse;
  }
  .sec06 .sec05-box .sec05-box-RGT {
    text-align: left;
  }
  .sec06 .sec05-box .sec05-box-RGT a {
    display: block;
    margin-bottom: 15px;
  }
  .sec06 .sec05-box02 .sec05-box02-img {
    margin-right: 0;
    margin-left: auto;
  }
  .sec06 .sec05-box02 .sec05-box02-txt {
    margin-left: 0;
  }
  .sec06 .sec05-box02 .sec05-box02-deco {
    left: auto;
    right: -5%;
  }
  /*--sec-06-07--*/
  .sec06-07-bar {
    height: 1px;
    margin: 0px 0;
    width: 1400px;
    width: 142.8%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  .sec06-07-bar p {
    height: 1px;
    background-color: #A7939D;
    width: 100%;
  }
  /*--sec-07--*/
  .sec07 {
    margin-top: 100px;
  }
  .sec07 .sec07-wrap {}
  .sec07 h2 {
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 110px;
  }
  .sec07 .sec07-box01 {
    display: flex;
    justify-content: space-between;
  }
  .sec07 .sec07-box01 .sec07-blk {
    width: 30%;
    min-width: 210px;
  }
  .sec07 .sec07-box01 .sec07-blk .item-box {
    width: 98%;
    margin: auto;
    margin-top: 14px;
    flex-direction: column;
  }
  .sec07 .sec07-box01 .sec07-blk .item-box .item-blk {
    width: 100%;
  }
  .sec07 .sec07-box01 .sec07-blk .item-box .item-blk:nth-of-type(2) {
        margin-top: 20px;
  }
  .sec07 .sec07-box01 .sec07-blk .sec07-box01-img {}
  .sec07 .sec07-box02 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .sec07 .sec07-box02 .sec07-blk {
    width: 21%;
  }
  /*-sec07-item-box-*/
  .sec07 .sec07-blk .item-box {
    width: 98%;
    margin: auto;
    margin-top: 14px;
    flex-direction: column;
  }
  .sec07 .sec07-blk .item-box .item-blk {
    width: 100%;
  }
  .sec07 .sec07-blk .item-box .item-blk:nth-of-type(2) {
    margin-top: 30px;
  }
  .sec07 .sec07-blk .item-box .item-blk .buy {
    width: 87%;
    min-width: 120px;
    max-width: 148px;
  }
}
@media screen and (max-width: 768px) {
  /*--パーツ--*/
  .item-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
  }
  .item-box .item-blk {
        width: 45%;
  }
  .item-box .item-blk .item-detail {
        font-size: 10px;
    line-height: 1.5;
    margin-bottom: 3px;
    text-align: center;
    transform: scale(0.85);
    transform-origin: top center;
          letter-spacing: 0;
          white-space: nowrap;
  }
    
    .sec04 .item-box.item-box-sec04 .item-blk:nth-of-type(n+3) {
    margin-top: 0;
}
.item-box.item-box-sec04 {
    flex-direction: column;
    height: 200px;
}
    .item-box.item-box-sec04 .item-blk {
    width: 50%;
}
    
  .item-box .item-blk .buy {
    text-align: center;
    display: block;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #A7939D;
    color: #A7939D;
    font-size: 10px;
    line-height: 20px;
    width: 80%;
    max-width: 75px;
  }
  .item-box .item-blk .buy:hover {
    background-color: #EEE9DC;
  }
  .bar-vertical {
    width: 1px;
    height: 25px;
    margin: auto;
    margin-bottom: 15px;
  }
  .bar-vertical p {
    width: 1px;
    height: 25px;
    background-color: #A7939D;
  }
  /*--mv--*/
  .mv {
    z-index: 1;
    position: relative;
  }
  .mv h1 {
    width: 100%;
    display: block;
  }
  .mv img {
    width: 100%;
    display: block;
  }
  /*--sec-lead--*/
  .sec-lead {
        margin: 25px auto 75px;
  }
  .sec-lead .sec-lead-txt {
        font-size: 10.5px;
    text-align: justify;
    line-height: 2;
  }
  /*--sec-01--*/
  .sec01 {
    margin: auto;
    margin-bottom: 75px;
    width: 93%;
  }
  .sec01 .sec01-wrap {}
  .sec01 .sec01-wrap .sec01-box {
        display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt {
        width: 54%;
    margin-right: 8%;
    position: relative;
    margin-top: 14%;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-bar {
    height: 1px;
    width: 120%;
    position: absolute;
    top: -9%;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-bar p {
    height: 1px;
    background-color: #A7939D;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-name {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 14px;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-name span {
    font-family: 'Libre Baskerville', serif;
    margin-left: 9px;
    font-size: 9px;
      font-size: 10px;
      font-weight: initial;
  }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-detail {
      font-size: 7px;
    }
    .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-detail a{
    display: flex;
    align-items: center;
    white-space: nowrap;

    }
  .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-detail img.insta_icon{
        width: 13px;
    height: auto;
    margin-right: 7px;
    }
    .sec01 .sec01-wrap .sec01-box .sec01-box-txt .sec01-box-txt-detail img.insta_icon:hover{
        opacity: 1!important;
        pointer-events: none;
    }
  .sec01 .sec01-wrap .sec01-box .sec01-box-img {
    width: 38%;
  }
  /*-逆-*/
  .sec01 .sec01-wrap .sec01-box.sec01-box02 {
    flex-direction: row-reverse;
       margin-top: 50px;
  }
  .sec01 .sec01-wrap .sec01-box.sec01-box02 .sec01-box-txt {
    margin-right: 0;
    margin-left: 8%;
  }
  .sec01 .sec01-wrap .sec01-box.sec01-box02 .sec01-box-txt .sec01-box-txt-bar {
    margin-left: -20%;
  }
  /*--sec-02--*/
  .sec02 {
        margin-bottom: 58px;
  }
  .sec02 .sec02-wrap {}
  .sec02 .sec02-wrap .sec02-img {
    display: block;
    margin-bottom: 50px;
  }
    
    .sec02 .item-box .item-blk:nth-of-type(n+3){
        margin-top: 30px;
    }
  /*--sec-03--*/
  .sec03 {
        margin: auto;
    width: 93%;
  }
  .sec03 .sec03-wrap {}
  .sec03-lead {
    text-align: center;
    margin: 0 auto 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.25;
  }
  .sec03-lead.sec03-lead02 {
        margin-top: 60px;
  }
  .sec03-box {
        width: 92%;
    margin: auto;
  }
  .sec03-box .sec03-talk {}
  .sec03-box .sec03-talk .sec03-talk-name {
        font-weight: bold;
    margin-top: 11px;
  }
  .sec03-box .sec03-talk .sec03-talk-cont {}
  .sec03-img01 {
    display: block;
    margin: 40px 0 45px;
    transform: scale(1.16);
  }
  .sec03-box02 {
    
    display: block;
    margin-top: 34px;

  }
  .sec03-box02 .sec03-box02-img {
    width: 100%;
  }
  .sec03-box02 .sec03-box02-txt {
        width: 100%;
    margin-top: 5px;
  }
  /*--sec-04--*/
  .sec04 {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .sec04 .sec04-wrap {}
  .sec04 .sec04-img {
    display: block;
    margin-bottom: 30px;
  }
    .sec04 .item-box .item-blk:nth-of-type(n+3){
        margin-top: 30px;
    }
    .sec04 .sec03-box{
            width: 85.6%;
    }
  /*--sec-05--*/
  .sec05 {
      margin: auto;
    margin-bottom: 50px;
      width: 92%;
  }
  .sec05 .sec05-wrap {
          margin: auto;
    width: 93%;
    }
  .sec05-ttl {
    font-family: 'Libre Baskerville', serif;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 50px;
    text-align: center;
    line-height: 1;
  }
  .sec05-img {
    display: block;
  }
  .sec05-box {
        display: block;
        margin-top: 15px;
  }
  .sec05-box .sec05-box-LFT {
        width: 100%;
  }
  .sec05-box .sec05-box-LFT .sec05-box-LFT-txt01 {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
  }
  .sec05-box .sec05-box-LFT .sec05-box-LFT-txt02 {
          font-size: 9.5px;
    }
  .sec05-box .sec05-box-RGT {
        font-size: 7px;
    line-height: 1.5;
    width: 100%;
    margin-top: 8px;
  }
    .sec05-box .sec05-box-RGT > a:nth-of-type(2){
        margin-top: 4px;
    }
  .sec05-box02 {
    margin-top: 100px;
  }
  .sec05-box02 .sec05-box02-img-box {
    position: relative;
  }
  .sec05-box02 .sec05-box02-img {
        width: 100%;
    display: block;
  }
  .sec05-box02 .sec05-box02-deco {
        position: absolute;
    width: 40%;
    top: -30%;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 108.2px;
  }
  .sec05-box02 .sec05-box02-txt {
        width: 100%;
    margin-top: 10px;
  }
  /*--sec-06--*/
  .sec06 {
      margin: auto;
      width: 92%;
        margin-bottom: 50px;
  }
  .sec06 .sec06-wrap {
          margin: auto;
    width: 93%;
    }
  /*-逆-*/
  .sec06 .sec05-box {
    flex-direction: row-reverse;
  }
  .sec06 .sec05-box .sec05-box-RGT {
    text-align: left;
  }
  .sec06 .sec05-box .sec05-box-RGT a {
    display: block;
  }
  .sec06 .sec05-box02 .sec05-box02-img {
    
  }
  .sec06 .sec05-box02 .sec05-box02-txt {
    
  }
  .sec06 .sec05-box02 .sec05-box02-deco {
   
  }
  /*--sec-06-07--*/
  .sec06-07-bar {
    height: 1px;
    margin: 0px 0;
    width: 1400px;
    width: 142.8%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  .sec06-07-bar p {
    height: 1px;
    background-color: #A7939D;
    width: 100%;
  }
  /*--sec-07--*/
  .sec07 {
    margin-top: 50px;
  }
  .sec07 .sec07-wrap {}
  .sec07 h2 {
        font-family: 'Libre Baskerville', serif;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .sec07 .sec07-box01 {
        display: block;
    margin: auto;
    width: 72%;
  }
  .sec07 .sec07-box01 .sec07-blk {
    width: 100%;
  }
    .sec07 .sec07-box01 .sec07-blk:nth-of-type(n+2){
        margin-top: 37.5px;
    }
  .sec07 .sec07-box01 .sec07-blk .item-box {
    width: 98%;
    margin: auto;
    margin-top: 14px;
    flex-direction: column;
  }
  .sec07 .sec07-box01 .sec07-blk .item-box .item-blk {
    width: 100%;
  }
    
  .sec07 .sec07-box01 .sec07-blk .sec07-box01-img {}
  .sec07 .sec07-box02 {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 90%;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .sec07 .sec07-box02 .sec07-blk {
    
    width: 44%;

  }
    .sec07 .sec07-box02 .sec07-blk:nth-of-type(n+3){
        margin-top: 37.5px;
    }
  /*-sec07-item-box-*/
    .sec07 .sec07-box01 .sec07-blk.sec07-blk01 .item-box{
        display: flex;
    justify-content: space-between;
    flex-direction: row;
    }
    .sec07 .sec07-box01 .sec07-blk.sec07-blk01 .item-box .item-blk{
            width: 48%;
    }
    
    
    
  .sec07 .sec07-blk .item-box {
    width: 98%;
    margin: auto;
    margin-top: 14px;
    flex-direction: column;
  }
  .sec07 .sec07-blk .item-box .item-blk {
    width: 100%;
  }
  .sec07 .sec07-blk .item-box .item-blk .buy {
        width: 60%;
    min-width: 75px;
  }
}

@media screen and (min-width: 769px) {
.wow{
        animation-duration: 2s!important;
    animation-timing:ease-in-out;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
}


@media screen and (max-width: 768px) {
   .wow{
        animation-duration: 2.5s!important;
    animation-timing:ease-in-out;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
} 
    
}