@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a img {
  border: none;
}

body {
  color: #314266;
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  font-family: 'M PLUS 1p', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: small;
  flex-direction: column;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
a:link {
  color: rgba(255,255,255,1.00);
}
a:visited {
  color: rgba(255,255,255,1.00);
}
a:active {
  color: rgba(255,255,255,1.00);
}
a:hover {
  color: rgba(255,255,255,1.00);
}



.header {
  display: grid;
  gap: 5px;
  margin: 10px 16px;
  justify-content: center;
}

.border_l {
  display: grid; 
  margin: 0 30px;
  border-radius: 10px;
}
.b_img {
  text-align: center;
}

.footer {
  display: grid; 
  margin: 0px;
  justify-content: center;
}

.banner_i {
  padding: 10px;
}

.product {
  display: grid;
  margin: 10px;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.item {

  margin: 10px 5px;
  border:solid 1px #aaa;
  border-radius: 10px;
  justify-content: center;
  padding: 5px;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}
p {
  text-align: center;
  font-size: small;
}

p.x-small {
  text-align: center;
  font-size: x-small;
}

img.radius {
    border-radius: 10px;
}

img.button {
    border-radius: 10px;
    border: solid;
    border-color: rgba(255,193,226,1.00);
}

img.button:hover{
    border-radius: 10px;
	opacity:0.5;
}

img.banner:hover{
	opacity:0.5;
}

.fade {
  border-width: 0 0 1px;
  border-image: linear-gradient(
    90deg,
    hsla(0, 0%, 50%, 0),
    hsla(0, 0%, 50%, 0.5) 50%,
    hsla(0, 0%, 50%, 0) 100%) 0 0 100%;
  border-style: solid;
}


#page-top {
    position: fixed;
    z-index: 98;
    bottom: 0;

    left: 0;
    right: 0;
    margin: auto;
}

.hidden_box {
    padding: 8;
    text-align: center;
}

.hidden_box li {
    display: inline-block;
    padding: 5 5;
    text-align: center;
}

#sale_btn1 {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: .8em;
    width: 380px;
    text-decoration: none;
    color: #fff;
    background: rgba(31, 203, 255, 0.6);
    border-radius: 5px;
    transition: .4s;
    letter-spacing: 2px;
    box-shadow: 0 0 8px black;
    margin-bottom: 16px;
}


#sale_btn1:hover {
    background: rgba(41, 71, 172, 0.8);
    color: white;
}


ul,ol,li {
    list-style: none;
    margin: 0px;
    padding: 0px 0px;
    font-size: 0;
}
