@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#adtag {
  opacity: 0;
}

.breadcrumb {
  padding: 20px 2%;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
  background: #fff;
  color: #000;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #888;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: " ＞ ";
  display: inline-block;
}

.annotation-area {
  background: #fff;
  color: #797979;
  padding: 40px 0;
}

.page-annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.8;
}

.wrap {
  margin: 0 auto;
  width: 84%;
  max-width: 1200px;
}

#concept main img {
  max-width: 100%;
}
#concept .image {
  position: relative;
  line-height: 0;
}
#concept .image .annotation {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 10px;
  line-height: 1.4;
}
#concept .image .annotation.white {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}
#concept main {
  color: #3e3a39;
  font-family: "RyuminPro", serif;
  line-height: 1;
}
#concept sup {
  font-size: 10px;
  vertical-align: super;
}
#concept sp {
  display: none;
}
#concept pc {
  display: block;
}
#concept .page-annotation {
  font-family: "Noto Sans JP", sans-serif;
}
#concept .main-visual {
  position: relative;
  border: none;
}
#concept .sections .inner {
  margin: 0 auto;
  width: 84%;
  max-width: 1200px;
}
#concept .sections .image {
  position: relative;
  line-height: 0;
}
#concept .sections .annotation {
  font-size: 10px;
  text-align: right;
}
#concept .intro {
  text-align: center;
  background: rgba(168, 217, 214, 0.3);
  padding: 140px 0;
}
#concept .intro .text {
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 0.12em;
  color: #002d43;
}
#concept .images {
  background: rgba(168, 217, 214, 0.3);
  margin-bottom: 140px;
}
#concept .images .text {
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 0.12em;
  color: #002d43;
  text-align: center;
  padding-top: 140px;
}
#concept .images .lead {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.12em;
  color: #002d43;
  padding-bottom: 140px;
}
#concept .images .caps {
  text-align: right;
  font-size: 10px;
  line-height: 1.5;
  padding: 10px 10px 10px 0;
}
#concept .btn {
  text-align: center;
  max-width: 320px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #concept sp {
    display: block;
  }
  #concept pc {
    display: none;
  }
  #concept .intro {
    text-align: left;
    padding: 60px 0;
  }
  #concept .intro .text {
    font-size: 22px;
    line-height: 1.8;
  }
  #concept .images {
    margin-bottom: 60px;
    padding-bottom: 0;
  }
  #concept .images .texts {
    text-align: left;
  }
  #concept .images .texts .text {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-top: 60px;
  }
  #concept .images .texts .lead {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 60px;
  }
  #concept .images .caps {
    text-align: left;
    padding-left: 10px;
  }
  #concept .images .caps.sp {
    background: rgba(168, 217, 214, 0.3);
  }
  #concept .btn {
    margin: 0 auto 60px;
  }
}/*# sourceMappingURL=concept.css.map */