@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:#fff;
}
.sp{
  display: none!important;
}
.inner {
	position:relative;
	width:980px;
  max-width: 98%;
	margin:0 auto;
  background: #fff;

}
.py2p{
  padding-top: 2%;
  padding-bottom: 2%;
}
.px2p{
  padding-left: 2%;
  padding-right: 2%;
}
.boxshadow{
  box-shadow: 0 0 10px #7a7775, 2px 2px 10px #7a7775;
}

.innerp {
  padding-left: 2%;
  padding-right: 2%;
}



.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;
}
.pc_sp{
  display: none!important;
}


}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@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%;
  }
}
/*================================================
 *  クラス
 ================================================*/
 .kotoikukiri{
   margin-top: 2%;
   margin-bottom: 2%;
   padding-top: 5px;
   background: linear-gradient( to right, transparent 3%, #aaa5a5 8%, #aaa5a5 92%,transparent 97%);
 }
 .kotopi{
   font-size: 120%;
   font-weight: bold;
   color: #66171b;
   padding-bottom: 2px;
   border-bottom: solid #ffc107 4px;
   margin-bottom: 15px;
   display: inline-block;
   padding-right: 8px;
   position: relative;
   padding-left: 7%;
 }
 .kotopi i.fix{
   position:absolute;
   left:0;
   top: -2px;
   font-size: 150%;
   color: #ffc107;
   text-shadow: 2px 2px 1px #333;
}
 .yajieatp{
   width:120px;
   margin-left: auto;
   margin-right: auto;
   background:#000;
   clip-path: polygon(0 0, 100% 0, 50% 100%);
   padding-top: 50px;
   margin-top: -2px;
}
 .eatp{
   font-size: 3.7rem;
   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, 4px 4px 1px #000;

 }
 .pdt{
   font-weight: bold;
   font-size: 2rem;
 }
 .st{
   background: url(../images/bgpt_krhs.jpg);

 }

 .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;
}
.riekibox{
  border: solid #093a94 5px;
  padding: 2%;
  width: 700px;
  max-width: 90%;
  margin: 0 auto 2%;
}
.boxsize{
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
}
.g-recaptcha div{
  margin: 5% auto;
}
.textcenter{
  text-align: center;
}
 .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 #ddd, 2px 2px 2px #ddd;
}
.romr{
  font-size: 160%;
  color:#f00;
  font-weight: bold;
}
.romrrs{
  font-size: 120%;
  color:#a50303;
  font-weight: bold;
}
.bigj{
  font-size: 160%;
  font-weight: bold;

}
.smj{
  font-size: 80%;
}
.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: blue;

}
.growu{
  filter: drop-shadow(0 0 8px #fff);
}

.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;
}

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

  .dgbox{
    width: 92%;

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

  }
  .yajieatp{
    width: 20%;
    padding-top: 7%;
}
}
@media screen and (max-width: 480px) {
.g-recaptcha {
  transform-origin: 50% 50%;
  transform: scale(0.8);
}
.kotopi{
  padding-left: 10%;
}
}



 /*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 5px inset #726d6d,3px 3px 3px inset #726d6d, 0 0 6px #6b94ba, 0 0 15px #6b94ba , 0 0 20px #6b94ba;
  border: solid #0964ba 7px;
 }

 .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;
  box-shadow: 0 0 5px #fff;
  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: #000;
  padding: 2%;
  font-size: 2rem;
  color: #fff;
}

#headshirase .inner{
  background: #000;
}
#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: url(../images/bg_rd3.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: url(../images/bg_rd3.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: url(../images/bg_rd3.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;

}
}


/*================================================
 *  pt_ue
 ================================================*/
 #pt_ue{
   background: linear-gradient(transparent 10%, #fff 30%, #fff 70%,transparent 90%);
 }
#pt_ue .innerue{
  width: 1400px;
  margin-left:auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (max-width: 780px) {
  #pt_ue{
    background: none;
  }
}
/*================================================
 *  pt_dtdg
 ================================================*/

 #pt_dtdg .rieue{
   background: linear-gradient(#fff 5%, transparent 10%, transparent 90%,#fff 95%), url(../images/bbbg_02.jpg);
   background-position: center;
   background-size: 100%;
   background-repeat: no-repeat;

 }

 #pt_dtdg .ribaku{
   position: absolute;
   width: 40%;
   opacity: 0.2;
   left: 10%;
   top: 20%;
 }

 #pt_dtdg .setaz{
   background: #f9eaea;
}

 /*================================================
  *  pt_cpn
  ================================================*/
#pt_cpn .inner{
  background: linear-gradient(rgba(8,66,172,0.8),rgba(8,66,172,0.8)),url(../images/bgpt_02.png);
  background-size: 100%;
}
#pt_cpn .yajieatp{
  background: #fff;
}
#pt_cpn .eatbox{
  background-image: url(../images/shokai.png),linear-gradient(#fff,#fff);
  background-size: 300px, cover;
  background-position: right center;
  background-repeat: no-repeat;

}
#pt_cpn .pt_cpnin{
  width: 920px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  border: solid #744802 7px;
  background: #fff;
}


@media screen and (max-width: 780px) {
#pt_cpn .eatbox{
  background-image:  linear-gradient(transparent 80%, #fff 90%),linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7)),url(../images/shokai.png),linear-gradient(#fff,#fff);
  background-size: cover, cover,300px, cover;
}

}
/*================================================
 *  pt_ksg
 ================================================*/
 #pt_ksg .eatbox{
   width: 920px;
   max-width: 95%;
   margin-left: auto;
   margin-right: auto;
   padding: 2%;
     background: #f9d902;
}
#pt_ksg .eatp{
  color:#b70909;
}

#pt_ksg .yajieatp{
  background: #f9d902;
}

#pt_ksg .pt_ksgin{
  width: 920px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;

}
#pt_ksg .sendo{
  /*background: linear-gradient(#fff 10%, transparent 20%, transparent 80%,#fff 90%),url(../images/bbbg_05.jpg);
  background-size: cover;
  background-position: center;*/
}

#pt_ksg .saraim{
  position: absolute;
  width: 30%;
  left: 35%;
  top: 30%;
  animation: hikaru3 2s ease infinite;

}
#pt_ksg .kaoim{
  position: absolute;
  width: 20%;
  right: 5%;
  top: -15%;
  animation: hikaru 2s ease infinite;
}
#pt_ksg .meim{
  position: absolute;
  width: 10%;
  left: 22%;
  top: 22%;
}
#pt_ksg .meim2{
  position: absolute;
  width: 10%;
  left: 44%;
  top: 28%;

}
#pt_ksg .kcim{
  position: absolute;
  width: 15%;
  left: 28%;
  bottom: 10%;

}

/*================================================
 *  pt_stem
 ================================================*/
 #pt_stem .eatbox,#pt_stem .yajieatp{
   background: #bdddfc;
 }
#pt_stem .inner{
  background: url(../images/bgpt_hs.jpg);
  background-size: cover;
  background-position: bottom center;
}
#pt_stem .stemhk{
  filter: drop-shadow(0 0 7px #fff);
}
#pt_stem .eatp{
  font-size: 4.5rem;
}

/*================================================
pt_hwa
 ================================================*/
#pt_hwa .eatbox,#pt_hwa .yajieatp{
  background: #cf000d;
}
#pt_hwa .medatuft p.medain{
  font-size: 2.8rem;
}
#pt_hwa .mawariim{
  float: right;
  width: 30%;
  margin: 1%;
}
@media screen and (max-width: 576px) {
  #pt_hwa .mawariim{
    float: none;
    width: 40%;
    margin: 2% auto 4%;
}
}

/*================================================
pt_tj
 ================================================*/
#pt_tj .eatbox,#pt_tj .yajieatp{
  background: #1f4198;
}
#pt_tj .intj::after{
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(transparent 98%, #000 99%);
  padding-bottom: 10px;*/
}
/*================================================
pt_mat
 ================================================*/
#pt_mat .inner{
  /*background: linear-gradient(#000 5%, transparent 7%),url(../images/bgpt_ut.jpg);
  background-size: cover;
  background-position: center bottom;*/
}
#pt_mat .eatbox,#pt_mat .yajieatp{
  background: #0b7600;
}


/*================================================
pt_kak
 ================================================*/
#pt_kak .inner{

}
#pt_kak .eatbox,#pt_kak .yajieatp{
  background: #2365b6;
}

#pt_kak .kkubox{
  width: 980px;
  margin: 5% auto;
  max-width: 95%;
  padding: 2%;
  border-radius: 8px;
  background: url(../images/bgpt_ao.png);
  background-size: cover;
  background-position: center;
}

#pt_kak .kkuboxin{
  display :flex;
  flex-wrap: wrap;
  margin-bottom: 3%;
  background: #fff;
  align-items: center;
  box-shadow: 2px 2px 2px #333;
}
#pt_kak .kkuboxlf{
  width: 35%;
  background: #01387c;
  color: yellow;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 3%;
}
#pt_kak .kkuboxri{
  width: 65%;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 3%;

}
#pt_kak .kkuboxst{
  width: 100%;
}
#pt_kak .setumebox{
  border-color:#2365b6;
}
#pt_kak .setumett{
  background: #2365b6;
}
#pt_kak .hsrim{
  float: right;
  width: 20%;
  margin: 1%;
}
@media screen and (max-width: 576px) {
  #pt_kak .hsrim{
    float: none;
    width: 35%;
    margin: 2% auto 4%;
    display: block;
  }

}

/*================================================
 *  pt_tokuten
 ================================================*/
#pt_tokuten{
  background: url(../images/hgk_01.png),url(../images/hgk_02.png),url(../images/bgpt_kk.png);
  background-size: 100%;
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat,no-repeat, repeat;
}
#pt_tokuten .tokuteninin{
  animation: hikaru3 ease 2s infinite;
}
#pt_tokuten .eatbox,#pt_tokuten .yajieatp{
  background: #ffc107;
}
#pt_tokuten .tokuinbox{
  background: #fff;
  box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 15px #fff, 0 0 20px #fff;
}
#pt_tokuten .tokueaboxs{
  filter: drop-shadow(0 3px 2px #333);
}

#pt_tokuten .tokuboxbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#pt_tokuten .tokuboim{
  width: 150px;
  margin: 1%;
}
#pt_tokuten .hgkim{
  position: absolute;
  left: 0;
  bottom:0;
  width: 100%;
}

/*================================================
pt_qa
 ================================================*/

#pt_qa .eatbox,#pt_qa .yajieatp{
  background: #376803;
}
#pt_qa .setumebox{
  border-color: #4f9305;
  margin-bottom: 4%;
}
#pt_qa .setuq,#pt_qa .setua{
  text-indent: -6%;
  padding-left: 7%;
}
#pt_qa .setuq{
  color: #fff;
  background: #4f9305;
  text-shadow: 2px 2px 1px #000;
}
#pt_qa .setuq i{
  color: yellow;
  font-size: 150%;
  margin-right: 2%;
}

#pt_qa .setua i{
  color: #4f9305;
  font-size: 150%;
  margin-right: 2%;
}


/*================================================
pt_koe
 ================================================*/

#pt_koe .eatbox,#pt_koe .yajieatp{
background: #913700;
}

#pt_koe .koewabox{
  background: url(../images/bgpt_ws.jpg);
  background-size: 100%;
  background-position: top center;
}

#pt_koe .kmbox{
  position: absolute;
  right: 10%;
  top: 10%;
  width: 30%;
}



#pt_koe .mmmsrim{
  position: absolute;
  left: -55%;
  bottom: 0;
  width: 125%;
}

#pt_koe .koeea{
  padding: 1%;
  background: #fff;
  box-shadow: 0 0 2px #333, 2px 2px 3px #333;
}

#pt_koe .koeim1{
  position: absolute;
  max-width: 38%;
  left: 10%;
  top: 0;
}
#pt_koe .koeim2{
  position: absolute;
  max-width: 36%;
  right: 15%;
  top: 10%;
}
#pt_koe .koeim3{
  position: absolute;
  max-width: 35%;
  right: 30%;
  bottom: 0%;
}
#pt_koe .koeim4{
  max-width: 70%;
}
@media screen and (max-width: 576px) {
  #pt_koe .kmbox{
    display: none;
  }

}

/*================================================
pt_tui
 ================================================*/
#pt_tui .inner{
  background-image: url(../images/bgpt_nj.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
#pt_tui .eatbox,#pt_tui .yajieatp{
background: #726d6d;
}
#pt_tui .tuiea{
  padding: 1%;
  background: #fff;
  box-shadow: 0 0 2px #333, 2px 2px 3px #333;
}

#pt_tui .tuiim1{
  position: absolute;
  max-width: 38%;
  left: 10%;
  top: -12%;
}
#pt_tui .tuiim2{
  position: absolute;
  max-width: 36%;
  right: 15%;
  top: 10%;
}
#pt_tui .tuiim3{
  position: absolute;
  max-width: 35%;
  right: 10%;
  bottom: 0%;
}
#pt_tui .tuiim4{
  max-width: 65%;
}
#pt_tui .tubx{
  background: #f7f4f4;
  border: solid #fff 15px;
  box-shadow: 0 0 2px #333, 2px 2px 3px #333,0 0 2px #ddd inset, 2px 2px 1px #ddd inset;

}
#pt_tui .tubx::before{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/prg.png);
  left: 0;
  top: 0;
  content: "";
  opacity: 0.2;
  background-size: 50%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
  #pt_tui .tubx::before{
    background-size: 70%;
    opacity: 0.1;
}
}
/*================================================
 *  tueue(index,thanks)
 ================================================*/
#tueue{
  overflow: hidden;
}
#tueue .tueuecb{
  background: rgba(0,0,0,0.5);
}
#tueue .tue_sen{
  background: #000;
}
#tueue .tuebox{
}
#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;
}



#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{
  padding-top: 2%;
  position: relative;
}
#tueue .wakusoto::before{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(transparent 60%,rgba(140,2,9,0.8) 75%);
  /*mix-blend-mode: multiply;*/

}
/*#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 .lgst{
  background: linear-gradient(to right,#000 50%, transparent 50%);
}


#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%;
  background: #000;
  left: 0;
  top:0;
}

#tueue .tueboxrisoto{
  /*background: linear-gradient(transparent 15%,  rgba(255,255,255,0.5) 70%,#fff 80%,#fff);*/
}
#tueue .tueboxri{
  width: 900px;
  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 .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 .tueboxristdt{
  background:linear-gradient(transparent 50%, #000 50%);
  margin-top: -150px;
  position: relative;
}
#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);
}

@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 .tueboxristdt{
  background: none;
  margin-top: -120px;
}
  #tueue .tueboxst{
    margin-top: 15%;
  }

  #tueue .tue_senst{
    padding-top: 3%;
}

#tueue .tue_senin{
  text-align: left;
}
#tueue .tueuecb{
  background: none;
}

}


@media screen and (max-width: 480px) {
#tueue .tueboxshoboxim2{
  width: 200px;
}
#tueue .lgdtueim{
  margin-left: 0;
}
#tueue .tueboxri{
  text-align: center;

}
#tueue .imguesho{
  width: 70%;
  margin-top: -30%;
}
#tueue .tueboxriim{
  left: 0;
  width: 20%;
}
#tueue .tueboxristdt{
  font-size: 3rem;
}
#tueue .tueboxst{
  margin-top: 5%;
}


}


/*================================================
 *  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;
  }

}

/*================================================
 *  dg
 ================================================*/
 #dg{
   background:linear-gradient(transparent 90%, #000),url(../images/bbbg_06.jpg);
   padding-top: 2%;
   padding-bottom: 5%;
   position: relative;
   background-size:cover;
   background-position: center top;
 }

 #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;
  color: #000;
 }

 #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;
}
@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;
}
}

 /*================================================
  *  int
  ================================================*/
  #int{
    background:linear-gradient(#000 10%,transparent 15%,transparent 90%, #000),url(../images/bbbg_11.jpg),#000;
    background-size: cover;
    background-position: center;
    padding-top: 2%;
    padding-bottom: 2%;
    position: relative;
  }

  #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(#000 ,rgba(255,255,255,0.5) 5%,rgba(255,255,255,0.5) ),url(../images/bbbg_12.png),#fff;
     background-size: cover, 300px, cover;
     padding-top: 2%;
     padding-bottom: 5%;
     position: relative;
   font-size: 2.1rem;
   }

   #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 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;

}
   @media screen and (max-width: 480px) {
     #kaz .pointc{
       width: 100px;
       order: 1;

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

     }
   }

  /*================================================
   *  nytoha
   ================================================*/
   #nytoha{
     background:linear-gradient(#000 ,transparent 10%,transparent 90%,#000),url(../images/bbbg_09.jpg),#000;
     background-position: center;
     padding-top: 2%;
     padding-bottom: 5%;
     position: relative;
     background-size: cover;
   }

   #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 .inner{
    width: 1200px;
    max-width: 100%;
}

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

   /*================================================
    *  ktm
    ================================================*/
    #ktm{
      background:linear-gradient(#000 ,transparent 10%,transparent 90%,#000),url(../images/bbbg_08.png),#000;
      background-position: top center;
      background-size: cover;
      background-position: center;
      padding-top: 2%;
      padding-bottom: 5%;
      position: relative;
    }


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


    #ktm .innertp{
   }
    #ktm p{
    	font-weight: bold;
   	font-size: 2.1rem;
     color: #000;
    }

    #ktm .ktmbj{
      font-size: 150%;
      font-weight: bold;
    }
    #ktm .ktmbjchumo{
      font-size: 150%;
      font-weight: bold;
      color:#f00;
    }
    #ktm .noc{
      float: right;
      margin: 2%;
      width: 35%;
    }
    #ktm .ikc{
      float: right;
      margin: 2%;
      background: #fff;
      padding: 1%;
      width: 35%;
    }

    @media screen and (max-width: 767px) {
      #ktm .noc{
        float: none;
        width: 45%;
        display: block;
        margin: 2% auto;
      }

    }

/*================================================
*  acc
================================================*/
#acc{
  background:linear-gradient(#000 10%,transparent 15%,transparent 90%),url(../images/bbbg_10.jpg),#000;
  background-position: center;
  padding-top: 2%;
  padding-bottom: 5%;
  position: relative;
  background-size: cover;
  font-size: 2.1rem;
}


#acc p{
  font-weight: bold;

}


#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;
}

@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%;
}
}





/*================================================
 *  gam
 ================================================*/
 #gam{
   background:url(../images/bbbg_04.jpg);
   padding-top: 2%;
   padding-bottom: 2%;
   position: relative;
   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 .tp{
   z-index: 3;
}
#gam .intinbg,#gam .inner{
 animation: hikaru 2s ease infinite;
}

#gam .intinbg{
  margin-top: -380px;
  z-index: 2;
}
 #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 .twlogo{
  position: absolute;
  width: 120%;
  bottom: 20%;
  left: -10%;
}
@media screen and (max-width: 1000px) {

#gam .intinbg{
  margin-top: -40vw;
}
}

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

   #gam .twbox{
     width: 60%;
     float: none;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 5%;
   }


 }
 @media screen and (max-width: 480px) {
   #gam .twbox{
     width: 80%;
     margin-top: 5%;
}
#gam .twi{
  width: 40%;
}


}
/*================================================
*  kku
================================================*/
#kku{
  background:#fff;
  padding: 2%;
  background-size: cover;
  position: relative;
  background-position: center;
   font-size: 2.1rem;
}
#kku::before{
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)),url(../images/bbbg_km.png);
  opacity: 0.001;
  content: "";
  left: 0;
  top: 0;
  animation: blink 3s infinite ease;
}
#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: url(../images/bbbg_07.jpg);
  background-size: cover;
  background-position: center;
}

#kku .kkuboxin{
  display :flex;
  flex-wrap: wrap;
  margin-bottom: 3%;
  background: #fff;
  align-items: center;
  box-shadow: 2px 2px 2px #333;
}
#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%;

}
.shohinshokai .innerinside{
  background: linear-gradient(#fff 5%, transparent 15%),url(../images/bgpt_sr.png);
  background-size: 100%;
  background-position:  top center;
  background-repeat: no-repeat;
}
.shohinshokai .innerin{
  background: #fff
  background-size: cover;
  background-position: center;
}

.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{
}

#allshohin .eatbox,#allshohin .yajieatp{
  background: #ffc107;
}

#allshohin .allshohinbg{
  position: absolute;
  top: 0;
  left:0;
  height: 100%;
  width: 100%;
  background: url(../images/bg_mr.jpg);
  background-size: cover;
  background-position: center;
}


#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 0;
	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;
}

#allshohin .misr{
  position: absolute;
  width: 40%;
  right:  -10%;
  top:-20%;

}

@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;

}



}

@media screen and (max-width: 576px) {
  #allshohin .misr{
    width: 60%;
    right: -25%;
    top: -15%;

  }
}


/*================================================
*  qa
================================================*/
#qa{
  background: linear-gradient(rgba(0,0,0,0.3) 85%,#fff);
  background-size: 150px;
  position: relative;
  padding-bottom: 5%;
  background-repeat: repeat,space;


}

#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/bg_bb.jpg);

}
#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/bg_rd3.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{
  margin-top: 0!important;
  position: relative;
  width: 100%;
 background:#fff;
 margin-top: 5%;
 border-radius: 20px;
 padding: 2%;
 box-shadow: inset 2px 2px 5px #333,0 0 2px #333;;
}
#tokuten .inner::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background:url(../images/bg_r03.jpg);
  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: radial-gradient(closest-side,transparent, #fff),linear-gradient(transparent 85%,#fff),url(../images/bbbg_bs.png),#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: linear-gradient(45deg,#f4ecc7,#f7f3e1,#ede7cb,#f2efe1,#f4ecc7);
 margin-top: 5%;
 padding: 2%;
 box-shadow: 0 0 2px #ccc, 6px 6px 3px #ccc;
}
#voice p{
 font-weight: bold;
 margin: 0;
 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;
  padding: 2%;
  background: #441313;
  box-shadow: 2px 2px 3px #333, 0 0 3px #333;
  width: 35%;
}
#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%;
}

}

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

#voice .moyo,#voice .upyo{
  float: none;
  display: block;
  margin: 2% auto;
  width: 60%;
}

}

/*================================================
*  tui
================================================*/
#tui{
  padding: 2%;
  position: relative;
  background: linear-gradient(#fff,transparent 15%),url(../images/bbbg_gr.png), linear-gradient(rgba(160,3,11,0.6),rgba(160,3,11,0.6));
  font-size: 2.1rem;
  background-repeat: no-repeat;
  background-position: bottom left;
}
#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;
 font-family: 'Zen Antique', serif;
}
#tui .tuibox{
  font-family: “HGP行書体”, “ＭＳ Ｐ明朝”, “MS PMincho”, serif;
  background: url(../images/bg_kami.jpg);
  background-repeat: repeat;
  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: 2%;
  background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
  box-shadow: 2px 2px 3px #333, 0 0 3px #333;
  width: 40%;
}

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

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

#tui .shuyo{
  float: none;
  display: block;
  margin: 2% auto;
  width: 60%;
}

}

/*================================================
 *  otoiawase
 ================================================*/
 .otoiawase_new{
 	padding: 5% 2%;
	background: #000;
	position: relative;
  background-size: cover;
 }
  .otoiawase_new .inner{
    background: none;
  }
  .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;
		}
}
