/* ヘッダーバナー_アーチとおしゃれ */
      .bn_shop_parent {
        background: #014c86;
        display: flex;
      }

      .bn_shop_child {
        background: #014c86;
      }
      .bn_shop_child img{
        width: 100%;
      }
      .bn_shop_child_sp img{
        display: none;
      }

      @media screen and (max-width: 800px) {
        .bn_shop_parent {
          flex-wrap: wrap;
        }
      }

      @media screen and (max-width: 560px) {
        .bn_shop_parent {
          display: block;
        }
        .bn_shop_child_pc img{
          display: none;
        }
        .bn_shop_child_sp img{
          display: block;
        }
      }
/* カートボタン */
.cart_btn {
   font-size: 120%;
   font-weight:bold;
   width: 100%;
   padding-top: 20px;
   padding-bottom: 20px;
}
/* ヘッダーロゴ */
.fs-p-logo {
   padding-bottom: 10px;
}
.fs-p-logo img {
    max-width: 500px;
    height: auto;
}
.bn_logo_parent {
    max-width: 700px;
    display: flex;
    justify-content: center;
}
.bn_logo_parent img{
    justify-content: center;
}
.bn_logo_parent_img_left img{
    width: auto;
    max-height: 100px;
    padding-top: 15px;
}
.bn_logo_parent_img_right img{
    min-width :180px;
    height: auto;
}
.fs-p-headerUtilityMenu a{
    color: #333333;
}
.fs-p-headerNavBar {
border-bottom-width: thin;
border-bottom-width: medium;
border-bottom-width: 7px;
border-bottom-color: #333333;
border-bottom-color: #FFB2C1;
}
.fs-p-headerUtilityMenu a {
font-weight:bold;
text-decoration:none;
}
.fs-p-headerUtilityMenu a:link {
color:#333333;
}
.fs-p-headerUtilityMenu a:visited {
color:#333333;
}
.fs-p-headerUtilityMenu a:hover {
color:#333333;
text-decoration:underline;
}
.fs-p-headerUtilityMenu a:active {
color:#333333;
}
.fs-p-phoneOrder{
    padding-top: 5px;
    padding-bottom: 5px;
}
/* headerNavigation */
.fs-p-headerNavBar {
   background: #eeeeee;
}
#fs_p_headerNavigation {
   background: #eeeeee;
}
/* 最新情報 スクロール */
.saisin_list {
  overflow: auto;
  height: 320px;
  line-height:1.5;
  padding: 10px;
  border: solid thin #cccccc;
}
/* インフォメーション */
.info_p {
	margin: 10px auto;
}
/* ブランドリスト */
.side_menu_brand {
 width: 230px;
 margin: 1em auto;
 padding: 0;
 font-size: 12px;
}
@media screen and (max-width: 560px) {
  .side_menu_brand {
   width: 100%;
  }
} 
.side_menu_brand li {
 list-style: none;

}
 
.side_menu_brand li a {
 display: table;
 margin-top: 1px;
 padding: 14px 10px;
 width: 100%;
 background: #ffc5d1;
 text-decoration: none;
 text-align: left;
 vertical-align: middle;
 color: #fff;
 color: #1F3D39;
 overflow: hidden;
 transition:all .5s ease-out;
}

.side_menu_brand_kaden li a {
 background: #b3eef6;
}
.side_menu_brand_kusuri li a {
 background: #b2ffb2;
}
 
.side_menu_brand > li:first-child a {
 margin-top: 0;
}
 
.side_menu_brand li a:hover {
 background: #93DBF5;
 transition:all .5s ease-out;
}
 
.side_menu_brand li ul {
 margin: 0;
 padding: 0;
}
 
.side_menu_brand li li a {
 display: block;
 margin-top: 0;
 padding: 0 10px;
 height: 0;
 background: #fef5ee;
 color: #1F3D39;
 transition:all .5s ease-out;
}
 
.side_menu_brand > li:hover li a {
 display: table;
 margin-top: 1px;
 padding: 10px;
 width: 100%;
 height: 1em;
 transition:all .5s ease-out;
}
 
.side_menu_brand > li:hover li a:hover {
 background: #b0e0e6;
 background: #ffffff;
 font-weight: bold;
 transition:all .5s ease-out;
}

a.side_menu_m {
 pointer-events: none;
}
/* サイト告知 */
.fs-p-messageBoard {
   position: relative;
   background: #003c00;
   background: #eeeeee;
   border: solid 1px #cccccc;
   color: #333333;
}
.bn_kokuti {
   position: absolute;
   right: 10px;
   bottom: -35px;
}
.fs-p-messageBoard a{
    text-decoration: underline;
    color: #ffffff;
   color: #333333;
}
.fs-p-messageBoard a {
}
.fs-p-messageBoard a:link {
color:#ffffff;
   color: #333333;
}
.fs-p-messageBoard a:visited {
color:#ffffff;
   color: #333333;
}
.fs-p-messageBoard a:hover {
color:#ffffff;
   color: #333333;
}
.fs-p-messageBoard a:active {
color:#ffffff;
   color: #333333;
}
/* 価格表示をちょっと大きく */
/*
*/
span.fs-c-price__value {
        font-size: 120%;
        font-weight: bold;
}
/* 参考価格表示をちょっと小さく */
.fs-c-productPrice--listed {
        font-size: xx-small;
        color: #808080;
}
/* ブロック要素の横並び */
.flex{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
/* ブロック要素の中央 */
.font_center{
    text-align:center;
}
/* カテゴリ */
.cat_list {
  width: 100%;
  margin: 5px auto;
  padding : 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: start;
}
.cat_list__item {
  width: calc((100% - 40px) / 3);
  min-height: 100px;
  margin-bottom: 5px;
  margin-right: 10px;
/*  background: gray;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.cat_list__item__link {
/*  background: yellow;*/
  color: black; 
  line-height: 1.5;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.cat_list__item__link img {
  width: 30%;
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
.cat_list__item {
  width: 100%;
}
}
/* カテゴリページのスライダー */
.carousel_top .fs-pt-carousel__slide {
  margin: 0 5px;
}
/* ヘッダーカテゴリメニューアイコン */
.cate-box {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap:wrap;
}
.cate-item {
    border: 4px double #ddd;
    margin: 0.4em 0;
    padding: 0.4em;
    width: calc(100% / 6);
    max-width: 105px;
}
.cate-item a:link, .cate-item a:visited, .cate-item a:hover, .cate-item a:active {
  color: #a17d3f;
  font: bold;
}
/* list_category_txt フッターで使用 */
.cat_list_flex-container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.cat_list_flex-item {
    flex: 1; /* これが重要！ */
}
.cat_list_flex-container ul, cat_list_flex-container ol {
  color: #ffffff;
  padding: 0.5em 0 0.5em 1.5em;
  list-style: none;
}

.cat_list_flex-container ul li, .cat_list_flex-container ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}
.cat_list_flex-item a:link, .diamond a:visited, .diamond a:hover, .diamond a:active {
  color: #ffffff;
  font: bold;
}

/* トップページ カテゴリボックス */
.cat_box_flex-container {
  font-size: 0;
}
.cat_box_flex-container ul {
  padding: 0;
  width: 100%;
  height: auto;
  border-top: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
  display: flex;
  flex-wrap: wrap;         /* 折返し */
}
.cat_box_flex-container ul li {
  list-style: none;
  width: calc(100% / 4);
  height: 70px;
  border-bottom: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  align-items: center;    /* 文字を上下中央にする */
  font-size: small;
  position: relative;
}
.cat_box_flex-container ul li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}
.cat_box_flex-container ul li a:hover{
  opacity:0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: #fff;
}
.cat_box_midashi {
  width: calc(100% - 0px);
  height: 40px;
  border-top: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e4e6e9;
  color: #014c86;
  font-size: small;
  text-align:center;
  padding:8px 0;

}
@media screen and (max-width: 800px) {
   .cat_box_flex-container ul li {
   width: calc(100% / 2);
  }
}

/* 店舗リスト */
.box_diamond{
    background: #ffffff;
    color: #000000;
}
.diamond{
    counter-reset: list-counter;
    list-style: none;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
}
.diamond li{
    margin: 1.5em;    
    margin: 1em;    
}
.diamond_ li:before{
    content: counter(list-counter);
    counter-increment: list-counter;
    transform: rotate(45deg);
    text-transform: rotate(90deg);
    width: 1em;
    height: 1em;
    padding: .5em;
    margin-right: 1em;
    border: .25em solid #ccc;
    background: #000;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    
}
.diamond a:link, .diamond a:visited, .diamond a:hover, .diamond a:active {
  color: #000000;
  font: bold;
}
.diamond img {
  width: 85px;
  padding-right: 1em;
  vertical-align: middle;
}
/* 太字 */
.font_bold {
    font-weight: bold;
}
/* 小字 */
.font_size70 {
    font-size: 70%;
}
.font_size80 {
    font-size: 80%;
}
.font_size90 {
    font-size: 90%;
}
/* 大字 */
.font_size110 {
    font-size: 110%;
}
.font_size120 {
    font-size: 120%;
}
.font_size150 {
    font-size: 150%;
}
.font_size180 {
    font-size: 180%;
}
.font_size200 {
    font-size: 200%;
}
.font_size250 {
    font-size: 250%;
}
.font_size300 {
    font-size: 300%;
}
/* 白字 */
.font_white, .font_white a:link, .font_white a:visited, .font_white a:hover, .font_white a:active  {
    color: #ffffff;
}
/* 赤字 */
.font_red {
    color: #e50012;
}
/* 赤字 */
.font_rakuten_red {
    color: #bf0000;
}
/* 青字 */
.font_blue {
    color: #014c86;
}
/* 黄緑 */
.font_yellowgreen, .font_yellowgreen a:link, .font_yellowgreen a:visited, .font_yellowgreen a:hover, .font_yellowgreen a:active {
        color: #a5cc2e;
}
/* 緑字 */
.font_green {
        color: #075727;
}
/* オレンジ字 */
.font_ore {
    color: #e14a3b;
}
/* 紫字 */
.font_mura {
    color: #1c0b5a;
}
/* ピンク字 */
.font_pink {
        color: #FF7F99;
        color: #c71585;
}
/* チョークみたいな黄色字 */
.font_yellow2, .font_yellow2 a:link, .font_yellow2 a:visited, .font_yellow2 a:hover, .font_yellow2 a:active {
        color: #dce572;
}
/* チョークみたいなピンク色字 */
.font_pink2 {
        color: #d59e9c;
}
/* 下線_蛍光ペンみたいな */
.font_uline {
    background: linear-gradient(transparent  50%, #fef47a  50%);
}
/* 中線_両サイド */
.font_rlline {
	display: flex;
	align-items: center;
}
.font_rlline:before,
.font_rlline:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #000; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}
/* 中線_両サイド */
.font_rlline_w {
	display: flex;
	align-items: center;
}
.font_rlline_w:before,
.font_rlline_w:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #fff; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}
/* 背景_333 */
.bg_333 {
    background-color: #333333;
    color: #ffffff;
}
/* 背景_土曜 */
.bg_Sat {
    background-color: #00a0dd;
    color: #ffffff;
}
/* 背景_日曜・祭日 */
.bg_Sun,.bg_Holyday {
    background-color: #ff0000;
    color: #ffffff;
}
/* box */
.box_333 {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #eeeeee; 
  border: solid 1px #eeeeee;
}
.box_333 p{
  text-align:center; 
  margin: 0; 
  padding: 0; 
  color: #333333;

}
/* box2 色を変え、角を丸く */
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}
/* box17 縦と横の線が交差するデザイン */
.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
/* box お買い物の前に */
.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #008000;
    background: #468C00;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}
/* box 口コミでポイント */
.box40 {
    margin: 2em 0;
    background: #f1f1f1;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box40 .box-title {
    font-size: 1.2em;
    background: #545454;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box40 p {
    padding: 15px 20px;
    margin: 0;
}
/* お問い合わせiframe */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
/* ボタンメニュー 独自コメントリンク系 */
.p_dc_link a {
    color: #333;
}
.arrow_btn {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B;
    background: #fff;
    border-radius: 30px;
    border:1px solid #1B1B1B;
    transition: transform ease .3s;
}
.arrow_btn:hover {
    cursor: pointer;
    text-decoration: none;
}
.arrow_btn span {
    display: inline-block;
    text-decoration: none;	
    transition: transform ease .3s;
}
.arrow_btn:hover span{
    cursor: pointer;
    text-decoration: none;
    transform: translateX(6px);
}
/*ページトップへのボタン*/
#fs_p_scrollingCartButton {
  bottom: 200px;
}
#pageTop {
  position: fixed;
  bottom: 110px;
  right: 0px;
  z-index: 999;
}
#pageTop i {
  padding: 3px;
}
#pageTop a {
  display: block;
  padding: 8px 0 0 1px;
/*  border-radius: 40px;*/
  width: 65px;
  height: 65px;
/*  background-color: #014c86;*/
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*水色ボタン*/
a.btn_17 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	color: #27acd9;
	background: #e1f3f9;
	transition: 0.3s ease-in-out;
}
a.btn_17::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #27acd9;
  transition: 0.2s;
}
a.btn_17:hover {
	background: #27acd9;
	color: #fff;
}
a.btn_17:hover::before {
  top: 0;
  left: 0;
}
/* ボタン003 */
.button003 a {
    background: #c71585;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.button003 a:hover {
    background: #00001A;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}
/* ボタン004 */
.button004 a {
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.button004 a:hover {
    background: #00001A;
    color: #FFF;
}
.button004 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button004 a:hover:after {
    border-color: #FFF;
}
/*カテゴリ見出しバナー用*/
.cate_box_l {
}
.cate_box_s {
}
.cate_box_s img {
}
.cate_box_s ul  { 
  margin: 0;
  padding: 0;
} 
.cate_box_s li {
list-style: none;
}
@media screen and (min-width: 870px) {
    /*　画面サイズが870pxからはここを読み込む　*/
.cate_box_s ul  { 
  padding: 15px;
} 
.cate_box_s img {
  width:auto;
  height:120px;
}
}
/*お知らせデザイン*/
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box27-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #884444;
}
.box28 .box28-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #884444;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
/*検索ボックス*/
#k_Box-Box {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}
.k_wrap{
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  max-width: 1000px;
  background: #e50112;
  background: #FFB2C1;
}
.k_wrap i{
  font-weight: bold;
  color: #ffffff;
}

.k_Box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.k_Box-SearchInput {
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 55px;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-right: 55px;
  background: #fff;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 540px) {
  .k_Box-SearchInput {
    height: 45px;
    padding-right: 45px;
    font-size: 12px;
  }
}
.k_Box-Btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #2f2e2e;
  vertical-align: middle;
}
@media screen and (max-width: 540px) {
  .k_Box-Btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.k_Box-Btn-Icon {
  margin-left: auto;
  margin-right: auto;
  width: 19px;
  height: 19px;
}
/*トップお知らせ固定*/
#top_shop_notice {
  position: -webkit-sticky; /* Safari */  
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #003c00; 
  background: #eeeeee; 
  border: solid 1px #003c00;
  border: solid 1px #cccccc;
}
#top_shop_notice p{
  text-align:center; 
  margin: 0; 
  padding: 0; 
  color: #ffffff;
  color: #333333;
}
/*ドロワーメニュー順番*/
.fs-p-drawer {
  z-index: 1100;
}

/* 規約ページ */
.kiyaku ol,ul {
        padding-left: 25px;
}
.kiyaku_li {
/*        padding-bottom: 5px;*/
        line-height: 1.8;
}
.kiyaku_a {
        color:#0000ff;
        font-weight: bold;
}
.kiyaku_h {
        font-size: 120%;
/*        font-weight: bold;*/
}
.kiyaku_m {
        margin: 10px;
}
.kiyaku_tbl_bg {
        background-color: #f5f5f5;
}

/* 見出し用*/
.radius_gry {
	margin: 10px auto;
	padding: 5px;
        text-align: center;
/*        color: white;*/
/*        font-weight: bold;*/
        background-color: #dcdcdc;
/*        border: 1px solid #a9a9a9;  */
        border-radius: 1px;
/*        box-shadow: 2px 2px 2px 2px #ccc;*/
}
/* 見出し用*/
.radius_gry2 {
/*	margin: 20px auto;*/
	padding: 10px;
        text-align: center;
        font-size: 120%;
        background-color: #f5f5f5;
        border: 1px solid #a9a9a9;  
        border-radius: 1px;
        box-shadow: 1px 1px 1px 1px #ccc;
}
/* 見出し用*/
.radius_gry3 {
/*	margin: 20px auto;*/
	padding: 10px;
        text-align: center;
/*        color: white;*/
/*        background-color: #f5f5f5;*/
        border: 1px solid #a9a9a9;  
        border-radius: 10px;
        box-shadow: 1px 1px 1px 1px #ccc;
}
/* 見出し用 薄水色角丸*/
.radius_gry4 {
	margin: 10px auto;
	padding: 10px;
        text-align: center;
        font-weight: bold;
        background-color: #f0f8ff;
        border: 1px solid #4d4d4d;  
        border-radius: 30px 30px 30px 30px;
        box-shadow: 2px 2px 2px 2px #bbb;
}
/* 角丸 濃いグレー*//* 角丸 濃い水色*/からコピー*/
.radius_gryg {
	margin: 10px auto;
	padding: 10px;
        text-align: center;
        color: white;
        background-color: #696969;
        border: 2px solid #696969;
}

/* 角丸 水色説明用*/
.radius_mizu {
	margin: 20px auto;
	padding: 20px;
/*        text-align: center;*/
        background-color: #edf2f7;
        border: 2px solid #bce3ff;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 2px 2px 2px 2px #bbb;
}

/* 角丸 水色中白*/
.radius_mizu2 {
	margin: 20px auto;
	padding: 20px;
/*        text-align: center;*/
        background-color: #ffffff;
        border: 2px solid #bce3ff;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 2px 2px 2px 2px #bbb;
}
/* 角丸 濃い水色*/
.radius_mizu3 {
	margin: 10px auto;
	padding: 10px;
        text-align: center;
        color: white;
        background-color: #014c86;
        border: 2px solid #014c86;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 2px 2px 2px 2px #bbb;
}
/* 角丸 水色*/
.radius_mizu4 {
	margin: 10px auto;
	padding: 10px;
        text-align: center;
        color: white;
        background-color: #73cff5;
        border: 2px solid #73cff5;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 2px 2px 2px 2px #bbb;
}
/* 角丸 赤見出し用*/
.radius_aka {
	margin: 20px auto;
	padding: 20px;
        text-align: center;
/*        color: white;*/
        font-weight: bold;
/*        background-color: #b20000;*/
        border: 2px solid #b20000;  
        border-radius: 50px 50px 50px 50px;
        box-shadow: 2px 2px 2px 2px #bbb;
}
/* 角丸 グレー中白影なし*/
.radius_gray {
    margin: 20px auto;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 10px 10px 10px 10px;
    width: 95%;
}
.underline {
  position: relative;
  padding: 0 .4em .1em;
}
.underline::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #e6e6fa;
}
/* 商品でのよくあるご質問 */
.qasmkt dt {
padding: 10px 10px 10px 35px;
border-radius: 10px;
background: #EEF9FF;
text-indent: -25px;
/*font-size: 90%; */
}
.qasmkt dt:before {
content: "Q.";
color: #5B5B5B;
font-weight: bold;
margin-right: 7px;
}
.qasmkt dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
/*font-size: 80%;*/ 
}
.qasmkt dd:before {
content: "A.";
color: #FC9D9D;
font-weight: bold;
margin-right: 7px;
}
.qasmkt h2 {
padding: 5px 5px 5px 35px;
border-radius: 10px;
background: #AAD6EC;
text-indent: -25px;
/*font-size: 90%;*/ 
color: #ffffff;
}

/* インスタ一覧用*/
/* フレックスボックスの基本設定 等間隔（両端揃え）折返しあり */
[class^="flex-ig_col"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* コンテンツ下のマージン */
.flex-ig_child { margin-bottom: 10px; }

/* 各カラム毎のコンテンツと疑似要素の横幅 */
.flex-ig_col6::before,
.flex-ig_col6::after,
.flex-ig_col6 .flex-ig_child { width: calc( (100% - 50px) / 6 ); }
  
/* 最終行は両端揃えにしない */
.flex-ig_col6::before,
.flex-ig_col6::after { content: ""; }

.flex-ig_col6::before { order: 1; }

/* レスポンシブ対応 */


/* 575px以下で3列 */
@media screen and (max-width: 575px) {
  .flex-ig_col6 .flex-ig_child { width: calc( (100% - 20px) / 3 ); }
}


/* カテゴリリスト_タブ管理*/
.list_tab_area {
  width: auto;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}
.tab_class {
  width: calc(100%/6);
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}
input[name="tab_name"] {
  display: none;
}
input:checked + .tab_class {
  color: blue;
  background: #ffffff;
}
.content_class {
  display: none;
  width: 100%;
}
input:checked + .tab_class + .content_class {
  display: block;
}

/* ショップスタッフレビュー */
.oshako_img_outer {
  float: left;
  shape-outside: ellipse();
  margin: 15px;
}

/* カテゴリ独自コメント1 コラム用*/
.columbox h3 {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}

.columbox h1 {
  position: relative;
  padding: 1em;
  text-align: center;
}
.columbox h1::after {
  position: absolute;
  content: '';
  left: calc(50% - 20px);
  bottom: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid #DA5019;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

/* 価格表示用 */
/* 円マークを消す */
span.fs-c-price__currencyMark {
   display: none;
}
 
/* 円をつける */
span.fs-c-price__value:after {
   content: "円";
}

/* 送料無料表記に変更 */
/*
div.fs-c-productPostage::before {
  content: "[ 送料無料";
}
.fs-c-productPostage__label {
  display: none;
}
*/

/* スタッフレビューアイコン */
.staff-box {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap:wrap;
}
.staff-item {
    border: 4px double #ddd;
    margin: 0.4em 0;
    padding: 0.4em;
    width: calc(100% / 7);
    max-width: 120px;
}
.staff-item a:link, .staff-item a:visited, .staff-item a:hover, .staff-item a:active {
  color: #a17d3f;
  font: bold;
}
/* レスポンシブ対応 */
/* 575px以下で4列 */
@media screen and (max-width: 575px) {
  .staff-item { width: calc(100% / 4); }
}

/* youtube */
.youtube_box {
width: 100%;
aspect-ratio: 16/9;
}

/* おすすめ商品リスト画像の枠 */
.fs-c-productImage img {
border: 1px #e5e5e5 solid;
}

/* 吹き出し */
.balloon3-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #ffcc75;
  background: #70a6ff;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffcc75;
  border-right: 15px solid #70a6ff;
  z-index: 0;
}

/* コラム用　画像とテキストの横並び */

.flex_column {
  display: flex; /*横並び*/
}
.flex_column .image_column {
  width: 200px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex_column .text_column {
  width: 70%;
  margin: 0 0 0 20px;
  padding: 0;
}

/* バナーをよこに並べる auPay PLUS 流用*/
.plus-bannerbox-dai {
  text-align: center;
}
.plus-bannerbox,plus-bannerbox-dai {
  max-width: 620px;
  max-width: 100%;
  margin: 0 auto;
}
ul {
  padding-inline-start: 0px;/*←左にできる空白を消す*/
  list-style: none;/*←リストの・を消す*/
}

.plus-banner1{
  display: flex;
  justify-content:center;
  flex-wrap:wrap;
}
.plus-banner1 li {
  width: 100%;/*←画像を横に1つ並べる場合*/
  padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
  box-sizing:border-box;
}
.plus-banner1 li img {
  max-width:100%; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
  border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.plus-banner2{
  display: flex;
  flex-wrap:wrap;
}
.plus-banner2 li {
  width: calc(100%/2);/*←画像を横に2つ並べる場合*/
  padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
  box-sizing:border-box;
}
.plus-banner2 li img {
  max-width:100%; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
  border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.plus-banner3{
  display: flex;
  flex-wrap:wrap;
}
.plus-banner3 li {
  width: calc(100%/3);/*←画像を横に3つ並べる場合*/
  padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
  box-sizing:border-box;
}
.plus-banner3 li img {
  max-width:100%; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
  border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.plus-banner4{
  display: flex;
  flex-wrap:wrap;
}
.plus-banner4 li {
  width: calc(100%/4);/*←画像を横に4つ並べる場合*/
  padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
  box-sizing:border-box;
}
.plus-banner4 li img {
  max-width:100%; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
  border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

/* キャンペーン用 */
.flex_cp {
  display: flex; /*横並び*/
  align-items: center;
}
.flex_cp .image_r65 {
  width: 65%; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex_cp .text_l35 {
  width: 35%;
  margin: 0 10px 0 0;
  padding: 0;
}
.flex_cp .image_l25 {
  width: 25%; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex_cp .text_r75 {
  width: 75%;
  margin: 0 0 0 10px;
  padding: 0;
}
/* キャンペーン用 img video 空白調整 */
.img-wrap img,.img-wrap video{
    vertical-align: bottom;
}
/*画像を重ねる*/
.img_over{
  position: relative;
  display: inline-block;
}
.img_over img{
  max-width_: 100%;
  height_: auto;
}
.img_over img:nth-of-type(n+2) {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}
/* アニメーション用 */
.anim-img-center {
  text-align: center;
  display: flex;
  justify-content: center;
}
.anim-img-left {
  padding: 0 10%;
  text-align: left;
}
.anim-img-right {
  padding-right: 10%;
  text-align: right;
}
/* ふわふわさせる */
.fuwafuwa-x {
  animation: fuwafuwa-x 7.2s ease-in-out infinite alternate-reverse;
}
.fuwafuwa-y {
  animation: fuwafuwa-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes fuwafuwa-x {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(5%);
  }
}
@keyframes fuwafuwa-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/* ぷよんとさせる */
.puyon {
    animation: puyon 1.0s linear 0s infinite;
}
@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
  70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* ぽよんとさせる */
.poyon {
    animation: poyon 3.5s linear 0s infinite;
}
@keyframes poyon {
  0%   { transform: scale(0.8, 1.4) translate(0%, -100%); }
  10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
  20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
  30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
  50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* ころころさせる */
.korokoro {
    animation: korokoro 2.5s linear 0s infinite;
}
@keyframes korokoro {
  0%   { transform: translate(0%, 0%); }
  5%   { transform: translate(10%, 0%) rotate(10deg); }
  25%  { transform: translate(20%, 0%) rotate(20deg); }
  30%  { transform: translate(-10%, 0%) rotate(-10deg); }
  35%  { transform: translate(-15%, 0%) rotate(-15deg); }
  45%  { transform: translate(10%, 0%) rotate(10deg); }
  50%  { transform: translate(15%, 0%) rotate(15deg); }
  60%  { transform: translate(-5%, 0%) rotate(-5deg); }
  65%  { transform: translate(-7%, 0%) rotate(-7deg); }
  75%  { transform: translate(0%, 0%) rotate(0deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}
.yurayura {
    animation: yurayura 1.8s linear infinite;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(20deg);
  }
  50%{
      transform: rotate(-20deg);
  }
}
/* マウスオーバーでぷるるんさせる */
.pururun:hover {
    animation: pururun 1.2s linear 0.2s 1;
}

@keyframes pururun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.0, 1.0) translate(10%, 0%) skew(-10deg, 0deg); }
  60%  { transform: scale(1.0, 1.0) translate(20%, 0%) skew(-20deg, 0deg); }
  70%  { transform: scale(1.0, 1.0) translate(-15%, 0%) skew(15deg, 0deg); }
  80%  { transform: scale(1.0, 1.0) translate(15%, 0%) skew(-15deg, 0deg); }
  80%  { transform: scale(1.0, 1.0) translate(5%, 0%) skew(-5deg, 0deg); }
  90%  { transform: scale(1.0, 1.0) translate(-5%, 0%) skew(5deg, 0deg); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* マウスオーバーでY軸回転させる */
.ykaiten:hover {
    transition: transform 1s;
    transform: rotateY(360deg);
}
/* アドクリーナーLP用 */
.adcleaner img {
   vertical-align:top;
}