@charset "UTF-8";

/******全体設定******/
body{ 
    margin: 0;
    font-size: 14px;
    letter-spacing: .15em;
 }
 
 body{
  font-family: "GenJyuuGothic","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

body, h1, h2, h3, h4, h5{ 
    color: #333;
  }

 hr{ 
    border-width: 1px 0px 0px 0px; /* 太さ */
    border-style: solid; /* 線種 */
    border-color: #555;   /* 線色 */
    height: 1px;         /* 高さ(※古いIE用) */
  }
 
 h1{ 
    font-size: 8px;
  }
 
 h2{ 
    font-size: 18px;
  }
 
a, a:hover{ 
  text-decoration: none;
 }
a:hover { 
  opacity: .7;
}

.target {
  content:url('https://tojaku.itembox.design/item/image/renewal/target.png'); 
  padding-left: 1em;
  padding-right: 2em;
}

.contents{ 
    width: 1200px;
    margin: auto;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .contents{ 
    width: 100%;
 }
}

.boxshadow { 
 box-sizing: border-box;
 filter: drop-shadow(4px 4px 4px #bbb);
}

.boxshadow:hover { 
    box-shadow: none;   
 }

.pc {
  display: block;
}

.sp {
  display: none;
}


/*角丸*/
.radius {
  border-radius: 10px;
}


 /******headerエリア内レイアウト設定******/
 header{ 
  height: 90px;
 }

 #logo{ 
  width: 200px;
  margin-right: 40px;
}

#headerUtility{ 
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

 #headerUtility1{ 
  display: flex;
  align-items: center;
}

/******ユーザーメッセージ*******/
header.contents > div{
  display: grid;
  grid-template-columns: 3fr 1fr;
}
  
.fs-clientInfo{
  text-align: right;
  font-size: 8px;
}

/******検索窓設定******/
 /* --- 検索全体のBOX--- */
 .searchArea{
    width          : 400px;              /* BOXの幅               */
    letter-spacing : 0.1em;              /* 文字間隔              */
    font-weight    : bold;               /* 太字                  */
    line-height    : 0;                  /* 標準の行高さ          */
  }
   
   /* --- テキスト入力欄のSTYLE設定 --- */
  .searchArea .searchText {
    display        : block;              /* ブロック化            */
    float          : left;               /* 横並び                */
    box-sizing     : border-box;         /* 枠線,余白を含んだ長さ */
    height         : 44px;               /* 入力の高さ            */
    width          : 340px;              /* 入力の幅              */
    margin         : 0;                  /* 外余白                */
    padding        : 0 15px;             /* 内余白                */
    border         : 1px solid #333;  /* 枠線      */
    border-right   : none;
    border-radius  : 15px 0 0 15px;      /* 左上下の角丸          */
    color          : #333;               /* 文字色                */
    outline        : 0;                  /* 入力の薄い枠を非表示  */
    font-size      : 16px;               /* フォントサイズ        */
  }
   
   /* --- 検索ボタン欄のSTYLE設定 --- */
  .searchArea .searchButton {
    float          : left;               /* 横並び                */
    box-sizing     : border-box;         /* 枠線,余白を含んだ長さ */
    height         : 44px;               /* 入力の高さ            */
    margin         : 0;                  /* 外余白                */
    padding        : 6px 10px;           /* 内余白                */
    border         : 1px solid #333;  /* 枠線      */
    border-left   : none;
    border-radius  : 0 15px 15px 0;      /* 右上下の角丸          */
    color          : #fff;               /* 文字色                */
    cursor         : pointer;            /* カーソル設定          */
    line-height    : 18px;               /* 1行の高さ             */
    font-size      : 18px;               /* フォントサイズ        */
    background-color: #fff;
  }
   
   /* --- 検索ボタン欄にフォーカスか来たとき --- */
  .searchArea .searchText:focus {
    background     : #cfe7ff;            /* フォーカス時の背景色  */
  }
   
   /* --- 検索ボタン内のアイコンSTYLE設定 --- */
  .searchArea .searchImg {
    display        : inline-block;       /* インラインブロック化  */
    width          : auto;               /* 幅は高さに合わせる    */
    height         : 30px;               /* 画像の高さ            */
    margin         : 0 3px 0 0;          /* 余白                  */
    vertical-align : middle;             /* 横の文字位置          */
  }
   
   /* --- IEの入力エリア右側×消し -------------------------*/
  .searchArea .searchText::-ms-clear {
    display        : none;               /* ×を消す              */
  }

@media screen and (min-width:768px) and (max-width:1024px){
 /* --- 検索全体のBOX--- */
 .searchArea{
  width          : 260px;              /* BOXの幅               */
}
 
 /* --- テキスト入力欄のSTYLE設定 --- */
.searchArea .searchText {
  height         : 30px;               /* 入力の高さ            */
  width          : 200px;              /* 入力の幅              */
  margin         : 0;                  /* 外余白                */
  padding        : 0 1em;             /* 内余白                */
  font-size      : 16px;               /* フォントサイズ        */
}
 
 /* --- 検索ボタン欄のSTYLE設定 --- */
.searchArea .searchButton {
  padding        : .1em 1em 1em;           /* 内余白                */
  height         : 30px;               /* 入力の高さ            */
  line-height    : 16px;               /* 1行の高さ             */
  font-size      : 16px;               /* フォントサイズ        */
}

 
 /* --- 検索ボタン内のアイコンSTYLE設定 --- */
.searchArea .searchImg {
  height         : 24px;               /* 画像の高さ            */
  margin         : 0;          /* 余白                  */
}

}

/******検索窓******/
#searchNav {
  width: 100%;
  margin-left: 40px;
}
#searchNav .searchBox {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  align-items: center;
  gap: 10px;
  margin-left: 5px;
}
#searchNav .searchBox > div:first-child {
  text-align: right;
}
.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.selectbox select {
  appearance: none;
  width: 100%;
  height: 35px;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: none;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
  color: #aaa;
  font-size: 1em;
  cursor: pointer;
  font-weight: bold;
}
#searchNav .searchArea {
  margin: 0;
  min-width: 200px;
  width: 100%;
  height: 35px;
}
#searchNav .searchArea .searchText {
  border-radius: 3px;
  min-width: 200px;
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  padding-left: 2.5em;
  background-image: url("https://tojaku.itembox.design/item/image/renewal/icon_search.svg");
  background-size: 1.5em;
  background-position: .5em center;
  background-repeat: no-repeat;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  vertical-align: bottom;
}

/******電話番号エリア******/
#headerUtility2, #headerUtility2 > p { 
  text-align: center;
}

.telMsg { 
  border-radius: 15px;
  background-color: #003F8A;
  color :#fff;
  font-size: 14px;
  font-weight: bold;
  padding: .2rem .8rem .2rem .8rem;
}

.telNumber { 
  margin: .2rem .4rem 0 .4rem;
  font-size: 28px;
  font-weight: bold;
  letter-spacing : -.05rem;
  line-height: 1.4rem;
 }

 .telNumber > img { 
  width: 30px;
  margin-top: 5px;
  vertical-align: baseline;
}

.attention{ 
  font-size: 12px;
  font-weight: bold;
  margin: .5em 0 0;
  display: block;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .telMsg { 
    font-size: 12px;
  }

  .telNumber { 
    margin: .5rem .4rem;
    font-size: 24px;
    font-weight: bold;
    letter-spacing : -.05rem;
    line-height: 1.6rem;
   }

   .telNumber > img { 
    width: 20px;
  }
  
}

/******グローバルナビ******/
#gnav { 
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    box-shadow:0px 10px 10px -10px #999;
    background: #fff;
 }

 .navName { 
     font-size: 14px;
  }

#gnav ul li { 
    list-style: none;
    text-align: center;
 }

 ul { 
    padding-left: 0;
    margin-left: 0;
 }

.menu {
    position: relative;
    max-width: 1200px;
    display: flex;
    height: 80px;
    margin: 15px auto 0;
}

.menu > li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1 1;
    padding-left:0;
}

.menu > li .init-bottom {
    display: block;
    color: #333;
    text-decoration: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}

 .menu_mega img{ 
    margin-top: 5px;
   }

.init-bottom span {
    display: block;
    line-height: .8rem;
}

ul.menu__second-level, ul.menu__third-level  {
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}

.menu > li:hover {
    background: #E5E5E5;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level{ 
    box-shadow:0px 10px 10px -10px #999;
 }

 .menu__second-level h3 { 
     font-size: 16px;
     font-weight: bold;
     line-height: 35px;
  }

/*グローバルナビ　商品検索中身*/
.search > li { 
    cursor: pointer;
    font-size: 16px;
 }

.search > li {
    background: #003F8A;
    height: 70px;
    margin: 0;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

.search > li:first-child { 
    border-top: 1px solid#E5E5E5;
 }

.search > li > h3 { 
    color: #fff;
 }

.search > li:hover { 
    background:  #E5E5E5;
    color: #333;
    -webkit-transition: all .4s;
    transition: all .4s;
 }

 .search > li:hover > h3 { 
    color: #333;
 }

 li.menu_mega ul.menu__second-level {
    position: absolute;
    top: 80px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: #E5E5E5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu_mega ul.search { 
    height: 210px;  
 }

li.menu_mega:hover ul.menu__second-level {
    top: 80px;
    visibility: visible;
    opacity: 1;
}

li.menu_mega ul.menu__second-level > li {
    width: 20%;
}

li.menu_mega ul.menu__third-level {
    position: absolute;
    top: 0;
    left: 20%;
    box-sizing: border-box;
    width: 80%;
    height: 210px;
    padding: 10px 2%;
    background: #E5E5E5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: default;
}

li.menu_mega:hover ul.detail{
    top: 0;
    visibility: visible;
    opacity: 1;
}

.menu_ditail:hover > ul.detail{
    top: 0;
    visibility: visible;
    opacity: 1;
}

.menu_purpose:hover > ul.purpose {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.menu_category:hover > ul.category {
    top: 0;
    visibility: visible;
    opacity: 1;
}

/******グローバルナビ　詳細検索******/

/*詳細検索ボタン*/
.menu_mega .detail_search .button{
  position: relative;
}
.menu_mega .detail_search .button > .arrow{
  position: absolute;
  top: 50%;
  right: 1rem;
}
/* 検索ボタン */
.search .searchButton {
  background-color: #003f8a;
  border: none;
  border-radius: 8px;
  width: 100px;
  height: 30px;
  align-items: center;
  margin: auto auto;
  font-size: 1em;
  text-align: center;
  color: #fff;
  position: relative;
}
.search .searchButton > img {
  position: absolute;
  right: 5px;
  bottom: 20%;
}
.search select {
  height: 40px;
  padding-left: .5em;
  padding-right: 0;
  background: url('https://tojaku.itembox.design/item/image/renewal/top/arrow_bottm.svg') 95% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: url('https://tojaku.itembox.design/item/image/renewal/top/arrow_bottm.svg') 95% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  background-size: 20px, 100%;
}

/* グローバルナビ　検索 */
.search .byColor_search{
  display: grid;
  grid-template-columns: 1fr .2fr 1fr;
  align-items: center;
  height: 50px;
  padding: 0 10px;
  font-size: 13px;
}
.search .byColor_search select {
  height: 14px;
}
.search .byColor_search > div{
  padding: 0 .5em;
}
.search .byColor_search > div.mark_search{
  padding: 0;
}
.search .byColor_search > div:nth-of-type(4){
  text-align: right;
}
.search .search_name_sub {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin: 0;
}
.search .mark_search {
  font-weight: bold;
  font-size: 3em;
  text-align: center; 
}
/* グローバルナビ　検索カテゴリー群 */
.search .search_category {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 2em 2em 2em 2em;
  font-size: 13px;
}
.search .search_category > span {
  line-height: 1em;
}

/* グローバルナビ　キーワード検索 */
.search .detail .searchArea{
  width: 100%;
  margin-top: 10px;
  display: grid;
/*  grid-template-columns: 2fr 1fr 1.5fr;*/
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  align-items: center;
}
.search .detail .searchArea .searchBtn .searchButton{
  margin: 0;
  width: 100%;
}
.search .detail .searchArea .searchBtn .searchImg{
  width: 20px!important;
  bottom: 2px;
}
.search .searchText{
  width: 100%!important;
  border-right : 1px solid #333;
  border-radius: 10px;
  height: 30px;
  font-size: 14px;
}
.search .button{
  background: #DDF0FA;
  border: 1px solid #003f8a;
  border-radius: 8px;
  color: #003f8a;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  height: 30px;
  width: 100%;
}

/******目的で探す******/
#searchPurpose { 
  margin: auto;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
 }

.purpose_button { 
  display: grid;
  grid-template-rows: auto 200px 20px;
  gap: 10px;
  width: 300px;
  text-align: center;
  font-weight: bold;
  position: relative;
  color: #333;
  vertical-align: text-bottom;
  margin: 20px 10px;
 }

.purpose_button span { 
  font-size: 23px;
  margin-right: .5em;
 }

.purpose_button div:nth-child(2) > img { 
  width: 200px;
 }

@media screen and (min-width:768px) and (max-width:1024px){
  #searchPurpose { 
    margin: auto;
    width: 750px;
    font-size: 16px;
   }

  .purpose_button { 
    width: 250px;
   }

  .purpose_button span { 
    font-size: 18px;
    margin-right: .5em;
    }
  
  .purpose_button img:nth-child(2) { 
    width: 200px;
   }
}

/*グローバルナビ　目的から探す中身*/
.purpose #searchPurpose > a { 
  display: flex;
  align-items: center;
  justify-self: flex-start;
  max-width: 260px;
  height: 80px;
  margin: .5em;
 }

.purpose #searchPurpose > a img {
  width: 80px;
  padding-right: 1em;
}

.purpose #searchPurpose > a > p { 
  text-align: left;
 }

.purpose #searchPurpose { 
  margin: auto;
  max-width: 780px;
 }

.purpose .purpose_button { 
  width: 180px;
  height: 100px;
  font-size: .8em;
 }

.purpose .purpose_button:first-child, .purpose .purpose_button:last-child { 
  width: 240px;

 }
.purpose .purpose_button span { 
  font-size: 1.2em;
 }

 /******商品一覧ボタン******/
 #productList { 
  width: 100%;
 }

#list_wrapper { 
  width: 100%;
  max-width: 950px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
 }

.listBtn { 
  border: 1px solid #aaa;
  width: 100%;
  height: 80px;
  color: #333;
  text-align: left;
  font-size: 15px;
  line-height: 1em;
  font-weight: bold;
  background: #fff;
  display: flex;
  align-items: center;
  padding: .5em;
}
.listBtn > img {
  max-width: 40px;
}
.listBtn span.arrow { 
position: absolute;
top: 50%;
right: .1em;
margin-left: 0;
}

.listBtn span.arrow::before{
width: 10px;
height: 10px;
border: 1px solid  #333;
}

.listBtn span.arrow::after{
left: 2px;
width: 5px;
height: 5px;
border-top: 1px solid  #333;
border-right: 1px solid  #333;
}

#biotope_listbtn { 
background: no-repeat left #fff;
background-size: 60px auto;
}
  
/*グローバルナビ　商品カテゴリ*/
.category #list_wrapper { 
  width: 750px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 10px;
}
.category .listBtn { 
  position: relative;
  width: 180px;
  height: 40px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}
.category .listBtn > img {
  max-width: 30px;
  max-height: 35px;
}

/*グローバルナビ　はじめての方へ中身*/
.menu_mega .guide_contents, .menu_mega .info_contents, .menu_mega .reccomend_contents{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
.menu_mega .guide_contents > li, 
.menu_mega .info_contents > li:first-of-type, 
.menu_mega .reccomend_contents > li:first-of-type {
  text-align: left!important;
  padding-left: 3em;
}
.menu_mega .guide_contents > li > a{
  font-weight: bold;
  margin: .5em auto;
}
.menu_mega .info_contents > li > a{
  font-weight: bold;
  margin: .15em auto;
}
.menu_mega .reccomend_contents > li > a {
  font-weight: bold;
  margin: .5em auto;
}
.menu_mega .info_contents > li:nth-child(2) > a,
.menu_mega .reccomend_contents > li:nth-child(2) > a{
  text-align: center;
  margin: 0;
}
.menu_mega .info_contents > li > a > img {
  width: 170px;
  border-radius: 10px;
}
.menu_mega .reccomend_contents > li > a > img {
  width: 50%;
  border-radius: 10px;
}
.menu_mega .info_contents > li > a{
  margin: .3em 0;
}
.menu_mega .info_contents > li > a  p{
  margin: 0;
  opacity: .8;
  font-size: .8em;
  text-decoration: underline dotted;
}
.menu_mega .info_contents > li:last-of-type > a:last-of-type,
.menu_mega .reccomend_contents > li:last-of-type > a:nth-last-of-type(2),
.menu_mega .reccomend_contents > li:last-of-type > a:last-of-type{
  border: none;
}
.menu_mega .reccomend_contents .youtubeBtn {
  background-color: #E51F19;
  border-radius: 5px;
  color: #fff;
  padding: .5em 1em;
  margin: 0;
  font-size: .9em;
  white-space: nowrap;
}

li.menu_mega:hover ul.guide_contents{
  top: 0;
  visibility: visible;
  opacity: 1;
}
.menu_guide:hover > ul.guide_contents{
  top: 0;
  visibility: visible;
  opacity: 1;
}
.menu_info:hover > ul.info_contents {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.menu_reccomend:hover > ul.reccomend_contents {
  top: 0;
  visibility: visible;
  opacity: 1;
}

/* グローバルナビ　文字リンク設定 */
.menu_mega .qa{
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1.5em;
  font-weight: bold;
  font-size: 1.2em;
}
.menu_mega .qa > li {
  width: 80%!important;
  white-space: nowrap;
}
.menu_mega .menu__second-level > li > a {
  border-bottom: 2px solid #003f8a;
  display: inline-block;
  padding-bottom: 0;
  padding-right: 2em;
  position: relative;
}
.menu_mega .menu__second-level > li > a > .arrow {
  position: absolute;
  right: 0em;
  bottom: 50%;
  color: #333;
}
.menu_mega .menu__second-level > li > a > .arrow::before {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
}
.menu_mega .menu__second-level > li > a > .arrow::after {
  left: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.beginner .menu__third-level > li > a {
  border-bottom: 2px solid #003f8a;
  display: inline-block;
  padding-bottom: 0;
  padding-right: 1.5em;
  position: relative;
}
.beginner .menu__third-level > li > a > .arrow {
  position: absolute;
  right: 0em;
  bottom: 50%;
  color: #333;
}
.beginner .menu__third-level > li > a > .arrow::before {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
}
.beginner .menu__third-level > li > a > .arrow::after {
  left: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
/*グローバルナビ固定*/
nav {
    transition: .3s;
  }

  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  .is-hide {
    transform: translateY(-100%);
  }

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    height: 50px;
  }

.fixed .init-bottom > img { 
  margin-top: 2px;
  height: 30px;
  width: auto;
 }

.fixed .init-bottom { 
  padding-bottom: 0;
 }

.fixed ul, .fixed li { 
  margin-top: 0;
  padding-bottom: 10px;
 }

.fixed ul.menu__second-level { 
    top: 50px !important;
 } 

.fixed .menu_mega { 
    height: 50px;
 }

/*******共通ボタン*******/
.button { 
  display: inline-block;
  background: #003F8A;
  padding: .5em 4em;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
 }

 .button > .arrow::before{
    width: 10px;
    height: 10px;
  }
  
  .button > .arrow::after{
    left: 2px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

 /******ボタンの＞******/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    margin-left: 3rem;
    z-index: 5;
  }
  
  .arrow::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    left: 7px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
 
 /******ショップガイド******/
#guideBkg {
    background: #E5E5E5;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#guideBkg > div { 
    margin-bottom: 10px;
 }

 #guideBkg > h2.title { 
    text-align: center;
 }

 h4.guide { 
    text-align: center;
    border-bottom: 2px solid #ccc;
    margin: .6em auto;
    font-size: 14px;
    font-weight: bold;
 }

 .kome { 
    color: #C1272D;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
  }

 /*WEBショップ　営業日*/
#calendar { 
    padding: 5px 30px;
    max-height: 320px;
    background: #fff;
    box-sizing: border-box;
 }

 .guideWrapper { 
     display: grid;
     grid-template-columns: 1.4fr 1fr 1fr;
     gap: 5px;
  }

  h5.guide_sub { 
      margin-bottom: .7em;
      font-size: 14px;
      font-weight: bold;
   }

  #guideBkg p { 
      margin: 0;
      font-size: .8rem;
   }

 /*ショップガイド２段目*/
 #step ul { 
     display: flex;
     align-items: center;
     justify-content: center;
  }

 #shopguide2 { 
     display: grid;
     grid-template-columns: 3fr 2fr;
  }

#step, #payment { 
  min-height: 180px;
  background: #fff;
  padding: 5px 30px;
  box-sizing: border-box;  
  text-align: center;  
 }

#step, #delivery { 
    margin-right: 5px;
 }

#payment, #shipping { 
    margin-left: 5px;
 }

 /*STEP中身*/
#step ul { 
  margin-top: .2em;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto;
 }

 .step { 
  display: block;
  width: 100px;
  margin: auto;
  font-size: 0.7rem;
  border-radius: 10px;
  background-color: #003F8A;
  color :#fff;
  font-weight: bold;
  padding: .25em .8em .25em .5em;
  letter-spacing: normal;
}

.step_arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.step_arrow::before,
.step_arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.step_arrow::before{
    left: 4px;
    box-sizing: border-box;
    width: 30px;
    height: 40px;
    border: 25px solid transparent;
    border-left: 10px solid #003F8A;
}

.step_arrow::after{
    left: -5px;
    width: 10px;
    height: 30px;
    border-left: 10px solid #003F8A;
}

#step p { 
  text-align: left;
 }

  #payment img { 
    width: 100%;
   }

/*ショップガイド3段目*/
#shopguide3 { 
    display: grid;
    grid-template-columns: 1fr 1fr;
 }
 
#delivery, #shipping { 
    max-height: 280px;
    background: #fff;
    padding: 5px 30px;
    box-sizing: border-box;  
    text-align: center;  
 }

 #shipping_image { 
     margin: 0 auto;
     display: grid;
     grid-template-columns: 2fr 1fr 2fr;
     align-items: flex-end;
     width: 200px;
  }

 #shipping_image p {
     margin: 0;
 }
#shipping .button{
  position: relative;
}
#shipping .button > .arrow{
  position: absolute;
  top: 50%;
  right: .5em;
}

 /******メルマガ・電話エリア******/
 #mailMagazin { 
  text-align: center;
  width: 100%;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #DDF0FA 50%, #DDF0FA 100%);
}
#mailMagazin > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#mailMagazin .title {
  margin: 0;
  padding-bottom: 10px;
}
#mailMagazin > div > div {
  padding: 40px;
}
#mailMagazin > div > div:first-child a > img {
  width: 60px;
  margin-top: 0;
}
#mailMagazin > div > div:first-child p:first-of-type {
  margin-top: 40px;
}
#mailMagazin > div > div:nth-child(2) .title {
  font-size: 1em;
}
#mailMagazin p {
  line-height: 2em;
}
#mailMagazin > div > div:nth-child(2) input.button {
  cursor: pointer;
  display: block;
  border: none;
  margin: 10px auto 0;
}
#mailMagazin > div > div:nth-child(2) input.button:hover {
  opacity: .7;
}

 #contact { 
  max-width: 1000px;
  width: 95%;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 30px;
  height: 100px;
}

#contact > a div img { 
  width: 50px;
 }

 .telBanner { 
  height: 100px;
  border: 1px solid #333;
  box-sizing: border-box;
  text-align: center;
  padding: 1em .5em;
  background: #fff;
}

.form { 
  height: 100px;
  background: #003F8A;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  display: grid;
  grid-template-columns: 40px auto;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
 }


 /******フッター******/
footer {
  border-top: 1px solid #aaa;
  padding: 10px;
  display: grid;
  grid-template-columns: 1.5fr 2fr 1fr;
}

footer p { 
  margin-left: .4em;
  font-size: .9em;
  letter-spacing: normal; 
}

footer > div:nth-child(3) {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sitemap { 
  font-size: .9em;
  line-height: 1.8;
  padding-bottom: 200px;
 }

.sitemap a { 
    color: #333;
 }

.sitemap ul { 
    list-style: none;
 }

.sitemap ul ul { 
    margin-left: .6em;
 }

footer #contact {
  display: none;
}



 /******コピーライト部分******/
 .fs-p-footerCopyright { 
     color: #fff;
     background-color: #003F8A;
     text-align: center;
     padding: 4px;
  }
 .fs-p-footerCopyright__text { 
     margin: 0;
     font-size: .8em;
  }

 /******追従パーツ******/
.follow_icon { 
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 10;
 }

 .icon-cart > img { 
    width: 70px;
    margin-bottom: 0;
  }

.fs-p-scrollingCartButton__button { 
  background: #E58A8C;
  border-radius: 5px;
  width: 150px;
  height: 90px;
  }

.fs-p-scrollingCartButton__label { 
  margin-top: -5px;
  color: #fff;
  font-size: 1rem;
 }

 #pagetop {
  position:fixed;
  bottom:1%;
  right:0;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  background:#003F8A;
  opacity: .8;
  z-index: 10;
  cursor: pointer;
  text-align: center;
}

#pagetop span {
  display: block;
  color:#fff;
  text-align:center;
  font-size: 12px;
}

.arrow_top {
  margin: .8em auto;
  display: block;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

#pagetop span:nth-child(2) { 
  display: block;
  margin-top: -1.5em;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .follow_icon { 
    transform: scale(.7,.7);
    transform-origin: right;
    bottom: 15%;
   }
  
   .icon-cart > img { 
    width: 50px;
    }
  
  .fs-p-scrollingCartButton__button { 
    width: 100px;
    height: 80px;
    }
  
   #pagetop {
    width: 100px;
     }
}



/******全体サイドバー共通******/
.fs-p-drawer{
  background-color: transparent;
}
.fs-l-sideArea{
  width: 250px;
}
.fs-l-sideArea img{
  width: 100%;
  margin-top: 20px;
}

/*サイドバー　メニュー*/
.side_menu{
  border: 4px solid #DDF0FA;
  margin: 20px auto;
}

.drawer__heading{
  background-color: #DDF0FA;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  line-height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  border-bottom: none;
}
.drawer__heading > img{
  width: auto;
  height: 25px;
  margin: 0;
  margin-left: .5em;
}

.side_menu ul{
  list-style-type: none;
  padding: .5em 1em;
}
.side_menu .sidebar{
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
}
.side_menu .sidebar > summary{
  position: relative;
  line-height: 24px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.side_menu .sidebar .sideBtn{
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 1em;
  border-radius: 40px;
  font-size: 24px;
  font-weight: normal;
  color: #003f8a;
}

details.sidebar .sideBtn::after{
  content: '＋';
}
details.sidebar[open] .sideBtn::after{
  content: '－';
}

.side_menu .sidebar > ul{
  list-style-type: none;
  padding: 1em 0 0 .5em;
}
.side_menu .sidebar > ul > li{
  font-size: 14px;
  line-height: 30px;
}
.side_category .sidebar > ul > li:first-of-type{
  font-weight: bold;
}

.side_search .fs-c-checkbox{
  margin-right: 0!important;
}
.side_search .fs-c-checkbox span{
  line-height: 1em;
}
.side_search .sidebar > ul > li{
  line-height: 35px;
}

/*サイド　色別・価格帯検索*/
.sidebar .byColor_search{
  display: block;
  height: auto;
  padding: 0;
  font-size: 13px;
}
.sidebar .byColor_search select {
  width: 100%;
  height: 14px;
}
.search .byColor_search > div{
  padding: 0 .5em;
}
.search .byColor_search > div.mark_search{
  padding: 0;
}
.search .byColor_search > div:nth-of-type(4){
  text-align: right;
}

.sidebar .mark_search {
  font-size: 1.5em;
}

/*サイド　検索窓・ボタン*/
.side_search .search{
  min-height: 50px;
}
.fs-l-sideArea .searchArea{
  width: 95%;
  max-width: 240px;
  margin: 0 auto;
}
.fs-l-sideArea .searchArea .searchText {
  width: 100%;
}
.side_search .search > .searchArea > div{
  text-align: center;
}
.side_search .search > .searchArea > div > button{
  float: none;
  margin-top: 15px;
}
.side_search .searchArea .searchImg {
  width: auto;
  height: 20px;
}
.side_search .search .button{
  margin-top: 15px;
  line-height: 2.5em;
  padding: 0;
  height: auto;
}

/*サイド　目的で探す*/
.side_menu .purpose{
  padding: 0;
}

/*サイド　初心者オススメ*/
.side_beginner li{
  margin-top: .5em;
}



/******下層ページ共通******/
.fs-l-pageMain{
  margin-top: 10px;
}
/*パンくずリスト*/
.fs-c-breadcrumb {
  padding-top: 10px;
  position: relative;
  width: 100%;
  font-size: 12px;
}
.fs-c-breadcrumb::before{
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 40px;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #ddf0fa;
  z-index: -10;
}
.fs-c-breadcrumb__list {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ddf0fa;
}






/*下層サイドバー　メニュー*/
.fs-p-drawer__heading{
  margin: 40px auto .5em;
  font-size: 1.5em;
  border-bottom: 1px solid #003f8a;
}
.fs-p-drawer__heading:nth-of-type(3){
  margin-top: 100px;
}
.sideMenu{
  list-style-type: none;
}
.sideMenu > li{
  font-size: 1em;
  text-decoration: underline;
  margin: 1em;
}
.fs-l-sideArea .purpose #searchPurpose > a > p {
  font-size: 11.5px;
}

/*目的別メニュー*/
.fs-l-sideArea #searchPurpose, .fs-l-sideArea .purpose #searchPurpose > a{
  max-width: 210px;
  justify-content: normal;
}
.fs-l-sideArea .purpose #searchPurpose > a{
  height: 50px;
  color: #003f8a;
}
.fs-l-sideArea .purpose #searchPurpose > a > p{
  text-align: left;
  margin: 0;
}
.fs-l-sideArea .purpose #searchPurpose > a img{
  width: 50px;
  margin: 0;
}
/*サイド　その他メニューたち*/
.sideMenu:nth-of-type(4), .sideMenu:nth-of-type(5){
  border-top: 1px solid #003f8a;
}
/*サイド　SNSエリア*/
.fs-l-sideArea #sns{
  background-color: transparent;
  max-width: 240px;
}
.fs-l-sideArea #sns > .title{
  font-size: .8em;
}
.fs-l-sideArea #sns div{
  max-width: 200px;
  gap: normal;
  justify-content: space-between;
}


/*メインエリア　見出し*/
.fs-c-heading--page {
  padding: .5em 0;
  border: none;
  position: relative;
  font-size: 1.8em;
}
.fs-c-heading--page:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 80px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003f8a;
  border-radius: 2px;
}