@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600|Oswald:400,600");

/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--black: #231f20;
	--pink: #ff627f;
	--pink02: #fa4c6c;
	--darkpink: #ce5067;
	--darkpink02: #cf314e;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

.mb15 {
	margin-bottom: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt40 {
	margin-top: 40px !important;
}

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	color: #3E3A39;
}

a {
	color: inherit;
	text-decoration: none;
}

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

/* Layout */

.l-body {
	min-width: 1000px;
	padding-top: 100px;
}

.l-body.is-fixed {
	position: fixed;
	width: 100%;
}

.l-header {
	/* background: #e1007f;
	color: #FFFFFF; */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #d3d6d6;
	color: var(--black);
}

.l-header--login {
	top: 32px;
}

.l-wrapper-lg {
	max-width: 1500px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.l-lineup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1400px;
	padding: 68px 40px 83px;
	margin-left: auto;
	margin-right: auto;
}

.l-lineup__main {
	width: calc(100% - 320px);
	padding-top: 8px;
}

.l-lineup__side {
	width: 280px;
}

.l-news {
	max-width: 1400px;
	padding: 68px 40px 83px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-news__main {
	width: calc(100% - 320px);
}

.l-news__side {
	width: 280px;
}

.l-footer {
	background: #D9DADA;
	/* color: #FF0183; */
	padding: 67px 0 65px;
	color: var(--pink);
}

.l-footer--page {
	margin-top: 180px;
}

.l-footer__inner {
	position: relative;
	max-width: 1094px;
	margin: 0 auto 28px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* Module */

.header-logo {
	position: absolute;
	top: 50%;
	left: 34px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home_header-logo {
	top: calc(50% - 15px);
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
	width: 80px;
}

.sp-menu-btn {
	position: relative;
	width: 68px;
	height: 60px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.sp-menu-btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	/* background: #FFFFFF; */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	width: 30px;
	height: 2px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	border-radius: 2px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: var(--black);
}

.sp-menu-btn span:nth-child(1) {
	margin-top: -9px;
}

.sp-menu-btn span:nth-child(2) {
	margin-top: -1px;
}

.sp-menu-btn span:nth-child(3) {
	margin-top: 7px;
}

.sp-menu-btn.is-opend span {
	width: 25px;
}

.sp-menu-btn.is-opend span:nth-child(1) {
	margin-top: -2px;
	-webkit-transform: translate(-50%) rotate(45deg);
	-ms-transform: translate(-50%) rotate(45deg);
	transform: translate(-50%) rotate(45deg);
}

.sp-menu-btn.is-opend span:nth-child(2) {
	opacity: 0;
}

.sp-menu-btn.is-opend span:nth-child(3) {
	margin-top: -2px;
	-webkit-transform: translate(-50%) rotate(-45deg);
	-ms-transform: translate(-50%) rotate(-45deg);
	transform: translate(-50%) rotate(-45deg);
}

.navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	font-weight: 500;
}

.navi__item > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.navi__child-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.navi__child-1 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1200;
	background: rgba(255, 98, 127, 0.95);
	letter-spacing: 0.1em;
}

.navi__child-1__item {
	margin: 0 33px;
}

.navi__child-1__item a:hover {
	text-decoration: underline;
}

.navi__child-1__item > a {
	font-weight: 600;
}
.navi__child-1__item > a,
.navi__child-2__item a {
	color: var(--black);
}

.navi__child-2 {
	margin-top: 3px;
}

.navi__child-2:not(:last-child) {
	margin-right: 40px;
}

.navi__child-2__item a {
	display: block;
	padding: 3px 0;
	font-weight: 400;
}

.navi__child-2__item a:before {
	content: "- ";
}

.footer-logo {
	display: block;
	width: 300px;
}

.footer-logo img {
	display: block;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}

.footer-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 48px;
}

.footer-navi a:hover {
	text-decoration: underline;
}

.footer-navi__col:not(:first-child) {
	margin-left: 110px;
}

.footer-navi__item {
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	/* color: #a10b5d; */
	margin-bottom: 30px;
	color: var(--black);
}

.footer-navi__item > a {
	display: block;
	padding: 10px 0;
}

.footer-navi__item--mb-sm {
	margin-bottom: 12px;
}

.footer-navi__item--sm {
	font-size: 1.2rem;
}

.footer-navi__child-1 {
	/* color: #e31673; */
	font-size: 1.1rem;
	margin-top: 4px;
	padding-left: 10px;
	color: var(--black);
}

.footer-navi__child-1__item {
	margin-bottom: 12px;
}

.footer-navi__child-1__item > a {
	padding: 5px 0;
	display: block;
}

.footer-navi__child-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-navi__child-2 {
	font-weight: 400;
}

.footer-navi__child-2:not(:last-child) {
	margin-right: 35px;
}

.footer-navi__child-2__item {
	margin-bottom: 6px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.footer-navi__child-2__item a:before {
	content: "- ";
}

.copyright {
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: var(--black);
}

.heading-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.heading-1--mb-xlg {
	margin-bottom: 80px;
}

.heading-1--mb-lg {
	margin-bottom: 60px;
}

.heading-1--mb-md {
	margin-bottom: 48px;
}

.heading-1__en {
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.heading-1__jp {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.5em;
}

.heading-2 {
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	padding-bottom: 19px;
	border-bottom: 1px solid #231815;
	margin-bottom: 13px;
}

.heading-3 {
	text-align: center;
}

.heading-3__en {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 3.0rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.heading-3__jp {
	display: block;
	font-weight: 500;
}

.heading-4 {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 18px;
}

.heading-4:before,
.heading-4:after {
	content: "-";
	padding: 0 0.3em;
}

.heading-5 {
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #231815;
	margin-bottom: 13px;
}

.heading-5--mb {
	margin-bottom: 24px;
}

.heading-6 {
	margin-bottom: 6px;
	font-size: 1.5rem;
}

.heading-6--dot:before {
	content: "";
	display: inline-block;
	margin: 0 10px 4px 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #3E3A39;
}

.heading-7 {
	font-weight: bold;
	margin-bottom: 12px;
}

.heading-7:before,
.heading-7:after {
	content: "-";
}

.heading-7:before {
	padding-right: 0.5em;
}

.heading-7:after {
	padding-left: 0.5em;
}

.button-1 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 17px 28px 14px;
	display: inline-block;
	border-radius: 5px;
	/* border: 1px solid #e31673;
	color: #e31673; */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border: 1px solid var(--pink);
	color: var(--pink);
}

.button-1:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 8px 0 0;
	vertical-align: middle;
	background: url(../img/icon_arrow_1.svg), url(../img/icon_arrow_3.svg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-1:hover {
	/* background: #FF0183; */
	color: #FFFFFF;
	background: var(--pink);
}

.button-1:hover:before {
	background: url(../img/icon_arrow_3.svg);
}

.button-1--disable {
	color: #B2B2B3;
	border: 1px solid #B2B2B3;
	pointer-events: none;
}

.button-1--disable:before {
	background: url(../img/icon_arrow_2.svg);
}

.button-2 {
	color: #FFFFFF;
	/* background: #A10B5D; */
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	width: 100%;
	height: 40px;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background-color: var(--darkpink);
}

.button-2:hover {
	opacity: 0.6;
}

.button-2--md {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}

.button-2--sm {
	width: 250px;
}

.breadcrumb {
	color: #FFFFFF;
	/* background: #A10B5D; */
	padding: 10px 34px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 70px;
	background-color: var(--darkpink);
}

.breadcrumb__item:not(:last-child):after {
	content: ">";
	padding: 0 5px 0 0px;
}

.breadcrumb__item a:hover {
	text-decoration: underline;
}

.section-1 {
	padding: 86px 0 110px;
}

.section-1--gray {
	background: #F4F5F5;
}

.section-1--pb-sm {
	padding-bottom: 60px;
}

.tag {
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 9px 10px;
	color: #FFFFFF;
}

.tag--newcolor {
	background: #E1FF7F;
	color: #241D1B;
}

.tag--newmodel {
	background: #E75514;
}

.tag--limitedmodel {
	background: #009DE6;
}

.tag--revivalcolor {
	background: #7fffc4;
	color: #241D1B;
}

.tag--revivalmodel {
	background: #7fffc4;
	color: #241D1B;
}

.tag--restock {
	background: #fff57f;
	color: #241D1B;
}

.tag--limitedcolor {
  background: #009DE6;
}

.mainvisual__item a {
	transition: .4s;
}
.mainvisual__item a:hover {
	opacity: .5;
}

.mainvisual__item img {
	width: 100%;
}

.new-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 102px;
}

.new-item__item {
	width:340px;
	margin:0 auto;

/* 	width: calc((100% - 28px) / 3); */
	text-align: center;
	padding: 0 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.new-item__item:not(:last-child) {
	margin-right: 14px;
}

.new-item__item:hover {
	opacity: 0.6;
}

.new-item__image {
	display: block;
	margin-bottom: 20px;
}

.new-item__jp {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 7px;
}

.new-item__en {
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}

.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.info-list--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-list__item {
	position: relative;
	width: calc((100% - 125px) / 4);
	margin-right: 25px;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px 22px 18px;
	font-size: 1.2rem;
	line-height: 1.66667;
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.info-list__item:first-child {
	margin-left: 25px;
}

.info-list__item--page {
	background: #F4F5F5;
	width: calc((100% - 75px) / 3);
	margin: 0 25px 25px 0;
}

.info-list__item--page:nth-child(3n) {
	margin-right: 0;
}

.info-list__item--page:first-child {
	margin-left: 0;
}

.info-list__item:hover {
	-webkit-box-shadow: 0 3px 10px rgba(60, 60, 60, 0.2);
	box-shadow: 0 3px 10px rgba(60, 60, 60, 0.2);
}

.info-list__category {
	position: absolute;
	top: 30px;
	left: 0;
	min-width: 70px;
	padding: 0px 12px 0px;
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	background: #FF0183;
	z-index: 5;
}

.info-list__category--news {
	background: #009DE6;
}

.info-list__category--event {
	background: #009F97;
}

.info-list__category--other {
	background: #E75514;
}

.info-list__image {
	position: relative;
	margin-bottom: 14px;
	display: block;
	overflow: hidden;
}

.info-list__image:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 53.333333%;
}

.info-list__image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.info-list__title {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

.info-list__text {
	letter-spacing: 0.1em;
}

.lineup {
  flex-wrap: wrap;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 50px;
}

.lineup__item {
  margin-right: 10px;
	margin-left: 10px;
	position: relative;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.33333;
	font-weight: 300;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	width: calc((100% - 40px) / 3);
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.lineup__item:nth-of-type(n + 3) {
	margin-top: 20px;
}

.lineup__item:hover {
	-webkit-box-shadow: 0 3px 10px rgba(60, 60, 60, 0.2);
	box-shadow: 0 3px 10px rgba(60, 60, 60, 0.2);
}

/* .lineup__item:not(:last-child) {
	margin-right: 20px;
} */

.lineup__item a {
	display: block;
}

.lineup__image img {
	width: 100%;
	display: block;
}

.lineup__main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lineup__text span {
	font-weight: 600;
}

.about-bnr {
	background: url(../img/bg_about.jpg) no-repeat center/cover;
	height: 360px;
	color: #FFFFFF;
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.about-bnr:hover {
	opacity: 0.7;
}

.about-bnr__inner {
	width: 884px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.about-bnr__text-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.31em;
	margin-top: 14px;
}

.about-bnr__text-1 img {
	margin-left: 18px;
	margin-bottom: 8px;
	width: 120px;
}

.about-bnr__text-2 {
	display: block;
	margin-top: 8px;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 0.5em;
}

.about__main {
	padding: 36px 20px 10px;
	/* margin-bottom: 230px; */
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.5;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.about__main p:not(:last-child) {
	margin-bottom: 40px;
}

.filter {
	color: #3E3A39;
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 38px;
}

.filter--category li {
	margin-bottom: 6px;
}

.filter--category li a {
	display: inline-block;
	padding: 10px 0;
}

.filter--category li a:hover {
	/* color: #e1007f; */
	color: var(--pink02);
}

.filter__item {
	position: relative;
	display: block;
	margin-bottom: 6px;
}

.filter__item a {
	padding: 10px 0;
	display: block;
}

.filter__item a:hover {
	/* color: #e1007f; */
	color: var(--pink02);
}

.filter__item input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.filter__item input:checked + span {
	/* background: #e1007f; */
	color: #FFFFFF;
	padding-left: 8px;
	background: var(--pink02);
}

.filter__item input:checked + span:before,
.filter__item input:checked + span:after {
	display: block;
	content: "";
	width: 10px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -1px;
}

.filter__item input:checked + span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter__item input:checked + span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.filter__item span {
	padding: 15px 0;
	display: block;
	cursor: pointer;
}

.item-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item-list__item {
	display: block;
	width: calc(100% / 3);
	padding: 10px 30px;
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.item-list__item:hover {
	opacity: 0.6;
}

.item-list__tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.item-list__image {
	position: relative;
	margin-bottom: 15px;
}

.item-list__image:before {
	padding-top: 100%;
	display: block;
	content: "";
}

.item-list__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.item-list__image--sox img {
	height: 70%;
}

.item-list__main {
	text-align: center;
}

.item-list__name {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	margin-bottom: 18px;
}

.item-list__price {
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 14px;
}

.item-list__price span {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}

.item-list__text {
	font-weight: bold;
}

.page-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #B2B2B3;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 110px;
}

.page-navi__info {
	border: 1px solid #B2B2B3;
	width: 100px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 30px;
}

.page-navi__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-numbers {
	border: 1px solid #B2B2B3;
	width: 40px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 0 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.page-numbers:not(.current):not(.dots):hover {
	/* color: #D40051;
	border: 1px solid #D40051; */
	color: var(--darkpink02);
	border: 1px solid var(--darkpink02);
}

.page-numbers.prev,
.page-numbers.next,
.page-numbers.last {
	width: 100px;
}

.page-numbers.next {
	margin-left: 40px;
}

.page-numbers.prev {
	margin-right: 40px;
}

.page-numbers.current {
	color: #FFFFFF;
	/* background: #D40051; */
	border: none;
	background: var(--darkpink02);
}

.item {
	position: relative;
	max-width: 1295px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 220px;
}

.item__inner {
	width: 46.332%;
	margin: 0 0 0 auto;
}

.item__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.item__head__inner--1 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: -3px;
	width: 46%;
	padding: 0 10px;
}

.item__head__inner--2 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 27%;
}

.item__head__inner--3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 27%;
}

.item__tag {
	float: left;
}

.item__note {
	float: right;
	font-weight: bold;
	text-align: right;
	font-size: 1.05rem;
	padding: 10px 0 0;
	letter-spacing: 0.1em;
}

.item__image {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #B2B2B3;
	width: 44.9%;
	border-radius: 5px;
	margin-bottom: 20px;
}

.item__image__inner {
	padding: 50px 40px 40px;
}

.item__overview {
	line-height: 2;
	margin-bottom: 30px;
}

.item__overview > * + * {
	margin-top: 20px;
}

.item__btn{
	margin-bottom:50px;
}

.item__btn .button-2{
	width:280px;
	margin: 0 auto;
	height:42px;
}

.item__content {
	text-align: center;
	font-family: "Oswald", sans-serif;
	margin-bottom: 50px;
}

.item__text {
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: bold;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.item__text--price {
	font-size: 2.4rem;
}

.item__size {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item__size__item:not(:last-child):after {
	content: "/";
	padding: 0 0.5em;
}

.item__icon {
	display: inline-block;
	margin: 0 14px 20px;
	width: 100px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.item__icon img {
	width: 100%;
}

.item__icon:not(.item__icon_ls):hover {
	opacity: 0.6;
}

.item__another {
	width: 25%;
	margin: 20px;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.item__another:hover {
	opacity: 0.6;
}

.item__another__tag {
	position: absolute;
	bottom: 0;
	left: 50%;
  bottom: -10%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 1.0rem;
	padding: 2px 10px;
}

.item__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item__flex--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.item .slick-dots {
	position: relative;
	bottom: 0px;
	left: 0;
	bottom: 0;
	margin-top: 35px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.item .slick-dots li {
	position: relative;
	display: block;
	height: auto;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}

.technology {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 95px;
}

.technology:first-of-type {
	padding-top: 80px;
}

.technology:last-of-type {
	margin-bottom: 195px;
}

.technology__logo {
	margin-bottom: 50px;
	width: 120px;
}

.technology__logo img {
	width: 100%;
}

.technology__image {
	margin-left: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.technology__image--ml-lg {
	margin-left: 120px;
}

.technology__image--ml-md {
	margin-left: 70px;
}

.technology__image--ml-md-2 {
	margin-left: 100px;
}

.technology__heading {
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 2.0rem;
	/* color: #E1007F; */
	margin-bottom: 7px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: var(--pink02);
}

.technology__heading span {
	font-size: 1.7rem;
}

.technology__text {
	font-size: 1.4rem;
	line-height: 1.85714;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.area {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 24px;
}

.area:first-of-type {
	margin-top: 65px;
}

.area:last-of-type {
	margin-bottom: 125px;
}

.area__heading {
	font-weight: bold;
	font-size: 1.6rem;
}

.area__heading a {
	display: block;
	padding: 20px 0;
}

.area__heading a:before {
	content: "";
	display: inline-block;
	margin-right: 0.45em;
	width: 0;
	height: 0;
	border-left: 12px solid #000000;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.area__heading a.is-opend:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.area__heading a:hover {
	/* color: #D40051; */
	color: var(--darkpink02);
}

.area__heading a:hover:before {
	/* border-left: 12px solid #D40051; */
	border-left: 12px solid var(--darkpink02);
}

.area__main {
	display: none;
	padding-bottom: 95px;
}

.table {
	/* border: 1px solid #D40051; */
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid var(--darkpink02);
}

.table thead {
	/* background: #D40051; */
	color: #FFFFFF;
	font-size: 1.4rem;
	text-align: center;
	background: var(--darkpink02);
}

.table thead th {
	padding: 12px 20px;
}

.table tbody {
	font-size: 1.2rem;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
	padding-bottom: 20px;
}

.table tbody th,
.table tbody td {
	vertical-align: middle;
	padding: 18px 12px 12px;
}

.table tbody th:not(:last-child),
.table tbody td:not(:last-child) {
	/* border-right: 1px solid #D40051; */
	border-right: 1px solid var(--darkpink02);
}

.table tbody th:nth-child(1),
.table tbody td:nth-child(1) {
	width: 274px;
	text-align: left;
}

.table tbody th:nth-child(2),
.table tbody td:nth-child(2) {
	width: 103px;
	text-align: center;
}

.table tbody th:nth-child(3),
.table tbody td:nth-child(3) {
	width: 398px;
	text-align: left;
	padding-left: 38px;
	padding-right: 38px;
}

.table tbody th:nth-child(4),
.table tbody td:nth-child(4) {
	width: 185px;
	text-align: center;
}

#web-shop .shop__zipcode, #web-shop .shop__address, #web-shop .shop__tel{
	display:none;
}

.table a {
	text-decoration: underline;
}

.table a:hover {
	text-decoration: none;
}

.form {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 135px;
}

.form__note {
	font-size: 1.3rem;
	margin-bottom: 20px;
}

.form__note span {
	display: block;
	margin: 0 0 0 auto;
	width: 400px;
}

.form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.form__heading {
	text-align: right;
	width: calc(100% - 400px);
	font-weight: bold;
	padding-right: 22px;
	letter-spacing: 0.2em;
}

.form__content {
	width: 400px;
}

.form__content--wide {
	width: 100%;
}

.form__content a {
	/* color: #FF0183; */
	color: var(--pink);
}

.form__content a:hover {
	text-decoration: underline;
}

.form__buttons {
	position: relative;
}

.form__button {
	font-size: 1.6rem;
	font-weight: bold;
	width: 200px;
	height: 50px;
	display: block;
	padding: 0 0 0 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
	border-radius: 0;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	border: 1px solid #3E3A39;
	margin: 50px auto 0;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	letter-spacing: 1em;
}

.form__button:hover,
.form__button:focus {
	background: #3E3A39;
	color: #FFFFFF;
}

.form__button--return {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	width: 100px;
	font-size: 1.4rem;
	letter-spacing: 0.3em;
	padding-left: 0.3em;
}

.input {
	background: #ECECEC;
	font-weight: bold;
	font-size: 1.6rem;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	letter-spacing: 0.1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.input::-webkit-input-placeholder {
	color: #9C9D9D;
}

.input:-ms-input-placeholder {
	color: #9C9D9D;
}

.input::-ms-input-placeholder {
	color: #9C9D9D;
}

.input::placeholder {
	color: #9C9D9D;
}

.input:-webkit-autofill {
	-webkit-animation-name: onAutoFillStart;
	animation-name: onAutoFillStart;
	-webkit-transition: background-color 50000s ease-in-out 0s;
	-o-transition: background-color 50000s ease-in-out 0s;
	transition: background-color 50000s ease-in-out 0s;
}

.input:focus {
	-webkit-box-shadow: 0 0 4px rgba(100, 100, 100, 0.4);
	box-shadow: 0 0 4px rgba(100, 100, 100, 0.4);
}

.select {
	width:100%;
	height:33px;
	background: #ECECEC;
	font-size: 1.6rem;
	font-weight:bold;
}

.input--textarea {
	height: 180px;
	resize: none;
	padding: 15px;
}

.contact {
	font-size: 1.2rem;
	line-height: 2.16667;
	letter-spacing: 0.05em;
	width: 840px;
	margin: 0 auto 120px;
}

.contact__heading {
	font-weight: bold;
}

.contact__heading:before,
.contact__heading:after {
	content: "-";
}

.contact__heading:before {
	padding-right: 0.5em;
}

.contact__heading:after {
	padding-left: 0.5em;
}

.contact__note {
	margin-bottom: 28px;
}

.contact__text {
	font-weight: bold;
}

.contact__sentence {
	text-align: center;
}

.contact__sentence p {
	margin: 1.6em 0;
	font-size: 1.6rem;
}

.contact__sentence a {
	color: var(--pink);
	text-decoration: underline;
}

.contact__sentence ul {
	margin-top: 5em;
	border-top: 1px solid #ccc;
	text-align: left;
}

.contact__sentence ul li {
	margin: .8em .8em .8em 8em;
}
@media only screen and (max-width: 767px) {
	.contact__sentence ul li {
		margin-left: 0;
	}
}

.contact__red {
	font-size: 1.4rem;
	font-weight: bold;
	color: #E30012;
}

.text {
	font-size: 1.4rem;
	line-height: 1.85714;
	letter-spacing: 0.05em;
}

.the_content {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.the_content a {
	/* color: #e1007f; */
	text-decoration: underline;
	color: var(--pink02);
}

.the_content a:hover {
	text-decoration: none;
}

.the_content h2 {
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 54px;
	margin-bottom: 12px;
}

.the_content h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 30px;
	margin-bottom: 15px;
}

.the_content img {
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

.the_content strong {
	font-weight: bold;
	color: #3E3A39;
}

.the_content i,
.the_content em {
	font-style: italic;
}

.the_content ul li {
	padding-left: 10px;
	text-indent: -10px;
}

.the_content ul li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #3E3A39;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 5px 3px 0;
}

.the_content ol {
	counter-reset: item;
	list-style-position: inside;
}

.the_content ol li {
	position: relative;
	padding-left: 1.5em;
}

.the_content ol li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	counter-increment: item;
	content: counter(item) ".";
	padding-right: .5em;
	font-weight: 500;
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.the_content .youtube {
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 40px;
}

.the_content .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article__head {
	margin-bottom: 40px;
}

.article__title {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}

.article__information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
}

.article__information a {
	/* color: #e1007f; */
	color: var(--pink02);
}

.article__image {
	margin-bottom: 30px;
}

.article__date {
	margin-right: 2em;
}

.article__main {
	margin-bottom: 66px;
}

.notfound {
	text-align: center;
	padding-bottom: 200px;
}

.notfound__text {
	padding: 60px 0 0px;
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 1.8;
}

.privacy {
	font-size: 1.4rem;
	line-height: 1.85714;
	letter-spacing: 0.05em;
	width: 100%;
	padding: 0 20px 100px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.privacy:last-of-type {
	margin-bottom: 100px;
}

.privacy__main {
	padding-top: 30px;
}

.privacy__main p {
	margin-bottom: 20px;
}

.privacy__item {
	margin-top: 50px;
}

.privacy__detail {
	margin-bottom: 30px;
}

.privacy a {
	text-decoration: underline;
}

.privacy a:hover {
	text-decoration: none;
}

.list li {
	padding-left: 24px;
	text-indent: -24px;
}

.list li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #3E3A39;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px 3px 10px;
}

.list-2 li {
	padding-left: 3em;
	text-indent: -3em;
}

.catalog {
	/* border: 1px solid #FF0183; */
	padding: 30px;
	max-width: 840px;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 250px;
	border: 1px solid var(--pink);
}

.catalog__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalog__image {
	width: 200px;
}

.catalog__main {
	width: calc(100% - 240px);
}

.catalog__item:not(:first-child) {
	margin-top: 30px;
}

.side {
	margin-bottom: 40px;
}

.button-wrap {
	padding: 0 20px 80px;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}

div.wpcf7-response-output {
	padding: 10px 20px !important;
	text-align: center;
	line-height: 1.5;
}

.wpcf7c-conf {
	background: #ECECEC !important;
}

.wpcf7c-conf:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wpcf7c-conf:-webkit-autofill {
	-webkit-animation-name: onAutoFillStart;
	animation-name: onAutoFillStart;
	-webkit-transition: background-color 50000s ease-in-out 0s;
	-o-transition: background-color 50000s ease-in-out 0s;
	transition: background-color 50000s ease-in-out 0s;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

.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 {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	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;
	outline: none;
	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;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -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;
	opacity: 0.6;
}

.slick-prev {
	left: 0px;
	background: url(../img/icon_arrow_4.svg) no-repeat center;
}

.slick-next {
	right: 0px;
	background: url(../img/icon_arrow_5.svg) no-repeat center;
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: -17px;
	left: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0 0 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 2px;
	width: 50px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 100%;
	width: 100%;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
	/* background: #ff00ff; */
	opacity: 0.5;
	background-color: #ff004e;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

/* @media screen and (min-width: 768px) { */
@media screen and (min-width: 981px) {

.sp-menu-btn { /* pc */
	display: none;
}

.navi__item { /* pc */
}

.navi__item--current span:before {
	width: 100%;
}

.navi__item:hover span:before {
	width: 100%;
}

.navi__item:hover .has-children:after {
	opacity: 1;
}

.navi__item:hover .navi__child-1 {
	opacity: 1;
	visibility: visible;
}

.navi__item > a { /* pc */
	width: auto;
	height: 100px;
	padding: 0px 14px 5px;
}

.navi__item > a span {
	position: relative;
}

.navi__item > a span:before {
	content: "";
	height: 2px;
	/* background: #FFFFFF; */
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	background-color: var(--black);
}

.navi__item > a.has-children:after {
	position: absolute;
	top: 80px;
	margin-top: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	border-bottom: 12px solid rgba(255, 98, 127, 0.95);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navi__child-1 { /* pc */
	position: absolute;
	top: 76px;
	left: 0;
	padding: 29px 0 33px;
	font-size: 1.1rem;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	visibility: hidden;
}

}

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

.item-list__item { /* 1150px */
	width: 50%;
}

}

@media screen and (max-width: 980px) {
	.l-body { /* sp */
		/* min-width: initial; */
		padding-top: 60px;
	}

	.l-header { /* sp */
		height: 60px;
	}

	.l-navi { /* sp */
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		padding-bottom: 30px;
		/* background: #FF0183; */
		z-index: 1500;
		display: none;
		overflow: scroll;
		background: var(--pink);
	}

	.navi { /* sp */
		display: block;
		text-align: center;
		z-index: 1000;
		font-size: 1.5rem;
		padding-bottom: 20px;
	}

	.navi__item { /* sp */
		/* border-bottom: 1px solid #e1007f; */
		border-bottom: 1px solid var(--pink02);
	}

	.navi__item > a { /* sp */
		width: 100%;
		height: 64px;
		padding: 0 20px;
	}

	.navi__item > a.has-children:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 30px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		width: 6px;
		height: 6px;
		margin-top: -2px;
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		opacity: 1;
	}

	.navi__item > a.has-children.is-opend:after {
		margin-top: 1px;
		-webkit-transform: translateY(-50%) rotate(-135deg);
		-ms-transform: translateY(-50%) rotate(-135deg);
		transform: translateY(-50%) rotate(-135deg);
	}

	.navi__child-wrap { /* sp */
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.navi__child-1 { /* sp */
		display: none;
		position: relative;
		font-size: 1.2rem;
	}

	.navi__child-1__item { /* sp */
		margin: 0;
		padding: 10px 0;
	}

	.navi__child-1__item:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.navi__child-1__item > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 40px;
		padding: 0 20px;
	}

	.navi__child-2 { /* sp */
		margin-top: 0;
		margin-left: 20px;
		width: 48%;
	}

	.navi__child-2:not(:last-child) {
		margin-right: 0;
	}

	.navi__child-2--lg {
		width: calc(100% - 20px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.navi__child-2__item { /* sp */
		height: 45px;
	}

	.navi__child-2__item--sm {
		width: 48%;
	}

	.navi__child-2__item a { /* sp */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}

	.breadcrumb { /* sp */
		padding-left: 20px;
	}
}

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

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.l-body { /* sp */
	min-width: initial;
	padding-top: 60px;
}

.l-body--login {
	padding-top: 0;
}

.l-header--login { /* sp */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.l-header { /* sp */
	height: 60px;
}

.l-navi { /* sp */
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	padding-bottom: 30px;
	/* background: #FF0183; */
	z-index: 1500;
	display: none;
	overflow: scroll;
	background: var(--pink);
}

.l-wrapper-lg { /* sp */
	max-width: initial;
}

.l-lineup { /* sp */
	max-width: initial;
	width: 100%;
	display: block;
	padding: 0 0;
}

.l-lineup__main { /* sp */
	width: 100%;
	padding: 0;
}

.l-lineup__side { /* sp */
	width: 100%;
	padding: 20px;
	margin-bottom: 40px;
}

.l-news { /* sp */
	padding: 0 0px;
	width: 100%;
	display: block;
}

.l-news__main { /* sp */
	width: 100%;
}

.l-news__side { /* sp */
	width: 100%;
	margin-bottom: 60px;
}

.l-footer--page { /* sp */
	margin-top: 100px;
}

.l-footer { /* sp */
	padding: 50px 0;
}

.l-footer__inner { /* sp */
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

.header-logo { /* sp */
	left: 20px;
}
.home_header-logo { /* sp */
	top: 50%;
}

.header-logo img { /* sp */
	width: 64px;
}

.navi { /* sp */
	display: block;
	text-align: center;
	z-index: 1000;
	font-size: 1.5rem;
	padding-bottom: 20px;
}

.navi__item { /* sp */
	/* border-bottom: 1px solid #e1007f; */
	border-bottom: 1px solid var(--pink02);
}

.navi__item > a { /* sp */
	width: 100%;
	height: 64px;
	padding: 0 20px;
}

.navi__item > a.has-children:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	margin-top: -2px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	opacity: 1;
}

.navi__item > a.has-children.is-opend:after {
	margin-top: 1px;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}

.navi__child-wrap { /* sp */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navi__child-1 { /* sp */
	display: none;
	position: relative;
	font-size: 1.2rem;
	background-color: var(--pink02);
}

.navi__child-1__item { /* sp */
	margin: 0;
	padding: 10px 0;
}

.navi__child-1__item:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navi__child-1__item > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 0 20px;
}

.navi__child-2 { /* sp */
	margin-top: 0;
	margin-left: 20px;
	width: 48%;
}

.navi__child-2:not(:last-child) {
	margin-right: 0;
}

.navi__child-2--lg {
	width: calc(100% - 20px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navi__child-2__item { /* sp */
	height: 45px;
}

.navi__child-2__item--sm {
	width: 48%;
}

.navi__child-2__item a { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.footer-logo { /* sp */
	width: 100%;
	margin-bottom: 30px;
}

.footer-navi { /* sp */
	display: block;
	padding: 0 0;
}

.footer-navi__col:not(:first-child) { /* sp */
	margin-left: 0;
}

.footer-navi__item { /* sp */
	margin-bottom: 10px;
}

.footer-navi__child-wrap { /* sp */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-navi__child-2 { /* sp */
	width: 48%;
}

.footer-navi__child-2:not(:last-child) { /* sp */
	margin-right: 0;
}

.copyright { /* sp */
	line-height: 1.4;
}

.heading-1 { /* sp */
	margin-bottom: 30px;
}

.heading-1--mb-xlg { /* sp */
	margin-bottom: 50px;
}

.button-1 { /* sp */
	width: 100%;
	max-width: calc(100vw - 40px);
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button-2--md { /* sp */
	width: 100%;
}

.button-2--sm { /* sp */
	width: 100%;
}

.breadcrumb { /* sp */
	padding-left: 20px;
}

.section-1 { /* sp */
	padding: 60px 0;
}

.tag { /* sp */
	padding: 6px 8px 5px;
	font-size: 1.1rem;
  /* bottom: 0; */
}

.new-item { /* sp */
	display: block;
	margin-bottom: 30px;
}

.new-item__item { /* sp */
	padding: 0;
	width: 100%;
}

.new-item__item a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.new-item__item:not(:last-child) { /* sp */
	margin-right: 0;
}

.new-item__image { /* sp */
	width: 43%;
	margin-bottom: 0;
}

.new-item__main { /* sp */
	width: 55%;
}

.new-item__jp { /* sp */
	line-height: 1.4;
	font-size: 1.1rem;
}

.new-item__en { /* sp */
	font-size: 1.5rem;
}

.info-list { /* sp */
	display: block;
	padding: 0 20px;
}

.info-list__item { /* sp */
	width: 100%;
	margin: 0 0 20px;
}

.info-list__item:first-child {
	margin-left: 0;
}

.lineup { /* sp */
	display: block;
  justify-content: center;
  padding: 0 30px;
	margin-bottom: 40px;
}

.lineup__item { /* sp */
	width: 100%;
  margin-left: 0;
	margin-bottom: 20px;
}

.lineup__item:not(:last-child) {
	margin-right: 0px;
}

.about-bnr { /* sp */
	height: 70vw;
}

.about-bnr__inner { /* sp */
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.about-bnr__text-1 { /* sp */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about-bnr__text-2 { /* sp */
	margin-top: 4px;
}

.about__main { /* sp */
	font-size: 1.4rem;
	margin-bottom: 100px;
}

.about__main p:not(:last-child) { /* sp */
	margin-bottom: 30px;
}

.about__main { /* sp */
}

.filter { /* sp */
	margin-bottom: 20px;
	display: none;
}

.filter--sp-show { /* sp */
	display: block;
}

.item-list { /* sp */
	display: block;
}

.item-list__item { /* sp */
	width: 100%;
	padding: 20px 20px 10px;
	margin-bottom: 40px;
}

.item-list__tag { /* sp */
	top: 20px;
	left: 20px;
}

.item-list__image { /* sp */
}

.item-list__name { /* sp */
	margin-bottom: 10px;
}

.item-list__price { /* sp */
}

.item-list__text { /* sp */
	font-size: 1.2rem;
}

.page-navi { /* sp */
	position: relative;
	display: block;
	padding: 0 20px;
}

.page-navi__info { /* sp */
	margin-bottom: 15px;
	border: none;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.page-navi__main { /* sp */
	display: block;
}

.page-navi__main:before,
.page-navi__main:after {
	content: "";
	display: table;
}

.page-navi__main:after {
	clear: both;
}

.page-numbers { /* sp */
	margin: 0 0 0 0;
}

.page-numbers:not(.next):not(.prev):not(.last) {
	display: none;
}

.page-numbers:last-child {
	margin-right: 0;
	border: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-decoration: underline;
}

.page-numbers.next {
	margin-left: 0;
	float: right;
	width: 47%;
}

.page-numbers.prev {
	margin-right: 0;
	float: left;
	width: 47%;
}

.page-numbers.last {
	position: absolute;
	top: 0;
	right: 20px;
}

.js-toggle-triger-sp { /* sp */
	position: relative;
	display: block;
}

.js-toggle-triger-sp:after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid #3E3A39;
	border-bottom: 1px solid #3E3A39;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.js-toggle-triger-sp.is-opend:after {
	-webkit-transform: rotate(-135deg) translateY(-5%);
	-ms-transform: rotate(-135deg) translateY(-5%);
	transform: rotate(-135deg) translateY(-5%);
	right: 6px;
}

.item { /* sp */
	width: 100%;
	padding: 0 20px;
	max-width: initial;
	margin-bottom: 100px;
}

.item__inner { /* sp */
	width: 100%;
}

.item__head { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item__head__inner--1 { /* sp */
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	margin-top: 0;
}

.item__head__inner--2 { /* sp */
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 50%;
	margin-top: 20px;
}

.item__head__inner--3 { /* sp */
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	text-align: right;
	width: 50%;
	margin-top: 20px;
}

.item__image { /* sp */
	position: static;
	width: 100%;
}

.item__image__inner { /* sp */
	padding: 20px;
}

.item__icon { /* sp */
	width: 80px;
	margin: 0 10px 20px;
}

.item__another { /* sp */
	width: 50%;
}

.item .slick-dots { /* sp */
}

.technology:first-of-type { /* sp */
	padding-top: 50px;
}

.technology { /* sp */
	width: 100%;
	padding: 40px 20px;
	display: block;
}

.technology__main { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.technology__logo { /* sp */
	width: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.technology__image { /* sp */
	margin-left: 0;
	width: 100%;
	margin-bottom: 14px;
}

.technology__image img {
	width: 100%;
}

.technology__heading { /* sp */
	width: calc(100% - 80px);
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.8rem;
}

.technology__heading span {
	font-size: 1.4rem;
}

.technology__text { /* sp */
	width: 100%;
	margin-bottom: 0;
}

.area { /* sp */
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.area:first-of-type { /* sp */
	margin-top: 0;
}

.area__main { /* sp */
	padding-bottom: 30px;
}

.table { /* sp */
	display: block;
	font-weight: normal;
}

.table thead { /* sp */
	display: none;
}

.table tbody { /* sp */
	display: block;
	font-size: 1.4rem;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th { /* sp */
	padding-bottom: 0;
}

.table tbody tr { /* sp */
	display: block;
	padding: 12px;
}

.table tbody tr:not(:last-child) {
	/* border-bottom: 1px solid #D40051; */
	border-bottom: 1px solid var(--darkpink02);/*追加*/
}

.table tbody th:nth-child(1),
.table tbody td:nth-child(1) { /* sp */
	width: 100%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
}

.table tbody th:nth-child(2),
.table tbody td:nth-child(2) { /* sp */
	width: 100%;
	text-align: left;
}

.table tbody th:nth-child(3),
.table tbody td:nth-child(3) { /* sp */
	width: 100%;
	text-align: left;
	padding: 0;
	margin-bottom: 8px;
}

.table tbody th:nth-child(4),
.table tbody td:nth-child(4) { /* sp */
	width: 100%;
	text-align: left;
}

.table tbody th,
.table tbody td { /* sp */
	display: block;
	width: 100%;
	padding: 0;
}

.table tbody th:not(:last-child),
.table tbody td:not(:last-child) {
	border-right: none;
}

.form { /* sp */
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 80px;
}

.form__note span { /* sp */
	width: 100%;
}

.form__item { /* sp */
	display: block;
	margin-bottom: 30px;
}

.form__heading { /* sp */
	width: 100%;
	text-align: left;
	padding-right: 0;
	margin-bottom: 10px;
}

.form__content { /* sp */
	width: 100%;
}

.form__button--return { /* sp */
	position: static;
	margin-top: 40px;
	width: 90px;
}

.contact { /* sp */
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto 100px;
}

.the_content { /* sp */
}

.the_content h3 { /* sp */
	font-size: 1.8rem;
}

.article { /* sp */
	padding: 0 20px 80px;
}

.article__information { /* sp */
	display: block;
}

.article__date { /* sp */
	margin-right: 0;
	margin-bottom: 12px;
}

.catalog { /* sp */
	padding: 20px;
	margin-bottom: 100px;
}

.catalog__body { /* sp */
	display: block;
}

.catalog__image { /* sp */
	width: 100%;
	margin-bottom: 30px;
}

.catalog__main { /* sp */
	width: 100%;
}

.side { /* sp */
	padding: 0 20px;
}

.slick-prev,
.slick-next { /* sp */
	width: 30px;
	height: 30px;
}

}


/* 20190927 ABOUT US 　修正*/
.about{
	width: 960px;
	margin: 0 auto;
}

.about__main img{
	margin-bottom: 60px;
}

.about__main img:last-of-type{
	margin-bottom: 100px;
}

.about__main p:not(:last-child) {
	margin-bottom: 20px;
	line-height: 2.2;
}

.intro-text{
	margin-top: 30px;
}

.font-color {
	/* color: #e1007f; */
	font-weight: bold;
	color: var(--pink02);
}

.intro-text a:hover {
	/* border-bottom: 1px solid #e1007f; */
	border-bottom: 1px solid var(--pink02);
}

@media screen and (max-width: 767px) {
	.about{
	width: 100%;
}
	.br-pc{
		display: none;
	}

	.about__main{
		text-align: left;
	}

	.about__main img:last-of-type{
	margin-bottom: 20px;
}

	.about__main img{
	margin-bottom: 20px;
}
}

/* 20211028追記　instagram設置*/

 #insta {
    width:100%;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
	 padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }

  #insta .card__wrapper {
	  width: 18.5%;
	  margin: 0 2rem 3.8rem 0;
}

#insta .card{
    position: relative;
  }

  #insta .card:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

#insta .card__wrapper:nth-of-type(5n){
	margin-right: 0;
}

  #insta .card img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE11対策*/
  }

  #insta .card video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE11対策*/
  }

#insta .card__wrapper p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 1.6rem;
	line-height:1.4;
	font-size:1.3rem;
}



/*PCで表示分け*/
@media screen and (min-width:960px) and (max-width:1119px) {

		#insta .card__wrapper {
			width: 18%;
	  }
	}

@media screen and (min-width:600px) and (max-width:959px) {

	#insta {
    	padding-left: 20px;
    	padding-right: 20px;
  }

	#insta .card__wrapper {
		width: 18%;
  }
}

@media screen and (min-width:480px) and (max-width:599px) {

	#insta {
    	padding-left: 20px;
    	padding-right: 20px;
  }

	#insta .card__wrapper {
    	width: 48%;
  }


}

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

	#insta {
    	width:100%;
		padding-left: 20px;
    	padding-right: 20px;
  }

	#insta .card__wrapper {
    	width: 47.5%;
		margin: 0 1.2rem 2.4rem 0;
  }

	#insta .card__wrapper p{
		padding-top: 1rem;
		font-size:1.2rem;
	}

	#insta .card__wrapper:nth-of-type(2n){
		margin-right: 0;
	}

	#insta .card__wrapper:nth-of-type(5){
		margin-right:auto;
	}

	#insta .card__wrapper:nth-of-type(10){
		margin-right: 0;
	}
}

/* 20220125 lineupページ　サイドバー修正 */
.sidebar__list{
	color: #3E3A39;
    font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 38px;
}

.sidebar__item{
	margin-bottom:42px;
	position:relative;
}

.sidebar__item a:hover {
	/* color:#a10b5d; */
	color:var(--darkpink);
}

.sidebar__item-wrapper{
	margin-top:16px;
}

.sidebar__label{
	font-weight:bold;
	font-size: 1.8rem;
}

.sidebar__childitem{
	margin-bottom:14px;
	position:relative;
	padding-left:16px;
}

.sidebar__childitem:last-of-type{
	margin-bottom:0;
}

.sidebar__childitem:after{
	position:absolute;
	top:50%;
	left:0;
	width:6px;
	height:1px;
	background:#000;
	content:'';
}

.sidebar__childlist2{
	margin-top:12px;
}

@media screen and (max-width: 479px){
	.sidebar__item{
		margin-bottom:22px;
	}

	.sidebar__list{
		font-size: 1.5rem;
		margin-bottom: 38px;
	}

	.sidebar__label{
		font-size: 1.6rem;
	}
}

/* 20220622 テーブル横スクロール */
.sp-swipe {
	display: none;
}

.sp-swipeArea {
	margin-top: 1em;
}

@media only screen and (max-width: 1024px) {
	.sp-swipe {
		display: block;
	}
	.sp-swipe::before {
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-right: 7px;
		background: url("../img/sp-swipe.png") center center no-repeat;
		background-size: contain;
		vertical-align: bottom;
		content: "";
	}

	.sp-swipeArea {
		overflow-x: scroll;
	}
	.sp-swipeArea::-webkit-scrollbar {
		height: 3px;
	}
	.sp-swipeArea::-webkit-scrollbar-track {
		background-color: #eee;
		border-radius: 3px;
	}
	.sp-swipeArea::-webkit-scrollbar-thumb {
		background-color: #666;
		border-radius: 3px;
	}
}


/* 20220622 info固定 */
.home_info_fixArea {
	position: fixed;
	right: 0;
	bottom: 5%;
	width: 260px;
	z-index: 1000;
}
.home_info_close {
	position: absolute;
	right: calc(50% - 5em);
	bottom: -1.8em;
	padding: 2px;
	font-size: 1.2rem;
	cursor: pointer;
	speak: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.home_info_close:hover {
	color: #ccc;
}

.home_info_fix {
	position: relative;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 16px 18px 14px;
	font-size: 1.3rem;
	line-height: 1.66667;
	display: block;
	width: 100%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	/* border: 2px solid #e31673; */
	border: 2px solid var(--pink);
}
.home_info_fix:hover {
	-webkit-box-shadow: 0 3px 10px rgb(60 60 60 / 20%);
	box-shadow: 0 3px 10px rgb(60 60 60 / 20%);
}
.home_info_fix::before {
	content: "";
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	z-index: 0;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background-color: rgba(255, 255, 255, .4);
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.home_info_fix:hover::before {
	opacity: 1;
}

.home_info_fix .button-1 {
	width: 100%;
	max-width: 100%;
	margin-top: 1em;
	padding: 10px 28px;
	font-size: 1.2rem;
	/* background: #FF0183; */
	color: #FFFFFF;
	background: var(--pink);
}
.home_info_fix .button-1::before {
	background: url(../img/icon_arrow_3.svg);
	background-size: contain;
}

@media only screen and (max-width: 1024px) {
	.home_info_close {
		bottom: -2em;
	}

	.home_info_fix {
		bottom: 15%;
	}
}

@media only screen and (max-width: 767px) {
  .home_info_fixArea img {
    display:none
  }
	.home_info_fixArea {
		bottom: 0;
		width: 100%;
	}

	.home_info_close {
		right: 0;
		top: -1.8em;
		bottom: auto;
	}

	.home_info_fix .button-1 {
		display: block;
		height: auto;
		margin-top: 0.5em;
		padding: 10px 28px;
	}
	.home_info_fix .button-1::before {
		width: 14px;
		height: 14px;
	}
}

/* 20220623 商品ページのサイズの補足 */
.item__size_22fw {
	margin-top: .5em;
	font-weight: normal;
	font-size: 1.4rem;
}

.item__size_22fw a {
	/* color: #e1007f; */
	text-decoration: underline;
	color: var(--pink02);
}
.item__size_22fw a:hover {
	text-decoration: none;
}


/* ==================================================
   RYKAマガジン（2023.07.31追加）
-------------------------------------------------- */
@media only screen and (max-width: 1024px) {
	.navi {
		padding-left: 10%;
	}
}

@media only screen and (max-width: 900px) {
	.navi {
		padding-left: 14%;
	}

	.navi__item > a {
		padding: 0px 8px 5px;
		color: var(--black);
	}
}

@media only screen and (max-width: 767px) {
	.navi {
		padding-left: 0;
	}
}

/* ----- 共通 ----- */
.magazine_wrapper {
	max-width: 1300px;
	margin: auto;
	padding: 0 40px;
	letter-spacing: .01em;
}

.magazine_wrapper a:hover {
	opacity: .6;
	transition: .4s;
}

@media only screen and (max-width: 1080px) {
	#magazine.l-body {
		min-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#magazine.l-body {
		min-width: initial;
		padding-top: 60px;
	}

	.magazine_wrapper {
		padding: 0 20px;
	}
}


/* ----- 一覧 ----- */
.magazineList {
	display: flex;
	flex-wrap: wrap;
	padding: 34px 0 48px;
}

.magazineList li {
	width: 17.377%;
	margin-right: 3.279%;
	/* color: #a10c5d; */
	font-weight: bold;
	font-size: 1.8rem;
	color: var(--darkpink);
}
.magazineList li:nth-of-type(5n) {
	margin-right: 0;
}
.magazineList li:nth-of-type(n + 6) {
	margin-top: 56px;
}

.magazineList li a:hover {
	opacity: .6;
	transition: .4s;
}

.magazineList li img {
	display: block;
	margin-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
	.magazineList li {
		width: 22%;
		margin-right: 4%;
	}
	.magazineList li:nth-of-type(5n) {
		margin-right: 4%;
	}
	.magazineList li:nth-of-type(4n) {
		margin-right: 0;
	}
	.magazineList li:nth-of-type(n + 5) {
		margin-top: 5%;
	}
}

@media only screen and (max-width: 767px) {
	.magazineList {
		padding: 0 0 20px;
	}

	.magazineList li {
		width: 48%;
		margin-right: 4%;
	}
	.magazineList li:nth-of-type(5n) {
		margin-right: 4%;
	}
	.magazineList li:nth-of-type(2n) {
		margin-right: 0;
	}
	.magazineList li:nth-of-type(n + 3) {
		margin-top: 5%;
	}
}


/* ----- 記事 ----- */
/* 名前・プロフィール */
.magazine_profileArea {
	display: grid;
	grid-template-rows: 1fr 310px;
	grid-template-columns: 400px 710px;
	justify-content: space-between;
	padding-top: 34px;
	padding-bottom: 48px;
}

.magazine_profile_nameArea {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	padding-top: 28px;
}

.magazine_magazineNum {
	font-size: 1.3rem;
}

.magazine_profile_name_colArea {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}

.magazine_profile_title {
	width: 100%;
	margin-bottom: 8px;
}

.magazine_profile_name_colArea h2 {
	/* color: #a10c5d; */
	font-size: 4rem;
	color: var(--darkpink);
}

.magazine_profile_name_colArea h2 span {
	display: block;
	margin-top: 12px;
	font-size: 2.1rem;
}

.magazine_profile_sns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 4rem;
	margin-left: 44px;
}

.magazine_profile_sns li {
	width: 25px;
	height: 25px;
}
.magazine_profile_sns li:nth-of-type(n + 2) {
	margin-left: 16px;
}

.magazine_profile_photo {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
}

.magazine_profile_career {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	overflow-y: auto;
	width: 100%;
	height: 290px;
}
.magazine_profile_career::-webkit-scrollbar {
	width: 16px;
}
.magazine_profile_career::-webkit-scrollbar-track {
	background-color: #d8dada;
}
.magazine_profile_career::-webkit-scrollbar-thumb {
	background-color: #a10c5d;
}
/* SimpleBar用 */
.magazine_profile_career .simplebar-content-wrapper {
	padding-right: 20px;
}

.magazine_profile_career .simplebar-track {
	width: 16px;
	background-color: #d8dada;
}

.magazine_profile_career .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0;
	/* background-color: #a10c5d; */
	background-color: var(--darkpink);
}

.magazine_profile_career li {
	padding-left: calc(1em + 5px);
	line-height: 1.8;
	text-indent: calc(-1em - 5px);
}

.magazine_profile_career li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 .7em 3px .3em;
	border-radius: 50%;
	background: #3e3a39;
	vertical-align: middle;
	text-indent: 0;
}
.magazine_profile_career li.magazine_star::before {
	content: "★";
	width: 1em;
	height: 1em;
	margin: 0 5px 3px 0;
	border-radius: 0;
	background-color: transparent;
	line-height: 1;
}

@media only screen and (max-width: 1260px) {
	.magazine_profileArea {
		grid-template-columns: 34% 62%;
	}

	.magazine_profile_name_colArea {
		margin-top: 16px;
	}

	.magazine_profile_name_colArea h2 span {
		margin-top: 8px;
	}
}

@media only screen and (max-width: 1200px) {
	.magazine_profileArea {
		grid-template-rows: 1fr 300px;
	}

	.magazine_profile_nameArea {
		padding-top: 12px;
	}

	.magazine_profile_career {
		height: 288px;
	}
}

@media only screen and (max-width: 1160px) {
	.magazine_profileArea {
		grid-template-rows: 1fr 280px;
	}

	.magazine_profile_career {
		height: 268px;
	}
}

@media only screen and (max-width: 1100px) {
	.magazine_profileArea {
		grid-template-rows: 1fr 268px;
	}

	.magazine_profile_nameArea {
		padding-top: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.magazine_profileArea {
		grid-template-rows: 1fr 312px;
		grid-template-columns: 38% 56%;
		padding-bottom: 40px;
	}

	.magazine_profile_nameArea {
		padding-top: 28px;
	}

	.magazine_profile_name_colArea {
		display: block;
	}

	.magazine_profile_sns {
		margin-top: 16px;
		margin-left: 0;
	}

	.magazine_profile_photo {
		grid-row: 1 / 2;
	}

	.magazine_profile_career {
		grid-row: 2 / 3;
		grid-column: 1 / 3;
		margin-top: 32px;
	}
}

@media only screen and (max-width: 800px) {
	.magazine_profileArea {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 0;
	}

	.magazine_profile_nameArea {
		padding-top: 0;
	}

	.magazine_profile_photo {
		margin-top: 32px;
	}
}

@media only screen and (max-width: 767px) {
	/* SimpleBar用 */
	.magazine_profile_career .simplebar-content-wrapper {
		padding-right: 16px;
	}

	.magazine_profile_career .simplebar-track {
		width: 12px;
	}
}

/* キャッチコピー */
.magazine_catch {
	position: relative;
	width: 100%;
	padding-top: 28.6458%;
}
.magazine_catch.magazine_catch_reverse {
	text-align: right;
}

.magazine_catch h3 {
	position: absolute;
	left: 50%;
	top: 22%;
	z-index: 50;
	width: 1220px;
	/* color: #e1017e; */
	font-weight: bold;
	font-size: clamp(3rem, 3vw, 4.6rem);
	line-height: 1.5;
	transform: translateX(-50%);
	color: var(--pink02);
}

.magazine_catch_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: center center / cover no-repeat;
}

@media only screen and (max-width: 1300px) {
	.magazine_catch {
		padding-top: 42%;
	}

	.magazine_catch h3 {
		width: 100%;
		padding: 0 40px;
	}

	.magazine_catch_bg {
		background-position-x: 60%;
	}
}

@media only screen and (max-width: 900px) {
	.magazine_catch {
		padding-top: 56%;
	}
}

@media only screen and (max-width: 767px) {
	.magazine_catch {
		position: static;
		padding-top: 0;
	}

	.magazine_catch h3 {
		position: static;
		padding: 0 20px;
		font-size: 2.4rem;
		text-align: center;
		transform: translateX(0);
	}

	.magazine_catch_bg {
		position: static;
		height: auto;
		margin-top: 16px;
		padding-top: 56%;
	}
}

/* 本文 */
.magazine_contents_bg {
	width: 100%;
	padding: 48px 0 56px;
	background-color: #d8dada;
}

.magazine_contents_unit {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.magazine_contents_sentence {
	width: 675px;
	padding-top: 100px;
}

.magazine_contents_sentence h4 {
	padding-left: 21px;
	text-indent: -21px;
	/* color: #a10c5d; */
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
	color: var(--darkpink);
}
.magazine_contents_sentence h4::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	/* background-color: #a10c5d; */
	background-color: var(--darkpink);
}

.magazine_contents_sentence p {
	font-size: 1.6rem;
	line-height: 1.9;
}
.magazine_contents_sentence h4 + p {
	margin-top: 20px;
}
.magazine_contents_sentence h4 + p::before {
	content: "−";
}

.magazine_contents_photo {
	width: 460px;
}

.magazine_contents_unit:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.magazine_contents_youtube_url {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
	background-color: #d8dada;
  }

@media only screen and (max-width: 1280px) {
	.magazine_contents_sentence {
		width: 58%;
	}

	.magazine_contents_photo {
		width: 38%;
	}
}

@media only screen and (max-width: 1100px) {
	.magazine_contents_sentence {
		width: 60%;
		padding-top: 56px;
	}

	.magazine_contents_photo {
		width: 36%;
	}

	.magazine_contents_sentence h4 + p {
		margin-top: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	.magazine_contents_unit:nth-of-type(n + 2) {
		margin-top: 56px;
	}

	.magazine_contents_sentence {
		width: 62%;
		padding-top: 0;
	}

	.magazine_contents_sentence h4 + p {
		margin-top: 8px;
	}
	.magazine_contents_sentence p {
		line-height: 1.7;
	}

	.magazine_contents_photo {
		width: 34%;
	}
}

@media only screen and (max-width: 640px) {
	.magazine_contents_bg {
		padding: 40px 0 48px;
	}

	.magazine_contents_unit {
		flex-direction: column;
	}
	.magazine_contents_unit:nth-of-type(n + 2) {
		margin-top: 40px;
	}

	.magazine_contents_sentence {
		width: 100%;
	}

	.magazine_contents_photo {
		width: auto;
		margin: 1em auto 0;
	}
}

/* 商品紹介 */
.magazine_itemArea {
	display: flex;
	justify-content: center;
	/* border-bottom: 3px solid #e1017e; */
	border-bottom: 3px solid var(--darkpink02);
}

.magazine_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 362px;
	margin: auto;
	padding: 40px 440px 40px 40px;
}

.magazine_item_season {
	max-width: 480px;
	margin-bottom: 12px;
	/* color: #e1017e; */
	font-size: 2rem;
	color: var(--pink);
}

.magazine_item h4 {
	max-width: 480px;
	/* color: #a10c5d; */
	font-weight: bold;
	font-size: 2.4rem;
	color: var(--darkpink);
}

.magazine_item_photo {
	position: absolute;
	right: 40px;
	top: 50%;
	width: 362px;
	transform: translateY(-50%);
}

.magazine_item_sentence_edit {
	max-width: 480px;
	margin-top: 24px;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.6;
}

.magazine_item_sentence_edit ul li {
	padding-left: 10px;
	text-indent: -10px;
}
.magazine_item_sentence_edit ul li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 3px 0;
	background: #3E3A39;
	border-radius: 50%;
	vertical-align: middle;
}

.magazine_item_link a {
	display: inline-block;
	margin-top: 28px;
	padding: 10px 14px;
	/* background-color: #a10c5d; */
	color: #fff;
	background-color: var(--darkpink);
}

@media only screen and (max-width: 980px) {
	.magazine_itemArea {
		flex-direction: column;
	}

	.magazine_item {
		min-height: auto;
		padding: 0 40px 56px;
	}

	.magazine_item_photo {
		position: static;
		transform: translateY(0);
	}
}

@media only screen and (max-width: 640px) {
	.magazine_item {
		padding: 0 0 56px;
	}

	.magazine_item_link a {
		padding: 16px 24px;
	}
}

/* シェア */
.magazine_share {
	margin-top: 28px;
	text-align: center;
}

.magazine_share .addtoany_list {
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

.magazine_share .addtoany_list a {
	width: 39px;
	padding: 0;
}
.magazine_share .addtoany_list a:nth-of-type(n + 2) {
	margin-left: 24px;
}


/* ==================================================
   トップページ - ラインナップ一覧ボタン（2023.10.30追加）
-------------------------------------------------- */
.home_lineup_btn a:nth-of-type(2) {
	margin-left: 1em;
}

@media only screen and (max-width: 767px) {
	.home_lineup_btn a:nth-of-type(2) {
		margin-top: 1em;
		margin-left: auto;
	}
}


/* ==================================================
   ONLINESHOPはこちら>>
-------------------------------------------------- */
#_fs_obi {
	background: #acb2b2 !important;
}

#_fs_obi span {
	color: var(--black) !important;
}