
/* reset */ 

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; } body { /* プロジェクトによって変動 */ line-height: 1.8; width: 100%; font-smoothing: antialiased; font-variant-numeric: tabular-nums; /* safari hover対策 */ -webkit-font-smoothing: antialiased; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; } ul, ol { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; vertical-align:baseline; text-decoration: none; color: inherit; } /* change colours to suit your needs */ ins { background-color:#ff9; color:#000; text-decoration:none; } /* change colours to suit your needs */ mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } /* change border colour to suit your needs */ hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } button { line-height: 1.0; background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; } 

/* style */



* {
	font-weight: normal;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
	color: #201614;
	font-size: 15px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	word-break: break-all;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}
img {
	max-width: 100%;
	height: auto;
}
a:hover {
	opacity: 0.6;
}


#contents {
	width: 100%;
	background-color: #fff;
}


/* header */
#header {
	width: 100%;
	height: 97px;
	/*background-color:rgba(255,255,255,0.8);*/
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
#header .inner {
	width: 960px;
	margin: 0 auto 5px;
	display: flex;
	justify-content: space-between;
}
#header h1 {
	width: 205px;
	margin: 32px 0 0 0;
}
#header nav ul {
	width: 600px;
	margin: 57px 0 0 0;
	display: flex;
	justify-content: space-between;
}
#header nav ul li.nav_01 {
	width: 61px;
}
#header nav ul li.nav_02 {
	width: 70px;
}
#header nav ul li.nav_03 {
	width: 51px;
}
#header nav ul li.nav_04 {
	width: 62px;
}
#header nav ul li.nav_05 {
	width: 66px;
}
#header nav ul li.nav_06 {
	width: 32px;
	margin-top: -12px;
}
#header nav ul li a {
	display: block;
}

.contents_wrap {
	padding-top: 100px;
}

.contents_innner {
    padding-top: 100px;
    margin-top:-100px;
}


#movie {
	width: 100%;
	height: 498px;
	padding: 97px 0 0 0;
}
#movie div {
	width: 960px;
	margin: 0 auto;
}
#movie div video {
	width: 100%;
	margin: 0 auto;
}

#intro {
	width: 960px;
	margin: 155px auto 30px;
	padding-bottom: 350px;
	background: url("../img/bg_01.jpg") no-repeat;
	background-position: bottom right;
	background-size: 100%;
}
#intro p {
	margin: 15px auto 0;
	font-size: 24px;
	line-height: 2.2;
	letter-spacing: 6px;
}
#intro div {
	width: 65%;
	margin: 40px 0 0 0;
}

#menu {
	width: 960px;
	margin: -200px auto 0;
}
#menu h2 {
	width: 960px;
	padding: 20px 0 0 0;
	position: relative;
}
#menu h2 img {
	width: 120px;
}
#menu h2::after {
	content: '';
	width: 828px;
	border-bottom: solid 2px #241917;
	position: absolute;
	right: 0;
	bottom: 10px;
}
#menu .note {
	margin: 10px 0 40px 132px;
}
#menu .note li {
	font-size: 20px;
}
#menu .note li::before {
	content:"";
	margin: -5px 10px 0 0;
	width: 0.4em;
	height: 0.4em;
	display:inline-block;
	background: url("../img/icon_dot.svg") no-repeat;
	vertical-align: middle;
}
#menu .note li sup {
	margin-left: 20px;
	font-size: 14px;
}

#menu .map_nav {
	width: 960px;
	height: 672px;
	background: url("../img/menu_map_bg.png") no-repeat;
}
#menu .map_nav ul {
	width: 960px;
	position: relative;
}
#menu .map_nav ul li:nth-child(1) {
	position: absolute;
	top: 168px;
	left: 82px;
}
#menu .map_nav ul li:nth-child(2) {
	position: absolute;
	top: 498px;
	left: 338px;
}
#menu .map_nav ul li:nth-child(3) {
	position: absolute;
	top: 85px;
	right: 267px;
}
#menu .map_nav ul li:nth-child(4) {
	position: absolute;
	top: 171px;
	right: 149px;
}

#menu h3 {
	width: 200px;
	margin: 48px 0 20px 0;
	padding-top: 20px;
}
#menu h3:nth-of-type(2n) {
	width: 120px;
}
#menu h3:nth-of-type(3n) {
	width: 197px;
}
#menu h3:nth-of-type(4n) {
	width: 133px;
}
#menu h3:nth-of-type(5n) {
	width: 38px;
}
#menu h3:nth-of-type(6n) {
	width: 114px;
}
#menu article {
	width: 960px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#menu article div {
	width: 452px;
	margin: 0 0 45px 0;
}
#menu article div h4 {
	font-size: 18px;
}
#menu article div h5 {
	margin: 7px 0 0 0;
	padding: 7px 0 0 0;
	border-top: solid 1px #201614;
}
#menu article.crotch {
	padding-bottom: 415px;
	background: url("../img/bg_02.jpg") no-repeat;
	background-position: bottom center;
	background-size: 100%;
}
#menu article.crotch div:nth-child(7n),#menu article.crotch div:nth-child(8n) {
	width: 610px;
}

#menu article.hem {
	display: block;
}
#menu article.hem div {
	width: 610px;
}
#menu article.hem div:last-child {
	width: 761px;
}

#menu article.pocket {
	padding-bottom: 540px;
	background: url("../img/bg_03.jpg") no-repeat;
	background-position: bottom center;
	background-size: 105%;
}
#menu article.collar {
	display: block;
}
#menu article.collar div {
	width: 610px;
}
#menu article.other {
	display: block;
}
#menu article.other div {
	width: 920px;
}
#menu article .full {
	flex-basis: 100%;
}
#menu article .full img {
	width: 47%;
}
#menu article .full img:first-child {
	margin-right: 6%;
}

#menu .news {
	width: 21em;
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	border-bottom: solid 3px #241917;
	line-height: 1.5;
}

#price {
	width: 960px;
	margin: 0 auto;
}
#price h2 {
	width: 960px;
	position: relative;
}
#price h2 img {
	width: 101px;
}
#price h2::after {
	content: '';
	width: 850px;
	border-bottom: solid 2px #241917;
	position: absolute;
	right: 0;
	bottom: 10px;
}
#price p {
	margin: 0 0 0 110px;
	font-size: 16px;
}
#price ul {
	width: 525px;
	margin: 45px auto 20px;
}
#price ul li {
	width: 525px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	font-size: 22px;
	border-bottom: solid 1px #dcdcdc;
	display: inline-flex;
}
#price ul li:last-child {
	border-bottom: none;
}
#price ul li span {
	margin-left: auto;
}
#price small {
	width: 530px;
    margin: 0 auto;
    display: block;
}


#order {
	width: 960px;
	margin: 40px auto 0;
}
#order h2 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#order h2 img {
	width: 285px;
}
#order h2::after {
	content: '';
	width: 668px;
	border-bottom: solid 2px #241917;
	position: absolute;
	right: 0;
	bottom: 10px;
}
#order ul {
	width: 450px;
	margin: 70px auto 0;
	position: relative;
}
#order ul::before {
	content: '';
    width: 108px;
    height: 1024px;
    display: inline-block;
    background: url(../img/order_border.svg) no-repeat;
    position: absolute;
    left: -23%;
    top: 38.5%;
}
#order ul li {
	width: 450px;
	margin: 0 0 50px 0;
	padding: 20px 0;
	background-color: #dddddd;
	text-align: center;
	font-size: 22px;
	position: relative;
}
#order ul li.strong {
	background-color: #fff;
	border: solid 7px #221816;
}
#order ul li.strong p {
	margin: 20px 0 0 0;
}
#order ul li.strong p a {
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#order ul li.strong p a img {
	width: 15%;
}
#order ul li.strong p a:nth-last-child(2) {
	margin: 0 50px;
	vertical-align: top;	
}
#order ul li.strong small {
	font-size: 15px;
}
#order ul li:nth-child(3n) small {
	margin-top: 15px;
	display: inline-block;
}
#order ul li:nth-child(7n) small,#order ul li:nth-child(8n) small {
	width: 85%;
	margin-top: 1em;
	padding-top: 1em;
	border-top: solid 1px #231815;
	display: inline-block;
	font-size: 13px;
	line-height: 1.8;
}
#order ul li:nth-child(8n) {
	margin-top: -67px;
	padding-bottom: 12px;
}

#order ul li::after {
	content: '';
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url("../img/icon_arrow.svg") no-repeat; 
	position: absolute;
	left: 48%;
	top: 119%;
}
#order ul li:first-child::after {
	top: 108%;
}
#order ul li:nth-child(3n)::after {
	top: 120%;
}
#order ul li:nth-child(6n)::after {
	top: 122%;
}
#order ul li:nth-child(7n)::after,#order ul li:nth-child(8n)::after {
	background: none;
}

#order div {
	width: 449px;
	margin: 67px 0 0 255px;
	font-size: 22px;
	line-height: 2;
}
#order div p:first-child {
	margin-bottom: 15px;
}
#order .note {
	width: 100%;
	margin: 80px 0 0 0;
}
#order .note h5 {
	padding-bottom: 0.5em;
	border-bottom: solid 1px #231815;
}
#order .note dl {
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#order .note dl dt {
	margin-top: 1em;
}


#about {
	width: 960px;
	margin: 23px auto 80px;
	padding-bottom: 300px;
	background: url("../img/bg_04.jpg") no-repeat;
	background-position: bottom center;
	background-size: 100%;
}
#about h2 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#about h2 img {
	width: 666px;
}
#about h2::after {
	content: '';
	width: 290px;
	border-bottom: solid 2px #241917;
	position: absolute;
	right: 0;
	bottom: 10px;
}
#about p {
	width: 83.2%;
	margin: 25px 0 0 160px;
}


#pagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: -10%;
}
#pagetop a{
  position: relative;
  display: block;
  width: 40px;
  text-decoration: none;
}


/* #footer */
#footer {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
#footer small {
	color: #221816;
}



/* -------------------- */
/* responsive */
/* -------------------- */
@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
	p {
		font-size: 3.2vw;
		white-space: pre-wrap;
	}
	#header {
		width: 100%;
		height: auto;
	}
	
	#header nav {
		display: block;
	  }

	.navbar_toggle {
	  z-index: 999;
	}

	.navbar_toggle_icon {
	  position: relative;
	  display: block;
	  height: 2px;
	  width: 30px;
	  background: #C88D95;
	  -webkit-transition: ease .5s;
	  transition: ease .5s;
	}

	.navbar_toggle_icon:nth-child(1) {
	  top: 0;
	}

	.navbar_toggle_icon:nth-child(2) {
	  margin: 8px 0;
	}

	.navbar_toggle_icon:nth-child(3) {
	  top: 0;
	}

	/*ハンバーガーメニューの開閉*/
	.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	  top: 10px;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  opacity: 0;
	}

	.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
	  top: -10px;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	.navbar_toggle {
	  margin: 0 0 0 auto;
	}
	
	
	
	
	
	#movie {
		height: auto;
	}
	#movie div {
		width: 100%;
	}
	
	#intro {
		width: 90%;
		padding-bottom: 55%;
	}
	#intro p {
		font-size: 4vw;
		letter-spacing: 3.5px;
	}
	
	#menu {
		width: 90%;
	}
	#menu h2 {
		width: 100%;
	}
	#menu h2 img {
		width: 30%;
	}
	#menu h2::after {
		width: 65%;
	}
	#menu ul {
		margin: 5% 0 10% 0;
	}
	#menu ul li {
		font-size: 4vw;
	}
	#menu article {
		display: block;
		width: 960px;
		justify-content: flex-start;
		white-space: nowrap;  /* 横スクロールの指定 */
		overflow-scrolling: touch;  /* スクロールを滑らかにする */
		-webkit-overflow-scrolling: touch; 	
		overflow-x: scroll;
	}
	#menu article div {
		width: 32%;
		margin-right: 2%;
		display: inline-block;
	}
	
	
	#price {
		width: 90%;
	}
	#price h2 {
		width: 100%;
	}
	#price h2 img {
		width: 25%;
	}
	#price h2::after {
		width: 70%;
	}
	#price p {
		margin: 5% 0 10% 0;
		font-size: 4vw;
	}
	#price ul {
		width: 100%;
	}
	#price ul li {
		width: 100%;
		font-size: 4vw;
	}
	#price small {
		width: 100%;
	}
	
	#order {
		width: 100%;
	}
	#order h2 {
		width: 90%;
	}
	#order h2 img {
		width: 70%;
	}
	#order h2::after {
		width: 25%;
	}
	#order ul {
		width: 70%;
	}
	#order ul::before {
		width: 30.3%;
		left: -11%;
		top: 53%;
		z-index: 0;
	}
	#order ul li {
		width: 100%;
		padding: 5% 0;
		font-size: 4vw;
	}
	#order ul li.strong {
		padding: 10%;
	}
	#order div {
		width: 100%;
		margin: 5% 0 0 15%;
		padding: 0 2%;
		background-color: #fff;
		position: relative;
		z-index: 2;
	}
	
	#about {
		width: 90%;
		margin-bottom: 10%;
		padding-bottom: 20%;
	}
	#about h2 {
		width: 90%;
	}
	#about h2 img {
		width: 90%;
	}
	#about h2::after {
		width: 5%;
	}
	#about p {
		margin: 5% 0 10% 0;
	}
	
	
	#footer {
		width: 100%;
		margin: 0;
		font-size: 2.7vw;
	}
	#footer ul li {
		margin-right: 5%;
	}
}










