body {
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 2.4px;
	font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h1, h2, h3, h4, h5, nav {
	margin: 0;
	font-weight: bold;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Ｍｓ Ｐ明朝", "ＭＳ 明朝", serif;
}
p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 2;
	font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
dt,dd {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
a {
	text-decoration: none;
	color: #000;
	font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	transition: .3s;
}
a:hover {
	text-decoration: none;
	opacity: 0.6;
}
ul,ol {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style-type: none;
	font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
}
input,select,textarea {
	outline: none;
	padding: 2px;
	font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.sp {
	display: none;
}
.pc {
	display: block;
}

/* -------------- */
/* common
/* -------------- */
.wrapper {
	position: relative;
	overflow-x: hidden;
}
.secttl {
	margin: 0 auto 80px;
	position: relative;
}
.secttl::after {
    content: '';
    background: url(/assets/img/border.png)no-repeat;
    background-size: contain;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 6.3em;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.secttl h2 {
	color: #6abfaa;
	line-height: 1.3;
	position: relative;
	font-size: 30px;
}
.secttl h2 span {
	display: block;
	color: #000;
	font-size: 11px;
	font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding: 8px 0 0;
}

/* -------------- */
/* effect
/* -------------- */
.ded.delighter {
	opacity: 0;
	transform: translate(0,0);
	-webkit-transform: translate(0,00);
	transition: all .5s;
}
	.ded.delighter.started {
		opacity: 1.0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	.ded.delighter.started.ended {
	}

.de.delighter {
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: all .5s;
}
	.de.delighter.started {
		opacity: 1.0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	.de.delighter.started.ended {
	}

.right.delighter {
	opacity: 0;
	transform: translate(-80px,0);
	-webkit-transform: translate(-80px,0);
	transition: all .4s;
}
	.right.delighter.started {
		opacity: 1.0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	.right.delighter.started.ended {
	}

.left.delighter {
	opacity: 0;
	transform: translate(80px,0);
	-webkit-transform: translate(80px,0);
	transition: all .5s;
}
	.left.delighter.started {
		opacity: 1.0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	.left.delighter.started.ended {
	}

/* -------------- */
/* index
/* -------------- */
#header {
	position: fixed;
	z-index: 1000;
	width: 100%;
}
	#header .headerwrap {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 40px 30px 15px;
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,0.9164040616246498) 0%, rgba(255,255,255,0.5214460784313726) 60%, rgba(255,255,255,0) 100%);
	}
	#header .headerwrap .logo {
		width: 200px;
	}
	#header .headerwrap .gnav nav {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	#header .headerwrap .gnav nav ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	#header .headerwrap .gnav nav ul li {
		padding: 0 30px 0 0;
	}
	#header .headerwrap .gnav nav ul li a {
		color: #4a4a3b;
		font-weight: normal;
		display: block;
	}
	#header .headerwrap .gnav nav ul li.linkstore {
		position: relative;
		padding: 0 30px 0 28px;
	}
	#header .headerwrap .gnav nav ul li.linkstore::before {
		content: '';
		border-left: 1px solid #4a4a3b;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#header .headerwrap .gnav nav ul li.linkstore a {
		position: relative;
		padding: 0 0 0 33px;
	}
	#header .headerwrap .gnav nav ul li.linkstore a span {
		text-align: left;
	}
	#header .headerwrap .gnav nav ul li.linkstore a::before {
		content: '';
		background: url(/assets/img/icon_cart.png)no-repeat;
		background-size: contain;
		width: 27px;
		height: 27px;
		position: absolute;
		top: 5px;
		left: 0;
	}
	#header .headerwrap .gnav nav ul li a span {
		display: block;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 0.15em;
	}
	#header .headerwrap .gnav nav ul.sns {
		position: relative;
		margin: 0 25px 0 0;
	}
	#header .headerwrap .gnav nav ul.sns li {
		margin: 0;
	}
	#header .headerwrap .gnav nav ul.sns li:last-child {
		padding-right: 0;
	}
	#header .headerwrap .gnav nav ul.sns li a {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 24px;
	}
#main {
}
	#main .mainwrap {
		position: relative;
		z-index: 0;
	}
	#main .mainwrap .mainlogo {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		width: 30%;
		max-width: 330px;
		z-index: 1;
		background: rgba(255,255,255,0.75);
		padding: 40px 40px 40px 7%;
	}
	#main .mainwrap .mainlogo span {
		display: block;
		font-size: 24px;
		color: #000;
		margin: 5% 0 0;
		font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Ｍｓ Ｐ明朝", "ＭＳ 明朝", serif;
	}
#about {
	margin: -5% 0 0;
}
	#about .aboutwrap {
		background: url('/assets/img/bgabout.png')no-repeat;
		background-size: cover;
		background-position: top;
		height: 70vh;
		position: relative;
	}
	#about .aboutwrap .aboutimg {
		width: 60%;
		max-width: 600px;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		z-index: 2;
	}
	#about .aboutwrap .aboutcont {
		position: absolute;
		top: 46%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		width: 75%;
		margin: 0 auto;
	}
	#about .aboutwrap .aboutcont .secttl {
		width: 19em;
		margin: 0 auto 15%;
	}
	#about .aboutwrap .aboutcont .secttl::after {
		top: 135%;
		width: 80%;
	}
	#about .aboutwrap .aboutcont .secttl h2::before {
		content: '';
		background: url(/assets/img/green_left.png)no-repeat;
		background-size: contain;
		width: 16px;
		height: 22px;
		position: absolute;
		top: 5px;
		left: 29px;
	}
	#about .aboutwrap .aboutcont .secttl h2::after {
		content: '';
		background: url(/assets/img/green_right.png)no-repeat;
		background-size: contain;
		width: 23px;
		height: 22px;
		position: absolute;
		top: 5px;
		right: 32px;
	}
	#about .aboutwrap .aboutcont p {
		text-align: left;
		padding: 0 20px;
		line-height: 1.8;
	}
#profile {
	margin: -2% 0 0;
}
	#profile .profwrap {
		background: url('/assets/img/bgprofile.png')no-repeat;
		background-size: cover;
		background-position: 76% top;
		padding: 15% 0 0;
		height: 80vh;
		z-index: 1;
		position: relative;
	}
	#profile .profwrap .secttl {
    width: 25em;
    text-align: left;
    position: absolute;
    top: 20%;
    left: 12%;
	}
	#profile .profwrap .secttl::after {
		background: url('/assets/img/green_twice_wh.png')no-repeat;
		background-size: contain;
		width: 26px;
		height: 33px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	#profile .profwrap .secttl h2 {
		color: #fff;
		font-size: 30px;
		text-shadow: rgba(0 0 0 / 80%) 0px 0px 15px;
	}
	#profile .profwrap .secttl h2 span {
		color: #fff;
		display: inline-block;
		margin: 0 0 0 1em;
	}
#award {
	margin: -5% 0 0;
	position: relative;
	z-index: 1;
}
	#award .awardwrap {
		background: url('/assets/img/bgaward.png')no-repeat;
		background-size: cover;
		padding: 7% 0 12%;
		position: relative;
	}
	#award .awardwrap .secttl {
		margin: 0 0 60px;
	}
	#award .awardwrap .secttl::after {
		background-size: cover;
		width: 30em;
		position: absolute;
		top: 65px;
		left: -25%;
	}
	#award .awardwrap .secttl h2 {
		width: 6em;
		padding: 0 0 0 20px;
	}
	#award .awardwrap .secttl h2::after {
		content: '';
		background: url('/assets/img/green_twice.png')no-repeat;
		background-size: contain;
		width: 28px;
		height: 33px;
		position: absolute;
		top: 1px;
		right: -27px;
	}
	#award .awardwrap .secttl h2 span {
		display: inline-block;
		margin: 0 0 0 1.2em;
	}
	#award .awardwrap .awardcontwrap {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		max-width: 1100px;
		padding: 0 60px;
		margin: 0 auto;
	}
	#award .awardwrap .awardcontwrap .awardimg {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		width: 50%;
		z-index: 1;
	}
	#award .awardwrap .awardcontwrap .awardimg .upper {
		width: 65%;
        margin: auto;
	}
	#award .awardwrap .awardcontwrap .awardimg .under {
		width: 50%;
		padding: 10% 0 0;
	}
	#award .awardwrap .awardcontwrap .awardcont {
		width: 50%;
		padding: 80px 0;
	}
	#award .awardwrap .awardcontwrap .awardcont .history {
		text-align: left;
		position: relative;
		padding: 0 30px;
	}
	#award .awardwrap .awardcontwrap .awardcont .history dl {
	}
	#award .awardwrap .awardcontwrap .awardcont.under .history dl {
		padding: 0 30px 0 10%;
	}
	#award .awardwrap .awardcontwrap .awardcont .history dl dt {
		float: left;
	}
	#award .awardwrap .awardcontwrap .awardcont .history dl dd {
		margin-left: 5em;
		margin-bottom: 10px;
	}
	#award .awardwrap .awardcontwrap .awardcont.under .history dl dd {
		margin-left: 11em;
	}
#tea {
	margin: -5% 0 0;
}
	#tea .teawrap {
		background: url('/assets/img/bgtea.png')no-repeat;
		background-size: cover;
		background-position: 40%;
		padding: 9% 0 33%;
		position: relative;
		z-index: 1;
		text-align: left;
	}
	#tea .teawrap .secttl {
		width: 21em;
		margin: 0 0 60px 10%;
	}
	#tea .teawrap .secttl::after {
		top: 4.3em;
	}
	#tea .teawrap .secttl h2 {
		position: relative;
	}
	#tea .teawrap .secttl h2::after {
		content: '';
		background: url('/assets/img/green_twice.png')no-repeat;
		background-size: contain;
		width: 26px;
		height: 33px;
		position: absolute;
		top: 0;
		right: 0;
	}
	#tea .teawrap .secttl h2 span {
		display: inline-block;
		margin: 0 0 0 1em;
	}
	#tea .teawrap .teacontwrap {
		width: 43%;
		max-width: 513px;
		margin: 0 0 4% 10%;
	}
	#tea .teawrap .teacontwrap .teacont {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		margin: 0 0 40px;
	}
	#tea .teawrap .teacontwrap .teacont .btn_link a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.9em 2.6em;
		background: url('/assets/img/btn.png')no-repeat;
		background-size: cover;
		color: #fff;
		font-size: 14px;
		position: relative;
	}
	#tea .teawrap .teacontwrap .teacont .btn_link a::after {
		content: '';
		border-bottom: 1px solid #000;
		width: 3em;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -1.4em;
	}
	#tea .teawrap .teacontwrap .teacont .lead {
		padding: 0 30px 0 0;
	}
	#tea .teawrap .teacontwrap .teaimg {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	#tea .teawrap .teacontwrap .teaimg .upper {
		width: 60%;
	}
	#tea .teawrap .teacontwrap .teaimg .under {
		width: 60%;
		margin: 15% 0 0 -15%;
	}
	#tea .teawrap .btn_store {
		max-width: 1200px;
		margin: 0 auto;
		width: 85%;
		box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
		position: absolute;
		bottom: 11.5%;
		left: 0;
		right: 0;
	}
#store {
	margin: -5% 0 0;
}
	#store .storewrap {
		background: url('/assets/img/bgstore.png')no-repeat;
		background-size: cover;
		padding: 5% 0;
		height: 60vh;
		position: relative;
		z-index: 1;
		text-align: left;
	}
	#store .storewrap .storecont {
		width: 34%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		padding: 0 5% 0 0;
	}
	#store .storewrap .storecont .secttl {
		margin: 0 0 20px;
		position: relative;
		width: 16em;
	}
	#store .storewrap .storecont .secttl::after {
		content: '';
		background: url('/assets/img/green_twice.png')no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 2px;
		left: 0;
	}
	#store .storewrap .storecont .lead {
		margin: 0 0 30px;
	}
	#store .storewrap .storecont .conttxt dl {
		position: relative;
		padding: 12px 0 0;
		border-top: 1px solid #000;
	}
	#store .storewrap .storecont .conttxt dl dt {
		float: left;
		font-size: 13px;
	}
	#store .storewrap .storecont .conttxt dl dd {
		margin-left: 5.5em;
		margin-bottom: 28px;
		font-size: 13px;
		position: relative;
	}
	#store .storewrap .storecont .conttxt dl dd::after {
		content: '';
		border-bottom: 1px solid #000;
		width: calc(100% + 5.5em);
		position: absolute;
		left: -5.5em;
		bottom: -15px;
	}
	#store .storewrap .storecont .conttxt dl dd a {
		color: #2643b5;
		text-decoration: underline;
	}
	#store .storewrap .storecont .conttxt dl dd a:hover {
		text-decoration: none;
	}
#footer {
}
	#footer .footerwrap {
		background: url('/assets/img/bgfooter.png');
		padding: 40px 20px;
	}
	#footer .footerwrap .sns {
		width: 75px;
		margin: 0 auto 10px;
	}
	#footer .footerwrap .sns ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	#footer .footerwrap .sns ul li {
		width: 50%;
		margin: 0 4px;
	}
	#footer .footerwrap .copyright p {
		color: #7cc187;
		font-size: 12px;
	}

@media screen and (max-width: 1200px) {
	#store .storewrap {
		background-position: center;
	}
}

@media screen and (max-width: 1076px) {
	#header .headerwrap .gnav nav ul li {
		display: none;
	}
	#header .headerwrap .gnav nav ul li.linkstore {
		display: block;
	}
	#header .headerwrap .gnav nav ul li.linkstore::before {
		content: none;
	}
	#header .headerwrap .gnav nav ul.sns li {
		display: block;
	}
}

@media screen and (max-width: 966px) {
	#profile {
		height: 75vh;
	}
	#profile .profwrap {
		background-position: 85% top;
		background-size: 120%;
	}
	#store .storewrap {
		background-position: 75% top;
	}
	#profile .profwrap .secttl {
		left: 5%;
	}
	#store .storewrap .storecont {
		width: 37%;
	}
}

@media screen and (max-width: 866px) {
	#about .aboutwrap {
		height: 60vh;
	}
	#about .aboutwrap .aboutimg {
		width: 65%;
		max-width: 600px;
	}
	#store .storewrap .storecont {
		width: 42%;
	}
}

@media screen and (max-width: 455px) {
	#about .aboutwrap .aboutimg {
		top: 30%;
	}
}

@media screen and (max-width: 768px) {
	/* ------------ */
	/* sp gnav
	/* ------------ */
	/*　ハンバーガーボタン　*/
	.hamburger {
		display : block;
		position: fixed;
		z-index : 3;
		right : 13px;
		top   : 12px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}
	.hamburger span {
		display : block;
		position: absolute;
		width   : 30px;
		height  : 1px ;
		left    : 6px;
		background : #555;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition   : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 10px;
	}
	.hamburger span:nth-child(2) {
		top: 20px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
	}
	/* ナビ開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top : 16px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	}
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 16px;
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	}
	nav.globalMenuSp {
		position: fixed;
		z-index : 2;
		top  : 0;
		right : 0;
		color: #000;
		background: #fff;
		text-align: center;
		transform: translateX(100%);
		transition: all 0.6s;
		width: 80%;
		padding: 60px 0 30px;
	}
	nav.globalMenuSp ul {
		background: #fff;
		margin: 0 auto;
		padding: 0 0 40px 0;
		width: 100%;
	}
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0 0 0 30px;
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	nav.globalMenuSp ul li:hover{
		background :#ddd;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #000;
		padding: 0.8em 0;
		text-decoration :none;
		font-weight: normal;
		font-size: 13px;
		text-align: left;
	}
	nav.globalMenuSp ul li a span {
		display: block;
		font-size: 10px;
	}
	nav.globalMenuSp ul li.linkstore a {
		padding-left: 2.3em;
		position: relative;
	}
	nav.globalMenuSp ul li.linkstore a::after {
		content: '';
		background: url('/assets/img/icon_cart.png')no-repeat;
		background-size: contain;
		width: 24px;
		height: 25px;
		position: absolute;
		top: 1.1em;
		left: -1px;
	}
	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		transform: translateX(0%);
	}
	nav.globalMenuSp .menufoot .logo {
		width: 55%;
		max-width: 180px;
		margin: 0 auto 20px;
	}
	nav.globalMenuSp .menufoot ul.sns {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		width: 36%;
		max-width: 150px;
		padding: 0;
		margin: 0 auto 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	nav.globalMenuSp .menufoot ul.sns li {
		padding: 0 10px;
		max-width: 31px;
	}
	nav.globalMenuSp .menufoot .copyright p {
		font-size: 11px;
		font-weight: normal;
	}
	.nav_bg.active {
		transition: all .4s;
		width: 100vw;
		height: 100vh;
		z-index: 1;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		position: fixed;
	}

	/* -------------- */
	/* common
	/* -------------- */
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	a:hover {
		opacity: 1;
	}
	.secttl {
		margin-bottom: 60px;
	}
	.secttl::after {
		top: 5.2em;
	}
	.secttl h2 {
		font-size: 25px;
	}
	.secttl h2 span {
		padding: 0;
	}

	/* -------------- */
	/* index
	/* -------------- */
	#header .headerwrap {
		padding: 20px;
		display: block;
	}
	#header .headerwrap .logo {
		width: 45%;
		max-width: 180px;
	}
	#main .mainwrap .mainlogo {
		width: inherit;
		max-width: inherit;
		left: 0;
		right: 0;
		background: none;
	}
	#main .mainwrap .mainlogo span {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		font-size: 27px;
		margin: 0 auto;
		color: #fff;
		text-shadow: rgb(0,0,0,1) 1px 1px 8px;
	}
	#about .aboutwrap {
	}
	#about .aboutwrap .aboutimg {
		width: 136%;
		left: -23%;
		right: -23%;
		top: 44%;
		z-index: 2;
		max-width: 530px;
	}
	#about .aboutwrap .aboutcont {
		width: 80%;
		top: 46%;
	}
	#about .aboutwrap .aboutcont .secttl {
		margin: 0 auto 45px;
	}
	#about .aboutwrap .aboutcont .secttl::after {
		top: 126%;
		width: inherit;
	}
	#about .aboutwrap .aboutcont p {
		line-height: 1.7;
		padding: 0 50px;
	}
	#profile {
		height: inherit;
		margin: -20px 0;
	}
	#profile .profwrap {
		background: none;
		padding: 0;
		height: inherit;
	}
	#profile .profwrap .secttl {
		text-align: center;
		left: 0;
		right: 0;
		top: 8%;
	}
	#profile .profwrap .secttl::after {
		content: none;
	}
	#profile .profwrap .secttl h2 {
		width: 5.2em;
		margin: 0 auto;
	}
	#profile .profwrap .secttl h2::before {
		content: '';
		background: url('/assets/img/green_left_wh.png')no-repeat;
		background-size: contain;
		width: 18px;
		height: 25px;
		position: absolute;
		top: 7px;
		left: 0;
	}
	#profile .profwrap .secttl h2::after {
		content: '';
		background: url('/assets/img/green_right_wh.png')no-repeat;
		background-size: contain;
		width: 26px;
		height: 25px;
		position: absolute;
		top: 7px;
		right: 0;
	}
	#profile .profwrap .secttl h2 span {
		display: block;
	}
	#profile .profwrap .profcontwrap {
		background: #74c096;
		color: #fff;
		text-align: left;
		padding: 0 0 30px;
	}
	#profile .profwrap .profcontwrap .profcont {
		margin: 0 0 15px;
		padding: 25px;
	}
	#profile .profwrap .profcontwrap .profcont.prev {
		margin: 0 0 15px;
		padding-bottom: 0;
	}
	#profile .profwrap .profcontwrap .profcont .profttl {
		margin: 0 0 20px;
	}
	#profile .profwrap .profcontwrap .profcont .profttl h3 {
		font-size: 22px;
		font-weight: normal;
		font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		position: relative;
	}
	#profile .profwrap .profcontwrap .profcont .profttl h3::after {
		content: '';
		background: url('/assets/img/border_wh.png')no-repeat;
		background-size: contain;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 1.9em;
		left: 0;
	}
	#profile .profwrap .profcontwrap .profcont .profttl h3 span {
		font-size: 12px;
	}
	#profile .profwrap .profcontwrap .profcont .proflead p {
		font-size: 13px;
		line-height: 1.65;
	}
	#award .awardwrap {
		background: url(/assets/img/bgaward_sp.png)no-repeat;
		background-size: cover;
		background-position: center top;
		padding: 13% 0 10%;
	}
	#award .awardwrap .secttl {
		padding: 0;
	}
	#award .awardwrap .secttl::after {
		content: '';
		background: url(/assets/img/border.png)no-repeat;
		background-size: contain;
		width: 80%;
		height: 2px;
		position: absolute;
		top: 4.3em;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#award .awardwrap .secttl h2 {
		width: 6.5em;
		margin: 0 auto;
		padding: 0;
	}
	#award .awardwrap .secttl h2::before {
		content: '';
		background: url('/assets/img/green_left.png')no-repeat;
		background-size: contain;
		width: 18px;
		height: 25px;
		position: absolute;
		top: 7px;
		left: 0;
	}
	#award .awardwrap .secttl h2::after {
		content: '';
		background: url('/assets/img/green_right.png')no-repeat;
		background-size: contain;
		width: 26px;
		height: 25px;
		position: absolute;
		top: 7px;
		right: 0;
	}
	#award .awardwrap .secttl h2 span {
		display: block;
	}
	#award .awardwrap .awardcontwrap {
		display: block;
		padding: 0 30px;
	}
	#award .awardwrap .awardcontwrap .awardimg {
		width: inherit;
	}
	#award .awardwrap .awardcontwrap .awardcont {
		display: block;
    	margin: 0 0 40px;
    	width: inherit;
    	padding: 20px 0 0;
	}
	#award .awardwrap .awardcontwrap .awardcont .history {
		padding: 0;
	}
	#award .awardwrap .awardcontwrap .awardcont .history dl {
		position: relative;
		top: 0;
		transform: inherit;
	}
	/*#award .awardwrap .awardcontwrap .awardcont .history dl dd {
		margin-left: 0;
	}*/
	#award .awardwrap .awardcontwrap .awardcont.under .history dl {
		padding-left: 0;
	}
	#award .awardwrap .awardcontwrap .awardcont.under .history dl dd {
		margin-left: 0;
	}
	#tea .teawrap {
		background: url('/assets/img/bgtea_sp.png')no-repeat;
		background-size: cover;
		background-position: center top;
		padding: 14% 0 20%;
	}
	#tea .teawrap .secttl {
		text-align: center;
		margin: 0 auto 60px;
		width: 80%;
	}
	#tea .teawrap .secttl h2 {
		margin: 0 auto;
		width: 12em;
	}
	#tea .teawrap .secttl h2::before {
		content: '';
		background: url('/assets/img/green_left.png')no-repeat;
		background-size: contain;
		width: 18px;
		height: 25px;
		position: absolute;
		top: 7px;
		left: 0;
	}
	#tea .teawrap .secttl h2::after {
		content: '';
		background: url('/assets/img/green_right.png')no-repeat;
		background-size: contain;
		width: 26px;
		height: 25px;
		position: absolute;
		top: 7px;
		right: 0;
	}
	#tea .teawrap .secttl h2 span {
		display: block;
		margin: 0;
	}
	#tea .teawrap .teacontwrap {
		margin: 0 0 20px;
		padding: 0 30px;
		width: 41%;
	}
	#tea .teawrap .teacontwrap .teacont {
		display: block;
	}
	#tea .teawrap .teacontwrap .teacont .lead {
		padding: 0;
		margin: 0 0 20px;
	}
	#tea .teawrap .teacontwrap .teacont .btn_link a {
		width: inherit;
	}
	#tea .teawrap .teacontwrap .teaimg {
		width: 216%;
	}
	#tea .teawrap .btn_store {
		position: relative;
	}
	#store .storewrap {
		background: url('/assets/img/bgstore_sp.png')no-repeat;
		background-size: cover;
		padding: 12% 0 9%;
		height: inherit;
	}
	#store .storewrap .storecont {
		position: relative;
		width: 100%;
		top: 0;
		transform: inherit;
	}
	#store .storewrap .storecont .secttl {
		text-align: center;
		width: 80%;
		margin: 0 auto 50px;
	}
	#store .storewrap .storecont .secttl::after {
		content: '';
		background: url(/assets/img/border.png)no-repeat;
		background-size: contain;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 3.7em;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#store .storewrap .storecont .secttl h2 {
		width: 7em;
		margin: 0 auto;
	}
	#store .storewrap .storecont .secttl h2::before {
		content: '';
		background: url('/assets/img/green_left.png')no-repeat;
		background-size: contain;
		width: 18px;
		height: 25px;
		position: absolute;
		top: 7px;
		left: 0;
	}
	#store .storewrap .storecont .secttl h2::after {
		content: '';
		background: url('/assets/img/green_right.png')no-repeat;
		background-size: contain;
		width: 26px;
		height: 25px;
		position: absolute;
		top: 7px;
		right: 0;
	}
	#store .storewrap .storecont .lead {
		padding: 0 30px;
	}
	#store .storewrap .storecont .storeimg {
		margin: 0 0 30px;
		padding: 0 30px;
	}
	#store .storewrap .storecont .conttxt {
		padding: 0;
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
	#store .storewrap .storecont .conttxt dl dt {
		float: none;
	}
	#store .storewrap .storecont .conttxt dl dd {
		margin-left: 0;
	}
	#store .storewrap .storecont .conttxt dl dd::after {
		width: 100%;
		left: 0;
	}
}