@charset "UTF-8";
html {
	font-size:62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333333;
}

/* リンク色の定義 */
.shareList__link.icon-twitter{background:#999;}
.shareList__link.icon-twitter:hover::before{color:#999;}
.shareList__link.icon-facebook{background:#999;}
.shareList__link.icon-facebook:hover::before{color:#999;}

.wrapper {
  margin: 0px auto;
}

section {
  overflow: hidden;
}

/* 20230214~ モバイルメイン、フレーム　ここから*/

body {
  background: url(../ja/img/pc-bk.jpg) repeat;
  background-attachment: fixed;
  background-size:cover;
}

@media only screen and (max-width: 959px) {
  .pc-title-bg {display:none;}

}
@media only screen and (min-width: 960px) {
  .pc-title-bg {position:fixed;width: 55vw;height:100%;text-align:center;}
  #sp-contents {position:absolute;left: 55vw;}
}

.pc-title-bg img {
  position: relative;
  top: 30vh;
  width: 30vw;
  max-height:280px;
}

#sp-contents {
  max-width: 390px;
  margin:0 auto;
  background: #fff;z-index: 100;
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.6));
}

/* 20230214~ モバイルメイン、フレーム　ここまで　*/

.whatis{
  background-color:#c43220;
  color:#FFF;
}

h2 {
  margin-top: 14px;
  font-size: 0.875em;
  color: #FFFFFF;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
h3 {
  margin-top: 14px;
  font-size: 0.875em;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

h5 {
  margin-top: 14px;
  font-size: 0.875em;
	color:#c43220;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

header p img, section img {
  width: 100%;
  height: auto;
}

.howtouse {
  margin-bottom: 20px;
}

.section_sales p {
	font-size: 1.4rem;
	text-align:justify;
  letter-spacing: -0.04rem;
}
.section_sales h3 {
	font-size:2rem;
	margin-top:32px;
}

.section_sales h5 {
	font-size:2rem;
	margin-top:32px;
}
.hero {
	width: 100%;
	height: 400px;
	background: url(../ja/img/pc-bk.jpg) repeat-x;
	background-size:cover;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.hero h1 {
	display:block;
	position: relative;
	margin: 0px auto;
	top: 108px;
	color:#fff;
}
.hero h1 strong {
	display:block;
	font-size:1.6rem;
}
.hero h1 img {
	width:220px;
	height:auto;
	margin-top:32px;
}
.whatis .headline_text {
	margin: 24px auto;
	max-width: 288px;
	padding:0;
  line-height: 2.4rem;
}
.whatis .headline_img {
	text-align:center;
	margin:0 auto;
	background-color:#F6F2E8;
}
.whatis .headline_img img {
	margin:48px auto;
	width:100%;
	max-width:300px;
}
.headline_pv {
	position:relative;
	padding-bottom:56.25%;
}
.headline_pv iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flx {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.applink {
	background-color:#c43220;
	color:#fff;
	text-align:left;
}
.applink_box {
	align-items: flex-start;
	padding:48px 0;
}
.applink_box div {
	max-width:300px;
	margin-bottom:24px;
	text-align:center;
  margin: 0 auto 24px;
}
.applink_box h2 {
	font-size:2.8rem;
	text-align:left;
	margin:auto;
	width: 270px;
}
.applink_box div img {
	width:64%;
	height:auto;
	margin:16px auto;
}
.applink_box div p {
	width:100%;
  line-height:2.4rem;
}
.applink_box > img {
	width:32%;
	height:auto;
	max-width:300px;
	display:block;
}
.apps {
	background:#fff;
	color:#333;
	padding:1px 16px 24px;
	width:100%;
	display:block;
}
.apps_store_box dl{
	width: 100%;
	max-width: 800px;
	text-align:center;
	margin:16px auto 8px;
}
.apps_store_box dt{
	display:none;
}
.apps_store_box dl a img:nth-of-type(1) {
	display:none;
}
.apps_store_box dl a img:nth-of-type(2) {
	height:auto;
	width:180px;
	margin:0 auto;

}
.howtouse {
	background-color:#F6F2E8;
	margin-bottom:0;
	width:auto;
}
.howtobuy {
	background-color:#F7D5CE;
}
.howto_box, .features_box, .ticket_box, .timeline-box {
	width: 88%;
	max-width: 375px;
	margin:32px auto;
}
.howto_box div {
	margin:0 auto 24px;
	width:44%;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
}
.howto_box div p {
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
}
.howto_box img {
	width:100%;
	max-width:300px;
	margin:0 auto 16px;
}
.features_box div {
	margin:32px auto;
	max-width:300px;
}
.features_box div img {
	width:88%;
	max-width:300px;
	margin: 0 auto;
	display:block;
}
.features_box div h4 {
	text-align:center;
	margin:24px auto 8px;
	font-size:1.8rem;
}
.features_box div p {
	text-align:left;
}
.point {
	background-color: #c43220;
	margin: 0;
	padding: 0;
}
.point h6 {
	font-size:2.8rem;
	text-align:left;
	margin:20px auto 0 auto;
	color: #FFFFFF;
	width: 270px;
}

.point_box1{
	background-image: url("/teiki/ja/img/img-point1.svg");
  height:550px;
	background-position: center;
}

.point_box2{
	background-image: url("/teiki/ja/img/img-point2.svg");
  height:550px;
	background-position: center;
}

.point_box3{
	background-image: url("/teiki/ja/img/img-point3.svg");
  height:550px;
	background-position: center;
}

.point p {
	width: 260px;
	margin:170px 0 0 10px;
	font-size:1.5rem;
	font-weight: bold;
}

.img_cashless {
	text-align:center;
	margin:24px auto;
	font-size:1.2rem;
  max-width: 300px;
}

.features .img_cashless {
	margin:0 auto 48px;
}



.img_cashless div {
	margin:10px;
}

.img_cashless div img {
	max-width:300px
}

.img_cashless div:first-of-type {
	background: #c43220;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  margin: 0;
  border-radius: 4px;
}

.ticket_box p {
	width: 47%;
	margin: 0.8% 1.4%;
	line-height:inherit !important;
}

.ticket_box p a {
	display:block;
}

.menu_contactus a {
	display:block;
	width:100%;
	background:#c43220;
	text-align: center;
	padding:12px 8px;
}
.menu_contactus a img {
	width:100%;
	height:auto;
}

footer {
  text-align: center;
  font-size: 0.685em;
  margin: 10px auto 0;
  padding-bottom: 16px;
}

footer .link-text {
  width: 100%;
  margin-bottom: 16px;
}

footer .link-text a {
  display: inline-block;
  margin-bottom: 12px;
	font-size: 1.6rem;
  color: #c43220;
	text-decoration: none;
}﻿

footer .link-text a:hover {
  color: #faa992;
  text-decoration: underline;
}

footer .link-text a:visited {
  color: #c88a79;
}

footer small {
color: #868687;
}

.footer_logo {
  margin-bottom: 4px;
  margin-top: 24px;
}

#footer_menu {
	position: fixed;
	width: 100%;
	z-index: 1;
	text-align: center;
	bottom: 0;
	padding:18px 0;
	height: 55px;
	background-color: rgba( 36, 35, 41, 0.75 );
}

#footer_menu a{
	text-decoration: none;
}

.timeline-box {
	margin: 32px auto 48px;
}

.timeline-box__snsLink {
	list-style: none;
	font-size: 1.4rem;
	justify-content: space-evenly !important;
}

.timeline-box__snsLink li {
	width:40%;
}

.timeline-box__snsLink li a {
	display:block;
	color:#fff;
	padding:8px;
	text-align: center;
	text-decoration: none;
	border-radius: 16px;
	background: #eb5412;
	vertical-align: middle;
}

.timeline-box__snsLink li a img {
	vertical-align: text-bottom;
	margin-right: 4px;
}

/* モバチケTOPへリンク */
.FooterLink{
  margin: 0 4% 16px;
  color:#999;
}
.FooterLink a{
	text-decoration: none;
  color: #5f9ea0;
	font-size: 1.6rem;
  font-weight: bold;
	margin: 0 4px;
}

.FooterLink__sub a {
	color:#868687;
	font-size: 1.4rem;
}

/* このページをシェアする　2019/11/12追加 */
.shareBtn {
	font-size:1.2rem;
	}
.shareList {
	margin: 0 auto 8px;
	width:100px;
	list-style:none;
	display: flex;
	flex-wrap:wrap;
}
.shareList__item {
	height:40px;
	line-height:40px;
	width:40px;
	margin:5px 0 0 5px;
	text-align:center;
}
.shareList__item img{
	width:20px;
	height:20px;
	vertical-align: middle;
}
.shareList__link {
	display:block;
	border-radius: 30px;
}

/* PCでQRを出す */

@media screen and (min-width: 1024px) {
	.apps_store_box dt{
		display:block;
		background-color:#D95E2F;
		color:white;
		padding: 4px 8px;
		font-weight: bold;
		width: 220px;
		margin:16px auto 32px;
		border-radius: 4px;
		font-size:2.4rem;
	}
	.apps_store_box dl a img:nth-of-type(1) {
		height:auto;
		width: 220px;
		margin:16px auto 0;
		display:block;
	}
	.apps_store_box dl a img:nth-of-type(2) {
		height:60px;
		width:auto;
		margin:0 auto;
	}
}

/* ---------------------------------------------------

index,about制御

--------------------------------------------------- */
.app-visible{
    display:none;
}
