html{
	font-size:62.5%;
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

body{
	font-size:1.5rem;
	line-height:1.75;
	letter-spacing:0.1em;
	background-color:#f2f8ff
}

a, a:visited, a:hover{
	color:#1558d6;
}

a:hover{
	text-decoration:none;
}

#page {
	max-width: 920px;
	margin: 0 auto;
	background-color:#fff;
}

#colophon {
	background-color: #0b65cf;
	padding: 20px;
	color: #fff;
}

.site-info {
	margin: 0;
	text-align: center;
}

.site-info a {
	color: #fff;
	text-decoration: none;
}

p {
	margin-bottom:20px;
}

img{
	vertical-align: middle;  
}

h2,h3 {
	margin: 40px 0 10px;
}

h4 {
	margin: 15px 0 7px;
}

section > h2:first-child, section > h3:first-child {
	margin-top: 0;
}

.post-thumbnail {
    position: relative;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
}

.post-thumbnail:before {
    position: absolute;
    content: 'PR';
    top: 0;
    right: 0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.3px;
    padding: 5px 10px;
    background-color: rgb(238 238 238 / 70%);
}

.content-img {
	max-width: 100%;
	height: auto;
	margin-bottom:20px;
}

.size-full {
	width: 100%;
}

section{
	padding:16px;
	position:relative;
}

.section-inner{
	padding:30px;
	background-color:#fff;
	max-width: 100%;
	margin: 0 auto;
}

section > *:last-child, .section-inner > *:last-child {
	margin-bottom: 0;
}

.bg-blue{
	background-color: #cce2fb;
}

.bg-pink{
	background-color: #fbe1f3;
}

.bg-yellow{
	background-color: #feffe6;
}

.bg-gray{
	background-color: #eee;
}

section.bg-gray {
    border-top: 1px solid #fff;
    box-shadow: 0 -1px 1px #ccc;
}

.heading-inner {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.heading-type01 {
	margin: -16px -16px 20px;
	line-height:0;
}

.heading-type01::after {
	content: '';
	display: block;
	background-color: #222;
	clip-path: polygon(0% 1%, 101% 1%, 50% 100%);
	width: 100%;
	height: 50px;
	margin: 0;
	position: relative;
	top: -1px;
}

.heading-type01 .heading-inner{
	background-color:#222;
	min-height: 72px;
}

.heading-type01 .heading-inner .heading-text {
	font-size: 1.3em;
	color:#fff;
	font-weight: bold;
	line-height:1;
	text-align:center;
}

.heading-text .upper {
    font-size: 1.1em;
}

.heading-text .bottom {
	margin-top: 4px;
    font-size: 1.5em;
}

.heading-text .bottom span {
    font-size: 1.4em;
}

.heading-type02 {
	margin: -16px -16px 20px;
	line-height:0;
}

.heading-type02 .heading-inner {
	padding-top: 0;
}

.heading-type02 .heading-inner span {
	background-color: #222;
	color: #fff;
	display: block;
	padding: 24px 16px;
	position: absolute;
	top: 16px;
	font-size: 1.3em;
	font-weight: bold;
}

.heading-type02~.section-inner {
	padding-top: 40px;
}

.simple-ranking {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    counter-reset: simple-ranking 0;
    padding: 30px 0;
}

.simple-ranking-item {
    background-color: #fff;
    padding: 20px 10px 10px;
    width: calc((100% - 60px) / 3);
    position: relative;
	counter-increment: simple-ranking 1;
}

.simple-ranking-item:before {
    content: counter(simple-ranking) '位';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
}

.crown {
    width: 80px;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
	filter: invert(96%) sepia(58%) saturate(5371%) hue-rotate(329deg) brightness(86%) contrast(85%);
}

.simple-ranking-item:nth-child(2) .crown{
	filter: invert(61%) sepia(10%) saturate(444%) hue-rotate(124deg) brightness(86%) contrast(85%);
}

.simple-ranking-item:nth-child(3) .crown{
	filter: invert(43%) sepia(5%) saturate(1160%) hue-rotate(320deg) brightness(96%) contrast(81%);
}

.item-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}

.item-header .rating {
    display: flex;
    gap: 8px;
    font-size: 1.3em;
    margin: 10px 0;
    line-height: 1;
}

.item-header .rating .rate {
    font-weight: bold;
}

.item-header .rating .star {
    color:#CCA74A;
	letter-spacing: -1px;
}

.item-image{
	display:flex;
	flex-direction:column;
	gap:8px;
}

.item-image img {
    width: 100%;
    height: auto;
}

.item-body {
    font-size: 0.9em;
    line-height: 1.5;
    margin: 8px 0;
    text-align: center;
}

.item-btn a {
    text-decoration: none;
    color: #fff;
    background-color: #f00;
    display: block;
    text-align: center;
}

.reserch-target {
	max-width: 640px;
	width: 100%;
	border: 2px solid #ccc;
	border-radius: 8px;
	position: relative;
	padding: 20px 10px 10px;
	margin: 40px auto
}

.reserch-title {
	position: absolute;
	top: -12px;
	background-color: #fff;
	padding: 2px 10px;
	left: 50%;
	transform: translateX(-50%);
}

.reserch-logo {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.reserch-logo img{
	width:60px;
	height:auto;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	border: 1px solid #cde0f7;
	padding: 16px 8px;
	text-align:center;
}

th {
	background-color: #0b65cf;
	color: #fff;
	white-space:nowrap;
}

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

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

.text-small {
	font-size: 0.8em;
}

.text-red{
	color:#f00;
}

.marker-yellow{
	background:linear-gradient(transparent 60%, #ff6 60%);
}

.marker-blue{
	background:linear-gradient(transparent 40%, #191970 40%);
}

.bold{
	font-weight:bold;
}

.border {
	border: 1px solid #eee;
}

.scroll-table {
	overflow-x: auto;
	margin-bottom:20px;
}

.brand-name img, .brand-send img {
	width: 90px;
	height:auto;
}

.brand-name img {
	margin-bottom: 4px;
}

.brand-name {
	vertical-align: baseline;
	line-height:1.2;
	width: 35%;
}

.rating-num {
	letter-spacing: 0px;
}

.rating-star {
	color: #f7d114;
	letter-spacing: 0px;
}

.mark {
	height: 40px;
	width: 40px;
	margin: 0 auto 8px;
	position: relative;
}

.double-circle::before {
	content: '';
	position: absolute;
	border: 2px solid #e95555;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.double-circle::after {
	content: '';
	position: absolute;
	border: 2px solid #e95555;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.circle::after {
	content: '';
	position: absolute;
	border: 2px solid #5fa5ea;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.triangle::before {
	content: '';
	position: absolute;
	border-top: 0px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 32px solid #e5c023;
	border-left: 18px solid transparent;
	top: 3px;
	transform: translateX(-50%);
}

.triangle::after {
	content: '';
	position: absolute;
	border-top: 0px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 32px solid #fff;
	border-left: 18px solid transparent;
	top: 3px;
	transform: scale(0.8) translate(-63%,5%);
}

.cross::before {
	content: '';
	position: absolute;
	border-left: 2px solid #bbb;
	height: 40px;
	transform: rotate(45deg);
}

.cross::after {
	content: '';
	position: absolute;
	border-left: 2px solid #bbb;
	height: 40px;
	transform: rotate(135deg);
}

.comment {
	line-height: 1.2;
}

.brand-send .send-btn {
	display: block;
	background-color: #1a9126;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	box-shadow: 0px 3px 0px #17591d;
	margin-top: 4px;
}

.scroll-table tr>td:first-of-type {
	background-color: #feffe6;
}

.scroll-table tr>td:first-of-type .send-btn {
	background-color: #ff2f2f;
	box-shadow: 0px 3px 0px #9d1d1d;
}

/* スクロールテーブル */

.table-scroll {
    overflow-x: scroll;
    width: 100%;
	
	table th {
		color: #000;
		background-color: #eee;
		border: 1px solid #ccc;
    	white-space: nowrap;
	}

}

.table-scroll.td-nowrap {
	margin: 20px auto;
    max-width: 640px;
	
	table td {
		color: #000;
		background-color: #fff;
		border: 1px solid #ccc;
    	white-space: nowrap;
	}
}

.cta {
	padding: 20px 0;
	text-align: center;
}

.cta-text {
	font-weight: bold;
	line-height:1.4;
	margin-bottom:4px;
}

.cta-text-type01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap:20px;
}

.cta-text-type01 .border-left {
	border-left: 1px solid #222;
	transform: rotate(-35deg);
}

.cta-text-type01 .border-right {
	border-right: 1px solid #222;
	transform: rotate(35deg);
}

.cta .send-btn {
	display: block;
	background-color: #ff2f2f;
	padding: 20px 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	border-radius: 4px;
	box-shadow: 0 4px 0px #9d1d1d;
}

.product-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0 20px;
}

.ranking-icon {
	width: 64px;
	height: 64px;
}

.ranking-icon img {
	width: 100%;
	height: 100%;
/*
	animation-name: rotate;
	animation-duration:10s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
*/
}

@keyframes rotate {
	0% {
		transform: rotateY(0deg);
	}
	10% {
		transform: rotateY(1440deg);
	}
	100% {
		transform: rotateY(1440deg);
	}
}

.product-name {
	font-size: 1.7em;
	font-weight: bold;
}

.product-rating {
	display: flex;
	align-items: baseline;
	gap: 8px;
	font-size: 1.3em;
	line-height: 1em;
}

.product-rating .rating-star {
	font-size: 1.3em;
}

.product-banner {
	text-align: center;
	margin-bottom: 20px;
}

.product-table, .normal-table {
	margin: 20px auto;
	max-width: 640px;
}

.product-table th, .product-table td, .normal-table th, .normal-table td{
	border-color:#ccc;
}

.product-table th, .normal-table th {
	background-color: #eee;
	color: inherit;
	width:7em;
	white-space:normal;
	line-height:1.4;
}

.normal-table td {
	text-align:left;
}

.product-table .td-inner {
	display:flex;
	align-items:center;
	padding: 0 10px;
}

.product-table .td-inner .mark {
	margin: 0 10px 0 0;
	transform: scale(0.7);
}

.table-rating {
    line-height: 1.2;
}

.product-content h3 {
	background-color: #333;
	color: #fff;
	padding: 8px 12px;
	font-size: 1.1em;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.4;
}

.product-content h3::after {
	content: '';
	position: absolute;
	border-top: 10px solid #333;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid transparent;
	left: 32px;
	bottom: -20px;
}

.product-content h3.check {
	background-color: initial;
	color: #333;
	margin-bottom: 10px;
	padding: 2px 12px 8px 30px;
}

.product-content h3.check:after {
	border: none;
	background-image: url(https://xn--0ck0d7bw166ajkwa.crabel.jp/wp-content/themes/adtheme/img/checkbox.png);
	background-size: contain;
	top: 0;
	left: 0;
	bottom: initial;
	width: 24px;
	height: 24px;
}

.product-content h4{
  padding: 0.1rem 0.7rem;
  border-left: 2px dashed #000;
  }

.review-item {
	border: 1px solid #ccc;
	padding: 10px;
}

.review-item:not(:first-child) {
	border-top: 0;
}

.reviewer {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.reviewer-img img {
	border-radius: 50%;
	width: 48px;
	height: 48px;
}

.review-title {
	font-weight: bold;
	margin-bottom: 4px;
}

.review-text p{
	margin-bottom:4px;
	font-size:0.9em;
}

.review-text p:last-child {
	margin-bottom: 0;
}

.review-annotation {
	font-size: 0.7em;
	margin-top: 4px;
}

.shop-table ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.shop-table ul li {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    line-height: 1;
}

.shop-table ul li:last-child{
	border-right:0;
}

.parts-box {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
}

.course-table{
	margin-bottom:0;
}

.parts-img {
	text-align: center;
	margin-bottom: 10px;
}

.parts-img img {
	max-width: 320px;
	width: 100%;
	height: auto;
}

.parts-slide {
    margin-bottom: 20px;
}

.parts-item {
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
	max-width:140px;
	line-height:1.2;
}

.parts-item .header {
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 4px;
    margin-bottom: 12px;
	width:100%;
}

.parts-item .plan {
    font-weight: bold;
    letter-spacing: 0;
    font-size: 1.1em;
	margin-bottom:4px;
}

.parts-item .parts {
    font-size: 0.8em;
}

.parts-item img {
    width: 100px;
    height: 100px;
}

.parts-item .fee span {
    font-weight: bold;
    font-size: 1.4em;
    padding: 0 4px;
}

.parts-item .footer {
    margin-top: 12px;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.parts-item a.send-btn {
    background-color: #FF3131;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9em;
    margin-top: 4px;
}

.epilator-slide {
    margin-bottom: 20px;
    overflow: hidden;
}

.epilator-swiper .swiper-wrapper {
    align-items: center;
}

.epilator-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: calc(100% - 100px);
    margin: 0 auto;
}

.epilator-item .left {
    width: 160px;
    flex-shrink: 0;
}

.epilator-item .left img{
    width: 100%;
}

.epilator-swiper th{
	background-color:#eee;
	color:inherit;
}

.epilator-swiper th,.epilator-swiper td{
	border-color:#ddd;
}

.epilator-swiper .swiper-button-next::after, .epilator-swiper .swiper-button-prev::after {
    font-family: "FontAwesome";
	font-weight: 400;
	color: #333;
    font-size: 32px;
}

.swiper-button-prev.chevron-left::after{
	content: "\f137";
}

.swiper-button-next.chevron-right::after{
	content: '\f138';
}

.swiper-button-next.chevron-right.swiper-button-disabled, .swiper-button-prev.chevron-left.swiper-button-disabled {
    opacity: 0;
}


.etc-page {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom:10px;
}

.etc-page a{
	color:#fff;
}

.popup-overlay-bg {
	background: rgb(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}
.popup-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	min-width: 280px;
	max-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	animation: fadein .5s
}
.popup-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 29px;
	height: 29px;
	display: flex;
	border: 1px solid #fff;
	align-items: center;
	justify-content: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 999999;
}
.popup-close:after, .popup-close:before {
	width: 14px;
	height: 2px;
	content: "";
	position: absolute;
	left: 7px;
	top: 12px;
	background: #667075
}
.popup-close:before {
	transform: rotateZ(-45deg)
}
.popup-close:after {
	transform: rotateZ(45deg)
}
.popup-close {
	width: 23px;
	height: 23px
}
.popup-close:after, .popup-close:before {
	width: 11px;
	height: 2px;
	left: 6px;
	top: 9px
}
.popup-inner img {
	max-width: 100%;
	max-height: 500px;
	opacity: 1!important;
}
#popup {
	display: none;
}

@keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.send-btn:hover {
	transition-property: opacity;
	transition-duration: 0.2s;
	opacity: 0.7; 
	position:relative;
	top: 3px;
}

.shiny-btn {
	position: relative;
	overflow: hidden;
}

.shiny-btn::after {
	content: '';
	position: absolute;
	top: -10%;
	left: -20%;
	width: 70px;
	height: 100%;
	transform: scale(2) rotate(20deg);
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
	animation-name: shiny;
	animation-duration: 4s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes shiny {
	0% { left: -20%; }
	20% { left: 120%; }
	100% { left: 120%; }
}

.single-sendlink #primary {
    margin: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f8ff;
}

.sendlink-wrapper {
    padding: 28px;
    background-color: #fff;
    border-radius: 8px;
    margin: 40px;
    box-shadow: 1px 1px 2px #ccc;
}

.single-sendlink #colophon {
    display: none;
}

.single-sendlink h1.entry-title {
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.sendlink-wrapper p {
    margin: 0;
}

.shop-list > details {
    background-color: #eee;
    padding: 10px 16px;
    margin-bottom: 10px;
	position:relative;
}

.shop-list > details > details {
    background-color: #CCE2FB;
    padding: 10px 16px;
    margin-top: 10px;
	position:relative;
    border-radius: 8px;
}

.shop-list > details > details >a {
	display:block;
    background-color: #fff;
    padding: 10px 26px 10px 10px;
    margin-top: 10px;
    position: relative;
    border-radius: 8px;
	color:inherit;
	text-decoration:none;
}

.shop-list > details > details >a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;
	top: calc(50% - 4px);
	right: 12px;
	transform: rotate(-45deg);
}

.shop-list > details:last-child{
	margin-bottom:0;
}

.shop-list summary {
    display: block;
    list-style: none;
	font-weight:bold;
	position:relative;
}

.shop-list summary:hover {
    cursor: pointer;
}

.shop-list summary::-webkit-details-marker {
    display:none;
}

.shop-list summary:before, .shop-list summary:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #333;
    width: 15px;
    top: 50%;
    right: 0;
}

.shop-list summary:after {
	transform:rotate(90deg);
}

.shop-list details[open] > summary:after{
	content:none;
}


@media screen and (max-width: 600px) {
	body{
		font-size:1.3rem;
	}
	
	section {
		padding: 16px 8px;
	}
	
	.section-inner {
		padding: 16px 8px;
	}
	
	.heading-type01 {
		margin: -16px -8px 20px;
	}
	
	.heading-type02 {
		margin: -16px -8px 20px;
	}
	
	.simple-ranking {
		gap: 10px;
	}

	.simple-ranking-item {
    	width: calc((100% - 30px) / 3);
	}
	
	.item-header .rating {
    	flex-direction: column;
    	gap: 0;
    	align-items: center;
	}
	
	.epilator-item {
    flex-direction: column;
}
	.epilator-item table {
    font-size: 0.8em;
}
}

/* 記事LP */
.page-template-article-lp {

user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;

	font-size: 17px;

	#page {
		max-width: 620px
	}

	section{
		padding:20px;
	}

	img {
		width: 100%;
		height: auto;
    user-drag: none; /* ドラッグ禁止 */
    user-select: none; /* 選択禁止 */
    -webkit-user-drag: none; /* Webkitブラウザ（ChromeやSafari）向け */
    -webkit-user-select: none;
    -moz-user-select: none; /* Firefox向け */
    -ms-user-select: none; /* IE向け */
    pointer-events: none; /* 右クリックや長押し禁止 */
	}

	#colophon {
		background-color: #002D57;
		font-size: 15px;

		.etc-page {
			flex-direction: column;
			gap: 8px;
		}
	}

	.button-list {
		display: flex;
		flex-direction: column;
		margin: 20px 0;
		gap: 4px;

		label {
			display: block;
			box-shadow: 0 2px 1px #999;
			border-radius: 32px;
			padding: 16px 32px;
			border: 3px solid #333;
			cursor: pointer;
			font-weight: bold;
		}

		label:hover, label:has(input:checked) {
			background-color: #333;
			border: 3px solid #fff;
			color: #fff;
		}

		input[type="radio"]{
			display: none;
		}
		
	}

	.underline-yellow{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
	}

	.text-blue {
		color: #0000ff
	}
	
	.mb10{
		margin-bottom: 10px;
	}

	.mb20 {
		margin-bottom: 20px;
	}

	.mb30 {
		margin-bottom: 30px;
	}

	.mb40 {
		margin-bottom: 40px;
	}

	.text70{
		font-size: 70%;
	}

	.text80{
		font-size: 80%;
	}

	.text90{
		font-size: 90%;
	}

	.text100{
		font-size: 100%;
	}

	.text110{
		font-size: 110%;
	}

	.text120{
		font-size: 120%;
	}

	.text130{
		font-size: 130%;
	}

	.text140{
		font-size: 140%;
	}

	.text150{
		font-size: 150%;
	}

	.text160{
		font-size: 160%;
	}

	.text170{
		font-size: 170%;
	}

	.text180{
		font-size: 180%;
	}

	.text190{
		font-size: 190%;
	}

	.text200{
		font-size: 200%;
	}

}
