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

/*---------------------------
  
  1. 共通
  2. header
  3. footer
  4. side
  5. メインコンテンツ
     5.1 head-news
     5.2 KV
     5.3 パンクズ
     5.4 レイアウト
     5.5 テキスト
     5.6 波イラスト
     5.7 ページナビ
     5.8 リスト
     5.9 テーブル
     5.10 arrow
     5.11 スライダーarrow
     5.12 人気商品（トップ、商品ページ）
  6. 商品グループ画像
　　　　7. 404

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

html {
  font-size: calc(100vw / 1366 * 10);
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
.fs-l-main {
  overflow-x: hidden;
}

@media only screen and (min-width: 900px) {
    body { 
      font-size: 1.6rem 
    }
    .vertical {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
    }
    .sp-only { 
      display: none; 
    }
    a[href^="tel:"] {
      pointer-events: none;
    }
}

@media only screen and (max-width: 899px) {
    html {
      font-size: calc(100vw / 768 * 10);
    }
    .sp-only {
      display: block;
    }
    .sp-non {
      display: none;  
    }
    .pc-only { 
      display: none;
    } 
    body { 
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 599px) {
    html {
        font-size: calc(100vw / 390 * 10);
    }
    body { 
        font-size: 1.6rem;
    }
}

input,
select,
textarea, button {
  font-family: ryo-gothic-plusn, sans-serif;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #000;
  transition: 0.2s linear;
}
a:hover {
  opacity: .7;  
}
h1, h2, h3, h4, h5, a {
  line-height: 1.4;
}
p {
  line-height: 1.8;
}
.font-round {
  font-family: "m-plus-rounded-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fs-c-requiredMark::before {
  color: #c30d23;
}


/*-------------------------
  ヘッダー
-------------------------*/
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.header-inner {
  display: flex;
  align-items: center;  
  justify-content: space-between;
  margin: auto;
  max-width: 1366px;
  padding: 10px 0;
}
.logo-left {
  width: 33.33%;  
}
.logo-left img {
  vertical-align: middle;  
}
.logo-center {
  width: 33.33%;
  text-align: center;  
}
.header-menu-wrap {
  width: 33.33%;
  padding-bottom: 1rem;
}
.header-menu-wrap .top-txt,
.header-menu-wrap .top-keywords,
.header-menu-wrap .top-nav,
.header-menu-wrap .top-menu {
  display: flex;
  align-items: center;
}
.header-menu-wrap .top-txt {
  font-size: min(1rem, 12px);
  letter-spacing: .05em;
  justify-content: flex-end;
  padding-bottom: 10px;
}
.header-menu-wrap .top-txt .top-name {
  padding-right: min(2rem, 20px);  
}
.header-menu-wrap .top-keywords dt {
  color: #3d2e20;
  letter-spacing: .1em;
  line-height: 1.8;
}
.header-menu-wrap .top-keywords dt:after {
  content: "：";
  display: inline-block;  
}
.header-menu-wrap .top-keywords dd a {
  text-decoration: underline;
  color: #3d2e20;
  letter-spacing: .1em;
  line-height: 1.8;
}
.header-menu-wrap .top-keywords dd a:not(:last-child) {
  padding-right: min(1rem, 11px);
}
.header-menu-wrap .top-nav {
  position: relative;
  justify-content: flex-end;
  padding-right: min(5rem, 50px);
}
.top-menu-item .fs-clientInfo {
    display: flex;
}

.logout.my-false { display: none; }
.mypage.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

.header-menu-wrap .top-menu-item {
  padding-right: min(2rem, 20px);  
}
.header-menu-wrap .top-menu-item a {
  color: #3d2e20;
  letter-spacing: .05em;
  font-size: min(1.2rem, 13px);
  position: relative; 
}
.header-menu-wrap .top-menu-item a:before {
  content: "";
  display: block;
  margin: auto;
}
.header-menu-wrap .top-menu-item .regist a:before,
.header-menu-wrap .top-menu-item .mypage a:before {
  width: 16px;
  height: 21px;
  background: url(https://daikon5665.itembox.design/item/img/common/icon-register.svg?t=20240131173608) center / contain no-repeat;   
}
.header-menu-wrap .top-menu-item .login a:before,
.header-menu-wrap .top-menu-item .logout a:before {
  width: 17px;
  height: 22px;
  background: url(https://daikon5665.itembox.design/item/img/common/icon-login.svg?t=20240131173608) center / contain no-repeat;   
}
.header-menu-wrap .top-menu-item.guide a:before {
  width: 17px;
  height: 22px;
  background: url(https://daikon5665.itembox.design/item/img/common/icon-guide.svg?t=20240131173608) center / contain no-repeat;   
}
.header-menu-wrap .top-menu-item.cart a:before {
  width: 17px;
  height: 22px;
  background: url(https://daikon5665.itembox.design/item/img/common/icon-bag.svg?t=20240131173608) center / contain no-repeat;   
}
.header-menu-wrap .top-menu-item.cart .fs-client-cart-count {
  background: red;
  border-radius: 50%;
  width: min(2rem, 20px);
  height: min(2rem, 20px);
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  right: min(-.5rem, -5px);
  color: #fff;
  line-height: min(2rem, 20px);
}

/* search */
.header-menu-wrap .top-nav input[type="text"],
.side-nav input[type="text"] {
  font-size: min(1.2rem, 12px);
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  cursor: pointer;
}
.header-menu-wrap .top-nav input[type="text"] {
  width: 0px;  
  height: 47px;  
  background-color: transparent;
  padding: 10px 50px 10px 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  transform: translateY(-50%);
  z-index: 3;
  color: #555;
}
.side-nav input[type="text"] {
  color: #b3b3b3;  
}
.side-nav label {
  width: calc(100% - 40px);  
}
.header-menu-wrap .top-nav input[type="text"]:focus,
.side-nav input[type="text"]:focus {
  cursor: text;
}
.header-menu-wrap .top-nav input[type="text"]:focus {
  width: 251px;  
  background: #f2f2f2;
  border-radius: 10px;
  z-index: 1;
  color: #99918a;
}
.header-menu-wrap .top-nav button[type="submit"],
.side-nav button[type="submit"]{
  display: inline-block;
  background-image: url(https://daikon5665.itembox.design/item/img/common/icon-search.svg?t=20240131173608);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -10000px;
  border: none;
  opacity: 1;
  cursor: pointer;
  transition: opacity .4s ease;
}
.header-menu-wrap .top-nav button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #f2f2f2;
  border-radius: 10px;
  width: 41px;  
  height: 41px;
  transform: translateY(-50%);
  z-index: 2;
}
.side-nav button[type="submit"] {
  background-color: #fff;
  width: 40px;
}
.header-menu-wrap .top-nav button[type="submit"]:hover {
  opacity: 0.8;
}
.side-search {
  background-color: #fff;
  border: 1px solid #e2e1df;
  border-radius: 10px;
  padding: 10px 0 10px 10px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1366px) {
    .header-inner {
        padding: 1rem 2rem;
    }
}

@media only screen and (max-width: 899px) {
    .header-inner {
        padding: 2rem 3rem;
    }
    .logo-left {
        z-index: 9999;
    }
    .logo-left img {
        width: 220px;
    }
    .header-menu-wrap, .header-menu-wrap .top-txt {
        display: none;
    }
    
    /* hamburger */
    .menu-btn {
      height: 30px;
      width: 35px;
      transition: all 0.4s ease;
      position: relative;
      z-index: 999;
      line-height: 1;
      margin-right: 2rem;
    }
    .menu-btn:hover {
        opacity: 1;
    }
    .menu-btn > span {
      height: 2px;
      width: 100%;
      background-color: #7e746a;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.4s ease;
      opacity: 1;
    }
    .menu-btn > span:nth-of-type(1) {
      top: 0;
    }
    .menu-btn > span:nth-of-type(2) {
      top: 50%;
    }
    .menu-btn > span:nth-of-type(3) {
      top: 100%;
    }
    .menu-btn:hover {
      cursor: pointer;
    }
    .menu-btn--active.menu-btn > span:nth-of-type(1) {
      transform: translateX(-45%) rotate(-45deg);
      top: 50%;
    }
    .menu-btn--active.menu-btn > span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-btn--active.menu-btn > span:nth-of-type(3) {
      transform: translateX(-45%) rotate(45deg);
      top: 50%;
    }
    .menu-btn--active + .header-menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        display: block;
        z-index: 998;
        overflow-x: scroll;
        padding: 10rem 0 8rem;
    }
    .header-menu-wrap .top-nav {
        display: block;
        padding-right: 0;
    }
    .header-menu-wrap .top-nav button[type="submit"],
    .side-nav button[type="submit"]{
        background-image: url(https://daikon5665.itembox.design/item/img/common/icon-search_sp.png?t=20240131173608); 
    }
    .header-menu-wrap .top-menu {
        align-items: stretch;
        height: 16rem;
    }
    .header-menu-wrap .top-menu-item {
        width: 25%;
        padding-right: 0;
        background-color: #f2f2f2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-menu-wrap .top-menu-item:not(:last-child) {
        border-right: 3px solid #fff;
    }
    .header-menu-wrap .top-menu-item a {
        font-size: 2.4rem;
    }
    .header-menu-wrap .top-menu-item a:before {
        margin-bottom: 1rem;
    }
    .header-menu-wrap .top-menu-item .regist a:before,
    .header-menu-wrap .top-menu-item .mypage a:before {
      width: 5rem;
      height: 5.8rem; 
      background: url(https://daikon5665.itembox.design/item/img/common/icon-register_sp.png?t=20240131173608) center / contain no-repeat;
    }
    .header-menu-wrap .top-menu-item .login a:before,
    .header-menu-wrap .top-menu-item .logout a:before {
      width: 4.6rem;
      height: 5.8rem; 
      background: url(https://daikon5665.itembox.design/item/img/common/icon-login_sp.png?t=20240131173608) center / contain no-repeat;
    }
    .header-menu-wrap .top-menu-item.guide a:before {
      width: 3.6rem;
      height: 5.8rem;
      background: url(https://daikon5665.itembox.design/item/img/common/icon-guide_sp.png?t=20240131173608) center / contain no-repeat;
    }
    .header-menu-wrap .top-menu-item.cart a:before {
      width: 5rem;
      height: 5.8rem;
      background: url(https://daikon5665.itembox.design/item/img/common/icon-bag_sp.png?t=20240131173608) center / contain no-repeat;
    }
    .sp-nav {
      padding: 5rem 0 0;
    }
    .sp-menu-wrap {
      width: 72%;
      margin: 0 auto 10rem;  
    }
    .sp-menu-item:after {
      content: "";  
      background: url(https://daikon5665.itembox.design/item/img/common/border-dashed_sp.png?t=20240131173608) bottom / cover no-repeat;
      width: 100%;
      height: 4px;
      display: block;
    }
    .sp-menu-item a {
      display: block;
      padding: 3rem 0 3rem 8rem;
      position: relative;
    }
    .sp-menu-item a:before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    .sp-nav .contact-wrap {
      width: 80%;
      margin: auto;
      background-color: #e0ecc0;
      border-radius: 30px;
      text-align: center;
      padding: 2rem 6% 1rem;
    }
    .sp-nav .contact-item {
      padding: 4rem 0;  
    }
    .sp-nav .contact-item:not(:last-child) {
      border-bottom: 2px solid #b3ada6;
    }
    .sp-nav .contact-item dt {
      font-weight: 600;
      margin-bottom: 2rem;
    }
    .sp-nav .contact-item dd .contact-link {
      font-weight: 600;
    }
    .sp-nav .contact-item:not(:last-child) dd .contact-link {
      font-size: 4.4rem;  
    }
    .sp-nav .contact-item:last-child dd .contact-link {
      font-size: 3.3rem;  
    }
    .sp-nav .contact-item dd .contact-link:before {
      content: "";
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 2rem;
    }
    .sp-nav .contact-item:first-child dd .contact-link:before {
      background: url(https://daikon5665.itembox.design/item/img/common/icon-tel_sp.png?t=20240131173608) center / contain no-repeat;
      width: 4.4rem;
      height: 4.1rem;  
    }
    .sp-nav .contact-item:nth-child(2) dd .contact-link:before {
      background: url(https://daikon5665.itembox.design/item/img/common/icon-fax_sp.png?t=20240131173608) center / contain no-repeat;
      width: 4.6rem;
      height: 3.8rem;  
    }
    .sp-nav .contact-item:last-child dd .contact-link:before {
      background: url(https://daikon5665.itembox.design/item/img/common/icon-mail_sp.png?t=20240131173608) center / contain no-repeat;
      width: 5rem;
      height: 3.5rem;  
    }
    .sp-nav .contact-item .contact-txt {
      font-size: 2.4rem;  
    }
}
@media only screen and (max-width: 599px) {
    .header-inner {
        padding: 1rem 2rem;
    }
    .menu-btn {
        margin-right: 0;
    }
    .menu-btn--active + .header-menu-wrap {
        padding: 7rem 0;
    }
    .menu-btn > span {
        width: 80%;
    } 
    .menu-btn > span:nth-of-type(1) {
      top: 23%;
    }
    .menu-btn > span:nth-of-type(3) {
      top: 76%;
    }
    .header-menu-wrap .top-menu {
      height: 10rem; 
    }
    .header-menu-wrap .top-menu-item a {
      font-size: 1.4rem;
    }
    .header-menu-wrap .top-menu-item .regist a:before,
    .header-menu-wrap .top-menu-item .mypage a:before,
    .header-menu-wrap .top-menu-item.cart a:before {
      width: 3rem;
      height: 3.8rem;
    }
    .header-menu-wrap .top-menu-item .login a:before, .header-menu-wrap .top-menu-item .logout a:before {
      width: 2.6rem;
      height: 3.8rem;
    }
    .header-menu-wrap .top-menu-item.guide a:before {
      width: 2.4rem;
      height: 3.8rem;
    }
    .sp-menu-wrap {
      width: 85%;
      margin: 0 auto 5rem;
    }
    .sp-menu-item a {
      padding: 2rem 0 2rem 4rem;  
    }
    .sp-menu-item:after {
      height: 2px;
    }
    .sp-nav .contact-wrap {
      width: 90%;  
    }
    .sp-nav .contact-item:not(:last-child) dd .contact-link {
      font-size: 3rem;  
    }
    .sp-nav .contact-item:first-child dd .contact-link:before {
      width: 3.4rem;
      height: 3.1rem;  
    }
    .sp-nav .contact-item:nth-child(2) dd .contact-link:before {
      width: 3.4rem;
      height: 3.2rem;
    }
    .sp-nav .contact-item:last-child dd .contact-link {
      font-size: 2.2rem;  
    }
    .sp-nav .contact-item:last-child dd .contact-link:before {
      width: 3.6rem;
      height: 2.2rem;
    }
    .sp-nav .contact-item .contact-txt {
      font-size: 1.4rem;  
    }
}

/*-------------------------
  フッター
-------------------------*/
.footer-top {
    background: url(https://daikon5665.itembox.design/item/img/common/bg-footer.png?t=20240131173608) 0 / cover no-repeat;
    padding: min(7rem, 70px) 0;
}
.footer .inner {
    max-width: 1023px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer-logo {
    width: 25%;
    padding-top: min(2rem, 20px);
}
.footer-nav {
    width: 70%;
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
.footer-menu-item {
    width: 30%;
    display: flex;
    align-items: center;
    position: relative;
}
.footer-menu-item:after {
    content: "";
    background: url(https://daikon5665.itembox.design/item/img/common/border-dashed.png?t=20240131173608) bottom / 100% 100% no-repeat;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-menu-item a {
    display: block;
    font-size: min(1.4rem, 14px);
    padding: min(2rem, 20px) 0;
    position: relative;
    width: 100%;
}
.footer-menu-item a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: min(1rem, 10px); 
}
.footer-menu-item:nth-child(1) a:before,
.sp-menu-item:nth-child(1) a:before {
    width: min(2.8rem, 28px);
    height: min(2.8rem, 28px);
    background: url(https://daikon5665.itembox.design/item/img/common/icon-flower.svg?t=20240131173608) center / contain no-repeat;
}
.footer-menu-item:nth-child(2) a:before,
.sp-menu-item:nth-child(2) a:before {
    width: min(3rem, 30px);
    height: min(2.3rem, 23px);
    background: url(https://daikon5665.itembox.design/item/img/common/icon-info.svg?t=20240131173608) center / contain no-repeat;
}
.footer-menu-item:nth-child(3) a:before,
.sp-menu-item:nth-child(3) a:before {
    width: min(2.3rem, 23px);  
    height: min(2.3rem, 23px);
    background: url(https://daikon5665.itembox.design/item/img/common/icon-faq.svg?t=20240131173608) center / contain no-repeat;
}
.footer-menu-item:nth-child(4) a:before,
.sp-menu-item:nth-child(4) a:before {
    width: min(2.6rem, 26px);
    height: min(2.7rem, 27px);
    background: url(https://daikon5665.itembox.design/item/img/common/icon-cart.svg?t=20240131173608) center / contain no-repeat;
}
.footer-menu-item:nth-child(5) a:before,
.sp-menu-item:nth-child(5) a:before {
    width: min(2.8rem, 28px);
    height: min(2rem, 20px);
    background: url(https://daikon5665.itembox.design/item/img/common/icon-mail.svg?t=20240131173608) center / contain no-repeat;
}
.footer-menu-item:nth-child(6) a:before,
.sp-menu-item:nth-child(6) a:before {
    width: min(1.9rem, 19px);
    height: min(2.6rem, 26px);
    background: url(https://daikon5665.itembox.design/item/img/common/icon-company.svg?t=20240131173608) center / contain no-repeat;
}
.footer-menu-item .arrow-right:after {
    width: min(1.9rem, 19px);
    height: min(1.3rem, 13px);
    right: 0;
}
.footer-btm {
    background-color: #705c53;
}
.footer-btm .inner {
    align-items: center;
    padding: 0 min(11rem,110px) 0 min(4rem,40px);
}
.footer-btm-menu {
    display: flex;
    align-items: center;
}
.footer-btm-menu-item + .footer-btm-menu-item {
    padding-left: min(2rem, 20px);
    margin-left: min(2rem, 20px);
    position: relative;
}
.footer-btm-menu-item + .footer-btm-menu-item:before {
    content: "";
    width: 1px;
    height: min(1.1rem, 11px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.footer-btm-menu-item a {
    color: #fff;
    font-size: min(1.2rem, 12px);
}
.copyright {
    color: #fff;
    line-height: 50px;
    font-size: 12px;
}
@media only screen and (max-width: 899px) {
    .footer-top {
        background: url(https://daikon5665.itembox.design/item/img/common/bg-footer_sp.png?t=20240131173608) 0 / cover no-repeat;
        padding: 11rem 0 15rem;
    }
    .footer .inner,
    .footer-menu {
        flex-direction: column;
    }
    .footer-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 4rem;
    }
    .footer-logo img {
        width: 38rem;
        max-width: 80%;
    }
    .footer-nav {
        width: 56rem;
        margin: auto;
    }
    .footer-menu-item {
        width: 100%;
    }
    .footer-menu-item a {
        font-size: 2.8rem;
        padding: 3rem 0 3rem 8rem;
    }
    .footer-menu-item a:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .sp-menu-item:nth-child(1) a:before,
    .footer-menu-item:nth-child(1) a:before {
      width: 5.6rem;
      height: 5.6rem;
      left: 0;
    }
    .sp-menu-item:nth-child(2) a:before,
    .footer-menu-item:nth-child(2) a:before {
      width: 6rem;
      height: 4.6rem;
      left: 0;
    }
    .sp-menu-item:nth-child(3) a:before,
    .footer-menu-item:nth-child(3) a:before {
      width: 4.6rem;
      height: 4.6rem;
      left: .2rem;
    }
    .sp-menu-item:nth-child(4) a:before,
    .footer-menu-item:nth-child(4) a:before {
      width: 5.2rem;
      height: 5.4rem;
      left: 0;
    }
    .sp-menu-item:nth-child(5) a:before,
    .footer-menu-item:nth-child(5) a:before {
      width: 5.6rem;
      height: 4rem;
      left: 0;
    }
    .sp-menu-item:nth-child(6) a:before,
    .footer-menu-item:nth-child(6) a:before {
      width: 3.8rem;
      height: 5.2rem;
      left: 1rem;
    }
    .sp-menu-item .arrow-right:after,
    .footer-menu-item .arrow-right:after {
      width: 2.8rem;
      height: 2rem;
      right: 2rem;
    }
    .footer .footer-btm .inner {
        padding: 3rem 0;
    }
    .footer-btm-menu {
        margin-bottom: 2rem;
    }
    .footer-btm-menu-item a,
    .copyright {
        font-size: 2.4rem;
    }
}
@media only screen and (max-width: 599px) {
    .footer-top {
        padding: 7rem 0;
    }
    .footer-nav {
        width: 80%;
    }
    .footer-menu-item a {
        padding: 2rem 0 2rem 5rem;
        font-size: 1.6rem;
    }
    .sp-menu-item:nth-child(1) a:before, .footer-menu-item:nth-child(1) a:before {
        width: 2.6rem;
        height: 2.6rem;
    }
    .sp-menu-item:nth-child(2) a:before, .footer-menu-item:nth-child(2) a:before {
        width: 3rem;
        height: 2.8rem;
    }
    .sp-menu-item:nth-child(3) a:before, .footer-menu-item:nth-child(3) a:before {
        width: 2.6rem;
        height: 2.6rem;
    }
    .sp-menu-item:nth-child(4) a:before, .footer-menu-item:nth-child(4) a:before {
        width: 2.6rem;
        height: 2.4rem;
    }
    .sp-menu-item:nth-child(5) a:before, .footer-menu-item:nth-child(5) a:before {
        width: 2.6rem;
        height: 2.4rem;
    }
    .sp-menu-item:nth-child(6) a:before, .footer-menu-item:nth-child(6) a:before {
        width: 2.6rem;
        height: 2.6rem;
        left: 0;
    }
    .sp-menu-item .arrow-right:after, .footer-menu-item .arrow-right:after {
        width: 2rem;
        height: 2rem;
        right: 1rem;
    }
    .footer-btm-menu-item a, .copyright {
        font-size: 1.4rem;
    }
    .footer .footer-btm .inner {
        padding: 3rem 0 1rem;
    }
}

/* fix-linebtn */
.fix-linebtn {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.fix-linebtn a {
    display: block;
    width: min(18rem, 180px);
    margin-left: auto;
    margin-right: 2%;
}
.fix-linebtn a:hover {
    opacity: 1;
}
.fix-linebtn picture {
    position: relative;
    z-index: 2;
}
.fix-linebtn picture img {
    display: block;
    margin-bottom: -1px;
}
.fix-linebtn:after {
    content: "";
    background: url(https://daikon5665.itembox.design/item/img/common/illust-grass.png?t=20240131173608) bottom / 100% 100% no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 9.7rem;
    z-index: -1;
}
@media screen and (max-width: 899px) {
    .fix-linebtn a {
        right: 3%;
        width: 21rem;
    }
    .fix-linebtn picture img {
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .fix-linebtn picture img {
        width: 70%;
        margin-left: auto;
    }
    .fix-linebtn:after {
        height: 5rem;
    }
}

/*-------------------------
  サイドバー
-------------------------*/

.side-bar .bnr-img {
    margin-bottom: min(1rem, 10px);
}
.side-bar .bnr-img a {
    line-height: 0;
}
.side-bar .bnr-img img {
    width: 100%;
}
.side-nav {
    background: url(https://daikon5665.itembox.design/item/img/common/bg-sidenav.png?t=20240131173608) 0 / cover no-repeat;
    border-radius: 10px;
    padding: min(3rem, 30px) min(1.5rem, 15px) min(.5rem, 5px);
    margin-bottom: min(1.5rem, 15px);
}
.side-nav-ttl {
    text-align: center;
    font-size: min(1.6rem, 16px);
    font-weight: 600;
    margin-bottom: min(2.4rem, 24px);
}
.side-nav-top, .side-menu {
    margin-bottom: min(1rem, 10px);
}
.side-menu-item {
    padding-bottom: min(1rem, 10px);
    cursor: pointer;
}
.side-menu-item:not(:last-child) {
    border-bottom: 1px dashed #3d2e20;
}
.side-menu-ttl {
    font-size: min(1.4rem, 14px);
    color: #3d2e20;
    line-height: 1;
    position: relative;
    padding: min(2rem, 20px) 0 min(1rem, 10px) 0;
}
.side-menu-ttl:before {
    content: "";
    display: inline-block;
    margin-right: min(1rem, 10px);
    width: min(2.5rem, 25px);
    vertical-align: baseline;
}
.side-menu-item:nth-child(1) .side-menu-ttl:before {
    background: url(https://daikon5665.itembox.design/item/img/common/icon-crown.svg?t=20240131173608) 0 / contain no-repeat;
    height: min(1.6rem, 16px);
}
.side-menu-item:nth-child(2) .side-menu-ttl:before {
    background: url(https://daikon5665.itembox.design/item/img/common/icon-chat.svg?t=20240131173608) 0 / contain no-repeat;
    height: min(1.7rem, 17px);
}
.side-menu-item:nth-child(3) .side-menu-ttl:before {
    background: url(https://daikon5665.itembox.design/item/img/common/icon-daikon.svg?t=20240131173608) 0 / contain no-repeat;
    height: min(2rem, 20px);
}
.side-menulist {
    display: none;
    padding-left: min(3.5rem, 35px);
}
.side-menulist-item a {
    color: #99918a;
    font-size: min(1.2rem, 12px);
    line-height: 28px;
}
.side-menu-ttl:after {
    content: "+";
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: min(1rem, 10px);
    font-size: min(1.6rem, 16px);
}
.side-menu-item.selected .side-menu-ttl:after {
    content: "-";
    font-size: min(2.8rem, 28px);
}
.sidebnr-item a {
    display: block;
    background-color: #fff;
    border-radius: 6px;
    font-family: "m-plus-rounded-1p", sans-serif;
    font-size: min(1.2rem, 12px);
    line-height: 47px;
    padding: 0 0 0 min(11.5rem, 115px);
    margin-bottom: 10px;
    position: relative;
}
.sidebnr-item a:before {
    content: "";
    background: url(https://daikon5665.itembox.design/item/img/common/bg-sidebnr.png?t=20240131173608) 0 / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: min(10rem, 100px);
    height: 48px;
}
.sns-btn a {
    border-radius: 10px;
    border: 1px solid #cccccc;
    display: block;
    padding: 10px 0;
    margin-bottom: min(1.2rem, 12px);
}
.sns-btn a span {
    font-size: min(1.4rem, 14px);
    width: 12.5em;
    display: block;
    margin: auto;
}
.sns-btn a span:before {
    content: "";
    display: inline-block;
    width: min(2rem, 20px);
    margin-right: min(1.3rem, 13px);
    vertical-align: sub;
}
.sns-btn:nth-child(1) a span:before {
    background: url(https://daikon5665.itembox.design/item/img/common/icon-in.svg?t=20240131173608) 0 / contain no-repeat;
    height: min(2rem, 20px);
}
/* .sns-btn:nth-child(2) a span:before {
    background: url(https://daikon5665.itembox.design/item/img/common/icon-fb.svg?t=20240131173608) 0 / contain no-repeat;
    height: min(2rem, 20px);
}
.sns-btn:nth-child(3) a span:before {
    background: url(https://daikon5665.itembox.design/item/img/common/icon-tw.svg?t=20240131173608) 0 / contain no-repeat;
    height: min(2rem, 20px);
} */
.sns-btn:nth-child(2) a span:before {
    background: url(https://daikon5665.itembox.design/item/img/common/icon-mail-w.svg?t=20240131173608) 0 / contain no-repeat;
    height: min(2rem, 20px);
}
@media only screen and (max-width: 899px) {
    .side-bar .bnr-img {
        margin-bottom: 2.4rem;
    }
    .side-nav {
        padding: 5rem 6rem;
        margin-bottom: 3.5rem;
    }
    .side-nav-ttl {
        font-size: 3.2rem;
        margin-bottom: 4.5rem;
    }
    .side-search {
        padding: 2rem 0 2rem 2rem;
    }
    .side-nav input[type="text"] {
        font-size: 2.4rem;
    }
    .side-nav button[type="submit"] {
        width: 7rem;
        background-size: 2.8rem;
        height: 4rem;
    }
    .side-menu {
        margin-top: 2rem;
    }
    .side-menu-ttl {
        font-size: 2.8rem;
        padding: 2rem 0;
    }
    .side-menu-ttl:before {
        width: 5rem;
        margin-right: 2rem;
        vertical-align: bottom:
    }
    .side-menu-item:nth-child(1) .side-menu-ttl:before {
        height: 3.2rem;
        background: url(https://daikon5665.itembox.design/item/img/common/icon-crown_sp.png?t=20240131173608) 0 / contain no-repeat;
    }
    .side-menu-item:nth-child(2) .side-menu-ttl:before {
        height: 3.4rem;
        background: url(https://daikon5665.itembox.design/item/img/common/icon-chat_sp.png?t=20240131173608) 0 / contain no-repeat;
    }
    .side-menu-item:nth-child(3) .side-menu-ttl:before {
        height: 3.9rem;
        background: url(https://daikon5665.itembox.design/item/img/common/icon-daikon_sp.png?t=20240131173608) 0 / contain no-repeat;
    }
    .side-menu-ttl:after {
        font-size: 3.2rem;
        top: 50%;
    } 
    .side-menu-item.selected .side-menu-ttl:after {
        font-size: 6rem;
    }
    .side-menulist-item a {
        font-size: 2.4rem;
        line-height: 3;
    }
    .sidebnr-item a {
        font-size: 2.4rem;
        line-height: 90px;
        padding: 0 0 0 22rem;
        margin-bottom: 1.5rem;
        border-radius: 10px;
    }
    .sidebnr-item a:before {
        background: url(https://daikon5665.itembox.design/item/img/common/bg-sidebnr_sp.png?t=20240131173608) 0 / cover no-repeat;
        width: 20rem;
        height: 90px;
    }
    .sns-btn a {
        padding: 2rem 0;
        margin-bottom: 2.8rem;
    }
    .sns-btn a span {
        font-size: 2.8rem;
    }
    .sns-btn a span:before {
        width: 4rem;
        margin-right: 2rem;
    }
    .sns-btn:nth-child(1) a span:before {
        background: url(https://daikon5665.itembox.design/item/img/common/icon-in_sp.png?t=20240131173608) 0 / contain no-repeat;
        height: 4rem;
    }
    /* .sns-btn:nth-child(2) a span:before {
        background: url(https://daikon5665.itembox.design/item/img/common/icon-fb_sp.png?t=20240131173608) 0 / contain no-repeat;
        height: 4rem;
    }
    .sns-btn:nth-child(3) a span:before {
        background: url(https://daikon5665.itembox.design/item/img/common/icon-tw_sp.png?t=20240131173608) 0 / contain no-repeat;
        height: 3.2rem;
    } */
    .sns-btn:nth-child(2) a span:before {
        background: url(https://daikon5665.itembox.design/item/img/common/icon-mail-w_sp.png?t=20240131173608) 0 / contain no-repeat;
        height: 3.2rem;
    }
}
@media only screen and (max-width: 599px) {
    .side-nav {
        padding: 3rem;
    }
    .side-nav-ttl {
        font-size: 2.6rem;
    }
    .side-search {
        padding: 1rem 1rem 1rem 2rem;
    }
    .side-nav input[type="text"] {
        font-size: 1.6rem;
    }
    .side-nav button[type="submit"] {
        width: 4rem;
        height: 3rem;
        background-size: 2rem;
    }
    .side-menu-ttl {
        font-size: 1.6rem;
    }
    .side-menu-ttl:before {
        margin-right: 1.2rem;
        vertical-align: sub;
    }
    .side-menu-item:nth-child(1) .side-menu-ttl:before {
        height: 2.8rem;
    }
    .side-menu-item:nth-child(2) .side-menu-ttl:before {
        height: 3rem;
    }
    .side-menu-item:nth-child(3) .side-menu-ttl:before {
        height: 3.2rem;
    }
    .side-menu-item {
        padding: 2rem 0;
    }
    .side-menulist-item a {
        font-size: 1.6rem;
    }
    .sidebnr-item a {
        font-size: 1.4rem;
        line-height: 60px;
        padding: 0 0 0 13rem;
        margin-bottom: 1.5rem;
    }
    .sidebnr-item a:before {
        width: 11rem;
        height: 60px;
    }
    .sns-btn a {
        padding: 1.6rem 0;
        margin-bottom: 1.6rem;
    }
    .sns-btn a span {
        font-size: 1.6rem;
        width: 14.5em;
    }
    .sns-btn a span:before {
        margin-right: 1rem;
    }
    .sns-btn:nth-child(1) a span:before, .sns-btn:nth-child(2) a span:before {
        height: 2.4rem;
    }
    .sns-btn:nth-child(3) a span:before, .sns-btn:nth-child(4) a span:before {
        height: 2rem;
    }
}

/*-------------------------
  メインコンテンツ
-------------------------*/

/* head-news */
.head-news {
    background-color: #705c53;
    text-align: center;
    color: #fff;
}
body:not(#fs_Top) .head-news {
    height: min(2rem, 20px);
}
.head-news-txt {
    font-size: min(1.4rem, 15px);
    padding: 1rem 0;
}

/* kv */
.kv-wrap {
    height: min(35rem, 350px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.kv-txt {
    display: grid;
    place-items: center;
}

@media only screen and (max-width: 899px) {
    .kv-wrap {
        height: min(45rem, 450px);
    }
}
@media only screen and (max-width: 599px) {
    .kv-wrap {
        height: 30rem;
    }
    .kv-txt {
        max-width: 90%;
    }
}

/* breadcrumb */
.fs-c-breadcrumb {
    max-width: 1023px;
    margin: min(1rem, 10px) auto min(50rem, 50px) ;
}
.fs-c-breadcrumb__list {
    list-style: none;
}
.fs-c-breadcrumb__listItem {
    display: inline-block;
font-size: min(1.2rem, 12px);
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: "";
    width: min(1.5rem, 15px);
    height: 2px;
    background-color: #a49d97;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.fs-c-breadcrumb__listItem:first-child a {
    font-size: 0;
}
.fs-c-breadcrumb__listItem:first-child a:before {
    content: "";
    width: 12px;
    height: 11px;
    background: url(https://daikon5665.itembox.design/item/img/common/icon-house.svg?t=20240131173608) 0 / 100% no-repeat;
    display: inline-block;
    margin-right: 10px;
}

/* layout */
.col1-wrap {
    max-width: 1023px;
    margin: 0 auto min(18rem, 180px);
}
.col2-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1023px;
    margin: auto;
}
.col2-wrap .col2-main {
    width: 70%;
    margin-bottom: min(18rem, 180px);
}
.col2-wrap .side-bar {
    width: 25%;
    margin-bottom: 12rem;
}
@media only screen and (min-width: 900px) and (max-width: 1060px) {
    .fs-c-breadcrumb,
    .col2-wrap,
    .footer .inner {
        padding: 0 2%;
    }
}
@media only screen and (max-width: 899px) {
    .fs-c-breadcrumb {
        width: 92%;
        margin: 2rem auto 10rem;
    }
    .fs-c-breadcrumb__listItem {
        font-size: 1.8rem;
    }
    .fs-c-breadcrumb__listItem:first-child a:before {
        width: 2.4rem;
        height: 2.1rem;
    }
    .col2-wrap {
        flex-direction: column;
    }
    .col1-wrap, 
    .col2-wrap .col2-main {
        width: 90%;
        margin: 0 auto 16rem;
    }
    .col2-wrap .side-bar {
        width: 56rem;
        margin: 0 auto 20rem;
    }
}
@media only screen and (max-width: 599px) {
    .fs-c-breadcrumb {
        margin: 1rem auto 6rem;
    }
    .fs-c-breadcrumb__listItem,
    .fs-c-breadcrumb__listItem a {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .fs-c-breadcrumb__listItem:first-child a:before {
        width: 1.8rem;
        height: 1.4rem;
    }
    .col2-wrap .col2-main {
        margin: 0 auto 10rem;
    }
    .col2-wrap .side-bar {
        width: 80%;
        margin: 0 auto 16rem;
    }
}
/* text */
.page-ttl {
    font-family: "m-plus-rounded-1p", sans-serif;
    font-size: min(2.8rem, 28px);
    font-weight: 600;
    color: #3d2e20;
}
.page-txt {
    font-size: min(1.4rem, 14px);
    line-height: min(2.8rem, 28px);
}
.page-txt strong {
    color: #c30d23;
}

/* wave */
.page-section + .page-section {
    padding-top: min(8rem, 80px);
    position: relative;
}
.page-section + .page-section:before {
    content: "";
    background: url(https://daikon5665.itembox.design/item/img/common/illust-wave.png?t=20240131173608) 0 / 100% 100% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: min(2.1rem, 21px);
}

/* page-nav */
.page-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2%;
}
.page-menu-item {
    width: 32%;
    margin-bottom: min(1.6rem, 16px);
}
.page-menu-item a {
    background-color: #f0f0f0;
    border-radius: 10px;
    color: #3d2e20;
    display: block;
    font-size: min(1.4rem, 14px);
    padding: min(1.4rem, 14px) min(2rem, 20px);
}
.page-menu-item a:hover {
    background-color: #faed00;
}
.page-menu-item .arrow-right:after {
    width: 1.4rem;
    height: 1rem;
    right: min(2rem, 20px);
}

/* list */
.page-list-item {
    position: relative;
    padding-left: min(2rem, 20px);
}
.page-list-item:before {
    content: "";
    width: min(1rem, 10px);
    height: min(1rem, 10px);
    background-color: #faed00;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: min(.8rem, 8px);
}
.alpha-list {
    counter-reset: alpha;
}
.alpha-list-item {
    counter-increment: alpha;
    font-size: min(1.4rem, 14px);
    line-height: min(2.6rem, 26px);
    text-indent: -1em;
    padding-left: 1em;
}
.alpha-list-item:before {
    content: counter(alpha, lower-alpha) ")";
}

/* table */
.page-table th {
    background-color: #e0ecc0;
    border: 1px solid #ccc;
    padding: min(2rem, 20px);
    text-align: left;
}
.page-table td {
    border: 1px solid #ccc;
    padding: min(2rem, 20px);
}

@media only screen and (max-width: 899px) {
    .page-ttl {
        font-size: min(3.6rem, 36px);
    }
    .page-txt {
        font-size: 2.8rem;
        line-height: 5.6rem;
    }
    .page-section + .page-section {
        padding-top: 18rem;
    }
    .page-section + .page-section:before {
        background: url(https://daikon5665.itembox.design/item/img/common/illust-wave_sp.png?t=20240131173608) 0 / 100% 100% no-repeat;
        height: 3.8rem;
    }
    .page-menu {
        flex-direction: column;
    }
    .page-menu-item {
        width: 100%;
    }
    .page-menu-item a {
        font-size: 2.8rem;
        padding: 2rem 3rem;
    }
    .page-menu-item .arrow-right:after {
        width: 2.4rem;
        height: 1.7rem;
        right: 3rem;
    }
    .page-list-item {
        padding-left: 3rem;
    }
    .page-list-item + .page-list-item {
        margin-top: 3rem;
    }
    .page-list-item:before {
        width: 1.8rem;
        height: 1.8rem;
        top: 1.8rem;
    }
    .alpha-list-item {
        font-size: 2.8rem;
        line-height: 5.2rem;
    }
    .page-table th,
    .page-table td {
        display: block;
        width: 100%;
        padding: 4rem 2rem;
    }
    .page-table td {
        margin-top: -1px;
    }
}
@media only screen and (max-width: 599px) {
    .page-section + .page-section {
        padding-top: 8rem;
    }
    .page-section + .page-section:before {
        height: 2rem;
    }
    .page-ttl {
        font-size: 2.6rem;
    }
    .page-txt {
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .page-menu-item a {
        font-size: 1.4rem;
    }
    .page-menu-item .arrow-right:after {
        width: 2rem;
        right: 2rem;
    }
    .page-list-item {
        padding-left: 2rem;
    }
    .page-list-item:before {
        width: 1.4rem;
        height: 1.4rem;
        top: .8rem;
    }
    .page-table th,
    .page-table td {
        padding: 2rem;
    }
    .alpha-list-item {
        font-size: 1.6rem;
        line-height: 3rem;
    }
}

/* arrow */
.arrow-right,
.arrow-right-w {
  position: relative;  
}
.arrow-right:after,
.arrow-right-w:after {
  content: "";  
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.arrow-right:after {
  background: url(https://daikon5665.itembox.design/item/img/common/arrow-right.svg?t=20240131173608) center / contain no-repeat;  
}
.arrow-right-w:after {
  background: url(https://daikon5665.itembox.design/item/img/common/arrow-right-w.svg?t=20240131173608) center / contain no-repeat;  
}

/* slide arrow */
.top-thumbnail button,
.news-slide button,
.popular-list button {
    width: 0;
    height: 0;
    border-style: solid;   
}
.top-thumbnail .slick-prev,
.news-slide .slick-prev {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #555555;
    border-right: 0;
    left: initial;
}
.top-thumbnail .slick-prev {
    right: -25px;
}
.news-slide .slick-prev {
    right: -10px;
}
.top-thumbnail .slick-next,
.news-slide .slick-next {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #555555;
    border-left: 0;
    right: initial;
}
.top-thumbnail .slick-next {
    left: -25px;
}
.news-slide .slick-next {
    left: -10px;
}
.top-thumbnail .slick-prev:before,
.top-thumbnail .slick-next:before,
.news-slide .slick-prev:before,
.news-slide .slick-next:before,
.popular-list .slick-prev:before,
.popular-list .slick-next:before{
    content: none;
}
@media only screen and (max-width: 899px) {
    .top-thumbnail .slick-prev,
    .popular-list .slick-prev,
    .news-slide .slick-prev {
        border-top: 1.4rem solid transparent;
        border-bottom: 1.4rem solid transparent;
        border-left: 1.5rem solid #555555;
        border-right: 0;
        left: initial;
    }
    .popular-list .slick-prev {
        right: -4%;
        top: 35%;
    }
    .news-slide .slick-prev {
        right: 1.5rem;
        top: initial;
        bottom: -11.5rem;
    }
    .top-thumbnail .slick-next,
    .popular-list .slick-next,
    .news-slide .slick-next {
        border-top: 1.4rem solid transparent;
        border-bottom: 1.4rem solid transparent;
        border-right: 1.5rem solid #555555;
        border-left: 0;
        right: initial;
    }
    .popular-list .slick-next {
        left: -4%;
        top: 35%;
    }
    .news-slide .slick-next {
        left: 1.5rem;
        top: initial;
        bottom: -11.5rem;
    }
}
@media only screen and (max-width: 599px) {
    .top-thumbnail .slick-prev,
    .popular-list .slick-prev,
    .news-slide .slick-prev {
        border-top: 1rem solid transparent;
        border-bottom: 1rem solid transparent;
        border-left: 1.2rem solid #555555;
    }
    .top-thumbnail .slick-next,
    .popular-list .slick-next,
    .news-slide .slick-next {
        border-top: 1rem solid transparent;
        border-bottom: 1rem solid transparent;
        border-right: 1.2rem solid #555555;
    }
}

/* button */
.btn-top {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #3d2e20;
    border-radius: 20px;
    width: min(25rem, 250px);
    line-height: min(3.6rem, 36px);
    font-size: min(1.4rem, 14px);
    margin: auto;
}
.btn-top.arrow-right-w:after {
    width: 1.4rem;
    height: 1rem;
    right: min(1.7rem, 17px);
}
.btn-side {
    display: block;
    color: #fff;
    background-color: #705c53;
    border-radius: 20px;
    width: 100%;
    line-height: 36px;
    font-size: min(1.4rem, 14px);
    margin-bottom: min(1rem, 10px);
    padding: 0 min(2rem, 20px);
}
.btn-side.arrow-right-w:after {
    width: 1.4rem;
    height: 1rem;
    right: min(2rem, 20px);
}
.btn-page {
    display: block;
    color: #fff;
    background-color: #3d2e20;
    border-radius: 8px;
    width: min(34rem, 340px);
    line-height: min(5rem, 50px);
    font-size: min(1.4rem, 14px);
    padding: 0 min(2rem, 20px);
}
.btn-page.arrow-right-w:after {
    width: 1.4rem;
    height: 1rem;
    right: min(2rem, 20px);
}
.btn-guide {
    display: block;
    color: #3d2e20;
    background-color: #f0f0f0;
    border-radius: 8px;
    line-height: min(4rem, 40px);
    font-size: min(1.4rem, 14px);
    padding: 0 min(2rem, 20px);
}
.btn-guide.arrow-right:after {
    width: 1.4rem;
    height: 1rem;
    right: min(2rem, 20px);
}

@media only screen and (max-width: 899px) {
    .btn-top {
       line-height: 6rem; 
       width: 60%;
       border-radius: 30px;
       font-size: 2.4rem;
       text-align: left;
       padding-left: 4rem;
    }
    .btn-top.arrow-right-w:after {
        width: 2.4rem;
        height: 1.7rem;
        right: 3rem;
    }
    .btn-side {
       line-height: 7rem; 
       font-size: 2.8rem;
       border-radius: 35px;
       padding: 0 3rem;
       margin-bottom: 2.5rem;
    }
    .btn-side.arrow-right-w:after {
        width: 2.4rem;
        height: 1.7rem;
        right: 2rem;
    }
    .btn-page {
       width: 70%;
       line-height: 7rem; 
       font-size: 2.8rem;
       padding: 0 3rem;
    }
    .btn-page.arrow-right-w:after {
        width: 2.4rem;
        height: 1.7rem;
        right: 3rem;
    }
    .btn-guide {
        font-size: 2.8rem;
        padding: 0 3rem;
        line-height: 8rem;
    }
    .btn-guide.arrow-right:after {
        width: 2.4rem;
        height: 1.7rem;
        right: 3rem;
    }
}
@media only screen and (max-width: 599px) {
    .btn-top {
        font-size: 1.6rem;
        width: 70%;
        padding-left: 3rem;
    }
    .btn-top.arrow-right-w:after,
    .btn-page.arrow-right-w:after,
    .btn-guide.arrow-right:after {
        width: 2rem;
        right: 2rem;
    }
    .btn-side {
        line-height: 5rem;
        font-size: 1.6rem;
        margin-bottom: 1.8rem;
    }
    .btn-page {
        font-size: 1.6rem;
        width: 100%;
        line-height: 5rem;
    }
    .btn-guide {
        font-size: 1.6rem;
        line-height: 5rem;
    }
    .side-bar .bnr-img {
        margin-bottom: 1.6rem;
    }
}

/* popular */
#fs_Top #popular {
    margin-bottom: min(1rem, 10px);
}
.fs-body-category #popular {
    margin-bottom: min(8rem, 80px);
}
.popular-ttl {
    margin-bottom: min(3rem, 30px);
}
.popular-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25%;
}
.popular-item {
    margin-bottom: min(3rem, 30px);
    width: 19%;
}
.popular-item .item-name {
    font-size: min(1.4rem, 14px);
}
.popular-item .item-price {
    font-size: min(1.2rem, 12px);
    color: #807877;
}
@media only screen and (max-width: 899px) {
    #popular {
        margin-bottom: 8rem;
    }
    .fs-body-category #popular {
        margin: 0 4% 13rem;
    }
    .popular-ttl {
        margin-bottom: 5.5rem;
    }
    .popular-ttl img {
        width: 40rem;
    }
    .fs-body-category .popular-ttl {
        font-size: 4.4rem;
        padding-left: 7%;
    }
    .popular-list {
        width: 92%;
        margin: auto;
    }
    .popular-list .slick-slide {
        margin: 0 20px;
    }
    .popular-item img {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .popular-item .item-name {
        font-size: 2.8rem;;
    }
    .popular-item .item-price {
        font-size: 2.4rem;
    }
}
@media only screen and (max-width: 599px) {
    #fs_Top #popular {
        margin-bottom: 5rem;
    }
    .fs-body-category #popular {
        margin: 0 4% 6rem;
    }
    .popular-ttl {
        margin-bottom: 3rem;
    }
    .fs-body-category .popular-ttl {
        padding-left: 0;
        font-size: 2.6rem;
    }
    .popular-ttl img {
        width: 24rem;
    }
    .popular-list .slick-slide {
        margin: 0 1rem;
    }
    .popular-item .item-name {
        font-size: 1.8rem;
    }
    .popular-item .item-price {
        font-size: 1.6rem;
    }
}

/*-------------------------
  商品グループ画像
-------------------------*/

.kv-wrap.sale {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.food {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.drink {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.supplement {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.beauty {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.new {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.gift {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.trial {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.waterpurifier {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.dietary-education {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.sleep {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.young {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.constitution {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.pet-health {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.infant {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.growth-period {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.middle-age {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.curious-age {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.family-pet {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
.kv-wrap.select {
    background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat.png?t=20240131173608) 0 / cover no-repeat;
}
@media only screen and (max-width: 899px) {
    .kv-wrap.select {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.food {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.drink {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.supplement {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.beauty {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.new {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.gift {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.waterpurifier {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.dietary-education {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.sleep {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.young {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.constitution {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.pet-health {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.infant {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.growth-period {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.middle-age {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.curious-age {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
    .kv-wrap.family-pet {
        background: url(https://daikon5665.itembox.design/item/img/category/kv-samplecat_sp.png?t=20240131173608) 0 / cover no-repeat;
    }
}

/*-------------------------
  404
-------------------------*/
.fs-body-notfound .col2-wrap {
    margin-top: min(9rem, 90px);
}