/* Reset
========================================================================== */

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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	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;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

svg {
	overflow: visible;
}

/* Font Setting
========================================================================== */
	
/* -----
	@import
------------------------------ */

/* -----
	Font Face
------------------------------ */

body {
	font-family:var(--ja);
}

::selection {
	background: #ccc;
}

::-moz-selection{
	background: #ccc;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* -----
	Font Basic Style
------------------------------ */

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}

body {
	color: var(--text_color);
	background: var(--white);
}

h1, h2, h3, h4, h5, h6 {
	line-height: 2;
}

p {
	font-size: 1.4rem;
	line-height: 2;
}

a,
a img {
	color: #167ac6;
	text-decoration: none;
	opacity: 1;
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905)
}

a:hover {}

i {
	font-style: italic; 
}

b, em, strong {
	font-weight: 500;
}

ul, ol {
	list-style: none;
	font-size: 0;
}

li {
	font-size: 1.4rem;
}

table {
    width: 100%;
	box-sizing: border-box;
    border-spacing: 0;
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
	
}

/* :root
========================================================================== */

:root {

	/* Font */
	--ja: 'Yu Gothic', 'Noto Sans JP', 'Meiryo', 'MS PGothic', sans-serif;
	--en: 'Roboto', sans-serif;
	--head_ja: "Noto Serif JP", serif;
	--head_en: "Italiana", sans-serif;

	/* Color */
	--black: #373838;
	--gray: #F5F1F8;
	--purple_01: #B568DC;
	--purple_02: #D5B2E4;
	--blue: #167AC6;
    --white: #F5F1F8;
	
	/* Color Style */
	--text_color: var(--black);
	--line_color: var(--gray);
	--main_color: var(--purple_01);
	--secondary_color: var(--purple_02);
	--link-color: var(--blue);

	--gradient_main: linear-gradient(to bottom,#9B5BED,#A260E8,#B568DC,#C470D2,#D779C7,#E27DBF);
	--gradient_01: linear-gradient(135deg,#D779C7, #B568DC);
	--gradient_02: linear-gradient(135deg,#DFD1EA, #A260E8);

}

@media screen and (min-width: 768px) {}

/* Initial Setting
========================================================================== */

html {
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	height: auto;
	position: relative;
}

.l-wrap {
	position: relative;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	zoom:1;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

img {
	display:block;
	max-width:100%;
	height: auto;
	border:none;
	line-height: 1;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Media Queries
========================================================================== */

.sp {
	display: block;
}

.pc {
	display: none!important;
}

/* -----
	781px 以上
------------------------------ */

@media screen and (min-width: 781px) {
	
.sp {
	display: none;
}
	
.pc {
	display: block!important;
}
	
}

/* Loading
========================================================================== */

.l-brand__loading {
	position: fixed;
	height: 100%;
	width: 100vw;
	overflow: hidden;
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	backface-visibility: hidden;
	transition: all .25s cubic-bezier(0.48, 0.028, 0.226, 0.905);
	pointer-events: none;	
}

.l-brando__loading.is_loaded {
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

/* Background
========================================================================== */

/*

#noise {
	position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .025;
	background: url(../img/noise.gif);
	top: 0;
	left: 0;
	z-index: 10000;
}

*/

/* Header
========================================================================== */

.l-header__brand {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.l-header__brand__content {
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7.14vw;
	z-index: 1000;
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905)
}

.l-header__brand .l-header__brand__content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(245, 241, 248, 1) 0%, rgba(245, 241, 248, 0) 100%);
	z-index: -1;
	opacity: 0;
	transform: translateY(-100%);
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905)
}

.l-header__brand.is_scroll .l-header__brand__content {
	padding: 4.76vw;
}

.l-header__brand.is_scroll .l-header__brand__content::before {
	opacity: 1;
	transform: translateY(0);
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905)
}

.l-header__brand.is_active .l-header__brand__content::before {
	opacity: 0;
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905)
}

@media screen and (min-width: 781px) {

.l-header__brand__content {
	padding: 2.86vw;
}

.l-header__brand.is_scroll .l-header__brand__content {
	padding: 2.14vw;
}

}

/* -----
	Header Logo
------------------------------ */

.l-header__brand__logo {
	line-height: 0;
}

.l-header__brand__logo svg {
	width: 30.95vw;
	fill: var(--white);
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.is_scroll .l-header__brand__logo svg {
	width: calc(30.95vw * .8) ;
	fill: var(--black);
	opacity: .5;
}

.is_active .l-header__brand__logo svg {
	fill: var(--white);
	opacity: 1;
}

@media screen and (min-width: 781px) {

.l-header__brand__logo svg {
	width: 12.86vw;
}

.is_scroll .l-header__brand__logo svg {
	width: calc(12.86vw * .8) ;
}

}

/* -----
	Navigation Trigger
------------------------------ */

.l-header__brand__navigation__trigger {
	position: relative;
	width: 40px;
	height: 14px;
	cursor: pointer;
	opacity: 1;
	z-index: 1000;
}

.l-header__brand__navigation__trigger, .l-header__brand__navigation__trigger__bar {
	box-sizing: border-box;
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--white);
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
	border-radius: 2px;
}

.l-header__brand__navigation__trigger__bar:nth-of-type(1) {
	top: 0;
}

.l-header__brand__navigation__trigger__bar:nth-of-type(2) {
	top: 6px;
}

.l-header__brand__navigation__trigger__bar:nth-of-type(3) {
	bottom: 0;
}

.is_scroll .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(1),
.is_scroll .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(2),
.is_scroll .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(3) {
	background: var(--black);
	opacity: .5;
}

.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(1),
.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(2),
.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(3) {
	background: var(--white);
	opacity: 1;
}

.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-15deg);
	transform: translateY(6px) rotate(-15deg);
}

.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(2) {
  left: -50%;
  opacity: 0;
  transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(15deg);
	transform: translateY(-6px) rotate(15deg);
}

@-webkit-keyframes active_btn_bar {
	100% {
		height: 0;
	}
}

@keyframes active_btn_bar {
	100% {
		height: 0;
	}
}

@media screen and (min-width: 781px) {

.l-header__brand__navigation__trigger {
	width: 80px;
	height: 22px;
}

.l-header__brand__navigation__trigger, .l-header__brand__navigation__trigger__bar {
	box-sizing: border-box;
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--white);
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
	border-radius: 2px;
}

.l-header__brand__navigation__trigger__bar:nth-of-type(1) {
	top: 0;
}

.l-header__brand__navigation__trigger__bar:nth-of-type(2) {
	top: 11px;
}

.l-header__brand__navigation__trigger__bar:nth-of-type(3) {
	bottom: 0;
}

.is_scroll .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(1),
.is_scroll .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(2),
.is_scroll .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(3) {
	background: var(--black);
}

.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(1),
.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(2),
.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(3) {
	background: var(--white);
	opacity: 1;
}

.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-15deg);
	transform: translateY(10px) rotate(-15deg);
}

.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(2) {
  left: -50%;
  opacity: 0;
  transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.is_active .l-header__brand__navigation__trigger .l-header__brand__navigation__trigger__bar:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(15deg);
	transform: translateY(-10px) rotate(15deg);
}

@-webkit-keyframes active_btn_bar {
	100% {
		height: 0;
	}
}

@keyframes active_btn_bar {
	100% {
		height: 0;
	}
}

}

/* Global Navigation
========================================================================== */

.l-header__brand__navigation {
	visibility: hidden;
	position: fixed;
	width: 80.95vw;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.l-header__brand__navigation::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--gradient_02);
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	z-index: -1;
}

.is_active .l-header__brand__navigation {
	visibility: visible;
	opacity: 1;
}

.l-header__brand__navigation {

}

.l-header__brand__navigation__inner {
	padding-top: 28.58vw;
	padding-left: 14.29vw;
}

.l-header__brand__navigation {
}

.l-header__brand__navigation__main {
}

.l-header__brand__navigation__main-item {
	font-family: var(--head_en);
	font-size: 2.4rem;
	letter-spacing: .25rem;
	margin-bottom: 4.76vw;
}

.l-header__brand__navigation__main-item:last-child {
	margin-bottom: 0;
}

.l-header__brand__navigation__main-item__label {
	font-family: var(--head_ja);
	font-size: 1.2rem;
	font-weight: 400;
	display: block;
}

.l-header__brand__navigation__main-item a {
	color: var(--white);
}

.l-header__brand__navigation .c-button__gift {
	width: auto;
	margin: auto;
	margin-top: 4.76vw;
}

.l-header__brand__navigation .c-button__main {
	width: auto;
	margin-top: 4.76vw;
}

.l-header__brand__sns {
	margin-top: 4.76vw;
}

.l-header__brand__sns__list {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 3.57vw;
}

.l-header__brand__sns__list-item {
}

.l-header__brand__sns__list-item a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17.86vw;
	aspect-ratio: calc(1/1);
}

.l-header__brand__sns__list-item a i {
	color: var(--main_color);
	font-size: 2.4rem;
}

.l-header__brand__sns__list-item a::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--white);
	top: 0;
	left: 0;
	border-radius: 50%;
	z-index: -1;
}

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

.l-header__brand__navigation {
	width: 38.57vw;
}

.l-header__brand__navigation__inner {
	padding-top: 8.57vw;
	padding-left: 5.71vw;
}

.l-header__brand__navigation__main-item {
	font-size: 3.2rem;
	margin-bottom: 1.43vw;
}

.l-header__brand__navigation__main-item__label {
	font-size: 1.4rem;
}

.l-header__brand__navigation .c-button__gift {
	display: block;
	margin-top: 4.29vw;
	margin: 0;
	margin-top: 2.14vw;
	margin-right: auto;
}

.l-header__brand__navigation .c-button__main {
	margin-top: 1.43vw;
}

.l-header__brand__sns {
	margin-top: 2.14vw;
}

.l-header__brand__sns__list {
	gap: 1.07vw;
	padding: 0;
}

.l-header__brand__sns__list-item {
}

.l-header__brand__sns__list-item a {
	width: 5.36vw;
}

.l-header__brand__sns__list-item a i {
	font-size: 2rem;
}

}

/* Common Style
========================================================================== */

.l-brand {}

.l-brand__container__container {}

@media screen and (min-width: 768px) {}

/* -----
	Text
------------------------------ */

.c-text__basic {
	font-size: 1.4rem;
	line-height: 1.75;
	letter-spacing: .25rem;
}

.c-text__desc {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .15rem;
}

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

.c-text__basic {
	font-size: 1.5rem;
}

.c-text__desc {
	font-size: 1.7rem;
}

}

/* -----
	SNS List
------------------------------ */

.c-sns {

}

.c-sns__list {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.c-sns__list-item a {
	display: block;
	width: 35px;
	height: 35px;
	color: var(--main_color);
	font-size: 1.6rem;
	line-height: 35px;
	text-align: center;
	background: var(--white);
	border-radius: 50%;
}

/* Button Style
========================================================================== */

/* -----
	Basic Button
------------------------------ */

.c-button__basic {
	width: 100%;
	text-align: center;
	margin: 0 auto;

}

.c-button__basic a {
	position: relative;
	display: inline-block;
	font-family: var(--head_ja);
	color: var(--black);
	font-size: 1.4rem;
	letter-spacing: .25rem;
	padding: 10px 40px;
	border: solid 1px var(--black);
	border-radius: 50px;
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.c-button__basic span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 1px;
	border-radius: 9999px;
	background-color: var(--black);
	left: 0;
	top: 50%;
	transform: translateX(-60%);
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.c-button__basic span::before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 7px;
	height: 1px;
	border-radius: 9999px;
	background-color: var(--black);
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}

.c-button__basic a:hover span {
	transform: translateX(-45%);
}

.c-button__basic a:hover {
}

/* -----
	Main Button
------------------------------ */

.c-button__main {
	width: 100%;
	text-align: center;
	margin: 0 auto;

}

.c-button__main a {
	display: inline-block;
	color: var(--white);
	font-size: 1.4rem;
	letter-spacing: .25rem;
	padding: 10px 30px;
	border-radius: 50px;
	background-position: right center; /* change the direction of the change here */
	background-image: linear-gradient(to right, #D5B2E4 0%, #D5B2E4 51%, #B568DC 100%);
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
	background-size: 200% auto;
}

.c-button__main i {
	font-size: 1.8rem;
	margin-right: 10px;
}

.c-button__main a:hover {
  background-position: left center; /* change the direction of the change here */
}

/* -----
	Gift Button
------------------------------ */

.c-button__gift {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.c-button__gift a {
	display: inline-block;
	color: var(--white);
	font-size: 1.4rem;
	letter-spacing: .25rem;
	padding: 10px 30px;
	border-radius: 50px;
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
	background-size: 200% auto;
}

.c-button__gift i {
	font-size: 1.8rem;
	margin-right: 10px;
}

.c-button__gift a {
	background-position: right center; /* change the direction of the change here */
	background-image: linear-gradient(to right, #a56c0b 0%, #c9a33d 51%, #a56c0b 100%);
}

.c-button__gift a:hover {
  background-position: left center; /* change the direction of the change here */
}


.c-button__gift__big {
	width: 100%;
	text-align: center;
}

.c-button__gift__big a {
	display: block;
	color: var(--white);
	font-size: 1.5rem;
	letter-spacing: .25rem;
	padding: 18px 30px;
	border-radius: 14px;
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
	background-size: 200% auto;
}

.c-button__gift__big i {
	font-size: 2rem;
	margin-right: 10px;
}

.c-button__gift__big a {
	background-position: right center; /* change the direction of the change here */
	background-image: linear-gradient(to right, #a56c0b 0%, #c9a33d 51%, #a56c0b 100%);
}

.c-button__gift__big a:hover {
  background-position: left center; /* change the direction of the change here */
}

/* -----
	Accordion Plus Button
------------------------------ */

.c-accordion__plus__icon {
	position: absolute;
	width: 20px;
	height: 20px;
}

/* 横線 */
.c-accordion__plus__icon::before,
.c-accordion__plus__icon::after {
	content: "";
	position: absolute;
	background: var(--black);
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

/* 横棒 */
.c-accordion__plus__icon::before {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* 縦棒 */
.c-accordion__plus__icon::after {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.c-accordion__button.active .c-accordion__plus__icon::after {
  transform: translateX(-50%) rotate(90deg);
}

/* Main
========================================================================== */

.l-main {}

.l-main__content {}

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

}

/* Brand Page
========================================================================== */

.c-fade__bottom {
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}

/* -----
	Brand Page Common
------------------------------ */

.l-brand {
	background: radial-gradient(circle at center, #e2cbe3, #eee4df, #d4c8e4, #d8ddf7, #e4e1eb);
	background-size: 200% 200%;
	animation: gradientMove 20s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.c-nav__blur {
	filter: blur(0);
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.c-nav__blur.is_active {
	filter: blur(5px);
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.l-brand__section {

}

.l-brand__section__head {
	font-family: var(--head_en);
	font-size: 3.6rem;
	line-height: 1.5;
	letter-spacing: .25rem;
}

.l-brand__section__head__ja {
	display: block;
	font-family: var(--head_ja);
	font-size: 1.2rem;
	letter-spacing: .5rem;
}

.c-image__round {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}

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

.l-brand__section__head {
	font-size: 5.4rem;
}

.l-brand__section__head__ja {
	font-size: 1.8rem;
}

}

/* -----
	First Visual
------------------------------ */

.l-brand__fv {
	position: relative;
	width: 100%;
	height: 100vh;
}

.l-brand__fv__logo {}

.l-brand__fv__logo svg {
	position: absolute;
	width: 30.95vw;
	fill: var(--white);
	top: 7.14vw;
	left: 7.14vw;
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.l-brand__fv::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 200vh;
	background: url(../img/brand/fv_bg_sp_wide.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	top: 0;
	left: 0;
	opacity: .8;
	z-index: -1;
}

.l-brand__fv__inner {
	position: absolute;
	color: var(--white);
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 14.29vw;
}

.l-brand__fv__text {
	font-family: var(--head_ja);
	font-size: 3.2rem;
	letter-spacing: .75rem;
}

.l-brand__fv__layer,
.l-brand__fv__text {
  will-change: transform;
}

.l-brand__fv__text span {
	opacity: 0;
	transform: translateY(20px);
	filter: blur(5px);
	transition: all cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

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

.l-brand__fv__logo svg {
	width: 10vw;
	top: 2.86vw;
	left: 2.86vw;
}

.l-brand__fv::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 200vh;
	background: url(../img/brand/fv_bg_pc_wide.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	top: 0;
	left: 0;
	opacity: .8;
	z-index: -1;
}

.l-brand__fv__inner {
	padding-left: 14.29vw;
}

.l-brand__fv__text {
	font-size: 5.4rem;
	letter-spacing: 1.5rem;
}

}

/* -----
	Scroll Bar
------------------------------ */

.l-brand__fv__scroll-bar {
	position: absolute;
	/* bottom: 9.52vw; */
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.l-brand__fv__scroll-bar.visible {
  opacity: 1;
}
  
.l-brand__fv__scroll-bar span {
	position: absolute;
	color: var(--white);
	font-family: var(--head_en);
	font-size: 1.4rem;
	letter-spacing: .5rem;
	margin-right: -.5rem;
	text-transform: uppercase;
	top: calc(-75px - 10px);
	transform: translate(-50%, -100%);
}

.l-brand__fv__scroll-bar::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -2px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	animation: circlemove 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
}

.l-brand__fv__scroll-bar::after {
	content: '';
	width: 1px;
	height: 75px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
}

@keyframes circlemove {
	0% {
		bottom: 75px;
	}
	100% {
		bottom: -5px;
	}
}

@keyframes cirlemovehide {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}

@media screen and (min-width: 781px) {

.l-brand__fv__scroll-bar span {
	font-size: 1.8rem;
}

.l-brand__fv__scroll-bar {
	bottom: -1.43vw;
}
	  
}

/* -----
	About Section
------------------------------ */

.l-brand__section__about {
	padding-top: 47.62vw;
}

.l-brand__section__about__head {
	text-align: center;
	margin-bottom: 9.52vw;
}

.l-brand__section__about__head__ja {}

.l-brand__section__about__inner {

}

.l-brand__section__about__contents {

}

.l-brand__section__about__contents__detail {
	padding: 0 9.52vw;
}

.l-brand__section__about__contents__detail__head {
	font-family: var(--head_ja);
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 9.52vw;
	margin-right: -1.25rem;
}

.l-brand__section__about__contents__detail .c-text__desc {
	text-align: center;
	margin-bottom: 7.14vw;
}

.l-brand__section__about .c-button__main {
	margin-top: 9.52vw;
}

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

.l-brand__section__about {
	padding-top: 10vw;
}

.l-brand__section__about__head {
	margin-bottom: 4.29vw;
}

.l-brand__section__about__contents__detail {
	padding: 0 10vw;
}

.l-brand__section__about__contents__detail__head {
	font-size: 3.6rem;
	margin-bottom: 4.29vw;
}

.l-brand__section__about__contents__detail .c-text__desc {
	max-width: 42.86vw;
	text-align: center;
	margin: 0 auto 2.86vw;
}

.l-brand__section__about .c-button__main {
	margin-top: 4.29vw;
}

}

/* -----
	Gift Service Section
------------------------------ */

.l-brand__section__gift-service {
	padding: 28.57vw 0;
}

.l-brand__section__gift-service__head {
	text-align: center;
}

.l-brand__section__gift-service .c-text__desc {
	padding: 0 9.52vw;
	margin-top: 9.52vw;
}

.l-brand__section__gift-service__list {}

.l-brand__section__gift-service__list-item {
	margin-top: 19.05vw;
	overflow: hidden;
}

.l-brand__section__gift-service__list-item__image {
	position: relative;
	margin-top: 7.14vw;
}

.l-brand__section__gift-service__list-item__image__inner {
	padding: 0 9.52vw;
}

.l-brand__section__gift-service__list-item__slide {
	margin-top: 7.14vw;
}

.l-brand__section__gift-service__list-item__detail {
	padding: 0 9.52vw;
}

.l-brand__section__gift-service__list__num {
	color: var(--main_color);
	font-family: var(--head_en);
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .25rem;
	margin-bottom: 2.38vw;
}

.l-brand__section__gift-service__list__head {
	font-family: var(--head_ja);
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .25rem;
	line-height: 1.75;
	margin-bottom: 7.14vw;
}

.l-brand__section__gift-service__list__people {
	margin-top: 7.14vw;
}

.l-brand__section__gift-service__list__people__list {
	display: flex;
	justify-content: flex-end;
}

.l-brand__section__gift-service__list__people__list-item {
	display: flex;
	align-items: center;
	gap: 2.38vw;
}

.l-brand__section__gift-service__list__people__list-item__tumb {
	width: 16.67vw;
	aspect-ratio: calc(1/1);
	border-radius: 10px;
	overflow: hidden;
}

.l-brand__section__gift-service__list__people__list-item__profile {

}

.l-brand__section__gift-service__list__people__list-item__profile__position {
	font-size: 1.1rem;
	margin-bottom: 2.38vw;
}

.l-brand__section__gift-service__list__people__list-item__profile__name {
	font-size: 1.4rem;
}

.l-brand__section__gift-service__list-item__image__slider {
	position: relative;
	padding: 0 9.52vw 7.14vw;
}

.l-brand__section__gift-service__list-item__image__slide {
	position: relative;
}

.l-brand__section__gift-service__list-item__image__slide-item {
	width: 100%!important;
	padding: 9.52vw 3.57vw;
	background: #F5F1F8;
	background: linear-gradient(135deg,rgba(245, 241, 248, 1) 0%, rgba(223, 209, 234, 1) 100%);
	border-radius: 30px;
}

.l-brand__section__gift-service__list-item__image__slide-item__head {
	font-family: var(--head_ja);
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 4.76vw;
}

.l-brand__section__gift-service__list-item__image__slide-item .c-text__basic {
	margin-top: 4.76vw;
}

.l-brand__section__gift-service__list-item__slide  .swiper-pagination {
	bottom: 0;
}

.l-brand__section__gift-service__list-item__slide .swiper-pagination-bullets {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 3.57vw;
	padding: 0 19.05vw;
}

.l-brand__section__gift-service__list-item__slide .swiper-pagination-bullet {
	width: 100%;
	height: 10px;
	border-radius: 10px;
	background: var(--white);
	opacity: 1;
}

.l-brand__section__gift-service__list-item__slide .swiper-pagination-bullet-active {
	background: var(--secondary_color);
}

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

.l-brand__section__gift-service {
	padding: 10vw 0;
}

.l-brand__section__gift-service__head {
	text-align: center;
}

.l-brand__section__gift-service .c-text__desc {
	text-align: center;
	padding: 0;
	margin-top: 2.14vw;
}

.l-brand__section__gift-service__list {
	margin-top: 5.71vw;
}

.l-brand__section__gift-service__list-item {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row-reverse;
	gap: 5.71vw;
	padding: 0 10vw;
	margin-top: 8.57vw;
}

.l-brand__section__gift-service__list .l-brand__section__gift-service__list-item:nth-child(2) {
	flex-flow: row;
}

.l-brand__section__gift-service__list-item__image {
	width: 45.71vw;
	position: relative;
	margin-top: 0;
}

.l-brand__section__gift-service__list-item__image__inner {
	padding: 0;
}

.l-brand__section__gift-service__list-item__detail {
	position: relative;
	width: 28.57vw;
	padding: 0;
	margin-top: 2.86vw;
	z-index: 1;
}

.l-brand__section__gift-service__list__num {
	font-size: 2.4rem;
	margin-bottom: 0.71vw;
}

.l-brand__section__gift-service__list__head {
	font-size: 3.6rem;
	margin-bottom: 2.86vw;
}

.l-brand__section__gift-service__list__people {
	margin-top: 2.86vw;
}

.l-brand__section__gift-service__list__people__list {
}

.l-brand__section__gift-service__list__people__list-item {
	gap: 1.07vw;
}

.l-brand__section__gift-service__list__people__list-item__tumb {
	width: 5vw;
}

.l-brand__section__gift-service__list__people__list-item__profile {

}

.l-brand__section__gift-service__list__people__list-item__profile__position {
	font-size: 1.2rem;
	margin-bottom: 0.71vw;
}

.l-brand__section__gift-service__list__people__list-item__profile__name {
	font-size: 1.5rem;
}

.l-brand__section__gift-service__list-item__slide {
	position: relative;
	width: 45.71vw;
	margin-top: 0;
	z-index: 0;
	overflow: hidden;
}

.l-brand__section__gift-service__list-item__image__slider {
	position: relative;
	padding: 0 9.52vw 2.14vw;
	overflow: visible;
}

.l-brand__section__gift-service__list-item__image__slider .swiper-slide {
	transform: scale(.75);
	opacity: .35;
	transition: all 1s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.l-brand__section__gift-service__list-item__image__slider .swiper-slide-active {
	transform: scale(1);
	opacity: 1;
	transition: all 1s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.l-brand__section__gift-service__list-item__image__slider .swiper-slide-prev,
.l-brand__section__gift-service__list-item__image__slider .swiper-slide-next {
	transform: scale(.75);
	opacity: .35;
	transition: all 1s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}


.l-brand__section__gift-service__list-item__image__slide-item {
	padding: 2.86vw 2.14vw;
}

.l-brand__section__gift-service__list-item__image__slide-item__head {
	font-size: 2.4rem;
	margin-bottom: 1.43vw;
}

.l-brand__section__gift-service__list-item__image__slide-item .c-text__basic {
	margin-top: 1.43vw;
}

.l-brand__section__gift-service__list-item__slide  .swiper-pagination {
	bottom: 0;
}

.l-brand__section__gift-service__list-item__slide .swiper-pagination-bullets {
	gap: 1.29vw;
	padding: 0 9.52vw;
}

.l-brand__section__gift-service__list-item__slide .swiper-pagination-bullet {
}

.l-brand__section__gift-service__list-item__slide .swiper-pagination-bullet-active {
}

}

/* -----
	Gift Lineup Section
------------------------------ */

.l-brand__section__gift-lineup {
	position: relative;
	width: 100%;
	padding: 19.05vw 0;
}

.l-brand__section__gift-lineup::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/brand/gift-lineup_bg_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 0;
	left: 0;
	opacity: .5;
	z-index: 0;
}

.l-brand__section__gift-lineup__head {
	text-align: center;
	margin-bottom: 14.29vw;
}

.l-brand__section__gift-lineup__list {
	padding: 0 9.52vw;
}

.l-brand__section__gift-lineup__list-item {

}

.l-brand__section__gift-lineup__list-item__detail {

}

.l-brand__section__gift-lineup__list-item__detail__num {
	width: 33.33vw;
	color: var(--white);
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	background: var(--main_color);
	border-radius: 20px 0 20px 0;
	padding: 7px 0;
	margin: 0 auto 4.76vw;
}

.l-brand__section__gift-lineup__list-item__detail__head {
	font-family: var(--head_en);
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .05rem;
	margin-bottom: 4.76vw;
}

.l-brand__section__gift-lineup__list-item__detail__head__sub {
	font-size: 1.4rem;
	font-family: var(--head_ja);
	display: block;
}

.l-brand__section__gift-lineup__list-item__detail__schedule {
	display: flex;
	gap: 2.38vw;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .15rem;
	margin-bottom: 7.14vw;
}

.l-brand__section__gift-lineup__list-item__detail__schedule__limited {
	color: var(--white);
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	background: var(--main_color);
	border-radius: 20px;
	padding: 7px 14px;
}

.l-brand__section__gift-lineup__list-item__detail__note {
	font-size: 1rem;
	text-align: right;
	margin-top: 2.38vw;
}

.l-brand__section__gift-lineup__list-item__image {
	margin-top: 4.76vw;
}

.l-brand__section__gift-lineup__list-item .c-button__gift__big {
	margin-top: 9.52vw;
}

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

.l-brand__section__gift-lineup {
	padding: 5.71vw 0;
}

.l-brand__section__gift-lineup::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/brand/gift-lineup_bg_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 0;
	left: 0;
	opacity: .5;
	z-index: 0;
}


.l-brand__section__gift-lineup__head {
	text-align: center;
	margin-bottom: 4.29vw;
}

.l-brand__section__gift-lineup__list {
	padding: 0 10vw;
}

.l-brand__section__gift-lineup__list-item {
	display: flex;
	flex-flow: row-reverse;
	gap: 5.71vw;
}

.l-brand__section__gift-lineup__list-item__detail {
	width: 37.14vw;
}

.l-brand__section__gift-lineup__list-item__detail__num {
	width: 10.71vw;
	font-size: 1.6rem;
	margin: 0 0 1.07vw;
}

.l-brand__section__gift-lineup__list-item__detail__head {
	font-size: 4.2rem;
	text-align: left;
	margin-bottom: 1.07vw;
	display: flex;
	align-items: baseline;
	gap: 1.43vw;
}

.l-brand__section__gift-lineup__list-item__detail__head__sub {
	font-size: 1.8rem;
}

.l-brand__section__gift-lineup__list-item__detail__schedule {
	display: flex;
	gap: 0.71vw;
	justify-content: left;
	font-size: 1.5rem;
	margin-bottom: 1.79vw;
}

.l-brand__section__gift-lineup__list-item__detail__schedule__limited {
}

.l-brand__section__gift-lineup__list-item__detail__note {
	margin-top: 0.71vw;
}

.l-brand__section__gift-lineup__list-item__image {
	width: 37.14vw;
	margin-top: 0;
}

.l-brand__section__gift-lineup__list-item .c-button__gift__big {
	max-width: 17.86vw;
	margin-top: 2.14vw;
	margin-right: auto;
}

}

/* -----
	FAQ Section
------------------------------ */

.l-brand__section__faq {
	padding: 19.05vw 0;
}

.l-brand__section__faq__head {
	text-align: center;
	display: flex;
	gap: 2.38vw;
	align-items: baseline;
	justify-content: left;
	padding: 0 9.52vw;
	margin-bottom: 14.29vw;
}

.l-brand__section__faq__list {
	padding: 0 9.52vw;
}

.l-brand__section__faq__list-item {
	position: relative;
	padding: 4.76vw 0;
	border-top: solid 1px var(--black);
}

.l-brand__section__faq__list-item:last-child {
	border-bottom: solid 1px var(--black);
}

.l-brand__section__faq__list-item__question {
	display: flex;
	align-items: baseline;
	gap: 2.38vw;
	font-family: var(--head_ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	padding-right: 9.52vw;
}

.l-brand__section__faq__list-item__question::before {
	display: block;
	content: 'Q.';
	font-size: 2.4rem;
	font-weight: 400;
}

.l-brand__section__faq__list-item__answer {
	margin-top: 4.76vw;
	max-height: 0;
	overflow: hidden;
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.l-brand__section__faq__list-item a {
	color: var(--main_color);
	border-bottom: dashed 1px var(--main_color);
}

.l-brand__section__faq__list-item .c-accordion__plus__icon {
	right: 0;
	top: 8.33vw;
}

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

.l-brand__section__faq {
	padding: 8.57vw 0;
}

.l-brand__section__faq__head {
	text-align: center;
	display: flex;
	gap: 2.14vw;
	align-items: baseline;
	justify-content: left;
	padding: 0 10vw;
	margin-bottom: 4.29vw;
}

.l-brand__section__faq__list {
	padding: 0 10vw;
}

.l-brand__section__faq__list-item {
	padding: 1.43vw 2.86vw;
}

.l-brand__section__faq__list-item__question {
	display: flex;
	font-size: 2rem;
	align-items: baseline;
	gap: 1.07vw;
	padding-right: 4.29vw;
}

.l-brand__section__faq__list-item__question::before {
	font-size: 3.2rem;
}

.l-brand__section__faq__list-item__answer {
	margin-top: 0.71vw;
	padding-right: 4.29vw;
	padding-left: 3.5vw;
}

.l-brand__section__faq__list-item.active .l-brand__section__faq__list-item__answer {
	max-height: 200px; /* 適当でOK */
}

.l-brand__section__faq__list-item .c-accordion__plus__icon {
	right: 2.86vw;
	top: 2.5vw;
}

}

/* -----
	News Section
------------------------------ */

.l-brand__section__news {
	padding: 19.05vw 0;
}

.l-brand__section__news__head {
	text-align: center;
	display: flex;
	gap: 2.38vw;
	align-items: baseline;
	justify-content: left;
	padding: 0 9.52vw;
	margin-bottom: 14.29vw;
}

.l-brand__section__news__inner {
	padding: 0 9.52vw;
}

.l-brand__section__news__list {

}

.l-brand__section__news__list-item {
	position: relative;
	padding: 4.76vw 0;
	border-top: solid 1px var(--black);
}

.l-brand__section__news__list-item:last-child {
	border-bottom: solid 1px var(--black);
}

.l-brand__section__news__list-item__top {
	padding-right: 9.52vw;
}

.l-brand__section__news__list-item__data {
	display: flex;
	align-items: baseline;
	gap: 2.38vw;
	letter-spacing: .05rem;
	margin-bottom: 3.57vw;
}

.l-brand__section__news__list-item__date {
	color: var(--black);
	font-size: 1.5rem;
}

.l-brand__section__news__list-item__category a, .l-brand__section__news__list-item__category {
	display: inline-block;
	font-size: 1.1rem;
    text-align: center;
    color: var(--white);
	background: var(--secondary_color);
    border-radius: 20px;
    padding: 5px 14px;
}

.l-brand__section__news__list-item__head a, .l-brand__section__news__list-item__head {
	color: var(--black);
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .05rem;
}

.l-brand__section__news__list-item__desc {
	margin-top: 4.76vw;
	/* アコーディオン設定 */
	max-height: 0;
	overflow: hidden;
	/* */
	transition: all .5s cubic-bezier(0.48, 0.028, 0.226, 0.905);
}

.l-brand__section__news__list-item__desc a {
	color: var(--main_color);
	border-bottom: dashed 1px var(--main_color);
}

.l-brand__section__news__list-item__desc figure {
	border-radius: 14px;
	overflow: hidden;
	margin: 2.38vw 0;
}

.l-brand__section__news__list-item .c-accordion__plus__icon {
	right: 0;
	top: 4.76vw;
}

.l-brand__section__news__more {
	margin-top: 9.52vw;
}

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

.l-brand__section__news {
	padding: 10vw 0;
}

.l-brand__section__news__head {
	gap: 2.14vw;
	padding: 0 10vw;
	margin-bottom: 4.29vw;
}

.l-brand__section__news__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 10vw;
}

.l-brand__section__news__list {
	width: 51.43vw;
}

.l-brand__section__news__list-item {
	padding: 1.43vw 0.71vw;
}

.l-brand__section__news__list-item__top {
	padding-right: 4.29vw;
}

.l-brand__section__news__list-item__data {
	align-items: center;
	gap: 0.71vw;
	letter-spacing: .05rem;
	margin-bottom: 0.71vw;
}

.l-brand__section__news__list-item__date {
	margin-bottom: 0;
}

.l-brand__section__news__list-item__desc {
	margin-top: 0.71vw;
}

.l-brand__section__news__list-item__desc figure {
	margin: 0.71vw 0;
}

.l-brand__section__news__list-item .c-accordion__plus__icon {
	right: 2.86vw;
	top: 2.14vw;
}

.l-brand__section__news__more {
	margin-top: 0;
}

}

/* -----
	Contact Section
------------------------------ */

.l-brand__section__contact {
	position: relative;
	padding: 19.05vw 0;
}

.l-brand__section__contact::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--white);
	top: 0;
	left: 0;
	opacity: .4;

}

.l-brand__section__contact__inner {

}

.l-brand__section__contact__detail {
}

.l-brand__section__contact__head {
	padding: 0 9.52vw;
	margin-bottom: 14.29vw;
}

.l-brand__section__head__ja {

}

.l-brand__section__contact .c-text__basic {
	padding: 0 9.52vw;
}

.l-brand__section__contact__button {
	text-align: right;
	padding: 0 9.52vw;
	margin-top: 9.52vw;
}

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

.l-brand__section__contact {
	padding: 8.57vw 0;
}

.l-brand__section__contact::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--white);
	top: 0;
	left: 0;
	opacity: .4;

}

.l-brand__section__contact__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 10vw;
}

.l-brand__section__contact__detail {
	width: 37.14vw;
}

.l-brand__section__contact__head {
	padding: 0;
	margin-bottom: 2.14vw;
}

.l-brand__section__head__ja {

}

.l-brand__section__contact .c-text__basic {
	padding: 0;
}

.l-brand__section__contact__button {
	text-align: right;
	padding: 0;
	margin-top: 0;
}


}

/* Contact Form
========================================================================== */

.c-contact__form {}

.c-contact__form__row {
	position: relative;
	margin-bottom: 20px;
}

/* FontAwesomeで書き換える */
.c-contact__form__row.select ion-icon {
	position: absolute;
	color: #414141;
    font-size: 14px;
    font-size: 1.4rem;
	right: 15px;
	bottom: 17px;
	transform: rotate(90deg);
}

.c-contact__form__row label {
	display: block;
	color: var(--white);
    font-size: 1.4rem;
	line-height: 1.5;
    background: transparent;
	margin-bottom: 10px;
}

.c-contact__form__row label .required {
	color: var(--white);
    font-size: 1.2rem;
	font-weight: 500;
	margin-left: 3px;
}

.c-contact__form input,
.c-contact__form textarea,
.c-contact__form select {
	position: relative;
	display: block;
	width: 100%;
	color: var(--text_color);
    font-size: 1.4rem;
	padding: 14px;
	background: var(--white);
	border-radius: 20px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.c-contact__form .wpcf7-acceptance {
	display: block;
	text-align: center;
}

.c-contact__form .wpcf7-acceptance .wpcf7-list-item label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 1.2rem;
}

.c-contact__form .wpcf7-acceptance .wpcf7-list-item label span {
	display: block;
	white-space: nowrap;
}

.c-contact__form .wpcf7-acceptance .wpcf7-list-item label span a {
	color: var(--white);
	border-bottom: dashed 1px var(--white);
}

.c-contact__form input::placeholder,
.c-contact__form textarea::placeholder {
    font-size: 1.4rem;
	font-weight: 400;
}

.c-contact__form .form__submit {
	text-align: center;
	margin-top: 40px;
}

.c-contact__form input[type="submit"] {
	display: inline-block;
    font-size: 1.4rem;
    color: var(--white);
	padding: 14px 40px;
	background: linear-gradient(to bottom,#9B5BED,#A260E8,#B568DC,#C470D2);
    border-radius: 20px;
}

.c-contact__form .ajax-loader {
	display: none!important;
}

.c-contact__form + .wpcf7-response-output {
	color: #C470D2;
	font-size: 1.2rem;
	text-align: center;
	background: var(--white)!important;
	border: 0!important;
	padding: 14px!important;
	margin: 0;
	border: none!important;
	border-radius: 20px;
}

.c-contact__form .wpcf7-not-valid-tip {
	color: var(--white);
	font-size: 1.1rem;
	margin-top: 5px;
}

.c-contact__form .wpcf7-not-valid-tip::before {
	content: '※';
}

.c-contact__form + .wpcf7-validation-errors {
	background: var(--main_color);
}

.c-contact__form .wpcf7-list-item {
	margin: 0;
}

.wpcf7-spinner {
	display: none;
}

@media screen and (min-width: 781px) {}

/* Footer
========================================================================== */

.l-footer__brand {
	position: relative;
	padding: 19.05vw 0;
}

.l-footer__brand__content {
	position: relative;
	z-index: 1;
}

.l-footer__brand__content {

}

.l-footer__brand__content__top {

}

.l-footer__brand__content__row {

}

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

.l-footer__brand__logo svg {
	fill: var(--black);
	width: 47.62vw;
}

.l-footer__brand__sub-navigation {
	margin-top: 9.52vw;
}

.l-footer__brand__sub-navigation__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 4.72vw;
	padding: 0 9.52vw;
}

.l-footer__brand__sub-navigation__list-item {

}

.l-footer__brand__sub-navigation__list-item a {
	color: var(--black);
	font-family: var(--head_en);
	font-size: 1.4rem;
}

.l-footer__brand__sns {
	margin-bottom: 19.05vw;
}

.l-footer__brand__sns__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9.52vw;
	padding: 0 9.52vw;
}

.l-footer__brand__sns__list-item {
}

.l-footer__brand__sns__list-item a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28.57vw;
	aspect-ratio: calc(1/1);
}

.l-footer__brand__sns__list-item a i {
	color: var(--main_color);
	font-size: 2.8rem;
}

.l-footer__brand__sns__list-item a::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--white);
	top: 0;
	left: 0;
	border-radius: 50%;
	opacity: .4;
	z-index: -1;
}

.l-footer__brand__content__bottom {

}

.l-footer__brand__link {

}

.l-footer__brand__link__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9.52vw;
	padding: 0 9.52vw;
	margin-top: 28.57vw;
}

.l-footer__brand__link__list-item a {
	color: var(--black);
	font-size: 1.2rem;
	text-decoration: underline;
}

.l-footer__brand__copy {
	margin-top: 19.05vw;
}

.l-footer__brand__copy__text {
	display: block;
	color: var(--black);
	font-family: var(--head_en);
	font-size: 1rem;
	text-align: center;
	letter-spacing: .15rem;
}

.l-footer__brand__back-to-top {
	position: fixed;
	text-align: center;
	line-height: 1.25;
	bottom: 4.76vw;
	right: 4.76vw;
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s cubic-bezier(0.48, 0.028, 0.226, 0.905);
	pointer-events: none; /* クリック無効 */
	z-index: 1;
}

.l-footer__brand__back-to-top a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 23.81vw;
	aspect-ratio: calc(1/1);
	color: var(--white);
	font-family: var(--head_en);
	font-size: 1.4rem;
}

.l-footer__brand__back-to-top a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--gradient_01);
	border-radius: 50%;
	opacity: .7;
	z-index: -1;
}

.l-footer__brand__back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; /* クリック有効 */
}

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

.l-footer__brand {
	position: relative;
	padding: 8.57vw 0;
}

.l-footer__brand__content {
	padding: 0 10vw;
}

.l-footer__brand__content__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row-reverse;
}

.l-footer__brand__content__row {

}

.l-footer__brand__logo {
	text-align: left;
}

.l-footer__brand__logo svg {
	width: 14.29vw;
}

.l-footer__brand__sub-navigation {
	margin-top: 4.29vw;
}

.l-footer__brand__sub-navigation__list {
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 1.43vw;
	padding: 0;
}

.l-footer__brand__sub-navigation__list-item {

}

.l-footer__brand__sub-navigation__list-item a {
	font-size: 1.4rem;
}

.l-footer__brand__sns {
	margin-bottom: 0;
}

.l-footer__brand__sns__list {
	gap: 1.43vw;
	padding: 0;
}

.l-footer__brand__sns__list-item {
}

.l-footer__brand__sns__list-item a {
	width: 10vw;
}

.l-footer__brand__sns__list-item a i {
	font-size: 3.6rem;
}

.l-footer__brand__content__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 5.71vw;
}

.l-footer__brand__link {

}

.l-footer__brand__link__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 0;
	margin-top: 0;
}

.l-footer__brand__copy {
	margin-top: 0;
}

.l-footer__brand__back-to-top {
	right: 5.71vw;
	bottom: 5.71vw;
}

.l-footer__brand__back-to-top a {
	width: 5.36vw;
	font-size: 2.8rem;
}

}
	
/* Contact Form
========================================================================== */

.l-contact__desc {
	font-size: 1.3rem;
	margin-bottom: 40px;
}

.l-contact__form {}

.l-contact__form__row {
	position: relative;
	margin-bottom: 30px;
}

.l-contact__form label {
	display: block;
	font-size: 1.3rem;
	margin-bottom: 7px;
}

.l-contact__form .required {
	color: var(--key_color);
}

.l-contact__form input[type='text'],
.l-contact__form input[type='email'],
.l-contact__form input[type='tel'],
.l-contact__form textarea,
.l-contact__form select {
	display: block;
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.75;
	letter-spacing: .15rem;
	padding: 14px;
	background: var(--white);
	border-radius: 14px;
}

.l-contact__form__row.select svg {
	position: absolute;
	height: 10px;
	fill: var(--text_color);
	font-size: 1.3rem;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}

.l-contact__form input[type='submit'] {
	display: block;
	width: 100%;
	color: var(--white);
	font-size: 1.3rem;
	text-align: center;
	padding: 14px;
	background: var(--text_color);
	border-radius: 14px;
}

@media screen and (min-width: 781px) {
			
	.l-contact__form input[type='text'],
	.l-contact__form input[type='email'],
	.l-contact__form input[type='tel'],
	.l-contact__form select {
		max-width: 25vw;
	}
		
}
