@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Koulen&family=Noto+Sans+JP:wght@100..900&display=swap');

body{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}
.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

/* --- lp header ---*/
.p-lp-header {
  padding: 8px 40px 8px 55px!important;
}

.p-lp-header__links {
  max-width: 840px;
  gap: 20px;
}

.p-lp-header a:hover{
  transition: 0.3s ease;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .p-lp-header {
    padding: 35px 16px 5px!important;
  }
  .p-lp-header .wp-block-image{
    width: 40px;
  }
}

/* --- lp cta ---*/
.p-lp-cta {
  background-color: #FEFDDF;
  padding: 20px 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
}

.p-lp-cta {
  position: relative;
}

.p-lp-cta a:hover{
  transition: 0.3s ease;
  opacity: 0.8;
}

.p-lp-cta__ttl {
  color: #EF8136;
  font-weight: 900;
  font-size: 3.125rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.p-lp-cta__text {
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.p-lp-cta__img {
  width: 27.8%;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 0;
}

.p-lp-cta__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  gap: 50px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.p-lp-cta__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #EA5718;
  font-size: 2.125rem;
  font-weight: 700;
}

.p-lp-cta__links {
  gap: 26px;
  margin-top: 5px!important;
  margin-bottom: 8px!important;
}

.p-lp-cta__bottom {
  position: relative;
  text-align: center;
  margin-top: 8px;
}

.p-lp-cta__bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 62px;
  background-color: #F98E10;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}

.p-lp-cta__bottom img {
  position: relative;
  max-width: 526px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .p-lp-cta__ttl {
    font-size: 2.5rem;
  }
  .p-lp-cta__links {
    gap: 30px;
  }

  .p-lp-cta__list li {
    font-size: 1.875rem;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .p-lp-cta {
    padding: 20px 0;
  }

  .p-lp-cta .c-container{
    padding: 0 15px;
  }

  .p-lp-cta {
    position: relative;
  }

  .p-lp-cta__ttl {
    font-size: 1.38rem;
    text-align: justify;
  }

  .p-lp-cta__text {
    -ms-flex: 1;
    flex: 1;
  }

  .p-lp-cta__img {
    width: 27%;
    position: absolute;
    right: -38px;
    top: 0;
  }

  .p-lp-cta__list {
    gap: 10px;
    padding: 0;
  }

  .p-lp-cta__list li {
    font-size: 1.3rem;
    margin-top: 0!important;
  }

  .p-lp-cta__list li img{
    width: 20px!important;
    min-width: 20px;
  }

  .p-lp-cta__links {
    gap: 15px;
    
  }

  .p-lp-cta__links.wp-block-columns.is-not-stacked-on-mobile{
    flex-wrap: wrap !important;
  }

  .p-lp-cta__links .wp-block-column{
    flex-basis: 100%!important;
  }

  .p-lp-cta__bottom {
    padding: 0 20px;
  }

  .p-lp-cta__bottom::before {
    height: 45px;
    bottom: 0;
  }

  .p-lp-cta__mail img,
  .p-lp-cta__line img{
    height: 75px;
    width: 100%!important;
    object-fit: cover;
    border-radius: 12px;
  }
}

/* --- lp nayami ---*/
.p-lp-nayami__text {
  font-size: 1.875rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.08em;
}

.p-lp-nayami__text strong {
  color: #F98E10;
  background-image: radial-gradient(circle at center, #F98E10 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  padding-top: 0.2em;
  font-weight: 700;
}

.p-lp-nayami__ttl {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
}

.p-lp-nayami {
  padding-top: 60px;
}

.p-lp-nayami__list p {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.p-lp-nayami__block h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
}

.p-lp-ttl__line {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.p-lp-ttl__line::before,
.p-lp-ttl__line::after {
  content: '';
  display: block;
  width: 19px;
  height: 31px;
  background: url('../my-snow-monkey/img-lp/ttl_deco.png') no-repeat top right/100%;
}

.p-lp-ttl__line::before {
  transform: scale(-1, 1);
}


@media screen and (max-width: 782px) {
  .p-lp-nayami__text {
    font-size: 1.25rem;
  }

  .p-lp-nayami__ttl {
    font-size: 1.5625rem;
  }

  .p-lp-nayami {
    padding-top: 60px;
  }

  .p-lp-nayami__list p {
    font-size: 1.125rem;
  }
  
  .p-lp-nayami__block h2 {
    font-size: 2.5rem;
  }


  .p-lp-recommend__block{

  }

  .p-lp-ttl__line {
    font-size: 1.25rem;
    gap: 10px;
  }

  .p-lp-ttl__line::before,
  .p-lp-ttl__line::after {
    width: 14px;
    height: 22px;
  }
}

/* --- lp reason ---*/
.p-lp-reason .smb-section-with-bgimage__bgimage {
  top: 40px;
}

.p-lp-reason__list .list-item .smb-panels__item {
  padding: 0;
  box-shadow: 5px 5px 0 #FFBF73;
  border-radius: 30px;
}

.p-lp-reason__list .list-item p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 10px;
}

.p-lp-reason__list .list-item .smb-panels__item__body {
  padding: 0;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-lp-reason__block {
  max-width: 700px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media screen and (max-width: 640px) {
  .p-lp-reason__list .list-item .smb-panels__item {
    border-radius: 18px;
  }
  .p-lp-reason__list .list-item .smb-panels__item__body{
    min-height: 170px;
  }
  .p-lp-reason__list .list-item p {
    font-size: 1.125rem;
  }
  .p-lp-reason__list .list-item .smb-panels__item__body img{
    max-width: 78%;
    margin: 0 auto;
  }
  .p-lp-reason__list .list-item{
    padding: 0 10px!important;
  }

  .p-lp-reason__block img{
    max-width: 223px;
    margin: 0 auto;
  }
}

/* --- lp case ---*/
.p-lp-case__ttl {
  font-size: 2.5rem;
}

.p-lp-case {
  font-family: "Noto Sans JP", sans-serif;
}

.p-lp-ttl__border strong {
  border-bottom: 3px solid #F98E10;
}

.p-lp-case__balloon .smb-balloon__body {
  border-radius: 0;
  font-weight: 900;
}

.p-lp-case__balloon strong {
  font-weight: 900;
}

.p-lp-case__intro {
  max-width: 860px !important;
  margin: 0 auto !important;
}



.p-lp-case__block {
  position: relative;
}

.p-lp-case__block code{
  padding: 0;
  background: none;
}

.p-lp-case__block .p-lp-case__img {
  text-align: center;
  min-width: 150px;
}

.p-lp-case__block .p-lp-case__img figcaption {
  text-align-last: center;
  line-height: 1.2;
}

.p-lp-case__block .p-lp-case__img img {
  margin: 0 auto;
}

.p-lp-case__block .price__block {
  margin: 0 20px;
  min-width: 170px;
}

.p-lp-case__block .price__block .sme-font-size {
  font-family: "Koulen", sans-serif;
}

.p-lp-case__block .payment__block .sme-font-size {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
}

.p-lp-case__block .payment__block {
  margin: 0 20px;
}

.p-lp-case__block .case__free {
  margin-top: 0 !important;
  position: absolute;
  top: 10px;
  right: 20px;
}

@media screen and (max-width: 782px) {
  .p-lp-case__ttl {
    font-size: 1.5rem;
  }

  .p-lp-case .c-container{
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-lp-ttl__border{
    font-size: 1.5625rem!important;
  }

  .p-lp-case__ttl+p{
    font-size: 1.125rem!important;
  }

  .p-lp-case__ttl+p .sme-font-size{
    font-size: 1.25rem !important;
  }

  .p-lp-case__intro img{
    max-width: 210px;
    margin: 0 auto;
  }


  .p-lp-case__intro p{
    font-size: 1.25rem!important;
  }

  .p-lp-case__block{
    max-width: 350px!important;
    margin-right: auto!important;
    margin-left: auto!important;
  }
  .p-lp-case__block .p-lp-case__img {
    min-width: 74px;
    margin-right: 6px;
  }

  .p-lp-case__block .p-lp-case__img img{
    max-width: 65%;
  }

  .p-lp-case__block .block__ttl{
    font-size: 1.125rem!important;
    padding-right: 8px;
    padding-left: 8px;
    letter-spacing: 0;
  }

  .p-lp-case__block .p-lp-case__img figcaption {
    font-size: 0.65rem;
    letter-spacing: 0;
  }

  .p-lp-case__block .price__block {
    margin: 0;
    width: 102px;
    min-width: 102px;
    border-width: 3px!important;
    letter-spacing: 0;
  }


  .p-lp-case__block .price__block p{
    font-size: 0.8125rem!important;
    padding: 0!important;
  }

  .p-lp-case__block .price__block + p{
    margin: 0 5px;
    font-size: 0.8125rem!important;
  }

  .p-lp-case__block .payment__block .sme-font-size {
    font-size: 1rem;
  }

  .p-lp-case__block .payment__block {
    margin: 0 20px;
    display: flex;
    align-items: center;
    width: 80%;
    margin: 10px 0 0 10px;
  }

  .p-lp-case__block .payment__block p:first-child{
    font-size: 0.875rem!important;
    line-height: 1;
    min-width: 58px;
    letter-spacing: 0;
  }

  .p-lp-case__block .payment__block p:first-child code{
    font-size: 1.75rem;
    display: block;
    line-height: 1.2;
  }

  .p-lp-case__block .payment__block p:last-child .sme-font-size{
    font-size: 3.5rem!important;
  }

  .p-lp-case__block .case__free {
    margin-top: 0 !important;
    position: absolute;
    top: initial;
    right: -8px;
    bottom: 16px;
    max-width: 74px!important;
  }

  .p-lp-case__block:last-child .payment__block{
    display: block;
  }
  .p-lp-case__flex{
    padding: 20px 4px 20px 8px!important;
  }

  .p-lp-case__block .p-lp-ba__wrap{
    padding: 20px 10px!important;
  }


  .p-lp-case__block .p-lp-ba__wrap .payment__block {
    width: 100%;
    align-items: flex-end;
  }

  .p-lp-case__info-wrap{
    display: flex;
    justify-content: space-between;
  }

  .p-lp-case__info-wrap .p-lp-case__info{
    flex-direction: column;
    margin-top: 0!important;
    gap: 0!important;
  }
   .p-lp-case__info-wrap .p-lp-case__info .info__ttl{
    --smb--flex-basis: auto!important;
    width: 88px;
    font-size: 0.875!important;
  }
  .p-lp-case__block.case__ba:last-child .payment__block{
    display: flex;
  }

  .p-lp-case__block.case__ba .payment__block p:first-child{
    margin-bottom: 8px!important;
  }
}

@media screen and (max-width: 640px) {
  .p-lp-case__intro .smb-balloon__body:after,
  .p-lp-case__intro .smb-balloon__body:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* --- lp price ---*/
.p-lp-price__tb {
  width: 100%;
  max-width: 560px !important;
  margin: 0 auto !important;
}

.p-lp-price__tb thead {
  background: none !important;
  border-bottom: none !important;
}

.p-lp-price__tb thead th:nth-child(2) {
  background-color: #9B9B9B;
}

.p-lp-price__tb thead th:nth-child(3) {
  background-color: #F98E10;
}

.p-lp-price__tb tbody td {
  font-weight: 700;
  text-align: center;
}

.p-lp-price__tb tbody tr td:first-child{
  font-size: 1.875rem;
  text-align: left;
  padding-left: 40px;
  width: 30%;
}

.p-lp-price__tb tbody td .sme-font-size {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
}

.p-lp-price__tb tbody tr td {
  border: 2px solid #D9D9D9;
}


.p-lp-price__tb tbody tr td:first-child {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  background-color: #9B9B9B;
  color: #fff;
  border-color: #fff;
}

.p-lp-price__tb tbody tr:first-child td {
  border-top: none;
}

.p-lp-price__list {
  margin-bottom: 60px !important;
}

.p-lp-area__img img{
  max-width: 100vw;
}

@media screen and (max-width: 782px) {
  .p-lp-price__tb {
    width: 100%;
    max-width: 560px !important;
    margin: 0 auto !important;
  }

  .p-lp-price__tb thead {
    background: none !important;
    border-bottom: none !important;
  }

  .p-lp-price__tb thead th{
    padding-left: 8px!important;
    padding-right: 8px!important;
  }

  .p-lp-price__tb thead th .sme-font-size{
    font-size: 1rem!important;
  }

  .p-lp-price__tb tbody td {
    line-height: 1;
    padding: 8px;
  }

  .p-lp-price__tb tbody tr td:first-child {
    font-size: 1.35rem;
    padding-left: 10px;
    width: 28%;
  }
  .p-lp-price__tb tbody td .sme-font-size{
    font-size: 2rem!important;
  }
  .p-lp-price__tb tbody tr td:nth-child(2) {
    width: 26%;
  }
 .p-lp-price__tb .wp-element-caption{
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .p-lp-price__list{
    margin-bottom: 60px!important;
  }
  .p-lp-price__list .wp-block-snow-monkey-blocks-items-item-free{
    padding: 0 8px!important;
    margin-bottom: 16px!important;
  }

  .p-lp-area__img{
    width: 100vw;
  }
  .p-lp-area__img img{
    width: 100vw;
  }
}

/* --- lp voice ---*/
.p-lp-voice__list .list__item {
  box-shadow: 8px 8px 0 #FFBF73;
  padding-right: 36px;
  padding-left: 36px;
}

.p-lp-voice__head {
  border-bottom: 1px solid #9B9B9B;
}

@media screen and (max-width: 767px) {
  .p-lp-voice__head{
    gap: 10px;
  }
  .p-lp-voice__list .list__item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-lp-voice__list .list__item h3{
    font-size: 1.25rem;
  }
  .p-lp-voice__list .list__item figure{
    width: 65px;
  }
}

/* --- lp news ---*/
.p-lp-news h2{
  background: none!important;
  border: none!important;
  padding-left: 0!important;
}

.p-lp-news .wp-block-snow-monkey-blocks-buttons{
  justify-content: flex-start!important;
}

/* --- lp faq ---*/
.p-lp-fap__block{
  border: none;
  font-family: "Noto Sans JP", sans-serif;
}
.p-lp-fap__block .smb-faq__item {
  background-color: #fff;
  padding: 30px 45px;
  border: 3px solid #FBDB88;
}

.smb-faq__item:not(:first-child) {
  margin-top: 30px;
}

.p-lp-fap__block .smb-faq__item__question__label {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #F98E10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-lp-fap__block .smb-faq__item__question{
  border-bottom: 1px dashed #FBDB88;
  padding-bottom: 12px;
}


.p-lp-fap__block .smb-faq__item__answer__label {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #9B9B9B;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 767px) {
  .p-lp-fap__block .smb-faq__item {
    padding: 20px;
  }

  .smb-faq__item:not(:first-child) {
    margin-top: 30px;
  }

  .p-lp-fap__block .smb-faq__item__question__label {
    width: 26px;
    min-width: 26px;
    height: 26px;
    font-size: 0.75rem;
    margin-right: 15px;
    margin-top: 5px;
    font-weight: 700;
  }

  .p-lp-fap__block .smb-faq__item__answer__label {
    width: 26px;
    min-width: 26px;
    height: 26px;
    font-size: 0.75rem;
    margin-right: 15px;
    margin-top: 5px;
    font-weight: 700;
  }
}

.p-lp-estimate__btn .smb-btn{
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.5rem;
  display: flex; 
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 10px 0 #D67400;
}

.p-lp-estimate__btn .smb-btn img{
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-lp-estimate__btn .smb-btn {
    width: 100%;
    height: 75px;
    font-size: 1.25rem;
  }

  .p-lp-estimate__btn .smb-btn img {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 20px;
  }
}

/* --- lp footer ---*/
.p-lp-fppter__img{
  padding-right: 30px;
  border-right: 1px solid #d9d9d9;
  margin-right: 40px!important;
}

.p-lp-footer__info{
  font-size: 0.875rem;
  flex: 1;
}

.p-lp-footer__block a{
  text-decoration: none;
}

.p-lp-footer__info .smb-information__item{
  margin-top: 12px!important;
}

.p-lp-footer__info a:hover {
  transition: 0.3s ease;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .p-lp-footer__block{
    flex-wrap: wrap!important;
    justify-content: center!important;
    gap: 25px!important;
  }
  .p-lp-fppter__img {
    padding-right: 0;
    border-right: none;
    margin-right: 0 !important;
  }

  .p-lp-footer__info {
    font-size: 0.75rem;
    width: 100%;
    flex: initial;
  }

  .p-lp-footer__block a {
    text-decoration: none;
    font-size: 0.75rem!important;
  }

  .p-lp-footer__info .smb-information__item .smb-information__item__label{
    width: 88px;
  }

  .p-lp-footer__info .smb-information__item {
    margin-top: 12px !important;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 8px;
  }
  .p-lp-footer__info .smb-information__item:first-child{
    margin-top: 0!important;
  }
  .p-lp-copyright{
    font-size: 0.75rem!important;
  }
}