@charset "UTF-8";
/*リスト
 1:全体
 2:ヘッダ
 3:メイン
 4:フッタ
 5:その他共通パーツ
*/
/*----------------------------------------
 1:全体
----------------------------------------*/
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    overflow-x: hidden;
    background: #F2EFEC;
    color: #141416;
}
@media (max-width: 768px) {
    body {
        font-size: 3.26vw;
    }
}
/*リンク*/
a {
    color: #141416;
    display: block;
}
a:visited {
    color: #141416;
    display: block;
}
a:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #141416;
}
a:active {
    color: #141416;
}
ul, li {
    list-style: none;
}
/*画像*/
img {
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    vertical-align: top;
    display: block;
    height: auto;
}
@media (max-width: 768px) {
    img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}
/*common layout*/
.container {
    margin: 130px auto 0;
    width: 1200px;
}
.fs-l-main, .fs-c-breadcrumb {
    display: none;
}
@media (min-width: 769px) and (max-width:1024px) {
    .container {
        width: 100vw;
        min-width: 100%;
        margin-top: 83px;
    }
}
@media (max-width: 768px) {
    .container {
        width: 100vw;
        min-width: 100%;
        margin-top: 83px;
    }
}
@media (min-width: 769px) and (max-width:1024px) {
    .contents {
        min-width: 100%;
    }
}
@media (max-width: 768px) {
    .contents {
        min-width: 100%;
    }
}
@-ms-viewport {
    width: device-width;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure {
    margin: 0;
}
ul, ol, figure {
    padding: 0;
}
a {
    text-decoration: none;
}
.section-title {
    text-align: center;
    width: 100%;
}
.section-title__en {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-family: "Cormorant Garamond", serif;
}
.section-title__decor {
    width: 80px;
    margin: 0 16px;
}
.section-title__decor img {
    width: 100%;
    display: block;
}
h2.section-title__jp {
    font-size: 36px;
    font-weight: normal;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    margin-bottom: 50px;
}
#lineup, #ranking, #movie, #instagram-director, #instagram-official, #pickup, #information, #service {
    margin: auto;
    padding: 0 0 100px;
    width: 1200px;
}
#movie {
    padding-top: 100px;
}
#concept {
    margin-top: 100px;
}
#lineup {
    margin-top: 100px;
}
/*追従バナー*/
.float-banner {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    transition: opacity .2s ease, transform .2s ease;
}
.float-banner.is-hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
}
.float-banner__link {
    width: 270px;
}
.float-banner a:hover {
    opacity: 1;
    transform: none;
}
.float-banner img {
    opacity: 99%;
}
@media (max-width: 767px) {
    .float-banner {
        right: 0;
    }
    .float-banner__link {
        width: 170px;
    }
}
/*メインビジュアル*/
.top__mainvisual__area {
    position: relative;
    z-index: 1;
    text-align: center;
}
.top__mainvisual__image {
    width: 100%;
}
.kv__img,
.kv__img img {
    display: block;
    width: 100%;
    height: auto;
}
.contents_block {
    position: relative;
    z-index: 1;
}
/*----------------------------------------
 3:メイン
----------------------------------------*/
/*商品画像*/
ul.top__itemlist {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17.5px;
}
li.top__itemlist__item {
    width: calc(20% - 10px);
    max-width: 211.97px;
    height: auto;
    flex: 1 1 calc(20% - 10px);
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    padding-bottom: 44px;
    font-size: 16px;
    line-height: 1.62em;
    letter-spacing: 0.015em;
    position: relative;
    /* 必須 */
    overflow: hidden;
    /* はみ出しを制限 */
}
li.top__itemlist__item img {
    display: block;
    margin-bottom: 9.4px;
    width: 100%;
    /* 親要素の幅に合わせる */
    height: auto;
    /* アスペクト比を維持 */
    aspect-ratio: 5 / 6;
    /* 5:6の比率を指定 */
    object-fit: cover;
    /* 親要素内に収める */
    transition: transform 0.3s ease-out;
    -webkit-transform: scale(1);
    /* 初期状態 */
    transform: scale(1);
}
li.top__itemlist__item:hover img {
    -webkit-transform: scale(1.05);
    /* 拡大 */
    transform: scale(1.05);
}
.hover__img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.product__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.product__caption {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 1.467;
    font-size: 15px;
	height: 7.5em;
}
.item-name {
    margin: 0.93em 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
	height:3em;
	line-height: 1.5;
}
/* 全ての商品を非表示に */
.top__lineup__list li.top__itemlist__item.product {
    display: none;
}
/* visibleクラスをつけたら表示 */
.top__lineup__list li.top__itemlist__item.product.visible {
    display: list-item;
    flex-direction: column;
}
/* date枠：常に高さを確保してcaption位置を固定 */
.product__meta {
    min-height: 42px;
    /* ←dateAreaの高さに合わせて調整 */
    margin-top: 8px;
    /* 画像との間隔 */
    display: flex;
    align-items: center;
}
/* ボタンを最下部へ固定 */
.product__btn {
    margin-top: auto;
}
@media (min-width: 769px) {
    .lineup li.top__itemlist__item:nth-child(n+11) {
        display: none;
    }
}
.item-price, .item-price__sale, .pick-date {
    font-size: 14px;
    font-weight: 700;
    margin: 7px 0 13px;
}
.item-price__sale {
    color: #C14651
}
.product__btn {
    text-align: center;
}
span.current {
    text-decoration: line-through;
    margin-right: 10px;
    color: #141416;
}
.top__itemlist__dateArea {
    display: flex;
    margin: 0 0 13px 0;
    color: #CE918E;
    align-items: center;
    font-weight: 700;
}
.top__itemlist__mark__new {
    background: #CE918E;
    color: #FFFFFF;
    padding: 0 8px;
    margin-right: 8px;
    font-weight: 500;
}
.top__itemlist__mark__re {
    background: #FFFFFF;
    color: #CE918E;
    padding: 0 8px;
    border: solid 1px #CE918E;
    margin-right: 8px;
    font-weight: 500;
}
.top__itemlist__mark__sale {
    background: #C14651;
    color: #FFFFFF;
    padding: 0 8px;
    margin-right: 8px;
    font-weight: 500;
}
/*KV下バナー*/
.banner-section {
    padding: 50px 0 50px;
    width: 500px;
    margin: auto;
}
.info_bannner {
    margin-bottom: 20px;
}
/*コンセプト*/
.concept {
    background: url("../img/brand_concept.jpg") no-repeat;
    background-size: cover;
    background-position: right top;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 135px 0 140px;
}
.concept_logomark {
    width: 80px;
    margin-bottom: 40px;
}
/*サービス*/
.our-service__inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 1200px;
}
.our-service__lead {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
p.our-service__text {
    margin-bottom: 78px;
}
.our-service__buttons {
    display: grid;
    justify-content: start;
}
.service {
    margin-bottom: 40px;
}
.service .section-title__en {
    align-items: flex-start;
    margin-bottom: 0;
}
.service_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 85px;
    width: 590px;
}
.service_list {
    width: 185px;
    height: 183px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
p.service_title {
    font-weight: 700;
    font-size: 16px;
}
.service_icon {
    width: 40px;
    margin-bottom: 15px;
}
.service {
    display: flex;
    flex-wrap: wrap;
}
.btn__more a {
    width: 520px;
    font-size: 22px;
    padding: 39px 0;
    background: #141416;
    margin: 50px auto 0;
    position: relative;
    line-height: 1;
    text-align: center;
    color: #FAF5E8;
    display: block;
}
#instagram-official > .btn__more a {
    margin: 0 auto;
}
.btn__more.first a {
    align-items: center;
    margin: auto;
    line-height: 1.455;
    text-align: center;
    color: #141416;
    background: #fff;
    padding: 23px 0;
}
.btn__more.first span {
    font-weight: 700;
}
.service_list a {
    display: block;
}
.service_list a:hover {
    color: #141416;
}
/* INFORMATION */
.information .section-title__en, .service .section-title__en {
    flex-direction: column;
}
.information .section-title, .service .section-title {
    width: auto;
}
.information {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.information-list {
    margin-top: 85px;
    width: 742px;
}
.info-item {
    border-top: 1px solid #141416;
    position: relative;
    padding: 25px 0;
}
.info-item {
    border-top: 1px solid #141416;
    position: relative;
    padding: 25px 0;
}
.information-list .info-item:first-child {
    border-top: none;
}
.info-item a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}
.info-item p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.info-item span {
    font-size: 18px;
    font-weight: 400;
    margin-right: 25px;
}
.info-item a:hover {
    opacity: 0.4;
}
.info-item a::before,
.info-item a::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #141416;
}
.info-item a::before {
    right: 9px;
    top: calc(50% + 4px);
    transform: rotate(-45deg);
}
.info-item a::after {
    right: 9px;
    top: calc(50% - 4px);
    transform: rotate(45deg);
}
/* ranking */
.top__ranking__list {
    position: relative;
}
.top__ranking__list::before {
    content: var(--rank, "");
    display: inline-block;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    padding: 0 9px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #141416;
}
.top__ranking__list[data-rank="1"]::before {
    background-color: #AC9A0F;
}
.top__ranking__list[data-rank="2"]::before {
    background-color: #A0A0A0;
}
.top__ranking__list[data-rank="3"]::before {
    background-color: #98663B;
}
/*レコメンド*/
.recommend {
    padding: 80px 0;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.recommend__blocks {
    width: 1200px;
    margin: 0 auto;
}
.recommend__text .btn__more a {
    display: flex;
    justify-content: center;
    width: 415px;
    font-size: 22px;
    padding: 27px 0;
    background: #141416;
    margin: 0 auto 0;
}
.recommend__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recommend__block.is-reverse {
    flex-direction: row;
}
/* text */
.recommend__text {
    width: 45%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.recommend__headline {
    font-size: 32px;
    line-height: 1.625;
    margin-bottom: 24px;
    font-family: "Shippori Mincho", serif;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
    font-weight: 500;
}
.recommend__description {
    font-size: 22px;
    line-height: 1.909;
    margin-bottom: 32px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
a.item__detail-btn {
    display: inline-block;
    padding: 14px 40px;
    border: 1px solid #141416;
    font-size: 14px;
    text-decoration: none;
    color: #141416;
    background: #fff;
    text-align: center;
}
.recommend__text a.item__detail-btn {
    display: inline-block;
    padding: 21px 40px;
    border: 1px solid #141416;
    font-size: 22px;
    text-decoration: none;
    color: #141416;
    background: #fff;
    width: 410px;
    text-align: center;
}
/* decor */
.recommend__decor {
    width: 10px;
    text-align: center;
}
.recommend__decor img {
    width: 100%;
    height: auto;
}
/* image */
.recommend__image {
    width: 45%;
    max-width: 560px;
}
.recommend__image img {
    width: 100%;
    height: auto;
    display: block;
}
/*swiper*/
.swip__wrap {
    position: relative;
    padding: 0 30px 30px 30px;
}
.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}
.swiper.contents {
    width: 1130px;
    margin: auto;
}
.swiper.contents .top__ranking__list.top__itemlist {
    flex-wrap: nowrap;
}
#pickup .swip__wrap .contents .top__itemlist__item.swiper-slide {
    margin-bottom: 30px;
}
/* =========================
   arrow common
========================= */
.kv__arrow,
.contents__arrow {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.kv__arrow::before,
.kv__arrow::after,
.contents__arrow::before,
.contents__arrow::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #141416;
}
/* =========================
   prev ＜（before / after 逆）
========================= */
.kv__arrow--prev::before,
.contents__arrow--prev::before {
    left: 9px;
    top: calc(50% + 4px);
    transform: rotate(45deg);
}
.kv__arrow--prev::after,
.contents__arrow--prev::after {
    left: 9px;
    top: calc(50% - 4px);
    transform: rotate(-45deg);
}
/* =========================
   next ＞（before / after 逆）
========================= */
.kv__arrow--next::before,
.contents__arrow--next::before {
    right: 9px;
    top: calc(50% + 4px);
    transform: rotate(-45deg);
}
.kv__arrow--next::after,
.contents__arrow--next::after {
    right: 9px;
    top: calc(50% - 4px);
    transform: rotate(45deg);
}
/* =========================
   KV slider
   矢印＋pagination 横並び
========================= */
.kv__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
}
/* =========================
   contents slider
   画像の上下中央に見える位置
========================= */
.contents__arrow {
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    z-index: 1;
}
.contents__arrow--prev {
    left: 0;
}
.contents__arrow--next {
    right: 0;
}
/* =========================
   contents pagination
========================= */
.contents__pagination {
    margin-top: 16px;
    text-align: center;
}
/* =========================
   swiper default adjust
========================= */
.swiper-button-next,
.swiper-button-prev {
    display: none;
}
/* =========================
   swiper default adjust（必要最低限）
========================= */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    background: #CE918E;
    border-radius: 0;
    position: relative;
}
.swiper-pagination-bullet-active {
    background: #CE918E;
}
/* =========================
   responsive（任意）
========================= */
@media screen and (max-width: 768px) {
    .kv__arrow,
    .contents__arrow {
        width: 28px;
        height: 28px;
    }
    .kv__arrow::before,
    .kv__arrow::after,
    .contents__arrow::before,
    .contents__arrow::after {
        width: 12px;
    }
}
/*----------------------------------------
 4:フッター
----------------------------------------*/
/*----------------------------------------
 ex:パンくずリスト　
----------------------------------------*/
.breadcrumb_box {
    width: 100%;
    font-size: 12px;
    border-bottom: black 1px solid;
    font-weight: 300;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.breadcrumb_box .container {
    padding-top: 15px;
    max-width: 1200px;
    margin: auto;
}
.breadcrumb_box .container ol {
    padding-left: 20px;
    display: flex;
}
.breadcrumb {
    padding-left: 0;
    margin-left: 0;
}
.breadcrumb li {
    display: contents;
    list-style: none;
}
.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 3px;
}
.breadcrumb li:last-child:after {
    content: '';
    padding: 0;
}
.breadcrumb li a {
    text-decoration: none;
}
@media (max-width: 768px) {
    .breadcrumb_box {
        line-height: 1.4em;
        margin-bottom: 0;
    }
    .breadcrumb_box .container {
        padding: 1.5vw 0;
    }
    .breadcrumb {
        padding-left: 0;
        padding-left: 4.5vw;
    }
    .breadcrumb li a {
        display: inline-block;
    }
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
/*フッター*/
#footer {
    z-index: 1;
    position: relative;
}
.footer {
    display: block;
    min-width: 1200px;
    width: 100%;
}
.footer__main {
    padding-top: 64px;
    font-size: 12px;
    margin: 0;
}
.footer-logo__area {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 62px;
    margin: auto;
}
.logo_mark {
    width: 66px;
    margin-bottom: 30px;
}
.logo_type {
    width: 186px;
    margin-bottom: 24px;
}
.footer__main__info {
    font-weight: 400;
}
.footer__main__info ul {
    list-style: none;
    display: flex;
    justify-content: center;
    text-decoration: underline;
}
.footer__main__info li,
.footer__main__about__description {
    line-height: 2em;
    padding: 0 10px;
}
.footer__main__about .footer__main__about__description {
    padding-bottom: 35px;
}
.footer__copyright {
    padding: 30px 0 65px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 300;
}
/*SP用*/
@media (max-width: 768px) {
    .concept {
        background-position: right -340px top;
    }
    .header_toprow, .header_gnav {
        display: none !important;
    }
    .footer__main__info ul {
        flex-wrap: wrap;
    }
    .section-title__en {
        font-size: 20px;
        margin-bottom: 0;
        white-space: nowrap;
    }
    h2.section-title__jp {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .section-title__decor {
        max-width: 75px;
        margin: 0 16px;
    }
    #service h2.section-title__jp {
        margin-bottom: 30px;
    }
    #lineup, #ranking, #movie, #instagram-official, #instagram-director, #pickup, #information, #service {
        margin: auto;
        overflow: hidden;
        padding: 0 0 55px;
        width: 100%;
    }
    #movie {
        padding-top: 0.233em;
    }
	#lineup  {
        margin-top: 0;
    }
    .top__mainvisual__area {
        position: relative;
        z-index: 1;
    }
    .swiper.contents {
        padding: 0 0 30px;
        width: 80%;
    }
    .swip__wrap {
        padding: 0 30px;
        position: relative;
    }
    /*商品画像*/
    ul.top__itemlist {
        display: flex;
        flex-wrap: wrap;
        font-size: 0;
        justify-content: space-between;
        align-items: stretch;
        gap: 7px;
        padding: 0 7px;
    }
    li.top__itemlist__item {
        width: calc(50% - 10px);
        max-width: 50%;
        height: auto;
        flex: 1 1 calc(50% - 10px);
        box-sizing: border-box;
        margin: 0;
        text-align: left;
        padding-bottom: 3.68em;
        font-size: 14px;
        line-height: 1.571em;
        position: relative;
    }
    .lineup li.top__itemlist__item:nth-child(n+11) {
        display: none;
    }
    .item-name {
        margin: 0.9em 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding: 0 10px;
    }
    .item-price, .item-price__sale {
        padding: 0 10px;
        margin: 0.9em 0 0;
    }
    .product__meta {
        min-height: 30px;
        margin-top: 5px;
    }
    .product__caption {
        padding: 0 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
		height: 4.3em;
    }
    .top__itemlist__dateArea {
        margin-bottom: 5px;
    }
    .top__itemlist__mark {
        margin-right: 5px;
    }
    a.top__itemlist__item .item__detail-btn {
        width: 80%;
        margin-top: 0.9em;
        padding: 15px 0;
        font-size: 14px;
    }
    .banner-section {
        padding: 16px 0 65px;
        width: 80vw;
    }
    .recommend {
        padding: 0;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .recommend__decor {
        width: 40%;
        padding: 3em 0 2em;
    }
    .recommend__blocks {
        width: 100%;
        margin: 0;
    }
    .recommend__text .btn__more a {
        width: 100% !important;
        font-size: 15px;
        margin: 0 auto 0;
    }
    .recommend__text .btn__more {
        width: 100%;
    }
    .recommend__block {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .recommend__block.is-reverse {
        flex-direction: column;
		flex-direction: column;
    }
	.recommend__text .product__btn {
		margin-bottom: 5em;
    }
	#recommend .btn__more a {
		margin-top: -2em;
    }
	#lineup > .btn__more a {
    margin: 0 auto 3em;
	}
    /* text */
    .recommend__text {
        width: 80%;
        margin: auto;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .recommend__headline {
        font-size: 22px;
        line-height: 1.455;
        margin-bottom: 1em;
        font-family: "Shippori Mincho", serif;
        /*display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;*/
		/*text-align: center;*/
    }
    .recommend__description {
        /*font-size: 15px;*/
		font-size: 3.8vw;
        line-height: 2;
        margin-bottom: 32px;
        font-family: "Shippori Mincho", serif;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
    a.item__detail-btn {
        padding: 14px 0;
        font-size: 15px;
        text-align: center;
        width: 80%;
        margin-top: 20px;
    }
    .recommend__text a.item__detail-btn {
        display: block;
        border: 1px solid #141416;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .recommend__text .product__btn {
        width: 100%;
    }
    .recommend__image {
        width: 100%;
        max-width: 100%;
    }
    .concept {
        padding: 70px 0 67px;
        margin: 5em 0;
    }
    .concept>.recommend__blocks>.recommend__block {
        flex-direction: column;
        margin-bottom: 0;
    }
    .concept>.recommend__blocks>.recommend__block>.recommend__image img {
        width: 80%;
        margin: 50px auto 0;
    }
    #information .section-title__en, .service .section-title__en {
        flex-direction: row;
    }
    #information {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .btn__more a {
        width: 80%;
        font-size: 15px;
        font-weight: 400;
        margin: 30px auto 0;
        padding: 30px 0;
        display: block;
        position: relative;
    }
    .service_list a::after {
        width: 10px;
        height: 10px;
        content: ">";
    }
    /* INFORMATION */
    .information-list {
        margin-top: 0;
        width: 80%;
        padding: 0;
    }
    .info-item {
        display: flex;
        flex-direction: column-reverse;
        border-top: 1px solid #141416;
        padding: 16px 0;
    }
    .info-item a {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .info-item p {
        font-size: 16px;
        font-weight: 400;
    }
    .info-item span {
        font-size: 14px;
        margin: 10px 0 0;
    }
    /*サービス*/
    .our-service__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .our-service__lead {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
    }
    p.our-service__text {
        margin-bottom: 0;
    }
    .our-service__buttons {
        width: 100%;
        margin: 40px auto 0;
    }
    .our-service__buttons>.btn__more {
        width: 100% !important;
    }
    .service .section-title__en {
        align-items: center;
        margin-bottom: 0;
    }
    .service_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 48px;
        width: 90%;
    }
    .service_list {
        width: 95%;
        height: auto;
        background: #fff;
        text-align: center;
        padding: 1em 0.5em;
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    p.service_title {
        font-weight: 700;
        font-size: 15px;
    }
    .service_icon {
        width: 40px;
        margin-bottom: 15px;
    }
    .service {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer {
        display: block;
        min-width: 640px;
        width: 100%;
        z-index: 1;
        position: relative;
    }
    .footer__main {
        padding-top: 50px;
    }
    .footer-logo__area {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        padding-bottom: 50px;
        margin: auto;
        font-size: 14px;
    }
    .logo_mark {
        width: 57px;
        margin-bottom: 26px;
    }
    .logo_type {
        width: 162px;
        margin-bottom: 23px;
    }
    .footer__main__info {
        font-size: 14px;
    }
}
/*google adwords崩れ防止*/
iframe[name="google_conversion_frame"] {
    position: absolute;
    top: 0;
}
iframe[title="sprocket control"] {
    position: absolute;
    top: 0;
}
.header_fixed {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 130px;
    top: 0;
    transition: 0.2s all;
    background: rgba(255, 255, 255, 1);
}
.header_area {
    width: 100%;
    height: 68px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}
.header_area_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}
/* 上段 */
.header_toprow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 10px;
}
.header_seo {
    margin: 0;
    font-size: 10px;
    color: #666;
    line-height: 1.4;
}
.header_brandlist {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}
.header_brandlist a {
    color: #666;
    text-decoration: none;
}
/* 下段 */
.header_mainrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
/* ロゴ */
.header_logo {
    margin: 0;
    flex: 0 0 auto;
}
.header_logo a {
    display: inline-block;
}
.header_logo img {
    display: block;
    height: 35px;
    width: auto;
}
/* グロナビ */
.header_gnav {
    flex: 1 1 auto;
}
.header_gnav_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 54px;
    margin: 0;
    padding: 0;
    list-style: none;
}
/* ドロップダウン外のグローバルナビ用 */
a.header_gnav_link,
.header_gnav>.header_gnav_list>.header_gnav_item>a {
    display: inline-block;
    padding: 12px 0;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.02em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}
.header_gnav>.header_gnav_list>.header_gnav_item>a:hover,
.header_gnav>.header_gnav_list>.header_gnav_item>a:focus-visible {
    border-bottom-color: #222;
}
/* =========================
   PC：hover dropdown
========================= */
@media screen and (min-width:768px) {
    /* 親を hover 判定の基準にする */
    .header_gnav_item--dropdown {
        position: relative;
    }
    /* ドロップダウン初期状態 */
    .header_dropdown {
        position: fixed;
        top: 130px;
        left: 0;
        right: 0;
        display: none;
        z-index: 9999;
    }
    /* hover 中は表示 */
    .header_gnav_item--dropdown:hover>.header_dropdown {
        display: block;
    }
    /* 背景部分 */
    .header_dropdown_bg {
        position: absolute;
        inset: 0;
        background: #fff;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        z-index: -1;
        /* 中身より下 */
    }
    /* 中身を中央寄せ */
    .header_dropdown_inner {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
    }
}
.header_search {
    position: absolute;
    top: 26px;
    right: 47px;
    width: 22px;
}
.header_cart img, .header_search img {
    width: 100%;
}
.header_cart {
    position: relative;
}
.header_cart .fs-p-cartItemNumber {
    background: #EDD5D5;
    color: #4E4E4E;
    font-size: 16px;
    line-height: 0.7;
    top: 15px;
    right: -28px;
    width: 22px;
    height: 22px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .header_gnav {
        display: none;
    }
    .header_mainrow {
        display: grid;
        grid-template-columns: 145px 1fr 44px;
        align-items: center;
        gap: 0;
    }
    /* ロゴは通常フローのまま中央へ */
    .header_logo {
        justify-self: center;
        margin: 0;
    }
    .header_logo img {
        display: block;
        height: 23px;
        width: auto;
        margin-top: 10px;
    }
    .header_area_inner {
        padding: 19px 30px;
    }
    .header_fixed {
        height: 83px;
    }
    .header_gnav {
        display: none;
    }
}
.nav_hamburger .fs-pt-menu a {
    text-align: center;
    display: block;
}
.nav_hamburger .fs-body-my-top .fs-p-accountInfo {
    margin-bottom: 8px !important;
}
.nav_hamburger .nav_header {
    padding: 0px 0 10px;
}
.nav_hamburger .nav_header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_hamburger .nav_header li {
    list-style-type: none;
}
.nav_hamburger .nav_header li a {
    text-decoration: none;
    color: #EF0507;
}
#navArea {
    position: relative;
    z-index: 9999;
    margin: 0 auto;
}
/* =========================
   nav_hamburger（SPのみ有効）
========================= */
/* PCでは完全に無効化 */
.nav_hamburger {
    display: none;
}
/* SPのみ */
@media screen and (max-width: 767px) {
    .nav_hamburger {
        display: block;
        position: fixed;
        top: -1000px;
        left: 0;
        width: 100vw;
        max-height: calc(100vh - 68px);
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: .5s;
        z-index: 9999;
        /* 既存のtoggle_btnと同等以上に */
    }
    .open .nav_hamburger {
        top: 60px;
        left: 0;
    }
    .nav_hamburger .inner {
        padding: 0;
        z-index: 9999;
    }
    .nav_hamburger .fs-pt-menu a {
        text-align: center;
        display: block;
    }
    .nav_hamburger .fs-body-my-top .fs-p-accountInfo {
        margin-bottom: 8px !important;
    }
    .nav_hamburger .nav_header {
        padding: 0px 0 10px;
    }
    .nav_hamburger .nav_header ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav_hamburger .nav_header li {
        list-style-type: none;
    }
    .nav_hamburger .nav_header li a {
        text-decoration: none;
        color: #EF0507;
    }
    .nav_hamburger .inner .nav_hamburger_underbtn ul,
    .nav_hamburger .inner .s_07 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .nav_hamburger .inner .nav_hamburger_underbtn ul li,
    .nav_hamburger .inner .s_07 ul li {
        position: relative;
        margin: 0;
    }
    .nav_hamburger .inner .nav_hamburger_underbtn ul li a,
    .nav_hamburger .inner .s_07 ul li a {
        display: block;
        font-size: 14px;
        padding: 0 1em 8px;
        text-decoration: none;
        transition-duration: 0.2s;
        position: relative;
    }
}
/*============
.toggle_btn
=============*/
.toggle_btn, .sp_header_icons {
    display: none;
}
@media screen and (max-width: 767px) {
    .toggle_btn {
        display: block;
        top: auto;
        right: auto;
        width: 32px;
        height: 32px;
        transition: all .5s;
        cursor: pointer;
        z-index: 9999;
        position: relative;
    }
    .sp_header_icons {
        display: flex;
        align-items: center;
        gap: 32px;
        position: fixed;
        top: 29px;
        right: 30px;
        z-index: 9999;
    }
    /* カートアイコン */
    .sp_cart {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 33px;
        margin-top: -8px;
        height: 22px;
        position: relative;
    }
    .fs-p-cartItemNumber {
        background: #EDD5D5;
        color: #4E4E4E;
        font-size: 16px;
        line-height: 0.7;
        top: -7px;
        right: -10px;
        width: 22px;
        height: 22px;
        text-align: center;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
    }
    .sp_cart img {
        display: block;
        width: 100%;
    }
    .toggle_btn span {
        display: block;
        position: absolute;
        right: 0;
        left: auto;
        width: 32px;
        height: 1px;
        background-color: #141416;
        transition: all .0s;
    }
    .toggle_btn span:nth-child(1) {
        top: 0px;
    }
    .toggle_btn span:nth-child(2) {
        top: 12px;
    }
    .toggle_btn span:nth-child(3) {
        top: 24px;
    }
    .open .toggle_btn {
        right: 0;
    }
    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
        width: 32px;
        top: 0;
    }
    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(315deg);
        transform: translateY(-10px) rotate(315deg);
        width: 32px;
        top: 20px;
    }
}
/*============
#mask
=============*/
#mask {
    display: none;
    transition: all .5s;
}
.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
/*=======　閉じるための×ボタン　========*/
.close-btn {
    position: absolute;
    top: -60px;
    right: 65px;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
}
.close-btn span {
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 0px;
    background-color: #141416;
}
/*マーク*/
.close-btn span:nth-of-type(1) {
    top: 21px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}
.close-btn span:nth-of-type(2) {
    top: 33px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}
@media screen and (max-width: 767px) {
    .close-btn {
        top: -56px;
        right: 48px;
    }
}
/*visumo*/
/*.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item, .vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item {
  padding: 0;
}*/
.hacobune-card-slider-list-item, .hacobune-logo, .hacobune-app-container.hacobune-app-container-no-font {
    padding: 0;
}
.hacobune-card-slider-list-item[data-v-db02a952] {
    padding: 0 7.5px;
}
.hacobune-app-container[data-v-84392b72] {
    background: none !important;
}
.hacobune-containers-card-slider[data-v-13a8c5a6] .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider, .hacobune-containers-card-slider[data-v-13a8c5a6] .card-slider-hacobune-slider-prev .hacobune-icon-button.icon-slider {
    background-color: #00000000 !important;
}
.hacobune-slider-container, .hacobune-logo[data-v-f071fed6] {
    padding: 0 36.5px;
}
.hacobune-card-slider-list-item-title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}
.hacobune-card-slider-list-item-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.571;
}
.hacobune-app-container-no-font.hacobune-app-container {
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
    .hacobune-slider-container, .hacobune-logo {
        padding: 0 30px;
        width: 100%;
    }
    .hacobune-app-container[data-v-84392b72] {
        width: 100%;
    }
	.hacobune-video-item-title[data-v-14229120] {
        margin-bottom: 1em;
    }
}