	body {
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 1.3px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Ｍｓ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #f6f3ef;
}
h1, h2, h3, h4, h5, nav {
	margin: 0;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Ｍｓ Ｐ明朝", "ＭＳ 明朝", serif;
}
p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.9;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Ｍｓ Ｐ明朝", "ＭＳ 明朝", serif;
}
dt,dd {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Ｍｓ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
	text-decoration: none;
	color: #000;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Ｍｓ Ｐ明朝", "ＭＳ 明朝", 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: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Ｍｓ Ｐ明朝", "ＭＳ 明朝", serif;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
}
input,select,textarea {
	outline: none;
	padding: 2px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Ｍｓ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sp {
	display: none;
}
.pc {
	display: block;
}

/* -------------- */
/* common
/* -------------- */
.sec_title {
	margin: 0 0 30px;
}
.sec_title h2 {
	font-size: 30px;
	font-weight: normal;
}

/* -------------- */
/* opening
/* -------------- */
#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    background: #f6f3ef;
}
#logo_loader .f_logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
}
#logo_loader .f_logo img {
    width: 100%;
    height: auto;
}
#logo_loader .f_logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 110%;
    background-color: #f6f3ef;
    position: absolute;
    top: 0;
    left: 100%;
    animation: loadLogo 1.5s;
}
@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#logo_loader.open {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 1.5s;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* -------------- */
/* effect
/* -------------- */
.fadein {
	opacity : 0;
	transform : translate(0, 80px);
	transition : all 600ms;
}
	.fadein.scrollin,
	.fadein2.scrollin {
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein:nth-of-type(2) {
		-moz-transition-delay: 200ms;
		-webkit-transition-delay: 200ms;
		-o-transition-delay: 200ms;
		-ms-transition-delay: 200ms;
	}
	.fadein:nth-of-type(3) {
		-moz-transition-delay: 500ms;
		-webkit-transition-delay: 500ms;
		-o-transition-delay: 500ms;
		-ms-transition-delay: 500ms;
	}
.fadein2 {
	opacity : 0;
	transform : translate(0, 0);
	transition : all 500ms;
}
	.fadein2:nth-of-type(2) {
		-moz-transition-delay: 200ms;
		-webkit-transition-delay: 200ms;
		-o-transition-delay: 200ms;
		-ms-transition-delay: 200ms;
	}
	.fadein2:nth-of-type(3) {
		-moz-transition-delay: 400ms;
		-webkit-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		-ms-transition-delay: 400ms;
	}

/* -------------- */
/* index
/* -------------- */
#main {
}
	#main .mainwrap {
		position: relative;
	}
	#main .mainwrap .sitetitle {
		position: absolute;		top: 0;
		left: 9.3%;
		height: 100%;
		width: 147px;
		border-top: 6px solid #fff;
		z-index: 2;
		box-sizing: border-box;
	}
	#main .mainwrap .sitetitle .sub {
		color: #fff;
		padding: 28px 0;
		line-height: 1em;
	}
	#main .mainwrap .sitetitle .sub span {
		font-size: 10px;
	}
	#main .mainwrap .sitetitle .logo {
		letter-spacing: 3.0px;
		margin: 0 auto;
		background: #fff;
		width: 100%;
		height: calc(100% - 58px - 1em);
		position: relative;
	}
	#main .mainwrap .sitetitle .logo h1 {
		width: 4vw;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	#main .mainwrap .sitetitle .logo span {
		-webkit-writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-ms-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		font-size: 12px;
		margin: 0 0 0.7vw;
		letter-spacing: 6px;
		display: inline-block;
		min-height: 8em
	}
	#main .mainwrap .mainimg .swiper-container .swiper-pagination .swiper-pagination-bullet {
		background: #fff;
		border-radius: 0;
		width: 50px;
		height: 3px;
		opacity: 0.5;
		transition: .2s;
	}
	#main .mainwrap .mainimg .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
		background: #fff;
		border-radius: 0;
		width: 50px;
		height: 5px;
		opacity: 1;
	}
	.swiper-container {
		position: relative;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		width: inherit;
		left: inherit;
		right: 5%;
		bottom: 8%;
	}
#concept {
}
	#concept .conceptwrap {
		padding: 100px 8% 100px 30%;
		text-align: left;
		position: relative;
	}
	#concept .conceptwrap .concept_bar {
		display: block;
		width: 147px;
		background: #f49800;
		position: absolute;
		top: 0;
		left: 9.3%;
		height: 100%;
	}
#profile {
}
	#profile .profwrap {
		background: url('/assets/img/bg_profile.png')no-repeat;
		background-size: cover;
		background-position: top center;
		min-height: 600px;
		height: 80vh;
		width: 100%;
		color: #fff;
		-webkit-writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-ms-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-align: left;
		position: relative;
	}
	#profile .profwrap .contwrap {
		position: absolute;
		top: 50%;
		right: 7%;
		transform: translateY(-50%);
		height: 50%;
		padding: 7%;
		background: #fff;
		opacity: 0.85;
	}
	#profile .profwrap .contwrap .sec_title {
		margin: 0 0 0 20%;
	}
	#profile .profwrap .contwrap .sec_title h2 {
		font-size: 38px;
		font-weight: normal;
		letter-spacing: 10px;
		color: #000;
	}
	#profile .profwrap .contwrap .sec_title span {
		font-size: 18px;
		letter-spacing: 3px;
		margin: 0 0 50px;
	}
	#profile .profwrap .contwrap .leadtxt p {
		line-height: 2.3;
		color: #000;
	}
	#profile .profwrap .contwrap .leadtxt span {
		-webkit-text-combine: horizontal;
		-ms-text-combine-horizontal: all;
		text-combine-upright: all;
	}
#introduction {
}
	#introduction .introwrap {
		text-align: left;
	}
	#introduction .introwrap .introcont {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		margin: 0 0 -5%;
		z-index: 1;
	}
	#introduction .introwrap .introcont .conttxt {
		width: 40%;
		padding: 80px 60px;
	}
	#introduction .introwrap .introcont .conttxt .leadtxt p {
		margin: 0 0 20px;
	}
	#introduction .introwrap .introcont .contimg {
		width: 60%;
		z-index: 2;
	}
	#introduction .introwrap .photo {
		z-index: 1;

	}
	#introduction .introwrap .photo .photowrap {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	#introduction .introwrap .photo .photowrap > div {
		width: calc(100% / 3);
	}
#product {
}
	#product .productwrap {
		padding: 180px 60px 50px;
	}
	#product .productwrap .sec_title {
		margin: 0 auto 80px;
	}
	#product .productwrap .sec_title h2 {
		font-size: 30px;
	}
	#product .productwrap .sec_title span {
		display: block;
		font-size: 14px;
		color: #f49800;
	}
	#product .productwrap .lineup {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		padding: 0 40px;
		max-width: 1200px;
		margin: 0 auto;
	}
	#product .productwrap .lineup .itemwrap {
		width: calc(100% / 3 - 40px);
		margin: 0 20px 30px;
	}
	#product .productwrap .lineup .itemwrap .itemtitle {
		margin: 0 auto 20px;
	}
	#product .productwrap .lineup .itemwrap .itemtitle h3 {
		font-size: 18px;
		font-weight: normal;
	}
	#product .productwrap .lineup .itemwrap .explanation {
		margin: 30px 0 0;
	}
	#product .productwrap .lineup .itemwrap .explanation p {
		text-align: left;
		margin: 0 0 10px;
	}
#store {
}
	#store .storewrap {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 0 100px;
	}
	#store .storewrap a {
		display: block;
		padding: 0 20px;
	}
	#store .storewrap a img {
		border: 1px solid #000;
	}
#sec_bg {
}
	#sec_bg .sec_bgwrap {
	}
	#sec_bg .sec_bgwrap .photo {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		width: 100%;
	}
	#sec_bg .sec_bgwrap .photo > div {
		width: 100%;
	}
#shop {
	background: #fff;
}
	#shop .shopwrap {
		padding: 100px 60px;
	}
	#shop .shopwrap .sec_title {
		margin: 0 auto 50px;
	}
	#shop .shopwrap .sec_title h2 {
		font-size: 30px;
	}
	#shop .shopwrap .sec_title span {
		display: block;
    	font-size: 14px;
    	color: #f49800;
	}
	#shop .shopwrap .shopwrap_content {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		max-width: 85%;
		margin: 0 auto;
	}
	#shop .shopwrap .shopwrap_content .shopinfo .shoplink {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}
	#shop .shopwrap .shopwrap_content .shopinfo .shoplink a {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border: 1px solid #fff;
		background: #f49800;
		color: #fff;
		transition: .4s;
		padding: 1em 4.4em;
		font-size: 15px;
	}
	#shop .shopwrap .shopwrap_content .shopinfo .shoplink img {
		height: 12px;
		width: 12px;
		padding-left: 10px;
		filter: invert(1);
	}
	#shop .shopwrap .shopinfo {
		width: calc(100% / 2);
		padding: 0 40px;
	}
	#shop .shopwrap .shopinfo.nagaosahanji {
		width: 100%;
		padding: 0 40px 60px;
	}
	#shop .shopwrap .shopinfo .shoptitle {
		margin: 0 0 20px;
	}
	#shop .shopwrap .shopinfo .shoptitle h3 {
		font-size: 18px;
		font-weight: normal;
	}
	#shop .shopwrap .shopinfo .shopimg {
		margin: 0 0 20px;
	}
#sns {
}
	#sns .snswrap {
		background: url('/assets/img/bg_sns.png')no-repeat;
		background-size: cover;
		background-position: center;
		height: 350px;
	}
#contact {
}
	#contact .contactwrap {
		background: url('/assets/img/bg_contact.png')no-repeat;
		background-size: cover;
		background-position: center;
		height: 240px;
	}
	#contact .contactwrap a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	#contact .contactwrap a:hover {
		opacity: 1;
	}
	#contact .contactwrap a .contcontact {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
		left: 0;
		right: 0;
		max-width: 1200px;
	}
	#contact .contactwrap a .contcontact .conttxt {
		margin: 0 20px;
	}
	#contact .contactwrap a .contcontact .conttxt p {
		font-size: 16px;
	}
	#contact .contactwrap a .contcontact .conttxt span {
		display: block;
		font-size: 14px;
	}
	#contact .contactwrap a .contcontact .continfo {
		margin: 0 20px;
	}
	#contact .contactwrap a .contcontact .continfo .upper {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 10px;
	}
	#contact .contactwrap a .contcontact .continfo .upper span.tel {
		font-size: 36px;
		display: inline-block;
		margin: 0 15px 0 0;
		padding: 0 0 0 30px;
		position: relative;
	}
	#contact .contactwrap a .contcontact .continfo .upper span.tel::before {
		content: '';
		background: url(/assets/img/icon_tel.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: 26%;
		left: 2%;
		width: 19px;
		height: 27px;
	}
	#contact .contactwrap a .contcontact .continfo .upper span.time {
		font-size: 12px;
		text-align: left;
		line-height: 1.4;
	}
	#contact .contactwrap a .contcontact .continfo .bottom span {
		display: block;
		border: 1px solid #fff;
		transition: .4s;
		padding: 1em 1.4em;
		font-size: 15px;
	}
	#contact .contactwrap a:hover .contcontact .continfo .bottom span {
		display: block;
		border: 1px solid #fff;
		background: #fff;
		color: #000;
	}


#footer {
}
	#footer .footwrap {
		background: #535353;
		padding: 30px 30px;
	}
	#footer .footwrap .snswrap {
		display: flex;
		margin: 0 auto 20px;
		max-width: 80px;
	}
	#footer .footwrap .snswrap .snsitem {
		width: 26.5%;
		margin: 0 8px;
	}
	#footer .footwrap .snswrap .snsitem.instagram {
		padding: 0 0 0 10px;
	}
	#footer .footwrap .snswrap .snsitem.facebook {
		width: 13%;
	}
	#footer .footwrap .copyright {
	}
	#footer .footwrap .copyright p {
		color: #fff;
		font-size: 12px;
	}


@media screen and (max-width: 768px) {
	/* -------------- */
	/* common
	/* -------------- */
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	a:hover {
		opacity: 1;
	}
	.sec_title h2 {
		font-size: 26px;
	}

	/* -------------- */
	/* opening
	/* -------------- */
	#logo_loader .f_logo {
		width: 12%;
		top: 45%;
	}

	/* -------------- */
	/* index
	/* -------------- */
	#main .mainwrap .sitetitle {
		width: 21%;
	}
	#main .mainwrap .sitetitle .sub {
		padding: 18px 0;
	}
	#main .mainwrap .sitetitle .sub span {
		transform: scale(0.7);
		display: block;
		width: 100%;
	}
	#main .mainwrap .sitetitle .logo {
		height: 65%;
	}
	#main .mainwrap .sitetitle .logo h1 {
		width: 50%;
	}
	#main .mainwrap .sitetitle .logo span {
		font-size: 10px;
	}
	#concept .conceptwrap {
		padding: 60px 30px 60px 15%;
	}
	#concept .conceptwrap .concept_bar {
		width: 21%;
		z-index: -1;
	}
	#profile .profwrap {
		-webkit-writing-mode: inherit;
		-moz-writing-mode: inherit;
		-ms-writing-mode: inherit;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		text-align: left;
		background: url(/assets/img/bg_profile_sp.png)no-repeat;
		background-size: cover;
		background-position: center;
		min-height: 90vh;
	}
	#profile .profwrap .contwrap {
		line-height: 1.2;
		top: inherit;
		transform: translateY(0);
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: 7%;
    	height: fit-content;
    	width: 70%;
	}
	#profile .profwrap .contwrap .leadtxt p {
		line-height: 1.9;
	}
	#profile .profwrap .contwrap .sec_title {
		margin: 0 0 20px;
	}
	#profile .profwrap .contwrap .sec_title span {
		display: block;
		margin: 0 0 5px;
		font-size: 14px;
	}
	#profile .profwrap .contwrap .sec_title h2 {
		font-size: 26px;
		letter-spacing: 6px;
	}
	#introduction .introwrap .introcont {
		display: block;
	}
	#introduction .introwrap .introcont .conttxt {
		width: inherit;
		padding: 60px 30px;
	}
	#introduction .introwrap .introcont .contimg {
		width: 100%;
	}
	#product .productwrap {
		padding: 70px 30px 30px;
	}
	#product .productwrap .sec_title {
		margin-bottom: 40px;
	}
	#product .productwrap .lineup {
		display: block;
		padding: 0;
	}
	#product .productwrap .lineup .itemwrap {
		width: 100%;
		margin: 0 0 40px;
	}
	#store .storewrap {
		padding-bottom: 80px;
	}
	#sec_bg .sec_bgwrap .photo {
		display: block;
	}
	#sec_bg .sec_bgwrap .photo > div {
		width: 100%;
	}
	#shop .shopwrap {
		padding: 40px 0 20px;
    	display: block;
	}
	#shop .shopwrap .sec_title {
		margin-bottom: 40px;
	}
	#shop .shopwrap .shopwrap_content {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#shop .shopwrap .shopwrap_content .shopinfo {
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}
	#shop .shopwrap .shopwrap_content .shopinfo.nagaosahanji {
		margin: 0 0 80px;
	}
	#sns .snswrap {
		height: 230px;
	}
	#contact .contactwrap {
		height: 230px;
	}
	#contact .contactwrap a {
		width: 85%;
		margin: 0 auto;
	}
	#contact .contactwrap a .contcontact {
		display: block;
	}
	#contact .contactwrap a .contcontact .conttxt {
		margin: 0 0 20px;
	}
	#contact .contactwrap a .contcontact .conttxt p {
		font-size: 13px;
	}
	#contact .contactwrap a .contcontact .conttxt span {
		display: none;
	}
	#contact .contactwrap a .contcontact .continfo {
		margin: 0 auto;
	}
	#contact .contactwrap a .contcontact .continfo .upper {
		display: block;
	}
	#contact .contactwrap a .contcontact .continfo .upper span.tel {
		font-size: 30px;
		display: block;
		padding: 0;
		margin: 0;
		line-height: 1;
	}
	#contact .contactwrap a .contcontact .continfo .upper span.tel::before {
		top: 2px;
		left: 6%;
	}
	#contact .contactwrap a .contcontact .continfo .upper span.time {
		font-size: 11px;
	}
	#contact .contactwrap a .contcontact .continfo .upper span.time span {
		margin-left: 1em;
	}
	#contact .contactwrap a .contcontact .continfo .bottom span {
		background: #fff;
		color: #000;
		font-size: 13px;
	}
	#footer .footwrap .copyright p {
		font-size: 11px;
	}
}

@media screen and (min-width: 769px) and (max-width: 900px) {
	#main .mainwrap .sitetitle .logo h1 {
		width: 5.4vw;
		left: 26%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}