@charset "UTF-8";

.page-title {
	background: url("../img/ordermade/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 50px;
		margin-bottom: 0;
	}
}

.content {
	background-color: rgba(255,255,255,0.4);
	padding-top: 120px;
}
.content h3 {
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 56px;
	text-align: center;
	color: #fff;
	max-width: 538px;
	margin: 0 auto;
	background: linear-gradient(to right,rgba(142, 124, 83, 0) 0%, rgba(181, 170, 144, 0.6) 50%, rgba(142, 124, 83, 0) 100%);
}
.inner{
	margin: 0 auto;
	text-align: center;
	/*border-bottom: 1px solid rgba(255,255,255,.2);*/
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.content {
		padding-top: 60px;
	}
	.content h3 {
		font-size: 1.8rem;
		line-height: 48px;
		width: 90%;
	}
	.inner{
		display: block;
	}
}

.order_main_wrap {
	margin-bottom: 130px;
	position: relative;
}
.order_main_wrap::after {
	content: "";
	width: 100%;
	height: 467px;
	position: absolute;
	left: 0;
	top: 85px;
	background-color: #f3edde;
}
.order_main {
	width: 1000px;
	margin: 0 auto 35px;
	position: relative;
	z-index: 1;
}
.order_main .order_main-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-shadow: 0px 3px 6px #000;
}
.order_main .order_main-text h4 {
	color: #fff;
	font-size: 4.6rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.order_main .order_main-text h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 250px);
	width: 500px;
	height: 1px;
	background: linear-gradient(to right,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 51.79%, rgba(255, 255, 255, 0) 100%);
}
.order_main .order_main-text h4 + p {
	font-size: 1.6rem;
	color: #fff;
	line-height: 2;
	letter-spacing: 0.05em;
}
.order_main + p {
	width: 1000px;
	font-size: 1.6rem;
	color: #1C0C00;
	line-height: 2;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(28,12,0,0.2);
	padding-bottom: 20px;
	margin: 0 auto 25px;
}
.order_main + p + ul li {
	font-size: 1rem;
	color: #1C0C00;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
	.order_main_wrap {
		margin-bottom: 60px;
	}
	.order_main_wrap::after {
		height: 30vw;
		top: 12vw;
	}
	.order_main {
		width: 90%;
		margin: 0 auto 20px;
	}
	.order_main .order_main-text {
		text-shadow: 0px 3px 6px #000, 0px 0 5px #000, 0px 0 4px #000, 0px 0 3px #000;
	}
	.order_main .order_main-text h4 {
		font-size: 5.4vw;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.order_main .order_main-text h4::after {
		left: 10%;
		width: 80%;
	}
	.order_main .order_main-text h4 + p {
		font-size: 3vw;
		line-height: 1.7;
	}
	.order_main + p {
		width: 90%;
		font-size: 1.3rem;
		text-align: left;
		line-height: 1.6;
		padding-bottom: 15px;
		margin: 0 auto 20px;
	}
	.order_main + p + ul li {
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		width: 90%;
		line-height: 1.6;
		letter-spacing: 0.05em;
		margin: 0 auto;
	}
}

.select_wrap {
	padding-bottom: 125px;
	position: relative;
}
.select_wrap::after {
	content: "";
	width: calc(50vw + 114px);
	height: 158px;
	position: absolute;
	bottom: 125px;
	left: 0;
	background-color: #f3edde;
	z-index: 0;
}
.select_wrap h4 {
	font-size: 4.6rem;
	font-weight: 500;
	color:#1C0C00;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	position: relative;
}
.select_wrap h4 + p {
	font-size: 1.6rem;
	color: #1C0C00;
	letter-spacing: 0.05em;
}
.select_wrap h5 {
	font-size: 4.6rem;
	font-weight: 500;
	color: #1C0C00;
	letter-spacing: 0.1em;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.select_wrap h5 small {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.select_wrap h5::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 250px);
	width: 500px;
	height: 1px;
	background: linear-gradient(to right,rgba(28,12,0,0) 0%, rgba(28,12,0, 0) 0%, rgba(28,12,0, 0.96) 51.79%, rgba(28,12,0, 0) 100%);
}
.select_wrap h5 + p {
	color: #1C0C00;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}
.select_wrap .select_main {
	margin-bottom: 90px;
}
.select_wrap .select_main figure {
	z-index: 1;
}
.select_wrap .select_main::after {
	content: "";
	width: calc(50vw - 250px);
	height: 186px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.1);
	z-index: 0;
	transform: translateY(100%);
}
.select_list01 {
	width: 1000px;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.select_list01 li {
	width: 324px;
}
.select_list01 li p:not(.cap) {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #1C0C00;
	background-color: #ffffff;
	height: 32px;
	line-height: 32px;
}
.select_list01 li p:not(.cap) small {
	font-size: 1rem;
	vertical-align: 1px;
}
.select_list01 li p.cap {
	font-size: 1rem;
	font-weight: 500;
	font-family: 'Shippori Mincho B1', serif;
	text-align: left;
	color: #1C0C00;
	margin-top: 5px;
}
.select_list02 {
	width: 1000px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.select_list02 li {
	width: 324px;
	margin-bottom: 30px;
}
.select_list02 li h6 {
	font-size: 1.2rem;
	font-weight: 500;
	color: #1C0C00;
	text-align: right;
	border-bottom: 1px solid rgba(28,12,0,0.2);
	padding-bottom: 5px;
	margin-bottom: 13px;
}
.select_list02 li h6 img {
	image-rendering: -webkit-optimize-contrast;
	height: 47px;
	width: auto;
	position: absolute;
	bottom: -5px;
	left: -5px;
}
.select_list02 li:nth-child(2) h6 img,
.select_list02 li:nth-child(4) h6 img {
	height: 41px;
}
.select_list02 li:nth-child(3) h6 img,
.select_list02 li:nth-child(5) h6 img {
	height: 37px;
}
.select_list02 li > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
	color: #1C0C00;
}
.select_list02 li > div div {
	width: 154px;
}
.select_list02 li > div div p {
	font-size: 1.2rem;
	margin-bottom: 2px;
}
.select_list02 li > div div figure + p {
	margin-top: 10px;
}
.select_list02 li > div div figcaption {
	font-size: 1rem;
	font-weight: 500;
	font-family: 'Shippori Mincho B1', serif;
	margin-top: 5px;
}

.select_list02::after {
	content: "";
	width: 324px;
}
.select_wrap li.inview + li.inview {
	animation-delay: 0.2s;
}
.select_wrap li.inview + li.inview + li.inview {
	animation-delay: 0.4s;
}
.select_wrap li.inview + li.inview + li.inview + li.inview {
	animation-delay: 0.6s;
}
.select_wrap li.inview + li.inview + li.inview + li.inview + li.inview {
	animation-delay: 0.8s;
}

@media only screen and (max-width: 768px) {
	.select_wrap {
		padding-bottom: 70px;
		position: relative;
	}
	.select_wrap::after {
		height: 120px;
		position: absolute;
		bottom: 90px;
	}
	.select_wrap h4 {
		font-size: 3rem;
	}
	.select_wrap h4 + p {
		font-size: 1.3rem;
	}
	.select_wrap h5 {
		font-size: 3rem;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.select_wrap h5 small {
		font-size: 1.3rem;
	}
	.select_wrap h5::after {
		left: 10%;
		width: 80%;
	}
	.select_wrap h5 + p {
		font-size: 1.3rem;
		margin-bottom: 30px;
	}
	.select_wrap .select_main {
		margin-bottom: 60px;
	}
	.select_wrap .select_main::after {
		width: 60%;
		height: 40px;
	}
	.select_list01 {
		width: 90%;
		margin: 0 auto 30px;
	}
	.select_list01 li {
		width: 100%;
		margin-bottom: 30px;
	}
	.select_list01 li p:not(.cap) {
		font-size: 1.6rem;
		height: 30px;
		line-height: 30px;
	}
	.select_list02 {
		width: 90%;
		margin: 0 auto 40px;
	}
	.select_list02 li {
		width: 100%;
		margin-bottom: 30px;
	}
	.select_list02 li h6 {
		font-size: 1.2rem;
	}
	.select_list02 li > div div {
		width: 47%;
	}
	.select_list02::after {
		display: none;
	}
}


.tab-group {
	width: 1000px;
	margin: 60px auto 40px;
	display: flex;
	justify-content: space-between;
}
.tab {
	font-size: 1.7rem;
  width: 170px;
  height: 55px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
	background-color: #312F38;
  line-height: 55px;
	position: relative;
}
.tab.tab-B {
	background-color: #9B856D;
}
.tab.tab-C {
	background-color: #645851;
}
.tab.tab-D {
	background-color: #362B1B;
}
.tab.tab-E {
	background-color: #A49F9D;
}
.tab::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border: 6px solid transparent;
	transform: translate(-50%, 40%);
	transition: .4s;
}
.tab.tab-A::after {
	border-top: 11px solid #312F38;
}
.tab.tab-B::after {
	border-top: 11px solid #9B856D;
}
.tab.tab-C::after {
	border-top: 11px solid #645851;
}
.tab.tab-D::after {
	border-top: 11px solid #362B1B;
}
.tab.tab-E::after {
	border-top: 11px solid #A49F9D;
}
.tab.is-active::after,
.tab:hover::after {
	transform: translate(-50%, 100%);
}
.panel {
	display: none;
	opacity: 0;
	transition: 1s;
}
.panel.is-show, .panel.is-active {
	display: block;
	opacity: 1;
	transition: 1s;
}
.tab-group .inview + .inview {
	animation-delay: 0.2s;
}
.tab-group .inview + .inview + .inview {
	animation-delay: 0.4s;
}
.tab-group .inview + .inview + .inview + .inview {
	animation-delay: 0.6s;
}
.tab-group .inview + .inview + .inview + .inview + .inview {
	animation-delay: 0.8s;
}

@media only screen and (max-width: 768px) {
	.tab-group {
		width: 90%;
		margin: 30px auto 10px;
		flex-wrap: wrap;
	}
	.tab {
		font-size: 1.5rem;
		width: 47%;
		height: 42px;
		line-height: 42px;
		margin-bottom: 20px;
	}
	.tab::after {
		border: 10px solid transparent;
	}
	.tab.tab-A::after {
		border-top: 10px solid #312F38;
	}
	.tab.tab-B::after {
		border-top: 10px solid #9B856D;
	}
	.tab.tab-C::after {
		border-top: 10px solid #645851;
	}
	.tab.tab-D::after {
		border-top: 10px solid #362B1B;
	}
	.tab.tab-E::after {
		border-top: 10px solid #A49F9D;
	}
}

.scrolldown1{
  position:absolute;
  left:50%;
  bottom:10px;
  height:50px;
}
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -15px;
  color: #1C0C00;
  font-size: 1.2rem;
	font-weight: 600;
  letter-spacing: 0.05em;
	padding: 0;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #1C0C00;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
    .scrolldown1{
      bottom: -30px;
    }
}

.inview-zoom figure {
	overflow: hidden;
}
.inview-zoom figure img {
	transform: scale(1.15);
	opacity: 0;
}
.inview-zoom.show figure img {
	animation-fill-mode: forwards;
	animation-duration: 2.4s;
	animation-name: zoom;
	filter: grayscale(100%);
	transform: scale(1);
}
@keyframes zoom {
	0% {
		filter: grayscale(100%);
		transform: scale(1.1);
		opacity: 0;
	}
	100% {
		filter: grayscale(0%);
		transform: scale(1);
		opacity: 1;
	}
}

