/*========== p-scm.scss ==========*/
.p-scm-ttlArea {
  background-color: #000;
  padding: 6.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  .p-scm-ttlArea {
    padding: 3.5714285714vw 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-ttlArea {
    padding: 50px 0;
  }
}
.p-scm-ttlArea .forTtl {
  line-height: 1;
  margin: 0 auto;
  width: 80.5333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-ttlArea .forTtl {
    width: 43.1428571429vw;
    max-width: 604px;
  }
}
.p-scm-ttlArea .forTtl + .forTxt {
  margin-top: 2em;
}
.p-scm-ttlArea .forTxt {
  margin: 0 auto;
  width: 52.4vw;
}
@media screen and (min-width: 769px) {
  .p-scm-ttlArea .forTxt {
    width: 53.5vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-ttlArea .forTxt {
    width: 749px;
  }
}
.p-scm-ttlArea.onBtm .forTtl {
  width: 53.3333333333vw;
  margin-bottom: 6vw;
}
@media screen and (min-width: 769px) {
  .p-scm-ttlArea.onBtm .forTtl {
    width: 28.5714285714vw;
    width: 400px;
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-ttlArea.onBtm .forTtl {
    margin-bottom: 30px;
  }
}
.p-scm-ttlArea.onBtm .forTxt {
  margin: 0 auto;
  width: 69.0666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-ttlArea.onBtm .forTxt {
    width: 53.9285714286vw;
    max-width: 755px;
  }
}
.p-scm-sns {
  padding: 8vw 0 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-sns {
    padding: 4.2857142857vw 0 5.7142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-sns {
    padding: 60px 0 80px;
  }
}
.p-scm-sns .forArea {
  overflow-y: scroll;
  background-color: #eaebef;
  height: 44.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-sns .forArea {
    height: 23.9285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-sns .forArea {
    height: 335px;
  }
}
.p-scm-secTtl {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .p-scm-secTtl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-secTtl {
    margin-bottom: 60px;
  }
}
.p-scm-secTtl img {
  display: block;
  margin: auto;
  width: auto;
  height: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-secTtl img {
    height: 5.7142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-secTtl img {
    height: 80px;
  }
}
.p-scm-anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-anc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-anc {
    margin-bottom: 60px;
  }
}
.p-scm-anc .item {
  width: 48.55%;
  height: 10.6666666667vw;
  line-height: 10.6666666667vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-anc .item {
    width: 28.5714285714vw;
    height: 5.7142857143vw;
    line-height: 5.7142857143vw;
    font-size: 1.8571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-anc .item {
    width: 400px;
    height: 80px;
    line-height: 80px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-scm-anc .item:first-child {
    margin-right: 3.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-anc .item:first-child {
    margin-right: 50px;
  }
}
.p-scm-anc .item:after {
  right: 4vw;
}
@media screen and (min-width: 769px) {
  .p-scm-anc .item:after {
    right: 3.2142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-anc .item:after {
    right: 45px;
  }
}
.p-scm-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-scm-list .item {
    width: 41.6vw;
    margin-bottom: 8vw;
  }
  .p-scm-list .item:nth-child(odd) {
    margin-right: 8.8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-scm-list .item {
    width: 20.5%;
    margin-bottom: 4%;
  }
  .p-scm-list .item:not(:nth-child(4n)) {
    margin-right: 6%;
  }
}
.p-scm-list .forName {
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  padding-top: 1em;
  font-size: 2.9333333333vw;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-scm-list .forName {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-list .forName {
    font-size: 1.8rem;
  }
}
.p-scm-list .item a:hover .forName {
  text-decoration: none;
}
.p-scm-list .forInfo {
  text-align: center;
  line-height: 1.4;
  margin: 1.3em 0 1em;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-list .forInfo {
    margin-top: 1.5em;
    font-size: 1vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-list .forInfo {
    font-size: 1.4rem;
  }
}
.p-scm-list .forLinks .c-icon-arw_next {
  padding: 0.6em 0;
}
@media screen and (max-width: 768px) {
  .p-scm-list .forLinks .c-icon-arw_next {
    padding: 0.8em 0;
    font-size: 2.5333333333vw;
  }
}
.p-scm-list .forLinks .c-icon-arw_next:after {
  right: 1em;
}
.p-scm-list .forLinks .c-icon-arw_next:first-child {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-list .forLinks .c-icon-arw_next:first-child {
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-list .forLinks .c-icon-arw_next:first-child {
    margin-bottom: 10px;
  }
}
.p-scm-list .forLinks .c-icon-link {
  padding: 0.6em 0;
}
@media screen and (max-width: 768px) {
  .p-scm-list .forLinks .c-icon-link {
    padding: 0.8em 0;
    font-size: 2.5333333333vw;
  }
}
.p-scm-list .forLinks .c-icon-link:after {
  right: 1em;
}
.p-scm-list .forLinks .c-icon-link:first-child {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-list .forLinks .c-icon-link:first-child {
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-list .forLinks .c-icon-link:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-scm-list.onArchive .item {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-list.onArchive .item {
    margin-bottom: 60px;
  }
}
.p-scm-more {
  margin: 0 auto;
  width: 43.0666666667vw;
  font-size: 4vw;
  padding: 0.7em 0;
}
@media screen and (min-width: 769px) {
  .p-scm-more {
    padding: 0.9em 0;
    width: 28.5714285714vw;
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-more {
    width: 400px;
    font-size: 2.2rem;
  }
}
.p-scm-more:after {
  right: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-more:after {
    right: 4.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-more:after {
    right: 57px;
  }
}
.p-scm-back {
  letter-spacing: 0;
  padding: 0.5em 0;
  margin: 0 auto;
  line-height: 1.3;
  width: 58.6666666667vw;
  font-size: 3.0666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-back {
    width: 28.5714285714vw;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-back {
    width: 400px;
    font-size: 1.8rem;
  }
}
.p-scm-back:before {
  left: 4vw;
}
@media screen and (min-width: 769px) {
  .p-scm-back:before {
    left: 3.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-back:before {
    left: 50px;
  }
}
.p-scm-detail {
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail {
    padding-top: 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail {
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-scm-detail__inner {
    width: 77%;
    max-width: 1080px;
  }
}
.p-scm-detail .forSNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forSNS {
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forSNS {
    margin-bottom: 15px;
  }
}
.p-scm-detail .forSNS__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-scm-detail .forSNS_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forSNS_items {
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forSNS_items {
    margin-bottom: 10px;
  }
}
.p-scm-detail .forSNS_items .item {
  border-radius: 50%;
  height: 6.1333333333vw;
  width: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forSNS_items .item {
    height: 3.2857142857vw;
    width: 3.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forSNS_items .item {
    height: 46px;
    width: 46px;
  }
}
.p-scm-detail .forSNS_items .item.onX {
  background: url("../../img/icon_x_wh.svg") center no-repeat #3c3834;
  background-size: auto 2.6666666667vw;
  margin-right: 1.8666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forSNS_items .item.onX {
    background-size: auto 1.4285714286vw;
    margin-right: 1vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forSNS_items .item.onX {
    background-size: auto 20px;
    margin-right: 14px;
  }
}
.p-scm-detail .forSNS_items .item.onFB {
  background: url("../../img/icon_fb_wh.svg") center no-repeat #1877f2;
  background-size: auto 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forSNS_items .item.onFB {
    background-size: auto 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forSNS_items .item.onFB {
    background-size: auto 20px;
  }
}
.p-scm-detail .forSNS_txt {
  font-weight: 700;
  font-size: 1.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forSNS_txt {
    font-size: 0.9285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forSNS_txt {
    font-size: 1.3rem;
  }
}
.p-scm-detail .forTtl {
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.5em;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forTtl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forTtl {
    font-size: 4rem;
  }
}
.p-scm-detail .forNotice {
  font-weight: 700;
  text-align: center;
  background-color: #eeeeee;
  padding: 1em;
  font-size: 3.4666666667vw;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forNotice {
    font-size: 1.7142857143vw;
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forNotice {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
}
.p-scm-detail .forMovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forMovie {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forMovie {
    margin-bottom: 60px;
  }
}
.p-scm-detail .forMovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-scm-detail .forThumb {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forThumb {
    width: 24%;
  }
}
.p-scm-detail .forIntro {
  line-height: 1.8;
  margin-bottom: 0.5em;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forIntro {
    line-height: 1.65;
    font-size: 1.8571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forIntro {
    font-size: 2.6rem;
  }
}
.p-scm-detail .forAbout {
  line-height: 1.8;
  margin-bottom: 0.5em;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forAbout {
    margin-bottom: 1em;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forAbout {
    font-size: 1.8rem;
  }
}
.p-scm-detail .forCopy {
  text-align: right;
  line-height: 1.7;
  font-weight: 400;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  .p-scm-detail .forCopy {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forCopy {
    font-size: 0.9285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forCopy {
    font-size: 1.3rem;
  }
}
.p-scm-detail .forPhotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forPhotos {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forPhotos {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-scm-detail .forPhotos_item {
    width: 47.25%;
    margin-bottom: 5.5%;
  }
  .p-scm-detail .forPhotos_item:nth-child(odd) {
    margin-right: 5.5%;
  }
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forPhotos_item {
    width: 24.25%;
  }
  .p-scm-detail .forPhotos_item:not(:nth-child(4n)) {
    margin-right: 1%;
  }
}
.p-scm-detail .forInfo_ttl {
  line-height: 1.2;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 0.6em;
  padding-left: 0.7em;
  border-bottom: 0.2666666667vw solid #3c3834;
  font-size: 4vw;
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forInfo_ttl {
    border-bottom-width: 2px;
    font-size: 2.1428571429vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forInfo_ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.p-scm-detail .forInfo_ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.6em;
  height: 1.2em;
  width: 6px;
  background-color: #3c3834;
}
@media screen and (max-width: 768px) {
  .p-scm-detail .forInfo_ttl:before {
    width: 0.8vw;
  }
}
.p-scm-detail .forInfo_items {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forInfo_items {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forInfo_items {
    margin-bottom: 60px;
  }
}
.p-scm-detail .forInfo_items .item:not(:last-child) {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forInfo_items .item:not(:last-child) {
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forInfo_items .item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.p-scm-detail .forInfo_items .itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-scm-detail .forInfo_items .itemWrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-scm-detail .forInfo_items .item-ttl {
  background-color: #3c3834;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 28%;
  line-height: 1.6;
  padding: 0.5em 0;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forInfo_items .item-ttl {
    width: 20%;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forInfo_items .item-ttl {
    font-size: 1.8rem;
  }
}
.p-scm-detail .forInfo_items .item-ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 2vw 0 0;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forInfo_items .item-ttl:before {
    border-width: 1.0714285714vw 1.0714285714vw 0 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forInfo_items .item-ttl:before {
    border-width: 15px 15px 0 0;
  }
}
.p-scm-detail .forInfo_items .item-txt {
  line-height: 1.6;
  width: 67.5%;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forInfo_items .item-txt {
    width: 76.3%;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forInfo_items .item-txt {
    font-size: 1.8rem;
  }
}
.p-scm-detail .forLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-scm-detail .forLinks .c-icon-arw_next {
  width: 46.8%;
  padding: 0.85em 0;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forLinks .c-icon-arw_next {
    width: 37%;
    font-size: 1.5714285714vw;
  }
  .p-scm-detail .forLinks .c-icon-arw_next:first-child {
    margin-right: 3%;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .forLinks .c-icon-arw_next {
    font-size: 2.2rem;
  }
}
.p-scm-detail .forLinks .c-icon-arw_next:after {
  right: 1em;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .forLinks .c-icon-arw_next:after {
    right: 2em;
  }
}
@media screen and (min-width: 769px) {
  .p-scm-detail .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .boxWrap {
    margin-bottom: 15px;
  }
}
.p-scm-detail .boxTxt a {
  text-decoration: underline;
}
.p-scm-detail .boxTxt a:hover {
  text-decoration: none;
}
.p-scm-detail .boxTxt img {
  width: 100% !important;
}
.p-scm-detail .boxTxt {
  text-align: justify;
  letter-spacing: 0.14em;
  line-height: 1.75;
  font-size: calc(100vw / ( 750 / 28 ));
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .boxTxt {
    width: 72%;
    letter-spacing: 0.1em;
    font-size: calc(100vw / ( 1400 / 17 ));
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 769px) {
  .p-scm-detail .boxTxt {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-scm #anc_01 {
    padding-bottom: 5.7142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm #anc_01 {
    padding-bottom: 80px;
  }
}
.p-scm #anc_02 {
  padding-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-scm #anc_02 {
    padding-bottom: 5vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm #anc_02 {
    padding-bottom: 70px;
  }
}

.p-scm-detail .boxTxt a {
  text-decoration: underline;
}
.p-scm-detail .boxTxt a:hover {
  text-decoration: none;
}
.p-scm-detail .boxTxt b {
  font-weight: 700;
  color: #3e3935;
}
.p-scm-detail .boxTxt i {
  font-style: italic;
}
.p-scm-detail .boxTxt ul {
  list-style: disc;
  margin-left: 1em;
}
.p-scm-detail .boxTxt ol {
  list-style: decimal;
  margin-left: 1em;
}
.p-scm-detail .boxTxt blockquote {
  border-left: 3px solid #3e3935;
  box-sizing: border-box;
  padding-left: .75em;
}
.p-scm-detail .boxTxt pre {
  background: #EAEBEE;
  box-sizing: border-box;
  padding: .5em;
  white-space: break-spaces;
}
.p-scm-detail .boxTxt h1,
.p-scm-detail .boxTxt h2 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 45 ));
}
@media screen and (min-width: 769px) {
  .p-scm-detail .boxTxt h1,
  .p-scm-detail .boxTxt h2 {
    font-weight: bold;
    font-size: calc(100vw / ( 1400 / 34 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .boxTxt h1,
  .p-scm-detail .boxTxt h2 {
    font-size: 3.4rem;
  }
}

.p-scm-detail .boxTxt h3 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 38 ));
}
@media screen and (min-width: 769px) {
  .p-scm-detail .boxTxt h3 {
    font-size: calc(100vw / ( 1400 / 26 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .boxTxt h3 {
    font-size: 2.6rem;
  }
}

.p-scm-detail .boxTxt h4 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 34 ));
}
@media screen and (min-width: 769px) {
  .p-scm-detail .boxTxt h4 {
    font-size: calc(100vw / ( 1400 / 22 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .boxTxt h4 {
    font-size: 2.2rem;
  }
}

.p-scm-detail .boxTxt iframe {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  margin: auto;
  max-width: 640px;
  width: 100%;
}
.p-scm-detail .boxTxt img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.p-scm-detail .boxTxt .forMV {
  margin-bottom: 4.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-scm-detail .boxTxt .forMV {
    float: right;
    width: 45.45%;
    margin-left: 2.27%;
    margin-bottom: 1.7857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-scm-detail .boxTxt .forMV {
    margin-bottom: 25px;
  }
}
.p-scm-detail .boxTxt .forMV img {
  width: 100%;
}