@charset "UTF-8";
body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif !important;
		font-feature-settings: "pwid" 1;
		-webkit-font-smoothing: subpixel-antialiased;
		-moz-osx-font-smoothing: unset;
		-webkit-text-size-adjust: 100%;
		text-rendering: optimizeLegibility;
		word-wrap: break-word;
}

.title {
		background: #fff;
		position: relative;
		z-index: 1;
		padding: 3% 0;
		margin-bottom: -24px;
}

.title::before {
		content: "";
		position: absolute;
		bottom: -24px;
		left: 0;
		width: 100%;
		height: 24px;
		background: url(https://love-period.net/img/fade.png);
		background-size: auto 100%;
		background-repeat: repeat-x;
}

.title img {
		width: 83%;
		max-width: 453px;
		height: auto;
		padding: 11px 0 20px;
		cursor: pointer;
}

.drw__btn {
		position: fixed;
		z-index: 100;
		top: 0px;
		right: 0px;
		width: 51px;
		height: 46px;
		padding: 13px;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.85);
}

.drw__btn p {
		position: relative;
		margin: 0;
		width: 100%;
		height: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		cursor: pointer;
}

.drw__btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #624b31;
		border-radius: 4px;
		-webkit-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
}

.drw__btn span:nth-of-type(1) {
		top: 0;
}

.drw__btn span:nth-of-type(2) {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}

.drw__btn span:nth-of-type(3) {
		bottom: 0;
}

.drw__btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
}

.drw__btn.active span:nth-of-type(2) {
		opacity: 0;
}

.drw__btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
}

.drw__menu {
		position: fixed;
		z-index: 99;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background: white;
		display: block;
		opacity: 0;
		-webkit-transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
		transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}

.drw__menu__inner {
		width: 73%;
		max-width: 400px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin: 0;
		padding: 0;
		font-size: 17px;
		-webkit-transition: 1s cubic-bezier(0, 0.55, 0.45, 1);
		transition: 1s cubic-bezier(0, 0.55, 0.45, 1);
		opacity: 0;
		-webkit-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
}

.drw__menu__inner > img {
		width: 66%;
		max-width: 232px;
		margin: 0 auto 7%;
		display: block;
}

.drw__menu__inner ul {
		display: block;
		margin: 0;
		padding: 0;
}

.drw__menu__inner ul li {
		list-style: none;
		width: 100%;
		padding-bottom: 5px;
		margin-bottom: 4px;
		border-bottom: 1px solid #dbd4ce;
		text-align: center;
}

.drw__menu__inner ul li a {
		display: block;
		padding: 10px 0;
		text-align: center;
}

.drw__menu.active {
		top: 0 !important;
		opacity: 1 !important;
}

.drw__menu.active .drw__menu__inner {
		opacity: 1 !important;
		-webkit-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
}

.banner {
		width: 100%;
		margin: 4% auto;
		padding: 25px 0;
		background: rgba(255, 232, 239, 0.7);
		box-sizing: border-box;
}

.banner p {
		width: 95%;
		max-width: 600px;
		font-size: 15px;
		letter-spacing: -.5px;
		text-align: center;
		margin: 0 auto;
		padding: 0;
}

.banner a {
		width: 95%;
		max-width: 600px;
		margin: 12px auto;
		display: block;
		border-radius: 12px;
		overflow: hidden;
		box-shadow: 0 0px 10px 3px white;
		-webkit-animation: powapowa 2s ease-in-out infinite;
		animation: powapowa 2s ease-in-out infinite;
}

.banner a img {
		width: 100%;
}

@keyframes powapowa {
		0% {
				box-shadow: 0 0px 10px 0px white;
		}
		50% {
				box-shadow: 0 0px 80px 10px white;
		}
		100% {
				box-shadow: 0 0px 10px 0px white;
		}
}

.chara {
		display: block;
		text-align: center;
}

.chara > span {
		width: 130px;
		height: 130px;
		overflow: hidden;
		border: 2px solid rgba(91, 189, 244, 0.7);
		border-radius: 50%;
		display: block;
		margin: 0 auto 10px;
}

.chara > span img {
		height: 100%;
		padding: 6px 0;
		box-sizing: border-box;
}

.chara > h3 {
		margin: 0;
		color: #ed3b6a;
		font-size: 19px;
}

.chara > p {
		width: 80%;
		margin: 8px auto 20px;
}

.path li a, a {
		text-decoration: none;
}

.menu ul li, .msg {
		border-radius: 10px;
}

.acting ul li, .menu ul li, .movie ul, .path {
		list-style: none;
}

body {
		margin: 0;
		padding: 0;
		background-image: url(https://love-period.net/img/bg3.jpg);
		color: #624b31;
}

a {
		color: #ed3b6a;
}

h1 {
		position: relative;
		z-index: 1;
		font-size: 20px;
		line-height: 1.4;
		text-align: justify;
		padding: 0 0 8px;
		margin: 0 auto 18px;
		color: #df0d3a;
		border-bottom: 3px dotted #df0d3a;
}

h1::before {
		content: "";
		position: absolute;
		z-index: -1;
		right: -5px;
		bottom: 8px;
		width: 37px;
		height: 31px;
		display: block;
		background: url(https://love-period.net/img/title-img.png);
		background-position: bottom right;
		background-size: 100% auto;
		background-repeat: no-repeat;
}

h2 {
		margin: 0 auto 18px;
		font-size: 18px;
		border-bottom: 3px dotted #df0d3a;
}

.worm {
		padding: 0;
		font-size: 0;
		letter-spacing: -.4rem;
		width: 102%;
		margin: 0 0 14px -1%;
}

.worm li {
		display: inline-block;
		font-size: 16px;
		letter-spacing: normal;
		width: 48%;
		margin-right: 4%;
}

.worm li:last-child {
		margin-right: 0;
}

.worm li .woman {
		background-color: #ee4f71;
		border-radius: 7px;
		display: block;
		box-shadow: 0 4px 1px #a6344c;
}

.worm li .man {
		background-color: #4fabee;
		border-radius: 7px;
		display: block;
		box-shadow: 0 4px 1px #2874ac;
}

.worm li p {
		color: #fff;
		margin: 0;
		padding: 12px 0;
		font-size: 15px;
		letter-spacing: .7px;
		line-height: 1;
}

.centering {
		display: block;
		text-align: center;
}

.middle {
		top: 80px;
}

.right {
		display: block;
		text-align: right;
}

.center-link {
		display: block;
		text-align: center;
		font-size: 12px;
}

.msg {
		position: relative;
		z-index: 1;
		width: 95%;
		max-width: 600px;
		background-color: #fff;
		font-size: 15px;
		line-height: 1.75;
		margin: 20px auto;
		padding: 20px 18px;
		box-sizing: border-box;
		box-shadow: 0 2px 8px 0px rgba(255, 102, 149, 0.4);
		border-radius: 14px;
}

.msg ul {
		margin: 0;
		padding: 0;
}

.msg ul li {
		list-style: none;
		margin-bottom: 12px;
}

.msg ul li p {
		margin: 0;
}

.bold {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		padding: 0;
		border-bottom: 8px solid rgba(91, 189, 244, 0.3);
		margin: 0 0 12px;
}

.maria {
		text-align: left;
		color: #F13CB5;
}

.noel {
		text-align: right;
		color: #3C56F1;
}

.back-btn {
		margin-top: 20px;
}

.path {
		margin-left: -35px;
		overflow: hidden;
		color: #000;
		font: 10px 'Lucida Sans Unicode','Lucida Sans Grande',Tahoma,sans-serif;
		line-height: 20px;
}

.path li, .path li a {
		float: left;
		font-size: 9px;
}

.path::before {
		position: absolute;
		display: block;
		border-color: transparent transparent transparent #000;
		border-style: solid;
		border-width: 5px;
		height: 0;
		width: 0;
		margin-top: 16px;
		margin-left: 2px;
		content: " ";
		-webkit-transform: rotate(-45deg);
		z-index: -1;
}

.path li {
		line-height: 20px;
}

.path li a {
		color: #fff;
		padding: 0 10px;
		background: #F7C4CD;
		display: block;
}

.path li a::after, .path li a::before, .path li:last-child::after, .path li:last-child::before {
		margin-left: auto;
		margin-right: -13px;
		height: 11px;
		width: 7px;
		content: " ";
		background: #fff;
		display: block;
}

.path li a::after, .path li:last-child::after {
		position: relative;
		margin-top: -10px;
		-webkit-transform: skew(-30deg);
}

.path li a::before, .path li:last-child::before {
		float: right;
		margin-bottom: -15px;
		-webkit-transform: skew(30deg);
}

.path li:last-child::before {
		margin-left: 20px;
}

.path li:first-child a {
		color: #fff;
		padding-left: 3px;
		background: #F4A2E5;
		cursor: default;
}

.path li:last-child {
		background: #F8D5F2;
		padding: 0 10px;
}

.path li a:hover {
		color: #000;
		text-decoration: underline;
}

.path {
		display: none;
}

.right {
		text-align: center;
}

.right img {
		padding-top: 17px;
		width: auto !important;
		height: 56px !important;
}

.menu {
		margin: -73px auto 0;
		width: 100%;
		padding: 85px 0 25px;
		background: rgba(255, 232, 239, 0.7);
		box-sizing: border-box;
}

.menu ul {
		width: 95%;
		max-width: 600px;
		margin: 0 auto;
		padding: 0;
		font-size: 0;
		letter-spacing: -.4em;
}

.menu ul li {
		display: inline-block;
		width: 49%;
		margin: 0 2% 12px 0;
		background: #ff6695;
		border-radius: 8px;
		box-shadow: 0 4px 1px 0px #bf2850;
		text-align: center;
		vertical-align: top;
}

.menu ul li:nth-child(even) {
		margin-right: 0;
}

.menu ul li a {
		display: block;
		padding: 8px 4px;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
}

.talk {
		margin: 0;
		padding: 0;
}

.talk li {
		display: block;
		font-size: 0;
		letter-spacing: -.4em;
		list-style: none;
		margin-bottom: 20px;
}

.talk li:nth-child(odd) {
		text-align: left;
}

.talk li:nth-child(odd) img {
		margin: 0 2% -20px -3%;
}

.talk li:nth-child(odd) p {
		border-radius: 12px 12px 12px 0;
		background: #ffecf1;
}

.talk li:nth-child(even) {
		text-align: right;
}

.talk li:nth-child(even) img {
		margin: 0 -3% -20px 2%;
}

.talk li:nth-child(even) p {
		border-radius: 12px 12px 0px 12px;
		background: #e2f3ff;
}

.talk li h4 {
		font-size: 16px;
		margin: 0 0 12px 8px;
		line-height: 1;
}

.talk li img {
		display: inline-block;
		letter-spacing: normal;
		width: 12%;
		vertical-align: bottom;
}

.talk li p {
		display: inline-block;
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: normal;
		width: 78%;
		padding: 12px 16px;
		margin: 0;
		box-sizing: border-box;
		vertical-align: top;
}

.talk li p.maria, .talk li p.noel {
		color: #624b31;
		text-align: left;
}

.face_ver2 a {
		font-size: 16px;
		font-weight: 900;
		background: #febbff;
		padding: 6px 10px;
		border: 3px inset #ff9696;
		border-radius: 7px;
		margin: 10px 0 15px;
		display: inline-block;
}

.face_ver2 p {
		margin: 30px auto 5px;
		color: #fc55ff;
		line-height: 1.5;
		font-weight: 900;
}

.bx-pager-item {
		display: none;
}

.bx-next, .bx-prev {
		display: inline-block;
		background-color: rgba(247, 196, 205, 0.5);
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: relative;
		text-align: center;
		font-weight: 700;
}

.bx-prev {
		left: 5px;
}

.bx-next {
		float: right;
}

.thumbs {
		height: 200px;
}

.thumbs a {
		display: block;
		width: 60px;
		height: 60px;
		line-height: 60px;
		background-color: rgba(247, 196, 205, 0.7);
		float: left;
		margin: 10px;
		text-align: center;
		font-size: 18px;
		font-weight: 700;
}

#slider1 h3 {
		font-size: 16px;
		margin: 0;
		padding: 5px;
		display: inline-block;
		border: 3px solid #F8D5F2;
}

#slider2 ul {
		margin: 0 auto;
}

#slider2 ul li {
		width: 94%;
		margin: 24px auto 24px;
}

#slider2 ul li:first-child {
		margin-bottom: 16px;
}

#slider2 ul li:not(:first-child) {
		margin-top: 0;
}

#slider2 ul li p {
		width: 100%;
		max-width: 471px;
}

.acting ul li p, .movie ul li p {
		background-color: #F7C4CD;
		border-radius: 10px;
		width: 100px;
		font-weight: 700;
		text-align: center;
}

.movie {
		margin: 0;
}

.movie ul {
		padding: 0;
}

.movie ul li p {
		display: block;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		margin: 8px auto;
}

.acting ul, .movie ul li ul {
		margin: 0;
		padding: 0;
}

.movie ul li ul {
		display: none;
}

.acting ul li p {
		border: 2px dotted #F7C4CD;
		margin: 10px auto;
		display: block;
}

.acting ul li ul, input[type=radio] {
		display: none;
}

.acting ul li ul li {
		margin: 10px;
}

.actingAnswer {
		font-size: 15px;
		color: #F24DCD;
		font-weight: 700;
		border-bottom: 2px dotted #F7C4CD;
}

.result h1 {
		padding: 5px;
		border-bottom: dotted 3px #F7C4CD;
		border-left: none;
		color: #EE73F9;
}

.result h2 {
		padding: 5px;
		border: 3px ridge #F7C4CD;
		text-align: center;
		color: #444;
		font-size: 15px;
}

.snsframe {
		height: 65px;
}

.sns {
		float: left;
		margin-left: 15px;
}

input[type=submit] {
		width: 120px;
		height: 40px;
		line-height: 40px;
		display: block;
		margin: 0 auto;
		background-color: #fff;
		border-radius: 10px;
}

.msg label {
		display: block;
		height: 30px;
		line-height: 30px;
		margin: 10px auto;
}

.msg input:checked + label {
		background-color: #F7C4CD;
}

.typeTest {
		font-size: 17px;
		text-align: center;
		color: #F26EAF;
		border: none;
}

.typeList {
		color: red;
		font-size: 16px;
		font-weight: 700;
		border-bottom: 2px dotted red;
}

.typeicon {
		display: block;
		text-align: center;
}

.woman {
		background-color: #F8D5F2;
}

.man {
		background-color: #D5E0F7;
}

table {
		border-spacing: 0;
		width: 700px;
		text-shadow: none;
		border: 1px solid #000;
		margin: 20px auto;
		border-collapse: collapse;
}

table tr th {
		white-space: nowrap;
		background: #f7e7ba;
		border-bottom: 1px dotted #000;
		border-right: 1px solid #000;
		padding: 5px;
		color: #000;
}

table tr td {
		border: 1px dotted #000;
		padding: 10px;
}

.footer {
		margin-top: 40px;
		padding: 30px 0 12px;
		font-size: 13px;
		text-align: center;
		background-color: #1d2944;
}

.footer > span {
		display: block;
}

.footer > span a {
		color: #ff6695;
		font-size: 16px;
		display: inline-block;
		padding: 0 6px 0 0;
		border-right: 1px solid #fff;
		margin-right: 6px;
}

.footer > span a:last-child {
		padding-right: 0;
		border-right: 0;
		margin-right: 0;
}

.footer > p {
		margin: 20px auto 0;
		padding: 0;
		color: #fff;
}
