@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
html {
	font-size: 62.5%; /* -> 10px */ 
}
body{
	width:100%;
	height: 100%;
	margin: 0 auto;
	color:#3E3A39;
	line-height:1.57;
	font-family:  "Hiragino Kaku Gothic",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 300;
}
img{
	width:100%;
}
a{
	display: block;
}
a:hover{
	opacity: .6;
	cursor: pointer;
    -webkit-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}

/*----------------------------
時限
----------------------------*/
.timerHidden{ visibility: hidden;}
.timerVisible{ visibility: visible;}



/*----------------------------
商品ページ説明table表
----------------------------*/
table.spc_tbl{
  width: 100%;
  border-collapse: collapse;
}
.spc_tbl th{
  width:20%;
  padding: 10px;
  background-color: #d1ecf3;
  font-size: 1.5rem;
  text-align: center;
  border: 5px solid #fff;
}
.spc_tbl td{
  padding: 10px;
  font-size: 1.5rem;
  background-color: #fff;
  border: 5px solid #fff;
}


/*----Header----*/
header{
  position: sticky;
  top:0;
  left:0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 1px 0  rgb(0 0 0 / 10%);
          box-shadow: 0 1px 0  rgb(0 0 0 / 10%);
  margin-bottom:40px;
}

.logo_top img{
  height:60px;
}

.regular_header .top_bar{
  background-color: #00ABE4;
  height: 10px;
}
.logo_top img{
  height:80px;
}
.head_content .store_search{
  width:360px;
  margin:auto 0;
}



/*----------------------------
フリースペース2（タイル一覧）
----------------------------*/
.block-category-list-free2{
  margin:0 0 20px 0;
}
.block-category-list-inner{
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
}
.tile_pare{
  display:flex;
  justify-content: space-between;
  margin:0 auto 40px;
}
.tile_child{
  width:calc(100%/2);
  padding:0 10px 0 0;
}
.tile_v_txt{
  font-size: 1.4rem;
  line-height: 1.8;
}
.key_pare{
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
}
#keyword_id{
  display:table;
  border:1px solid #ccc;
  border-radius: 6px;
  background: #efefef;
  color: #313131;
  transition: 0.3s ease-in-out;
  padding: 8px 10px;
  font-size: 1.6rem;
  box-sizing: border-box;
  margin: 0 3% 5% 0;
}
#keyword_id:hover {
  border: 1px solid #00abe4;
  background: #00abe4;
  color: #FFF;
  opacity: inherit;
}
.separator{
  border-bottom: 1px solid #bbb;
  margin: 30px auto;
}




/*----Footer----*/
footer{
  background:#EFEFEF;
  margin:40px 0 0 0;
}
footer .title_main{
  width:95%;
  padding-top:24px;
  margin:0 auto 24px;
}
.store_search{
  border:1px solid #3E3A39;
  border-radius: 6px;
  background:#fff;
  width:95%;
  margin:0 auto 24px;
  position: relative;
}
.store_search input[type="text"]{
  font-size: 1.4rem;
  padding:16px;
  margin:0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width:100%;
  border: 0;
}
.store_search input[type="submit"]{
  position: absolute;
  right:5%;
  background: url("image/icon_search.png") no-repeat center center;
  margin:auto;
  top: 0;
  bottom: 0;
  width:27px;
  height:27px;
  padding: 2px;
  border: 0;
}
input:-ms-input-placeholder{
	color:#eee;
	font-size:1.2rem;
}
input::-ms-input-placeholder{
	color:#eee;
	font-size:1.2rem;
}
input::placeholder,
input::-ms-input-placeholder,
input:-ms-input-placeholder{
	color:#eee;
	font-size:1.2rem;
}
.footer_wrapper{
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin:0 auto 16px;
}
.footer_wrapper.pcOnly{
  display:none;
}
.content_footer,.ham_guide li{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom:16px;
  background:#fff;
}
.content_footer a,.ham_guide li a{
  font-size: 1.6rem;
  padding:10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("image/icon_arrow_black.png")no-repeat right 10% center;
}
.content_footer span,.ham_guide li a span{
  padding:3% 0;
  border-right:2px dotted #3E3A39;
  display: inline-block;
  min-width: 80%;
}
small{
  display: block;
  background: #5BC2DC;
  font-size:1.0rem;
  font-weight: 600;
  padding:24px;
  text-align: center;
  color:#fff;
}


@media (min-width:320px) and (max-width:374px) {
	/* ----------------------- 320px以上~374px以下に適用されるCSS（SP小用） ----------------------- */
  
  
  /*footer*/
  small{
    font-size:0.8rem;
  }
}


@media (min-width:375px) and (max-width:400px) {
	/* ----------------------- 375px以上~400px以下に適用されるCSS（SP小用） ----------------------- */
}



@media screen and (min-width: 481px) {
	/* -----------------------481px以上に適用されるCSS（タブレット用）----------------------- */
  body{
    max-width: 100%;
  }
  
  
}


@media screen and (min-width: 769px){
	/*--------------------769px以上〜960px未満に適用されるCSS（PC用）-------------------- */
  
  /*footer*/
  .footer_wrapper{
    max-width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content_footer, .ham_guide li{
    -ms-flex-preferred-size: calc(100%/3.2);
        flex-basis: calc(100%/3.2);
  }
  .content_footer a, .ham_guide li a{
    font-size: 1.4rem;
    padding:20px 16px;
  }
}

/*-------------------------- 960px以上に適用されるCSS（PC用）-------------------------- */
@media screen and (min-width: 960px) {


/*----------------------------
フリースペース2（タイル一覧）
----------------------------*/
.tile_pare{
  display:flex;
  justify-content: space-between;
}
.tile_v_txt{
  font-size: 1.4rem;
  line-height: 1.8;
}





/*----page_top----*/
  .page_top {
    width: 70px;
    height: 70px;
    position:fixed;
    bottom:40px;
    right:1%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 999;
    -webkit-transition: all ease;
    -o-transition: all ease;
    transition: all ease;
  }
  .page_top a:hover{
    opacity: inherit;
  }
  .circle {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 2px solid #5BC2DC;
    border-radius: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    cursor:pointer;
  }
  .page_top span{
    border-top:3px solid #000;
    border-right:3px solid #000;
    transform:rotate(-45deg);
    display: block;
    position:absolute;
    margin: auto;
    top:8px;
    bottom:0;
    left:0;
    right:0;
    width: 20px;
    height: 20px;
    text-align: center;
    z-index: 9999;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .wave {
    background-color: #5BC2DC;
    position: absolute;
    top: 110%;
    height: 200%;
    width: 200%;
    border-radius: 38%;
    left: -50%;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-animation: wave 30s linear infinite;
            animation: wave 30s linear infinite;
  }
  @-webkit-keyframes wave {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(3600deg); transform: rotate(3600deg); }
  }
  @keyframes wave {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(3600deg); transform: rotate(3600deg); }
  }
  .circle:hover .wave,.page_top span:hover .wave{
    top: 0%;
  } 
  

  /*----footer----*/
  footer .title_main,.footer_wrapper{
    max-width: 1200px;
    width:100%;
  }
  .footer_wrapper.pcOnly{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_wrapper.spOnly{
    display: none;
  }
  .content_footer{
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .content_footer a{
    font-size: 2.0rem;
    padding: 8px 20px;
  }
  .store_search{
    max-width: 1200px;
    width: 100%;
  }
  .store_search input[type="text"]{
    background: inherit;
  }
}