/* ========================================
 *  Theme Name: CATTA Theme
 *  Theme URL: https://catta.jp
 *  Description: CATTA Theme 1.1
 *  Version: 1.1
 * =======================================*/

body {
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  zoom: 1;
  box-sizing: border-box;
}

footer,
header,
main,
menu,
nav,
section,
summary,
time,
main,
audio,
video {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
  word-break: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

::-moz-selection {color: #fff; background: rgba(235,0,140,.8);}
::selection {color: #fff; background: rgba(235,0,140,.8);}

a:hover {
  
}

a:hover img {
  
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.ie8 img {
  width: auto;
}

img,
input,
select,
textarea {
  vertical-align: middle;
}

video {
  width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

video {
  vertical-align: bottom; 
}

address {
  font-style: normal;
}

.vimeo {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}

.vimeo iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.youtube {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden; 
}

.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}