@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

/* ---------------------------------------
  基本情報
-----------------------------------------*/
html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0;
}

input,
select,
button,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

select::-ms-expand {
	display: none;
}

textarea {
	resize: vertical;
}

button {
	cursor: pointer;
}

@media screen and (max-width: 767px) {

	.ipad body,
	.android body,
	.iphone body {
		-webkit-text-size-adjust: 100%;
	}

	.android h2,
	.android h3,
	.android ul,
	.android dl dt,
	.android dl dd,
	.android p {
		max-height: 999999px;
	}
}



/* ---------------------------------------
  base
-----------------------------------------*/
body {
	position: relative;
	word-wrap: break-word;
	min-width: 1200px;
	background-color: #000000;
	color: #ffffff;
	font-family: 'Noto Serif JP', serif;
}

main {
	display: block;
}

section {
	position: relative;
}

a {
	color: #fff;
	text-decoration: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}


@media screen and (max-width: 767px) {
	body {
		min-width: auto;
		min-width: inherit;
	}

	img {
		width: 100%;
	}
}




/* ---------------------------------------
  汎用
-----------------------------------------*/
.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.bold {
	font-weight: 700 !important;
}

.red {
	color: #e94709;
}

.small {
	font-weight: 300;
	font-size: 1.4rem !important;
}


.link_txt {
	text-decoration: underline;
}

.ls0 {
	letter-spacing: 0 !important;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.wrap {
		width: 92%;
	}

	.small {
		font-size: 3.2vw !important;
	}
}


/* ---------------------------------------
  scroll
-----------------------------------------*/
.fadeup {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}

.fadein {
	opacity: 0;
	transition: opacity 4s;
}

.scroll.is-show.fadeup,
.scroll.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.scroll.is-show.fadein,
.scroll.is-show .fadein {
	opacity: 1;
}

/* ---------------------------------------
  parts
-----------------------------------------*/
.secttl {
	height: 456px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	transition: background-position 10s ease;
	position: relative;
}

.secttl.is-show {
	background-position: center bottom;
}


.secttl .wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.secttl .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}

.secttl .ttl span {
	color: transparent;
	text-shadow: 0px 0px 6px #fff;
	transition: text-shadow 5s ease, color 5s ease;
}

.secttl.is-show .ttl span {
	color: #fff;
	text-shadow: 0px 0px 0px transparent;
}


@media screen and (max-width: 767px) {
	.secttl {
		height: 61vw;
	}

	.secttl .wrap {
		width: 88%;
	}

	.secttl .ttl {
		font-size: 4vw;
	}

	.secttl .ttl span {
		text-shadow: 0px 0px 6px #fff;
	}

}

/* ---------------------------------------
  レスポンシブ
-----------------------------------------*/

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}




/* ----------------------------------------------------------------------------------------------------
*  main
* --------------------------------------------------------------------------------------------------*/



/* ------------------------------
    fv
------------------------------ */
#fv {
	position: relative;
}

#fv .fv_wrap {
	position: relative;
	/*	overflow: hidden;*/
}

#fv .fv_wrap .fv_logo {
	width: 90px;
	position: absolute;
	top: 22px;
	left: calc(50% - 600px);
	z-index: 1;
}

.scroll_btn {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.scroll_btn a {
	display: inline-block;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.18em;
	padding: 1.65em 1.4em;
	position: relative;
}

.scroll_btn a::before {
	content: "";
	width: 1px;
	height: 4.3em;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transition: height .4s ease;
}

.scroll_btn a:hover::before {
	height: 90px;
}

.embedvideo {
	width: 100%;
	line-height: 0;
	position: relative;
}

.embedvideo video {
	display: block;
	width: 100%;
	height: auto;
}

#icon_speaker {
	display: inline-block;
	width: 62px;
	height: 20px;
	position: absolute;
	top: 26px;
	right: calc(50% - 600px);
	z-index: 2;
	background: url(../img/ico_sound_off.svg) no-repeat center center / auto 100%;
	cursor: pointer;
	transition: .4s ease;
}

#icon_speaker.sound_on {
	background: url(../img/ico_sound_on.svg) no-repeat center center / auto 100%;
}

@media screen and (max-width: 767px) {
	#fv {
		padding-top: 150px;
		margin-bottom: 25vw;
	}


	.embedvideo video {
		display: block;
		width: 100%;
		height: auto;
	}

	#icon_speaker {
		width: 11vw;
		height: 3.46vw;
		top: 4%;
		right: 4%;
	}

}


/* ------------------------------
    header
------------------------------ */
#header {
	background-color: #e94709;
	width: 100%;
	height: 400px;
	position: relative;
}

#header .wrap {
	height: 100%;
	padding: 60px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#header .logo {
	width: 187px;
}

#header .logo a {
	display: block;
}

#header .logo img {
	width: 100%;
}

/*menu*/
#header .gnavi {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
	margin-top: 80px;
}

#header .gnavi > li + li {
	margin-left: 75px;
}

#header .gnavi > li > a {
	font-weight: 300;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 0.18em;
	padding-left: 26px;
	position: relative;
	display: block;
	padding: 40px 0 40px 26px;
	transition: .5s ease;
}

#header .gnavi > li > a span {
	line-height: 1;
	display: block;
}

#header .gnavi > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 0;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transition: height 1s ease;
}

#header .gnavi.is-show > li > a::before {
	height: 100%;
}

#header .gnavi.is-show > li > a:hover {
	padding-bottom: 70px;
}

@media screen and (min-width: 767px) {}

@media screen and (max-width: 767px) {
	#header {
		height: 150px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#header .wrap {
		padding: 0;
		align-items: center;
	}

	#header .logo {
		width: 75px;
		margin: 0 auto;
	}

	#header .logo a {
		display: block;
	}

	#header .logo img {
		width: 100%;
	}

	#header .menu-trigger {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 55px;
		height: 50px;
		z-index: 999;
		text-align: center;
		background-color: #e94709;
	}

	#header .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 30px;
		height: 2px;
		border-radius: 1px;
		background-color: #fff;
	}

	#header .menu-trigger span:nth-of-type(1) {
		top: 19px;
	}

	#header .menu-trigger span:nth-of-type(2) {
		top: 28px;
	}

	#header.navOpen .menu-trigger span:nth-of-type(1) {
		top: 24px;
		transform: rotate(-28deg);
	}

	#header.navOpen .menu-trigger span:nth-of-type(2) {
		top: 24px;
		transform: rotate(28deg);
	}

	#header nav {
		display: none;
		position: fixed;
		height: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 990;
		text-align: center;
		overflow-y: scroll;
		max-height: 100%;
		background: #fff;
		-webkit-overflow-scrolling: touch;
		padding: 50px 7% 20%;
		background-color: #e94709;
	}

	#header nav .logo {
		width: 32.8vw;
	}




	/*menu*/

	#header nav .gnavi {
		flex-wrap: wrap;
		height: 100%;
		margin: 24vw 0 21vw;
		height: auto;
		overflow: auto;
	}

	#header .gnavi > li {
		width: 50%;
	}

	#header .gnavi > li + li {
		margin-left: 0;
	}

	#header .gnavi > li:nth-child(n + 3) {
		margin-top: 14vw;
	}

	#header .gnavi > li > a {
		font-size: 4vw;
		padding-left: 1em;
		padding: 1.2em;
		transition: none !important;
	}

	#header .gnavi > li > a span {
		opacity: 1 !important;
		transform: translateY(0) !important;
	}

	#header .gnavi > li > a::before {
		height: 100%;
		transition: none !important;
	}

	#header .gnavi.is-show > li > a:hover {
		padding-bottom: 1em;
	}

	#header .name {
		font-size: 3.7vw;
		letter-spacing: 0.05em;
	}

	#header .tel {
		font-weight: 700;
		font-size: 4.8vw;
		letter-spacing: 0.05em;
		margin-top: .8em;
	}
}

/* ------------------------------
    product
------------------------------ */

#product .secttl {
	background-image: url(../img/product_bg_secttl.jpg);
}


#product .contents {
	padding: 80px 0 240px;
}

#product .menu_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

#product .menu_list .item {
	width: 20%;
	height: 86px;
}

#product .menu_list .item a {
	font-weight: 300;
	width: 100%;
	height: 100%;
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
	position: relative;
	display: block;
	padding: 12px 0 0 22px;
	transition: .4s ease;
}

#product .menu_list .item a span {
	display: block;
}


#product .menu_list .item a::before {
	content: "";
	display: block;
	width: 1px;
	height: 0;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transition: height 1s ease, background-color .4s ease;
}

#product .menu_list.is-show .item a::before {
	height: 100%;
}

#product .menu_list.is-show .item a:hover,
.thumbnail-current a {
	color: #e94709;
}

#product .menu_list.is-show .item a:hover::before,
.thumbnail-current a::before {
	background-color: #e94709 !important;
}



#product .detail .inner {
	display: flex;
	justify-content: space-between;
}

#product .detail .img {
	width: 520px;
	padding: 0 27px;
}

#product .detail .txtwrap {
	width: calc(100% - 550px);
}

#product .detail .txtwrap .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	margin-bottom: 75px;
}

#product .detail .txtwrap .ttl span {
	font-size: 2rem;
}

#product .detail .txtwrap .txt {
	padding-left: 20px;
	min-height: 636px;
	position: relative;
}

#product .detail .txtwrap .txt::before {
	content: "";
	width: 1px;
	height: calc(100% - 8px);
	background-color: #595757;
	position: absolute;
	left: 0;
	bottom: 0;
}

#product .detail .txtwrap .txt p,
#product .detail .txtwrap .txt dl dt,
#product .detail .txtwrap .txt dl dd {
	font-weight: 300;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 2.1;
	font-family: 'Noto Sans JP', sans-serif;
}

#product .detail .txtwrap .txt dl dt,
#product .detail .txtwrap .txt dl dd {
	line-height: 2;
}

#product .detail .txtwrap .txt p .red {
	font-weight: 700;
}

#product .detail .txtwrap .txt .bold {
	letter-spacing: 0.075em;
}

#product .detail .txtwrap .txt .shop {
	margin-top: 2em;
	margin-bottom: .5em;
}

#product .detail .txtwrap .txt .shop:first-of-type {
	margin-top: 0;
}

#product .detail .txtwrap .txt .contact {
	margin-top: 1em;
}

#product .detail .txtwrap .txt dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

#product .detail .txtwrap .txt dl dt {
	width: 9em;
}

#product .detail .txtwrap .txt dl dd {
	width: calc(100% - 9em);
}


/*slick-arrow*/
.slick-arrow {
	width: 46px;
	height: 46px;
	background: url(../img/slick_arrow_frame.svg) no-repeat center center / 100% auto;
	position: absolute;
	border-radius: 4px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.slick-arrow:hover {
	border: 2px solid #e94709;
	background: none;
}

.prev-arrow {
	left: 0;
}

.next-arrow {
	left: 476px;
}

.prev-arrow::before,
.next-arrow::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	border-radius: 1px;
	transition: .3s ease;
}

.prev-arrow::before {
	transform: translate(-50%, -50%) rotate(45deg);
	border-left: 2px solid #e94709;
	border-bottom: 2px solid #e94709;
	margin-left: 1px;
}

.next-arrow::before {
	transform: translate(-50%, -50%) rotate(-45deg);
	border-right: 2px solid #e94709;
	border-bottom: 2px solid #e94709;
	margin-left: -3px;
}

.prev-arrow:hover::before {
	margin-left: -4px;
}

.next-arrow:hover::before {
	margin-left: 2px;
}

@media screen and (min-width: 768px) {
	#product .detail .txtwrap .txt dl dt .multiple-lines {
		display: inline-block;
		line-height: 1.5;
		padding: 0.35em 0 0;
	}
}

@media screen and (max-width: 767px) {

	#product .secttl {
		background-image: url(../img/product_bg_secttl_sp.jpg);
	}

	#product .contents {
		padding: 6vw 0 34vw;
	}

	#product .menu_list {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 10vw;
		padding: 0 3%;
	}

	#product .menu_list .item {
		width: auto;
		min-width: 42%;
		height: 8.2vw;
	}

	#product .menu_list .item:nth-child(n + 3) {
		margin-top: 5vw;
	}

	#product .menu_list .item a {
		font-size: 3.2vw;
		line-height: 8.2vw;
		padding: 0 0 0 .6em;
	}

	#product .menu_list .item a span span {
		display: inline-block;
		margin-left: .5em;
	}



	#product .detail .inner {
		display: block;
	}

	#product .detail .img {
		width: 100%;
		padding: 0 8vw;
	}

	#product .detail .txtwrap {
		width: 100%;
		margin-top: 10vw;
	}

	#product .detail .txtwrap .ttl {
		font-size: 4.8vw;
		margin-bottom: 9vw;
	}

	#product .detail .txtwrap .ttl span {
		font-size: 3.4vw;
	}

	#product .detail .txtwrap .txt {
		padding-left: 3vw;
		min-height: inherit;
	}

	#product .detail .txtwrap .txt .small {
		letter-spacing: -0.025em;
		line-height: 1.5;
	}

	#product .detail .txtwrap .txt::before {
		height: calc(100% - 1vw);
	}

	#product .detail .txtwrap .txt p,
	#product .detail .txtwrap .txt dl dt,
	#product .detail .txtwrap .txt dl dd {
		font-size: 3.2vw;
		line-height: 2;
	}

	#product .detail .txtwrap .txt p.shop {
		font-size: 3.7vw;
	}

	#product .detail .txtwrap .txt dl dt,
	#product .detail .txtwrap .txt dl dd {
		line-height: 1.9;
		letter-spacing: 0;
		font-size: 3.1vw;
	}


	#product .detail .txtwrap .txt dl {
		display: block;
		margin-bottom: 6px;
	}

	#product .detail .txtwrap .txt dl dt {
		width: 100%;
	}

	#product .detail .txtwrap .txt dl dd {
		width: 100%;
	}

	#product .detail .txtwrap .txt dl dd + dt {
		margin-top: 1em;
	}


	/*slick-arrow*/
	.slick-arrow {
		width: 8vw;
		height: 8vw;
		border-radius: 4px;
		top: 56vw;
		transform: none;
	}

	.slick-arrow:hover {
		border: 2px solid #e94709;
		background: none;
	}

	.prev-arrow {
		left: 4vw;
	}

	.next-arrow {
		left: auto;
		right: 4vw;
	}

	.prev-arrow::before .next-arrow::before {
		width: 2vw;
		height: 2vw;
	}

	.prev-arrow::before {
		margin-left: .5vw;
	}

	.prev-arrow:hover::before {
		margin-left: -.6vw;
	}


	.next-arrow::before {
		margin-left: -.5vw;
	}

	.next-arrow:hover::before {
		margin-left: .6vw;
	}

}


/* ------------------------------
    purchase
------------------------------ */

#purchase .secttl {
	background-image: url(../img/purchase_bg_secttl.jpg);
}

#purchase .contents {
	padding: 110px 0 150px;
}

#purchase .contentsttl {
	text-align: center;

}

#purchase .contentsttl span {
	display: inline-block;
	line-height: 1;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	padding: .8em;
	position: relative;
}

#purchase .contentsttl span::before,
#purchase .contentsttl span::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	transition: width 1s ease;
}

#purchase .contentsttl span::before {
	top: 0;
}

#purchase .contentsttl span::after {
	bottom: 0;
}

#purchase .contentsttl.is-show span::before,
#purchase .contentsttl.is-show span::after {
	width: 100%;
}


#purchase .contentsttl + .small {
	margin-top: 1.8em;
}




#purchase .block {
	padding: 130px 0 50px;
	overflow: hidden;
}

#purchase .block .info_item .txtwrap {
	opacity: 0;
	transform: translateY(30px);
}

#purchase .block .info_item.is-show .txtwrap {
	opacity: 1;
	transform: translate(0, 0);
}

#purchase .blockttl {
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	padding: 1em 1.2em;
	border-left: 5px solid #e94709;
	margin-bottom: 2em;
}


#purchase .info_list {
	display: flex;
	justify-content: space-between;
}

#purchase .info_item {
	width: 25%;
	padding: 10px 24px 0;
	position: relative;
}

#purchase .info_item::before {
	content: "";
	display: block;
	width: 1px;
	height: 0;
	background-color: #595757;
	position: absolute;
	top: 0;
	left: 0;
	transition: height 1s ease;
}

#purchase .info_item.is-show::before {
	height: 100%;
}

#purchase .info_item .ttl {
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.2em;
	display: flex;
	align-items: center;
	line-height: 1.5;
	margin-bottom: 1em;
}

#purchase .info_item .ttl img {
	margin-left: 1em;
}

#purchase .info_item p {
	letter-spacing: 0.05em;
	text-align: justify;
}

#purchase .info_item p:not(.ttl):not(.small):not(.yellow):not(.large) {
	font-size: 1.5rem;
	line-height: 1.73;
	margin-bottom: 1em;
}


#purchase .info_item .large {
	font-size: 1.8rem;
	line-height: 1.66;
	margin: 1em 0 .6em;
}


#purchase .info_item .yellow {
	color: #dfc787;
	font-size: 1.8rem;
	line-height: 1.66;
	margin: 1em 0 .6em;
}

#purchase .info_item .yellow.mb {
	margin-bottom: .3em;
}

#purchase .info_item .yellow .tel_num {
	font-size: 2.3rem;
}

#purchase .info_item .small {
	line-height: 1.7;
	letter-spacing: 0;
}

#purchase .info_item .link_txt {
	font-size: 1.5rem;
}

#purchase .box_txt a {
	display: inline-block;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.5;
	border: 1px solid #807f80;
	padding: .8em 2.2em;
	letter-spacing: 0.05em;
	margin-top: 50px;
	color: #333333;
	background: #b2b2b2;
	transition: .4s ease;
}

#purchase .box_txt a:hover {
	color: #b2b2b2;
	background: #000000;
}

/*notes*/

#purchase .notes_box {
	margin-top: 40px;
}

#purchase .block .notes_box .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	padding: 0;
}

#purchase .notes_box .ttl {
	width: 240px;
	text-align: center;
}

#purchase .notes_box .ttl img {
	display: block;
	margin: 0 auto;
}

#purchase .notes_box .ttl .small {
	margin-top: 2.8em;
}


#purchase .notes_box .listwrap {
	width: 910px;
}

#purchase .notes_box .checklist li {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2.26;
	padding-left: 2em;
	position: relative;
}

#purchase .notes_box .checklist li:not(:last-child)::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: .6em;
	width: 1.1em;
	height: 1.1em;
	background: #fff;
}

#purchase .notes_box .checklist li:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	left: .15em;
	top: .9em;
	width: .8em;
	height: .4em;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	transform: rotate(-45deg);
	/*	opacity: 0;*/
	transition: border-left-color .2s ease, border-bottom-color .4s ease .2s;
}

#purchase .notes_box.is-show .checklist li::after {
	border-color: #000;
}

#purchase .notes_box .checklist li:last-child::before,
#purchase .notes_box .checklist li:last-child::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	left: .55em;
	top: .6em;
	width: 1px;
	height: 1.2em;
}

#purchase .notes_box .checklist li:last-child::before {
	transform: rotate(45deg);
}

#purchase .notes_box .checklist li:last-child::after {
	height: 0;
	transform: rotate(-45deg);
	transition: height .3s ease;

}

#purchase .notes_box.is-show .checklist li:last-child::after {
	height: 1.2em;
}


#purchase .notes_box.is-show .checklist li:nth-child(2)::after {
	transition-delay: .6s, .8s;
}

#purchase .notes_box.is-show .checklist li:nth-child(3)::after {
	transition-delay: .8s, 1s;
}

#purchase .notes_box.is-show .checklist li:nth-child(4)::after {
	transition-delay: 1s, 1.2s;
}

#purchase .notes_box.is-show .checklist li:nth-child(5)::after {
	transition-delay: 1.2s, 1.4s;
}

#purchase .notes_box.is-show .checklist li:nth-child(6)::after {
	transition-delay: 1.4s;
}

/**/
#purchase .block .inner {
	position: relative;
	padding: 50px 0;
	margin-bottom: 70px;
}

#purchase .block .bgimg {
	width: calc(50% + 300px);
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

#purchase .block .bgimg .imgwrap {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transform: translate3d(0, 0, 0) scale(1.08);
}

#purchase .block .bgimg.is-show .imgwrap {
	transform: translate3d(0, 0, 0) scale(1);
	transition: transform 12000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

#purchase .block .txtbox {
	position: relative;
	z-index: 1;

}

#purchase .block .txtbox::before {
	content: "";
	width: calc(50% + 40px);
	height: 100%;
	background: rgba(0, 0, 0, .85);
	position: absolute;
	top: 0;
	transition: 1s ease;
}


#purchase .block .txtbox .boxin {
	width: 640px;
	padding: 50px 50px 50px 0;
}

#purchase .block .txtbox .subttl {
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-bottom: 1em;
	transition-delay: 1s;
}

#purchase .block .txtbox .txt {
	font-size: 1.5rem;
	line-height: 1.73;
	letter-spacing: 0.05em;
	transition-delay: 1s;
}

#purchase .block .txtbox .tablewrap {
	margin-top: 40px;
	transition-delay: 1.5s;
}

#purchase .block .txtbox .tablewrap .tablettl {
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 1em;
}

#purchase .block .txtbox .tablewrap .flex {
	display: flex;
	justify-content: space-between;
}

#purchase .block .txtbox .tablewrap .dl dt,
#purchase .block .txtbox .tablewrap .dl dd {
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

#purchase .block .txtbox .tablewrap .dl dt {
	font-weight: 700;
	font-size: 1.8rem;
	border-top: 2px solid #595757;
	border-bottom: 2px solid #595757;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#purchase .block .txtbox .tablewrap .dl dd {
	font-size: 1.6rem;
	border-bottom: 1px solid #595757;
	line-height: 30px;
	position: relative;
}

#purchase .block .txtbox .tablewrap .dl + .dl dd::before {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: .7em;
	left: -1.6em;
}

#purchase .block_shipping .txtbox .tablewrap .dl + .dl dd::before {
	top: .95em;
}

#purchase .block .txtbox .tablewrap .small {
	line-height: 1.7;
	margin-top: 1.5em;
}


/*block_shop*/
#purchase .block_shop .bgimg .imgwrap {
	background-image: url(../img/purchase_img_shop.jpg);
}

#purchase .block_shop .txtbox::before {
	left: -100%;
}

#purchase .block_shop.is-show .txtbox::before {
	left: 0;
}

#purchase .block_shop .txtbox .tablewrap .dl {
	width: 170px;
}

#purchase .block_shop .txtbox .tablewrap .dl:last-child dd {
	font-weight: 700;
}

/*block_shipping*/
#purchase .block_shipping .bgimg {
	left: 0;
	right: auto;
}

#purchase .block_shipping .bgimg .imgwrap {
	background-image: url(../img/purchase_img_shipping.jpg);
}

#purchase .block_shipping .txtbox::before {
	right: -100%;
}

#purchase .block_shipping.is-show .txtbox::before {
	right: 0;
}

#purchase .block_shipping .txtbox .boxin {
	margin-left: auto;
	padding: 50px 0 50px 50px;
}

#purchase .block_shipping .txtbox .tablewrap .dl {
	width: 272px;
}

#purchase .block_shipping .txtbox .tablewrap .dl dd {
	line-height: 40px;
}

/*transfer*/
#purchase .transfer {
	display: flex;
	justify-content: space-between;
}

#purchase .transfer .txtwrap {
	width: 586px;
}

#purchase .transfer .ttl {
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.075em;
	margin-bottom: .8em;
}

#purchase .transfer .dl {
	display: flex;
	flex-wrap: wrap;
}

#purchase .transfer .dl dt,
#purchase .transfer .dl dd {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	padding: .4em 0;
	border-bottom: 1px solid #595757;
}

#purchase .transfer .dl dt {
	font-weight: 700;
	width: 14em;
}

#purchase .transfer .dl dd {
	width: calc(100% - 14em);
}


#purchase .transfer .btn_download {
	margin-top: 45px;
}

#purchase .transfer .btn_download a {
	display: block;
	text-align: center;
	background: #e94709;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	height: 65px;
	line-height: 65px;
	position: relative;
}

#purchase .transfer .btn_download a::before {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	right: 26px;
	top: 50%;
	margin-top: -10px;
	transition: height .4s ease;
}

#purchase .transfer .btn_download a:hover::before {
	height: 34px;
}

#purchase .yamato {
	max-width: 840px;
	margin: 100px auto 0;
	border: 1px solid #fff;
	padding: 3em 4em;
}

#purchase .yamato .subttl,
#purchase .yamato .txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	padding: 0.4em 0;
}

#purchase .yamato .subttl {
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-bottom: 0.75em;
	padding: 0;
}

@media screen and (max-width: 767px) {

	#purchase .secttl {
		background-image: url(../img/purchase_bg_secttl_sp.png);
	}

	#purchase .contents {
		width: 100%;
		margin: 0 auto;
		padding: 13vw 0 23vw;
	}

	#purchase .contentsttl span {
		font-size: 4.26vw;
		padding: .8em;
	}

	#purchase .contentsttl + .small {
		margin-top: 1em;
	}




	#purchase .block {
		padding: 12vw 0 9vw;
	}

	#purchase .blockttl {
		font-size: 4vw;
		padding: .6em 1em;
		border-left: .6vw solid #e94709;
	}


	#purchase .info_list {
		display: block;
	}

	#purchase .info_item {
		width: 100%;
		padding: 2vw 3.6vw;
	}

	#purchase .info_item + .info_item {
		margin-top: 9.3vw;
	}

	#purchase .info_item .ttl {
		font-size: 4.5vw;
	}

	#purchase .info_item .ttl img {
		margin-left: 1em;
		width: auto;
		height: 6vw;
	}

	#purchase .info_item p:not(.ttl):not(.small):not(.yellow):not(.large) {
		font-size: 3.46vw;
		line-height: 1.5;
	}


	#purchase .info_item .large {
		font-size: 4.5vw;
		margin: 1em 0 .6em;
	}


	#purchase .info_item .yellow {
		font-size: 4.5vw;
		margin: 1em 0 .6em;
	}

	#purchase .info_item .yellow.mb {
		margin-bottom: .3em;
	}

	#purchase .info_item .yellow .tel_num {
		font-size: 6.4vw;
	}

	#purchase .info_item .yellow .tel_num a {
		color: #dfc787 !important;
	}

	#purchase .info_item .link_txt {
		font-size: 4vw;
	}

	#purchase .box_txt {
		width: 92%;
		margin: 0 auto;
	}

	#purchase .box_txt a {
		display: block;
		font-size: 3.4vw;
		margin-top: 9vw;
		padding: .8em 0;
	}


	/*notes*/

	#purchase .notes_box {
		margin-top: 12.8vw;
	}

	#purchase .block .notes_box .inner {
		display: block;
		padding: 0 3vw;
	}

	#purchase .notes_box .ttl {
		width: 100%;
	}

	#purchase .notes_box .ttl img {
		width: 22vw;
	}

	#purchase .notes_box .ttl .small {
		margin-top: 1em;
	}


	#purchase .notes_box .listwrap {
		width: 100%;
		margin-top: 7vw;
	}

	#purchase .notes_box .checklist li {
		font-size: 3.2vw;
		line-height: 2;
		padding-left: 1.7em;
	}

	#purchase .notes_box .checklist li + li {
		margin-top: .3em;
	}

	#purchase .notes_box .checklist li:not(:last-child)::after {
		border-width: 1px;
	}


	/**/
	#purchase .block .inner {
		padding: 0;
		margin-bottom: 7.2vw;
	}

	#purchase .block .bgimg {
		width: 100%;
		height: 75.6vw;
		position: static;
		margin-top: 8vw;
	}


	#purchase .block .txtbox::before {
		content: none;
	}

	#purchase .block .txtbox .boxin {
		width: 100%;
		padding: 0 4% !important;
	}

	#purchase .block .txtbox .boxin .blockttl {
		margin-left: -4vw;
	}

	#purchase .block .txtbox .subttl {
		font-size: 4vw;
	}

	#purchase .block .txtbox .txt {
		font-size: 3.2vw;
	}

	#purchase .block .txtbox .tablewrap {
		margin-top: 7vw;
	}

	#purchase .block .txtbox .tablewrap .tablettl {
		font-size: 3.7vw;
	}


	#purchase .block .txtbox .tablewrap .dl dt {
		font-size: 3.6vw;
		height: 16vw;
		line-height: 1.4;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#purchase .block_shipping .txtbox .tablewrap .dl dt {
		height: 11vw;
	}

	#purchase .block .txtbox .tablewrap .dl dd {
		font-size: 3.2vw;
		line-height: 8.6vw;
	}

	#purchase .block .txtbox .tablewrap .dl + .dl dd::before {
		width: 2vw;
		height: 2vw;
		top: 1em;
		left: -1.5em;
	}

	#purchase .block_shipping .txtbox .tablewrap .dl + .dl dd::before {
		left: -2.2em;
	}

	/*block_shop*/

	#purchase .block_shop .txtbox .tablewrap .dl {
		width: 28%;
	}


	/*block_shipping*/
	#purchase .block_shipping .txtbox .boxin {
		margin-left: auto;
		padding: 0 4%;
	}

	#purchase .block_shipping .txtbox .tablewrap .dl {
		width: 44%;
	}

	#purchase .block_shipping .txtbox .tablewrap .dl dd {
		line-height: 8vw;
	}

	/*transfer*/
	#purchase .transfer {
		display: block;
		padding: 0 4%;
	}

	#purchase .transfer .txtwrap {
		width: 100%;
		margin-bottom: 9.3vw;
	}

	#purchase .transfer .ttl {
		font-size: 3.7vw;
		margin-bottom: .8em;
	}

	#purchase .transfer .dl dt,
	#purchase .transfer .dl dd {
		font-size: 3.2vw;
		letter-spacing: 0;
	}

	#purchase .transfer .dl dt {
		width: 10em;
	}

	#purchase .transfer .dl dd {
		width: calc(100% - 10em);
	}


	#purchase .transfer .btn_download {
		margin-top: 7.7vw;
	}

	#purchase .transfer .btn_download a {
		font-size: 3.7vw;
		height: 16vw;
		line-height: 1.4;
		padding-top: .9em;
	}

	#purchase .transfer .btn_download a::before {
		height: 3.8vw;
		right: 5vw;
		margin-top: -1.9vw;
	}

	#purchase .transfer .btn_download a:hover::before {
		height: 7vw;
	}

	#purchase .yamato {
		margin: 12vw auto 0;
		padding: 7vw 3.8vw;
	}

	#purchase .yamato .subttl {
		font-size: 3.8vw;
	}

	#purchase .yamato .txt {
		font-size: 3.2vw;
		text-align: justify;
	}

}

/* ------------------------------
    store
------------------------------ */
#store {
	background-color: #e94709;
}

#store .wrap {
	padding: 100px 0 110px;
}

#store .secttl {
	height: auto;
	margin-bottom: 60px;
}

#store .inner {
	display: flex;
	justify-content: space-between;
}

#store .name {
	width: 250px;
	padding-left: 1.8em;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	display: flex;
	align-items: center;
	position: relative;
}

#store .name::before {
	content: "";
	display: block;
	width: 1px;
	height: 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: height 1s ease;
}

#store .inner.is-show .name::before {
	height: 100%;
}

#store .info {
	width: 434px;
}

#store .info .dl {
	display: flex;
	flex-wrap: wrap;
}

#store .info .dl dt,
#store .info .dl dd {
	font-size: 1.6rem;
	line-height: 1.75;
	padding: .4em 0;
	border-bottom: 1px solid #fff;
}


#store .info .dl dt {
	font-weight: 700;
	width: 6em;
	letter-spacing: 0.05em;
	padding: .4em .5em;
}

#store .info .dl dd {
	width: calc(100% - 6em);
}



#store .notes {
	width: 430px;
}

#store .notes .ttl {
	font-weight: 500;
	font-size: 1.5rem;
	margin: .5em 0 1.5em;
	line-height: 1.5;
	letter-spacing: 0.075em;
}

#store .notes .txt {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.7;
	padding-left: 1.1em;
	position: relative;
}

#store .notes .txt + .txt {
	margin-top: 1.5em;
}

#store .notes .txt::before {
	content: "";
	width: 5px;
	height: 1em;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: .3em;
}

#map {
	display: block;
	width: 100%;
	height: 456px;
	position: relative;
	overflow: hidden;
}


#map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	border: none;

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#map .mapbtn {
	width: 315px;
	position: absolute;
	right: calc(50% - 600px);
	bottom: 0;
}

#map .mapbtn a {
	display: block;
	text-align: center;
	background: #e94709;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	height: 65px;
	line-height: 65px;
	position: relative;
}

#map .mapbtn a::before {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	right: 26px;
	top: 50%;
	margin-top: -10px;
	transition: height .4s ease;
}

#map .mapbtn a:hover::before {
	height: 34px;
}

@media screen and (max-width: 767px) {
	#store .wrap {
		padding: 12vw 0 13vw;
	}

	#store .secttl {
		margin-bottom: 11vw;
	}

	#store .inner {
		display: block;
		padding: 6vw 0 7vw 7vw;
		position: relative;
	}


	#store .inner.is-show::before {
		height: 100%;
	}


	#store .inner::before {
		content: "";
		display: block;
		width: 1px;
		height: 0;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		transition: height 1s ease;
	}


	#store .name {
		width: 100%;
		padding-left: 0;
		font-size: 4.8vw;
		display: block;
		margin-bottom: 2.23em;
	}

	#store .name::before {
		content: none;
	}


	#store .info {
		width: 100%;
	}


	#store .info .dl dt,
	#store .info .dl dd {
		font-size: 3.2vw;
	}


	#store .info .dl dt {
		width: 5.5em;
		padding: .4em 0;
	}

	#store .info .dl dd {
		width: calc(100% - 5.5em);
	}



	#store .notes {
		width: 100%;
		margin-top: 9.3vw;
	}

	#store .notes .ttl {
		font-size: 3.4vw;
	}

	#store .notes .txt {
		font-size: 3.2vw;
	}

	#store .notes .txt + .txt {
		margin-top: .5em;
	}

	#store .notes .txt::before {
		width: .8vw;
		top: .5em;
	}

	#map {
		height: 60.8vw;
	}


	#map .mapbtn {
		width: 48%;
		right: 0;
	}

	.android #map .mapbtn{
		bottom: -1px;
	}

	#map .mapbtn a {
		font-size: 3.2vw;
		height: 11vw;
		line-height: 11vw;
		position: relative;
	}

	#map .mapbtn a::before {
		height: 3.8vw;
		right: 4vw;
		margin-top: -1.9vw;
	}

	#map .mapbtn a:hover::before {
		height: 7vw;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
footer {
	position: relative;
	padding: 160px 0 84px;
	background: url(../img/bg01_footer.png) no-repeat center / cover;
}

footer .f_logo {
	width: 178px;
	margin: 0 auto 160px;
}

footer p {
	text-align: center;
	letter-spacing: 0.075em;
}

footer .name {
	font-size: 1.7rem;
	margin-bottom: 1.2em;
}

footer .tel {
	font-weight: 700;
	font-size: 2.2rem;
}

footer .txt {
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 4.2em 0 3em;
}

footer .copyright {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}


/*pagetop*/
.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.pagetop a {
	display: block;
	width: 65px;
	height: 65px;
	background-color: #e94709;
	position: relative;
	font-weight: 300;
	line-height: 1.3;
	padding-top: 2em;
	font-size: 1.3rem;
}

.pagetop a::before {
	content: "";
	width: 1px;
	height: 19px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	transition: .3s ease;
}

.pagetop a:hover::before {
	height: 42px;
	top: -23px;
}

@media screen and (max-width: 767px) {
	footer {
		padding: 11.6vw 0 7vw;
		background: url(../img/bg_footer_sp.png) no-repeat center / cover;
	}

	footer .f_logo {
		width: 28vw;
		padding-right: 4vw;
		margin: 0 auto 9.3vw;
	}

	footer .name {
		font-size: 3.2vw;
		margin-bottom: 1em;
	}

	footer .tel {
		font-size: 4.2vw;
	}

	footer .txt {
		font-size: 3.2vw;
		margin: 7.5em 0 1.5em;
		letter-spacing: 0;
		text-align: left;
		padding: 0 0 0 2%;
	}

	footer .copyright {
		font-size: 2.9vw;
		letter-spacing: 0.1em;
	}

	/*pagetop*/

	.pagetop a {
		width: 13vw;
		height: 13vw;
		font-size: 3vw;
		padding-top: 1.5em;
	}

	.pagetop a::before {
		height: 3.6vw;
	}

	.pagetop a:hover::before {
		height: 8vw;
		top: -4.4vw;
	}
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */
