@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
#contents
----------------------------------------------------------*/
#contents {
  width: 100%;
  overflow: hidden;
}

/* ---------------------------------------------------------
main
----------------------------------------------------------*/
main {
  margin-bottom: 122px;
}
#year-2017 .txt-num {
  color: #FF45E2 !important;
}
#year-2019 .txt-num,
.lang-en-2019 .txt-num {
  color: #31DFFF !important;
}

/* ---------------------------------------------------------
#about
----------------------------------------------------------*/
#about {
  margin-bottom: 0;
}
#about h2 {
  padding-bottom: 19px;
}
#about .pic {
  position: relative;
  top: auto;
  right: auto;
  width: 780px;
}
@media screen and (min-width:1234px) and (max-width:1365px) {
  #about .pic {
    width: 780px;
  }
}
@media screen and (min-width:641px) and (max-width:1233px) {
  #about .pic {
    width: 780px;
  }
}

/* ---------------------------------------------------------
#designer
----------------------------------------------------------*/
#designer {
  position: relative;
  width: 1200px;
  padding: 102px 0 60px;
  margin: -203px auto 120px;
}
#designer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 287px;
  display: block;
  width: 2000px;
  height: 100%;
  background: #000;
  z-index: -1;
}
#designer h2 {
  font-size: 3.4rem;
  text-align: right;
  color: #fff;
  margin-bottom: 121px;
}
#designer h2 strong {
  font-size: 6.5rem;
  font-weight: 600;
}
#designer .box,
#designer .box .inner {
  display: flex;
}
#designer .box {
  margin-bottom: 64px;
}
#designer h3 {
  position: relative;
  width: 360px;
  font-size: 1.8rem;
  margin: 105px 60px 0 0;
}
#designer h3 strong {
  font-size: 2.6rem;
}
#designer h3::before,
#designer h3::after {
  content: '';
  position: absolute;
  top: 34px;
  left: 0;
  display: block;
  width: 287px;
  height: 3px;
  background: #000;
}
#designer h3::after {
  left: 287px;
  width: 73px;
  background: #fff;
}
#designer h3 .txt-en {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  color: #959595;
  margin-top: 18px;
}
#designer .block {
  width: 390px;
}
#designer .block img {
  width: 100%;
  height: auto;
}
#designer .flag {
  display: flex;
  align-items: flex-end;
  font-family: urw-din-condensed;
  font-style: normal;
  font-weight: 400;
  color: #959595;
  margin: -22px 0 14px;
}
#designer .flag img {
  width: 65px;  
}
#designer .flag p {
  padding: 0 0 2px 6px;
}
#designer .name {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #fff;
}
#designer .name .txt-en {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: normal;
  margin-bottom: 8px;
}

/* ---------------------------------------------------------
#schedule
----------------------------------------------------------*/
#schedule {
  width: 1200px;
  margin: 0 auto 121px;
}
#schedule h2 {
  font-size: 3.4rem;
  margin-bottom: 44px;
  margin-top: -10px;
}
#schedule h2 strong {
  font-size: 6.5rem;
  font-weight: 600;
}
#schedule .wrapper {
  display: flex;
  justify-content: space-between;
}
#schedule .block {
  width: 780px;
}
#schedule table {
  width: 780px;
  border-bottom: 2px solid #000;
}
#schedule thead th {
  height: 72px;
  border-bottom: 2px solid #000;
}
#schedule thead th:last-child {
  padding: 0;
}
#schedule th,
#schedule td {
  height: 60px;
  letter-spacing: .05em;
  vertical-align: middle;
  text-align: left;
}
#schedule th {
  width: 209px;
  font-size: 1.6rem;
  padding-left: 20px;
  box-sizing: border-box;
}
#schedule td {
  width: 571px;
}
#schedule tbody th {
  font-family: urw-din-condensed;
  font-style: normal;
  font-weight: 700;
  font-size: 1.9rem;
}
#schedule tbody tr:nth-child(even) th,
#schedule tbody tr:nth-child(even) td {
  background: #E6E6E6;
}
#schedule td {
  font-size: 1.4rem;
}
#schedule .pic {
  width: 360px;
}
#schedule .pic img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------
#experience
----------------------------------------------------------*/
#experience .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  color: #fff;
  background: url("../../2018/img/bg.jpg") no-repeat center center / cover;
  padding-top: 15px;
  box-sizing: border-box;
  margin-bottom: 63px;
}
#year-2017 #experience .ttl {
  background-image: url("../../2017/img/bg.jpg");
}
#year-2019 #experience .ttl {
  background-image: url("../../2019/img/bg.jpg");
}
#experience h2 {
  font-size: 4.4rem;
}
#experience .txt-num {
  display: inline-block;
  font-size: 5.7rem;
  color: #92FF58;
  transform: rotate(-11deg) translateY(-3px);
  margin-left: 2px;
}
#experience .ttl p {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 18px;
}
#experience .link-page {
  margin-bottom: 72px;
}
#experience .link-page ul {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
#experience .link-page li {
  width: 360px;
  text-align: center;
  border-bottom: 3px solid #000;
}
#year-2017 .link-page li {
  width: 255px;
}
#experience .link-page a {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 15px;
}
#experience .link-page a::before {
  content: '';
  position: absolute;
  bottom: 19px;
  right: 8px;
  width: 14px;
  height: 9px;
  background: url("../img/icon_arrow_down.svg") no-repeat;
  background-size: 14px 9px;
}

/* ---------------------------------------------------------
.city
----------------------------------------------------------*/
.city {
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 108px;
}
.city::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 44px);
  background: #E6E6E6;
  z-index: -1;
}
.city h3 {
  width: 1200px;
  font-size: 4.6rem;
  padding-left: 14px;
  margin: 0 auto 60px;
  border-left: 3px solid #000;
  box-sizing: border-box;
}
.city h3 .txt-en {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #959595;
  margin-bottom: 5px;
}
.city > .slider {
  width: 1200px;
  margin: 0 auto 80px;
}
.city > .slider li {
  position: relative;
}

.city > .slider p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 13px 23px;
}
.city .slider img {
  width: 100%;
  height: auto;
}
.city .slider img.show-sp {
  display: none;
}
.city .slick-prev,
.city .slick-next,
.city .slick-prev:hover,
.city .slick-next:hover,
.city .slick-prev:focus,
.city .slick-next:focus {
  width: 33px;
  height: 57px;
  background: url("../img/icon_arrow_left.svg");
  background-size: 33px 57px;
}
.city .slick-next,
.city .slick-next:hover,
.city .slick-next:focus {
  background-image: url("../img/icon_arrow_right.svg");
}
.city .slick-prev,
.city .slick-next {
  top: 274px;
  left: 50%;
  transform: none;
  margin-left: -642px;
}
.city .slick-next {
  margin-left: 609px;
}
.city .slick-prev:before, .slick-next:before {
  display: none;
}
.city .slick-arrow.slick-disabled {
  display: none !important;
}
.city h4 {
  position: relative;
  width: 1200px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
.city h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
.city h4 .txt {
  position: relative;
  background: #E6E6E6;
  padding: 0 17px;
}
.city .process {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 52px auto 87px;
}
.city .process .block {
  display: flex;
  align-items: center;
  width: 570px;
  background: #fff;
  padding: 54px 0 54px 60px;
  box-sizing: border-box;
}
.city .process .block p {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  padding-bottom: 13px;
  border-bottom: 2px solid #000;
  margin-right: 61px;
}
.city .process li {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.15;
  letter-spacing: .05em;
  padding-left: 35px;
}
.city .process li::before {
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon_circle.svg") no-repeat;
  background-size: 12px 12px;
  margin-right: 21px;
}

/* .detail-box */
.city .detail-box {
  position: relative;
  width: 1200px;
  background: #fff;
  padding: 66px 0 0;
  margin: 52px auto 0;
  box-sizing: border-box;
}
.city .txt-caution {
  font-size: 1.2rem;
  text-align: center;
  margin: 20px 0;
}
.city .detail-box h5 {
  font-size: 1.8rem;
  padding: 0 0 0 630px;
  margin-bottom: 38px;
}
.city .detail-box h5 strong {
  display: inline-block;
  font-size: 3rem;
  letter-spacing: .02em;
  margin-bottom: 13px;
}
.city .detail-box h5.single strong {
  margin-bottom: 6px;
}
.city .detail-lead {
  width: 510px;
  min-height: 446px;
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 2.15;
  margin: 0 0 0 630px;
}
.city .detail-box h5.single + .pdf-box + .detail-lead {
  min-height: 470px;
}

/* .pdf-box */
.city .pdf-box {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 510px;
}
.city .pdf-box img {
  width: 100%;
  height: auto;
}
.city .pdf-box.no-dot .slick-dots {
  display: none;
}
.city .pdf-box .btn-detail a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 510px;
  height: 60px;
  font-size: 1.8rem;
  letter-spacing: .08em;
  font-weight: bold;
  border: 3px solid #000;
  box-sizing: border-box;
}
.city .pdf-box .btn-detail a small {
  font-size: 1.4rem;
}
.city .pdf-box .btn-detail a::before {
  content: '';
  position: absolute;
  top: 19px;
  right: 12px;
  display: block;
  width: 16px;
  height: 15px;
  background: url("../img/icon_blank.svg") no-repeat;
  background-size: 16px 15px;
}
.city .pdf-box .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.city .pdf-box .slick-dots {
  bottom: -18px;
  z-index: 2;
}
.city .pdf-box .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  opacity: 1;
  transition: opacity .3s;
}
.city .pdf-box .slick-dots li.slick-active {
  opacity: 1;
}
.city .pdf-box .slick-dots li button {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 0;
  box-sizing: border-box;
}
.city .pdf-box .slick-dots li.slick-active button {
  background: #000;
}
.city .pdf-box .slick-dots li button:before {
  display: none;
}
.city .pdf-box .slick-prev,
.city .pdf-box .slick-next,
.city .pdf-box .slick-prev:hover,
.city .pdf-box .slick-next:hover,
.city .pdf-box .slick-prev:focus,
.city .pdf-box .slick-next:focus {
  width: 16px;
  height: 28px;
  background: url("../img/icon_arrow_left.svg");
  background-size: 16px 28px;
}
.city .pdf-box .slick-next,
.city .pdf-box .slick-next:hover,
.city .pdf-box .slick-next:focus {
  background-image: url("../img/icon_arrow_right.svg");
}
.city .pdf-box .slick-prev,
.city .pdf-box .slick-next {
  top: 173px;
  left: 50%;
  transform: none;
  margin-left: -281px;
}
.city .pdf-box .slick-next {
  margin-left: 265px;
}

/* .designer */
.city .designer h6 {
  font-size: 2.7rem;
  font-weight: 600;
  color: #959595;
  letter-spacing: .08em;
  margin: 0 0 38px 60px;
}
.city .designer .box {
  position: relative;
  min-height: 400px;
  background: #000;
  padding: 43px 60px 56px;
}
.city .designer .box + .box {
  border-top: 3px solid #434343;
}
.city .designer .txt-block {
  width: 510px;
}
.city .designer .name {
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: .02em;
  color: #fff;
  margin-bottom: 20px;
}
.city .designer .name .txt-en {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: normal;
  margin-bottom: 8px;
}
.city .designer .link {
  margin-bottom: 30px;
}
.city .designer .link a {
  font-size: 1.3rem;
  letter-spacing: .08em;
  color: #959595;
  text-decoration: none;
}
.city .designer .link a:hover {
  text-decoration: underline;
}
.city .designer .link a::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url("../img/icon_blank_gray.svg") no-repeat;
  background-size: 13px 12px;
  margin-left: 7px;
}
.city .designer .txt {
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 2.15;
  color: #fff;
}
.city .designer .pic-block {
  position: absolute;
  top: -60px;
  right: 60px;
  width: 510px;
}
.city .designer .pic-block .flag {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: -30px 0 0 0;
}
.city .designer .pic-block .flag p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #959595;
  margin-right: 12px;
}
.city .designer .pic-block .flag img {
  width: 90px;
}
.city .designer .pic-block img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------
#member
----------------------------------------------------------*/
#member {
  width: 1200px;
  margin: 0 auto 335px;
}
#member h2 {
  font-size: 3.4rem;
  margin-bottom: 72px;
}
#member h2 .txt-en {
  font-size: 6.5rem;
  font-weight: 600;
}
#member h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#member li {
  font-size: 1.4rem;
  line-height: 2.15;
}

/* ---------------------------------------------------------
.lang-en-2019
.lang-en-2018,
.lang-en-2017
----------------------------------------------------------*/ 
.lang-en-2019 #designer::before,
.lang-en-2018 #designer::before,
.lang-en-2017 #designer::before {
  top: 100px;
  height: 94%;
}
.lang-en-2019 #designer,
.lang-en-2018 #designer,
.lang-en-2017 #designer {
  padding: 202px 0 60px;
}
.lang-en-2019 #experience .ttl p,
.lang-en-2018 #experience .ttl p,
.lang-en-2017 #experience .ttl p {
  line-height: 1.3;
  text-align: center;
}
.lang-en-2019 .city .process .block,
.lang-en-2018 .city .process .block,
.lang-en-2017 .city .process .block {
  padding: 54px 20px 54px 60px;
  box-sizing: border-box;
}
.lang-en-2019 .city .process .block p,
.lang-en-2018 .city .process .block p,
.lang-en-2017 .city .process .block p {
  flex-grow: 0;
  flex-shrink: 0;
}
.lang-en-2019 .detail-box .designer.pt30,
.lang-en-2018 .detail-box .designer.pt30,
.lang-en-2017 .detail-box .designer.pt30 {
  padding-top: 30px;
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:640px) {

/* ---------------------------------------------------------
main
----------------------------------------------------------*/
  main {
    margin-bottom: 52px;
  }

/* ---------------------------------------------------------
#about
----------------------------------------------------------*/
  #about {
    padding-bottom: 79.2vw;
    margin-bottom: 0;
  }
  #about h2 {
    padding-bottom: 7px;
    margin-bottom: 24px;
  }
  #about h2 strong {
    display: block;
    text-align: left;
    padding-left: 3.7%;
    margin-bottom: 8px;
  }
  #about h2 .txt-num {
    font-size: 3.5rem;
    transform: translateY(-4px) rotate(-14deg);
  }
  #about .right-col p {
    margin-bottom: 25px;
  }
  #about .pic {
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

/* ---------------------------------------------------------
#designer
----------------------------------------------------------*/
  #designer {
    width: 100%;
    padding: 30px 0 87px;
    margin: 0 auto;
  }
  #designer::before {
    left: 0;
    width: 100%;
  }
  #designer h2 {
    font-size: 1.8rem;
    padding-right: 3.46%;
    margin-bottom: 40px;
  }
  #designer h2 strong {
    display: inline-block;
    font-size: 3.3rem;
    font-weight: 600;
    margin-bottom: 4px;
  }
  #designer .box {
    display: block;
    width: 93.3%;
    margin: 0 auto 37px;
  }
  #designer h3 {
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    margin: 0 0 19px;
  }
  #designer h3 strong {
    font-size: 2rem;
  }
  #designer h3::before,
  #designer h3::after {
    display: none;
  }
  #designer h3 .txt-en {
    width: 100%;
    font-size: 1.6rem;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 2px solid #fff;
  }
  #designer h3 .txt-en img {
    width: 124px;
  }
  #designer .block {
    width: 50%;
  }
  #designer .flag {
    margin: -11px 0 6px;
  }
  #designer .flag img {
    width: 34px;  
  }
  #designer .flag p {
    font-size: 1rem;
    padding: 0 0 2px 6px;
    transform: scale(.7);
    transform-origin: left bottom;
  }
  #designer .name {
    font-size: 1.3rem;
  }
  #designer .name .txt-en {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

/* ---------------------------------------------------------
#schedule
----------------------------------------------------------*/
  #schedule {
    position: relative;
    width: 100%;
    padding: 150px 3.2% 0;
    margin: 0 auto 87px;
    box-sizing: border-box;
  }
  #schedule h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    margin-top: 0;
  }
  #schedule h2 strong {
    font-size: 3.3rem;
    font-weight: 600;
  }
  #schedule .wrapper {
    display: block;
  }
  #schedule .block {
    width: 100%;
  }
  #schedule table {
    width: 100%;
    border-bottom: 2px solid #000;
  }
  #schedule thead th {
    height: auto;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
  }
  #schedule thead th:last-child {
    padding-bottom: 15px;
  }
  #schedule th,
  #schedule td {
    height: 60px;
    letter-spacing: .05em;
    vertical-align: middle;
    text-align: left;
  }
  #schedule th {
    width: auto;
    font-size: 1.3rem;
    padding-left: 10px;
    box-sizing: border-box;
  }
  #schedule td {
    width: auto;
    padding-right: 10px;
  }
  #schedule tbody th {
    width: 120px;
    font-weight: 700;
    font-size: 1.5rem;
  }
  #schedule td {
    font-size: 1.3rem;
    line-height: 1.23;
  }
  #schedule .pic {
    position: absolute;
    top: -100px;
    right: 0;
    width: 190px;
  }

/* ---------------------------------------------------------
#experience
----------------------------------------------------------*/
  #experience .ttl {
    height: 53.3vw;
    color: #fff;
    background: url("../../2018/img/bg_sp.jpg") no-repeat center center / cover;
    padding-top: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #experience h2 {
    font-size: 2.4rem;
  }
  #experience .txt-num {
    font-size: 2.4rem;
    transform: rotate(-11deg) translateY(-3px);
    margin-left: 2px;
  }
  #experience .ttl p {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.33;
    margin-top: 13px;
  }
  #experience .link-page {
    margin-bottom: 32px;
  }
  #experience .link-page ul {
    width: 93.3%;
  }
  #experience .link-page li {
    width: 31.4%;
  }
  #year-2017 .link-page li {
    width: 23.4%;
  }
  #experience .link-page a {
    font-size: 1.3rem;
    text-align: center;
    padding-bottom: 7px;
  }
  #experience .link-page a::before {
    bottom: 8px;
    right: 0;
    width: 9px;
    height: 6px;
    background-size: 9px 6px;
  }

/* ---------------------------------------------------------
.city
----------------------------------------------------------*/
  .city {
    padding-bottom: 40px;
    margin-bottom: 29px;
  }
  .city::before {
    top: 25px;
    height: calc(100% - 25px);
  }
  .city h3 {
    width: auto;
    font-size: 2rem;
    padding-left: 6px;
    margin: 0 0 19px 3.2%;
  }
  .city h3 .txt-en {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .city h3 .txt-en img {
    display: inline-block;
    height: 7px;
    width: auto;
  }
  .city > .slider {
    width: 93.3%;
    margin: 0 auto 44px;
  }
  .city .slider img.show-pc {
    display: none;
  }
  .city .slider img.show-sp {
    display: block;
  }
  .city > .slider p {
    font-size: 1rem;
    line-height: 1.6;
    padding: 3px 6px;
  }
  .city .slick-prev,
  .city .slick-next,
  .city .slick-prev:hover,
  .city .slick-next:hover,
  .city .slick-prev:focus,
  .city .slick-next:focus {
    width: 11px;
    height: 19px;
    background-size: 11px 19px;
  }
  .city .slick-prev,
  .city .slick-next {
    top: 20.8vw;
    left: 0;
    margin-left: -12px;
  }
  .city .slick-next {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -12px;
  }
  .city h4 {
    width: 93.3%;
    font-size: 1.6rem;
    margin: 0 auto;
  }
  .city h4 .txt {
    padding: 0 8px;
  }
  .city .process {
    width: 93.3%;
    display: block;
    margin: 30px auto 45px;
  }
  .city .process .block {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0 25px;
    margin-bottom: 15px;
  }
  .city .process .block p {
    display: inline-block;
    font-size: 1.6rem;
    padding-bottom: 4px;
    border-bottom: 2px solid #000;
    margin: 0 auto 14px;
  }
  .city .process ul {
    text-align: left;
    margin: 0 20px;
  }
  .city .process li {
    font-size: 1.3rem;
    line-height: 1.93;
    padding-left: 22px;
  }

/* .detail-box */
  .city .detail-box {
    width: 93.3%;
    padding: 20px 0 0;
    margin: 30px auto 0;
  }
  .city .txt-caution {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .city .detail-box h5 {
    font-size: 1.2rem;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
  }
  .city .detail-box h5 strong {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: .02em;
    margin-bottom: 10px;
  }
  .city .detail-box h5.single strong {
    margin-bottom: 10px;
  }
  .city .detail-lead {
    width: 88.5%;
    min-height: auto;
    font-size: 1.2rem;
    letter-spacing: .02em;
    line-height: 1.66;
    margin: 0 auto 64px;
  }
  .city .detail-lead p {
    margin-bottom: 20px;
  }
  .city .detail-lead p:last-child {
    margin-bottom: 0;
  }
  .city .detail-box h5.single + .pdf-box + .detail-lead {
    min-height: auto;
  }

/* .pdf-box */
  .city .pdf-box {
    position: relative;
    top: auto;
    left: auto;
    width: 88.5%;
    margin: 0 auto 18px;
  }
  #east .pdf-box {
    margin: 0 auto 30px;
  }
  .city .pdf-box .btn-detail a {
    width: 100%;
    height: 42px;
    font-size: 1.4rem;
  }
  .city .pdf-box .btn-detail a small {
    font-size: 1rem;
  }
  .city .pdf-box .btn-detail a::before {
    top: 11px;
    right: 17px;
    width: 15px;
    height: 13px;
    background-size: 15px 13px;
  }
  .city .pdf-box .slick-dotted.slick-slider {
    margin-bottom: 26px;
  }
  .city .pdf-box .slick-dots {
    bottom: -16px;
  }
  .city .pdf-box .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 8px;
  }
  .city .pdf-box .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .city .pdf-box .slick-prev,
  .city .pdf-box .slick-next,
  .city .pdf-box .slick-prev:hover,
  .city .pdf-box .slick-next:hover,
  .city .pdf-box .slick-prev:focus,
  .city .pdf-box .slick-next:focus {
    width: 11px;
    height: 19px;
    background-size: 11px 19px;
  }
  .city .pdf-box .slick-prev,
  .city .pdf-box .slick-next {
    top: 28.2vw;
    left: 0;
    margin-left: -16px;
  }
  .city .pdf-box .slick-next {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -16px;
  }

/* .designer */
  .city .designer h6 {
    font-size: 1.8rem;
    margin: 0 0 25px 20px;
  }
  .city .designer .box {
    min-height: auto;
    padding: 20px 15px 30px;
  }
  .city .designer .box + .box {
    border-top: none;
    padding-top: 62px;
  }
  .city .designer .box + .box::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #434343;
  }
  .city .designer .txt-block {
    width: 100%;
  }
  .city .designer .name {
    max-width: 158px;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 70px;
  }
  .city .designer .name .txt-en {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .city .designer .link {
    margin: -50px 0 0;
  }
  .city .designer .link a {
    font-size: 1rem;
  }
  .city .designer .link a::after {
    width: 10px;
    height: 9px;
    background-size: 10px 9px;
    margin-left: 7px;
  }
  .city .designer .txt {
    font-size: 1.2rem;
    letter-spacing: .02em;
    line-height: 1.7;
    margin-top: 37px;
  }
  .city .designer .pic-block {
    position: absolute;
    top: -30px;
    right: 0;
    width: 175px;
  }
  .city .designer .box + .box .pic-block {
    top: 0px;
  }
  .city .designer .pic-block .flag {
    margin: -19px 0 0 0;
  }
  .city .designer .pic-block .flag p {
    font-size: 1rem;
    margin-right: 6px;
  }
  .city .designer .pic-block .flag img {
    width: 50px;
  }

/* ---------------------------------------------------------
#member
----------------------------------------------------------*/
  #member {
    width: 93.3%;
    margin: 0 auto 86px;
  }
  #member h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  #member h2 .txt-en {
    font-size: 3.3rem;
  }
  #member h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #member li {
    font-size: 1.2rem;
    line-height: 1.67;
  }
/* ---------------------------------------------------------
.lang-en-2019,
.lang-en-2018,
.lang-en-2017
----------------------------------------------------------*/
  .lang-en-2019 #designer::before,
  .lang-en-2018 #designer::before,
  .lang-en-2017 #designer::before {
    top: 0;
    height: 100%;
  }
  .lang-en-2019 #designer,
  .lang-en-2018 #designer,
  .lang-en-2017 #designer {
    padding: 30px 0 87px;
  }
  .lang-en-2019 #designer h3,
  .lang-en-2018 #designer h3,
  .lang-en-2017 #designer h3 {
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
  }
  .lang-en-2019 #experience .ttl p,
  .lang-en-2018 #experience .ttl p,
  .lang-en-2017 #experience .ttl p {
    width: 85%;
  }
  .lang-en-2018 #experience .link-page li:nth-child(3) a {
    font-size: 1.1rem;
    text-align: left;
  }
  .lang-en-2019 .city .txt-caution,
  .lang-en-2018 .city .txt-caution,
  .lang-en-2017 .city .txt-caution {
    padding: 0 7%;
  }
  .lang-en-2019 .city .designer .txt,
  .lang-en-2018 .city .designer .txt,
  .lang-en-2017 .city .designer .txt {
    margin-top: 60px;
  }
  .lang-en-2017 .city .designer .txt.mt100 {
    margin-top: 100px;
  }
  .lang-en-2017 .city .designer .name.mb90 {
    margin-bottom: 90px;
  }
  
  .lang-en-2019 .city .process .block,
  .lang-en-2018 .city .process .block,
  .lang-en-2017 .city .process .block {
    padding: 15px 0 25px;
  }
  .lang-en-2019 .detail-box .designer.pt30,
  .lang-en-2018 .detail-box .designer.pt30,
  .lang-en-2017 .detail-box .designer.pt30 {
    padding-top: 0;
  }
  
}

@media screen and (max-width:360px) {
  #schedule {
    padding-top: 130px;
  }
  #schedule .pic {
    width: 170px;
  }
  .city .designer .name {
    font-size: 1rem;
  }
  .city .designer .pic-block {
    width: 130px;
  }
  .city .designer .link {
    margin-bottom: 5px;
  }
  .city .designer .txt {
    padding-top: 15px;
  }
  .lang-en-2019 .city .designer .txt,
  .lang-en-2018 .city .designer .txt,
  .lang-en-2017 .city .designer .txt {
    margin-top: 15px;
  }
  .lang-en-2018 .city .designer .txt.mt-minus30 {
    margin-top: -30px;
  }
  .lang-en-2017 .city .designer .txt.mt100 {
    margin-top: -20px;
  }
  .lang-en-2017 .city .designer .name.mb90 {
    margin-bottom: 35px;
  }
}


@media screen and (max-width:320px) {
  .lang-en-2019 #about h2 strong,
  .lang-en-2018 #about h2 strong,
  .lang-en-2017 #about h2 strong {
    font-size: 2.5rem;
  }
  .lang-en-2019 #experience .ttl p,
  .lang-en-2018 #experience .ttl p,
  .lang-en-2017 #experience .ttl p {
    font-size: 1.2rem;
  }
  .lang-en-2018 #experience .link-page li a {
    font-size: 1.1rem;
  }
  .lang-en-2018 #experience .link-page li:nth-child(3) a {
    font-size: 1rem;
    transform: scale(0.9);
    transform-origin: left;
  }
  .lang-en-2018 #experience .link-page li:nth-child(3) a::before {
    right: -9px;
  }
  .lang-en-2019 .city .designer .txt,
  .lang-en-2018 .city .designer .txt,
  .lang-en-2017 .city .designer .txt {
    margin-top: 15px;
  }
  
}
