@charset "UTF-8";
html {
	container-type: inline-size;
}
#haneda_gift {
  font-family: "Noto Serif JP", serif;
		color:#000346;
}
.section_inner {
  width: 1200px;
  margin-inline: auto;
}
.section_title {
  text-align: center;
  margin-bottom: 30px;
}
.section_title_main {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 4px;
}
.section_title_en {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
		color: #8487AE;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.section_title_en::before,
.section_title_en::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #8487AE;
}



.block-ranking-r {
  font-family: "Noto Sans JP";
}
.block-ranking-r .swiper-slide {
  height: auto;
  display: flex;
  flex-flow: column wrap;
}
.slide_description {
  display: contents;
}
.slide_num {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  filter: drop-shadow(0 0 3px #0003);
}
.slide_name {
  margin-block: 6px;
}
.slide_name a {
  color: #545454;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.block-ranking-r .block-ranking-r--price-infos {
  margin-top: auto;
}
.price.slide_price {
  text-align: left;
  font-size: 18px;
}
.slide_btn {
  width: 43px;
  height: 43px;
  background: #121659;
  border-radius: 300px;
  cursor: pointer;
  position: absolute;
  inset: initial;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
}
.slide_prev {
  right: calc(100% + 8px);
}
.slide_next {
  left: calc(100% + 8px);
  rotate: y 180deg;
}
.slide_btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 8px;
  background: #fff;
  clip-path: shape(from 35% 5%, arc to 44% 16% of 5% 10% cw, line to 18% 80%, line to 95% 80%, arc to 95% 100% of 5% 10% cw, line to 8% 100%, arc to 4% 84% of 5% 10% cw, close);
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.slide_pagination.swiper-pagination {
  position: relative;
  inset: initial;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.slide_pagination.swiper-pagination span.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0;
  opacity: 1;
  background: #EBEBEB;
}
.slide_pagination.swiper-pagination span.swiper-pagination-bullet-active {
  background: #121659;
}




#lead {
  padding-block: 60px;
  background: url(/img/usr/freepage/gift/lead_bg.png) no-repeat center / 1920px auto;
}
.lead_text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}

#pickup {
  padding-block: 80px;
  background: url(/img/usr/freepage/gift/kumo01.png) repeat center / 1920px auto, linear-gradient(0deg, #d3effb 0%, #e1f4fc 100%);
}
.pickup_item {
  width: min(100% - 40px, 1100px);
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
}

#ranking {
  padding-block: 80px;
}

#nav {
  padding-block: 80px;
  background: url(/img/usr/freepage/gift/kumo02.png) repeat center / 1920px auto, linear-gradient(0deg, #d3effb 0%, #e1f4fc 100%);
}
#nav .section_inner {
  width: min(100% - 30px, 1425px);
}
.nav_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 30px;
}
.nav_item {
  flex: 1;
}
.nav_content a {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #D6E1F6;
  border-radius: 4px;
  padding-block: 24px 12px;
  box-shadow: 0 2px 4px #0003;
}
.nav_icon {
  width: 44px;
  margin-bottom: 10px;
}
.nav_name {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
}
.nav_item a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background: #000346;
  clip-path: polygon(0 20%, 10% 0, 50% 60%, 90% 0, 100% 20%, 50% 100%);
}
.nav_subcontent {
  text-align: center;
}
.nav_subcontent_item a {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP";
  font-size: 16px;
}
.nav_subcontent_item a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background: #000346;
  clip-path: polygon(0 20%, 10% 0, 50% 60%, 90% 0, 100% 20%, 50% 100%);
}

#theme {
  background: #E6F8FF;
  padding-block: 80px;
}
.theme_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}
.theme_item {
  width: 188px;
}
.theme_item a {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #D6E1F6;
  border-radius: 6px;
  padding: 5px 5px 12px;
  box-shadow: 0 2px 4px #0003;
}
.theme_img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
}
.theme_name {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

#budget {
  padding-block: 80px;
}
.budget_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.budget_item {
  width: calc(25% - 15px);
}
.budget_item a {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #8487AE;
  border-radius: 4px;
  padding-block: 30px;
  box-shadow: 0 2px 4px #0003;
		text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

#category {
  background: #E6F8FF;
  padding-block: 80px;
}
.category_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}
.category_item {
  width: calc((100% - 64px) / 5);
}
.category_item a {
  display: grid;
  align-content: center;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px #0003;
}
.category_item_img {
  grid-area: 1 / 1;
}
.category_item_name {
  grid-area: 1 / 1;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #0005;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

#brand {
  padding-block: 80px;
}
.brand_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.brand_item {
  width: calc(25% - 15px);
}
.brand_item a {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #D6E1F6;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px #0003;
}
.brand_item_img {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
.brand_item_img img {
  width: 150px;
  height: auto;
}
.brand_item_name {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  background: #D6E1F6;
  color: #000346;
  text-align: center;
  font-size: 16px;
}


#recommend {
  padding-block: 80px;
  background: url(/img/usr/freepage/gift/kumo03.png) repeat center / 1920px auto, linear-gradient(0deg, #d3effb 0%, #e1f4fc 100%);
}
.recommend_catch {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}
.recommend_content {
	position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
}
.recommend_content_prev,
.recommend_content_next {
	display: inline-block;
	width: 43px;
	height: 43px;
	background: #000346;
	border-radius: 300px;
	position: absolute;
	top: 50%;
	z-index: 2;
	translate: -50% -50%;
	cursor: pointer;
}
.recommend_content_prev {
	left: 0;
}
.recommend_content_next {
	left: 100%;
	rotate: y 180deg;
}
.recommend_content_prev.swiper-button-disabled,
.recommend_content_next.swiper-button-disabled {
	opacity: .35;
	pointer-events: none;
}
.recommend_content_prev.swiper-button-lock,
.recommend_content_next.swiper-button-lock {
	display: none;
}
.recommend_content_prev::before, .recommend_content_next::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 6px;
	background: #fff;
	clip-path: shape(from 35% 5%, arc to 44% 16% of 5% 10% cw, line to 18% 80%, line to 95% 80%, arc to 95% 100% of 5% 10% cw, line to 8% 100%, arc to 4% 84% of 5% 10% cw, close);
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}
.recommend_content_pagination {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	top: calc(100% + 30px);
}
.recommend_content_pagination .swiper-pagination-bullet {
	margin: 0 !important;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #fff;
	opacity: 1;
}
.recommend_content_pagination .swiper-pagination-bullet-active {
	background: #000346;
}
.recommend_content .swiper {
	height: 600px;
}
.recommend_item {
  height: calc(50% - 10px);
}
.recommend_item a {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	padding-right: 20px;
}
.recommend_item_img {
	width: 250px;
}
.recommend_item_textwrap {
	width: calc(100% - 270px);
}
.recommend_item_catch {
	background: #393E87;
	clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0 100%);
	margin-bottom: 12px;
	padding: 8px;
	padding-left: 24px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.recommend_item_catch::before {
	content: "";
	display: inline;
	width: 4px;
	height: 100%;
	background: #848484;
	background: linear-gradient(0deg, #848484 0%, #EEEEEE 100%);
	position: absolute;
	left: 0;
	top: 0;
}
.recommend_item_brand {
	color: #8487AE;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 4px;
}
.recommend_item_name {
	color: #545454;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 4px;
}
.recommend_item_price {
	color: #545454;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px;
}
.recommend_item_price:before {
	content: "￥";
}
.recommend_item_price::after {
	content: " (税込)";
	font-size: 14px;
}
.recommend_item_text {
	color: #545454;
	font-family: "Noto Sans JP";
	font-size: 13px;
	font-weight: 500;
	margin-right: -10px;
}

#noshi {
  background: #E6F8FF;
  padding-block: 80px 100px;
}
.noshi_content {
  display: flex;
  flex-flow: column wrap;
  gap: 60px;
}
.noshi_section {
  width: 100%;
}
.noshi_section_title {
  text-align: center;
  color: #000346;
  font-size: 32px;
  margin-bottom: 20px;
}
.noshi_variations_tab {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.noshi_variations_tab_item {
  display: flex;
  flex-flow: row wrap;
  padding: 8px 20px;
  background: #D6E1F6;
  border-radius: 300px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  cursor: pointer;
}
.noshi_variations_tab_item.active {
  background: #000346;
  color: #fff;
}
.noshi_variations_content_item {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: #fff;
  padding: 40px;
}
.noshi_variations_content_item_img {
  width: 172px;
}
.noshi_btn {
  margin-top: 40px;
}
.noshi_btn a {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: min(100% - 68px, 480px);
  margin-inline: auto;
  background: #fff;
  border: 1px solid #000346;
  border-radius: 300px;
  padding-block: 16px;
  color: #000346;
  font-size: 19px;
  position: relative;
}
.noshi_btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background: #000346;
  clip-path: polygon(0 20%, 10% 0, 50% 60%, 90% 0, 100% 20%, 50% 100%);
  position: absolute;
  right: 24px;
  top: 50%;
  translate: 0 -50%;
  rotate: -90deg;
}
.noshi_flow_content {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
}
.noshi_flow_item {
	width: calc((100% - 260px) / 3);
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}
.noshi_flow_num {
	width: 73px;
	background: #000346;
	padding-block: 2px;
	margin-bottom: 1em;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.noshi_flow_num::before {
	content: "STEP";
}
.noshi_flow_text {
	height: 92px;
}


/** SP **/
[data-browse-mode="S"] .section_inner {
  width: calc(100% - 30px);
}
[data-browse-mode="S"] .section_title {
  margin-bottom: 20px;
}
[data-browse-mode="S"] .section_title_main {
  font-size: 29px;
  margin-bottom: 8px;
}
[data-browse-mode="S"] .section_title_en {
  font-size: 10px;
}

[data-browse-mode="S"] .block-ranking-r .swiper {
  overflow: visible;
}
[data-browse-mode="S"] .block-ranking-r .swiper-wrapper {
  flex-wrap: nowrap !important;
}
[data-browse-mode="S"] .slide_pagination.swiper-pagination {
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #EBEBEB;
  border-radius: 2px;
  margin-top: 20px;
}
[data-browse-mode="S"] .slide_pagination.swiper-pagination .swiper-scrollbar-drag {
  background: #000346;
  border-radius: 2px;
}

[data-browse-mode="S"] #lead {
  padding-block: 40px 52px;
  background: url(/img/usr/freepage/gift/lead_bg_sp.jpg) no-repeat center / 520px auto;
}
[data-browse-mode="S"] .lead_text {
  font-size: 16px;
}

[data-browse-mode="S"] #pickup {
  padding-block: 50px 40px;
  background: url(/img/usr/freepage/gift/kumo01_sp.png) repeat center / cover, linear-gradient(0deg, #d3effb 0%, #e1f4fc 100%);
}

[data-browse-mode="S"] #ranking {
  padding-block: 50px 40px;
}

[data-browse-mode="S"] #nav {
  padding-block: 50px 40px;
  background: url(/img/usr/freepage/gift/kumo02_sp.png) repeat center / cover, linear-gradient(0deg, #d3effb 0%, #e1f4fc 100%);
}
[data-browse-mode="S"] .nav_content {
  gap: 10px;
}
[data-browse-mode="S"] .nav_item {
  flex: initial;
  width: calc(50% - 5px);
}
[data-browse-mode="S"] .nav_item a {
  padding-block: 16px 12px;
}
[data-browse-mode="S"] .nav_icon {
  width: 36px;
  margin-bottom: 0;
}
[data-browse-mode="S"] .nav_name {
  font-size: 18px;
  margin-bottom: 10px;
}
[data-browse-mode="S"] .nav_item:nth-of-type(1) {
  width: 100%;
}
[data-browse-mode="S"] .nav_item:nth-of-type(1) a {
  flex-flow: row wrap;
  gap: 14px;
  position: relative;
}
[data-browse-mode="S"] .nav_item:nth-of-type(1) a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
[data-browse-mode="S"] .nav_item:nth-of-type(1) .nav_name {
  margin: 0;
}

[data-browse-mode="S"] #theme {
  padding-block: 50px;
}
[data-browse-mode="S"] .theme_item {
  width: calc(50% - 5px);
}

[data-browse-mode="S"] #budget {
  padding-block: 50px;
}
[data-browse-mode="S"] .budget_content {
  gap: 10px;
}
[data-browse-mode="S"] .budget_item {
  width: calc(50% - 5px);
}
[data-browse-mode="S"] .budget_item a {
  padding-block: 16px;
  font-size: 17px;
}

[data-browse-mode="S"] #category {
  padding-block: 50px;
}
[data-browse-mode="S"] .category_content {
  gap: 10px;
}
[data-browse-mode="S"] .category_item {
  width: calc(50% - 5px);
}
[data-browse-mode="S"] .category_item:nth-of-type(1) {
  width: 100%;
}
[data-browse-mode="S"] .category_item:nth-of-type(1) a {
  aspect-ratio: 200 / 61;
}
[data-browse-mode="S"] .category_item_img img {
  width: 100%;
}
[data-browse-mode="S"] .category_item_name {
  font-size: 18px;
}

[data-browse-mode="S"] #brand {
  padding-block: 50px;
}
[data-browse-mode="S"] .brand_content {
  gap: 10px;
}
[data-browse-mode="S"] .brand_item {
  width: calc(50% - 5px);
}
[data-browse-mode="S"] .brand_item_img {
  height: 78px;
}
[data-browse-mode="S"] .brand_item_img img {
  width: 133px;
}
[data-browse-mode="S"] .brand_item_name {
  height: 31px;
  font-size: clamp(10px, 3cqw, 14px);
}


[data-browse-mode="S"] #recommend {
  padding-block: 50px 40px;
  background: url(/img/usr/freepage/gift/kumo03_sp.png) repeat center / cover, linear-gradient(0deg, #d3effb 0%, #e1f4fc 100%);
}
[data-browse-mode="S"] .recommend_content {
  width: 100%;
}
[data-browse-mode="S"] .recommend_content .swiper {
	height: auto;
}
[data-browse-mode="S"] .recommend_item {
	height: auto;
}
[data-browse-mode="S"] .recommend_item a {
	padding: 20px;
	align-content: flex-start;
	gap: 0;
}
[data-browse-mode="S"] .recommend_item_img {
	width: 100%;
	order: 2;
	margin-bottom: 4px;
}
[data-browse-mode="S"] .recommend_item_textwrap {
	display: contents;
}
[data-browse-mode="S"] .recommend_item_catch {
	width: 100%;
	margin-bottom: 10px;
	order: 1;
}
[data-browse-mode="S"] .recommend_item_textwrap_l2 {
	order: 3;
}
[data-browse-mode="S"] .recommend_item_name {
	font-size: 16px;
}
[data-browse-mode="S"] .recommend_item_price {
	font-size: 16px;
}
[data-browse-mode="S"] .recommend_item_price::after {
	font-size: 12px;
}
[data-browse-mode="S"] .recommend_item_text {
	font-size: 12px;
	margin-right: 0;
}
[data-browse-mode="S"] .recommend_content_prev,
[data-browse-mode="S"] .recommend_content_next {
	width: 70px;
	height: 70px;
}
[data-browse-mode="S"] .recommend_content_prev {
	left: -20px;
}
[data-browse-mode="S"] .recommend_content_next {
	left: calc(100% + 20px);
}
[data-browse-mode="S"] .recommend_content_prev::before,
[data-browse-mode="S"] .recommend_content_next::before {
	left: 75%;
}
[data-browse-mode="S"] .recommend_content_pagination {
	display: inline-block;
	width: 100%;
	height: 4px;
	position: relative;
	inset: initial;
	background: #EBEBEB;
	border-radius: 300px;
	margin-top: 20px;
}
[data-browse-mode="S"] .recommend_content_pagination .swiper-scrollbar-drag {
	background: #000346;
	border-radius: 2px;
}

[data-browse-mode="S"] #noshi {
  padding-block: 50px;
}
[data-browse-mode="S"] .noshi_content {
  gap: 40px;
}
[data-browse-mode="S"] .noshi_section_title {
  font-size: 22px;
}
[data-browse-mode="S"] .noshi_variations_tab {
  display: inline-block;
  width: calc(100% + 30px);
  overflow: auto;
  margin-inline: -15px;
  margin-bottom: 10px;
  padding-inline: 15px;
  padding-bottom: 10px;
}
[data-browse-mode="S"] .noshi_variations_tab_wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  width: max-content;
}
[data-browse-mode="S"] .noshi_variations_content_item {
  gap: 10px;
  padding: 15px;
}
[data-browse-mode="S"] .noshi_variations_content_item_img {
  width: 145px;
}
[data-browse-mode="S"] .noshi_btn a {
  font-size: 16px;
}
[data-browse-mode="S"] .noshi_flow_item {
    width: 100%;
    margin-bottom: 45px;
    position: relative;
}
[data-browse-mode="S"] .noshi_flow_item:not(:nth-of-type(1))::before {
    content: "";
    display: inline-block;
    border: 30px solid transparent;
    border-top: 13px solid #fff;
    position: absolute;
    left: 50%;
    top: -30px;
    translate: -50% 0;
}
[data-browse-mode="S"] .noshi_flow_text {
    height: auto;
    margin-bottom: 1em;
}