@charset "UTF-8";

/*fs*/

p {
    margin: 0;
}


/* common */

html {
    font-size: 62.5%;
}

body {
    color: #333;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-rendering: auto;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin-top: 93px;
}

.logout.my-false {
    display: none;
}

.login.my-true {
    display: none;
}

.regist.my-true {
    display: none;
}

.-noto {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.-noto_b {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

a {
    color: #222;
    text-decoration: none;
}

a,
a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover,
a:hover img {
    opacity: 0.6;
    text-decoration: none;
}

li {
    list-style: none;
}

.imgmax {
    display: block;
    height: auto;
    width: 100%;
}

.-pconly {
    display: block;
}

.-sponly {
    display: none;
}

.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

.-reset_form textarea {
    resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
    display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
    cursor: pointer;
}

.-reset_form select::-ms-expand {
    display: none;
}

.copyright {
    padding: 30px 5%;
    text-align: center;
    display: block;
}

.fs-c-breadcrumb {
    margin: 20px auto;
    max-width: 1000px;
}


/*header*/

#headers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 3%;
    height: 93px;
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}


/*.logo {
  max-width: 230px;
}*/


/* TOP変更css */

.logo {
    max-width: 270px;
}

.nav_eng {
    justify-content: end;
    display: flex;
    font-size: 1.5rem;
    margin-bottom: 10px;
    width: 100%;
}

.nav_list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}

.nav_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}


/*20240904 解除*/


/* #top-cont_wrapper {
    padding-top: 120px;
    margin-top: -120px;
} */

.g-nav--block,
.h-act {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 auto;
}

.g-nav {
    margin: 0 10px 0 auto;
}

.g-nav--block__list {
    font-weight: bold;
    position: relative;
}

.g-nav--block__list:not(:last-child) {
    border-right: 1px solid #ccc;
}

.g-nav--block__list--a {
    display: block;
    padding: 0 10px;
}

.h-act__list--icon {
    max-width: 32px;
    margin: 0 auto;
}

.h-act__list--name {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: bold;
}

.h-act__list {
    position: relative;
}

.h-act__list:not(:last-child) {
    margin-right: 15px;
}

.h-act__list--a {
    color: #f7b700 !important;
}

.fs-client-cart-count {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: #e84455;
    border-radius: 50%;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
    top: -5px;
    color: #fff !important;
}

.fs-client-cart-count--0 {
    display: none;
}

#humberger {
    position: relative;
    height: 28px;
    width: 32px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 auto 0px;
    cursor: pointer;
}

#humberger span {
    position: absolute;
    left: 3px;
    height: 2px;
    width: 28px;
    background-color: #f7b700;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    transition: 0.3s;
}

#humberger span:nth-of-type(1) {
    bottom: 18px;
}

#humberger span:nth-of-type(2) {
    bottom: 10px;
}

#humberger span:nth-of-type(3) {
    bottom: 2px;
}

#humberger.active span:nth-of-type(1) {
    bottom: 10px;
    transform: rotate(45deg);
}

#humberger.active span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(10px);
}

#humberger.active span:nth-of-type(3) {
    bottom: 10px;
    transform: rotate(-45deg);
}


/*rehead*/

.rehead #humberger span {
    height: 4px;
    width: 30px;
    left: 0;
}

.rehead #humberger span:nth-of-type(1) {
    bottom: 20px;
}

.rehead #humberger span:nth-of-type(2) {
    bottom: 10px;
}

.rehead #humberger span:nth-of-type(3) {
    bottom: 0px;
}

.sp-gnav {
    display: none;
}


/*rehead END*/

.navi {
    position: fixed;
    right: 0;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    width: 440px;
    z-index: 11;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
    top: 0;
}

.js_humburgerOpen .navi {
    transform: translateZ(0) translateX(0);
    background: #fff;
}

.js_humburgerOpen .nav-bg {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.navi_inner {
    position: relative;
    padding: 60px 5% 100px;
}

.first_greeting {
    margin-bottom: 20px;
    font-weight: bold;
}

.n-act__list {
    width: 100%;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.n-act__list:not(:last-child) {
    margin-bottom: 10px;
}

.n-act__list--a {
    text-align: center;
    color: #fff !important;
    background: #f7b700;
    display: block;
    border-radius: 6px;
    padding: 10px;
}

.hum-nav {
    margin-bottom: 40px;
}

.hum-nav__list {
    margin: 0 0 -1px -1px;
    font-weight: bold;
}

.hum-nav__list--a {
    display: block;
    padding: 14px 10px;
    border-bottom: 1px dashed #ccc;
}

.hum-mins {
    margin-bottom: 40px;
}

.hum-mins__list {
    font-display: 1.8rem;
    margin-bottom: -1px;
}

.hum-mins__list--a {
    border: 1px solid #ccc;
    display: block;
    padding: 10px;
}

.g-nav--block-child {
    display: none;
}

#close {
    width: 24px;
    cursor: pointer;
    margin: 20px 0 0 5%;
}

.-d-key:hover .g-nav--block-child {
    display: block;
    position: absolute;
    top: 24px;
    z-index: 11;
    width: 100%;
    border-top: 10px solid #fff;
}

.g-nav--block-child__list {
    text-align: center;
    font-size: 1.4rem;
}

.g-nav--block-child__list--a {
    display: block;
    font-weight: normal;
    padding: 10px;
    background: #f8f7f7;
    display: block;
}

.headline {
    background: #f7f7f7;
    padding: 10px 3%;
    display: grid;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    grid-template-columns: 130px auto;
}

.headline time {
    display: block;
    margin-right: 20px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.re-headline {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
}

.head-news {
    background: #f7f7f7;
    padding: 10px 5%;
    border-bottom: 1px solid #ccc;
}

.re-key {
    padding: 10px 5%;
    background: #f7f7f7;
    cursor: pointer;
}

.re-key span {
    background: url(../img/headline-muinus.svg) no-repeat right center / 13px 13px;
    padding-right: 24px;
    display: block;
}

.re-key.active span {
    background: url(../img/headline-plus.svg) no-repeat right center / 13px 13px;
}

.re-headline__box {
    display: none;
    padding: 20px 5%;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

.re-headline__box a {
    text-decoration: underline !important;
}


/*contents*/

.mv_cover {
    max-width: 960px;
    margin: 30px auto 60px;
}

.mv_cover button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    cursor: pointer;
}

.slick_mvslider {
    padding-bottom: 30px;
}


/*スライダー画像が2枚になると消す
.slick_mvslider {
  padding: 0;
}

.slick-dots {
  display: none;
}

/*スライダー画像が2枚になると消す　ここまで*/

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-indent: -9999px;
    width: 12px;
    height: 24px;
}

.slick-next {
    right: -40px;
    background: url(../img/slick-next.svg) no-repeat center center / 12px 24px !important;
}

.slick-prev {
    left: -40px;
    background: url(../img/slick-prev.svg) no-repeat center center / 12px 24px !important;
}

.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0%;
}

.slick-dots li:not(:last-of-type) {
    margin-right: 10px;
}

.slick-dots li {
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: #eee;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    background: #79bc28;
}

.mv-box {
    display: flex;
    position: relative;
}

.mv-box--img {
    width: 100%;
}

.write-mode {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.5em;
}

.write-mode {
    writing-mode: vertical-rl;
}

.write-mode span {
    color: #f7b700;
}

.write-side {
    padding: 20px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 0;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 3.2rem;
}

.sub-tit {
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 40px;
}

#rankings {
    background: url(../img/rank-bg.svg) repeat-x left bottom / auto 220px;
    width: 100%;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.basic-area {
    max-width: 1120px;
    margin: 0 auto;
}

.tp-rank {
    display: flex;
}

.tp-rank__list {
    width: 17%;
    text-align: center;
    font-weight: bold;
}

.tp-rank__list:not(:last-of-type) {
    margin: 0 3.625% 0 0;
}

.crowns {
    margin-bottom: 20px;
}

.tp-rank__list--img {
    margin-bottom: 20px;
}

.rank-1 {
    background: url(../img/rank-1.svg) no-repeat left center / 26px 17px;
    padding-left: 36px;
}

.rank-2 {
    background: url(../img/rank-2.svg) no-repeat left center / 26px 17px;
    padding-left: 36px;
}

.rank-3 {
    background: url(../img/rank-3.svg) no-repeat left center / 26px 17px;
    padding-left: 36px;
}

.rank-4 {
    background: url(../img/rank-4.svg) no-repeat left center / 26px 17px;
    padding-left: 36px;
}

.rank-5 {
    background: url(../img/rank-4.svg) no-repeat left center / 26px 17px;
    padding-left: 36px;
}

.worries-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.4%;
    row-gap: 40px;
}

.worries-area__list--img {
    margin-bottom: 20px;
}

.worries-area__list--tit {
    font-weight: bold;
    background: url(../img/arrow.svg) no-repeat right center / 10px 15px;
    padding-right: 25px;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.-worries {
    margin-bottom: 80px;
}

.place-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
}

.place-area__list--photo {
    position: relative;
    margin-bottom: 20px;
}

.place-area__list--label {
    position: absolute;
    width: 50%;
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
}

.place-area__list--label__eng {
    font-size: 1.4rem;
    color: #999;
    letter-spacing: 1px;
}

.place-area__list--label__jn {
    font-weight: bold;
    font-size: 1.8rem;
}

.place-area__list--txt {
    padding: 0 20px;
}

.-place-more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 40px;
}

.-more {
    background: url(../img/more-icon.svg) no-repeat right center / 44px 44px;
    padding: 15px 60px 15px 0;
    font-weight: bold;
}

#recom-item {
    max-width: 1120px;
    margin: 0 auto 80px;
}

.-central {
    border-bottom: none;
    padding-bottom: 0;
    text-align: center;
}

.tp-recom {
    display: flex;
}

.tp-recom__list {
    width: 17%;
    text-align: center;
    font-weight: bold;
}

.tp-recom__list:not(:last-of-type) {
    margin: 0 3.625% 0 0;
}

.tp-recom__list--img {
    margin-bottom: 20px;
}

.lum-lightbox-inner img {
    max-width: 100%;
    max-height: none;
    height: auto;
}


/*layout*/

#pia-cont {
    max-width: 1000px;
    margin: 40px auto 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calender-tit {
    text-align: center;
    margin-bottom: 20px;
}

.foot-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.foot-sns__list {
    max-width: 44px;
}

.foot-sns__list:not(:last-child) {
    margin-right: 20px;
}

.foot-cont {
    background: #eee;
    padding: 80px 5%;
}

.foot-cont__in {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 68% auto;
    column-gap: 50px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.en-link {
    display: flex;
    justify-content: center;
}

.en-link--list:not(:last-of-type) {
    border-right: 1px solid #ccc;
}

.en-link--list {
    font-size: 1.3rem;
}

.en-link--a {
    padding: 0 10px;
}

.i_trouble {
    max-width: 36px;
    margin: 0 auto 10px;
}

.i_trouble-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.i_trouble-area__list {
    width: 15%;
    margin-right: 2%;
    font-size: 1.8rem;
    font-weight: bold;
}

.i_trouble-area__list:nth-child(6n) {
    margin-right: 0;
}

.i_trouble-area__list--a {
    display: block;
    padding: 20px 5%;
    color: #fff !important;
    border-radius: 8px;
}

.i_trouble-area__list:nth-child(odd) .i_trouble-area__list--a {
    background: #aacd06;
}

.i_trouble-area__list:nth-child(even) .i_trouble-area__list--a {
    background: #fabe01;
}

.i_trouble-name {
    text-align: center;
}

.ft-link {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    margin-bottom: 30px;
}

.ft-link__link {
    text-align: center;
    font-size: 1.4rem;
}

.ft-link__link:not(:last-of-type) {
    border-right: 1px solid #ccc;
}

.ft-link__link--icon {
    max-width: 30px;
    margin: 0 auto 10px;
}

.malicious {
    text-align: center;
    color: #fff !important;
    background: #e84455;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 20px 10px;
    border-radius: 5px;
    display: block;
}

.foot-add {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.foot-add--img {
    width: 35%;
    margin-right: 5%;
}

.foot-add--act {
    width: 60%;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.foot-add--act-tel {
    background: url(../img/i_y-tel.svg) no-repeat left center / 30px 30px;
}

.foot-add--act-mail {
    background: url(../img/i_y-mail.svg) no-repeat left center / 30px 30px;
}

.foot-add--act-tel,
.foot-add--act-mail {
    padding-left: 40px;
}

.calender-area--tit {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.shop-time {
    font-size: 1.4rem;
}

.c_red {
    color: #e1150f;
}

.c_lightblue {
    color: #cde7f3;
}

.calender-area-info {
    font-size: 1.4rem;
    margin-top: 20px;
}

#headers .trouble {
    display: none;
}

.edit-s {
    max-width: 1120px;
    margin: 0 auto 80px;
    position: relative;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
}

.edit-s__img {
    width: 50%;
}

.edit-s__txt {
    border: 1px solid #ccc;
    margin: 20px 0 0 -4%;
    width: 54%;
}

.edit-s__txt a {
    padding: 8% 5% 8% 15%;
    display: block;
    height: 100%;
}

.edit-s__txt--eng {
    font-size: 1.4rem;
    color: #999;
    letter-spacing: 1px;
}

.edit-s__txt--tit {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.edit-s__info {
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
    display: block;
}

.edit-s__info-deep {
    margin-bottom: 70px;
}

.-d-link {
    text-align: right;
    display: block;
}

.-d-link-btn {
    display: block;
    text-align: right;
}

.edit-s::before,
.edit-s::after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.edit-s::before {
    left: 0;
    bottom: 0;
    background: rgba(134, 184, 62, 0.2);
}

.edit-s::after {
    right: 0;
    top: 0;
    background: rgba(241, 184, 53, 0.2);
}

.tp-bans {
    max-width: 1120px;
    margin: 0 auto 100px;
    text-align: center;
}

.-beginner {
    background: url(../img/i-beginner.svg) no-repeat left center / 23px 37px;
    padding: 5px 0 5px 43px;
    font-size: 2.6rem;
}

.tp-bans a {
    border: 1px solid #ccc;
    display: block;
    padding: 5%;
}

.tp-bans .-more {
    background-position: 93% center;
}

#instagrams {
    max-width: 1120px;
    margin: 0 auto 80px;
}

#instagrams ul img {
    width: 100%;
    display: block;
    height: auto;
}

#instagrams ul {
    display: grid;
    grid-template-columns: repeat(5, 19%);
    column-gap: 1.25%;
    row-gap: 14px;
}

.insta-info {
    text-align: center;
    letter-spacing: 2px;
    margin: -20px auto 30px;
}

#read-contents {
    background: url(../img/rank-bg.svg) repeat-x left bottom / auto 220px;
    width: 100%;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.-no-bg {
    padding-bottom: 0%;
    background: none;
}

.read-contents--block {
    display: flex;
}

.read-contents--block__list {
    background: #fff;
    width: 30%;
}

.read-contents--block__list:not(:last-of-type) {
    margin-right: 5%;
}

.read-contents--block__a {
    display: block;
}

.read-contents--block__info {
    padding: 5%;
}

.read-contents--block__info--tit {
    margin-bottom: 30px;
}

.read-contents--block__list time {
    font-size: 1.4rem;
    color: #999;
    background: url(../img/arrow.svg) no-repeat right center / 10px 15px;
    display: block;
    letter-spacing: 2px;
}

.cates {
    color: #fff !important;
    background: #f7b700;
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.cates_recom {
    color: #fff !important;
    background: #aacd06;
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.-cent-morebtn {
    margin: 50px auto;
    text-align: center;
}

.item-category {
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
}

.item-stit {
    position: relative;
    display: grid;
    align-items: center;
    font-size: 1.9rem;
    line-height: 1;
    max-width: 1120px;
    margin: 100px auto 0;
    grid-template-columns: 200px auto;
}

.item-stit::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
}

.item-category--in {
    background: #f8f8f8;
    max-width: 1340px;
    margin: -8px auto 100px;
    padding: 70px 5%;
}

.-category--inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
    row-gap: 30px;
}

.f-cates {
    margin-bottom: 20px;
    font-weight: bold;
}

.f-cates--a {
    display: block;
    background: url(../img/arrow-mini.svg) no-repeat 95% 50% #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    border-radius: 6px;
    padding: 15px 10% 15px 15px;
}

.item-category--icn {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    column-gap: 2%;
    row-gap: 20px;
    font-size: 1.4rem;
}

.cate-icons {
    display: flex;
    align-items: center;
}

.c-icons {
    width: 30%;
    margin-right: 10px;
}

.foot-act-cover {
    margin-top: 100px;
    padding: 0 5%;
}

.foot-act {
    max-width: 1120px;
    margin: 0 auto;
}

.fact-info {
    text-align: center;
    letter-spacing: 2px;
    margin: -10px auto 80px;
}

.foot-act-blk {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    column-gap: 0%;
    text-align: center;
    margin: 0 auto 60px;
}

.foot-act-blk__list {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 1px;
}

.foot-act-blk__a {
    display: block;
    padding: 0 3%;
}

.foot-act-blk__list span:first-of-type {
    font-size: 1.6rem;
}

.foot-act-blk__list:not(:last-of-type) {
    border-right: 1px solid #ccc;
}

.unico-ban {
    max-width: 1120px;
    margin: 0 auto 80px;
}

.unico-ban--a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    box-shadow: 0 0 0 1px #ccc inset;
}

.unico-ban--img {
    width: 36%;
}

.unico-ban--info {
    width: 64%;
    padding: 0 5%;
}

.unico-ban--eng {
    color: #79bc28;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.unico-ban--bd {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.unico-est {
    background: url(../img/more-icon.svg) no-repeat right bottom;
    padding-right: 20%;
}

.foot-info {
    margin-bottom: 100px;
    padding: 0 5%;
}

.foot-info__tit {
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.foot-info__tit::before,
.foot-info__tit::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}

.foot-info__tit::before {
    margin-right: 4rem;
}

.foot-info__tit::after {
    margin-left: 4rem;
}

.foot-info-blk {
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0 auto 40px;
}

.foot-info-blk__list {
    width: 23.5%;
    margin: 0 2% 2% 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.foot-info-blk__list:nth-child(4),
.foot-info-blk__list:last-of-type {
    margin-right: 0;
}

.foot-info-blk__list--a {
    background: #faf7f2;
    display: block;
    padding: 54px 5%;
    border-radius: 8px;
}

.foot-info-blk__list:last-of-type {
    width: 100%;
    margin-bottom: 0;
}

.foot-info-blk__list:last-of-type .foot-info-blk__list--a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 5%;
}

.foot-info-blk__list--icon {
    margin-bottom: 20px;
}

.foot-info-blk__list:last-of-type .foot-info-blk__list--icon {
    margin: 4px 10px 0 0;
}


/* .foot-info-banner__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto 40px;
  justify-content: center;
} */

.foot-info-banner__list {
    max-width: 1120px;
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 20px 2%;
    margin: 0 auto 40px;
}


/* .foot-info-banner__list li:nth-child(1),
.foot-info-banner__list li:nth-child(2) {
  margin-bottom: 40px;
}

.foot-info-banner__list li:not(:nth-child(2n)) {
  margin-right: 40px;
} */

.-edit {
    display: none;
}

#pagetop {
    position: fixed;
    right: 3%;
    bottom: 3%;
    width: 80px;
    height: 80px;
    background: #aacd06;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9;
}

#pagetop:hover {
    opacity: 0.6;
}

.sp-tel_f,
.sp-line_f {
    display: none;
}


/* 追加 */

.nav-bg {
    display: none;
}

#menu {
    text-align: center;
}

.fs-c-breadcrumb__list>li {
    font-size: 1.5rem;
}

.fs-c-breadcrumb__list>li>a {
    color: blue;
}

/* 20250917 青木コメントアウト
.fs-clientInfo.is-ready {
    display: initial;
}
*/

/*fcp-v2用*/

.fcp2 {
    margin: 20px auto;
    text-align: center;
}

.fcp2 p {
    font-size: 2rem;
    font-weight: bold;
}


/* .fcp_hl {
    color: #9AC144;
} */

.fcp_ul {
    background: linear-gradient(transparent 60%, #ff6 60%);
}


/* トップメインバナー用*/

.top_mainbanner {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    max-width: 1366px;
    margin: 0 auto 16px;
}

.top_mainbanner img {
    box-shadow: 0 0 10px 0 rgba(9, 15, 31, .2);
}


/* 共通バナー*/


/* .cbn_area {
    max-width: 1366px;
    margin: 0 auto 16px;
} */

.cbn_content {
    display: flex;
    overflow-x: auto;
    max-width: 1220px;
    margin: 0 auto 16px;
}

.cbn_content li {
    width: 30%;
    flex-shrink: 0;
    list-style: none;
    margin-right: 10px;
}

.nav-icon_list {
    display: flex;
    max-width: 1000px;
    margin: 20px auto 30px;
    justify-content: space-between;
}



.nav-icon_list li {
    width: 100px;
}

/* cls対応 20250509 */

.img-cls-pia {
    height: auto;
}

/* ここまで */


/*特集一覧*/

.sp_list_title {
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
    font-size: 3.5rem;
    font-weight: bold;
}

.sp_list {
    display: flex;
    overflow-x: auto;
    /* max-width: 1366px; */
    margin: 0 auto 16px;
}

.sp_list li {
    width: 40%;
    flex-shrink: 0;
    list-style: none;
    margin-right: 10px;
}

.sp_list img {
    width: 100%;
}


/* ここまで */
@media (min-width: 1430px) {
    .h-act__list:not(:last-child) {
        margin-right: 40px;
    }
    .g-nav {
        margin: 0 5% 0 auto;
    }
}

@media (max-width: 1366px) {
    .cbn_content {
        max-width: none;
        margin: 20px 10px 0;
    }
    .nav-icon_list {
        max-width: none;
        margin: 20px 10px 30px;
    }
}

@media (max-width: 1340px) {
    .item-stit {
        width: 90%;
    }
}

@media (max-width: 1222px) {
    .g-nav--block__list,
    .g-nav--block-child {
        font-size: 1.5rem;
    }
    .basic-area,
    #recom-item,
    #instagrams,
    .edit-s,
    .tp-bans {
        width: 90%;
    }
}

@media (max-width: 1120px) {
    .-edit {
        display: block;
    }
    .-d-key:hover .g-nav--block-child {
        z-index: 2;
        width: 200px;
        border-top: 10px solid #fff;
        left: -60px;
        top: 100%;
    }
    .basic-area,
    #recom-item,
    #instagrams,
    .edit-s,
    .tp-bans {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .basic-area,
    #recom-item,
    #instagrams,
    .edit-s,
    .tp-bans {
        width: 90%;
    }
    /**/
    .slick-arrow {
        position: absolute;
        top: inherit;
        transform: translateY(0);
        bottom: 0;
        text-indent: -9999px;
        width: 6px;
        height: 12px;
    }
    .slick-next {
        right: 40%;
        background: url(../img/slick-next.svg) no-repeat center center / 6px 12px !important;
    }
    .slick-prev {
        left: 40%;
        background: url(../img/slick-prev.svg) no-repeat center center / 6px 12px !important;
    }
}

@media (max-width: 959px) {
    body {
        margin-top: 93px;
    }
    .-pconly,
    .-edit {
        display: none;
    }
    .-sponly {
        display: block;
    }
    #pagetop {
        position: fixed;
        right: 3%;
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .mv_cover {
        margin: 0 auto 40px;
    }
    .rehead-v2 {
        background: #fabe01 !important;
    }
    .rehead-v2 #humberger span {
        background-color: #fff;
    }
    .rehead-v2 .h-act__list--a {
        color: #fff !important;
    }
    .rehead-v2 .h-act__list:not(:last-child) {
        border-right: 1px solid #fff;
        padding-right: 15px;
    }
    /*layout*/
    .fs-c-breadcrumb {
        margin: 0 auto 20px;
        padding: 10px 5% 0;
    }
    .fs-c-breadcrumb__list {
        padding: 0;
    }
    .g-nav--block {
        display: none;
    }
    .write-mode {
        font-size: 1.7rem;
        letter-spacing: 0.5em;
    }
    .basic-area,
    #recom-item,
    .tp-bans,
    #instagrams,
    .item-stit,
    .-category--inner {
        width: 90%;
    }
    .edit-s {
        padding: 0 5%;
    }
    .edit-s__txt {
        width: 76%;
    }
    .item-category--in {
        padding: 60px 0;
        margin-bottom: 80px;
    }
    .item-category--icn {
        grid-template-columns: repeat(1, 100%);
        row-gap: 10px;
    }
    .fact-info {
        margin-bottom: 60px;
    }
    .c-icons {
        width: 24%;
    }
    .foot-act-blk__list {
        font-size: 1.7rem;
        letter-spacing: 0px;
    }
    .unico-ban,
    .foot-info-blk {
        width: 90%;
    }
    .foot-info {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .foot-info__tit {
        order: 1;
    }
    .foot-info-blk {
        order: 2;
    }
    .foot-sns {
        order: 3;
        margin: 0 auto 40px;
    }
    .foot-info-banner__list {
        width: 90%;
        margin: 0 auto 40px;
    }
    .unico-ban {
        order: 4;
        margin-bottom: 60px;
    }
    .unico-ban--info {
        padding: 5%;
    }
    .unico-ban--eng {
        font-size: 2.2rem;
    }
    .foot-info-blk__list {
        font-size: 1.6rem;
    }
    .foot-info-blk__list--a {
        padding: 30px 5%;
    }
    .foot-info-blk__list--icon {
        margin-bottom: 10px;
    }
    .foot-cont__in {
        display: block;
    }
    .calender-area {
        max-width: 400px;
        margin: 20px auto 0;
    }
    .en-link {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 60%;
        margin: 0 auto;
    }
    .foot-act-blk {
        width: 90%;
    }
    .foot-act-blk {
        display: grid;
        grid-template-columns: repeat(2, 50%);
    }
    .foot-act-blk__list:not(:last-of-type) {
        border-right: 0;
    }
    .foot-act-blk__list:nth-child(1),
    .foot-act-blk__list:nth-child(3) {
        border-right: 1px solid #ccc;
    }
    .foot-act-blk__list:nth-child(1),
    .foot-act-blk__list:nth-child(2) {
        border-bottom: 1px solid #ccc;
    }
    .foot-act-blk__a {
        padding: 30px 10px;
    }
    .foot-act-blk__txt span:last-of-type {
        display: none;
    }
    .foot-info__tit {
        font-size: 2rem;
    }
    .foot-info-blk__list {
        width: 48%;
        margin: 0 4% 2% 0;
        font-size: 1.6rem;
    }
    .foot-info-blk__list:nth-child(2n) {
        margin-right: 0;
    }
    .unico-ban--a {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .unico-ban--img {
        width: 100%;
    }
    .unico-ban--info {
        width: 100%;
    }
    .unico-est {
        background: none;
        font-size: 1.3rem;
        padding-right: 10%;
    }
    .unico-ban--eng {
        font-size: 1.3rem;
    }
    .unico-ban--bd {
        font-size: 1.8rem;
    }
    .unico-ban--info dl {
        background: url(../img/more-icon.svg) no-repeat right 5px;
    }
    .unico-ban--eng,
    .unico-ban--bd {
        padding-right: 20%;
    }
    .ft-link {
        display: none;
    }
    .malicious {
        font-size: 1.8rem;
        padding: 15px 10px;
    }
    .foot-add--img {
        margin: 0 auto 20px;
        width: 50%;
        max-width: 200px;
    }
    .foot-add--act {
        width: 100%;
        font-size: 2rem;
    }
    .en-link--list:not(:last-of-type) {
        border-right: none;
    }
    .en-link {
        display: block;
        width: 100%;
    }
    .en-link--list:not(:last-child) {
        margin-bottom: 10px;
    }
    .en-link--a {
        display: block;
        width: 100%;
        background: url(../img/arrow-mini.svg) no-repeat 95% 50% #fff;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
        padding: 15px;
        border-radius: 8px;
    }
    .foot-cont {
        padding: 60px 5%;
    }
    /*.-scrolls {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }

  .-scrolls::-webkit-scrollbar {
    height: 10px;
  }

  .-scrolls::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #eee;
    border-radius: 5px;
  }

  .-scrolls::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }*/
    .foot-act-cover,
    .foot-info {
        padding: 0;
    }
    /*rehead*/
    .re-headline__box {
        padding: 5%;
    }
    .sp-gnav {
        display: flex;
        background: #fabe01;
        height: 50px;
        position: fixed;
        top: 93px;
        left: 0;
        width: 100%;
        z-index: 11;
    }
    .sp-gnav--list {
        width: calc(100% / 5);
        font-size: 1rem;
        line-height: 1;
        text-align: center;
        font-weight: bold;
    }
    .sp-gnav--list a {
        color: #fff !important;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .sp-gnav--list:not(:last-of-type) {
        border-right: 1px solid #fff;
    }
    .sp-gnav--list p:first-child {
        max-width: 24px;
        width: 100%;
        margin: 0 auto 4px;
    }
    .sp-gnav--list p:last-of-type {
        width: 100%;
    }
    .sp-tel_f {
        display: block;
        position: fixed;
        bottom: 20px;
        left: 15%;
        width: 70%;
        z-index: 1;
    }
    .sp-line_f {
        display: block;
        position: fixed;
        bottom: 50px;
        right: 5%;
        width: 154px;
        z-index: 1;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }
    .copyright {
        padding: 30px 5% 130px;
    }
    #resp_v {
        top: inherit !important;
        bottom: 0;
    }
    .nav_eng {
        display: none;
    }
    /* トップメインバナー用*/
    .top_mainbanner {
        display: block;
        margin: 0 10px 16px;
    }
    .top_mainbanner img {
        margin-top: 10px;
    }
    .cbn_content li {
        width: 90%;
    }
    .nav-icon_list {
        overflow-x: auto;
    }
    .nav-icon_list li {
        width: 25%;
        flex-shrink: 0;
        margin-right: 10px;
    }
    /*特集一覧*/
    .sp_list_title {
        font-size: 2rem;
    }
    .sp_list li {
        width: 70%;
    }
    /* ここまで */
}

@media (max-width: 767px) {
    body {
        margin-top: 64px;
    }
    #headers {
        padding: 10px 3%;
        height: 64px;
    }
    .logo {
        width: 174px;
    }
    .h-act__list--icon {
        width: 26px;
        margin-bottom: 5px;
    }
    .h-act__list--name {
        font-size: 0.9rem;
        letter-spacing: -1px;
    }
    .h-act__list:not(:last-child) {
        margin-right: 11px;
    }
    .mv-box--img {
        width: 100%;
    }
    .write-mode {
        writing-mode: horizontal-tb;
        position: absolute;
        left: 5%;
        top: 5%;
        width: auto;
        display: inline-block;
        font-size: 1.8rem;
        letter-spacing: 0.3em;
    }
    .write-side {
        top: inherit;
        bottom: 0;
        font-size: 1.8rem;
        padding: 10px;
        line-height: 1;
    }
    .navi {
        width: 90%;
    }
    .n-act__list {
        font-size: 1.6rem;
    }
    .mv-box {
        display: block;
        position: relative;
    }
    .foot-add {
        display: block;
    }
    .slick-prev {
        left: 20%;
    }
    .slick-next {
        right: 20%;
    }
    .sub-tit {
        text-align: center;
        font-size: 2.1rem;
        margin-bottom: 20px;
    }
    .navi_inner .foot-sns {
        width: 80%;
        margin: 0 auto;
    }
    .tp-rank {
        width: max-content;
    }
    .tp-rank__list:not(:last-of-type),
    .tp-rank__list {
        width: 240px;
        margin: 0 2.2% 0px 0;
        text-align: center;
        font-weight: bold;
    }
    .tp-rank__list--img {
        margin-bottom: 10px;
    }
    #rankings {
        padding-bottom: 0;
        background: none;
        margin-bottom: 60px;
    }
    .basic-area.-worries {
        width: 95%;
        margin: 0 0 60px 5%;
    }
    .basic-area.-worries_rank {
        width: 95%;
        margin: 0 0 0px 5%;
    }
    .-scrolls {
        overflow: auto;
    }
    .worries-area {
        width: 1900px;
        display: flex;
        justify-content: flex-start;
        column-gap: unset;
    }
    .worries-area__list {
        width: 280px;
        margin-right: 40px;
    }
    .worries-area__list:last-child,
    .place-area__list:nth-child(5) {
        margin-right: 20px;
    }
    .-cent-morebtn {
        width: 90%;
        margin: 50px auto 60px;
        text-align: right;
    }
    .place-area {
        width: 1420px;
        display: flex;
        justify-content: flex-start;
        column-gap: unset;
    }
    .place-area__list {
        width: 280px;
    }
    .place-area__list:last-child {
        display: none;
    }
    .place-area__list--label {
        width: 76%;
    }
    #recom-item {
        margin-bottom: 50px;
    }
    .tp-recom {
        flex-wrap: wrap;
    }
    .tp-recom__list:not(:last-of-type),
    .tp-recom__list {
        width: 48%;
        margin: 0 4% 40px 0;
        text-align: center;
        font-weight: bold;
    }
    .tp-recom__list:nth-child(2n) {
        margin-right: 0;
    }
    .tp-recom__list:nth-child(5) {
        display: none;
    }
    .tp-recom_list:nth-last-child(-n + 3) {
        margin-bottom: 0;
    }
    .edit-s {
        display: block;
        margin-bottom: 20px;
    }
    .edit-s::before,
    .edit-s::after,
    .edit-s__info {
        display: none;
    }
    .edit-s__img,
    .edit-s__txt {
        width: 100%;
    }
    .edit-s__txt {
        order: 1px solid #ccc;
        margin: 0;
        background: url(../img/more-icon.svg) no-repeat 94% center / 30px 30px;
    }
    .edit-s__txt a {
        padding: 5%;
    }
    .edit-s__txt--tit {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .-d-link {
        display: none;
    }
    .-more {
        background: url(../img/more-icon.svg) no-repeat right center / 44px 44px;
        padding: 15px 60px 15px 0;
        font-weight: bold;
    }
    .tp-bans {
        margin: -20px auto 60px;
    }
    .tp-bans .-more {
        background: none;
    }
    .tp-bans {
        text-align: left;
        margin-top: 0;
    }
    .-beginner {
        font-size: 1.6rem;
        display: block;
    }
    .tp-bans a {
        display: flex;
        justify-content: center;
    }
    .-beginner span {
        font-size: 2.2rem;
    }
    #instagrams ul {
        grid-template-columns: repeat(2, 48%);
        column-gap: 4%;
    }
    #read-contents {
        padding-bottom: 5px;
        margin-bottom: 60px;
    }
    .read-contents--block {
        width: 940px;
    }
    .read-contents--block__list:not(:last-of-type),
    .read-contents--block__list {
        width: 300px;
        margin-right: 20px;
    }
    .item-category--icn {
        display: none;
    }
    .f-cates {
        margin-bottom: 10px;
    }
    .f-cates--a {
        padding: 25px 10% 25px 80px;
    }
    .-category--inner {
        display: block;
        width: 95%;
        margin: 0 0 0 5%;
    }
    .-c-icons-carpet {
        background: url(../img/c-icons-carpet.png) no-repeat 5% center / 50px 50px, url(../img/arrow-mini.svg) no-repeat 95% 50% #fff;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }
    .-c-icons-soundproof_curtain {
        background: url(../img/c-icons-soundproof_curtain.png) no-repeat 5% center / 50px 50px, url(../img/arrow-mini.svg) no-repeat 95% 50% #fff;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }
    .-c-icons-wall_panel {
        background: url(../img/c-icons-wall_panel.png) no-repeat 5% center / 50px 50px, url(../img/arrow-mini.svg) no-repeat 95% 50% #fff;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }
    .-c-icons-assembly {
        background: url(../img/c-icons-assembly.png) no-repeat 5% center / 50px 50px, url(../img/arrow-mini.svg) no-repeat 95% 50% #fff;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }
    .-c-icons-rock_wool {
        background: url(../img/c-icons-rock_wool.png) no-repeat 5% center / 50px 50px, url(../img/arrow-mini.svg) no-repeat 95% 50% #fff;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }
    .-c-icons-sound_insulation_sheet {
        background: url(../img/c-icons-sound_insulation_sheet.png) no-repeat 5% center / 50px 50px, url(../img/arrow-mini.svg) no-repeat 95% 50% #fff;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }
    .-c-icons-anti-vibration_material {
        background: url(../img/c-icons-anti-vibration_material.png) no-repeat 5% center / 50px 50px, url(../img/arrow-mini.svg) no-repeat 95% 50% #fff;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }
    .-c-icons-itemsample {
        background: url(../img/c-icons-itemsample.png) no-repeat 5% center / 50px 50px, url(../img/arrow-mini.svg) no-repeat 95% 50% #fff;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }
    /*rehead*/
    .rehead .h-act__list:not(:last-child) {
        margin-right: 20px;
    }
    .sp-gnav {
        top: 64px;
    }
    .sp-tel_f {
        display: block;
        position: fixed;
        bottom: 20px;
        left: 5%;
        width: 90%;
        z-index: 1;
    }
    .head-news {
        padding: 8px 5%;
    }
    .re-headline {
        font-size: 1.3rem;
    }
}

@media (max-width: 519px) {
    .mv_cover {
        margin-bottom: 20px;
    }
    .slick_mvslider {
        padding-bottom: 20px;
    }
    .foot-info-banner__list {
        display: block;
    }
    .foot-info-banner__list li {
        margin-bottom: 20px;
    }
    .foot-info-banner__list li:last-child {
        margin-bottom: 0px;
    }
    .fcp2 p {
        font-size: 1.2rem;
    }
}

@media (max-width: 414px) {}

@media (max-width: 375px) {
    .tp-rank__list:not(:last-of-type),
    .tp-rank__list {
        width: 226px;
    }
}

@media (max-width: 360px) {}

@media (max-width: 320px) {
    .logo {
        width: 90px;
    }
    .h-act__list--name {
        font-size: 0.7rem;
    }
    .h-act__list:not(:last-child) {
        margin-right: 8px;
    }
}
