/* reset default style */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
/* define default style */
body {
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-height: 20px;
	word-break: normal;
    word-wrap: break-word;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
	line-height:22px;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.714285714rem;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,input,textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],input[type="radio"],input[type="file"],input[type="hidden"],input[type="image"],input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,input[type="submit"],input[type="button"],input[type="reset"],article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ///////////////////////////////////////////////////////////// */
/* structure */
header{
	margin: 0 auto;
	width:1170px;
}
#slidearea{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

body{
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
header h1{ font-size:80%; text-align:right; padding:5px 0 0; margin:0; font-weight:normal; line-height:1;}
header nav{
	float: right;
	font-size:16px;
}
header nav ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
header nav li a,
header nav li a:link{
	color: #999;
	text-decoration: none;
}
header nav li a:hover{
	color: #666;
	text-decoration: underline;
}

section.slider{
	background: #fff url(../../images/top/nav_bg.png) repeat-x;
}

#PageTopLink {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:10000;
}

#PageTopLink a {
	display: block;
	padding: 0px;
	width: 60px;
	height: 60px;
	margin-top: 3px;
}

#PageTopLink a:last-child{
	margin-top: 10px !important;
}

/*------------ gnavi */
.gnavi {
	float: right;
	font-size: 12px;
	color: #F06;
}
.gnavi li{
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
 	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.gnavi li a,
.gnavi li a:link{
	color: #999;
	text-decoration: none;
}
.gnavi ul ul{
	display: none;
	position: absolute;
	left: -20px;
	top: 20px;
	z-index: 1000;
}
.gnavi ul ul li{
float:none;
width:100px;
letter-spacing:0;
border-bottom:#cccccc solid 1px;
}
.gnavi ul ul.data li{ width:100px;}
.gnavi ul ul.customer li{ width:100px;}
.gnavi ul ul li a,
.gnavi ul ul li span{
	display: block;
	text-decoration: none;
	background: #EEEEEE 0px 0px no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -20px;
}
.gnavi ul ul li a:hover,
.gnavi ul ul li span{
	color: #ffffff;
	background-color: #6B7EC3;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.btn {
	overflow: hidden;
	padding-bottom: -5px;
	margin-top: -20px;
	position: relative;
}
.btn ul{
	float: left;
	left:50%;
	position:relative;
}
.btn li{
	float: left;
	left:-50%;
	position:relative;
}
a{
	color:#e4007f;
	text-decoration:none;
}
a:hover {
	color:#e4007f;
	text-decoration:underline;
}
a img.linkimg{
background:none!important;
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}

footer {
	background-color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding:10px;
	border-top: 22px solid #b4b5b6;
}
footer a {
	color:#666;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
	color:#666;
}
.tech {
	margin-left: 14px;
	margin-top: 40px;
	margin-bottom: 20px;
	background:url(../../images/home/u4b_ill.png) no-repeat 100% 1150px;
}
.tech p{
	padding-left:14px;
}
.contents_wrap {
	width: 960px;
	min-height: 500px;
	margin: 10px auto;
	padding-top:30px;
}
.contents {
	margin: 40px auto 60px auto;
}
.contents p{
	padding-left: 14px;
	font-size: 14px;
	line-height: 20px;
}
.contents p.midashi {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	padding-left: -14px;
}
.contents ol{
	padding-left:40px;
	font-size:14px;
	line-height:24px;
	list-style-type:decimal;
}
.contents li {
    margin: 0 0 0px 0em;
}
.contents_guide {
	width: 940px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 60px;
}
.contents_guide p{
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
}
.contents_guide .s{
	padding-left: 30px;
	font-size: 10px;
	line-height: 20px;
}
.contents_guide p.midashi {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	padding-left: -14px;
}

.battery {
	margin: 15px 20px 20px 20px;
}
.battery p {
	color:#FFF;
	font-weight:bold;
}
.battery td {
		padding:5px;
}
.report {
	width: 960px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 60px;

}

.report p{
	font-size:16px;
}

.midashi {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	color:#e4007f;
}
#box1,#box2,#box3,#box4 {
	width: 960px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}



#socialbuttons div {
  float: left;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.block div {
	margin-right: 15px;
	float: left;
}

.textlink a {
	font-size:16px;
	color:#00A3E9;
	padding-top:10px;
	text-decoration:none;
}
.textlink a:hover {
	text-decoration:underline;
}

hr.style-one {
   border: none;
    height: 1px;
	background:url(../../images/home/hr.gif);
    color: #FFFFFF;
}

hr.style-01 {
   border: none;
    height: 3px;
	background-color:#0CF;
}

hr.style-02 {
   border: none;
    height: 3px;
	background-color:#F6F;
}

hr.style-03 {
   border: none;
    height: 3px;
	background-color:#F90;
}

.outline{
	border:1px solid #aaaaaa;
	border-collapse:collapse;
	font-size:14px;
}

.outline th,.outline td{
	padding:6px;
	border:1px solid #aaaaaa;
	vertical-align:middle;
}

.outline th{
	background-color:#eeeeee;
	width:100px;
}

#container {
 width:964px;
 margin:10px auto;
 padding-top:30px;
 margin-right:auto;
 text-align:left;
}
#boxA {
	margin-top:15px;
 width:264px;
 float:left;
 font-size:14px;

}
#boxA a{
	color:#666;
	text-decoration:none;
}
#boxA a:hover {
	color:#e4007f;
	text-decoration:underline;
}



#boxB {
	margin-top:15px;
 width:700px;
 float:left;
}

#news {	padding-left: 20px; }
#news .box1{	padding:10px}
#news .box2{	padding:10px;	background-color:#FCF;}

#agency .box1{
	padding:10px
}
#agency .box2{
	padding:10px;
	background-color:#FCF;
}

#usage_media td{
	vertical-align:middle;
}

table.dl{
	margin-left:30px;

}
.dl td{
	vertical-align:top;

}
.ad_charge p{
	margin-left:30px;
}

.arrow_list{
  margin:0 0 15px 44px;
  font-size:14px
}
.arrow_list li{
  position:relative;
  padding:0 0 5px 14px;
  margin-left:13px;
}
.arrow_list li:before{
  position:absolute;
  left:0;
  top:0;
  content:"・";
}
.arrow_list li:first-child{
  position:relative;
  padding:0 0 0 17px;
  margin:0 0 7px 0;
  background:url(../../images/home/icon_pink_arrow.png) left center no-repeat;
  line-height:18px;
  color:#e40081;
  font-size:16px;
  font-weight:bold;
}
/* event.html */
.event_list{
  margin:0 0 40px 44px;
  border-top:dotted 1px #404040;
  font-size:14px;
}
.event_list li{
  padding:10px 0;
  border-bottom:dotted 1px #404040;
}
.event_list li a{
  position:relative;
  color:#666;
}
.event_list li a:before{
  position:absolute;
  right:-22px;
  top:2px;
  content:url(../../images/home/icon_link.png);
}
/* eventモーダルウィンドウ */
.event_box {margin:5px 20px 20px;}
.event_box .event_photo {margin-bottom:10px; text-align:center;}
.event_box .event_photo img {vertical-align:top;}
.event_box h3 {padding:5px 0 4px; margin-bottom:10px; color:#e40081; font-size:16px; font-weight:bold; border-bottom:dotted 1px #666;}
.event_box ul li {padding-bottom:5px;}
.event #colorbox{padding:0; overflow:auto; -moz-box-shadow:0px 1px 10px #000; -webkit-box-shadow:0px 1px 10px #000; box-shadow: 0px 1px 10px #000;}
.event #cboxTopLeft{height:0; background:none;}
.event #cboxTopRight{height:0; background:none;}
.event #cboxBottomLeft{width:0; background:none;}
.event #cboxBottomRight{width:0; background:none;}
.event #cboxMiddleLeft{width:0; background:none;}
.event #cboxMiddleRight{width:0; background:none;}
.event #cboxTopCenter{height:0; background:none;}
.event #cboxBottomCenter{height:0; background:none;}
.event #cboxClose{top:4px; right:4px;}

.button_event{
	text-align: center;
}
.square_btn {
		display: inline-block;
		padding: 1em 3em;
		text-decoration: none;
		background: #E3067E;
		color: #FFF;
		border-bottom: solid 4px #b50564;
		border-radius: 10px;
}
.square_btn:active {
		/*ボタンを押したとき*/
		-ms-transform: translateY(4px);
		-webkit-transform: translateY(4px);
		transform: translateY(4px);/*下に動く*/
		border-bottom: none;/*線を消す*/
}
.button_event a:hover{
	color: #fff;
	text-decoration: none;
}
.h-contact{
  margin-bottom: 20px;
}
.h-contact a{
	background: #e4007f;
	padding: 10px;
	color: #fff;
	margin: 10px;
	font-size: 12px;
	border-radius: 4px;
	text-decoration: none;
}
.h-contact a+a {
  background: #07CBFE;
  color: #fff;
}
.h-contact a:hover{
	background: #eb9ec9;
}
.h-contact a+a:hover {
  background: #9de8fb;
}
.h-contact2{
  margin-bottom: 20px;
}
.h-contact2 a{
	/* background: #e4007f; */
	padding: 10px;
	color: #fff;
	margin: 10px;
	font-size: 12px;
	border-radius: 4px;
	text-decoration: none;
}
/* .h-contact2 a+a {
  background: #07CBFE;
  color: #fff;
}
.h-contact2 a:hover{
	background: #eb9ec9;
}
.h-contact2 a+a:hover {
  background: #9de8fb;
} */
/*20181024トップページレイアウト修正*/
.news_box{margin-bottom:20px;}
.news_box h2 img{margin-bottom:8px;}

/*20190319add*/

#shop h2{    font-size: 22px;
    border-left: 9px solid #e4007f;
    margin-bottom: 26px;
    line-height: 22px;
    padding: 9px 0;
    padding-bottom: 4px;
    padding-left: 10px;}

.p-list-sankaku {
    width: 0;
    height: 0;
    border-top: 90px solid #f9ed03;
    border-right: 90px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';z-index:10;
}
.p-list-sankaku_in{color:#e4007f;font-weight:bold;position: absolute;
    top: 10px;
    left: 10px;font-size:20px;z-index:20;}

.product-list{
	width:100%;
	display:flex;
	flex-wrap: wrap;
  list-style:none;
}

.product-list li{
	position:relative;
  width: 30.93%;
  margin:1.2%;
  box-shadow: 0px 2px 12px 0px rgba(225, 225, 225, 1);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 15px 20px;
  display:flex;
  flex-wrap:wrap;
  align-items: flex-end;
}
.product-list li a {
	position:relative;
	color: #e4007f;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: flex-end;
}
.product-list li img {
    align-self: start;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.product-list li h3 {
    font-size: 18px;
    line-height: 140%;
    width:100%;
}
.button_shop {
    background: #e4007f;
    padding: 10px;
    color: #fff;
    margin: 10px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    width:100%;
}

/* .product-list li{width:30.93%;display:block;float:left;margin:1.2%;margin-bottom:40px;box-shadow: 0px 2px 12px 0px rgba(225, 225, 225, 1);
    border-radius:10px;box-sizing:border-box;position:relative;padding: 20px 15px 20px;}


.product-list li:nth-child(3n+1){clear:both;}
.product-list li img{width:100%;height:auto;box-sizing:border-box;margin-bottom:10px;}
.product-list li h3{font-size:18px;    line-height: 140%;}

.product-list a{color:inherit!important;display:block;padding: 20px 15px 20px;border-radius:10px;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;box-sizing:border-box;}
.product-list li:hover{color:inherit!important;text-decoration:none!important;background:#eee;}


.button_shop {
    background: #e4007f;
    padding: 10px;
    color: #fff;
    margin: 10px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;text-align:center;
} */

.product-list li:hover .button_shop{
	background: #eb9ec9;
}

.category{
  font-size: 20px;
  border-left: 9px solid #e4007f;
  margin-bottom: 26px;
  line-height: 1em;
  padding: 5px 0;
  padding-left: 10px;
}
.category_box{
  display:flex;
  justify-content:space-between;
  padding:1em;
}
.category_box div{
  width: 15%;
  height:100%; 
  text-align:center;
}
.category_box div a{
  text-align: center;
}
.category_box div a img{
  width: 100%;
}
.category_box div a p{
  margin-top: 10px;
  font-size: 16px;
}