.MouthpeaceWrapper {
  font-family: "Noto Sans JP", sans-serif;
}
.MouthpeaceWrapper sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.MouthpeaceWrapper .mvWrapper {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  .MouthpeaceWrapper .mvWrapper {
    margin-bottom: 50px;
  }
}
.MouthpeaceWrapper .mvWrapper h1 {
  margin-bottom: 50px;
}
.MouthpeaceWrapper .mvWrapper p {
  font-size: 3em;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
}
.MouthpeaceWrapper .mvWrapper p span {
  margin-left: 0.5em;
}
.MouthpeaceWrapper .mvWrapper img {
  width: 100%;
}
.MouthpeaceWrapper .mvWrapper .ctchcp {
  bottom: -100px;
  left: 30px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 440px) {
  .MouthpeaceWrapper .mvWrapper .ctchcp {
    left: 0;
    padding: 20px 30px;
    width: 100%;
  }
}
.MouthpeaceWrapper .mvWrapper .ctchcp p.ctchcp_main {
  font-size: 42px;
  text-align: left;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 440px) {
  .MouthpeaceWrapper .mvWrapper .ctchcp p.ctchcp_main {
    font-size: 32px;
    margin: 0 0 10px !important;
  }
}
.MouthpeaceWrapper .mvWrapper .ctchcp p.ctchcp_main span {
  font-size: inherit;
}
.MouthpeaceWrapper .mvWrapper .ctchcp p.ctchcp_sub {
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 440px) {
  .MouthpeaceWrapper .mvWrapper .ctchcp p.ctchcp_sub {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.MouthpeaceWrapper .innerBox {
  padding: 0;
}
.MouthpeaceWrapper .contentsMain .boxLR {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.MouthpeaceWrapper .contentsMain .boxLR .imgBox {
  width: 50%;
  padding: 50px;
}
.MouthpeaceWrapper .contentsMain .boxLR .imgBox .signBox {
  text-align: right;
  margin-bottom: 30px;
}
.MouthpeaceWrapper .contentsMain .boxLR .imgBox .signBox img {
  max-width: 100%;
}
.MouthpeaceWrapper .contentsMain .boxLR .txtBox {
  width: 50%;
  color: #000;
  background-color: #fff;
  padding: 30px;
  position: relative;
}
.MouthpeaceWrapper .contentsMain .boxLR .txtBox h2 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.MouthpeaceWrapper .contentsMain .boxLR .txtBox h2 strong {
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin: 10px 0;
}
.MouthpeaceWrapper .contentsMain .boxLR .txtBox .messageBox {
  margin-bottom: 20px;
}
.MouthpeaceWrapper .contentsMain .boxLR .txtBox .messageBox p {
  line-height: 1.6;
  color: #000 !important;
  margin-bottom: 2em;
}
.MouthpeaceWrapper .contentsMain .boxLR .txtBox .messageBox ul {
  margin-bottom: 30px;
}
.MouthpeaceWrapper .contentsMain .boxLR .txtBox .messageBox ul li {
  list-style: disc;
  list-style-position: inside;
  line-height: 1.6;
}
.MouthpeaceWrapper .contentsMain .boxLR .txtBox .messageBox ul li span {
  display: inline-block;
  margin-left: 1.5rem;
}
.MouthpeaceWrapper .contentsMain .boxLR .txtBox .messageBox .price p {
  color: #000 !important;
}
.MouthpeaceWrapper .contentsMain .boxLR .txtBox .messageBox .price span {
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
}
.MouthpeaceWrapper .product_img {
  margin-bottom: 100px;
}
@media screen and (max-width: 576px) {
  .MouthpeaceWrapper .product_img {
    margin-bottom: 50px;
  }
}
.MouthpeaceWrapper .summary {
  margin-bottom: 50px;
}
.MouthpeaceWrapper .summary h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5em;
  line-height: 1;
  margin-bottom: 30px;
}
.MouthpeaceWrapper .summary h3 span {
  display: block;
  font-size: 0.3em;
  line-height: 1.6;
  margin-top: 5px;
  color: #999;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(-45deg, #cecece 0%, #969696 33%, #747474 66%);
}
@media screen and (max-width: 576px) {
  .MouthpeaceWrapper .summary h3 span {
    font-size: 0.35em;
  }
}
@media screen and (max-width: 576px) {
  .MouthpeaceWrapper .summary h3 {
    font-size: 3em;
    margin-bottom: 20px;
  }
}
.MouthpeaceWrapper .summary p {
  line-height: 2;
  margin-bottom: 30px;
}
.MouthpeaceWrapper .movieBox {
  margin-bottom: 50px;
}

.leaflet_dl {
  text-align: center;
  margin-bottom: 0;
}
.leaflet_dl a {
  display: inline-block;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  background-color: #a3905b;
  text-decoration: none;
  transition: all 0.3s ease;
}
.leaflet_dl a:hover {
  background-color: #b5a371;
}
.leaflet_dl i {
  margin: 0 0 0 0.5rem;
}

@media screen and (max-width: 768px) {
  .MouthpeaceWrapper .mvWrapper h1 {
    margin: 50px 0;
  }
  .MouthpeaceWrapper .mvWrapper p {
    margin: 0 15px;
    line-height: 1.4;
  }
  .MouthpeaceWrapper .mvWrapper p span {
    display: block;
    margin: 0;
    font-size: 0.8em;
  }
  .MouthpeaceWrapper .innerBox {
    padding: 0;
  }
  .MouthpeaceWrapper .contentsMain p.lead {
    margin-bottom: 0 !important;
    text-align: left;
  }
  .MouthpeaceWrapper .contentsMain .boxLR {
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .MouthpeaceWrapper .contentsMain .boxLR .imgBox {
    width: 80%;
    padding: 20px 0;
    margin: 50px auto 30px;
  }
  .MouthpeaceWrapper .contentsMain .boxLR .txtBox {
    padding: 20px;
    width: 100%;
  }
  .MouthpeaceWrapper .contentsMain .boxLR .txtBox h2 {
    font-size: 1.2em;
  }
  .MouthpeaceWrapper .contentsMain .boxLR .txtBox h2 strong {
    font-size: 3em;
  }
  .MouthpeaceWrapper .contentsMain .boxLR .txtBox .messageBox {
    margin-bottom: 20px;
  }
  .MouthpeaceWrapper .contentsMain .boxLR .txtBox .messageBox p {
    margin-bottom: 2em;
  }
  .MouthpeaceWrapper .contentsMain .boxLR ul li {
    text-align: left;
  }
  .MouthpeaceWrapper .contentsMain .boxLR ul li:not(:last-child) {
    margin-right: 0;
  }
  .MouthpeaceWrapper .contentsMain .boxLR .price {
    font-size: 1em !important;
    text-align: left;
  }
  .MouthpeaceWrapper .youtube {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .contentsMain .boxLR .imgBox {
    width: 100% !important;
  }
}
.feature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .feature {
    flex-direction: column;
  }
}
.feature dl {
  width: 23%;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .feature dl {
    width: 100%;
    margin-bottom: 30px;
  }
}
.feature dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px auto;
  height: 200px;
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.feature dl dt.img_01 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/img_01.webp);
}
.feature dl dt.img_02 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/img_02.webp);
}
.feature dl dt.img_03 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/img_03.webp);
}
.feature dl dt.img_04 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/img_04.webp);
}
.feature dl dd {
  font-size: 0.85em;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .feature dl dd {
    font-size: 1em;
  }
}

.cont_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .cont_inner {
    flex-direction: column;
  }
}
.cont_inner .clm_cxt {
  width: 68%;
}
@media screen and (max-width: 576px) {
  .cont_inner .clm_cxt {
    width: 100%;
  }
}
.cont_inner figure {
  width: 28%;
}
@media screen and (max-width: 576px) {
  .cont_inner figure {
    width: 100%;
  }
}
.cont_inner ul {
  margin-bottom: 50px;
}
.cont_inner ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}

.img_acoustic_signature {
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .img_acoustic_signature {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.img_acoustic_signature p {
  margin: 0 !important;
  font-size: 24px;
  line-height: 1.6 !important;
}
.img_acoustic_signature p.bg_blue {
  background-color: #20365b;
  padding: 7px 0;
}
.img_acoustic_signature p.plus {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  line-height: 1.9 !important;
}
.img_acoustic_signature p.concept {
  font-size: 32px;
  padding: 10px 0 15px;
}
.img_acoustic_signature p span {
  display: block;
  font-size: 16px;
}
.img_acoustic_signature .img_acoustic_signature_l {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .img_acoustic_signature .img_acoustic_signature_l {
    width: 100%;
  }
}
.img_acoustic_signature .img_acoustic_signature_c {
  width: 10%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .img_acoustic_signature .img_acoustic_signature_c {
    width: 100%;
    margin: 30px 0;
  }
}
.img_acoustic_signature .img_acoustic_signature_r {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .img_acoustic_signature .img_acoustic_signature_r {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */