/* 
Theme Name:coico
*/
@charset "utf-8";

:root {
    --key-color: #e4936e;
    --key-color-rgb: 228, 147, 110;
    --black: #333;
    --black-rgb: 51, 51, 51;
    --white: #fefefe;
    --white-rgb: 254, 254 , 254;
    --red: #db1515;
    --blue: #241aa8;
    --dark-gray: #6e6e6e;
    --gray: #ccc;
    --light-gray: #f5f5f5;
    --yellow: #ffbf00;
}

/* reset */
html {
    font-size: 62.5%;
}
body, ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd,nav
{
    color: var(--black);
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}
img {
    vertical-align: top;
}
a{
    color: var(--black);
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
body {
    box-sizing: border-box;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    margin-top: 67px;
}
.home {
    background-color: var(--white);
}
.single-post {
    background-color: #f7f7f7;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4rem;
}
.info-wrap {
    position: relative;
    padding: 0 6.4rem;
}
.info-h__02 {
    position: absolute;
    top: -75px;
    left: 300px;
    color: var(--key-color);
    font-weight: 500;
}
.info-wrap p {
    line-height: 1.6;
    margin-bottom: 1.6rem;
}
.info-wrap h3 {
    margin: 4rem 0 1.6rem;
}
.info-wrap a {
    text-decoration: underline;
    color: var(--key-color);
}
.info-wrap a:hover {
    text-decoration: none;
}
.info-wrap ul {
    list-style: disc;
    margin-left: 20px;
}
.info-wrap ol {
    list-style-type: decimal;
}
.info-wrap ol[type="A"],
.info-wrap ol[type="a"],
.info-wrap ol[type="i"] {
    list-style-type: revert-layer;
}
.info-wrap li {
    list-style: unset;
    margin-bottom: 0.8rem;
}
.info-wrap .ol-h {
    font-size: 2rem;
    font-weight: 600;
    margin: 4rem 0 1.6rem;
}
.info-wrap .center {
    text-align: center;
}
.info-wrap .right {
    text-align: right;
}
.info-wrap table {
    border-collapse: collapse;
    margin-bottom: 1.6rem;
}
.info-wrap th {
    background-color: var(--key-color);
    color: var(--white);
    border: 2px solid var(--white);
    padding: 10px;
    text-align: center;
    font-weight: 500;
}
.info-wrap td {
    background-color: var(--light-gray);
    border: 2px solid var(--white);
    padding: 10px;
}
.info-wrap td a {
    color: var(--black);
}




.none {
    display: none;
}
.sp {
    display: none;
}
h1 {
    font-size: 3rem;
    letter-spacing: 3px;
    font-weight: 700;
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
    position: relative;
    border-bottom: solid 3px rgba(var(--key-color-rgb), 0.4);
    color: var(--key-color);
}
h1:after {
    position: absolute;
    content: " ";
    display: block;
    width: 15%;
    bottom: -2.5px;
    border-bottom: solid 3px var(--key-color);
}
h2 {
    position: relative;
    font-size: 2.4rem;
    padding: .5em 2rem;
    margin: 2rem 0;
    background: var(--key-color);
    color: var(--white);
}
h2::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgba(var(--black-rgb), 0.4);
}
h3 {
    padding: 0 0 0 1rem;
    margin: 1rem 0;
    font-size: 2.2rem;
    border-left: 3px solid var(--black);
}
h3:before {
    left:0;
}
h3:after {
    right: 0;
}
h4 {
    font-size: 2rem;
    color: var(--key-color);
    margin: 1rem 0;
}
h5 {
    font-size: 1.8rem;
    margin: 1rem 0;
}
h6 {
    font-size: 1.6rem;
    margin: 1rem 0;
}

input[type="radio"] {
    position: relative;
    width: 21px;
    height: 21px;
    border: 1px solid var(--gray);
    border-radius: 50%;
    vertical-align: -4px;
    margin-right: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
            appearance: none;
}

input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--key-color);
    content: '';
}

label:hover > input[type="radio"] {
    border: 1px solid var(--black);
}

input[type="checkbox"] {
    position: relative;
    width: 21px;
    height: 21px;
    border: 1px solid var(--gray);
    background-color: var(--white);
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
            appearance: none;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    top: 3px;
    left: 7px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 3px solid var(--key-color);
    border-bottom: 3px solid var(--key-color);
    content: '';
}

label:hover > input[type="checkbox"] {
    border: 1px solid var(--black);
}

.xo-slider .slide-content {
    pointer-events: none;
}

.content-area {
    margin: 10rem 0;
}

.main-btn {
    max-width: 320px;
    margin: 0 auto;
} 
.main-btn a {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1.2rem;
    background-color: var(--key-color);
    color: var(--white);
    box-shadow: 0 0 20px 0 rgba(var(--black-rgb), 0.1);
    text-align: center;
    border-radius: 50px;
    border: 8px double var(--white);
    transition: background-color 0.3s, box-shadow 0.3s;
}
.main-btn a:hover {
    background-color: rgba(var(--key-color-rgb), 0.8); 
    box-shadow: 0 0 20px 0 rgba(var(--black-rgb), 0);
}

.submit-btn {
    max-width: 320px;
    margin: 5.4rem auto 0;
}
.submit-btn input {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1.2rem;
    background-color: var(--white);
    color: var(--key-color);
    box-shadow: 0 0 20px 0 rgba(var(--black-rgb), 0.1);
    text-align: center;
    border-radius: 50px;
    transition: box-shadow 0.3s;
    border: none;
    cursor: pointer;
}
.submit-btn input:disabled {
    opacity: 0.5;
    cursor: auto;
}
.submit-btn input:hover {
    box-shadow: 0 0 20px 0 rgba(var(--black-rgb), 0.2);
}

.select-box {
	overflow: hidden;
	width: 260px;
	text-align: center;
	position: relative;
	border-radius: 50px;
	background-color: var(--light-gray);
    border: 1px solid var(--black);
    margin-top: 4px;
}
.select-box select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 16px;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box select:hover {
    opacity: .7;
}
.select-box:before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--black);
	pointer-events: none;
}

.mosaic {
	-ms-filter: blur(6px);
	filter: blur(6px);
    user-select: none;
}

.top-news {
    max-width: 800px;
    margin: 8rem auto;
    padding: 2.4rem 4rem;
    border: 3px solid var(--key-color);
    border-radius: 5px;
}
.top-news__h {
    color: var(--key-color);
    border: none;
    margin: 0 0 1.6rem 0;
    padding: 0;
}
.top-news__list li {
    display: flex;
    border-bottom: 1px solid var(--key-color);
    padding: .8rem 0;
    font-weight: 500;
}
.top-news__list__date {
    margin-right: 4rem;
}
.top-news__list__title a:hover {
    text-decoration: underline;
}
.top-news__btn {
    margin-top: 2.4rem;
    text-align: right;
    font-weight: 600;
}
.top-news__btn a {
    color: var(--key-color);
    padding: .4rem;
}
.top-news__btn a:hover {
    background-color: rgba(var(--key-color-rgb), 0.1);
}

/* search */
.search-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 3.2rem;
}
.search-tab li {
    background-color: var(--gray);
}
.search-tab li a {
    display: block;
    padding: 1.6rem 3.2rem;
    color: var(--black);
    font-weight: 500;
}
.search-tab li a:hover {
    opacity: .7;
}
.search-tab li.active {
    background-color: var(--key-color);
    position: relative;
}
.search-tab li.active a {
    color: var(--white);
    cursor: default;
}
.search-tab li.active a:hover {
    opacity: 1;
}
.search-tab li.active:after {
    content: "";
    position: absolute;
    bottom: -10px; /* 三角形の位置を調整 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent; /* 左側の透明なボーダー */
    border-right: 10px solid transparent; /* 右側の透明なボーダー */
    border-top: 12px solid var(--key-color); /* 上向きの三角形。色はアクティブなタブの背景色と同じ */
}
.search-no-match {
    font-size: 2rem;
    text-align: center;
    width: 100%;
    margin: 4rem 0 2.4rem;
}

.search-flex {
    display: flex;
    flex-wrap: wrap;
}
.facility-info__box {
    border: 1px solid var(--black);
    width: calc((100% - 68px) / 4);
    margin: 0 10px 1.6rem;
}
.facility-info__box--posts {
    position: relative;
}
.facility-info__box:nth-child(4n+1) {
    margin-left: 0;
}
.facility-info__box:nth-child(4n) {
    margin-right: 0;
}
.facility-info__box a {
    display: block;
    height: 100%;
}
.facility-info__box a:hover {
    box-shadow: 0 2px 10px 0 rgba(var(--black-rgb), 0.1);
}
.facility-info__box .place-photo {
    max-width: 100%;
}
.facility-info__rating {
    position: absolute;
    background-color: rgba(var(--black-rgb), 0.8);
    color: var(--white);
    padding: 4px 8px;
    line-height: 1;
    right: 4px;
    top: 4px;
    font-size: 14px;
}
.facility-info__thumbnail img {
    width: 100%;
    height: 148px;
    object-fit: cover;
    object-position: center;
}
.facility-info__title {
    padding: 1rem 1rem 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}
.facility-info__title__keyword {
    color: var(--key-color);
}
.facility-info__date {
    text-align: right;
    padding: .4rem 1rem 1rem;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--dark-gray);
    font-weight: 400;
}

/* arbitrary-ranking */
.arbitrary-ranking {
    margin: 0 auto 8rem;
}
.arbitrary-ranking__flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.arbitrary-ranking__explanation {
    margin: .4rem 0 2.4rem;
}
.arbitrary-ranking__h {
    margin-right: 2.4rem;
}
.arbitrary-ranking__list {
    display: flex;
    flex-wrap: wrap;
}
.arbitrary-ranking__box {
    box-shadow: 0 0 10px 0 rgba(var(--black-rgb), 0.1);
    width: calc((100% - 66px) / 3);
    margin: 0 10px 1.6rem;
    padding: 2.4rem .8rem;
    box-sizing: border-box;
}
.arbitrary-ranking__rank {
    min-width: 40px;
}
.arbitrary-ranking__name {
    text-align: center;
    color: var(--key-color);
    font-size: 1.8rem;
    font-weight: 600;
}
.arbitrary-ranking__criteria {
    text-align: center;
    font-size: 14px;
    margin-bottom: 1.6rem;
}
.arbitrary-ranking__ranking {
    margin-bottom: 2.4rem;
}
.arbitrary-ranking__ranking li {
    display: flex;
    padding: 8px;
    border-bottom: 1px solid var(--black);
}
.arbitrary-ranking__value {
    font-size: 14px;
    min-width: 50px;
    text-align: right;
}
.arbitrary-ranking__more {
    max-width: 200px;
    margin: 0 auto;
}
.arbitrary-ranking__place-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 270px;
    display: block;
}
.arbitrary-ranking__more a {
    display: block;
    color: var(--white);
    font-weight: 600;
    text-align: center;
    padding: 1rem;
    background-color: var(--key-color);
    border-radius: 5px;
}
.arbitrary-ranking__more a:hover {
    opacity: .9;
}
.posts {
    margin-bottom: 8rem;
}
.posts h3 {
    margin-bottom: 2.4rem;
}
.posts-tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(var(--key-color-rgb), 0.8);
}
.posts-tag a {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
}

.toc__list__rank {
    width: 100%;
}
.toc__list__score {
    width: 70px;
    text-align: right;
}
/* keyword-category */
.category-post {
    display: flex;
    flex-wrap: wrap;
}
.category-post__rank {
    position: absolute;
    top: -32px;
    font-weight: 500;
    font-size: 18px;
    color: var(--white);
    background-color: var(--yellow);
    padding: 0 16px;
    border-radius: 20px;
}
.category-post__box {
    border: 1px solid var(--black);
    width: calc((100% - 88px) / 4);
    margin: 0 10px 1.6rem;
}
.category-post__box--posts {
    position: relative;
}
.category-post__box--best {
    position: relative;
    margin-top: 24px;
}

.category-post__box--best3 {
    margin-top: 20px;
}
.category-post__box a {
    display: block;
    height: 100%;
    position: relative;
}
.category-post__box a:hover {
    box-shadow: 0 2px 10px 0 rgba(var(--black-rgb), 0.1);
}
.category-post__box img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}
.category-post__box span {
    display: block;
    padding: 1rem;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
}
.category-post__box span.last-modified {
    display: inline;
    padding: 0;
    font-size: 13px;
    color: var(--dark-gray);
}
.category-post__box span.facility-info__title__keyword {
    color: var(--key-color);
    font-weight: 700;
    padding: 2px;
    display: inline;
}

/* single-place,review-form */
.place-date {
    font-size: 14px;
    margin-bottom: 8px;
}
.more-ranking-back {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(var(--black-rgb), 0.8);
    color: var(--white);
    padding: 2rem 0;
    text-align: center;
    z-index: 100;
}
.place-copy {
    margin: 32px auto 16px;
    text-align: center;
}
.place-copy .copy-place-data {
    width: 80%;
    background-color: var(--white);
    color: var(--key-color);
    border: 2px solid var(--key-color);
    border-radius: 30px;
    padding: 10px 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    transition: background-color 0.3s, color 0.3s;
}
.place-copy .copy-place-data:hover {
    background-color: var(--key-color);
    color: var(--white);
}
.place-copy .copy-place-data i {
    margin-left: 8px;
}

.review-form {
    background-color: var(--key-color);
    color: var(--white);
    position: relative;
    z-index: 1;
    padding: 5.6rem;
    max-width: 640px;
    margin: 0 auto 8rem;
}
.review-form__h {
    color: var(--white);
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 5.6rem;
}
.review-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100vw - 18px);
    height: 100%;
    background-color: var(--key-color);
    z-index: -1;
    transform: translateX(-50%);
}
.review-box {
    display: flex;
    margin-bottom: 2.4rem;
}
.review-box label {
    width: 160px;
    display: inline-block;
    font-size: 2rem;
}
.review-box input,
.review-box textarea {
    width: calc(100% - 160px);
    padding: 8px;
    border: none;
}
.review-box__kome {
    color: var(--white);
    text-align: right;
    margin: -2rem 0 2.4rem;
}
.review-check {
    text-align: center;
    color: var(--black);
    background-color: rgba(var(--white-rgb), 0.3);
    margin-bottom: 2.4rem;
    padding: 2.4rem;
    font-weight: 600;
    font-size: 18px;
}
.review-check p {
    font-weight: 500;
    margin-bottom: 1.6rem;
}
.review-after {
    color: var(--white);
    text-align: center;
    line-height: 2;
}

.place-rank__h,
.post-link__h {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.4rem;
}

.place-rank__h {
    margin-top: 6.4rem;
}

.ranking-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4rem 0 8rem;
}
.ranking-form label {
    margin: .8rem 1.6rem;
    min-width: 260px;
    display: inline-block;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 5.4rem 0 0;
}
.page-item a {
    font-size: 2rem;
    margin: 0 .8rem;
    padding: 0.4rem 1.6rem;
    line-height: 1;
}
.page-item a:hover {
    background-color: var(--light-gray);
    border-radius: 5px;
}
.page-item.current a {
    background-color: var(--key-color);
    border-radius: 5px;
    color: var(--white);
    cursor: default;
}
.review__list-h {
    font-size: 2.4rem;
    font-weight: 600;
    margin-right: 1.6rem;
}
.page-item.disabled {
    opacity: 0;
}
.page-item.disabled a {
    cursor: default;
}

.review__info-flex {
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
}
.info-mark-on {
    position: relative;
    display: inline-block;
}
.info-mark {
    display: inline-block;
    color: var(--yellow);
    font-size: 22px;
    cursor: pointer;
}
.info-mark:hover {
    opacity: .8;
}
.answers__info {
    display: none;
    position: absolute;
    font-size: 14px;
    width: 300px;
    bottom: 32px;
    background-color: rgba(var(--black-rgb), 0.7);
    color: var(--white);
    border-radius: 4px;
    margin-left: 32px;
    padding: 4px;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgba(var(--black-rgb), 0.1);
}
.answers__info.answers__info--on {
    display: block;
}

/* pagination02 */
.nav-links {
    display: flex;
    justify-content: center;
}
.page-numbers {
    font-size: 2rem;
    margin: 0 .8rem;
    padding: 0.8rem 1.6rem;
    line-height: 1;
    display: block;
}
.page-numbers:hover {
    background-color: var(--light-gray);
    border-radius: 5px;
}
.page-numbers.current {
    background-color: var(--key-color);
    border-radius: 5px;
    color: var(--white);
    cursor: default;
}
.page-numbers.disabled {
    opacity: 0;
}
.page-numbers.disabled {
    cursor: default;
}
.page-numbers.dots {
    padding: 0.8rem 0;
    margin: 0;
}
.page-numbers.dots:hover {
    background-color: transparent;
}

/* archive-news */
.news-list {
    display: flex;
    padding: 1.6rem 3.2rem;
    border-bottom: 1px dashed var(--gray)
}
.news-list__date {
    margin-right: 4rem;
}
.news-list__title a {
    text-decoration: underline;
}
.news-list__title a:hover {
    text-decoration: none;
}

/* keyword-tag、taxonomy-place-tag */
.archive-sort {
    width: 100%;
    display: flex;
    margin: 0 10px 1.6rem;
}
.archive-sort li {
    margin-right: 1.6rem;
}
.archive-sort li a {
    display: block;
    line-height: 1;
    padding: 1rem 1.4rem;
    border-radius: 20px;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--gray);
    background-color: var(--white);
    border: 1px solid var(--gray);
    transition: color 0.3s, border 0.3s;
}
.archive-sort li a:hover {
    color: var(--black);
    border: 1px solid var(--black);
}
.archive-sort li.active a {
    display: block;
    line-height: 1;
    padding: 1rem 1.4rem;
    border-radius: 20px;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--white);
    background-color: var(--key-color);
    border: 1px solid var(--white);
}
.archive-sort li.active a:hover {
    cursor: default;
    color: var(--white);
    border: 1px solid var(--white);
}
.pagination-100 {
    width: 100%;
}

.blog-card {
    width: 100%;
    margin: 2.4rem auto;
    border: 1px solid var(--gray);
}
.blog-card__link {
    display: flex;
}
.blog-card img {
    min-width: 320px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}
.blog-card__content {
    background-color: var(--white);
    padding: 1.6rem 1.6rem 2rem;
    position: relative;
}
.blog-card__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.6rem;
}
.blog-card__description {
    font-size: 1.4rem;
    color: var(--dark-gray);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.blog-card__domain {
    position: absolute;
    font-size: 1.4rem;
    color: var(--dark-gray);
    bottom: .4rem;
    right: .4rem;
}

.coico-blog {
    max-width: 980px;
    margin: 0 auto;
}
.coico-blog .attachment-post-thumbnail {
    float: left;
    margin-right: 2.4rem;
    max-width: 450px;
    height: auto;    
}
.coico-blog p {
    margin-top: 1.6rem;
}
.coico-blog h2 {
    margin: 4.8rem 0 3.2rem;
}
.coico-blog h3 {
    margin-top: 3.2rem;
    color: var(--key-color);
    border-left: 4px solid var(--key-color);
}
.coico-blog h4 {
    font-size: 1.8rem;
    color: var(--black);
}

@media screen and (max-width: 820px) {
    .category-post__box {
        border: 1px solid var(--black);
        width: calc((100% - 20px) / 2);
        margin: 0 8px 1.6rem;
    }
    .category-post__box:nth-child(2n+1) {
        margin-left: 0;
    }
    .category-post__box:nth-child(2n) {
        margin-right: 0;
    }
    .category-post--best {
        flex-wrap: nowrap;
    }
    .category-post__box--best {
        width: 100%;
        margin: 2.4rem .8rem 0;
    }
    .category-post__box--best:nth-child(1) {
        margin-left: 0!important;
    }
    .category-post__box--best:nth-child(2n+1) {
        margin-left: 1.6rem;
    }
    .arbitrary-ranking__box {
        width: calc((100% - 44px) / 2);
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 56.25%;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .wrap {
        padding: 0 2rem;
    }
    .info-wrap ol {
        margin-left: -20px;
    }

    .info-table {
        width: 100%;
    }
    .info-table th,
    .info-table td {
        border: none;
        display: block;
    }
	.xo-slider-template-coverflow .swiper-wrapper {
        width: 70% !important;
    }

    .info-wrap {
        padding: 0;
    }

    .search-tab li a {
        padding: 1.6rem;
    }

    .page-item a,
    .page-numbers {
        padding: .8rem;
        margin: 0 .4rem;
    }
    .page-item.current a,
    .page-numbers.current {
        background-color: var(--white);
        color: var(--key-color);
        font-weight: 900;
    }
    .place-rank__h {
        margin-top: 0;
    }
    .ranking-form {
        margin: 0 0 6.4rem;
    }
    .review-form {
        padding: 3.2rem 0;
    }
    .review-box label {
        width: 140px;
    }
    .review-box input,
    .review-box textarea {
        width: calc(100% - 140px);
    }
    .review-check {
        padding: 1.6rem;
    }
    .ranking-form label {
        margin: .4rem 0;
        min-width: calc(100% / 2);
    }

    .blog-card__link {
        display: block;
    }
    .blog-card img {
        width: 100%;
        height: 180px;
    }
    .blog-card__title {
        margin-bottom: 0;
    }
    .blog-card__description {
        display: none;
    }
    .coico-blog .attachment-post-thumbnail {
        max-width: 100%;
        margin-bottom: 2.4rem; 
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 50%;
    }
    .xo-slider .swiper-slide img {
        object-fit: cover;
        min-height: 300px;
    }
    .category-post--best {
        flex-wrap: wrap;
    }
    .category-post__box--best {
        margin: 4rem 0 1.6rem !important;
    }
    .arbitrary-ranking__box {
        width: calc((100% - 20px) / 1);
    }
}