@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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


html{
}

body{
	background: #c3cad9 repeat;
	margin:0;
	padding:0;
}

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1{
	text-indent:-10000px;
	overflow:hidden;
}

a{
color:#5b200b;
-webkit-transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-o-transition: 0.2s ease all;
transition: 0.2s ease all;
}

a:hover{
color:#ec6d7b;
}

a:hover img.alphaOver {
  opacity: 0.50;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}

p{
	color:#5b200b;
	line-height:150%;
}

strong{
	font-weight:bold;
}

div.inside{
	width:1000px;
	margin:0 auto;
	position:relative;	
}

body#index{
	width: 100%;
	height: 100%;
  background:url(../image/bg.jpg) repeat top center;
}

#index h1{
	width:300px;
	height:165px;
	position:relative;
	margin:0 auto 30px;
	background:url(../image/KarinProject.png) no-repeat top center;
}

#index p {
	text-align:center;
  font-size: 20px;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  line-height: 40px;
	margin:0 auto;
}

#index div#contents{
	background:none;
}

#index div#contents_inside{
	width:960px;
	height:720px;
	margin:0 auto;
  position: absolute;
  top: 50%;
	left: 50%;
	margin-top: -360px;
	margin-left: -480px;
}

#index a.top_bt{
	width:180px;
	height:30px;
	margin:20px auto 25px;
	background:url(../image/top_link_bt.png) no-repeat;
	text-indent:-10000px;
	overflow:hidden;
	display:block;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

#index a.top_bt:hover{
	opacity: 0.5;
}

#index .product {
  padding: 20px 0 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#index .product li {
  width: 336px;
  height: 280px;
  margin: 0 20px;
	color:#5b200b;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
	font-size:100%;
  line-height: 200%;
  text-align: center;
}

#index .product li a {
  display: block;
  width: 336px;
  height: 280px;
  border-radius: 4px;
  background-color: #8fcfd1;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  border: solid 1px #fff;
  margin-bottom: 5px;
  box-shadow: 0 3px #ffd400;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  cursor: pointer;
}

#index .product li a:hover {
  box-shadow: 0 0px #ffd400;
  opacity: 0.5;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

#index .product li.item_01 a {
  background-image: url(../image/karinchan.png);
}

#index .product li.item_02 a {
  background-image: url(../image/bocchi.png);
}

#index .btns {
  padding: 50px 0 50px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#index .btns li {
  width: 70px;
  height: 70px;
  margin: 0 10px;
}

#index .btns li a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #5b200b;
  background-size: 36px 36px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 3px #ae4e0e;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  cursor: pointer;
}

#index .btns li a:hover {
  box-shadow: 0 0 #ae4e0e;
  opacity: 0.5;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

#index .btns li.item_01 a {
  background-image: url(../image/footer_icon_01.png);
}

#index .btns li.item_02 a {
  background-image: url(../image/footer_icon_02.png);
}

#index .btns li.item_03 a {
  background-image: url(../image/footer_icon_03.png);
}

#index .copy {
	font-size:100%;
  line-height: 200%;
  text-align: center;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}
