@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 1.6rem;
	margin: 0;
	background: #fff;
	overflow-x: hidden;
	animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
h1, figure {
	margin: 0;
}
img {
	vertical-align:bottom;
}
p {
	line-height: 2;
}
a {
	text-decoration: none;
	color: #111;
}


#wrapper p.txt--red,
.txt--red {
	color: #ff5983;
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #111;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
	a.btn-border {
		border: 2px solid #111;
		border-radius: 0;
		background: #fff;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	a.btn-border:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 5px;
		height: 100%;
		content: '';
		-webkit-transition: all .3s;
		transition: all .3s;
		background: #111;
	}
	a.btn-border:hover {
		color: #fff;
		background: #111;
	}
	a.btn-border:hover:before {
		background: #fff;
	}


.map--wrap {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
	.map--wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


#wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	/* padding-bottom: 150px; */
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
	#wrapper img {
		width: 100%;
		display: block;
	}


.top--head {
	background-color: #3d3027;
	padding: .5em 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
	#wrapper .top--head img {
		width: 80px;
		margin: auto;
	}


.top--mv {
	background-image: url(../img/bg_ptn.jpg);
	background-repeat: repeat;
	background-position: top center;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	position: relative;
}
	.top--mv::before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255,255,255,0.88);
		/* background-color: rgba(0,0,0,0.64); */
	}
	.top--mv--child {
		max-width: 1160px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: 0;
		box-shadow: 0 0 30px rgba(90,116,138,.3);
		overflow: visible;
	}
	.top--mv video {
		position: absolute;
		z-index: -1;
		bottom: 0;
		min-width: 100%;
  		min-height: 100%;
	}
@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 767px) {
}


.top--lead {
	margin: 8em auto;
	text-align: center;
	position: relative;
}
	.top--lead p {
		line-height: 2.4;
	}
	.top--lead--deco {
		position: absolute;
		width: 560px;
		top: -70px;
		left: -232px;
		transform: rotate(-20deg);
		z-index: 1;
	}
	.top--lead--deco.deco--v2 {
		transform: scale(-1, 1) rotate(-20deg);
		width: 480px;
		top: 20px;
		left: auto;
		right: -120px;
		z-index: 0;
		opacity: .4;
	}
@media screen and (max-width: 1400px) {
	.top--lead--deco {
		width: 41vw;
		top: 20px;
		left: -160px;
	}
	.top--lead--deco.deco--v2 {
		width: 40vw;
		top: 38px;
		right: -90px;
		opacity: .3;
	}
}
@media screen and (max-width: 960px) {
	.top--lead--deco {
		top: 50px;
	}
	.top--lead--deco.deco--v2 {
		top: 68px;
	}
}
@media screen and (max-width: 767px) {
	.top--lead {
		width: 80%;
		margin: 4em auto;
		text-align: left;
	}
	.top--lead h2 {
		font-size: 20px;
	}
	.top--lead p {
		font-size: 15px;
	}
	.top--lead--deco.deco--v2 {
		width: 70vw;
		top: auto;
		bottom: -48vw;
	}
}


.top--select {
	/* background-image: url(../img/bg_v3.jpg);
	background-size: cover;
	background-position: center; */
	background: rgb(242,236,228);
	background: linear-gradient(48deg, rgba(242,236,228,1) 0%, rgba(229,216,198,1) 25%, rgba(242,238,230,1) 75%, rgba(245,242,235,1) 100%);
	/* background-color: #f5f2eb; */
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 8em 0;
	position: relative;
}
	.top--select--child {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.top--select--child h2 {
		font-size: 48px;
		margin: 0;
	}
	.top--select--child h2 + p {
		margin: 0 0 2em;
	}
	.top--select--child ul {
		margin: 2em 0;
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#id-select .top--select--child ul {
		gap: 24px;
	}
	#id-select .top--select--child ul::after {
		content: "";
		display: block;
		width: 31.8%;
	}
	.top--select--child ul li {
		width: calc(100% / 3 - 18px);
	}
	.top--select--child ul li a {
		width: 100%;
		padding: 1em;
		font-size: 24px;
	}
	.top--select--child ul li a span {
		font-size: 64%;
		display: block;
	}
@media screen and (max-width: 1250px) {
	.top--select--child {
		width: 94%;
	}
}
@media screen and (max-width: 960px) {
	.top--select--child ul {
		flex-wrap: wrap;
		gap: 2.4vw 0;
	}
	#id-select .top--select--child ul {
		gap: 2.4vw 0;
	}
	.top--select--child ul li {
		width: 49%;
	}
	.top--select--child ul li a {
		padding: 1em .5em;
		font-size: 20px;
	}
	.top--select--child ul li a span {
		font-size: 80%;
	}
}
@media screen and (max-width: 767px) {
	.top--select {
		padding: 4em 0;
	}
	.top--select--child h2 {
		font-size: 30px;
	}
	.top--select--child ul + p {
		text-align: left;
	}
}


.top--plan-choice {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 8em 0;
}
	.top--plan-choice--child {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	.top--plan-choice--child h2 {
		font-size: 32px;
		margin: 0;
		position: relative;
		z-index: 2;
		display: inline-block;
		padding: 0 55px;
	}
	.top--plan-choice--child h2:before, .top--plan-choice--child h2:after {
		content: '';
		position: absolute;
		top: 40%;
		display: inline-block;
		width: 45px;
		height: 2px;
		border-top: solid 2px black;
		border-bottom: solid 2px black;
	}
	.top--plan-choice--child h2:before {
		left:0;
	}
	.top--plan-choice--child h2:after {
		right: 0;
	}
	.top--plan-choice--child h2 span {
		font-size: 64%;
	}
	.top--plan-choice--child h3 {
		font-size: 28px;
		position: relative;
		display: inline-block;
		padding: 0 55px;
		margin: 3em 0 0;
		color: #a89968;
	}
	.top--plan-choice--child h3:before, .top--plan-choice--child h3:after {
		content: '';
		position: absolute;
		top: 45%;
		display: inline-block;
		width: 45px;
		height: 1px;
		background-color: #a89968;
	}  
	.top--plan-choice--child h3:before {
		left:0;
	}
	.top--plan-choice--child h3:after {
		right: 0;
	}

	.top--plan-choice--child--deco {
		position: absolute;
		width: 320px;
		top: -250px;
		left: -56px;
		transform: rotate(-45deg);
		z-index: 1;
	}

	.top--plan-choice--child--about {
		width: 94%;
		margin: auto;
	}

	.top--plan-choice--child .splide {
		margin-top: 2em;
	}
	.top--plan-choice--child ul li a {
		position: relative;
	}
	.id-staff--flex--child a::before,
	.top--plan-choice--child ul li a::before {
		position: absolute;
		font-family: "Font Awesome 5 Free";
		content: '\f002';
		font-weight: 900;
		color: #fff;
		top: 8px;
		right: 8px;
		background: #ddd;
		padding: 5px;
		border-radius: 50%;
	}
	.top--plan-choice--child ul li p {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 0;
	}
@media screen and (max-width: 767px) {
	.top--plan-choice {
		padding: 4em 0;
	}
	.top--plan-choice--child h2 {
		font-size: 26px;
	}
	.top--plan-choice--child h3 {
		font-size: 24px;
		margin: 2.4em 0 .5em;
	}
	.top--plan-choice--child--about {
		text-align: left;
		font-size: 14px;
	}
	.top--plan-choice--child--deco {
		max-width: 280px;
		width: 56vw;
		top: -190px;
	}
	.top--plan-choice--child ul li a:before {
		right: 24px;
	}
}


.top--buy {
	background: none;
}
	.top--buy h2 {
		font-size: 32px;
		margin-bottom: 1em;
	}
	.top--buy h2 span {
		font-size: 64%;
	}
	.top--buy ul li {
		width: 49%;
	}
@media screen and (max-width: 767px) {
	.top--buy h2 {
		font-size: 26px;
	}
	.top--buy p {
		text-align: left;
	}
	.top--buy ul {
		flex-direction: column;
	}
	.top--buy ul li {
		width: 100%;
	}
}


.top--cm {
	background-image: url(../img/bg_ptn.jpg);
	background-repeat: repeat;
	background-position: top center;
	position: relative;
}
	.top--cm::before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255,255,255,0.88);
	}
	.top--cm h2 {
		font-size: 32px;
	}
	.top--cm .top--select--child {
		position: relative;
	}
@media screen and (max-width: 767px) {
	.top--cm h2 {
		font-size: 26px;
	}
}


.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}


#id-christmas {
	background-image: url(../img/christmas24/bg.jpg);
	background-repeat: repeat;
	background-position: center;
	position: relative;
	border-top: 8px solid  #ae8545;
	border-bottom: 8px solid #ae8545;
}
	#id-christmas h2 {
		max-width: 640px;
		margin: auto;
	}
	#id-christmas h2 + p {
		color: #fff;
		margin: 1em auto;
		text-shadow: #222 0 0 4px;
	}
	.id-christmas--flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 24px 0;
	}
	.id-christmas--flex--child {
		width: 32%;
		position: relative;
	}

	.id-christmas--out--top,
	.id-christmas--out--bottom {
		position: absolute;
	}
	.id-christmas--out--top {
		top: 0;
		right: 0;
		width: 48%;
	}
	.id-christmas--out--bottom {
		bottom: 0;
		left: 0;
		width: 26%;
	}
@media screen and (max-width: 967px) {
	.id-christmas--flex {
		gap: 2vw 0;
	}
}
@media screen and (max-width: 767px) {
	#id-christmas {
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}
	.id-christmas--flex--child {
		width: 100%;
	}
	.id-christmas--out--top {
		width: 56%;
	}
	.id-christmas--out--bottom {
		width: 34%;
	}
}


#id-staff {
	background-image: url(../img/bg_valentine.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: 720px;
	position: relative;
	border-top: 1px solid  #ae8545;
	border-bottom: 1px solid #ae8545;
}
	#id-staff::before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255,255,255,0.64);
	}
	#id-staff .top--select--child {
		position: relative;
		z-index: 1;
	}
	.id-staff--flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 24px 0;
	}
	.id-staff--flex--child {
		width: 49%;
		border: 1px solid #ae8545;
		position: relative;
	}
	.id-staff--flex--child img {
		height: 480px;
		object-fit: cover;
		object-position: 50% 20%;
	}
	.id-staff--name {
		position: absolute;
		bottom: 41px;
		text-align: center;
		width: 100%;
		background-color: #ae8545;
		color: #fff;
		margin: 0;
		padding: .4em;
		box-sizing: border-box;
		line-height: 1.4;
		font-size: 14px;
	}
	.id-staff--txt {
		position: absolute;
		bottom: 0;
		text-align: center;
		width: 100%;
		background-color: rgba( 255, 255, 255, 1);
		margin: 0;
		padding: .4em;
		box-sizing: border-box;
		line-height: 1.4;
	}
	.id-staff--txt--prod {
		display: block;
		font-feature-settings: "palt";
		color: #ae8545;
	}
	.id-staff--txt--prod::before {
		content: "“";
		color: #ae8545;
		font-size: 129%;
	}
	.id-staff--txt--prod::after {
		content: "”";
		color: #ae8545;
		font-size: 129%;
	}
	.id-staff--txt--store {
		font-size: .8em;
	}

	.id-staff--out {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
		gap: 0 1em;
		margin: 2em 0 -8em;
	}
	.id-staff--out--pic {
		margin-right: -1em;
	}
	#wrapper .id-staff--out--pic img {
		width: 260px;
		height: 320px;
	}
	.id-staff--out--txt {
		text-align: left;
		position: relative;
		display: flex;
		align-items: center;
		gap: 0 1em;
		padding: 2em;
		min-width: 120px;
		max-width: 100%;
		height: fit-content;
		font-size: 16px;
		background: #f2ecea;
		border-radius: 16px;
		margin-bottom: 6em;
	}
	.id-staff--out--txt::before {
		content: "";
		position: absolute;
		top: 40%;
		right: -24px;
		border: 12px solid transparent;
		border-left: 12px solid #f2ecea;
		z-index: 2;
	}
	.id-staff--out--txt h3 {
		margin-top: 0;
	}
	.id-staff--out--txt p {
		margin: 0;
	}
	.id-staff--out--txt p + p {
		margin-top: 1em;
	}
	.id-staff--out--txt--item {
		display: flex;
		gap: 0 .24em;
	}
	.id-staff--out--txt--item--child {
		width: 180px;
		height: 180px;
		border-radius: 50%;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
	#wrapper .id-staff--out--txt--item--child img {
		width: 80%;
	}

	.modal--comment {
		background: rgb(242,236,228);
		background: linear-gradient(48deg, rgba(242,236,228,1) 0%, rgba(229,216,198,1) 25%, rgba(242,238,230,1) 75%, rgba(245,242,235,1) 100%);
		padding: 1em 30px 1em 1em;
		display: flex;
		align-items: center;
		margin: 1em -30px 0 -15px;
		border-radius: 110px 0 0 0;
	}
	.modal--comment--pic {
	}
	.modal .modal--comment--pic img {
		width: 200px;
		height: 200px;
		object-fit: cover;
		border-radius: 50%;
	}
	.modal--comment--pic p {
		text-align: center;
		margin: 0 auto;
	}
	.modal--comment--txt {
		position: relative;
		display: inline-block;
		padding: 2em;
		min-width: 120px;
		max-width: 100%;
		height: fit-content;
		font-size: 16px;
		background: #fff;
		border-radius: 16px;
	}
	.modal--comment--txt::before {
		content: "";
		position: absolute;
		top: 32%;
		left: -24px;
		margin-top: -12px;
		border: 12px solid transparent;
		border-right: 12px solid #fff;
		z-index: 2;
	}
	.modal--comment--txt p {
		margin: 0;
		font-size: 14px;
	}
	.modal--comment--txt p + p {
		margin-top: 1em;
	}
	.modal--sub {
		text-align: right;
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 0;
	}
@media screen and (max-width: 1120px) {
	.id-staff--out--txt {
		flex-direction: column;
		gap: 1em 0;
	}
	.id-staff--out--txt::before {
		top: 60%;
	}
	.id-staff--out--txt--item {
		justify-content: center;
		gap: 0 .5em;
	}
	.id-staff--out--txt--item--child {
		width: 240px;
		height: 240px;
	}
}
@media screen and (max-width: 967px) {
	.id-staff--flex {
		gap: 2vw 0;
	}
	.id-staff--flex--child img {
		height: 40vw;
	}
}
@media screen and (max-width: 867px) {
	.id-staff--out {
		flex-direction: column-reverse;
	}
	.id-staff--out--pic {
		margin: auto;
	}
	.id-staff--out--txt {
		margin-bottom: 1em;
	}
	.id-staff--out--txt:before {
		content: none;
	}
	.id-staff--out--txt:after {
		content: "";
		position: absolute;
		bottom: -28px;
		left: 50%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-top: 14px solid #f2ecea;
		z-index: 1;
	}
}
@media screen and (max-width: 767px) {
	#id-staff {
		background-size: 100%;
	}
	.id-staff--flex--child {
		width: 100%;
		background-color: #fff;
	}
	.id-staff--flex--child a {
		display: flex;
		align-items: center;
	}
	.id-staff--flex--child img {
		height: 48vw;
		display: block;
	}
	.id-staff--name {
		bottom: 0;
		right: 0;
		text-align: left;
		width: 53%;
		padding: .4em .4em .4em 48px;
		font-size: 13px;
		clip-path: polygon(0% 100%, 20px 0%, 100% 0%, 100% 100%);
	}
	.id-staff--txt {
		position: inherit;
	}
	.id-staff--txt--prod {
		padding: 0 1em;
		text-align: left;
	}
	.id-staff--txt--prod::before,
	.id-staff--txt--prod::after {
		content: none;
	}

	.id-staff--out {
		margin: 2em 0 -4em;
	}
	.id-staff--out--txt--item--child {
		width: 50%;
		height: 42vw;
	}
	.id-staff--out--pic {
		width: 48%;
	}
	#wrapper .id-staff--out--pic img {
		width: 100%;
		height: 40vw;
		object-fit: cover;
		object-position: 50% 0;
	}
	.id-staff--out--txt h3 {
		text-align: center;
	}
	.id-staff--out--txt p {
		font-size: 14px;
	}

	.modal--comment {
		flex-direction: column;
		gap: 1em 0;
	}
	.modal--comment--pic {
		text-align: center;
	}
	.modal--comment--txt {
		padding: 1em;
	}
	.modal--comment--txt::before {
		top: -15px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #fff;
	}
}
@media screen and (max-width: 480px) {
	.id-staff--name {
		padding: .4em .4em .4em 3em;
	}
	.id-staff--out--txt--item--child {
		height: 38vw;
	}
}


#id-valentine25 {
	background-image: url(../img/bg_valentine.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: 720px;
	position: relative;
	border-top: 1px solid  #ae8545;
	border-bottom: 1px solid #ae8545;
}
    #id-valentine25::before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255,255,255,0.64);
	}


#id-popularity,
#id-partner {
	/* background-color: #f5f2eb; */
	background-image: url(../img/bg_ptn.jpg);
	background-repeat: repeat;
	background-position: top center;
	position: relative;
}
	#id-popularity::before,
	#id-partner::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255,255,255,0.88);
	}


#id-schene,
#id-buy {
	background: rgb(242, 236, 228);
    background: linear-gradient(48deg, rgba(242, 236, 228, 1) 0%, rgba(229, 216, 198, 1) 25%, rgba(242, 238, 230, 1) 75%, rgba(245, 242, 235, 1) 100%);
    /* background-color: #f5f2eb; */
}
	.accordion {
		margin: 3em auto 0;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 1vw 0;
		position: relative;
		z-index: 2;
	}
	.toggle {
		display: none;
	}
	.option {
		position: relative;
		margin-bottom: 1em;
		width: 49%;
	}
	.title,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.title {
		border: solid 2px #111;
		padding: 1em;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 .5em;
		color: #111;
		font-weight: bold;
		cursor: pointer;
		background-color: #fff;
	}
	.title::after,
	.title::before {
		content: "";
		position: absolute;
		right: 1.25em;
		top: 1.5em;
		width: 2px;
		height: 0.75em;
		background-color: #a89968;
		transition: all 0.3s;
	}
	.title::after {
		transform: rotate(90deg);
	}
	#wrapper .title img {
		width: 2em;
	}
	.content {
		max-height: 0;
		overflow: hidden;
		background-color: #fff;
	}
	.content p {
		margin: 0;
		padding: 0.5em 1em 1em;
		font-size: 0.9em;
		line-height: 1.5;
	}
	.toggle:checked + .title + .content {
		max-height: 1000px;
		transition: all 1.5s;
		border: 1px solid #111;
		border-top: 0;
	}
	.toggle:checked + .title::before {
		transform: rotate(90deg) !important;
	}
@media screen and (max-width: 1250px) {
	.accordion {
		width: 94%;
	}
}
@media screen and (max-width: 767px) {
	.accordion {
		flex-direction: column;
		gap: 0;
	}
	.option {
		width: 100%;
	}
	.title {
		font-size: 15px;
	}
	#wrapper .title img {
		width: 1.6em;
	}
}


#id-category {
	/* background: rgb(242,236,228);
	background: linear-gradient(48deg, rgba(242,236,228,1) 0%, rgba(229,216,198,1) 25%, rgba(242,238,230,1) 75%, rgba(245,242,235,1) 100%); */
}
	#id-category .top--plan-choice--child--deco {
		left: auto;
		right: -56px;
	}


.modal--flex {
	display: flex;
	justify-content: space-between;
}
	.modal--flex--pic {
		width: 56%;
	}
	.modal--flex--txt {
		width: 40%;
	}
	.modal--flex--txt--breakdown {
		background-color: #efefef;
		padding: 3em 1em 1em 0;
		font-size: 14px;
		position: relative;
	}
	.modal--flex--txt--breakdown::before {
		position: absolute;
		top: 1em;
		left: 1em;
		content: "ギフト内容";
		font-weight: bold;
	}
	.modal--flex--txt--breakdown ul {
		margin: 0;
	}
	.modal--flex--txt--breakdown ul li {
		margin-top: .5em;
	}
	.modal--flex--txt--about {
		font-size: 14px;
	}
@media screen and (max-width: 767px) {
	.modal--flex {
		flex-direction: column;
		gap: 1em;
	}
	.modal--flex--pic {
		width: 100%;
	}
	.modal--flex--txt {
		width: 100%;
	}
}


.fixedBnr {
    position: fixed;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
	flex-direction: row;
    transition: .3s;
	opacity: 0;
  	visibility: hidden;
	right: 0;
}
	.fixedBnr.active {
		opacity: 1;
		visibility: visible;
	}
	.fixedBnr.absolute {
		opacity: 0;
		visibility: hidden;
	}
	.fixedBnr p {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.0;
		text-align: center;
	}
	.fixedBnr p span {
		font-size: 14px;
	}
	.fixedBnr a {
		color: #111;
		border: 2px solid #111;
		display: flex;
		justify-content: center;
    	align-items: center;
		width: 100px;
		height: 100px;
		transition: .3s;
		background-color: #fff;
		margin: 0 -2px -2px 0;
	}
	.fixedBnr a:hover {
		color: #fff;
		background-color: #111;
	}
.fixedBnr .iconPhoneShop {
	background-color: #958047;
}
/* .fixedBnr .iconPhoneSecr {
	background-color: #404040;
} */
	.fixedBnr .iconPhoneShop i,
	.fixedBnr .iconPhoneSecr i {
		font-size: 16px;
		margin-right: .5em;
	}
.fixedBnr .snsLine {
	background-color: #06c655;
}
	#wrapper .fixedBnr .snsLine img {
		width: 32px;
		margin-right: .5em;
	}


footer {
	text-align: center;
	background-color: #3d3027;
}
	footer p {
		margin: 0;
		padding: 1em;
		color: #fff;
		font-size: 13px;
	}

.sp_only {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.fixedBnr p {
		font-size: 18px;
	}
	.fixedBnr a {
		width: 80px;
		height: 80px;
	}
}


/* ----- Loading start ----- */
#splash {
/*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#111;
	text-align:center;
	color:#fff;
}
/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 100px;
}
/* fadeUpをするアイコンの動き */
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* ----- Loading end ----- */


/* ----- SA start ----- */
.sa {
	opacity: 0;
	transition: all .5s ease;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa--lr {
	transform: translate(-50px, 0);
}
.sa--rl {
	transform: translate(50px, 0);
}
.sa--up {
	transform: translate(0, 50px);
}
.sa--down {
	transform: translate(0, -50px);
}
.sa--scaleUp {
	transform: scale(.8);
}
.sa--scaleDown {
	transform: scale(1.2);
}
.sa--rotateL {
	transform: rotate(180deg);
}
.sa--rotateR {
	transform: rotate(-180deg);
}
/* ----- SA end ----- */


/* ----- fadeanimation start ----- */
/* fadeIn */
.fadeUp_down {
	animation-name: fadeUpAnime_down;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
	@keyframes fadeUpAnime_down {
		from {
			opacity: 0;
			transform: translateY(-50px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	.fadeInTrigger_down {
		opacity: 0;
	}

.fadeUp_up {
	animation-name: fadeUpAnime_up;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
	@keyframes fadeUpAnime_up {
		from {
			opacity: 0;
			transform: translateY(50px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	.fadeUpTrigger_up {
		opacity: 0;
	}

.fadeUp_left {
	animation-name: fadeUpAnime_left;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
	@keyframes fadeUpAnime_left {
		from {
			opacity: 0;
			transform: translateX(-130px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}
	.fadeUpTrigger_left {
		opacity: 0;
	}

.fadeUp_right{
	animation-name: fadeUpAnime_right;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
	@keyframes fadeUpAnime_right {
		from {
			opacity: 0;
			transform: translateX(130px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}
	.fadeUpTrigger_right {
		opacity: 0;
	}

.box{
	opacity: 0;
}
.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
	@keyframes fadeUpAnime{
		from {
			opacity: 0;
			transform: translateY(100px);
		}
		
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
/* ----- fadeanimation end ----- */


/* ----- modal start ----- */
.modal {
	max-width: 800px;
	width: 96%;
}
	.modal p {
		color: #0b0b0d;
	}
	.modal a {
		max-width: 720px;
		color: #a89968;
	}
	.modal img {
		width: 100%;
	}
	.modal h2 {
		text-align: center;
	}
	.modal h3 {
		border-bottom: 1px solid #a89968;
		color: #a89968;
		margin-top: 2em;
	}
	.modal h4 {
		border-left: 3px solid #a89968;
		color: #a89968;
		padding-left: .5em;
		margin: 1em 0;
		font-size: 2rem;
	}
	.modal h5 {
		border-left: 1px solid #a89968;
		padding-left: .5em;
		font-size: 1em;
		margin-bottom: 0;
	}
.blocker {
	z-index: 3 !important;
}
.closeTxt {
	text-align: center;
}
.closeTxt a {
	color: #0b0b0d;
}
/* ----- modal end ----- */


/* ----- salonlist start ----- */
.relative {
	position: relative;
}
.qanda {
	width: 100%;
	margin: 0 auto;
}
.sec15_inner {
	background-color: #fff;
	padding: 0 1em 1em;
}
.sec15 .toggle {
	margin-bottom: 30px;
	display: block;
}
.sec15 .toggle .relative {
	margin-left: 0;
	display: block;
}
.sec15_flex_txt {
	text-align: left;
}
.toggle:last-child {
	margin-bottom: 0;
}
.toggle dt .inner {
	width: 100%;
	display: block;
	cursor: pointer;
}
.inner>span:last-of-type,
.inner.active>span:first-of-type {
	display: none;
}
.inner.active>span:last-of-type {
	display: inline;
}
.qanda dd {
	display: none;
}
@media all and (min-width:0px) and (max-width:750px) {
	.sec15 .toggle {
		margin-bottom: calc((20/750)*100vw);
	}
	.sec15 .toggle .relative {
		display: none;
	}
	.toggle dt .inner {
		width: 100%;
		display: block;
		cursor: pointer;
	}
}

.sec15_flex {
	padding: 24px 24px 0;
	display: flex;
	justify-content: space-between;
	background-color: #eae0d7;
}
.sec15_flex_pic {
	width: 41%;
}
.sec15_flex_pic img {
	height: 240px;
	object-fit: cover;
}
.sec15_flex_txt {
	width: 56%;
}
.sec15_flex_txt_flex {
	display: flex;
	align-items: flex-start;
	margin: 1.6em 0;
}
.sec15_time {
	background-color: #976028;
	color: #fff;
	border-radius: 5px;
	padding: 4px;
	margin-right: .5em;
	text-align: center !important;
	width: 20%;
}
.sec15_flex_txt_flex_txt {
	margin-top: 4px;
	width: 72%;
}
.sec15_flex_txt_flex_txt span {
	font-size: .8em;
}
.sec15_flex_txt_title_line,
.sec15_flex_txt_title_form {
	text-align: center !important;
	font-weight: bold;
	margin-bottom: 0;
}
.sec15_flex_txt_title_form_sub {
	font-size: .8em;
	margin-bottom: 2em;
	text-align: center;
}
.sec15_flex_txt_btn_line {
	background: rgb(16,167,77);
	background: linear-gradient(270deg, rgba(16,167,77,1) 0%, rgba(6,198,85,1) 100%);
}
.sec15_flex_txt_btn_form {
	background: rgb(210,173,118);
	background: linear-gradient(270deg, rgba(210,173,118,1) 0%, rgba(198,154,83,1) 100%);
}
.sec15_flex_txt_btn_line,
.sec15_flex_txt_btn_form {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
	width: 100%;
	padding: 16px 0;
	display: block;
	text-decoration: none;
	border-radius: 30px;
	margin: 8px 0 0;
	transition: .3s;
	position: relative;
}
.sec15_flex_txt_btn_line:hover,
.sec15_flex_txt_btn_form:hover {
	filter: brightness(1.1);
}
.sec15_flex_txt_btn_line::after,
.sec15_flex_txt_btn_form::after {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top:-6px;
}
@media all and (min-width:0px) and (max-width:750px) {
	.sec15_flex {
		flex-direction: column;
		padding: 5% 5% 0;
	}
	.sec15_flex_pic,
	.sec15_flex_txt {
		width: 100%;
	}
	.sec15_flex_pic {
		/* margin-bottom: 1.6em; */
	}
	.sec15_flex_pic img {
		height: auto;
	}
	.sec15_flex_txt_flex {
		flex-direction: column;
	}
	.sec15_time {
		margin: 0 !important;
	}
	.sec15_time,
	.sec15_flex_txt_flex_txt {
		width: 96%;
	}
	.sec15_flex_txt_flex_txt p {
		margin-bottom: 0;
	}
	.sec15_flex_txt_title_form_sub {
		text-align: left;
	}
}

/* reject */
.sec15_flex_txt_title_line,
.sec15_flex_txt_btn_line {
	display: none;
}
.sec15_flex_txt_btn_form {
	background: rgb(16,167,77);
	background: linear-gradient(270deg, rgba(16,167,77,1) 0%, rgba(6,198,85,1) 100%);
}
/* ----- salonlist end ----- */