@charset "UTF-8";
/* Scss Document */
body {
	background: #fff;
	color: #1668a3;
}

#app {
	font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.area_header {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../../images/kanemaru/mv_bg.jpg) no-repeat 0 0/cover;
}
.area_header::after {
	position: absolute;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	background: url(../../images/kanemaru/mv_line.svg) repeat-x 0 0/auto 100%;
}
.area_header .header_icon {
	position: absolute;
}
.area_header .header_logo img {
	filter: drop-shadow(0px 0px 5px rgba(21, 97, 143, 0.5));
}
@media screen and (max-width: 767px) {
	.area_header {
		height: 450px;
		background-size: auto 105%;
	}
	.area_header::after {
		height: 40px;
		bottom: -20px;
	}
	.area_header .header_icon {
		width: 100px;
		top: 25px;
		left: calc(50% + 50px);
	}
	.area_header .header_logo img {
		width: 300px;
	}
}
@media print, screen and (min-width: 768px) {
	.area_header {
		height: 700px;
	}
	.area_header::after {
		bottom: -32px;
		height: 64px;
	}
	.area_header .header_icon {
		top: 9%;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1050px) {
	.area_header {
		height: 600px;
		background-size: auto 105%;
	}
	.area_header .header_icon {
		width: 140px;
		left: calc(50% + 120px);
	}
	.area_header .header_logo img {
		width: 400px;
	}
}
@media screen and (min-width: 1051px) {
	.area_header .header_icon {
		left: calc(50% + 210px);
	}
}

.area_toplead .inner {
	position: relative;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
.area_toplead .tit_toplead {
	margin-bottom: 20px;
	font-family: "Teko", sans-serif;
	color: #e5f4f9;
	letter-spacing: 0.07em;
	line-height: 0.8;
}
.area_toplead .lead {
	position: relative;
	margin-bottom: 40px;
	z-index: 10;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.area_toplead .inner {
		padding: 60px 15px 70px;
	}
	.area_toplead .tit_toplead {
		text-align: center;
		font-size: 65px;
	}
	.area_toplead .box_inner {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.area_toplead .ph1 {
		width: 130.2px;
		align-self: flex-start;
	}
	.area_toplead .ph2 {
		align-self: flex-start;
		margin-top: 40px;
		width: 153.3px;
	}
}
@media print, screen and (min-width: 768px) {
	.area_toplead {
		padding: 70px 0 120px;
		text-align: center;
	}
	.area_toplead .inner {
		max-width: 1260px;
		margin-right: auto;
		margin-left: auto;
	}
	.area_toplead .tit_toplead {
		font-size: 90px;
	}
	.area_toplead .lead {
		font-size: 23px;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1050px) {
	.area_toplead .ph2 {
		margin: 40px 0 0 30px;
	}
	.area_toplead .box_inner {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1051px) {
	.area_toplead .tit_toplead {
		font-size: 120px;
	}
	.area_toplead .lead {
		padding: 0 230px;
	}
	.area_toplead .photo {
		position: absolute;
		z-index: 8;
	}
	.area_toplead .ph1 {
		top: 25%;
		left: 2%;
	}
	.area_toplead .ph2 {
		top: 40%;
		right: 2%;
	}
}

.area_LINE {
	position: relative;
	background: url(../../images/kanemaru/bg_1.svg);
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
.area_LINE::after {
	position: absolute;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	background: url(../../images/kanemaru/line-normal.svg) repeat-x 0 0/auto 100%;
}
.area_LINE .tit_LINE {
	text-align: center;
}
.area_LINE .stit {
	display: flex;
	align-items: center;
}
.area_LINE .stit .tit_icon {
	background: #1dcd00;
	border-radius: 10px;
	text-shadow: 0 2px 0 #2baf10;
	color: #fff;
}
.area_LINE .stit .txt {
	display: block;
	color: #ff6551;
}
.area_LINE .list_detail {
	display: flex;
	flex-shrink: 0;
}
.area_LINE .list_detail li {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #cec49d;
	background: #fff;
	border-radius: 100%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.area_LINE {
		background-size: 40px;
		padding: 0 15px;
	}
	.area_LINE::after {
		height: 40px;
		bottom: -20px;
	}
	.area_LINE .tit_LINE {
		margin-bottom: 30px;
	}
	.area_LINE .tit_LINE img {
		width: 300px;
		margin-top: -20px;
	}
	.area_LINE .stit {
		margin-bottom: 15px;
		justify-content: center;
		font-size: 18px;
	}
	.area_LINE .stit .tit_icon {
		padding: 10px 15px;
		margin-right: 5px;
		font-size: 34px;
	}
	.area_LINE .stit .txt {
		font-size: 26px;
	}
	.area_LINE .list_detail {
		justify-content: center;
		margin-bottom: 20px;
	}
	.area_LINE .list_detail li {
		width: 140px;
		height: 140px;
	}
	.area_LINE .list_detail li:first-of-type {
		margin-right: 10px;
	}
	.area_LINE .box_img {
		background: url(../../images/kanemaru/LINE_img1.png) no-repeat 3% center/30% auto;
		text-align: right;
	}
	.area_LINE .box_img img {
		width: 65%;
	}
}
@media print, screen and (min-width: 768px) {
	.area_LINE::after {
		bottom: -32px;
		height: 64px;
	}
	.area_LINE .tit_LINE img {
		margin-top: -35px;
	}
	.area_LINE .inner {
		max-width: 1040px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
		display: flex;
		justify-content: space-between;
	}
	.area_LINE .cont {
		width: 62%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 50px;
	}
	.area_LINE .stit {
		margin-bottom: 40px;
		font-size: 26px;
		line-height: 1.1;
	}
	.area_LINE .stit .tit_icon {
		padding: 10px 15px;
		margin-right: 10px;
		font-size: 42px;
	}
	.area_LINE .stit .txt {
		font-size: 32px;
	}
	.area_LINE .list_detail {
		width: 100%;
		justify-content: flex-end;
		background: url(../../images/kanemaru/LINE_img1.png) no-repeat 7% center/30% auto;
		padding-bottom: 40px;
		padding-right: 20px;
	}
	.area_LINE .list_detail li {
		width: 150px;
		height: 150px;
	}
	.area_LINE .list_detail li:first-of-type {
		margin-right: 10px;
	}
	.area_LINE .box_img {
		width: 37%;
		max-width: 370px;
		align-self: flex-end;
	}
}
@media screen and (min-width: 1051px) {
	.area_LINE .tit_LINE {
		margin-bottom: -10px;
	}
	.area_LINE .stit {
		font-size: 36px;
	}
	.area_LINE .stit .tit_icon {
		padding: 15px 20px;
		font-size: 52px;
	}
	.area_LINE .stit .txt {
		font-size: 46px;
	}
	.area_LINE .list_detail li {
		width: 180px;
		height: 180px;
		font-size: 20px;
	}
}

.box_tit {
	text-align: center;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
.box_tit .tit_section {
	font-size: 1.5em;
}
@media screen and (max-width: 767px) {
	.box_tit {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.box_tit .lead {
		font-size: 14px;
	}
}
@media print, screen and (min-width: 768px) {
	.box_tit {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.box_tit .lead {
		font-size: 24px;
	}
}

.area_guide {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
.area_guide .inner {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
.area_guide .list_guide li {
	position: relative;
	text-align: center;
}
.area_guide .list_guide li:nth-of-type(n+2)::before {
	position: absolute;
	content: "";
	display: block;
}
.area_guide .list_guide li::after {
	position: absolute;
	right: -5%;
	bottom: -10%;
	content: "";
	display: block;
	width: 90%;
	height: 90%;
	border-radius: 100%;
	background: url(../../images/kanemaru/bg_2.svg);
	z-index: 2;
}
.area_guide .list_guide .box_inner {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
	border: 5px solid #fcd8d6;
	border-radius: 100%;
	z-index: 3;
}
.area_guide .list_guide .stit {
	position: absolute;
}
.area_guide .list_guide .step1 .stit {
	top: 0;
	left: -10px;
}
.area_guide .list_guide .step2 .stit {
	top: 10px;
	left: -15px;
}
.area_guide .list_guide .step3 .stit {
	top: -10px;
	right: -15px;
}
.area_guide .tit_postage {
	border-radius: 10px 10px 0 0;
	margin-bottom: -3px;
	background: url(../../images/kanemaru/bg_3.svg);
	color: #fff;
	text-align: center;
}
.area_guide .box_postage {
	border: 3px solid #1668a3;
	border-radius: 0 0 10px 10px;
}
.area_guide .box_postage .price {
	display: flex;
	justify-content: center;
	align-items: center;
}
.area_guide .box_postage .icon_postage {
	border-radius: 5px;
	background: #ff6551;
	padding: 5px 10px;
	margin-right: 10px;
	color: #fff;
}
.area_guide .box_postage .txt_price {
	color: #ff6551;
}
@media screen and (max-width: 767px) {
	.area_guide {
		padding: 60px 0;
	}
	.area_guide .box_tit {
		margin-bottom: 40px;
	}
	.area_guide .inner {
		padding-right: 15px;
		padding-left: 15px;
	}
	.area_guide .list_guide {
		margin-bottom: 40px;
	}
	.area_guide .list_guide li {
		margin-right: auto;
		margin-left: auto;
		width: 180px;
		height: 180px;
		font-size: 18px;
	}
	.area_guide .list_guide li::after {
		background-size: 40px auto;
	}
	.area_guide .list_guide li:nth-of-type(n+2) {
		margin-top: 50px;
	}
	.area_guide .list_guide li:nth-of-type(n+2)::before {
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 10px 0 10px;
		border-color: #ff6551 transparent transparent transparent;
		left: 0;
		right: 0;
		top: -20px;
		margin: 0 auto;
	}
	.area_guide .list_guide .step1 img {
		width: 158.9px;
	}
	.area_guide .list_guide .step2 img {
		width: 168.7px;
	}
	.area_guide .list_guide .step3 img {
		width: 154px;
	}
	.area_guide .list_guide .box_inner {
		padding-bottom: 35px;
	}
	.area_guide .tit_postage {
		padding: 10px 0;
		font-size: 20px;
	}
	.area_guide .box_postage {
		padding: 20px 15px;
	}
	.area_guide .box_postage .price {
		margin-top: 10px;
	}
	.area_guide .box_postage .price .txt_price {
		font-size: 20px;
	}
	.area_guide .box_postage .price .txt_price span {
		font-size: 32px;
	}
}
@media print, screen and (min-width: 768px) {
	.area_guide {
		padding: 80px 0 120px 0;
	}
	.area_guide .box_tit {
		margin-bottom: 60px;
	}
	.area_guide .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.area_guide .list_guide {
		display: flex;
		justify-content: center;
		margin-bottom: 60px;
	}
	.area_guide .list_guide li {
		width: 200px;
		height: 200px;
		font-size: 20px;
	}
	.area_guide .list_guide li:nth-of-type(n+2) {
		margin-left: 50px;
	}
	.area_guide .list_guide li:nth-of-type(n+2)::before {
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 16.5px 0 16.5px 16px;
		border-color: transparent transparent transparent #ff6551;
		top: 0;
		left: -25px;
		bottom: 0;
		margin: auto 0;
	}
	.area_guide .list_guide .box_inner {
		padding-bottom: 30px;
	}
	.area_guide .list_guide .step1 img {
		width: 227px;
	}
	.area_guide .list_guide .step2 img {
		width: 241px;
	}
	.area_guide .list_guide .step3 img {
		width: 220px;
	}
	.area_guide .tit_postage {
		padding: 15px 0;
		font-size: 34px;
	}
	.area_guide .box_postage {
		padding: 30px 20px;
		font-size: 20px;
		text-align: center;
	}
	.area_guide .box_postage .price {
		font-size: 24px;
	}
	.area_guide .box_postage .txt_price {
		font-size: 30px;
	}
	.area_guide .box_postage .txt_price span {
		font-size: 50px;
	}
}
@media screen and (min-width: 1051px) {
	.area_guide .list_guide li {
		width: 260px;
		height: 260px;
		font-size: 28px;
	}
	.area_guide .list_guide .box_inner {
		padding-bottom: 50px;
	}
}

.area_cart {
	position: relative;
	background: #d4eefc;
}
.area_cart::before {
	position: absolute;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	background: url(../../images/kanemaru/list_line.svg) repeat-x 0 0/auto 100%;
}
.area_cart .shoe-box {
	position: relative;
}
.area_cart .shoe-box::before, .area_cart .shoe-box::after {
	content: "";
	display: block;
	position: absolute;
}
.area_cart .shoe-box::before {
	background: url(../../images/kanemaru/list_img1.png) no-repeat 0 0/contain;
}
.area_cart .shoe-box::after {
	background: url(../../images/kanemaru/list_img2.png) no-repeat 0 0/contain;
}
.area_cart .wrapper {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 0 rgba(0, 0, 0, 0.05);
}
.area_cart .shop_area {
	border-top: none;
}
.area_cart .shop_area .tit_item_brand {
	display: none;
}
.area_cart .shop_area h2 {
	padding: 20px 0 0;
	border-top: 1px dotted #bcbcbc;
	color: #1668a3;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	text-align: left;
	clear: both;
}
.area_cart .shop_area h2::before {
	width: 0;
	padding-right: 0;
}
.area_cart .shop_area .shop_info {
	padding-left: 0;
}
.area_cart .shop_area .ticket_box .price_group {
	flex-direction: column;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
.area_cart .shop_area .ticket_box .price_group dt, .area_cart .shop_area .ticket_box .price_group dd {
	border-top: none;
}
.area_cart .shop_area .ticket_box .price_group dt {
	color: #ff6551;
	line-height: 1.1;
}
.area_cart .shop_area .ticket_box .price_group dt .ex_type {
	color: #2a2a2a;
}
.area_cart .shop_area .ticket_box .price_group dd {
	width: 100%;
	padding: 0;
	line-height: 0;
}
.area_cart .shop_area .ticket_box .price_group dd button {
	display: block;
	position: relative;
	width: 65px;
	height: 50px;
	background: #1668a3;
}
.area_cart .shop_area .ticket_box .price_group dd button img {
	opacity: 0;
}
.area_cart .shop_area .ticket_box .price_group dd button::before, .area_cart .shop_area .ticket_box .price_group dd button::after {
	pointer-events: none;
}
.area_cart .shop_area .ticket_box .price_group dd button.btn_down::after {
	display: block;
	content: "";
	width: 20px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.area_cart .shop_area .ticket_box .price_group dd button.btn_up::before {
	display: block;
	content: "";
	width: 20px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.area_cart .shop_area .ticket_box .price_group dd button.btn_up::after {
	display: block;
	content: "";
	width: 4px;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.area_cart .shop_area .ticket_box .price_group .input_txt {
	width: 85px;
	margin: 0 5px;
	padding: 8px 20px;
	border: 2px solid #bcbcbc;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	color: #2a2a2a;
}
.area_cart .shop_sum_box {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	background: #1668a3;
}
.area_cart .shop_sum_box h3 {
	margin-bottom: 0;
	margin-right: 15px;
}
.area_cart .shop_sum_box div {
	display: flex;
	align-items: center;
}
.area_cart .shop_sum_box .shop_sum_price {
	border-radius: 10px;
	margin-right: 5px;
	color: #ff6551;
	font-style: normal;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
	.area_cart .shoe-box {
		padding: 90px 0 0;
	}
	.area_cart .shoe-box::before {
		width: 151.5px;
		height: 42.5px;
		top: 5px;
		left: 3%;
	}
	.area_cart .shoe-box::after {
		width: 175px;
		height: 92.4px;
		top: -5px;
		right: 3%;
	}
	.area_cart::before {
		height: 40px;
		top: -20px;
	}
	.area_cart .wrapper {
		width: calc(100% - 30px);
		margin-right: auto;
		margin-left: auto;
		padding: 40px 15px !important;
	}
	.area_cart .shop_area {
		padding-top: 0 !important;
	}
	.area_cart .shop_area h2 {
		font-size: 22px;
	}
	.area_cart .shop_area .ticket_box {
		margin-bottom: 20px;
	}
	.area_cart .shop_area .ticket_box .price_group dt {
		font-size: 22px;
	}
	.area_cart .shop_area .ticket_box .price_group dt .ex_type {
		font-size: 14px;
	}
	.area_cart .shop_sum_box h3 {
		margin-bottom: 0 !important;
	}
}
@media print, screen and (min-width: 768px) {
	.area_cart::before {
		top: -32px;
		height: 64px;
	}
	.area_cart .shoe-box {
		padding: 120px 0 0;
	}
	.area_cart .shoe-box::before {
		width: 303px;
		height: 85px;
		top: 10px;
		left: 5%;
	}
	.area_cart .shoe-box::after {
		width: 250px;
		height: 132px;
		top: -30px;
		right: 5%;
	}
	.area_cart .wrapper {
		width: calc(100% - 40px);
		max-width: 1000px;
		padding: 50px 30px !important;
	}
	.area_cart .shop_area h2 {
		font-size: 30px;
	}
	.area_cart .shop_area .ticket_box .price_group {
		flex-direction: column;
		font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	}
	.area_cart .shop_area .ticket_box .price_group dt {
		font-size: 35px;
	}
	.area_cart .shop_area .ticket_box .price_group dt .ex_type {
		font-size: 16px;
	}
	.area_cart .shop_sum_box {
		font-size: 30px;
	}
}

.form_area {
	position: relative;
}
.form_area::before {
	position: absolute;
	content: "";
	display: block;
	background: url(../../images/kanemaru/order_tit.svg) no-repeat 0 0/contain;
}
.form_area .form_top_txt {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
.form_area .btn_submit {
	background: #ff6551;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
.form_area .contact-email {
	background: #2a2a2a;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
	.form_area {
		padding-top: 100px;
	}
	.form_area::before {
		width: 235.2px;
		height: 57.4px;
		top: 30px;
		left: 0;
	}
	.form_area .form_top_txt {
		font-size: 18px;
	}
}
@media print, screen and (min-width: 768px) {
	.form_area {
		padding-top: 130px;
	}
	.form_area::before {
		width: 336px;
		height: 82px;
		top: 40px;
		left: 0;
	}
	.form_area .form_top_txt {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.form_area .form_entry_box {
		max-width: 708px;
		margin-right: auto;
		margin-left: auto;
	}
}

footer .wrapper {
	max-width: 100%;
	padding: 0 !important;
}
footer .f_navi {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
footer .copyright {
	padding: 15px 0;
	font-family: "Teko", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.07em;
}

.area_footer_info {
	position: relative;
	background: url(../../images/kanemaru/footer_bg.jpg) no-repeat center center/cover;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
	color: #fff;
}
.area_footer_info::before {
	position: absolute;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	background: url(../../images/kanemaru/line-normal.svg) repeat-x 0 0/auto 100%;
}
.area_footer_info .inner {
	text-align: center;
}
.area_footer_info .footer_logo {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
	margin-bottom: 20px;
}
.area_footer_info .cname {
	font-size: 1.25em;
}
.area_footer_info .address {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.area_footer_info::before {
		height: 40px;
		top: -20px;
	}
	.area_footer_info .inner {
		padding: 60px 15px;
		font-size: 14px;
	}
	.area_footer_info .footer_logo {
		width: 200px;
	}
	.area_footer_info .pr {
		text-align: left;
	}
}
@media print, screen and (min-width: 768px) {
	.area_footer_info::before {
		top: -32px;
		height: 64px;
	}
	.area_footer_info .inner {
		padding: 100px 30px;
	}
}