
/* layout */
em.underline {
	font-weight: bold;
	color: #000;
	background: linear-gradient(transparent 50%, #fff000);
}
.container {
	box-sizing: border-box;
}
@media all and (min-width: 641px) {
.container {
	width: 430px;
	margin: 0 auto;
}
}
#header {
	background: #fff;
}
#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
#header .pr {
	font-size: 12px;
}
#content .container {
	padding: 0;
}
#footer {
	margin-top: 10px;
	background: #fff;
}
#footer .container {
	padding: 15px 5px;
}
#footer .nav {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
}
#footer .nav li {
	font-size: 12px;
	margin: 0 5px;
}
#footer .nav li a {
	text-decoration: none;
	color: #333;
}
#footer .copyright {
	font-size: 10px;
	text-align: center;
	color: #333;
}


/* mainv */
#mainv {
	background: #fff;
}
#mainv img {
	width: 100%;
	height: auto;
}
#mainv .text {
	font-size: 13px;
	line-height: 1.6;
	padding: 15px 15px 5px;
}
#mainv .text em {
	font-weight: bold;
	color: #000;
	background: linear-gradient(transparent 50%, #fff000);
}
#mainv .text strong {
	font-weight: bold;
	color: #ea4041;
}
#mainv.mainv-text .container-inner {
	border-top: 3px solid #53d7b1;
	border-bottom: 3px solid #53d7b1;
	background: #e8fbf7;
	background: repeating-linear-gradient(-45deg, #e8fbf7, #e8fbf7 3px, #e2f7f2 3px, #e2f7f2 6px);
	padding: 15px 6px;
}
#mainv.mainv-text h1 {
	font-size: 15px;
	font-weight: 800;
	text-align: center;
	line-height: 1.4;
	color: #222222;
	text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
}


/* app */
.app {
	position: relative;
	background: #fff;
	border: 1px solid #29cca1;
	background: #fff;
	margin: 0 5px 10px;
	border-radius: 20px;
}
.app#rank1 {
	margin-top: 20px;
}
.app .num {
	width: 100%;
	line-height: 1;
	text-align: center;
	background: #29cca1;
	background: repeating-linear-gradient(-45deg, #29cca1, #29cca1 3px, #49d4af 3px, #49d4af 6px);
	padding: 4px;
	border-radius: 19px 19px 0 0;
	margin: 0;
}
.app#rank1 {
	border-color: #e3c336;
}
.app#rank1 .num {
	background: #e3c336;
	background: repeating-linear-gradient(-45deg, #e3c336, #e3c336 3px, #e7cc54 3px, #e7cc54 6px);
}
.app#rank2 {
	border-color: #aaa999;
}
.app#rank2 .num {
	background: #aaa999;
	background: repeating-linear-gradient(-45deg, #aaa999, #aaa999 3px, #b7b6a8 3px, #b7b6a8 6px);
}
.app#rank3 {
	border-color: #c4955e;
}
.app#rank3 .num {
	background: #c4955e;
	background: repeating-linear-gradient(-45deg, #c4955e, #c4955e 3px, #cda576 3px, #cda576 6px);
}
.app .box-head {
	padding: 10px;
}
.app .box-flex {
	display: flex;
	align-items: center;
}
.app .box-flex .box {
	flex: 1;
}
.app .box-flex .btn {
	width: 105px;
}
.app .icon {
	width: 60px;
	margin-right: 12px;
}
.app .icon img {
	width: 60px;
	height: 60px;
	border: 1px solid #eee;
	border-radius: 22%;
}
.app .name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 3px;
	margin-bottom: 3px;
}
.app .name a {
	text-decoration: none;
	color: #222;
}
.app .star {
	margin-bottom: 4px;
}
.app .star img {
	margin-right: 2px;
}
.app .star span {
	font-size: 14px;
	font-weight: 700;
	color: #f7bc32;
}
.app .lead {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 10px;
	padding: 0 5px;
}
.app .lead sup {
	font-size: 10px;
	vertical-align: top;
	color: #666;
}
.app .cat {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 5px;
}
.app .cat li {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fe617b;
	padding: 5px 6px;
	margin-top: 4px;
	margin-right: 3px;
	border-radius: 4px;
}
.app .cat li.price {
	background: #29cca1;
}
.app .cat li.age {
	background: #ff995e;
}
.app .image img {
	width: 100%;
	height: auto;
}
.app .movie video {
	width: 100%;
	height: auto;
	border: none;
	margin-bottom: 10px;
}
.app .box-content {
	padding: 10px 10px 7px;
}
.app .box-data {
margin: 0 -6px;
}
.app .box-data table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px 0;
}
.app .box-data th,
.app .box-data td {
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 4px 6px;
}
.app .box-data th {
	font-size: 10px;
	border-bottom: none;
	background: #f6f6f6;
	border-radius: 12px 12px 0 0;
}
.app .box-data td {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 0 0 12px 12px;
}
.app .box-data td.data3 div {
	display: inline-block;
	text-align: left;
}
.app .box-data td.data3 b.m {
 	color: #15c2cc;
}
.app .box-data td.data3 b.f {
 	color: #f062a7;
}
.app .box-data td span {
	font-size: 12px;
}
.app .box-data td sup {
	font-size: 8px;
	vertical-align: top;
	color: #666;
}
.app .box-point {
	margin-top: 15px;
}
.app .box-point h3.title {
	position: relative;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	background: #fe617b;
	background: repeating-linear-gradient(-45deg, #fe617b, #fe617b 3px, #fe6982 3px, #fe6982 6px);
	padding: 6px;
	border-radius: 16px;
}
.app .box-point ul {
	padding: 4px 6px 0;
}
.app .box-point li {
	position: relative;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 10px;
	margin-top: 4px;
}
.app .box-point li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	background: #fe617b;
	border-radius: 50%;
}
.app .box-point li sup {
	font-size: 8px;
	vertical-align: top;
	color: #666;
}
.app .box-reviews {
	margin-top: 20px;
}
.app .box-reviews h3.title {
	position: relative;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	background: #29cca1;
	background: repeating-linear-gradient(-45deg, #29cca1, #29cca1 3px, #34cfa6 3px, #34cfa6 6px);
	padding: 6px;
	border-radius: 16px;
}
.app .box-point h3.title span,
.app .box-reviews h3.title span {
	display: inline-block;
	position: relative;
	padding: 0 12px;
}
.app .box-point h3.title span:before,
.app .box-point h3.title span:after,
.app .box-reviews h3.title span:before,
.app .box-reviews h3.title span:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}
.app .box-point h3.title span:before,
.app .box-reviews h3.title span:before {
	left: 0;
}
.app .box-point h3.title span:after,
.app .box-reviews h3.title span:after {
	right: 0;
}
.app .box-reviews .review {
	background: #e8f8f5;
	padding: 10px;
	margin-top: 5px;
	border-radius: 16px;
}
.app .box-reviews .review .head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 6px;
}
.app .box-reviews .review h4.title {
	flex: 1;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	color: #12b79c;
	padding-bottom: 2px;
}
.app .box-reviews .review .star {
	width: 80px;
	text-align: right;
}
.app .box-reviews .review .star img {
	width: 13px;
}
.app .box-reviews .review .text {
	font-size: 12px;
	line-height: 1.4;
}
.app .box-reviews .link {
	text-align: right;
	margin-top: 5px;
}
.app .box-reviews .link a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #29ccb1;
}
.app .box-reviews .link span {
	position: relative;
	top: -1px;
	font-size: 8px;
	padding-right: 2px;
	opacity: 0.6;
}
.app .box-btn {
	margin-top: 20px;
}
.app .box-btn .mc {
	font-size: 12px;
	text-align: center;
	color: #ff3d5d;
	margin-bottom: 6px;
}
.app .box-btn .mc span {
	font-weight: 700;
}
.app .box-btn .btn2 {
	padding: 0 15px;
}
.app .btn a {
	display: block;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
	border-radius: 40px;
	box-shadow: 0 3px 0 #b20000;
	animation: btn-move 2s infinite;
}
.app .btn1 a {
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
	background: #ff3d5d url(../images/common/arrow.png) center right 6px no-repeat;
	background-size: 5px 8px;
	padding: 8px 16px;
	border-radius: 40px;
}
.app .btn2 a {
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	background: #ff3d5d url(../images/common/arrow.png) center right 16px no-repeat;
	background-size: 10px 16px;
	padding: 12px 12px 10px;
}
.app .btn2 a span {
	display: block;
	font-size: 10px;
	font-weight: 600;
	margin-top: 2px;
}
@keyframes btn-move {
	0% {
		transform: translate(0);
		box-shadow: 0 3px 0 #b20000;
	}
	10% {
		transform: translateY(3px);
		box-shadow: 0 0 0 #b20000;
	}
	20% {
		transform: translate(0);
		box-shadow: 0 3px 0 #b20000;
	}
	30% {
		transform: translateY(3px);
		box-shadow: 0 0 0 #b20000;
	}
	40% {
		transform: translate(0);
		box-shadow: 0 3px 0 #b20000;
	}
}
.app .note {
	font-size: 10px;
	text-align: left;
	line-height: 1.2;
	color: #999;
	padding: 6px 0;
	margin-top: 10px;
	border-radius: 4px;
}
.app .sponsored {
	font-size: 10px;
	text-align: center;
	color: #999;
	margin-top: 6px;
}
.app .box-campaign {
	position: relative;
	text-align: center;
	padding-top: 11px;
	margin-top: 15px;
}
.app .box-campaign h3.title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	background: #f8bd32;
	background: repeating-linear-gradient(-45deg, #f8bd32, #f8bd32 3px, #f8c240 3px, #f8c240 6px);
	padding: 6px 10px 4px;
	margin: 0 30px;
	border-radius: 16px;
	z-index: 1000;
}
.app .box-campaign .title span::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: 0 4px;
}
.app .box-campaign .title span::before {
	background: url(../images/common/icon_present.webp) center no-repeat;
	background-size: 17px 17px;
	margin-left: 0;
}
.app .box-campaign .content {
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
	border: 2px solid #fffae0;
	background: #fffae0;
	background: repeating-linear-gradient(-45deg, #fffae0, #fffae0 3px, #fffdf0 3px, #fffdf0 6px);
	padding: 20px 10px 10px;
	border-radius: 12px;
}
.app .box-campaign .content .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 5px;
	margin-bottom: 8px;
}
.app .box-campaign .content .box {
	margin-top: 12px;
}
.app .box-campaign .content img {
	display: block;
	margin: 0 auto 10px;
	border-radius: 6px;
}
.app .box-campaign .content strong {
	font-weight: bold;
	color: red;
}
.app .box-campaign .invitation-code {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	font-weight: 700;
}
.app .box-campaign .invitation-code .head {
	margin-right: 6px;
}
.app .box-campaign .invitation-code .code {
	flex: 1;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	border: 1px solid #ff3d7f;
	background: #fff;
	padding: 7px 15px;
	border-radius: 5px;
}
.app .box-campaign .invitation-code .copybtn {
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
	background: #ff3d7f;
	background-size: 5px 8px;
	padding: 8px 16px;
	margin-left: 6px;
	border-radius: 5px;
	cursor: pointer;
}
.app .box-campaign .message {
	display: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ff3d7f;
	margin-top: 10px;
}
.app .box-campaign .message.active {
	display: block;
}
.app .box-campaign .note {
	line-height: 1;
	border: none;
	padding: 0;
	margin: 0;
}
.app .box-campaign .toggle-box {
	margin-top: 10px;
}
.app .box-campaign .toggle-box .btn {
	display: block;
	font-size: 10px;
	text-align: center;
	border: 1px solid #eee;
	background: #f6f6f6;
	padding: 2px;
	cursor: pointer;
	border-radius: 3px;
}
.app .box-campaign .toggle-box .toggle-content {
	display: none;
}
.app .box-campaign .toggle-box .toggle-close {
	margin-top: 10px;
}
.app .box-campaign .toggle-box.open .toggle-open {
	display: none;
}
.app .box-campaign .toggle-box.open .toggle-content {
	display: block;
}


/* app-ranking */
.app-ranking .ranking-title {
	font-size: 25px;
	font-weight: 800;
	text-align: center;
	letter-spacing: -0.5px;
	margin-top: 20px;
}
.app-ranking .ranking-title img {
	margin-bottom: 5px;
}
.app-ranking .ranking-title span {
	font-size: 20px;
}


/* app-list */
.app-list {
	position: relative;
	background: #fff;
	padding: 5px;
	margin: 10px 0 0;
}
.app-list .head {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	background: #29ccb1;
	padding: 6px 2px;
	border-radius: 12px;
}
.app-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 5px 5px;
}
.app-list ul li {
	width: 20%;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}
.app-list ul li img {
	border: 1px solid #eee;
	border-radius: 22%;
}


/* search */
#search-result {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: repeating-linear-gradient(-45deg, #29cca1, #29cca1 3px, #34cfa6 3px, #34cfa6 6px);
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
}
#search-result span {
	font-size: 15px;
}
.box-search {
	position: relative;
	background: #fff;
	padding: 5px 5px 10px;
	margin: 10px 0 0;
}
.box-search .head {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	background: #29ccb1;
	padding: 6px 2px;
	margin-bottom: 4px;
	border-radius: 12px;
}
.box-search dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee;
	padding: 10px 5px;
}
.box-search dt {
	width: 70px;
	font-size: 12px;
	font-weight: bold;
}
.box-search dd {
	position: relative;
	font-size: 13px;
	font-weight: bold;
	padding-left: 22px;
	margin-right: 12px;
}
.box-search dd:last-of-type {
	margin-right: 0;
}
.box-search dd input {
	display: none;
}
.box-search dd span.box {
	transition-duration: 0.3s;
}
.box-search dd span.box span.ind {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	margin-top: -9px;
	border-radius: 4px;
	transition-duration: 0.3s;
}
.box-search dd span.box span.ind::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 0px;
	width: 5px;
	height: 8px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	opacity: 0;
	transition-duration: 0.3s;
	transform: rotate(45deg);
}
.box-search dd input:checked + span.box {
	color: #f162a8;
}
.box-search dd input:checked + span.box span.ind {
	border-color: #f162a8;
	background-color: #f162a8;
}
.box-search dd input:checked + span.box span.ind::after {
	opacity: 1;
}
.box-search .submit {
	text-align: center;
	margin: 0;
}
.box-search .submit button {
	position: relative;
	display: block;
	width: 160px;
	font-size: 13px;
	font-weight: 700;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: center;
	line-height: 1;
	color: #fff;
	background: #ff3d5d;
	border: none;
	margin: 10px auto 0;
	border-radius: 10px;
	box-sizing: border-box;
}
.box-search .submit button span {
	display: inline-block;
	background: url(../images/common/icon_search.webp) left center no-repeat;
	background-size: 16px 16px;
	padding: 8px 0 8px 20px;
	box-sizing: border-box;
}
.box-search2 {
	background: #f0f0f0;
	padding: 8px;
}
.box-search2 .select-box {
	display: flex;
	justify-content: space-between;
}
.box-search2 .select-box-s {
	width: calc((100% - 6px) / 3);
}
.box-search2 select,
.box-search2 button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font-size: 12px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #222;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}
.box-search2 .select-box-s {
	position: relative;
	border: 1px solid #cacaca;
	background: #fff;
	padding: 6px 10px;
	border-radius: 4px;
}
.box-search2 .select-box-s:before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 8px;
	width: 5px;
	height: 5px;
	border: 2px solid #24d1c1;
	border-left: transparent;
	border-top: transparent;
	pointer-events: none;
	transform: rotate(45deg);
}
.box-search2 .select-box select {
	width: 100%;
}
.box-search2 .submit button {
	position: relative;
	display: block;
	width: 100%;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #fff;
	background: #24d1c1;
	margin-top: 3px;
	border-radius: 4px;
}
.box-search2 .submit button span {
	display: inline-block;
	background: url(../images/common/icon_search.webp) left center no-repeat;
	background-size: 14px 14px;
	padding: 8px 0 8px 16px;
	box-sizing: border-box;
}


/* shindan */
body.shindan .box-search:first-of-type {
	display: none;
}
.shindan-conditions {
	font-size: 12px;
	padding: 10px 10px 0;
}
.shindan-conditions .inner {
	background: #fff;
	padding: 8px 12px;
	border-radius: 4px;
}
.shindan-conditions .head {
	font-weight: 700;
	text-align: center;
	margin-bottom: 4px;
}
.shindan-conditions ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.4;
}
.shindan-conditions ul li {
	margin: 0 5px;
}


/* page */
.page-title {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: #fff;
	background: repeating-linear-gradient(-45deg, #29cca1, #29cca1 3px, #34cfa6 3px, #34cfa6 6px);
	padding: 15px 10px;
}
.page-content {
	font-size: 12px;
	line-height: 1.4;
	background: #fff;
	padding: 15px;
}
.page-content a {
	color: blue;
}
.page-content h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin-top: 20px;
	margin-bottom: 10px;
}
.page-content h2:first-child {
	margin-top: 0;
}
.page-content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 4px;
}
.page-content table {
	width: 100%;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;}
.page-content table th,
.page-content table td {
	font-size: 12px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px 8px;
}
.page-content table th {
	background: #f6f6f6;
}
.page-content table td {
	text-align: center;
}

