@charset "UTF-8";

/* common
-------------------------------------------------- */
html {font-size: 62.5%;}

body {
  background-image: url("../img/back09.jpg");
  color: #2e2e2e;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴシック","Hiragino Sans","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  word-break: break-all;
}

a {
  color: #27a7e3;
  text-decoration:none;
}




a:hover {
	text-decoration:none;
}

img {
  display: block;
  max-width: 60%;
  margin:0 auto;
}

section {
	margin:50px 0;
}

article{
  max-width: 680px;
  margin: 0 auto;
  padding: 30px;
}

main {
  max-width: 900px;
  margin: 0 auto;
  /*background-image: url(../img/background.png);*/
  /*background-repeat: repeat;*/
  /*background-position: center;*/
  /*background-size: auto;*/
  background-color:#fff;
}

/*h2 {
  position: relative;
  color: white;
  background: #ff6f76;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border-radius: 5px;
  margin: 40px 0 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  position: absolute;
  left : 0.8em; /*左端からのアイコンまでの距離*/
}*/

/* 見出しセット */
h2 {
  position: relative;
}

.h2_a {
  color: #fff;
  background: #ff6f76;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border-radius: 5px;
  margin: 40px 0 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.h2_a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  position: absolute;
  left : 10%; /*左端からのアイコンまでの距離*/
}

.h2_b {
  position: relative;
  text-align: center;
  border-radius: 5px;
  margin: 40px 0 5px 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 20px;
  background: #43c7dc;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}

.h2_b:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #43c7dc;
}

.h2_c {
  padding: .5em .75em;
  background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #47a3e0 5px, #47a3e0 10px);
  background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #47a3e0 5px, #47a3e0 10px);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  border-radius: 10px;
  font-size: 20px;/* ←ここは共通 */
  text-align: center;/* ←ここは共通 */
  font-weight: bold;/* ←ここは共通 */
  margin: 40px 0 5px 0;/* ←ここは共通 */
}

.h2_d {
  position: relative;
  color: #fff;
  padding: 15px 15px 15px 50px;
  background-color: #4ed0e0;
  border-radius: 40px;
  font-size: 20px;/* ←ここは共通 */
  text-align: center;/* ←ここは共通 */
  font-weight: bold;/* ←ここは共通 */
  margin: 40px 0 5px 0;/* ←ここは共通 */

}
 
.h2_d::after {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  content: '';
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 100%;
}

.h2_e {
  padding: .5em .75em;
  background-color: #fff0f0;
  border-left: 6px solid #ff6f76;
  font-size: 20px;/* ←ここは共通 */
  text-align: center;/* ←ここは共通 */
  color: #2e2e2e;/* ←ここは共通 */
  font-weight: bold;/* ←ここは共通 */
  margin: 40px 0 5px 0;/* ←ここは共通 */
}

.h2_f {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  font-size: 20px;/* ←ここは共通 */
  text-align: center;/* ←ここは共通 */
  color: #2e2e2e;/* ←ここは共通 */
  font-weight: bold;/* ←ここは共通 */
  margin: 40px 0 5px 0;/* ←ここは共通 */
}

.h2_f::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}

.h2_g {
  position: relative;
  padding: 0.5em;
  background-color: #fff0d3;
  border-left: 6px solid #ffbd3a;
  font-size: 20px;/* ←ここは共通 */
  text-align: center;/* ←ここは共通 */
  color: #2e2e2e;/* ←ここは共通 */
  font-weight: bold;/* ←ここは共通 */
  margin: 40px 0 5px 0;/* ←ここは共通 */
}

.h2_g::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #ffbd3a #ffbd3a;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

.h2_h {
  position: relative;
  padding: 0 0 .25em 0.5em;
  border-left: 6px solid #3498db;
  font-size: 20px;/* ←ここは共通 */
  text-align: center;/* ←ここは共通 */
  color: #2e2e2e;/* ←ここは共通 */
  font-weight: bold;/* ←ここは共通 */
  margin: 40px 0 5px 0;/* ←ここは共通 */
}

.h2_h::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

/* 見出しセットここまで */

.txtBox{
  margin: 15px 0;
  font-size:1.6rem;
}



.imgBox{
  margin:0;
}

.imgBox-top{
  margin: 28px 0 10px 0;
  text-align: center;
}


video {
	max-width: 60%;
	margin:28px auto 0 auto;
	display:block;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #4494d5;
  line-height: 1.5;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #4494d5;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  color:#fff;
  font-weight: bold;
  font-size: 18px;
}

.list {
	background-color:#f2f2f2;
	padding:10px;
}

.list-w {
	background-color:#FFF;
	padding:10px;
}

.list-y {
	background-color:#fffcd0;
	padding:10px;
}

.list-b {
	background-color:#daeafb;
	padding:10px;
}

.list-p {
    color: #eb517c;
    background-color: #FFF;
    padding: 0px;
    line-height: 2;
    font-weight: bold;
}

header {
	margin-bottom:20px;
}

header h1 {
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
}

footer{
	width: 100%;
	background-color: #d5d5d5;
}

header p{
	color: #5c5c5c;
	padding:3px;
	margin:0;
	text-align: center;
}

.info-header {
	width: 100%;
	background-color: #d5d5d5;
	font-size:2rem;
	margin-bottom:0;
}
footer p {
	padding:10px;
	margin:0;
	font-size:1.6rem;
	text-align: center;
}

footer p a {
	color: #5c5c5c;
	text-decoration:none;
}


.caution {
	font-size:1.1rem;
	text-align:right;
	margin-top:0px;
	color: #a9a9a9;
}

.caption {
	font-size:1.3rem;
	text-align:center;
	margin-top:5px;
}

.review {
	border:2px solid #eaeaea;
	border-radius: 10px;
	padding:15px;
	margin:20px auto;
	background-color:#fff;
	max-width: 60%;
}

.review-name {
	font-size:1.6rem;
	font-weight:bold;
	margin:0 auto 5px auto;
}

.review-img img {
	max-width:100%;
	border-radius:6px;
}

.review-img video {
	margin:0 auto;
	width:80%;
}

.review-txt {
	font-size:1.6rem;
	line-height:1.5;
	margin-top:5px;
}

.img14 {
	width:40%;
}
.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.dokidoki {
    animation: dokidoki 1.5s infinite;
}


@keyframes dokidoki {
    0% {
        transform: scale(1.0)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1.0)
    }
}

.fluffy {
	animation: fluffy1 2s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(5px) }
  20% { transform:translateY(-10px) }
  25% { transform:translateY(5px) }
  30% { transform:translateY(-10px) }
  50% { transform:translateY(5px) }
  100% { transform:translateY(0) }
}

.info {
	background-color:#fff;
}

.info header {
	font-size:2.4rem;
	background-color:#d5d5d5;
	max-width:100%;
}

.info footer {
	background-color:#fff;
}


/*** SP ***/
@media screen and (max-width: 768px) {
	.sp {display:block;}
	.pc {display:none;}
	  
	img{
		max-width:100%;
	}
	
	video {
		max-width:100%;
	}
	
	
	main {
		width:95%;
		padding:0% 0 5% 0;
	}
	
	article {
		width:100%;
		padding:0;
	}
	
	section {
		width:90%;
		display:block;
		margin:0 auto;
	}
	
	.review {
	border:2px solid #eaeaea;
	border-radius: 10px;
	padding:15px;
	margin:20px auto;
	background-color:#fff;
	max-width:100%;	
	}
	
	.reviewBox {
		border:2px solid #eaeaea;
		padding:20px;
		max-width:100%;
		margin:20px auto;
	}

	.reviewImg img {
		max-width:80%;
	}
	
	.img14 {
		width:60%; 
	}
	.gif {
		width:60%;
		margin:0 auto;
	}
}



/*** base ***/

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:30px;}
.mb50 {margin-bottom:50px;}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:30px;}
.mt50 {margin-top:50px;}

.fs12 {font-size:1.2rem}
.fs14 {font-size:1.4rem}
.fs16 {font-size:1.6rem}
.fs18 {font-size:1.8rem}
.fs20 {font-size:2rem}
.fs22 {font-size:2.2rem}

.txt-c {text-align:center;}

.marker{
  background:linear-gradient(rgba(255, 255, 255, 0) 50%, #fffca5 50%);
  font-weight: bold;
}

.tRed{
  color: #ea0000;
  font-weight: bold;
  font-size:1.7rem;
}

.tBlue{
  color: #0000ff;
  font-weight: bold;
}

.tLBlue{
  color: #85cfe0;
}

.tPink{
  color: #eb517c;
  font-weight: bold;
}

.b {
	font-weight:bold;
}

.small{
	font-size:1.4rem;
}

.big{
	font-size:2.3rem;
	font-weight: bold;
}

/* 動き ぶるぶる */
.buruburu {
    display: inline-block;
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
/* 動き ぶるぶる ここまで　*/

/* 動き フェード　*/

.fade{
  animation: fadeIn 2s ease 0.5s infinite normal;
}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/
  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}

/* 動き フェード　ここまで　*/

.undln {
	border-bottom:2px dotted #ff6d95;
}


.sp {display:none;}
.pc {display:block;}

