/* image */
[data-sp-aspect-ratio="750:1350"]:before { padding-top: calc((1350 / 750) * 100%); }
[data-sp-aspect-ratio="640:780"]:before { padding-top: calc((780 / 640) * 100%); }
[data-aspect-ratio="364:590"]:before { padding-top: calc((590 / 364) * 100%); }
[data-aspect-ratio="276:82"]:before { padding-top: calc((82 / 276) * 100%) }
[data-aspect-ratio="277:82"]:before { padding-top: calc((82 / 277) * 100%) }


/* style */
.icon-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.icon-img {
  width: 30px;
  height: auto;
  display: block;
}

@media (max-width: 480px) {
  .icon-text {
    gap: 4px;
	font-size: 20px;
  }

  .icon-img {
    width: 24px;
  }
}




.app-heading {
  font-size: 17px;
  text-align: center;
  margin-top: 60px;
}

.book-heading {
  font-size: 17px;
  text-align: center;
  margin-top: 30px;
  margin-bottom:10px;
}

.app-heading-h3 {
    font-size: 14px;
    margin: 10px;
    color: #796031;
    text-align: center;
}

.kv_wrapper { position: relative;}
.kvApp_wrapper {
  position: absolute;
  bottom: 21px;
  width: 77.6%;
  margin: 0 12%;
  justify-content: space-between;
}
.kvAppImg_wrapper {
  width: calc(50% - 2vw);
}

.app-melit {
  display: flex;
  flex-wrap: wrap;
  padding-top: 21px;
}
.app-melit_item {
  width: 100%;
  margin: 0 auto;
}
.app-melit_item .u-imgAdjustBox {
  width: 60%;
  margin: auto;
}
.app-melit_number {
  justify-content: center;
}
.app-melit_number,.app-melit_numberBox{
  align-items: center;
  display: flex;
}
.app-melit_numberBox {
  border: 2px solid #dadada;
  font-size: 24px;
  font-family: "UniqloPro Light", sans-serif;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.app-melit_title {
  font-family: ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6,sans-serif;
  font-weight: 700;
  font-size: 14px;
  flex: none;
  line-height: 21px;
  margin-left: 4vw;
}
.app-melit_text  {
  text-align: center;
  padding-top: 21px;
  font-weight:bold;
  font-size:14px;
}
.app-melit_itemInner {
  padding-top: 21px;
}
.app-melit_itemInner .fr-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.-narrow { display: none;}

.banner_wrapper { padding: 0 4vw; }
.banner_list { margin-top: 15px; }
.banner_list:first-child { margin-top: 0; }

.splitBox.-getApp {
  justify-content: space-between;
  margin: 9px 7.7% 0;
}
.splitBox {
  display: flex;
  flex-wrap: wrap;
}
.appImg_wapper { width: calc(50% - 2vw); }
.appText {
  font-size: 11px;
  color: #7d7d7d;
  margin-top: 21px;
}

.activity{
	border: solid 1px;
    padding: 10px;
}

.activity ul{
	padding-left: 40px;	
}
.activity li{
	font-size:14px !important;
}
.activity span{
	color:red;
}
.activity p{
	font-size:14px !important;
}

@media screen and (min-width: 813px) {
  /* image */
  [data-pc-aspect-ratio="2:1"]:before {
    padding-top: 50%;
  }

  /* style */
  .book-heading, .app-heading {
    font-size: 30px;
    line-height: 1.375em;
    margin-top: 10px; 
  }  

    .app-heading-h3 {
    font-size: 22px;
    margin: 20px;
    color: #796031;
    text-align: center;
    line-height: 1.375em;
  }
  .kvQR_wrapper {
    position: absolute;
    bottom: calc((168 / 588) *100%);
    width: calc((105 / 1176) * 100%);
    margin-left: calc((598 / 1176) * 100%);
  }
  .kvQRImg_wrapper {
    width: 80%;
    margin-left: 10%;
  }
  .kvQR_text {
    font-size: 0.8vw;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    padding-top: 3px;
  }
  .kvApp_wrapper {
    bottom: calc((61 / 588) * 100%);
    width: calc((346 / 1176) * 100%);
    margin-left: calc((159 / 1176) * 100%);
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .kvAppImg_wrapper {
    width: 47.98%;
    margin-top: 40px;
  }

  .app-melit {
    padding-top: 40px;
  }
  .app-melit_item {
    width: calc(99.99999% / 2); /*顯示幾張圖*/
    margin: 0;
  }
  .app-melit_item:nth-child(n+3) {
    margin-top: 64px;
  }
  .app-melit_number {
    flex-wrap: wrap;
  }
  .app-melit_numberBox {
    font-size: 36px;
    width: 56px;
    height: 56px;
  }
  .app-melit_title {
    font-size: 20px;
    line-height: 28px;
    margin-left: 2vw;
  }
  .app-melit_item .u-imgAdjustBox {
    width: calc(100% - 56%);
  }
  .app-melit_text {
    padding-top: 20px;
    text-align: center;
  }
  .app-melit_itemInner {
    padding-top: 20px;
  }

  .banner_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
  .banner_list {
    width: calc((100% - 24px) / 2);
    margin-top: 28px;
    margin-right: 24px;
  }

  .app_wrapper {
    width: 588px;
    margin-right: auto;
    margin-left: auto;
  }
  .splitBox.-getApp {
    width: 100%;
    margin: 20px auto 0;
    justify-content: center;
  }
  .appImg_wapper {
    width: calc((100% - 43.533%) / 2);
  }
  .appImg_wapper:first-child {
    margin-right: 14px;
  }
  .appText {
    text-align: center;
    margin-top: 20px;
  }

  .text_m{
    margin-left: 17.5%;
  }

  .text_font{
     list-style-type: decimal;
     font-size: 18px
  }
}

@media screen and (max-width: 952px) and (min-width: 813px) {
  .-narrow { display: block;}
}


/**
   * sns
   */

.main .info-area {
	margin: 60px auto 0;
	text-align: center;
}
.main .info-area > div:not(.blkItemList):not(.unit):not(.wishlist_heart_icon):not(.l3_alias_color_chip_modal_bg) {
	display: inline-block;
	text-align: center;
}
.main .info-area > div:nth-child(even) {
	margin: 0 0 0 60px;
}
.main .info-area .sectionTitle {
	font-size: 15px;
	margin-bottom: 16px;
	line-height: 1.1em;
	letter-spacing: 0.05em;
}
.main .info-area .links .link-content {
	display: inline-block;
	vertical-align: top;
}
.main .info-area .links .link-content {
	display: inline-block;
	vertical-align: top;
}
.main .info-area .sectionTitle.txt-jp {
	font-size: 15px;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
.main .info-area .updates .links .link-content {
	width: 45px;
	text-align: center;
}
.main .info-area .sns .links .link-content {
	margin-left: 12px;
	width: 40px;
}
.main .info-area .sns .links .link-content:first-child {
	margin-left: 0;
}
.main .info-area .links a {
	display: inline-block;
	text-decoration: none;
	color: #333333;
}
.main .info-area .links a span {
	display: block;
	margin-top: 10px;
	position: relative;
	line-height: 1.25;
}
.main .info-area .links a span.txt-jp {
	font-size: 12px;
}
.main .is-pc .info-area .links a span:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	width: 0;
	height: 1px;
	margin: auto;
	background-color: #333333;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.main .is-pc .info-area .links a:hover span:before {
	width: 100%;
}

.updates.pc-show {
	display: inline-block !important;
}
.updates.m-show {
	display: none !important;
}

.main .footer {
	margin: 40px auto 20px;
	text-align: center;
}
.main .footer__anchor {
	display: inline-block;
	text-decoration: none;
}
.main .footer__logo {
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.main .footer__name {
	font-size: 16px;
	color: #1b1b1b;
	text-decoration: underline;
	margin: 0;
	line-height: 1.1em;
	letter-spacing: 0.05em;
}
.main .footer__name > span {
	color: #333333;
}
.main .footer__copy {
	font-size: 12px;
	margin-top: 40px;
	text-align: center;
}

@media (max-width: 813px) {
.m_bg {
	-webkit-box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%);
	box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%);
	margin-bottom: 15px;
	background-color: #fff;
	width: 100%;
	display: block;
	height: auto;
	padding: var(--sp-v-l) var(--sp-h-1g);
}
.main .info-area {
	margin: 0;
	text-align: left;
}
.main .footer {
	display: none;
}
.main .info-area > div:not(.blkItemList):not(.unit):not(.wishlist_heart_icon):not(.l3_alias_color_chip_modal_bg) {
	display: block;
	text-align: left;
}
.updates.pc-show {
	display: none !important;
}
.updates.m-show {
	display: block !important;
}
.sns {
	margin-left: 0 !important;
	margin-bottom: 30px !important;
}

  .text_m{
   margin-left: 6%;
  }
 .text_font{
     list-style-type: decimal;
     word-wrap: break-word;
  }

}


