@charset "UTF-8";
html {
	container-type: inline-size;
}
.spendtime{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	--blue : #3862A6;
	--lblue : #4CBCD2;
	--purple : #875EAB;
}

.section_inner {
	width: 1300px;
	margin-inline: auto;
}

.step_text_wrap {
  text-align: center;
}
.step_num {
  width: 100px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.step_title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.blue .step_title {
  color: var(--blue);
}
.purple .step_title {
  color: var(--purple);
}
.step_text {
  font-weight: 500;
}
.step_note {
  font-size: 14px;
  margin-top: 20px;
}


.step_item {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 287px;
}
.step_item_fukidashi {
  min-width: 90%;
  margin-inline: auto;
  margin-bottom: -40px;
  filter: drop-shadow(1px 1px 0px var(--lblue)) drop-shadow(0px 1px 0px var(--lblue)) drop-shadow(0px -1px 0px var(--lblue)) drop-shadow(-1px -1px 0px var(--lblue)) drop-shadow(-1px 0px 0px var(--lblue)) drop-shadow(1px 0px 0px var(--lblue)) drop-shadow(0px 3px 6px #0003);
  position: relative;
  z-index: 2;
}
.step_item_fukidashi_inner {
  padding-block: 10px 22px;
  background: #fff;
  clip-path: shape(from 8px 0, line to calc(100% - 8px) 0, curve to 100% 8px with 100% 0%, line to 100% calc(100% - 20px), curve to calc(100% - 8px) calc(100% - 12px) with 100% calc(100% - 12px), line to calc(50% + 16px) calc(100% - 12px), line to calc(50% + 20px) 100%, line to 48% calc(100% - 12px), line to 8px calc(100% - 12px), curve to 0 calc(100% - 20px) with 0 calc(100% - 12px), line to 0 8px, curve to 8px 0 with 0 0);
  text-align: center;
  color: var(--lblue);
  font-weight: 600;
  line-height: 1.2;
  font-feature-settings: "palt";
}
.step_item_img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.step_item_img.kids::before {
  content: "お子様も楽しめる！";
  display: inline-block;
  width: 100%;
  background: var(--lblue);
  padding-block: 2px;
  padding-right: 48px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.step_item_img.kids::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 30px;
  background: url(/img/usr/freepage/spendtime/illu04.png) no-repeat center bottom / contain;
  position: absolute;
  right: 6px;
  bottom: 0;
}
.step_item_name {
  font-weight: 700;
  margin-bottom: 18px;
}
.step_item_adress {
  position: relative;
  padding-left: 21px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
.step_item_adress::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  background: url(/img/usr/freepage/spendtime/pin.png) no-repeat center top / contain;
  position: absolute;
  left: 0;
  top: 0;
}
.step_item_open {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.step_item_btn {
  margin-top: auto;
  width: 100%;
}
.step_item_btn a {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 300px;
  width: 258px;
  margin-inline: auto;
  padding-block: 10px;
  color: #fff;
  font-weight: 600;
}
.blue .step_item_btn a {
  background: var(--blue);
}
.purple .step_item_btn a {
  background: var(--purple);
}




#mv {
  margin-bottom: 48px;
}
#tab {
  border-bottom: 2px solid var(--blue);
}
.tab_inner {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
}
.tab_item a {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 520px;
  background: #D8D8D8;
  border-radius: 30px 30px 0 0;
  padding-block: 22px;
  color: #747474;
  font-size: 24px;
  font-weight: 700;
}
.tab_item a.active {
	background: var(--blue);
	color: #fff;
}

.content {
    opacity: 1;
    transition: .5s;
}
.content.change {
    opacity: 0;
    transition: 0s;
}


#terminalhead {
	background: #E1F5FF;
	padding-block: 40px 45px;
}
.terminalhead_title {
	color: var(--blue);
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 28px;
}
.terminalhead_img {
  width: 600px;
  margin-inline: auto;
  position: relative;
}
.terminalhead_img::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 182px;
  background: url(/img/usr/freepage/spendtime/illu01.png) no-repeat center bottom / contain;
  position: absolute;
  right: calc(100% + 15px);
  bottom: 0;
}

.content_wrap:nth-of-type(1) {
  padding-block: 25px 100px;
  position: relative;
}
.content_wrap:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 240px;
  background: #E1F5FF;
  clip-path: shape(from 0 100%, smooth to 16% 49% with 13% 55%, smooth to 45% 23% with 31% 18%, smooth to 67% 28% with 54% 30%, smooth to 91% 10% with 91% 10%, smooth to 100% 0% with 99% 0%, line to 0 0);
  position: absolute;
  left: 0;
  top: 0;
}
.content_wrap:nth-of-type(2) {
	margin-bottom: 80px;
}
.content_title {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 516px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%, 15px 50%);
  margin-inline: auto;
  margin-bottom: 60px;
  padding-block: 16px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
.content_wrap.blue .content_title {
  background: var(--blue);
}
.content_wrap.purple .content_title {
  background: var(--purple);
}

#step01 {
  position: relative;
  margin-bottom: 124px;
}
#step01 .section_inner {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.step01_text_wrap {
  text-align: left;
  width: 472px;
}
.step01_img {
  width: 312px;
}

.step02_text_wrap {
  margin-bottom: 80px;
}
.step02_title {
  display: inline-block;
  position: relative;
}
.step02_title_catch {
  color: var(--lblue);
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: 100%;
  translate: -50% 0;
  rotate: -15deg;
  transform-origin: left bottom;
}
.step02_title_catch::before, .step02_title_catch::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 32px;
  background: var(--lblue);
  position: absolute;
  bottom: 0;
  transform-origin: bottom;
}
.step02_title_catch::before {
  left: 0;
  rotate: -45deg;
}
.step02_title_catch::after {
  right: 0;
  rotate: 45deg;
}
.step02_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  gap: 60px 50px;
}
.step02_content .step_item_img.kids::before {
  content: "お子様メニューあり!";
}

#step03 {
  padding-block: 100px 60px;
  background: #E1F5FF;
  position: relative;
}
#step03::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 240px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: shape(from 0 100%, smooth to 16% 49% with 13% 55%, smooth to 45% 23% with 31% 18%, smooth to 67% 28% with 54% 30%, smooth to 91% 10% with 91% 10%, smooth to 100% 0% with 99% 0%, line to 100% 100%);
  rotate: 180deg;
}
#step03 .section_inner {
  position: relative;
}
.step03_text_wrap {
  margin-bottom: 50px;
}
.step03_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -90px;
}
.step03_left {
  width: 716px;
}
.step03_mainimg {
	margin-bottom: 30px;
}
.step03_mainadress {
	display: flex;
	flex-flow: column wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
}

.step03_right {
  width: 626px;
  text-align: center;
}
.step03_catch {
  color: var(--lblue);
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 14px;
}
.step03_catch::before, .step03_catch::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 32px;
  background: var(--lblue);
  position: absolute;
  bottom: 0;
  transform-origin: bottom;
}
.step03_catch::before {
  left: -10px;
  rotate: -45deg;
}
.step03_catch::after {
  right: -10px;
  rotate: 45deg;
}
.step03_subimg {
  width: 400px;
  margin-inline: auto;
  margin-bottom: 70px;
}
.step03_shoplist_title {
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.step03_shoplist_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
	justify-content: center;
  align-items: stretch;
  gap: 60px 50px;
  text-align: left;
}

#step04 {
  margin-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
#step04::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 240px;
  background: #e1f5ff;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: shape(from 0 100%, smooth to 16% 49% with 13% 55%, smooth to 45% 23% with 31% 18%, smooth to 67% 28% with 54% 30%, smooth to 91% 10% with 91% 10%, smooth to 100% 0% with 99% 0%, line to 0 0);
  rotate: y 180deg;
}
#step04 .section_inner {
  position: relative;
}

.step04_text_wrap {
  margin-bottom: 60px;
}
.step04_content {
  display: flex;
  flex-flow: column wrap;
	align-items: center;
  gap: 80px;
}
.step04_content_wrap_title {
  text-align: center;
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 11px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--blue);
}
.step04_content_wrap_list {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  gap: 60px 50px;
}

#recommend {
  margin-bottom: 80px;
}
.recommend_inner {
  background: #E1F5FF;
  width: 1300px;
  margin-inline: auto;
  border-radius: 40px;
  padding-block: 40px 50px;
}
.recommend_title {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: var(--blue);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.recommend_title::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url(https://haneda-shopping.jp/img/icon/limited.png) no-repeat center / contain;
}
.recommend_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 44px;
}
.recommend_item {
  width: 150px;
}
.recommend_item a {
  color: var(--blue);
}
.recommend_item_img {
  border-radius: 300px;
  overflow: hidden;
  margin-bottom: 16px;
}
.recommend_item_brand {
  text-align: center;
  color: var(--lblue);
  font-size: 16px;
  font-weight: 500;
  margin-inline: -22px;
  margin-bottom: 12px;
}
.recommend_item_name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-inline: -22px;
}
.recommend_btn a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: var(--blue);
    border-radius: 300px;
    width: min(80%, 400px);
    margin-inline: auto;
    margin-top: 40px;
    padding-block: 10px;
    color: #fff;
    font-weight: 600;
}


#clickcollect {
  margin-bottom: 100px;
}
.clickcollect_inner {
  width: 1300px;
  margin-inline: auto;
  text-align: center;
}
.clickcollect_fukidashi {
  display: inline-block;
  position: relative;
  margin-bottom: 38px;
  padding-inline: 24px;
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
}
.clickcollect_fukidashi::after {
  content: "";
  display: inline-block;
  width: calc(50% - 9px);
  height: 2px;
  background: var(--blue);
  position: absolute;
  right: 0;
  top: 100%;
}
.clickcollect_fukidashi::before {
  content: "";
  display: inline-block;
  width: calc(50% - 9px);
  height: 14px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, calc(100% - 29px) 100%, calc(100% - 7px) 2px, 0 2px);
  background: var(--blue);
  position: absolute;
  left: 0;
  top: 100%;
}
.clickcollect_catch {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
}
.clickcollect_catch .color {
  color: #B40000;
  font-size: 36px;
  font-weight: 700;
}
.clickcollect_box {
  background: #E8EFFD;
  border-radius: 40px;
  padding: 50px;
}
.clickcollect_box_text {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.clickcollect_box_title {
  color: var(--blue);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.clickcollect_box_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
.clickcollect_box_item {
  width: calc((100% - 48px) / 3);
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding-block: 16px;
}
.clickcollect_box_icon {
  width: 58px;
}
.clickcollect_box_item_catch {
  padding-inline: 20px;
  color: #121659;
  font-size: 20px;
  font-weight: 700;
}
.clickcollect_box_btn a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: var(--blue);
    border-radius: 300px;
    width: min(80%, 400px);
    margin-inline: auto;
    margin-top: 40px;
    padding-block: 10px;
    color: #fff;
    font-weight: 600;
}


#step05 {
  padding-bottom: 30px;
  background: #E1F5FF;
  position: relative;
}
#step05::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 240px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: shape(from 0 100%, smooth to 16% 49% with 13% 55%, smooth to 45% 23% with 31% 18%, smooth to 67% 28% with 54% 30%, smooth to 91% 10% with 91% 10%, smooth to 100% 0% with 99% 0%, line to 100% 100%);
  rotate: x 180deg;
}
#step05 .section_inner {
  position: relative;
}
.step05_text_wrap {
  margin-bottom: 60px;
}
.step05_num {
  position: relative;
}
.step05_num::before {
  content: "";
  display: inline-block;
  width: 184px;
  height: 110px;
  background: url(/img/usr/freepage/spendtime/footprints.png) no-repeat center / contain;
  position: absolute;
  left: calc(100% + 220px);
  top: 0;
}
.step05_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.step05_item_wrap {
  width: 400px;
  display: flex;
  flex-flow: column wrap;
}
.step05_item_wrap_tile {
  text-align: center;
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 11px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--blue);
}
.step05_item_wrap_content {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}
.step05_item_wrap_content .step_item {
  height: 100%;
}


#step06 {
  padding-top: 80px;
  position: relative;
}
#step06::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 240px;
  background: #e1f5ff;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: shape(from 0 100%, smooth to 16% 49% with 13% 55%, smooth to 45% 23% with 31% 18%, smooth to 67% 28% with 54% 30%, smooth to 91% 10% with 91% 10%, smooth to 100% 0% with 99% 0%, line to 0 0);
}
#step06 .section_inner {
  position: relative;
}
#step06 .section_inner {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.step06_text_wrap {
  width: 510px;
}
.step06_img {
  width: 390px;
}


#step07 {
  background: #E8EFFD;
background: linear-gradient(0deg, #fff 250px, #E8EFFD 250px, #E8EFFD calc(100% - 109px), #fff calc(100% - 109px));
		margin-bottom: 96px;
  padding-top: 22px;
  position: relative;
}

#step07::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 240px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 109px;
  clip-path: shape(from 0 100%, smooth to 16% 49% with 13% 55%, smooth to 45% 23% with 31% 18%, smooth to 67% 28% with 54% 30%, smooth to 91% 10% with 91% 10%, smooth to 100% 0% with 99% 0%, line to 100% 100%);
  rotate: 180deg;
}
#step07::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 240px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 250px;
  clip-path: shape(from 0 100%, smooth to 16% 49% with 13% 55%, smooth to 45% 23% with 31% 18%, smooth to 67% 28% with 54% 30%, smooth to 91% 10% with 91% 10%, smooth to 100% 0% with 99% 0%, line to 100% 100%);
  rotate: y 180deg;
}
#step07 .section_inner {
  position: relative;
  z-index: 2;
}
.step07_text_wrap {
  margin-bottom: 60px;
}
.step07_num {
  position: relative;
}
.step07_num::before {
  content: "";
  display: inline-block;
  width: 184px;
  height: 110px;
  background: url(/img/usr/freepage/spendtime/footprints.png) no-repeat center / contain;
  position: absolute;
  right: calc(100% + 210px);
  top: 0;
  rotate: y 180deg;
}
.step07_content {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.step07_content_wrap_title {
  text-align: center;
  color: var(--purple);
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 11px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--purple);
}
.step07_content_wrap_list {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  gap: 60px 50px;
}
.step07_content_wrap_text {
  text-align: center;
  font-weight: 500;
  margin-block: -6px 36px;
}

#step08 .section_inner {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.step08_text_wrap {
  width: 540px;
}
.step08_num {
  position: relative;
}
.step08_num::before {
  content: "";
  display: inline-block;
  width: 184px;
  height: 110px;
  background: url(/img/usr/freepage/spendtime/footprints.png) no-repeat center / contain;
  position: absolute;
  left: calc(100% + 108px);
  top: -46px;
}
.step08_img {
  width: 508px;
}

#terminalfooter {
  padding-bottom: 70px;
  position: relative;
		background: linear-gradient(0deg, #E8EFFD 184px, #fff 184px);
}
#terminalfooter::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 160px;
  background: #E8EFFD;
  clip-path: shape(from 0 100%, smooth to 16% 49% with 13% 55%, smooth to 45% 23% with 31% 18%, smooth to 67% 28% with 54% 30%, smooth to 91% 10% with 91% 10%, smooth to 100% 0% with 99% 0%, line to 0 0);
  position: absolute;
  left: 0;
  bottom: 184px;
  rotate: x 180deg;
}
.terminalfooter_inner {
  position: relative;
}
.terminalfooter_text {
  text-align: center;
  font-size: 22px;
  margin-bottom: 60px;
}
.terminalfooter_box {
  width: 1000px;
  margin-inline: auto;
  padding: 40px 50px;
		background: #fff;
  border: 1px solid var(--blue);
  border-radius: 10px;
}
.terminalfooter_box_title {
  text-align: center;
  color: var(--blue);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.terminalfooter_box_text {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.terminalfooter_box_btn a {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 300px;
  width: 258px;
  background: var(--blue);
  margin-inline: auto;
  padding-block: 10px;
  color: #fff;
  font-weight: 600;
}
.terminalfooter_note {
    text-align: center;
    margin-top: 2em;
    margin-inline: -15px;
}



[data-browse-mode="S"] .spendtime{
	font-size: 14px;
}

[data-browse-mode="S"] .content_title {
  width: 344px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 10px 50%);
  margin-bottom: 30px;
  padding-block: 11px;
  font-size: 20px;
}
[data-browse-mode="S"] .section_inner {
  width: 100%;
}
[data-browse-mode="S"] .step_num {
  width: 66px;
  margin-bottom: 18px;
}
[data-browse-mode="S"] .step_title {
  font-size: 20px;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .step_note {
  font-size: 12px;
  margin-top: 12px;
}

[data-browse-mode="S"] .tab_inner {
  gap: 0;
}
[data-browse-mode="S"] .tab_item {
  width: calc(50% - 15px);
}
[data-browse-mode="S"] .tab_item a {
  width: 100%;
  padding-block: 16px 10px;
  font-size: 16px;
}
[data-browse-mode="S"] .step_item {
  width: calc(50% - 8px);
}
[data-browse-mode="S"] .step_item_fukidashi {
  min-width: calc(100% - 18px);
  margin-bottom: -34px;
}
[data-browse-mode="S"] .step_item_fukidashi_inner {
  padding-block: 4px 16px;
  font-size: 13px;
}
[data-browse-mode="S"] .step_item_img {
  margin-bottom: 7px;
}
[data-browse-mode="S"] .step_item_img.kids::before {
  font-size: 11px;
}
[data-browse-mode="S"] .step_item_img.kids::after {
  width: 50px;
  height: 20px;
}
[data-browse-mode="S"] .step_item_name {
  margin-bottom: 10px;
}
[data-browse-mode="S"] .step_item_adress {
  padding-left: 14px;
  font-size: 12px;
  margin-bottom: 10px;
}
[data-browse-mode="S"] .step_item_adress::before {
  width: 10px;
  height: 13px;
  top: 2px;
}
[data-browse-mode="S"] .step_item_open {
  font-size: 12px;
  margin-bottom: 10px;
}
[data-browse-mode="S"] .step_item_btn a {
  width: calc(100% - 20px);
  padding-block: 6px;
  font-size: 12px;
}


[data-browse-mode="S"] #terminalhead {
  padding: 30px 15px;
}
[data-browse-mode="S"] .terminalhead_inner {
  width: 100%;
}
[data-browse-mode="S"] .terminalhead_title {
  font-size: 24px;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .terminalhead_img {
  width: 100%;
}
[data-browse-mode="S"] .terminalhead_img img {
  border-radius: 20px;
}
[data-browse-mode="S"] .terminalhead_img::before {
  width: 60px;
  height: 122px;
  right: initial;
  left: 7px;
  translate: 0 50%;
  z-index: 2;
}
[data-browse-mode="S"] .content_wrap:nth-of-type(1) {
  padding-block: 42px 50px;
}
[data-browse-mode="S"] .content_wrap:nth-of-type(1)::before {
  height: 160px;
}

[data-browse-mode="S"] #step01 {
  margin-bottom: 50px;
  padding-inline: 15px;
}
[data-browse-mode="S"] #step01 .section_inner {
  gap: 0;
  align-items: end;
}
[data-browse-mode="S"] .step01_text_wrap {
  width: 240px;
}
[data-browse-mode="S"] .step01_num {
  margin-inline: 0;
}
[data-browse-mode="S"] .step01_img {
  width: calc(100% - 192px);
  margin-right: -54px;
}

[data-browse-mode="S"] #step02 {
  padding-inline: 15px;
  position: relative;
  z-index: 2;
}
[data-browse-mode="S"] .step02_text_wrap {
  margin-bottom: 30px;
}
[data-browse-mode="S"] .step02_title_catch {
  font-size: 12px;
  translate: -35% 0;
  transform-origin: center bottom;
}
[data-browse-mode="S"] .step02_title_catch::before,
[data-browse-mode="S"] .step02_title_catch::after {
  height: 24px;
}
[data-browse-mode="S"] .step02_content {
  gap: 30px 16px;
}

[data-browse-mode="S"] #step03 {
  margin-top: -50px;
  padding: 100px 15px 0;
}
[data-browse-mode="S"] #step03::before {
  height: 160px;
}
[data-browse-mode="S"] #step03 .section_inner {
  z-index: 2;
}
[data-browse-mode="S"] .step03_text_wrap {
    margin-bottom: 30px;
}
[data-browse-mode="S"] .step03_num {
  position: relative;
}
[data-browse-mode="S"] .step03_num::before {
  content: "";
  display: inline-block;
  width: 122px;
  height: 74px;
  background: url(/img/usr/freepage/spendtime/footprints.png) no-repeat center / contain;
  position: absolute;
  right: calc(100% + 40px);
  top: -25px;
  rotate: y 180deg;
}
[data-browse-mode="S"] .step03_content {
  margin-left: 0;
}
[data-browse-mode="S"] .step03_left {
  width: 100%;
}
[data-browse-mode="S"] .step03_mainimg {
  width: calc(100% - 40px);
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  margin-left: -15px;
  margin-bottom: 10px;
}
[data-browse-mode="S"] .step03_mainadress {
  align-content: flex-start;
  gap: 8px;
  width: 50%;
}
[data-browse-mode="S"] .step03_right {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
}
[data-browse-mode="S"] .step03_catch {
  font-size: 12px;
  margin-bottom: 42px;
  margin-right: 15px;
  order: 2;
}
[data-browse-mode="S"] .step03_catch::before,
[data-browse-mode="S"] .step03_catch::after {
  height: 24px;
  inset: initial;
  top: 0;
  transform-origin: top;
}
[data-browse-mode="S"] .step03_catch::before {
  rotate: 45deg;
  right: 100%;
}
[data-browse-mode="S"] .step03_catch::after {
  left: 100%;
  rotate: -45deg;
}
[data-browse-mode="S"] .step03_subimg {
  width: 50%;
	margin: -46cqw -15px 10px 0;
  order: 1;
}
[data-browse-mode="S"] .step03_subimg img {
  border-radius: 10px 0 0 10px;
}
[data-browse-mode="S"] .step03_shoplist {
  order: 3;
}
[data-browse-mode="S"] .step03_shoplist_title {
  font-size: 20px;
  margin-bottom: 20px;
  margin-inline: -15px;
}
[data-browse-mode="S"] .step03_shoplist_content {
  gap: 30px 16px;
}

[data-browse-mode="S"] #step04 {
  margin-block: -6px 50px;
  padding-top: 56px;
  padding-inline: 15px;
  background: #fff;
}
[data-browse-mode="S"] #step04::before {
  height: 160px;
}
[data-browse-mode="S"] .step04_text_wrap {
  margin-bottom: 30px;
}
[data-browse-mode="S"] .step04_content {
  gap: 50px;
}
[data-browse-mode="S"] .step04_content_wrap_title {
  font-size: 20px;
  padding-bottom: 7px;
  margin-bottom: 24px;
}
[data-browse-mode="S"] .step04_content_wrap_list {
  gap: 30px 16px;
}

[data-browse-mode="S"] #recommend {
  margin-bottom: 50px;
  padding-inline: 15px;
}
[data-browse-mode="S"] .recommend_inner {
  width: 100%;
  padding: 20px 25px 30px;
}
[data-browse-mode="S"] .recommend_title {
  gap: 10px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .recommend_title::before {
  width: 60px;
  height: 60px;
}
[data-browse-mode="S"] .recommend_content {
  gap: 25px;
}
[data-browse-mode="S"] .recommend_item {
  width: calc((100% - 50px) / 3);
}
[data-browse-mode="S"] .recommend_item_img {
  margin-bottom: 10px;
}
[data-browse-mode="S"] .recommend_item_brand {
  font-size: 12px;
  margin-inline: -12.5px;
  margin-bottom: 8px;
}
[data-browse-mode="S"] .recommend_item_name {
  font-size: 13px;
  margin-inline: -12.5px;
}
[data-browse-mode="S"] .recommend_btn a {
    padding-block: 6px;
    margin-top: 20px;
}

[data-browse-mode="S"] #clickcollect {
  margin-bottom: 50px;
  padding-inline: 15px;
}
[data-browse-mode="S"] .clickcollect_inner {
  width: 100%;
}
[data-browse-mode="S"] .clickcollect_fukidashi {
  margin-bottom: 25px;
  padding-inline: 5px;
  font-size: 18px;
}
[data-browse-mode="S"] .clickcollect_fukidashi::before {
  height: 10px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, calc(100% - 30px) 100%, calc(100% - 10px) 2px, 0 2px);
}
[data-browse-mode="S"] .clickcollect_catch {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
}
[data-browse-mode="S"] .clickcollect_catch .color {
  font-size: 24px;
}
[data-browse-mode="S"] .clickcollect_box {
  padding: 25px 20px;
}
[data-browse-mode="S"] .clickcollect_box_text {
  font-size: 14px;
  margin-bottom: 14px;
}
[data-browse-mode="S"] .clickcollect_box_title {
  font-size: 20px;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .clickcollect_box_content {
  gap: 10px;
}
[data-browse-mode="S"] .clickcollect_box_item {
  gap: 7px;
  width: calc(50% - 5px);
  border-radius: 10px;
  padding: 15px 10px;
}
[data-browse-mode="S"] .clickcollect_box_icon {
  width: 35px;
}
[data-browse-mode="S"] .clickcollect_box_item_catch {
  flex: 1;
  padding-inline: 0;
  text-align: left;
  font-size: 14px;
}
[data-browse-mode="S"] .clickcollect_box_btn a {
    padding-block: 6px;
    margin-top: 20px;
}

[data-browse-mode="S"] #step05 {
  padding-bottom: 0;
  padding-inline: 15px;
  background: linear-gradient(180deg, #fff 70px, #E1F5FF 70px);
}
[data-browse-mode="S"] #step05::before {
  height: 160px;
  top: 70px;
}
[data-browse-mode="S"] #step05 .section_inner {
  z-index: 2;
}
[data-browse-mode="S"] .step05_text_wrap {
  margin-bottom: 30px;
}
[data-browse-mode="S"] .step05_num::before {
  width: 122px;
  height: 74px;
  left: calc(100% + 44px);
  top: -10px;
}
[data-browse-mode="S"] .step05_item_wrap_tile {
  font-size: 20px;
  padding-bottom: 7px;
  margin-bottom: 24px;
}
[data-browse-mode="S"] .step05_content {
  gap: 30px;
	flex-direction: column;
}
[data-browse-mode="S"] .step05_item_wrap {
    width: 100%;
}
[data-browse-mode="S"] .step05_item_wrap_content .step_item {
  width: 100%;
	min-height: 38cqw;
  padding-left: calc(50% + 7px);
  position: relative;
}
[data-browse-mode="S"] .step05_item_wrap_content .step_item_fukidashi {
  position: absolute;
  left: 9px;
  width: calc(50% - 26px);
  min-width: initial;
}
[data-browse-mode="S"] .step05_item_wrap_content .step_item_img {
  position: absolute;
  left: 0;
  top: 20px;
  width: calc(50% - 8px);
}
[data-browse-mode="S"] .step05_item_wrap_content .step_item_btn {
  margin-top: 0;
}

[data-browse-mode="S"] #step06 {
  margin-top: -84px;
  padding-top: 170px;
  padding-inline: 15px;
  background: #fff;
}
[data-browse-mode="S"] #step06 .section_inner {
  gap: 0;
  align-items: end;
}
[data-browse-mode="S"] .step06_text_wrap {
  width: 234px;
  text-align: left;
}
[data-browse-mode="S"] .step06_num {
  margin-inline: 0;
}
[data-browse-mode="S"] .step06_img {
  width: calc(100% - 225px);
  height: auto;
  aspect-ratio: 35 / 43;
  margin-right: -15px;
}
[data-browse-mode="S"] .step06_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-browse-mode="S"] .content_wrap:nth-of-type(2) {
  margin-bottom: 30px;
}

[data-browse-mode="S"] #step07 {
  margin-bottom: 0;
  padding-top: 16px;
  background: linear-gradient(180deg, #fff 66px, #E8EFFD 66px);
}
[data-browse-mode="S"] #step07::before {
  height: 160px;
  top: 66px;
}
[data-browse-mode="S"] #step07::after {
  display: none;
}
[data-browse-mode="S"] .step07_text_wrap {
  margin-bottom: 30px;
}
[data-browse-mode="S"] .step07_num::before {
  width: 122px;
  height: 74px;
  right: calc(100% + 40px);
  top: -10px;
}
[data-browse-mode="S"] .step07_content_wrap_title {
  font-size: 20px;
  padding-bottom: 7px;
  margin-bottom: 24px;
}
[data-browse-mode="S"] .step07_content_wrap_list {
  gap: 30px 16px;
}
[data-browse-mode="S"] .step07_content {
  gap: 0;
}
[data-browse-mode="S"] .step07_content_wrap {
  padding-inline: 15px;
  position: relative;
}
[data-browse-mode="S"] .step07_content_wrap:nth-of-type(2) {
  padding-top: 50px;
  background: linear-gradient(0deg, #fff 140px, #E8EFFD 140px);
}
[data-browse-mode="S"] .step07_content_wrap:nth-of-type(3) {
  padding-block: 50px 28px;
  background: #fff;
}
[data-browse-mode="S"] .step07_content_wrap:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 160px;
  background: #fff;
  clip-path: shape(from 0 100%, smooth to 16% 49% with 13% 55%, smooth to 45% 23% with 31% 18%, smooth to 67% 28% with 54% 30%, smooth to 91% 10% with 91% 10%, smooth to 100% 0% with 99% 0%, line to 100% 100%);
  position: absolute;
  left: 0;
  bottom: 140px;
  rotate: y 180deg;
}
[data-browse-mode="S"] .step07_content_wrap:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  width: 100%;
		height: 160px;
  background: #e8effd;
  clip-path: shape(from 0 100%, smooth to 16% 49% with 13% 55%, smooth to 45% 23% with 31% 18%, smooth to 67% 28% with 54% 30%, smooth to 91% 10% with 91% 10%, smooth to 100% 0% with 99% 0%, line to 0 0);
  position: absolute;
  left: 0;
  bottom: 0;
  rotate: x 180deg;
}
[data-browse-mode="S"] .step07_content_wrap:nth-of-type(4) {
  padding-top: 22px;
}
[data-browse-mode="S"] .step07_content_wrap > div {
  position: relative;
}
[data-browse-mode="S"] .step07_content_wrap_text {
  margin: -4px -15px 20px;
}

[data-browse-mode="S"] #step08 {
  background: #fff;
  margin-top: -96px;
  padding-top: 136px;
  padding-inline: 15px;
  position: relative;
}
[data-browse-mode="S"] #step08::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 160px;
  background: #e8effd;
  clip-path: shape(from 0 100%, smooth to 16% 49% with 13% 55%, smooth to 45% 23% with 31% 18%, smooth to 67% 28% with 54% 30%, smooth to 91% 10% with 91% 10%, smooth to 100% 0% with 99% 0%, line to 0 0);
  position: absolute;
  left: 0;
  top: 0;
}
[data-browse-mode="S"] #step08 .section_inner {
  gap: 0;
  align-items: end;
}
[data-browse-mode="S"] .step08_text_wrap {
  width: 234px;
  text-align: left;
  margin-bottom: 52px;
}
[data-browse-mode="S"] .step08_num {
  margin-inline: 0;
}
[data-browse-mode="S"] .step08_num::before {
  width: 115px;
  height: 82px;
  left: calc(100% + 44px);
  top: -26px;
}
[data-browse-mode="S"] .step08_img {
  width: calc(100% - 225px);
  height: auto;
  aspect-ratio: 35 / 43;
  margin-right: -15px;
}
[data-browse-mode="S"] .step08_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
		object-position: left center;
}

[data-browse-mode="S"] #terminalfooter {
  padding-bottom: 30px;
  padding-inline: 15px;
  background: linear-gradient(0deg, #E8EFFD 68px, #fff 68px);
}
[data-browse-mode="S"] #terminalfooter::before {
  bottom: 68px;
}
[data-browse-mode="S"] .terminalfooter_text {
  font-size: 16px;
  margin-bottom: 50px;
  margin-inline: -15px;
}
[data-browse-mode="S"] .terminalfooter_box {
  width: 100%;
  padding: 30px 25px;
}
[data-browse-mode="S"] .terminalfooter_box_title {
  font-size: 20px;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .terminalfooter_box_text {
  text-align: left;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .terminalfooter_box_btn a {
  width: 172px;
  padding-block: 6px;
  font-size: 12px;
}