﻿@charset "utf-8";
/*common
----------------------------------------------------*/
/* 設定 */
* { /*游ゴシック*/
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック', "Yu Gothic", YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*font-feature-settings: 'palt';*/
}
.en {
	font-family: 'Lato', sans-serif;
}
html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	/*background-color: #fdfdfd;*/
	overflow-x: hidden;
}
img {
	max-width: 100%;
	border: 0;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
/* float */
.fLeft {
	float: left !important;
}
.fRight {
	float: right !important;
}
/* clearfix */
.cf:after {
	content: "";
	display: block;
	clear: both;
}
/* align */
.cen {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
/* font-size */
/* margin,padding */
/* -------------------------------------------------
layout
----------------------------------------------------*/
#main {
	overflow: hidden;
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
/* ===== header ===== */
header {
	background: #000;
	border-bottom: 1px solid #FFF;
	-webkit-background-size: 4px 4px;
	padding: 6px 10px 6px 10px;
	height: 43px;
	overflow: hidden !important;
}
/* #header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	border-bottom: solid 1px #c6c6c6;
}
.h-menu {
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 9999;
	width: 40px;
	height: 40px;
}
@media screen and (min-width:768px) {
	.h-menu {
		top: 18px;
		right: 18px;
		width: 50px;
		height: 50px;
	}
}
.menu-trigger {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
}
.menu-trigger.active {
	background: #dd8400;
}
.menu-trigger span {
	position: absolute;
	left: 50%;
	display: inline-block;
	width: 28px;
	height: 2px;
	margin-left: -14px;
	background: #dd8400;
	border-radius: 6px;
	transition: all .3s ease-in-out;
}
@media screen and (min-width:768px) {
	.menu-trigger span {
		width: 36px;
		height: 4px;
		margin-left: -18px;
	}
}
.menu-trigger span:nth-of-type(1) {
	top: 9px;
}
.menu-trigger span:nth-of-type(2) {
	top: 18px;
}
.menu-trigger span:nth-of-type(3) {
	top: 27px;
}
@media screen and (min-width:768px) {
	.menu-trigger span:nth-of-type(1) {
		top: 11px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 22px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 33px;
	}
}
.menu-trigger.active span {
	background: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(9px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-9px) rotate(-45deg);
}
@media screen and (min-width:768px) {
	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(11px) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-11px) rotate(-45deg);
	}
}
#g-nav-wrap-sp {
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 1000;
	width: 70%;
	height: 100vh;
	background: #fff;
	border: 9px solid #F1CD98;
}
@media screen and (min-width:600px) {
	#g-nav-wrap-sp {
		width: 60%;
	}
}
@media screen and (min-width:769px) {
	#g-nav-wrap-sp {
		width: 40%;
		border: 18px solid #F1CD98;
	}
}
.g-nav-sp-in {
	padding: 70px 0 0;
}
.g-nav-sp {
	border-top: 1px solid #F1CD98;
}
.g-nav-sp a {
	position: relative;
	display: block;
	padding: 20px 20px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #F1CD98;
}
@media screen and (min-width:600px) {
	.g-nav-sp a {
		font-size: 2.0rem;
	}
}
@media screen and (min-width:768px) {
	.g-nav-sp a {
		font-size: 2.6rem;
	}
}
.g-nav-sp a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 6px;
	background: url("../img/menu_arr.png") no-repeat 0 0 / 100%;
	transform: translateY(-50%);
}
@media screen and (min-width:600px) {
	.g-nav-sp a:before {
		width: 38px;
		height: 11px;
	}
} */
/* ===== footer ===== */
footer {
	font-family: sans-serif;
	line-height: 1.55;
}
/* page top */
.pagetop {
	text-align: center;
	cursor: pointer;
}
.pagetop-img {
	width: 13.2%;
	max-width: 84px;
	margin: auto;
}
.pagetop-txt {
	width: 100%;
	padding: 6px 0 10px;
	font-size: 1.5rem;
	font-weight: bold;
	background: #ececec;
}
@media screen and (max-width:640px) {
	.pagetop-txt {
		font-size: 2.34vw;
	}
}
/* ====================================
index.html
====================================== */
.w-100 {
	width: 100%;
	height: auto;
}
/* #header {
	position: relative;
	padding: 14px 0;
	background: #fff;
}
.logo {
	margin-left: 5%;
	width: 226px;
}
@media screen and (min-width:768px) {
	.logo {
		margin: auto;
		width: 378px;
	}
} */

.footer-conts {
	width: 100%;
	padding-bottom: 9.38vw;
	background: #ececec;
}
@media screen and (min-width:640px) {
	.footer-conts {
		padding-bottom: 60px;
	}
}
.footer-inner {
	width: 100%;
	max-width: 640px;
	margin: auto;
	padding: 9.1vw 0 0;
	text-align: center;
}
@media screen and (min-width:640px) {
	.footer-inner {
		padding: 70px 0 0;
	}
}

.btn-top {
	width: 89.7%;
	max-width: 574px;
	margin: auto;
}
.btn-top a {
	transition: all .3s ease-in-out;
}
@media screen and (min-width:640px) {
	.btn-top a:hover {
		opacity: 0.7;
	}
}
.container {
	width: 100%;
	max-width: 640px;
	margin: auto;
}
.container a {
	transition: all .3s ease-in-out;
}
@media screen and (min-width:640px) {
	.container a:hover {
		opacity: 0.7;
	}
}
.container img {
	width: 100%;
	height: auto;
}

/* banner area */
#sec-4 {
	width: 90.7%;
	max-width: 580px;
	margin: auto;
}
.bnr-btn {
	margin-bottom: 40px;
}
.bnr-btn:nth-last-of-type(1) {
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
	.bnr-btn {
		margin-bottom: 5.25vw;
	}
}

/* insta area */
#insta-area {
	margin-bottom: 35px;
}
.btn-insta {
	width: 90.7%;
	max-width: 580px;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#insta-area {
		margin-bottom: 5.5vw;
	}
}

/* sns area */
.sns-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sns-btn__line {
	width: 22.4%;
	max-width: 143px;
	margin-right: 40px;
}
.sns-btn__tw {
	width: 24.6%;
	max-width: 157px;
}
@media screen and (max-width: 640px) {
	.sns-btn__line {
		margin-right: 6.3%;
	}
}
