@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/alm8xyl.css");

html {
	scroll-behavior: smooth;
	background: #0d051d;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {

}
img {
  max-width: 100%;
  height: auto;
	display: block;
}
.lp-container {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  height: 100vh;
}
.lp-inner {
  max-width: 640px;
  margin: auto;
}
#anchor-btn {
	padding: 20px;
	background: #0d051d;
}
.anchor-btn {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.anchor-cont1, .anchor-cont2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.anchor-cont2 {
	margin-top: 10px;
}
.anchor-btn a img {
	width:100%;
	box-shadow: 0 0 5px 0 #F9F9FA;
}

/* ---- item ---- */
.group-title {
	margin-bottom: 10px;
}
.item-container .item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px 40px;
	position: relative;
	row-gap: 30px;
}
.item-container .item {
  width: 47%;
  position: relative;
	border: 2px solid #fff;
	border-radius: 12px;
	box-shadow:
		0 0 10px 0 #E64290,
		0 0 10px 0 #E64290,
		inset 0 0 10px 0 #E64290,
		inset 0 0 10px 0 #E64290;
}
#anchor04.item-container .item,
#anchor05.item-container .item {
  width: 47%;
  position: relative;
	border: 2px solid #fff;
	border-radius: 12px;
	box-shadow:
		0 0 10px 0 #00a3e9,
		0 0 10px 0 #00a3e9,
		inset 0 0 10px 0 #00a3e9,
		inset 0 0 10px 0 #00a3e9;
}

.anchor02 {
  padding: 0 20px 40px;
}
.anchor02 .item-wrap, .anchor02 .item-wrap.blue {
  position: relative;
  padding: 30px 25px 25px;
	margin-bottom: 10vw;
	border: 2px solid #fff;
	border-radius: 12px;
	box-shadow:
		0 0 10px 0 yellow,
		0 0 10px 0 yellow,
		inset 0 0 10px 0 yellow,
		inset 0 0 10px 0 yellow;

}
.anchor02 .item-wrap.blue {
	border: 2px solid #fff;
	margin-bottom: 0;
	box-shadow:
		0 0 10px 0 #00a3e9,
		0 0 10px 0 #00a3e9,
		inset 0 0 10px 0 #00a3e9,
		inset 0 0 10px 0 #00a3e9;
}
.item.full-width-2col {
	width: 100%;
	padding: 20px;
	background: #fffcd6;
	border: none;
	box-shadow: none;
}
.blue .item.full-width-2col {
	background: #e5f4fd;
}
.item.full-width-2col .item-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.badge01, .badge02 {
	position: absolute;
  top: -6.13vw;
  left: -6.5vw;
	width: 22vw;
}
.badge02 {
	top: 11.6vw;
}
#anchor01 .badge01, #anchor01 .badge02 {
  width: 32vw;
  top: -9vw;
  left: -9vw;
}
.anchor02 .badge01, .anchor02 .badge02 {
	width: 32vw;
  top: -8vw;
  left: -14vw;
}

.item-info {
  color: #fff8a5;
  position: absolute;
  font-size: 6vw;
  font-weight: bold;
  top: -5vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #0d051d;
  display: inline-table;
  padding: 0 3.33vw;
}
.item-info span {
	font-size: 4vw;
}
.blue .item-info {
	color: #00a3e9;
}
.item-container .item.full-width {
  width: 100%;
}
.item-container .item p {
  text-align: center;
}
.item-container .item-img {
	text-align: center;
}
.item.full-width-2col .item-img {
	width:90%;
}
.item-container .item-img p, .tag {
	font-size: 2.4vw;
  line-height: 1.3;
	margin-top: 2.56vw;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	border-radius: 20px;
	display: inline-block;
}
.tag {
	color: #000;
	border: 1px solid #000;
	background: #fff;
}
.item-summary {
	padding: 0 3vw 3.85vw;
}
.full-width .item-summary {
	padding: 0 5vw 5vw;
}
.full-width-2col .item-summary {
	width: 100%;
	padding: 0;
}
.item-name p, .anchor02 .item-name p {
  width: 100%;
  font-size: 2.7vw;
  font-weight: 700;
  display: inline-block;
  margin: 1.28vw 0 2.56vw;
  padding-bottom: 2.56vw;
	color: #fff;
  border-bottom: 1px solid #fff;
}
.anchor02 .item-name p {
	color: #000;
  border-bottom: 1px solid #000;
}
.full-width-2col .item-summary p {
	text-align: left;
	color: #000;
}
.full-width .item-name p {
  font-size: 5.13vw;
}
.item-name img {
  margin-top: 2.56vw;
}
.item-price p,
.item-price p span.naname {
  font-family: "futura-pt", "Noto Sans JP", sans-serif;
  line-height: 1;
  position: relative;
	color: #fff;
}
.full-width-2col .item-price p span.naname {
	color:#000;
}
.item-price p span.naname {
	font-size: 4vw;
}
.item-price p span.naname::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: red;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.item-price p.off-price {
  font-size: 8.97vw;
	letter-spacing: -0.03em;
	margin-top: 0.5vw;
	color: #e73d7b;
}
.full-width .item-price p.off-price {
  font-size: 11vw;
}
.price ,
.item-price p span {
  font-size: 3vw;
	letter-spacing: 0;
}
.full-width .item-price {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.full-width .item-price p {
	text-align: left;
	font-size: 13px;
}
.price-box-right p:first-child {
	padding: 5px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
	color:#000;
	text-align: center;
	color: #e73d7b;
	font-size: 4.1vw;
}
p span.per {
	font-size: 4.1vw;
}
.item-cta a {
  font-size: 3.33vw;
  font-weight: 700;
	border-radius: 30px;
  color: #e73d7b;
  width: 100%;
  background: #fff8a5;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 2.56vw 0;
  margin-top: 2.56vw;
}
.full-width-2col .item-cta a {
	background: #e73d7b;
	color: #fff;
}
p.note {
  color: #fff;
  font-size: 12px;
  margin-top: -10px;
}
#anchor04 p.note {
  color: #fff;
  font-size: 12px;
  margin-top: -30px;
  margin-left: 20px;
  margin-bottom: 30px;
}

.sp {
	display: block;
}

@media only screen and (min-width: 640px) {
	.group-title {
		margin-bottom: 20px;
	}
	.item-info {
		font-size: 32px;
		top: -30px;
		padding: 0 20px;
	}
	.item-info span {
		font-size: 22px;
	}
	.badge01, .badge02 {
		top: -40px;
    left: -40px;
    width: 120px;
	}
	.badge02 {
    top: 60px;
	}
	#anchor01 .badge01, #anchor01 .badge02 {
    width: 200px;
    top: -60px;
    left: -70px;
	}
	.anchor02 .badge01, .anchor02 .badge02 {
    width: 200px;
    top: -50px;
    left: -90px;
	}
	.item-container .item-wrap {
		row-gap: 40px;
    padding: 0 20px 60px;
	}
	.anchor02 .item-wrap, .anchor02 .item-wrap.blue {
    padding: 50px 40px 40px;
		margin-bottom: 60px;
  }
	.item.full-width-2col .item-img {
    width: 70%;
	}
	.item-container .item-img p, .tag {
    font-size: 14px;
    margin-top: 10px;
  }
	.item-summary {
		padding: 0 20px 20px;
	}
	.full-width .item-summary {
		padding: 0 40px 40px;
	}
	.item-name p, .anchor02 .item-name p {
    font-size: 16px;
    margin: 10px 0;
    padding-bottom: 10px;
	}
	.anchor02 .item-name p {
    font-size: 23px;
	}
	.full-width .item-name p {
		font-size: 30px;
	}
	.price ,
	.item-price p span {
    font-size: 18px;
	}
	.item-price p span.naname {
		font-size: 24px;
	}
	.item-price p.off-price {
		font-size: 54px;
		margin-top: 0;
	}
	.full-width .item-price p {
    font-size: 18px;
	}
	.full-width	.item-price p.off-price {
		font-size: 80px;
	}
	.price-box-right p:first-child {
		font-size: 23px;
    padding: 8px;
	}
	p span.per {
		font-size: 30px;
	}
	.item-cta a {
    font-size: 22px;
    border-radius: 30px;
    padding: 15px 0;
    margin-top: 10px;
	}
	p.note {
		margin-top: -20px;
	}
	#anchor04 p.note {
    color: #fff;
    font-size: 12px;
    margin-top: -40px;
    margin-left: 20px;
    margin-bottom: 40px;
	}
	.sp {
		display: none;
	}
}


/* info
---------------------------------------- */
section.info{
	padding-top: 40px;
  padding-bottom: 120px;
	background: #fff;
}
.info h4{
	margin:0 auto 16px;
	text-align: center;
	color: #334B96;
}
.info .link_official{
	max-width: 280px;
	margin: 8px auto 0;
}

/* footer
---------------------------------------- */
footer{
	margin:auto;
	background:#ffffff;
	padding-top: 16px;
}
.l_footer_nav > .inner{
	position:relative;
	max-width: 1340px;
	width: 96%;
	margin: auto;
}
.l_footer_nav.l_gnav .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l_footer_nav.l_gnav .logo{
  width: 200px;
  padding: 16px;
}
.l_footer_nav.l_gnav .sns{
	width: 50%;
  max-width: 400px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l_footer_nav.l_gnav .sns a{
  display: block;
  width: 44px;
  height: 44px;
  padding: 8px;
}
.l_footer_info{
	max-width: 1920px;
	width: 96%;
	margin:auto;
	display: flex;
}
.l_footer_info .logo{
	width:180px;
}
.l_footer_info .inner{
	width:100%;
	text-align: right;
}
.l_footer_info ul{
	display: flex;
	justify-content: flex-end;
}
.l_footer_info ul li{
	position:relative;
	display: flex;
	align-items: center;
}
.l_footer_info ul li::before {
  content: "";
  width: 1px;
  background: #333333;
  display: block;
  height: 1.3rem;
  position: absolute;
}
.l_footer_info ul li:first-child:before {
	content: none;
}
.l_footer_info ul li a{
	padding:10px 16px;
	font-size:13px;
  color: #333333;
  text-decoration: none;
}
.l_footer_info .inner p{
	font-size:1.3rem;
}
.l_footer_info .inner .copyright{
	padding:16px 0 40px;
	margin:auto;
	line-height:1.8;
	font-size:12px;
	font-weight: 300;
	color:#333333;
}

@media (max-width:1024px) {
	.l_footer_info{
		display: block;
	}
}
@media (max-width:767px) {
	.l_footer_nav.l_gnav .inner{
		display: block;
	}
	.l_footer_nav.l_gnav .sns{
		justify-content: center;
		margin: 0 auto 24px;
	}
	.l_footer_nav.l_gnav .logo{
		margin: auto;
	}
	.l_footer_info .inner .copyright{
		text-align: center;
	}
	.l_footer_info .inner{
		width: 100%;
	}
	.l_footer_info .inner p{
		text-align: center;
	}
	.l_footer_info ul{
		display: block;
		justify-content: center;
		padding-bottom: 24px;
	}
	.l_footer_info ul li:before {
		width: 100%;
	  background: #cccccc;
	  height: 1px;
	  top: 0;
	}
	/* anchor02セクション内のitem-infoだけ中央寄せ */
.anchor02 .item-info {
  position: absolute; /* すでにあるので維持 */
  left: 50%;          /* 左右中央に */
  transform: translateX(-50%); /* 自身の幅の半分だけ左に移動 */
  text-align: center; /* テキストも中央揃え */
  width: auto;        /* 必要に応じて調整 */
}
}
