﻿@charset "UTF-8";
/*
Theme Name: 
*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/



/****************************************
		リセット 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
header, footer, section {
display: block;
}
pre, textarea {
overflow: auto;
}
[hidden], audio:not([controls]), template {
display: none;
}
details, main, summary {
display: block;
}
input[type=number] {
width: auto;
}
/*input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}*/
progress {
display: inline-block;
}
small {
font-size: 75%;
}
textarea {
resize: vertical;
}
[unselectable] {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/*border-style:solid;border-width:0}*/
/*{font-size:inherit;line-height:inherit;margin:0;padding:0}*/
/*::after,::before{text-decoration:inherit;vertical-align:inherit}*/
:root {
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
box-sizing: border-box;
cursor: default;
/*font:16px/1.5 sans-serif;*/
text-rendering: optimizeLegibility;
}
a {
text-decoration: none;
}
audio, canvas, iframe, img, svg, video {
vertical-align: middle;
}
/*button,/*input,*/
select, textarea {
background-color: transparent;
}
/*color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;}*/
code, kbd, pre, samp {
font-family: monospace,monospace;
}
nav ol, nav ul {
list-style: none;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
}
select::-ms-expand {
display: none;
}
select::-ms-value {
color: currentColor;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
::-moz-selection {
background-color: #B3D4FC;
text-shadow: none;
}
::selection {
background-color: #B3D4FC;
text-shadow: none;
}
@media screen {
[hidden~=screen] {
display: inherit;
}
[hidden~=screen]:not(:active):not(:focus):not(:target) {
clip: rect(0 0 0 0)!important;
position: absolute!important;
}
}

/****************************************
		基本設定 - 色はここから変更 
*****************************************/

a {
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
}
a:hover {
	color: #ccc;
	-webkit-text-size-adjust: 100%;
}

/****************************************
		コンテンツ
*****************************************/
/*** Layout ***/

html, body, #wrapper {
	/*height: 100%;
	width: 100%;
	font-size: 1rem;*/
	-webkit-text-size-adjust: 100%;
}

/****************************************
	　　　style共通
*****************************************/

body {
	/*font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif;*/
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;

}

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

.grid [class*="col_"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}



.grid:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  */
}

.grid .col_12 { 
	width:100%;
}
.grid .col_11 {
	width: 91.6666666667%;
}
.grid .col_10 {
	width: 83.3333333333%;
}
.grid .col_9 {
	width: 75.0%;
}
.grid .col_8 {
	width: 66.6666666667%;
}
.grid .col_7 {
	width: 58.3333333333%;
}
.grid .col_6 {
	width: 50.0%;
}
.grid .col_5 {
	width: 41.6666666667%;
}
.grid .col_4 {
	width: 33.3333333333%;
}
.grid .col_3 {
	width: 25.0%;
}
.grid .col_2 {
	width: 16.6666666667%;
}
.grid .col_1 {
	width: 8.33333333333%;
}


.downbox {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 100;
animation-name: dropbox;
animation-duration: 5s;
animation-timing-function: ease;
/*animation-iteration-count: infinite;*//*繰り返し*/
animation-iteration-count: 1;
}

@keyframes dropbox {
0% {
	width: 80%;
	height: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	
}
20% {
	width: 80%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	
}
80% {
	width: 80%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	
}
100% {
	width: 80%;
	height: 0px;
	background-color: rgba(0, 0, 0, 0.3);
}
}
.content-img {
	width: 100%;
	height: auto;
}

.container-100 {
	width: 100%;
	height: auto;
}

.ft-color {
	#f474a2;
}

.rgba-black {
	background-color: rgba(0, 0, 0, 0.4);
}
/****************firstview*******************/

#wrapper {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}

/****************firstview*******************/


/****************************************
		PC-view
*****************************************/

@media screen and (min-width: 1025px) {




}/******min-width1025 end******/

/****************************************
	　　ipad-view 縦
*****************************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {




}/******min-width768 max-width: 1279px 縦style end ******/


/****************************************
	　　ipad-view 横
*****************************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {


}/******min-width768 max-width: 1279px 横style end******/



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




}/************** SP view ***************/


/****************************************
	　　	retina
*****************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 2) {



}/************** SP ratio view ***************/



/****************************************
	　　　共通CSS
*****************************************/



