@charset "utf-8";

/*                reset
======================================================= */
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	font-size: 100%;
}
html {
	font-size: 3vw;
}
body {
	color: #454545;
	background-color: #ffffff;
	line-height: 1.3;
	font-family: "TsukuARdGothicStd-M", "Noto Sans Japanese", serif;
	-webkit-text-size-adjust: none;
}
p {
	line-height: 1.5;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input,
textArea,
select,
button {
	background: none;
	margin: 0px;
	outline: none;
	padding: 0px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	font-size: 14px;
}
* {
	box-sizing: border-box;
}

/*                header
======================================================= */
#header {
	text-align: center;
	padding: 13px 0;
}
@media only screen and (max-width: 640px) {
	#header {
		padding: 11px 0;
	}
}

/*                footer
======================================================= */
#footer {
	margin-top: 0;
	background-color: #f2453e;
}
#footer .copy {
	padding: 0.65em;
}
#footer .copy p {
	text-align: center;
	line-height: 11px;
}
#footer .copy p img {
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	#footer .copy {
		padding: 1em;
	}
	#footer .copy p {
		text-align: center;
		line-height: 11px;
	}
	#footer .copy p img {
		display: inline-block;
	}
}

/*                SNS
======================================================= */
.social-icons {
	position: absolute;
	top: 70px;
	left: 0;
	margin: 0 auto;
	width: 99vw;
	z-index: 1000;
	display: flex;
	justify-content: center;
}
.social-icons>.facebook,
.social-icons>.twitter,
.social-icons>.hatena,
.social-icons>.google-plus,
.social-icons>.pinterest {
	width: 32px;
	height: 32px;
	margin: 0 5px;
	background-color: #fff;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center
}
.social-icons>.facebook {
	background-image: url("../images/facebook.png")
}
.social-icons>.twitter {
	background-image: url("../images/twitter.png")
}
.social-icons>.hatena {
	background-image: url("../images/hatena.png")
}
.social-icons>.google-plus {
	background-image: url("../images/google-plus.png")
}
.social-icons>.pinterest {
	background-image: url("../images/pinterest.png")
}

/*                KV
======================================================= */
.mv {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
/*	padding: 4.375vw 0 0;*/
	width: 100vw;
	height: 120vw;
	background-image: url(../images/kv4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.mv h1 {
	width: 96vw;
	text-align: center;
}

/*                common
======================================================= */
.lead h2 {
/*	color: #00B6E6;*/
/*	color: #72C142; 多摩カラー*/
	font-family: "游明朝", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "メイリオ", serif;
	font-size: 2.1rem;
/*	font-weight: bold;*/
	letter-spacing: 0.04em;
	line-height: 1.20;
	padding-top: 0.125em;
	padding-bottom: 0.3em;
}
.lead h2 span {
	position: relative;
}
.lead h2 span:before {
	content: '';
	position: absolute;
	top: 0;
	left: -9vw;
	width: 6vw;
	height: 7vw;
	background: url(../images/deco_tree1.png) no-repeat;
	background-size: contain;
}
.lead h2 span:after {
	content: '';
	position: absolute;
	top: 0;
	right: -8.5vw;
	width: 6vw;
	height: 7vw;
	background: url(../images/deco_tree2.png) no-repeat;
	background-size: contain;
}

.recommends:before {
	content: '';
	position: absolute;
	top: -6vw;
	left: calc(50% - 22.735vw);
	width: 45.47vw;
	height: 2.93vw;
	background: url(../images/deco_stars.png) no-repeat;
	background-size: contain;
	opacity: 0.5;
}
.lead h2 img {
	display: block;
	margin: 2.4vw auto 0;
	width: 80vw;
}

em {
	font-style: normal;
	color: #abd14c;
}
em.color1 { color: #abd14c;}
em.color2 { color: #659c35;}
em.color3 { color: #96cc1c;}

.forPC {
	display: none !important;
}

/*                campaign
======================================================= */
.campaign {
}
.campaign > .lead {
	padding: 8vw 0 6vw;
	text-align: center;
}
.campaign .lead p {
	padding: 0 4vw 3vw;
	font-size: 1.1rem;
	letter-spacing: 0.085em;
	text-align:left;
}
.campaign .lead p.small{
	font-size: 0.8rem;
}


/*                about
======================================================= */
.about {
}
.about > .lead {
	padding: 8vw 0 6vw;
	text-align: center;
}
.about .lead p {
	padding: 0 4vw 3vw;
	font-size: 1.1rem;
	letter-spacing: 0.085em;
}
.about .contents {
	margin-top: 160vw;
	overflow: hidden;
}
.about .contents .lead {
	position: relative;
	align-items: center;
	margin-top: 8vw;
	padding: 4vw;
	text-align: center;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQYV2NkQAbb3vkywvnb3vkyeAlthghAOSAmIzIHJAAATpcK9rW8QpgAAAAASUVORK5CYII=) repeat;
}
.about .contents .lead h3 {
	color: #333;
	font-family: "游明朝", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "メイリオ", serif;
	font-size: 2.3rem;
	letter-spacing: 0.085em;
	padding-bottom: 0.3em;
}
.about .contents .lead p {
	position: relative;
	width: 100%;
	font-size: 1rem;
}
.about .contents .islands {
	position: relative;
	width: 100vw;
	height: 60vw;
}
.about .contents .islands div {
	position: relative;
	margin: 0;
	width: 100vw;
	height: 60vw;
	background-size: 100%;
	background-position: center bottom;
}
.about .contents .islands div.island1, .about .contents .islands div.island1 p:after { background-image: url(../images/island1.jpg);}
.about .contents .islands div.island2, .about .contents .islands div.island2 p:after { background-image: url(../images/island2.jpg);}
.about .contents .islands div.island3, .about .contents .islands div.island3 p:after { background-image: url(../images/island3.jpg);}
.about .contents .islands div.island4, .about .contents .islands div.island4 p:after { background-image: url(../images/island4.jpg);}
.about .contents .islands div.island5, .about .contents .islands div.island5 p:after { background-image: url(../images/island5.jpg);}
.about .contents .islands div.island6, .about .contents .islands div.island6 p:after { background-image: url(../images/island6.jpg);}
.about .contents .islands div.island7, .about .contents .islands div.island7 p:after { background-image: url(../images/island7.jpg);}
.about .contents .islands div.island8, .about .contents .islands div.island8 p:after { background-image: url(../images/island8.jpg);}
.about .contents .islands div.island9, .about .contents .islands div.island9 p:after { background-image: url(../images/island9.jpg);}
.about .contents .islands div.island10, .about .contents .islands div.island10 p:after { background-image: url(../images/island10.jpg);}
.about .contents .islands div.island11, .about .contents .islands div.island11 p:after { background-image: url(../images/island11.jpg);}
.about .contents .islands div h4 {
	position: absolute;
	top: 15px;
	left: -4px;
	padding: 5px 15px;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
/*
	text-shadow:
		black 1px 1px 2px, black -1px 1px 2px,
		black 1px -1px 2px, black -1px -1px 2px;
*/
}
/*
.about .contents .islands > div h4::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(112, 123, 119);
	z-index: -1;
}
*/
.about .contents .islands > div p {
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	width: 100%;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	z-index: 2;
	overflow: hidden;
/*
	text-shadow:
		black 1px 1px 2px, black -1px 1px 2px,
		black 1px -1px 2px, black -1px -1px 2px;
*/
}
.about .contents .islands > div p:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: center bottom;
	background-size: 100%;
	opacity: 0.8;
	filter: brightness(0.7) blur(4px);
	z-index: -1;
}

.area-nv {
	display: flex;
	justify-content: space-between;
	margin: 4vw auto 8vw;
	max-width: 88vw;
}
.area-nv a {
	width: 30%;
	text-align: center;
}
.experience .wrap > div  nav a.color1, .area-nv a.color1 { background-color: #abd14c;}
.experience .wrap > div  nav a.color2, .area-nv a.color2 { background-color: #659c35;}
.experience .wrap > div  nav a.color3, .area-nv a.color3 { background-color: #96cc1c;}

/*                recommend
======================================================= */
.recommends {
	position: relative;
}
.recommends .lead {
	margin: 20vw auto 0;
	padding: 30px 0 0;
	text-align: center;
}
.recommends .lead small {
	color: #333;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.recommends h2 img {
	width: 60vw;
}
.recommends h3 {
	margin: 4vw 0 -2vw;
	text-align: center;
}
.recommends h3#north,
.recommends h3#south {
	margin-top: 14vw;
}
.recommends h3 img {
	width: 40vw;
}
.recommends .recommend {
	align-items: center;
	justify-content: space-between;
	margin: 6vw auto 8vw;
	width: 92vw;
}
.recommends .recommend .img {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #fff;
	height: 56vw;
	border-radius: 8px;
	background-color: #777;
	background-position: center center;
	background-size: cover;
}
.recommends .recommend1 .img { background-image: url(../images/recommend1.jpg);}
.recommends .recommend2 .img { background-image: url(../images/recommend2.jpg);}
.recommends .recommend3 .img { background-image: url(../images/recommend3.jpg);}
.recommends .recommend4 .img { background-image: url(../images/recommend4.jpg);}
.recommends .recommend5 .img { background-image: url(../images/recommend5.jpg);}
.recommends .recommend6 .img { background-image: url(../images/recommend6.jpg);}
.recommends .recommend7 .img { background-image: url(../images/recommend7.jpg);}
.recommends .recommend8 .img { background-image: url(../images/recommend8.jpg);}
.recommends .recommend9 .img { background-image: url(../images/recommend9.jpg);}
.recommends .recommend10 .img { background-image: url(../images/recommend10.jpg);}
.recommends .recommend11 .img { background-image: url(../images/recommend11.jpg);}
.recommends .recommend12 .img { background-image: url(../images/recommend12.jpg);}
/*
.recommends .recommend13 .img { background-image: url(https://www.asoview.com/brand/tokyo_tama/images/recommend13.jpg);}
.recommends .recommend14 .img { background-image: url(https://www.asoview.com/brand/tokyo_tama/images/recommend14.jpg);}
.recommends .recommend15 .img { background-image: url(https://www.asoview.com/brand/tokyo_tama/images/recommend15.jpg);}
*/
.recommends .recommend16 .img { background-image: url(../images/recommend16.jpg);}
.recommends .recommend17 .img { background-image: url(../images/recommend17.jpg);}
.recommends .recommend18 .img { background-image: url(../images/recommend18.jpg);}
.recommends .recommend19 .img { background-image: url(../images/recommend19.jpg);}
.recommends .recommend20 .img { background-image: url(../images/recommend20.jpg);}
.recommends .recommend21 .img { background-image: url(../images/recommend21.jpg);}
.recommends .recommend22 .img { background-image: url(../images/recommend22.jpg);}
.recommends .recommend23 .img { background-image: url(../images/recommend23.jpg);}
.recommends .recommend24 .img { background-image: url(../images/recommend24.jpg);}
.recommends .recommend25 .img { background-image: url(../images/recommend25.jpg);}
.recommends .recommend .img.right {
	order: 2;
}
.recommends .recommend .txt {
	flex-basis: 50%;
}
.recommends .recommend .txt h4 {
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.35;
}
.recommends .recommend.new .txt h4::before {
	content: 'NEW';
	display: inline-block;
	margin-right: 0.4em;
	padding: 2px 10px;
	border-radius: 2px;
	background-color: #f00;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 70%;
}
.recommends .recommend.comingsoon .txt h4::before {
	content: '準備中';
	display: inline-block;
	margin-right: 0.4em;
	padding: 2px 10px;
	border-radius: 2px;
	background-color: #f00;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 70%;
}
.recommends .recommend .txt h4 em {
	display: inline-block;
	padding: 1em 0 0.2em;
	font-size: 1.2rem;
	font-feature-settings: 'palt';
	letter-spacing: 2px;
}
.recommends .recommend .txt p {
	margin-top: 10px;
	font-size: 1rem;
	line-height: 1.75;
}
.recommends .recommend .txt nav {
	margin-top: 30px;
	text-align: center;
}
.recommends .recommend .txt nav a,
.recommends a.btn {
	display: block;
	padding: 18px;
	border: 2px solid #72C142;
	border-radius: 4px;
/*
	background: #fff;
	color: #72C142;
*/
	background-color: #72C142;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0.085em;
	line-height: 1;
	text-decoration: none;
	position: relative;
}
.recommends a.btn {
	display: block;
	margin: 0 auto;
	padding: 26px;
	max-width: 92vw;
	border: 2px solid #72C142;
	border-radius: 4px;
	background-image: linear-gradient(-45deg, #659c35, #72C142);
	color: #fff;
	text-align: center;
}
.recommends .recommend .txt nav a::after,
.recommends a.btn::after {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/btn_arr01.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	transition-duration: .15s;
}
/*
.recommends .recommend .txt nav a::after {
	background-image: url(../images/btn_arr02.png);
}
*/

/*                experience
======================================================= */
.experience {
	position: relative;
}

.experience .wrap {
	justify-content: space-between;
	margin: 0 auto;
	width: 92vw;
}
.experience .wrap > div {
	margin-bottom: 4vw;
}
.experience .wrap > div.none {
	box-shadow: none;
}
.experience .wrap > div .area {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	border-radius: 0 0 8px 0;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.085em;
}
.experience .wrap > div img {
	width: 100%;
}
.experience .wrap > div h3 {
	position: relative;
	padding: 20px 20px 10px;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}
.experience .wrap > div h3 em {
	position: relative;
}
.experience .wrap > div h3 em:before,
.experience .wrap > div h3 em:after {
	content: '';
	position: absolute;
	top: 0;
	left: -7vw;
	width: 4vw;
	height: 5.5vw;
	background: url(../images/deco_tree3.png) no-repeat;
	background-size: contain;
}
.experience .wrap > div h3 em:after {
	left: auto;
	right: -7vw;
}
.experience .wrap > div p.lead {
	text-align: left
}
.experience .wrap > div div.img {
	display: block;
	margin: 20px 0;
	padding: 8px;
	box-shadow: 0 2px 4px 4px rgba(0,0,0,0.2);
}
.experience .wrap > div div.img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 58vw;
}
.experience .wrap > div nav {
	margin-top: 12vw;
	padding: 0 20px;
	text-align: center;
}
.experience .wrap > div  nav a,
.area-nv a {
	position: relative;
	display: block;
	padding: 18px;
	border-radius: 4px;
	background-color: #72C142;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0.085em;
	line-height: 1;
	text-decoration: none;
	transition: .15s;
}
.experience .wrap > div  nav a::after,
.area-nv a::after {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/btn_arr01.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(90deg);
	transition-duration: .15s;
}

/*                link
======================================================= */
.link {
	margin-top: 18vw;
	text-align: center;
}
.link .lead h2 {
	font-size: 1.35rem;
	letter-spacing: 0.05em;
}
.link .lead h2 span:after {
	top: 2px;
}
.link p {
	margin: 6vw 0 10vw;
}
.link a img {
	width: 75vw;
}

/*                bnr
======================================================= */
.bnr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-top: 16vw;
	padding: 6vw 0;
	width: 100vw;
	height: 35vw;
	background-image: url(../images/syotou_kv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bnr h2 {
	width: 100%;
	text-align: center;
}
.bnr h2 img {
	width: 75vw;
}
.bnr nav a {
	display: inline-block;
	padding: 3vw 8vw;
	border-radius: 4px;
	background: #00B6E6 url(../images/btn_arr01.png) right 18px center no-repeat;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0.085em;
	line-height: 1;
	text-decoration: none;
}

/*                more
======================================================= */
.btn-more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 1em;
	width: 7em;
	height: 7em;
	border: #aaa solid 2px;
	border-radius: 50%;
	background-color: #aaa;
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.btn-more::after {
	content: '';
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	border-left: #fff solid 2px;
	border-bottom: #fff solid 2px;
	position: absolute;
	left: 50%;
	bottom: 2em;
	transform: translateX(-50%) rotate(-45deg);
}
.hidden-group1,
.hidden-group2,
.hidden-group3 {
	display: none;
}