@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap');

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}
body {
	padding: 0;
	width: 100%;
	line-height: 1.8;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	counter-reset: section;
}
#wrapper {
	overflow: hidden;
}

/*	ヘッダー
---------------------------------*/
header {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1002;
}
.hd-inr {
	margin: 0 auto;
	padding: 0;
}
.hd-logo {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0;
	width: 279px;
}
.hd-info {
	width: calc(100% - 309px);
}
.hd-sns {
	width: 110px;
	height: 110px;
}
.hd-sns a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #1da1f2;
	text-align: center;
	line-height: 1;
}
.hd-sns a img {
	display: block;
	width: 39px;
}
.hd-shop {
	width: 300px;
	height: 110px;
}
.hd-shop a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 6px 0 0;
	width: 100%;
	height: 100%;
	background: #232f3e;
	text-align: center;
	line-height: 1;
}
.hd-shop a img {
	display: block;
	width: 235px;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
header {
	border-bottom: 1px solid #ededed;
}
.hd-inr {
	padding: 15px 15px 20px;
	height: 53px;
}
.hd-sns,
.hd-shop {
	display: none;
}
.hd-logo {
	position: relative;
	margin: 0;
	padding: 0;
	max-width: 140px;
}
.hd-info {
	width: calc(100% - 160px);
}
.sp-nav-link {
	margin: 50px 0 0;
}
.sp-nav-sns {
	margin: 0 3px;
	width: 65px;
	height: 65px;
}
.sp-nav-sns a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #1da1f2;
	text-align: center;
	line-height: 1;
}
.sp-nav-sns a img {
	display: block;
	width: 30px;
}
.sp-nav-shop {
	margin: 0 3px;
	width: 235px;
	height: 65px;
}
.sp-nav-shop a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 6px 30px 0;
	width: 100%;
	height: 100%;
	background: #232f3e;
	text-align: center;
	line-height: 1;
}
.sp-nav-shop a img {
	display: block;
	width: 235px;
}
}

/*	フッター
---------------------------------*/
footer {
	position: relative;
	padding: 0;
}
.btn-pagetop {
	width: 9px;
}
.sp-pagetop {
	display: none;
}
.ft-info {
	padding: 145px 0 30px;
}
.ft-info h2 {
	margin: 0 17px;
	width: 279px;
}
.ft-sns {
	margin: 0 17px;
	width: 50px;
	height: 50px;
}
.ft-sns a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: #1da1f2;
	text-align: center;
	line-height: 1;
}
.ft-sns a img {
	display: block;
	width: 23px;
}
.ft-link {
	padding: 0 0 75px;
}
.ft-link-bnr {
	margin: 0 auto;
	width: 200px;
}
.ft-copyright {
	position: relative;
	padding: 0 15px 100px;
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
.btn-pagetop {
	display: none!important;
}
.sp-pagetop {
	display: block;
	height: 67px;
}
.sp-pagetop a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #333333;
	text-align: center;
	line-height: 1;
}
.sp-pagetop a img {
	width: 33px;
}
.ft-info {
	padding: 45px 0 25px;
}
.ft-info h2 {
	margin: 0 15px;
	width: 250px;
}
.ft-sns {
	margin: 0 15px;
	width: 45px;
	height: 45px;
}
.ft-sns a img {
	display: block;
	width: 20px;
}
.ft-link {
	padding: 0 0 70px;
}
.ft-link-bnr {
	margin: 0 auto;
	width: 180px;
}
.ft-copyright {
	padding: 0 15px 100px;
}
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	margin: 0 auto;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.pc-nav > ul {
	padding: 0;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0;
	padding: 0 20px;
	height: 70px;
}
.pc-nav > ul > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1;
}
.pc-nav > ul > li a span {
	font-size: 18px;
	line-height: 1;
}
@media screen and (max-width:1279px) {
.pc-nav > ul > li a span {
	font-size: 16px;
}
}
@media screen and (max-width:1023px) {
.pc-nav > ul > li {
	padding: 0 10px;
}
.pc-nav > ul > li a span {
	font-size: 14px;
}
}
@media screen and (max-width:767px) {
.pc-nav {
	display: none;
}
}


/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}
@media screen and (max-width: 767px) {
header nav.sp-nav {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0 4%;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 1.6rem;
	font-weight: 400;
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
/* ナビゲーション アニメーション */
header.open nav.sp-nav {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
header nav.sp-nav a {
	color:#333;
}
header nav.sp-nav a * {
	transition: 0s;
}
header nav.sp-nav > ul {
	display: block;
	margin: 84px 0 0;
	width: 100%;
}
header nav.sp-nav > ul > li {
	padding: 15px;
	border-bottom: 1px solid #333;
	overflow: hidden;
	text-align: left;
	line-height: 1;
}
header nav.sp-nav > ul > li.parent {
	padding: 0;
}
header nav.sp-nav > ul > li.parent > a {
	display: none;
}
header nav.sp-nav > ul > li li {
	padding: 12px 0;
}
header nav.sp-nav > ul li small,
header nav.sp-nav > ul li br {
	display: none;
}
/*ハンバーガーボタン*/
header .navToggle {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	margin: auto;
	width: 53px;
	height: 53px;
	background: #fff;
	cursor: pointer;
	z-index: 10001;
}
header .navToggle div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 25px;
	height: 16px;
}
header .navToggle span {
	display: block;
	position: absolute;
	height:2px;
	width:100%;
	background: #333;
	left:0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
header .navToggle span:nth-child(1) {
	top: 0;
}
header .navToggle span:nth-child(2) {
	top: 7px;
}
header .navToggle span:nth-child(3) {
	top: 14px;
}
/* ハンバーガーボタン 切り替えアニメーション */
header.open .navToggle span {
}
header.open .navToggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
header.open .navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
header.open .navToggle span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
}
@media screen and (max-width: 767px) {
/*ハンバーガーボタン*/
header .navToggle {
}
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1230px;
}
.contents-inr.full {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
	position: relative;
	margin: 0 0 70px;
	text-align: center;
	line-height: 1;
}
.ttl-cmn01 strong {
	display: block;
	position: relative;
	margin: 0;
	font-size: 5rem;
	font-weight: 300;
}
.ttl-cmn01 small {
	display: block;
	margin: 70px 0 0;
	font-size: 2.1rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}
.ttl-cmn01 strong span,
.ttl-cmn01 small span {
	font-weight: 600;
}
.ttl-cmn02 {
	position: relative;
	margin: 0 0 80px;
	padding: 0;
	text-align: center;
	line-height: 2;
}
.ttl-cmn02 strong {
	display: block;
	position: relative;
	margin: 0;
	font-size: 3.6rem;
	font-weight: 500;
}
@media screen and (max-width:1023px) {
.ttl-cmn01 strong {
	line-height: 1.33;
}
}
@media screen and (max-width:767px) {
.ttl-cmn01 {
	margin: 0 0 40px;
}
.ttl-cmn01 strong {
	font-size: 2.6rem;
	line-height: 1.33;
}
.ttl-cmn01 small {
	margin: 30px 0 0;
	font-size: 1.5rem;
}
.ttl-cmn02 {
	margin: 0 0 40px;
}
.ttl-cmn02 strong {
	font-size: 2.1rem;
}
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index: 100;
}
.main-img-otr .bx-wrapper {
	margin: 0 auto;
}
.main-img {
	position: relative;
	margin: 0;
	height: 860px;
	overflow: hidden;
}
.main-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.main-img-scroll {
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 20px;
	width: 100%;
	max-width: 1440px;
	z-index: 1001;
}
.main-img-scroll img {
	width: 10px;
}
@media screen and (max-width:1279px) {
.main-img {
	height: 67.2vw;
}
}
@media screen and (max-width:767px) {
.main-img {
	height: 80.24vw;
}
.main-img-scroll img {
	width: 8px;
}
}

/*	トップページ
---------------------------------*/
.cmn-link {
	padding: 0 0 90px;
}
.cmn-link-sns {
	margin: 0 16px;
	width: 90px;
	height: 90px;
}
.cmn-link-sns a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #1da1f2;
	border-radius: 100px;
	text-align: center;
	line-height: 1;
}
.cmn-link-sns a img {
	display: block;
	width: 45px;
}
.cmn-link-shop {
	margin: 0 16px;
	width: 376px;
}
@media screen and (max-width:767px) {
.cmn-link {
	padding: 0 0 45px;
}
.cmn-link-sns {
	margin: 0 8px;
	width: 55px;
	height: 55px;
}
.cmn-link-sns a img {
	display: block;
	width: 30px;
}
.cmn-link-shop {
	margin: 0 8px;
	width: calc(100% - 75px);
	max-width: 230px;
}
}

/*	挨拶	*/
.top-about {
	padding: 160px 0;
	text-align: center;
}
.top-about p {
	font-size: 1.6rem;
	line-height: 2.5;
}
.top-about-sample {
	padding: 120px 0;
	background: url(../img/top/bg_about.png) no-repeat right top;
}
.top-about-sample h3 {
	margin: 0 0 60px;
}
.top-about-sample figure {
	padding: 0 0 0 20px;
}
@media screen and (max-width:767px) {
.top-about {
	padding: 60px 0;
}
.top-about p {
	font-size: 1.4rem;
	letter-spacing: 0;
}
.top-about-sample {
	padding: 50px 0 25px;
	background: url(../img/top/bg_about_sp.png) no-repeat right top / 50% auto;
}
.top-about-sample h3 {
	margin: 0 auto 20px;
	width: 190px;
}
.top-about-sample figure {
	padding: 0 15px;
}
}

/*	おすすめ	*/
.top-feature {
	padding: 0 0 150px;
}
.top-feature h3 {
	margin: 0 0 135px;
	text-align: center;
}
.top-feature h3 strong {
	font-size: 4.2rem;
}
.top-feature h3 strong > span {
	font-weight: 500;
}
.top-feature h3 strong > span span {
	position: relative;
	font-weight: inherit;
}
.top-feature h3 strong > span span::after {
	content: "";
	position: absolute;
	top: calc(100% + 15px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #222;
}
.top-feature-list {
	margin: 0 0 150px;
}
.top-feature-list li + li {
	margin: 170px 0 0;
}
.top-feature-list li figure {
	position: relative;
	width: calc(100% - 400px);
	height: 700px;
}
.top-feature-list li figure img {
	position: absolute;
	top: 0;
	max-width: none;
	max-width: initial;
}
.top-feature-list li:nth-of-type(odd) figure img {
	right: 0;
}
.top-feature-list li:nth-of-type(even) figure img {
	left: 0;
}
.top-feature-about {
	width: 320px;
}
.top-feature-list li:nth-of-type(even) .top-feature-about {
	width: 380px;
}
.top-feature-about h4 span {
	display: block;
	margin: 0 0 55px;
	font-size: 25rem;
	font-weight: 700;
	color: #e5e5e5;
	line-height: 1;
}
.top-feature-about h4 strong {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width:1023px) {
.top-feature {
	padding: 0 0 150px;
}
.top-feature h3 {
	margin: 0 0 70px;
}
.top-feature h3 strong {
	font-size: 2.6rem;
}
.top-feature h3 strong > span span::after {
	top: calc(100% + 10px);
	width: 5px;
	height: 5px;
}
.top-feature-list {
	margin: 0 0 55px;
}
.top-feature-list li + li {
	margin: 55px 0 0;
}
.top-feature-list li figure {
	margin: 0 0 35px;
	width: calc(100vw - 30px);
	height: 56.02vw;
}
.top-feature-list li figure img {
	position: absolute;
	top: 0;
	height: 100%;
}
.top-feature-list li:nth-of-type(odd) figure img {
	right: 15px;
}
.top-feature-list li:nth-of-type(even) figure img {
	left: 15px;
}
.top-feature-about {
	padding: 0 30px;
	width: 100%;
}
.top-feature-list li:nth-of-type(even) .top-feature-about {
	width: 100%;
}
.top-feature-about h4 span {
	margin: 0 0 30px;
	font-size: 10rem;
}
.top-feature-about h4 strong {
	font-size: 1.8rem;
}
}

/*	理由	*/
.top-reason {
	padding: 150px 0;
	background: url(../img/cmn/bg_pattern.png) right top /57px auto;
}
.top-reason h4 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
}
.top-reason-merit {
	padding: 90px 100px;
	background: #fff;
}
.top-reason .top-reason-merit h4 {
	margin: 0 0 50px;
}
.top-reason-merit li + li {
	margin: 50px 0 0;
}
.top-reason-merit li .box {
	margin: 0 auto;
	max-width: 850px;
}
.top-reason-merit li .box figure {
	width: 250px;
	text-align: center;
}
.top-reason-merit li .box figure img {
	width: 82px;
}
.top-reason-merit li .box figcaption {
	margin: 10px 0 0;
	font-size: 2.1rem;
}
.top-reason-merit li .box figcaption small {
	font-size: 1.6rem;
}
.top-merit-about {
	padding: 10px 0 0;
	width: calc(100% - 250px);
	font-size: 2.1rem;
}
.top-merit-about p {
	font-weight: 500;
	line-height: 2;
}
.top-reason-scene {
	margin: 70px 0 0;
	padding: 90px 100px;
	background: #fff;
}
.top-reason .top-reason-scene h4 {
	margin: 0 0 90px;
}
.top-scene-inr {
	position: relative;
}
.top-reason-scene hr {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
	border: none;
}
.top-scene-box {
	width: calc(100% / 2 - 85px);
	text-align: center;
}
.top-scene-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	margin: 0 auto 50px;
	padding: 5px 0 0;
	width: 200px;
	height: 200px;
	background: #5785d1;
	border-radius: 200px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.6;
}
.top-scene-ttl.col01 {
	background: #e1bf00;
}
.top-scene-box p {
	font-size: 2.1rem;
}
@media screen and (max-width:1023px) {
.top-reason-merit {
	padding: 90px 60px;
}
.top-reason-scene {
	padding: 90px 60px;
}
}
@media screen and (max-width:767px) {
.top-reason {
	padding: 75px 0 50px;
	background: url(../img/cmn/bg_pattern.png) right top /29px auto;
}
.top-reason h4 {
	font-size: 2.1rem;
}
.top-reason-merit {
	padding: 50px 30px;
}
.top-reason .top-reason-merit h4 {
	margin: 0 0 30px;
}
.top-reason-merit li + li {
	margin: 45px 0 0;
}
.top-reason-merit li .box figure {
	margin: 0 auto 30px;
	width: 100%;
	text-align: center;
}
.top-reason-merit li .box figure img {
	width: 66px;
}
.top-reason-merit li .box figcaption {
	margin: 10px 0 0;
	font-size: 1.8rem;
}
.top-reason-merit li .box figcaption small {
	font-size: 1.4rem;
}
.top-merit-about {
	padding: 0;
	width: 100%;
	font-size: 1.5rem;
}
.top-reason-scene {
	margin: 45px 0 0;
	padding: 50px 30px;
}
.top-reason .top-reason-scene h4 {
	margin: 0 0 45px;
}
.top-scene-inr {
	position: relative;
}
.top-reason-scene hr {
	display: none;
}
.top-scene-box {
	width: 100%;
	text-align: center;
}
.top-scene-box + hr + .top-scene-box {
	margin: 40px 0 0;
}
.top-scene-ttl {
	margin: 0 auto 25px;
	padding: 5px 0 0;
	width: 150px;
	height: 150px;
	font-size: 1.8rem;
}
.top-scene-ttl.col01 {
	background: #e1bf00;
}
.top-scene-box p {
	font-size: 1.6rem;
}
}

/*	バリエーション	*/
.top-variation {
	padding: 140px 0 150px;
}
.top-variation-before figure {
	margin: 0 auto 40px;
	text-align: center;
}
.top-variation-before p {
	margin: 0 auto;
	text-align: center;
}
.top-variation-before p span {
	display: inline-block;
	padding: 0 0 3px;
	border-bottom: 2px solid #878787;
	font-size: 2.1rem;
	font-weight: 500;
}
.top-variation-before p::after {
	display: block;
	content: "";
	margin: 60px auto 90px;
	width: 80px;
	height: 70px;
	background: url(../img/top/icon_arw01.png) no-repeat center center /contain;
}
.top-variation-list {
	margin: 0 auto 60px;
}
.top-variation-list li {
	margin: 0 30px 30px 0;
	width: calc(100% / 3 - 20px);
}
.top-variation-list li:nth-of-type(3n) {
	margin-right: 0;
}
@media screen and (max-width:767px) {
.top-variation {
	padding: 50px 0 75px;
}
.top-variation-before figure {
	margin: 0 auto 35px;
}
.top-variation-before p {
	margin: 0 auto;
	text-align: center;
}
.top-variation-before p span {
	display: inline;
	padding: 0 0 3px;
	border-bottom: 2px solid #878787;
	font-size: 1.8rem;
}
.top-variation-before p::after {
	margin: 30px auto 45px;
	width: 80px;
	height: 70px;
	background: url(../img/top/icon_arw01.png) no-repeat center center /contain;
}
.top-variation-list {
	margin: 0 auto 30px;
}
.top-variation-list li {
	margin: 0 auto 25px;
	width: 100%;
	text-align: center;
}
.top-variation-list li:nth-of-type(3n) {
	margin-right: auto;
}
}

/*	帯	*/
.top-cover {}
.top-cover figure {
	width: 50%;
}

/*	よくある質問	*/
.top-faq {
	padding: 180px 0 100px;
}
.top-faq-list dt {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}
.top-faq-list dt::before {
	content: "Q";
	display: inline-block;
	margin: 0 25px 0 0;
	width: 70px;
	height: 70px;
	background: #000;
	text-align: center;
	vertical-align: middle;
	font-size: 3rem;
	font-weight: 500;
	color: #fff;
	line-height: 65px;
}
.top-faq-list dt span {
	width: calc(100% - 95px);
	font-size: 2.1rem;
	font-weight: 500;
}
.top-faq-list dd {
	display: flex;
	align-items: flex-start;
	margin: 0 0 50px auto;
	padding: 25px 45px;
	width: calc(100% - 100px);
	border: 5px solid #eaeaea;
	font-size: 2.1rem;
	font-weight: 500;
}
.top-faq-list dd::before {
	content: "A";
	display: inline-block;
	margin: 0 25px 0 0;
	width: 70px;
	height: 70px;
	background: #e1bf00;
	text-align: center;
	vertical-align: middle;
	font-size: 3rem;
	font-weight: 500;
	color: #fff;
	line-height: 65px;
}
.top-faq-list dd p {
	width: calc(100% - 95px);
	font-size: 1.6rem;
}
@media screen and (max-width:767px) {
.top-faq {
	padding: 70px 0;
}
.top-faq-list dt {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}
.top-faq-list dt::before {
	margin: 0 25px 0 0;
	width: 45px;
	height: 45px;
	font-size: 2.1rem;
	line-height: 45px;
}
.top-faq-list dt span {
	width: calc(100% - 60px);
	font-size: 1.8rem;
}
.top-faq-list dd {
	margin: 0 auto 35px;
	padding: 25px 25px;
	width: 100%;
	border: 3px solid #eaeaea;
	font-size: 1.5rem;
}
.top-faq-list dd::before {
	margin: 0 25px 0 0;
	width: 45px;
	height: 45px;
	font-size: 2.1rem;
	line-height: 45px;
}
.top-faq-list dd p {
	width: calc(100% - 60px);
	font-size: 1.5rem;
}
}

/*	プロジェクト	*/
.top-project {
	padding: 140px 0;
	background: #f8f8f8;
}
.top-project-box {
	margin: 0 auto;
	padding: 65px 100px 90px;
	max-width: 1000px;
	background: #fff;
}
.top-project-about h3 {
	margin: 0 auto 50px;
	width: 504px;
}
.top-project-about figure {
	margin: 0 auto 80px;
	text-align: center;
}
.top-project-about figure img {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.top-project-box h4 {
	margin: 0 0 35px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
}
.top-project-box p {
	margin: 0 0 55px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.25;
}
.top-project-box p span {
	font-weight: 500;
	border-bottom: 1px solid #777;
}
.top-project-list {
	margin: 0 auto 80px;
}
.top-project-list li {
	width: calc(100% / 3 - 24px);
}
.top-project-list li img {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
@media screen and (max-width:767px) {
.top-project {
	padding: 70px 0;
}
.top-project-box {
	padding: 50px 30px 60px;
}
.top-project-about h3 {
	margin: 0 auto 30px;
	width: auto;
	max-width: 305px;
}
.top-project-about figure {
	margin: 0 auto 40px;
	max-width: 245px;
}
.top-project-box h4 {
	margin: 0 0 30px;
	font-size: 2.1rem;
}
.top-project-box p {
	margin: 0 0 25px;
	font-size: 1.4rem;
}
.top-project-list {
	margin: 0 auto 40px;
}
.top-project-list li {
	width: calc(100% / 3 - 10px);
}
}


#wrapper .btn-cart-cap {
	margin: 0 0 40px;
	text-align: center;
	font-size: 3rem;
	line-height: 1;
}
#wrapper .btn-cart-item {
	margin: 0 auto;
	max-width: 800px;
}
@media screen and (max-width:767px) {
#wrapper .btn-cart-cap {
	margin: 0 0 30px;
	font-size: 2.1rem;
}
#wrapper .btn-cart-item {
	margin: 0 auto;
	max-width: 320px;
}
}

/*animation*/
.animation01 {
	opacity: 0;
	transform: translate(0,50px); 
	-webkit-transform: translate(0,50px); 
	-webkit-transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), -webkit-transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04);
	transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), -webkit-transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04);
	transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04);
	transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), -webkit-transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04);
}
.ani-hide01 {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0); 
}