body {
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
	color: #594749;
 background: 
    radial-gradient(#edc1d9 1.5px, transparent 2px),
    radial-gradient(#edc1d9 1.5px, transparent 2px),
    linear-gradient(#FFE2F2 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, #edc1d9 75px, #edc1d9 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 74px, transparent 75px, #edc1d9 75px, #edc1d9 76px, transparent 77px, transparent 109px),
  #A28286;
  background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
  background-position: 109px 109px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
	background-color: #FFE2F2;
}

main {
	margin: 0 auto;
	padding: 0 24px;
}

img {
	max-width: 100%;
}

a {
	color: #594749;
}

a:hover{
	opacity: 0.7;
	transition: 0.7s;
}

.mv {
	margin: 0 auto 100px;
	text-align: center;
	/*padding: 0 24px;*/
}

.mv-sp{
	display: none;
}

.container {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.sub-title img {
	max-width: 300px;
	/*margin-top: 5px;*/
}

section{
		background-color: #FFECF6;
	margin-bottom: 100px;
	max-width: 900px;
	margin: 0 auto 12em;
	border-radius: 20px;
	padding: 6em 2em 7em;
	box-shadow: 0px 0px 20px #e9bdd4;
}

.main-title {
	font-size: 60px;
	margin-bottom: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 800;
	color: #fff;
	-webkit-text-stroke: 1px #3b3031; /* ベンダープレフィックス */
  text-stroke: 1px #3b3031;
	line-height: 1.2;
	text-shadow: 3px 3px 0 #eaccde;
	z-index: 2;
	position: relative;
}

.title-desc {
	font-size: 20px;
	margin-bottom: 30px;
}
/* 
.dotted{
background-image : linear-gradient(to right, #000 5px, transparent 5px);
 background-size: 15px 5px;
 background-repeat: repeat-x;
margin: 80px auto 60px;
	border-bottom: dotted 5px #dfafc2;
	padding: 0 10px;
}*/

/*How to*/
.lead {
	font-size: 20px;
	position: relative;
}

.lead-text {
	font-size: 20px;
	line-height: 2;
	z-index: 2;
	position: relative;
}

.main-title-relative{
	display: inline-block;
	position: relative;
	flex-wrap: wrap;
}

.parts1 {
	content: "";
	position: absolute;
	top: 13px;
	left: -59px;
	max-width:50px;
	z-index: 1;
}

.parts2 {
	content: "";
	position: absolute;
	top: 13px;
	right: -59px;
	max-width:50px;
	z-index: 1;
}

.lead-text-relative{
	position: relative;
	display: inline-block;
	flex-wrap: wrap;
}

.parts3 {
	content: "";
	position: absolute;
	top: -21px;
	left: -31px;
	max-width:93px;
	z-index: 1;
}

.parts4 {
	content: "";
	position: absolute;
	top: -21px;
	right: -9px;
	max-width:90px;
	z-index: 1;
}
/*AKB48診断*/
/*#diagnosis {
	background: #FACFE6;
}*/

.choose-box {
  position: relative;
  height: 500px;
  width: 80%;
	margin: 0 auto 10px;
	text-align: center;
	border-radius: 50px;
	border: 2px solid #594749;
	box-shadow: 10px 10px 0 #eaccde;
	background-color: #fdf2f8;
}


 .choose-box p {
    text-align: center;
	 font-weight: 600;
  }

.q-text {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	font-size: 30px;
	font-family: "Pacifico", cursive;
	color: #dfafc2;
	border-bottom: 5px dotted #dfafc2;
	font-weight: bold;
}

.q-desc {
	font-size: 24px;
	 width: 80%;
	margin: 100px auto;
}

.q-list {
    width: 80%;
    text-align: center;
    margin: 0 auto;
   display:flex;
  flex-wrap: wrap;
}
.q-item {
  width: calc(100% / 2 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  list-style: none;
}

.q-item:nth-child(2n) {
   margin-right: 0;
}
.next-btn {
  color: #fff;
  display: block;
  padding: 20px 60px;
  text-align: center;
  background-color: #e4b7cc;
  font-size: 20px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 200px;
	font-family: "Pacifico", cursive;
}

.next-btn:hover {
   background-color: #d59cbe;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.no .next-btn {
  color: #fff;
  display: block;
  padding: 20px 60px;
  text-align: center;
  background-color: #b6cbe6;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 200px;
}

.no .next-btn:hover {
   background-color: #8daed8;
}

.a-text {
	font-size: 24px;
	margin-bottom: 30px;
}

.a-inner {
	/*height: 400px;*/
	/*padding: 30px 12px;*/
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.answer {
    clear: both;
    margin: 50px auto;
    text-align: center;
    font-size: 47px;
    font-weight: 600;
    color: #e4b7cc;
  }

.a-desc {
	font-size: 20px;
	width: 90%;
	text-align: center;
	margin: 0 auto 60px;
	background-color: #e4b7cc;
	border-radius: 40px;
	color: #fff;
}

.a-desc a {
	display: block;
	padding: 20px 40px;
}

.fit {
  position: absolute;
  /*left: 50%;*/
      top: -5%;
    padding-top: 80px;
  width: 100%;
	/*transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);*/
}

.back {
  display: inline-block;
	text-align: center;	
}

.back-btn {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  color: #594749;
	padding: 5px 15px;
	border-radius: 20px;
}

/*.back-btn:hover {
   background-color: #e4b7cc;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}*/

/*アコーディオン*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	/*padding: 1em;*/
	display: block;
	background:#fff;
		border: 1px solid #333;
	border-radius: 5px;
}
/*タイトル横の矢印
.Label::before{		
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}*/
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	font-size: 20px;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/*シチュエーションプラン*/
.plan-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.plan-img{
	width: 30%;
}

.plan-text{
	width: 70%;
}
.plan-sub-title {
	font-size: 19px;
}

.plan-main-title {
	font-size: 26px;
}

.banner1 {
	display: inline-block;
	margin: 20px 0 10px;
}

.banner1-text{
	border-bottom: 2px solid #594749;
	padding-bottom: 5px;
	font-weight: bold;
	/*text-decoration: underline;*/
}

.link-text{
	/*border-bottom: 1px solid #594749;*/
	font-weight: bold;
	text-decoration: underline;
}
	

.step-list {
	margin: 60px 0;
}

.step-item {
	margin: 0 auto 20px;
	align-items: center;
	text-align: left;
	display: flex;
	justify-content: space-around;
}

.step {
	width: 30%;
	background: #333;
	border-radius: 100px;
	color: #fff;
	padding: 5px;
	display: inline-block;
	text-align: center;
	margin-right: 30px;
}

.step-desc {
	width: 70%;
	text-align: left;
	display: inline-block;
}

.blue {
	color: #a9c9f1;
}

.blueback {
	background: #a9c9f1;

}

.pink {
	color: #f5b6d3;
}

.pinkback {
	background: #f5b6d3;

}

.yellow {
	color: #fdc78e;
}

.yellowback {
	background: #fdc78e;
}

.green {
	color: #addc87;
}

.greenback {
	background: #addc87;
}

.banner2-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner2-item {
	width: 49%;
}

.banner2-text {
	font-size: 16px;
		margin-bottom: 30px;

}

.br-sp {
	display: none;
}

/*SNS*/
.sns-list {
	width: 60%;
}
.sns-list a, img {
  outline: 0 !important;
  border: 0 !important;
}

.sns-list a {
  color: var(--color-link);
  text-decoration: none;
}
.sns-list img {
  max-width: 60%;
}
.sns-list img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.sns-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
	align-items: center;
}
.sns-item {
  text-align: center;
  max-width: 300px;
  width: 22%;
}

/*Service*/
#service .banner1-box{
	margin-bottom: 30px;
}

#service .banner1{
	margin-top: 0;
}

.sitetop{
	padding: 20px 40px;
	 font-size: 20px;
    width: 70%;
    text-align: center;
    margin: 40px auto 0px;
    background-color: #D7A7BD;
    border-radius: 40px;
    color: #fff;
	display: inline-block;
}

.pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 260px;
  right: 1vw;
  z-index: 3;
}
.pagetop a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 238px;
  left: 0px;
  display: block;
  background: #e1afc6;
  border-radius: 50%;
	border: 1px solid #F4C9DD;
}

.pagetop:hover {
  transition: all .3s;
  opacity: 0.8;
}

.pagetop a span {
  width: 2.34vw;
  height: 2.27vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -7.5px;
}
.pagetop a i {
  width: 15px;
  weight: 8px;
  height: 2.27vw;
  display: block;
  background: url("../img/icon/top.svg");
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-size: contain;
}

.copy {
	text-align: center;
	margin-bottom: 20px;
	color: #333;
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* フェードイン　*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

@media screen and (max-width: 896px){	
	
	section{
		padding: 3em 1em 4em;
		margin: 0 auto 5em;
	}
	
	.lead-text{
		font-size: 18px;
	}
	
	.parts1 {
	content: "";
	position: absolute;
	top: 13px;
	left: -49px;
	max-width:40px;
	z-index: 1;
}

.parts2 {
	content: "";
	position: absolute;
	top: 13px;
	right: -49px;
	max-width:40px;
	z-index: 1;
}

.parts3 {
	content: "";
	position: absolute;
	top: -21px;
	left: -21px;
	max-width:88px;
	z-index: 1;
}

.parts4 {
	content: "";
	position: absolute;
	top: -21px;
	right: -7px;
	max-width:88px;
	z-index: 1;
}
	
	.mv {
	padding: 0;
}
	
	.main-title {
		font-size: 47px;
	}
	
	.choose-box {
  width: 95%;
	}
	
	.fit {
		padding: 0 12px;
  position: absolute;
 /* left: 50%;*/
  /*top: 40%;*/
	padding-top: 90px;
	}
	
	.q-list {
    /*width: 95%;*/
	flex-direction: column;
	}
	
	.q-desc {
    /*width: 100%;*/
		margin: 50px auto;
		font-size: 20px;
	}
	
	.q-item {
	width: 100%;
	margin-right: 0;
	}
	
	.a-text {
		font-size: 22px;
	}
	
	.answer {
    width: 100%;
		font-size: 25px;
		margin: 40px auto;
	}
	
	.a-desc {
		width: 70%;
		margin-bottom: 40px;
		font-size: 20px;
	}
	
	.back-btn {
		margin-top: 50px;
	}
	
	.content {
		padding: 5px 0;
	}
	
	.toggle:checked + .Label + .content {
		padding: 20px 0;
	}
	
	.plan-number{
		font-size: 12px;
	}
	.plan-main-title{
		font-size: 20px;
	}
	
	.plan-sub-title{
		font-size: 12px;
	}
	
	.plan-img {
    width: 35%;
		vertical-align: bottom;
}
	.plan-text{
		width: 65%;
	}
	
	
	.step-list {
		flex-direction: column;
		margin: 30px 0;
	}
	
	.step {
		width: 100%;
		margin-bottom: 10px;
		font-size: 18px;
		padding: 15px 0;
		margin-right: 0;
	}
	
	.step-item{
		margin: 0 auto 25px;
		flex-direction: column;
	}
	
	.step-desc {
		width: 100%;
		text-align: center;
		font-size: 18px;
	}
	
	.banner2-list {
		flex-direction: column;
	}
	
	.banner2-item {
		width: 100%;
	}
	
	.sns-item img {
		max-width: 80%;
	}
	.sitetop{
		width: 90%;
	}
}

@media screen and (max-width: 640px){
.pagetop{
  width: 9.38vw;
  height: 9.38vw;
  bottom: 243px;
  right: 8px;
}
.pagetop a span {
  margin: -0.66vw 0 0 -1.17vw;
}
.pagetop a i {
  width: 2.34vw;
}
}

@media(max-width: 480px) {
	body{
		 background: 
    radial-gradient(#edc1d9 0.75px, transparent 1px),
    radial-gradient(#edc1d9 0.75px, transparent 1px),
    linear-gradient(#FFE2F2 2px, transparent 0),
    linear-gradient(45deg, transparent 37px, transparent 37.5px, #edc1d9 37.5px, #edc1d9 38px, transparent 38.5px, transparent 54.5px),
    linear-gradient(-45deg, transparent 37px, transparent 37.5px, #edc1d9 37.5px, #edc1d9 38px, transparent 38.5px, transparent 54.5px),
  #A28286;
  background-size: 54.5px 54.5px, 54.5px 54.5px,100% 3px, 54.5px 54.5px, 54.5px 54.5px;
  background-position: 54.5px 54.5px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
	background-color: #FFE2F2;
	}
	.mv-pc{
		display: none;
	}
	.mv-sp{
		display: block;
	}
		.br-pc{
		display: none;
	}
	section{
		padding: 3em 1em 2em
	}
	.title-desc{
		font-size: 16px;
	}
	
	.parts1 {
	content: "";
	position: absolute;
	top: 5px;
	left: -36px;
	max-width:30px;
	z-index: 1;
}

.parts2 {
	content: "";
	position: absolute;
	top: 5px;
	right: -35px;
	max-width:30px;
	z-index: 1;
}

.parts3 {
	content: "";
	position: absolute;
	top: -3px;
	left: -55px;
	max-width:60px;
	z-index: 1;
}

.parts4 {
	content: "";
	position: absolute;
	top: 99px;
	right: -52px;
	max-width:65px;
	z-index: 1;
}
	
		.br-sp {
		display: block;
	}
	
	
	main {
		padding: 0 12px;
	}
	
	.sub-title img {
	max-width: 200px;
}
	
	.main-title {
		font-size: 31px;
		margin-bottom: 25px;
	}
	
	.lead-text {
		font-size: 16px;
	}
	
	.dotted {
		margin: 40px auto 40px;
	}
	
	.fit {
		padding: 60px 5px 0;
	}
	
	.choose-box {
		width: 100%;
		border-radius: 20px;
		box-shadow: 8px 8px 0 #eaccde; 
		height: 400px;
	}
		.q-list {
    width: 95%;
	}
	
	.q-text {
		font-size: 26px;
	}
	
	.q-desc {
    width: 100%;
		font-size: 20px;
	}
	
	.next-btn{
		padding: 10px 60px;
		font-size: 18px;
	}
	
	.no .next-btn{
		padding: 10px 60px;
	}
	
	.a-text {
		font-size: 16px;
	}
	
	.answer {
		font-size: 20px;
	}
	
	.a-desc {
		font-size: 15px;
		width: 90%;
		margin-bottom: 10px;
	}
	
	.content {
		font-size: 16px;
	}
	
	.plan-number{
		font-size: 9px;
	}
	.plan-main-title{
		font-size: 13px;
	}
	
	.plan-sub-title{
		font-size: 10px;
	}
	
	.▼{
		font-size: 8px;
	}
	
	.step-desc{
		text-align: left;
		font-size: 16px;
	}
	
	.step {
		padding: 10px 0;
	}
	
	.banner2-item {
		margin-bottom: 10px;
	}
	
	.sns-list {
		width: 70%;
	}
	
  .sns-item img {
    max-width: 60%;
  }

  .sns-item {
    margin: 0px 1%;
    width: 45%;
  }
	
	.sns-item:nth-child(n-2) {
		margin-bottom: 30px;
	}
.banner2-text {
		font-size: 14px;
	}
	
	#service .banner1{
		margin: 0 auto;
	}
#service .banner1-box {
    margin-bottom: 10px;
}
	.sitetop{
		width: 100%;
		font-size: 15px;
		padding: 20px 0;
		margin: 30px auto 40px;
	}
}