/* -------------------------------------- 
        font 
------------------------------------- */
html{
    font-size: 62.5%;
    background-color: #92979D;
    scroll-behavior: smooth;
}

body {
    background: #92979D;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 1.6rem;
    font-style: normal;
    letter-spacing: 0.08rem;
    line-height: 1.8em;
}


p,dt,dd,span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* 装飾 ----------------*/ 
.bold {
    font-weight: 400;
}

.under_line {
    border-bottom: 1px solid #D9D9D9;
}



/* ハンバーガーメニュー ----------------*/ 
.hamburger-window__title {
    font-weight: 300;
}

.hamburger-window__title_small {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
}



/* 初期化 */
body,p {
    margin: 0
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
    transition: opacity 0.4s ease;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
}

h3,h4 {
    margin: 0;
    
}

.deco {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    padding-top: 5px;
}

@media only screen and (max-width: 960px) {
    .deco {
        font-size: 1.2rem; 
    }
}

/* pcだけ出現 ----------------*/

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
}





/* ---------------------------------------------- */
/* header */
/* ------------------------- */


.header {
    height: fit-content;
    /* background-color: #92979D; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    position:fixed;
    z-index: 1000;
}

.header-inner {
    padding: 27px;
}

@media only screen and (max-width: 767px) {
    .header-inner {
        padding: 15px;
    }
}

 /* ロゴ */
#logo {
    padding: 27px;
}

 #logo img {
    width: 37px;
 }

 @media only screen and (max-width: 767px) {
    #logo {
        padding: 15px;
    }

 #logo img {
        width: 31px;
     }
}


 /* ---------------------------------------------- */
/* 仕入れ希望のバナー */
/* ------------------------- */

.banner_buy {
    background-color: #133463;
    border-radius: 25px;
    display: flex;
    padding-top: 10px;
    padding-left: 80px;
    position: absolute;
    z-index: 999;
    top: 27px;
    right: 104px;
    height: 50px;
    width: 225px;
}

.banner_buy:hover {
    background-color: #335280;
    opacity: 1;
}

.banner_buy span {
    display: block;
    font-family: "Shippori Mincho", serif;;
}


.banner_buy span::before,
.banner_buy span::after
 {
  position: absolute;
  top: 54%;
  left: 26px;
  height: 1px;
  background: #fff;
  content: '';
}


.banner_buy span::before {
    width: 19px;
    transform: translateY(-50%);
}

.banner_buy span::after{
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    left: 37px;
}


.banner_buy:hover span::after {
    left: 45px;
    transition: left .7s;
}

.banner_buy:hover span::before {
    left: 35px;
    transition: left .7s;
}


@media only screen and (max-width: 767px) {
    .banner_buy {
        display: flex;
        padding-top: 6px;
        padding-left: 63px;
        position: absolute;
        top: 15px;
        right: 69px;
        height: 42px;
        width: 190px;
    }

    .banner_buy span {
        font-size: 1.4rem;
    }

    .banner_buy span::before,
    .banner_buy span::after
    {
        position: absolute;
        top: 55%;
        left: 24px;
    }

    .banner_buy span::before {
        width: 16px;
    }

    .banner_buy span::after{
        width: 8px;
        left: 32px;
    }
    .banner_buy:hover span::after {
        left: 37px;
        transition: left .5s;
    }

    .banner_buy:hover span::before {
        left: 29px;
        transition: left .5s;
    }
}



/* ---------------------------------------------- */
/* ハンバーガーメニュー */
/* ------------------------- */
#header-hamburger {
    /* 見た目のCSS */
    background: #92979D;
    cursor: pointer;
    width: 50px;
    border-radius: 50%;
    border: solid 1px #C4C4C4;
    aspect-ratio: 1/1;
    margin-left: auto;
    /* ボタンがハンバーガーウィンドウの下に隠れないようにする指定 */
    position: relative;
    z-index: 999;
}

.hamburger-window__nav-list{
    background: #92979D;
    height: 100vh;
    padding-top: 120px;
}

@media only screen and (max-width: 960px) {
    .hamburger-window__nav-list {
        padding-top: 200px;
    }
}


#header-hamburger:hover {
     transform: scale(1.1,1.1);
     transition: transform 0.8s ease; /* なめらかに */
     opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    #header-hamburger {
    /* 見た目のCSS */
    width: 42px;
    }
    .hamburger-window__nav-list {
        padding-top: 100px;
    }
}


/* ----------------- */
/* 三本線 */
/* ----------------- */
#header-hamburger span {
    /* 見た目のCSS */
    display: inline-block;
    background: #fff;
    width: 40%;
    height: 1px;
    /* バーガー線の太さ */
    /*アニメーションの設定*/
    transition: all .4s;
    position: absolute;
    left: 50%;
    /* バーガー線の位置 */
    transform: translateX(-50%);
}

/* １本目 */
#header-hamburger span:nth-of-type(1) {
    top: 38%;
}

/* ２本目 */
#header-hamburger span:nth-of-type(2) {
    top: 50%;
}

/* ３本目 */
#header-hamburger span:nth-of-type(3) {
    top: 62%;
}

/* ------------------ */
/* ×印 */
/* ------------------ */
/*activeクラスが付与されると線が回転して×になる*/
#header-hamburger.active span:nth-of-type(1) {
    top: 50%;
    left: 31%;
    transform: rotate(-35deg);
    width: 40%;
}

#header-hamburger.active span:nth-of-type(2) {
    opacity: 0;
}

#header-hamburger.active span:nth-of-type(3) {
    top: 50%;
    left: 31%;
    transform: rotate(35deg);
    width: 40%;
}


  /* オーバーレイ*/

#overlay {
    display: none; /* 初期は非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 半透明黒 */
    z-index: 1; /* メニューの下に来るように調整 */

}

/* ----------------------------------------------- */
/* メニューウィンドウ */
/* -------------------------- */
#hamburger-window {
    background-color: #92979D;
    transition: 1s;
    text-align: center;
    line-height: 1;
    /* 初期状態は非表示 */
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: -100vw;
    z-index: 1;
    /* 画面の70％に表示されるサイズに設定 */
    width: 70%;
    height: 100vh;
    /* 画面からはみ出したらスクロール可能にする */
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media only screen and (max-width: 960px) {
    #hamburger-window {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    #hamburger-window {
        width: 100%;
    }
}

/*スクロールバー非表示（Chrome・Safari）*/
.content::-webkit-scrollbar{
    display:none;
}

#hamburger-window.open {
    visibility: visible;
    right: 0;
}

.hamburger-window__link {
    background: #92979D;
    display: block;
    margin: 0 auto;
    width: 80%;
}


.hamburger-window__link_small_wrapper {
    display: flex;
    width: 400px;
    margin-left: 10%;
}

.hamburger-window__link_small_wrapper p{
    white-space: nowrap;
    padding-right: 40px;
}

.hamburger-window__title {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
}

.hamburger-window__link .hamburger-window__title_small {
    padding-top: 12px;
    padding-bottom: 12px;
}

.hamburger-window__link .hamburger-window__title_small:first-child {
    padding-bottom: 0px;
}


.hamburger-window__link p {
    margin: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .hamburger-window__link_small {
        text-align: left;
        margin-left: 0;
    }
    .hamburger-window__link_small_wrapper {
        display: block;
    }
    .hamburger-window__link .hamburger-window__title_small {
        padding-top: 0;
    }
    .hamburger-window__link .hamburger-window__title_small:first-child {
        padding-bottom: 12px;
    }
}


/* ----------------------------------
アコーディオン部分
--------------------- */
.acordion-menu-wrapper {
    background-color: #92979D
}    

.acordion-btn {
    display: flex;
    align-items: center;
    padding-left: 3px;
}

.acordion-btn:hover {
    opacity: 0.5;
    transition: opacity 0.5s ease;
}


.acordion-btn::after {
    /* fontawesomeアイコンを表示 */
    content: '\2b';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    position: absolute;
    right: 12%;
    width: 10px;
    aspect-ratio: 1/1;
    color: #fff;
}

.acordion-btn.is-open::after {
    /* fontawesomeアイコンを表示 */
    content: '\f068';
}

.acordion {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    /* margin-bottom: 6px; */
}

@media only screen and (max-width: 767px) {
    .acordion {
        display: block;
    }
}


.hamburger-window__link {
    border-bottom: 1px solid #C4C4C4;
}

.hamburger-window__link:first-child {
    border-top: 1px solid #C4C4C4;
}

.hamburger-window__link_small:first-child{
    border-top: none;
}

.hamburger-window__link_small{
    border-bottom: none;
}



.hamburger-window__title,
.hamburger-window__link > a {
    color: #fff;
}

.hamburger-window__link > a {
    display: block;
    text-align: left;
    padding-left: 3px;
    position: relative;
}

.acordion>.acordion__item {
    position: relative;
    text-align: left;
    width: 200px;
    /* 閉じている状態 */
    border-top: 0 #C4C4C4 solid;
    line-height: 0;
    /* 閉じるアニメーション */
    transition:
        border-top .1s ease-out,
}


.acordion.is-open>.acordion__item {
    /* 開いている状態 */
    /* 開くアニメーション */
    transition:
        border-top .1s ease-out,
}


.acordion>.acordion__item>.acordion__link {
    color: #fff;
    display: block;
    padding-left: 7%;
    /* 閉じている状態 */
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    /* 閉じるアニメーション */
    transition:
        padding-top .3s ease-out,
        padding-bottom .3s ease-out,
        line-height .3s ease-out,
        opacity .1s linear,
        visibility .1s linear;
}

.acordion.is-open>.acordion__item>.acordion__link {
    display: flex;
    font-size: 1.5rem;
    padding-left: 7%;
    /* 開いている状態 */
    padding-bottom: 18px;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    /* 開くアニメーション */
    transition:
        padding-top .3s ease-out,
        padding-bottom .3s ease-out,
        line-height .3s ease-out,
        opacity .1s linear,
        visibility .1s linear;
}

.acordion.is-open>.acordion__item>.acordion__link:hover {
    opacity: 0.7;
}

.acordion.is-open>.acordion__item_search {
    border: 1pt solid #C4C4C4;
    border-radius: 50px;
    font-size: 1.5rem;
    text-align: left;
    width: 225px;
    padding-top: 18px;
}



.acordion.is-open>.acordion__item_search>.acordion__link_search{
    padding-left: 26px;
}

.acordion.is-open>.acordion__item_search>.acordion__link_search:before{
    padding-bottom: 0px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 7px;
    width: 7px;
    margin: auto;
    position: absolute;
    right: 26px;
    top: 0;
    transform: rotate(45deg);
    transition: right .5s;
}

.acordion.is-open>.acordion__item_search>.acordion__link_search:hover::before {
    right: 22px;
}

.acordion_search.is-open {
    width: 600px;
}

.acordion_search.is-open>.acordion__item_search{
    margin-bottom: 14px;
    margin-right: 14px;
}


@media only screen and (max-width: 767px) {
    .acordion.is-open>.acordion__item>.acordion__link {
        font-size: 1.4rem;
        padding-bottom: 14px;
    }

    .acordion.is-open>.acordion__item>.acordion__link:last-child {
        padding-bottom: 18px;
    }


    .acordion.is-open>.acordion__item_search {
        font-size: 1.4rem;
        padding-top: 14px;
    }

    .acordion.is-open>.acordion__item_search {
        width: 200px;
    }

    .acordion_search.is-open>.acordion__item_search:last-child{
        margin-bottom: 24px;
    }
    
}



/* spだけ出現のメニューボタン ----------------*/
.acordion_sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .acordion_sp {
        display: block;
    }

    .acordion_sp {
        display: flex;
        gap: 20px;
        margin-left: 10%;
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .acordion_sp_btn div {
        /* background: #9EA3AA; */
        cursor: pointer;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: solid 1px #C4C4C4;
        align-items: center;
        justify-content: center;
    }

    .acordion_sp_btn div:hover {
        transform: scale(1.1,1.1);
        transition: transform 0.8s ease; /* なめらかに */
        opacity: 0.7;
    }

    .acordion_sp_btn img {
        height: 19px;
        width: auto;
        position: relative;
        top: 20%;
    }

    .acordion_sp_btn_first-user img {
        top: 23%;
    }

}

.sns_icon {
    display: flex;
    gap: 20px;
    margin-left: 10%;
    padding-bottom: 30px;
}

.sns_icon_wrapper {
    margin-top: 24px;
}

.sns_icon_wrapper img {
    width: 26px;
}

@media only screen and (max-width: 767px) {
    .sns_icon_wrapper {
        margin-left: 3px;
    }

    .sns_icon_wrapper {
        margin-top: 12px;
    }
}




/* ---------------------------------------------- */
/* footer */
/* ------------------------- */

footer {
    background-color: #858B91;
}

 .footer_container {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
 }

 .footer_notice {
    display: flex;
    justify-content: space-between;
 } 

 .footer_notice_wrapper{
    width: 50%;
    margin: 0;
 }

 .footer_notice_wrapper:last-child{
    margin-left: 80px;
 }


.footer_notice_wrapper_title {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 10px;
}

.footer_notice_wrapper dd {
    font-size: 1.5rem;
    list-style: disc;
    margin-left: 1rem;
}

.footer_notice_wrapper li {
    position: relative;
    padding-left: 1.2em; /* ドットの幅＋余白 */
    list-style: none;    /* 通常のドットを消す */
}

.footer_notice_wrapper li::before {
    content: "•";           /* ドット */
    position: absolute;
    left: 0;
    color: #fff;
}

.footer_notice_wrapper li .card {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    width: 300px;
}

.footer_notice_btn {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.footer_notice_btn li {
    text-align: center;
}

.footer_notice_btn li:before {
    content: none;
}

.footer_notice_btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_notice_btn div {
    background: #92979D;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 1px #C4C4C4;
    align-items: center;
    justify-content: center;
}

.footer_notice_btn div:hover {
    transform: scale(1.1,1.1);
    transition: transform 0.8s ease; /* なめらかに */
    opacity: 0.7;
}

.footer_notice_btn img {
    height: 30px;
    width: auto;
    position: relative;
}

.footer_notice_btn_first-user img {
    top: 28%;
}

.footer_notice_btn_gift img {
    top: 26%;
}

.footer_notice_btn span {
    font-size: 1.5rem;
    padding-top: 8px;
}

.footer_info {
    display: flex;
}

.footer_info_wrapper {
    align-items: flex-end;
    display: flex;
    margin-top: 80px;
    width: 50%;
}

.footer_info_wrapper:last-child {
    margin-left: 80px;
}

.footer_info_wrapper .footer_logo img {
    width: 50px;
    padding-bottom: 5px;
}

.footer_info_wrapper .footer_company p {
    font-size: 1.4rem;
    padding-left: 15px;
}

.footer_info_wrapper .footer_company p:last-child {
    font-size: 1.3rem;
}

.footer_info_wrapper .sns_icon {
    margin-left: 25px;
    padding-bottom: 5px;
}

.footer_info_wrapper_menu{
    font-size: 1.4rem;
    gap: 15px;
}

.copyright {
    margin-top: 50px;
    padding-bottom: 5px;
}


@media only screen and (max-width: 960px) {
     .footer_container {
        max-width: 960px;
        margin: 0 auto;
        padding-top: 30px;
        padding-left: 3rem;
        padding-right: 3rem;
    }

     .footer_notice {
        display: block;
    } 

    .footer_info_wrapper {
        margin-top: 70px;
    }

     .footer_notice_wrapper,
     .footer_info_wrapper {
        width: auto;
    }

     .footer_notice_wrapper:last-child,
     .footer_info_wrapper:last-child{
        margin-left: 0;
    }
    

    .footer_notice_btn {
        display: none;
    }

    .footer_info_wrapper_menu {
        margin-top: 50px;
    }

    .footer_info {
        display: block;
    }
    
}

@media only screen and (max-width: 767px) {
    .footer_container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }


    .footer_info_wrapper {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .footer_info_wrapper .footer_logo img {
        width: 60px;
        padding-bottom: 40px;
        padding-top: 115px;
    }

    .footer_info_wrapper .footer_company p {
        line-height: 1.5em;
        padding-left: 0;
    }

    .footer_info_wrapper .sns_icon {
        justify-content: center;
        padding-bottom: 100px;
        margin-left: 0;
    }

    .copyright {
       text-align: center;
       margin-top: 30px;
    }


}

 

/* ---------------------------------------------- */
/* 　cssアニメーション
/* ------------------------- */


/* その場で　*/
@keyframes blurFadeIn {
  from {
    transform: scale(1.02);   /* 少し大きく*/
    filter: blur(10px);       /* ぼかし */
    opacity: 0;              /* 透明 */
  }
  to {
    transform: scale(1);     /*通常サイズ*/
    filter: blur(0);         /* クリア */
    opacity: 1;              /* 表示 */
  }
}

/* 初期状態 */
.blur-animate {
  opacity: 0;
}

/* スクロールで見えたら付与されるクラス */
.blur-animate.is-visible {
  animation: blurFadeIn 1s ease-out forwards;
}


/* 下から　*/
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(2rem); /* 下にずらしておく */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* 元の位置に */
  }
}

/* 初期状態 */
.fadeUp {
  opacity: 0;
  transform: translateY(2rem);
}

/* 表示時に適用 */
.fadeUp.is-visible {
  animation: fadeUpAnime 2s ease-out forwards;
}