﻿/*
Theme Name:WEAR MARK
Description:WEAR MARK Official Site
Author:CLAP-Design&Associates-
*/
/*reset*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
header,section,footer{
	overflow: hidden;
}
body{
    overflow-x: hidden;
}
img{
	height:auto;
	max-width:100%;
	vertical-align:bottom;
}
a{
	text-decoration: none;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}
a:hover{
	text-decoration: none;
}
a img{
	border-style:none;
	display: block;
} 
strong{
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
iframe{
	width:100%;
	height: auto;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear::after{
	content: ".";
	display: block; 
	height: 0;
	font-size:0;
	clear: both; 
	visibility:hidden;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.video{
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid #ccc;
  margin: 36px 0;
}
.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  display: block;
  border: none;
}
@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none;
  }
}