/* ==========================================================
commis
Created: 2020-12

01.hdg02
02.case_archive
03.case_detail
04.modal
========================================================== */
/* 1.hdg02
* ------------------------- */
.hdg02 {
  line-height: 1;
  letter-spacing: -.4em;
}
.hdg02 span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.hdg02 .en {
  font-size: 1.6666666667em;
}
.hdg02 .en:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3.75em;
  height: 1px;
  background: #fff;
  margin: 0 0.4em;
}
.hdg02 .ja {
  font-size: 1.25em;
  letter-spacing: .2em;
}

/* 2.case_archive
* ------------------------- */
.case_archive {
  padding: 8% 6.6666666667% 0;
}
.case_archive .heading {
  margin-bottom: 15.3846153846%;
}
.case_archive .body .sortControll {
  margin-bottom: 30.7692307692%;
}
.case_archive .body .sortControll .col + .col {
  margin-top: 6.1538461538%;
}
.case_archive .body .sortControll .col .type {
  width: 63.5384615385%;
  margin: 0 auto 6.1538461538%;
}
.case_archive .body .sortControll .col .type .item {
  font-size: 1.0833333333em;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: center;
  line-height: 2.0769230769;
  border: #fff 1px solid;
  position: relative;
}
.case_archive .body .sortControll .col .type .item:before, .case_archive .body .sortControll .col .type .item:after {
  content: "";
  display: block;
  width: 2.6923076923em;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -.5px;
}
.case_archive .body .sortControll .col .type .item:before {
  left: -1.3461538462em;
}
.case_archive .body .sortControll .col .type .item:after {
  right: -1.3461538462em;
}
.case_archive .body .sortControll .col .type .note {
  font-size: 0.6666666667em;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  margin-top: 1.25em;
}
.case_archive .body .sortControll .col .selectArea .selectList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case_archive .body .sortControll .col .selectArea .selectList li {
  text-align: center;
  width: 7.1666666667em;
  margin: 0 0.8333333333em 1.6666666667em;
}
.case_archive .body .sortControll .col .selectArea .selectList li label {
  display: block;
  overflow: hidden;
  position: relative;
}
.case_archive .body .sortControll .col .selectArea .selectList li label input {
  position: absolute;
  left: 100%;
  top: 100%;
  margin: 0;
}
.case_archive .body .sortControll .col .selectArea .selectList li label input:checked + .text {
  background: #BFAE76;
}
.case_archive .body .sortControll .col .selectArea .selectList li label .text {
  font-size: 0.8333333333em;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2.5;
  display: block;
  background: #1A1A1A;
  border-radius: 2.5em;
}
.case_archive .body .sortControll .btn {
  width: 76.9230769231%;
  margin: 9.2307692308% auto 0;
}
.case_archive .body .sortControll .btn button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.0833333333em;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: center;
  line-height: 2.4615384615;
  border: #fff 1px solid;
  border-radius: 1.2307692308em;
  position: relative;
}
.case_archive .body .sortControll .btn button:before {
  content: "";
  display: inline-block;
  width: 0.9230769231em;
  height: 0.9230769231em;
  background: url("../images/icon-search.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.7692307692em;
}
.case_archive .body .sortControll .btn button:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.4615384615em;
  height: 0.4615384615em;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  position: absolute;
  top: 50%;
  right: 1.9230769231em;
  margin-top: -0.2307692308em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.case_archive .body .inner {
  padding: 0 13.8461538462%;
}
.case_archive .body .inner .result {
  width: 100%;
  text-align: center;
}
.case_archive .body .column {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}
.case_archive .body .column.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: none;
  transition: none;
}
.case_archive .body .column + .column {
  margin-top: 21.2765957447%;
}
.case_archive .body .column a {
  display: block;
}
.case_archive .body .column .image {
  margin-bottom: 10.6382978723%;
  position: relative;
}
.case_archive .body .column .image .cap {
  font-size: 0.6666666667em;
  letter-spacing: .1em;
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: .5;
  margin-left: 2.5em;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.case_archive .body .column .image .cap .text:after {
  content: "";
  display: inline-block;
  width: 9.75em;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin: 0 1em;
}
.case_archive .body .column .in .lead {
  font-size: 1.1666666667em;
  letter-spacing: .3em;
  line-height: 1.6071428571;
  margin-bottom: 1.7857142857em;
}
.case_archive .body .column .in .case {
  font-weight: 500;
  letter-spacing: .25em;
  line-height: 1.6666666667;
  margin-bottom: 1.6666666667em;
}
.case_archive .body .column .in .text {
  letter-spacing: .1em;
  line-height: 1.6666666667;
  margin-bottom: 3.3333333333em;
}
.case_archive .body .column .in .more {
  font-size: 0.6666666667em;
  letter-spacing: .5em;
  line-height: 1;
  text-align: center;
}
.case_archive .body .column .in .more:after {
  content: "";
  display: inline-block;
  width: 5.375em;
  height: 0.5em;
  vertical-align: middle;
  background: url("../images/arrow_wh.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 2.25em;
}

/* 3.case_detail
* ------------------------- */
.case_detail {
  padding-top: 8%;
}
.case_detail .hdg02 .en:after {
  width: 1em;
}
.case_detail .heading {
  padding: 0 6.6666666667%;
  margin-bottom: 8.6666666667%;
}
.case_detail .body .title {
  padding: 0 6.6666666667%;
  margin-bottom: 10.6666666667%;
}
.case_detail .body .title .date {
  letter-spacing: .3em;
  line-height: 1;
  margin-bottom: 3.8461538462%;
}
.case_detail .body .title .t {
  font-size: 1.1666666667em;
  letter-spacing: .3em;
  line-height: 1.2142857143;
}
.case_detail .mainTop {
  margin-bottom: 20%;
}
.case_detail .mainTop .lyt {
  margin-bottom: 10%;
}
.case_detail .mainTop .lyt .image {
  width: 93.3333333333%;
  margin-bottom: 10.6666666667%;
}
.case_detail .mainTop .lyt .col {
  padding: 0 6.6666666667%;
  text-align: right;
}
.case_detail .mainTop .lyt .col .in {
  display: inline-block;
  position: relative;
}
.case_detail .mainTop .lyt .col .in:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -0.5px 1.25em 0 0;
}
.case_detail .mainTop .lyt .col .name,
.case_detail .mainTop .lyt .col .price {
  font-size: 1.4166666667em;
  line-height: 1.2058823529;
  letter-spacing: .3em;
}
.case_detail .mainTop .lyt .col .price span {
  font-size: 0.7058823529em;
}
.case_detail .mainTop .thumbnail {
  margin-bottom: 6.6666666667%;
}
.case_detail .mainTop .thumbnail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case_detail .mainTop .thumbnail ul li {
  width: 13.3333333333%;
  margin-left: 4%;
}
.case_detail .mainTop .thumbnail ul li:first-child {
  margin-left: 0;
}
.case_detail .mainTop .thumbnail ul li a {
  display: block;
}
.case_detail .mainTop .tag {
  margin-bottom: 12%;
  padding: 0 6.6666666667%;
}
.case_detail .mainTop .tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.3333333333em;
}
.case_detail .mainTop .tag ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6.8181818182em;
  margin: 0 0.3636363636em 0.7272727273em;
  font-size: 0.9166666667em;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.6363636364;
  border: #fff 1px solid;
  text-align: center;
  border-radius: 0.8181818182em;
}
.case_detail .mainTop .detail {
  padding: 0 6.6666666667%;
}
.case_detail .mainTop .detail .cource {
  font-size: 1.1666666667em;
  letter-spacing: .25em;
  line-height: 1.7857142857;
}
.case_detail .mainTop .detail .cource + .note {
  margin-top: 13.8461538462%;
}
.case_detail .mainTop .detail .note {
  letter-spacing: .25em;
  line-height: 2.0833333333;
}
.case_detail .mainContent {
  margin-bottom: 13.3333333333%;
}
.case_detail .mainContent .block + .block {
  margin-top: 20%;
}
.case_detail .mainContent .block .lyt {
  margin-bottom: 12%;
}
.case_detail .mainContent .block .lyt .image {
  width: 80%;
  margin: 0 0 10.6666666667% auto;
}
.case_detail .mainContent .block .lyt .col {
  padding: 0 6.6666666667%;
}
.case_detail .mainContent .block .lyt .col .lead {
  font-size: 1.1666666667em;
  letter-spacing: .3em;
  line-height: 1.4285714286;
}
.case_detail .mainContent .block .lyt .col .text {
  letter-spacing: .1em;
  line-height: 1.6666666667;
  margin-top: 6.9230769231%;
}
.case_detail .mainContent .block .fig {
  width: 60%;
  margin: 0 auto 0 6.6666666667%;
}
.case_detail .mainContent .block:nth-child(2n) .lyt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 6.6666666667%;
}
.case_detail .mainContent .block:nth-child(2n) .lyt .image {
  margin: 0 auto 0 0;
}
.case_detail .mainContent .block:nth-child(2n) .lyt .col {
  margin-bottom: 12%;
  padding-left: 15.3333333333%;
}
.case_detail .mainContent .block:nth-child(2n) .lyt .col .lead {
  text-align: right;
}
.case_detail .mainContent .block:nth-child(2n) .fig {
  margin: 0 0 0 auto;
}
.case_detail .cnvArea {
  text-align: center;
  margin-bottom: 26.6666666667%;
  padding: 0 6.6666666667%;
}
.case_detail .cnvArea .reserve {
  margin-bottom: 7.6923076923%;
}
.case_detail .cnvArea .reserve a {
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 2.75;
  display: block;
  border: #fff 1px solid;
}
.case_detail .cnvArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.case_detail .cnvArea ul li {
  width: 46.1538461538%;
}
.case_detail .cnvArea ul li a {
  color: #000;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2.75;
  display: block;
  border: #fff 1px solid;
  background: #fff;
}
.case_detail .otherContent {
  padding: 0 12.6666666667%;
}
.case_detail .otherContent h3 {
  text-align: center;
  line-height: 1;
  margin-bottom: 21.2765957447%;
}
.case_detail .otherContent h3 span {
  display: block;
}
.case_detail .otherContent h3 .ja {
  font-size: 1.4166666667em;
  letter-spacing: .2em;
  margin-top: 0.2941176471em;
}
.case_detail .otherContent .otherCase * {
  outline: none;
}
.case_detail .otherContent .otherCase .column {
  padding: 0 1.875em;
}
.case_detail .otherContent .otherCase .column a {
  display: block;
}
.case_detail .otherContent .otherCase .column .image {
  margin-bottom: 10.6382978723%;
  position: relative;
}
.case_detail .otherContent .otherCase .column .image .cap {
  font-size: 0.6666666667em;
  letter-spacing: .1em;
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: .5;
  margin-left: 2.5em;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.case_detail .otherContent .otherCase .column .image .cap .text:after {
  content: "";
  display: inline-block;
  width: 9.75em;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin: 0 1em;
}
.case_detail .otherContent .otherCase .column .in .lead {
  font-size: 1.1666666667em;
  letter-spacing: .3em;
  line-height: 1.6071428571;
  margin-bottom: 1.7857142857em;
}
.case_detail .otherContent .otherCase .column .in .case {
  font-weight: 500;
  letter-spacing: .25em;
  line-height: 1.6666666667;
  margin-bottom: 3.3333333333em;
}
.case_detail .otherContent .otherCase .column .in .text {
  display: none;
}
.case_detail .otherContent .otherCase .column .in .more {
  font-size: 0.6666666667em;
  letter-spacing: .5em;
  line-height: 1;
  text-align: center;
}
.case_detail .otherContent .otherCase .column .in .more:after {
  content: "";
  display: inline-block;
  width: 5.375em;
  height: 0.5em;
  vertical-align: middle;
  background: url("../images/arrow_wh.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 2.25em;
}
.case_detail .otherContent .controll {
  display: table;
  margin: 3.75em auto 0;
  padding: 0 5em;
  position: relative;
}
.case_detail .otherContent .controll .slick-arrow {
  display: block;
  width: 2.0833333333em;
  height: 0;
  padding-top: 2.0833333333em;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.case_detail .otherContent .controll .slick-arrow.slick-prev {
  left: 0;
}
.case_detail .otherContent .controll .slick-arrow.slick-prev:before {
  border-left: #fff 2px solid;
  margin: -3px 0 0 -1.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.case_detail .otherContent .controll .slick-arrow.slick-next {
  right: 0;
}
.case_detail .otherContent .controll .slick-arrow.slick-next:before {
  border-right: #fff 2px solid;
  margin: -3px 0 0 -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.case_detail .otherContent .controll .slick-arrow:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: #fff 2px solid;
}
.case_detail .otherContent .controll .slick-dots {
  line-height: 0;
  height: 2.0833333333em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.case_detail .otherContent .controll .slick-dots li {
  width: 10px;
  margin: 0 12.5px;
  position: relative;
}
.case_detail .otherContent .controll .slick-dots li button {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.case_detail .otherContent .controll .slick-dots li:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.29);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12.5px 0 0 -12.5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.case_detail .otherContent .controll .slick-dots li.slick-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 4.modal
* ------------------------- */
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  overflow-y: auto;
  display: none;
}
.modal .inner {
  width: 86.6666666667%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .close {
  display: block;
  width: 2.5em;
  height: 0;
  padding-top: 2.5em;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -1.25em;
  right: -1.25em;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.modal .close:before, .modal .close:after {
  content: "";
  display: block;
  width: 1.25em;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -0.625em;
}
.modal .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .box {
  color: #000;
  padding: 22.3076923077% 0 23.8461538462%;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.modal .box .contena {
  padding: 0 3.8461538462%;
}
.modal .box.case .slide {
  margin: 0 -0.8333333333em;
}
.modal .box.case .slide .slick-arrow {
  display: block;
  width: 1.25em;
  height: 0;
  overflow: hidden;
  padding-top: 2.6666666667em;
  position: absolute;
  top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1.6666666667em;
}
.modal .box.case .slide .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.modal .box.case .slide .slick-prev {
  left: 1em;
  background-image: url("../images/arrow_l.svg");
  background-position: left center;
}
.modal .box.case .slide .slick-next {
  right: 1em;
  background-image: url("../images/arrow_r.svg");
  background-position: right center;
}
.modal .box.case .col {
  margin: 0 0.8333333333em;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (min-width: 813px) {
  .hdg02 .en {
    font-size: 2.5em;
  }
  .hdg02 .en:after {
    width: 2.5em;
    margin: 0 1em;
  }
  .hdg02 .ja {
    font-size: 1.5625em;
  }

  .case_archive {
    max-width: 1000px;
    padding: 8.125em 13.75em 0;
    margin: 0 auto;
  }
  .case_archive .heading {
    margin-bottom: 8%;
  }
  .case_archive .body .sortControll {
    margin-bottom: 20%;
  }
  .case_archive .body .sortControll .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .case_archive .body .sortControll .col + .col {
    margin-top: 3%;
  }
  .case_archive .body .sortControll .col .type {
    width: 20%;
    padding-top: 1.25em;
    margin: 0;
  }
  .case_archive .body .sortControll .col .type .item {
    font-size: 1em;
    letter-spacing: .1em;
    line-height: 3;
  }
  .case_archive .body .sortControll .col .type .item:before, .case_archive .body .sortControll .col .type .item:after {
    width: 1.875em;
  }
  .case_archive .body .sortControll .col .type .item:before {
    left: -0.9375em;
  }
  .case_archive .body .sortControll .col .type .item:after {
    right: -0.9375em;
  }
  .case_archive .body .sortControll .col .type .note {
    font-size: 1em;
    text-align: left;
    margin-top: 0.625em;
  }
  .case_archive .body .sortControll .col .selectArea {
    width: 75%;
    padding-top: 1.25em;
  }
  .case_archive .body .sortControll .col .selectArea .selectList li {
    width: 8.125em;
    margin: 0 0 1.25em 1.25em;
  }
  .case_archive .body .sortControll .col .selectArea .selectList li label {
    cursor: pointer;
  }
  .case_archive .body .sortControll .col .selectArea .selectList li label .text {
    font-size: 1em;
    line-height: 3.125;
    border-radius: 1.5625em;
  }
  .case_archive .body .sortControll .btn {
    width: 60%;
    margin-top: 6%;
  }
  .case_archive .body .sortControll .btn button {
    font-size: 1em;
    line-height: 3;
    border-radius: 1.5625em;
  }
  .case_archive .body .sortControll .btn button:before {
    width: 1.5em;
    height: 1.5em;
    margin-right: 1.25em;
  }
  .case_archive .body .sortControll .btn button:after {
    width: 0.875em;
    height: 0.875em;
    border-width: 2px;
    right: 1.5625em;
    margin-top: -0.4375em;
  }
  .case_archive .body .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .case_archive .body .column {
    width: 47%;
    margin-bottom: 10%;
  }
  .case_archive .body .column + .column {
    margin-top: 0;
  }
  .case_archive .body .column .image {
    padding-right: 6.3829787234%;
    margin-bottom: 10.6382978723%;
  }
  .case_archive .body .column .image .cap {
    font-size: 1em;
    margin-left: 0;
  }
  .case_archive .body .column .image .cap:after {
    width: 9.8125em;
    margin: 0 1em;
  }
  .case_archive .body .column .in .lead {
    font-size: 1.5625em;
    letter-spacing: .2em;
    line-height: 1.2;
    margin-bottom: 1.6em;
  }
  .case_archive .body .column .in .case {
    letter-spacing: .1em;
    line-height: 2.5;
    margin-bottom: 2.8125em;
  }
  .case_archive .body .column .in .text {
    line-height: 2.5;
    letter-spacing: .1em;
    margin-bottom: 4.375em;
  }
  .case_archive .body .column .in .more a {
    font-size: 1em;
  }
  .case_archive .body .column .in .more a:after {
    width: 5.5em;
    height: 0.4375em;
    margin-left: 1.875em;
  }

  .case_detail {
    max-width: 1000px;
    padding: 8.125em 13.75em 0;
    margin: 0 auto;
  }
  .case_detail .hdg02 .en:after {
    width: 2.5em;
  }
  .case_detail .heading {
    padding: 0;
    margin-bottom: 10%;
  }
  .case_detail .body .title {
    padding: 0;
    margin-bottom: 4.5%;
  }
  .case_detail .body .title .date {
    font-size: 0.875em;
    margin-bottom: 0.7142857143em;
  }
  .case_detail .body .title .t {
    font-size: 1.5em;
    line-height: 1.2083333333;
  }
  .case_detail .mainTop {
    margin-bottom: 15%;
  }
  .case_detail .mainTop .lyt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3%;
  }
  .case_detail .mainTop .lyt .image {
    width: 64%;
    margin-bottom: 0;
  }
  .case_detail .mainTop .lyt .col {
    width: 33%;
    padding: 0;
    text-align: left;
  }
  .case_detail .mainTop .lyt .col .in {
    display: block;
  }
  .case_detail .mainTop .lyt .col .in:before {
    display: none;
  }
  .case_detail .mainTop .lyt .col .name,
  .case_detail .mainTop .lyt .col .price {
    font-size: 1.5em;
    line-height: 1.2083333333;
  }
  .case_detail .mainTop .lyt .col .price {
    margin-top: 1.25em;
  }
  .case_detail .mainTop .lyt .col .price span {
    font-size: 0.6666666667em;
  }
  .case_detail .mainTop .thumbnail {
    width: 64%;
    margin-bottom: 5%;
  }
  .case_detail .mainTop .thumbnail ul li {
    width: 14.0625%;
    margin-left: 3.125%;
  }
  .case_detail .mainTop .thumbnail ul li span {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 100%;
  }
  .case_detail .mainTop .tag {
    margin-bottom: 5%;
    padding: 0;
  }
  .case_detail .mainTop .tag ul {
    margin: 0 -0.625em;
  }
  .case_detail .mainTop .tag ul li {
    width: 10.3333333333em;
    margin: 0 0.8333333333em 1.6666666667em;
    font-size: 0.75em;
    line-height: 2.3333333333;
    border-radius: 1.25em;
  }
  .case_detail .mainTop .detail {
    padding: 0;
  }
  .case_detail .mainTop .detail .cource {
    font-size: 1.125em;
    letter-spacing: .1em;
    line-height: 2.2222222222;
  }
  .case_detail .mainTop .detail .cource + .note {
    margin-top: 4.5%;
  }
  .case_detail .mainTop .detail .note {
    font-size: 0.875em;
    letter-spacing: .1em;
    line-height: 2.8571428571;
  }
  .case_detail .mainContent {
    margin-bottom: 10%;
  }
  .case_detail .mainContent .block + .block {
    margin-top: 15%;
  }
  .case_detail .mainContent .block .lyt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 5%;
  }
  .case_detail .mainContent .block .lyt .image {
    width: 45%;
    margin-bottom: 0;
  }
  .case_detail .mainContent .block .lyt .col {
    width: 50%;
    padding: 0;
  }
  .case_detail .mainContent .block .lyt .col .lead {
    font-size: 1.5625em;
    letter-spacing: .2em;
    line-height: 1.6;
  }
  .case_detail .mainContent .block .lyt .col .text {
    line-height: 2.5;
    margin-top: 2.8125em;
  }
  .case_detail .mainContent .block .fig {
    width: 40%;
    margin-left: 10%;
  }
  .case_detail .mainContent .block:nth-child(2n) .lyt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5%;
  }
  .case_detail .mainContent .block:nth-child(2n) .lyt .image {
    margin: 0;
  }
  .case_detail .mainContent .block:nth-child(2n) .lyt .col {
    margin: 0 0 0 auto;
    padding-left: 0;
  }
  .case_detail .mainContent .block:nth-child(2n) .lyt .col .lead {
    text-align: left;
  }
  .case_detail .cnvArea {
    margin-bottom: 20%;
    padding: 0 17.5%;
  }
  .case_detail .cnvArea .reserve a {
    font-size: 1.25em;
    line-height: 2.9;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
  }
  .case_detail .cnvArea .reserve a:hover {
    color: #000;
    background: #fff;
  }
  .case_detail .cnvArea ul li a {
    line-height: 3.625;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
  }
  .case_detail .cnvArea ul li a:hover {
    color: #fff;
    background: #000;
  }
  .case_detail .otherContent {
    padding: 0;
  }
  .case_detail .otherContent h3 {
    margin-bottom: 10%;
  }
  .case_detail .otherContent h3 span {
    display: block;
  }
  .case_detail .otherContent h3 .ja {
    font-size: 1.5625em;
    margin-top: 0.4em;
  }
  .case_detail .otherContent .otherCase {
    margin: 0 -3%;
  }
  .case_detail .otherContent .otherCase .column {
    width: 47%;
    margin: 0 1.875em;
    padding: 0;
  }
  .case_detail .otherContent .otherCase .column .image {
    padding-right: 6.3829787234%;
    margin-bottom: 10.6382978723%;
  }
  .case_detail .otherContent .otherCase .column .image .cap {
    font-size: 1em;
    margin-left: 0;
  }
  .case_detail .otherContent .otherCase .column .image .cap:after {
    width: 9.8125em;
    margin: 0 1em;
  }
  .case_detail .otherContent .otherCase .column .in .lead {
    font-size: 1.5625em;
    letter-spacing: .2em;
    line-height: 1.2;
    margin-bottom: 1.6em;
  }
  .case_detail .otherContent .otherCase .column .in .case {
    letter-spacing: .1em;
    line-height: 2.5;
    margin-bottom: 2.8125em;
  }
  .case_detail .otherContent .otherCase .column .in .text {
    line-height: 2.5;
    letter-spacing: .1em;
    margin-bottom: 4.375em;
  }
  .case_detail .otherContent .otherCase .column .in .more a {
    font-size: 1em;
  }
  .case_detail .otherContent .otherCase .column .in .more a:after {
    width: 5.5em;
    height: 0.4375em;
    margin-left: 1.875em;
  }
  .case_detail .otherContent .controll {
    margin-top: 6.25em;
  }

  .modal .inner {
    width: 69.4444444444%;
    max-width: 1000px;
  }
  .modal .close {
    width: 1.875em;
    padding-top: 1.875em;
    top: -0.9375em;
    right: -0.9375em;
  }
  .modal .close:before, .modal .close:after {
    width: 0.9375em;
    margin-left: -0.46875em;
  }
  .modal .box {
    padding: 7.5% 15%;
    border-radius: 10px;
  }
  .modal .box .contena {
    padding: 0;
  }
  .modal .box.case .slide {
    margin: 0 -0.9375em;
  }
  .modal .box.case .slide .slick-arrow {
    width: 1.25em;
    padding-top: 3.125em;
    top: 50%;
    margin-top: -1.5625em;
  }
  .modal .box.case .slide .slick-prev {
    left: -6.25em;
  }
  .modal .box.case .slide .slick-next {
    right: -6.25em;
  }
  .modal .box.case .col {
    margin: 0 0.9375em;
  }
  .modal .box.case .col img {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=case.css.map */
