/*
  File Name   : madeinjapan.css
  Description : Made in Japan
*/

#main {
  font-size: 18px;
}

.f-mincho {
   font-family: "YuMin",YuMincho,"Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3","HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝","MS PMincho", "MS 明朝", serif;
}

.section__inner {
  padding: 0 15px;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: content-box;
}

@media screen and (max-width: 811px) {
  #main {
    font-size: 14px;
  }
}


/* section-kv
================================================== */
.section-kv {
  background: url(/assets/img/madeinjapan/bg-kv-01.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.section-kv {
  padding: 12.5vw 0;
}

.section-kv__ttl__img {
  max-width: 261px;
  margin: 0 auto 44px;
}

.section-kv__ttl {
  font-size: 50px;
}

.section-kv__ttl__main {
  display: block;
  margin-bottom: 5px;
}

.section-kv__ttl__sub {
  font-size: 30px;
}

@media screen and (max-width: 811px) {
  .section-kv__ttl__img {
    width: 70%;
    margin-bottom: 30px;
  }

  .section-kv__ttl {
    font-size: 32px;
  }

  .section-kv__ttl__sub {
    font-size: 22px;
  }
}


/* section-lang-btn
================================================== */
.section-lang-btn {
  background: #f2f2f2;
  text-align: center;
  padding: 40px;
}

.lang-btn {
  background: #fff;
  display: inline-block;
  padding: 14px 50px;
}

.lang-btn-inner {
  display: block;
  padding-right: 30px;
  background: url(/assets/img/madeinjapan/icon-external-link-01.png) no-repeat 96% 50%;
  background-size: 15px auto;
 }

.lang-btn-inner span {
  font-size: 24px;
}

@media screen and (max-width: 811px) {
  .section-lang-btn {
    padding: 20px;
  }

  .lang-btn {
    padding: 10px 30px;
  }

  .lang-btn-inner {
    padding-right: 20px;
    background-size: 12px auto;
   }

  .lang-btn-inner span {
    font-size: 20px;
  }

}


/* section-lead
================================================== */
.section-lead {
  padding: 100px 0;
}

.section-lead__ttl {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}

.section-lead__ttl__main {
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}

.section-lead__txt {
  text-align: center;
  line-height: 1.9;
  max-width: 960px;
  padding: 0 15px;
  box-sizing: content-box;
  margin: 0 auto 90px;
}

.section-lead__catch {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.section-lead__catch__txt {
  font-size: 40px;
  margin-left: calc((100% - 960px) / 2);
  margin-right: -4em;
  flex: 1 0 0%;
  position: relative;
}

.section-lead__catch__img {
  width: 60%;
}

@media screen and (max-width: 990px) {
  .section-lead__catch__txt {
    margin-left: 15px;
  }
}

@media screen and (max-width: 811px) {
  .section-lead {
    padding: 50px 15px;
  }

  .section-lead__ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .section-lead__ttl__main {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .section-lead__txt {
    margin-bottom: 30px;
    text-align: left;
    padding: 0;
  }

  .section-lead__catch {
    display: block;
  }

  .section-lead__catch__txt {
    font-size: 22px;
    margin: 0 0 .5em;
  }

  .section-lead__catch__img {
    width: 100%;
  }
}


/* section-contents
================================================== */
.section-contents {
  padding-bottom: 100px;
}

.section-contents__ttl {
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 30px;
}

.section-contents__ttl:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #5d4b36;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-contents__lead {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 50px;
}

.section-contents__img-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.section-contents__img-list li {
  width: 31.25%;
}

.section-contents__img-list.col-3 li:nth-child(2) {
  margin-top: 40px;
}
.section-contents__img-list.col-3 li:nth-child(3) {
  margin-top: 80px;
}

.section-contents__img-list.col-2 li {
  width: 52.08%;
}

.section-contents__img-list.col-2 li:nth-child(2) {
  margin-left: -4.1666%;
  margin-top: 60px;
}

@media screen and (max-width: 811px) {
  .section-contents {
    padding-bottom: 40px;
  }

  .section-contents__ttl {
    font-size: 20px;
    padding-bottom: .7em;
    margin-bottom: .7em;
    line-height: 1.2;
  }

  .section-contents__ttl:after {
    width: 30px;
    height: 2px;
  }

  .section-contents__lead {
    text-align: left;
    margin-bottom: 25px;
  }

  .section-contents__img-list.col-3 li:nth-child(2) {
    margin-top: 20px;
  }

  .section-contents__img-list.col-3 li:nth-child(3) {
    margin-top: 40px;
  }

  /* .section-contents__img-list {
    display: block;
  }

  .section-contents__img-list li {
    width: 100%;
    box-sizing: border-box;
    padding-right: 10%;
    margin-bottom: 15px;
  }

  .section-contents__img-list li:last-child {
    margin-bottom: 0;
  }

  .section-contents__img-list.col-3 li:nth-child(2) {
    padding: 0 5%;
  }
  .section-contents__img-list.col-3 li:nth-child(3) {
    padding-right: 0;
    padding-left: 10%;
  }

  .section-contents__img-list.col-3 li:nth-child(2),
  .section-contents__img-list.col-3 li:nth-child(3) {
    margin-top: 0;
  }

  .section-contents__img-list.col-2 li {
    width: 100%;
    margin-bottom: 0;
  }

  .section-contents__img-list.col-2 li:nth-child(2) {
    margin: -5% 0 0;
    padding-right: 0;
    padding-left: 10%;
  } */

}



/* section-img
================================================== */
.section-img {
  padding-bottom: 60px;
}

.section-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 811px) {
  .section-img {
    padding-bottom: 40px;
  }
}


/* modal-list
================================================== */
.modal-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.modal-list li {
  width: 31.25%;
  line-height: 1.4;
  font-size: 20px;
  background: url(/assets/img/madeinjapan/bg-shoes-01.png) no-repeat 100% 50%;
  background-size: 80px auto;
}

.modal-list li.sole {
  background-image: url(/assets/img/madeinjapan/bg-shoes-02.png);
}

.modal-list li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
  box-sizing: border-box;
  height: 100%;
  padding: 15px;
  color: #5d4b36;
  -webkit-transition: .2s;
  transition: .2s;
}

.modal-list li a:hover {
  text-decoration: none;
  opacity: .7;
}

.modal-list li a span {
  display: block;
}

.modal-list li small {
  font-size: .8em;
}

.modal-list__modal-box {
  display: none;
}

.modal-list__modal-box-inner {
  padding: 60px;
  max-width: 740px;
  box-sizing: border-box;
}

#cboxLoadedContent {
  height: auto !important;
}

#cboxClose {
  background: #000 url(/assets/img/common/icon-close-01.png) no-repeat 50% 50%;
  background-size: 13px auto;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}

#cboxClose:hover {
  opacity: .7!important;
}

.modal-txt {
  margin-bottom: 30px;
}

.modal-box__img-list__txt {
  font-size: 22px;
  font-family: "YuMin",YuMincho,"Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3","HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝","MS PMincho", "MS 明朝", serif;
  margin-bottom: 1.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.2;
}

.modal-box__img-list__txt .process {
  white-space: nowrap;
}

.slick-slide:focus {
  outline: none;
}

.slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(/assets/img/common/icon-slide-arrow-left.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 180px;
  left: 20px;
  z-index: 2;
  -webkit-transition: .2s;
  transition: .2s;
}

.slide-arrow.slide-next {
  background-image: url(/assets/img/common/icon-slide-arrow-right.png);
  left: auto;
  right: 20px;
}

.slide-arrow:hover {
  opacity: .7;
}

@media screen and (max-width: 811px) {
  .modal-list {
    display: block;
  }

  .modal-list li {
    width: auto;
    font-size: 16px;
    background-size: 60px auto;
    margin-bottom: 10px;
  }

  .modal-list li a {
    padding: 10px;
  }

  .modal-list__modal-box-inner {
    padding: 30px 6.25vw;
  }

  #cboxClose {
    background-size: 3.125vw auto;
    width: 9.375vw;
    height: 9.375vw;
  }

  .modal-txt {
    margin-bottom: 20px;
  }

  .modal-box__img-list__txt {
    font-size: 16px;
    margin-bottom: .8em;
  }

  .slide-arrow {
    width: 9.375vw;
    height: 9.375vw;
    left: 10px;
    bottom: 19.53125vw;
  }

  .slide-arrow.slide-next {
    left: auto;
    right: 10px;
  }

}


/* section-craft
================================================== */
.section-craft__ttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}

.section-craft__img-list li {
  width: 25%;
  margin-right: 3.125%;
  margin-bottom: 30px;
}

.section-craft__img-list li.half {
  width: 43.75%;
}

.section-craft__img-list li.full {
  width: 100%;
  margin-right: 0;
}

.section-craft__img-list li:nth-child(3n) {
  margin-right: 0;
}


@media screen and (max-width: 811px) {
  .section-craft__ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .section-craft__img-list li {
    margin-bottom: 2.875vw;
  }
}
