


/* 背景
------------------------------------- */

li,em {
		transform: rotate(0.05deg);
}


h2 {
	padding: 30px 0px;
	font-size: 2.5rem;
	font-weight: 600;
	color: #505050;
	text-align: center;
	letter-spacing: -3px;
	transform: rotate(0.05deg);
}

#FAQ h2::before,
#lineup h2::before,
#howto h2::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}

#lineup h2::before {
  background-image: url('../img/icon_lineup.png');
	margin-left: -15px;
}

#howto h2::before {
  background-image: url('../img/icon_howto.png'); 
	margin-left: -15px;
}

#FAQ h2::before {
  background-image: url('../img/icon_FAQ.png');
	margin-left: -15px;
}



.subtxt {
	font-size: 1rem;
	color: #ff416e;
	letter-spacing: 1px;
	margin: -15px 0 0 0;
	font-family: "vag-rundschrift-d", sans-serif;
	font-weight: 200;
	display: block;
}






#read {
	background-color: #23c8be;
	background-image: url(/img/wave_w.svg),url(../img/read.png);
	background-size: 250px,cover;
	background-position: calc(50% + 300px) top,center;
	background-repeat: no-repeat, no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	font-size: 1.25rem;
	height: 90px;
}





/* スライダー
------------------------------------- */

.start_top,
.slider {
	overflow: hidden;
}

.start_top{
    margin: 30px auto 30px;
}

.topKvSlider {
	position: relative;
	overflow: hidden;
}

.start_top,
.slider li {
	width: 100%;
	max-width: 620px;
	height: auto;
}

.start_top,
.start_list_series {
	overflow: hidden;
}

.start_top a,
.start_list_series a {
	transition: none;
	max-width: 620px;
	height: auto;
	overflow: hidden;
}

.start_top a img,
.start_list_series a img {
	width: 100%;
	max-width: 620px;
	height: auto;
	margin: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.start_top a:hover img,
.start_list_series a:hover img {
	transform: scale(1.075);
}

.slick-initialized .slick-slide {
    margin: 25px 25px 0 25px;
}


.slide_new {
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	display: flex;
	align-items: center;
}

.top_slider .background_l {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 500px;
	background: #000038;
	z-index: 998;
}

.top_slider .background_r {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 500px;
	background: #000038;
	z-index: 998;
}

.slick-dots {
	padding: 5px;
}

.slick-dots li {
	width: 15px;
    height: 15px;
	margin: 10px;
}

.start_list_box li button {
	width: 15px;
    height: 15px;
	border-radius: 50%;
	color:  rgba(255, 255, 255, 0);
}

.slick-dots li.slick-active button {
	background-color: #ff416e;
}

.slick-list {
    z-index: 40;
}

.start_list_box ul {
    justify-content: center;
	display: flex;
}

.slick-arrow {
	top: 48%;
    width: 15px;
	height: auto;
	position: absolute;
	z-index: 1000;
	cursor: pointer;
}



.slick-prev {
  left: calc(50% - (min(700px, 100vw) / 2) - 0px);
  transform: translateX(50%);
}


.slick-next {
  right: calc(50% - (min(700px, 100vw) / 2) - -15px);
  transform: translateX(50%);
}


.start_list_series a {
	transition: none;
}

.start_list_series a:hover{
	transform: none;
}




/* ラインナップ
------------------------------------- */



.lineup_arrow {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lineup_arrow svg {
  margin-left: 2px;
}


.lineup_list_box {
    margin: 20px 0;
}

.lineup_list_box ul {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	width: 95%;
}

.lineup_list_box li {
	 width: 31.834%;
	height: auto;
	display: block;
	background-color: white;
	border-radius: 10px;
	text-align: center;
	color: #323232;
	margin: 0.75%;
	overflow: hidden;
	font-weight: 400;
	padding: 10px;
  transition: transform .25s ease-out, background-color .25s ease-out;
  will-change: transform;
}

.lineup_list_box li .fade-in-sec {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .6s ease-out, transform .6s ease-out;
}

.lineup_list_box li .fade-in-sec.is-visible {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .6s ease-out, transform .25s ease-out; 		
}

.now_h:hover {
	background-color: #f8f0f3;
	transform: translate(1px, 1px);
}

.next_h:hover {
	background-color: #e6f7f7;
	transform: translate(1px, 1px);
}

.end_h:hover {
	background-color: #eeeeee;
	transform: translate(1px, 1px);
}


.lineup_list_img {
	width: 100%;
	overflow: hidden;
}

.lineup_list_img img {
	width: 100%;
	margin: auto;
	object-fit: cover;
	transition: transform 0.2s ease;
}


.lineup_list_box li a:hover img {
	transform: scale(1.075);
}



.lineup_title {
	font-weight: 600;
	color: #323232;
}

.lineup_series {
	color: #323232;
}




.onsale_icon{
	margin: 5px 0px;
	width: 3.75rem;
	border-radius: 5px;
	font-size: 0.75rem;
}
.now {
	background-color: #ff416e;
	color: white;
}

.next {
	border: 2px solid #009b91;
	color: #009b91;
}

.next_b {
	background-color: #009b91;
	color: white;
}

.end {
	border: 2px solid #969696;
	color: #969696;
}

.end_b {
	background-color: #969696;
	color: white;
}

.now_onsale {
	font-size: 0.75rem;
	color: #ff416e;
}

.next_onsale{
  font-size: 0.75rem;
  color: #009b91;
}


/* how to
------------------------------------- */
.acd {
  border-radius: 4px;
}


.acd-header {
	width: 100%;
	background: #23c8be;
	cursor: pointer;
	padding: 5px 0px 5px 15px;
	color: white;
	border-radius: 5px;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	transition: opacity 0.3s ease;
}


.acd-header:hover {
  opacity: 0.8;
}


.acd-content {
	width: 95%;
	opacity: 0;
	height: 0;
  overflow: hidden;
	display: none;
	padding: 12px;
	margin: auto;
	transition: opacity 0.3s ease, height 0.3s ease;
}

.acd-content.open {
	display: block;
	opacity: 1;
	padding: 10px;
	height: auto;	
}

.acd-txt {
	font-size: 1.375rem;
	margin: auto;
	display: block;
	text-align: center;
	color: #505050;
	font-weight: 500;
}

.acd_arrow {
    width: 35px;
    height: 35px;
	background-color: white;
	border-radius: 50%;
	color: #23c8be;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 5px 0 0;
	transition: transform 0.75s ease;
}

.acd_arrow svg {
    width: 20px;
	height: auto;
}

.QR {
	text-align: right;
}


.acd-header.open .acd_arrow {
  transform: rotate(-180deg); /* 下向き → 上向き */
}


.annot {
	font-size: 0.8rem;
	color: #505050;
}


/* how to list
------------------------------------- */

.tabs { max-width: 100%; margin: 20px auto; }
	.tablist { 
		display: flex;
	 	gap: 0.5rem;
		font-size: 1.5rem;
		color: #505050;
	}
	.tablist button {
		flex: 1;
		padding: 10px 0 20px 0;
		border: none;
		background: #ffe6eb;
		cursor: pointer;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		transition: opacity 0.3s ease, transform 0.3s ease;
		font-weight: 500;
	}
	.tabpanel {
		background: #d2f0f0;
    padding: 10px;
		min-height: 200px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		margin: -10px 0 0 0;
			cursor: default;
    }
	.tabpanel p {
		cursor: text;
	}
	.hidden { display: none !important; }
	.tablist button#tab-1-1,
	.tablist button#tab-2-1,
	.tablist button#tab-3-1,
	.tabpanel#panel1-1,
	.tabpanel#panel2-1,
	.tabpanel#panel3-1 {
		background: #d2f0f0;
		border-top-right-radius: 10px;	
	}
	.tablist button#tab-1-2,
	.tablist button#tab-2-2,
	.tablist button#tab-3-2,
	.tabpanel#panel1-2,
	.tabpanel#panel2-2,
	.tabpanel#panel3-2 {
		background: #ffe6eb;
		border-top-left-radius: 10px;
	}

	.tablist button:hover {
		opacity: 0.8;
		transform: translateY(5px); 
	}




.howto_list_box ul{
	display: flex;
	flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
  counter-reset: my-counter;
}



.howto_list_box li img {
	border: 1px solid #505050;
}

.howto_list_box li {
	width: 33.333333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px;
}

.howto_list_box li p{
	display: flex;
	align-items: flex-start;
	position: relative;
	margin: 0px 0px 0px -4px;
	line-height: 1.325;
	color: #505050;
	overflow-wrap: anywhere;
	font-weight: 500;
}



.howto_list_box li p::before {
  content: counter(my-counter); /* カウンターの値を表示 */
  counter-increment: my-counter; /* カウンターを増やす */
  
  /* 丸のデザイン */
  display: flex;
  align-items: center;
  justify-content: center;
	min-width: 40px;
	min-height: 40px;
  background-color: #23c8be;
  color: #ffffff;
  border-radius: 50%;
	margin-top: 5px;
	font-family: "vag-rundschrift-d", sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 40px;
	font-size: 2.5rem;
	
	margin-right: 5px;
}

.howto_QR li p::before {
  background-color: #ff416e;
}


.howto_txt {
	display: flex;
	width: 100%;
	padding: 4px 0 0 0;	
}


.howto_num {
	width: 30px;
	height: 30px;
	background-color: #009b91;
	border-radius: 50%;
	color: white;
}


/* FAQ
------------------------------------- */

h3{
	color: #323232;
	border-bottom: 1px solid #323232;
	font-weight: 500;
	margin: 10px 0 5px 0;
	transform: rotate(0.05deg);
}

#FAQ a {
	text-decoration: underline;
	color: #ff416e;
}

.FAQ_Q svg {
	width: 20px;
	height: 20px;
	right: 2px;
	margin-right: 5px;
}

.FAQ_BOX {
	width: 95%;
	margin: auto;
}

.FAQ_BOX li {
	padding: 10px 0;
}

.FAQ_BOX ul li p {
	font-size: 0.875rem;
}


.FAQ_Q {
	display: flex;
}

.FAQ_BOX ul li .FAQ_Q p {
	color: #ff416e;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.2;
}


/* campaign
------------------------------------- */

#campaign{
	line-height: 1.5;
}

#campaign h1,
#campaign h2 {
  background: #ff416e;
	width: 100%;
	height: 50px;
	padding: 0px;
	color: white;
	border-radius: 5px;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: unset;
	margin: 10px auto;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center; 
}

#campaign h2 {
	height: 40px;
  background: #23c8be;
	margin: 30px auto 20px;
	font-size: 1.5rem;
}


#campaign h3::before{
  content: "●";         
  color: #23c8be;
  margin-right: 0.3em;
}

#campaign strong {
	font-size: 2rem;
	text-align: center;
	display: block;
}

#campaign em {
	font-size: 1.125rem;
	font-weight: 500;
	font-style: unset;
	display: block;
}

.campaign_read{
	text-align: center;
	font-weight: 500;
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.annot {
  font-size: 0.8rem;
  color: #505050;
  text-align: left;
}

#campaign ul li {
  list-style-type: disclosure-closed;
  margin-left: 1rem;
}

#campaign ul li::marker{
	color: #ff416e;
}
#campaign ol li::marker{
	color: #323232;
	font-weight: 500;
}

#campaign  li p{
  text-indent:1em;
}

.txtlink {
	text-decoration: underline;
	color: #009b91;
	font-weight: 600;
}

#campaign ol li {
	list-style-type: decimal;
	margin-left: 1rem;
}


.txtlink_txt::before{
  content: "▼";         
  color: #505050;
	font-size: 0.75rem;   
  margin-right: 0.3em;    
}

.campaign_read {
	text-align: left;
	font-size: 1.125rem;
}


/* SP===================================== */
/*======================================== */

@media screen and (max-width: 1024px) and (min-width: 768px) {





.circle {
	top: 20px;
	right: 20px;
	transform: translateX(0px) translateY(0px);
}

.header-nav-item a {
  font-size: 1.2rem;
}


}


@media screen and (max-width: 767px) {


#read {
	background-size: 120px,cover;
	background-position: right top,center;
	font-size: 0.8125rem;
	height: 60px;
}


h2 {
	padding: 10px 0px;
	font-size: 2rem;
	font-weight: 400;
	color: #505050;
	text-align: center;
	letter-spacing: -3px;
}



section{
    padding: 20px 0;
}

.wrapper{
    width: 100%;
}
#wrapper{
	padding-top: 60px;
}


#bg_kazari {
	background-position: right -145px top 0px,left -145px top 0px,top,bottom;
	background-size: 240px,240px,480px,480px;
}

#maru_kazari{
	background-size: 10%;
}


#top{
	padding: 0px;	
	margin: 20px 0 20px;
}

.lineup_list_box ul {
	width: 100%;
}

.lineup_list_txt{
  padding: 5px;
}

.lineup_list_box li {
    width: 48%;
    margin: 1%;
}

.lineup_arrow {
	width: 15px;
	height: 15px;
}

.lineup_arrow svg {
    width: 5px;
	margin-left: 1px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
}

.slick-dots li {
    width: 12px;
    height: 12px;
	margin: 8px;
}

.lineup_series,
.lineup_title {
	font-size: 0.75rem;
	line-height: 1.2;
}

.now_onsale {
	font-size: 0.625rem;
	color: #ff416e;
	right: 10px;
}

.next_onsale{
	font-size: 0.625rem;
	line-height: 1;
	margin-top: 4px;
}


.slick-initialized .slick-slide {
    margin: 0;
}




/* ラインナップ
------------------------------------- */

.lineup_list_box {
    padding: 0 5px;
}

.lineup_list_box li {
	padding: 0px;
	border-radius: 8px;
}
.onsale_icon {
	margin: 2px 0px;
	width: 3.5rem;
	border-radius: 3px;
	border-width: 1px;
}


/* howto
------------------------------------- */

.tabpanel {
	padding: 10px 5px;
	border-radius: 0px;
}

.tabpanel#panel1-1, 
.tabpanel#panel2-1, .tabpanel#panel3-1,
.tabpanel#panel1-2,
.tabpanel#panel2-2,.tabpanel#panel3-2  {
	border-radius: 0px;
}




.tablist {
	font-size: 1rem;
	line-height: 1.25;
	width: 95%;
	margin: auto;
}

.tablist button{
	padding: 8px 0 16px 0;
}

.acd-txt {
  font-size: .9375rem;
}

.acd-header {
	width: 95%;
	font-size: 1.25rem;
}

.acd-content {
    width: 100%;
}

.acd-content.open {
    padding: 0px;
}

.acd_annot {
    padding: 0 10px;
}

.annot {
	font-size: .625rem;
}

.howto_list_box ul{
  grid-template-columns: repeat(2, 1fr);
}

.howto_list_box li {
    width: 50%;
}

.howto_txt p {
  font-size: .6875rem;
}

.howto_list_box li p::before {
	min-width: 30px;
	min-height: 30px;
	font-size: 1.75rem;
	height: 30px;
}

.tabpanel#panel-1,
.tabpanel#panel-2 {
    border-top-right-radius: 0px;
		border-top-left-radius: 0px;
}

#campaign {
	width: 95%;
	margin: auto;
}

#campaign h1 {
    font-size: 1.5rem;
}		

#campaign ul li {
	margin-left: 0.25rem;
}
#campaign strong {
    font-size: 1.25rem;
}

}

