@charset "utf-8";
/* CSS Document */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*--------------------------------------------*/
h1,h2,h3,h4,h5{font-weight: normal;margin: 0;padding: 0;line-height: 1;text-align: center}
figure{margin: 0;padding: 0;}
img{vertical-align: bottom}
* {box-sizing: border-box;margin: 0;padding: 0;}
table {border-collapse: collapse;border-spacing: 0;}
ol,ul {list-style: none;}
a,a:hover,a:visited{ color: inherit;text-decoration: none; transition : all 0.1s ease 0s;}
.clearfix:after { content: "";  clear: both; display: block;}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.f12{font-size: 12px}
.max730{max-width: 730px;margin: 0 auto}
.mgb30{margin-bottom: 30px}
/*--------------------------------------------*/
:root {
 --neon-color:rgba(166, 255, 20,1);
  --neon-text-color: #ff3300;
  --neon-border-color: #08f;

}
/*--------------------------------------------*/
.br-sp {display: block!important;}
.br-tb {display: none!important;}
.br-pc { display: none !important; }
.pc_only { display: none !important; }
.tb_only { display: none !important; }
.sp_only { display: inline-block!important; }
.sp_except{display: none !important; }
@media only screen and (min-width: 768px) {
.br-sp {display: none!important;}
.br-tb {display: block!important;}
.br-pc { display: block !important; }
.pc_only { display: none !important; }
.sp_only { display: none !important; }
.tb_only { display:inline-block !important; }
.sp_except{display: block !important; }
}
@media screen and (min-width:768px) and (max-width:1023px) {
.tb_only { display: inline-block !important; }
.pc_only { display: none !important; }
.sp_only { display: none !important; }
}
@media only screen and (min-width: 1024px) {
.br-sp {display: none!important;}
.br-tb {display: none!important;}
.br-pc { display: block !important; }
.pc_only { display: inline-block !important; }
.sp_only { display: none !important; }
.tb_only { display: none !important; }
}
@media (min-width: 768px) {.container {width: 760px;}}
@media (min-width: 992px) {.container {width: 970px;}}
@media (min-width: 1200px) {.container { width: 1170px;}}
@media (min-width: 1310px) {.container { width: 1280px;}}
.container {padding-right: 10px;padding-left: 10px;margin-right: auto;margin-left: auto;}
@media only screen and (min-width: 768px) {
.container {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}}
section{padding-bottom: 30px; margin-bottom: 30px;}
@media only screen and (min-width: 768px) {
section{padding-bottom: 50px; margin-bottom: 50px;}
}
/*--------------------------------------------*/
html {font-size: 100%;scroll-behavior: smooth;}
body{line-height: 1.5;font-size:16px;overflow-x: hidden}
/*--------------------------------------------*/
.green_glow_btn a{ font-family: 'Noto Sans JP', sans-serif!important;display:inline-block; 
  font-weight: 700; text-align: center; background-color: var(--neon-color);
 border-radius: 30px;border:2px solid var(--neon-color); color: #000!important;padding: 5px 10px!important;margin: 10px 0;  box-shadow: 0 0 15px var(--neon-color);transition: 0.5s ease-in-out;}
.green_btn a{ font-family: 'Noto Sans JP', sans-serif!important;display:inline-block; 
  font-weight: 700; text-align: center; background-color: var(--neon-color);
 border-radius: 10px;border:2px solid var(--neon-color); color: #000!important;padding: 5px 10px!important;margin: 10px 0;transition: 0.5s ease-in-out; }

.white_glow_btn a{font-family: 'Noto Sans JP', sans-serif!important;display:inline-block;text-decoration: none;color: #000!important;margin: 10px 0;text-align: center;text-transform: uppercase; font-weight: 700;background: #fff;padding: 5px 10px!important;border-radius: 30px;border:2px solid #fff;box-shadow: 0 0 15px var(--neon-color); transition: 0.5s ease-in-out;}
.white_glow_btn01 a{font-family: 'Noto Sans JP', sans-serif!important;display:inline-block;text-decoration: none;color: #000!important;margin: 10px 0;text-align: center;text-transform: uppercase; font-weight: 700;background: #fff;padding: 5px 10px!important; border:2px solid #fff;box-shadow: 0 0 15px var(--neon-color); transition: 0.5s ease-in-out;}

.red_glow_btn a{font-family: 'Noto Sans JP', sans-serif!important;display:inline-block;text-decoration: none;color: #fff!important;margin: 10px 0;text-align: center;text-transform: uppercase; font-weight: 700;background: red;padding: 5px 10px!important;border-radius: 30px;border:2px solid red;box-shadow: 0 0 15px red; transition: 0.5s ease-in-out;}
.orange_glow_btn a{font-family: 'Noto Sans JP', sans-serif!important;display:inline-block;text-decoration: none;color: #fff!important;margin: 10px 0;text-align: center;text-transform: uppercase; font-weight: 700;background: #ff5e00;padding: 5px 10px!important;border-radius: 30px;border:2px solid #ff5e00;box-shadow: 0 0 15px #ff5e00; transition: 0.5s ease-in-out;}
.pink{color:#F900D9}
.green_glow_btn a:hover{color:var(--neon-color)!important;background: #000;}
.green_btn a:hover{color:#000!important;background: #fff;}
.white_glow_btn a:hover,.white_glow_btn01 a:hover{color:#fff!important;background: #000;}
.red_glow_btn a:hover{color:red!important;background: #fff;}
.orange_glow_btn a:hover{color:#ff5e00!important;background: #fff;}
.shop-ttl{background: var(--neon-color);color: #000!important;line-height: 1.6;width: 100%;font-weight: 700;margin-bottom:clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem) }
/*見出し01　吹き出し*/
.fukidashi {
    position: relative;
    padding:0 0 0.8rem;
    border-bottom: 5px solid;
    color: #fff;
    font-weight: 700;
    text-align: center;
	display: inline-block;
	margin-bottom: 50px;
}

.fukidashi:before,
.fukidashi:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.fukidashi:before {
    border: 24px solid;
    border-color: transparent;
    border-top-color: #fff;
    margin-left: -24px;
}

.fukidashi:after {
    border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
}
/*見出し02　両端斜線*/
.diagonal {
    position: relative;
    display: inline-block;
	text-align: center;
    padding: 0 30px;
    margin-bottom: 36px;
}
       
.diagonal:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: #000;
    transform: rotate(-25deg);
}
       
.diagonal:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #000;
    transform: rotate(25deg);
}

.line {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.line:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;

}


@keyframes flicker {
    
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
      
        text-shadow:
            -0.1rem -0.2rem 0.5rem #f40,
            0.1rem 0.1rem 0.5rem #f40,
            0 0 1rem var(--neon-text-color),
            0 0 2rem var(--neon-text-color) ,
            0 0 3rem var(--neon-text-color),
           0 0 4rem var(--neon-text-color),
            0 0 5rem var(--neon-text-color);
        
        box-shadow:
            0 0 .25rem #f40,
            inset 0 0 .25rem #f40,
            0 0 2rem var(--neon-text-color),
            inset 0 0 1rem var(--neon-text-color),
            0 0 2rem var(--neon-text-color),
            inset 0 0 2rem var(--neon-text-color);        
    }
    
    20%, 24%, 55% {        
        text-shadow: none;
        box-shadow: none;
    }    
}
h3.neon {
  color:#fff;
  padding: 1rem;
	background: #f40;
  border: 5px solid #fff;
  text-transform: uppercase;
  animation: flicker 1.5s infinite alternate;
}

h3.neon::-moz-selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

h3.neon::selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

h3.neon:focus {
  outline: none;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 15px;
    bottom: 87px;
    background: #a6ff14;
    border: solid 2px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
/*fadein*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
		animation-duration: 3s;
    animation-delay: 0.2s;
}

/* table01 */
.table01{width: 100%;margin-bottom: 10px}
.table01 tr {
  border-bottom: 1px solid #fff;
}

.table01 th,
.table01 td {
  padding: 24px 0;
  border: none;
}
.table01 td .flex{ display: flex;align-items: center;justify-content: space-around;width: 100%}
.table01 td .flex p{padding: 0;margin: 0;flex-grow: 1;}
.table01 th {
  width: 15%;
}
.table01 td ul{display: flex;flex-wrap: wrap;gap:5px;}
.table01 td ul li{display: flex;flex-direction: column;width: calc((100% / 8) - 5px);justify-content: flex-start;align-items:center; gap:5px;}
.table01 td ul li img{width: 100%}
.table01 td ul li p{text-align: center;font-size: 9px}
/* sp */
@media only screen and (max-width: 480px) {
 /* .table01 th,
  .table01 td {
    width: 100%;
    display: block;
  }

  .table01 th {
    width: 100%;
  }*/
.table01 th {
  width: 30%;
}
	.table01 td ul li{width: calc((100% / 3) - 5px);}
  /*.table01 td {
    padding-top: 0;
  }*/
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}