/* media query */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body #wrapper header {
  background: #C79872;
}
@media all and (max-width: 1025px) {
  body #wrapper header {
    padding-top: 0 !important;
  }
}
body #wrapper header .sp_menu .menu-trigger {
  background: #000 !important;
}
body #wrapper header .sp_menu nav .splnav li.living {
  background-color: #fef5e3;
}
body #wrapper main {
  line-height: 1.8;
}
body #wrapper main .intro {
  background: #C79872;
  height: 1200px;
  background-image: url(../images/main_img_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 65%;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro {
    height: 1000px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro {
    background-position: top 20px center;
    background-size: 65%;
    height: 940px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .intro {
    background-size: 70%;
    height: 925px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro {
    background-size: 75%;
    height: 700px;
  }
}
@media all and (max-width: 1025px) and (-ms-high-contrast: none) {
  body #wrapper main .intro {
    height: 720px;
  }
}

@media all and (max-width: 768px) {
  body #wrapper main .intro {
    background-position: top 140px center;
    background-size: 80%;
    height: 700px;
  }
}
@media all and (max-width: 768px) and (-ms-high-contrast: none) {
  body #wrapper main .intro {
    height: 680px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper main .intro {
    background-image: url(../images/main_img_sp.png);
    background-position: top 70px center;
    background-size: 100%;
  }
}
@media all and (max-width: 375px) {
  body #wrapper main .intro {
    height: 640px;
  }
}
@media all and (max-width: 320px) {
  body #wrapper main .intro {
    background-position: top 90px center;
    height: 580px;
  }
}
body #wrapper main .intro .object {
  position: absolute;
  top: 50px;
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro .object {
    top: 100px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro .object {
    top: 55px;
  }
}
body #wrapper main .intro .object img {
  max-width: 80%;
  margin: auto;
}
@media all and (max-width: 768px) {
  body #wrapper main .intro .object img {
    max-width: 90%;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro .object img {
    max-width: 100%;
  }
}
body #wrapper main .intro h1 {
  text-align: center;
  line-height: 1.2;
  margin: 80px 0 50px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro h1 {
    margin: 50px 0 40px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro h1 {
    margin: 30px 0 40px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro h1 {
    margin: 30px 0;
  }
}
body #wrapper main .intro h1 img {
  max-width: 50%;
  margin: auto;
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro h1 img {
    max-width: 60%;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro h1 img {
    max-width: 80%;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro h1 img {
    max-width: 85%;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .intro .lead br.sp {
    display: block;
  }
}
body #wrapper main .intro::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../common/images/separate_white_bottom.png);
  width: 100%;
  height: 0;
  padding-top: 13.2%;
  margin-top: 1000px;
  top: 0;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro::after {
    margin-top: 830px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro::after {
    margin-top: 790px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro::after {
    margin-top: 620px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro::after {
    margin-top: 660px;
  }
}
@media all and (max-width: 375px) {
  body #wrapper main .intro::after {
    margin-top: 600px;
  }
}
@media all and (max-width: 320px) {
  body #wrapper main .intro::after {
    margin-top: 540px;
  }
}
body #wrapper main .intro.on::after {
  content: none;
}
body #wrapper main .about .block {
  margin-top: 370px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .about .block {
    margin-top: 340px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .about .block {
    margin-top: 280px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .about .block {
    margin-top: 200px;
  }
}
body #wrapper main .about .block.first {
  margin-top: 0;
}
@media all and (max-width: 1680px) {
  body #wrapper main .about .block.first {
    margin-top: 30px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .about .block.first {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .about .block.first {
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.first {
    margin-top: 20px;
  }
}
body #wrapper main .about .block.first .headline::before {
  top: -235px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .about .block.first .headline::before {
    top: -250px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .about .block.first .headline::before {
    top: -235px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .about .block.first .headline::before {
    top: -210px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .about .block.first .headline::before {
    top: -135px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .about .block.first .headline::before {
    top: -150px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.first .headline::before {
    top: -85px;
  }
}
body #wrapper main .about .block.first .point .col2 {
  align-items: flex-start;
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  body #wrapper main .about .block.first .point .col2 li {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .about .block.first .point .col2 li:nth-child(2) {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.first .point .col2 li:nth-child(2) {
    margin-top: 50px;
  }
}
body #wrapper main .about .block.first .point .col2 li:nth-child(3), body #wrapper main .about .block.first .point .col2 li:nth-child(4) {
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.first .point .col2 li:nth-child(3), body #wrapper main .about .block.first .point .col2 li:nth-child(4) {
    margin-top: 40px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .about .block.second {
    margin-top: 310px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .about .block.second {
    margin-top: 240px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .about .block.second {
    margin-top: 170px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.second {
    margin-top: 100px;
  }
}
body #wrapper main .about .block.second .headline::before {
  top: -280px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .about .block.second .headline::before {
    top: -275px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .about .block.second .headline::before {
    top: -270px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .about .block.second .headline::before {
    top: -275px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .about .block.second .headline::before {
    top: -220px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .about .block.second .headline::before {
    top: -155px;
  }
}
@media all and (max-width: 414px) {
  body #wrapper main .about .block.second .headline::before {
    top: -100px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.second p.image {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.second .bg_c {
    padding-bottom: 70px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.second .bg_c::after {
    margin-top: 150px;
  }
}
body #wrapper main .about .block.second .point2 {
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.second .point2 {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.second .point2 ul li ul.col2 {
    display: flex;
  }
}
body #wrapper main .about .block.second .point2 ul li ul.col2 li {
  width: 48%;
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.second .point2 ul li ul.col2 li:nth-child(2) {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.second .point2 ul li:nth-child(2) p {
    margin-top: 10px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .about .block.second .point2 ul.last {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .about .block.second .point2 ul.last {
    padding-bottom: 0;
  }
}
body #wrapper main p {
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  body #wrapper main p {
    margin-top: 0;
  }
}
body #wrapper main p.image {
  text-align: center;
  margin-bottom: 250px;
}
@media all and (max-width: 768px) {
  body #wrapper main p.image {
    margin-bottom: 0;
  }
}
body #wrapper main p.image img {
  max-width: 700px;
}
@media all and (max-width: 768px) {
  body #wrapper main p.image img {
    max-width: 500px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main p.image img {
    max-width: 85%;
  }
}

p.title {
  font-weight: bold;
  font-size: 150%;
  margin: 10px 0 !important;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
}
@media all and (max-width: 480px) {
  p.title {
    margin: 0 0 10px !important;
  }
}
p.title.on {
  color: #fff000;
}
@media all and (max-width: 480px) {
  p.txtc {
    text-align: left;
  }
}

.bg_c {
  background: #F9F5F1;
  margin-top: 200px;
}
@media all and (max-width: 768px) {
  .bg_c {
    margin-top: 150px;
  }
}
@media all and (max-width: 480px) {
  .bg_c {
    margin-top: 80px;
  }
}
.bg_c::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/separate_top.svg);
  width: 100%;
  height: 0;
  padding-top: 10%;
  margin-top: -10%;
}
.bg_c::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/separate_bottom.svg);
  width: 100%;
  height: 0;
  padding-top: 12.3333%;
}
@media all and (max-width: 480px) {
  .bg_c .inner {
    padding: 10px 0 30px;
  }
}

.headline {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto 50px;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 1px;
}
@media all and (max-width: 480px) {
  .headline {
    margin: 0 auto;
    font-size: 120%;
  }
}
.headline::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-image: url(../images/bookmark.svg);
  width: 60px;
  height: 164px;
  top: -250px;
  right: 50px;
  z-index: 1;
}
@media all and (max-width: 1025px) {
  .headline::before {
    width: 50px;
    height: 145px;
    top: -200px;
    right: 20px;
  }
}
@media all and (max-width: 768px) {
  .headline::before {
    width: 40px;
    height: 109px;
    top: -150px;
  }
}
@media all and (max-width: 480px) {
  .headline::before {
    width: 25px;
    height: 68px;
    top: -50px;
    right: 20px;
  }
}

span {
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 1em;
  transition: all 2s ease;
}
span.active {
  background-position: -100% 1em;
}
span.on {
  background-image: none !important;
}
span.marker-animation {
  background-image: linear-gradient(left, transparent 50%, #eee0d5 50%);
  background-image: -webkit-linear-gradient(left, transparent 50%, #eee0d5 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #eee0d5 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #eee0d5 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #eee0d5 50%);
}

.footer_wrapper {
  padding-top: 50px;
}
@media all and (max-width: 480px) {
  .footer_wrapper {
    padding-top: 0;
  }
}
.footer_wrapper .footer_img {
  top: -80px;
}
@media all and (max-width: 1680px) {
  .footer_wrapper .footer_img {
    top: -65px;
  }
}
@media all and (max-width: 1440px) {
  .footer_wrapper .footer_img {
    top: -40px;
  }
}
@media all and (max-width: 1025px) {
  .footer_wrapper .footer_img {
    top: -40px;
  }
}
@media all and (max-width: 480px) {
  .footer_wrapper .footer_img {
    top: -80px;
  }
}
.footer_wrapper footer {
  position: relative;
  background: #C79872;
  color: #fff;
}
.footer_wrapper footer::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/separate_footer_top.png);
  width: 100%;
  height: 0;
  padding-top: 5%;
}
@media all and (max-width: 480px) {
  .footer_wrapper footer::before {
    top: 0;
  }
}

h2 {
  line-height: 2.5;
}
@media all and (max-width: 480px) {
  h2 {
    line-height: 1.8;
  }
}
@media all and (-ms-high-contrast: none) {
  h2.lh {
    line-height: 1.5;
  }
}
h2 svg.mds01, h2 img.mds01 {
  max-width: 600px;
}
@media all and (max-width: 480px) {
  h2 svg.mds01, h2 img.mds01 {
    max-width: 75%;
  }
}
h2 svg.mds02_1, h2 img.mds02_1 {
  max-width: 350px;
}
@media all and (max-width: 480px) {
  h2 svg.mds02_1, h2 img.mds02_1 {
    max-width: 45%;
  }
}
@media all and (-ms-high-contrast: none) {
  h2 svg.mds02_1, h2 img.mds02_1 {
    height: 90px;
  }
}
h2 svg.mds02_2, h2 img.mds02_2 {
  max-width: 600px;
}
@media all and (max-width: 480px) {
  h2 svg.mds02_2, h2 img.mds02_2 {
    max-width: 77%;
  }
}
@media all and (-ms-high-contrast: none) {
  h2 svg.mds02_2, h2 img.mds02_2 {
    height: 90px;
  }
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}
@media all and (max-width: 480px) {
  .mb100 {
    margin-bottom: 50px;
  }
}
