#container {
  max-width: inherit;
  padding: 0;
}
/* MV */
.mv {
    background: url(https://img21.shop-pro.jp/PA01400/056/etc/renew_mv2.jpg?cmsp_timestamp=20200831) no-repeat center center;
    background-size: cover;
    height: calc( 100vh - 98px );
    position: relative;
}
.mv .mv-lead {
  position: absolute;
    top: 6%;
    left: 10%;
}
/* TOP BANNER */
.top-banner {
  text-align: center;
  margin: 0 0 100px;
}
/* INTRO */
.top-intro {
  padding-top: 100px;
  background: url(https://img21.shop-pro.jp/PA01400/056/etc/renew_top_bg_01.jpg?cmsp_timestamp=20200816151746) repeat-y top center;
}
.top-intro h2 {
  display: flex;
  width: 242px;
  justify-content: space-between;
  margin: 0 0 60px 50px;
}
.top-intro p {
  margin: 0 50px 60px;
  line-height: 2.4;
}
.top-intro .row {
 margin-bottom: 120px; 
}
.top-intro .btnArea {
  margin: 0 0 0 50px;
}
/* history */
.top-intro .history {
    max-width: 1080px;
    margin: 0 auto 120px;
    border: solid 3px #B6B2D4;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
  background: url(https://img21.shop-pro.jp/PA01400/056/etc/renew_history_bg.png?cmsp_timestamp=20200816234252);
  position: relative;
}
.top-intro .history::before {
    content: "";
    background: url(https://img21.shop-pro.jp/PA01400/056/etc/renew_3line.png?cmsp_timestamp=20200816235334) no-repeat;
    animation: 0;
    position: absolute;
    left: 50%;
    width: 26px;
    height: 100px;
    top: -70px;
}
.top-intro .history::after {
    content: "";
    background: url(https://img21.shop-pro.jp/PA01400/056/etc/renew_3line.png?cmsp_timestamp=20200816235334) no-repeat;
    animation: 0;
    position: absolute;
    left: 50%;
    width: 26px;
    height: 100px;
    bottom: -70px;
    transform: rotate(180deg);  
}

.top-intro .history .inner {
  border: solid 2px #B6B2D4;
}
.top-intro .history .inner::before {
    content: "";
    background: url(https://img21.shop-pro.jp/PA01400/056/etc/renew_digline2.png?cmsp_timestamp=20200816234544);
    top: 10px;
    position: absolute;
    left: 10px;
    width: 90px;
    height: 95px;
}
.top-intro .history .inner::after {
    content: "";
    background: url(https://img21.shop-pro.jp/PA01400/056/etc/renew_digline.png?cmsp_timestamp=20200816234544);
    top: 10px;
    position: absolute;
    right: 10px;
    width: 90px;
    height: 95px;
}


.top-intro .history .inner-inner {
  padding: 40px 0 70px;
  position: relative;
}
.top-intro .history .inner-inner::before {
content: "";
    background: url(https://img21.shop-pro.jp/PA01400/056/etc/renew_digline.png?cmsp_timestamp=20200816234544);
    bottom: 0;
    position: absolute;
    left: 0;
    width: 90px;
    height: 95px;
    transform: rotate(180deg);
}
.top-intro .history .inner-inner::after {
content: "";
    background: url(https://img21.shop-pro.jp/PA01400/056/etc/renew_digline2.png?cmsp_timestamp=20200816234544);
    bottom: 0;
    position: absolute;
    right: 4px;
    width: 90px;
    height: 95px;
    transform: rotate(180deg);
}

.top-intro .history h3 {
    font-size: 30px;
    line-height: 1.8;
}
.btnArea a {
  width: 320px;
    height: 70px;
    display: inline-block;
    text-align: center;
    border: solid 2px #52337F;
    line-height: 70px;
    font-size: 17px;
    letter-spacing: .1em;
    position: relative;
    box-shadow: -6px -6px 0px #52337F;
    transition: all .3s ease;
    color: #52337F;
  background: #FFF;
}
/* ONE-RECOMMEND */
.top-one-recommend {
  padding: 160px 0 70px;
  background: url(https://img21.shop-pro.jp/PA01400/056/etc/renew_top_recommend_bg.jpg?cmsp_timestamp=20200817110047) top center;
}
.top-one-recommend h2 {
  font-size: 30px;
}
.top-one-recommend p {
font-size: 15px;
    line-height: 1.8;
    margin-bottom: 60px;
}
.recommend-items .btnArea {
  text-align: center;
  margin-bottom: 160px;
}
.top-one-recommend .fig_wrap {
  padding-left: 50px;
  position: relative;
}
.top-one-recommend .fig_wrap .budge {
  position: absolute;
  top: -80px;
  left: -10px;
}

/* POINT */
.top-point {
  overflow-x: hidden;
}
.top-point .point-heading {
position: relative;
    text-align: center;
}
.top-point .point-heading  h2 {
  text-align: left;
  margin-top: -200px;
}
.top-point .row {
  margin: 0 0 120px;
  position: relative;
}
.top-point .row h2 {
  font-size: 30px;
  letter-spacing: .4em;
  display: flex;
  align-items: center;
  
}

.top-point .row h2 img {
margin-right: 40px;
    max-width: 110px;
}
.top-point .row p {
  font-size: 15px;
  line-height: 2.4;
}
.top-point .row.row-1 .col-lg-7 {
  transform: translateY(-10vw);
}
.top-point .row.row-1 h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    background: #CCC;
    left: -50%;
    top: 65px;
}

.top-point .row.row-1::before {
content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 320px;
    background: #CCC;
    left: 50%;
    bottom: 0;
}
.top-point .row.row-2::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 320px;
    background: #CCC;
    left: 50%;
    top: -320px;
    z-index: -1;
}
.top-point .row.row-2 h2 {
      display: block;
}
.top-point .row.row-2 h2 img {
  display: block;
  margin-bottom: 20px;
}
.top-point .row.row-2 .col-lg-5 {
  margin-top: -160px;
}

.top-point .row.row-3::before {
content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #CCC;
    left: 150px;
    top: 70px;
}
.top-point .row.row-3 h2 {
      display: block;
}
.top-point .row.row-3 h2 img {
  display: block;
  margin-bottom: 90px;
}
.top-point .row.row-3 .col-lg-7 {
  transform: translateY(160px);
}

/* Btn */
.btnArea a i img {
    width: 17px;
    height: 17px;
    margin-right: 6px;
}
.btnArea a:hover {
box-shadow: 0px 0px 0px #52337F;
    transform: translate(-3px, -3px);
    text-decoration: none;
  opacity: 1;
}

/* frees pace */
.top-news {
background: #F9F4E0;
    padding: 60px 0;
}

.top-news .news-ttl {
    position: absolute;
    right: -40px;
    margin: 0;  
}

.top-news .content-wrap {
  max-width: 800px;
  margin: 20px auto;
  position: relative;
  min-height: 400px;
}

.top-news .content-wrap p {
  background: #FFF;
  border: solid 1px #C8A062;
  padding: 10px;
}
.news {
  border-style: double none;
  /*border-color: #b2a487;*/
  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}

.news-inner {
  max-width: 1050px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}

.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}

/* recommernd */
.recommend-items {
  margin-top: 3em;
}
@media (max-width: 768px) {
  .top-news {
    padding: 0;
  }
  .top-news .news-ttl {
    position: static;
    transform: rotate(270deg);
  }
  .top-news .content-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  #header-logo img {
    max-width: 120px;
  }
  .mv {
      background: url(https://img21.shop-pro.jp/PA01400/056/etc/renew_mv_sp.jpg?cmsp_timestamp=20200831) no-repeat center center;
      background-size: cover;
      height: calc( 66.66vw );
      position: relative;
  }  
  .top-intro .btnArea {
    margin: 0;
  }
  .mv .mv-lead img {
    width: 55px;
  }
  .top-intro {
    padding: 20px 0 0;
  }
  .top-banner {
    margin: 0 0 20px;
  }
  .top-intro h2 {
    margin: 40px 0 60px 50px;
  }
  .top-intro .history .inner::before,
  .top-intro .history .inner::after,
  .top-intro .history .inner-inner::before,
  .top-intro .history .inner-inner::after {
    width: 50px;
    height: 53px;
    background-size: 100%;
  }
  
  .top-intro .history h3 {
    font-size: 16px;
  }
  .top-intro p {
    margin: 0 10px 60px;
    line-height: 2.4;
    font-size: 13px;
  }
  .top-intro p br {
    display: none;
  }
  .top-intro .history::before,
  .top-intro .history::after {
    display: none;
  }
  .top-one-recommend {
    padding: 40px 0;
  }
  .top-one-recommend .btnArea{
    margin-bottom: 20px;
  }
  .btnArea a {
    width: 220px;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 14px;
    margin: 0 auto;
  }
  
  .top-point .point-heading h2 {
    text-align: center;
    margin-top: -20px;
  }
  .top-point .point-heading h2 img {
   width: 130px;    
  }
  .top-point .row {
    display: flex;
    flex-direction: column;
  }
  .top-point .row h2 img {
    margin-right: 15px;
    max-width: 60px;
  }
  .top-point .row h2 {
    font-size: 18px;
  }
  .top-point .row.row-1 > div:first-child {
    order: 2;
  }
  .top-point .row.row-1 > div:nth-child(2) {
    order: 1;
    transform: translateY(0);
  }
  .top-point .row.row-3 > div:first-child {
    order: 2;
  }
  .top-point .row.row-3 > div:nth-child(2) {
    order: 1;
    transform: translateY(0);
  }
  
  .top-point .row.row-2 .col-lg-5 {
    margin-top: 0;
  }
   .top-point .row.row-3 .col-lg-7 {
     transform: translateY(0);
  }
  .top-point .row {
    margin: 0;
  }
  .top-point .row.row-1::before,
  .top-point .row.row-2::before,
  .top-point .row.row-3::before {
    display: none;
  }
  .top-point .row p {
        font-size: 14px;
    line-height: 1.75;
    margin-bottom: 40px;
  }
  
  .top-point .row.row-2 h2 {
    display: flex;
  }
  .top-point .row.row-2 h2 img {
    margin-bottom: 0;
  }

  .top-point .row.row-3 h2 {
    display: flex;
  }
  .top-point .row.row-3 h2 img {
    margin-bottom: 0;
  }  
  .top-one-recommend .fig_wrap {
    padding-left: 0;
  }
  .top-one-recommend .fig_wrap .budge {
    width: 80px;
    top: -5px;
}    
  }
}
