#case-01, #case-02, #case-03, #case-04, #case-05, #case-06, #case-07, #case-08, #case-09, #case-10, #case-11, #case-12, #case-13, #case-14, #case-15, #case-16, #case-17, #case-18, #case-19, #case-20, #case-21, #case-22, #case-23, #case-24, #case-25, #case-26, #case-27, #case-28, #case-29, #case-30, #case-31, #case-32, #case-33, #case-34, #case-35, #case-36, #case-37, #case-38, #case-39, #case-40, #case-41, #case-42, #case-43, #case-44, #case-45, #case-46, #case-47, #case-48, #case-49, #case-50, #case-51, #case-52, #case-53, #case-54, #case-55, #case-56, #case-57, #case-58, #case-59, #case-60{
  display: none;
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(240, 240, 240, 0.9); }

.modal {
  z-index: 300; }
  .modal .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1; }
  .modal .btn {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 3;
    max-width: 800px;
    z-index: 400; }
  .modal .modal-content {
    max-width: 800px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 84%;
    background-color: #fff;
    padding: 1em;
    overflow: scroll; }
    .modal .modal-content img {
      width: 100%; }
    .modal .modal-content p {
      font-size: 1rem; }
    .modal .modal-content p.layout {
      text-align: center;
      position: relative;
      padding: 1em 0; }
      .modal .modal-content p.layout:before {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.03);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        content: "";
        color: #fff; }
      .modal .modal-content p.layout img {
        max-width: 360px;
        max-height: 200px;
        width: auto; }
    .modal .modal-content p.layout-txt {
      text-align: center;
      font-size: 0.9rem; }
    .modal .modal-content p.ttl {
      font-weight: bold;
      margin: 2.8rem 0 1rem; }
    .modal .modal-content p.spec {
      font-weight: bold;
      border-left: 1px solid #111;
      padding-left: 1em;
      margin-top: 1.5em; }
    .modal .modal-content p.mb0 {
      margin-bottom: 0;
      padding-bottom: 0; }
    .modal .modal-content ul {
      background-color: #f5f5f5;
      padding: 1em;
      margin: 0; }
      .modal .modal-content ul li {
        font-size: 1rem;
        list-style: none;
        font-size: 0.9rem;
        margin-bottom: 0.3em; }
      .modal .modal-content ul li.ttl {
        font-weight: bold; }
  .modal .circle {
    width: 50px;
    height: 50px;
    background-color: #111;
    border-radius: 25px;
    margin: auto;
    position: relative;
    transition: all .2s; }
    .modal .circle:hover {
      background-color: #111;
      cursor: pointer; }
    .modal .circle:hover > .one {
      height: 30px;
      top: 10px;
      transition: all .1s;
      background-color: #fff; }
    .modal .circle:hover > .two {
      height: 30px;
      top: 10px;
      transition: all .1s;
      background-color: #fff; }
  .modal .line {
    height: 20px;
    width: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    transition: all .1s; }
  .modal .one {
    top: 15px;
    left: 24px;
    transform: rotate(45deg); }
  .modal .two {
    top: 15px;
    left: 24px;
    transform: rotate(-45deg); }

.swiper-button-next:after, .swiper-button-prev:after {
  color: #111;
  font-size: 32px !important; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #444; }

@media all and (max-width: 801px) {
  .modal .modal-content {
    height: 95%; } }
@media all and (max-width: 430px) {
  .modal .modal-content {
    height: 95%;
    padding: 0.5em; }
    .modal .modal-content ul {
      padding: 0.5em; }
      .modal .modal-content ul li {
        font-size: 0.7rem; }
    .modal .modal-content p {
      font-size: 0.85rem; } }
