@charset "utf-8";

:root {
	--pcp: / 1440 * 100%;
	--pcv: / 1440 * 100vw;
	
	--spp: / 750 * 100%;
	--spv: / 750 * 100vw;
}

/* -------------------------------------------------
	font
------------------------------------------------- */

@font-face {
	font-family: 'unitedarrows-medium';
	font-style: normal;
	src: url('../font/ua/UNITEDARROWS-Medium.otf') format('opentype');
}

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-sizing: border-box;
}

html {
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	position: relative;
	font-family: 'unitedarrows-medium', YuGoPr6N-M, 'Yu Gothic Medium', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', Hiragino, 'Kaku Gothic ProN', 'Hiragino Sans', MSPGothic, Meiryo, sans-serif;
	font-weight: 400;
	color: #444;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-weight: 400;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	text-decoration: none;
	color: #444;
	outline: none !important;
}
a:focus {
	outline: none !important;
}

ul, ol {
	list-style-type: none;
}

main {
	display: block;
	width: 100%;
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
	a[href^="tel:"] {
		cursor: default;
	}
}

/* -------------------------------------------------
	box
------------------------------------------------- */

.box600 {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

@media print, screen and (min-width:768px) {
	.box1100 {
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
	}
}

@media screen and (max-width:767px) {
	.box-sp {
		width: calc(590 var(--spp));
		margin: 0 auto;
		position: relative;
	}
}

/* -------------------------------------------------
	h
------------------------------------------------- */

.h-type1 {
	font-size: 32px;
	text-align: center;
}
.h-type1.lh {
	line-height: calc(48 / 32);
}

.h-type2 {
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

@media screen and (max-width:767px) {
	.h-type1 {
		font-size: calc(48 var(--spv));
	}
	.h-type1.lh {
		line-height: calc(64 / 48);
	}
	
	.h-type2 {
		font-size: calc(30 var(--spv));
	}
}

/* -------------------------------------------------
	.btn-type1
------------------------------------------------- */

a.btn-type1 {
	width: 360px;
	height: 50px;
	margin: 40px auto 0;
	padding-top: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D0011C;
	transition: opacity 0.2s ease-out;
	font-size: 14px;
	color: #fff;
}
a.btn-type1 + a.btn-type1 {
	margin-top: 30px;
}

@media print, screen and (min-width:768px) {
	a.btn-type1:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width:767px) {
	a.btn-type1 {
		width: calc(560 var(--spv));
		height: calc(84 var(--spv));
		margin: calc(60 var(--spv)) auto 0;
		font-size: calc(24 var(--spv));;
	}
	a.btn-type1 + a.btn-type1 {
		margin-top: calc(60 var(--spv));
	}
}

/* -------------------------------------------------
	responsive
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
}

/* -------------------------------------------------
	header
------------------------------------------------- */

header {
	height: 77px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .logo {
	width: 200px;
	display: block;
}
header .logo img {
	width: 100%;
}

@media screen and (max-width:767px) {
	header {
		height: calc(102 var(--spv));
	}
	header .logo {
		width: calc(290 var(--spp));
	}
}

/* -------------------------------------------------
	#lead-block
------------------------------------------------- */

#lead-block {
	margin-top: 60px;
}
#lead-block .group1 .text1,
#lead-block .group1 dl dt,
#lead-block .group1 dl dd {
	font-size: 14px;
	line-height: 2;
}
#lead-block .group1 dl {
	margin-top: 75px;
}
#lead-block .group1 dl dt {
	font-weight: bold;
}
#lead-block .group1 dl dd + dt {
	margin-top: 27px;
}
#lead-block .group1 dl dd a {
	text-decoration: underline;
}
#lead-block .group1 .to-detail {
	text-align: center;
}
#lead-block .group1 .to-detail a {
	padding: 0 0.6em 0.4em;
	margin: 50px auto 0;
	font-size: 14px;
	display: inline-block;
	border-bottom: solid 1px #183346;
}

@media print, screen and (min-width:768px) {
	#lead-block .group1 dl dd a:hover,
	#lead-block .group1 .to-detail a:hover {
		opacity: 0.5;
	}
}

@media screen and (max-width:767px) {
	#lead-block {
		margin-top: calc(100 var(--spv));
	}
	#lead-block .group1 .text1,
	#lead-block .group1 dl dt,
	#lead-block .group1 dl dd {
		font-size: calc(26 var(--spv));
	}
	#lead-block .group1 dl {
		margin-top: calc(140 var(--spv));
	}
	#lead-block .group1 dl dd + dt {
		margin-top: calc(60 var(--spv));
	}
	#lead-block .group1 .to-detail a {
		margin: calc(80 var(--spv)) auto 0;
		font-size: calc(26 var(--spv));
	}
}

/* -------------------------------------------------
	modal
------------------------------------------------- */

#modal-base {
	width: 100%;
	height: 100vh;
	background: #000;
	opacity: 0.4;
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	display: none;
}

#modal-detail {
	width: 700px;
	max-width: 1110px;
	border-radius: 4px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 210;
	transform: translate(-50%,-50%);
	overflow: auto;
	display: none;
}
#modal-detail .close1 {
	width: 24px;
	height: 24px;
	background: url(../img/close_01.svg) no-repeat 0 0 / 100% auto;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	border: none;
}
#modal-detail .modal-inner {
	padding: 50px 40px 35px;
}
#modal-detail .detail .title {
	font-size: 13px;
	line-height: 1.8;
	font-weight: bold;
}
#modal-detail .detail p {
	font-size: 13px;
	line-height: calc(20 / 13);
}
#modal-detail .detail p.d-text1 {
	margin: 0.3em 0 2em;
}
#modal-detail .detail p + p {
	margin-top: 1.4em;
}
#modal-detail .detail p + section {
	margin-top: 30px;
}
#modal-detail .detail p a {
	text-decoration: underline;
}
#modal-detail .close2 {
	margin-top: 35px;
	text-align: center;
	font-size: 11px;
}
#modal-detail .close2 a {
	display: inline-block;
	padding: 0 0.2em 0.2em;
	border-bottom: solid 1px #000;
	font-size: 14px;
	font-family: 'unitedarrows-medium';
}

@media print, screen and (min-width:768px) {
	#modal-detail .close1:hover,
	#modal-detail .detail p a:hover,
	#modal-detail .close2 a:hover {
		opacity: 0.5;
	}
}

@media screen and (max-width:767px) {
	#modal-detail {
		width: calc(700 / 750 * 100%);
		max-height: 90vh;
		border-radius: 1vw;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#modal-detail .close1 {
		width: calc(40 / 750 * 100%);
		height: calc(40 / 750 * 100%);
		right: calc(18 / 750 * 100%);
		top: calc(18 / 750 * 100%);
	}
	#modal-detail .modal-inner {
		padding: calc(115 / 750 * 100%) 4% calc(65 / 750 * 100%);
	}
	
	#modal-detail .detail p.d-text1 {
		margin: 1em 0 2em;
	}
	#modal-detail .detail .title {
		font-size: calc(22 / 750 * 100vw);
	}
	#modal-detail .detail p {
		font-size: calc(22 / 750 * 100vw);
		line-height: calc(33 / 22);
	}
	#modal-detail .detail p + section {
		margin-top: 8vw;
	}
	#modal-detail .close2 {
		margin-top: 8vw;
		font-size: calc(22 / 750 * 100vw);
	}
	#modal-detail .close2 a {
		font-size: calc(22 / 750 * 100vw);
		display: inline-block;
		padding: 0 0.2em 0.2em;
		border-bottom: solid 1px #000;
	}
}

/* -------------------------------------------------
	#pick-up
------------------------------------------------- */

#pick-up {
	margin-top: 200px;
}
#pick-up .nav {
	margin-top: 60px;
	padding-bottom: 17px;
	display: flex;
	justify-content: center;
	border-bottom: solid 1px #444;
}
#pick-up .nav li + li {
	margin-left: 50px;
	padding-left: 50px;
	position: relative;
}
#pick-up .nav li + li::before {
	width: 1px;
	height: 24px;
	display: block;
	content: "";
	background: #444;
	position: absolute;
	left: 0;
	top: 34%;
	transform: translateY(-50%);
}
#pick-up .nav li a {
	width: 108px;
	display: inline-block;
	font-family: 'unitedarrows-medium';
	text-align: left;
	font-size: 14px;
	transition: opacity 0.2s ease-out;
}
#pick-up .nav li a span {
	display: inline-block;
	white-space: nowrap;
}
#pick-up .nav li a span::after {
	width: 0.4em;
	height: 0.4em;
	border-bottom: solid 1px #444;
	border-right: solid 1px #444;
	transform: rotate(45deg);
	margin-left: 1.2em;
	content: "";
	display: inline-block;
	vertical-align: 0.2em;
}

@media print, screen and (min-width:768px) {
	#pick-up .nav li a:hover {
		opacity: 0.5;
	}
}

@media screen and (max-width:767px) {
	#pick-up {
		margin-top: calc(180 var(--spv));
	}
	#pick-up .nav {
		margin-top: calc(90 var(--spv));
		padding-bottom: calc(28 var(--spv));
	}
	#pick-up .nav li + li {
		margin-left: calc(60 var(--spv));
		padding-left: calc(60 var(--spv));
	}
	#pick-up .nav li + li::before {
		height: calc(36 var(--spv));
	}
	#pick-up .nav li a {
		width: calc(192 var(--spv));
		font-size: calc(26 var(--spv));
	}
}

/* -------------------------------------------------
	#pick-up > .item-area
------------------------------------------------- */

#pick-up .item-area {
	text-align: center;
}
#pick-up .item-area.first {
	margin-top: 60px;
}
#pick-up .item-area.second {
	margin-top: 120px;
}
#pick-up .item-area .headline2 {
	font-family: 'unitedarrows-medium';
	font-size: 32px;
}

#pick-up .item-area .items {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	gap: 3px 0;
	flex-wrap: wrap;
}
#pick-up .item-area .items .item {
	width: calc(198 / 600 * 100%);
}
#pick-up .item-area .items .item .modal-text {
	display: none;
}
#pick-up .item-area .items .item a {
	display: block;
	position: relative;
	transition: opacity 0.2s ease-out;
}
#pick-up .item-area .items .item .pic {
	overflow: hidden;
}
#pick-up .item-area .items .item .pic img {
	width: 100%;
}
#pick-up .item-area .items .item .title {
	padding: 0 1em 0.3em;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
	color: #fff;
	border-bottom: solid 1px #fff;
	font-size: 15px;
}
#pick-up .item-area .items .item .title.no-border {
	padding: 0;
	border: none;
}
#pick-up .item-area .items .item .title.no-border span {
	padding: 0 1em 0.3em;
	display: inline-block;
	border-bottom: solid 1px #fff;
}
#pick-up .item-area .items .item .title.no-border br + span {
	margin-top: 0.7em;
}

@media print, screen and (min-width:768px) {
	#pick-up .item-area .items .item a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width:767px) {
	#pick-up .item-area.first {
		margin-top: calc(80 var(--spv));
	}
	#pick-up .item-area.second {
		margin-top: calc(240 var(--spv));
	}
	#pick-up .item-area .headline2 {
		font-size: calc(48 var(--spv));
	}
	
	#pick-up .item-area .items {
		margin-top: calc(70 var(--spv));
		gap: calc(2 var(--spv)) 0;
	}
	#pick-up .item-area .items .item {
		width: calc(248 / 750 * 100%);
	}
	#pick-up .item-area .items .item .title {
		font-size: calc(24 var(--spv));
	}
}

/* -------------------------------------------------
	#other-cont
------------------------------------------------- */

#other-cont {
	margin-top: 160px;
}
#other-cont .cont {
	text-align: center;
}
#other-cont .cont .pic {
	margin-top: 50px;
	display: inline-block;
}

@media screen and (max-width:767px) {
	#other-cont {
		margin-top: calc(240 var(--spv));
	}
	#other-cont .cont .pic {
		margin-top: calc(65 var(--spv));
	}
}

/* -------------------------------------------------
	#stores
------------------------------------------------- */

#stores {
	margin-top: 160px;
}

#stores .list-title {
	font-size: 17px;
	text-align: center;
	letter-spacing: 0.06em;
}
#stores .list-title.store {
	margin-top: 40px;
}
#stores .list-title.label {
	margin-top: 55px;
}

#stores .store-list {
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
}
#stores .store-list li a {
	display: block;
	transition: border-color 0.2s ease-out;
	position: relative;
	border: solid 1px #DCDBDA;
}

@media print, screen and (min-width:768px) {
	#stores .store-list {
		width: 580px;
		gap: 20px calc(20 / 580 * 100%);
	}
	#stores .store-list li {
		width: calc(100 / 580 * 100%);
	}
	#stores .store-list li a:hover {
		border-color: #000;
	}
}

@media screen and (max-width:767px) {
	#stores {
		margin-top: calc(240 var(--spv));
	}

	#stores .list-title {
		font-size: calc(30 var(--spv));
	}
	#stores .list-title.store {
		margin-top: calc(90 var(--spv));
	}
	#stores .list-title.label {
		margin-top: calc(120 var(--spv));
	}

	#stores .store-list {
		width: calc(690 var(--spp));
		margin: calc(50 var(--spv)) auto 0;
		gap: calc(20 var(--spv)) calc(23 / 690 * 100%);
	}
	#stores .store-list li {
		width: calc(214 / 690 * 100%);
	}
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

footer {
	margin-top: 100px;
	text-align: center;
	border-top: solid 1px #DCDBDA;
}

footer .sns {
	padding: 28px 0 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 10px;
	border-bottom: solid 1px #DCDBDA;
}
footer .sns dt {
	width: 100%;
	font-size: 12px;
}
footer .sns dd {
	width: 36px;
	margin-top: 12px;
	display: inline-block;
}
footer .sns dd a {
	width: 100%;
	display: block;
	transition: opacity 0.2s ease-out;
}
footer .sns dd img {
	width: 100%;
}

footer .store {
	margin-top: 50px;
}
footer .store img {
	width: 144px;
	display: inline-block;
}

footer .copyright {
	margin-top: 55px;
	padding-bottom: 17px;
	font-size: 10px;
	color: #707070;
}

@media print, screen and (min-width:768px) {
	footer .sns dd a:hover {
		opacity: 0.6;
	}
	
	footer .links {
		margin-top: 45px;
		display: flex;
		justify-content: center;
	}
	footer .links li {
		font-size: 12px;
	}
	footer .links li + li {
		margin-left: 2em;
	}
	footer .links li a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width:767px) {
	footer {
		margin-top: calc(120 var(--spv));
	}

	footer .sns {
		padding: calc(62 var(--spv)) 0 calc(66 var(--spv));
		gap: 0 calc(20 var(--spv));
	}
	footer .sns dt {
		font-size: calc(24 var(--spv));
	}
	footer .sns dd {
		width: calc(64 var(--spv));
		margin-top: calc(33 var(--spv));
	}

	footer .store {
		margin-top: calc(120 var(--spv));
	}
	footer .store img {
		width: calc(300 var(--spv));
	}
	
	footer .links {
		margin-top: calc(120 var(--spv));
	}
	footer .links li {
		font-size: calc(22 var(--spv));
		line-height: calc(55 / 22);
	}

	footer .copyright {
		margin-top: calc(85 var(--spv));
		padding-bottom: calc(40 var(--spv));
		font-size: calc(16 var(--spv));
	}
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}
