@charset "UTF-8";

/* CSS Document */

/* ------------------------------------------------------------------------ */

/*  Reset

/* ------------------------------------------------------------------------ */

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote {
	margin: 0;
	padding: 0;
}

fieldset {
	display: inline;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

body
/**/

table {
	font-size: 16px;
	line-height: 1.5;
}

q:before,
q:after {
	content: "";
}

object,
embed {
	vertical-align: top;
}

hr,
legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

html {
	font-size: 62.5%;
}

body {
	color: #4c4c4c;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	-webkit-text-size-adjust: 100%;
	background: transparent;
}

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

body img {
	max-width: 100%;
}

#wrap {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/* Responsive Style
--------------------------------------------------------------------------- */

.pc_style {
	display: block;
}

.sp_style {
	display: none;
}

.sp_style_850 {
	display: none;
}

.sp_style_480 {
	display: none;
}

.sp_style_375 {
	display: none;
}

.sp_style_320 {
	display: none;
}

@media screen and (max-width: 767px) {
	.sp_style {
		display: block;
	}

	.pc_style {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.sp_style_480 {
		display: block;
	}
}

@media screen and (max-width: 375px) {
	.sp_style_375 {
		display: block;
	}
}

@media screen and (max-width: 320px) {
	.sp_style_320 {
		display: block;
	}
}

/* Link
--------------------------------------------------------------------------- */

.underline {
	text-decoration: underline;
}

.underline:hover {
	text-decoration: none;
}

.n_num {
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.n_num {
		pointer-events: visible;
	}
}

/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

#mainBlock a:hover img {
	opacity: 1 !important;
}

.flexbox {
	display: flex;
}

.flexbox.row {
	flex-direction: row;
}

/* ----- コンテンツ横幅 ----- */

.inner {
	max-width: 1080px;
	margin: 0 auto;
	width: 100%;
}

.photo_block {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.inner {
		max-width: inherit;
	}
.photo_block {
	margin-top: 3.5vw;
}
}



/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

.btnLinkWrapper {
	padding-bottom: 65px;
}

/* .topOnlineShopContents .linkList {
	width: 75%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.topOnlineShopContents .linkList .btnLink01 {
	width: 49%;
	margin: 15px 0 0 0;
}

.sectionBox .lead01 {
	text-align: center;
	margin-top: 25px;
}

.linkList .btnLink01:nth-of-type(1) a {
	line-height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: left; */
}

.btnLinkWrapper {
	padding-bottom: 65px;
}

.linkList {
	text-align: center;
}

.sectionBox .lead01 {
	text-align: center;
	margin-top: 25px;
}

.matometop {
	margin-top: 75px;
}

@media screen and (max-width: 767px) {
	.matometop {
		margin-top: 40px;
	}
	.linkList {
		display: block;
	}
}


@media screen and (max-width: 767px) {
	.b_cp_index .linkList {
		display: block;
	}

	.topOnlineShopContents .linkList {
		width: 100%;
		display: block;
	}

	.topOnlineShopContents .linkList .btnLink01 {
		width: 100%;
	}
}
