@charset "UTF-8";

/*------------------------------------------

  title
  
-------------------------------------------*/

.head_title_lm {
  color: #000;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: center;
}

.head_title_lm span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}

@media not all and (min-width: 768px) {
  .head_title_lm {
    font-size: 1.312rem;
    margin-bottom: 15px;
  }
  
  .head_title_lm span {
    font-size: 0.75rem;
    margin-top: 6px;
  }
}

/*------------------------------------------

  item
  
-------------------------------------------*/

.item_lm dt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.9375rem;
    font-weight: 700;
  line-height: 1.4;
  margin: 12px 0;
}

.item_lm dd {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

/*------------------------------------------

  modal
  
-------------------------------------------*/

.modal-overlay {
  background: rgba(255,255,255,1);
  z-index: 999999998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}

.modal-wrap {
  z-index: 999999999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal_close {
  cursor: pointer;
  height: 17px;
  width: 17px;
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 999999999999;
} 

.modal_close::before,
.modal_close::after {
  content: '';
  height: 1px;
  width: 23px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.modal_close::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.concept_modal_lm::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  margin-top: -10px;
}

.concept_modal_lm::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.concept_modal_lm::-webkit-scrollbar-button {
  display: none;
  height: 0;
}

.concept_modal_lm::-webkit-scrollbar-corner, div.concept_modal_lm::-webkit-resizer, div.concept_modal_lm::-webkit-scrollbar-track-piece {
  height: 0;
  display: none;
}

.concept_modal_lm::-webkit-scrollbar:horizontal {
  height: 0;
}

.concept_modal_lm {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: none;
  overflow: auto;
  max-height: 83%;
  max-width: 1042px;
  padding: 56px 0;
  position: relative;
}

.concept_modal_lm::after {
  background: url(../../common/images/lami.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 41px;
  position: absolute;
  right: 120px;
  width: 80px;
}

.concept_modal_lm h2 {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
}

.concept_modal_lm h2 span {
  display: block;
  font-family: "Zen Kaku Gothic N L";
  font-size: 0.875rem;
  margin-top: 5px;
}

.concept_modal_lm h3 {
  font-family: "Zen Kaku Gothic N B";
  font-size: 1.5625rem;
  margin-top: 60px;
  text-align: left!important;
}

.concept_modal_inner_lm {
  margin: auto;
  width: 470px;
}

.concept_modal_inner_lm p {
  font-family: "Zen Kaku Gothic N B";
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 40px;
}

.lock {
  overflow: hidden;
}

@media not all and (min-width: 768px) {
  .concept_modal_lm {
    max-height: 83%;
    padding: 28px 0;
  }

  .concept_modal_lm h2 {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  
  .concept_modal_lm h3 {
    font-size: 0.875rem;
    margin-top: 30px;
  }
  
  .concept_modal_inner_lm {
    width: 80%;
  }
  
  .concept_modal_inner_lm p {
    font-size: 0.75rem;
    margin-top: 20px;
  }
}