@charset "utf-8";

body{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
background-color: #fff;
}









.is-fixed {
position: fixed;
top: 0;
/*left: 0;*/
z-index: 2;
width: 100%;
max-width: 640px;
margin: 0 auto;
}























main div{
max-width:640px;
width:100%;
margin: 0 auto;
}


.main_title {
font-size: 24px;
font-weight: bold;
}


.div_title{
background-color: #ff8c00;
padding: 8px 0px 6px 0px;
}

.div_title span{
font-size:20px;
font-weight: bold;
color:#fff;
margin-left: 20px;
}

.div_text{
padding: 8px 0px 6px 0px;
}


.div_img{
padding: 8px 0px 6px 0px;
text-align: center;
}

.div_img img{
max-width:500px;
width:100%;
height:auto;
}

.div_ec_img{
margin-bottom: 15px;
}

.div_ec_img img{
max-width:640px;
width:100%;
height:auto;
}

.div_product_name{
font-size:20px;
font-weight: bold;
padding: 8px 0px 6px 0px;
color:#ff8c00;
}

.div_product_name a{
color:#ff8c00;
}



summary {
cursor: pointer;
outline: none;
color:#ff8c00;
}
details {
margin: 14px;
padding: 10px 5px;
}
details[open] {
background: #fdf5e6;
}

.div_component{
background: #fdf5e6;
}

.back{
text-align: center;
}

.back img{
width:50px;
height:auto;
}

.back span{
margin-top: 2px;
display:block;
}








.footer_navi{
text-align:center;
font-size:15px;
color:#333333;
margin-top: 30px;
padding-top: 5px;
border-top: 1px dashed #333333;
}

.footer_navi a{
color:#cc2a42;
}


#copyright{
color:#ffffff;
text-align:center;
background-color:#333333;
font-size:15px;
padding: 10px 0px 8px 0px;
}

@media (max-width: 767px) {


.footer_navi{
font-size:12px;
padding-bottom: 6px;
}

#copyright{
padding: 13px 0px 18px 0px;
}

}


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


.header img{
max-width:640px;
width:100%;
height:auto;
}



#flex{
max-width:640px;
display:flex;
flex-wrap: wrap;
}

.box{
position: relative;
max-width:320px;
width:100%;
padding: 10px;
background-color: #FFF;
/*border-radius:12px;*/
margin: 0px 0px 10px 0px;
}

.box img{
max-width:310px;
width:100%;
height:auto;
}


.box_discount{
position: absolute;
top: 10px;
left: 10px;
width: 90px;
height: 90px;
background-color: #cc2a42;
border-radius: 50%;
text-align: center;
}

.discount_text{
line-height: 100%;
color: #fff;
font-size: 26px;
margin: 3px 0px 0px 2px;
}

.discount_rate{
font-size: 32px;
}

.discount_text{
display: block;
line-height: 100%;
color: #fff;
font-size: 26px;
padding-top: 20px;
}


.box_info{
max-width:300px;
width:100%;
line-height: 160%;
}

.box_info_name{
display: block;
max-width:300px;
width:100%;
height:52px;
font-size: 19px;
font-weight: bold;
text-align: left;
margin: 8px 0px;
overflow: hidden;
line-height:120%;
}

.box_info_description{
display: block;
max-width:300px;
width:100%;
height:105px;
font-size: 15px;
text-align: left;
margin-bottom: 8px;
overflow: hidden;
line-height:150%;
}

.box_info_regular_price{
display: block;
max-width:300px;
width:100%;
height:20px;
font-size: 18px;
font-weight: bold;
text-align: left;
margin: 15px 0px 15px 0px;
padding-left: 10px;
color:#555;
text-decoration: line-through;
}

.box_info_price{
display: block;
max-width:300px;
width:100%;
height:30px;
font-size: 22px;
font-weight: bold;
text-align: left;
margin: 15px 0px 15px 0px;
padding-left: 10px;
/*color:#e03636;*/
animation: blinkAnime 1s infinite alternate;
}

@keyframes blinkAnime{
0% { color: #FF0000; }
100% { color: #cc2a42; }
}

.price_point{
font-size:20px;
}






.box_bt{
max-width:300px;
width:100%;
}
.box_bt a{
display: block;
width:300px;
height:60px;
text-decoration: none;
color: #fff;
}

.box_bt a:hover {
text-decoration: underline;
}

.box_bt_detail{
width:300px;
height:50px;
border-radius:12px;
background-color:#aaa;
margin: 10px 0px;
}

.bt_detail_text{
display: block;
padding-top: 9px;
font-size: 23px;
font-weight: bold;
color: #fff;
text-align: center;
}

.box_bt_cart{
width:300px;
height:60px;
border-radius:12px;
background-color:#cc2a42;
}

.bt_text{
display: block;
padding-top: 15px;
font-size: 24px;
font-weight: bold;
color: #fff;
text-align: center;
}









@media only screen and (max-device-width:767px) {

.box{
position: relative;
width:48%;
padding: 10px;
margin: 5px 0px 5px 5px;
}


.box_discount{
position: absolute;
top: 10px;
left: 10px;
width: 60px;
height: 60px;
background-color: #cc2a42;
border-radius: 50%;
text-align: center;
}

.discount_rate{
font-size: 22px;
}

.discount_text{
display: block;
line-height: 100%;
color: #fff;
font-size: 16px;
padding-top: 17px;
margin: 2px 0px 0px 2px;
}





.box_info{
width:100%;
line-height: 160%;
}

.box_info_name{
display: block;
width:100%;
height:48px;
font-size: 14px;
font-weight: bold;
text-align: left;
margin: 8px 0px 8px 0px;
overflow: hidden;
line-height:120%;
}

.box_info_description{
display: block;
width:100%;
height:90px;
font-size: 13px;
text-align: left;
margin-bottom: 8px;
overflow: hidden;
line-height:130%;
}



.box_info_price{
display: block;
width:100%;
height:45px;
font-size: 17px;
font-weight: bold;
text-align: left;
margin: 10px 0px 10px 0px;
padding-left: 10px;
/*color:#e03636;*/
animation: blinkAnime 1s infinite alternate;
}

@keyframes blinkAnime{
0% { color: #FF0000; }
100% { color: #ff8080; }
}


.price_point{
display: block;
font-size:16px;
}







.box_bt{
width:100%;
}
.box_bt a{
display: block;
width:100%;
height:50px;
text-decoration: none;
color: #fff;
}

.box_bt a:hover {
text-decoration: underline;
}

.box_bt_detail{
width:100%;
height:50px;
border-radius:12px;
background-color:#aaa;
margin: 10px 0px;
}

.bt_detail_text{
display: block;
padding-top: 13px;
font-size: 18px;
font-weight: bold;
color: #fff;
text-align: center;
}

.box_bt_cart{
width:100%;
height:50px;
border-radius:12px;
background-color:#cc2a42;
}

.bt_text{
display: block;
padding-top: 13px;
font-size: 18px;
font-weight: bold;
color: #fff;
text-align: center;
}



}/* @media end */



















@media only screen and (max-device-width:767px) {

img { 
width:100%;
}

}

img {
max-width: 100%;
height: auto;
}


img.gray{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}










.sale_txt{
font-size: 15px;
color: #555;
text-align:left;
padding: 20px 30px 20px 30px;
max-width:640px;
width:100%;
margin: 0 auto;
}


.neon {
font-size: 18px;
position: relative;
display: inline-block;
color: transparent;
-webkit-text-stroke: 0.5px #0f0;
text-shadow: 0 0 20px rgba(0,255,0,.5);
}

.neon span {
position: absolute;
top: 4%;
left: 8%;
opacity: .3;
}



#button{
text-align: center;
}






.button{
text-decoration: none;
position: relative;
display: inline-block;
color: #fff;
border-radius: 5px;
font-size: 2.2rem;
font-weight: bold;
background-color: green;
padding: 1.3em 1.5em;
margin: 30px auto;
box-shadow: 0 5px 20px 0 rgba(124, 191, 51, 0.7);
-webkit-transition: all .4s ease;
transition: all .4s ease;
-o-transition: all .4s ease-in-out;
overflow: hidden;
cursor: pointer;
}

.button:before {
position: absolute;
display: inline-block;
top: 0;
left: 0;
content: "";
height: 100%;
width: 100%;
background: -webkit-linear-gradient(hsla(0,0%,100%,.05),hsla(0,0%,100%,.2));
background: linear-gradient(hsla(0,0%,100%,.05),hsla(0,0%,100%,.2));
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation-name: shiny;
animation-name: shiny;
-webkit-animation-duration: 1.5s;
animation-duration: 2.5s;
-webkit-animation-timing-function: cubic-beizer(0.17,0.79,0.96,0.25);
animation-timing-function: cubic-beizer(0.17,0.79,0.96,0.25);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}

@keyframes shiny {
0% { top: -100px; left: -250px; }
100% { top: 100%; left: 100%; }
}

.button:hover{
background-position: 100% 0;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
box-shadow:none;
}





  .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 60px;
  }
  
  .container_a {
    display: block;
    margin: auto;
    padding: 1rem 1.25rem;
    font-family: sans-serif;
    font-size: 1.9rem;
    text-decoration: none;
    text-shadow:
      -2px 4px 4px #091243, 
      0 0 10px #00D0FF,
      inset 1px 1px 1px white;
    color: #1FFFFF;
    border: 2px solid;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: 
      0 1px 2px rgba(0,0,0, 0.6), 
      2px 1px 4px rgba(0,0,0, 0.3), 
      2px 4px 3px rgba(3,0,128, 0.3), 
      0 0 7px 2px rgba(0,208,255, 0.6), 
      inset 0 1px 2px rgba(0,0,0, 0.6), 
      inset 2px 1px 4px rgba(0,0,0, 0.3), 
      inset 2px 4px 3px rgba(3,0,128, 0.3), 
      inset 0 0 7px 2px rgba(0,208,255, 0.6);
    animation: flickering 5s infinite;
  }
  
  @keyframes flickering {
    0% {
      border-color: transparent;
      opacity: 0.2;
    }
    
    2% {
      border-color: #1FFFFF;
      opacity: 1;
    }
    
    4% {
      border-color: transparent;
      opacity: 0.2;
    }
    
    8% {
      border-color: #1FFFFF;
      opacity: 1;
    }
    
    28% {
      border-color: #1FFFFF;
      opacity: 1;
    }
    
    30% {
      border-color: transparent;
      opacity: 0.2;
    }
    
    36% {
      border-color: #1FFFFF;
      opacity: 1;
    }
    
    100% {
      border-color: #1FFFFF;
      opacity: 1;
    }
  }



  /*h2*/
  .heading03 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #FFFF;
    text-align: center;
    padding-top: 50px;
    padding-bottom:20px
  }
  
  .heading03::before,
  .heading03::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #e3bf00;
  }
  
  .heading03::before {
    margin-right: 20px;
  }
  .heading03::after {
    margin-left: 20px;
  }
  /*h2*/

