/* general */

#wrapper{
  width: 100%;
	min-width: 1100px;
}

#contents{
	width:100%;
	float:none;
}

.pc-only {
  display: block!important;
}

.sp-only {
  display: none!important;
}

/*============================
smartphone
============================*/

@media (max-width:480px){
	#wrapper{
			min-width: 100%;
	}
	.pc-only {
		display: none!important;
	}
	.sp-only {
		display: block!important;
	}
}

/*============================
common
============================*/

@media screen and (min-width: 480px) {
	#header {
		position: relative;
		width: 100%;
		min-width: 980px;
		height: 120px;
	}
	#header::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 16px;
		background-color: #090;
	}
	#header #h_sp_menu {
		width: 100%;
		min-width: 1100px;
	}
	#header #h_g_menu {
		display: none;
	}
	#footer {
		width: 100%;
		min-width: 1100px;
	}
	#contents .contents_wrap {
		min-width: 1100px;
	}
	.container {
		width: 1014px;
		padding: 0 43px;
	}
	.sp_hidden {
		display: block;
	}
	.pc_hidden {
		display: none;
	}

}

.c-btn-rect {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

@media screen and (min-width: 481px) {
  .c-btn-rect {
    transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c-btn-rect:hover {
    transform: translateY(2px);
  }
}

.c-btn-rect__main {
  position: relative;
  z-index: 3;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  width: 100%;
  height: 100%;
}

.c-btn-rect__main__txt {
  font-weight: 700;
  color: #090;
  line-height: 1.5;
  padding-bottom: 0.15em;
}

@media screen and (min-width: 481px) {
  .c-btn-rect__main__txt {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-rect__main__txt {
    font-size: 4.8vw !important;
  }
}

.c-btn-rect.-kodomo-cm .c-btn-rect__main__txt {
  color: #333;
}

.c-btn-rect__main__border {
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

@media screen and (min-width: 481px) {
  .c-btn-rect__main__border {
    border-radius: 12px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-rect__main__border {
    border-radius: 3.2vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-btn-rect__main__border {
    border: 2px solid #090;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-rect__main__border {
    border: 0.533333333333333vw solid #090;
  }
}

.c-btn-rect.-kodomo-cm .c-btn-rect__main__border {
  border-color: #fba4a5;
}

@media screen and (min-width: 481px) {
  .c-btn-rect__main__arrow {
    margin-left: 8px;
    width: 9px;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-rect__main__arrow {
    margin-left: 2.133333333333333vw;
    width: 2.4vw;
  }
}

.c-btn-rect__main__arrow svg path {
  fill: #090;
}

.c-btn-rect.-kodomo-cm .c-btn-rect__main__arrow svg path {
  fill: #333;
}

.c-btn-rect__bg {
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #fff;
  overflow: hidden !important;
}

@media screen and (min-width: 481px) {
  .c-btn-rect__bg {
    border-radius: 12px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-rect__bg {
    border-radius: 3.2vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-btn-rect__bg {
    transition: box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 6px 0 rgba(0,0,0,0.1);
  }
  .c-btn-rect:hover .c-btn-rect__bg {
    box-shadow: 0 0px 0 rgba(0,0,0,0.1);
  }
}

@media screen and (max-width: 480px) {
  .c-btn-rect__bg {
    box-shadow: 0 1.6vw 0 rgba(0,0,0,0.1);
  }
}

.c-btn-round {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

@media screen and (min-width: 481px) {
  .c-btn-round {
    transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c-btn-round:hover {
    transform: translateY(2px);
  }
}

.c-btn-round__main {
  position: relative;
  z-index: 3;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  width: 100%;
  height: 100%;
}

.c-btn-round__main__txt {
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 0.15em;
}

.c-btn-round.-border .c-btn-round__main__txt {
  color: #090;
  padding-right: 0;
}

@media screen and (min-width: 481px) {
  .c-btn-round.-border .c-btn-round__main__txt {
    padding-left: 28px;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-round.-border .c-btn-round__main__txt {
    padding-left: 4vw;
  }
}

@media screen and (min-width: 481px) {
  .c-btn-round__main__txt {
    padding-right: 38px;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-round__main__txt {
    padding-right: 4vw;
  }
}

@media screen and (min-width: 481px) {
  .c-btn-round.-sm .c-btn-round__main__txt {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-round.-sm .c-btn-round__main__txt {
    font-size: 4.266666666666667vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-btn-round.-md .c-btn-round__main__txt {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-round.-md .c-btn-round__main__txt {
    font-size: 4.266666666666667vw !important;
  }
}

.c-btn-round__main__arrow {
  position: absolute;
}

@media screen and (min-width: 481px) {
  .c-btn-round__main__arrow {
    right: 20px;
    width: 44px;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-round__main__arrow {
    right: 3.466666666666666vw;
    width: 8.533333333333333vw;
  }
}

.c-btn-round.-border .c-btn-round__main__arrow {
  transform: rotate(180deg);
}

@media screen and (min-width: 481px) {
  .c-btn-round.-border .c-btn-round__main__arrow {
    right: auto;
    left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-round.-border .c-btn-round__main__arrow {
    right: auto;
    left: 3.466666666666666vw;
  }
}

.c-btn-round__main__arrow img:hover {
  opacity: 1;
}

.c-btn-round__bg {
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #090;
  border-radius: calc((infinity * 1px)) !important;
}

.c-btn-round.-border .c-btn-round__bg {
  background-color: #fff;
}

@media screen and (min-width: 481px) {
  .c-btn-round.-border .c-btn-round__bg {
    border: 2px solid #090;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-round.-border .c-btn-round__bg {
    border: 0.533333333333333vw solid #090;
  }
}

@media screen and (min-width: 481px) {
  .c-btn-round__bg {
    transition: box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 6px 0 rgba(0,0,0,0.1);
  }
  .c-btn-round:hover .c-btn-round__bg {
    box-shadow: 0 0px 0 rgba(0,0,0,0.1);
  }
}

@media screen and (max-width: 480px) {
  .c-btn-round__bg {
    box-shadow: 0 1.6vw 0 rgba(0,0,0,0.1);
  }
}

.c-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.c-img-picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.c-modal-point {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  justify-content: center;
}

.c-modal-point.-open {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-modal-point__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(223,239,223,0.95);
  cursor: pointer;
}

.c-modal-point__body {
  position: fixed;
  z-index: 2;
  background-color: #fff;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body {
    width: 600px;
    height: 100vh;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body {
    width: 100vw;
    height: 100vh;
  }
}

.c-modal-point__body__main {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  height: 100dvh;
}

.c-modal-point__body__main__close {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  background-color: #ebebeb;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__close {
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 24px;
    padding: 0 0 4px 5.5px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__close {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 0 0 0 6.4vw;
    padding: 0 0 1.066666666666667vw 1.466666666666667vw;
  }
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__close__icon {
    width: 31px;
    height: 31px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__close__icon {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
  }
}

.c-modal-point__body__main__header {
  display: flex;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__header {
    padding: 28px 0;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__header {
    flex-direction: column;
    gap: 2.666666666666667vw;
    padding: 13.333333333333334vw 0 9.333333333333334vw;
  }
}

@media screen and (min-width: 481px) {
  .c-modal-point.-kodomo-cm .c-modal-point__body__main__header,
  .c-modal-point.-kodomo-non-cm .c-modal-point__body__main__header {
    padding: 34px 0;
  }
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__header__about {
    width: 48px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__header__about {
    width: 32px;
  }
}

.c-modal-point__body__main__header__ttl {
  color: #666;
  line-height: 1.25;
}

.c-modal-point.-kodomo-cm .c-modal-point__body__main__header__ttl,
.c-modal-point.-kodomo-non-cm .c-modal-point__body__main__header__ttl {
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__header__ttl {
    padding-left: 10.666666666666668vw;
    margin-top: -6.666666666666667vw;
  }
}

.c-modal-point__body__main__header__ttl__sub {
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__header__ttl__sub {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__header__ttl__sub {
    font-size: 5.333333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-modal-point.-kodomo-cm .c-modal-point__body__main__header__ttl__sub,
  .c-modal-point.-kodomo-non-cm .c-modal-point__body__main__header__ttl__sub {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point.-kodomo-cm .c-modal-point__body__main__header__ttl__sub,
  .c-modal-point.-kodomo-non-cm .c-modal-point__body__main__header__ttl__sub {
    font-size: 4.8vw !important;
  }
}

.c-modal-point__body__main__header__ttl__main {
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__header__ttl__main {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__header__ttl__main {
    font-size: 8.533333333333333vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-modal-point.-kodomo-cm .c-modal-point__body__main__header__ttl__main,
  .c-modal-point.-kodomo-non-cm .c-modal-point__body__main__header__ttl__main {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point.-kodomo-cm .c-modal-point__body__main__header__ttl__main,
  .c-modal-point.-kodomo-non-cm .c-modal-point__body__main__header__ttl__main {
    font-size: 6.933333333333333vw !important;
  }
}

.c-modal-point__body__main__img {
  position: relative;
  width: 100%;
}

.c-modal-point__body__main__img__caption {
  position: absolute;
  color: #333;
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__img__caption {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__img__caption {
    font-size: 3.2vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__img__caption {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    right: 12px;
    bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__img__caption {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    right: 3.2vw;
    bottom: 2.133333333333333vw;
  }
}

.c-modal-point__body__main__desc {
  line-height: 1.75;
  text-align: justify;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__desc {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__desc {
    font-size: 4.266666666666667vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__desc {
    padding: 32px 50px 0;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__desc {
    padding: 6.4vw 4.266666666666667vw 0;
  }
}

.c-modal-point__body__main__desc strong {
  background-color: #fff200;
}

.c-modal-point__body__main__desc * {
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__cta {
    margin: 40px auto 0;
    width: 484px;
    height: 74px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__cta {
    margin: 10.666666666666668vw auto 0;
    width: 86.13333333333333vw;
    height: 15.466666666666667vw;
  }
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__app {
    margin-top: 48px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__app {
    margin-top: 10.666666666666668vw;
  }
}

.c-modal-point__body__main__app__ttl {
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__app__ttl {
    width: 438px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__app__ttl {
    width: 71.46666666666667vw;
  }
}

.c-modal-point__body__main__app__box {
  text-align: center;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__app__box {
    width: 500px;
    padding: 30px 20px 34px;
    margin: 20px auto 0;
    border: 2px solid #090;
    border-radius: 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__app__box {
    width: 86.13333333333333vw;
    margin: 3.466666666666666vw auto 0;
    padding: 2.666666666666667vw 2.4vw 5.333333333333334vw;
    border: 0.533333333333333vw solid #090;
    border-radius: 3.2vw;
  }
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__app__box__appttl {
    width: 412px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__app__box__appttl {
    width: 74.66666666666667vw;
    margin: 3.466666666666666vw auto 0;
  }
}

.c-modal-point__body__main__app__box__inner {
  background-color: #090;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__app__box__inner {
    margin-top: 16px;
    padding: 20px 32px 24px;
    border-radius: 12px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__app__box__inner {
    margin-top: 4.266666666666667vw;
    padding: 4.266666666666667vw 6.4vw 5.333333333333334vw;
    border-radius: 2.133333333333333vw;
  }
}

.c-modal-point__body__main__app__box__inner__txt {
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__app__box__inner__txt {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__app__box__inner__txt {
    font-size: 4.266666666666667vw !important;
  }
}

.c-modal-point__body__main__app__box__inner__stores {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__app__box__inner__stores {
    gap: 15px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__app__box__inner__stores {
    gap: 2.133333333333333vw;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__app__box__inner__stores__btn.-apple {
    width: 162px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__app__box__inner__stores__btn.-apple {
    width: 29.06666666666667vw;
  }
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__app__box__inner__stores__btn.-google {
    width: 203px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__app__box__inner__stores__btn.-google {
    width: 36vw;
  }
}

.c-modal-point__body__main__close-link {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__close-link {
    padding: 64px 0 84px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__close-link {
    padding: 14.933333333333335vw 0 18.133333333333333vw;
  }
}

.c-modal-point__body__main__close-link__btn {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  align-content: center !important;
  padding: 0;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__close-link__btn {
    gap: 8px;
    border-bottom: 2px solid #333;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__close-link__btn {
    gap: 1.6vw;
    border-bottom: 0.533333333333333vw solid #333;
  }
}

.c-modal-point__body__main__close-link__btn__txt {
  color: #424242;
  padding-bottom: 0.3em;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__close-link__btn__txt {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__close-link__btn__txt {
    font-size: 5.333333333333334vw !important;
  }
}

.c-modal-point__body__main__close-link__btn__icon {
  position: relative;
  top: -0.2em;
}

@media screen and (min-width: 481px) {
  .c-modal-point__body__main__close-link__btn__icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-point__body__main__close-link__btn__icon {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}

.c-modal-youtube {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

.c-modal-youtube.-open {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-modal-youtube__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255,255,255,0.8);
  cursor: pointer;
}

.c-modal-youtube__body {
  position: relative;
  z-index: 2;
  box-sizing: content-box;
}

@media screen and (min-width: 481px) {
  .c-modal-youtube__body {
    padding: 0 40px;
    width: clamp(960px, 100%, 1200px);
  }
}

@media screen and (max-width: 480px) {
  .c-modal-youtube__body {
    width: 94vw;
  }
}

.c-modal-youtube__body__inner {
  position: relative;
  transform: scale(1.05);
  transition: transform 0s;
}

.c-modal-youtube.-open .c-modal-youtube__body__inner {
  transition: transform 0.3s;
  transform: scale(1);
}

.c-modal-youtube__body__close {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 100;
}

@media screen and (min-width: 481px) {
  .c-modal-youtube__body__close {
    top: -60px;
    right: 0;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .c-modal-youtube__body__close {
    top: -13.333333333333334vw;
    right: 0;
    width: 10.666666666666668vw;
    height: 10.666666666666668vw;
  }
}

.c-modal-youtube__body__player {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #000;
}

.c-modal-youtube__body__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.c-obj-hr {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .c-obj-hr {
    height: 15px;
  }
}

@media screen and (max-width: 480px) {
  .c-obj-hr {
    height: 4vw;
  }
}

.c-obj-hr__img {
  position: absolute;
}

@media screen and (min-width: 481px) {
  .c-obj-hr__img {
    width: 760px;
  }
}

@media screen and (max-width: 480px) {
  .c-obj-hr__img {
    width: 202.66666666666669vw;
  }
}

.c-section-cm {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .c-section-cm {
    padding: 0px 0 190px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm {
    padding: 0vw 0 30.666666666666664vw;
  }
}

.c-section-cm__ttl {
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .c-section-cm__ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__ttl {
    font-size: 8.533333333333333vw;
  }
}

.c-section-cm__dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

@media screen and (min-width: 481px) {
  .c-section-cm__dots {
    gap: 6px;
    margin-top: 34px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__dots {
    gap: 1.52vw;
    margin-top: 6.133333333333333vw;
  }
}

.c-section-cm__dots__item {
  border-radius: 50%;
}

@media screen and (min-width: 481px) {
  .c-section-cm__dots__item {
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__dots__item {
    width: 1.650666666666667vw;
    height: 1.650666666666667vw;
  }
}

.c-section-cm__dots__item.-green {
  background-color: #128a3c;
}

.c-section-cm__dots__item.-blue {
  background-color: #084397;
}

.c-section-cm__dots__item.-red {
  background-color: #c40934;
}

.c-section-cm__movie {
  display: block;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .c-section-cm__movie {
    width: 800px;
    margin-top: 72px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__movie {
    width: 87.2vw;
    margin-top: 12.8vw;
  }
}

.c-section-cm__movie img:hover {
  opacity: 1;
}

.c-section-cm__movie__thumb {
  width: 100%;
}

.c-section-cm__movie__play {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  border-radius: 50%;
}

@media screen and (min-width: 481px) {
  .c-section-cm__movie__play {
    width: 96px;
    height: 96px;
    border: 2px solid #fff;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c-section-cm__movie:hover .c-section-cm__movie__play {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__movie__play {
    width: 13.333333333333334vw;
    height: 13.333333333333334vw;
    border: 0.533333333333333vw solid #fff;
  }
}

.c-section-cm__movie__play__icon {
  position: relative;
}

@media screen and (min-width: 481px) {
  .c-section-cm__movie__play__icon {
    width: 24px;
    left: 4px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__movie__play__icon {
    width: 3.2vw;
    left: 0.533333333333333vw;
  }
}

.c-section-cm__movie_soon {
  border: 1px solid #adadad;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .c-section-cm__movie_soon {
    width: 800px;
    margin-top: 72px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__movie_soon {
    width: 87.2vw;
    margin-top: 12.8vw;
  }
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast {
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast {
    margin-top: 17.333333333333336vw;
  }
}

.c-section-cm__cast__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast__ttl {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast__ttl {
    font-size: 6.4vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast__ttl {
    width: 181px;
    margin: 0 auto;
    gap: 12px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast__ttl {
    width: 41.333333333333336vw;
    margin: 0vw auto 0;
    gap: 2.133333333333333vw;
  }
}

.c-section-cm__cast__ttl::before,
.c-section-cm__cast__ttl::after {
  content: '';
  flex: 1;
  background-color: #333;
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast__ttl::before,
  .c-section-cm__cast__ttl::after {
    height: 1.5px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast__ttl::before,
  .c-section-cm__cast__ttl::after {
    height: 1px;
  }
}

.c-section-cm__cast__profile {
  position: relative;
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast__profile {
    width: 800px;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast__profile {
    width: 87.2vw;
    margin: 8.533333333333333vw auto 0;
  }
}

.c-section-cm__cast__profile__info {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  align-content: center !important;
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast__profile__info {
    gap: 15px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast__profile__info {
    gap: 2.666666666666667vw;
  }
}

.c-section-cm__cast__profile__info__tag {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  background-color: #090;
  color: #fff;
  font-weight: 900;
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast__profile__info__tag {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast__profile__info__tag {
    font-size: 3.733333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast__profile__info__tag {
    width: 56px;
    height: 36px;
    border-radius: 12px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast__profile__info__tag {
    width: 14.133333333333335vw;
    height: 9.6vw;
    border-radius: 3.2vw;
  }
}

.c-section-cm__cast__profile__info__name {
  font-weight: 900;
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast__profile__info__name {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast__profile__info__name {
    font-size: 4.8vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast__profile__img {
    width: 160px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast__profile__img {
    width: 42.66666666666667vw;
    margin: 6.4vw auto 0;
  }
}

.c-section-cm__cast__profile__desc {
  text-align: justify;
  line-height: 1.75;
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast__profile__desc {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast__profile__desc {
    font-size: 4.266666666666667vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-section-cm__cast__profile__desc {
    width: 590px;
    margin-top: 19px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-cm__cast__profile__desc {
    width: 87.2vw;
    margin: 8.533333333333333vw auto 0;
  }
}

.c-section-point {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .c-section-point.-nenkin {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point.-nenkin {
    padding-bottom: 28.000000000000004vw;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point.-kodomo-cm {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point.-kodomo-cm {
    padding-bottom: 21.333333333333336vw;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point.-kodomo-non-cm {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point.-kodomo-non-cm {
    padding-bottom: 21.333333333333336vw;
  }
}

.c-section-point__wave {
  position: absolute;
  z-index: 0;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .c-section-point__wave {
    top: -120px;
    height: 496px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__wave {
    top: -9.333333333333334vw;
    height: 34.4vw;
  }
}

.c-section-point__wave img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.c-section-point__main {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 481px) {
  .c-section-point__main {
    padding-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__main {
    padding-top: 10.666666666666668vw;
  }
}

.c-section-point__ttl {
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .c-section-point.-nenkin .c-section-point__ttl {
    width: 507px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point.-nenkin .c-section-point__ttl {
    width: 277px;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point.-kodomo-cm .c-section-point__ttl,
  .c-section-point.-kodomo-non-cm .c-section-point__ttl {
    width: 507px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point.-kodomo-cm .c-section-point__ttl,
  .c-section-point.-kodomo-non-cm .c-section-point__ttl {
    width: 332px;
  }
}

.c-section-point__list {
  overflow: hidden;
}

@media screen and (min-width: 481px) {
  .c-section-point__list {
    padding-bottom: 45px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list {
    padding-bottom: 10.133333333333333vw;
    margin-top: 10.666666666666668vw;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul {
    width: 960px;
    margin: 0px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul {
    width: 87.2vw;
    margin: 0vw auto 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8.533333333333333vw;
  }
}

.c-section-point__list__ul__item {
  width: 100%;
}

.c-section-point__list__ul__item__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #090;
  text-decoration: none;
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item__card {
    width: 296px;
    height: 320px;
    border-radius: 40px 40px 0px 60px;
    box-shadow: 0 6px 0 rgba(0,0,0,0.1);
    transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c-section-point__list__ul__item__card:hover {
    transform: translateY(2px);
    box-shadow: 0 0px 0 rgba(0,0,0,0.1);
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item__card {
    width: 87.2vw;
    height: 85.33333333333334vw;
    border-radius: 10.666666666666668vw 10.666666666666668vw 0 16vw;
    box-shadow: 0 1.6vw 0vw rgba(0,0,0,0.1);
  }
}

.c-section-point__list__ul__item__card__num {
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item__card__num {
    width: 72px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item__card__num {
    width: 19.2vw;
  }
}

.c-section-point__list__ul__item__card__img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item__card__img {
    border-radius: 40px 40px 0px 0px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item__card__img {
    border-radius: 10.666666666666668vw 10.666666666666668vw 0 0vw;
  }
}

.c-section-point__list__ul__item__card__img img:hover {
  opacity: 1;
}

@media screen and (min-width: 481px) {
  .c-section-point.-nenkin .c-section-point__list__ul__item__card__img img {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point.-nenkin .c-section-point__list__ul__item__card__img img {
    height: 53.333333333333336vw;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point.-kodomo-cm .c-section-point__list__ul__item__card__img img,
  .c-section-point.-kodomo-non-cm .c-section-point__list__ul__item__card__img img {
    height: 172px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point.-kodomo-cm .c-section-point__list__ul__item__card__img img,
  .c-section-point.-kodomo-non-cm .c-section-point__list__ul__item__card__img img {
    height: 45.86666666666667vw;
  }
}

.c-section-point__list__ul__item__card__img__caption {
  position: absolute;
  color: #333;
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item__card__img__caption {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item__card__img__caption {
    font-size: 3.2vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item__card__img__caption {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    right: 7px;
    bottom: 5px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item__card__img__caption {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    right: 1.866666666666667vw;
    bottom: 2.133333333333333vw;
  }
}

.c-section-point__list__ul__item__card__body {
  width: 100%;
  flex: 1;
}

@media screen and (min-width: 481px) {
  .c-section-point.-nenkin .c-section-point__list__ul__item__card__body {
    padding-left: 35px;
    padding-top: 18px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point.-nenkin .c-section-point__list__ul__item__card__body {
    padding-left: 9.333333333333334vw;
    padding-top: 4.8vw;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point.-kodomo-cm .c-section-point__list__ul__item__card__body,
  .c-section-point.-kodomo-non-cm .c-section-point__list__ul__item__card__body {
    padding-left: 30px;
    padding-top: 16px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point.-kodomo-cm .c-section-point__list__ul__item__card__body,
  .c-section-point.-kodomo-non-cm .c-section-point__list__ul__item__card__body {
    padding-left: 8vw;
    padding-top: 4.266666666666667vw;
  }
}

.c-section-point__list__ul__item__card__body__sub {
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item__card__body__sub {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item__card__body__sub {
    font-size: 4.8vw !important;
  }
}

.c-section-point__list__ul__item__card__body__main {
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item__card__body__main {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item__card__body__main {
    font-size: 7.466666666666668vw !important;
  }
}

.c-section-point__list__ul__item__card__link {
  position: absolute !important;
  right: 0px;
  bottom: 0px;
  left: auto !important;
  top: auto !important;
  z-index: 1 !important;
  background-color: #fff;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item__card__link {
    width: 104px;
    height: 28px;
    border-radius: 12px 0 0 0;
    gap: 4px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item__card__link {
    width: 27.73333333333333vw;
    height: 7.466666666666668vw;
    border-radius: 3.2vw 0 0 0;
    gap: 1.066666666666667vw;
  }
}

.c-section-point__list__ul__item__card__link__txt {
  font-weight: 700;
  color: #090;
  padding-bottom: 0.1em;
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item__card__link__txt {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item__card__link__txt {
    font-size: 3.733333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item__card__link__arrow {
    width: 15px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item__card__link__arrow {
    width: 4vw;
  }
}

.c-section-point__list__ul__item__card__bird {
  position: absolute;
  z-index: 3;
}

.c-section-point__list__ul__item__card__bird img:hover {
  opacity: 1;
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item.-num1 .c-section-point__list__ul__item__card__bird {
    width: 98px;
    left: 225px;
    top: 209px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item.-num1 .c-section-point__list__ul__item__card__bird {
    width: 26.666666666666668vw;
    left: 66.66666666666666vw;
    top: 55.733333333333334vw;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item.-num2 .c-section-point__list__ul__item__card__bird {
    width: 124px;
    left: 210px;
    top: 192px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item.-num2 .c-section-point__list__ul__item__card__bird {
    width: 32vw;
    left: 64.53333333333333vw;
    top: 52.800000000000004vw;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point.-nenkin .c-section-point__list__ul__item.-num2 .c-section-point__list__ul__item__card__bird {
    top: 140px;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point__list__ul__item.-num3 .c-section-point__list__ul__item__card__bird {
    width: 92px;
    left: 237px;
    top: 222px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__list__ul__item.-num3 .c-section-point__list__ul__item__card__bird {
    width: 24.8vw;
    left: 67.73333333333333vw;
    top: 58.666666666666664vw;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point__note {
    width: 960px;
    margin: 0px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__note {
    width: 87.2vw;
    margin: 0vw auto 0;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point__kaisetsu {
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__kaisetsu {
    margin-top: 10.666666666666668vw;
  }
}

.c-section-point__kaisetsu__ttl {
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .c-section-point__kaisetsu__ttl {
    width: 405px;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__kaisetsu__ttl {
    width: 88vw;
  }
}

@media screen and (min-width: 481px) {
  .c-section-point__kaisetsu__btn {
    width: 520px;
    height: 74px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .c-section-point__kaisetsu__btn {
    width: 87.2vw;
    height: 15.466666666666667vw;
    margin: 2.666666666666667vw auto 0;
  }
}

.c-text-kome li {
  line-height: 1.8;
  padding-left: 1.2em;
}

@media screen and (min-width: 481px) {
  .c-text-kome li {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-text-kome li {
    font-size: 3.733333333333334vw !important;
  }
}

.c-text-kome li:before {
  content: "※";
  position: absolute;
  left: 0;
}

.c-text-note {
  letter-spacing: 0em;
  text-align: justify;
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .c-text-note {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-text-note {
    font-size: 3.733333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-text-note {
    line-height: 1.7;
  }
}

@media screen and (max-width: 480px) {
  .c-text-note {
    line-height: 1.42;
  }
}

@media screen and (min-width: 481px) {
  .c-text-note.-center-pc {
    text-align: center;
  }
}

.c-text-read {
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .c-text-read {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-text-read {
    font-size: 6.4vw !important;
  }
}

.c-text-read strong {
  font-weight: 700;
}

.c-tip-advice {
  position: relative;
}

@media screen and (min-width: 481px) {
  .c-tip-advice {
    width: 120px;
  }
}

@media screen and (max-width: 480px) {
  .c-tip-advice {
    width: 40vw;
  }
}

.c-tip-advice__txt {
  position: absolute;
}

@media screen and (min-width: 481px) {
  .c-tip-advice__txt {
    width: 70px;
    top: -16px;
    left: -16px;
  }
}

@media screen and (max-width: 480px) {
  .c-tip-advice__txt {
    width: 21.866666666666667vw;
    top: -5.333333333333334vw;
    left: -5.333333333333334vw;
  }
}

.c-tip-advice__border {
  position: absolute;
  background-color: #cceacc;
  border-radius: calc((infinity * 1px)) !important;
}

@media screen and (min-width: 481px) {
  .c-tip-advice__border {
    width: 32px;
    height: 4px;
    right: -10px;
    top: 25px;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 480px) {
  .c-tip-advice__border {
    width: 10.666666666666668vw;
    height: 1.333333333333333vw;
    right: -2.666666666666667vw;
    top: 6.666666666666667vw;
    transform: rotate(-45deg);
  }
}

.c-title-how {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #ff6a00;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.c-title-how__num {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 481px) {
  .c-title-how__num {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 480px) {
  .c-title-how__num {
    width: 38.4vw;
    height: 38.4vw;
  }
}

.c-title-how__num__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

@media screen and (min-width: 481px) {
  .c-title-how__num__bg {
    width: 120px;
    height: 120px;
    border-radius: 60px 60px 5px 60px;
  }
}

@media screen and (max-width: 480px) {
  .c-title-how__num__bg {
    width: 38.4vw;
    height: 38.4vw;
    border-radius: 19.2vw 19.2vw 2.666666666666667vw 19.2vw;
  }
}

.c-title-how__num__tit {
  position: relative;
  z-index: 2;
  font-weight: 900;
}

@media screen and (min-width: 481px) {
  .c-title-how__num__tit {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-title-how__num__tit {
    font-size: 5.333333333333334vw !important;
  }
}

.c-title-how__num__txt {
  position: relative;
  z-index: 2;
  font-weight: 900;
}

@media screen and (min-width: 481px) {
  .c-title-how__num__txt {
    font-size: 42px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-title-how__num__txt {
    font-size: 13.333333333333334vw !important;
  }
}

.c-title-how__ttl {
  position: relative;
  display: flex;
  align-items: start;
}

@media screen and (min-width: 481px) {
  .c-title-how__ttl {
    margin-left: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .c-title-how__ttl {
    margin-left: 8vw;
    flex-direction: column;
    gap: 4.8vw;
    padding-bottom: 1.866666666666667vw;
  }
}

.c-title-how__ttl__item {
  position: relative;
  display: inline-block;
}

.c-title-how__ttl__item__bg {
  display: inline-block;
  position: absolute;
  background-color: #fff;
}

@media screen and (min-width: 481px) {
  .c-title-how__ttl__item__bg {
    width: 100%;
    height: 40px;
    bottom: -10px;
    left: 10px;
  }
}

@media screen and (max-width: 480px) {
  .c-title-how__ttl__item__bg {
    width: 100%;
    height: 13.333333333333334vw;
    bottom: -2.133333333333333vw;
    left: 3.466666666666666vw;
  }
}

.c-title-how__ttl__item__txt {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 481px) {
  .c-title-how__ttl__item__txt {
    font-size: 42px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-title-how__ttl__item__txt {
    font-size: 13.333333333333334vw !important;
  }
}

.c-title-kakko {
  position: relative;
}

.c-title-kakko__lt,
.c-title-kakko__rb {
  display: block;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 481px) {
  .c-title-kakko__lt,
  .c-title-kakko__rb {
    border-width: 4px;
    width: 15px;
    height: 30px;
  }
}

@media screen and (max-width: 480px) {
  .c-title-kakko__lt,
  .c-title-kakko__rb {
    border-width: 1.333333333333333vw;
    width: 4.8vw;
    height: 9.6vw;
  }
}

.c-title-kakko__lt:before,
.c-title-kakko__rb:before,
.c-title-kakko__lt:after,
.c-title-kakko__rb:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #424242;
  border-radius: calc((infinity * 1px)) !important;
}

.c-title-kakko__lt:before,
.c-title-kakko__rb:before {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .c-title-kakko__lt:before,
  .c-title-kakko__rb:before {
    height: 4px;
  }
}

@media screen and (max-width: 480px) {
  .c-title-kakko__lt:before,
  .c-title-kakko__rb:before {
    height: 1.333333333333333vw;
  }
}

.c-title-kakko__lt:after,
.c-title-kakko__rb:after {
  height: 100%;
}

@media screen and (min-width: 481px) {
  .c-title-kakko__lt:after,
  .c-title-kakko__rb:after {
    width: 4px;
  }
}

@media screen and (max-width: 480px) {
  .c-title-kakko__lt:after,
  .c-title-kakko__rb:after {
    width: 1.333333333333333vw;
  }
}

.c-title-kakko__lt {
  left: 0;
  top: 0;
}

.c-title-kakko__lt:before,
.c-title-kakko__lt:after {
  left: 0;
  top: 0;
}

.c-title-kakko__rb {
  right: 0;
  bottom: 0;
}

.c-title-kakko__rb:before,
.c-title-kakko__rb:after {
  right: 0;
  bottom: 0;
}

.c-title-kakko__txt {
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .c-title-kakko__txt {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 480px) {
  .c-title-kakko__txt {
    font-size: 9.6vw !important;
  }
}

@media screen and (min-width: 481px) {
  .c-title-kakko__txt {
    padding-left: 40px;
    padding-right: 46px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media screen and (max-width: 480px) {
  .c-title-kakko__txt {
    padding-left: 12vw;
    padding-right: 12vw;
    padding-top: 8vw;
    padding-bottom: 10.133333333333333vw;
  }
}

.c-title-kakko__txt strong {
  color: #090;
}

.c-title-kakko__txt * {
  font-weight: 700;
}

.p-kodomo-cm-kaisetsu-app {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app {
    padding: 50px 0 100px;
    margin-top: 130px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app {
    padding: 0vw 0 12.8vw;
    margin-top: 22.666666666666664vw;
  }
}

.p-kodomo-cm-kaisetsu-app__bg {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #faf7f7;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__bg {
    top: 0;
    width: calc(50% + 400px);
    border-radius: 0 160px 60px 0;
    height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__bg {
    bottom: 0;
    width: 100%;
    height: calc(100% - 11.733333333333333vw);
    border-radius: 0 21.333333333333336vw 10.666666666666668vw 0;
  }
}

.p-kodomo-cm-kaisetsu-app__main {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main {
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main {
    width: 87.2vw;
    margin: 0 auto;
  }
}

.p-kodomo-cm-kaisetsu-app__main__ttl {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__ttl {
    width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__ttl {
    width: 21.333333333333336vw;
    margin: 0 auto;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body {
    width: 720px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body {
    width: 100%;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__app {
  background-color: #fff;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app {
    padding: 34px 0 0;
    border: 4px solid #090;
    border-radius: 24px;
    height: 410px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app {
    padding: 6.4vw;
    border: 1.066666666666667vw solid #090;
    border-radius: 4.266666666666667vw;
    margin: 10.666666666666668vw -4vw 0;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__ttl {
    width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__ttl {
    width: 81.6vw;
    margin: 0 auto;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__app__desc {
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__desc {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__desc {
    font-size: 6.4vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__desc {
    margin-top: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__desc {
    margin-top: 5.333333333333334vw;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__app__desc strong {
  color: #ff6a00;
  font-weight: 900;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__desc strong {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__desc strong {
    font-size: 6.4vw !important;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__app__download {
  background-color: #090;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  flex-direction: column;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__download {
    width: 434px;
    height: 120px;
    margin: 25px auto 0;
    border-radius: 12px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__download {
    width: 87.2vw;
    height: 34.13333333333333vw;
    margin-top: 6.4vw;
    border-radius: 3.2vw;
    margin-left: -3.466666666666666vw;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__app__download__txt {
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__download__txt {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__download__txt {
    font-size: 4.266666666666667vw !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__download__txt {
    line-height: 1.6;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__app__download__btns {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__download__btns {
    gap: 13px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__download__btns {
    gap: 3.2vw;
    margin-top: 1.6vw;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__app__download__btns__btn {
  display: block;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__download__btns__btn.-apple {
    width: 142px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__download__btns__btn.-apple {
    width: 32vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__download__btns__btn.-google {
    width: 175px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__app__download__btns__btn.-google {
    width: 39.46666666666667vw;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow {
    margin: 84px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow {
    margin: 21.333333333333336vw auto 0;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow__ttl {
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__ttl {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__ttl {
    font-size: 7.466666666666668vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list {
    margin-top: 12.8vw;
    display: flex;
    flex-direction: column;
    gap: 12.8vw;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow__list__item {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item {
    height: 140px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item {
    height: 64vw;
    flex-direction: column;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__num {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__num {
    width: 50px;
    left: -25px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__num {
    width: 12.8vw;
    top: -6.4vw;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar {
  background-color: #090;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar {
    width: 485px;
    border-radius: 24px 0 0 24px;
    padding-left: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar {
    height: 25.6vw;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    border-radius: 6.4vw 6.4vw 0 0;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__title {
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__title {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__title {
    font-size: 5.333333333333334vw !important;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__title small {
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__title small {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__title small {
    font-size: 4vw !important;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__desc {
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__desc {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__desc {
    font-size: 4.266666666666667vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__desc {
    margin-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__desc {
    margin-top: 2.666666666666667vw;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__desc strong {
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__desc strong {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__bar__desc strong {
    font-size: 5.333333333333334vw !important;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__icon {
  background-color: #fff;
  flex: 1;
  align-self: stretch;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__icon {
    border-radius: 0 24px 24px 0;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__icon {
    border-radius: 0 0 6.4vw 6.4vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item.-step1 .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__icon__img {
    width: 92px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item.-step1 .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__icon__img {
    width: 23.466666666666665vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item.-step2 .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__icon__img {
    width: 196px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item.-step2 .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__icon__img {
    width: 58.93333333333334vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item.-step3 .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__icon__img {
    width: 120px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item.-step3 .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__icon__img {
    width: 40vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item.-step4 .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__icon__img {
    width: 80px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item.-step4 .p-kodomo-cm-kaisetsu-app__main__body__flow__list__item__icon__img {
    width: 26.666666666666668vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__note {
    margin-top: 24px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__note {
    margin-top: 9.066666666666666vw;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow__note__main {
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__note__main {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__note__main {
    font-size: 4.266666666666667vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__note__main {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__note__main {
    margin-bottom: 1.6vw;
  }
}

.p-kodomo-cm-kaisetsu-app__main__body__flow__note__sub {
  line-height: 1.8;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__note__sub {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__note__sub {
    font-size: 3.733333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__btn {
    width: 450px;
    height: 74px;
    margin: 40px 0 40px 271px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-app__main__body__flow__btn {
    width: 87.2vw;
    height: 15.466666666666667vw;
    margin: 10.666666666666668vw auto 0;
  }
}

.p-kodomo-cm-kaisetsu-customer {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer {
    padding: 50px 0 100px;
    margin-top: 130px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer {
    padding: 0vw 0 12.8vw;
    margin-top: 22.666666666666664vw;
  }
}

.p-kodomo-cm-kaisetsu-customer__bg {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #f1f3f6;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__bg {
    top: 0;
    width: calc(50% + 480px);
    border-radius: 160px 0 0 60px;
    height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__bg {
    bottom: 0;
    width: 100%;
    height: calc(100% - 11.733333333333333vw);
    border-radius: 21.333333333333336vw 0 0 10.666666666666668vw;
  }
}

.p-kodomo-cm-kaisetsu-customer__main {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main {
    width: 87.2vw;
    margin: 0 auto;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__ttl {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__ttl {
    width: 180px;
    left: -90px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__ttl {
    width: 21.6vw;
    margin: 0 auto;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body {
    width: 745px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body {
    width: 100%;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__ttl {
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__ttl {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__ttl {
    font-size: 7.466666666666668vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__ttl {
    padding-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__ttl {
    margin-top: 13.866666666666665vw;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list {
    margin-top: 56px;
    gap: 36px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list {
    margin-top: 19.2vw;
    gap: 17.066666666666666vw;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__list__item {
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item {
    border-radius: 24px;
    display: flex;
    align-items: flex-start;
    padding: 42px 80px 48px;
    min-height: 140px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item {
    border-radius: 6.4vw;
    padding: 12.8vw 6.4vw 10.666666666666668vw;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__list__item__num {
  position: absolute;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item__num {
    width: 48px;
    left: -24px;
    top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item__num {
    width: 12.8vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -6.4vw;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__list__item__content {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item__content {
    gap: 10px;
    width: 410px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item__content {
    gap: 2.666666666666667vw;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__list__item__content__ttl {
  font-weight: 700;
  line-height: 1.6;
  text-align: justify;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item__content__ttl {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item__content__ttl {
    font-size: 5.066666666666666vw !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item.-item2 .p-kodomo-cm-kaisetsu-customer__main__body__list__item__content__ttl,
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item.-item3 .p-kodomo-cm-kaisetsu-customer__main__body__list__item__content__ttl {
    font-size: 6.4vw !important;
    text-align: center;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__list__item__content__txt {
  line-height: 1.6;
  text-align: justify;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item__content__txt {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item__content__txt {
    font-size: 4.266666666666667vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item__img {
    position: absolute;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item__img {
    margin: 6.4vw auto 0;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item.-item1 .p-kodomo-cm-kaisetsu-customer__main__body__list__item__img {
    width: 132px;
    right: 48px;
    top: 65px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item.-item1 .p-kodomo-cm-kaisetsu-customer__main__body__list__item__img {
    width: 35.199999999999996vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item.-item2 .p-kodomo-cm-kaisetsu-customer__main__body__list__item__img {
    width: 189px;
    right: 24px;
    top: 50px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item.-item2 .p-kodomo-cm-kaisetsu-customer__main__body__list__item__img {
    width: 50.4vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item.-item3 .p-kodomo-cm-kaisetsu-customer__main__body__list__item__img {
    width: 88px;
    right: 72px;
    top: 25px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__list__item.-item3 .p-kodomo-cm-kaisetsu-customer__main__body__list__item__img {
    width: 23.466666666666665vw;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__cta__ttl {
  color: #090;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__ttl {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__ttl {
    font-size: 5.333333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__ttl {
    margin-top: 77px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__ttl {
    margin-top: 17.066666666666666vw;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__cta__box {
  background-color: #fff;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  flex-direction: column;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__box {
    border: 4px solid #090;
    border-radius: 24px;
    height: 142px;
    gap: 15px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__box {
    margin-top: 4.266666666666667vw;
    padding: 5.333333333333334vw;
    border: 1.066666666666667vw solid #090;
    border-radius: 6.4vw;
    gap: 4.266666666666667vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__box__ttl {
    width: 173px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__box__ttl {
    width: 46.13333333333333vw;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__cta__box__btns {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__box__btns {
    gap: 24px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__box__btns {
    gap: 3.733333333333334vw;
    flex-direction: column;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__cta__box__btns__btn {
  display: block;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__box__btns__btn {
    width: 296px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__box__btns__btn {
    width: 74.4vw;
  }
}

.p-kodomo-cm-kaisetsu-customer__main__body__cta__note {
  display: block;
  line-height: 1.6;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__note {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__note {
    font-size: 3.733333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__note {
    margin-top: 16px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-customer__main__body__cta__note {
    margin-top: 4.266666666666667vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-footer {
    padding-top: 80px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-footer {
    padding-top: 14.933333333333335vw;
    padding-bottom: 10.666666666666668vw;
  }
}

.p-kodomo-cm-kaisetsu-footer__back {
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-footer__back {
    width: 420px;
    height: 74px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-footer__back {
    width: 87.2vw;
    height: 15.466666666666667vw;
  }
}

.p-kodomo-cm-kaisetsu-footer__note {
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-footer__note {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-footer__note {
    font-size: 3.733333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-footer__note {
    width: 880px;
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-footer__note {
    width: 87.2vw;
    margin: 10.666666666666668vw auto 0;
  }
}

.p-kodomo-cm-kaisetsu-kv {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-kv {
    height: 590px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-kv {
    height: 101.33333333333334vw;
  }
}

.p-kodomo-cm-kaisetsu-kv__inner {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-kv__inner {
    height: 420px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-kv__inner {
    height: 74.66666666666667vw;
  }
}

.p-kodomo-cm-kaisetsu-kv__inner__bg {
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
}

.p-kodomo-cm-kaisetsu-kv__inner__bg:after {
  content: '';
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0,153,0,0.2);
}

.p-kodomo-cm-kaisetsu-kv__inner__bg img {
  height: 100%;
}

.p-kodomo-cm-kaisetsu-kv__inner__ttl {
  position: absolute;
  z-index: 5;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-kv__inner__ttl {
    width: 391px;
    left: calc(50% - 480px);
    top: 83px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-kv__inner__ttl {
    width: 77.06666666666668vw;
    left: 6.4vw;
    top: 8vw;
  }
}

.p-kodomo-cm-kaisetsu-kv__inner__obj {
  position: absolute;
  z-index: 3;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-kv__inner__obj {
    width: 307.5px;
    left: calc(50% + 42px);
    top: 250px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-kv__inner__obj {
    width: 57.733333333333334vw;
    left: calc(50% - 33.33333333333333vw);
    top: 49.6vw;
  }
}

.p-kodomo-cm-kaisetsu-kv__inner__mask {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-kv__inner__mask {
    height: 124px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-kv__inner__mask {
    height: 9.6vw;
  }
}

.p-kodomo-cm-kaisetsu-kv__inner__mask img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.p-kodomo-cm-kaisetsu-nav {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-nav {
    padding-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-nav {
    padding-top: 0vw;
  }
}

.p-kodomo-cm-kaisetsu-nav__ttl {
  text-align: center;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-nav__ttl {
    width: 473.5px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-nav__ttl {
    width: 78.93333333333334vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-nav__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-nav__list {
    display: flex;
    justify-content: center;
    gap: 4.266666666666667vw;
    margin-top: 10.666666666666668vw;
  }
}

.p-kodomo-cm-kaisetsu-nav__link {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-nav__link {
    width: 466px;
    height: 154px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-nav__link {
    width: 42.13333333333333vw;
    height: 53.333333333333336vw;
  }
}

.p-kodomo-cm-kaisetsu-nav__link__bg {
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

.p-kodomo-cm-kaisetsu-nav__link__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-kodomo-cm-kaisetsu-nav__link__badge {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-nav__link__badge {
    width: 80px;
    left: 34px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-nav__link__badge {
    width: 14.933333333333335vw;
    top: 6.4vw;
  }
}

.p-kodomo-cm-kaisetsu-nav__link__txt {
  position: relative;
  z-index: 1;
  text-align: center;
  white-space: pre-line;
  font-weight: bold;
  color: #333;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-nav__link__txt {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-nav__link__txt {
    font-size: 5.866666666666666vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-nav__link__txt {
    line-height: 1.6;
    padding-left: 70px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kaisetsu-nav__link__txt {
    line-height: 1.5;
    padding-top: 14.666666666666666vw;
  }
}

@media screen and (min-width: 481px) and (min-width: 481px) {
  .p-kodomo-cm-kaisetsu-nav__link {
    transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .p-kodomo-cm-kaisetsu-nav__link:hover,
  .-hover .p-kodomo-cm-kaisetsu-nav__link {
    transition: all 80ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translateY(3px);
  }
}

.p-kodomo-cm-kv {
  position: relative;
}

.p-kodomo-cm-kv__visual {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kv__visual__inner {
    width: 100%;
    min-width: 1440px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kv__visual__inner {
    width: 100% !important;
    height: 106.66666666666667vw;
  }
}

.p-kodomo-cm-kv__info {
  background-color: #dfefdf;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kv__info {
    height: 525px;
    padding-top: 288px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kv__info {
    height: 146.66666666666666vw;
    padding-top: 102.66666666666666vw;
  }
}

.p-kodomo-cm-kv__info__detail {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kv__info__detail {
    width: 1026px;
    height: 244px;
    top: -17px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kv__info__detail {
    width: 100vw;
    height: 91.73333333333333vw;
    top: -2.933333333333333vw;
  }
}

.p-kodomo-cm-kv__info__detail__bg {
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
}

.p-kodomo-cm-kv__info__detail__ttl {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kv__info__detail__ttl {
    width: 590px;
    top: -17px;
    left: -15px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kv__info__detail__ttl {
    width: 70.66666666666667vw;
    top: -1.866666666666667vw;
    left: -7.466666666666668vw;
  }
}

.p-kodomo-cm-kv__info__detail__img {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kv__info__detail__img {
    width: 800px;
    left: 113px;
    top: 64px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kv__info__detail__img {
    width: 82.66666666666667vw;
    left: 8.799999999999999vw;
    top: 18.133333333333333vw;
  }
}

.p-kodomo-cm-kv__info__detail__btn {
  display: block;
  position: absolute;
  z-index: 2;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kv__info__detail__btn {
    width: 480px;
    height: 48px;
    top: 176px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kv__info__detail__btn {
    width: 76.8vw;
    height: 12.8vw;
    top: 74.13333333333333vw;
  }
}

.p-kodomo-cm-kv__info__btntxt {
  margin: auto;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kv__info__btntxt {
    width: 405px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kv__info__btntxt {
    width: 89.60000000000001vw;
  }
}

.p-kodomo-cm-kv__info__btn {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .p-kodomo-cm-kv__info__btn {
    width: 520px;
    height: 74px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-cm-kv__info__btn {
    width: 87.2vw;
    height: 15.466666666666667vw;
    margin-top: 4vw;
  }
}

.p-kodomo-non-cm-cv {
  position: fixed;
  background-color: #71b94d;
  width: 100%;
  z-index: 100;
  bottom: 0;
  left: 0;
  transform: translateY(115%);
  transition: transform 0.3s ease-out;
}

.p-kodomo-non-cm-cv.is-active {
  transform: translateY(0);
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-cv {
    height: 105px;
    box-shadow: 0px -5px 5px rgba(0,100,0,0.2);
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-cv {
    height: 19.2vw;
    box-shadow: 0px -1.333333333333333vw 1.333333333333333vw rgba(0,100,0,0.2);
  }
}

.p-kodomo-non-cm-cv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-kodomo-non-cm-cv__ttl {
  text-align: center;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-cv__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-cv__ttl {
    font-size: 3.733333333333334vw;
  }
}

.p-kodomo-non-cm-cv__btns {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-cv__btns {
    gap: 23px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-cv__btns {
    gap: 4.8vw;
  }
}

.p-kodomo-non-cm-cv__btns__btn {
  display: block;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-cv__btns__btn.-apple {
    width: 142px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-cv__btns__btn.-apple {
    width: 29.599999999999998vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-cv__btns__btn.-google {
    width: 175px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-cv__btns__btn.-google {
    width: 36vw;
  }
}

.p-kodomo-non-cm-kaisetsu-app {
  position: relative;
}

.p-kodomo-non-cm-kaisetsu-app__ribbon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__ribbon {
    width: 229px;
    top: -110px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__ribbon {
    width: 34.66666666666667vw;
    top: -18.133333333333333vw;
  }
}

.p-kodomo-non-cm-kaisetsu-app__box {
  background-color: #fff;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__box {
    border: 4px solid #090;
    width: 960px;
    height: 475px;
    border-radius: 24px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__box {
    border: 1.066666666666667vw solid #090;
    width: 93.60000000000001vw;
    height: 172.8vw;
    border-radius: 6.4vw;
  }
}

.p-kodomo-non-cm-kaisetsu-app__phone {
  position: absolute;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__phone {
    width: 238px;
    left: 116px;
    bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__phone {
    width: 32.53333333333333vw;
    left: 0;
    right: 0;
    margin: auto;
    top: 68.8vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail {
    width: 512px;
    margin-right: 44px;
    margin-left: auto;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    flex-direction: column;
    padding-top: 65px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    flex-direction: column;
    padding-top: 7.466666666666668vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__ttl {
    width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__ttl {
    width: 81.6vw;
  }
}

.p-kodomo-non-cm-kaisetsu-app__detail__desc {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__desc {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__desc {
    font-size: 4.8vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__desc {
    margin-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__desc {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__sub {
    width: 338px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__sub {
    width: 48.8vw;
    margin-top: 2.666666666666667vw;
  }
}

.p-kodomo-non-cm-kaisetsu-app__detail__recommend {
  background-color: #dfefdf;
  overflow: hidden;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend {
    width: 100%;
    margin-top: 24px;
    border-radius: 16px;
    border: 4px solid #090;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend {
    width: 80.80000000000001vw;
    border-radius: 3.2vw;
    margin-top: 56.00000000000001vw;
  }
}

.p-kodomo-non-cm-kaisetsu-app__detail__recommend__ttl {
  font-weight: 700;
  text-align: center;
  background-color: #090;
  color: #fff;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__ttl {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__ttl {
    font-size: 4.8vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__ttl {
    height: 32px;
    padding-top: 3px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__ttl {
    height: 11.733333333333333vw;
    padding-top: 3.2vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__list {
    padding-left: 112px;
    padding-top: 6px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__list {
    padding-left: 5.333333333333334vw;
    padding-top: 2.666666666666667vw;
    padding-bottom: 5.333333333333334vw;
  }
}

.p-kodomo-non-cm-kaisetsu-app__detail__recommend__list__item {
  position: relative;
  font-weight: 700;
  color: #090;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  align-content: center !important;
  line-height: 1.8;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__list__item {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__list__item {
    font-size: 4.266666666666667vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__list__item {
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__list__item {
    padding-left: 4.8vw;
  }
}

.p-kodomo-non-cm-kaisetsu-app__detail__recommend__list__item::before {
  content: '●';
  position: absolute;
  left: 0;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__list__item::before {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-app__detail__recommend__list__item::before {
    font-size: 4.266666666666667vw !important;
  }
}

.p-kodomo-non-cm-kaisetsu-flow {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow {
    width: 800px;
    margin: 112px auto 0;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow {
    width: 87.2vw;
    margin: 17.066666666666666vw auto 0;
    padding-bottom: 8.533333333333333vw;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__ttl {
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__ttl {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__ttl {
    font-size: 7.466666666666668vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list {
    margin-top: 13.333333333333334vw;
    display: flex;
    flex-direction: column;
    gap: 12.8vw;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__list__item {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item {
    height: 140px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item {
    height: 64vw;
    flex-direction: column;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__list__item__num {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__num {
    width: 50px;
    left: -25px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__num {
    width: 12.8vw;
    top: -6.4vw;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__list__item__bar {
  background-color: #090;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar {
    width: 535px;
    border-radius: 24px 0 0 24px;
    padding-left: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar {
    height: 25.6vw;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    border-radius: 6.4vw 6.4vw 0 0;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__list__item__bar__title {
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar__title {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar__title {
    font-size: 5.333333333333334vw !important;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__list__item__bar__title small {
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar__title small {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar__title small {
    font-size: 4vw !important;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__list__item__bar__desc {
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar__desc {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar__desc {
    font-size: 4.266666666666667vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar__desc {
    margin-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar__desc {
    margin-top: 2.666666666666667vw;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__list__item__bar__desc strong {
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar__desc strong {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__bar__desc strong {
    font-size: 5.333333333333334vw !important;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__list__item__icon {
  background-color: #fff;
  flex: 1;
  align-self: stretch;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__icon {
    border-radius: 0 24px 24px 0;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item__icon {
    border-radius: 0 0 6.4vw 6.4vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item.-step1 .p-kodomo-non-cm-kaisetsu-flow__list__item__icon__img {
    width: 92px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item.-step1 .p-kodomo-non-cm-kaisetsu-flow__list__item__icon__img {
    width: 23.466666666666665vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item.-step2 .p-kodomo-non-cm-kaisetsu-flow__list__item__icon__img {
    width: 196px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item.-step2 .p-kodomo-non-cm-kaisetsu-flow__list__item__icon__img {
    width: 58.93333333333334vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item.-step3 .p-kodomo-non-cm-kaisetsu-flow__list__item__icon__img {
    width: 120px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item.-step3 .p-kodomo-non-cm-kaisetsu-flow__list__item__icon__img {
    width: 40vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item.-step4 .p-kodomo-non-cm-kaisetsu-flow__list__item__icon__img {
    width: 80px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__list__item.-step4 .p-kodomo-non-cm-kaisetsu-flow__list__item__icon__img {
    width: 26.666666666666668vw;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__note {
    margin-top: 24px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__note {
    margin-top: 9.066666666666666vw;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__note__main {
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__note__main {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__note__main {
    font-size: 4.266666666666667vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__note__main {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__note__main {
    margin-bottom: 1.6vw;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__note__sub {
  line-height: 1.8;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__note__sub {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__note__sub {
    font-size: 3.733333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__btn {
    width: 450px;
    height: 74px;
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__btn {
    width: 87.2vw;
    height: 15.466666666666667vw;
    margin: 10.666666666666668vw auto 0;
  }
}

.p-kodomo-non-cm-kaisetsu-flow__footer {
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__footer {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__footer {
    font-size: 3.733333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu-flow__footer {
    margin-top: 80px;
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu-flow__footer {
    margin-top: 10.666666666666668vw;
  }
}

.p-kodomo-non-cm-kaisetsu {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-kodomo-non-cm-kaisetsu__ttl {
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu__ttl {
    width: 600px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu__ttl {
    width: 87.2vw;
  }
}

.p-kodomo-non-cm-kaisetsu__main {
  background-color: #f7f7f0;
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu__main {
    margin-top: 200px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu__main {
    margin-top: 30.933333333333334vw;
  }
}

.p-kodomo-non-cm-kaisetsu__main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu__main__bg {
    top: -130px;
    height: 238px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu__main__bg {
    top: -10.666666666666668vw;
    height: 35.199999999999996vw;
  }
}

.p-kodomo-non-cm-kaisetsu__main__bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.p-kodomo-non-cm-kaisetsu__kantan {
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu__kantan {
    width: 400px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu__kantan {
    width: 69.33333333333334vw;
    margin-top: 5.333333333333334vw;
  }
}

.p-kodomo-non-cm-kaisetsu__img {
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kaisetsu__img {
    width: 500px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kaisetsu__img {
    width: 80vw;
    margin-top: 8vw;
  }
}

.p-kodomo-non-cm-kv {
  position: relative;
}

.p-kodomo-non-cm-kv__visual {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kv__visual__inner {
    width: 100%;
    min-width: 1440px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kv__visual__inner {
    width: 100% !important;
    height: 90.13333333333333vw;
  }
}

.p-kodomo-non-cm-kv__info {
  background-color: #dfefdf;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kv__info {
    height: 333px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kv__info {
    height: 113.06666666666668vw;
  }
}

.p-kodomo-non-cm-kv__info__detail {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kv__info__detail {
    width: 1026px;
    height: 244px;
    top: -40px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kv__info__detail {
    width: 100vw;
    height: 91.73333333333333vw;
    top: 3.2vw;
  }
}

.p-kodomo-non-cm-kv__info__detail__bg {
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
}

.p-kodomo-non-cm-kv__info__detail__ttl {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kv__info__detail__ttl {
    width: 590px;
    top: -17px;
    left: -15px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kv__info__detail__ttl {
    width: 70.66666666666667vw;
    top: -1.866666666666667vw;
    left: -7.466666666666668vw;
  }
}

.p-kodomo-non-cm-kv__info__detail__img {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kv__info__detail__img {
    width: 800px;
    left: 113px;
    top: 62px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kv__info__detail__img {
    width: 82.66666666666667vw;
    left: 8.799999999999999vw;
    top: 18.133333333333333vw;
  }
}

.p-kodomo-non-cm-kv__info__detail__btn {
  display: block;
  position: absolute;
  z-index: 2;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kv__info__detail__btn {
    width: 480px;
    height: 48px;
    top: 176px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kv__info__detail__btn {
    width: 76.8vw;
    height: 12.8vw;
    top: 74.13333333333333vw;
  }
}

.p-kodomo-non-cm-kv__info__detail__sub {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 481px) {
  .p-kodomo-non-cm-kv__info__detail__sub {
    width: 272px;
    left: 0px;
    top: -94px;
  }
}

@media screen and (max-width: 480px) {
  .p-kodomo-non-cm-kv__info__detail__sub {
    width: 60.93333333333333vw;
    top: -21.866666666666667vw;
    left: 1.066666666666667vw;
  }
}

.p-nenkin-uketori-already {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already {
    padding: 50px 0 100px;
    margin-top: 130px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already {
    padding: 0vw 0 23.466666666666665vw;
    margin-top: 22.666666666666664vw;
  }
}

.p-nenkin-uketori-already__bg {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #faf7f7;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__bg {
    top: 0;
    width: calc(50% + 400px);
    border-radius: 0 160px 60px 0;
    height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__bg {
    bottom: 0;
    width: 100%;
    height: calc(100% - 26.666666666666668vw);
    border-radius: 0 21.333333333333336vw 10.666666666666668vw 0;
  }
}

.p-nenkin-uketori-already__main {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main {
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main {
    width: 87.2vw;
    margin: 0 auto;
  }
}

.p-nenkin-uketori-already__main__ttl {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__ttl {
    width: 142px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__ttl {
    width: 25.6vw;
    margin: 0 auto;
  }
}

.p-nenkin-uketori-already__main__body {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body {
    width: 720px;
    padding-top: 65px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body {
    margin-top: 16vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__ttl2 {
    width: 562px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__ttl2 {
    width: 87.2vw;
  }
}

.p-nenkin-uketori-already__main__body__steps {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__steps {
    margin-top: 77px;
    gap: 36px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps {
    margin-top: 12.8vw;
    gap: 18.133333333333333vw;
  }
}

.p-nenkin-uketori-already__main__body__steps__item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__steps__item {
    border-radius: 24px;
    height: 140px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item {
    border-radius: 6.4vw;
    justify-content: center;
    align-items: flex-start;
    padding-top: 12.8vw;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item.-step1 {
    height: 76.26666666666667vw;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item.-step2 {
    height: 66.66666666666666vw;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item.-step3 {
    height: 65.33333333333333vw;
  }
}

.p-nenkin-uketori-already__main__body__steps__item__num {
  position: absolute;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__steps__item__num {
    width: 48px;
    left: -24px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item__num {
    width: 12.8vw;
    top: -6.4vw;
  }
}

.p-nenkin-uketori-already__main__body__steps__item__content {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__steps__item__content {
    padding-left: 80px;
    gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item__content {
    gap: 2.666666666666667vw;
    align-items: center;
    padding: 0 6.4vw;
  }
}

.p-nenkin-uketori-already__main__body__steps__item__content__ttl {
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__steps__item__content__ttl {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item__content__ttl {
    font-size: 5.333333333333334vw !important;
  }
}

.p-nenkin-uketori-already__main__body__steps__item__content__note {
  line-height: 1.5;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__steps__item__content__note {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item__content__note {
    font-size: 3.733333333333334vw !important;
  }
}

.p-nenkin-uketori-already__main__body__steps__item__content__sub {
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__steps__item__content__sub {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item__content__sub {
    font-size: 4.266666666666667vw !important;
  }
}

.p-nenkin-uketori-already__main__body__steps__item__img {
  position: absolute;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__steps__item.-step1 .p-nenkin-uketori-already__main__body__steps__item__img {
    width: 160px;
    right: 57px;
    top: -25px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item.-step1 .p-nenkin-uketori-already__main__body__steps__item__img {
    width: 42.66666666666667vw;
    bottom: -3.733333333333334vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__steps__item.-step2 .p-nenkin-uketori-already__main__body__steps__item__img {
    width: 102px;
    right: 82px;
    top: -12px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item.-step2 .p-nenkin-uketori-already__main__body__steps__item__img {
    width: 27.200000000000003vw;
    bottom: -3.733333333333334vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__steps__item.-step3 .p-nenkin-uketori-already__main__body__steps__item__img {
    width: 226px;
    right: 34px;
    top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__steps__item.-step3 .p-nenkin-uketori-already__main__body__steps__item__img {
    width: 60.266666666666666vw;
    bottom: -3.733333333333334vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-already__main__body__notes {
    margin-top: 18px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-already__main__body__notes {
    margin-top: 9.333333333333334vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-footer {
    padding-top: 100px;
    padding-bottom: 112px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-footer {
    padding-top: 21.333333333333336vw;
    padding-bottom: 23.466666666666665vw;
  }
}

.p-nenkin-uketori-footer__attention {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-footer__attention {
    width: 800px;
    padding: 24px 32px;
    border: 1px solid #333;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-footer__attention {
    width: 89.33333333333333vw;
    padding: 5.333333333333334vw 6.4vw;
    border: 1px solid #333;
  }
}

.p-nenkin-uketori-footer__attention__ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-footer__attention__ttl {
    width: 120px;
    top: -18px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-footer__attention__ttl {
    width: 32vw;
    top: -4.8vw;
  }
}

.p-nenkin-uketori-footer__attention__txt {
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-footer__attention__txt {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-footer__attention__txt {
    font-size: 4.266666666666667vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-footer__back {
    width: 402px;
    height: 74px;
    margin: 96px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-footer__back {
    width: 87.2vw;
    height: 15.466666666666667vw;
    margin: 21.333333333333336vw auto 0;
  }
}

.p-nenkin-uketori-fromnow {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow {
    padding: 50px 0 100px;
    margin-top: 130px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow {
    padding: 0vw 0 23.466666666666665vw;
    margin-top: 22.666666666666664vw;
  }
}

.p-nenkin-uketori-fromnow__bg {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #f1f3f6;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__bg {
    top: 0;
    width: calc(50% + 400px);
    border-radius: 160px 0 0 60px;
    height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__bg {
    bottom: 0;
    width: 100%;
    height: calc(100% - 26.666666666666668vw);
    border-radius: 21.333333333333336vw 0 0 10.666666666666668vw;
  }
}

.p-nenkin-uketori-fromnow__main {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__main {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__main {
    width: 87.2vw;
    margin: 0 auto;
  }
}

.p-nenkin-uketori-fromnow__main__ttl {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__main__ttl {
    width: 142px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__main__ttl {
    width: 26.13333333333333vw;
    margin: 0 auto;
  }
}

.p-nenkin-uketori-fromnow__main__body {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__main__body {
    width: 720px;
    padding-top: 65px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__main__body {
    margin-top: 16vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__main__body__ttl2 {
    width: 360px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__main__body__ttl2 {
    width: 87.2vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__main__body__note {
    width: 320px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__main__body__note {
    width: 71.46666666666667vw;
    margin-top: 2.666666666666667vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__main__body__img {
    width: 214px;
    position: absolute;
    right: 30px;
    top: 45px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__main__body__img {
    width: 37.86666666666667vw;
    margin: 0 auto;
    margin-top: 8vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__main__body__btn {
    width: 420px;
    height: 74px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__main__body__btn {
    width: 87.2vw;
    height: 15.466666666666667vw;
    margin-top: 7.199999999999999vw;
  }
}

.p-nenkin-uketori-fromnow__main__body__soudan {
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__main__body__soudan {
    border-radius: 24px;
    margin-top: 64px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__main__body__soudan {
    margin-top: 17.066666666666666vw;
    border-radius: 6.4vw;
  }
}

.p-nenkin-uketori-fromnow__main__body__soudan__ttl {
  color: #fff;
  background-color: #090;
  font-weight: 700;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__main__body__soudan__ttl {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__main__body__soudan__ttl {
    font-size: 5.333333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__main__body__soudan__ttl {
    height: 72px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__main__body__soudan__ttl {
    height: 21.333333333333336vw;
    line-height: 1.4;
  }
}

.p-nenkin-uketori-fromnow__main__body__soudan__list {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-fromnow__main__body__soudan__list {
    gap: 24px;
    height: 152px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-fromnow__main__body__soudan__list {
    flex-direction: column;
    gap: 4.266666666666667vw;
    height: 62.66666666666667vw;
  }
}

.p-nenkin-uketori-kv {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-kv {
    height: 590px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-kv {
    height: 117.33333333333333vw;
  }
}

.p-nenkin-uketori-kv__inner {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-kv__inner {
    height: 420px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-kv__inner {
    height: 74.66666666666667vw;
  }
}

.p-nenkin-uketori-kv__inner__bg {
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-kv__inner__bg {
    height: 380px !important;
  }
}

.p-nenkin-uketori-kv__inner__bg:after {
  content: '';
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0,153,0,0.4);
}

.p-nenkin-uketori-kv__inner__bg img {
  height: 100%;
}

.p-nenkin-uketori-kv__inner__ttl {
  position: absolute;
  z-index: 5;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-kv__inner__ttl {
    width: 377px;
    left: calc(50% - 480px);
    top: 73px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-kv__inner__ttl {
    width: 62.93333333333333vw;
    left: 6.4vw;
    top: 10.666666666666668vw;
  }
}

.p-nenkin-uketori-kv__inner__obj {
  position: absolute;
  z-index: 3;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-kv__inner__obj {
    width: 308px;
    left: calc(50% + 240px);
    top: 240px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-kv__inner__obj {
    width: 53.333333333333336vw;
    left: calc(50% - 26.666666666666668vw);
    top: 54.400000000000006vw;
  }
}

.p-nenkin-uketori-kv__inner__mask {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-kv__inner__mask {
    height: 124px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-kv__inner__mask {
    height: 9.6vw;
  }
}

.p-nenkin-uketori-kv__inner__mask img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.p-nenkin-uketori-nav {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-nav {
    padding-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-nav {
    padding-top: 0vw;
  }
}

.p-nenkin-uketori-nav__ttl {
  text-align: center;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-nav__ttl {
    width: 522.5px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-nav__ttl {
    width: 76.8vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-nav__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-nav__list {
    display: flex;
    justify-content: center;
    gap: 4.266666666666667vw;
    margin-top: 10.666666666666668vw;
  }
}

.p-nenkin-uketori-nav__link {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-nav__link {
    width: 466px;
    height: 206px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-nav__link {
    width: 42.13333333333333vw;
    height: 58.13333333333334vw;
  }
}

.p-nenkin-uketori-nav__link__bg {
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

.p-nenkin-uketori-nav__link__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-nenkin-uketori-nav__link__badge {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-nav__link__badge {
    width: 60px;
    top: 22px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-nav__link__badge {
    width: 10.666666666666668vw;
    top: 4.266666666666667vw;
  }
}

.p-nenkin-uketori-nav__link__txt {
  position: relative;
  z-index: 1;
  text-align: center;
  white-space: pre-line;
  font-weight: bold;
  color: #333;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-nav__link__txt {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-nav__link__txt {
    font-size: 5.333333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-nav__link__txt {
    line-height: 1.6;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-nav__link__txt {
    line-height: 1.5;
  }
}

.p-nenkin-uketori-nav__link__arrow {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 481px) {
  .p-nenkin-uketori-nav__link__arrow {
    width: 14px;
    bottom: 22px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-uketori-nav__link__arrow {
    width: 4.266666666666667vw;
    bottom: 6.666666666666667vw;
  }
}

@media screen and (min-width: 481px) and (min-width: 481px) {
  .p-nenkin-uketori-nav__link {
    transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .p-nenkin-uketori-nav__link:hover,
  .-hover .p-nenkin-uketori-nav__link {
    transition: all 80ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translateY(3px);
  }
}

.p-nenkin-app {
  position: relative;
  background-color: #ffedb3;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app {
    padding-top: 110px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app {
    padding-top: 37.333333333333336vw;
  }
}

.p-nenkin-app__ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__ttl {
    width: 687px;
    top: -32px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__ttl {
    width: 73.6vw;
    top: -7.199999999999999vw;
  }
}

.p-nenkin-app__content {
  position: relative;
  z-index: 1;
  background-color: rgba(255,255,255,0.9);
  margin: 0 auto;
  display: flex;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content {
    width: 960px;
    padding: 35px 80px 34px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 0px 9px 0px rgba(70,43,5,0.25);
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content {
    flex-direction: column;
    width: 94.66666666666667vw;
    padding: 9.333333333333334vw 3.733333333333334vw 13.333333333333334vw;
    border-radius: 4.266666666666667vw 4.266666666666667vw 0 0;
    box-shadow: 0vw 0vw 2.4vw 0vw rgba(70,43,5,0.25);
  }
}

.p-nenkin-app__content__screenshot {
  position: relative;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__screenshot {
    width: 316px;
    left: -20px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__screenshot {
    order: 2;
    width: 68.26666666666667vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail {
    width: 434px;
    padding-top: 48px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail {
    order: 1;
    position: static;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__ttl {
    width: 434px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__ttl {
    width: 86.66666666666667vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__subttl {
    width: 334px;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__subttl {
    width: 83.73333333333333vw;
    margin: 5.066666666666666vw auto 0;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__features {
    margin-top: 16px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__features {
    margin-top: 4.266666666666667vw;
  }
}

.p-nenkin-app__content__detail__features__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__features__ttl {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__features__ttl {
    font-size: 4.8vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__features__ttl {
    width: 376px;
    margin: 0 auto;
    gap: 16px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__features__ttl {
    gap: 3.2vw;
  }
}

.p-nenkin-app__content__detail__features__ttl::before,
.p-nenkin-app__content__detail__features__ttl::after {
  content: '';
  flex: 1;
  background-color: #333;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__features__ttl::before,
  .p-nenkin-app__content__detail__features__ttl::after {
    height: 1.5px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__features__ttl::before,
  .p-nenkin-app__content__detail__features__ttl::after {
    height: 1px;
  }
}

.p-nenkin-app__content__detail__features__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__features__list {
    width: 376px;
    margin: 10px auto;
    gap: 8px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__features__list {
    margin: 5.333333333333334vw auto 0;
    gap: 1.866666666666667vw;
  }
}

.p-nenkin-app__content__detail__features__list__item {
  background-color: #f7a810;
  color: #fff;
  font-weight: 900;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__features__list__item {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__features__list__item {
    font-size: 5.066666666666666vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__features__list__item {
    height: 48px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__features__list__item {
    height: 12.8vw;
  }
}

.p-nenkin-app__content__detail__toppa {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__toppa {
    width: 387px;
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__toppa {
    width: 85.33333333333334vw;
    margin: 0 auto 0;
  }
}

.p-nenkin-app__content__detail__btns {
  position: relative;
  z-index: 1;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  background-color: #090;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__btns {
    gap: 13px;
    margin-top: -14px;
    height: 102px;
    border-radius: 12px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__btns {
    gap: 3.466666666666666vw;
    margin-top: -3.733333333333334vw;
    width: 100vw;
    height: 27.200000000000003vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__btns__item.-apple {
    width: 142px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__btns__item.-apple {
    width: 32vw;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__btns__item.-google {
    width: 175px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__btns__item.-google {
    width: 39.46666666666667vw;
  }
}

.p-nenkin-app__content__detail__note {
  line-height: 1.42;
  text-align: justify;
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__note {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__note {
    font-size: 3.733333333333334vw !important;
  }
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__content__detail__note {
    margin-top: 11px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__note {
    background-color: #fff;
    padding: 2.666666666666667vw 2.666666666666667vw 0;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__content__detail__float-sp {
    position: absolute;
    z-index: 10;
    width: 100vw;
    left: -2.666666666666667vw;
    bottom: 0vw;
  }
}

.p-nenkin-app__link {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__link {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__link {
    padding-top: 12.8vw;
    padding-bottom: 25.6vw;
  }
}

.p-nenkin-app__link__btn {
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .p-nenkin-app__link__btn {
    width: 420px;
    height: 74px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-app__link__btn {
    width: 87.2vw;
    height: 15.466666666666667vw;
  }
}

.p-nenkin-kv {
  position: relative;
}

.p-nenkin-kv__visual {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 481px) {
  .p-nenkin-kv__visual__inner {
    width: 100%;
    min-width: 1440px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-kv__visual__inner {
    width: 100% !important;
    height: 106.66666666666667vw;
  }
}

.p-nenkin-kv__info {
  background-color: #dfefdf;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-nenkin-kv__info {
    height: 485px;
    padding-top: 288px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-kv__info {
    height: 128.53333333333333vw;
    padding-top: 96.53333333333333vw;
  }
}

.p-nenkin-kv__info__detail {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (min-width: 481px) {
  .p-nenkin-kv__info__detail {
    width: 1026px;
    height: 288px;
    top: -42px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-kv__info__detail {
    width: 98.66666666666667vw;
    height: 97.06666666666666vw;
    top: -12.266666666666666vw;
  }
}

.p-nenkin-kv__info__detail__bg {
  position: absolute !important;
  left: 0px;
  top: 0px;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
}

.p-nenkin-kv__info__detail__ttl {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 481px) {
  .p-nenkin-kv__info__detail__ttl {
    width: 509px;
    top: 23px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-kv__info__detail__ttl {
    width: 74.13333333333333vw;
    top: 4.533333333333333vw;
  }
}

.p-nenkin-kv__info__detail__img {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 481px) {
  .p-nenkin-kv__info__detail__img {
    width: 844px;
    left: 72px;
    top: 69px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-kv__info__detail__img {
    width: 76.53333333333333vw;
    left: 10.133333333333333vw;
    top: 19.2vw;
  }
}

.p-nenkin-kv__info__detail__btn {
  display: block;
  position: absolute;
  z-index: 2;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (min-width: 481px) {
  .p-nenkin-kv__info__detail__btn {
    width: 480px;
    height: 48px;
    top: 208px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-kv__info__detail__btn {
    width: 76.8vw;
    height: 12.8vw;
    top: 78.93333333333334vw;
  }
}

.p-nenkin-kv__info__btn {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .p-nenkin-kv__info__btn {
    width: 520px;
    height: 74px;
  }
}

@media screen and (max-width: 480px) {
  .p-nenkin-kv__info__btn {
    width: 87.2vw;
    height: 15.466666666666667vw;
  }
}

.c-main {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 481px) {
  .c-main {
    padding-bottom: 20px;
  }
}

.c-main:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f1f2eb;
}

@media screen and (min-width: 481px) {
  .c-main:after {
    height: 20px;
  }
}

.c-main * {
  box-sizing: border-box;
}

.c-main li {
  list-style: none;
}

@media screen and (max-width: 480px) {
  #header #h_sp_menu {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
}