/**
Theme Name: JIN:R child
Template: jinr
Author: CROOVER Inc.
Author URI: https://croover.co.jp
Version: 1.00
*/
@media (min-width: 552px) {
    .d--header-layout2 #headerLogo {
        padding-top: calc(100px * 0.15)!important;
        padding-bottom: calc(100px * 0.15);
    }
}
.note {
    font-size: 80%!important;
}
.single .breadcrumb-top {
    background: #ff5262;
    color: #FFF;
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
}
.single .breadcrumb-top .t--main-width {
    margin: auto;
    max-width: 1120px;
}
.single th {
    background-color: #fff1ee;
}
.single th,.single tr,.single td {
    border-color: #ccc!important;
}
.single .price th.th01 {
    width: 12%;
}
.single .marker {
  background:linear-gradient(transparent 60%, rgba(255, 193, 237, 0.6) 60%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}
.single .marker.on {
  background-size: 100% 100%;
}
#jinrPostTitle {
	font-weight: bold !important;
}
@media (max-width: 700px) {
    .single .price table {
        width: 700px;
    }
    .single .price th.th01 {
        width: 15%;
    }
    .single th {
        font-size: 1rem!important;
    }
    .single td {
        font-size: 1rem!important;
    }
}
.single .repay th.text {
    width: 70%;
}
.single .h-title {
    font-size: clamp(1em, 2vw, 1.2em);
}
.single .h-title {
    position: relative;
    padding: .5em 2em!important;
    color: #333333;
    font-weight: 500;
}
.single .h-title::before,
.single .h-title::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #ff5262;
    content: '';
}
.single .h-title::before {
    top: calc(50% - 3px);
    left: 0;
}
.single .h-title::after {
    top: calc(50% + 3px);
    left: 5px;
}
.single .publish-date {
    margin-top: 1rem;
    text-align: right;
    font-size: 1.5rem;
}
#jinrPostMeta i {
    display: none;
}
#jinrPostMeta .a--post-cat a {
    padding: 0.8rem 3rem;
    background: #ff5262;
    color: #FFF!important;
    font-weight: bold;
    display: inline-block;
}
#jinrPostMeta .a--post-cat.category-agency a {
    background: #207ed0;
}
.single .list-check {
    list-style-type: none;
    padding: 1.5em;
    border: 1px solid #ffd8df;
}
.single .list-check li {
    display: flex;
    align-items: center;
    gap: 0 15px;
    padding: .3em;
}
.single .list-check li::before,
.single .ranking-table .col-strong li::before {
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #ff5262;
    border-left: 2px solid #ff5262;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
}
.single .list-check li::after {
    content: none!important;
}
@media (min-width: 552px) {
  #postContent ul.jinr-list, .o--widget-area ul.jinr-list {
    padding: 0 1rem!important;
  }
}

#postContent .jinr-list, .o--widget-area .jinr-list {
  padding: 0 1rem!important;
}

.single .point {
    width: 100%;
    border-spacing:0;
    border-collapse: collapse;
    font-weight: bold;
}
.single .point td {
    border: 1px solid #ff5262;
    padding: 0.5rem 2rem;
    font-size: 1.5rem !important;
}
.single .point .num {
    font-weight: bold;
    background: #ff5262;
    color: #FFF;
    text-align: center;
    margin-right: 0.5rem;
    padding: 0.3rem 1rem;
    width: 25%;
}
.single .point tr:nth-child(1) .num,
.single .point tr:nth-child(2) .num {
    border-bottom: 1px solid #FFF;
}
.single .point .num span {
    font-size: 2rem;
}
.single .point .text {
    width: 75%;
}
.table-menu {
    display: flex;
}
.t-tab {
    background-color: #e7e7e7;
    font-size: 1.2rem;
    padding: 0.25rem 2.5rem;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-right: 0.5rem;
    user-select: none;
    border-radius: 10px 10px 0 0;
    transition: 0.3s;
}
.t-tab:hover {
    opacity: 0.6;
    transition: 0.3s;
}
.t-tab.active {
    background-color: #f43558;
    color: #fff;
}
.ranking-table {
    counter-reset: rank;
}
.ranking-table th {
    height: 5.5rem;
    vertical-align: middle;
}
.ranking-table .col-point {
    width: 25%;
    text-align: center;
}
.ranking-table .col-ranking {
    text-align: center;
    width: 25%;
    position: relative;
}
.ranking-table tr:nth-child(n+2) .col-ranking {
    padding-top: 3rem;
}
.ranking-table tr td.col-ranking::before {
    counter-increment: rank;
    content: counter(rank) "位";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
    background: #e7e7e7;
    padding: 2px 10px;
}
.ranking-table tr:nth-child(2) td.col-ranking::before {
    background: #d0a846;
    color: #FFF;
    font-weight: bold;
}
.ranking-table tr:nth-child(3) td.col-ranking::before {
    background: #b7b4b5;
    color: #FFF;
    font-weight: bold;
}
.ranking-table tr:nth-child(4) td.col-ranking::before {
    background: #b77b4c;
    color: #FFF;
    font-weight: bold;
}
.ranking-table tr:nth-child(7) td.col-ranking::before {
    content: "5位";
}
.ranking-table tr:nth-child(9) td.col-ranking::before {
    content: "7位";
}
.ranking-table .col-ranking img {
    width: 200px;
    height: auto;
    margin: auto;
}
.ranking-table .col-strong {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
	padding-left: 2rem;
}
.ranking-table .col-point {
    display: table-cell;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.ranking-table.show-strong .col-strong {
    display: table-cell;
    opacity: 1;
}
.ranking-table .col-point.col-point3 span {
    font-size: 3rem;
	display: block;
	line-height: 1.5;
}
.ranking-table .col-point.col-point3.ico01 {
	color: #f43558;
	font-weight: bold;
}
.ranking-table .col-point.col-point3.ico01 span {
    font-size: 5rem;
}
.ranking-table .col-point.col-point3.ico02 {
	color: #12b1ff;
}
.ranking-table .col-point.col-point3.ico03 {
	color: #dbc721;
}

.ranking-table.show-strong .col-point {
    display: none;
    opacity: 0;
}
.single .ranking-table .col-strong li::before {
    margin-right: 0.5rem;
}
.wp-block-group .b--jinr-button .o--button-inner {
}
.wp-block-group .b--jinr-button .o--button-inner::before {
	content: "";
	background-image: url(img/book.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 35rem;
	height: 25rem;
	display: block;
	margin: 0 auto;
}
.wp-block-group .a--button-microcopy {
	margin-bottom: 0;
}
.d--button-type1 a {
	position: relative;
	overflow: hidden;
	transition: 0.3s;
	box-shadow: 0 7px 0 0 #d50016 !important;
}
.d--button-type1 a:hover {
	box-shadow: 0 0 0 #d50016 !important;
}
.d--button-type1 a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #ffbcc3;
    transition: 0.3s;
    animation: shinyshiny 5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

#footerInfo {
	display: block!important;
	text-align: center;
	color: #FFF;
}
#footerInfo a {
	text-decoration: underline;
}
#footerInfo #commonFooterSiteMenu {
	max-width: 100%!important;
}
#footerInfo #copyright {
	text-align: center!important;
}
#footerInfo #footerMenuList {
	display: block;
	margin-bottom: 1rem;
}
.c--fukidashi-contents[style*="fff4f6"] strong {
	color: #ff5262;
}
.c--fukidashi-contents[style*="def0f9"] strong {
	color: #12b1ff;
}

@media (max-width: 551px) {
	#cvButton {
		bottom: 0!important;
		opacity: 1!important;
	}
	.popup-bnr {
		display: none;
	}
}



/* ポップアップ スクロールロック用 */
body.no-scroll {
	overflow: hidden;
}
.popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 99999998;
	transition: opacity .25s ease, visibility .25s ease;
}
.popup-bnr {
	position: fixed;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 99999999;
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
	transform: translateY(10px);
}

.popup-bnr .popup-inner {
	position: relative;
	max-width: 90%;
	overflow: hidden;
}

.popup-bnr .popup-inner img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 90vh;
	object-fit: contain;
	margin: auto;
	border: 3vw solid #FFF;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.popup-bnr .popup-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 10vw;
	height: 10vw;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
}
.popup-bnr .popup-close::before,
.popup-bnr .popup-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5vw;
	height: 0.5vw;
	background: #000;
	transform-origin: center;
}

.popup-bnr .popup-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.popup-bnr .popup-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-overlay.is-active,
.popup-bnr.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.popup-bnr.is-active {
	transform: translateY(0);
}
@media (min-width: 552px) {
	.popup-overlay.is-active,
	.popup-bnr.is-active {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
}

