@charset "UTF-8";
/*-------------------------------

ヘッダー

-------------------------------*/
.logo-area{
    width: 250px !important;
}
.drawer-open-wrap{
    width: 38px;
    height: 38px;
}
.drawer{
    left:auto;
    right:-640px;
}
.drawer.open{
    right:0;
}
.header-right{
    display: flex;
    width: fit-content;
}
.header-search-desktop{
    z-index: 10;
}
.header-search.header-search-desktop{
    width: 350px;
    background-color: #e5e5e5;
    border-radius: 50vh;
    flex-direction: row-reverse;
    color:#333333;
}
.header-right .header-btn{
    width: fit-content;
    align-items:center;
    margin-right: 10px;
}
.header-right .heaer-btn div{
    display: flex;
    align-items: center;
    width:fit-content !important;
}
.header-right .heaer-btn div svg{
    height:28px !important;
}
.header-right .header-btn .cart{
     width: fit-content;
}
.header-right .heaer-btn div span.cart-count{
color: #ffffff !important;
}
.header-right .header-btn .search{
    display:none;
}
.header-right .header-search{
    margin-right: 15px;
}
/* 検索フォーム内のSVGアイコンの色変更 */
.header-right .header-search svg path ,
.drawer-search-wrap .drawer-search svg path{
    fill: #333333;
}
.header-right .header-search input,
.drawer-search-wrap .drawer-search input{
    color: #333333 !important;
}
/* プレースホルダーの色変更（主要ブラウザ対応） */
.header-right .header-search input::placeholder,
.drawer-search-wrap .drawer-search input::placeholder {
  color: #333333 !important;
  opacity: 0.8 !important; /* Firefoxのために明示しておく */
}

.header-right .header-search input:-ms-input-placeholder,
.drawer-search-wrap .drawer-search input:-ms-input-placeholder {
  color: #333333 !important;
}

.header-right .header-search input::-ms-input-placeholder,
.drawer-search-wrap .drawer-search input::-ms-input-placeholder {
  color: #333333 !important;
}
.drawer-search-wrap .drawer-search{
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 50vh;
    flex-direction: row-reverse;
    color:#333333;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	1025px〜1100px：小型PC微調整
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 1025px) and (max-width: 1100px)  {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	768px〜1024px：タブレット 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 768px) and (max-width: 1024px) {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	〜767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {
    .header-search-desktop{
    display: none;
}
.header-right .header-btn .search{
    display:block;
}

.header-btn{
    gap:4px;
}
}


/*-------------------------------

フッター／お買い物ガイド

-------------------------------*/
.guide_area{
    padding:0 5vw;
    width: 100%;
    position: relative;
    min-height:595px;
    display: flex;
    align-items: center;
    margin: 160px 0;
    justify-content: center;
}
.guide_area .guide_bg{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
.guide_area .inner_box{
    width:100%;
    max-width: 870px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.guide_area .inner_box .guide_btn{
    width:100%;
    max-width: 300px;
    display: block;
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: #000000c0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.guide_area .inner_box .guide_btn:hover{
    background-color: #914343ca;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	1025px〜1100px：小型PC微調整
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 1025px) and (max-width: 1100px)  {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	768px〜1024px：タブレット 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 768px) and (max-width: 1024px) {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	〜767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {

.guide_area{
    min-height: 27vh;
    margin:10vh 0;
}
.guide_area .guide_bg{
    padding:0 5vw;
}
.guide_area .inner_box{
    padding:0 5vw;
    gap:15px;
}
.guide_area .inner_box .guide_btn{
    padding:15px;
    font-size: 14px;
}
}


/*-------------------------------

フッター

-------------------------------*/
.class-blog .newblog-wrap{
    display: none !important;
}
.footer-wrap{
    position:relative;
    overflow: hidden;
    z-index: 0;
    padding: 0 5vw
}
.footer{
    max-width: 800px;
    padding:80px 0 30px;
}
.footer-wrap .footer_bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
    width:800px;
}
.footer-top{
    padding: 0;
    margin-bottom: 40px;
    border-bottom:0px;
}
.footer-about{
    width:119px;
}
.footer-about h3,
.footer-menu h3{
    display: none;
}

.footer-menu{
    padding: 0 0 0 50px;
    width: calc(100% - 119px);
    display: flex;
    align-items: end;
}
.footer-menu ul {
    gap: 5px;
    margin-bottom: -4px;
}
.footer-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  gap:0
}

.footer-nav li {
  padding: 0 10px;
  position: relative;
}
.footer-nav li:first-child {
  padding-left: 0;
}
/* 2個目以降のliの前に縦線を表示 */
.footer-nav li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.2em;
  width: 1px;
  background-color: #fff; /* ← 縦線の色 */
  opacity: 0.5;
}
.copyright-area a,
.copyright-area p{
    opacity: 0.5;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	1025px〜1100px：小型PC微調整
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 1025px) and (max-width: 1100px)  {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	768px〜1024px：タブレット 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 768px) and (max-width: 1024px) {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	〜767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {
 .footer-wrap .footer_bg {
    max-width: 120%;
}
.footer-top{
    gap:3vh;
}
.footer-about{
    width:100%;
}
.footer-about-text{
    text-align: center;
}
.footer-about-text img{
width:35%;
}
.footer-menu{
    padding:0;
    width: 100%;
}
.footer-menu ul{
    flex-direction: row;
    gap:20px;
}
.footer-top,
.footer-sns{
    margin-bottom:3vh;
}
.footer-nav{
    margin-bottom: 10px;
}

}




.viewdots .mainvisual-slick .slick-dots {
    display: flex !important;
    width: 100%;
    justify-content: center;
}

.mainvisual-slick .slick-dots {
    bottom: 0;
    background-color: #fff;
    padding: 15px 0 0;
}
.mainvisual-slick .slick-dots li button {
    width: 55px;
    height: 5px;
    font-size: 0;
    background-color: #b3b3b3;
    border-radius: 0;
    opacity:1;
}
.mainvisual-slick .slick-dots li.slick-active button {
    background-color: #914343;
    opacity:1;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	〜767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {
    .mainvisual-slick-item .image{
        display:none !important;
    }
}
/*-------------------------------

トップページ　新着商品エリア

-------------------------------*/
.new-arrivals {
margin-top:150px;
background-color:#e5e5e5;
padding:0 5vw 7vh ;
}
.new-arrivals .inner_box{
max-width:960px;
margin: 0 auto;
width:100%;
position:relative;
padding-top:100px;
}
.section-title {
    margin-bottom: 20px;
    position:absolute;
    top:-18px;
    left:0;
}
.section-title img {
    height:95px;
    width:auto;
}
.product-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.product-item {
    width:calc(calc(100% - 60px) / 4);
}
.product-item .item_img {
  aspect-ratio: 1 / 1;
  width: 100%;                
  overflow: hidden;
  position: relative;
  margin-bottom:10px;
}

.item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1); 
  will-change: transform;
}

.item_img:hover img {
  transform: scale(1.1); 
}

.item-title {
    font-size: 16px;
    margin-bottom: 5px;
}
.item-price {
    font-size: 14px;
    color: #888;
}
a.na_btn {
    display: block;
    margin: 0 auto;
    padding: 12px;
    width: 150px;
    color: var(--newblogBgColor);
    font-size: 1.2rem;
    text-align: center;
    background: var(--newblogTextColor);
    border-radius: 100px;
    transition: all 0.3s ease;
}
a.na_btn:hover {
    opacity: 0.7;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	1025px〜1100px：小型PC微調整
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 1025px) and (max-width: 1100px)  {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	768px〜1024px：タブレット 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 768px) and (max-width: 1024px) {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	〜767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {
/*-------------------------------

トップページ　新着商品エリア

-------------------------------*/
.new-arrivals {
    margin-top:80px;
}
.new-arrivals .inner_box {
    padding-top: 80px;
}
.section-title img {
    height:7vh;
}
.section-title {
    top:-12px;
 }
 .product-item {
    width: calc(calc(100% - 20px) / 2);
}

}


/*-------------------------------

トップページ　Aboutエリア

-------------------------------*/
.top_about {
    width:100%;
    padding: 7vh 5vw;
    position:relative;
    min-height:1140px;
    display: flex;
    justify-content:center;
    align-items: center;
}
.top_about .about_bg{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 1140px;
    z-index: -1;
    object-fit: cover;
}
.top_about .inner_box {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}
.top_about .inner_box .box_up,
.top_about .inner_box .box_down {
    width: 100%;
    display: flex;
}
.top_about .inner_box .img_box,
.top_about .inner_box .txt_box {
    width: 50%;
}
.top_about .inner_box .box_down{
    flex-direction: row-reverse;
}
.top_about .inner_box .box_up .txt_box,
.top_about .inner_box .box_down .txt_box {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}
.top_about .inner_box .txt_box h2 img{
    height:95px;
    width:auto;
    object-fit: contain;
}
.top_about .inner_box .box_up .txt_box{
    gap:30px;
    padding-bottom:30px;
    justify-content: end;
}
.top_about .inner_box .box_down .txt_box{
    align-items: flex-end;
    justify-content: flex-end;
}
.top_about .about_txt_bg{
    display: none;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	1025px〜1100px：小型PC微調整
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 1025px) and (max-width: 1100px)  {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	768px〜1024px：タブレット 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 768px) and (max-width: 1024px) {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	〜767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {
.top_about {
    padding: 7vh 0 0 !important;
    min-height:auto;
    flex-direction: column;
    position: static;
}
.top_about .about_bg{
    display: none;
}
.top_about .inner_box .box_up,
.top_about .inner_box .box_down {
    width: 100%;
    display: flex;
}
.top_about .inner_box .img_box,
.top_about .inner_box .txt_box {
    width: 100%;
    padding:0 5vw;
}
.top_about .inner_box .box_down,
.top_about .inner_box .box_up {
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.top_about .inner_box .box_up .txt_box,
.top_about .inner_box .box_down .txt_box {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}
.top_about .inner_box .txt_box h2 img{
    height: 7vh;
    width: auto;
    object-fit: contain;
}
.top_about .inner_box .box_up .txt_box{
    gap:15px;
    padding-bottom:30px;
    padding-top: 30px;
}
.top_about .inner_box .box_down .txt_box{
    align-items: flex-end;
    justify-content: flex-end;
    padding:30px 5vw;
}
.top_about .about_txt_bg{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    object-fit: cover;
}
.top_about .box_up .about_txt_bg{
    right:-80px
}
.top_about .box_down .about_txt_bg{
    left:-80px
}
}


/*-------------------------------

トップページ　Spiritエリア

-------------------------------*/

.spirit{
    width:100%;
    padding: 30vh 5vw 0;
}
.spirit .inner_box {
    max-width: 985px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    gap:85px;
    display:flex;
    flex-direction:column;
}
.spirit .inner_box h2 img{
    max-width:667px;
    width:100%;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	1025px〜1100px：小型PC微調整
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 1025px) and (max-width: 1100px)  {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	768px〜1024px：タブレット 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 768px) and (max-width: 1024px) {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	〜767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {
.spirit{
    padding: 10vh 5vw 0;
}
.spirit .inner_box {
    gap:55px;
}
}




/*-------------------------------

商品詳細ページ

-------------------------------*/
.item,.related-items{
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}
.related-items{
    margin-top:7vh;
}
.item-image-list .slick-slide {
  aspect-ratio: 1 / 1; /* 正方形比率に固定 */
  position: relative;
  overflow: hidden;
}

.item-image-list .slick-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を中央基準で切り取ってフィット */
}

.item-image-thumbnail .slick-track {
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin: 15px 0 0 0;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	1025px〜1100px：小型PC微調整
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 1025px) and (max-width: 1100px)  {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	768px〜1024px：タブレット 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 768px) and (max-width: 1024px) {
  /* スタイルをここに記述 */
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	〜767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {
/* 商品スライダー画像の横幅を強制的に広げる */

}



.blogDetail{
    max-width:700px;
}