@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

html {
  overflow-y: scroll;
  *zoom: 1;
  /* firefox */ }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

/* ==========================================================================
base
  ========================================================================== */
body {
  min-width: 0; }

.knowmjuk {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #333;
  line-height: 1.8;
  font-size: 100%;
  font-weight: 400;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.1em; }
  .knowmjuk img {
    width: 100%;
    height: auto; }
  .knowmjuk * {
    box-sizing: border-box; }
  .knowmjuk a {
    color: #333;
    text-decoration: underline;
    outline: none; }
    .knowmjuk a:hover {
      text-decoration: none; }
      @media screen and (min-width: 769px) {
        .knowmjuk a:hover img {
          opacity: 0.6; } }

.header-fix .g-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.header-fix footer {
  position: relative;
  z-index: 10; }
  .header-fix footer a:hover {
    opacity: 0.7; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

.knowmjuk-cont {
  position: relative;
  z-index: 10;
  background: #fff;
  margin-top: 250vh; }
  @media screen and (max-width: 768px) {
    .knowmjuk-cont {
      margin-top: 200vh; } }

.hide,
.removes {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.moves {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

/* ==========================================================================
mv
  ========================================================================== */
.mv-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/top_mv_bg_3.jpg) center center;
  background-size: auto 200%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media screen and (max-width: 768px) {
    .mv-area {
      background-size: auto 180%;
      height: 100%; } }

.mv-bg {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .mv-bg {
      height: 100%; } }

.mv-logo {
  display: block;
  width: 400px; }
  @media screen and (max-width: 768px) {
    .mv-logo {
      width: 60%; } }

.mv-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/top_mv_mask.svg) 48% center;
  background-size: 200% auto; }
  @media screen and (max-width: 768px) {
    .mv-mask {
      height: 100%;
      background-size: 320% auto; } }

.mv-scroll {
  position: absolute;
  right: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: right bottom;
  animation: 2s  infinite expansion2; }
  @media screen and (max-width: 768px) {
    .mv-scroll {
      right: 30px; } }
  @media screen and (min-width: 769px) {
    .mv-scroll {
      right: 50%;
      margin-right: -10px; } }
  .mv-scroll .line {
    margin-left: 10px;
    width: 90px;
    height: 1px;
    background: #000;
    animation: 2s  infinite expansion; }

@keyframes expansion {
  0% {
    width: 0px; }
  100% {
    width: 90px; } }

@keyframes expansion2 {
  0% {
    bottom: 90px; }
  100% {
    bottom: 0; } }

/* ==========================================================================
top
  ========================================================================== */
.lead-area {
  padding: 100px 0;
  width: 100%;
  max-width: 580px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .lead-area {
      padding: 50px 5%; } }

.top-img {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto 70px; }
  @media screen and (max-width: 768px) {
    .top-img {
      margin: 0 auto 35px; } }

.top-img-03 {
  margin: 0 auto; }

.top-text {
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .top-text {
      font-size: 15px;
      line-height: 1.8; } }
  @media screen and (max-width: 768px) {
    .top-text {
      margin-bottom: 35px;
      padding: 0 5%;
      text-align: left; } }

.top-about-01 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 40px; }
  .top-about-01:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #ccc;
    margin-left: -30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 8px;
    text-align: center; }

.top-about-02 {
  font-size: 14px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left; }

/*開発者*/
.dev-area {
  background: #f6f5f1;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .dev-area {
      padding: 25px 5%; } }
  .dev-area dl {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
    .dev-area dl dt {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .dev-area dl dt:hover {
        opacity: 0.7;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      .dev-area dl dt p {
        font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
        font-weight: 100;
        text-align: left;
        font-size: 14px;
        line-height: 2;
        color: #666; }
        @media screen and (max-width: 768px) {
          .dev-area dl dt p {
            font-size: 13px; } }
        .dev-area dl dt p span {
          font-size: 24px; }
          @media screen and (max-width: 768px) {
            .dev-area dl dt p span {
              font-size: 18px; } }
      .dev-area dl dt .dev-icon p {
        font-size: 40px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        line-height: 1; }
        .dev-area dl dt .dev-icon p.active {
          transform: rotate(45deg);
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
    .dev-area dl dd {
      display: none;
      padding-top: 30px; }
      @media screen and (max-width: 768px) {
        .dev-area dl dd {
          padding-top: 15px; } }
      .dev-area dl dd .dev-detail {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        .dev-area dl dd .dev-detail .dev-img {
          width: 40%; }
          @media screen and (max-width: 768px) {
            .dev-area dl dd .dev-detail .dev-img {
              width: 90%;
              margin: 0 auto 20px; } }
        .dev-area dl dd .dev-detail .dev-text {
          width: 56%;
          font-size: 15px;
          font-family: '小塚ゴシック Pr6N', 'Kozuka Gothic Pr6N', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif;
          line-height: 2;
          color: #666; }
          @media screen and (max-width: 768px) {
            .dev-area dl dd .dev-detail .dev-text {
              width: 100%;
              font-size: 14px; } }
          .dev-area dl dd .dev-detail .dev-text p {
            margin-bottom: 30px; }
            @media screen and (max-width: 768px) {
              .dev-area dl dd .dev-detail .dev-text p {
                margin-bottom: 15px; } }
            .dev-area dl dd .dev-detail .dev-text p:last-child {
              margin-bottom: 0; }

/* ==========================================================================
essence
  ========================================================================== */
.ess-area {
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    .ess-area {
      padding: 35px 0; } }

.ess-ttl {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 70px; }
  @media screen and (max-width: 768px) {
    .ess-ttl {
      max-width: 150px;
      margin: 0 auto 35px; } }

.ess-lead {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 70px;
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  color: #333;
  letter-spacing: 0.1em;
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100; }
  @media screen and (max-width: 768px) {
    .ess-lead {
      font-size: 15px;
      line-height: 1.8; } }
  @media screen and (max-width: 768px) {
    .ess-lead {
      margin: 0 auto 35px;
      text-align: left;
      padding: 0 5%; } }

.ess-slider {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .ess-slider {
      padding-bottom: 40px;
      margin-bottom: 30px; } }

.swiper-slide a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .swiper-slide a img:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1.05); }

.swiper-slide p {
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .swiper-slide p {
      font-size: 15px;
      line-height: 1.8; } }
  .swiper-slide p:first-child {
    margin-bottom: 20px; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px; }

.lagom-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .lagom-inner {
      padding: 0 5%; } }

.lagom-ttl {
  width: 32%; }

.lagom-img-01,
.lagom-img-02 {
  width: 32%; }

.lagom-text {
  width: 100%;
  padding: 30px 0;
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .lagom-text {
      font-size: 15px;
      line-height: 1.8; } }
  @media screen and (max-width: 768px) {
    .lagom-text {
      padding: 20px 0;
      text-align: left; } }

.btn-detail {
  width: 100%;
  max-width: 480px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .btn-detail {
      width: 80%; } }
  .btn-detail a {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .btn-detail a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      width: 12px;
      height: 12px;
      margin-top: -6px;
      -transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    @media screen and (min-width: 769px) {
      .btn-detail a:hover {
        opacity: 0.7;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; } }

.btn-lagom a {
  background: #333;
  color: #fff; }
  .btn-lagom a:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff; }

/* ==========================================================================
taste
  ========================================================================== */
.taste-area {
  padding: 70px 0;
  background: #f6f5f1; }
  @media screen and (max-width: 768px) {
    .taste-area {
      padding: 35px 0; } }

.taste-ttl {
  font-family: 'Raleway', cursive;
  font-weight: 100;
  letter-spacing: 0;
  font-size: 60px;
  text-align: center;
  color: #333;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .taste-ttl {
      font-size: 50px;
      margin-bottom: 15px;
      line-height: 1; } }

.taste-sub {
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .taste-sub {
      font-size: 20px;
      margin-bottom: 20px; } }

.taste-text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .taste-text {
      font-size: 15px;
      line-height: 1.8; } }
  @media screen and (max-width: 768px) {
    .taste-text {
      text-align: left;
      margin: 0 auto 30px;
      padding: 0 5%; } }

.taste-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 768px) {
    .taste-box {
      margin: 0 auto 30px; } }
  .taste-box li {
    width: 46%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .taste-box li {
        width: 80%;
        margin: 0 auto; }
        .taste-box li:first-child {
          margin-bottom: 30px; } }
    .taste-box li p {
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .taste-box li p {
          margin-bottom: 10px; } }
      .taste-box li p.taste-detail {
        font-family: '小塚ゴシック Pr6N', 'Kozuka Gothic Pr6N', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif;
        font-size: 14px; }
      .taste-box li p.taste-logo {
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          .taste-box li p.taste-logo {
            margin-bottom: 20px; } }
        .taste-box li p.taste-logo img {
          display: block;
          height: 80px;
          width: auto;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            .taste-box li p.taste-logo img {
              height: 50px; } }

.btn-taste a {
  background: #333;
  color: #fff; }
  .btn-taste a:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff; }

/* ==========================================================================
model room
  ========================================================================== */
.model-area {
  padding: 70px 0;
  background: #eee; }
  @media screen and (max-width: 768px) {
    .model-area {
      padding: 35px 0; } }

.model-ttl {
  font-family: 'Raleway', cursive;
  font-weight: 100;
  letter-spacing: 0;
  font-size: 60px;
  text-align: center;
  color: #333;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .model-ttl {
      font-size: 30px;
      margin-bottom: 20px; } }

.model-sub {
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .model-sub {
      font-size: 20px;
      margin-bottom: 20px; } }

.model-text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .model-text {
      font-size: 15px;
      line-height: 1.8; } }
  @media screen and (max-width: 768px) {
    .model-text {
      text-align: left;
      margin: 0 auto 30px;
      padding: 0 5%; } }

.model-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .model-list {
      margin: 0 auto 30px;
      padding: 0 5%; } }
  .model-list li {
    width: 46%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .model-list li {
        width: 100%;
        letter-spacing: 0; }
        .model-list li:first-child {
          margin-bottom: 20px; } }
    .model-list li .model-img {
      width: 50%; }
    .model-list li .model-detail {
      width: 50%;
      text-align: center;
      font-family: '小塚ゴシック Pr6N', 'Kozuka Gothic Pr6N', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif; }
      .model-list li .model-detail p {
        color: #365370;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .model-list li .model-detail p {
            font-size: 14px; } }
      .model-list li .model-detail a {
        text-decoration: underline; }
        @media screen and (max-width: 768px) {
          .model-list li .model-detail a {
            font-size: 14px; } }

.btn-model a {
  background: #fff;
  color: #333;
  line-height: 1.5;
  padding: 15px 0;
  height: auto;
  border: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .btn-model a {
      font-size: 15px;
      letter-spacing: 0; } }
  .btn-model a:after {
    border-top: 3px solid #333;
    border-right: 3px solid #333; }

/* ==========================================================================
ban
  ========================================================================== */
.sh-area {
  width: 100%;
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    .sh-area {
      padding: 0; } }

.sh-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 70px;
  padding: 40px;
  background: #365370;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .sh-box {
      padding: 35px 0;
      margin: 0 auto 35px; } }

.sh-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .sh-inner {
      margin-bottom: 20px;
      padding: 0 5%; } }

.sh-img {
  width: 30%; }
  @media screen and (max-width: 768px) {
    .sh-img {
      width: 80%;
      margin: 0 auto 20px; } }

.sh-text {
  width: 66%; }
  @media screen and (max-width: 768px) {
    .sh-text {
      width: 100%; } }

.sh-ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .sh-ttl {
      justify-content: center; } }
  .sh-ttl p:first-child {
    width: 26%; }
  .sh-ttl p:last-child {
    width: 70%;
    font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 100;
    font-size: 30px;
    padding-left: 30px; }
    @media screen and (max-width: 768px) {
      .sh-ttl p:last-child {
        width: auto;
        font-size: 18px;
        padding-left: 15px; } }

.sh-detail {
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  color: #fff;
  text-align: left;
  line-height: 1.7;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .sh-detail {
      font-size: 14px; } }

.btn-sh a {
  background: #fff;
  color: #365370; }
  @media screen and (max-width: 768px) {
    .btn-sh a {
      font-size: 15px;
      letter-spacing: 0; } }
  .btn-sh a:after {
    border-top: 3px solid #365370;
    border-right: 3px solid #365370; }

.link-catalog a {
  width: 100%;
  max-width: 900px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #365370;
  margin: 0 auto;
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #365370; }
  @media screen and (max-width: 768px) {
    .link-catalog a {
      width: 80%;
      margin: 0 auto 35px;
      height: 50px;
      line-height: 50px;
      font-size: 17px; } }
  @media screen and (min-width: 769px) {
    .link-catalog a:hover {
      transform: scale(1.05); } }

/* ==========================================================================
mjuk
  ========================================================================== */
.mjuk-area {
  padding: 70px 0;
  border-top: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .mjuk-area {
      padding: 35px 8%; } }

.mjuk-ttl {
  text-align: center;
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .mjuk-ttl {
      font-size: 20px;
      margin-bottom: 30px; } }

.mjuk-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  .mjuk-list li {
    width: 32%; }
    @media screen and (max-width: 768px) {
      .mjuk-list li {
        width: 100%;
        margin-bottom: 30px; }
        .mjuk-list li:last-child {
          margin-bottom: 0; } }

.mjuk-list-ttl {
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .mjuk-list-ttl {
      margin-bottom: 15px;
      font-size: 15px; } }

.mjuk-img {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media screen and (min-width: 769px) {
    .mjuk-img img:hover {
      transform: scale(1.1);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; } }

.mjuk-name {
  line-height: 1;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100; }
  .mjuk-name.name01 {
    background: #1c63a9; }
  .mjuk-name.name02 {
    background: #d69690; }
  .mjuk-name.name03 {
    background: #d6ba8f; }

/*--------------------------------------------------
sns
--------------------------------------------------*/
.sns {
  width: 100%;
  margin-bottom: 100px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .sns {
      margin-bottom: 50px; } }

.sns-ttl {
  margin-bottom: 40px;
  font-size: 24px;
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100; }
  @media screen and (max-width: 768px) {
    .sns-ttl {
      font-size: 18px;
      margin-bottom: 20px; } }

.sns-facebook,
.sns-twitter {
  padding: 0 30px;
  display: inline-block; }
  .sns-facebook img,
  .sns-twitter img {
    width: auto;
    height: 32px; }
    @media screen and (max-width: 768px) {
      .sns-facebook img,
      .sns-twitter img {
        width: auto;
        height: 26px; } }
