@charset "utf-8";
/* ============
  Top
============ */
.p-top__mv {
  position: relative;
  width: 100%;
  height: calc(100vh - calc(100em/16) - calc(120em/16));
}
@media screen and (max-width: 375px) {
  .p-top__mv {
    height: calc(100vh - calc(90em/16) - calc(108em/16));
  }
}
.p-top-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .p-top-inner {
    font-size: 90%;
  }
}
@media screen and (max-width: 880px) {
  .p-top-inner {
    font-size: 80%;
  }
}
@media screen and (max-width: 640px) {
  .p-top-inner {
    font-size: 70%;
  }
}
@media screen and (max-width: 540px) {
  .p-top-inner {
    font-size: 60%;
  }
}
@media screen and (max-width: 375px) {
  .p-top-inner {
    font-size: 50%;
  }
}
.p-top__mvTitleTop,
.p-top__mvTitleBottom {
  display: block;
  text-align: center;
  color: #fff;
}
.p-top__mvTitleTop {
  font-size: calc(60em/16);
  letter-spacing: .08em;
  text-indent: .08em;
}
.p-top__mvTitleTop .u-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-top__mvTitleTop {
    line-height: 1.4;
  }
  .p-top__mvTitleTop .u-br {
    display: block;
  }
}
.p-top__mvTitleBottom {
  margin-top: calc(48em/36);
  font-size: calc(36em/16);
  letter-spacing: .02em;
  text-indent: .02em;
}
.p-top__mvTitleBottom .u-br {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-top__mvTitleBottom {
    line-height: 1.4;
  }
  .p-top__mvTitleBottom .u-br {
    display: block;
  }
}
.p-top__mvImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-top__mvImg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, .25);
}
.p-top__mvImgBody {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top__mvImgBody .list__itemBody {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top__mvImgBody .list__itemBodyImg {
  width: 100%;
  height: 100%;
}
.p-top__mvImgBody .swiper-slide-active .list__itemBodyImg,
.p-top__mvImgBody .swiper-slide-duplicate-active .list__itemBodyImg,
.p-top__mvImgBody .swiper-slide-prev .list__itemBodyImg {
  animation: zoom 7s linear 0s;
  animation-fill-mode: both;
}
.p-top__mvImgBody .list__itemBody img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/* ============
  Service
============ */
.p-service {
  padding-bottom: calc(80em/16);
}
@media screen and (max-width: 768px) {
  .p-service {
    padding-bottom: calc(80em/16*.8);
  }
}
@media screen and (max-width: 430px) {
  .p-service {
    padding-bottom: calc(80em/16*.6);
  }
}
/* .p-serviceImg::after {
  opacity: .85;
} */
.p-service__body {
  padding: calc(80em/16) 0;
}
@media screen and (max-width: 768px) {
  .p-service__body {
    padding: calc(80em/16*.8) 0;
  }
}
@media screen and (max-width: 430px) {
  .p-service__body {
    padding: calc(80em/16*.6) 0;
  }
}
.p-service__bodyTitle {
  line-height: 1.4;
  font-size: calc(28em/16);
}
@media screen and (max-width: 768px) {
  .p-service__bodyTitle {
    font-size: calc(24em/16);
  }
}
@media screen and (max-width: 430px) {
  .p-service__bodyTitle {
    font-size: calc(18em/16);
  }
}
.p-service__bodyTitle::after {
  bottom: calc(-20em/28);
  width: calc(40em/28);
  height: 3px;
  background: #44C09B;
}
.p-service__bodyLead {
  margin-top: calc(40em/18);
  line-height: 1.8;
  font-size: calc(18em/16);
}
@media screen and (max-width: 768px) {
  .p-service__bodyLead {
    font-size: calc(16em/16);
  }
}
.p-service__bodyPrice {
  margin-top: calc(60em/16);
  padding: calc(48em/16) calc(80em/16) calc(60em/16);
  background: #eee;
}
@media screen and (max-width: 768px) {
  .p-service__bodyPrice {
    margin-top: calc(60em/16*.8);
    padding: calc(48em/16*.8) calc(60em/16*.8) calc(60em/16*.8);
  }
}
@media screen and (max-width: 430px) {
  .p-service__bodyPrice {
    margin-top: calc(60em/16*.6);
    padding: calc(48em/16*.6) calc(60em/16*.6) calc(60em/16*.6);
  }
}
.p-service__bodyPriceTitle {
  font-size: calc(24em/16);
  letter-spacing: .08em;
}
@media screen and (max-width: 768px) {
  .p-service__bodyPriceTitle {
    font-size: calc(24em/16*.8);
  }
}
@media screen and (max-width: 430px) {
  .p-service__bodyPriceTitle {
    font-size: calc(24em/16*.6);
  }
}
.p-service__bodyPriceList {
  margin-top: calc(24em/16);
}
.p-service__bodyPriceList .item:not(:first-child) {
  margin-top: calc(16em/16);
}
@media screen and (max-width: 1024px) {
  .p-service__bodyPriceList .item:not(:first-child) {
    margin-top: calc(24em/16);
  }
}
.p-service__bodyPriceList .item__body {
  display: flex;
  line-height: 1.4;
  letter-spacing: .04em;
}
@media screen and (max-width: 1024px) {
  .p-service__bodyPriceList .item__body {
    display: block;
  }
}
.p-service__bodyPriceList .item__bodyTitle {
  position: relative;
  flex-shrink: 0;
  padding-left: 1em;
  min-width: calc(320em/16);
}
.p-service__bodyPriceList .item__bodyTitle::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  width: .5em;
  height: 2px;
  background: #44C09B;
}
@media screen and (max-width: 1024px) {
  .p-service__bodyPriceList .item__bodyPrice {
    margin-top: calc(6em/16);
    padding-left: 1em;
  }
}
.p-service__bodyBtn {
  margin-top: calc(60em/16);
}
@media screen and (max-width: 768px) {
  .p-service__bodyBtn {
    margin-top: calc(60em/16*.8);
  }
}
@media screen and (max-width: 430px) {
  .p-service__bodyBtn {
    margin-top: calc(60em/16*.6);
  }
}
.p-service__bodyBtnTarget .txt {
  line-height: 1.8;
  letter-spacing: .04em;
  color: #44C09B;
  border-bottom: 1px solid currentColor;
}
@media (any-hover: hover) {
  .p-service__bodyBtnTarget {
    transition: opacity .2s;
  }
  .p-service__bodyBtnTarget:hover {
    opacity: .7;
  }
}
/* ============
  YouTube
============ */
.p-youtube__mv .u-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-youtube__mv .u-br {
    display: block;
  }
}
.p-youtube__mvBodyIcon {
  width: calc(64em/16);
  height: calc(49em/16);
}
.p-youtube__intro {
  padding: calc(80em/16) 0;
}
@media screen and (max-width: 1024px) {
  .p-youtube__intro {
    padding: calc(80em/16) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-youtube__intro {
    padding: calc(80em/16*.8) 0 0;
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__intro {
    padding: calc(80em/16*.6) 0 0;
  }
}
.p-youtube__introTop {
  text-align: center;
  line-height: 2;
  font-size: calc(18em/16);
  letter-spacing: .04em;
  margin-right: -.04em;
}
@media screen and (max-width: 1024px) {
  .p-youtube__introTop {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .p-youtube__introTop .u-br {
    display: none;
  }
}
.p-youtube__introBottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: calc(80em/16);
}
@media screen and (max-width: 1024px) {
  .p-youtube__introBottom {
    flex-direction: column-reverse;
    margin: calc(80em/16) calc(50% - 50vw) 0;
    background: linear-gradient(180deg, rgba(68,192,155,1) 0%, rgba(16,83,19,1) 100%);
  }
}
@media screen and (max-width: 768px) {
  .p-youtube__introBottom {
    margin: calc(80em/16*.8) calc(50% - 50vw) 0;
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__introBottom {
    margin: calc(80em/16*.6) calc(50% - 50vw) 0;
  }
}
.p-youtube__introBottomBody {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: calc(-100/1100*100%);
  width: calc(600/1100*100%);
  height: calc(520em/16);
  background: linear-gradient(180deg, rgba(68,192,155,1) 0%, rgba(16,83,19,1) 100%);
}
@media screen and (max-width: 1024px) {
  .p-youtube__introBottomBody {
    margin: calc(80em/16) auto;
    width: 100%;
    height: auto;
    text-align: center;
    background: transparent;
  }
}
@media screen and (max-width: 768px) {
  .p-youtube__introBottomBody {
    margin: calc(80em/16*.8) auto;
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__introBottomBody {
    margin: calc(80em/16*.6) auto;
  }
}
.p-youtube__introBottomBody .txt {
  margin-left: calc(40em/24);
  line-height: 1.8;
  font-size: calc(24em/16);
  letter-spacing: .08em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-youtube__introBottomBody .txt {
    margin-left: 0;
    font-size: calc(20em/16);
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__introBottomBody .txt {
    font-size: calc(18em/16);
  }
}
.p-youtube__introBottomBody .txt .is-em {
  color: #F9EA11;
}
.p-youtube__introBottomImg {
  width: calc(600/1100*100%);
}
@media screen and (max-width: 1024px) {
  .p-youtube__introBottomImg {
    margin: calc(80em/16) auto 0;
    max-width: calc(1100 * 1em/16);
    width: calc(300/375*100%);
  }
}
@media screen and (max-width: 768px) {
  .p-youtube__introBottomImg {
    margin: calc(80em/16*.8) auto 0;
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__introBottomImg {
    margin: calc(80em/16*.6) auto 0;
  }
}
.p-youtube__introBottomImg .body {
  padding-top: calc(400/600*100%);
  height: 0;
}
.p-youtube__problem {
  padding: calc(80em/16) 0 calc(160em/16);
}
@media screen and (max-width: 768px) {
  .p-youtube__problem {
    padding: calc(80em/16*.8) 0 calc(160em/16*.8);
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__problem {
    padding: calc(80em/16*.6) 0 calc(160em/16*.6);
  }
}
.p-youtube__problemTitle {
  text-align: center;
  line-height: 1.4;
  font-size: calc(32em/16);
  letter-spacing: .06em;
  margin-right: -.06em;
}
@media screen and (max-width: 768px) {
  .p-youtube__problemTitle {
    font-size: calc(28em/16);
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__problemTitle {
    font-size: calc(24em/16);
  }
}
.p-youtube__problemTitle .u-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-youtube__problemTitle .u-br {
    display: block;
  }
}
.p-youtube__problemBody {
  position: relative;
  margin-top: calc(80em/16);
  padding: calc(80em/16);
  border: 4px solid #44C09B;
}
@media screen and (max-width: 768px) {
  .p-youtube__problemBody {
    margin-top: calc(40em/16);
    padding: calc(40em/16);
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__problemBody {
    margin-top: calc(40em/16*.6);
    padding: calc(40em/16*.6);
    border: 3px solid #44C09B;
  }
}
.p-youtube__problemBodyBg {
  position: absolute;
  top: -4px;
  bottom: -4px;
  right: -4px;
  left: 0;
  z-index: -1;
  margin: 0 0 0 auto;
  width: calc(618em/16);
}
@media screen and (max-width: 1024px) {
  .p-youtube__problemBodyBg {
    display: none;
  }
}
.p-youtube__problemBodyBg .body {
  padding-top: calc(492em/16);
  height: 0;
}
.p-youtube__problemBodyBg .body img {
  object-position: center left;
}
.p-youtube__problemBodyList .item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-youtube__problemBodyList .item {
    font-size: 80%;
  }
}
.p-youtube__problemBodyList .item:not(:first-child) {
  margin-top: calc(22em/16);
}
.p-youtube__problemBodyList .item__icon {
  flex-shrink: 0;
  width: calc(24em/16);
  height: calc(26em/16);
}
.p-youtube__problemBodyList .item__txt {
  margin-left: calc(16em/20);
  line-height: 1.4;
  font-size: calc(20em/16);
  letter-spacing: .04em;
}
.p-youtube__problemBodyList .item__txt .is-em {
  color: #44C09B;
}
.p-youtube__problemTri {
  margin: calc(80em/16) auto 0;
  width: calc(320em/16);
  height: calc(48em/16);
}
.p-youtube__problemResolve {
  margin-top: calc(80em/36);
  text-align: center;
  line-height: 1.4;
  font-size: calc(36em/16);
  letter-spacing: .04em;
  margin-right: -.04em;
}
.p-youtube__problemResolve .u-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-youtube__problemResolve {
    line-height: 1.8;
    font-size: calc(28em/16);
  }
  .p-youtube__problemResolve .u-br {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__problemResolve {
    font-size: calc(24em/16);
  }
}
.p-youtube__problemResolve .is-em {
  color: #44C09B;
}
.p-youtube__problemResolve .is-dot {
  position: relative;
}
.p-youtube__problemResolve .is-dot::before {
  content: '';
  position: absolute;
  top: calc(-4em/36);
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: calc(8em/36);
  height: calc(8em/36);
  border-radius: 50%;
  background: currentColor;
}
.p-youtube__planTop {
  padding: calc(160em/16) 0;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .p-youtube__planTop {
    padding: calc(160em/16*.8) 0;
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__planTop {
    padding: calc(160em/16*.6) 0;
  }
}
.p-youtube__planTopTitle {
  text-align: center;
  font-size: calc(52em/16);
  letter-spacing: .04em;
  margin-right: -.04em;
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopTitle {
    font-size: calc(32em/16);
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__planTopTitle {
    font-size: calc(28em/16);
  }
}
.p-youtube__planTopNav {
  margin-top: calc(60em/16);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopNav {
    margin-top: calc(60em/16);
    flex-direction: column;
  }
}
.p-youtube__planTopNav .item {
  width: 100%;
  max-width: calc(280em/16);
  height: calc(48em/16);
  border-radius: calc(24em/16);
  box-shadow: 0 0 6px rgba(0, 0, 0, .15);
  overflow: hidden;
}
.p-youtube__planTopNav .item:not(:first-child) {
  margin-left: calc(40/1100*100%);
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopNav .item:not(:first-child) {
    margin: calc(32em/16) 0 0;
  }
}
.p-youtube__planTopNav .item__target {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 calc(24em/16);
  width: 100%;
  height: 100%;
  background: #fff;
}
.p-youtube__planTopNav .item__targetTxt {
  font-size: calc(18em/16);
  letter-spacing: .04em;
}
.p-youtube__planTopNav .item__targetArrow {
  width: calc(11em/16);
  height: calc(16em/16);
  transform: rotate(90deg);
}
.p-youtube__planTopNav .item__targetArrow path {
  fill: #000;
}
.p-youtube__planTopBlock.is-green {
  margin-top: calc(120em/16);
}
.p-youtube__planTopBlock.is-orange {
  margin-top: calc(160em/16);
}
.p-youtube__planTopBlock .title {
  font-size: calc(36em/16);
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .title {
    font-size: calc(24em/16);
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__planTopBlock .title {
    font-size: calc(20em/16);
  }
}
.p-youtube__planTopBlock .title::after {
  bottom: calc(-28em/36);
  width: calc(80em/36);
  height: 4px;
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .title::after {
    width: calc(60em/28);
    height: 3px;
  }
}
.p-youtube__planTopBlock.is-green .title::after {
  background: #44C09B;
}
.p-youtube__planTopBlock.is-orange .title::after {
  background: #FFAA00;
}
.p-youtube__planTopBlock .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(100em/16);
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .list {
    display: block;
  }
}
.p-youtube__planTopBlock .list__item {
  width: calc(332/1100*100%);
  display: flex;
}
.p-youtube__planTopBlock .list__item:not(:nth-child(3n)) {
  width: calc(384/1100*100%);
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .list__item {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    max-width: calc(480em/16);
  }
  .p-youtube__planTopBlock .list__item:not(:nth-child(3n)) {
    width: 100%;
  }
}
.p-youtube__planTopBlock .list__item:not(:nth-child(3n))::after {
  content: '';
  display: block;
  margin: 0 calc(18/384*100%);
  width: calc(24/384*100%);
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.p-youtube__planTopBlock.is-green .list__item:not(:nth-child(3n))::after {
  background-image: url('../images/common/i-arrow.svg');
}
.p-youtube__planTopBlock.is-orange .list__item:not(:nth-child(3n))::after {
  background-image: url('../images/common/i-arrow-orange.svg');
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .list__item:nth-child(3n)::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: calc(16em/16);
    height: calc(24em/16);
    transform: rotate(90deg);
  }
  .p-youtube__planTopBlock .list__item:not(:nth-child(3n))::after {
    margin: 0 auto;
    width: calc(16em/16);
    height: calc(24em/16);
    transform: rotate(90deg);
  }
  .p-youtube__planTopBlock.is-green .list__item::after {
    margin: calc(32em/16) auto;
    background-image: url('../images/common/i-arrow.svg');
  }
  .p-youtube__planTopBlock.is-orange .list__item::after {
    margin: calc(32em/16) auto;
    background-image: url('../images/common/i-arrow-orange.svg');
  }
  .p-youtube__planTopBlock.is-green .list__item:nth-child(3n)::after {
    background-image: url('../images/common/i-arrow.svg');
  }
  .p-youtube__planTopBlock.is-orange .list__item:nth-child(3n)::after {
    background-image: url('../images/common/i-arrow-orange.svg');
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__planTopBlock.is-green .list__item::after {
    margin: calc(32em/16*.8) auto;
  }
  .p-youtube__planTopBlock.is-orange .list__item::after {
    margin: calc(32em/16*.8) auto;
  }
}
.p-youtube__planTopBlock .list__item:last-child::after {
  content: none;
}
.p-youtube__planTopBlock .list__item:nth-child(n+4) {
  margin-top: calc(72em/16);
}
@media screen and (max-width: 768px)  {
  .p-youtube__planTopBlock .list__item:nth-child(n+4) {
    margin-top: 0;
  }
}
.p-youtube__planTopBlock .list__itemBody {
  position: relative;
  padding: calc(24em/16) calc(24/332*100%);
  width: 100%;
  min-height: calc(252em/16);
  background: #fff;
}
.p-youtube__planTopBlock .list__item:not(:nth-child(3n)) .list__itemBody {
  flex-basis: calc(332/384*100%);
}
.p-youtube__planTopBlock .list__itemBodyNum {
  position: absolute;
  top: calc(-32em/52);
  right: calc(20/332*100%);
  margin-right: -.04em;
  font-size: calc(52em/16);
  letter-spacing: .04em;
  color: #999;
}
.p-youtube__planTopBlock .list__itemBodyTitle {
  padding-bottom: calc(16em/20);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  line-height: 1.4;
  font-size: calc(20em/16);
  letter-spacing: .02em;
}
.p-youtube__planTopBlock.is-green .list__itemBodyTitle {
  border-bottom-color: #44C09B;
}
.p-youtube__planTopBlock.is-orange .list__itemBodyTitle {
  border-bottom-color: #FFAA00;
}
.p-youtube__planTopBlock .list__itemBodyTxt {
  margin-top: calc(16em/15);
  line-height: 1.8;
  font-size: calc(15em/16);
  letter-spacing: .04em;
}
.p-youtube__planTopBlock .price {
  margin-top: calc(80em/16);
}
.p-youtube__planTopBlock .price__title {
  position: relative;
  display: block;
  text-align: center;
  font-size: calc(28em/16);
  letter-spacing: .04em;
  margin-right: -.04em;
}
.p-youtube__planTopBlock .price__title::before,
.p-youtube__planTopBlock .price__title::after {
  content: '';
  display: inline-block;
  width: calc(48em/28);
  height: 2px;
  vertical-align: middle;
}
.p-youtube__planTopBlock .price__title::before {
  margin-right: calc(20em/28);
}
.p-youtube__planTopBlock .price__title::after {
  margin-left: calc(20em/28);
}
.p-youtube__planTopBlock.is-green .price__title::before,
.p-youtube__planTopBlock.is-green .price__title::after {
  background: #44C09B;
}
.p-youtube__planTopBlock.is-orange .price__title::before,
.p-youtube__planTopBlock.is-orange .price__title::after {
  background: #FFAA00;
}
.p-youtube__planTopBlock .price__list {
  margin-top: calc(40em/16);
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .price__list {
    margin: calc(40em/16) auto 0;
    max-width: calc(480em/16);
  }
}
.p-youtube__planTopBlock .price__listItem:not(:first-child) {
  margin-top: calc(4em/16);
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .price__listItem:not(:first-child) {
    margin-top: calc(36em/16);
  }
}
.p-youtube__planTopBlock .price__listItemBody {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .price__listItemBody {
    flex-wrap: wrap;
  }
}
.p-youtube__planTopBlock .price__listItemBody .title,
.p-youtube__planTopBlock .price__listItemBody .price,
.p-youtube__planTopBlock .price__listItemBody .desc {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.p-youtube__planTopBlock .price__listItemBody .title {
  justify-content: center;
  width: calc(200em/16);
  font-size: calc(16em/16);
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .price__listItemBody .title {
    padding: calc(16em/16);
    width: fit-content;
  }
} 
.p-youtube__planTopBlock .price__listItemBody .title::after {
  content: none;
}
.p-youtube__planTopBlock.is-green .price__listItemBody .title {
  background: #44C09B;
}
.p-youtube__planTopBlock.is-orange .price__listItemBody .title {
  background: #FFAA00;
}
.p-youtube__planTopBlock .price__listItemBody .title__txt {
  font-size: calc(20em/16);
  letter-spacing: .04em;
  margin-right: -.04em;
  color: #fff;
}
.p-youtube__planTopBlock .price__listItemBody .title__txt .is-notice {
  margin-left: calc(4em/16);
  font-size: calc(16em/20);
}
.p-youtube__planTopBlock .price__listItemBody .price {
  justify-content: center;
  margin-left: calc(4em/16);
  width: calc(232em/16);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .price__listItemBody .price {
    margin-left: calc(16em/16);
    width: fit-content;
    background: transparent;
  }
}
.p-youtube__planTopBlock .price__listItemBody .price__txt {
  letter-spacing: .04em;
  margin-right: -.04em;
}
.p-youtube__planTopBlock .price__listItemBody .price__txt .is-em {
  font-size: calc(44em/16);
}
.p-youtube__planTopBlock.is-green .price__listItemBody .price__txt .is-em {
  color: #44C09B;
}
.p-youtube__planTopBlock.is-orange .price__listItemBody .price__txt .is-em {
  color: #FFAA00;
}
.p-youtube__planTopBlock .price__listItemBody .desc {
  flex: 1;
  margin-left: calc(4em/15);
  padding: calc(24em/15);
  min-height: calc(92em/15);
  line-height: 1.8;
  font-size: calc(15em/16);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .price__listItemBody .desc {
    flex-shrink: 0;
    margin-top: calc(16em/15);
    margin-left: 0;
    padding: 0;
    width: 100%;
    min-width: calc(400em/15);
    min-height: inherit;
    background: transparent;
  }
}
@media screen and (max-width: 768px) {
  .p-youtube__planTopBlock .price__listItemBody .desc {
    min-width: calc(240em/15);
  }
}
.p-youtube__planBottom {
  padding-bottom: calc(160em/16);
  background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(238,238,238,0) 100%);
}
@media screen and (max-width: 768px) {
  .p-youtube__planBottom {
    padding-bottom: calc(120em/16);
  }
}
.p-youtube__planBottomHowto {
  display: flex;
  margin-left: calc(80em/16);
  letter-spacing: .04em;
}
@media screen and (max-width: 1024px) {
  .p-youtube__planBottomHowto {
    margin-left: calc(40em/16);
  }
}
@media screen and (max-width: 768px) {
  .p-youtube__planBottomHowto {
    display: block;
    margin-left: 0;
  }
}
.p-youtube__planBottomHowto .title {
  line-height: 1.4;
  font-size: calc(22em/16);
}
@media screen and (max-width: 768px) {
  .p-youtube__planBottomHowto .title {
    font-size: calc(18em/16);
  }
}
@media screen and (max-width: 415px) {
  .p-youtube__planBottomHowto .title {
    font-size: calc(18em/16*.8);
  }
}
.p-youtube__planBottomHowto .body {
  margin-left: calc(80em/16);
}
@media screen and (max-width: 1024px) {
  .p-youtube__planBottomHowto .body {
    margin-left: calc(40em/16);
  }
}
@media screen and (max-width: 768px) {
  .p-youtube__planBottomHowto .body {
    margin-left: 0;
  }
}
.p-youtube__planBottomHowto .body__txt {
  line-height: 1.4;
  font-size: calc(22em/16);
}
@media screen and (max-width: 768px) {
  .p-youtube__planBottomHowto .body__txt {
    margin-top: calc(16em/18);
    font-size: calc(16em/16);
  }
}
@media screen and (max-width: 415px) {
  .p-youtube__planBottomHowto .body__txt {
    font-size: calc(16em/16*.8);
  }
}
.p-youtube__planBottomHowto .body__notice {
  margin-top: calc(24em/16);
  line-height: 1.4;
  font-size: calc(16em/16);
}
@media screen and (max-width: 768px) {
  .p-youtube__planBottomHowto .body__notice {
    margin-top: calc(32em/16);
  }
}
@media screen and (max-width: 415px) {
  .p-youtube__planBottomHowto .body__notice {
    font-size: calc(16em/16*.8);
  }
}
.p-youtube__planBottomBtn {
  margin-top: calc(120em/16);
  width: 100%;
  max-width: calc(400em/16);
}
@media screen and (max-width: 768px) {
  .p-youtube__planBottomBtn {
    margin-top: calc(80em/16);
  }
}
@media screen and (max-width: 430px) {
  .p-youtube__planBottomBtn {
    margin-top: calc(80em/16*.8);
  }
}
@media (any-hover: hover) {
  .p-youtube__planTopNav .item__target {
    transition: background-color .2s;
  }
  .p-youtube__planTopNav .item.is-green .item__target:hover {
    color: #fff;
    background-color: #44C09B;
  }
  .p-youtube__planTopNav .item.is-orange .item__target:hover {
    color: #fff;
    background-color: #FFAA00;
  }
  .p-youtube__planTopNav .item__targetTxt {
    transition: color .2s;
  }
  .p-youtube__planTopNav .item__target:hover .item__targetTxt {
    color: currentColor;
  }
  .p-youtube__planTopNav .item__targetArrow path {
    transition: fill .2s;
  }
  .p-youtube__planTopNav .item__target:hover .item__targetArrow path {
    fill: currentColor;
  }
}
/* ============
  Contact
============ */
.p-contact__body {
  padding: calc(80em/16) 0 calc(160em/16);
}
@media screen and (max-width: 768px) {
  .p-contact__body {
    padding: calc(80em/16*.8) 0 calc(160em/16*.8);
  }
}
@media screen and (max-width: 430px) {
  .p-contact__body {
    padding: calc(80em/16*.6) 0 calc(160em/16*.6);
  }
}
.p-contact__bodyFormList .row__title {
  display: flex;
  align-items: center;
}
.p-contact__bodyFormList .row__titleTxt {
  font-size: calc(18em/16);
  letter-spacing: .04em;
}
.p-contact__bodyFormList .row__titleRequired {
  margin-top: calc(2em/12);
  margin-left: calc(12em/12);
  padding: calc(4em/12) calc(8em/12);
  font-size: calc(12em/16);
  letter-spacing: .08em;
  border-radius: calc(12em/12);
  color: #FFAA00;
  border: 1px solid currentColor;
}
.p-contact__bodyFormList .row:not(:first-child) {
  margin-top: calc(40em/16);
}
.p-contact__bodyFormList .row__input {
  margin-top: calc(12em/16);
}
.p-contact__bodyFormList .row.is-name .row__inputTxt {
  margin-right: calc(8em/16);
}
@media screen and (max-width: 768px) {
  .p-contact__bodyFormList .row.is-name .row__inputTxt {
    display: block;
    margin-bottom: calc(12em/16);
    margin-right: 0;
  }
}
.p-contact__bodyFormList .row__input.error .c-txtbox,
.p-contact__bodyFormList .row__input.error .c-txtarea {  
  background-color: #ebbbbb; 
  }
.p-contact__bodyFormList .row__input.error .validationMessage { 
  display: block;
  font-size: calc(14em/16);
  font-weight: bold;
  color: #ff2828;
  margin-top: 1em; 
}

.p-contact__bodyFormOther {
  margin-top: calc(80em/16);
}
.p-contact__bodyFormOther .btn {
  margin: 0 auto;
  max-width: calc(480em/16);
}
.p-contact__bodyFormOther .btn__loading {
  margin: calc(20em/16) auto 0;
  width: calc(48em/16);
  height: calc(48em/16);
  display: none;
}
.p-contact__bodyFormOther .result p { 
  font-size: calc(15em/16);
  margin: calc(60em/15) auto 0;
  max-width: calc(390em/15);
  width: 100%;
  line-height: 1.9;
  border: 2px solid #ff2828;
  display: none;
  padding: 1em;
  background-color: #fff;
  text-align: center; 
}
.p-contact__bodyThanksTitle {
  text-align: center;
  line-height: 1.4;
  font-size: calc(32em/16);
  letter-spacing: .04em;
}
@media screen and (max-width: 768px) {
  .p-contact__bodyThanksTitle {
    font-size: calc(24em/16);
  }
}
@media screen and (max-width: 430px) {
  .p-contact__bodyThanksTitle {
    text-align: left;
    font-size: calc(20em/16);
  }
}
.p-contact__bodyThanksTxt {
  margin-top: calc(40em/16);
  padding: calc(40em/16);
  text-align: center;
  border: 2px solid #ddd;
  /* background: #eee; */
}
@media screen and (max-width: 430px) {
  .p-contact__bodyThanksTxt {
    margin-top: calc(32em/16);
    padding: calc(20em/16);
    text-align: left;
  }
}
.p-contact__bodyThanksTxt p {
  line-height: 1.8;
  font-size: calc(18em/16);
  letter-spacing: .04em;
}
@media screen and (max-width: 768px) {
  .p-contact__bodyThanksTxt p {
    font-size: calc(16em/16);
  }
}
.p-contact__bodyThanksTxt p:not(:first-child) {
  margin-top: 1.25em;
}
/* ============
  Company
============ */
.p-company__body {
  padding: calc(80em/16) 0 calc(160em/16);
}
@media screen and (max-width: 768px) {
  .p-company__body {
    padding: calc(80em/16*.8) 0 calc(160em/16*.8);
  }
}
@media screen and (max-width: 430px) {
  .p-company__body {
    padding: calc(80em/16*.6) 0 calc(160em/16*.6);
  }
}
.p-company__bodyList {
  border-top: 1px solid #dadada;
}
.p-company__bodyListItem {
  display: flex;
  align-items: center;
  padding: calc(40em/16) 0;
  border-bottom: 1px solid #dadada;
}
@media screen and (max-width: 768px) {
  .p-company__bodyListItem {
    display: block;
    padding: calc(40em/16*.8) 0;
  }
}
@media screen and (max-width: 430px) {
  .p-company__bodyListItem {
    padding: calc(40em/16*.6) 0;
  }
}
.p-company__bodyListItem .title {
  padding-left: calc(20em/18);
  flex-basis: calc(240em/18);
  flex-shrink: 0;
  line-height: 1.8;
  font-size: calc(18em/16);
  letter-spacing: .08em;
}
@media screen and (max-width: 768px) {
  .p-company__bodyListItem .title {
    padding-left: 0;
  }
}
.p-company__bodyListItem .txt {
  padding-right: calc(20em/18);
  line-height: 1.8;
  font-size: calc(18em/16);
  letter-spacing: .04em;
}
@media screen and (max-width: 768px) {
  .p-company__bodyListItem .txt {
    padding-right: 0;
  }
}
/* ============
  Law & Privacy Policy
============ */
.p-law__body {
  padding: calc(80em/16) 0 calc(160em/16);
}
@media screen and (max-width: 768px) {
  .p-law__body {
    padding: calc(80em/16*.8) 0 calc(160em/16*.8);
  }
}
@media screen and (max-width: 430px) {
  .p-law__body {
    padding: calc(80em/16*.6) 0 calc(160em/16*.6);
  }
}
.p-law__bodyBlock:not(:first-child),
.p-privacy__bodyBlock:not(:first-child) {
  margin-top: calc(52em/16);
}
.p-law__bodyBlockTitle,
.p-privacy__bodyBlockTitle {
  font-size: calc(18em/16);
  margin-bottom: calc(16em/18);
}

.p-law__bodyBlockTxt, 
.p-privacy__bodyBlockTxt {
  line-height: 1.8;
}
.p-law__bodyBlock .u-mt1em,
.p-privacy__bodyBlock .u-mt1em {
  margin-top: 1.25em;
}
.p-privacy__intro {
  padding: calc(80em/16) 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-privacy__intro {
    padding: calc(80em/16*.8) 0;
  }
}
@media screen and (max-width: 430px) {
  .p-privacy__intro {
    padding: calc(80em/16*.6) 0;
  }
}
.p-privacy__intro p:not(:first-child) {
  margin-top: 1.25em;
}
.p-privacy__outro {
  padding: calc(80em/16) 0 calc(160em/16);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-privacy__outro {
    padding: calc(80em/16*.8) 0 calc(160em/16*.8);
  }
}
@media screen and (max-width: 430px) {
  .p-privacy__outro {
    padding: calc(80em/16*.6) 0 calc(160em/16*.6);
  }
}