@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Teko");
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
  overflow: auto;
}
body {
  color: #4e5052;
  background: white;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
body.s {
  font-size: 1rem;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  transition: all .1s ease-out;
}
a:link {
  color: #444;
}
a:visited {
  color: #444;
}

.faq-wrap-content-info a{
	color: #0096e0;
  text-decoration: underline;
  transition: all .1s ease-out;
}

/* a:hover {
  opacity: 0.7;
}

.s a:hover {
  opacity: 1.0;
}
.s a:active {
  opacity: 0.7;
}

.s a:active {
  opacity: 0.7;
} */

br.pc, .m br.sp, .s br.sp { display: inline; }
br.sp, .m br.pc, .s br.pc { display: none; }

h2 img {
  height: 101px;
  margin: 80px auto 40px;
}
.s h2 img {
  height: 55px;
  margin: 60px auto 20px;
}
.tRed {
  color: #d70234;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　個別
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

/* header
-----------------------------*/
.header {
  background: #ffffff;
  max-width: 1360px;
  margin:0 auto ;
  padding:20px;
  position:relative;
}
.header-logo {
  float:left;
  height:40px;
}
.m .header-logo {
	float:left;
	height:36px;
  }
.s .header-logo {
	height:32px;
  }
.header-logo img {
  height: 40px;
}

.m .header-logo img {
	height: 36px;
  }
  .s .header-logo img {
	height: 32px;
  }


.l .header nav ul li{
  display:block;
}

.header-language-nav{
  display: flex;
  float: right;
  width: 160px;
  height: 44px;
  border: 2px solid #0096e0;
  background-color: #fff;
  padding: 15px;
  padding-left: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  justify-content: flex-start;
  user-select: none;
  z-index: 1;
}

.header-language-nav.active{
  background-color: #0096e0;
  border-radius: 8px 8px 0 0;
}
.m .header-language-nav{
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 50px;
  padding: 2px;
}
.header-img_before{
  width: 15px;
  display: none;
}
.m .header-img_before{
  width: 6vw;
}
.header-img_before.active{
  display: block;
}

.header-img_after{
  width: 15px;
  display: none;
}
.m .header-img_after{
  width: 6vw;
}
.header-img_after.active{
  display: block;
}

.header-language-nav:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #0096e0 2px solid;
  border-right: #0096e0 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 19px;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.m .header-language-nav:after{
  display: none;
}

.header-language-nav.active:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 19px;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.m .header-language-nav.active:after{
  display: none;
}



.header-language-nav li.header-text{
  color: #006da3;
  padding-left: 8px;
}

.m .header-language-nav li.header-text{
  color: #006da3;
  padding-left: 0;
}

.header-language-nav li.header-text.active{
  color: #fff;
}

.header-language-nav .header-text ul{
position: absolute;
top: 40px;
left:-2px;
background:#fff;
width:160px;
visibility: hidden;
opacity: 0;
transition: all .3s;
}

.m .header-language-nav .header-text ul{
  width:85px;
  top: 48px;
  }

.header-language-nav .header-text ul li{
  border-left: 2px solid #0096e0;
  border-right: 2px solid #0096e0;
}
.header-language-nav .header-text ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.header-language-nav ul li a{
  padding: 10px;
}
.m .header-language-nav ul li a{
  padding: 20px 0;
}
.header-language-nav .header-text ul li:last-child{
  border-left: 2px solid #0096e0;
  border-right: 2px solid #0096e0;
  border-bottom: 2px solid #0096e0;
  border-radius: 0 0 8px 8px;
}

.header-language-nav .header-text ul.active{
visibility: visible;
opacity: 1;
border-radius: 0 0 8px 8px;
}

.header-language-nav li.header-text ul li:hover,
.header-language-nav li.header-text ul li:active{
background:rgba(0, 116, 175, 0.2);
}


/* メニュー
-----------------------------*/
.menu-overlay {

  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.menu-overlay.open {
  width: 100%;
  height: 100%;
  right:0;
  bottom:0;
  opacity: 1;
}
.menu-trigger {
  width: 40px;
  height: 40px;
  float:right;
	background: url(../img/ico_open.png) center center no-repeat;
	background-size: 36px 28px;
  cursor: pointer;
  z-index: 99;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.m .menu-trigger {
	width: 36px;
	height: 36px;
	background-size: 33px 26px;
}
.s .menu-trigger {
	width: 32px;
	height: 32px;
	background-size: 30px 24px;
}


.blog-menu-toggle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 35px;
  background: url(../img/ico_close.png) center center no-repeat;
  background-size: 30px 29px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
.m .blog-menu-toggle {
  top: 20px;
  right: 15px;
  background-size: 24px 23px;
}
.s .blog-menu-toggle {
  top: 20px;
  right: 15px;
  background-size: 24px 23px;
}
nav.menu-list {
  width: 360px;
  height: 100%;
  padding-top: 115px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(360px);
  transition: all .4s;
  z-index: 100;
}
.m nav.menu-list {
  padding-top: 100px;
  width: 300px;
  transform: translate(300px);
}
.s nav.menu-list {
  padding-top: 100px;
  width: 280px;
  transform: translate(280px);
}
nav.menu-list.open {
  transform: translateZ(0);
  overflow: auto;
 -webkit-overflow-scrolling: touch;
}
nav.menu-list li {
  color: #000000;
  text-align: left;
  font-size:1.8rem;
  border-top:2px solid #d3d8e0;
}
.m nav.menu-list li {
  font-size:1.6rem;
}
.s nav.menu-list li {
  font-size:1.6rem;
}
nav.menu-list li:last-child {
  border-top:2px solid #d3d8e0;
  border-bottom:2px solid #d3d8e0;
}
nav.menu-list li a{
  padding: 20px 30px;
  display:block;
}
.m nav.menu-list li a{
  padding: 15px 20px;
}
.s nav.menu-list li a{
  padding: 15px 20px;
}
nav.menu-list li a:hover{
  background-color: #dcedf6;
}
nav.menu-list li .external{
  background: #fff url(../img/ico_external.png) 85% 50% no-repeat
}
.m nav.menu-list li .external{
  background: #fff url(../img/ico_external.png) 88% 50% no-repeat
}
.s nav.menu-list li .external{
  background: #fff url(../img/ico_external.png) 88% 50% no-repeat
}
nav.menu-list li .external:hover{
  background-color: #dcedf6;
}

/* mv
------------------------------ */
.mv {
  height: 270px;
  width: 100%;
  background-color:#3ebcfa;
  background-size: cover;
  text-align: center;
}
.mv img{
  display: inline-block;
}
.mv img._sp{
  display: none;
}
/* .s .mv{
  height: 62vw;
} */
.s .mv img{
  display: none;
}
/* .s .mv img._sp {
  display: inline-block;
  width: 100%;
} */
/* .m .mv{
  height: 60vw;
} */
.m .mv img{
  display: none;
}
/* .m .mv img._sp {
  display: inline-block;
  width: 100%;
} */

/*.l .mv{
  height: 44.5vw;
}*/
.l .mv img{
  width: 100%;
}
.l .mv img._sp {
}

.s .mv ,.m .mv {
  background:none;
 height:auto;
}
.s .mv img._sp , .m .mv img._sp {
  display:block;
  width:100%;
}


/* 購入
------------------------------ */
/* ページ内リンク */
.anchorlink {
  width:730px;
  margin:0 auto;
  padding-bottom:90px;
}
.anchorlink.-lotterysale{
  width: 860px;
  padding-bottom: 95px;
}
.anchorlink.-parking_ticket{
  width: 862px;
  padding-bottom: 95px;
}
.anchorlink.-activity_ticket{
  width: 600px;
  padding-bottom: 95px;
}
.l .anchorlink.-lotterysale{
  width: 100%;
  max-width: 860px;
}
.s .anchorlink,
.m .anchorlink {
  width:100%;
  margin:0 auto;
  padding-bottom:40px;
}
.anchorlink ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  list-style:none;
  margin:0;
  padding:10px 0;
  font-size: 1.8rem;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
  background:#fff;
}
.m .anchorlink ul {
  font-size: 1.4rem;
}
.s .anchorlink ul {
  font-size: 1.4rem;
}
.anchorlink ul li {
  border-right: 1px solid #cccccc;
  background: #fff url(../img/nav_arrow.png) 50% 93% no-repeat;
  display:inline;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.anchorlink.-parking_ticket ul li {
  width: 33.333%;
}
.anchorlink.-lotterysale ul li {
  width: 33.333%;
}
.anchorlink ul li:last-child{
	border-right: none;
}
.anchorlink ul li:hover {
  opacity:0.7;
  text-decoration:none;
}
.m .anchorlink.-activity_ticket ul li {
	width: 50%;
}
.m .anchorlink.-parking_ticket ul li {
  width: 33.333%;
}
.m .anchorlink.-parking_ticket ul li {
  width: 33.333%;
}
.m .anchorlink.-lotterysale ul li {
  width: 33.333%;
}
.s .anchorlink ul li {
	width: 25%;
}
.s .anchorlink.-lotterysale ul li {
  width: 33.333%;
}
.anchorlink ul li a {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  padding: 5px 35px 20px 35px;
}
.anchorlink.-activity_ticket ul li a {
  padding: 5px 20px 20px 20px;
}
.m .anchorlink ul li a {
  text-align: center;
  padding: 10px 10px 20px 10px;
  width: 100%;
  background: none;
}
.s .anchorlink ul li a {
  text-align: center;
  padding: 10px 10px 20px 10px;
  width: 100%;
  background: none;
}
.anchorlink ul li a:link {
  color:#0074af;
}

/* コンテンツ部分 */
.purchase {
  background: url(../img/bg_b.png);
  background-repeat:repeat;
  background-position: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.purchase.-lotterysale{
  padding-top: 75px;
  padding-bottom: 205px;
}
.purchase-wrap {
  width: 940px;
  margin: 0 auto;
}
.purchase-wrap-title {
  font-size: 4rem;
  font-weight: bold;
  color: #0074af;
}
.purchase-wrap-title span {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
.purchase-wrap-title span span{
  font-size: 1.4rem;
}
.purchase-wrap-content {
  width: 940px;
}
.s .purchase {
  padding: 30px 10px 30px;
}
.s .purchase-wrap {
  width: 100%;
  margin: 0 auto;
}
.s .purchase-wrap-title {
  font-size: 2.4rem;
}
.s .purchase-wrap-title span {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
.s .purchase-wrap-content {
  width: 100%;
}
.m .purchase {
  padding: 30px 10px 30px;
}
.m .purchase-wrap {
  width: 100%;
  margin: 0 auto;
}
.m .purchase-wrap-title {
  font-size: 2.4rem;
}
.m .purchase-wrap-title span {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
.m .purchase-wrap-content {
  width: 100%;
}
.l .purchase {
  padding: 30px 10px 30px;
}
.l .purchase-wrap {
  width: 100%;
  margin: 0 auto;
}
.l .purchase-wrap-title {
}
.l .purchase-wrap-title span {
  display: block;
}
.l .purchase-wrap-content {
  width: 100%;
}

.purchase-wrap-title-couponticket {
  width: 890px;
  margin: 0 auto;
  color: #0074af;
  padding-top: 20px;
  padding-bottom: 10px;
}
.purchase-wrap-title-couponticket > h2 {
  font-size: 4rem;
}
.purchase-wrap-title-couponticket > p {
  font-size: 2rem;
  line-height: 180%;
}
.purchase-wrap-title-couponticket > span {
  font-size: 1.4rem;
  line-height: 150%;
}

.s .purchase-wrap-title-couponticket {
  width: 100%;
  margin: 0 auto;
}
.s .purchase-wrap-title-couponticket > h2 {
  font-size: 2.4rem;
}
.s .purchase-wrap-title-couponticket > p {
  font-size: 1.3rem;
  line-height: 180%;
}
.s .purchase-wrap-title-couponticket > span {
  font-size: 1.2rem;
  line-height: 150%;
}

.m .purchase-wrap-title-couponticket {
  width: 100%;
  margin: 0 auto;
}
.m .purchase-wrap-title-couponticket > h2 {
  font-size: 2.4rem;
}
.m .purchase-wrap-title-couponticket > p {
  font-size: 1.3rem;
  line-height: 180%;
}
.m .purchase-wrap-title-couponticket > span {
  font-size: 1.2rem;
  line-height: 150%;
}


/* タブ部分 */
.purchase-wrap-content-tabArea {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.purchase-wrap-content-tabArea-item {
  width: 380px;
  border-radius: 10px 10px 0 0;
  background: #c8e7f7;
  padding:32px 0 36px;
  cursor: pointer;
}
.purchase-wrap-content-tabArea-item:last-child {
  margin-left: 40px;
}
.purchase-wrap-content-tabArea-item._isActive {
  background: #ffffff;
  color: #0096e0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
.purchase-wrap-content-tabArea-item._isActive::after {
  content: "";
  display:block;
  width: 340px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  background: #fff;
  z-index: 1;
}
.purchase-wrap-content-tabArea-item p {
  font-size: 1.6rem;
}
.purchase-wrap-content-tabArea-item p span{
  font-size: 2.8rem;
  margin-top: 7px;
  display: block;
}
.purchase-wrap-content-body {
  display: none;
  width: 940px;
  padding: 38px 40px 0 38px;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.purchase-wrap-content-body-subTitle{
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 70px;
  font-size: 26px;
  box-sizing: border-box;
  background: #dcedf6;
  color: #4e5052;
  text-align: center;
  margin: 0 auto;
}
.m .purchase-wrap-content-body-subTitle{
  width: 100%;
  font-size: 1.8rem;
}
.s .purchase-wrap-content-body-subTitle{
  width: 100%;
}
.purchase-wrap-content-body._isShow {
  display: block;
}
.s .purchase-wrap-content-tabArea {
  display: flex;
  justify-content: center;
  margin-top: 28px;

  padding: 0 10px;
}
.s .purchase-wrap-content-tabArea-item {
  width: 50%;
  border-radius: 10px 10px 0 0;
  padding:16px 10px 18px;
}
.s .purchase-wrap-content-tabArea-item:last-child {
  margin-left:10px;
}
.s .purchase-wrap-content-tabArea-item._isActive {
}
.s .purchase-wrap-content-tabArea-item._isActive::after {
  content: "";
  display:block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #fff;
  z-index: 1;
}
.s .purchase-wrap-content-tabArea-item p {
  font-size: 1.1rem;
  line-height: 1.2;
}
.s .purchase-wrap-content-tabArea-item p span{
  font-size: 1.7rem;
  margin-top: 7px;
}
.s .purchase-wrap-content-body {
  display: none;
  width: 100%;
  padding: 20px 20px 0 20px;
  position: relative;
  border-radius: 6px;
}
.s .purchase-wrap-content-body._isShow {
  display: block;
}
.m .purchase-wrap-content-tabArea {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding: 0 10px;
}
.m .purchase-wrap-content-tabArea-item {
  width: 50%;
  border-radius: 10px 10px 0 0;
  padding:16px 10px 18px;
}
.m .purchase-wrap-content-tabArea-item:last-child {
  margin-left:10px;
}
.m .purchase-wrap-content-tabArea-item._isActive {
}
.m .purchase-wrap-content-tabArea-item._isActive::after {
  content: "";
  display:block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #fff;
  z-index: 1;
}
.m .purchase-wrap-content-tabArea-item p {
  font-size: 1.1rem;
  line-height: 1.2;
}
.m .purchase-wrap-content-tabArea-item p span{
  font-size: 1.7rem;
  margin-top: 7px;
}
.m .purchase-wrap-content-body {
  display: none;
  width: 100%;
  padding: 20px 20px 0 20px;
  position: relative;
  border-radius: 6px;
}
.m .purchase-wrap-content-body._isShow {
  display: block;
}
.l .purchase-wrap-content-tabArea {
}
.l .purchase-wrap-content-tabArea-item {
}
.l .purchase-wrap-content-tabArea-item:last-child {
}
.l .purchase-wrap-content-tabArea-item._isActive {
}
.l .purchase-wrap-content-tabArea-item._isActive::after {
}
.l .purchase-wrap-content-tabArea-item p {
}
.l .purchase-wrap-content-tabArea-item p span{
}
.l .purchase-wrap-content-body {
  width: 100%;
}
.l .purchase-wrap-content-body._isShow {
}


.purchase-wrap-content-body-attention-box {
  border: solid 1px red;
  width: 100%;
  padding: 20px 20px 20px;
}
.purchase-wrap-content-body-attention-box-title {
  font-size: 2.6rem;
}


/* ログイン
------------------------------ */
.purchase-wrap-content-body-login {

}
.purchase-wrap-content-body-login-box {
  background: url(../img/bg_y.png);
  background-repeat:repeat;
  width: 100%;
  padding: 40px 40px 30px;

  position: relative;
}

.purchase-wrap-content-body-login-box-note {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.6rem;
  font-weight: bold;
} 
.m .purchase-wrap-content-body-login-box-note,
.s .purchase-wrap-content-body-login-box-note {
  top: 4px;
  right: 10px;
  font-size: 1.3rem;
} 

.purchase-wrap-content-body-login-box-title {
  font-size: 2.6rem;
}
.purchase-wrap-content-body-login-box-title.-lotterysale{
  line-height: 1.5;
}
.purchase-wrap-content-body-login-box-title span {
  font-size: 1.4rem;
  display: block;
  margin-top: 14px;
}
.purchase-wrap-content-body-login-box-itemArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.purchase-wrap-content-body-login-box-itemArea-item {
  width: auto;
}
.purchase-wrap-content-body-login-box-itemArea-item p{
  margin-top: 9px;
  text-align: left;
}
.purchase-wrap-content-body-login-box-itemArea-arrow._sp {
  display: none;
}
.purchase-wrap-content-body-login-note {
  margin-top: 22px;
}

.s .purchase-wrap-content-body-login {
  line-height: 1.2;

}
.s .purchase-wrap-content-body-login-box {
  background: url(../img/bg_y.png);
  background-repeat:repeat;
  width: 100%;
  padding: 20px 20px 15px;
}
.s .purchase-wrap-content-body-login-box-title {
  font-size: 1.6rem;
  line-height: 1.2;
}
.s .purchase-wrap-content-body-login-box-title span {
  font-size: 1rem;
  display: block;
  margin-top: 14px;
}
.s .purchase-wrap-content-body-login-box-itemArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction:column;
  margin-top: 15px;
}
.s .purchase-wrap-content-body-login-box-itemArea-item {
  width: 100%;
}
.s .purchase-wrap-content-body-login-box-itemArea-item img{
  width: 100%;
}
.s .purchase-wrap-content-body-login-box-itemArea-item p{
  margin-top: 9px;
  text-align: left;
}
.s .purchase-wrap-content-body-login-box-itemArea-arrow{
  display: none;
}
.s .purchase-wrap-content-body-login-box-itemArea-arrow._sp {
  display: block;
  margin: 10px auto;
}

.sp_coupon img{
  width: 100%;
}

.s .purchase-wrap-content-body-login-note {
  margin-top: 22px;
}

.m .purchase-wrap-content-body-login {

}
.m .purchase-wrap-content-body-login-box {
  background: url(../img/bg_y.png);
  background-repeat:repeat;
  width: 100%;
  padding: 20px 20px 15px;
}
.m .purchase-wrap-content-body-login-box-title {
  font-size: 1.6rem;
  line-height: 1.2;
}
.m .purchase-wrap-content-body-login-box-title span {
  font-size: 1rem;
  display: block;
  margin-top: 14px;
}
.m .purchase-wrap-content-body-login-box-itemArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction:column;
  margin-top: 15px;
}
.m .purchase-wrap-content-body-login-box-itemArea-item {
  width: 100%;
}
.m .purchase-wrap-content-body-login-box-itemArea-item img{
  width: 100%;
}
.m .purchase-wrap-content-body-login-box-itemArea-item p{
  margin-top: 9px;
  text-align: left;
}
.m .purchase-wrap-content-body-login-box-itemArea-arrow{
  display: none;
}
.m .purchase-wrap-content-body-login-box-itemArea-arrow._sp {
  display: block;
  margin: 10px auto;
}
.m .purchase-wrap-content-body-login-note {
  margin-top: 22px;
  font-size: 1rem;
    display: block;
}

.l .purchase-wrap-content-body-login-box-itemArea-item {
  height: 170px;
}
.l .purchase-wrap-content-body-login-box-itemArea-item img{
  width: 100%;
}
.l .purchase-wrap-content-body-login-box-itemArea-item p{
  margin-top: 9px;
  text-align: left;
}
.l .purchase-wrap-content-body-login-box-itemArea-arrow{
  margin: 0 15px;
}

/* 購入方法
------------------------------ */
.purchase-wrap-content-body-process {
  max-width: 806px;
  margin: 80px auto 0;
}
._en .purchase-wrap-content-body-process {
  max-width: 100%;
}
.purchase-wrap-content-body-process-title {
  padding: 22px 0 23px;
  width: 100%;
  background: #dcedf6;
  border-radius: 35px;
  font-size: 2.6rem;
}
.purchase-wrap-content-body-process-title-distribution {
  padding: 22px 0 23px;
  width: 100%;
  max-width: 806px;
  background: #dcedf6;
  border-radius: 35px;
  font-size: 2.6rem;
  margin: 0 auto 40px;
}
.purchase-wrap-content-body-process-title-change {
  padding: 22px 0 23px;
  width: 100%;
  background: #0074af;
  border-radius: 35px;
  font-size: 2.6rem;
	color: #ffffff;
}
.purchase-wrap-content-body-process-itemArea {
}
.purchase-wrap-content-body-process-itemArea-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 72px;
}
.purchase-wrap-content-body-process-itemArea-item.-parking_ticket {
  align-items: center;
}
.purchase-wrap-content-body-process-itemArea-item._lotterysale{
  align-items: center;
  justify-content: space-around;
}
.purchase-wrap-content-body-process-itemArea-item-textArea {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.purchase-wrap-content-body-process-itemArea-item-textArea-num {
  font-family: 'Oswald', sans-serif;
  color: #dcedf6;
  font-size: 16rem;
  width: 75px;
  margin-right: 50px;
}
._en .purchase-wrap-content-body-process-itemArea-item-textArea-num {
  font-family: 'Oswald', sans-serif;
  color: #dcedf6;
  font-size: 16rem;
  /* width: 75px; */
  margin-right: 0px;
  flex: 162px 0 0;
}
.purchase-wrap-content-body-process-itemArea-item-textArea-num-change {
  font-family: 'Oswald', sans-serif;
  color: #0074af;
  font-size: 16rem;
  width: 75px;
  margin-right: 50px;
}
.purchase-wrap-content-body-process-itemArea-item-textArea-text {
  font-size: 3rem;
  line-height: 1.3;
  text-align: left;
  color: #000;
}
._en .purchase-wrap-content-body-process-itemArea-item-textArea-text {
  margin-right: 20px;
}
.purchase-wrap-content-body-process-itemArea-item-textArea-text a{
  border-bottom: solid 1px #444;
}
.purchase-wrap-content-body-process-itemArea-item-textArea-text-sub {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: left;
  color: #000;
}
.subtext {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  display:block;
}
.subtext span{
  display: inline-block;
  line-height: 1.1;
  font-size: 1.3rem;
}
.purchase-wrap-content-body-process-itemArea-img {
  width: 351px;
  margin-right: 10px;
}
.purchase-wrap-content-body-process-itemArea-img-sub {
  margin-top:12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.purchase-wrap-content-body-process-itemArea-img-sub p{
  width: 160px;
  text-align: left;
  line-height: 1.3;
}
.purchase-wrap-content-body-process-itemArea-complet {
  /* margin-top: 76px; */
    margin-top: 96px;
  padding-bottom: 60px;
}
.purchase-wrap-content-body-process-itemArea-complet-textArea {
  background:#f2fafd ;
  width: 806px;
  height: 217px;
  border-radius: 10px;
  position: relative;
}
.purchase-wrap-content-body-process-itemArea-complet-textArea p{
  color: #0096e0;
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  right: 110px;
  top: 50px;
}

.purchase-wrap-content-body-process-itemArea-complet-textArea a{
  position: absolute;
  right: 120px;
  bottom: 40px;
  padding: 15px 30px;
  font-size: 1.6rem;
  background: #0096e0;
  color: #fff;
  border-radius: 32px;
  width: fit-content;
  display: block;
  box-shadow: 0px 6px 12.09px 0.91px rgba(0, 0, 0, 0.14);
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  -webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);
  transform:scale(1);
  z-index:3;
  cursor:pointer;
}
.purchase-wrap-content-body-process-itemArea-complet-textArea a:hover {
  background-color:#006da3;
  -webkit-transform:scale(.96);
  transform:scale(.96);
}

.purchase-wrap-content-body-process-itemArea-complet-textArea img{
  position: absolute;
  z-index:2;
  left: 160px;
  top: -46px;
}

.s .purchase-wrap-content-body-process {
  max-width: 100%;
  margin: 40px auto 0;
}
.s .purchase-wrap-content-body-process-title {
  padding: 18px 0 18px;
  width: 100%;
  background: #dcedf6;
  border-radius: 35px;
  font-size: 1.6rem;
}
.s .purchase-wrap-content-body-process-itemArea {
}
.s .purchase-wrap-content-body-process-itemArea-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  margin-top: 36px;
}
.s .purchase-wrap-content-body-process-itemArea-item-textArea {
  margin-top:0;
  display: flex;
  align-items: center;
}
.s .purchase-wrap-content-body-process-itemArea-item-textArea-num {
  font-family: 'Oswald', sans-serif;
  color: #dcedf6;
  font-size: 8rem;
  width: 60px;
  margin-right: 30px;
}
.s .purchase-wrap-content-body-process-itemArea-item-textArea-text {
  font-size: 2rem;
  line-height: 1.3;
  text-align: left;
  color: #000;
}
.s .purchase-wrap-content-body-process-itemArea-img {
  width: 100%;
  margin-right:0;
  margin-top: 20px;
}
.s .purchase-wrap-content-body-process-itemArea-img img{
  width: 100%;
}
.s .purchase-wrap-content-body-process-itemArea-img-sub {
  margin-top:12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s .purchase-wrap-content-body-process-itemArea-img-sub p{
  width: auto;
  text-align: left;
  line-height: 1.3;
  font-size: 1.2rem;
  margin-left: 10px;
}
.s .purchase-wrap-content-body-process-itemArea-complet {
  margin-top: 76px;
  padding-bottom: 17px;
}
.s .purchase-wrap-content-body-process-itemArea-complet-textArea {
  background:#f2fafd ;
  width: 100%;
  height: 130px;
  border-radius: 10px;
  position: relative;
}
.s .purchase-wrap-content-body-process-itemArea-complet-textArea p{
  color: #0096e0;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 57px;
}
.s .purchase-wrap-content-body-process-itemArea-complet-textArea a{
	right: 12px;
	bottom: 10px;
	padding: 6px 12px;
	font-size: 1.3rem;
}
.s .purchase-wrap-content-body-process-itemArea-complet-textArea img{
  width: 140px;
  position: absolute;
  left: 20px;
  top: -30px;
}

.m .purchase-wrap-content-body-process {
  max-width: 100%;
  margin: 40px auto 0;
}
.m .purchase-wrap-content-body-process-title {
  padding: 18px 0 18px;
  width: 100%;
  background: #dcedf6;
  border-radius: 35px;
  font-size: 1.6rem;
}
.m .purchase-wrap-content-body-process-title-distribution {
  padding: 18px 0 18px;
  width: auto;
  background: #dcedf6;
  border-radius: 35px;
  font-size: 1.6rem;
  margin: 0 20px 40px;
}
.m .purchase-wrap-content-body-process-itemArea {
}
.m .purchase-wrap-content-body-process-itemArea-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  margin-top: 36px;
}
.m .purchase-wrap-content-body-process-itemArea-item-textArea {
  margin-top:0;
  display: flex;
  align-items: center;
}
.m .purchase-wrap-content-body-process-itemArea-item-textArea-num {
  font-family: 'Oswald', sans-serif;
  color: #dcedf6;
  font-size: 8rem;
  width: 60px;
  margin-right: 30px;
}
._en.m .purchase-wrap-content-body-process-itemArea-item-textArea-num {
  flex: none;
}

.m .purchase-wrap-content-body-process-itemArea-item-textArea-text {
  font-size: 2rem;
  line-height: 1.3;
  text-align: left;
  color: #000;
}
.m .purchase-wrap-content-body-process-itemArea-img {
  width: 100%;
  margin-right:0;
  margin-top: 20px;
}
.m .purchase-wrap-content-body-process-itemArea-img img{
  width: 100%;
}
.m .purchase-wrap-content-body-process-itemArea-img-sub {
  margin-top:12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.m .purchase-wrap-content-body-process-itemArea-img-sub p{
  width: auto;
  text-align: left;
  line-height: 1.3;
  font-size: 1.2rem;
  padding-left: 20px;
}
.m .purchase-wrap-content-body-process-itemArea-complet {
  margin-top: 76px;
  padding-bottom: 17px;
}
.m .purchase-wrap-content-body-process-itemArea-complet-textArea {
  background:#f2fafd ;
  width: 100%;
  height: 179px;
  border-radius: 10px;
  position: relative;
}

.m .purchase-wrap-content-body-process-itemArea-complet-textArea p{
  color: #0096e0;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 80px;
}
.m .purchase-wrap-content-body-process-itemArea-complet-textArea a{
	right: 12px;
	bottom: 10px;
padding:12px 24px;

}
.m .purchase-wrap-content-body-process-itemArea-complet-textArea img{
  width: 200px;
  position: absolute;
  left: 20px;
  top: -30px;
}

.l .purchase-wrap-content-body-process-itemArea-complet-textArea {
  background:#f2fafd ;
  width: 100%;
  position: relative;
}
.l .purchase-wrap-content-body-process-itemArea-complet-textArea img{
  position: absolute;
  left: 120px;
  top: -46px;
}
.l .purchase-wrap-content-body-process-itemArea-item-textArea-text{
  margin-right: 20px;
}
.l .purchase-wrap-content-body-process-itemArea-item-textArea-text br{
  display: none;
}

/* アプリサイト
------------------------------ */
.purchase-wrap-content-app {
  width: 862px;
  background: #fff;
  margin: 60px auto 0;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.purchase-wrap-content-app-img {
  margin-left: 43px;
}
.purchase-wrap-content-app-desc {
  width: 540px;
}
.purchase-wrap-content-app-desc p{
  text-align: left;
  line-height: 1.5;
}
.purchase-wrap-content-app-desc a{
  margin: 38px auto 0;
  padding: 21px 30px;
  font-size: 1.8rem;
  background: #0096e0;
  color: #fff;
  border-radius: 32px;
  width: fit-content;
  display: block;
  box-shadow: 0px 6px 12.09px 0.91px rgba(0, 0, 0, 0.14);
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  -webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);
  transform:scale(1);
  cursor:pointer;
}
.purchase-wrap-content-app-desc a:hover {
  background-color:#006da3;
  -webkit-transform:scale(.96);
  transform:scale(.96);
}


.s .purchase-wrap-content-app {
  width: 100%;
  background: #fff;
  margin: 30px auto 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.s .purchase-wrap-content-app-img {
  margin-left: 0;
}
.s .purchase-wrap-content-app-desc {
  width: 100%;
  margin-top: 20px;
}
.s .purchase-wrap-content-app-desc p{
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
}
.s .purchase-wrap-content-app-desc a{
  margin: 18px auto 0;
  padding: 21px 30px;
  font-size: 1.4rem;
  background: #0096e0;
  color: #fff;
  border-radius: 32px;
  width: fit-content;
  display: block;
  box-shadow: 0px 6px 12.09px 0.91px rgba(0, 0, 0, 0.14);
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  -webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);
  transform:scale(1);
  cursor:pointer;
}
.s .purchase-wrap-content-app-desc a:hover {
  background-color:#006da3;
  -webkit-transform:scale(.96);
  transform:scale(.96);
}

.m .purchase-wrap-content-app {
  width: 100%;
  background: #fff;
  margin: 30px auto 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.m .purchase-wrap-content-app-img {
  margin-left: 0;
}
.m .purchase-wrap-content-app-desc {
  width: 100%;
  margin-top: 20px;
}
.m .purchase-wrap-content-app-desc p{
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
}
.m .purchase-wrap-content-app-desc a{
  margin: 18px auto 0;
  padding: 21px 30px;
  font-size: 1.6rem;
  background: #0096e0;
  color: #fff;
  border-radius: 32px;
  width: fit-content;
  display: block;
  box-shadow: 0px 6px 12.09px 0.91px rgba(0, 0, 0, 0.14);
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  -webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);
  transform:scale(1);
  cursor:pointer;
}
.m .purchase-wrap-content-app-desc a:hover {
  background-color:#006da3;
  -webkit-transform:scale(.96);
  transform:scale(.96);
}

.l .purchase-wrap-content-app {
  width: calc( 100% - 60px);
}

.l .purchase-wrap-content-app-img {
  margin-left: 0;
  margin-right: 43px;
}

/* share
------------------------------ */
.share {
 background: url(../img/bg_w.png);
 background-repeat:repeat;
 background-position: center;
 position: relative;
}
.share-wrap {
  width: 940px;
  margin:0 auto;
  overflow: hidden;
}
.share-wrap-title {
  margin-top: 52px;
  font-size: 4rem;
  font-weight: bold;
  color: #0096e0;
}
.share-wrap-title span {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
.share-wrap-itemArea {
  position: relative;
  width: 940px;
  height: 384px;
  margin: 0 auto;
}
.share-wrap-itemArea-item {
  position: absolute;
  display: flex;
  align-items: center;
}
.share-wrap-itemArea-item:nth-child(1) {
  top: 44px;
  left: 73px;
}
.share-wrap-itemArea-item:nth-child(2) {
  top: 223px;
  left: 0;
}
.share-wrap-itemArea-item:nth-child(3) {
  top: 163px;
  right: 0;
}
.share-wrap-itemArea-item:nth-child(4) {
  bottom: 0;
  left: 254px;
}
.share-wrap-itemArea-item:nth-child(5) {
  bottom: 0;
  right: -52px;
}
.share-wrap-itemArea-item p{
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  margin-left: 20px;
}
.share-wrap-itemArea-item:first-child p{
  margin-left: 10px;
}


.s .share {
 background: url(../img/bg_w.png);
 background-repeat:repeat;
 background-position: center;
 position: relative;
}
.s .share-wrap {
  width: 100%;
  margin:0 auto;
}
.s .share-wrap-title {
  margin-top: 26px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0096e0;
}
.s .share-wrap-title span {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
.s .share-wrap-itemArea {
  position: relative;
  width: 100%;
  height: 118vw;
  max-height: 450px;
  margin: 0 auto;
  overflow: hidden;
}
.s .share-wrap-itemArea-item {
  position: absolute;
  display: flex;
  align-items: center;
}
.s .share-wrap-itemArea-item:nth-child(1) {
  top: 4px;
  left: 30px;
  /* top: 14px;
  left: 33px; */
}
.s .share-wrap-itemArea-item:nth-child(1) img{
  width: 48px;
}
.s .share-wrap-itemArea-item:nth-child(2) {
  top: 70px;
  left: 30px;
  /* top: 80px;
  left: 20px; */
}
.s .share-wrap-itemArea-item:nth-child(2) img{
  width: 48px;
}
.s .share-wrap-itemArea-item:nth-child(3) {
  top: 70px;
  right: 30px;
  /* top: 73px;
  right: 20px; */
}
.s .share-wrap-itemArea-item:nth-child(3) img{
  width: 48px;
}
.s .share-wrap-itemArea-item:nth-child(4) {
  bottom: 0;
  /* left: 4px; */
  left: 10vw;
}
.s .share-wrap-itemArea-item:nth-child(4) img{
  width: 30vw;
}
.s .share-wrap-itemArea-item:nth-child(5) {
  bottom: 0;
  /* right: -222px; */
  right: -20vw;
}
.s .share-wrap-itemArea-item:nth-child(5) img{
  width: 74vw;
}
.s .share-wrap-itemArea-item p{
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  margin-left: 10px;
}
.s .share-wrap-itemArea-item:first-child p{
  margin-left: 0px;
}

.m .share {
 background: url(../img/bg_w.png);
 background-repeat:repeat;
 background-position: center;
 position: relative;
}
.m .share-wrap {
  width: 100%;
  margin:0 auto;
}
.m .share-wrap-title {
  margin-top: 26px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0096e0;
}
.m .share-wrap-title span {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
.m .share-wrap-itemArea {
  position: relative;
  width: 100%;
  height: 85vw;
  max-height: 450px;
  margin: 0 auto;
  overflow: hidden;
}
.m .share-wrap-itemArea-item {
  position: absolute;
  display: flex;
  align-items: center;
}
.m .share-wrap-itemArea-item:nth-child(1) {
  top: 4px;
  left: 30px;
  /* top: 14px;
  left: 33px; */
}
.m .share-wrap-itemArea-item:nth-child(1) img{
  width: 48px;
}
.m .share-wrap-itemArea-item:nth-child(2) {
  top: 70px;
  left: 30px;
  /* top: 80px;
  left: 20px; */
}
.m .share-wrap-itemArea-item:nth-child(2) img{
  width: 48px;
}
.m .share-wrap-itemArea-item:nth-child(3) {
  top: 70px;
  right: 30px;
  /* top: 73px;
  right: 20px; */
}
.m .share-wrap-itemArea-item:nth-child(3) img{
  width: 48px;
}
.m .share-wrap-itemArea-item:nth-child(4) {
  bottom: 0;
  /* left: 4px; */
  left: 10vw;
}
.m .share-wrap-itemArea-item:nth-child(4) img{
  width: 30vw;
}
.m .share-wrap-itemArea-item:nth-child(5) {
  bottom: 0;
  /* right: -222px; */
  right: -20vw;
}
.m .share-wrap-itemArea-item:nth-child(5) img{
  width: 74vw;
}
.m .share-wrap-itemArea-item p{
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  margin-left: 10px;
}
.m .share-wrap-itemArea-item:first-child p{
  margin-left: 0px;
}

.m .share {
 background: url(../img/bg_w.png);
 background-repeat:repeat;
 background-position: center;
 position: relative;
}
.m .share-wrap {
  width: 100%;
  margin:0 auto;
}
.m .share-wrap-title {
  margin-top: 26px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0096e0;
}
.m .share-wrap-title span {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
.m .share-wrap-itemArea {
  position: relative;
  width: 100%;
  height: 108vw;
  max-height: 450px;
  margin: 0 auto;
  overflow: hidden;
}
.m .share-wrap-itemArea-item {
  position: absolute;
  display: flex;
  align-items: center;
}
.m .share-wrap-itemArea-item:nth-child(1) {
  top: 4px;
  left: 30px;
  /* top: 14px;
  left: 33px; */
}
.m .share-wrap-itemArea-item:nth-child(1) img{
  width: 48px;
}
.m .share-wrap-itemArea-item:nth-child(2) {
  top: 70px;
  left: 30px;
  /* top: 80px;
  left: 20px; */
}
.m .share-wrap-itemArea-item:nth-child(2) img{
  width: 48px;
}
.m .share-wrap-itemArea-item:nth-child(3) {
  top: 70px;
  right: 30px;
  /* top: 73px;
  right: 20px; */
}
.m .share-wrap-itemArea-item:nth-child(3) img{
  width: 48px;
}
.m .share-wrap-itemArea-item:nth-child(4) {
  bottom: 0;
  /* left: 4px; */
  left: 10vw;
}
.m .share-wrap-itemArea-item:nth-child(4) img{
  width: 30vw;
}
.m .share-wrap-itemArea-item:nth-child(5) {
  bottom: 0;
  /* right: -222px; */
  right: -15vw;
}
.m .share-wrap-itemArea-item:nth-child(5) img{
  width: 74vw;
}
.m .share-wrap-itemArea-item p{
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  margin-left: 10px;
}
.m .share-wrap-itemArea-item:first-child p{
  margin-left: 0px;
}

.l .share-wrap {
  width: 100%;
  margin:0 auto;
  overflow: hidden;
}
.l .share-wrap-title {
}
.l .share-wrap-title span {
}
.l .share-wrap-itemArea {
  position: relative;
  width: 100%;
  height: 384px;
  margin: 0 auto;
}
.l .share-wrap-itemArea-item {
}
.l .share-wrap-itemArea-item:nth-child(1) {
  top: 44px;
  left: 73px;
}
.l .share-wrap-itemArea-item:nth-child(2) {
  top: 223px;
  left: 20px;
}
.l .share-wrap-itemArea-item:nth-child(3) {
  top: 163px;
  right: 20px;
}
.l .share-wrap-itemArea-item:nth-child(4) {
  bottom: 0;
  left: 188px;
}
.l .share-wrap-itemArea-item:nth-child(5) {
  bottom: 0;
  right: -52px;
}

/* enter
------------------------------ */
.enter {
  background: url(../img/bg_enter.png) center center no-repeat;
  background-size: cover;
  height: 374px;
}
.enter-wrap {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}
.enter-wrap-content {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enter-wrap-content-title {
  margin-left: 8px;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
.enter-wrap-content-title span {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
.enter-wrap-content-title p {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 25px;
  display: block;
}
.enter-wrap-img {

}


.s .enter {
  background: url(../img/bg_enter.png) center center no-repeat;
  background-size: cover;
  height: auto;
}
.s .enter-wrap {
  width: 100%;
  margin: 0 auto;
}
.s .enter-wrap-content {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.s .enter-wrap-content-title {
  margin-left: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.s .enter-wrap-content-title span {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
.s .enter-wrap-content-img {
  margin-top: 30px;
}
.s .enter-wrap-content-img img {
  position: relative;
  bottom: 0;
  left: 60px;
}
.s .enter-wrap-img {

}

.m .enter {
  background: url(../img/bg_enter.png) center center no-repeat;
  background-size: cover;
  height: auto;
}
.m .enter-wrap {
  width: 100%;
  margin: 0 auto;
}
.m .enter-wrap-content {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.m .enter-wrap-content-title {
  margin-left: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.m .enter-wrap-content-title span {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
.m .enter-wrap-content-img {
  margin-top: 30px;
}
.m .enter-wrap-content-img img {
  position: relative;
  bottom: 0;
  left: 60px;
}
.m .enter-wrap-img {

}


.l .enter {
  height: 339px;
}
.l .enter-wrap {
  width: 100%;
  margin: 0 auto;
}
.l .enter-wrap-content-title {
  margin-left: 20px;

}
.l .enter-wrap-content-img img{
  width: 270px;
}

/* faq
------------------------------ */
.faq {
  background: url(../img/bg_b.png);
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
}
.m .faq {
  padding: 30px 10px 30px;
}
.s .faq {
  padding: 30px 10px 30px;
}


.faq-wrap {
  max-width: 862px;
  width:100%;
  margin: 0 auto;
}
.m .faq-wrap {
  width: 100%;
  margin: 0 auto;
}
.s .faq-wrap {
  width: 100%;
  margin: 0 auto;
}

.faq-wrap-content-title {
  font-size: 3rem;
  font-weight: bold;
  padding-bottom:40px;
}
.m .faq-wrap-content-title {
  font-size: 2rem;
  padding-bottom:20px;
}
.s .faq-wrap-content-title {
  font-size: 2rem;
  padding-bottom:20px;
}
.faq-wrap-content-info {
  text-align: left;
  width:100%;
}

.faq-wrap-content-info .toggle-group {
  max-width: 850px;
  width:100%;
  margin:0 auto;
}
.faq-wrap-content-info .toggle-arrow {
  background-color:#fff!important;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
  font-size:2.2rem;
  cursor:pointer;
  padding: 30px 85px;
  background: url(../img/ico_toggle_plus.png) 95% center no-repeat;
	background-size:20px auto;
}
.m .faq-wrap-content-info .toggle-arrow {
  padding: 20px;
  font-size:1.6rem;
  width: 100%;
  background: url(../img/ico_toggle_plus.png) 95% center no-repeat;
	background-size:14px auto;
}
.s .faq-wrap-content-info .toggle-arrow {
  padding: 20px;
  font-size:1.6rem;
  width: 100%;
  background: url(../img/ico_toggle_plus.png) 95% center no-repeat;
	background-size:14px auto;
}
.faq-wrap-content-info .toggle-arrow.-open {
  border-radius: 10px 10px 0 0;
	background: url(../img/ico_toggle_minus.png) 95% center no-repeat;
	background-size:20px auto;
}
.m .faq-wrap-content-info .toggle-arrow.-open {
  width: 100%;
  background: url(../img/ico_toggle_minus.png) 95% center no-repeat;
	background-size:14px auto;
}
.s .faq-wrap-content-info .toggle-arrow.-open {
  width: 100%;
  background: url(../img/ico_toggle_minus.png) 95% center no-repeat;
	background-size:14px auto;
}
.faq-wrap-content-info .toggle-target {
  display:none;
  padding: 0 85px 30px 85px;
  font-size: 1.4rem;
  line-height:1.6;
  text-align:left;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
}
.m .faq-wrap-content-info .toggle-target {
  padding:10px 20px 20px 20px;
  width: 100%;
}
.s .faq-wrap-content-info .toggle-target {
  padding:10px 20px 20px 20px;
  width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　下層ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 利用規約
------------------------------ */
.termsofuse {
  background: url(../img/bg_b.png);
  background-repeat:repeat;
  background-position: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.l .termsofuse {
  padding: 30px 10px 30px;
}
.m .termsofuse {
  padding: 30px 10px 30px;
}
.s .termsofuse {
  padding: 30px 10px 30px;
}
.termsofuse-wrap {
  width: 942px;
  margin: 0 auto;
}
.l .termsofuse-wrap {
  width: 100%;
  margin: 0 auto;
}
.m .termsofuse-wrap {
  width: 100%;
  margin: 0 auto;
}
.s .termsofuse-wrap {
  width: 100%;
  margin: 0 auto;
}
.termsofuse-wrap-title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #0074af;
  padding-bottom:50px;
}
.m .termsofuse-wrap-title {
  font-size: 2.4rem;
  padding-bottom:25px;
}
.s .termsofuse-wrap-title {
  font-size: 2.4rem;
  padding-bottom:25px;
}
.termsofuse-wrap-content {
  width: 940px;
  margin:0 auto;
  padding: 45px 67px;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  text-align:left;
}
.l .termsofuse-wrap-content {
  width: 100%;
  padding: 20px;
}
.m .termsofuse-wrap-content {
  width: 100%;
  padding: 20px;
}
.s .termsofuse-wrap-content {
  width: 100%;
  padding: 20px;
}
.termsofuse-wrap-content-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #4e5052;
  padding-bottom:40px;
}
.m .termsofuse-wrap-content-title {
  font-size: 2.0rem;
  padding-bottom:20px;
}
.s .termsofuse-wrap-content-title {
  font-size: 2.0rem;
  padding-bottom:20px;
}
.termsofuse-wrap-list-title {
  font-size: 2.0rem;
  color: #4e5052;
  border-bottom:2px solid #babec2;
  padding-bottom:7px;
  margin-bottom:17px;
}
.m .termsofuse-wrap-list-title {
  font-size: 1.4rem;
  padding-bottom:5px;
  margin-bottom:12px;
}
.s .termsofuse-wrap-list-title {
  font-size: 1.4rem;
  padding-bottom:5px;
  margin-bottom:12px;
}
.termsofuse-wrap-list li{
  padding-bottom:15px;
  padding-left: 1em;
  text-indent: -1em;
  line-height:1.6;
}
.termsofuse-wrap-content p{
  padding-bottom:15px;
  line-height:1.4;
}
.m .termsofuse-wrap-content p{
  font-size: 1.2rem;
    line-height:1.8;
}
.s .termsofuse-wrap-content p{
  font-size: 1.2rem;
}
.termsofuse-wrap-list li:last-child{
  padding-bottom:0;
}
.m .termsofuse-wrap-list li{
  font-size: 1.2rem;
  padding-bottom:10px;
}
.s .termsofuse-wrap-list li{
  font-size: 1.2rem;
  padding-bottom:10px;
}
.termsofuse-wrap-list-sub{
  padding-bottom:15px;
}
.m .termsofuse-wrap-list-sub{
  font-size: 1.2rem;
  padding-bottom:10px;
}
.s .termsofuse-wrap-list-sub{
  font-size: 1.2rem;
  padding-bottom:10px;
}

/* 特定商取引法に基づく表記
------------------------------ */
.law {
  background: url(../img/bg_b.png);
  background-repeat:repeat;
  background-position: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.l .law {
  padding: 30px 10px 30px;
}
.m .law {
  padding: 30px 10px 30px;
}
.s .law {
  padding: 30px 10px 30px;
}
.law-wrap {
  width: 940px;
  margin: 0 auto;
}
.l .law-wrap {
  width: 100%;
  margin: 0 auto;
}
.m .law-wrap {
  width: 100%;
  margin: 0 auto;
}
.s .law-wrap {
  width: 100%;
  margin: 0 auto;
}
.law-wrap-title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #0074af;
  padding-bottom:50px;
}
.m .law-wrap-title {
  font-size: 2.4rem;
  padding-bottom:25px;
}
.s .law-wrap-title {
  font-size: 2.4rem;
  padding-bottom:25px;
}
.law-wrap-content {
  width: 942px;
  margin:0 auto;
  padding: 45px 67px;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  text-align:left;
}
.l .law-wrap-content {
  width: 100%;
  padding: 20px;
}
.m .law-wrap-content {
  width: 100%;
  padding: 20px;
}
.s .law-wrap-content {
  width: 100%;
  padding: 20px;
}
.law-wrap-content-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #4e5052;
  padding-bottom:40px;
}
.m .law-wrap-content-title {
  font-size: 2.0rem;
  padding-bottom:20px;
}
.s .law-wrap-content-title {
  font-size: 2.0rem;
  padding-bottom:20px;
}
.law-wrap-list-title {
    font-size: 2.0rem;
    color: #4e5052;
    padding-bottom: 30px;
}
.m .law-wrap-list-title {
  font-size: 1.7rem;
  padding-bottom:20px;
}
.s .law-wrap-list-title {
  font-size: 1.7rem;
  padding-bottom:20px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.law-wrap-content-table {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	border-top: 1px solid #babec2;
	line-height: 1.3;
}
.law-wrap-content-table a {
  color:#2f85b8;
}
.law-wrap-content-table a:hover {
  text-decoration:underline;
}
.law-wrap-content-table .-note {
  font-size:1.4rem;
  padding-top:10px;
  padding-left: 1em;
  text-indent: -1em;
}
.m .law-wrap-content-table .-note {
  font-size:1.2rem;
  padding-top:5px;
}
.s .law-wrap-content-table .-note {
  font-size:1.2rem;
  padding-top:5px;
}
.law-wrap-content-table tr>* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 0;
	vertical-align: top;
	border-bottom: 1px solid #babec2;
  font-size:1.7rem;
  font-weight: normal;
}
.m .law-wrap-content-table tr>* {
  font-size:1.4rem;
  padding: 10px 0;

}
.s .law-wrap-content-table tr>* {
  font-size:1.4rem;
}

.law-wrap-content-table th {
	width: 30%;
	text-align: left;
}
.m .law-wrap-content-table th {
  width: 100%;
  display: block;
  text-align: left;
  border-bottom: none;
}
.s .law-wrap-content-table th {
  width: 100%;
  display: block;
  text-align: left;
  border-bottom: none;
}
.law-wrap-content-table td {
	width: 70%;
	text-align: left;
}
.m .law-wrap-content-table td {
	width: 100%;
	display: block;
	text-align: left;
}
.s .law-wrap-content-table td {
	width: 100%;
	display: block;
	text-align: left;
}

.law-wrap-content-delivery-table {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	line-height: 1.5;
}
.law-wrap-content-delivery-table tr>* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0 0 0;
	vertical-align: top;
	border:none;
  font-size:1.7rem;
  font-weight: normal;
}
.m .law-wrap-content-delivery-table tr>* {
	padding: 10px 0 0 0;
}
.s .law-wrap-content-delivery-table tr>* {
	padding: 10px 0 0 0;
}
.law-wrap-content-delivery-table th {
	width: 20%;
	text-align: left;
  font-weight:bold;
}
.m .law-wrap-content-delivery-table th {
	width: 100%;
	display: block;
	text-align: left;
}
.s .law-wrap-content-delivery-table th {
	width: 100%;
	display: block;
	text-align: left;
}
.law-wrap-content-delivery-table td {
	width: 80%;
	text-align: left;
}
.m .law-wrap-content-delivery-table td {
	width: 100%;
	display: block;
	text-align: left;
  padding-top:5px;
}
.s .law-wrap-content-delivery-table td {
	width: 100%;
	display: block;
	text-align: left;
  padding-top:5px;
}


/* footer
------------------------------ */
.footer {
  padding: 10px 0 ;
}
.footer-wrap{
  padding-top: 10px;
  position: relative;
  width: 100%;
}
.footer-wrap-copy{
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 180px;
}
.footer-wrap-link {
  display: inline-block;
  vertical-align: middle;
}
.footer-wrap-link img{
  height: 42px;
  position: relative;
  right: 0;
  bottom: 0;
  display: block;
}
.footer-wrap-link._sp{
  display: none;
}
/* .footer-wrap-link{
  position: absolute;
  right: 10px;
  bottom: 0;
} */
.s .footer-wrap-link{
  display: none;
}
.s .footer-wrap-link._sp{
  width: 100%;
  display: block;
}
.s .footer-wrap-link._sp img{
  height: auto;
  width: 90%;
  margin: 10px auto;
}
.s .footer-wrap {
}
.s .footer-wrap-copy{
  padding-bottom:15px ;
  margin-left: 0;
}
.m .footer-wrap-copy{
  padding-bottom:15px ;
  margin-left: 0;
}
.m .footer-wrap-link{
  display: none;
}
.m .footer-wrap-link._sp{
  width: 100%;
  display: block;
}
.m .footer-wrap-link._sp img{
  height: auto;
  width: 70%;
  margin: 10px auto;
}
.m .footer-wrap {
}
@media screen and (max-width: 862px) {
  .faq {
    padding:70px 20px 90px 20px;
  }

  .faq-wrap {
    width: 100%;
    margin: 0 auto;
}

}
/* .pc-sec {display: block;}
.sp-sec {display: none;}
@media screen and (max-width: 750px) {
  .pc-sec {display: none;}
  .sp-sec {display: block;}
  .purchase-wrap-content-body-process-itemArea-complet-textArea {
    width:100%;
  }
  .purchase-wrap-content-body-process-itemArea-complet-textArea img {
    position:relative;
  }
}

.s .purchase-wrap-content-body-process-itemArea-complet-textArea {
  background: none;
    height: auto;
    border-radius: 10px;
    position: relative;
} */

/*〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
/*200415 追記 munakata*/
/*〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/

/* 汎用 */

.pc-block { display: block!important;}
.m .pc-block { display: none!important;}
.s .pc-block { display: none!important;}

.m-block { display: none!important;}
.m .m-block { display: block!important;}

.s-block { display: none!important;}
.s .s-block { display: block!important;}


.pt120 {padding-top: 120px!important;}
.mt120 {margin-top: 120px!important;}
.m .m-mt120 {margin-top: 120px!important;}
.s .s-mt120 {margin-top: 120px!important;}

.lh14 {line-height: 1.4!important;}
.lh18 {line-height: 1.8!important;}

.ls0 {letter-spacing: 0!important;}
.ls-1 {letter-spacing: -1px!important;}

.s .s-pr0 {padding-right: 0!important;}
.m .m-pr0 {padding-right: 0!important;}

.flex1 {
  flex: 1 0 0%!important;
  -ms-flex: 1 0 0%!important;
  -webkit-box-flex: 1 0 0%!important;
}
.m .flex1 {
  flex: 0 1 auto!important;
  -ms-flex: 0 1 auto!important;
  -webkit-box-flex: 0 1 auto!important;
}
.s .flex1 {
  flex: 0 1 auto!important;
  -ms-flex: 0 1 auto!important;
  -webkit-box-flex: 0 1 auto!important;
}
.m .m-flex1 {
  flex: 1!important;
  -ms-flex: 1!important;
  -webkit-box-flex: 1!important;
}
.s .s-flex1 {
  flex: 1!important;
  -ms-flex: 1!important;
  -webkit-box-flex: 1!important;
}

.align-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}
.align-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.m .m-align-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.s .s-align-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}

.fontsizebold {
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro", sans-serif;
}

.btn-width01 { width: 16em; }
.btn-width02 { width: 18em; }
.s .btn-width01 ,
.m .btn-width01 { width: 94%!important; }
.s .btn-width02 ,
.m .btn-width02 { width: 100%; }



/* 個別 */

.mv-small {
  height: 270px;
}
.l .mv-small {
  height: 270px;
}
.l .mv-small img {
  height: 270px;
  width: auto;
}
.m .mv-small,
.s .mv-small {
  height: auto;
}



#couponuse,
#couponcheck,
#ticketsent,
#ticketdistribution {
  padding-top: 60px;
  margin-top: -40px;
  margin-bottom: 40px;
}



.width-860 {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.m .width-860 {
  width: 100%;
}
.s .width-860 {
  width: 100%;
}



.howto-movie {
  width: 720px;
  margin: auto;
}

.m .howto-movie,
.s .howto-movie {
    width: 100%;
    padding: 0 30px;
}

.howto-movie img {
  width: 100%;
}



.before-indent {
    position: relative;
    padding-left: 10px;
}
.distribution-leftborder01 {border-left: 4px solid #00b900;}
.distribution-leftborder02 {border-left: 4px solid #0074af;}
.distribution-leftborder03 {border-left: 4px solid #909090;}

.before-indent:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}



a.faq-wrap-btn ,
a.share-wrap-btn {
    margin: 38px auto 0;
  padding: 21px 30px;
  font-size: 1.8rem;
  background: #0096e0;
  color: #fff;
  border-radius: 32px;
  width: fit-content;
  display: block;
  box-shadow: 0px 6px 12.09px 0.91px rgba(0, 0, 0, 0.14);
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  -webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);
  transform:scale(1);
  cursor:pointer;
}
a.share-wrap-btn {
  margin-right: 0;
}
a.faq-wrap-btn:hover,
a.share-wrap-btn:hover {
    background-color:#006da3;
  -webkit-transform:scale(.96);
  transform:scale(.96);
}
a.faq-wrap-btn:hover:link ,
a.faq-wrap-btn:hover:hover ,
a.faq-wrap-btn:hover:visited ,
a.faq-wrap-btn:hover:active ,
a.share-wrap-btn:hover:link ,
a.share-wrap-btn:hover:hover ,
a.share-wrap-btn:hover:visited ,
a.share-wrap-btn:hover:active {
    color: #fff;
}

.share-btn-new {
  width: 1280px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: auto;
}

.s .share-btn-new,
.m .share-btn-new {
  width: 100%;
  bottom: 52.5vw;
}
.s a.share-wrap-btn ,
.m a.share-wrap-btn {
    margin: 0 auto 20px auto;
}

.pc { display: block; }
.m .pc { display: none; }
.s .pc { display: none; }

.sp { display: none; }
.m .sp { display: block; }
.s .sp { display: block; }

.ticketcheck__width {
  width: 500px;
}
.m .ticketcheck__width,
.s .ticketcheck__width {width: 100%;}


/* ----------------------------
0622 特別対応　
------------------------------- */

.purchase-wrap-title {
    padding-bottom: 30px;
}
.purchase-wrap-content-body-process-title {
    margin-bottom: 40px;
}
.purchase-wrap-content-body-process {
    max-width: 806px;
    margin: 40px auto 0;
}


.cart__width {
  width: 380px;
}
.m .cart__width,
.s .cart__width {width: 100%;}

.purchase-wrap-content-body-process-itemArea-img-wrap {
  padding-bottom:20px;
}



.test1 {margin-top: 96px;padding-bottom: 23px;position:relative;

}
.test2 {
vertical-align:middle;    background: #f2fafd;width: 100%;position: relative;display:inline-block;
}
.test3 {
vertical-align:middle;max-width:500px;float:right;    padding: 70px 140px;
}
.test3 a {
  padding: 15px 30px;font-size: 1.6rem;background: #0096e0;color: #fff;border-radius: 32px;width: fit-content;display: block;box-shadow: 0px 6px 12.09px 0.91px rgba(0, 0, 0, 0.14);-webkit-transition: all .3s ease;transition: all .3s ease;-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;-webkit-transform: scale(1);transform: scale(1);z-index: 3;cursor: pointer;
}



/* ----------------------------
1127 回数券の使用方法
------------------------------- */
.purchase-wrap-content-body-ticket-title {
  font-size: 4rem;
  color: #0074af;
  font-weight: bold;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m .purchase-wrap-content-body-ticket-title,
.s .purchase-wrap-content-body-ticket-title {
  font-size: 2.8rem;
}
.purchase-wrap-content-body-ticket-title-image{
  width: 69px;
  margin-right: 28px;
}
.m .purchase-wrap-content-body-ticket-title-image,
.s .purchase-wrap-content-body-ticket-title-image {
  width: 50px;
  margin-right: 14px;
}
.purchase-wrap-content-body-ticket-title-image img {
  width: 100%;
}
.purchase-wrap-content-body-ticket-text {
  font-size: 2rem;
  line-height: 1.35;
}
.m .purchase-wrap-content-body-ticket-text,
.s .purchase-wrap-content-body-ticket-text {
  font-size: 1.6rem;
}
.purchase-wrap-content-body-ticket-text span{
  font-size: 2.3rem;
  font-weight: bold;
  color: #0096e0;
}
.m .purchase-wrap-content-body-ticket-text span,
.s .purchase-wrap-content-body-ticket-text span {
  font-size: 1.8rem;
}
.m .purchase-wrap-content-body-ticket-text br,
.s .purchase-wrap-content-body-ticket-text br {
  display: none;
}
.purchase-wrap-content-body-ticket-text a{
  color: #0096e0;
  text-decoration: underline;
}
.purchase-wrap-content-body-ticket-merit {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}
.m .purchase-wrap-content-body-ticket-merit,
.s .purchase-wrap-content-body-ticket-merit {
  margin: auto;
  flex-wrap: wrap;
}
.purchase-wrap-content-body-ticket-merit-items {
  border: solid 3px #0096e0;
  flex-basis:25%;
  display: flex;
  width: 100%;
  flex-direction: column;
  line-height: 1.3;
  margin-top: 40px;
  margin-right: 20px;
}

.purchase-wrap-content-body-ticket-merit-items:last-of-type {
  margin-right: 0;
}
.m .purchase-wrap-content-body-ticket-merit-items {
  flex-basis:100%;
  margin-top: 20px;
  margin-right: 0;
}
.purchase-wrap-content-body-ticket-merit-items-title {
  background: #0096e0;
  padding: 4px 10px 10px;
  font-weight: bold;
  font-size: 2.2rem;
  color: #ffffff;
}
.m .purchase-wrap-content-body-ticket-merit-items-title,
.s .purchase-wrap-content-body-ticket-merit-items-title {
  padding: 4px 10px 10px;
  font-size: 1.8rem;
}
.purchase-wrap-content-body-ticket-merit-items-title span {
  font-size: 2.8rem;
}
.m .purchase-wrap-content-body-ticket-merit-items-title span,
.s .purchase-wrap-content-body-ticket-merit-items-title span{
  font-size: 2.2rem;
}
.purchase-wrap-content-body-ticket-merit-items-text {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding:25px 12px;
  font-size: 2rem;
}
.m .purchase-wrap-content-body-ticket-merit-items-text,
.s .purchase-wrap-content-body-ticket-merit-items-text {
 font-size: 1.6rem; 
}
.purchase-wrap-content-text {
  font-size: 2.2rem;
  margin: 0 20px;
  line-height: 1.4;
}
.m .purchase-wrap-content-text,
.s .purchase-wrap-content-text {
  font-size: 1.8rem;
}
.purchase-wrap-content-receive {
  color: #000;
  display: flex;
  justify-content: space-between;
}
.m .purchase-wrap-content-receive,
.s .purchase-wrap-content-receive {
  flex-wrap: wrap;
}
.purchase-wrap-content-receive-items {
  border-radius: 10px;
  overflow: hidden;
  font-size: 2.4rem;
  flex-basis: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}
.m .purchase-wrap-content-receive-items,
.s .purchase-wrap-content-receive-items {
  flex-basis: 100%;
  font-size: 2rem;
}
.purchase-wrap-content-receive-items:last-of-type {
  margin-left: 20px;
}
.m .purchase-wrap-content-receive-items:last-of-type {
  margin-left: 0;
  margin-top: 20px;
}
.s .purchase-wrap-content-receive-items:last-of-type {
  margin-left: 0;
  margin-top: 10px;
}
/* 3カラム */
.purchase-wrap-content-receive-items.-clum3 {
  flex-basis: 33.3%;
  margin-left: 20px;
}
.m .purchase-wrap-content-receive-items.-clum3,
.s .purchase-wrap-content-receive-items.-clum3 {
  flex-basis: 100%;
  margin-left: 0;
  margin-top: 20px;
}

.purchase-wrap-content-receive-items.-clum3:nth-of-type(1) {
  margin-left: 0;
}
.m .purchase-wrap-content-receive-items.-clum3:nth-of-type(1),
.s .purchase-wrap-content-receive-items.-clum3:nth-of-type(1) {
  margin-top: 0;
}

.-clum3 .purchase-wrap-content-receive-items-body-title {
  text-align: left;
}
.m .-clum3 .purchase-wrap-content-receive-items-body-title,
.s .-clum3 .purchase-wrap-content-receive-items-body-title {
  text-align: center;
}

.-clum3 .purchase-wrap-content-receive-items-anchor {
  font-size: 2rem;
}


.purchase-wrap-content-receive-items-body {
  padding: 30px 24px 18px;
  background: #fefeed;
  border-bottom: solid 1px #c7c7a9; 
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .purchase-wrap-content-receive-items-body {
    /* IE11 にのみ適用される */
    /* height: 412px; */
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .purchase-wrap-content-receive-items-anchor {
    /* IE11 にのみ適用される */
    height: 94px!important;
  }
}

.purchase-wrap-content-receive-items-body-title {
  font-weight: bold;
}
.purchase-wrap-content-receive-items-body-title-copy {
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.purchase-wrap-content-receive-items-body-text {
  margin-top: 28px;
  text-align: left;
  line-height: 1.35;
}
.purchase-wrap-content-receive-items-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 25px 10px 20px;
  color: #0074af;
  font-weight: bold;
  font-size: 2.2rem;
  cursor: pointer;
}
.m .purchase-wrap-content-receive-items-anchor,
.s .purchase-wrap-content-receive-items-anchor {
  padding: 20px 10px 16px;
  font-size: 1.8rem;
}
.purchase-wrap-content-receive-items-anchor:visited {
  color: #0074af!important;
}
.purchase-wrap-content-receive-items-anchor:link {
  color: #0074af!important;
}
.purchase-wrap-content-receive-items-anchor::after {
  content:"";
  background: url(../img/nav_arrow.png);
  width: 14px;
  height: 7px;
  margin-top: 20px;
}
.m .purchase-wrap-content-receive-items-anchor::after,
.s .purchase-wrap-content-receive-items-anchor::after {
  margin-top: 10px;
}