body {
  color: #221815;
}

a:hover {
  color: #221815;
}

/* show only  SP/PC
-------------------------------*/
@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

.nodisplay {
  display: none !important;
}

.replace {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.notes {
  margin-left: 1em;
  text-indent: -1em;
}

.case__intro {
  width: 100%;
  margin-top: 70px;
  text-align: center;
  padding-bottom: 20px;
  background: url(../img/top/top_line01.png) no-repeat center bottom;
}

@media screen and (max-width: 767px) {
  .case__intro {
    background-size: calc(100% - 30px);
  }
}

@media screen and (min-width: 768px) {
  .case__intro {
    margin-top: 70px;
    max-width: 1130px;
    padding-top: 40px;
  }
}

.case__intro__logo {
  width: 580px;
}

@media screen and (max-width: 767px) {
  .case__intro__logo {
    width: 86%;
  }
}

.case__intro__text {
  font-size: 14px;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .case__intro__text {
    font-size: 17px;
    margin-top: 50px;
    margin-bottom: 10px;
  }
}

.case__intro__text-02 {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .case__intro__text-02 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .case__content {
    max-width: 1130px;
  }
}

.case__content__heading {
  line-height: 2.2rem;
  font-weight: 500;
  color: #4f2d1a;
  letter-spacing: 0.2em;
  font-size: 25px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .case__content__heading {
    font-size: 42px;
  }
}

.case__content__lead {
  color: #727171;
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .case__content__lead {
    margin-top: 22px;
    font-size: 28px;
  }
}

.case__content__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .case__content__list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .case__content__list {
    text-align: center;
  }
}

.case__content__text {
  margin-top: 6px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .case__content__text {
    font-size: 17px;
  }
}

.case__content__photoHolder {
  min-height: 1%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .case__content__photoHolder {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .case__content__photoHolder:after {
    content: "1.";
    position: absolute;
    bottom: 40px;
    left: 10px;
    line-height: 1em;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
  }
}

.case__content__photoHolder figcaption {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .case__content__photoHolder figcaption {
    display: none;
  }
}

.case__gallery__row {
  list-style-type: none;
  padding: 0;
}

.case__gallery__holder {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .case__gallery__holder {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .case__gallery__holder:after {
    content: "";
    position: absolute;
    line-height: 1em;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .case__gallery__holder-02:after {
    content: "2.";
  }
}

@media screen and (min-width: 768px) {
  .case__gallery__holder-03:after {
    content: "3.";
  }
}

@media screen and (min-width: 768px) {
  .case__gallery__holder-04:after {
    content: "4.";
  }
}

@media screen and (min-width: 768px) {
  .case__gallery__holder-05:after {
    content: "5.";
  }
}

.case__gallery__holder figcaption {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .case__gallery__holder figcaption {
    display: none;
  }
}

.case__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (min-width: 768px) {
  .case__detail {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .case__detail {
    margin-top: 34px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.case__number {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .case__number {
    font-size: 17px;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .case__number {
    display: none;
  }
}

.case__number ol {
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .case__number ol {
    padding-right: 35px;
  }
}

.case__number ol li {
  line-height: 1.3;
  margin-top: 6px;
}

.case__number__title {
  font-weight: normal;
}

.case__data {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .case__data {
    font-size: 17px;
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .case__data {
    text-align: center;
  }
}

.case__data__title {
  font-weight: normal;
}

.case__reason {
  text-align: center;
  border: 3px dotted #b09d8e;
  border-radius: 10px;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .case__reason {
    width: 400px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
}

.case__reason__title {
  color: #4f2d1a;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .case__reason__title {
    margin-top: 16px;
    font-size: 28px;
  }
}

.case__reason__text {
  font-size: 14px;
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .case__reason__text {
    font-size: 17px;
  }
}

.case__maker {
  text-align: center;
  margin-bottom: 0;
}

.case__maker__title {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .case__maker__title {
    font-size: 24px;
    margin-top: 60px;
  }
}

.case__maker__name {
  font-size: 25px;
  font-weight: 500;
  color: #4f2d1a;
}

@media screen and (min-width: 768px) {
  .case__maker__name {
    font-size: 42px;
    margin-top: 6px;
  }
}

.case__exhibition {
  text-align: center;
}

.case__exhibition__title {
  font-weight: 500;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .case__exhibition__title {
    font-size: 17px;
  }
}

.case__exhibition__name {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  padding: 4px 26px 2px;
  margin: 0;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .case__exhibition__name {
    font-size: 14px;
  }
}

.case__exhibition__name-marina {
  background-color: #f23392;
}

.case__exhibition__name-onojyo {
  background-color: #ef6803;
}

.case__exhibition__name-kashiihama {
  background-color: #1da002;
}

.case__exhibition__name-kurume {
  background-color: #0095c9;
}

.case__exhibition__list {
  margin-top: 10px;
}

.case__exhibition__notes {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .case__exhibition__notes {
    font-size: 17px;
  }
}

.case__link__search, .case__link__back {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .case__link__search, .case__link__back {
    margin-top: 40px;
  }
}

.top__kv {
  width: 100%;
  margin-top: 44px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top__kv {
    padding-top: 140px;
    min-height: 652px;
    background: url(../img/top/top_kv.jpg) no-repeat center top;
    margin-top: 79px;
  }
}

@media screen and (max-width: 767px) {
  .top__kv {
    padding-top: 55px;
    background: url(../img/top/top_kv_sp.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 30px;
  }
}

.top__kv__logo {
  width: 540px;
}

@media screen and (max-width: 767px) {
  .top__kv__logo {
    width: 86%;
  }
}

.top__kv__text {
  line-height: 1.647;
  margin-top: 8vw;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .top__kv__text {
    margin-top: 44px;
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) {
  .top__kv__list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .top__kv__list {
    font-size: 14px;
  }
}

.top__kv__title, .top__kv__item {
  line-height: 1.65;
  font-weight: 500;
}

.top__kv__title {
  display: inline-block;
  width: 170px;
  border-bottom: 1px solid #221815;
  padding-bottom: 3px;
  margin-bottom: 6px;
}

.top__kv__item {
  margin-bottom: 0;
}

.top__maker__wrapper {
  padding-bottom: 20px;
  background: url(../img/top/top_line01.png) no-repeat left bottom;
  background-size: contain;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .top__maker__wrapper {
    padding-bottom: 70px;
  }
}

.top__maker__select {
  text-align: center;
  font-size: 16px;
  width: 100%;
  padding: 11px;
  background-color: #fff;
  border: 1px solid #161815;
}

@media screen and (min-width: 768px) {
  .top__maker__select {
    width: 555px;
    padding: 5px 20px;
  }
}

@media screen and (min-width: 768px) {
  .top__house {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1160px;
  }
}

.top__house__heading {
  margin-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .top__house__heading {
    margin-top: 74px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top__house__heading {
    font-size: 22px;
  }
}

.top__house__list {
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .top__house__list {
    margin-right: -30px;
    margin-left: -30px;
    padding-bottom: 150px;
  }
}

.top__house__item {
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .top__house__item {
    margin-top: 44px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
  }
}

.top__house__title {
  text-align: center;
  font-weight: bold;
  color: #4f2d1a;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .top__house__title {
    font-size: 25px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .top__house__title {
    margin-bottom: 0;
  }
}

.top__house__title span {
  display: block;
  font-weight: normal;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .top__house__title span {
    font-size: 18px;
  }
}

.top__house__maker {
  text-align: center;
}

.button-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 225px;
  margin: 0 auto;
  padding: 14px 0;
  background: #8a8b8a;
  color: #ffffff;
  letter-spacing: 0.08em;
  transition: 0.3s;
  font-size: 14px;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  .button-1 {
    font-size: 16px;
    width: 275px;
    padding: 10px 0;
  }
}

.button-1:hover {
  opacity: 0.8;
  color: #fff;
}

.button-2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  background: #b09d8e;
  border: 1px solid #4f2d1a;
  color: #ffffff;
  letter-spacing: 0.08em;
  transition: 0.3s;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .button-2 {
    font-size: 24px;
    padding: 50px;
  }
}

.button-2:hover {
  opacity: 0.8;
  color: #fff;
}

.button-2:after {
  content: "";
  width: 8.5px;
  height: 8.5px;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .button-2:after {
    width: 12px;
    height: 12px;
    right: 42px;
  }
}
