@charset "UTF-8";

/* CSS Document */
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, sans-serif !important;
	margin: 0;
	background-color: #eee;
}
p{
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
    margin: 0;
}
b{
	font-weight: bold;
}
.pc{
    display: block ;
}
.sp{
    display: none ;
}
.fwB{
    font-weight: bold;
}
.taC{
	text-align: center!important;
}
.taL{
	text-align: left!important;
}
.fsL{
    font-size: 25px;
}
.g_k {
	font-size: 10px !important;
	text-align: right;
	margin: 0;
	color: #949494 !important;
}
.w_k {
	font-size: 10px !important;
	text-align: right;
	margin: 0;
	padding: 0 3px 0 0;
	color: #fff !important;
}
.fsS{
	font-size: 11px;
    vertical-align: 34%;
}
.fs21{
	font-size: 21px;
}
.fs25{
	font-size: 25px;
	line-height: 1.3;
}
.fs30{
	font-size: 30px;
}
.fcR{
	color: rgb(255, 0, 0);
}
.fcP{
	color: #ee4f81;
}
.fcP_big{
	color: #ee4f81;
    font-weight: bold;
    font-size: 20px;
}
.fcB{
	color: #0228e7;
}
.fcK{
	color: #40bada;
}
.fcY{
	display: inline-block;
	background: linear-gradient(180deg, #c97104 0%, #fbd504 72%, #c97104 100%);
	background: -webkit-linear-gradient(-90deg, #c97104 0%, #fbd504 50%, #c97104 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mark{
    background-color: rgb(255, 255, 0);
}
.b_mark{
    background-color: #bdebff;
}
.mtb20{
	margin: 20px 0;
}
.mt20{
	margin-top: 20px !important;
}
.mt40{
	margin-top: 40px;
}
.mb20{
	margin-bottom: 20px;
}
.mb0{
	margin-bottom: 0!important;
}
img {
	width: 100%;
	margin: 0 auto;
	vertical-align: bottom;
}
video{
    width: 100%;
    height: auto;
	vertical-align: bottom;
}
.fv{
    padding-top: 20px;
}
footer {
    display: block;
    font-size: 13px;
    padding: 40px 30px;
    background: #565656;
    text-align: center;
    margin: 0 auto;
}
footer a{
	color: #fff;
}
/*h2 {
    background: linear-gradient(90deg,#e38970 0%,#ee4f81 100%);
	padding: 1rem 2rem;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
	line-height: 1.5;
    margin: 45px 0 30px;
}*/
h2 {
    color: #ff4f86;
    /*text-align: center;*/
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 23px;
	line-height: 1.5;
    margin: 45px 0 30px;
    border-top: solid 2px #ff4f86;
    border-bottom: solid 2px #ff4f86;
    background: -webkit-repeating-linear-gradient(-45deg, #ffe8ed, #ffe8ed 3px,#ffdae2 3px, #ffdae2 7px);
    background: repeating-linear-gradient(-45deg, #ffe8ed, #ffe8ed 3px,#ffdae2 3px, #ffdae2 7px);
	position: relative;
  }
.repo01 h2:before {
  	font-size: 1rem;
    position: absolute;
    top: -33px;
    left: 0;
    height: 31px;
    padding: 6px 5px 0px;
    content: '【大公開】';
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #ff4f86;
}
.repo02 h2:before {
  	font-size: 1rem;
	position: absolute;
	top: -32px;
	left: 0;
	height: 30px;
	padding: 6px 5px 0;
	content: '【検証】';
	color: #fff;
	border-radius: 10px 10px 0 0;
	background: #ff4f86;
}
h3{
    border-bottom: 2px solid #ee4f81;
    border-left: 10px solid #ee4f81;
    padding: 5px 0 12px 20px;
    margin: 30px 0 20px;
    font-size: 20px;
    color: #ee4f81;
    font-weight: bold;
    line-height: 1.3
}
h5 {
    padding: 1% 2%;
    background: #fde5ec;
    margin: 3% 0 2%;
    font-size: 20px;
    font-weight: bold;
    color: #ee4f81;
    border: none;
	text-align: center;
}
.all{
	max-width: 700px;
	margin: 0 auto;
	box-shadow: 0 0 5px #d8d8d8;
	background: #fff;
}
.main {
    margin: 0 auto;
    background-color: #fff;
    padding: 0 20px 5%;
}
@media (max-width: 760px) {
	.pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
	p{
		font-size: 16px;
		line-height: 1.5;
	}
	h2 {
		font-size: 20px;
		line-height: 1.4;
        padding: 0.5rem 1rem;
	}
    h3{
        font-size: 18px;
    }
	section {
		padding: 3% 15px 5%;
	}
	h5 {
		margin: 20px 0 10px;
    	font-size: 18px;
	}
	.fs21 {
		font-size: 20px;
	}
}

/*矢印アニメーション*/
.arrow{
    width: 50%;
    margin: 40px auto 20px;
}
.arrow_ani {
    animation: move-y 0.5s infinite alternate ease-in-out;
    display: inline-block;
  }
  @keyframes move-y {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(15px);
    }
  }

@media (max-width: 760px) {
	.arrow {
		width: 75%;
		margin: 40px auto 20px;
	}
}

  /*文字ガタガタ*/
  @keyframes rumble {
    0%   { transform:translate(0); }
    25%  { transform:translate(1.5px); }
    50%  { transform:translate(0); }
    75%  { transform:translate(-1.5px); }
    100% { transform:translate(0); }
}

.buruburu {
    animation:rumble 0.15s linear infinite;
}

/*クラッカー*/
/* 追加するスタイル */

.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: rotateZ(45deg);
    animation: fall linear infinite;
}

@keyframes fall {
    to {
        transform: translateY(100vh) rotateZ(45deg);
    }
}

/*top*/
.top{
	padding: 10px 20px 5px;
}

/*flex*/
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0;
}
.flex img {
    width: 46%;
    margin: 0 10px 20px;
}
.bubble {
    padding: 20px 15px 0;
}
.bubble_flex {
    display: flex;
    align-items: center;
	justify-content: center;
}
.bubble_flex img {
    width: 80px;
    margin: 0;
}
.balloon1-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 25px;
    padding: 10px;
    color: #555;
    width: 430px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    background: #fff7a1;
}
.balloon1-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -21px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 15px solid #fff7a1;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

.balloon1-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 25px 1.5em 0;
    padding: 10px;
    width: 430px;
    text-align: center;
    border-radius: 10px;
    color: #555;
    font-size: 16px;
    background: #ffd6df;
}

.balloon1-right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 15px solid #ffd6df;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}
@media (max-width: 760px) {
	.flex img {
		width: 100%;
        margin: 0px 5px 15px;
	}
	.bubble {
		padding: 20px 0 0;
	}
	.balloon1-left{
		width: 300px;
	}
	.balloon1-right{
		width: 300px;
	}
	.bubble_flex img {
		width: 65px;
	}
}

/*ボタン*/
.btn {
    width: 80%;
    margin: auto;
}
.cta{
	position: relative;
    overflow: hidden;
	display: block;
}
@keyframes shiny {
	0% {
		transform: scale(0) rotate(25deg);
		opacity: 1;
	}

	50% {
		transform: scale(1) rotate(25deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(25deg);
		opacity: 0;
	}
}

.cta::after {
	content: "";
	position: absolute;
	top: -100px;
	left: -100px;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%)
}

.cta::after {
	animation-name: shiny;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@media (max-width: 760px) {
	.btn {
		width: 100%;
	}
}
/*-------- スリック --------*/
.slider .slick-prev:before {
	background: url(../img/prev.png) no-repeat center!important;
    background-size: contain!important;
    width: 100% !important;
    height: 100% !important;
}
.slider .slick-next:before {
	background: url(../img/next.png) no-repeat center!important;
    background-size: contain!important;
    width: 100% !important;
    height: 100% !important;
}
.slick-arrow::before {
    content: ""!important;
    width: 90%!important;
    height: 90%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-arrow {
    z-index: 2!important;
    width: 50px!important;
    height: 50px!important;
}
.slider .slick-prev{
	left: -2%;
	z-index: 2;
}
.slider .slick-next{
	right: -2%;
	z-index: 2;
}
.slick-prev, .slick-next {
	top: 54% !important;
}
.slick-prev:before, .slick-next:before{
	font-size: 60px !important;
	opacity: 1 !important;
}
.slider img{
		width: 90% !important;
	}
@media screen and (max-width: 760px){
	.slider img{
		width: 90vw !important;
		margin: 0 9vw 0 8.2vw;
		position: relative;
		overflow: hidden;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 26px !important;
	}
	.slick-arrow {
		width: 30px!important;
		height: 30px!important;
	}
	.slider .slick-next {
		right: -4%;
	}
	.slider .slick-prev{
		left: -4%;
	}
}

/*-------- お客様の声 --------*/
.voice {
    /* border: 2px solid #ee4f81; */
    border-radius: 20px;
    background: #fff;
    max-width: 710px;
    width: 100%;
    margin: auto;
}
h2.voice {
    color: #fff;
    background: #ee4f81;
    border-radius: 10px 10px 0 0;
}
.voice_ttl {
    background: #ffdee8;
    padding: 10px 0;
    margin: 0;
    color: #ee4f81 !important;
    text-align: center;
    /* border-radius: 15px 15px 0 0; */
}
.video {
    padding: 4% 0% 4% 0;
	width: 40%;
}
.voice_txt {
    padding: 0 00 3% 3%;
    width: 60%;
}
.voice_ttl h4{
    font-weight: bold;
    font-size: 20px;
}
.voice_flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 760px){
	.video {
	padding: 0;
	width: 30%;
    margin: auto;
}
	.voice_txt {
		width: 70%;
		padding: 1% 0 0 3%;
		margin: auto;
	}
    .voice{
        width:100%;
        margin: auto;
    }
}


/*-------- 口コミ --------*/
.comments {
    overflow: auto;
    height: 500px;
    border: 5px solid #ee4f81;
    border-top: 0;
    padding: 2%;
    margin-bottom:25px;
}
.comments.hight-a {
    overflow: inherit;
    height: auto;
}
.icon {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    margin-bottom: 10px;
}
.icon img {
    width: 50px;
    margin-right: 3%;
}
.comment_box {
    border-bottom: 1px solid #ddd;
    /*margin-top: 3%;*/
    padding: 3%;
}
.star {
    color: #ffcc00;
}
.comment_box p{
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0;
}
.comment_box {
    border-bottom: 2px #ddd dotted;
    margin-bottom: 5px;
}
.comments .comment_box:last-child{
    border: none;
    margin: 0;
}
.comments_flx {
    display: flex;
    max-width: 5000px;
    align-items: center;
    margin-bottom: 2%;
    font-size: 13.5px;
}
.comments_img {
    max-width: 50px;
    margin-right: 10px;
}
.comments_txt {
    margin: 20px 0 0;
    margin: 0;
}
.commetnts_star {
    color: #ffd000;
}

.time_rel {
    position: relative;
}
.time_rel .abs {
    position: absolute;
    color: #fff;
    left: 11%;
    top: 0;
    bottom: 0;
    font-weight: bold;
    font-size: max(1.6rem,28px);
    line-height: 3.4;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 760px){
    .time_rel .abs {
        left: 8%;
        font-size: max(1.2rem,12px);
        line-height: 2.58;
    }
}

/*-------- 口コミ --------*/
.monitor_voice {
    overflow: auto;
    height: 500px;
    border: 5px solid #ffe6ea;
    padding: 2%;
    margin-bottom: 1%;
    background-color: #fff;
}
.monitor_voice::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.monitor_voice::-webkit-scrollbar-thumb {
  background: #ee4f81;
  border-radius: 5px;
}
.monitor_voice::-webkit-scrollbar-track {
  background: #fff3f5;
}
.name{
    color: #ee4f81;
    font-weight: bold;
}
.icon {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    margin-bottom: 10px;
}
.icon img {
    width: 50px;
    margin: 0 3% 0 0;
}
.monitor_box {
    border-bottom: 1px solid #ddd;
    /*margin-top: 3%;*/
    padding: 3%;
}