* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	font-size: 2.6666666667vw;
}

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fff;
	position: relative;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: top;
	border-style: none;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.container {
	width: 100%;
}

.animate_animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.animate__imageScale {
	animation-name: imageScale;
}

.widthLeft {
	position: relative;
}

.widthLeft::after {
	content: "";
	position: absolute;
	height: 100%;
	background-color: #fff;
	right: 0;
	top: 0;
	width: 100%;
	transition: width 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.widthLeft.animate_animated::after {
	width: 0;
}

.fadeIn {
	animation-name: fadeIn;
}

.fadeUp {
	animation-name: fadeUp;
}

.fadeLeft {
	animation-name: fadeLeft;
}

.fadeScale {
	animation-name: fadeScale;
	animation-duration: 1.5s;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 0.75;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 1;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: -4rem;
	list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.5rem;
	width: 1.5rem;
	margin: 0 0.2rem;
	padding: 0;
	text-align: center;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 0.7rem;
	width: 0.7rem;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
	background: #000;
	border-radius: 50%;
	transition: all 0.25s ease-in-out;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 0.75;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 1;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.btn,
.btn-primary {
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.btn:focus,
.btn-primary:focus,
.btn.focus,
.focus.btn-primary {
	outline: 0;
}

.btn.disabled,
.disabled.btn-primary,
.btn:disabled,
.btn-primary:disabled {
	opacity: 0.6;
}

.btn-primary {
	background-color: #000;
	color: #fff;
	position: relative;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0 4rem;
	min-height: 5rem;
	min-width: 15rem;
	transition: all 0.25s ease-in-out;
}

.btn-primary::after {
	content: "＞";
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2rem;
}

.btn-primary:hover {
	opacity: 0.75;
	background-color: #000;
	color: #fff;
}

.p-header {
	position: fixed;
	left: 0;
	top: 0;
	padding: 4.2rem 0 0 2.4rem;
	z-index: 1;
}

.p-header__logo {
	width: 10rem;
	filter: drop-shadow(0px 0px 2px #000);
}

.hamburger-box {
	border-left: 0.1rem solid #ccc;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: auto;
	height: 7rem;
	width: 7rem;
	z-index: 1100;
}

.hamburger-box.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger-box.is-active .hamburger-inner:before {
	transition: top 75ms ease, opacity 75ms ease 0.12s;
	opacity: 0;
	top: 0;
}

.hamburger-box.is-active .hamburger-inner:after {
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-90deg);
	bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:after,
.hamburger-inner:before,
.hamburger-inner {
	width: 2.8rem;
	height: 0.2rem;
	background-color: #333;
	transition: transform 0.15s ease;
	border-radius: 1.5px;
}

.hamburger-inner {
	position: relative;
	display: block;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner:before {
	position: absolute;
	top: -0.8rem;
	transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger-inner:after {
	position: absolute;
	bottom: -0.8rem;
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.font-en {
	font-family: "Barlow", sans-serif;
}

.nowrap {
	white-space: nowrap;
}

.byte {
	font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
}

.p-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-mv {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100vh;
	bottom: 0;
	right: 0;
}

.p-mv img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-intro {
	position: relative;
	z-index: 2;
	margin-top: 100vh;
}

.p-intro__wrap {
	position: relative;
	text-align: center;
	max-width: 120rem;
	margin: 0 auto;
	background-color: #fff;
	padding: 4rem 0 8.5rem;
}

.p-intro__partner {
	position: relative;
	margin-bottom: 2.5rem;
	z-index: 1;
}

.p-intro__box {
	max-width: 90rem;
	margin: 0 auto;
}

.p-intro__ttl {
	margin-bottom: 6rem;
}

.p-intro__sub {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.9090909091;
	margin: 0 -3rem 5.5rem;
}

.p-intro__sub sup {
	font-size: small;
}

.p-intro__sub.--small {
	margin-bottom: 3rem;
}

.p-intro__txt {
	font-size: 1.4rem;
	line-height: 1.8571428571;
	font-weight: 500;
}

.p-intro__txt .space {
	margin: 0.5rem 0;
	display: block;
}

.p-intro__txt:not(:last-child) {
	margin-bottom: 6.5rem;
}

.p-intro__txt.--left {
	text-align: justify;
}

.p-intro__txt.--small .thin {
	font-weight: 400;
}

.p-intro__btn {
	align-items: center;
	justify-content: center;
	padding: 0.2rem 1.7rem;
	background-color: #595757;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	height: 2.5rem;
	letter-spacing: 0.075em;
	margin-bottom: 2.5rem;
}

.p-intro__image {
	width: 19.1rem;
	margin: 0 auto 2rem;
}

.p-intro__name {
	font-size: 1.2rem;
	margin-bottom: 2rem;
	font-weight: 500;
}

.p-intro__name small {
	font-size: 1rem;
}

.p-intro__note {
	font-size: 1rem;
	line-height: 1.7;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	position: relative;
}

.p-intro__note::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 10rem;
	height: 1px;
	background: url(../images/icon_line.png) no-repeat center/contain;
}

.p-specify {
	position: relative;
	z-index: 1;
	padding: 5rem 0 0;
	background-color: #000;
}

.p-specify__ttl {
	font-family: "Barlow", sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 100;
}

.p-specify-list {
	display: flex;
	flex-flow: wrap;
	margin-top: 5rem;
}

.p-specify-list__item {
	color: #fff;
	width: 100%;
}

.p-specify-list__image img {
	width: 100%;
	display: block;
}

.p-specify-list__ttl {
	margin-bottom: 1.5rem;
	font-size: 2.7rem;
	line-height: 1.4814814815;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-specify-list__ttl.nowrap {
	letter-spacing: -0.06em;
}

.p-specify-list__txt {
	font-size: 1.4rem;
	line-height: 1.8571428571;
	text-align: justify;
}

.p-specify-list__txt sup {
	font-size: 1rem;
}

.p-access {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.p-access-bnr {
	background-color: #fff;
}

.p-access-bnr .p-specify__ttl {
	color: #000;
	text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff;
}

.p-access__txt {
	font-size: 1.4rem;
	line-height: 1.8571428571;
	padding: 3.3rem 3.7rem;
	text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff;
}

.p-access-box {
	position: relative;
}

.p-access-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 3;
	max-width: 192rem;
}

.p-access-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-access-list__item {
	display: flex;
	align-items: center;
	padding: 2.5rem 2.2rem 3rem;
	position: relative;
	overflow: hidden;
	min-height: 41.9rem;
}

.p-access-list__item.animate_animated::before {
	width: 0;
}

.p-access-list__item::before {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
	transition: width 0.3s ease-in-out;
}

.p-access-list__item:nth-child(1) {
	background: url(../images/access_bg_01_sp.jpg) no-repeat center top/cover;
}

.p-access-list__item:nth-child(2) {
	color: #fff;
	background: url(../images/access_bg_02_sp.jpg) no-repeat center top/cover;
}

.p-access-list__item:nth-child(3) {
	color: #fff;
	background: url(../images/access_bg_03_sp.jpg) no-repeat center top/cover;
}

.p-access-list__item:nth-child(odd) .p-access-list__body {
	margin-left: auto;
}

.p-access-list__item:nth-child(odd) .p-access-list__img img {
	-o-object-position: left;
	object-position: left;
}

.p-access-list__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.p-access-list__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: right;
	object-position: right;
}

.p-access-list__body {
	position: relative;
	z-index: 3;
	max-width: 17.4rem;
}

.p-access-list__ttl {
	font-size: 2.6rem;
	font-family: "Barlow", sans-serif;
	text-align: center;
	line-height: 1.2121212121;
	margin-bottom: 1.5rem;
	letter-spacing: 0.05em;
	font-weight: 700;
}

.p-access-list__txt {
	font-size: 1.2rem;
	line-height: 1.8333333333;
	text-align: justify;
}

.p-access-list__txt.--small {
	font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
}

.p-retailor {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 4.2rem 0 10.5rem;
}

.p-retailor .p-specify__ttl {
	color: #000;
}

.p-retailor-bnr {
	margin: 0 auto 12rem;
}

.p-retailor-bnr .slick-arrow {
	width: 4rem;
	height: 4rem;
}

.p-retailor-bnr .slick-arrow::before {
	content: "";
	position: absolute;
	border: 0 solid #000;
	width: 3rem;
	height: 3rem;
	border-width: 0.2rem 0.2rem 0 0;
	border-radius: 0 0.4rem 0 0;
	top: calc(50% - 1.5rem);
}

.p-retailor-bnr .slick-prev {
	left: inherit;
	right: 100%;
}

.p-retailor-bnr .slick-prev::before {
	transform: rotate(-135deg);
	left: calc(50% - 0.7rem);
}

.p-retailor-bnr .slick-next {
	right: inherit;
	left: 100%;
}

.p-retailor-bnr .slick-next::before {
	transform: rotate(45deg);
	left: calc(50% - 2.3rem);
}

.p-retailor-bnr .slick-dots {
	bottom: -2.5rem;
}

.p-retailor-bnr .slick-dots li button {
	background-color: rgba(0, 0, 0, 0.1);
	width: 1.2rem;
	height: 1.2rem;
}

.p-retailor-bnr .slick-dots li.slick-active button {
	background-color: #000;
}

.p-retailor-list {
	margin-top: 3.5rem;
	gap: 4rem;
}

.p-retailor-list__item {
	display: flex;
}

.p-retailor-list__image {
	width: 12rem;
	flex-shrink: 0;
}

.p-retailor-list__body {
	display: flex;
	flex-direction: column;
}

.p-retailor-list__body.--small {
	padding: 0 0.5rem;
	text-align: center;
}

.p-retailor-list__sub {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.p-retailor-list__txt {
	font-size: 1.2rem;
	line-height: 1.5;
}

.p-retailor-list__txt:not(:last-child) {
	margin-bottom: 2.5rem;
}

.p-retailor-list__txt.--justify {
	text-align: justify;
}

.p-retailor-list .btn-primary {
	margin-top: auto;
	width: 100%;
	min-width: inherit;
}

@media (min-width: 375px) {

html {
	font-size: 10px;
}

}

@media (min-width: 768px) {

.container {
	margin: auto;
	max-width: 131rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.slick-dots li {
	margin: 0 0.5rem;
}

.slick-dots li button {
	height: 1rem;
	width: 1rem;
}

.btn-primary {
	min-height: 7rem;
	min-width: 35rem;
	font-size: 1.8rem;
}

.btn-primary::after {
	font-size: 1.6rem;
	right: 3.4rem;
}

.p-header {
	padding: 9.5rem 0 0 13.5rem;
}

.p-header__logo {
	width: 20rem;
}

.sp {
	display: none;
}

.p-intro {
	margin-top: 100vh;
}

.p-intro__wrap {
	padding: 12rem 1.5rem;
}

.p-intro__partner {
	margin-bottom: 8.5rem;
	top: -1.5rem;
}

.p-intro__ttl {
	margin-bottom: 7rem;
}

.p-intro__sub {
	font-size: 2.4rem;
	margin: 0 0 5.5rem;
	line-height: 1.6666666667;
}

.p-intro__txt {
	letter-spacing: -0.03em;
	font-size: 1.8rem;
	line-height: 1.9444444444;
}

.p-intro__txt.--small {
	font-weight: bold;
}

.p-intro__btn {
	padding: 0.2rem 4rem;
	margin-bottom: 4.5rem;
	height: 5rem;
	font-size: 2.4rem;
}

.p-intro__image {
	width: 30.9rem;
	margin-bottom: 2.5rem;
}

.p-intro__name {
	margin-bottom: 3rem;
	font-size: 1.8rem;
}

.p-intro__name small {
	font-size: 1.4rem;
}

.p-intro__note {
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	font-size: 1.5rem;
	line-height: 1.6666666667;
}

.p-intro__note::after {
	max-width: 40rem;
}

.p-specify {
	background: url(../images/specify_bg.jpg) no-repeat top left/cover;
	padding: 8rem 0 10rem;
}

.p-specify__ttl {
	font-size: 7.2rem;
}

.p-specify-list {
	gap: 9rem 4rem;
	margin-top: 4rem;
}

.p-specify-list__item {
	width: calc(50% - 2rem);
}

.p-specify-list__image {
	margin-bottom: 3.5rem;
}

.p-specify-list__body {
	padding: 0;
}

.p-specify-list__ttl.nowrap {
	letter-spacing: 0;
	white-space: wrap;
}

.p-specify-list__ttl {
	margin-bottom: 1.5rem;
	font-size: 3.3rem;
	line-height: 1.2121212121;
}

.p-specify-list__txt {
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 0 2rem;
}

.p-access-bnr {
	padding: 8rem 0 11rem;
	background: url(../images/access_bnr_01.jpg) no-repeat top left/cover;
}

.p-access-bnr .p-specify__ttl {
	margin-bottom: 1rem;
}

.p-access__txt {
	max-width: 45rem;
	margin: 0 5.6rem 0 auto;
	padding: 0;
	line-height: 2;
	font-size: 2.1rem;
	letter-spacing: -0.03em;
}

.p-access-list__item {
	min-height: 40rem;
	padding: 0;
}

.p-access-list__item:nth-child(1) {
	background: url(../images/access_bg_01.jpg) no-repeat center top/cover;
}

.p-access-list__item:nth-child(2) {
	background: url(../images/access_bg_02.jpg) no-repeat center top/cover;
}

.p-access-list__item:nth-child(3) {
	background: url(../images/access_bg_03.jpg) no-repeat center top/cover;
}

.p-access-list__img {
	display: none;
}

.p-access-list__body {
	max-width: 45rem;
	margin: 0 5.2rem 0 auto;
}

.p-access-list__ttl {
	margin-bottom: 2rem;
	letter-spacing: 0.1em;
	font-weight: 800;
	font-size: 3.3rem;
}

.p-access-list__txt {
	font-size: 1.6rem;
	line-height: 1.75;
}

.p-retailor {
	padding: 9.5rem 0 10.5rem;
}

.p-retailor-bnr {
	max-width: 120.1rem;
	margin-bottom: 17rem;
}

.p-retailor-bnr .slick-dots li button {
	width: 1.5rem;
	height: 1.5rem;
}

.p-retailor-list {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}

.p-retailor-list__item {
	width: calc(33.33% - 2.6666666667rem);
	flex-direction: column;
}

.p-retailor-list__item.--last {
	margin-top: 5rem;
	padding-top: 6rem;
	position: relative;
}

.p-retailor-list__item.--last::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: url(../images/icon_line.png) no-repeat center/contain;
}

.p-retailor-list__image {
	margin-bottom: 5rem;
	text-align: center;
	width: 100%;
}

.p-retailor-list__body {
	padding: 0 1.5rem;
	flex: 1 1;
}

.p-retailor-list__ttl {
	margin-bottom: 4rem;
	min-height: 6rem;
}

.p-retailor-list__sub {
	letter-spacing: 0;
	line-height: 1.6666666667;
	margin-bottom: 1rem;
	font-size: 1.8rem;
}

.p-retailor-list__txt:not(:last-child) {
	margin-bottom: 5rem;
}

.p-retailor-list__txt {
	font-size: 1.6rem;
	line-height: 1.75;
}

}

@media (min-width: 992px) {

.p-specify-list__item {
	width: calc(33.33% - 2.6666666667rem);
}

.p-specify-list__ttl.nowrap {
	letter-spacing: -0.06em;
}

}

@media (min-width: 1280px) {

.p-specify-list__txt.--nowrap span {
	-moz-text-align-last: justify;
	text-align-last: justify;
	display: block;
}

}

@media (max-width: 1279px) {

.pc-c {
	display: none;
}

}

@media (max-width: 767px) {

.pc {
	display: none;
}

.p-intro__box {
	padding: 0 3.8rem;
}

.p-intro__sub .break {
	line-height: 1;
	display: block;
}

.p-intro__sub.--small {
	font-size: 1.6rem;
	margin-bottom: 2.5rem;
}

.p-intro__txt.--small {
	font-size: 1.2rem;
}

.p-specify-list__body {
	background: url(../images/specify_bg_sp.jpg) no-repeat center/cover;
	padding: 4rem 3.7rem 8.5rem;
}

.p-access {
	border: 1px solid #000;
}

.p-access-bnr .p-specify__ttl {
	background: url(../images/access_bnr_01_sp.jpg) no-repeat center center/cover;
	padding: 5.5rem 0;
}

.p-access-list__item::after {
	content: "";
	position: absolute;
	top: 0;
}

.p-access-list__ttl .small {
	font-size: 1.4rem;
}

.p-access-list__txt.--small {
	max-width: 15.4rem;
}

.p-retailor-bnr {
	padding: 0 3.7rem;
}

.p-retailor-list {
	padding: 0 3rem;
}

.p-retailor-list__item {
	gap: 2rem;
}

.p-retailor-list__item:not(:last-child) {
	margin-bottom: 3.3rem;
	padding-bottom: 3.3rem;
	border-bottom: 1px solid #000;
}

.p-retailor-list__image {
	display: flex;
	flex-direction: column;
	padding-top: 0.2rem;
	gap: 1.5rem;
}

.p-retailor-list__body {
	flex: 1 1;
	align-items: center;
}

.p-retailor-list__ttl {
	margin: 0 auto;
}

.p-retailor-list__ttl.--02 {
	width: 10rem;
}

.p-retailor-list__ttl.--03 {
	width: 6rem;
}

.p-retailor-list__sub.--mb {
	line-height: 1.2857142857;
	margin-bottom: 2rem;
}

}

@media (max-width: 575px) {

.p-retailor-list__image img {
	width: 100%;
}

}

@media (max-width: 374px) {

.p-intro__sub .nowrap {
	white-space: wrap;
}

}

@keyframes imageScale {

0% {
	transform: scale(1.1);
}

100% {
	transform: scale(1);
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
}

100% {
	opacity: 1;
	transform: none;
}

}

@keyframes fadeLeft {

0% {
	opacity: 0;
	transform: translate3d(-100px, 0, 0);
}

100% {
	transform: none;
}

}

@keyframes fadeScale {

0% {
	transform: scale(1.2);
	opacity: 0;
}

100% {
	opacity: 1;
	transform: scale(1);
}

}

