/*
Theme Name: sample
Theme URI: https://dem55.com/
Description:株式会社　伝
Author: kusamura
Author URI: http://den55.com/
Version: 1.0
License: GNU General Public License
License URI:
Tags: red, white, two-columns, editor-style, custom-menu
Text Domain: den55
*/

/****************************************

General Setting

 *****************************************/
@import url(//use.fontawesome.com/releases/v5.15.4/css/all.css);

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html{
  margin: 0;
  padding: 0;
}
body {
	color: #231815;
	font-size:20px;
	line-height: 220%;
	margin: 0px;
	padding: 0px;
}

.full {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("images/samplebg.jpg")
    center / cover;
}

.textarea {
  margin: 0;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	white-space: nowrap;
	padding: 50px;
	text-align: center;
	background-color: rgba(255,255,255,0.95);
}