@charset "UTF-8";

h2,
p,
span {
    font-family: 'Noto Serif JP', serif;
}  

.pc-none {
    display: none;
}

.p-mv {
    width: 100%;
    height: 400px;
    text-align: center;
    background: url(../../images/page/concept/bg_concept_01.jpg)no-repeat;
    background-position: center;
    background-size: cover;
}

.p-mv-head {
    padding: 199px 0px 150px;
    vertical-align: middle;
    font-size:3.2rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.43em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.p-mv-head span {
    position: relative;
  }
  
  .p-mv-head span::before {
    position: absolute;
    content: "モデューラ";
    top: -19px;
    left: 37px;
    font-size: 16px;
    letter-spacing: 0.6em;
  }
  @media (max-width: 767px) {
    .p-mv-head span::before {
      font-size: 12px;
      top: -14px;
      left: 18px;
    }
  }

.p-content {
    margin: 0 auto;
    padding: 130px 50px 0;
    max-width: 1600px;
    font-family: 'Noto Serif JP', serif;
    color: #333333;
}

.p-head {
    margin-bottom: 40px;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.2em;
    line-height: 2;
}

.p-lead {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    line-height: 2.5;
    letter-spacing: 0.06em;
}

.p-about {
    padding: 120px 0 140px;
    text-align: center;
    position: relative;
}

.p-about-txt {
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 250px;
    right: 5%;
    transform: rotate(180deg);
    font-size: 36.22px;
    font-family: 'Noto Serif JP', serif;
}

.p-about-txt::before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background-color: #000;
    top: -80px;
    left: 50%;
}

.p-about-txt::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 233px;
    background-color: #000;
    bottom: -253px;
    left: 50%;
}

.p-about .m-head {
    padding-bottom: 55px;
}

.p-movie {
    max-width: 1020px;
    margin: 70px auto 20px;
    width: 70%;
}

.p-movie img {
    width: 100%;
}

.p-movie a {
    display: block;
}

.p-movie a:hover,
.p-movie li a:hover {
    opacity: .9;
}

.p-about-movie {
    max-width: 1000px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-about-movie li {
    margin-bottom: 50px;
}

.p-about-movie li:nth-child(n + 3) {
    margin-bottom: 0;
}

.p-about-movie li a {
    display: block;
}

.p-comparison-content {
    margin-top: 60px;
    background: #eeebe7;
    padding: 80px 0 100px;
}

.p-comparison-block {
    width: 500px;
    text-align: center;
}

.p-3col {
    max-width: 1220px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-comparison-head {
    padding-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1;
}

.p-comparison-lead {
    padding-bottom: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.5;
    font-family: 'Noto Serif JP', serif;
}

.p-comparison-img {
    position: relative;
    width: 100%;
}

.p-comparison-img:before {
    position: absolute;
    content: "";
    background: #bdaa9c;
    width: 1px;
    height: 80px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.p-3col:last-child {
    margin-bottom: 0;
}

.p-3col:nth-of-type(3) {
    margin-bottom: 150px;
}

.p-comparison-cat {
    display: block;
    border: solid 1px #707070;
    min-width: 60px;
    padding: 17px;
    height: 120px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.5em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.p-safety {
    position: relative;
    margin-top: 130px;
    padding-bottom: 160px;
    background: #eeebe7;
}

.p-safety:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
}

.p-safety .m-head {
    position: relative;
    padding-bottom: 60px;
}

.p-safety-container {
    position: relative;
    margin-top: 90px;
    margin-bottom: 140px;
    padding: 80px 50px;
}

.p-safety-container::before {
    position: absolute;
    content: "";
    background: url(../../images/page/se_summary/bg_safety.jpg)no-repeat;
    background-size: cover;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
}

.p-safety-content {
    position: relative;
    background: #fff;
    max-width: 1000px;
    padding: 60px;
    text-align: center;
}

.p-safety-head {
    display: block;
    margin: 0 auto 60px;
    padding: 16px;
    max-width: 470px;
    min-height: 60px;
    font-size: 17px;
    font-size: 1.7rem;
    border: solid 1px #707070;
    letter-spacing: 0.075em;
}

.p-space {
    padding: 130px 0 170px;
}

.p-space .m-head {
    padding-bottom: 60px;
}

.p-space-caution {
    display: block;
    text-align: center;
    margin: 70px 0 20px;
    color: #565656;
    font-size: 11px;
    font-size: 1.1rem;
}

.p-space-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-space-list li {
    position: relative;
    width: 47%;
    margin-bottom: 50px;
}

.p-space-list li:nth-child(n + 3) {
    margin-bottom: 0;
}

.p-space-list li::before {
  position: absolute;
  content: "";
  background: url(../../images/page/se_summary/ico_modal.png)no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.p-space-list li a {
  display: block;
}

.p-space-list li a:hover {
  opacity: .9;
}

.p-suggestion {
    position: relative;
    background: #eeebe7;
}

.p-suggestion-content {
    position: relative;
    margin: 100px auto 0;
    max-width: 1440px;
    padding: 0 50px;
    z-index: 1;
}

.p-suggestion:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
}

.p-suggestion .m-head {
    position: relative;
}

.p-suggestion-2col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 100px;
    max-width: 1200px;
}

.p-suggestion-img {
    width: 50%;
}

.p-suggestion-detail {
    width: 50%;
    padding: 0 0 0 50px;
}

.p-suggestion-detail p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.5;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

.p-suggestion-2col:last-child .p-suggestion-detail {
    padding: 0 50px 0 0;
}

.p-suggestion-detail .m-button {
    margin-top: 50px;
}

.p-suggestion-container {
    position: relative;
    margin-bottom: 170px;
}

.p-suggestion-container:after {
    position: absolute;
    content: "";
    width: 97%;
    height: 100%;
    background: #fff;
    top: 50px;
    right: 0;
}

.p-suggestion .m-pager-block {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.p-suggestion .m-pager-txt {
    font-size: 18px;
    font-size: 1.8rem;
}

.p-suggestion .m-pager-txt span {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
}

.p-suggestion .m-pager-block {
    max-width: 500px;
}

.m-lineup {
    margin-top: -74px;
    position: relative;
}

.p-pager-2col {
    display: flex;
    justify-content: center;
    margin: 100px auto 0;
    background-color: #fff;
    padding: 100px 0;
    gap: 50px;
}

.p-pager-txt {
    margin-bottom: 40px;
    font-size: 24px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: 0.2em;
}


.p-pager-txt::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 1px;
    background-color: #333333;
    display: block;
    bottom: -60px;
    left: 50%;
    transition: 0.5s;
}

.p-pager-block:hover .p-pager-txt::before {
    height: 0%;
}

.p-pager-block {
    width: 45%;
    max-width: 539px;
}

.p-pager-txt::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 1px;
    background-color: #333333;
    display: block;
    bottom: -60px;
    left: 50%;
}

.p-pager-img {
    display: block;
    position: relative;
}

.p-pager-img::before {
    position: absolute;
    border: 1px solid transparent;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.p-pager-block:hover .p-pager-img::before {
    position: absolute;
    border: 1px solid #333333;
    content: "";
    width: 97%;
    height: 95%;
    top: 2%;
    left: 1.3%;
}


@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1380px){

  .p-comparison-content {
    padding: 80px 30px 100px;
  }

  .p-comparison-cat {
    margin: 0 20px;
  }

}

@media screen and (max-width: 1080px) {

.p-movie {
    margin: 70px auto;
    width: 90%;
}

  .p-safety-container::before {
    width: 70%;
  }

  .p-safety-content {
      width: 80%;
      padding: 50px;
  }

  .p-safety {
      margin-top: 80px;
      padding-bottom: 30px;
  }

  .p-safety:before {
      height: 50px;
  }

  .p-safety-container {
    margin-top: 50px;
  }

  .p-comparison-content {
    margin-top: 40px;
  }

  .p-about {
    padding: 80px 0 100px;
  }

  .p-about-txt,
  .p-about-txt::before,
  .p-about-txt::after{
    display: none;
}

  .p-about .m-head {
      padding-bottom: 30px;
  }

  .p-about-img {
      margin: 50px auto 0;
  }

  .p-about-movie {
    margin-top: 30px;
    width: 90%;
  }

  .p-about-movie li {
    width: 48%;
    margin-bottom: 30px;
  }

  .p-comparison-lead {
      font-size: 1.2rem;
      padding-bottom: 30px;
  }

  .p-3col {
      margin: 0 auto 40px;
  }

  .p-comparison-img:before {
    height: 50px;
    top: -25px;
  }

  .p-space .m-head {
    padding-bottom: 30px;
  }

  .p-space {
      padding: 80px 5% 100px;
  }

  .p-suggestion:before {
    height: 50px;
  }

  .p-suggestion-container:after {
    display: none;
  }

  .p-suggestion-container {
      margin-top: 50px;
      background: #fff;
      padding: 50px 5%;
      margin-bottom: 0;
  }

  .p-suggestion-content {
      margin: 0 auto;
      padding: 0;
      width: 100%;
  }

  .p-suggestion-detail {
      padding: 0 0 0 30px;
  }

  .p-suggestion-2col:last-child .p-suggestion-detail {
      padding: 0 30px 0 0;
  }

  .p-suggestion-2col {
      margin: 0 auto 60px;
  }

  .p-suggestion .m-pager-txt span {
      font-size: 2rem;
  }

  .p-suggestion .m-pager-txt {
      font-size: 1.4rem;
  }

  .p-suggestion {
    padding-bottom: 0;
  }

  .m-lineup {
      margin-top: -50px;
  }

  .p-safety .m-head {
      padding-bottom: 30px;
  }

   .p-pager-2col {
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 0;
    gap: 0;
  }

  .p-pager-block {
    margin: 30px auto;
    width: 80%;
    min-width: 250px;
  }

  

  .p-pager-block:last-of-type {
    margin-bottom: 100px;
  }


}

@media screen and (max-width: 767px) {

    .pc-none {
        display: block;
    }
    

  .p-mv-head {
      padding: 120px 0 100px;
      font-size: 2rem;
  }

  .p-mv {
      height: auto;
  }

  .p-movie {
    margin: 50px auto 0;
  }

  .p-content {
    max-width: inherit;
    width: 100%;
    padding: 50px 5% 0;
  }

  .p-head {
      margin-bottom: 20px;
      font-size: 1.8rem;
  }

  .p-lead {
      font-size: 14px;
      line-height: 2.5;
  }

  .p-about {
    padding: 60px 5%;
  }

  .p-about .m-head {
      padding-bottom: 30px;
  }

  .p-about-img {
      margin: 30px auto 0;
  }

  .p-3col {
    position: relative;
    padding-top: 40px;
    align-items: start;
    flex-direction: column-reverse;

  }

  .p-3col:nth-of-type(3) {
      margin-bottom: 0;
  }

  .p-comparison-cat {
      position: absolute;
      top: 0;
      writing-mode: inherit;
      height: inherit;
      padding: 5px;
      text-align: center;
      letter-spacing: inherit;
      min-width: 150px;
      left: 50%;
      transform: translateX(-50%);
      margin: 0;
  }

  .p-comparison-content {
      padding: 30px 5% 50px;
  }

  .p-comparison-block {
      width: 80%;
      margin: 30px auto;
  }

  /* .p-3col .p-comparison-block:first-of-type {
    margin-bottom: 30px;
  } */

  .p-comparison-head {
      padding-bottom: 10px;
      font-size: 1.4rem;
  }

  .p-comparison-lead {
      line-height: 2.5;
      font-size: 13px;
  }

  .p-comparison-img:before {
      height: 40px;
  }


  .p-safety:before {
    height: 40px;
  }

  .p-safety {
      margin-top: 50px;
      padding: 0 5%;
  }

  .p-safety-container {
      margin-top: 30px;
      margin-bottom: 0;
      padding: 130px 0 0;
  }

  .p-safety-container::before {
      width: 80%;
      height: 200px;
  }

  .p-safety-content {
      padding: 20px;
      width: 90%;
  }

  .p-safety-head {
      margin-bottom: 30px;
      padding: 5px;
      font-size: 1.5rem;
      min-height: inherit;
      max-width: inherit;
      width: 100%;
  }

  .p-safety .p-movie {
      padding-bottom: 50px;
      margin-bottom: 0;
  }

  .p-space {
    padding: 60px 5% 70px;
  }

  .p-space-caution {
      margin: 30px auto 10px;
  }

  .p-space-list li {
      width: 48%;
      margin-bottom: 20px;
  }

  .p-space-list li::before {
      width: 30px;
      height: 30px;
      right: 5px;
      bottom: 5px;
  }


  .p-suggestion-detail {
      padding: 20px 0 0;
      width: 100%;
  }

  .p-suggestion-img {
      width: 100%;
  }

  .p-suggestion-2col {
      flex-wrap: wrap;
      margin: 0 auto 30px;
  }

  .p-suggestion-detail p {
      font-size: 14px;
      line-height: 2.5;
  }

  .p-suggestion-2col:last-child .p-suggestion-detail {
      padding: 0;
  }

  .p-suggestion-2col:last-child {flex-wrap: wrap-reverse;}

  .p-suggestion-detail .m-button {
      margin: 30px auto 0;
  }

  .p-suggestion .m-pager-txt span {
      font-size: 1.8rem;
  }

  .p-about-movie li {
    margin-bottom: 10px;
  }

  .p-about-movie {
      margin-top: 10px;
  }

  .p-pager-2col {
    padding: 30px 0 0;
  }

}
