/*-----------------------------------------------------
  common setting
-----------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
	margin: 0;
	background: #FFF;
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: center;
	color: #1A1A1A;
}

/*-----------------------------------------------------
  header
-----------------------------------------------------*/
header .header-menu-pc {
	display: none;
}
header .header-menu-sp {
	display: block;
}
header .hamburger-overlay {
  position: fixed;
  top: 23px;
  right: 15.5px;
  z-index: 1000;
  width: 21.5px;
  height: 17.5px;
  border: none;
  background: transparent;
  cursor: pointer;
	padding: 0;
}
header .hamburger-overlay__line {
  position: absolute;
  left: 0;
  width: 21.5px;
  height: 1.5px;
  background-color: #1A1A1A;
  transition: all .6s;
}
header .hamburger-overlay__line:nth-of-type(1) {
	top: 0px;
}
header .hamburger-overlay__line:nth-of-type(2) {
	top: 8px; 
}
header .hamburger-overlay__line:nth-of-type(3) {
	top: 16px; 
}
header .hamburger-overlay.active .hamburger-overlay__line {
	width: 21.5px;
  background-color: #1A1A1A;
}
header .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
header .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
header .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
header .nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}
header .nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
header .nav-overlay__content {
	margin: 72px 0px;
  width: 100%;
  text-align: left;
}
header .nav-overlay__list {
  padding: 0;
  list-style: none;
}
header .nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
	border-bottom: 1px solid #E0E0E0;
}
header .nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}
header .nav-overlay__link {
  display: inline-block;
	width: 100%;
  padding: 18px 30px;
  color: #1A1A1A;
	font-weight: bold;
  text-decoration: none;
}
header .arrow-right::before,
header .arrow-right::after {
  content: "";
  width: 12px;
  height: 2px;
  display: inline-block;
  border-radius: 5px;
  background: #1A1A1A;
  position: absolute;
  right: 24px;
}
header .arrow-right::before {
  top: calc(56% - 8px);
  transform: rotate(45deg);
}
header .arrow-right::after {
  bottom: calc(56% - 8px);
  transform: rotate(-45deg);
}
header .nav-overlay img {
	position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
	width: 232px;
	height: 36px;
}

/*-----------------------------------------------------
  main
-----------------------------------------------------*/
main {
	position: relative;
}
.pc-br{
	display: none;
}
.sp-br{
	display: block;
}

/*-----------------------------------------------------
  main - トップ
-----------------------------------------------------*/
.first-view {
  width: 100vw;
  height: auto;
}
.first-view .first-view-content {
	width: 100%;
  height: auto;
	background-image: none;
}
.first-view .sp-back-img {
	display: inline;
	position: absolute;
	width: 100%;
  height: calc(560 / 390 * 100vw);
	top: 0;
	left: 0;
  background-image: url('../assets/first-view-background-sp.png');
  background-size: cover;
  background-position: center;
	z-index: -10;
}
.first-view .img-top-background-p {
	position: absolute;
	width: calc(549 / 390 * 100vw);
	height: calc(634 / 390 * 100vw);
	top: calc(-307 / 390 * 100vw);
	left: calc(-210 / 390 * 100vw);
	object-fit: cover;
	z-index: 1;
} 
.first-view .first-view-content .contents {
	position: initial;
	width: 100%;
  height: 100%;
}
.first-view .img-headword {
	position: initial;
	width: 241px;
	height: 120px;
	margin: calc(61 / 390 * 100vw) auto 0 auto;
	object-fit: cover;
	z-index: 2;
}
.first-view .img-logo {
	display: block;
	position: initial;
	width: calc(311 / 390 * 100vw);
	height: calc(48 / 390 * 100vw);
	margin: calc(15 / 390 * 100vw) auto calc(14 / 390 * 100vw) auto;
	object-fit: cover;
	z-index: 2;
}
.first-view .img-flex,
.what-pocket-portal .img-flex,
.useful-features .img-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.first-view .img-people-using {
	display: block;
	position: initial;
	width: calc(311 / 390 * 100vw);
	height: calc(358 / 390 * 100vw);
	margin-left: 23px;
	margin-right: 56px;
	object-fit: cover;
	z-index: 3;
}
.first-view .img-sp-image {
	display: block;
	position: initial;
	width: calc(356 / 390 * 100vw);
	height: calc(293 / 390 * 100vw);
	margin-top: calc(-206 / 390 * 100vw);
	object-fit: cover;
	z-index: 4;
}
.first-view .img-illustration1 {
	display: block;
	position: initial;
	width: calc(305 / 390 * 100vw);
	height: calc(150 / 390 * 100vw);
	margin-top: calc(-46 / 390 * 100vw);
	margin-left: 34px;
	margin-right: 51px;
	object-fit: cover;
	z-index: 5;
}
.first-view .app-download {
	position: initial;
	margin: 0;
	padding: 0;
	z-index: 6;
	list-style: none;
}
.first-view .app-download ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.first-view .app-download li,
.downloads .app-download li {
	list-style: none;
}
.first-view .app-download .apple img,
.downloads .app-download .apple img {
	width: 109px;
	height: 40px;
	margin-right: 23px;
}
.first-view .app-download .google img,
.downloads .app-download .google img {
	width: 135px;
	height: auto;
}
.first-view .news {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	margin: 19px auto 45px auto;
}
.first-view .news-content {
	position: relative;
	max-width: 100%;
  z-index: 10;
	box-sizing: border-box;
	padding-left: calc(35 / 390 * 100vw);
	padding-right: 35px;
}
.first-view .news-title {
  position: relative;
  width: 13px;
}
.first-view .border-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
	width: 1px;
  height: 34px;
	margin-top: 7px;
  background-color: #D90012;
}
.first-view .news-text {
  position: absolute;
  bottom: -52px;
  left: -25%;
  transform: rotate(90deg);
  transform-origin: bottom left;
  white-space: nowrap;
	color: #D90012;
  font-size: 13px;
	letter-spacing: 1px;
}
.first-view .news-list {
	width: 100%;
	margin: 0 0 0 30px;
	padding: 0;
}
.first-view .news-list li {
	display: block;
  align-items: center;
	height: auto;
	min-height: 46px;
	text-align: left;
	font-size: 13px;
	line-height: 23px;
	list-style: none;
	border-bottom: 1px solid #E0E0E0;
	box-sizing: border-box;
	padding: 9px 35px 11px 0;
}
.first-view .news-list li:first-child {
  padding-top: 0;
}
.first-view .news-list li:last-child {
  border-bottom: none;
	padding-bottom: 0;
}
.first-view .news-list a {
	display: block;
	text-decoration: none;
	color: #1A1A1A;
	opacity: 1;
  transition: opacity 0.3s ease;
}
.first-view .news-list a:hover {
  opacity: 0.65;
}
.first-view .news-list .date {
	font-size: 12px;
	font-family: Lato, YuGothic, "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin-right: 23px;
	flex-shrink: 0;
	color: #686868;
}
.first-view .news-list .contents {
	display: flex;
  align-items: flex-start;
}
.first-view .news-list .contents .truncated-text {
	margin-right: 9px;
}
.first-view .news-list .truncated-text {
	width: auto;
	max-width: 100%;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 2行で省略 */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.first-view .news-list img {
  width: 24px;
  height: 24px;
	margin: auto 0;
}
@media (min-width: 768px) {
	.first-view .sp-back-img {
		height: calc(560 / 768 * 100vw);
	}
	.first-view .img-top-background-p {
		height: calc(634 / 768 * 100vw);
		top: calc(-340 / 768 * 100vw);
	}
	.first-view .img-headword {
		margin-top: calc(61 / 768 * 100vw);
	}
	.first-view .img-logo {
		width: calc(311 / 768 * 100vw);
		height: calc(48 / 768 * 100vw);
		margin: calc(15 / 768 * 100vw) auto calc(14 / 768 * 100vw) auto;
	} 
	.first-view .img-people-using {
		width: calc(311 / 768 * 100vw);
		height: calc(358 / 768 * 100vw);
	}
	.first-view .img-sp-image {
		width: calc(356 / 768 * 100vw);
		height: calc(293 / 768 * 100vw);
		margin-top: calc(-206 / 768 * 100vw);
	}
	.first-view .img-illustration1 {
		width: calc(305 / 768 * 100vw);
		height: calc(150 / 768 * 100vw);
		margin-top: calc(-46 / 768 * 100vw);
	}
	.first-view .app-download .apple img {
		width: 128px;
		height: 47px;
		margin-right: 25px;
	}
	.first-view .app-download .google img {
		width: 159px;
	}
}

/*-----------------------------------------------------
  main - Pocket Portalとは？
-----------------------------------------------------*/
.what-pocket-portal {
	position: relative;
  width: 100vw;
  height: auto;
	margin: 0;
	padding: 0;
	padding-top: 50px;
	margin-top: -50px;
}
.what-pocket-portal .pocket-portal-content {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.what-pocket-portal .img-top-background-p1 {
	position: absolute;
	width: 716px;
	height: 826px;
	top: -126px;
	left: -660px;
	object-fit: cover;
	z-index: 10;
}
.what-pocket-portal .section-header .img-title {
	width: 150px;
	height: 18px;
	object-fit: cover;
}
.what-pocket-portal .section-header .sub-title,
.useful-features .section-header .sub-title,
.how-use .section-header .sub-title {
	margin: 16px 0;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 1px;
}
.what-pocket-portal .three-points {
	position: initial;
	width: 100%;
	height: auto;
	overflow: hidden; 
	padding-bottom: 200px;
}
.what-pocket-portal .three-points-content {
	position: initial;
	width: 100%;
	height: 100%;
	margin: 0;
	margin-top: 29px;
	background-color: #FFFFFF;
	z-index: 0;
}
.what-pocket-portal .img-great-value {
	position: absolute;
	width: 102px;
	height: 99px;
	top: 80px;
	right: 34px;
	left: initial;
	object-fit: cover;
	z-index: 5;
}
.gray-background {
	position: relative
}
.sp-back-great-value {
	display: inline;
	position: absolute;
	width: 290px;
	height: 198px;
	top: -10px;
	right: 0;
	background-color: #F7F7F7;
}
.sp-back-useful {
	display: inline;
	position: absolute;
	width: 290px;
	height: 255px;
	top: 177px;
	left: 0;
	background-color: #F7F7F7;
}
.sp-back-comfortable {
	display: inline;
	position: absolute;
	width: 290px;
	height: 394px;
	top: 131px;
	right: 0;
	background-color: #F7F7F7;
}
.what-pocket-portal .great-value {
	display: flex;
	width: 100%;
	height: 154px;
	padding: 0;
	margin-left: -348.5px;
	justify-content: flex-end;
}
.what-pocket-portal .great-value-content,
.what-pocket-portal .useful-content,
.what-pocket-portal .comfortable-content {
	position: relative;
  z-index: 5;
}
.what-pocket-portal .point {
  width: 13px;
}
.what-pocket-portal .border-line {
  transform: translateX(-50%);
	width: 1px;
  height: 34px;
	margin-top: 20px;
  background-color: #D90012;
}
.what-pocket-portal .point-text {
  position: absolute;
  top: 43px;
  left: -75%;
  transform: rotate(90deg);
  transform-origin: bottom left;
  white-space: nowrap;
	color: #D90012;
  font-size: 13px;
	letter-spacing: 1px;
}
.what-pocket-portal .great-value .explanation {
	position: absolute;
	width: 380px;
	top: 0px;
  left: 24.5px;
	text-align: left;
}
.what-pocket-portal .explanation .content-title {
	font-size: 36px;
	font-weight: bold;
	line-height: 65px;
	letter-spacing: 1px;
	margin: 0;
}
.what-pocket-portal .explanation .content-sentence {
	font-size: 15px;
	font-weight: bold;
	line-height: 27px;
	letter-spacing: 0;
	margin: 0;
}
.what-pocket-portal .img-example1 {
	position: absolute;
	width: 300px;
	height: 192px;
	top: 380px;
	left: initial;
	right: 0;
	border-radius: initial;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	object-fit: cover;
	z-index: 3;
}
.what-pocket-portal .img-illustration2 {
	position: absolute;
	width: 45px;
	height: 91px;
	top: 651px;
	left: 35px;
	object-fit: cover;
	z-index: 4;
}
.what-pocket-portal .useful {
	display: flex;
	height: 154px;
	padding-top: 333px;
	padding-left: 99px;
}
.what-pocket-portal .useful .explanation {
	position: absolute;
	width: 380px;
	top: 0px;
  left: 24.5px;
	text-align: left;
}
.what-pocket-portal .img-illustration3 {
	position: absolute;
	width: 45px;
	height: 96px;
	top: 758px;
	left: initial;
	right: 84px;
	object-fit: cover;
	z-index: 4;
}
.what-pocket-portal .img-example2 {
	position: absolute;
	width: 300px;
	height: 192px;
	top: 824px;
	left: 0;
	border-radius: initial;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	object-fit: cover;
	z-index: 3;
}
.what-pocket-portal .comfortable {
	display: flex;
	width: 100%;
	height: 154px;
	padding: 0;
	padding-top: 290px;
	margin-left: -348.5px;
	justify-content: flex-end;
}
.what-pocket-portal .comfortable .explanation {
	position: absolute;
	width: 380px;
	top: 0px;
  left: 24.5px;
	text-align: left;
}
.what-pocket-portal .img-illustration1 {
	display: block;
	position: initial;
	width: 287px;
	height: 140px;
	object-fit: cover;
	margin: 24px auto 39px auto;
	z-index: 5;
}
.what-pocket-portal .img-top-background-p2 {
	position: absolute;
	width: 716px;
	height: 826px;
	top: 564px;
	right: -648px;
	object-fit: cover;
	z-index: 1;
}
@media (min-width: 768px) {
	.what-pocket-portal .three-points {
		position: relative;
	}
	.what-pocket-portal .three-points-content {
		position: relative;
		width: 600px;
		height: 1045px;
		margin: 29px auto 100px auto;
		background-color: #F7F7F7;
		z-index: 2;
	}
	.what-pocket-portal .img-great-value {
		width: 153px;
		height: 149px;
		top: 39px;
		left: 40px;
		z-index: 3;
	}
	.sp-back-great-value,
	.sp-back-useful,
	.sp-back-comfortable {
		display: none;
	}
	.what-pocket-portal .great-value {
		height: 194px;
		padding-top: 39px;
	}
	.what-pocket-portal .great-value .explanation {
		left: 37.5px;
	}
	.what-pocket-portal .img-example1 {
		width: 390px;
		height: 250px;
		top: 300px;
		left: 330px;
		border-radius: 16px;
	}
	.what-pocket-portal .img-illustration2 {
		width: 54px;
		height: 109px;
		top: 283px;
		left: 36%;
	}
	.what-pocket-portal .useful {
		height: 194px;
		padding-top: 130px;
		padding-left: 34px;
	}
	.what-pocket-portal .useful .explanation {
		left: 41.5px;
	}
	.what-pocket-portal .img-illustration3 {
		width: 54px;
		height: 115px;
		top: 519px;
		left: 353px;
	}
	.what-pocket-portal .img-example2 {
		width: 390px;
		height: 250px;
		top: 606px;
		left: -120px;
		border-radius: 16px;
	}
	.what-pocket-portal .comfortable {
		height: 194px;
		padding-top: 120px;
		padding-left: 70px;
	}
	.what-pocket-portal .comfortable .explanation {
		left: 37.5px;
	}
	.what-pocket-portal .img-illustration1 {
		position: absolute;
		width: 344px;
		height: 168px;
		top: 940px;
		left: 256px;
		z-index: 4;
	}
}

/*-----------------------------------------------------
  main - うれしい機能
-----------------------------------------------------*/
.useful-features {
  width: 100vw;
  height: auto;
	margin-top: -187px;
}
.useful-features .useful-features-content {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #FBF7F4;
	padding: 77px 0;
	margin-bottom: 25px;
}
.useful-features .section-header .img-title {
	width: 136px;
	height: 17px;
	object-fit: cover;
}
.useful-features .functions {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 436px;
	margin: 27px auto 44px auto;
}
.useful-features .functions .function-item {
  width: 146px;
  height: 223px;
	margin: 12px 0;
}
.useful-features .functions .item-icon {
	display: flex;
	justify-content: center;
  align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 50%;
}
.useful-features .functions .item-title {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: initial;
	margin: 14px 0 2px 0;
}
.useful-features .functions .item-explanation {
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	letter-spacing: initial;
	margin: 0;
}
.useful-features .note {
	font-size: 13px;
	line-height: 23px;
}
.useful-features .img-sp-image2 {
	display: block;
	position: initial;
	width: 276px;
	height: 294px;
	object-fit: cover;
	margin: -16px auto 0 auto;
	z-index: 1;
}

/*-----------------------------------------------------
  main - アプリの使い方
-----------------------------------------------------*/
.how-use {
  width: 100vw;
  height: auto;
	margin-top: -214px;
}
.how-use .how-use-content {
	position: relative;
	width: 100%;
	height: auto;
  background-image: url('../assets/sp-combined-background.png');
  background-size: contain;
	background-repeat: no-repeat;
  background-position: initial;
	padding-top: 153px;
}
.how-use .section-header {
	background-color: #FFFFFF;
}
.how-use .section-header .img-title {
	width: 55px;
	height: 17px;
	object-fit: cover;
}
.how-use .step {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	margin: 28px auto;
}
.how-use .step .step-item {
	position: relative;
  width: 320px;
	height: 140px;
	background-color: #F7F7F7;
	overflow: hidden;
	margin: 12px auto;
}
.how-use .step .step-item-numbering {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background-color: #686868;
	clip-path: polygon(
    0 0,         /* 左上 */
    100% 0,      /* 右上 */
    100% calc(100% - 65px), /* 右から縦に50px切り取る */
    calc(100% - 65px) 100%, /* 下から横に50px切り取る */
    0 100%       /* 左下 */
  );
	z-index: 1;
}
.how-use .step .item-number {
  display: flex;
	transform: rotate(-45deg);
  transform-origin: bottom right;
	width: 20px;
	height: 20px;
	margin-left: 15px;
	font-size: 17px;
	color: #FFFFFF;
	z-index: 2;
}
.how-use .step .items {
	display: flex;
	align-items: center;
	height: 100%;
}
.how-use .step .item-icon {
	display: flex;
	justify-content: center;
  align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 28px 0 23px;
	background-color: #FFFFFF;
	border-radius: 50%;
}
.how-use .step .step-download-app {
	margin-bottom: 0;
}
.how-use .step .item-text {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	text-align: left;
}
.how-use .available-stores {
	margin: 59px auto 52px auto;
}
.how-use .available-stores .available-stores-text {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}
.how-use .available-stores .store-slider {
	width: 100%;
	height: 24px;
	margin: 40px auto 27px auto;
}
.how-use .available-stores .store-slider .swiper-wrapper {
	-webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; 
}
.how-use .available-stores .store-slider .swiper-wrapper img {
	width: auto;
	height: 24px;
}
.how-use .available-stores .complement {
	font-size: 13px;
	line-height: 23px;
}

/*-----------------------------------------------------
  main - Q&A
-----------------------------------------------------*/
.q-and-a {
  width: 100vw;
  height: auto;
}
.q-and-a .q-and-a-content {
	width: 100%;
	height: auto;
	background-color: #F7F7F7;
	padding-top: 55px;
	padding-bottom: 235px;
}
.q-and-a .section-header .img-title {
	width: 52px;
	height: 20px;
	object-fit: cover;
}

/* --- アコーディオンメニュー --- */
.q-and-a .q-and-a-list {
	width: auto;
	max-width: 800px;
	height: auto;
	margin: 33px auto 53px auto;
	padding: 0 35px;
	text-align: left;
}
.q-and-a .q-and-a-list .title {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #686868;
}
.q-and-a .q-and-a-list .accordion-section {
  margin-bottom: 64px;
}
.q-and-a .q-and-a-list .ac-menu-group {
  margin: 0;
}
.q-and-a .q-and-a-list .ac-menu-group .label {
  cursor:pointer;
  font-size: 15px;
  font-weight: bold;
	line-height: 27px;
	letter-spacing: initial;
  padding: 20px 29px 20px 36px;
  position: relative;
	border-top: 1px solid #E0E0E0;
}
.q-and-a .q-and-a-list .ac-menu-group .label:first-child {
	border-top: none;
}
.q-and-a .q-and-a-list .ac-menu-group .label span {
	position: absolute;
	top: 20px;
	left: 0;
	display: flex;
	justify-content: center;
  align-items: center;
	width: 24px;
	height: 24px;
	font-size: 14px;
	font-family: Lato, YuGothic, "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #D90012;
	border-radius: 50%;
}
.q-and-a .q-and-a-list .ac-menu-group .label::before,
.q-and-a .q-and-a-list .ac-menu-group .label::after {
  content: '';
	position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 2px;
  background: #1A1A1A;
  transform: translateY(-50%);
	transition: opacity .5s, transform .5s;
}
.q-and-a .q-and-a-list .ac-menu-group .label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
.q-and-a .q-and-a-list .ac-menu-group .label.open::before {
  opacity: 0;
}
.q-and-a .q-and-a-list .ac-menu-group .label.open::after {
  transform: rotate(180deg);
}
.q-and-a .q-and-a-list .ac-menu-group .detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-right: 29px;
  padding-left: 0px;
  margin: 0;
  box-sizing: border-box;
}
.q-and-a .q-and-a-list .ac-menu-group .label.open + .detail {
  max-height: 1200px !important;
  padding: 20px 29px 20px 36px !important;
  padding-left: 0px !important;
}
.q-and-a .q-and-a-list .ac-menu-group .detail span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
	margin-left: 0;
  font-size: 16px;
  font-family: Lato, YuGothic, "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 16px;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #686868;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, background-color 0.2s ease-out;
}
.q-and-a .q-and-a-list .ac-menu-group .detail p {
  flex-grow: 1;
  margin: 0;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: initial;
}
.q-and-a .q-and-a-list .ac-menu-group .label.open + .detail span {
  opacity: 1;
  transform: translateY(0);
  background-color: #686868;
}
.q-and-a .q-and-a-list .ac-menu-group .label:not(.open) + .detail span {
    opacity: 0;
    transform: translateY(-10px);
    transition-delay: 0.5s;
}
/* --- もっと見る --- */
.ac-menu-group .hidden-item {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out,
              padding 0.7s ease-in-out, border-bottom 0.7s ease-in-out;
}
.ac-menu-group .hidden-item.is-visible.label {
  max-height: 999px !important;
  opacity: 1 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out,
              padding 0.7s ease-in-out, border-bottom 0.7s ease-in-out;
}
.ac-menu-group .hidden-item.is-visible.detail {
  max-height: 0 !important;
  opacity: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out,
              padding 0.7s ease-in-out, border-bottom 0.7s ease-in-out;
}
/* --- もっと見るボタンのスタイル --- */
.show-more-button {
  cursor: pointer;
  display: block;
  position: relative;
  width: 91px;
  height: 24px;
  margin: 14px auto;
  padding: 0;
  font-size: 14px;
  font-family: YuGothic, "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #1A1A1A;
  text-align: left;
  line-height: 23px;
  border: none;
  background-color: #F7F7F7;
  transition: opacity 0.3s ease;
}
.show-more-button[data-state="less"].arrow-bottom {
	width: 61px;
}
.show-more-button.arrow-bottom::before,
.show-more-button.arrow-bottom::after {
  content: "";
  width: 6.6px;
  height: 1.5px;
  display: inline-block;
  border-radius: 5px;
  background: #1A1A1A;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
}
.show-more-button.hide {
  opacity: 0;
  pointer-events: none;
}
/* --- ボタンが「もっと見る」状態の矢印の回転 (▼表示) --- */
.show-more-button.arrow-bottom::before {
  right: 0px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
}
.show-more-button.arrow-bottom::after {
  right: 3.5px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
/* --- ボタンが「閉じる」状態の矢印の回転 (▲表示) --- */
.show-more-button[data-state="less"].arrow-bottom::before {
  transform: translateY(-50%) rotate(45deg);
}
.show-more-button[data-state="less"].arrow-bottom::after {
  transform: translateY(-50%) rotate(-45deg);
}

.q-and-a .other-questions .contact-btn,
.downloads .consideration-implementation .contact-btn {
  width: 260px;
	height: 46px;
	margin: 24px auto;
}
.q-and-a .other-questions .contact,
.downloads .consideration-implementation .contact {
	display: block;
  background-color: #D90012;
	border-radius: 28px;
  font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 25px;
}
.q-and-a .other-questions .complement {
	width: max-content;
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
	line-height: 23px;
}

/*-----------------------------------------------------
  main - ダウンロード
-----------------------------------------------------*/
.downloads {
  width: 100vw;
  height: auto;
	margin-top: -88px;
}
.downloads .downloads-content {
	width: 100%;
	height: auto;
  background-image: url('../assets/sp-combined-background.png');
  background-size: contain;
	background-repeat: no-repeat;
  background-position: initial;
	padding-top: 50px;
}
.downloads .download-pocket-portal {
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 auto;
}
.downloads .download-pocket-portal .img-sp-image {
	display: block;
	position: initial;
	width: 356px;
	height: 293px;
	object-fit: cover;
	margin: -162px auto 0 auto;
	z-index: 1;
}
.downloads .download-pocket-portal .assembling {
	display: block;
	position: initial;
	width: auto;
	height: auto;
	object-fit: cover;
	z-index: 2;
	margin: 18px 0 65px 0;
}
.downloads .download-pocket-portal .speech-bubble {
	position: relative;
}
.downloads .download-pocket-portal .speech-bubble-text {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 auto;
}
.downloads .download-pocket-portal .img-speech-bubble {
	position: absolute;
	width: 266px;
	height: 21px;
	top: 8px;
	right: 0;
  left: 0;
  margin: 0 auto;
}
.downloads .download-pocket-portal .img-logo {
	width: 292px;
	height: 45px;
	margin-top: 17px;
}
.downloads .download-pocket-portal .qr-pocket-portal {
	display: block;
	width: 128px;
	height: 128px;
	margin: 39px auto;
}
.downloads .app-download ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.downloads .app-download .apple img {
	margin-right: 23px;
}
.downloads .other-app-content {
	border-bottom: 1px solid #E0E0E0;
	padding: 29px 0 11px 0;
}
.downloads .other-apps {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 300px;
	height: auto;
	border-bottom: initial;
	margin: 0 auto;
}
.downloads .other-apps .other-app {
	width: auto;
	height: auto;
	margin: 29px 0 ;
}
.downloads .other-apps .app-info {
	display: flex;
}
.downloads .other-apps .app-img {
	width: 72px;
	height: 72px;
	border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #00000040;
}
.downloads .other-apps .explanation {
	text-align: left;
	margin: 8px 0 0 18px;
}
.downloads .other-apps .app-name {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}
.downloads .other-apps .co-name {
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	margin-top: -2px;
}
.downloads .other-apps .app-download ul {
	margin: 0;
	margin-top: 16px;
}
.downloads .consideration-implementation {
	width: 100%;
	height: auto;
	margin: 56px auto 0 auto;
}
.downloads .consideration-implementation .implementation-text {
	font-size: 15px;
	line-height: 27px;
	font-weight: bold;
	letter-spacing: initial;
	margin: 0;
}
.downloads .consideration-implementation .contact-btn {
	margin: 14px auto;
}
.downloads .consideration-implementation .contact {
	padding: 9.5px 77.5px;
	font-size: 15px;
	line-height: 27px;
}
.downloads .consideration-implementation .credit {
	font-size: 11px;
	line-height: 19px;
	margin: 60px 35px 2px 35px ;
}

/*-----------------------------------------------------
  footer
-----------------------------------------------------*/
footer {
	width: 100%;
	padding: 2rem 0;
}
footer .footerMenu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
}
footer .footerMenu li{
	border-left: 1px solid #1A1A1A;
	padding: 0 1rem;
	list-style: none;
}
footer .footerMenu li:last-child {
	border-right: 1px solid #1A1A1A;
}
footer .footerMenu a {
	text-decoration: none;
	font-weight: bold;
	color: #1A1A1A;
}
footer .trademark {
	height: 60px;
	line-height:60px;
	background-color: #F7F7F7;
	margin: 24px 0;
	font-size: 13px;
}
footer .copyright {
  font-size: 11px;
}