@charset "UTF-8";
/* CSS Document */

body {
	background-color: #b2a99f;
	color: #726251;
	font-family: "M PLUS Rounded 1c";
	font-style: normal;
	font-weight: 400;
	text-align:left;
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	word-break: break-all;
}
.wf-notosansjapanese { 
	font-family: "M PLUS Rounded 1c"; 
}

h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}

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

p {
	
}
img {
	border: 0;
}
a {
	color: #726251;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
.clearboth {
	clear: both;
}

/*---- 青い枠を消す追加CSS ----*/
a:focus{
	outline: none;
}

/**------------------------------objectfit cover*/
.objectfit_image {
	object-fit: cover;
	font-family: 'object-fit: cover';
}


/**------------------------------共通 inview*/
.inview {
	overflow: hidden;
}
.inview article, .inview section, .inview h1, .inview li {
	float: left;
}

/**------------------------------inview 横移動+フェードイン*/
.inview_00{
	opacity: 0;
	transform: translate(-100px,0); 
	-webkit-transform: translate(-100px,0); 
	transition: 0.3s;  /* 速度 */
}
.inview00{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/**------------------------------inview 上移動+フェードイン*/
.inview_01{
	opacity: 0;
	transform: translate(0,200px); 
	-webkit-transform: translate(0,200px); 
	transition: 1.0s;  /* 速度 */
}
.inview01{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/**------------------------------inview ズームイン+フェードイン*/
.inview_02{
	opacity: 0;
	transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	transition: 1.0s;  /* 速度 */
}
.inview02{
	opacity: 1.0;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

/**------------------------------inview フェードイン*/
.inview_03{
	opacity: 0;
	transition: 2.0s;  /* 速度 */
}
.inview03{
	opacity: 1.0;
}

/**------------------------------inview 3D回転*/
.inview_04{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(180deg);
	transition: 1.0s;  /* 速度 */
}
.inview04{
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}


/**------------------html*/
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/**------------------------------wrapper*/
#wrapper {
	width:100%;
	height:100%;
	float:left;
	position: relative;
}

/**------------------------------header*/

#header{
	background: url("../images/bg_header.png") repeat;
	width: 100%;
	top: 0px;
	position: fixed;
	z-index: 9999;
}

/**------------------------------header_unit*/

#header_unit {
	width: auto;
	padding: 0 120px 0 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
#header_unit li {
	display: inline-block;
	margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
#header_unit {
	padding: 0 100px 0 0;
}
}
@media (max-width: 640px) {
#header_unit {
	padding: 0 80px 0 0;
}
}
@media (max-width: 320px) {
#header_unit {
	padding: 0 80px 0 0;
}
}

/** header_logo*/

#header_logo {
	float:left;
}
#header_logo a{
	background: url("../images/bt_logo.png") no-repeat left center scroll;
	background-size: 60px 60px;
	width: 60px;
	min-height: 60px;
	padding: 0;
	margin: 5px 0 10px 20px;
	text-indent: -9999px;
	overflow:hidden;
	float:left;
}
@media (max-width: 1024px) {
#header_logo a{
	background: url("../images/bt_logo.png") no-repeat left center scroll;
	background-size: 50px 50px;
	width: 50px;
	min-height: 50px;
	margin: 10px 0 10px 10px;
}
}
@media (max-width: 480px) {
#header_logo a{
	background-size: 40px 40px;
	width: 40px;
	min-height: 40px;
	margin: 5px 0 5px 10px;
}
}

/** header_insta*/

#header_insta {
	float:right;
}
#header_insta a{
    background: url("../images/bt_insta.png") no-repeat right center scroll;
	background-size: 34px 34px;
	width: 34px;
	min-height: 34px;
	padding: 0;
	margin: 20px 0 0 20px;
	text-indent: -9999px;
	overflow:hidden;
	float:right;
}
@media (max-width: 480px) {
#header_insta a{
	margin: 12px 0 0 20px;
}
}
@media (max-width: 375px) {
#header_insta a{
	display: none;
}
}

/** header_line*/

#header_line {
	float:right;
}
#header_line a{
    background: url("../images/bt_line.png") no-repeat right center scroll;
	background-size: 34px 34px;
	width: 34px;
	min-height: 34px;
	padding: 0;
	margin: 20px 0 0 10px;
	text-indent: -9999px;
	overflow:hidden;
	float:right;
}
@media (max-width: 480px) {
#header_line a{
	margin: 12px 0 0 10px;
}
}
@media (max-width: 375px) {
#header_line a{
	display: none;
}
}

/**------------------------------copy*/

#copy {
	width: 100%;
	color: #726251;
	font-size: 10px;
    text-align: center;
	letter-spacing: 0.1em;
	margin: 20px auto 180px;
	float:left;
}

@media (max-width: 640px) {
#copy {
	font-size: 9px;
	letter-spacing: 0em;
	margin: 20px auto 75px;
}
}

/**------------------------------page*/
#page-top {
	width:80px;
	float:right;
	padding: 0;
	margin: 0;
	bottom: 10px;
	right: 20px;
	position: fixed;
	z-index: 9997;
}
#page-top a {
	background:url("../images/bt_page.png") no-repeat;
	background-size:auto 300px;
	background-position:0px -150px;
	text-indent:-9999px;
	width:80px;
	height:150px;
	float:right;
	margin: 0;
	overflow:hidden;
}
#page-top a:hover {
	background-position:0px 0px;
}

@media (max-width: 768px) {
#page-top {
	width:60px;
	bottom: 10px;
	right: 10px;
}
#page-top a {
	background-size:auto 225px;
	background-position:0px -113px;
	width:60px;
	height:113px;
}
#page-top a:hover {
	background-position:0px 0px;
}
}
@media (max-width: 375px) {
#page-top {
	width:60px;
	bottom: 10px;
	right: 5px;
}
}