
　/*
********************
*
* リニューアル後のcss
*
********************
*/
*{
    margin: 0 auto;
　　　　  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3';
}
*{
　　　　  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3';
}
@font-face {
  font-family: 'Tenali';
  src: url('https://toki1111.itembox.design/item/TenaliRamakrishna-Regular.ttf?t=20231010115742') format('truetype');
}
@font-face {
  font-family: 'Cervanttis';
  src: url('https://toki1111.itembox.design/item/Cervanttis.ttf?t=20231010115742') format('truetype');
}

::-webkit-scrollbar {
  width: 15px;
  height: 0;
}
::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  background: #b99295;
  border-radius: 8px;
}

.REcontainer{
    margin: 0 auto;
    padding: 150px 0;
}
.REtitle{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.REflex{
    flex-direction: row;
}
.REtitle h2{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 63px;
    letter-spacing: 6px;
    font-family: 'Tenali', sans-serif;
    font-weight: 400;
    margin: 0;
}
.REtitle h3{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 2px;
}

.fs-pt-carousel__slide__caption {

    background:none;
    position:relative;
    color:black;

}

@media screen and (max-width: 1440px){
    .REtitle h2{
        font-size: 44px;
    }
    .REtitle h3{
        font-size: 15px;
    }
}
@media screen and (max-width: 540px){
    .REtitle h2{
        font-size: 44px;
        line-height: 1;
        margin: 0;
    }
    .REtitle h3{
        font-size: 15px;
        margin: 0;
    }
}
.REcontents{
    width: 62.2%;
    margin: 0 auto;
    padding: 30px 0 120px;
}


.cls-1{
    fill:none;
}
.cls-1,.cls-2{
    fill-rule: evenodd;
}
.cls-2{
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 5px;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 2s;
  background-color: #ffede4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.loading_logo{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.floating_logo{
    opacity:0;
    transition: all 2s;
    transform: translateY(-40px);
}
.animated{
    opacity: 1;
    transform: transalteY(0);
}
.floating_logo img{
    width: 100%;
}
@media screen and (max-width: 768px){
    .floating_logo{
        width: 50%;
        margin: 0 auto;
    }
}
.writing_logo{
    width: 15%;
    position: absolute;
    margin: 0 auto;
    margin-top: 25px;
}
@media screen and (max-width: 540px){
    .writing_logo{
        width: 25%;
    }
}
.animation{
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    transform: translateY(30px);
}
.animation.loadfloat{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-comment_z{
    width: 100%;
}
.header-comment_z{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    background: #fabbaa;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}
.header-comment_z a{
    display: flex;
    flex-direction: row;
    width: 40%;
    margin: 0;
}
.header-comment_z a:hover{
    opacity: 0.7;
    text-decoration: none;
}
.header-comment_z img{
    width: 30%;
    margin: 0;
}
.present-text{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.present-text p{
    font-size: 26px;
    letter-spacing: 2px;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    margin: 0 15px 0 30px;
    color: #333;
}
.present-img{
    width: 10%;
}
.present-img img{
    width: 60%;
}
#header-menu-crop{
    width: 100%;
    background: #fff;
}
#header-menu-crop.m_fixed {
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 10000;
    box-shadow: 0 0 10px #ccc;
}
.header-comment-wrap{
    display: flex;
    flex-direction: row;
}
.header-comment-wrap img{
    width: 6.5%;
}
.header-menu_z{
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 20px;
    align-items:center;
}
@media screen and (max-width: 1100px){
.header-menu_z{
    flex-direction: row;
}
}
.header-menu_x{
	width: 24%;
}
.header-menu_x h1{
    margin: 0;
    margin-top: 6px;
    width: 282px;
    /*display: flex;*/
    justify-content: center;
}
.header-menu_x h1 img{
    max-height: 50px;
    margin-top: 6px;
    width: 100%;
}
.header-menu_y{
    display: flex;
    flex-direction: row;
    width: 76%;
    position: relative;
}
@media screen and (max-width: 1440px){
    .header-menu_z{
        width: 75%;
    }
    .present-text {
        width: 90%;
    }
}
@media screen and (max-width: 1380px){
    .header-menu_z{
        width: 80%;
    }
}
@media screen and (max-width: 1200px){
    .header-menu_z{
        width: 90%;
    }
}
@media screen and (max-width: 1130px){
    .header-menu_z{
        width: 94%;
    }
}
@media screen and (max-width: 1030px){
    .header-menu_z{
        width: 96%;
    }
    .znav li{
        font-size: 2vw;
    }
}
.znav-wrapper{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.znav{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}
.znav li{
    font-size: 22px;
    margin: 0 23px;
    font-family: 'Tenali';
    letter-spacing: 1.5px;
}
@media screen and (max-width: 1791px){
    .znav li{
        margin: 0 18px;
    }
    .present-text p{
        font-size: 23px;
    }
}
@media screen and (max-width: 1640px){
    .znav li{
        margin: 0 12px;
    }
}
@media screen and (max-width: 1580px){
    .present-text p{
        font-size: 21px;
    }
}
@media screen and (max-width: 1130px){
    .znav li{
        font-size: 20px;
    }
    .header-menu_z{
        width: 90%;
    }
    .present-text p{
        font-size: 15px;
    }
}
@media screen and (max-width: 987px){
    .znav li{
        font-size: 18px;
    }
}
.znav li a{
    text-decoration: none;
    color: #333;
    padding-bottom: 0;
}
.znav li a:hover{
    border-bottom: 2px solid #b99295;
    opacity: 0.7;
}
.icon-stew{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 24%;
    position: absolute;
    right: 0;
}
.icon-ingre{
    margin: 0 14px;
}
.icon-ingre-black{
    margin: 0;
    position: relative;
}
.menu-icon-ingre{
    margin: 0 auto;
    background: black;
    border-radius: 50%;
    position: absolute;
    width: 4vw;
    height: 4vw;
    top: -2vw;
}
#hmenu-btn{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    width: 28px;
    height: 20px;
    cursor: pointer;
}
#hmenu-btn::before,
#hmenu-btn::after{
  content : '';
  display: block;
  height: 3px;
  background-color: #fff;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}
#hmenu-btn::before{
  transform: translateY(-10px);
  box-shadow: 0 11px #fff;
}
#hmenu-close-btn{
    margin: 0;
    position: absolute;
    border: none;
    background: transparent;
    width: 35px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}
#hmenu-close-btn::before,
#hmenu-close-btn::after{
    content: "";
    display: block;
    width: 49%;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(32% - 6px);
    left: 32%;
    z-index: 200;
}
#hmenu-close-btn::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 32%;
}
@media screen and (max-width: 1440px){
#hmenu-close-btn{
    width: 100%;
}
}

#category-toggle{
    cursor: pointer;
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
}
.menu-category-logo{
    display: flex;
    justify-content: center;
    width: 45%;
    margin: 20px auto;
}
@media screen and (max-width: 768px){
    .menu-category-logo{
    width: 58%;
    }
}
.menu-category-logo img{
    width: 70%;
}
.menu-category-logo .menu-icon-ingre{
    left: 20px;
    right: unset;
    top: 15px;
}

.menu-search-container{
    position: absolute;
    width: 40%;
    right: -40%;
    height: 0;
    transition: all 0.4s;
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
}

.menu-category-container{
    position: absolute;
    width: 50%;
    right: -50%;
    height: 0;
    transition: all 0.4s;
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
}
.menu-category-container-title{
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 30px auto;
    width: 80%;
    align-items: center;
}
.menu-category-container-title h2{
    text-align: center;
    font-size: 40px;
    letter-spacing: 6px;
    font-family: 'Tenali';
    font-weight: 400;
    margin: 0;
    line-height: 1;
    width: 100%;
}
@media screen and (max-width: 1440px){
    .menu-category-container-title h2{
        font-size: 40px;
    }
    .menu-icon-ingre{
        width: 4vw;
        height: 4vw;
        top: -2.2vw;
}
}
.menu-category-container.open{
    right: 0;
    top: 0;
    opacity: 1;
    overflow: scroll;
    height: 100%;
    z-index: 20000;
    position: fixed;
}

.menu-search-container.open{
    right: 0;
    top: 0;
    opacity: 1;
    overflow: scroll;
    height: 100%;
    z-index: 20000;
    position: fixed;
}

@media screen and (max-width: 768px){
    .menu-category-container.open{
        position: fixed;
    }
    #hmenu-close-btn{
        width: 28px;
        }
    #hmenu-close-btn::before,
    #hmenu-close-btn::after{
        top: calc(32% - 2px);
    }

}
@media screen and (max-width: 414px){
    #hmenu-close-btn{
        width: 7.5vw;
        }
}
.menu-category-insider{
    width: 70%;
    margin: 0 auto;
    height: 0;
    z-index: 1000;
    transition: all 0.4s;
    background: #ffffff;
    opacity: 0;
    overflow: hidden;
}
.menu-category-insider.open{
    opacity: 1;
    height: 100vh;
    overflow: scroll;
}
.menu-category-box{
    width: 95%;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
.menu-category-box{
    width: 93%;
}
}
.menu-category-title{
    border: 1px solid #b99295;
    padding: 24px;
    text-align: center;
    color: #b99295;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 40px 0;
    font-size: 20px;
}
@media screen and (max-width: 1440px){
    .menu-category-title{
        padding: 18px;
        letter-spacing: 2px;
        font-size: 20px;
    }
}
@media screen and (max-width: 768px){
    .menu-category-title{
        padding: 10px 0;
        margin:  20px 0;
        font-size: 12px;
        letter-spacing: 1px;
    }
}
.menu-category-title a, .menu-category-title a:hover{
    color: #b99295;
    text-decoration: none;
}
.menu-category-title a:hover{
    opacity: 0.7;
}
.menu-category-inside{
    width: 100%;
    margin: 15px 0;
}
@media screen and (max-width: 768px){
    .menu-category-inside{
    margin: 0;
    }
}
.menu-category-type{
    font-weight: 600;
    letter-spacing: 2px;
    margin: 50px 0 10px;
    position: relative;
    font-size: 16px;
}
@media screen and (max-width: 1440px){
    .menu-category-type{
        letter-spacing: 2px;
        font-size: 15px;
        margin: 30px 0;
    }
}
.menu-category-type a, .menu-category-type a:hover{
    color: #333;
    text-decoration: none;
}
.menu-category-type a:hover{
    opacity: 0.7;
}
.menu-category-type:after{
    position: absolute;
    right: 8%;
    top:50%;
    margin-bottom: -50%;
    transform: translate(0, -50%);
    content: '>';
    color: #b99295;
    font-size: 20px;
    font-weight: 400;
}
@media screen and (max-width: 1440px){
.menu-category-type:after{
    right: 5.5%;
    font-size: 20px;
}
}
@media screen and (max-width: 768px){
.menu-category-type{
    letter-spacing: 1px;
    font-size: 10px;
    margin: 15px 0 10px;
}

.menu-category-type:after{
    font-size: 16px;
    right: 12px;
    top: 48%;
}
}
.menu-category-goods{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.menu-category-good{
    width:45%;
    letter-spacing: 2px;
    position: relative;
    padding: 20px 0 10px;
    margin-right: 30px;
}
@media screen and (max-width: 1440px){
.menu-category-good{
    margin: 15px 30px 10px 0;
}
}

.menu-category-good a, .menu-category-good a:hover{
    color: #333;
    text-decoration: none;
}
.menu-category-good a:hover{
    opacity: 0.7;
}
.menu-category-good:after{
    position: absolute;
    right: 15px;
    top:50%;
    margin-bottom: -50%;
    transform: translate(0, -50%);
    content: '>';
    color: #b99295;
    font-size: 20px;
}
@media screen and (max-width: 1440px){
.menu-category-good:after{
    right: 0;
    font-ize: 20px;
    top: 53%;
}
}
@media screen and (max-width: 768px){
.menu-category-good{
    letter-spacing: 1px;
    padding: 0;
    margin: 3px 5% 3px 0;
}
.menu-category-good:after{
    top: 48%;
    right: -4%
}
}
.header-announce{
    height: 50px;
    background-color: #b99295;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-announce p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    text-align: center;
}
@media screen and (max-width: 1440px){
    .header-menu_z h1{
		max-width: 200px;
    }
    .header-comment_z{
        height: 80px;
    }
    .present-text p{
        font-size: 20px;
    }
    .znav-wrapper{
        justify-content: space-evenly;
    }
    .znav li{
        font-size: 22px;
        margin: 0 10px;
    }
    .icon-stew{
        width: 24%;
        margin-left: 0;
        margin-top: 12px;
    }
    .icon-ingre{
        margin: 0 8px;
    }
    .icon-ingre img{
        width: 80%;
    }
    .header-below p{
        font-size: 13px;
    }
    .menu-icon-ingre{
        width: 4vw;
        height: 4vw;
    }
}
@media screen and (max-width: 1440px){
      #hmenu-btn{
        width: 20px;
      }
      .header-announce p{
        font-size: 13px;
      }
}
@media screen and (max-width: 1280px){
    .header-comment_z a{
        width: 45%;
    }
    .znav li{
        font-size: 20px;
    }
}
@media screen and (max-width: 1100px){
    .header-comment_z a{
        width: 50%;
    }
}
@media screen and (max-width: 987px){
    .header-comment_z a{
        width: 56%;
    }
    .icon-ingre img{
        width: 70%;
    }
}
@media screen and (max-width: 878px){
    .icon-ingre{
        margin: 0 4px;
    }
    .icon-ingre img{
        width: 65%;
    }
    .znav-wrapper{
        width: 75%;
    }
    .znav li{
        margin: 0 7px;
    }
}
@media screen and (max-width: 1280px){
    #hmenu-btn::before, #hmenu-btn::after{
        height: 2px;
    }
    #hmenu-btn::before{
        transform: translateY(-8px);
        box-shadow: 0 8px #fff;
    }
    #hmenu-btn::after{
        transform: translateY(7px);
    }
}
@media screen and (max-width: 980px){
    #hmenu-btn{
        width: 15px;
    }
    #hmenu-btn::before{
        transform: translateY(-6px);
        box-shadow: 0 7px #fff;
    }
    #hmenu-btn::after{
        transform: translateY(6px);
    }
}
@media screen and (max-width: 768px){
    .menu-category-container{
        width: 100%;
        padding-bottom: 80px;
        right: 0;
    }

    .menu-search-container {
        width: 100%;
        padding-bottom: 80px;
        right: 0;
}

     .search-close-btn {
            width: 8vw;
            height: 8vw;
}

#search-close-btn::before, #search-close-btn::after {
    top: calc(32% - 2px);
}


#search-close-btn {
    margin: 0;
    position: absolute;
    border: none;
    background: transparent;
    width: 35px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

#search-close-btn::before, #search-close-btn::after {
    content: "";
    display: block;
    width: 49%;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(32% - 6px);
    left: 32%;
    z-index: 200;
}

#search-close-btn::after {
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 32%;
}

.search-close-btn {
    margin: 0 auto;
    background: black;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    right: unset;
    top: 15px;
}

.search-part{
       margin-top:20%;
       margin-bottom:50px;
       padding:0 10%; 
       font-size:17px;  
   }

   .search-part [type="text"] {
       padding:10px 10px;
   }   

   .search-part .title {
       font-weight:bold;
   }

   .search-part .form .keyword {
       padding-bottom: 10%;
   }

   .search-part .form .price .inputTextGroup {
       display: flex;
       justify-content: space-between;
       align-items: center;
   }

   .search-part .form .stock-state {
       padding:5% 0;
   }

   .search-part .form .good-number {
       padding-bottom: 10%;
   }

   .search-part .form .sort .radioGroup .radio {
       padding-bottom: 2%;
   }

   .search-part .form .search-btn-part {
        padding-left: 30%;
        padding-right: 30%;
        margin-top:30px;
   }

   .search-part .form .search-btn-part .search-btn{
        color:white;
        background-color:#b99295;
        text-align:center;
        padding:5% 25%;
        border: none;
        display:flex;
        align-items:center;        
   }

    .znav-wrapper{
        display: none;
    }
    .header-comment_z{
        height: 100px;
        flex-direction: column;
    }
    .header-comment_z img{
        width: 80%;
        max-width: 315px;
    }
    .header-comment_z a{
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
    .present-text{
        width: 50%;
    }
    .present-img{
        width: 10%;
    }
    .present-img img{
        width: 60%;
    }
    .present-text p{
        font-size: 13px;
    }
    .header-menu_z{
        width:90%;
    }
    .header-menu_x{
        max-width: 180px;
        width: 43vw;
    }
    .header-menu_y{
        width: 35vw;
        margin-left: 10vw;
        position: absolute;
        right: 6%;
        margin-top: 10px;
    }
    .icon-stew{
        display: flex;
        width: 100%;
        margin-left: 0;
        padding-left: 10px;
        margin-top: 3px;
        justify-content: flex-end;
        margin-right: 7vw;
    }
    .icon-ingre{
        margin: 0px 7px;
    }
    .header-below p{
        font-size: 11px;
    }
    .header-announce p{
        font-size: 11px;
    }
    .menu-icon-ingre{
        width: 8vw;
        height: 8vw;
        top: -4vw;
    }
    #hmenu-btn{
        width: 15px;
    }
    #hmenu-btn::before{
        transform: translateY(-5px);
        box-shadow: 0 6px #fff;
        height: 2px;
    }
    #hmenu-btn::after{
        transform: translateY(5px);
        height: 2px;
    }
    .menu-category-good{
        margin-right: 5%;
    }
    .menu-category-good a{
        font-size: 10px;
    }
}
@media screen and (max-width: 480px){
    .icon-stew{
        width: 40vw;
        margin-right: 11vw;
    }
    .icon-ingre{
        margin: 0px 2px;
    }
    .menu-icon-ingre{
        width: 12vw;
        height: 12vw;
        top: -7vw;
    }
    .header-menu_z h1{
        width: 110%;
    }
    .icon-ingre img{
        width: 50%;
    }
    .present-text{
        width: 100%;
    }
}
@media screen and (max-width: 1034px){
    .znav-wrapper{
        display: none;
    }
}

.top-carousel-slider{
    width: 100%;
}
.top-carousel-slider-sp{
    display: none;
}
.top-carousel-slider li{
    list-style: none;
}
.top-carousel-slider li img{
    width: 100%;
}
.top-carousel-slider li img:hover{
    opacity: 0.7;
}
.carousel-slider{
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px){
     .top-carousel-slider{
         display: none;
     }
     .top-carousel-slider-sp{
         display: block;
        width: 100%;
        margin-top: -22px;
     }
}
.slide-dots{
  text-align: center;
    padding: 0;
}
.slide-dots button{
  margin: 15px 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-dots li{
    display: inline-block;
    margin: 0 20px;
}
.slide-dots li button{
      position: relative;
      text-indent: -9999px;
}
.slide-dots li button:before{
      content: '';
      text-indent: 0px;
      position: absolute;
      top: 0;
      left: -6px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #ccc;
}
.slide-dots li.slick-active button:before {
      content: '';
      background: #b99295;
}
.top-bannar{
    width: 62.2%;
    margin: 100px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.top-bannar-box{
    width: 46.7%;
    margin: 0;
    position: relative;
}
.top-bannar-box img{
    width: 100%;
    position: relative;
}
.top-bannar-box img:hover{
    opacity: 0.7;
}
.top-bannar-text-l,.top-bannar-text-r{
    position: absolute;
    font-size: 30px;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    text-align: center;
    top: 50%;
    margin-bottom: -50%;
    transform: translate(0,-50%);
    color: #fff;
    text-shadow: 2px 2px 0 #333;
}
.top-bannar-text-l{
    margin-right: 60px;
    right: 0;
}
.top-bannar-text-r{
    margin-left: 60px;
}
.news-container{
    width: 62.2%;
    margin: 0 auto;
    padding: 100px 0 50px;
}
.news-container h2{
    text-align: center;
    font-size: 63px;
    letter-spacing: 6px;
    font-family: 'Tenali';
    font-weight: 400;
    margin: 0;
}
.news-container h3{
    text-align: center;
    font-size: 24px;
    font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 2px;
}
.news-list-all{
    margin: 95px 0;
    height: 200px;
    overflow: scroll;
}
.news-list{
    display: flex;
    flex-direction: row;
    margin: 34px 0;
}
.news-date{
    color: #b99295;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 3px;
    margin: 0;
}
.news-title{
    padding-left: 6%;
    font-size: 20px;
    letter-spacing: 3px;
    margin: 0;
}

@media screen and (max-width: 1440px){
    .news-date, .news-title{
        font-size: 16px;
        letter-spacing: 2px;
    }
    .news-list-all{
        margin: 0 auto;
    }
    .top-bannar{
        margin: 100px auto 50px;
    }
    .top-bannar-text-l,.top-bannar-text-r{
        font-size: 24px;
    }
    .top-bannar-text-l{
        margin-right: 35px;
        right: 0;
    }
    .top-bannar-text-r{
        margin-left: 35px;
    }

    .news-container h2{
        font-size: 44px;
    }
    .news-container h3{
        font-size: 15px;
    }
}
@media screen and (max-width: 768px){
    .top-bannar{
        width: 95%;
        margin: 50px auto;
        flex-direction: column;
    }
    .top-bannar-box{
        width: 80%;
        margin: 0 auto;
    }
    .news-container{
        width: 90%;
    }
    .news-list-all{
        margin: 50px 0 100px;
    }
    .news-list{
        flex-direction: column;
    }
    .fs-c-slick .slick-dots{
        text-align: center;
    }
    .news-date{
        width: 50%;
        font-size: 14px;
    }
    .news-title{
        margin-top: 15px;
        padding-left: 0;
    } 
    .news-container h2{
        line-height: 1;
    }
    .news-container h3{
        margin: 0;
    }
}
@media screen and (max-width: 540px){
    .news-list-all{
        margin: 20px 0 100px;
    }
}
.new-arrival-container{
    /*background: url('https://toki1111.itembox.design/item/arrival-background.png?t=20231010115742');*/
    background-size: cover;
    padding: 130px 0 80px;
    background-color: #f2edf5;
}
.new-arrival-container h2{
    text-align: center;
    font-size: 60px;
    letter-spacing: 6px;
    font-family: 'Tenali';
    font-weight: 400;
    margin: 0;
}
.new-arrival-container h3{
    text-align: center;
    font-size: 20px;
    font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 2px;
    margin: 10px 0;
}
.new-arrival-wrap{
    width: 86.4%;
    margin: 85px auto 75px;
    display: flex;
    flex-direction: row;
}
.new-arrival-video{
    width: 45%;
    height: 740px;
    margin: 7px 40px;
    overflow:hidden;
}
.new-arrival-video video{
    width: 141%;
    height: 100%;
    object-fit: cover;
    object-position: -180px 0;
}
.new-arrival-imgs{
    display: flex;
    flex-wrap: wrap;
    width: 46.4%;
    justify-content: space-around;
    align-items: center;
    margin-left: 30px;
}
.new-arrival-img{
    width: 47%;
    position: relative;
    margin: 6px 0;
}
.new-arrival-img img{
    width: 100%;
    position: relative;
}
.new-arrival-img img:hover{
    opacity: 0.7;
}
.new-arrival-text{
    position: absolute;
    bottom: 6px;
    width: 100%;
    background: rgba(255,255,255,0.6);
    text-align: center;
    color: #333;
    padding: 15px 0;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3';
}
.contents-more{
    box-shadow: 5px 5px 5px 0 rgb(199 190 190 / 80%);
    width: 340px;
    background: #b99295;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
}
.contents-more a{
    background: url(https://toki1111.itembox.design/item/icon-arrow.png) no-repeat right 0px top 50%;
    padding-right: 15px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
}
.contents-more a:visited{
    color: #fff;
}
.contents-more a:hover{
    opacity: 0.7;
    text-decoration: none;
}
@media screen and (max-width: 1440px){
    .contents-more{
        width: 250px;
        padding: 14px 0;
	margin-top: -2rem;
	clear: both;
    }
    .contents-more a{
        font-size: 14px;
    }
    .new-arrival-video{
        height: 555px;
    }
    .new-arrival-video video{
        object-position: -140px 0px;
    }
    .new-arrival-container{
        padding: 130px 0 80px;
    }
    .new-arrival-wrap{
        margin: 55px auto;
    }
    .new-arrival-container h2{
        font-size: 44px;
    }
    .new-arrival-container h3{
        font-size: 15px;
        margin: 0;
    }
}
@media screen and (max-width: 1380px){
    .new-arrival-video{
        height: 520px
    }
    .new-arrival-video video{
        object-position: -140px 0px;
        width: 150%;
    }
}
@media screen and (max-width: 1300px){
    .new-arrival-video{
        height: 480px;
    }
}
@media screen and (max-width: 1240px){
    .new-arrival-video{
        height: 460px;
    }
    .new-arrival-video video{
        object-position: -120px 0px;
    }
.new-arrival-text{
font-size: 13px;
}
}
@media screen and (max-width: 1130px){
    .new-arrival-video{
        height: 420px;
        margin: 7px 30px;
    }
}
@media screen and (max-width: 1030px){
    .new-arrival-video{
        height: 390px;
    }
    .new-arrival-video video{
        object-position: -100px 0px;
    }
}
@media screen and (max-width: 987px){
    .new-arrival-video{
        height: 360px;
    }
    .new-arrival-video video{
        object-position: -100px 0px;
    }
}
@media screen and (max-width: 920px){
    .new-arrival-video{
        height: 333px;
    }
    .new-arrival-video video{
        object-position: -80px 0px;
    }
}
@media screen and (max-width: 850px){
    .new-arrival-video{
        height: 310px;
        margin: 7px 20px;
    }
    .new-arrival-video video{
        object-position: -70px 0px;
    }
}
@media screen and (max-width: 768px){
    .new-arrival-container{
        padding: 80px 0;
        background-size: cover;
        background-position: center right -400px;
    }
    .new-arrival-wrap{
        width: 100%;
        flex-direction: column;
    }
    .new-arrival-video{
        width: 100%;
        margin: 0;
        height: 100vw;
    }
    .new-arrival-video video{
        width: 100%;
        height:100vw;
        object-position: 50%;
    }
    .new-arrival-imgs{
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .new-arrival-img{
        width: 50%;
        margin: -10px 0 0;
    }
    .new-arrival-text{
        font-size: 11px;
    }
    .new-arrival-container h3{
        margin: 0;
    }
}



/*
**************
/* CATEGORY *
**************
*/

    .category-container{
        padding: 100px 0 50px;
    }
.category-container h2{
    text-align: center;
    font-size: 60px;
    letter-spacing: 6px;
    font-family: 'Tenali';
    font-weight: 400;
    margin: 0;
}
.category-container h3{
    text-align: center;
    font-size: 20px;
    font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 2px;
    margin: 10px 0;
}
.category-wrap{
    display: flex;
    flex-direction: row;
    margin: 112px 0 86px;
}
.category-wrap img{
    width: 100%;
    height: 100%;
}
.category-wrap img:hover{
    opacity: 0.7;
}
.category-a{
    width: 35.855556%;
    position: relative;
}
.category-b{
    width: 45.016667%;
}
.category-b-1{
    height: 67.8506%;
}
.category-b-2{
    display: flex;
    flex-direction: row;
}
.category-b-2-1{
    width: 100%;
}
.category-c{
    width: 19.027778%;
}
.category-c-1{
    height: 50%;
}
.category-inside-text{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-family: 'Tenali';
    font-size: 30px;
}
.category-inside-text span{
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-size: 16px;
}
@media screen and (max-width: 1440px){

    .category-container h2{
        font-size: 46px;
    }
    .category-container h3{
        font-size: 16px;
    }
    .category-wrap{
        margin: 82px 0 66px;
    }
}
@media screen and (max-width: 768px){
    .category-container h2{
        font-size: 44px;
        line-height: 1;
    }
    .category-container h3{
        font-size: 15px;
        margin: 0;
    }
    .category-a{
        width: 100%;
        margin-bottom: -6px;
    }
    .category-b{
        width: 100%;
    }
    .category-container{
        padding: 80px 0;
    }
    .category-b-1{
        height: 100%;
        margin-bottom: -6px;
    }
    .category-c{
        display: flex;
        width: 100%;
    }
    .category-c-1{
        width: 100%;
    }
    .category-wrap{
        flex-direction: column;
        margin: 30px 0 50px;
    }
}



/*
*************
* RANKING
*************
*/
.ranking-container{
    width: 91.2%;
    margin: 0 auto;
    padding-bottom: 200px;
    display: block;
    margin-top: -15px;
}
    .ranking-container{
        padding: 100px 0 50px;
    }
.ranking-title{
    display: flex;
    flex-direction: row;
}
.ranking-title h2{
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.9rem;
    font-family: 'Tenali';
    font-weight: 400;
    font-size: 60px;
}
.ranking-title h3{
    display: flex;
    align-items: center;
    margin-left: 50px;
    text-align: center;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 20px;
}
.ranking-category{
    display: flex;
    flex-direction: row;
    margin: 15px 0;
}
.ranking-category-box{
    border: 1px solid #b99295;
    padding: 10px 0;
    width: 160px;
    margin-right: 25px;
    color: #b99295;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
}
.ranking-category-box a{
    color: #b99295;
    text-decoration: none;
}
.ranking-contents-box a:hover{
    opacity: 0.7;
    text-decoration: none;
}
.ranking-contents-wrap{
    width: 100%;
}
.ranking-contents-wrap .section{
    width: 100%;
    margin: 50px auto;
    display: none;
}
.ranking-contents-wrap .section.is-show{
    display: block;
}
a.anchor{
    display: block;
    padding-top: 240px;
    margin-top: -240px;
}
.ranking-slider{
    width: 100%;
}
.ranking-contents-wrap .section .slick-arrow{
    top: 50%;
    position: absolute;
    margin-bottom: -50%;
    transform: translate(0, -50%);
    font-size: 50px;
}
.ranking-contents-wrap .section .prevArrow{
    left: -10px;
    z-index: 100;
}
.ranking-contents-wrap .section .nextArrow{
    right: 20px;
}
.sougou-box{
    width: 15%;
    margin: 20px 0;
    padding: 0 10px;
    position: relative;
}
.sougou-box a, .sougou-box a:hover{
    text-decoration: none;
    color: #333;
}
.sougou-box a:hover{
    opacity: 0.7;
}
.sougou-box img{
    width: 100%;
}
.sougou-box img:hover{
    opacity: 0.7;
}
.sougou-box p{
    margin: 5px 0;
    color: #333;
    letter-spacing: 2px;
    font-size: 16px;
}
.ranking_crown{
    position: absolute;
    top: -14px;
    left: 8px;
    width: 20%;
}
.ranking_crown img{
    width: 100%;
}
@media screen and (max-width: 1440px){
    .ranking-title h2{
        font-size: 44px;
    }
    .ranking-title h3{
        margin-left: 40px;
        font-size: 15px;
    }
    .ranking-category-box{
        padding: 5px 0;
        width: 120px;
        margin-right: 18px;
        font-size: 16px;
    }
    .ranking-contents-wrap .section{
        margin: 25px auto;
    }
    .sougou-box p{
        margin: 12px 0;
        font-size: 12px;
    }

    .ranking-contents-wrap .section .slick-arrow{
        top: 36%;
        margin-bottom: -36%;
        transform: translate(0, -36%);
    }
}
@media screen and (max-width: 768px){
    .ranking-container{
        width: 100%;
        padding-bottom: 50px;
        margin-left: 0;
    }
    .ranking-title{
        justify-content: center;
        flex-direction: column;
    }
    .ranking-contents-wrap .section{
        display: none;
        opacity: 0;
    }
    .ranking-contents-wrap .section.is-show{
        flex-wrap: wrap;
        display: flex;
        width: 100%;
        opacity: 1;
        transition: all 0.4s;
    }
    .sougou-box{
        width: 50%;
        margin: 10px 0;
        padding: 0;
    }
    .ranking-category{
        justify-content: space-around;
    }
    .ranking-category-box{
        margin-right: 0;
    }
    .sougou-box p{
        margin: 5px 8px;
    }
    .ranking-contents-wrap .section .slick-arrow{
        font-size: 40px;
    }
    .ranking-contents-wrap .section .prevArrow{
        left: -35px;
        z-index: 100;
    }
    .ranking-contents-wrap .section .nextArrow{
        right: -35px;
    }
    .ranking-title h2{
        justify-content: center;
        margin-left: 0;
        line-height: 1;
    }
    .ranking-title h3{
        justify-content: center;
        margin-left: 0;
        margin: 0;
    }
}

/*
*
* GIFT
*
*/
.gift-container{
    /*background: url('https://toki1111.itembox.design/item/gift_back.jpg?t=20231010115742');*/
    background-size: 120%;
    background-repeat: no-repeat;
    padding: 130px 0 80px;
    background-color: #f8e5e5;
}
.gift-container h2{
    text-align: center;
    font-size: 60px;
    letter-spacing: 6px;
    font-family: 'Tenali';
    font-weight: 400;
    margin: 0;
}
.gift-container h3{
    text-align: center;
    font-size: 20px;
    font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 2px;
    margin: 12px 0;
}
.gift-wrap{
    width: 62.2%;
    margin: 0 auto;
}
.gift-wrap-a{
    width: 100%;
    margin: 100px auto 40px;
}
.gift-wrap-a p,.gift-wrap-b-1 p{
    text-align: center;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    letter-spacing: 2px;
    font-size: 20px;
    margin: 20px 0 5px;
    font-weight: 600;
}
.gift-wrap-a img{
    width: 100%;
}
.gift-wrap-b{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.gift-wrap-b-1{
    width: 32%;
}
.gift-wrap-b-1 img{
    width: 100%;
}
@media screen and (max-width: 1680px){
    .gift-container{
        background-size: 125%;
     }
}
@media screen and (max-width: 1440px){
    .gift-container{
        padding: 130px 0 80px;
        background-size: 112%;
    }
    .gift-container h2{
        font-size: 44px;
    }
    .gift-container h3{
        font-size: 15px;
    }
    .gift-wrap-a{
        margin: 80px auto 20px;
    }
    .gift-wrap-a p, .gift-wrap-b-1 p{
        font-size: 16px;
    }
}
@media screen and (max-width: 1280px){
    .gift-container{
        background-size: 120%;
    }
}
@media screen and (max-width: 1000px){
    .gift-container{
        background-size: 130%;
    }
}
@media screen and (max-width: 768px){
    .gift-container{
        background-position: top right -300px;
        background-size: cover;
        padding: 80px 0;
    }
    .gift-wrap{
        width: 100%;
    }
    .gift-wrap-a{
        margin: 20px auto;
    }
    .gift-wrap-a p, .gift-wrap-b-1 p{
        font-size: 15px;
    }
    .gift-wrap-b{
        flex-direction: column;
    }
    .gift-wrap-b-1{
        width: 70%;
        margin: 20px auto;
    }
    .gift-wrap-b-1 img{
        object-fit: cover;
    }
}
/*
*
* おすすめギフト
*
*/
.recommend-container{
    width: 100%;
padding:100px 0 50px;
}
.recommend-title{
    display: flex;
    flex-direction: row;
    width: 91.2%;
    margin: 0 auto;
}
.recommend-title h2{
    display: flex;
    margin: 0;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 63px;
    letter-spacing: 6px;
    font-family: 'Tenali';
    font-weight: 400;
}
.recommend-title h3{
    display: flex;
    align-items: center;
    margin-left: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 2px;
}
.recommend-wrap{
    margin: 50px 0 80px;
    display: flex;
    width: 91.2%;
    margin-left: 8.2%;
}
.recommend-slider{
    width: 100%;
}
.fs-c-slick .slick-slide{
    margin: 0 10px;

}
.recommend-wrap .slick-arrow{
    top: 40%;
    position: absolute;
    margin-bottom: -50%;
    transform: translate(0, -50%);
    font-size: 50px;
}
.recommend-wrap .prevArrow{
    left: -10px;
    z-index: 100;
}
.recommend-wrap .nextArrow{
    right: 20px;
}
.recommend-box{
    width: 20%;
    padding: 0 10px;
    height: 330px;
}
.recommend-box img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.recommend-box img:hover{
    opacity: 0.7;
}
.recommend-box a{
    color: #333;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
}
.recommend-box a:hover{
    opacity: 0.7;
    text-decoration: none;
}
@media screen and (max-width: 1440px){

    .recommend-title h2{
        font-size: 44px;
    }
    .recommend-title h3{
        font-size: 15px;
        margin: 0;
        margin-left: 40px;
    }
    .recommend-box{
        height: auto;
    }
    .recommend-box img{
        height: auto;
    }
    .recommend-box p{
        font-size: 12px;
        line-height: 20px;
    }
    .recommend-box{
        margin: 50px 0;
        height: 260px;
    }

    .recommend-wrap .slick-arrow{
        top: 40%;
        position: absolute;
        margin-bottom: -40%;
        transform: translate(0, -40%);
    }
}
@media screen and (max-width: 768px){
    .recommend-container{
        padding: 80px 0;
        margin-left: 0;
        width: 100%;
    }
    .recommend-wrap .slick-arrow{
        font-size: 40px;
        top: 43%;
        transform: translate(0,-43%);
        margin-bottom: -43%;
    }
    .recommend-title{
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        width: 100%;
    }
    .recommend-title h2{
        line-height: 1;
    }
    .recommend-title h3{
        margin: 0;
    }
    .recommend-wrap{
        margin: 0 auto;
        width: 75%;
    }
    .recommend-wrap .nextArrow{
        right: -15%;
    }
    .recommend-wrap .prevArrow{
        left: -15%;
    }
    .recommend-box{
        height: auto;
        margin: 30px 0;
    }
    .recommend-box img{
        height: auto;
    }
    .recommend-box p{
       font-size: 16px;
    }
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*
*
* 特集
*
*/
.contents-bannar{
    background: #ffede4;
    padding: 175px 0;
}
.contents-bannar-wrap{
    margin: 0 auto;
    width: 85.4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.contents-bannar-card{
    width: 49%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0;
}
.contents-bannar-card img{
    width: 100%;
}
.contents-bannar-card a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    width: 96%;
}
.contents-bannar-card a:visited{
    color: #333;
}
.contents-bannar-card a:hover{
    opacity: 0.7;
    text-decoration: none;
} 
.contents-bannar-block{
    position: absolute;
    background: rgba(255,255,255,0.7);
    /*padding: 55px 70px 45px;*/
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 70%;
}
.contents-bannar-block .inner {
	 top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 85%;
}
.contents-bannar-block h4{
    font-size: 30px;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    border-bottom: 1px solid #333;
    letter-spacing: 4px;
    padding: 0 0 10px;
    text-align: center;
    text-shadow: 2px 1px 0 #fff;
    color: #333;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.contents-bannar-block p{
    text-align: center;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 2px;
    text-shadow: 2px 1px 0 #fff;
    color: #333;
}
@media screen and (max-width: 1440px){
    .contents-bannar{
        padding: 130px 0;
    }
    .contents-bannar-block h4{
        font-size: 24px;
    }
    .contents-bannar-block p{
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){
    .contents-bannar{
        padding: 50px 0;
    }
    .contents-bannar-wrap{
        width: 95%;
    }
    .contents-bannar-card{
        width: 100%;
        margin: 0;
    }
    .contents-bannar-card a{
        margin: 5px 0;
    }
    .contents-bannar-block{
        padding: 5vw 10vw;
    }
    .contents-bannar-block p{
        font-size: 24px;
    }
    .contents-bannar-block h4{
        font-size: 32px;
        padding: 0 0 5px;
    }
}

@media screen and (max-width: 480px){
    .contents-bannar-block h4{
        font-size: 16px;
    }
    .contents-bannar-block p{
        font-size: 12px;
    }
}
/*
*
* 介護ケア
*
*/
.care-product-container{
padding:100px 0 50px;
}
.care-product-title{
    display: flex;
    flex-direction: row;
    width: 91.2%;
    margin: 0 auto;
}

.care-product-container h2{
    display: flex;
    margin: 0;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 63px;
    letter-spacing: 6px;
    font-family: 'Tenali';
    font-weight: 400;
}
.care-product-container h3{
    display: flex;
    align-items: center;
    margin-left: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3";
    font-weight: 400;
    letter-spacing: 2px;
}
.care-product-wrap{
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.care-product-card{
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1440px){


    .care-product-container h2{
        font-size: 44px;
    }
    .care-product-container h3{
        font-size: 15px;
	margin-bottom: -2rem;
    }
}
@media screen and (max-width: 768px){
    .care-product-container{
        padding: 80px 0;
    }
    .care-product-wrap{
        margin: 0 auto;
        width: 100%;
    }
    .care-product-container h2{
        line-height: 1;
    }
    .care-product-container h3{
        margin: 0;
    }
}

/*
*
* 読み物
*
*/

.magazine-container{
    padding: 100px 0 50px;
    /*background: url('https://toki1111.itembox.design/item/magazine-background.png?t=20231010115742');*/
    background-size: 100%;
    background-repeat: no-repeat;
}
.magazine-container h2{
    text-align: center;
    font-size: 60px;
    letter-spacing: 6px;
    font-family: 'Tenali';
    font-weight: 400;
    margin: 0;
}
.magazine-container h3{
    text-align: center;
    font-size: 20px;
    font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 2px;
    margin: 10px 0;
}
.magazine-container h4, .magazine-container h5{
    text-align: center;
    font-size: 36px;
    font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 3px;
    margin-top: 90px;
    line-height: 60px;
}
.magazine-container h5{
    display: none;
}
@media screen and (max-width: 1440px){
    .magazine-container h4{
        font-size: 28px;
        margin: 60px auto 0;
        width: 100%;
        line-height: 45px;
    }

}
@media screen and (max-width: 768px){
    .magazine-container h4{
        display: none;
    }
    .magazine-container h5{
        display: block;
        line-height: 30px;
        font-size: 20px;
    }
}
.magazine-wrap{
    width: 64.2%;
    margin: 50px auto 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.magazine-wrap .fs-pt-column__item{
    width: 33%;
}
.magazine-wrap .fs-pt-column__item .fs-pt-column__image{
    margin: 0;
}
.magazine-wrap .fs-pt-column__item .fs-pt-column__image img{
    width: 100%;
    margin-bottom: 10px;
}
.magazine-wrap .fs-pt-column__item .fs-pt-column__description{
    margin: 0;
    padding: 0 7px;
}
.magazine-wrap .fs-pt-column__item .fs-pt-column__heading{
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0px 5px 10px;
    width: 100%;
}
.magazine-wrap a{
    text-decoration: none;
    color: #333;
}
.magazine-wrap a:hover{
    color: #333;
    text-decoration: none;
    opacity: 0.7;
}
.magazine-date{
    font-size: 16px;
}
@media screen and (max-width: 1440px){
    .magazine-wrap{
        margin: 40px auto 70px;
    }
    .magazine-container{
        padding: 50px 0 100px;
    }
    .magazine-container h2{
        font-size: 44px;
    }
    .magazine-container h3{
        font-size: 15px;
    }
    .magazine-wrap .fs-pt-column__item .fs-pt-column__heading{
        font-size: 1.6rem;
    }
    .magazine-date{
        font-size: 12px;
        margin: 10px 0;
    }
}
@media screen and (max-width: 1120px){
    .magazine-wrap .slick-arrow{
        top: 25vw;
        position: absolute;
        margin-bottom: -25vw;
        transform: translate(0,-50%);
        font-size: 50px;
    }
    .magazine-wrap .nextArrow{
        right: -35px;
    }
    .magazine-wrap .prevArrow{
        left: -35px;
        z-index: 100;
    }
}
@media screen and (max-width: 768px){
    .magazine-container{
        padding: 80px 0;
        background-size: cover;
        background-position: center right -200px;
    }
    .magazine-container h3{
        /*font-size: 0;*/
    }
    .magazine-wrap{
        width: 80%;
        margin: 40px auto;
    }
    .magazine-wrap .slick-arrow{
        transform: translate(0);
    }
}


/*
*
* アバウト
*
*/
.about-container{
    position: relative;
        padding: 100px 0 50px;
    }
.about-title-wrap{
    width: 82.4%;
    margin: 30px auto 100px;
    display: flex;
    flex-direction: row;
}
.about-title-wrap h2{
    display: flex;
    margin: 0;
    align-items: center;
    font-size: 100px;
    font-family: 'Cervanttis';
    color: #b99295;
    text-shadow: 20px 25px 0 #eee;
    z-index: 30;
    margin-left: 160px;
    text-align: center;
    letter-spacing: 6px;
    font-weight: 400;
}
.about-title-wrap h3{
    display: flex;
    align-items: flex-end;
    margin-left: 80px;
    text-align: center;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 20px;
}
.about-wrap{
    width: 74.5%;
    margin: 0 auto;
    z-index: 10;
    margin-top: -60px;
    position: relative;
}
.about-wrap video{
    width: 100%;
    z-index: -1;
}
.about-video-text{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    margin-bottom: -50%;
    transform: translate(-50%,-50%);
}
.about-video-text h2{
    color: #fff;
    font-size: 54px;
    font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    text-align: center;
    font-weight: 400;
    margin: 0;
}
.about-video-text h3{
    color: #fff;
    font-size: 40px;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    text-align: center;
    font-weight: 400;
    margin: 20px 0;
}
.about-message{
    width: 55.5%;
    margin: 0 auto;
    box-shadow: 0 2px 10px #ccc;
    border: 1px solid transparent;
    padding: 30px 0 0;
    margin-top: -50px;
    background: #fff;

    z-index: 30;
    position: relative;
}
.about-message:before, .about-message:after{
    border-top: 2px solid #b99295;
    content:'';
    width: 125px;
    height: 125px;
    position: absolute;
}
.about-message:before{
    top: -1px;
    left: -1px;
    border-left: 2px solid #b99295;
}
.about-message:after{
    top: -1px;
    right: -1px;
    border-right: 2px solid #b99295;
}
.about-message p{
    text-align: center;
    margin: 20px 0;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    letter-spacing: 3px;
    line-height: 44px;
    font-size: 20px;
}
.about-message img{
    width: 20%;
    margin: 20px 0;
}
.about-message-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 35px;
}
.about-message-wrap:before, .about-message-wrap:after{
    border-bottom: 2px solid #b99295;
    content:'';
    width: 125px;
    height: 125px;
    position: absolute;
}
.about-message-wrap:before{
    bottom: -1px;
    left: -1px;
    border-left: 2px solid #b99295;
}
.about-message-wrap:after{
    bottom: -1px;
    right: -1px;
    border-right: 2px solid #b99295;
}
.about-message-text-img{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.about-message-text-img img{
    width: 90%;
    margin: 2vw auto;
}
.about-message .contents-more{
    margin: 45px 0 64px;
}
@media screen and (max-width: 1440px){
    .about-message-wrap{
        padding: 10px;
    }

    .about-title-wrap h2{
        font-size: 80px;
    }
    .about-title-wrap h3{
        font-size: 15px;
    }
    .about-message p{
        line-height: 30px;
        font-size: 16px;
        margin: 18px 0;
    }
    .about-message .contents-more{
        margin: 20px 0 64px;
    }
}
@media screen and (max-width: 768px){
    .about-title-wrap{
        margin: 30px auto;
    }
    .about-message-text-img{
        display: flex;
        width: 60%;
    }
    .about-title-wrap h2{
        font-size: 40px;
        margin-left: 20px;
        margin-top: -20px;
        text-shadow: 10px 15px 0 #eee;
    }
    .about-title-wrap h3{
        margin-left: 30px;
    }
    .about-wrap{
        width: 100%;
        margin-top: -20px;
        overflow: hidden;
        height: 300px;
    }
    .about-wrap video{
        width: 150%;
        object-fit:cover;
    }
    .about-message{
        width: 85%;
        margin-top: -10rem;
        padding: 0;
    }
    .about-message:before, .about-message:after{
        width: 60px;
        height: 60px;
    }
    .about-message-wrap:before, .about-message-wrap:after{
        width: 60px;
        height: 60px;
    }
    .about-message p{
        margin: 15px 0;
        letter-spacing: 2px;
        line-height: 28px;
        font-size: 14px;
        padding: 0 20px;
        display: none;
    }
    .about-message img{
        width: 30%;
        margin: 20px 0 0;
    }
    .about-message-text-img img{
        width: 90%;
        margin: 40px auto;
    }
	.about-video-text {
		top: 40%;
	}
    .about-video-text h2{
        font-size: 25px;
    }
    .about-video-text h3{
        font-size: 20px;
        margin-top: 15px;
    }
    .about-message .contents-more{
        margin: 45px 0;
    }
}
@media screen and (max-width: 540px){
    .about-message-text-img{
        width: 90%;
    }
    .about-message-text-img img{
        margin: 20px auto;
    }
}
/*
*
* インスタグラム
*
*/
    .instagram-container{
        padding: 100px 0 50px;
    }
.instagram-container h2{
    text-align: center;
    font-size: 60px;
    letter-spacing: 6px;
    font-family: 'Tenali';
    font-weight: 400;
    margin: 0;
}
.instagram-container h3{
    text-align: center;
    font-size: 20px;
    font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 2px;
    margin: 16px 0;
}
.instagram-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px 0;
}
#instafeed li{
    list-style: none;
    width: 24%;
    margin-bottom: 12px;
}
.instagram-img-box{
    width: 24%;
    margin: 0 0 15px;
}
@media screen and (max-width: 1440px){
    .instagram-container h2{
        font-size: 44px;
    }
    .instagram-container h3{
        font-size: 15px;
    }

    .instagram-wrap{
        margin: 75px 0;
    }
    .instagram-img-box{
        margin: 0 0 12px;
    }
}
@media screen and (max-width: 768px){
    .instagram-container h3{
        margin: 0;
    }
    .instagram-img-box{
        width: 49%;
        margin-bottom: 0;
    }
    .instagram-container{
        padding: 0;
    }
}


/*
*
* 店舗情報
*
*/
.shops-container{
    padding: 100px 0 50px;
}
.shops-container h2{
    text-align: center;
    font-size: 60px;
    letter-spacing: 6px;
    font-family: 'Tenali';
    font-weight: 400;
    margin: 0;
}
.shops-container h3{
    text-align: center;
    font-size: 20px;
    font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 2px;
    margin: 10px 0;
}
.shops-wrap{
    width: 66.2%;
    margin: 110px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.shop-box{
    width: 43.5%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop-box a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.shop-box a:hover{
    opacity: 0.7;
    text-decoration: none;
}
.shop-box img{
    width: 100%;
}
.shop-belt{
    color: #fff;
    position: absolute;
    text-shadow: 2px 2px 0 #333;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    font-size: 40px;
    font-family: 'Tenali';
    letter-spacing: 4px;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px){
    .shops-container h2{
        font-size: 44px;
    }
    .shops-container h3{
        font-size: 15px;
    }
    .shops-wrap{
        width: 66.2%;
        justify-content: space-around;
    }
    .shop-box{
        width: 43.5%;
    }

}
@media screen and (max-width: 768px){
    .shops-container{
        padding: 20px 0;
    }
    .shops-container h3{
        margin: 0;
    }
    .shops-wrap{
        width: 90%;
        flex-direction: column;
        margin: 40px auto;
    }
    .shop-box{
        width: 100%;
        margin-bottom: 15px;
    }
}
.footer-navigation{
    border-top: 1px solid #b99295;
    border-bottom: 1px solid #b99295;
}
.footer-wrap{
    padding: 100px 0 70px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.footer-sns{
    width: 40%;
    text-align: center;
    padding:0;
    margin: 20px 0;
    padding-left: 85px;
}
.footer-sns img{
    width: 8%;
    margin: 0 15px;
}
.footer-nav{
    width: 25%;
    margin: 0;
}
.footer-nav ul{
    padding-left: 15px;
}
.footer-nav li{
    list-style: none;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    padding-left: 25px;
}
.footer-nav li a{
    color: #333;
    transition: 0.4s;
}
.footer-nav li a:hover{
    opacity: 0.7;
    text-decoration: none;
}
.footer-nav li a:visited{
    color: #333;
}
.footer-logo{
    width: 30%;
    margin: 0;
}
.footer-logo-1{
    /*display: flex;*/
    flex-direction: row;
    margin: 10px 30px 60px 15px;
}
.footer-logo-1 img{
    margin: 0 25px;
}
.footer-logo-2{
    padding: 0 20px;
}
.footer-logo-2 a{
    color: #333;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-logo-2 a:hover{
    opacity: 0.7;
    text-decoration: none;
}
.footer-logo-2 a img{
    margin: 0;
	max-width: 161px;
}
.footer-logo-2 a p{
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 2px;
}
.footer-c{
    text-align: center;
    margin: 60px 0;
}
@media screen and (max-width: 1440px){
    .footer-wrap{
        padding: 70px 0 0;
    }
    .footer-nav li{
        font-size: 16px;
    }
    .footer-logo-1{
        margin: 10px 30px 40px 15px;
    }
    .footer-logo-1 img{
        margin: 0 20px;
        width: 26%;
    }
    .footer-logo-2 img{
        width: 34%;
        margin-right: 10px;
    }
    .footer-c{
        margin: 30px 0;
    }
    .footer-c p{
        font-size: 10px;
    }
}
@media screen and (max-width: 768px){
    .footer-wrap{
        width: 90%;
        flex-direction: column;
        padding: 70px 0 20px;
    }
    .footer-sns{
        width: 50%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
    }
    .footer-sns img{
        width: 70%;
        margin: 0;
    }
    .footer-nav{
        width: 100%;
        margin: 40px 0 20px;
    }
    .footer-nav ul{
        padding-left: 0;
    }
    .footer-nav li{
        text-align: center;
        padding-left: 0;
    }
    .footer-logo{
        width: 100%;
    }
    .footer-logo-1{
        justify-content: space-around;
        margin: 0 auto;
        width: 80%;
		text-align: center;
    }
    .footer-logo-1 img{
        margin: 0 20px;
        width: 30%;
    }
    .footer-logo-2 p{
        margin-left: 15px;
    }
    .footer-logo-2{
        width: 84%;
        margin: 20px auto;
        padding: 0 20px;
    }
    .footer-logo-2 img{
        margin: 0;
        width: 70%;
    }
    .footer-logo-2 a p{
        padding-left: 30px;
        font-size: 15px;
    }
}


/*　イベントバナー表示　*/

.head-bannar img{
	margin: 0;
	width: 100%;
}
.pc-on {
    display: block;
}
.sp-on {
    display: none;
}
@media screen and (max-width: 641px){
.pc-on {
    display: none;
}
.sp-on {
    display: block;
}
}


/*
*
*
リニューアル前
*
*
*/


.fs-p-scrollingCartButton__icon {
    font-size: 4.6rem;
}


.fs-p-cartItemNumber {
    background: #E25B33;
    border-radius: 1em;
    color: #ffffff;
    display: none;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.25em 0.4em;
    position: absolute;
    top: 1px;
    right: 2px;
}


.fs-p-scrollingCartButton__button {
    background: #C1AC30;
    border-radius: 6px;
    display: block;
    opacity: 10;
    padding: 17.5px;
    text-align: center;
}



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; 
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



@media screen and (min-width: 960px){
    .fs-l-header {
        padding-top: 150px;
    }
}


.top-banner-block {
  display: flex;
  max-width: 1080px;
  margin: 0 auto 60px;
}

.top-banner-block__item {
  width: 100%;
}

.top-banner-block__item:not(:last-child) {
  margin-right: 16px;
}

a.top-banner-block__link {
  color: #fff;
  display: flex;
  padding: 16px 24px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 1.6rem;
text-align: center;
}

a.top-banner-block__link:hover {
  text-decoration: none;
  opacity: .8;
}

a.top-banner-block__link.line {
  background-color: #1dcd00;
}

.fs-p-footerPageTop__link {
  overflow: hidden;
  text-indent: -999px;
  width: 60px;
  height: 60px;
  background-color: #b8a15d;
}

.fs-p-footerPageTop__link::before {
  font-size: 4rem;
  line-height: 60px;
}

.fs-p-footerCopyright {
  color: #888;
  background-color: #fff;
  text-align: center;
  padding: 12px;
}

.fs-p-footerNavigation {
  margin: 42px auto 0;
  max-width: 1200px;

}

@media screen and (min-width: 768px) {
    .fs-p-footerNavigation {
        display: flex;
        flex-wrap: wrap;
    }

    .fs-p-footerNavigationItem {
        width: 50%;
        padding: 0 16px;
    }

  .search-part{
       margin-top:20%;
       margin-bottom:50px;
       padding:0 10%; 
       font-size:17px;  
   }

   .search-part [type="text"] {
       padding:10px 10px;
   }   

   .search-part .title {
       font-weight:bold;
   }

   .search-part .form .keyword {
       padding-bottom: 10%;
   }

   .search-part .form .price .inputTextGroup {
       display: flex;
       justify-content: space-between;
       align-items: center;
   }

   .search-part .form .stock-state {
       padding:5% 0;
   }

   .search-part .form .good-number {
       padding-bottom: 10%;
   }

   .search-part .form .sort .radioGroup .radio {
       padding-bottom: 2%;
   }

   .search-part .form .search-btn-part {
        padding-left: 30%;
        padding-right: 30%;
        margin-top:30px;
   }

   .search-part .form .search-btn-part .search-btn{
        color:white;
        background-color:#b99295;
        text-align:center;
        padding:5% 25%;
        border: none;
        display:flex;
        align-items:center;        
   }


   .search-close-btn{
    left: 20px;
    right: unset;
    top: 15px;
    width: 4vw;
    height: 4vw;
    margin: 0 auto;
    background: black;
    border-radius: 50%;
    position: absolute;

  }

   #search-close-btn {
    margin: 0;
    position: absolute;
    border: none;
    background: transparent;
    width: 35px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    }

    #search-close-btn::before, #search-close-btn::after {
    content: "";
    display: block;
    width: 49%;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(32% - 6px);
    left: 32%;
    z-index: 200;
    }

    #search-close-btn::after {
       transform: rotate(-45deg);
       transform-origin: 100% 50%;
       left: auto;
       right: 32%;
    }

}

@media screen and (min-width: 960px){
    .fs-p-footerNavigationItem {
        width: 25%;
        padding: 0 16px;
    }
}

.fs-p-footerNavigationItem__emphasis {
    color: #ffffff;
    font-size: 1.8rem;
}

.fs-l-footer__contents {
    max-width: 1200px;
}



.megamenu-inner-text {
    text-align: left;
}

.megamenu .megamenu-inner-text span {
    vertical-align: middle;
    display: inline-block;
    padding-left: 8px;
    font-size: 16px;
}

.megamenu-inner-image {
    vertical-align: middle;
}

@media screen and (min-width: 1200px) {
    .fs-l-sideArea {
        display: none;
    }
}

@media screen and (min-width: 967px) {
    .fs-c-heading--page {
        padding: 0 0 24px;
        margin-bottom: 32px;
    }
}



.fs-l-main.fs-l-product2 {
    justify-content: center;
}

.fs-l-main {
    justify-content: center;
}

.fs-p-heading--lv2 {
    font-family: sans-serif;
}

.fs-p-card2 {
    display: block;
}

@media screen and (min-width: 967px) {
    .fs-p-card2 {
        display: none;
    }
}

.fs-p-card1 {
    display: none;
}

@media screen and (min-width: 967px) {
    .fs-p-card1 {
      display: block;
    }
}

.fs-p-card4 {
    display: none;
}

@media screen and (min-width: 967px) {
    .fs-p-card4 {
        display: block;
    }
}

.fs-p-card3 {
    display: block;
}

@media screen and (min-width: 967px) {
    .fs-p-card3 {
        display: none;
    }
}

.fs-p-card1 {
    background: rgba(126, 126, 126, 0.08);
    border: 1px solid #999999;
    margin: 8px 0;
    padding: 12px;
}

.fs-p-card2 {
    background: rgba(126, 126, 126, 0.08);
    border: 1px solid #999999;
    margin: 8px 0;
    padding: 12px;
}

.fs-p-card3 {
    background: rgba(126, 126, 126, 0.08);
    border: 1px solid #999999;
    margin: 8px 0;
    padding: 12px;
}

.fs-p-card4 {
    background: rgba(126, 126, 126, 0.08);
    border: 1px solid #999999;
    margin: 8px 0;
    padding: 12px;
}

.test {
    width: 432px;
    border-bottom: solid 1px gray;
}

.fs-p-drawer__rank {
    background: #f7f7f7;
}

.fs-p-drawer__rank {
    border: 1px solid #AA965C;
    border-radius: 20px;
    color: #3c3c3c;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    text-decoration: none;
}

.fs-p-drawer__loginLogout__logout, .fs-p-drawer__loginLogout__login {
    border: 1px solid #AA965C;
    border-radius: 20px;
    color: #3c3c3c;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    text-decoration: none;
}

.menulogo {
    position: absolute;
    top: 12px;
    width: 180px;
    left: 50%;
    margin-left: -90px;
}

@media screen and (min-width: 768px) {
    .menulogo {
        left: 50%;
        margin-left: -100px;
        top: 24px;
        width: 200px;
    }
}

.menulogo-text {
    letter-spacing: 2px;
    margin-top: 0;
    font-size: 12px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .menulogo-text {
        font-size: 14px;
        text-align: left;
    }
}

.fs-l-header__utility-nav {
    display: none;
}

@media screen and (min-width: 768px) {
    .fs-l-header__utility-nav {
      display: block;
      margin-top: 16px;
    }
}

.fs-preview-header {
    display: none;
}

.gnav-wrapper {
    display: none;
}

@media screen and (min-width: 1200px) {
    .gnav-wrapper {
        display: flex;
    }
}

.iframe-responsive iframe {
    max-width: 1200px;
    width: 100%;
}

@media screen and (max-width: 560px) {
    .iframe-responsive {
        position: relative;
        width: 100%;
        padding: calc(315 / 560 * 100%) 0 0;
    }
    .iframe-responsive iframe {
        width: 100%;
    }
}

.fs-p-dateList {
    margin: 0;
    max-height: 300px;
    overflow: auto;
}

.fs-p-dateList>li {
    border: none;
    border-width: 1px 0 0 0;
    padding: 8px 0 0;
}

.fs-pt-list__link .contents-table {
    margin-top: 8px;
}

#roop {
    width: 100%;
    height: 250px;
    background: url(https://toki1111.itembox.design/item/dsBufferspeed.jpg?t=20231010115742) repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 40s linear infinite;
    animation: bgroop 40s linear infinite;
}

@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1956px 0;
  }
}

@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1956px 0;
  }
}

.fs-p-headerUtilityMenu__list a::before {
    border: none;
}

ul {
  list-style: none;
}

.header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(30, 30, 80, .3);
  left: 0;
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 24;
}

.gnav-wrapper {
  background-color: #fff;
  position: relative;
align-items: center;
max-width: 1200px;
    margin: 0 auto;
}

.gnav-wrapper-block {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.gnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  margin: 0;
  height: 70px;
width: 100%;
  max-width: 860px;
}

.gnav>li {
  text-align: center;
}

.gnav>li>a {
  padding: 0 30px;
font-size: 18px;
}

.gnav>li:hover {
  background: #ffffff;
  cursor: pointer;
}

.gnav>li:hover>a {
  color: #c1ac30;
}

.gnav li:hover+li span {
  border-left-color: transparent;
}

.gnav a {
  display: block;
  color: #3c3c3c;
  padding: 12px 0;
}

.gnav a:hover {
  text-decoration: none;
  color: #c1ac30;
}

.gnav a span {
  font-size: 13px;
    display: block;
}

.gnav>li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 30px;
}

.megamenu {
  background: #fff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 71px;
  left: 0;
  transition: all .2s ease-in;
  z-index: 999;
  padding: 0 30px;
}

.megamenu-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
}

.megamenu-inner li {
  width: calc( (100% / 4));
  padding: 0;
}

.megamenu-inner a {
  border-left: none;
  color: #3c3c3c;
}

.megamenu-inner-img {
  margin: 0 0 10px;
}

.megamenu-inner-text img {
  margin: 0 5px 0 0;
}

.has-menu>a {
  position: relative;
}

.has-menu>a:after {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e937';
  display: block;
  font-size: 1.6rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 8px;
}

.mediabanner {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .mediabanner {
    margin-right: 10px;
  }
}

.fs-l-header__contents {
  position: relative;
}

@media screen and (min-width: 768px) {
  .fs-l-header__leftContainer {
    align-self: start;
  }
}

.fs-p-phoneOrder__wrapper {
  display: block;
}

@media screen and (min-width: 1200px) {
  .fs-p-phoneOrder__wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.fs-p-searchForm__header {
  margin-right: 8px;
}


.gnav-wrapper .fs-p-searchForm {
    width: 250px;
    margin-left: auto;
}

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

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


/* トップページ 画像サイズ */

@media screen and (min-width: 1400px) {
  .fs-body-top .fs-c-productListCarousel__list__item {
    flex-basis: 200px;
    max-width: 700px;
    min-width: 200px;
  }
}


/*トップページ  商品名 */

.fs-body-top .fs-c-productListCarousel__list__item .fs-c-productName__name {
  font-size: 1.2em;
}


/* トップページ 商品説明 */

.fs-body-top .fs-c-productListCarousel__list__item .fs-c-productListItem__productDescription {
  font-size: 1.2em;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 16px 0 0 32px;
max-width: 1200px;
    margin: 0 auto;
}


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

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

.fs-l-header {
  background-color: #ffffff;
  border-bottom: 1px solid ;
}

@media screen and (min-width: 960px) {
    .fs-l-header {
        padding-top: 24px;
    }
}



.fs-l-header__contents {
  max-width: 1200px;
  margin: 0 auto;

}

.top-small-banner {
    max-width: 1200px;
    display: flex;
    margin: 24px auto 0;
}

.top-small-banner__link {
    flex: 0 1 auto;
    max-width: 588px;
    width:100%;
}

.top-small-banner__link:first-child {
    margin-right: 24px;
}

.top-small-banner__link img {
    vertical-align: top;
}

.top-carousel {
  max-width: 1200px;
  margin: 24px auto 64px;
  padding: 0;
background-image: url(https://toki1111.itembox.design/item/carousel_message.jpg);
    background-repeat: no-repeat;
    background-position: top right;
background-size: calc(100% / 3);
}

.top-carousel .fs-pt-carousel {
padding-right: calc(100% / 3);
}

.top-carousel .slick-dots {
    margin-right: -50%;
}

.fs-p-heading--lv2 {
  font-size: 2.4rem;
  color: #B187AD;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 6px;
  padding-left: 16px;
}

.fs-p-heading--lv2 span {
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 8px;
  color: #3c3c3c;
}

.fs-p-heading--lv2:not(:first-child) {
  margin-top: 3em;
}

.contents-box {
  background-color: transparent;
  padding: 24px 30px;
  margin: 0;
  border: none;
}

@media screen and (min-width: 967px) {
  .contents-box {
    padding: 30px 60px 40px;
    max-width: 1200px;
  }
  .contents-box+.contents-box {
    padding-top: 0;
  }

.cal-list {
    padding: 30px 0 40px;
  }
}

.contents-table {
  border-collapse: collapse;
}

.contents-table-cell {
  vertical-align: top;
}

.contents-table-cell {
  padding-right: 8px;
  padding-left: 8px;
}

.fs-body-top {
  background-color: #fff;
  /* background-color: #f6f3ec; */
}

.fs-pt-menu__link {
  font-size: 1.4rem;
}

.fs-pt-menu__link img {
  vertical-align: middle;
  margin-right: 2px;
}

.fs-p-headerUtilityMenu__list {
  margin-top: 16px;
}

.fs-p-headerUtilityMenu__list>li+li {
  margin-left: 32px;
}

.fs-p-searchForm__inputGroup {
  border: 0;
  border-bottom: 1px solid #333;
}

.fs-p-searchForm__button {
  background-color: #ffffff;
  color: #333;
}

.fs-l-header__utility-nav .fs-p-searchForm {
  width: 300px;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .fs-l-header__contents {
    display: flex;
    justify-content: space-between;
height: 80px;
  }
}

.catalog-block {
  display: flex;
  align-items: flex-end;
}

@media screen and (min-width: 967px) {
  .catalog-block {
    padding: 0 80px;
  }
}

.catalog-text {
  margin-left: 54px;
  flex: 1;
}

.catalog-text__label {
  display: inline-block;
  background-color: #B60005;
  color: #fff;
  padding: 6px 10px;
font-size: 1.6rem;
}

.catalog-text__title {
font-size: 1.7rem;
  margin-top: 16px;
}

.catalog-text__lead {
  margin-top: 16px;
}

.catalog-text__note {
font-size: 1.2rem;
}

.catalog-img {
  flex: 1;
  max-width: 380px;
}

.catalog-img img {
  vertical-align: bottom;
}

.catalog-text-banner__link {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
  color: #ffffff;
}

.catalog-text-banner__link:visited {
  color: #ffffff;
}

.catalog-text-banner__link:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: .7;
}

.button-purple {
  color: #ffffff;
  background-color: #B187AD;
}

.button-green {
  color: #ffffff;
  background-color: #90BFA5;
}

.button-yellow {
  color: #ffffff;
  background-color: #C1AC30;
}

.shop-label {
  display: inline-block;
  padding: 8px 20px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: normal;
}

.shop-label__note {
  margin-left: 16px;
}

.shop-text {
  font-size: 1.6rem;
}

.shop-text-table__cell {
vertical-align: middle;
}

.shop-text-table {
  margin-top: 16px;
}

@media screen and (min-width: 967px) {
  .shop-text-table {
    margin-top: 0;
    margin-left: 24px;
  }
}

.shop-note {
  text-align: right;
  margin-top: 30px;
}

.shop-img {
  text-align: center;
}

.news-table {
  border-spacing: 0;
  width: 100%;
}

.news-table th {
  vertical-align: top;
}

.fs-pt-list__link {
  color: #728496;
}

.fs-p-dateList>li time:first-child {
  background: transparent;
  color: inherit;
}

.drawer-item__image {
  vertical-align: middle;
  margin-right: 8px;
}

.drawer-item__link {
  display: block;
  padding: 6px 10px;
  font-size: 16px;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  border: none;
}

.drawer-item__link:visited {
  color: #666;
}

.drawer-heading {
  text-align: center;
  font-size: 18px;
  color: #AA965C;
  border-bottom: 1px solid #AA965C;
  padding: 8px;
  margin-bottom: 8px;
}

.drawer-block {
  margin-top: 24px;
}

.fs-p-searchForm.drawer-search {
  margin-top: 24px;
}

.fs-c-slick .slick-dots {
margin-top: 24px;
}

.fs-c-slick .slick-dots li {
  height: 14px;
  width: 14px;
  margin: 3px 12px;
}

.fs-c-slick .slick-dots li button {
  height: 14px;
  width: 14px;
}

.fs-c-slick .slick-dots li button:before {
  content: '';
  background-color: #aaa;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 14px;
}

.fs-c-slick .slick-dots li.slick-active button:before {
  background-color: #C1AC30;
  opacity: 1;
}

.top-feature .slick-slide {
  padding-right: 8px;
  padding-left: 8px;
}

a.button-more {
  display: block;
  width: 300px;
  padding: 12px 0;
  text-align: center;
  border: 1px solid #90BFA5;
  color: #90BFA5;
  font-size: 1.6rem;
  margin: 0 auto;
}

a.button-more:visited {
  color: #90BFA5;
}

a.button-more:hover {
  background-color: rgba(255, 255, 255, .4);
  text-decoration: none;
}

@media screen and (min-width: 967px) {
  .box-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
}

.box-item {
  background-color: #ffffff;
  border: 1px solid #ccc;
  margin-bottom: 24px;
}

@media screen and (min-width: 967px) {
  .box-item {
    flex: 0 1 auto;
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }
}

.box-item__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0 24px;
  font-size: 1.8rem;
}

.box-item__heading img {
  width: 24px;
  margin-right: 16px;
}

.box-item__text {
  text-align: center;
  padding-bottom: 32px;
}

p.announce-text {
  text-align: center;
  font-size: 1.6rem;
  margin: 24px 0 48px;
}

.inquiry-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inquiry-box__item:first-child {
  margin-right: 48px;
}

.inquiry-box__item img {
  max-height: 60px;
}

.fs-l-product2 .fs-l-productLayout {
    display: flex;
}
.fs-l-productLayout__item.fs-l-productLayout__item--1 {
flex: 1 1 auto;
width: calc(60% - 16px);
padding-right: 16px;
}

.fs-l-productLayout__item.fs-l-productLayout__item--2 {
    flex: 1 1 auto;
    width: calc(40% - 16px);
}
.fs-c-productCarouselMainImage__thumbnailList {
flex-wrap: wrap;
overflow-x: visible;
}

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

.ranking-column {
    display: flex;
}
.ranking-wrap .fs-pt-column__item {
padding: 0;
    padding-right: 20px;
    display: block;
}
.ranking-column--bottom .fs-pt-column__item:last-child {
    padding-right: 0;
}

.hot-items {
    display: flex;
align-items: stretch;
margin-bottom: 40px;
}

.hot-items:last-child {
    margin-bottom: 0;
}

.hot-items .fs-pt-column__item {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-right: 24px;
    width: calc(100% / 4 - 18px);
background-color: #fff;
border: 1px solid #eee;
color: #3c3c3c;
flex: 0 0 auto;
}

.hot-items .fs-pt-column__item:hover {
color: #3c3c3c;
text-decoration: none;
}

.hot-items .fs-pt-column__item:last-child {
    margin-right: 0;
}
.hot-items .fs-pt-column__heading {
    font-size: 1.6rem;
    font-weight: normal;
padding: 6px 8px 0;
letter-spacing: -1px;
margin-top: 0;
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hot-items .fs-pt-column__description {
    text-align: right;
    font-size: 1.2rem;
margin-top: auto;
padding: 4px 8px 8px;
}
.hot-items .fs-pt-column__description span {

    font-size: 2rem;
}
.hot-items .fs-pt-column__image {
    display: block;
min-height: 0%;
}

@media screen and (min-width: 960px) {
.fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
    display: flex;
    flex-direction: row-reverse;
}
.fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
    width: 250px;
}
.fs-body-my-orders .fs-c-history__listContainer, .fs-body-my-storeOrders .fs-c-history__listContainer {
    flex: 1 1 auto;
    padding-right: 24px;
}

.fs-body-cart .fs-l-cart__contentsArea {
    display: flex;
}

.fs-body-cart .fs-l-cart__mainColumn {
    flex: 1 1 auto;
    padding-right: 24px;
}
}




/**********/
/** NATE **/
/**********/

/** LOADING CSS **/

.pLoad {
  position:fixed;
  z-index: 20000;
  cursor:wait;
  overflow:hidden
}
.pLoad,
.pLoad_container {
  width:100%;
  height:100%;
  top:0;
  left:0
}
.pLoad_container {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-pack:center;
  justify-content:center;
  position:absolute;
  background-color:#ffede4
}
.pLoad_inner {
  position:relative;
  padding:3rem
}
.pLoad_inner_cover {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:#ffede4;
  transform:scaleX(0);
  transform-origin:left;
  z-index:20
}

.pLoad_copy {
  position:relative;
  max-width:350px;
}
@media(max-width:650px){
.pLoad_copy {
  position:relative;
  max-width:250px;
}
}
.pLoad_copy svg{
  width:100%;
  height:auto;
}
.pLoad_copy_line {
  position:relative;
}
.pLoad_copy_text {
  display:block;
  width:100%;
  transform:translate3d(-100.5%,0,0);
  overflow:hidden
}
.pLoad_copy_text_inner {
  width:100%;
  transform:translate3d(100.5%,0,0);
  overflow:hidden
}
.pLoad_copy_text.-back {
  opacity:.5
}
.pLoad_copy_text.-front {
  position:absolute;
  top:0;
  left:0;
  z-index:10
}
@media screen and (max-width:767px) {
  .pLoad_logo_img {
    width:184.5px;
    height:22.05px
  }
  .pLoad_copy {
    padding-bottom:0
  }
  .pLoad_copy_line {
    margin-bottom:15px
  }
  .pLoad_copy_text_i.-text01 {
    width:273.5px;
    height:35.5px
  }
  .pLoad_copy_text_i.-text02 {
    width:237.5px;
    height:35.5px
  }
}

/** FONTS **/
.bold{
  font-weight:bold;
}
.mincho{
  font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', "Hiragino Mincho ProN", 'Noto Serif JP', "Times New Roman", "YuMincho","Yu Mincho", "MS PMincho", serif!important;
}

/** CAROUSEL **/
.slick-carousel-n img{
  width:100%;
}
.slick-carousel-n .slick-dots{
  display:none!important;
}
.slick-carousel-n{
  padding:0!important!important;
  margin:0!important!important;
}
.slick-carousel-n .slick-arrow{
  background-color:black!important;
  border-radius:100%!important;
  padding:0!important;
  line-height:0!important;
  display:flex!important;
  justify-content: center!important;
  align-items:center!important;
  height:40px!important;
  width:40px!important;
}
.slick-carousel-n .slick-arrow:before{
  font-size:30px!important;
  line-height:0!important;
  display:block!important;
}
.slick-carousel-n a{
  text-decoration: none!important;
  transition:0.3s ease-in-out!important;
  display:block;
}
.slick-carousel-n a:hover{
  opacity:0.7!important;
}
.slick-carousel-n figcaption {
    padding:0!important;
    margin: 10px 0;
    color: #333;
    letter-spacing: 2px;
    font-size: 16px;
}
#ranking-contents-container{
  margin:30px 0;
}
.ranking-tab{
  display:none;
}
.ranking-tab.active{
  display:block;
}
.ranking-categories{
  display:-webkit-flex;
  display:flex;
}
.ranking-categories a{
  border:1px solid #b99295;
  color:#b99295;
  font-size:16px;
  padding:10px 20px;
  display:block;
  width:150px;
  text-align:center;
  margin-right:20px;
  transition:0.3s ease-in-out;
  text-decoration:none!important;
}
.ranking-categories a.active,.ranking-categories a:hover{
  background-color:#b99295;
  color:white;
}
.ranking-categories a:hover{
  opacity:0.6;
}
/** Search Button Fix **/
button#search-btn{
  background:none!important;
}

/** RANKING **/

#ranking-contents-container .slick-slide figure::before{
  height:100px;
  width:48px;
  content:"";
  display:block;
  position:absolute;
  top:-10px;
  left:-10px;
  background-repeat: no-repeat;
  background-size:100% auto;
  z-index:1;
  pointer-events:none;
}
.ranking-tab .slick-slide{
  padding:10px 0;
max-width:300px;
}
.osusume-slide-container .fs-pt-carousel__slide{
max-width:300px;
}
#ranking-contents-container .slick-slide[data-slick-index="0"] figure:before,#ranking-contents-container .slick-slide[data-slick-index="8"] figure:before{
    background-image: url(https://toki1111.itembox.design/item/no1.png?t=20210917164200);
}
#ranking-contents-container .slick-slide[data-slick-index="1"] figure:before,#ranking-contents-container .slick-slide[data-slick-index="9"] figure:before{
    background-image: url(https://toki1111.itembox.design/item/no2.png?t=20210917164200);
}
#ranking-contents-container .slick-slide[data-slick-index="2"] figure:before,#ranking-contents-container .slick-slide[data-slick-index="10"] figure:before{
    background-image: url(https://toki1111.itembox.design/item/no3.png?t=20210917164200);
}
#ranking-contents-container .slick-slide[data-slick-index="3"] figure:before,#ranking-contents-container .slick-slide[data-slick-index="11"] figure:before{
    background-image: url(https://toki1111.itembox.design/item/no4.png?t=20210917164200);
}
#ranking-contents-container .slick-slide[data-slick-index="4"] figure:before,#ranking-contents-container .slick-slide[data-slick-index="12"] figure:before{
    background-image: url(https://toki1111.itembox.design/item/no5.png?t=20210917164200);
}
#ranking-contents-container .slick-slide[data-slick-index="5"] figure:before,#ranking-contents-container .slick-slide[data-slick-index="13"] figure:before{
    background-image: url(https://toki1111.itembox.design/item/no6.png?t=20210917164200);
}
#ranking-contents-container .slick-slide[data-slick-index="6"] figure:before,#ranking-contents-container .slick-slide[data-slick-index="14"] figure:before{
    background-image: url(https://toki1111.itembox.design/item/no7.png?t=20210917164200);
}
#ranking-contents-container .slick-slide[data-slick-index="7"] figure:before,#ranking-contents-container .slick-slide[data-slick-index="15"] figure:before{
    background-image: url(https://toki1111.itembox.design/item/no8.png?t=20210917164200);
}

/** INSTA WRAP PADDING **/
.instagram-container{
padding-left:10px;
padding-right:10px;
}
.instagram-img-box{
  width:25%;
  margin:0;
  padding:10px;
}
.instagram-img-box a, .instagram-img-box img{
  display:block;
}
@media(max-width:650px){
.instagram-img-box{
  width:50%;
  margin:0;
  padding:5px;
}
.instagram-container{
padding-left:5px;
padding-right:5px;
}
}

/** CAROUSEL BANNER TOP PAGE **/
.banner-carousel .slick-dots button:before{
  background:#b99295!important;
}


/** RESPONSIVE CAROUSEL **/
@media(max-width:992px){
.slick-carousel-n img{
  width:100%;
  max-width:100%;
}
.ranking-cat a{
  width:auto;
  margin:0;
}
.ranking-cat{
  -webkit-flex-grow:1;
  flex-grow:1;
  margin:0;
  padding:5px;
}
.ranking-categories{
  margin-top:20px;
  padding:0 15px;
}

.slick-carousel-n figure{
  width:100%;
  max-width:280px;
  margin:auto!important;
  display:block!important;
}
}


/*** OSUSUME **/
.osusume-slide-container{
  width: 91.2%;
  margin: 0 auto;
  padding-bottom:60px;
  display: block;
  padding-top: 15px;
}
@media(max-width:768px){
  .osusume-slide-container{
    width:100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
    margin-left: 0;
    padding-bottom:40px;
    display: block;
    padding-top:30px;
  }
}

/** INSTA FEED **/
#instafeed{
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
    max-width: 980px;
    margin: 0 auto;
}
#instafeed a{
  display:block;
  width:25%;
  padding:10px;
  transition:all 0.3s ease-in-out;
}
#instafeed a:hover{
  opacity:0.6;
}
#instafeed a img{
  display:block;
}
@media(max-width:768px){
  #instafeed a{
    width:33.333333333%;
    padding:5px;
  }
}
@media(max-width:650px){
  #instafeed a{
    width:50%;
    padding:5px;
  }
}

/** GIFT LINKS **/

.gift-container a{

  text-decoration: none;
  transition:0.3s ease-in-out;
}
.gift-container a:hover{
  opacity:0.6;
}

/** SEARCH BUTTON **/
.form button img{
  display:none;
}

/** NEWS FIX **/
.news-date{
  white-space: nowrap;
}

/** ARROW FIX **/
.slick-carousel-n .slick-arrow{
margin-top:-9%
}
.slick-carousel-n figcaption{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
min-height:48px;
}


/** TEXT **/
.recommend-title h3, .news-title h3, .new-arrival-container h3, .news-container h3{
  font-size:20px;
}
.recommend-title h2, .news-title h2, .new-arrival-container h2, .news-container h2{
  font-size:60px;
}
.slick-carousel-n{
  margin-top:30px;
}
@media(max-width:768px){
  .slick-carousel-n{
    margin-top:20px;
  }
  .recommend-title h3, .news-title h3, .new-arrival-container h3, .news-container h3{
    font-size:15px;
  }
  .recommend-title h2, .news-title h2, .new-arrival-container h2, .news-container h2{
    font-size:44px;
  }
}
.magazine-wrap span.fs-pt-column__heading{
  font-size:16px!important;
}

/**** MENU FIX (PC ONLY)****/
@media(max-width:1034px){
.header-menu_y{
  height:55px;
}
}
@media(max-width:480px){
  .header-menu_y{
  height:40px;
}
}

/*** NEWS FIX ***/
.news-title{
  flex-grow:1;
  max-width:100%;
  display:block;
}
.news-date{
  min-width:120px;
}
 .news-date {
  min-width:16%!important;
  box-sizing: border-box;
}
@media(max-width:1000px){
  .news-date{
    min-width:100px!important;
  }
}

#search-close-btn::before,#hmenu-close-btn::before{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg) !important;
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 200;
  transform-origin: center center;
}
#search-close-btn::after,#hmenu-close-btn::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 200;
  transform-origin: center center;
}

/*** ARROW FIX 2 **/
.slick-carousel-n .slick-arrow {
    margin-top: 0%;
  top:calc(50% - 48px);
  transform:translateY(0%)
}


@media(min-width:768px){
  #ranking-contents-container{
  margin-top:50px;
}
}


/*** OUR STORY TITLE FIX ***/
.about-video-text h2{
  font-family: 'Tenali', serif!important;
  font-size:70px!important;
}
@media(max-width:768px){
.about-video-text h2{
font-size:44px!important;
}
}

/** OUR STORY h3 Margin Fix **/
.about-video-text h3 {
    margin-top: 0px;
}
.about-video-text h2 {
line-height:1;
}


/** INSTA BUTTON **/
.button-wrapper-n{
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top:-10px;
  margin-bottom:-20px;
  padding:0 15px;
}
a.button-n{
  border:1px solid #B99295;
  font-family: 'Tenali';
  font-size:30px;
  color:#B99295;
  display:block;
  text-decoration:none;
  text-align: center;
  width:100%;
  height:50px;
  line-height:52px;
  letter-spacing:0.05em;
  position:relative;
  padding:0 30px;
  max-width:240px;
  transition:0.3s ease-in-out;
}
a.button-n i{
  position:absolute;
  right:20px;
  transform:translateY(-50%);
  top:50%;
}
a.button-n:hover{
  opacity:0.7;
}
@media(max-width:768px){
  .button-wrapper-n{
    padding:0 15px;
    margin-top:0;
  }
  a.button-n{
    font-size:25px;
    height:40px;
    max-width:200px;
    line-height:43px;
  }
}

/** VIDEO FIX **/
.new-arrival-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.2);
    transform-origin: center;
}

/*
*
* 特集
*
*/
.content{
margin:0 auto 50px;
width: 50%;
}

.content img{
width:300px;
float: left;
}
.content-container{
    width: 100%;
padding:100px 0 50px;
}
.content-container h2{
    text-align: center;
    font-size: 60px;
    letter-spacing: 6px;
    font-family: 'Tenali';
    font-weight: 400;
    margin: 0;
}
.content-container h3{
    text-align: center;
    font-size: 20px;
    font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    font-weight: 400;
    letter-spacing: 2px;
    margin: 16px 0;
}
.content-slide-container{
  width: 91.2%;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: auto;
  padding-bottom:60px;
  display: block;
  padding-top: 15px;
}


@media screen and (max-width: 1440px){
    .content-container h2{
        font-size: 44px;
    }
    .content-container h3{
        font-size: 15px;
    }

}


@media screen and (max-width: 768px){
    .content-container h2{
        font-size: 44px;
    }
    .content-container h3{
        font-size: 15px;
        margin: 0;
    }
    .content-container{
        margin-left: 0;
        width: 100%;
    }
  .content-slide-container{
    width:100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
    margin-left: 0;
    padding-bottom:40px;
    display: block;
    padding-top:30px;
  }
}

/*
*
* 期間表示
*
*/
.fs-c-productSalesPeriod{
    border: 0!important;
    border-width: 0!important;
    line-height: 1.4!important;
    padding: 0!important;
    text-align: left;!important;
    color: red!important;
}

/*
*
* カラーアイコン
*
*/
.mark-chips{
 width: 20px;
 height: 20px;
border-radius:0;
border: solid #e7e7e7 1px;
}

/*
*
* AIレコメンド表示調整
*
*/
body#fs_MyPageTop .flywheel-recommend__frame {
    margin-bottom: 60px;
}
body#fs_ShoppingCart .flywheel-recommend__frame {
    padding: 40px 0;
}