@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
*{
  box-sizing: border-box;
}
/*================================================
 *  一般・共通設定
 ================================================*/

  html{
 	 font-size: 62.5%;
  }
body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#000;
}
.sp{
  display: none!important;
}
.inner {
	position:relative;
	width:980px;
  max-width: 98%;
	margin:0 auto;
  margin-top: 5%;
  padding: 1%;
}


.innerin{
  background: #fff;
  padding: 2%;
  box-shadow: 0 0 2px #000, 3px 3px 4px inset #000;

}

.tp{
	width: 1200px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding: 5% 5% 1%;
  position: relative;
}
.innertp{
	display: inline-block;
	font-size: 5rem;
	color: #fff;
	font-weight: bold;

}
.tpsen{
  padding-top: 3px;
}

.innertpyl{
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
  color: #faa92e;
  -webkit-text-stroke: 1px #333;
  font-weight: bold;
}
.innertpun{
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px #7c0707,0 0 30px #7c0707,0 0 20px #7c0707,0 0 3px #000,0 0 1px #000,0 0 5px #7c0707;
}


nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}
nav .inner{
  margin-top: 0;
  padding: 0;
}

footer {
	width:100%;
	margin:0 auto;
}

a {
	text-decoration:none;
  color: #fff;
}
a:hover {
	text-decoration:none;
}

h2 {
	margin-bottom:0.5em;
	padding:10px 0;
	font-size:21px;
	color:#333;
	border-top:3px solid #710000;
	border-bottom:1px dotted #710000;
}

h3 {
	margin-bottom:0.25em;
	padding:2px 5px;
	color:#fff;
	font-size:16px;
	background:#333;
}

h4 {
	margin-bottom:0.25em;
	font-size:15px;
	color:#710000;
	border-bottom:3px solid #710000;
}

h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#710000;
	font-size:14px;
	font-weight:bold;
}
h5:before {
    content:"";
    margin-top:-7px;
    position:absolute;
    top:50%;
    left:0;
    width:5px;
    height:14px;
    background:#8c0e0e;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
i{
	margin-left: 1%;
	margin-right: 1%;
}

.tablet{
  display: none!important;
}
@media print, screen and (max-width:767px) {
  html{
    font-size: 45%;
  }
.inner {
  width:100%;
}

#contents {
  width:100%;
  padding:0 10px;
}
.tablet{
  display: block!important;
}
.pc_tablet{
  display: none!important;
}


}

@media screen and (max-width:480px) {
html{
	font-size: 45%;
}
.sp{
  display: inline-block!important;
}
.tp{
	background-size: 120%;
}
.innertp{
	font-size: 5vw;
}



}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#9b0f0f;
		border-bottom:5px solid #710000;
		box-shadow:0 1px 3px #999;
		z-index:3;
	}
	nav ul {
		margin:0;
		padding:0;
	}
	nav li {
		position:relative;
		width:17%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}
	nav li:first-child {
		width:15%;
	}
	nav li:before {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		left:0;
		width:1px;
		height:14px;
		background:#8c0e0e;
	}
	nav li:last-child:after {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		right:0;
		width:1px;
		height:14px;
		background:#8c0e0e;
	}
	nav li:hover:before,
	nav li:hover + li:before,
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
	}
	nav li:last-child li {
		left:-50%;
	}
	nav li a {
		display:block;
		padding:10px 0;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	nav li ul {
		display:block !important;
		position:absolute;
		top:100%;
		left:0;
		margin:0;
		padding:0;
		border-radius:0 0 3px 3px;
		z-index:3;
	}
	nav li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		-o-transition:.2s;
		-ms-transition:.2s;
		transition:.2s;
	}
	nav li li:first-child {
		width:150%;
	}
	nav li ul li a {
		padding:10px 15px;
		background:#7c0c0c;
		text-align:left;
		font-weight:normal;
	}
	nav li:hover > a {
		background:#7c0c0c;
		color:#fff;
	}
	nav li:hover > a:hover {
		background:#710000;
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.showNav {
		background:#7c0c0c !important;
	}

	.showSub {
		overflow:visible;
		min-height:42px;
		border-bottom:2px solid #8c0e0e;
	}
	.showSub:last-child {
		border-bottom:0;
	}
	.showSub:last-child a {
		border-radius:0 0 3px 3px;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}


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

	nav {
		background:#710000;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:99;
		overflow:auto;
		position:fixed;
		top:50px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #fff;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#000;
	}
	nav li a:hover {
		color:#000;
		background:#AA9900;
		font-weight: bold;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:hover:before {
		background: #000;
}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#000;
	}
	.subnav a:hover:after {
	  background: #AA9900;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:99;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#AA9900;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#000;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#000;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#efede9;
	background:#2e2e2e;
}
@media screen and (max-width:979px) {


	footer {
		width:100%;
	}



}

/*================================================
 *  ページトップへの戻り
 ================================================*/
 .totop {
 	position:fixed;
 	bottom:15px;
 	right:15px;
  width: 100px;
  z-index: 100;
 }
 .totop a {
 	display:block;
 	text-decoration:none;
 }
 .totop a:active {
 	animation: ease osuto 0.5s forwards;
 }
 @keyframes osuto {
 	0%{transform: translateY(0);}
 	100%{transform: translateY(20px); opacity: 0.5;}
 }
 .totop img{
   max-width: 100%;
}

@media screen and (max-width:480px) {
  .totop{
    width: 15%;
  }
}
/*================================================
 *  クラス
 ================================================*/
.shomeifude{
  font-family: "Yuji Boku", serif;
  font-style: normal;
}

.g-recaptcha div{
  margin: 5% auto;
}
.textcenter{
  text-align: center;
}
.textend{
  text-align: right;
}
 .kasari{
   position: relative;
 }
 .imgcent{
 	max-width: 100%;
  margin: 2% auto;
 	display: block;
 }
.display-none{
  opacity: 0!important;
}
 .list {
 	padding:0 0 0 0.5em;
 }
 .list li {
 	margin:0;
 	padding:0 0 0 15px;
 	list-style:none;
 	background:url(../images/check.png) 0 5px no-repeat;
 }
.naiyottkakomu{
  padding: 2%;
  background: #faa92e;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  border: #fff solid 4px;
  box-shadow: 5px 5px 5px #333;
  border-radius: 8px;
}
 .info dt {
 	border-bottom:none;
 }
 .info dd {
 	padding-bottom:1em;
 	border-bottom:1px solid #ddd;
 }
.sdow{
  box-shadow: 4px 4px 5px #333;
}
 .fuwa{
 	animation: ease 3s fufuwa forwards;
 }
 @keyframes fufuwa {
 	0%{ opacity: 0;}
 	100%{ opacity: 1;}
 }
.bgwh{
  position: relative;
  background: #fff;
}
.marker{
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: bold;
}
.marker_rd{
  background: linear-gradient(transparent 60%, #f00 60%);
  font-weight: bold;

}
.lt{
  text-decoration: line-through;
}
.hidden{
  overflow: hidden;
}
.my0{
 margin-top: 0;
 margin-bottom: 0;
}
.mb5{
  margin-bottom: 5%;
}
.kinkin{
  background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
}
.dfcenter{
  display: flex;
  justify-content: center;
}
.kukiribo{
  padding-top: 2%;
  box-shadow: 0 0 10px #000;
}
@keyframes blink {
  0{opacity: 0;}
  50%{opacity: 0.3;}
  100%{opacity: 0;}
}

@keyframes hikaru {
  0%{ filter: drop-shadow(0 0 5px rgba(255,255,255,0.8));}
  50%{ filter: drop-shadow(0 0 5px rgba(255,255,255,0));}
  100%{ filter: drop-shadow(0 0 5px rgba(255,255,255,0.8));}

}
@keyframes hikaru2 {
  0%{ filter: drop-shadow(0 0 20px rgba(255,255,255,0.8));}
  50%{ filter: drop-shadow(0 0 20px rgba(255,255,255,0));}
  100%{ filter: drop-shadow(0 0 20px rgba(255,255,255,0.8));}

}
@keyframes hikaru3 {
  0%{ filter: drop-shadow(0 0 20px rgba(255,255,000,0.8));}
  50%{ filter: drop-shadow(0 0 20px rgba(255,255,000,0));}
  100%{ filter: drop-shadow(0 0 20px rgba(255,255,000,0.8));}

}
.reibox{
  padding: 2%;
  background: rgba(252,227,227,0.7);
  border-radius: 8px;
  margin-top: 2%;
  margin-bottom: 2%;
  box-shadow: 0 0 2px #333, 2px 2px 2px #333, inset 0 0 3px #333, inset 2px 2px 3px #333;
  border: solid #af0303 5px;
}
.romr{
  font-size: 160%;
  color:#f00;
  font-weight: bold;
}
.romrs{
  font-size: 120%;
  color:#f00;
  font-weight: bold;
}
.romb{
  font-size: 160%;
  color:#008cea;
  font-weight: bold;
}
.rombs{
  font-size: 120%;
  color:#008cea;
  font-weight: bold;
}
.okik{
  font-size: 160%;
  font-weight: bold;
}
.okiks{
  font-size: 120%;
  font-weight: bold;

}
.chisk{
  font-size: 70%;
  font-weight: bold;
}
.medatuft{
  filter: drop-shadow(0 0 3px #f00);
}
.medatuftsr{
  filter: drop-shadow(0 0 10px #fff);
}
.medatuftbl{
  filter: drop-shadow(0 0 10px #000);
}
.medatublu{
  filter: drop-shadow(0 0 10px #98c0e4);
}
.medatuft p.medain{
  font-size: 3.5rem;
  color: #f00;
  font-weight: bold;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff,
         -2px 2px 0px #fff,  2px -2px 0px #fff,
          2px 0px 0px #fff, -2px -0px 0px #fff,
          0px 2px 0px #fff,  0px -2px 0px #fff;
}

.medatublu p.medain{
  color: #008cea;

}
.growu{
  filter: drop-shadow(0 0 8px #fff);
}
.sdowst{
  filter: drop-shadow(0 0 3px #333);
}
.sdowsdow{
  filter: drop-shadow(4px 4px 2px #8e8b8b);
}

.dgboxsttt{
  margin-top: 5%;
  color: #f00;
  font-weight: bold;
  font-size: 3.5rem;
  display: grid;
  place-items: center;
}
.dgbox{
background: rgba(255,255,255,0.9);
padding: 7% 2% 2%;
border-radius: 8px;
border: double #f00 6px;
box-shadow: 0 0 5px #fff;
margin-top: 1%;
margin-bottom: 5%;
width: 80%;
margin-left: auto;
margin-right: auto;
display: grid;
place-items: center;
box-shadow: 0 0 3px #f00, 0 0 5px #f00, 0 0 10px #f00;
}
.dgboxtt{
display: inline-block;
position: absolute;
top: -20px;
left: -5%;
padding: 1% 3%;
background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
font-weight: bold;
border-radius: 8px;
box-shadow: 2px 2px 4px inset #fff,3px 3px 2px #000;
transform: rotate(-5deg);
font-size: 3rem;
color: #000;
text-shadow: 0 0 3px #fff,0 0 5px #fff,0 0 8px #fff;
}

.dgtp{
  display: inline-block;
  padding: 1% 3%;
  background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 2px 2px 4px inset #fff,3px 3px 2px #000;
  font-size: 3rem;
  color: #000;
  text-shadow: 0 0 3px #fff,0 0 5px #fff,0 0 8px #fff;


}
.dgborder{
  border-radius: 8px;
  border: double #f00 6px;
  padding: 1%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.dgboxin span{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2;
}
.medbox{
  padding:2%;
  background: #f00;
  width: 700px;
  max-width: 95%;
  margin: 2% auto;
}
.medboxin{
  background: #fff;
  color: #f00;
  font-size: 3.5rem;
  font-weight: bold;
  display: grid;
  place-items: center;
  padding: 2%;
  box-shadow: 0 0 3px inset #333, 3px 3px 3px inset #000;
}
.medboxin span{
  font-weight: bold;
}
.yajibox{
  width:400px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(transparent, #f00 50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  padding-top: 70px;
}

.ssiz{
  width: 150px;
  padding-top: 35px;
  background: linear-gradient(transparent, orange 50%);

}
.ktopic{
 display: inline-block;
 padding: 1% 3%;
 background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
 font-weight: bold;
 border-radius: 8px;
 box-shadow: 2px 2px 4px inset #fff,3px 3px 2px #000;
 font-size: 3rem;
 color: #000;
 text-shadow: 0 0 3px #fff,0 0 5px #fff,0 0 8px #fff;
}

.grcenter{
  display: grid;
  place-items: center;
}
.whspage{
white-space: nowrap
}
.btuiro{
  color: #ff0;
  font-weight: bold;
}
.textcenter{
  text-align: center;
}

.kukirisen{
  padding-top: 1.5%;
  background: linear-gradient(to right,transparent ,#d6d4d4 10%,#d6d4d4 90%,transparent)
}



.setumebox{
  border: solid #c90808 5px;
  width: 700px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.setumett{
  background: #c90808;
  padding: 2% 2% 5%;
  clip-path: polygon(0 0, 0 40%, 50% 100%, 100% 40%, 100% 0);
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
}
.setumedt{
  padding: 2%;
  font-weight: bold;
  font-size: 2rem;
}

.py2p{
  padding-top: 2%;
  padding-bottom: 2%;
}
.px2p{
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 767px) {

  .dgbox{
    width: 92%;

  }
  .dgboxin span{
    font-size: 2rem;
  }
  .yajibox{
    width:30%;
    padding-top: 10%;

  }
}
@media screen and (max-width: 480px) {
.g-recaptcha {
  transform-origin: 50% 50%;
  transform: scale(0.8);
}
}



 /*form共有*/
 /*=========.inquiryform=======*/
 .inquiryform form{
  width: 98%;
  max-width: 800px;
  margin: 2% auto;
  padding: 2%;
  border-radius: 8px;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 3px inset #333,3px 3px 3px inset #000;
 }

 .inquiryform form .centerform {
  text-align: center;
 }

 .inquiryform form .centerform input[type="text"] ,.inquiryform form .centerform select {
  width: 96%;
  margin-top: 2%;
     margin-bottom: 2%;
 }

 .inquiryform .centerform textarea {
  width: 96%;
  height: 100px;
 }
 .inquiryform table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: none;
 }
 .inquiryform td {
  border: none;
  background: none;
  width: 65%;
  font-size: 20px;
  line-height: 2;
 }
 .inquiryform td input,.inquiryform td select {
  padding: 2%;
  font-size: 18px;
 }
 .inquiryform td textarea {
  padding: 2%;
  font-size: 18px;
 }
 .inquiryform td select {
  padding: 2%;
  font-size: 20px;
 }

 .inquiryform th {
  border: none;
  background: none;
  text-align: left;
  width: 34%;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 20px;
  color: #00;
  font-weight: bold;
 }
 .inquiryform b {
  color: #000;
 }

 .inquiryform tr{
  border-bottom: gray 1px dashed;
 }

 .inquiryform tr:last-child{
  border-bottom: none;
 }


 .inquiryform .contactbtn{
   display: block;
   width: 90%;
   margin: 5% auto;
   color: #000;
   text-shadow: 0 0 1px red,0 0 2px red, 0 0 5px red, 0 0 10px #000, 0 0 15px red;
   font-size: 40px;
   text-align: center;
   font-weight: bold;
   padding: 2%;
   border: #000 2px solid;
   box-shadow: 0 0 1px red,0 0 2px red, 0 0 5px red, 0 0 10px #fff, 0 0 15px red, 0 0 30px #fff;
   border-radius: 10px;
   text-decoration: none;
 }
 .inquiryform .contactbtn:hover{
   box-shadow: 0 0 1px red,0 0 2px red, 0 0 5px red, 0 0 10px #fff, 0 0 15px red, 0 0 30px #fff,0 0 30px #fff inset,0 0 50px #fff inset;
   color: #fff;
   text-shadow: 0 0 1px yellow,0 0 2px yellow, 0 0 5px red, 0 0 10px #000, 0 0 15px yellow;
   border: #fff 2px solid;

 }


 @media screen and (max-width: 767px) {
   .inquiryform form{
     padding: 2% 0.5%;
}
 .inquiryform td {
  display: block;
  width: 100%;
  font-size: 18px;
 }
 .inquiryform td input::placeholder,.inquiryform td textarea::placeholder,.inquiryform td select{
  font-size: 3vw;
 }

  .inquiryform th {
    display: block;
    width: 100%;
    font-size: 16px;

  }
    .inquiryform .button,.inquiryform .buttona {
      width: 90%;
      font-size: 3vw;
      margin-left: auto;
      margin-right: auto;
    }
      .inquiryform label {
        width: 100%;
        display: block;
      }
 .inquiryform .contactbtn{
   font-size: 5vw;
 }


}




/******************
動画
*****************/
.tvfu{
	background: url(../images/telebi.png);
	padding: 3%;
	background-size: 100%;
}

.youtube{
	position: relative;
	width: 100%;
	padding-top:56.25%;
	margin-bottom: 10%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width:100%!important;
	height:100%!important;
}
/************
PDFデータ
*********/
.databox{
  background: rgba(255,255,255,0.7);
  padding: 2%;
  border-radius: 8px;
  margin-bottom: 5%;
}
.databoxtt{
 display: inline-block;
 position: absolute;
 top: -5px;
 left: 0;
 padding: 1% 3%;
 background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
 font-weight: bold;
 border-radius: 8px;
 box-shadow: 2px 2px 4px inset #fff,3px 3px 2px #000;
 transform: rotate(-5deg);
 font-size: 3rem;
 color: #000;
 text-shadow: 0 0 3px #fff,0 0 5px #fff,0 0 8px #fff;
}
.datalinkbox{
  display: none;
}


.datalinkbox a{
   color: #fff;
   padding: 2% 10% 3% 4%;
   border-radius: 50px;
   background: #f00;
   box-shadow: 3px 3px 2px #000, 0 0 2px #000;
   display: block;
   text-decoration: none;
   font-weight: bold;
   width: 95%;
   margin-left: auto;
   margin-right: auto;
   font-size: 3vw;
}
.datalinkbox a:hover{
 background: #ff0;
 color: #000;
 box-shadow: 3px 3px 2px inset #000;
}
.datalinkbox a:active{
 animation: osuto forwards 2s ease;
}
.datalinkbox i{
   position: absolute;
   right: 2%;
   bottom: -45%;
   font-size: 7rem;
   color:#fff;
   text-shadow: 0 0 3px #333, 2px 2px 3px #333;
}

.dgdddt{
  margin-top: 5%;
  font-weight: bold;
  font-size: 5rem;
  text-align: center;
  text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000;
  color: #fff;
  background: linear-gradient(transparent, transparent 20%,#f00 45%,#f00 50%, #f00 55%,transparent 80%, transparent );

}
.dgdddtir{
  font-weight: bold;
  font-size: 5rem;
  text-align: center;
  text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000;
  color: #ff0;

}

.dgyuchumo{
  color: #ff0;
  font-weight: bold;
  font-size: 130%;
}

.dgddchumo{
  font-size: 140%;
  font-weight: bold;
  text-shadow: 0 0 2px #fff,0 0 5px #fff,0 0 10px #fff;
}
.dgddchumord{
  font-weight: bold;
  color: #f00;
}

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

.databox iframe{
height: 50vw;
}
}

@media screen and (max-width: 480px) {
.datalinkbox{
 margin: 3% auto;
 display: block!important;
}}
/*================================
fadein
===============================*/
.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/*================================================
 *  ヘッダー
 ================================================*/
header{
  background: #fff;
  position: relative;
  z-index: 5;
}
header h1{
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 2%;
  padding-right: 50px;
}

/*================================================
 *  headshirase
 ================================================*/
#headshirase{
  text-align: center;
  background: #fff;
  font-size: 2rem;
  color: #000;
}
#headshirase .inner{
  margin-top: 0;
}
#headshirase p{
  margin: 0;
  font-weight: bold;

}

@media screen and (max-width: 767px) {
#headshirase{
  padding-right: 50px;
}

}


#zenbg{
  content: "";
  position: fixed;
  box-shadow: 0 0 10px inset #000,0 0 20px inset #000,0 0 50px inset #000,0 0 100px inset #000, 0 0 200px inset #000, 0 0 300px inset #000;
  width: 100%;
  height: 100vh;
  z-index: -1;
  animation: ease 5s topbg infinite;

}
@keyframes topbg {
0%{background: #000;}

15%{background: radial-gradient(closest-side, rgba(0,0,0,0.3),rgba(0,0,0,0.7)), url(../images/bgbl06.jpg);background-repeat: no-repeat;background-position: top center; background-size: cover;background-color: rgba(0,0,0,1);background-blend-mode: darken;
}
75%{background: radial-gradient(closest-side, rgba(0,0,0,0.3),rgba(0,0,0,0.7)),url(../images/bgbl06.jpg);background-repeat: no-repeat;background-position: top center; background-size: cover;background-color: rgba(0,0,0,0);background-blend-mode: darken;
}
100%{background:  radial-gradient(closest-side, rgba(0,0,0,0.3),rgba(0,0,0,0.7)),url(../images/bgbl06.jpg);background-repeat: no-repeat;background-position: top center; background-size: cover;background-color: rgba(0,0,0,1);background-blend-mode: darken;

}
}

.introthanksdt{
  font-size: 2rem;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.introthanksdt a{
  color: #08525e;
}
.introthanksdt a:hover{
  opacity: 0.8;
}
.btn{
	padding: 3%;
	position: relative;
  background: rgba(255,255,255,0.7);
  color: #000;
}

.btn .bt{
 display: block;
 background: #000;
 font-weight: bold;
 text-align: center;
 width: 70%;
 margin: 3% auto;
 font-size: 3rem;
 color: #fff;
 padding: 2%;
 border-radius: 10px;
 box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);
 border: #fff 5px solid;
 text-decoration:none;
}

.btn .bt:hover{
 background: #fff;
 color: #000;
 border: #000 5px solid

}

.btn .bt:active{
	box-shadow: none;
	animation: 0.1s ease osubt forwards;
}
@keyframes osubt {
	0%{transform: translateY(0);}
	100%{transform: translateY(10px);}
}
#thankspage{
  z-index: 1;
}
#thankspage .shiharaibox{
  border: dashed 1px #333;
  padding: 2%;
  width: 90%;
  margin: 2% auto;
}
#thankspage .shtt{
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  color: #fff;
  text-shadow: 0 0 10px #7c0707,0 0 30px #7c0707,0 0 20px #7c0707,0 0 3px #000,0 0 1px #000,0 0 5px #7c0707;
}
#thankspage .btn a.bt_pay{
 display: block;
 background: #ffc439;
 font-weight: bold;
 text-align: center;
 width: 80%;
 margin: 3% auto;
 font-size: 3rem;
 color: #000;
 padding: 0.5%;
 border-radius: 60px;
 text-decoration:none;
}

#thankspage .btn a.bt_pay:hover{
 background: #000;
 color: #fff;

}

#thankspage .btn a.bt_pay:active{
	box-shadow: none;
	animation: 0.1s ease osubt forwards;
}



#thankspage p{
 font-weight: bold;
 font-size: 2.1rem;
 color: #000;
}
#thankspage .paytt{
  background: #000;
  padding: 2%;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5%;
  margin-top: 8%;
}
#thankspage .inner{
 background: rgba(255,255,255,0.8);
 margin-top: 1%;
 border-radius: 20px;
 padding: 2%;
 box-shadow: 2px 2px 10px #f00,-2px -2px 10px #f00,0 0 15px #fff,0 0 25px #fff,inset 2px 2px 10px #000,inset -2px -2px 10px #000;
}
#thankspage a{
  color: #f00;
}
#thankspage a.bt{
  color: #fff;
}
#thankspage a.bt:hover{
  color: #000;
}
#thankspage .tlsoto{
background: rgba(255, 255, 255, 0.7);
padding-top: 0.5%;
padding-bottom: 0.5%;
}
#thankspage .tliinner{
  width: 980px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
}
#thankspage .tliinner span{
  font-weight: bold;

}
#thankspage .tlib{
  width: 50%;
  padding: 3% 1%;
  background: #f9f222;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  border-radius: 70px 0 0 70px;
  line-height: 0.7;
  box-shadow: 0 0 2px #000, 2px 2px 2px #000;
}
#thankspage .tl2{
  border-radius: 0 70px 70px 0;
  background: #a31101;
  color: #fff;
}

#thankspage .tl1:hover{
  background: #000;
  color: #f9f222;
  box-shadow: inset 0 0 2px #f9f222, inset 2px 2px 2px #f9f222;
}
#thankspage .tl2:hover{
  background: #fff;
  color: #a31101;
  box-shadow: inset 0 0 2px #000, inset 2px 2px 2px #000;

}

@media screen and (max-width: 768px) {
#thankspage .tliinner{
  width: 100%;
  margin: 0;
  max-width: 100%;
}
#thankspage .tlib{
  border-radius: 0;

}
}
@media screen and (max-width: 480px) {
  #thankspage .tlib{
    font-size: 4.5vw;

}
}

.osusu{
  background: #fff;
  padding: 0.5%;
}
.osusuin{
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*================================================
 *  tueue(index,thanks)
 ================================================*/
#tueue{
  overflow: hidden;
}
#tueue .tueuecb{
  background: rgba(0,0,0,0.5);
}
#tueue .tue_sen{
  z-index: 5;
  padding: 1.5%;
  padding-bottom: 0;
  filter: drop-shadow(0 0 5px #000);
}
#tueue .nanblu{
  backdrop-filter :blur(20px);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  content: "";
}
#tueue .nanabox{
  margin-top: -40px;
}
#tueue .tuebox{

/*  background: url(../images/tfbg_17.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/

}
#tueue .tue_senbox{
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px #fff,0 0 10px #fff;
  background: linear-gradient(to right, #fff 50%,transparent 50%),url(../images/bg_con.jpg);
  background-size: cover;
  background-position: bottom right;

}
#tueue .tue_senin{
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 0 10px #000,0 0 15px #000;
  display: grid;
  place-items: center;
  letter-spacing: 3px;
}



#tueue .tueboxshobox{
  animation: hikaru 2s ease infinite;
}
#tueue .tueboxshoboxim{
  display: block;
  width: 100px;
}
#tueue .tueboxshoboxim2{
  display: block;
  width: 300px;
}
#tueue .tue_senst{
  padding: 1%;
}
#tueue .tue_senstinbj{
  font-size: 200%;
  font-weight: bold;
}
#tueue .tue_senstin{
  width: 1200px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 3rem;
  font-weight: bold;
  display: grid;
  place-items: center;


}
#tueue .wakusoto{
  position: relative;
  z-index: 3;
  padding-bottom: 2%;
}

/*#tueue .wakuuebb{
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid rgba(255,255,255,0.3);
  border-bottom: none;
}
#tueue .wakunakabb{
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid rgba(255,255,255,0.3);
  border-bottom: none;
  border-top: none;

}*/


#tueue .wakustbb{
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*border: 10px solid rgba(255,255,255,0.3);
  border-top: none;*/
  padding-top: 110px;
}

#tueue .lgstsoto{
  animation: ease 3s infinite hikaru2;
}
#tueue .lgst{
  background: linear-gradient(to right,#000 50%, transparent 50%);
}

#tueue .uettbox{
  z-index: 4;
}
#tueue .lgsue{
}
#tueue .lgst img,#tueue .lgsue img{
}

#tueue .fuimsoto {
  position: fixed;
  top:0;
  left: 0;
    mix-blend-mode: screen;
  animation: ease 10s fuimug infinite;
    text-align: center;
    height: 100%;
    width: 100%;
}
#tueue .fuim {
  height: 100%;
  width: 100%;
}
@keyframes fuimug {
    0%{transform: scale(1); opacity: 1;}
    50%{transform: scale(2); opacity: 0;}
    100%{transform: scale(1); opacity: 1;}
}

#tueue .cover{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background:#000;

}
#tueue .coverbgcssoto{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  content: "";
  animation: 3s infinite ease cvkf;

}

#tueue .coverbgcssoto2{
  animation: none;

}
#tueue .coverbgcs{
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../images/shika.png),#000;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  animation: 5s infinite ease cvkfro;

}
#tueue .coverbgcs2{
  width: 100%;
  height: 100%;
  background: url(../images/shika.png);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;

}
@keyframes cvkf {
  0%{
    filter: blur(20px);
  }
  50%{
    filter: blur(0);
  }
  100%{
    filter: blur(20px);
  }

}
@keyframes cvkfro {
  0%{
     transform: rotate(20deg);
  }
  50%{
    transform: rotate(-20deg);
  }
  100%{
     transform: rotate(20deg);
  }

}

#tueue .intuesoto{
  content: "";
  width: 100%;
  height: 100%;
}

#tueue .intue{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  display: grid;
  place-items: center;
  color: #fff;

  padding: 10%; font-size: 3rem;
  font-weight: bold;
  font-size: 3rem;
}
#tueue .numb{
  font-size: 7rem;
}

#tueue .tueboxrisoto{
  background: linear-gradient(#aeaeae 1%,#fff 5%,#fff 95%, #aeaeae 99%);

}
#tueue .tueboxricover{
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top: 0;
  content: "";
  background: #000;
}
#tueue .tueboxrisotoin{
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#tueue .robobox{
  position: absolute;
  width: 30%;
  right: 0;
  top: 15%;

}
#tueue .robobox2{
  position: absolute;
  width: 20%;
  right: 23%;
  top: 20%;

}
#tueue .robobox3{
  position: absolute;
  width: 13%;
  right: 40%;
  top: 25%;

}
#tueue .tatbox{
  position: absolute;
  width: 45%;
  right: 7%;
  top: 40%;

}
#tueue .tueboxri{
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#tueue .diatopbox{
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  text-align: center;
  animation: hikaru 2s ease infinite;
  opacity: 0;
}
#tueue .diatop{
  width: 700px;
}
#tueue .tueboxrist{
  margin-top: 5%;
  background: #fff200;
  box-shadow: 0 0 5px #ff0;
  z-index: 4;
}
#tueue .tueboxristinsoto{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#tueue .fkcs{
  width: 40%;
  position: absolute;
  right: 0;
  bottom: -45%;

}
#tueue .knncs{
  width: 20%;
  position: absolute;
  right: 20%;
  bottom: 40%;

}
#tueue .knncssp{
  display: none;
}

#tueue .lgdtueim{
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1%;
}
#tueue .renline{
  background: linear-gradient(transparent 40%, #0f0e0e 41%,#000 60%);
}
#tueue .renlinest{
  background: rgba(255,255,255,0.6);
  padding: 1%;
}
#tueue .tueboxristin{
  width: 600px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}
#tueue .tueboxriim{
  position: absolute;
  top: -15%;
  left: 0;
  width: 28%;
}

#tueue .tueboxristdtsoto{
  width: 900px;
  max-width: 100%;
  margin: 5% auto 0;
}
#tueue .tueboxristdt{

  position: relative;
  z-index:4;
  width: 90%;
}
#tueue .tueboxristdt img{
  margin-top: 0;
  margin-bottom: 0;
}

#tueue .tueboxlibox{
  position: absolute;
  width: 100%;
  left:0;
  top:0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  filter: drop-shadow(0 0 10px #f00);
  animation: okk ease 15s infinite;
}
@keyframes okk {
  0%{transform: scale(4);}
  20%{transform: scale(1);}
  80%{transform: scale(1);}
  100%{transform: scale(4);}

}
#tueue .tueboxlibox .liue{
  width: 30%;
  opacity: 0.8;
}
#tueue .tueboxlibox .liue1{
  transform: scale(-1, 1);
}
#tueue .cointks{
  position: absolute;
  bottom: -60px;
  left:0;
  width: 100%;
  z-index: 3;
}
#tueue .tuestbox{
  padding: 1%;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  display: grid;
  place-items: center;
  background: #cf000d;
  z-index: 5;
}


#tueue .tuelight{
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2%;
}

#tueue .logoves{
  width: 30%;
}

#tueue .ueligbox{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
}

#tueue .ueligeasoto{
  width: 24%;
  text-align: center;
}

#tueue .ueligin2{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#tueue .uemaruboxsoto{
  display: grid;
  place-items: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
}
#tueue .uemarubox{
  width: 500px;
  height: 500px;

}

#tueue .uemaruea{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

}


#tueue .haikeichosei{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background: linear-gradient(transparent 35%, rgba(0,0,0,0.4) 35%);
}
#tueue .indecabox{
  position: absolute;
  width: 20%;
  right: 0;
  top: -30%;
  text-align: right;
  animation: hikaru 2s ease infinite;
  z-index: 5;

}
#tueue .indecabox img{
  width: 100%;
}
@media screen and (max-width: 1000px) {


}


@media screen and (max-width: 850px) {
#tueue .tue_senbox{
  flex-wrap: wrap;
}

}

@media screen and (max-width: 767px) {
  #tueue .cointks{
    bottom: -10px;

  }
  #tueue .tue_senin{
    padding-right:  40px;
}
#tueue .uemarubox{
  width: 300px;
  height: 300px;
}
#tueue .tueboxristdt{


}
#tueue .indecabox {
    width: 25%;
    top: -10%;
}

#tueue .nanabox{
  margin-top: 0;
}
}


@media screen and (max-width: 480px) {
  #tueue .tue_senin{
    padding-right: 50px;
}
#tueue .knncspc{
  display: none;
}
#tueue .knncssp{
  display: block;
}


}
}

@media screen and (max-width: 400px) {



}


/*================================================
 *  ueca
 ================================================*/
 #ueca{
   padding: 2%;
 }
 #ueca .uecainner{
   width: 1200px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
}
#ueca .imgcent{
  margin-top:0;
  margin-bottom:0
}

/*================================================
 *  hn
 ================================================*/
#hn .medatuft p{
  font-size: 45px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  #hn .medatuft p{
    font-size: 5vw;
  }

}


/*================================================
 *  dgue
 ================================================*/
 #dgue{
   padding-top: 2%;
   padding-bottom: 5%;
   position: relative;
 }
 #dgue .inbgcv{
/*   background: linear-gradient(transparent 95%,#000);
   position: absolute;
   width: 100%;
   content: "";
   height: 100%;
   left: 0;
   top:0;*/
}
 #dgue .inbg{
   background:url(../images/bgbl11.jpg);
   padding-top: 2%;
   padding-bottom: 5%;
   position: absolute;
   content: "";
   width: 100%;
   /*height: 150%;*/
height: 100%;
   left: 0;
   top:0;
   background-size:100%;
   background-position: center top;
 }

 #dgue .innertp{
   text-shadow: 0 0 5px #000,0 0 15px #000,0 0 25px #000;
 }


 #dgue p{
 	font-weight: bold;
	font-size: 2.1rem;
 }


/*================================================
 *  dg
 ================================================*/
 #dg{
   padding-top: 2%;
   padding-bottom: 5%;
   position: relative;
 }
 #dg .inbgcv{
   background: linear-gradient(transparent 95%,#000);
   position: absolute;
   width: 100%;
   content: "";
   height: 100%;
   left: 0;
   top:0;
}
 #dg .inbg{
   background:url(../images/bgbl20.jpg);
   padding-top: 2%;
   padding-bottom: 5%;
   position: absolute;
   content: "";
   width: 100%;
   /*height: 150%;*/
height: 100%;
   left: 0;
   top:0;
   background-size:100%;
   background-position: center top;
 }
 /*#dg .inbgblur{
   position: absolute;
   content: "";
   width: 100%;
height: 100%;
   left: 0;
   top:0;
   backdrop-filter: blur(10px);
}*/
 #dg .innertp{
   text-shadow: 0 0 5px #000,0 0 15px #000,0 0 25px #000;
 }


 #dg p{
 	font-weight: bold;
	font-size: 2.1rem;
 }

 #dg .bkukbox{
   animation: ease hikaru 3s infinite;
 }
 #dg .bkuin{
   position: absolute;
   width: 35%;
   right: 0;
   top: -10%;
 }
#dg .dtct{
  text-align: center;
  font-size: 3rem;
  margin-top: 5%;
  margin-bottom: 6%;
}

#dg .dgkkgim{
  width: 60%;
}
#dg .setdddt{
  margin-top: 15%;
  font-weight: bold;
  font-size: 4rem;
  display: grid;
  place-items:center;
  text-shadow: 0 0 3px #f00,0 0 5px #f00,0 0 10px #f00,0 0 15px #f00,0 0 25px #f00,0 0 30px #f00;
  color: #fff;
  background: linear-gradient(transparent, transparent 20%,#f00 45%,#f00 50%, #f00 55%,transparent 80%, transparent );
}

#dg .dgwake{
  padding-top: 5%;
  background: linear-gradient(transparent, transparent 40%,#f00 48%,#f00 50%, #f00 52%,transparent 60%, transparent );
}

#dg .dgbe,#dg .dgkekka{
  position: absolute;
      display: inline-block;
      background: #000;
      color: #fff;
      border-radius: 8px;
      padding: 5px;
      top: -8%;
      border: yellow 4px solid;
      right: 55%;
      box-shadow: 0 0 3px #000, 0 0 5px #000;
      font-size: 2rem;
      font-weight: bold;
}
#dg .dgkekka{
  right: 10%;
}

#dg .dgbj{
  font-size: 150%;
  font-weight: bold;
}
#dg .dgbjchumo{
  font-size: 150%;
  font-weight: bold;
  color:#f00;
}

#dg .grbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#dg .grbox img{
  width: 40%;
}

#dg .grbox {
  justify-content: center;
}
#dg .greatt{
  text-align: left;
  font-weight: bold;
}
#dg .dtrs{
  position: absolute;
  width: 75%;
  left: 10%;
  bottom: 5%;
}
#dg .medatuft p{
  font-size: 2.5rem;
}
#dg .dstbox{
  padding: 2%;
  border: dashed 3px #f00;
  border-radius: 8px;
}

#dg .datarie{
  text-decoration: underline;
  text-decoration-color: #f00;
}


#dg .datannbox{
  width: 600px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;

}

#dg .datanntt{
  background: #ddd;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 8px #000;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 1% 2%;
  clip-path: polygon(0 100%, 0 0, 80% 0, 100% 100%);

}
#dg .guim{
  width: 25%;
  position: absolute;
  right: 0;
  top: -55%;
}
#dg .datannbox .imgcent{
  border: solid 5px #ddd;
  margin:0;
  margin-top: -1px;
}

@media screen and (max-width: 1000px) {
#dg .whspage{
  white-space: normal;
}
}

@media screen and (max-width: 767px) {
#dg .dgdddt,#dg .setdddt{
  font-size: 3rem;
}
#dg .dgbe,#dg .dgkekka{
  top: -15%;
  right: 45%;
}
#dg .dgkekka{
  right: 10%;
}
#dg .whspage{
  white-space: nowrap;
}
}
@media screen and (max-width: 480px) {
  #dg .grbox{
    justify-content: center;
}
#dg .grbox img{
  width: 60%;
}
#dg .grbox p{
  width: 100%;
}
}
@media screen and (max-width: 400px) {

#dg .whspage{
  white-space: normal;
}
}

/*================================================
 *  dgst
 ================================================*/
 #dgst{
   padding-top: 2%;
   padding-bottom: 5%;
   position: relative;
 }
 #dgst .inbgcv{
   background: linear-gradient(#000, transparent 2%,transparent 95%,#000);
   position: absolute;
   width: 100%;
   content: "";
   height: 100%;
   left: 0;
   top:0;
}
 #dgst .inbg{
   background:linear-gradient(rgba(0,0,0,0.3), #000),url(../images/tfbg_17.jpg);
   padding-top: 2%;
   padding-bottom: 5%;
   position: absolute;
   content: "";
   width: 100%;
   /*height: 150%;*/
height: 100%;
   left: 0;
   top:0;
   background-size:100%,300px;
   background-position: center top;
 }

 #dgst .innertp{
   text-shadow: 0 0 5px #000,0 0 15px #000,0 0 25px #000;
 }


 #dgst p{
 	font-weight: bold;
	font-size: 2.1rem;
 }
 #dgst .medatuft p{
   font-size: 2.5rem;
 }
 #dgst .datarie{
   text-decoration: underline;
   text-decoration-color: #f00;
 }

 /*================================================
  *  int
  ================================================*/
  #int{
    padding-top: 2%;
    padding-bottom: 2%;
    position: relative;
  }
  #int .inbgcv{
    background: linear-gradient(#000, transparent 10%,transparent 95%,#fff);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top:0;
 }
  #int .inbg{
    background:url(../images/bgbl07.jpg);
    padding-top: 2%;
    padding-bottom: 5%;
    position: absolute;
    content: "";
    width: 100%;
    /*height: 150%;*/
    height: 100%;
    left: 0;
    top:0;
    background-size:cover;
    background-position: right top;
  }
  #int .tp{
    border-bottom-color: #f00;
  }


  #int .innertp{
    color: #000;
 }
  #int p{
  	font-weight: bold;
 	font-size: 2.1rem;
   color: #000;
  }
  @media screen and (max-width: 767px) {
  }

  /*================================================
   *  kaz
   ================================================*/
   #kaz{
     background:linear-gradient(#fff 1%, transparent 10%),url(../images/bgbl04.jpg),#014a2f;
     background-size: 100%;
     padding-top: 2%;
     padding-bottom: 5%;
     position: relative;
   font-size: 2.1rem;
   background-repeat: no-repeat;
   }

   #kaz .tp{
     border-bottom-color: #f00;
   }


   #kaz .innertp{
     text-shadow: 0 0 5px #092b01,0 0 15px #092b01,0 0 25px #092b01,0 0 35px #092b01;
  }
   #kaz .inner{
     background: #fff;
     box-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
   }
  #kaz p{
    font-weight: bold;

  }
#kaz .pointb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#kaz .pointc{
  width: 150px;
  order: 2;

}
#kaz .pointa{
  order: 1;

}
#kaz .kaindebox{
  padding: 2%;
  border: dashed 2px #cf000d;
  border-radius: 8px;
  margin-bottom: 5%;
}
#kaz .dtbindg{
  background: #fff;
}
#kaz .reibox{
  background: linear-gradient(rgba(144,9,9,0.7),rgba(144,9,9,0.7)),url(../images/bgbl03.jpg);
  background-size: 100%;
  position: relative;
}
#kaz .reibox::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  content: "";
}
#kaz .kazreb{
  padding: 1.5%;
  background: rgba(255,255,255,0.7);
  border-radius: 8px;
  box-shadow: inset 0 0 3px #333, inset 2px 2px 3px #333;
}
#kaz .kazreb .databox{
  margin-bottom: 0;
}
#kaz .kfuwa{
  filter: drop-shadow(0 0 5px #fff);
}
#kaz .ktextfuwa{
  text-shadow: 0 0 3px #fff, 0 0 5px #fff;
}

#kaz .kazrett{
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff,
           -2px 2px 0px #fff,  2px -2px 0px #fff,
            2px 0px 0px #fff, -2px -0px 0px #fff,
            0px 2px 0px #fff,  0px -2px 0px #fff;
}
   @media screen and (max-width: 480px) {
     #kaz .pointc{
       width: 100px;
       order: 1;

     }
     #kaz .pointa{
       order: 2;
         width: 100%;
         display: grid;
         place-items: center;

     }
   }


      /*================================================
       *  hiwa
       ================================================*/
       #hiwa{
         padding-top: 2%;
         padding-bottom: 5%;
         position: relative;
         font-size: 2.1rem;

       }
       #hiwa .inbgcv{
         background: linear-gradient(#000 15%,transparent 20%,transparent 90%,#fff);
         position: absolute;
         width: 100%;
         content: "";
         height: 100%;
         left: 0;
         top:0;
      }
        #hiwa .inbg{
          background:linear-gradient(rgba(255,255,255,0.7), 90%,#fff),url(../images/bgbl02.jpg),#fff;
         padding-top: 2%;
         padding-bottom: 5%;
         position: absolute;
         content: "";
         width: 100%;
         /*height: 150%;*/
         height: 100%;
         left: 0;
         top:0;
         background-size:100%;
         background-position: center top;
       }
       #hiwa .tp{
         border-bottom-color: #f00;
       }

       #hiwa .inner{
         margin-top:0;

}
#hiwa .innerst{
  background: #fff;
  box-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;

}

       #hiwa .innertp{
         text-shadow: 0 0 5px #092b01,0 0 15px #092b01,0 0 25px #092b01,0 0 35px #092b01;
      }
      #hiwa .hiwainbg{
        content: "";
        position:absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left:0;
        background: url(../images/dms.png);
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: right bottom;
      }
#hiwa p{
  font-weight: bold;
}
#hiwa .ttkim{
  float: right;
  margin: 2%;
  width: 45%;
}
#hiwa .yim{
  float: right;
  margin: 2%;
  padding: 1%;
  background: #ddd;
  width: 35%;
}

      @media screen and (max-width: 900px) {
      #hiwa .hiwainbg{
        opacity: 0.15;
   }
   }
   @media screen and (max-width: 480px) {
   #hiwa .hiwacs{
     padding-bottom: 100px;
   }
   #hiwa .hiwainbg{
     background-size: 50%;
     background-position: center bottom;

   }
   #hiwa .yim{
     float: none;
     margin: 2% auto;
     width: 60%;
     display: block;
   }
   #hiwa .ttkim{
     float: none;
     margin: 2% auto;
     width: 70%;
   }
   }

  /*================================================
   *  nytoha
   ================================================*/
   #nytoha{
     padding-top: 2%;
     padding-bottom: 5%;
     position: relative;
     font-size: 2.1rem;
     padding-bottom: 10%;

   }
   #nytoha .inbgcv{
     background: linear-gradient(#000,transparent 10%,transparent 95%,#000);
     position: absolute;
     width: 100%;
     content: "";
     height: 100%;
     left: 0;
     top:0;
  }
    #nytoha .inbg{
      background:linear-gradient(#000 ,rgba(0,0,0,0.4) 10%,rgba(0,0,0,0.4) 95%,#fff),url(../images/bgbl08.jpg);
     padding-top: 2%;
     padding-bottom: 5%;
     position: absolute;
     content: "";
     width: 100%;
     /*height: 150%;*/
height: 100%;
     left: 0;
     top:0;
     background-size:cover;
     background-position: center top;

   }
   #nytoha .tp{
     border-bottom-color: #f00;
   }


   #nytoha .innertp{
     text-shadow: 0 0 5px #092b01,0 0 15px #092b01,0 0 25px #092b01,0 0 35px #092b01;
  }
  #nytoha .btst{
    background: linear-gradient(#ddd 2%, #fff 10%);
    color: #000;
    font-size: 2.9rem;
    font-weight: bold;
    padding: 1% 2%;
}
  #nytoha .nythsys .nybtmj{
    font-size: 150%;
    font-weight: bold;
  }
#nytoha .nythsys{
  background: url(../images/bgbl13.jpg),#000;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

   @media screen and (max-width: 767px) {
     #nytoha .nythsys .nybtmj{
       font-size: 8.5vw;
     }
   }



/*================================================
*  acc
================================================*/
#acc{
  background-position: center;
  padding-top: 2%;
  padding-bottom: 5%;
  position: relative;
  background-size: cover;
  font-size: 2.1rem;
}
#acc .inbgcv{
  background: linear-gradient(#fff,transparent 15%, transparent 70%, #fff 85%);
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  left: 0;
  top:0;
}
#acc .inbg{
  background:linear-gradient(#fff ,rgba(255,255,255,0.5) 15%),url(../images/bgbl09.png);
 padding-top: 2%;
 padding-bottom: 5%;
 position: absolute;
 content: "";
 width: 100%;
 /*height: 150%;*/
height: 100%;
 left: 0;
 top:0;
 background-size:100%;
 background-repeat: no-repeat;
 background-position: center top;
}
#acc p{
  font-weight: bold;

}
#acc .innertp{
  text-shadow: 0 0 5px #092b01,0 0 15px #092b01,0 0 25px #092b01,0 0 35px #092b01;
}

#acc .sisanboxsoto{
  width: 90%;
  margin: 5% auto;
  overflow: hidden;
}

#acc .sisanbox{
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}

#acc .shitayjirushi{
 text-align: center;
 font-size: 7rem;
 font-weight: bold;
 color: #000;
}
#acc .sisannb{
text-align: center;
padding: 0.5%;
font-size: 3rem;
font-weight: bold;
color: #fff;
background: #000;
width: 100%;
}
#acc .sisandt{
width: 70%;
padding: 2%;
}
#acc .sisandtin{
padding: 6%;
background: #fff;
box-shadow: 3px 3px 2px #000 inset,0 0 2px #000 inset;
overflow: hidden;
font-size: 2.4rem;
font-weight: bold;
}

#acc .sisangz{
width: 30%;
}

#acc .sisanim{
max-width: 100%;
}
#acc .hochumo{
display: grid;
place-items:center;
color: #fff;
text-shadow: 0 0 5px #f00,0 0 10px #f00,0 0 5px #f00,0 0 15px #f00,0 0 25px #f00;
 font-weight: bold;
 font-size: 5rem;
}


#acc .chrbox{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -100px;
}
#acc .chrea{
  width: 13%;
}

#acc .mnst{
 z-index: 4;
 display: grid;
 place-items: center;
 font-size: 6rem;
 transform: rotate(-5deg);
 color: #fff;
 font-weight: bold;
 text-shadow: 0 0 20px #000,0 0 5px #5b4404,0 0 10px #5b4404,0 0 5px #f00,0 0 15px #5b4404,0 0 25px #5b4404;
}

#acc .medatuft p.medain{
  padding: 2%;
}
@media screen and (max-width: 767px) {

#acc .sisandt{
 width: 98%;
 order: 2;
}
#acc .sisangz{
 width: 60%;
 margin-top: 5%;
 margin-bottom: 5%;
 order: 1;
 filter: drop-shadow(0 0 10px #fff);
}
#acc .hochumo{
 font-size: 3.8rem;
}
#acc .chrbox{
  padding-bottom: 5%;
}

#acc .medatuft p.medain{
  font-size: 6vw;
}
}





/*================================================
 *  gam
 ================================================*/
 #gam{

   padding-top: 2%;
   padding-bottom: 2%;
   position: relative;
   background: url(../images/bgbl16.jpg);
   background-size: cover;
   background-position: center;

 }

 #gam .innertp{
   text-shadow: 0 0 5px #092b01,0 0 15px #092b01,0 0 25px #092b01,0 0 35px #092b01;

 }
 #gam .inner{
 }
 #gam .tp{
   z-index: 3;
}
#gam .intinbg,#gam .inner{

}

 #gam p{
   font-weight: bold;
 font-size: 2.1rem;
  color: #000;
 }

   #gam .twbox{
     width: 40%;
     float: right;
     padding-top: 20%;
     animation: hikaru 2s ease infinite;

   }
   #gam .twi{
     position: absolute;
     top: 0;
     left: 0;
     width: 35%;
}
#gam .tw2{
  right: 0;
  left: auto;
}
#gam .ligsoto{
  background: rgba(0,0,0,0.3);
  padding: 2%;
  border-radius: 10px;
  padding-bottom: 5%;
  animation: hikaru 2s ease infinite;
  animation-delay: 3s;
  box-shadow : 0 0 2px #fff,0 0 12px #fff,0 0 22px #fff;
}

#gam .ligindeca{
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: center;
}
#gam .ligindecaea{
  width: 24%;
  margin: 0.5%;
  text-align: center;
}
#gam .ligcolr{
  background: linear-gradient(transparent 10%, rgba(255,255,255,0.25) 10%,rgba(255,255,255,0.25) 65%, transparent 65% );
}
#gam .ligbox{
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: center;

}

#gam .ligeasoto{
  width: 24%;
  margin: 0.5%;
  text-align: center;
}

#gam .ligin2{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#gam .tent{
  font-size: 6rem;
  color: #fff;
	text-shadow: 2px 2px 0px #660404, -2px -2px 0px #660404,
           -2px 2px 0px #660404,  2px -2px 0px #660404,
            2px 0px 0px #660404, -2px -0px 0px #660404,
            0px 2px 0px #660404,  0px -2px 0px #660404;
  font-weight: bold;
  text-align: center;
}
#gam .entrboxsoto{
  text-align: center;
  margin-top: 5%;
}
#gam .entrbox{
  padding: 1% 2%;
  background-image: linear-gradient(#ff0000 50%,#ce0404 50%);
  color: #fff;
  font-size: 3rem;
  border-radius: 8px;
  border: solid #fff 4px;
  display: inline;
  font-weight: bold;
}
#gam .clim,#gam .cllim{
  width: 100px;
  position: absolute;
  right: 30%;
  top: 20%;
}

#gam .fuco,#gam .fuks{
  position: absolute;
  left: 0;
  top: 0;

}
#gam .fuko{
  position: absolute;
  right: 4%;
  top: 17%;
  width: 27%;
}
#gam .fucoinbox{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#gam .fucoin{
  position: absolute;
  right: 15%;
  top: 25%;
  width: 7%;
}

@media screen and (max-width: 768px) {

#gam .clim,#gam .cllim{
  width: 20%;
  right: 13%;
  top: 40%;
}
#gam .entrbox{
  font-size: 5.5rem;
}
}
@media screen and (max-width: 480px) {
  #gam .ktopic{
    font-size: 4.5vw;
  }
  #gam .entrbox{
    font-size: 4rem;
  }
}


/*================================================
*  kku
================================================*/
#kku{
  padding: 2%;
  background-size: 100%;
  position: relative;
  background-position: top center;
   font-size: 2.1rem;
}

#kku .inbg{
  position: absolute;
  width: 100%;
  /*height: 150%;*/
height: 100%;
  background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../images/bgbl19.png);
  content: "";
  left: 0;
  top: 0;
  background-size: 100%, 500px;
  background-position: center top;
}
#kku::after{
  content: "";
  position: absolute;
  left:0;
  bottom: 0;
  width: 100%;
  height: 2%;
  background: linear-gradient(transparent 10%, #000 );
}
#kku .innerin{
  background: #fff;
}
#kku .innertp{
  text-shadow: 0 0 5px #092b01,0 0 15px #092b01,0 0 25px #092b01,0 0 35px #092b01;
}

#kku p{
 font-weight: bold;
}
#kku span{
  font-weight: bold;
}
#kku .kkubj{
  font-weight: bold;
  font-size: 130%;
}

#kku .kkuchumo{
  font-weight: bold;
  color:#f00;
  font-size: 130%;
}

#kku .kkubox{
  width: 1000px;
  margin: 5% auto;
  max-width: 97%;
  padding: 2%;
  border-radius: 8px;
  background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,0.5)),url(../images/tfbg_01.png);
  background-size: cover;
  background-position: center;
}

#kku .kkuboxin{
  display :flex;
  flex-wrap: wrap;
  margin-bottom: 3%;
  background: #fff;
  box-shadow: 0 0 10px #fff, 0 0 3px #fff;
}
#kku .kkuboxlf{
  width: 35%;
  background: #000;
  color: yellow;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 3%;
}
#kku .kkuboxri{
  width: 65%;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 3%;

}
#kku .kkuboxst{
  width: 100%;
}

#kku .kank{
  width: 800px;
  max-width: 95%;
  margin: 6% auto 0;
  border: solid 2px #f00;
}
#kku .kanktt{
  background: #f00;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  padding: 2%;
}
#kku .kankdt{
  background: #fff;
  color: #f00;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
  padding: 2%;
}

#kku .kinobox{
  width: 800px;
    margin: 5% auto;
    max-width: 97%;
  background: #fff;
  padding: 2%;
  border-radius: 8px;
  border: dashed 2px #000;

}
#kku .kinott{
  background: linear-gradient(to right,#700000 50%, transparent 80%);
  color: #fff;
  padding: 1%;
  font-weight: bold;
  font-size: 2.5rem;
}
#kku .yc{
  float: right;
  margin: 2%;
  background: #fff;
  padding: 1%;
  width: 35%;
}
#kku .coinbox{
  position: absolute;
  right: 3%;
  top: -10%;
  width: 300px;
}
@media screen and (max-width: 768px) {
  #kku .yc{
    float: none;
    width: 50%;
    display: block;
    margin: 2% auto 5%;
}
#kku .coinbox img{
  opacity: 0.3;
}
}


/***************************
shohinshokai
*****************************/

#shohinshokai{
  background-size: 100%;
	padding: 5% 2%;

}
#shohinshokai .inner{
	box-shadow: 0 0 5px #fff,0 0 15px #092b01,0 0 25px #092b01,inset 0 0 10px #092b01,inset 0 0 120px #092b01;
}
#shohinshokai .innerin{
  background: url(../images/bgbl07.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#shohinshokai p{
	font-size: 2.2rem;
	font-weight: bold;
}
#shohinshokai .innertp{
	font-size: 3rem
}
#shohinshokai .shohinshokaibj{
	font-size: 10rem;
	font-weight: bold;
	color: #faa92e;
  -webkit-text-stroke: 1px #333;
}
@media screen and (max-width: 767px) {
  #shohinshokai .shohinshokaibj {
  	font-size: 6rem;
  }
}

/***************************
商品ボックス共通
*****************************/
#allshohin{
  position: relative;
  margin-top: -1px;
}


#allshohin .inbg{
  margin-top: -1px;
  position: absolute;
  width: 200%;
  height: 100%;
  background: linear-gradient(#000 5%, transparent 10%),url(../images/bgbl11.jpg);
  content: "";
  left: 0;
  top: 0;
  background-size: 100%;
  background-position: center top;
}


#allshohin p{
	margin: 0;
}
#allshohin .tukalist{
  display: flex;
  justify-content: space-around;
  margin-bottom: 5%;
}

#allshohin .shohintt{
  text-shadow: 0 0 10px #000,0 0 30px #000,0 0 20px #000,0 0 3px #000,0 0 1px #000,0 0 5px #000;
  font-size: 5rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5%;
}
#allshohin .shohinshokaibox{

}
#allshohin .shsk_inbox{
  animation: hikaru 2s ease infinite;
}
#allshohin .shsk_inbox_lf{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

#allshohin .shsk_inbox_ri{
	display: inline-block;
	width: 48.5%;
	vertical-align: middle;
}
#allshohin .uebox{
	background: #AA9900;
	padding: 3%;
	box-shadow: 3px 3px 5px #333;
}
#allshohin .ueboxin{
	background: #fff;
	padding: 3%;
	box-shadow: 0 0 3px #333;
}
#allshohin .uebox p{
	font-size: 2.6rem;
	text-align: center;
}
#allshohin .uebox i{
	display: block;
	font-size: 6rem;
	margin-left: auto;
	margin-right: auto;
}
#allshohin .uebox .shsk_inbox_list{
	border-bottom: dotted #333 2px;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-radius: 0;
}
#allshohin .uebox .shsk_inbox_list .shsk_inbox_lists{
  font-size: 70%;
}

#allshohin .uebox .shsk_inbox_ngstm{
  text-align: left;
  font-size: 2rem;
  line-height: 2;
}
#allshohin .shsk_inbox_lfeachshohin{
	width: 46%;
}

#allshohin .shsk_inbox_rieachshohin{
	width: 53%;
}


#allshohin .shsk_inbox_intt{
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 10px #333;
	font-weight: bold;
	font-size: 4.5rem;
	text-align: left;
	padding: 1%;
	/*border-bottom: 3px solid #fff;*/
}
#allshohin .shsk_inbox_inttsm{
  font-size: 3rem;
  font-weight: bold;
}

#allshohin .shsk_inbox_line{
	border: none;
	border-bottom: 3px solid #fff;
	box-shadow: 0 0 5px #333, 0 0 10px #333;
	margin: 0;
	padding: 0;
	margin-bottom: 5%;
}


#allshohin .shsk_otbox{
	padding:2%;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	border: solid #aa9900 10px;
	box-shadow: 0 0 10px #333,0 0 10px #333 inset,0 0 20px #333 inset;
}


#allshohin .shsk_inbox_in{
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background-color: #ffffff;
	padding: 1%;
	border-radius: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5%;
}

#allshohin .shsk_inbox_list{
	color: #333333;
	font-weight: bold;
	font-size: 2rem;
	padding: 1%;
	border-radius: 10px;
	margin-bottom: 0.5%;
	text-align: left;
}


#allshohin .shohinbig{
	font-size: 2.5rem;
}

#allshohin .shsk_inbox_kankyo{
	border: #000 dashed 4px;
	padding: 2%;
	width: 98%;
  max-width: 800px;
	margin: 2% auto;
	border-radius: 10px;
	background: #Fff;
}

#allshohin .shsk_inbox_kankyodt{
	color: #333333;
}
 #allshohin .shohinshokaibox p,#allshohin .shsk_otbox p{
	font-weight: bold;
	margin-bottom: 0.5%;
	margin-top: 0.5%;
	line-height: 1.5;

}
#allshohin p.shohinboxalleft{
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;

}


#allshohin .shsk_inbox_kankyo_tt{
	background: #000;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	padding: 1%;
	color: #fff;
	text-shadow: 0 0 10px #000;
}


#allshohin .productsetumesho{
 margin-top: 5%;
 margin-bottom: 5%;
}

#allshohin .shsk_inbox_inteika{
 font-size: 3.5rem;
}


#allshohin .shsk_inbox_in_teikap{
 text-decoration: line-through;
}

#allshohin .shsk_inbox_in_kakaku{
 font-size: 3.5rem;
 color: #ff0000;
 margin-bottom: 0;
 text-shadow: 0 0 3px #fff, 0 0 5px #fff;

}
#allshohin .shohinshokaibox p.kakakusoto{
  text-align: center;
  margin-top: 5%;
  /*text-shadow: 0 0 3px #fff, 0 0 5px #fff,4px 4px 3px #000,0 0 10px #fff,0 0 8px #fff;*/
  font-weight: bold;
}
#allshohin .shohinshokaibox p.kakakusoto .shsk_inbox_in_price {
  text-shadow: 0 0 3px #fff, 0 0 5px #fff,4px 4px 3px #000,0 0 10px #fff,0 0 8px #fff;
  font-weight: bold;

}
#allshohin .shsk_inbox_in_price{
 font-size: 5.5rem;
 text-shadow: 0 0 3px #fff, 0 0 5px #fff,4px 4px 3px #000;

}


#allshohin .shsk_inbox_in_gentei{
 font-size: 4rem;
 color: #ff0000;
 margin-bottom: 0;
 text-shadow: 2px 2px 2px #333333;
}
#allshohin .shsk_in_smt{
  font-size: 3rem;
}

#allshohin .shohinboxnakasetume{
 margin: 1% 2% 5% 2%;
 padding: 2%;
 border: #cccccc solid 1px;
 background-color: rgba(255, 255, 255, 0.5);
 border-radius: 10px;
 box-shadow: 2px 2px 2px #000000;
 line-height: 1.8;
 text-align: left;
}

#allshohin .shohinboxmes{
 font-size: 1.5rem;
 text-align: left;
 margin: 5% 2% 0 2%;
}

#allshohin button.shsk_inbox_in_moshi{
 display: block;
 background: #000;
 font-weight: bold;
 text-align: center;
 width: 80%;
 margin: 3% auto;
 font-size: 3rem;
 color: #fff;
 padding: 2%;
 border-radius: 10px;
 box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);
 border: #fff 5px solid
}


#allshohin button.shsk_inbox_in_moshi:hover{
 background: #fff;
 color: #000;
 border: #000 5px solid

}

#allshohin button.shsk_inbox_in_moshi:active{
	box-shadow: none;
	animation: 0.1s ease osubt forwards;
}
@keyframes osubt {
	0%{transform: translateY(0);}
	100%{transform: translateY(10px);}
}

#allshohin .formshita{
	border-radius: 20px;
	padding: 2%;
	font-size: 1.8rem;
  text-align: center;
}
#allshohin .formshita span.marker{
  font-weight: bold;
}


#allshohin .shokaichui{
  padding: 2%;
  border-radius: 10px;
  border: #333 solid 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  background: #fff;
}

#allshohin .shokaird{
  color: red;
  font-weight: bold;
}



@media screen and (max-width: 767px) {
#allshohin .shsk_inbox_lf,#allshohin .shsk_inbox_lfeachshohin{
  width: 70%;
  display: block;
  margin: 0% 20% 2% 10%;
}
#allshohin .shsk_inbox_ri,#allshohin .shsk_inbox_rieachshohin{
  width: 90%;
  display: block;
  margin: 2% auto;
}

#allshohin .shsk_inbox_in{
  width: 100%;
  font-size: 15px;
}
  #allshohin p.shohinboxalleft{
    margin-left: 2%;
    margin-right: 2%;
}
#allshohin .shsk_otbox p.shsk_inbox_in_kakaku{
   text-align: center;
}
#allshohin button.shsk_inbox_in_moshi{
  font-size: 4vw;
}
#allshohin .shohinshokaibox p.stngnaiyo{
  font-size: 3rem;
  text-align: left;
  padding: 1%;
}

#allshohin .shohinshokaibox p.stnaiyoichgyo{
  display: grid;
  place-items: center;
  padding: 1%;
  text-align: left;

}

}


/*================================================
*  qa
================================================*/
#qa{
  background: linear-gradient(transparent 85%,#fff),url(../images/bgbl03.jpg);
  background-size: 100%;
  position: relative;
  padding-bottom: 5%;
  background-position: top center;


}
#qa::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  content: "";
}

#qa .innertp{
text-shadow: 0 0 5px #092b01,0 0 15px #092b01,0 0 25px #092b01,0 0 35px #092b01;
}

#qa .inner{
  animation: hikaru3 ease infinite 2s;

}

#qa i.ochicoin{
  color: #d6bd02;
}

#qa p{
 font-weight: bold;
 font-size: 2.1rem;
 margin: 0;
}
#qa .qabox{
  border: solid 5px #fff;
  margin-bottom: 5%;
  filter:drop-shadow(5px 5px 3px #000);
  background:url(../images/bgbl12.jpg),#000;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#qa .qabox:first-child{
  margin-top: 5%;
}
#qa .qaboxin{
  padding: 5% 2% 5%;
  border-radius: 20px 0 20px 0;
  background-size: cover;
}
#qa .qa_qdt{
  font-weight: bold;
  margin: 0;
  padding-left: 6%;
  text-indent: -5%;
  margin-bottom: 2%;
  color: #fff;
  text-shadow: 0 0 5px #000,0 0 10px #000,0 0 20px #000;
}
#qa .qa_adt{
  background: #fff;
  font-weight: bold;
  padding: 1% 2%;
  padding-left: 6%;
  text-indent: -5%;
  box-shadow: 2px 2px 2px inset #000;
  margin: 0;
  color:#092b01;
}

#qa .im1box{
 display: block;
}
#qa .imboxin{
 top: 1%;
 left: 3%;
 position: absolute;
 background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
 display: inline-block;
 color: #fff;
 text-shadow: 3px 3px 2px #000,0 0 2px #000;
 font-weight: bold;
 font-size:3rem;
 padding: 5px 10px;
 border-radius: 8px;
 box-shadow: 3px 3px 2px #000;
 text-indent: 0;
}
@media screen and (max-width: 767px) {
#qa .qaboxin{
clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 3% 100%, 0 90%);
}
#qa .imboxin{
  font-size:3vw;

}
}

/*================================================
*  tokuten
================================================*/
#tokuten{
background: url(../images/bgbl05.jpg);
  padding: 2%;
  background-size: cover;
  background-position: center;
}
#tokuten .innertp{
  text-shadow: 0 0 3px #000,0 0 5px #000,0 0 8px #000;
}
#tokuten .innersoto{
    width: 980px;
    max-width: 98%;
    margin: 0 auto;
    background: linear-gradient(to top right,#000,#951515,#a71616,#951515,#000);
    padding: 2%;
    box-shadow: inset 2px 2px 5px #333,2px 2px 10px #fff,-2px -2px 10px #fff,inset 2px 2px 10px #fcbd5f,inset -2px -2px 10px #fcbd5f;
    border-radius: 20px;
    margin-top: 5%;
}
#tokuten .inner{
  background-size: cover;
  background-position: center top;
  margin-top: 0!important;
  position: relative;
  width: 100%;
 background:linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7)),url(../images/bgbl07.jpg),#fff;
 margin-top: 5%;
 border-radius: 20px;
 padding: 2%;
 box-shadow: inset 2px 2px 5px #333,0 0 2px #333;
 background-size:cover;

}
#tokuten .inner::before{
  /*position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: ;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 90% 5%;
  opacity: 0.2;*/
}

#tokuten p{
 font-weight: bold;
 font-size: 2.1rem;
 position: relative;
 margin-top: 5%;
}
#tokuten .ktopic{
  position: relative;
}
#tokuten .mhim{
  float: right;
  width:35%;
  margin: 2%;
  animation: hikaru3 ease infinite 2s;

}
@media screen and (max-width: 768px) {
  #tokuten .tokubox{
    width:60%;
  }
}

@media screen and (max-width: 480px) {
  #tokuten .mhim{
    float: none;
    width:60%;
    margin: 5% auto;
  }
}
/*================================================
*  voice
================================================*/

#voice{
  background: #fff;
  position: relative;
  background-size: cover,cover,300px,cover;
  font-size: 2.1rem;


}
#voice .innertp{
text-shadow: 0 0 5px #092b01,0 0 15px #092b01,0 0 25px #092b01,0 0 35px #092b01;
}

#voice .voiceinbg{
  z-index:3;
  padding: 2%;
}
#voice .inner{
 background: radial-gradient(closest-side,rgba(242,185,41,0.3) 50%,#f2efe1,#f4ecc7),url(../images/tfbg_11.jpg);
 margin-top: 5%;
 padding: 2%;
 box-shadow: 0 0 2px #ccc, 6px 6px 3px #ccc;
 background-size: cover, 100%;
}
#voice .inner::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);

}
#voice p{
 font-weight: bold;
 margin: 0;
}
#voice .vft{
  font-family: 'Zen Antique', serif;
}
#voice span{
  font-weight: bold;
}
#voice .voiceletterbox{
  font-size: 20rem;
  float: right;
  margin: 3%;
  font-weight: bold;
  color: #333;
}
#voice .voiceletterkf{
  position: absolute;
  left:0;
  top:0;
  color: #ffe100;
  text-shadow: 2px 2px 3px #000;
}
#voice .niim{
    display: block;
    margin: 2% auto;
    width: 50%;
    padding: 2%;
 background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);

}

#voice .moyo{
  float: right;
  padding: 2%;
  background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
  box-shadow: 2px 2px 3px #333, 0 0 3px #333;
  width: 30%;
}

#voice .upyo{
  float: right;
  box-shadow: 2px 2px 3px #333, 0 0 3px #333;
  width: 35%;
  margin: 2%;
}
#voice .ntrc{
  display: block;
  width: 60%;
  margin: 2% auto;
}

@media screen and (max-width: 1000px) {

#voice .voiceletterboxnone{
  display: none;
}
}

@media screen and (max-width: 767px) {
#voice .voiceletterbox{
  font-size: 30rem;
  float: none;
  width: 216px;
  height: 261px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
#voice .upyo{
  float: none;
  display: block;
  margin: 2% auto;
  width: 60%;
}
}


/*================================================
*  tui
================================================*/
#tui{
  padding: 2%;
  position: relative;
  font-size: 2.1rem;
  background: #000;
  }
  #tui .inbgcv{
    background: linear-gradient(#fff,transparent 15%,transparent 85%,#000);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top:0;
}
  #tui .inbg{
    position: absolute;
    width: 100%;
    /*height: 150%;*/
height: 100%;
    background: url(../images/bgbl14.jpg);
    content: "";
    left: 0;
    top: 0;
    animation: blink 3s infinite ease;
    background-size: 100%;
    background-position: center top;
  }
#tui .tuiin{
  z-index: 3;
}
#tui .innertp{
  text-shadow: 0 0 5px #092b01,0 0 15px #092b01,0 0 25px #092b01,0 0 35px #092b01;

}
#tui .inner{
  margin-top: 0;
}
#tui p{
 font-weight: bold;
 margin: 0;
}
#tui .tuft{
  font-family: 'Zen Antique', serif;
}
#tui .tuibox{
  font-family: “HGP行書体”, “ＭＳ Ｐ明朝”, “MS PMincho”, serif;
  background: url(../images/bgbl18.png),#fcefd6;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
  box-shadow: 0 0 10px inset #965260, 0 0 30px inset #440202, 0 0 10px #fff, 0 0 20px #fff;
  padding: 2%;
  margin-top: 10%;
}
#tui .sign{
  text-align: right;
}

#tui .tuiko{
  width: 400px;
  max-width: 60%;
  margin-top: -5%;
}

#tui .tuibj{
  font-size: 120%;
  font-weight: bold;
}

#tui .tuird{
  color: #f00;
}


#tui .shuyo{
  float: right;
  padding: 1%;
  background: #fff;
  box-shadow: 2px 2px 3px #333, 0 0 3px #333;
  width: 40%;
}

#tui .attim{
  float: right;
  width: 40%;
}

#tui .arc{
  display: block;
  margin: 2% auto 5%;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 1200px) {
#tui .tuibgpo{
  height: 1000px;
}
}

@media screen and (max-width: 768px) {
#tui .tuibgpo{
  height: 500px;
}

#tui .shuyo{
  float: none;
  display: block;
  margin: 2% auto;
  width: 60%;
}
#tui .attim{
  display:none;
}
#tui .tatbg{
  background: url(../images/tat.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top:0;
  opacity: 0.25;
  background-size: 70%;
  background-position: top center;
  background-repeat: no-repeat;
}

}

/*================================================
 *  otoiawase
 ================================================*/
 .otoiawase_new{
 	padding: 5% 2%;
	background: #000;
	position: relative;
  background-size: cover;
 }
  .otoiawase_new .otoiawase_new_ue{
 	 text-align: center;
 	 font-weight: bold;
 	 color: #fff;
 	 font-size: 2.0rem;
  }
.otoiawase_newfl{
	display: flex;
	justify-content: stretch;
}
.otoiawase_newfl a{
	font-weight: bold;
	font-size: 2rem;
	text-decoration: none;
	background: #1d97f4;
	border-radius: 8px;
	padding: 2%;
	margin: 1%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-grow: 1;
	background: #fff;
	box-shadow: 2px 2px 5px inset #513300;
  color: #333;
}
@media screen and (max-width:350px) {
	.otoiawase_newfl{
		display: block;
	}
		.otoiawase_newfl a{
			display: block;
			width: 80%;
			margin: 2% auto;
		}
}
