@charset "UTF-8";
@media screen and (min-width: 960px) {
    body {
        min-width: unset;
    }
}
p {
	font-family: "Roboto", system-ui;
}
.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
#header-navi {
    margin-bottom: 0 !important;
}
#breadcrumbs {
    font-family: "Roboto", system-ui;
    font-weight: 300;
    z-index: 1;
    margin-top: 5px !important;
    box-sizing: border-box;
}
#breadcrumbs li, #breadcrumbs a, #breadcrumbs span {
    color: #333;
    text-decoration: none !important;
}
body:not(.yado_theme) #breadcrumbs {
    position: absolute;
    z-index: 5;
}
body:not(.yado_theme) #breadcrumbs li, body:not(.yado_theme) #breadcrumbs a, body:not(.yado_theme) #breadcrumbs span {
    color: #FFF;
}

/* -----------------------------
    TOPページ
----------------------------- */
.top {
    padding-bottom: 70px;
    position: relative;
}
.top .search__text {
    font-family: "Jost", sans-serif;
	font-size: 34px;
	font-weight: 500;
    color: #FFF;
    line-height: 1;
    margin-top: 50px;
}
.top .areaSearchIcon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: -8px;
}
/* エリア別で探す */
.area_search_pc .area__list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 24px 25px;
    margin-top: 25px;
}
.area_search_pc .area__list > li {
    display: flex;
    align-items: center;
}
.area_search_pc .area__list > li .alphabet {
    font-size: 26px;
    color: #FFF;
    font-weight: 500;
    line-height: 1;
    opacity: 0.5;
}
.area_search_pc .area__list > li .alphabet::after {
    content: '-';
    padding: 0 10px;
}
.area_search_pc .area__list > li .prefList {
    display: inline-flex;
    flex-wrap: wrap;
}
.area_search_pc .area__list > li .prefList > li a {
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
}
.area_search_pc .area__list > li .prefList > li + li::before {
    content: '\0ff5c';
    color: #FFF;
}



.theme_scene .search__text {
    font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 500;
    color: #3C679B;
    margin-top: 85px;
}
.theme_scene .area_search_pc .area__list > li .alphabet {
    color: #3C679B;
}
.theme_scene .area_search_pc .area__list > li .prefList > li a {
    color: #3C679B;
}
.theme_scene .area_search_pc .area__list > li .prefList > li + li::before {
    color: #3C679B;
}

.bottom .area_search_pc .area__list > li .alphabet {
    color: #6288B6;
}
.bottom .area_search_pc .area__list > li .prefList > li a {
    color: #6288B6;
}
.bottom .area_search_pc .area__list > li .prefList > li + li::before {
    color: #6288B6;
}


/* 旅色編集部Pick up */
.theme_pickup .pickup__title  {
    min-height: 84px;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.theme_pickup .pickup__title img  {
    width: 100%;
    max-width: 354px;
    height: auto;
}
.theme_pickup .pickup__list {
    position: relative;
    z-index: 0;
}
.theme_pickup .pickup__item {
    padding: 70px 0 66px;
    position: relative;
}
.theme_pickup .pickup__item:last-child {
    padding-bottom: 107px;
}
.theme_pickup .pickup__item::after {
    content: '';
    background-image: linear-gradient(to right, #FFF, #FFF 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.theme_pickup .pickup__item:first-child::after {
    display: none;
}

/* 旅色編集部Pick upスライダー */
.theme_pickup .pickup__item-img {
    width: 100%;
    max-width: 1200px;
	display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.theme_pickup .pickup__item-num {
    width: 96px;
    height: 108px;
    font-size: 20px;
    font-weight: 500;
    color: #3C679B;
    text-align: center;
    line-height: 1;
    padding-top: 10px;
    position: absolute;
    left: 3.54%;
    top: 0;
    z-index: 5;
    background-image: url(/images/yado/theme/ittogashi/pickup_num_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.theme_pickup .pickup__item-num span {
    display: block;
    font-size: 42px;
    font-weight: 600;
    color: #3C679B;
    padding-top: 3px;
}
.theme_pickup .swiper-button-next, .theme_pickup .swiper-button-prev {
    display: none;
}
.theme_pickup .swiper-main--wrap {
    width: 66%;
    max-width: 822px;
    margin-right: 2.5%;
    position: relative;
}
.theme_pickup .swiper-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.theme_pickup .swiper-slide img {
    max-height: 543px;
    object-fit: cover;
}
.theme_pickup .swiper-pagination {
    opacity: 0;
}
.theme_pickup .swiper-thumbnail {
    width: 31.5%;
    max-width: 378px;
}
.theme_pickup .swiper-thumbnail .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.theme_pickup .swiper-thumbnail .swiper-slide {
    width: 45%;
    max-width: 170px;
    height: auto;
    max-height: 117px;
    margin-bottom: 6.6%;
    opacity: .7;
}
.theme_pickup .swiper-thumbnail .swiper-slide:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
.theme_pickup .swiper-thumbnail .swiper-slide:hover {
    cursor: pointer;
}
.theme_pickup .swiper-thumbnail .swiper-slide img {
    max-height: 117px;
    object-fit: cover;
}
.theme_pickup .swiper-thumbnail .swiper-slide-thumb-active {
    opacity: 1;
    position: relative;
}
.theme_pickup .swiper-thumbnail .swiper-slide-thumb-active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #333;
}
.theme_pickup .swiper-slide img {
    display: block;
    width: 100%;
}

.theme_pickup .item__name {
	font-size: 45px;
	font-weight: 500;
    color: #FFF;
    border-bottom: 2px solid #FFF;
    padding-bottom: 18px;
    margin-top: 25px;
}
.theme_pickup .item__text {
    width: 100%;
    min-height: 405px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.theme_pickup .item__text .item__text-left {
    width: 62%;
    max-width: 745px;
    margin-right: 9%;
}
.theme_pickup .item__text-area {
    font-size: 20px;
	font-weight: 500;
    color: #FFF;
}
.theme_pickup .item__text-main {
    font-size: 30px;
	font-weight: 500;
    color: #FFF;
    margin-top: 8px;
}
.theme_pickup .item__text-sub {
    font-size: 20px;
	font-weight: 300;
    line-height: 2;
    color: #FFF;
    margin-top: 18px;
}
.theme_pickup .item__map {
    width: 29%;
}
.theme_pickup .item__map img {
    width: 100%;
    max-width: 302px;
    height: auto;
}
.theme_pickup .item__info {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.theme_pickup .info__text {
    width: calc(91.5% - 275px);
    max-width: 757px;
    margin-right: 8.5%;
    font-weight: 300;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
}
.theme_pickup .info__text dt {
    width: 77px;
    background: #333;
    text-align: center;
    margin: 30px 15px 0 0;
    padding: 2px 0;
    font-size: 14px;
    align-self: flex-start;
}
.theme_pickup .info__text dd {
    width: calc(100% - 92px);
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 30px;
    overflow-wrap: break-word;
}
.theme_pickup .info__text dt:first-child,
.theme_pickup .info__text dt:first-child + dd {
    margin-top: 0;
}
.theme_pickup .info__btn {
    width: 275px;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 4%;
    bottom: 0;
}
.theme_pickup .info__btn a {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #333;
    padding: 10px 0;
    background: #FFF;
    margin-top: 10px;
    box-sizing: border-box;
}
.theme_pickup .info__btn .planLink {
    color: #333;
}
.theme_pickup .info__btn .lpLink{
    margin-top: 0;
}
.theme_pickup .info__btn .planLink {
    background-image: url(/images/yado/theme/ittogashi/pickup_btn_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
}
.theme_pickup .item__articleLink {
    background: #FFF;
    border-radius: 10px;
    margin-top: 60px;
    position: relative;
}
.theme_pickup .item__articleLink a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 14px 5% 14px 1.8%;
}
.theme_pickup .item__articleLink a::after {
    content: '';
    width: 5%;
    max-width: 60px;
    height: 100%;
    background: #EDE8D2;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
}
.theme_pickup .item__articleLink:hover::after {
    opacity: 0.7;
}
.theme_pickup .item__articleLink a .articleLink__topics {
    width: 15.4%;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding: 9px 0 11px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 15px 1.6% 15px 0;
}
.theme_pickup .item__articleLink a .articleLink__img {
    width: 14%;
    max-width: 155px;
    height: auto;
    margin-right: 2.9%;
}
.theme_pickup .item__articleLink a .articleLink__text {
    width: 61.7%;
    margin: 10px 4.4% 10px 0;
}
.theme_pickup .item__articleLink a .articleLink__text::before,
.theme_pickup .item__articleLink a .articleLink__text::after {
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    right: 1.6%;
    border-radius: 100px;
    transform: rotate(30deg);
    transform-origin: 100% 50%;
    z-index: 1;
}
.theme_pickup .item__articleLink a .articleLink__text::after {
    transform: rotate(-30deg);
}
.theme_pickup .item__articleLink a .articleLink__title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.theme_pickup .item__articleLink a .articleLink__read {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 宿のタイプ */
.theme_type_pc {
    padding: 95px 0 85px;
}
.theme_type_pc .theme_type-title {
    text-align: center;
    position: relative;
}
.theme_type_pc .theme_type-title img {
    width: 100%;
    max-width: 960px;
    height: auto;
}
.theme_type_pc .theme_type-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 72px;
}
.theme_type_pc .theme_type-main .type {
    width: 50%;
    padding: 42px 0  46px;
    border-bottom: 1px solid #E3D6D6;
    box-sizing: border-box;
}
.theme_type_pc .theme_type-main .type:nth-child(odd) {
    padding-right: 5.7%;
    border-right: 1px solid #E3D6D6;
}
.theme_type_pc .theme_type-main .type:nth-child(even) {
    padding-left: 5.7%;
}
.theme_type_pc .theme_type-main .type:nth-child(-n+2) {
    padding-top: 0;
}
.theme_type_pc .theme_type-main .type:nth-last-child(-n+2) {
    border-bottom: 0;
}
.theme_type_pc .type .type__title img {
    width: 100%;
    max-width: 530px;
    height: auto;
    vertical-align: top;
}
.theme_type_pc .type .type__img {
    margin-top: 22px;
}
.theme_type_pc .type .type__img img {
    width: 100%;
    max-width: 525px;
    height: auto;
    border-radius: 15px;
    vertical-align: top;
}
.theme_type_pc .type .type__text {
	font-size: 16px;
	font-weight: 300;
    line-height: 1.75;
    color: #333;
    margin-top: 25px;
    max-width: 525px;
}

/* シーン別特集 */
.theme_scene {
    padding: 55px 0 103px;
}
.theme_scene .theme_scene-title {
    text-align: center;
}
.theme_scene .theme_scene-title img {
    width: 100%;
    max-width: 934px;
    height: auto;
}
.theme_scene .theme_scene-main .scene {
    background: #FFF;
    padding: 65px 8% 72px;
}
.theme_scene .theme_scene-main .scene:not(:first-child) {
    margin-top: 90px;
}
.theme_scene .scene__top {
    display: flex;
    flex-wrap: wrap;
}
.theme_scene .top__text {
    width: 51.3%;
    max-width: 528px;
    margin-right: 7.5%;
}
.theme_scene .top__title img {
    width: 100%;
    max-width: 528px;
    height: auto;
}
.theme_scene .top__text-sub {
	font-size: 16px;
	font-weight: 300;
    color: #333;
    margin-top: 40px;
}
.theme_scene .top__img {
    width: 41.2%;
}
.theme_scene .top__img img {
    width: 100%;
    max-width: 415px;
    height: auto;
}
.theme_scene .scene__main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}
.theme_scene .yado {
    width: 46.8%;
    max-width: 471px;
    margin-top: 50px;
    margin-right: 6.4%;
}
.theme_scene .yado a {
    display: block;
}
.theme_scene .yado:nth-child(2n) {
    margin-right: 0;
}
.theme_scene .yado .yado__img {
    position: relative;
}
.theme_scene .yado .yado__img img {
    width: 100%;
    max-width: 470px;
    height: auto;
    vertical-align: top;
}
.theme_scene .yado .yado__img .yado__area {
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 8px 0 13px 47px;
    box-sizing: border-box;
}
.theme_scene .yado .yado__img .yado__area::before {
    content: '';
    width: 14px;
    height: 20px;
    background-image: url(/images/yado/theme/common/area_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 21px;
}
.theme_scene .yado .yado__name {
	font-size: 20px;
	font-weight: 500;
    color: #333;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theme_scene .yado .yado__nameKana {
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 300;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theme_scene .yado__text-main {
	font-size: 16px;
	font-weight: 500;
    margin-top: 3px;
    padding-top: 10px;
    border-top: 1px solid #CCC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theme_scene .yado__text-sub {
    margin-top: 10px;
    position: relative;
    min-height: 119px;
}
.theme_scene .yado__text-sub .lead {
    font-size: 16px;
	font-weight: 300;
    color: #333;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.theme_scene .yado__text-sub .more {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
	font-weight: 300;
    text-decoration: underline;
}
.theme_scene .info__btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}
.theme_scene .info__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #3C679B;
    text-align: center;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #3C679B;
    padding: 7px 0;
    box-sizing: border-box;
    margin-top:  10px;
}
.theme_scene .info__btn .lpLink {
    margin-top: 0;
}
.theme_scene .info__btn .hpLink {
    width: 49.3%;
    margin-right: 1.4%;
}
.theme_scene .info__btn .planLink {
    width: 49.3%;
    background: #3C679B;
    color: #FFF;
}

/* その他の特集を見る スライダー */
.bottom {
    margin: 80px 0 0;
}
.bottom .search__text {
    font-family: "Jost", sans-serif;
	font-size: 34px;
	font-weight: 500;
    line-height: 1;
    position: relative;
}
.bottom .areaSearchIcon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: -8px;
}
.yado__slider {
    margin-top: 90px;
}
.yado__slider .other__theme {
    max-width: 1200px;
    margin: auto;
    font-family: "Jost", sans-serif;
	font-size: 23px;
	font-weight: 500;
    line-height: 1;
    color: #333;
    border-left: 5px solid #000;
    padding-left: 10px;
}
.yado__slider .slider__wrap {
    position: relative;
}
.yado__slider .swiper-container {
    position: relative;
    font-size: 0;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 75px;
}
.yado__slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.yado__slider .swiper-pagination-bullet {
	width: 8px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #000;
    background: #FFF;
    opacity: 1;
}
.yado__slider .swiper-pagination-bullet-active {
    background-color: #E8A2A2;
}
.yado__slider .swiper-slide img {
    width: 100%;
    height: auto;
}
.yado__slider .swiper-slide a {
    display: block;
    position: relative;
}
.yado__slider .swiper-slide a:focus {
    outline: none;
}
.yado__slider .swiper-slide a::after {
    content: 'Read▸';
    width: 100px;
    height: 45px;
    background: #333;
    font-family: "Roboto", system-ui;
    font-size: 16px;
    color: #FFF;
    line-height: 1;
    text-align: center;
    padding: 13px 0 9px 5px;
    border: 2px solid #FFF;
    border-radius: 5px;
    box-sizing: border-box;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.yado__slider .swiper-button-prev, .yado__slider .swiper-button-next {
    position: absolute;
    margin-top: 0;
    width: 50px;
    height: calc(100% - 30px);
    background:rgba(0,0,0,0.5);
    z-index: 3;
}
.yado__slider .swiper-button-prev::before, .yado__slider .swiper-button-next::before {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    top: 46%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.yado__slider .swiper-button-prev:hover, .yado__slider .swiper-button-next:hover,
.yado__slider .swiper-button-prev:focus, .yado__slider .swiper-button-next:focus {
    color: #fff;
    outline: none;
}
.yado__slider .swiper-button-prev:hover::before, .yado__slider .swiper-button-next:hover::before,
.yado__slider .swiper-button-prev:focus::before, .yado__slider .swiper-button-next:focus::before {
    opacity: 1;
}
.yado__slider .swiper-button-prev.slick-disabled:before,
.yado__slider .swiper-button-next.slick-disabled:before {
    opacity: .8;
}
.yado__slider .swiper-button-prev {
    left: 0;
}
.yado__slider .swiper-button-prev::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 18px;
}
.yado__slider .swiper-button-next {
    right: 0;
}
.yado__slider .swiper-button-next::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 8px;
}

/* -----------------------------
    検索結果ページ
----------------------------- */
.search .search__img {
    position: relative;
}
.search .search__img-wrap {
    z-index: 0;
    position: relative;
}
.search .search__img-wrap::before {
    content: '';
    width: 100%;
    height: 575px;
    background-color: rgba(51,51,51,0.5);
    z-index: 1;
    position: absolute;
}
.search .search__img .search__img-wrap img {
    width: 100%;
    height: 575px;
    object-fit: cover;
    vertical-align: top;
}
.search__text-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    box-sizing: border-box;
    padding: 76px 0 50px;
}
.search .search__text-title .search__text-img {
    display: block;
    width: 100%;
}
.search .search__text-title .search__text-key {
    display: inline-block;
	font-size: 35px;
	font-weight: 300;
    line-height: 1;
    color: #FFF;
    margin-top: 50px;
    padding: 7px 8px 11px;
    border: 1px solid #FFF;
    position: relative;
}
.search .search__text-title .search__text-key::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 12px);
    border: 1px solid #FFF;
    position: absolute;
    top: -6px;
    left: -0.9px;
}
.search .search__img .search__text-right {
    width: 48%;
    max-width: 545px;
    align-self: flex-end;
    margin-top: 65px;
}
.search .search__img .search__text-right .top__text-main a {
    display: block;
    width: 100%;
    font-family: "Roboto", system-ui;
	font-size: 20px;
	font-weight: 500;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search .search__img .search__text-right .top__text-main a:hover {
    opacity: 1;
    text-decoration: underline !important;
}
.search .search__img .search__text-right .top__text-sub {
	font-size: 14px;
	font-weight: 300;
    color: #FFF;
    line-height: 1.5;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.search__wrap {
    display: flex;
    margin: 38px auto 150px;
}

.theme {
    width: calc(95% - 220px);
    max-width: 915px;
}
.theme__top {
    margin-bottom: 30px;
}
.theme__top .theme__title {
    font-family: "Roboto", system-ui;
	font-size: 30px;
	font-weight: 400;
}
.theme__top .theme__title span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.theme__top .theme__text {
	font-size: 16px;
	font-weight: 300;
    color: #333;
    margin-top: 10px;
}
.theme__top .theme__ranking {
    margin-top: 13px;
    text-align: right;
}
.theme__top .theme__ranking a {
    font-family: "Roboto", system-ui;
	font-size: 18px;
	font-weight: 500;
    text-decoration: underline !important;
}
.theme .theme__num {
    display: inline-block;
    font-family: "Jost", sans-serif;
	font-size: 18px;
	font-weight: 300;
    color: #333;
    margin-right: 35px;
}
.theme .theme__num span {
    font-family: "Jost", sans-serif;
	font-size: 30px;
    font-weight: 300;
    vertical-align: -1px;
}
.theme .theme__select {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    vertical-align: 3px;
}
.theme .theme__select li {
    margin: 5px 20px 5px 0;
}
.theme .theme__select li a {
    display: block;
    padding: 3px 11px;
    background: #EDE8D2;
    border-radius: 13px;
    font-family: "Roboto", system-ui;
	font-size: 13px;
	font-weight: 300;
    color: #333;
}

/* 検索結果ページ スライダー */
.theme {
    position: relative;
}
.theme .theme__item {
    margin: 0;
    padding: 71px 0 68px;
    position: relative;
    max-height: 2000px;
    overflow: hidden;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.theme .theme__item.blur {
    overflow: hidden;
    max-height: 420px;
    padding: 0;
    margin-top: 71px;
    pointer-events: none;
}
.theme .theme__item.blur .wrap {
    overflow: hidden;
}
.theme .theme__item.blur .theme__item-img,
.theme .theme__item.blur .item__name,
.theme .theme__item.blur .item__nameKana,
.theme .theme__item.blur .item__text,
.theme .theme__item.blur .item__info,
.theme .theme__item.blur .info__btn,
.theme .theme__item.blur .sub__left {
    filter: blur(5px);
}
.theme .theme__item.blur::after {
    display: none;
}
.theme .theme__item.none {
    display: none;
    overflow: hidden;
    height: 0;
    padding: 0;
 }

.theme .theme__item.pr .swiper-main--wrap::before {
    content: 'Pick up';
    font-family: "Roboto", system-ui;
	font-size: 14px;
	font-weight: 500;
    color: #333;
    text-align: center;
    width: 70px;
    background: rgba(255, 255, 255, 0.73);
    position: absolute;
    top: 14px;
    left: 19px;
    z-index: 3;
}
.theme .theme__item::after {
    content: '';
    background-image: linear-gradient(to right, #AAA, #AAA 5px, transparent 5px, transparent 10px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.theme .theme__item:last-child::after {
    display: none;
}
.theme .theme__item:first-child {
    padding-top: 20px;
}
.theme .theme__item-img {
    width: 100%;
	display: flex;
}
.theme .swiper-button-next, .theme .swiper-button-prev {
    display: none;
}
.theme .swiper-main--wrap {
    width: 67.2%;
    max-width: 615px;
    margin-right: 2.6%;
    position: relative;
}
.theme .swiper-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.theme .swiper-slide img {
    max-height: 422px;
    object-fit: cover;
}
.theme .swiper-pagination {
    opacity: 0;
}
.theme .swiper-thumbnail {
    width: 30.2%;
    max-width: 275px;
}
.theme .swiper-thumbnail .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.theme .swiper-thumbnail .swiper-slide {
    width: 45%;
    max-width: 129px;
    height: auto;
    max-height: 89px;
    margin-bottom: 9.5%;
    opacity: .7;
}
.theme .swiper-thumbnail .swiper-slide:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
.theme .swiper-thumbnail .swiper-slide:hover {
    cursor: pointer;
}
.theme .swiper-thumbnail .swiper-slide img {
    max-height: 89px;
    object-fit: cover;
}
.theme .swiper-thumbnail .swiper-slide-thumb-active {
    opacity: 1;
    position: relative;
}
.theme .swiper-thumbnail .swiper-slide-thumb-active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #333;
}
.theme .swiper-slide img {
    display: block;
    width: 100%;
}
.theme .theme__item-area {
    width: 100%;
    height: 40px;
	font-size: 18px;
	font-weight: 500;
    color: #FFF;
    line-height: 1.2;
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    padding: 9px 0 12px 48px;
    box-sizing: border-box;
}
.theme .theme__item-area::before {
    content: '';
    width: 16px;
    height: 23px;
    background-image: url(/images/yado/theme/common/area_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 21px;
}
.theme .item__nameWrap {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #AAA;
}
.theme .item__name {
    font-family: "Roboto", system-ui;
	font-size: 30px;
	font-weight: 500;
    line-height: 1.1;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theme .item__nameKana {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theme .item__text {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
}
.theme .item__text-left {
    width: 67.2%;
    max-width: 615px;
    margin-right: 2.6%;
}
.theme .item__text-left .item__text-main {
	font-size: 20px;
	font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theme .item__text-left .item__text-sub {
	font-size: 16px;
	font-weight: 300;
    line-height: 1.6;
    color: #333;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.theme .item__text-right {
    width: 30.2%;
    max-width: 275px;
    background: #F6F5F0;
    padding: 13px 2%;
    box-sizing: border-box;
}
.theme .item__text-right li {
    font-family: "Roboto", system-ui;
	font-size: 13px;
	font-weight: 500;
    color: #333;
    padding-left:  30px;
    position: relative;
}
.theme .item__text-right li::before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
}
.theme .item__text-right li + li {
    margin-top: 16px;
}
.theme .item__text-right li.icn_yado1::before {
    background: url(/images/yado/theme/common/yado_flag1.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado2::before {
    background: url(/images/yado/theme/common/yado_flag2.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado3::before {
    background: url(/images/yado/theme/common/yado_flag3.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado4::before {
    background: url(/images/yado/theme/common/yado_flag4.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado5::before {
    background: url(/images/yado/theme/common/yado_flag5.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado6::before {
    background: url(/images/yado/theme/common/yado_flag6.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado7::before {
    background: url(/images/yado/theme/common/yado_flag7.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado8::before {
    background: url(/images/yado/theme/common/yado_flag8.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado9::before {
    background: url(/images/yado/theme/common/yado_flag9.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado10::before {
    background: url(/images/yado/theme/common/yado_flag10.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado11::before {
    background: url(/images/yado/theme/common/yado_flag11.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado12::before {
    background: url(/images/yado/theme/common/yado_flag12.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado13::before {
    background: url(/images/yado/theme/common/yado_flag13.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado14::before {
    background: url(/images/yado/theme/common/yado_flag14.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado15::before {
    background: url(/images/yado/theme/common/yado_flag15.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado16::before {
    background: url(/images/yado/theme/common/yado_flag16.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado17::before {
    background: url(/images/yado/theme/common/yado_flag17.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado18::before {
    background: url(/images/yado/theme/common/yado_flag18.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado19::before {
    background: url(/images/yado/theme/common/yado_flag19.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado20::before {
    background: url(/images/yado/theme/common/yado_flag20.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado21::before {
    background: url(/images/yado/theme/common/yado_flag21.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado22::before {
    background: url(/images/yado/theme/common/yado_flag22.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado23::before {
    background: url(/images/yado/theme/common/yado_flag23.svg) no-repeat;
    background-size: contain;
}
.theme .item__text-right li.icn_yado24::before {
    background: url(/images/yado/theme/common/yado_flag24.svg) no-repeat;
    background-size: contain;
}
.theme .item__info {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.theme .info__text {
    width: 67.7%;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-right: 2.3%;
}
.theme .info__text dt {
    width: 71px;
    background: #333;
    text-align: center;
    margin: 25px 21px 0 0;
    padding: 2px 0;
    font-size: 12px;
    color: #FFF;
    align-self: flex-start;
}
.theme .info__text dd {
    width: calc(100% - 92px);
    max-height: 40px;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 25px;
    overflow-wrap: break-word;
}
.theme .info__text dt:first-child,
.theme .info__text dt:first-child + dd {
    margin-top: 0;
}
.theme .info__text dd:last-child {
    width: 57%;
}
.theme .info__btn {
    width: 30%;
    max-width: 275px;
    height: 100%;
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.theme .info__btn a {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #E8A2A2;
    text-align: center;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #E8A2A2;
    padding: 10px 0;
    margin-top: 10px;
    box-sizing: border-box;
}
.theme .info__btn .lpLink {
    margin-top: 0;
}
.theme .info__btn .planLink {
    color: #FFF;
    background: #E8A2A2;
}
.theme .item__moreBtn {
    position: absolute;
    bottom: 187px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 100%;
    display: none;
}
.theme .item__moreBtn a {
    display: block;
    width: 100%;
    max-width:  500px;
    font-size: 23px;
    text-decoration: underline !important;
    border: 2px solid #333;
    border-radius: 10px;
    background: #FFF;
    margin: 0 auto;
    padding: 19px 0;
    text-align: center;
    box-sizing: border-box;
}
.theme .item__moreBtn a:hover {
    cursor: pointer;
}
.theme__item.sub {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 56px 0;
}
.theme__item.sub .item__nameWrap {
    width: 100%;
    margin-top: 0;
    padding-bottom: 10px;
    border: unset;
}
.theme__item.sub .sub__left {
    width: 44.3%;
    max-width: 406px;
    margin-right: 4.4%;
    position: relative;
    align-self: flex-start;
}
.theme__item.sub .sub__left img {
    width: 100%;
    max-width: 406px;
    height: auto;
    vertical-align: top;
}
.theme__item.sub .sub__right {
    display: flex;
    flex-direction: column;
    width: 51.3%;
    max-width: 470px;
}
.theme__item.sub .item__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    margin-top: 0;
    overflow-wrap: break-word;
}
.theme__item.sub .info__btn {
    width: 100%;
    max-width: unset;
    height: unset;
    margin-top: auto;
    margin-left: auto;
    gap: 15px 10px;
}
.theme__item.sub .info__btn:has(> :nth-child(3):last-child) a:first-child {
    width: 100%;
}
.theme__item.sub .info__btn a {
    width: calc((100% - 10px) / 2);
    margin-top: 0;
    margin-right: 0;
    font-size: 16px;
    padding: 8px 0;
    box-sizing: border-box;
}
.theme__item.sub .info__btn .planLink {
    margin-right: 0;
    margin-left: auto;
}
.theme__item.sub.blur {
    padding-bottom: 85px;
}

/* 検索結果ページ 絞り込み条件 */
.searchPanel_pc {
    width: 220px;
    margin-right: 5%;
    background: #F6F5F0;
    align-self: flex-start;
}
.searchPanel_pc .searchPanel__title {
	font-size: 14px;
	font-weight: 500;
    color: #FFF;
    text-align: center;
    background: #D1C9AE;
    padding: 5px 0;
}
.searchPanel_pc .select__title {
	font-size: 14px;
	font-weight: 500;
    color: #333;
}
.searchPanel_pc .searchPanel__main {
    padding: 14px 15px 25px;
}
.searchPanel_pc .searchPanel__select + .searchPanel__select {
    margin-top: 25px;
}
.searchPanel_pc .select_box {
    position: relative;
    margin-top: 6px;
}
.searchPanel_pc .select_box::after {
    content:'\025bc';
    font-family: "Roboto", system-ui;
	font-size: 9px;
	font-weight: 300;
    color: #333;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    cursor: pointer;
    pointer-events: none;
}
.searchPanel_pc .select_box select {
    width: 100%;
    font-family: "Roboto", system-ui;
	font-size: 14px;
	font-weight: 300;
    color: #222;
    border: 1px solid #707070;
    border-radius: 5px;
    background: #FFF;
    padding: 4px 22px 4px 13px;
    height: 35px;
}
.searchPanel_pc .select_box .prefecture,
.searchPanel_pc .select_box .type {
    color: #AAA;
}
.searchPanel_pc .select_box select:hover {
    cursor: pointer;
}
.searchPanel_pc .select_box + .select_box {
    margin-top: 11px;
}
.searchPanel_pc .search__btn {
    width: 100%;
    max-width: 160px;
    margin: 28px auto 0;
}
.searchPanel_pc .search__btn button {
    width: 100%;
    font-family: "Roboto", system-ui;
	font-size: 14px;
	font-weight: 500;
    color: #FFF;
    background: #000;
    border-radius: 18px;
    border: 0;
    padding: 9px 0;
}
.searchPanel_pc .search__btn button:hover {
    cursor: pointer;
    opacity: 0.7;
}
.searchPanel_sp {
    display: none;
}
.bgAll {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* -----------------------------
    404ページ
----------------------------- */
.top404 {
    padding-bottom: 70px;
}
.top404 .top404__img {
    position: relative;
}
.top404 .top404__img-wrap {
    z-index: 0;
    position: relative;
}
.top404 .top404__img-wrap::before {
    content: '';
    width: 100%;
    height: 200px;
    background-color: rgba(51,51,51,0.75);
    z-index: 1;
    position: absolute;
}
.top404 .top404__img .top404__img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    vertical-align: top;
}
.top404 .top404__text-wrap {
    display: flex;
    align-items: center;
	overflow: hidden;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.top404 .top404__text-title {
    display: flex;
    align-items: center;
}
.top404 .top404__text {
    font-family: "Roboto", system-ui;
	font-size: 30px;
	font-weight: 300;
    color: #333;
    text-align: center;
    margin: 60px auto;
}
.top404 .search__text {
    font-family: "Roboto", system-ui;
	font-size: 20px;
	font-weight: 500;
    padding-left: 10px;
}

/* -----------------------------
    ランキングページ
----------------------------- */
.ranking .ranking__img {
    position: relative;
}
.ranking .ranking__img-wrap {
    z-index: 0;
    position: relative;
}
.ranking .ranking__img-wrap::before {
    content: '';
    width: 100%;
    height: 505px;
    background-color: rgba(51,51,51,0.5);
    z-index: 1;
    position: absolute;
}
.ranking .ranking__img .ranking__img-wrap img {
    width: 100%;
    height: 505px;
    object-fit: cover;
    vertical-align: top;
}
.ranking .ranking__text-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 40px;
}
.ranking .ranking__img .ranking__date {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #FFF;
    position: absolute;
    top: 0;
    right: 0;
}
.ranking .ranking__title-main {
    width: 100%;
}
.ranking .ranking__title-main span {
    font-family: "Jost", sans-serif;
    font-weight: 500;
}
.ranking .ranking__title {
    position: relative;
    padding-top: 65px;
}
.ranking .ranking__title span {
    color: #FFF;
}
.ranking .ranking__title .large {
    font-size: 60px;
}
.ranking .ranking__title .small {
    font-size: 40px;
}
.ranking .ranking__title::before {
    content: '';
    width: 60px;
    height: 45px;
    background-image: url(/images/yado/theme/common/crown_icon_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.ranking .ranking__title-sub {
    display: inline-block;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    color: #FFF;
    margin-top: 20px;
    padding: 4px 17px 4px;
    border: 1px solid #FFF;
    position: relative;
}
.ranking .ranking__title-sub::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 8px);
    border: 1px solid #FFF;
    position: absolute;
    top: -4.5px;
    left: -0.9px;
}
.ranking .ranking__text {
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    line-height: 1.5;
    text-align: left;
    max-width: 690px;
    margin-top: 20px;
}
.ranking .ranking__detail {
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    position: absolute;
    bottom: 25px;
    right: 0;
}
.ranking .ranking__main {
    display: flex;
    margin-top: 27px;
}
.ranking .ranking__main-left {
    width: 75%;
    max-width: 900px;
    margin-right: 3.4%;
}
.ranking .ranking__main-right {
    width: 21.6%;
    max-width: 260px;
}
/* エリア別人気ランキング */
.ranking_area .area__title,
.ranking_area_pop_pc .area__title {
    font-family: "Jost", sans-serif;
	font-size: 18px;
	font-weight: 500;
    color: #333;
    padding: 0 0 5px 30px;
    border-bottom: 1px solid #AAA;
    position: relative;
}
.ranking_area .area__title::before,
.ranking_area_pop_pc .area__title::before {
    content: '';
    width: 21px;
    height: 16px;
    background-image: url(/images/yado/theme/common/crown_icon_y.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 5px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.ranking_area .all {
    width: 100%;
    display: block;
    font-size: 16px;
	font-weight: 500;
    color: #FFF;
    text-align: center;
    background: #D1C9AE;
    border-radius: 3px;
    margin-top: 10px;
    padding: 5px 0;
}
.ranking_area .area__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.ranking_area .area__list dt {
    width: 18px;
    font-size: 26px;
    font-weight: 500;
    color: #CDCDCD;
    text-align: center;
    flex-shrink: 0;
    padding-right: 39px;
    display: flex;
    justify-content: center;
    position: relative;
}
.ranking_area .area__list dt:not(:first-child) {
    margin-top: 5px;
}
.ranking_area .area__list dt::after {
    content: '-';
    padding: 0 15px;
    position: absolute;
    right: 0;
}
.ranking_area .area__list dd {
    width: calc(100% - 57px);
    padding-top: 8px;
    margin-top: 5px;
}
.ranking_area .area__list dt:first-child + dd {
    margin-top: 0px;
}
.ranking_area .area__list dd ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px 15px;
}
.ranking_area .area__list dd ul li {
   font-size: 14px;
   font-weight: 400;
   overflow-wrap: break-word;
   position: relative;
}
/* .ranking_area .area__list dd ul li:nth-child(even) {
    margin-left: 10%;
} */
.ranking_area .area__list dd ul li.on a {
    color: #E7A2A2;
 }
/* .ranking_area .area__list dd ul li:nth-child(even)::before {
    content: '｜';
    position: absolute;
    left: -30%;
} */


/* ランキング一覧 */
.ranking_list {
    margin-top: 50px;
    background: #F8F8F8;
    padding: 15px 4.6% 30px;
}
.ranking_list .list__title {
    font-family: "Roboto", system-ui;
	font-size: 18px;
	font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 14px;
}
.ranking_list .list__title::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.ranking_list .list__content .list__item {
    padding: 15px 0;
    border-bottom: 1px solid #DDD;
}
.ranking_list .list__content .list__item a {
    display: block;
}
.ranking_list .list__content .list__item a:hover {
    opacity: 0.7;
}
.ranking_list .list__content .list__item .list__num {
    max-width: 50px;
    font-size: 12px;
	font-weight: 500;
    color: #FFF;
    line-height: 25px;
    text-align: center;
    background: #D1C9AE;
    border-radius: 5px;
}
.ranking_list .list__content .list__item:first-child .list__num {
    background: #E6CC3A;
}
.ranking_list .list__content .list__item:nth-child(2) .list__num {
    background: #AAAAAA;
}
.ranking_list .list__content .list__item:nth-child(3) .list__num {
    background: #C1823E;
}
.ranking_list .list__content .list__item .list__num span {
    font-family: "Jost", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    color: #FFF;
    vertical-align: -3px;
}
.ranking_list .list__content .list__item .list__num::before {
    content: '';
    width: 16px;
    height: 12px;
    background-image: url(/images/yado/theme/common/crown_icon_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px;
}
.ranking_list .list__content .list__item .list__wrap {
    display: flex;
}
.ranking_list .list__content .list__item .list__text {
    width: 61%;
    max-width: 144px;
    margin-right: 4%;
}
.list__text .list__area {
    font-size: 12px;
    font-weight: 300;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 6px;
    vertical-align: -1px;
}
.list__text .list__area::before {
    content: '';
    width: 9px;
    height: 12px;
    background-image: url(/images/yado/theme/common/area_icon_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.list__text .list__name {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 3px;
}
.ranking_list .list__content .list__item .list__img {
    width: 35%;
    max-width: 82px;
    align-self: flex-end;
}
.ranking_list .list__content .list__item .list__img img {
    width: 100%;
    max-width: 82px;
    height: auto;
    vertical-align: top;
}
.ranking_list .list__moreBtn {
    width: 100%;
    max-width: 165px;
    margin: 30px auto 0;
    display: none;
}
.ranking_list .list__moreBtn a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    background: #FFF;
    border: 1px solid #333;
    padding: 6px 0;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.ranking_list .list__moreBtn a:hover {
    cursor: pointer;
}
.ranking_list .list__content .list__item.blur {
    filter: blur(2px);
    pointer-events: none;
}
.ranking_list .list__content .list__item:nth-child(n + 11) {
    display: none;
}
/* ランキング */
.ranking_theme {
    position: relative;
}
.ranking_theme .ranking-card {
    margin: 60px 0;
    max-height: 2000px;
    overflow: hidden;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.ranking_theme .ranking-card.blur {
    overflow: hidden;
    max-height: 155px;
}
.ranking_theme .ranking-card.blur .ranking-card__top,
.ranking_theme .ranking-card.blur .ranking-card-row {
    filter: blur(5px);
}
.ranking_theme .ranking-card.none {
    display: none;
}
.ranking_theme .ranking-card:first-child {
    margin-top: 0;
}
.ranking_theme .ranking-card .ranking-card__top {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__num {
    width: 55px;
    height: 55px;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    background: #D1C9AE;
    padding: 5px 0 4px;
    margin-right: 14px;
    box-sizing: border-box;
}
.ranking_theme .ranking-card:first-child .ranking-card__top .ranking-card__num {
    background: #E6CC3A;
}
.ranking_theme .ranking-card:nth-child(2) .ranking-card__top .ranking-card__num {
    background: #AAA;
}
.ranking_theme .ranking-card:nth-child(3) .ranking-card__top .ranking-card__num {
    background: #C1823E;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__num::before {
    content: '';
    width: 22px;
    height: 16.5px;
    background-image: url(/images/yado/theme/common/crown_icon_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__num span {
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.3;
    margin-right: 3px;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__text {
    width: calc(100% - 70px);
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__area {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    padding-top: 2px;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__area::before {
    content: '';
    width: 11px;
    height: 15px;
    background-image: url(/images/yado/theme/common/area_icon_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__ttl {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ranking_theme .ranking-card .ranking-card__top .ranking-card__ttlKana {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ranking_theme .ranking-card-row {
    display: flex;
    flex-wrap: wrap;
}
.ranking_theme .ranking-card__img {
    width: 60%;
    max-width: 540px;
    position: relative;
    align-self: flex-start;
}
.ranking_theme .ranking-card__img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.ranking_theme .ranking-card__img .ranking-card__area {
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.2;
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    padding: 9px 0 12px 48px;
    box-sizing: border-box;
}
.ranking_theme .ranking-card__img .ranking-card__area::before {
    content: '';
    width: 16px;
    height: 23px;
    background-image: url(/images/yado/theme/common/area_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 21px;
}
.ranking_theme .ranking-card__body {
    width: calc(40% - 20px);
    margin-left: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.ranking_theme .ranking-card__body p {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.ranking_theme .ranking-card__heading {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ranking_theme .ranking-card__btn-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: auto;
    position: unset;
    gap: 8px 6px;
}
.ranking_theme .ranking-card__btn-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 6px) / 2);
    min-height: 35px;
    border-radius: 5px;
    padding: 5px 0 3px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}
.ranking_theme .ranking-card__btn-wrap:has(> :nth-child(1):last-child) a,
.ranking_theme .ranking-card__btn-wrap:has(> :nth-child(3):last-child) a:first-child {
    width: 100%;
}
.ranking_theme .ranking-btn--sand {
    background: #e8a2a2;
    color: #fff;
}
.ranking_theme .ranking-btn--white {
    background: #FFF;
    color: #e8a2a2;
    border: 1px solid #e8a2a2;
}
.ranking_theme .lpLink {
    /* width: 100%; */
}
.ranking_theme .hpLink {
    /* width: 48.5%;
    margin-top: 10px;
    margin-right: 3%; */
}
.ranking_theme .planLink {
    /* width: 48.5%;
    margin-top: 10px; */
}
.ranking_theme .ranking-btn--sand:hover,
.ranking_theme .ranking-btn--white:hover {
    cursor: pointer;
}
.ranking_theme .ranking-card__info {
    border: 1px solid #333;
    margin-top: 20px;
    padding: 20px 6.6% 10px;
}
.ranking_theme .ranking-card__info-heading {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    margin-bottom: 7px;
}
.ranking_theme .ranking-card__info-table > div {
    display: flex;
}
.ranking_theme .ranking-card__info-table > div + div {
    margin-top: 5px;
}
.ranking_theme .ranking-card__info-table dt {
    width: 100px;
    flex-shrink: 0;
}
.ranking_theme .ranking-card__info-table dd {
    width: 100%;
}
.ranking_theme .ranking-card__info-table dt, .ranking_theme .ranking-card__info-table dd {
    font-size: 13px;
    font-weight: 300;
    color: #333;
    line-height: 1.6;
    vertical-align: top;
}
.ranking_theme .ranking-card__info-maplink {
    text-decoration: underline !important;
}
.ranking_theme .ranking-card__info-maplink:hover {
    cursor: pointer;
}
.ranking_theme .ranking-card__info-maplink::after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(/images/yado/theme/common/link_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.ranking_theme .ranking-share {
    margin-bottom: 0;
    font-size: 0;
    margin: 10px -7px;
    display: flex;
    align-items: center;
}
.ranking_theme .ranking-share a {
    margin: 0 7px;
}
.ranking_theme .ranking-card__repletion {
    background: #F6F5F0;
    padding: 20px 6.6%;
    margin-top: 40px;
}
.ranking_theme .ranking-card__repletion-heading {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    margin-bottom: 6px;
}
.ranking_theme .ranking-card__repletion-row {
    display: flex;
    flex-wrap: wrap;
}
.ranking_theme .ranking-card__repletion-row__img {
    width: 25.5%;
    max-width: 200px;
    margin-right: 20px;
    margin-top: 4px;
}
.ranking_theme .ranking-card__repletion-row__img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.ranking_theme .ranking-card__repletion-row__img+.ranking-card__repletion-row__body {
    width: calc(74.5% - 20px);
    padding-top: 12px;
}
.ranking_theme .ranking-card__repletion-row__body p {
    font-size: 13px;
    font-weight: 300;
    color: #333;
}
.ranking_theme .ranking-card__repletion-row__body p a {
    color: #E8A2A2;
}
.ranking_theme .ranking-card__repletion-row__body p a:hover {
    cursor: pointer;
    text-decoration: underline !important;
}
.ranking_theme .ranking__moreBtn {
    width: 100%;
    max-width: 400px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    display: none;
}
.ranking_theme .ranking__moreBtn a {
    display: block;
    min-height: 75px;
    font-size: 23px;
    font-weight: 500;
    color: #333;
    text-decoration: underline !important;
    background: #FFF;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 19px 0;
    text-align: center;
    box-sizing: border-box;
}
.ranking_theme .ranking__moreBtn a:hover {
    cursor: pointer;
}

/* -----------------------------
    テーマ一覧
----------------------------- */
.theme_list_top {
    position: relative;
  }
  .theme_list_top .top__img-wrap {
      position: relative;
  }
  .theme_list_top .top__img-wrap::before {
      content: '';
      width: 100%;
      height: 155px;
      background-color: rgba(51,51,51,0.35);
      z-index: 1;
      position: absolute;
  }
  .theme_list_top .top__img-wrap img,
  .theme_list_top .top__img-wrap source {
      width: 100%;
      height: 155px;
      object-fit: cover;
      vertical-align: top;
  }
  .theme_list_top .top__text-title {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      z-index: 1;
      font-family: "Jost", serif;
      font-weight: 500;
      color: #fff;
      text-align: center;
      font-size: 43px;
      line-height: 1.2;
      max-width: 92%;
  }
  .super_theme_list {
    display: flex;
    flex-wrap: wrap;
  }
  .super_theme_list_card {
    width: 50%;
  }
  .super_theme_list_card.private {
    background: #DCD6E8;
  }
  .super_theme_list_card.ittogashi {
    background: #D6E3F2;
  }
  .super_theme_list_card.hotel_resort {
    background: #C9EBF7;
  }
  .super_theme_list_card.small_luxury {
    background: #D0E3CF;
  }
  .super_theme_list_card.roten {
    background: #F0E5DC;
  }
  .super_theme_list_card.pool {
    background: #FAFAF7;
  }
  .super_theme_list_card.ocean {
    background: #A3C8ED;
  }
  .super_theme_list_card.kashikiri {
    background: #D3AAB7;
  }
  .super_theme_list_card.heyasyoku {
    background: #F4DDD3;
  }
  .super_theme_list_card.fujisan {
    background: #85ABC9;
  }
  .super_theme_list_card.spa {
    background: #F5E2D9;
  }
  .super_theme_list_card.highquality_cuisine {
    background: #ceccbd;
  }
  .super_theme_list_card.activity {
    background: #9fdbd4;
  }
  .super_theme_list_card.station {
    background: #D3DADE;
  }
  .super_theme_list_card.localdishes {
    background: #E6DCC7;
  }
  .super_theme_list_card.hitoritabi {
    background: #A7C79B;
  }
  .super_theme_list_card.family {
    background: #F5EFBE;
  }
  .super_theme_list_card.natural_beauty {
    background: #F7F9ED;
  }
  .super_theme_list_card.hotel_urban {
    background: #858CC4;
  }
  .super_theme_list_card.breakfast {
    background: #F5CEB5;
  }
  .super_theme_list_card.pet {
    background: #F8D7CB;
  }
  .super_theme_list_card.universal_design {
    background: #F7EBE6;
  }
  .super_theme_list_card.glamping {
    background: #A9B9D3;
  }
  .super_theme_list_card.newopen_yado {
    background: #D3C7A8;
  }
  .super_theme_list_card.buffet {
    background: #de9aaf;
  }
  .super_theme_list_card.esthetic {
    background: #F0EFE9;
  }
  .super_theme_list_card.golf {
    background: #C3DE97;
  }
  .super_theme_list_card.kaisen {
    background: #839BBA;
  }
  .super_theme_list_card.hocance {
    background: #E3D9DC;
  }
  .super_theme_list_card.sauna {
    background: #FFEEE8;
  }
  .super_theme_list_card.anniversary {
    background: #F2EDF5;
  }
  .super_theme_list_card.businesshotel {
    background: #D8DCE8;
  }
  .super_theme_list_card.comingsoon {
    background: #f2f2f2;
  }
  .super_theme_list_card .card_wrap {
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding: 45px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .super_theme_list_card:nth-child(odd) .card_wrap {
    margin-left: auto;
    padding-left: 0;
  }
  .super_theme_list_card:nth-child(even) .card_wrap {
    margin-right: auto;
    padding-right: 0;
  }
  .super_theme_list_card .card_wrap a {
    display: block;
    width: 100%;
  }
  .super_theme_list_card .card_info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .super_theme_list_card .card_wrap .card_img {
    width: 100%;
    max-width: 570px;
    height: auto;
    vertical-align: top;
  }
  .super_theme_list_card .card_wrap .card_title {
    width: 100%;
    font-family: "Roboto", system-ui;
    font-size: 25px;
    font-weight: 500;
    color: #333;
    margin-top: 25px;
  }
  .super_theme_list_card .card_wrap .card_text {
    width: 100%;
    font-family: "Roboto", system-ui;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 1.75;
    margin-top: 5px;
    flex-grow: 1;
  }
  .super_theme_list_card .card_wrap .card_btn {
    display: block;
    width: 100%;
    max-width: 530px;
    font-family: "Roboto", system-ui;
    font-size: 20px;
    font-weight: 500;
    color: #F6F5F0;
    border-radius: 50px;
    padding: 20px 0;
    margin: 20px auto 0;
    border: 2px solid #FFF;
    box-sizing: border-box;
    text-align: center;
    align-self: flex-end;
  }
  .super_theme_list_card.private .card_wrap .card_btn {
    background: #827B9A;
  }
  .super_theme_list_card.ittogashi .card_wrap .card_btn {
    background: #6288B6;
  }
  .super_theme_list_card.hotel_resort .card_wrap .card_btn {
    background: #82C2D8;
  }
  .super_theme_list_card.small_luxury .card_wrap .card_btn {
    background: #34502F;
  }
  .super_theme_list_card.roten .card_wrap .card_btn {
    background: #DD873E;
  }
  .super_theme_list_card.pool .card_wrap .card_btn {
    background: #6AB7CE;
  }
  .super_theme_list_card.ocean .card_wrap .card_btn {
    background: #4F8FCE;
  }
  .super_theme_list_card.kashikiri .card_wrap .card_btn {
    background: #8E5366;
  }
  .super_theme_list_card.heyasyoku .card_wrap .card_btn {
    background: #712B1E;
  }
  .super_theme_list_card.fujisan .card_wrap .card_btn {
    background: #00508C;
  }
  .super_theme_list_card.spa .card_wrap .card_btn {
    background: #1FAD88;
  }
  .super_theme_list_card.highquality_cuisine .card_wrap .card_btn {
    background: #687427;
  }
  .super_theme_list_card.activity .card_wrap .card_btn {
    background: #54AFA9;
  }
  .super_theme_list_card.station .card_wrap .card_btn {
    background: #546D7D;
  }
  .super_theme_list_card.localdishes .card_wrap .card_btn {
    background: #AA9A75;
  }
  .super_theme_list_card.hitoritabi .card_wrap .card_btn {
    background: #4E807A;
  }
  .super_theme_list_card.family .card_wrap .card_btn {
    background: #D9828D;
  }
  .super_theme_list_card.natural_beauty .card_wrap .card_btn {
    background: #5AA398;
  }
  .super_theme_list_card.hotel_urban .card_wrap .card_btn {
    background: #5A48A7;
  }
  .super_theme_list_card.breakfast .card_wrap .card_btn {
    background: #E2915D;
  }
  .super_theme_list_card.pet .card_wrap .card_btn {
    background: #C86A58;
  }
  .super_theme_list_card.universal_design .card_wrap .card_btn {
    background: #C46B5F;
  }
  .super_theme_list_card.glamping .card_wrap .card_btn {
    background: #25426F;
  }
  .super_theme_list_card.newopen_yado .card_wrap .card_btn {
    background: #BEB949;
  }
  .super_theme_list_card.buffet .card_wrap .card_btn {
    background: #E3B650;
  }
  .super_theme_list_card.esthetic .card_wrap .card_btn {
    background: #CC892F;
  }
  .super_theme_list_card.golf .card_wrap .card_btn {
    background: #306F25;
  }
  .super_theme_list_card.kaisen .card_wrap .card_btn {
    background: #143B71;
  }
  .super_theme_list_card.hocance .card_wrap .card_btn {
    background: #C65278;
  }
  .super_theme_list_card.sauna .card_wrap .card_btn {
    background: #A84E2C;
  }
  .super_theme_list_card.anniversary .card_wrap .card_btn {
    background: #7C5898;
  }
  .super_theme_list_card.businesshotel .card_wrap .card_btn {
    background: #293A6F;
  }
  .super_theme_list_card.comingsoon .card_wrap {
    align-content: center;
    padding-top: 70px;
  }
  .super_theme_list_card.comingsoon .tabiiro_img {
    width: 100%;
    text-align: center;
  }
  .super_theme_list_card.comingsoon .tabiiro_img img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .super_theme_list_card.comingsoon .comingsoon_img {
    width: 100%;
    text-align: center;
  }
  .super_theme_list_card.comingsoon .comingsoon_img img {
    width: 100%;
    max-width: 305px;
    height: auto;
  }
  /* スーパーテーマ特集の件数が偶数の時coming soonを非表示にする */
  .super_theme_list_card:nth-child(odd).comingsoon {
    display: none;
  }

  .theme_list {
    background: #F6F5F0;
    padding: 55px 0 70px;
    box-sizing: border-box;
  }
  .theme_list .other__theme img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-left: 5px solid #000;
    padding-left: 15px;
  }
  .theme_list_banners {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .theme_list_banners li {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 30px;
  }
  .theme_list_banners li:nth-child(even) {
    margin-right: 0;
  }
  .theme_list_banners li a {
    display: block;
  }
  .theme_list_banners li a img {
    width: 100%;
    max-width: 585px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
  }
  .theme_list_banners li:nth-child(n + 11) {
      display: none;
  }
  .theme_list_more {
    display: block;
    max-width: 190px;
    margin: 35px auto 0;
    text-align: center;
    font-family: "Roboto", system-ui;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
  }
  .theme_list_more:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .theme_list_bottom {
      margin: 50px 0 0;
  }


.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
.btn-search a {
    display: none;
}
@media screen and (max-width: 1280px) {
    .wrap {
        width: 92%;
    }
    .theme_pickup .pickup__item-img {
        width: 92%;
    }
    .yado__slider .other__theme {
        width: 92%;
        box-sizing: border-box;
    }
    .theme_type_sp .wrap {
        width: 93.3%;
    }
    .bottom .QuestionBlock .Container {
        width: 92%;
        margin: 0 auto;
    }
    /* 検索結果ページ */
    .search__text-wrap {
        width: 92%;
    }
    /* 404ページ */
    .top404 .top404__text-wrap {
        width: 92%;
    }
    /* ランキングページ */
    .ranking .ranking__text-wrap {
        width: 92%;
    }
    /* テーマ一覧 */
    .super_theme_list_card .card_wrap {
        padding: 45px 8%;
    }
    .super_theme_list_card:nth-child(odd) .card_wrap {
        padding-left: 8%;
    }
    .super_theme_list_card:nth-child(even) .card_wrap {
        padding-right: 8%;
    }
    .theme_list_banners li a img {
        height: 180px;
    }
}
@media screen and (max-width: 1120px) {
    .theme_list_banners li a img {
      height: 180px;
    }
}
@media screen and (max-width: 1000px) {
    .theme_list_banners li a img {
        height: 140px;
    }
}
@media screen and (min-width: 960px) {
    .yado__slider .swiper-button-prev, .yado__slider .swiper-button-next {
        top: 0;
    }
    .yado__slider .swiper-container {
        position: static;
        height: 430px;
        width: 3569px;
        margin-left: calc(-1784px + 50%);
    }
    .yado__slider .swiper-container .swiper-slide img {
        width: 100%;
    }
    .theme_list_bottom .QuestionBlock .Container {
        width: 92%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 870px) {
    .theme_list_banners li a img {
      height: 120px;
    }
}
@media screen and (max-width: 740px) {
    .theme_list_banners li a img {
      height: 100px;
    }
}
@media screen and (max-width: 690px) {
    .searchPanel_pc {
      width: 150px;
    }
    .theme {
        width: calc(95% - 150px);
    }
    .theme .item__name {
        font-size: 24px;
    }
    .theme__item.sub .item__name {
        font-size: 24px;
    }
    .theme .item__text-left .item__text-main {
        font-size: 18px;
    }
    .theme__item.sub .sub__left {
        width: 100%;
        max-width: 599px;
        margin-right: 0%;
    }
    .theme__item.sub .sub__left img {
        width: 100%;
        max-width: 599px;
    }
    .theme__item.sub .sub__right {
        width: 100%;
        max-width: 599px;
    }
    .theme__item.sub .item__name {
        margin-top: 25px;
    }
    .ranking .ranking__text {
        display: none;
    }
}
@media screen and (min-width: 600px) and (max-width:959px) {
    .theme_pickup .item__articleLink a .articleLink__topics {
        font-size: 15px;
    }
    .theme_pickup .item__articleLink a .articleLink__title {
        font-size: 15px;
    }
    .theme_pickup .item__articleLink a .articleLink__text::before,
    .theme_pickup .item__articleLink a .articleLink__text::after {
        width: 15px;
    }
    .theme_pickup .item__name {
        font-size: 30px;
    }
    .theme_pickup .item__text-area {
        font-size: 18px;
    }
    .theme_pickup .item__text-main {
        font-size: 25px;
    }
    .theme_pickup .item__text-sub {
        font-size: 18px;
        line-height: 1.7;
    }
    .theme_pickup .info__text {
        width: calc(91.5% - 170px);
    }
    .theme_pickup .info__btn {
        width: 170px;
    }
    .theme_pickup .info__btn a {
        font-size: 18px;
    }
    .yado__slider  .swiper-button-prev, .yado__slider .swiper-button-next {
        top: 0;
        background-color: transparent;
    }
    .yado__slider .swiper-container {
        position: static;
        height: unset;
        width: 960px;
        margin-left: calc(-480px + 50%);
    }
    .yado__slider .swiper-slide img {
        width: 100%;
    }

    /* 検索結果ページ */
    .search .search__text-title .search__text-key {
        font-size: 32px;
    }
    .theme .info__text dd:last-child {
        width: calc(100% - 92px);
    }
    .theme .info__btn {
        position: relative;
        margin-top: 10px;
        margin-left: auto;
    }
    .theme .info__btn a {
        font-size: 14px;
    }
    .theme__item.sub .info__btn a {
        font-size: 14px;
    }
    /* ランキングページ */
    .ranking_theme .ranking-card__btn-wrap a {
        font-size: 13px;
    }
}
@media screen and (max-width:599px) {
    /* -----------------------------
        TOPページ
    ----------------------------- */
    .top .search__text {
        font-size: 30px;
        line-height: 1;
    }
    /* エリア別で探す */
    .area_search_sp .AreaBlock {
        margin-top:  15px;
    }
    .area_search_sp .AreaBlock li {
        position: relative;
        font-size: 16px;
        font-weight: 500;
    }
    .area_search_sp .AreaBlock .sub_list ul li {
        position: relative;
    }
    .area_search_sp .AreaBlock>li:not(.sub_list) {
        margin-top: 1px;
    }

    .area_search_sp .AreaBlock li:not(.sub_list)::after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: calc(50% - 4px);
        right: 22px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .area_search_sp .AreaBlock li:not(.sub_list).active .name {
        text-decoration: underline;
    }
    .area_search_sp .AreaBlock li:not(.sub_list).active::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .area_search_sp .AreaBlock .noLink {
        padding: 12px 30px 12px 15px;
    }
    .area_search_sp .AreaBlock .noLink .alphabet {
        width: 1em;
        display: inline-block;
        font-size: 20px;
        text-align: center;
    }
    .area_search_sp .AreaBlock li.noLink::after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .area_search_sp .AreaBlock li a {
        display: block;
        padding: 15px 30px 15px 15px;
    }
    .area_search_sp .AreaBlock .name {
        width: 80px;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
    }
    .area_search_sp .AreaBlock .num {
        font-size: 13px;
        font-weight: 300;
        margin-left: 10px;
    }
    .area_search_sp .AreaBlock .sub_list {
        display: none;
    }
    .area_search_sp .AreaBlock .sub_list .name {
        width: 115px;
    }
    .area_search_sp .AreaBlock .sub_list ul li a {
        padding: 15px 30px 15px 30px;
    }

    /* 旅色編集部Pick up */
    .theme_pickup .pickup__title  {
        min-height: 54px;
    }
    .theme_pickup .pickup__title img  {
        max-width: 220px;
    }
    .theme_pickup .pickup__item {
        padding: 27px 0 25px;
    }
    .theme_pickup .pickup__item:first-child {
        padding-top: 10px;
    }
    .theme_pickup .pickup__item::after {
        background-size: 10px 1px;
    }
    .theme_pickup .pickup__item:last-child {
       padding-bottom: 40px;
    }

    /* 旅色編集部Pick upスライダー */
    .theme_pickup .pickup__item-img {
        width: 100%;
    }
    .theme_pickup .pickup__item-num {
        width: 52px;
        height: 59px;
        font-size: 12px;
        padding-top: 5px;
    }
    .theme_pickup .pickup__item-num span {
        font-size: 22px;
    }
    .theme_pickup .swiper-main--wrap {
        width: 100%;
        margin-right: 0;
    }
    .theme_pickup .swiper-slide img {
        max-height: 257px;
    }
    .theme_pickup .swiper-thumbnail {
        width: 92%;
        max-width: 600px;
        margin-top: 10px;
    }
    .theme_pickup .swiper-thumbnail .swiper-slide-thumb-active::after {
        border: 1px solid #000;
    }
    .theme_pickup .swiper-thumbnail .swiper-slide {
        width: 100%;
        max-width: 600px;
        margin-bottom: 0;
    }
    .theme_pickup .swiper-button-prev, .theme_pickup .swiper-button-next {
        display: block;
        position: absolute;
        margin-top: 0;
        width: 20px;
        height: 34px;
        bottom: calc( 50% - 34px );
        background: rgba(0,0,0,0.7);
        z-index: 3;
        top: unset;
        left: unset;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    .theme_pickup .swiper-button-prev::before, .theme_pickup .swiper-button-next::before {
        display: block;
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        top: 30%;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    .theme_pickup .swiper-button-prev.slick-disabled:before,
    .theme_pickup .swiper-button-next.slick-disabled:before {
        opacity: .8;
    }
    .theme_pickup .swiper-button-next:hover:before,
    .theme_pickup .swiper-button-next:focus:before {
        opacity: 1;
    }
    .theme_pickup .swiper-button-prev {
        left: 0;
    }
    .theme_pickup .swiper-button-prev::before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: 8px;
    }
    .theme_pickup .swiper-button-next {
        right: 0;
    }
    .theme_pickup .swiper-button-next::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 2px;
    }

    .theme_pickup .item__name {
        font-size: 21px;
        border-bottom: 1px solid #FFF;
        padding-bottom: 13px;
        margin-top: 13px;
    }
    .theme_pickup .item__text {
        min-height: unset;
        margin-top: 17px;
        position: relative;
    }
    .theme_pickup .item__text .item__text-left {
        width: 100%;
        margin-right: 0;
    }
    .theme_pickup .item__text-area {
        font-size: 12px;
        max-width: 220px;
        margin-top: 23px;
    }
    .theme_pickup .item__text-main {
        font-size: 16px;
        margin-top: 4px;
        max-width: 220px;
    }
    .theme_pickup .item__text-sub {
        font-size: 15px;
        line-height: 1.6;
        margin-top: 72px;
    }
    .theme_pickup .item__map {
        width: 100%;
        max-width: 143px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .theme_pickup .item__map img {
        max-width: 143px;
    }
    .theme_pickup .item__info {
        margin-top: 21px;
        display: block;
    }
    .theme_pickup .info__name {
        font-size: 14px;
        font-weight: 500;
        color: #FFF;
        padding-left: 5px;
        border-left: 3px solid #A6BDD8;
    }
    .theme_pickup .info__text {
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
    }
    .theme_pickup .info__text dt {
        width: 60px;
        margin: 14px 11px 0 0;
        padding: 1.5px 0;
        font-size: 12px;
    }
    .theme_pickup .info__text dd {
        width: calc(100% - 71px);
        font-size: 12px;
        -webkit-line-clamp: 3;
        margin-top: 17px;
        overflow-wrap: break-word;
    }
    .theme_pickup .info__btn {
        position: relative;
        right: unset;
        bottom: unset;
        width: 100%;
        margin: 23px auto 0;
    }
    .theme_pickup .info__btn a {
        font-size: 15px;
        line-height: 1;
        border-radius: 10px;
        padding: 12px 0 11px;
    }
    .theme_pickup .info__btn .lpLink {
        width: 100%;
    }
    .theme_pickup .info__btn .hpLink {
        width: 48.6%;
        margin-right: 2.8%;
    }
    .theme_pickup .info__btn .planLink {
        width: 48.6%;
        background-image: url(/images/yado/theme/ittogashi/pickup_btn_sp.png);
    }
    .theme_pickup .item__topics {
        width: 100vw;
        font-size: 14px;
        font-weight: 500;
        color: #FFF;
        padding: 3px 0;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        margin-top: 30px;
        margin-left: -4%;
        padding-left: 4%;
    }
    .theme_pickup .item__articleLink {
        border-radius: 5px;
        margin-top: 20px;
    }
    .theme_pickup .item__articleLink a {
        padding: 8px 23px 8px 10px;
    }
    .theme_pickup .item__articleLink a::after {
        width: 23px;
        border-radius: 0 5px 5px 0;
    }
    .theme_pickup .item__articleLink a .articleLink__topics {
        display: none;
    }
    .theme_pickup .item__articleLink a .articleLink__img {
        width: 30%;
        max-width: 94px;
        margin-right: 2%;
    }
    .theme_pickup .item__articleLink a .articleLink__text {
        width: 66%;
        margin: 11px 2% 11px 0;
    }
    .theme_pickup .item__articleLink a .articleLink__text::before,
    .theme_pickup .item__articleLink a .articleLink__text::after {
        width: 11px;
        right: 5px;
    }
    .theme_pickup .item__articleLink a .articleLink__title {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .theme_pickup .item__articleLink a .articleLink__read {
        display: none;
    }

    /* 宿のタイプ */
    .theme_type_sp {
        padding: 0 0 25px;
        position: relative;
    }
    .theme_type_sp .theme_type-title {
        height: 80px;
        padding: 13px 0 8px;
        text-align: left;
        position: relative;
        box-sizing: border-box;
    }
    .theme_type_sp .theme_type-title::before {
        content: '';
        width: 100vw;
        height: 80px;
        background: #D6A9A9;
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% 0;
        z-index: -1;
    }
    .theme_type_sp .theme_type-title img {
        max-width: 342px;
    }
    .theme_type_sp .theme_type-main {
        margin-top: 30px;
        position: relative;
    }
    .theme_type_sp .theme_type-main .swiper-slide {
        height: auto;
    }
    .theme_type_sp .theme_type-main .type {
        width: 100%;
        height: 100%;
        padding: 19px 5% 25px;
        background: #F8F8F8;
        border: 0;
        box-sizing: border-box;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }
    .theme_type_sp .theme_type-main .type:nth-child(odd) {
        border-right: 0;
    }
    .theme_type_sp .theme_type-main .type .type__img {
        margin-top: 16px;
    }
    .theme_type_sp .theme_type-main .type .type__img img {
        border-radius: 15px;
    }
    .theme_type_sp .theme_type-main .type .type__text {
        font-size: 15px;
        font-weight: 300;
        margin-top: 16px;
        line-height: 1.6;
    }
    .theme_type_sp .theme_type-main .swiper-container {
        padding-bottom: 40px;
        overflow: unset;
    }
    .theme_type_sp .theme_type-main .swiper-button-prev, .theme_type_sp .theme_type-main .swiper-button-next {
        display: block;
        position: absolute;
        margin-top: 0;
        width: 20px;
        height: 34px;
        bottom: calc( 50% - 34px );
        background: rgba(0,0,0,0.7);
        z-index: 3;
        top: unset;
        left: unset;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    .theme_type_sp .theme_type-main .swiper-button-prev::before, .theme_type_sp .theme_type-main .swiper-button-next::before {
        display: block;
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        top: 33%;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    .theme_type_sp .theme_type-main .swiper-button-prev.slick-disabled:before,
    .theme_type_sp .theme_type-main .swiper-button-next.slick-disabled:before {
        opacity: .8;
    }
    .theme_type_sp .theme_type-main .swiper-button-next:hover:before,
    .theme_type_sp .theme_type-main .swiper-button-next:focus:before {
        opacity: 1;
    }
    .theme_type_sp .theme_type-main .swiper-button-prev {
        left: -4%;
    }
    .theme_type_sp .theme_type-main .swiper-button-prev::before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: 10px;
    }
    .theme_type_sp .theme_type-main .swiper-button-next {
        right: -4%;
    }
    .theme_type_sp .theme_type-main .swiper-button-next::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -1px;
    }
    .theme_type_sp .theme_type-main .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }
    .theme_type_sp .theme_type-main .swiper-pagination-bullet {
        border: 0;
        width: 25%;
        height: 5px;
        display: inline-block;
        border-radius: 0;
        background: #F2F2F2;
        opacity: 1;
    }
    .theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
        background: #E6C6C6;
    }

    /* シーン別特集 */
    .theme_scene {
        padding: 40px 0 45px;
    }
    .theme_scene .theme_scene-title img {
        max-width: 324px;
    }
    .theme_scene .theme_scene-main .scene {
        padding: 28px 5%;
    }
    .theme_scene .theme_scene-main .scene:not(:first-child) {
        margin-top: 40px;
    }
    .theme_scene .scene__top {
        position: relative;
    }
    .theme_scene .top__text {
        width: 100%;
        max-width: 600px;
        margin-right: 0;
    }
    .theme_scene .top__title img {
        max-width: 305px;
    }
    .theme_scene .top__text-sub {
        font-size: 15px;
        margin-top: 275px;
    }
    .theme_scene .top__img {
        width: 260px;
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    .theme_scene .top__img img {
        max-width: 260px;
        vertical-align: top;
    }
    .theme_scene .scene__main {
        margin-top: 20px;
    }
    .theme_scene .yado {
        width: 100%;
        max-width: 600px;
        margin-top: 35px;
        margin-right: 0;
    }
    .theme_scene .yado:first-child {
        margin-top: 0;
    }
    .theme_scene .yado .yado__img img {
        max-width: 600px;
    }
    .theme_scene .yado .yado__img .yado__area {
        height: 26px;
        font-size: 16px;
        line-height: 1;
        padding: 5px 0 3px 30px;
    }
    .theme_scene .yado .yado__img .yado__area::before {
        width: 10px;
        height: 14px;
        top: 6px;
        left: 14px;
    }
    .theme_scene .yado .yado__name {
        font-size: 20px;
        line-height: 1.1;
        margin-top: 8px;
        text-overflow: unset;
        white-space: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;

    }
    .theme_scene .yado .yado__nameKana {
        font-size: 12px;
        margin-top: 3px;
    }
    .theme_scene .yado__text-main {
        font-size: 16px;
        line-height: 1.2;
        margin-top: 5px;
        padding-top: 7px;
        text-overflow: unset;
        white-space: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .theme_scene .yado__text-sub {
        margin-top: 7px;
        min-height: unset;
    }
    .theme_scene .yado__text-sub .lead {
        font-size: 16px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .theme_scene .info__btn a {
        font-size: 15px;
        line-height: 1;
        padding: 12px 0 11px;
    }
    .theme_scene .info__btn .hpLink {
        width: 48.5%;
        margin-right: 3%;
    }
    .theme_scene .info__btn .planLink {
        width: 48.5%;
    }
    .theme_scene .yado__text-sub .more {
        position: relative;
        text-align: right;
    }
    .theme_scene .search__text {
        font-size: 14px;
        line-height: 1.2;
        border-left: 5px solid #A6BDD8;
        padding-left: 10px;
        margin-top: 35px;
    }
    .theme_scene .area_search_sp .AreaBlock li:not(.sub_list)::before {
        content: '';
        width: 110%;
        height: 1px;
        background: #D6D6D6;
        position: absolute;
        bottom: 0;
        left: -5%;
    }
    .theme_scene .area_search_sp .AreaBlock li:not(.sub_list)::after {
    	border-top: 1px solid #333;
        border-right: 1px solid #333;
    }
    .theme_scene .area_search_sp .AreaBlock li:not(.sub_list).active .alphabet {
        color: #6288B6;
    }
    .theme_scene .area_search_sp .AreaBlock li:not(.sub_list).active::before {
        display: none;
    }
    .theme_scene .area_search_sp .AreaBlock li a {
        background: #FFF;
    }
    .theme_scene .area_search_sp .AreaBlock li a:hover {
        opacity: 1;
    }
    .theme_scene .area_search_sp .AreaBlock .noLink {
        background: #FFF;
        padding: 12px 30px 12px 15px;
    }
    .theme_scene .area_search_sp .AreaBlock .noLink .alphabet {
        font-size: 20px;
        color: #333;
    }
    .theme_scene .area_search_sp .AreaBlock li {
    	color: #333;
    }
    .theme_scene .area_search_sp .AreaBlock .sub_list ul li a {
        color: #333;
        background: #FFF;
    }

    /* その他の特集を見る スライダー */
    .bottom {
        margin: 35px 0 0;
    }
    .bottom .search__text {
        font-size: 30px;
        line-height: 1;
    }
    .yado__slider .other__theme {
        font-size: 18px;
    }
    .yado__slider .swiper-container {
        padding-bottom: 50px;
        margin-bottom: 20px;
    }
    .yado__slider .swiper-slide a::after {
        width: 80px;
        height: 35px;
        font-size: 14px;
        padding: 8px 0 8px 5px;
        bottom: 10px;
        right: 10px;
    }
    .yado__slider .swiper-button-prev, .yado__slider .swiper-button-next {
        background: none;
        height: 35px;
        top: auto;
        bottom: 15px;
    }
    .yado__slider .swiper-button-prev::before, .yado__slider .swiper-button-next::before {
        border-color: #333;
        width: 12px;
        height: 12px;
    }
    .yado__slider .swiper-pagination {
        bottom: 25px;
    }
    .yado__slider {
        margin-top: 60px;
    }
    .top404 + .bottom  .yado__slider {
        margin-top: 55px;
    }
    .QuestionBlock .TitleArea img {
        height: auto;
    }


    /* -----------------------------
        検索結果ページ
    ----------------------------- */
    .search .search__img-wrap::before {
        height: 320px;
        background-color: rgba(51,51,51,0.5);
    }
    .search .search__img .search__img-wrap img {
        height: 320px;
    }
    .search__text-wrap {
        height: 100%;
        padding: 50px 0;
    }
    .search .search__text-title .search__text-key {
        font-size: 20px;
        font-weight: 300;
        margin-top: 15px;
        padding: 4px 9px;
    }
    .search .search__text-title .search__text-key::before {
        height: calc(100% + 7px);
        top: -4.5px;
    }
    .search .search__img .search__text-right {
        width: 100%;
        margin: 0;
    }
    .search .search__img .search__text-right .top__text-main {
        width: 100%;
        position: absolute;
        bottom: 25px;
        right: 0;
        text-align: right;
    }
    .search .search__img .search__text-right .top__text-main a {
        display: inline;
        font-size: 16px;
        font-weight: 300;
        text-decoration: underline !important;
    }
    .search .search__img .search__text-right .top__text-sub {
        display: none;
    }
    .search__wrap {
        margin: 15px auto 0;
    }
    .theme {
        width: 100%;
    }
    .theme__top {
        margin-bottom: 20px;
    }
    .theme__top .theme__title {
        font-size: 21px;
        line-height: 1.4;
        height: unset;
    }
    .theme__top .theme__title span {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .theme__top .theme__text {
        font-size: 15px;
        margin-top: 10px;
    }
    .theme__top .theme__ranking {
        margin-top: 15px;
    }
    .theme__top .theme__ranking a {
        font-size: 15px;
    }
    .theme .theme__num {
        font-size: 14px;
        display: block;
        margin-right: 0;
    }
    .theme .theme__select li {
        margin: 5px 15px 5px 0;
    }

    /* 検索結果ページ スライダー */
    .theme .theme__list {
        padding-bottom: 25px;
    }
    .theme .theme__item {
        padding: 21px 0 28px;
        overflow: unset;
    }
    .theme .theme__item.blur {
        height: 236px;
        padding: 0;
        margin-top: 21px;
    }
    .theme .theme__item.pr .swiper-main--wrap::before {
        top: 10px;
        left: 8px;
    }
    .theme .theme__item:first-child {
        padding-top: 5px;
    }
    .theme .swiper-button-next, .theme .swiper-button-prev {
        display: block;
    }
    .theme .swiper-button-prev, .theme .swiper-button-next {
        display: block;
        position: absolute;
        margin-top: 0;
        width: 22.5px;
        height: 45px;
        bottom: calc( 50% - 34px );
        background: #D1C9AE;
        z-index: 3;
        top: unset;
        left: unset;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    .theme .swiper-button-prev::before, .theme .swiper-button-next::before {
        display: block;
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        top: 35%;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    .theme .swiper-button-prev.slick-disabled:before,
    .theme .swiper-button-next.slick-disabled:before {
        opacity: .8;
    }
    .theme .swiper-button-next:hover:before,
    .theme .swiper-button-next:focus:before {
        opacity: 1;
    }
    .theme .swiper-button-prev {
        left: -4%;
        border-radius: 0 22.5px 22.5px 0;
    }
    .theme .swiper-button-prev::before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: 5px;
    }
    .theme .swiper-button-next {
        right: -4%;
        border-radius:22.5px 0 0 22.5px;
    }
    .theme .swiper-button-next::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 5px;
    }
    .theme .swiper-main--wrap {
        width: 100%;
        margin-right: 0%;
    }
    .theme .swiper-main {
        position: relative;
    }
    .theme .swiper-pagination {
        opacity: 1;
        background: rgba(51, 51, 51, 0.7);
        width: auto;
        padding: 4px 10px;
        color: #fff;
        border-radius: 2em;
        font-size: 11px;
        line-height: 1;
        left: auto;
        right: 10px;
        bottom: 39px;
    }
    .theme .swiper-pagination span {
        color: #fff
    }
    .theme .swiper-slide img {
        max-height: 236px;
    }
    .theme .swiper-thumbnail {
        display: none;
    }
    .theme .theme__item-area {
        width: 100%;
        height: unset;
        font-size: 18px;
        font-weight: 400;
        color: #333;
        background: unset;
        position: relative;
        cursor: unset;
        padding: 0 0 0 14px;
        margin-top: 10px;
    }
    .theme .theme__item-area::before {
        content: '';
        width: 10px;
        height: 14px;
        background-image: url(/images/yado/theme/common/area_icon_b.svg);
        top: 4px;
        left: 0;
    }
    .theme .item__nameWrap {
        margin-top: 5px;
    }
    .theme .item__name {
        font-size: 25px;
        line-height: 1.1;
        text-overflow: unset;
        white-space: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .theme .item__nameKana {
        font-size: 12px;
        margin-top: 5px;
    }
    .theme .item__text {
        margin-top: 10px;
        overflow: hidden;
    }
    .theme .item__text-left {
        width: 100%;
        margin-right: 0;
        position: relative;
    }
    .theme .item__text-left .item__text-main {
        font-size: 18px;
        line-height: 1.2;
        text-overflow: unset;
        white-space: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .theme .item__text-left .item__text-sub {
        line-height: 1.4;
        margin-top: 7px;
        position: relative;
    }
    .theme .item__text-left .item__text-sub.blur {
        height: 180px;
        overflow: hidden;
    }
    .theme .item__text-left .item__text-sub.blur::after {
        content: '';
        width: 100%;
        height: 90px;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .theme .item__text-left .item__text-moreBtn {
        width: 140px;
        border: 1px solid #333;
        background: #FFF;
        padding: 5px 0;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        box-sizing: border-box;
    }
    .theme .item__text-left .item__text-moreBtn a {
        font-size: 13px;
        font-weight: 500;
        color: #333;
    }
    .theme .item__text-right {
        width: 100%;
        max-width: 599px;
        margin-top: 16px;
        padding: 13px 2.6% 17px 2.9%;
        display: flex;
        flex-wrap: wrap;
    }
    .theme .item__text-right li {
        width: 100%;
        box-sizing: border-box;
        margin-top: 14px;
        font-size: 14px;
        font-weight: 500;
    }
    .theme .item__text-right li:first-child{
        margin: 0;
    }
    .theme .item__info {
        margin-top: 25px;
        padding-bottom: 0;
        overflow: hidden;
    }
    .theme .info__text {
        width: 100%;
        font-weight: 300;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        margin-right: 0;
    }
    .theme .info__text dt {
        width: 60px;
        margin: 10px 16px 0 0;
    }
    .theme .info__text dd {
        width: calc(100% - 76px);
        -webkit-line-clamp: 5;
        margin-top: 9px;
    }
    .theme .info__text dt:first-child,
    .theme .info__text dt:first-child + dd {
        margin-top: 0;
    }
    .theme .info__text dd:last-child {
        width: calc(100% - 76px);
    }
    .theme .info__btn {
        width: 100%;
        max-width: unset;
        position: relative;
        margin: 25px auto 0;
        gap: 15px 10px;
    }
    .theme .info__btn:has(> :nth-child(1):last-child) a {
        width: 100%;
    }
    .theme .info__btn:has(> :nth-child(3):last-child) a:last-child {
        width: 100%;
    }
    .theme .info__btn a {
        width: calc((100% - 10px) / 2);
        font-size: 15px;
        line-height: 1;
        padding: 12px 0 11px;
    }
    .theme .info__btn .hpLink {
        margin-top: 0;
    }
    .theme .info__btn .planLink {
        margin-top: 0;
    }
    .theme .item__moreBtn {
        bottom: 118px;
    }
    .theme .item__moreBtn a {
        max-width:  200px;
        padding: 10px 0;
        font-size: 13px;
        font-weight: 500;
        border: 1px solid #333;
        border-radius: 5px;
    }
    .theme__item.sub {
        display: flex;
        width: 100%;
        padding: 32px 0;
    }
    .theme__item.sub .item__name {
        font-size: 20px;
        min-height: unset;
        margin-top: 0;
    }
    .theme__item.sub .item__text {
        line-height: 1.6;
        -webkit-line-clamp: 7;
    }
    .theme__item.sub .info__btn {
        margin-top: 23px;
    }
    .theme__item.sub .info__btn a {
        font-size: 15px;
        line-height: 1;
        padding: 12px 0 11px;
    }
    .theme__item.sub .info__btn:has(> :nth-child(3):last-child) a:first-child {
        width: calc((100% - 10px) / 2);
    }
    .theme__item.sub .info__btn:has(> :nth-child(3):last-child) a:last-child {
        width: 100%;
    }
    /* .theme__item.sub .info__btn .lpLink {
        width: 100%;
        margin-right: 0;
    }
    .theme__item.sub .info__btn .hpLink {
        width: 48.4%;
        margin-top: 10px;
        margin-right: 3.2%;
    }
    .theme__item.sub .info__btn .planLink {
        width: 48.4%;
        margin-top: 10px;
    } */

    /* 検索結果ページ 絞り込み条件 */
    .searchPanel_sp {
		right: -100vw;
        -webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
		display: unset;
        top: 0;
		left: unset;
		background: #F6F5F0;
        align-self: flex-start;
        position: absolute;
        width: 90%;
        height: 100vh;
        z-index: 3000;
        position: fixed;
	}
	.searchPanel_sp.active {
		right: 0;
		display: unset;
	}
    .searchPanel_sp .searchPanel__title {
        font-size: 18px;
        font-weight: 500;
        color: #FFF;
        background: #D1C9AE;
        padding: 7px 40px;
    }
    .searchPanel_sp .select__title {
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }
    .searchPanel_sp .closeBtn {
        position: absolute;
        top: 8px;
        right: 10px;
        color: #FFF;
        width: 25px;
        height: 25px;
        text-align: center;
    }
    .searchPanel_sp .searchPanel__main {
        padding: 16px 12% 25px;
    }
    .searchPanel_sp .searchPanel__select + .searchPanel__select {
        margin-top: 32px;
    }
    .searchPanel_sp .select_box {
        position: relative;
        margin-top: 6px;
    }
    .searchPanel_sp .select_box::after {
        content:'\025bc';
        font-family: "Roboto", system-ui;
        font-size: 9px;
        font-weight: 300;
        color: #333;
        position: absolute;
        top: 50%;
        right: 13px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        cursor: pointer;
    }
    .searchPanel_sp .select_box select {
        width: 100%;
        font-family: "Roboto", system-ui;
        font-size: 15px;
        font-weight: 300;
        color: #222;
        border: 1px solid #707070;
        border-radius: 5px;
        background: #FFF;
        padding: 4px 22px 4px 13px;
        height: 50px;
    }
    .searchPanel_sp .select_box .prefecture,
    .searchPanel_sp .select_box .type {
        color: #AAA;
    }
    .searchPanel_sp .select_box + .select_box {
        margin-top: 25px;
    }
    .searchPanel_sp .search__btn {
        width: 100%;
        max-width: 203px;
        margin: 36px auto 0;
    }
    .searchPanel_sp .search__btn button {
        width: 100%;
        font-family: "Roboto", system-ui;
        font-size: 15px;
        font-weight: 500;
        color: #FFF;
        background: #000;
        border-radius: 24px;
        border: 0;
        padding: 12px 0;
    }
    .searchPanel_sp .search__btn button:hover {
        cursor: pointer;
        opacity: 0.7;
    }
    /* -----------------------------
        404ページ
    ----------------------------- */
    .top404 {
        padding-bottom: 0;
    }
    .top404 .top404__text-wrap {
        align-items: center;
    }
    .top404 .top404__text-title {
        padding-top: 10px;
    }
    .top404 .top404__img-wrap::before {
        height: 140px;
        background-color: rgba(51,51,51,0.6);
    }
    .top404 .top404__img .top404__img-wrap img {
        height: 140px;
    }
    .top404 .top404__text {
        font-size: 20px;
        line-height: 1.3;
        margin: 27px auto 70px !important;
        height: unset;
        text-align: left;
    }
    .top404 .search__text {
        font-size: 18px;
    }

    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }

    /* -----------------------------
        ランキングページ
    ----------------------------- */
    .ranking .ranking__img-wrap::before {
        height: 360px;
        background-color: rgba(51,51,51,0.5);
    }
    .ranking .ranking__img .ranking__img-wrap img {
        height: 360px;
    }
    .ranking .ranking__text-wrap {
        padding: 85px 0;
    }
    .ranking .ranking__img .ranking__date {
        font-size: 12px;
    }
    .ranking .ranking__title {
        padding-top: 40px;
        height: unset;
    }
    .ranking .ranking__title .large {
        font-size: 30px;
    }
    .ranking .ranking__title .small {
        font-size: 20px;
    }
    .ranking .ranking__title::before {
        width: 32px;
        height: 24px;
    }
    .ranking .ranking__title-sub {
        font-size: 20px;
        margin-top: 35px;
        padding: 4px 14px;
    }
    .ranking .ranking__text {
        font-size: 13px;
        margin: 10px auto 0;
    }
    .ranking .ranking__detail {
        font-size: 12px;
        color: #333;
        line-height: 1.5;
        margin-top: 10px;
        position: unset;
    }
    .ranking .ranking__detail + .ranking_theme {
        margin-top: 20px;
    }
    .ranking .ranking__area {
        font-size: 16px;
        font-weight: 500;
        color: #FFF;
        text-decoration: underline;
        position: absolute;
        bottom: 20px;
        right: 0;
    }
    .ranking .ranking__main {
        display: block;
        margin-top: 0px;
    }
    /* エリア別人気ランキングPOP */
    .ranking_area,
    .ranking_area_pop_pc {
        display: none;
    }
    .ranking_area_pop_sp {
		top: -100vh;
        -webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
		display: unset;
		left: 0;
        bottom: unset;
		background: #FFF;
        width: 100%;
        height: 100%;
        z-index: 3000;
        position: fixed;
        overflow-y: scroll;
    }
    .ranking_area_pop_sp.active {
        top: 0;
        display: unset;
    }
    .ranking_area_pop_sp .area__top {
        padding: 11px 4%;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        z-index: 5;
        background: #FFF;
        position: fixed;
    }
    .ranking_area_pop_sp .area__title {
        font-family: "Jost", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
        color: #333;
    }
    .ranking_area_pop_sp .area__title::before {
        content: '';
        width: 21px;
        height: 16px;
        background-image: url(/images/yado/theme/common/crown_icon_y.svg);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 7px;
        vertical-align: -1px;
    }
    .ranking_area_pop_sp .AreaBlock {
        padding: 55px 4% 50px;
        box-sizing: border-box;
    }
    .ranking_area_pop_sp .AreaBlock li {
        position: relative;
    }
    .ranking_area_pop_sp .AreaBlock>li:not(.sub_list) {
        margin-top: 1px;
    }
    .ranking_area_pop_sp .AreaBlock .sub_list ul li {
        position: relative;
    }
    .ranking_area_pop_sp .AreaBlock li:not(.sub_list)::after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: calc(50% - 4px);
        right: 22px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .ranking_area_pop_sp .AreaBlock li:not(.sub_list).active {
        text-decoration: underline;
    }
    .ranking_area_pop_sp .AreaBlock li:not(.sub_list).active::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .ranking_area_pop_sp .AreaBlock .noLink {
        font-weight: 500;
        background: #F6F5F0;
        padding: 15px 30px 15px 15px;
    }
    .ranking_area_pop_sp .AreaBlock li.noLink::after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .ranking_area_pop_sp .AreaBlock li a {
        font-weight: 500;
        display: block;
        background: #F6F5F0;
        padding: 15px 30px 15px 15px;
    }
    .ranking_area_pop_sp .AreaBlock .name {
        color: #333;
    }
    .ranking_area_pop_sp .AreaBlock .sub_list {
        display: none;
    }
    .ranking_area_pop_sp .AreaBlock .sub_list .name {
        width: 115px;
    }
    .ranking_area_pop_sp .AreaBlock .sub_list ul li a {
        padding: 15px 30px 15px 30px;
        background: #F0EDDE;
    }
    .ranking_area_pop_sp .AreaBlock li:not(.sub_list)::after {
        border-top: 1px solid #333;
        border-right: 1px solid #333;
    }
    .ranking_area_pop_sp .closeButton {
        display: block;
        position: absolute;
        background: #FFF;
        width: 32px;
        height: 32px;
        top: 8px;
        right: 4%;
        z-index: 11;
        border: 1px solid #333;
        padding: 3px;
    }
    .ranking_area_pop_sp .closeButton span {
        display: block;
        font-size: 30px;
        font-weight: 300;
        font-family: "Roboto", system-ui;
        line-height: 1;
        margin-top: -4px;
    }

    /* ランキング一覧 */
    .ranking_list {
        border: 1px solid #333;
        margin-top: 12px;
        padding: 10px 3.4% 14px;
        position: relative;
    }
    .ranking_list .list__title {
        font-size: 16px;
    }
    .ranking_list .list__content {
        margin-top: 2px;
    }
    .ranking_list .list__content .list__item {
        padding: 10px 0;
    }
    .ranking_list .list__content .list__item .list__text {
        width: 60%;
        max-width: 300px;
        margin-right: 5%;
    }
    .list__text .list__area {
        font-size: 16px;
    }
    .list__text .list__area::before {
        width: 10px;
        height: 14px;
    }
    .list__text .list__name {
        font-size: 16px;
        line-height: 1.1;
    }
    .ranking_list .list__content .list__item .list__img {
        width: 35%;
        max-width: unset;
    }
    .ranking_list .list__content .list__item .list__img img {
        width: 100%;
        max-width: 300px;
    }
    .ranking_list .list__moreBtn {
        max-width: 200px;
        margin: auto 0;
        position: absolute;
        bottom: 52px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    .ranking_list .list__moreBtn a {
        min-height: 45px;
        font-size: 13px;
        font-weight: 500;
        text-decoration: underline !important;
        padding: 12px 0;
        border-radius: 5px;
    }
    .ranking_list .list__content .list__item:nth-child(n + 5) {
        display: none;
    }
    /* ランキング */
    .ranking_theme {
        margin-top: 40px;
    }
    .ranking_theme .ranking-card {
        margin: 50px 0;
        position: relative;
    }
    .ranking_theme .ranking-card.blur {
        max-height: 115px;
    }
    .ranking_theme .ranking-card .ranking-card__top {
        margin-bottom: 0;
    }
    .ranking_theme .ranking-card .ranking-card__top .ranking-card__num {
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .ranking_theme .ranking-card__body .ranking-card__text {
        margin-top: 10px;
    }
    .ranking_theme .ranking-card__body .ranking-card__area {
        font-size: 18px;
        font-weight: 400;
        color: #333;
        padding-top: 0;
    }
    .ranking_theme .ranking-card__body .ranking-card__area::before {
        content: '';
        width: 11px;
        height: 15px;
        background-image: url(/images/yado/theme/common/area_icon_b.svg);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 6px;
        vertical-align: -2px;
    }
    .ranking_theme .ranking-card__body .ranking-card__ttl {
        font-size: 25px;
        font-weight: 500;
        color: #333;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .ranking_theme .ranking-card__body .ranking-card__ttlKana {
        display: block;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 12px;
        font-weight: 300;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-orient: unset;
        margin-top: 5px;
        padding-bottom: 13px;
        border-bottom: 1px solid #AAA;
    }
    .ranking_theme .ranking-card__img {
        width: 100%;
        max-width: 599px;
    }
    .ranking_theme .ranking-card__img .ranking-card__area {
        display: none;
    }
    .ranking_theme .ranking-card__body {
        width: 100%;
        margin-left: 0;
    }
    .ranking_theme .ranking-card__body p {
        font-size: 16px;
        line-height: 1.4;
        -webkit-line-clamp: 7;
    }
    .ranking_theme .ranking-card__btn-wrap {
       margin-top: 20px;
       gap: 15px 10px;
    }
    .ranking_theme .ranking-card__btn-wrap a {
        width: calc((100% - 10px)/2);
        min-height: 45px;
        border-radius: 8px;
        line-height: 1;
        padding: 13px 0 12px;
        font-size: 18px;
    }
    .ranking_theme .ranking-card__btn-wrap:has(> :nth-child(3):last-child) a:first-child {
        width: calc((100% - 10px)/2);
    }
    .ranking_theme .ranking-card__btn-wrap:has(> :nth-child(3):last-child) a:last-child {
        width: 100%;
    }
    .ranking_theme .ranking-card__heading {
        font-size: 18px;
        color: #D1C9AE;
        line-height: 1.2;
        margin: 10px 0 15px;
    }
    .ranking_theme .ranking-btn--sand,
    .ranking_theme .ranking-btn--white {
        padding: 10px 0;
    }
    .ranking_theme .ranking-card__info {
        margin-top: 24px;
        padding: 20px 5.7% 10px;
    }
    .ranking_theme .ranking-card__info-table > div {
        flex-wrap: wrap;
    }
    .ranking_theme .ranking-card__info-table dt, .ranking_theme .ranking-card__info-table dd {
        font-size: 14px;
    }
    .ranking_theme .ranking-card__info-table dt {
        width: 100%;
    }
    .ranking_theme .ranking-card__info-table dd {
        padding-left: 0.5em;
    }
    .ranking_theme .ranking-card__info-heading {
        font-size: 20px;
    }
    .ranking_theme .ranking-share a {
        margin: 0 10px;
    }
    .ranking_theme .ranking-card__repletion {
        line-height: 1.8;
        background: #F8F8F8;
        padding: 20px 5.7%;
        margin-top: 20px;
    }
    .ranking_theme .ranking-card__repletion-heading {
        margin-bottom: 10px;
    }
    .ranking_theme .ranking-card__repletion-row__img {
        width: 100%;
        max-width: 265px;
        margin: 0 auto;
    }
    .ranking_theme .ranking-card__repletion-row__img+.ranking-card__repletion-row__body {
        width: 100%;
        padding-top: 10px;
    }
    .ranking_theme .ranking__moreBtn {
        max-width: 200px;
        bottom: 33px;
    }
    .ranking_theme .ranking__moreBtn a {
        min-height: unset;
        font-size: 13px;
        font-weight: 500;
        text-decoration: underline !important;
        border: 1px solid #333;
        border-radius: 5px;
        padding: 12px 0;
    }

    /* -----------------------------
       テーマ一覧
    ----------------------------- */
    .theme_list_top .top__img-wrap::before {
        height: 115px;
    }
    .theme_list_top .top__img-wrap img,
    .theme_list_top .top__img-wrap source {
        height: 115px;
    }
    .theme_list_top .top__text-title {
        font-size: 6vw;
        line-height: 1.2;
    }
    .super_theme_list_card {
        width: 100%;
    }
    .super_theme_list_card .card_wrap {
        padding: 25px 4%;
    }
    .super_theme_list_card:nth-child(odd) .card_wrap {
        padding-left: 4%;
    }
    .super_theme_list_card:nth-child(even) .card_wrap {
        padding-right: 4%;
    }
    .super_theme_list_card .card_wrap .card_img {
        max-width: unset;
    }
    .super_theme_list_card .card_wrap .card_title {
        font-size: 18px;
        margin-top: 15px;
    }
    .super_theme_list_card .card_wrap .card_text {
        font-size: 15px;
        line-height: 1.6;
        margin-top: 15px;
    }
    .super_theme_list_card .card_wrap .card_btn {
        max-width: 345px;
        font-size: 15px;
        padding: 17px 0;
    }
    .super_theme_list_card.comingsoon {
        display: none;
    }

    .theme_list {
        padding: 25px 0;
    }
    .theme_list .other__theme img {
        max-width: 175px;
    }
    .theme_list_banners {
        margin-top: 20px;
    }
    .theme_list_banners li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .theme_list_banners li a img {
        max-width: unset;
        height: auto;
        object-fit: unset;
    }
    .theme_list_more {
        max-width: 135px;
        margin: 0 auto;
        font-size: 15px;
    }
    .theme_list_bottom {
        margin: 15px 0 0;
    }
    .theme_list_bottom .QuestionBlock {
        padding-bottom: 0;
    }
}
@media screen and (max-width:340px) {
    .ranking .ranking__text {
        font-size: 12px;
    }
}
/* スマホだけで改行 */
br.sp_on {
    display: none;
}
@media screen and (max-width: 681px) {
    br.sp_on {
        display: block;
    }
}