.wrapper {
    width:100%;
}

html{
	font-size:62.5%;
}

.MyCardElement {
	height: 40px;
	padding: 10px 12px;
	width: 100%;
	color: #32325d;
	background-color: white;
	border: 1px solid transparent;
	border-radius: 4px;
  
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
  }
  
  .MyCardElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
  }
  
  .apdiv {
	  margin-top: 3rem;
	  margin-left: 3rem;
	  font-size: 1.8rem;
  }

  .use-top {
	padding-top: 3rem;
    text-align: center;
  }

  .use-div {
	  text-align: center;
  }

  .m {
	font-size: 2.3rem;
    border: 2px solid #adadad;
    width: 40%;
    margin: auto;
    margin-top: 8rem;
    padding: 2rem;
  }

  .u-m {
	  text-align: left;
	  margin: auto;
    display: inline-block;
  }

  .use-t {
	  font-size: 2.5rem;
	  border-bottom: #ed7a9c solid 2px;
	  width: 70%;
	  margin: auto;
	  margin-top: 5rem;
  }

  .us-tx {
	  font-size: 1.8rem;
	  margin-bottom: 10rem;
  }

  .us-tt {
	font-size: 1.8rem;
  }

  .use-h {
	  font-size: 2.5rem;
	  margin: 15rem 0 0;
    font-weight: bold;
  }

  .apdidi {
	  margin-bottom: 2rem;
  }

  .us-li {
	font-size: 2.2rem;
	margin-top: 1rem;
  }

  .us-ul {
	text-align: left;
    display: inline-block;
  }

  .apdidi input {
	  border: solid 1px #ed7a9c;
  }

  .MyCardElement--invalid {
	border-color: #fa755a;
  }
  
  .MyCardElement--webkit-autofill {
	background-color: #fefde5 !important;
  }

  .py-3 {
	display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pic img {
	  width: 60%;
  }

  .pic p {
	font-size: 2.5rem;
    margin-bottom: 10rem;
  }

  .pic {
	  text-align: center;;
  }

  .pic .info-t {
	  font-size: 1.9rem;
  }

  .mb-3 {
	  margin-bottom: 10rem;
	  margin-left: 2rem;
	  margin-top: 3rem;
  }

  .ff {
	background-color: #fff;
    padding: 3rem;
    border: 2px solid #ed7a9c;
    border-radius: 3px;
  }

  .container img {
	  width: 100%;
  }

 .con-i {
	 width: 40%;
	 box-shadow: 3px 3px 6px -2px #555,
  3px 3px 8px rgba(255,255,255,0.8) inset;
 }

  .p-con {
	  display: flex;
	  align-items: flex-end;
  }

  .p-t {
	  font-size: 3.5rem;
  }

  .icon {
	  width: 12%;
  }

  .c-logo {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }

  .row-change{
    align-items:center;
    margin: auto;
  }

  .ti-change{
	font-size: 1.8rem;
  }

  .oo {
	color:#212529;
	font-weight:bold;
	background-color:#EFDBEA;
	font-size:1.5rem;
  }
  .top {
	font-size: 2.8rem;
    display: block;
    margin-bottom: 6rem;
  }

  .setumei {
	  text-align: center;
  }

  .wel {
	  width: 60%;
	  margin: auto;
	  font-size: 1.8rem;
	  margin-top: 5rem;
  }

  .f-sub {
	  width: 60%;
	  height: 50px;
	  border: 2px solid #ed7a9c;
	  border-radius: 3px;
	  background-color: white;
	  font-weight: bold;
	  color: #212529;
  }

  .f-con {
	  margin-top: 5rem;
  }

  .use {
	  text-align: center;
	  margin: auto;
	  margin-bottom: 7rem;
	  font-size: 1.6rem;
  }

  h1 {
	  font-size: 7rem;
  }

  .log-t {
	  font-size: 1.5rem;
	  margin-right: 1.3rem;
  }

.im {
	background-image: url("../img/top.png");
    padding-top: 6rem;
    padding-bottom: 11rem;
    background-size: cover;
	margin-bottom: 6rem;
}

h2 {
	border-bottom: #ed7a9c solid 2px;
    width: 50%;
    margin: auto;
    margin-bottom: 4rem;
}

h3 {
	border-bottom: #ed7a9c solid 2px;
    width: 50%;
    margin: auto;
    margin-bottom: 4rem;
}

.btn-primary {
	width: 40%;
    margin-top: 2rem;
}


footer {
	background-color: #EFDBEA;
}

footer div{
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
}

footer li {
	list-style-type: none;
}

footer div ul {
	margin-top: 11px;
}

.col-md-offset-2 {
    margin-top: 3rem;
}

.v-c {
	font: 3rem;
}

.v-c2 {
	position: absolute;
    bottom: 0;
	left:0;
	right:0;
	margin:auto;
	margin-bottom: 3rem;
}

.v-t1 {
	width: 60%;
    border: 1.3px solid #a0a0a0;
    padding: 2rem;
    margin: auto;
    margin-top: 5rem;
    border-top: solid 4px #ed7a9c;
    border-radius: 3px;
    font-size: 2rem;
	margin-bottom: 2rem;
}

.btn-link {
    font-size: 1rem;
}

.v-t {
	font:2rem;
}

.v {
	text-align: center;
	font-size: 1.7rem;
}

.deli {
	margin: 16px auto;
	text-align: center;
	display: block;
}

.deli .realy{
	text-align: left;
	display: inline-block;
}

.c-t {
	margin-bottom: 2rem;
	display: flex;
}

.c-t input {
	border: #adadad solid 1px;
	width: 100%;
}

.con-d {
	margin:auto;
	width: 30%;
	margin-top: 3rem;
}

.c-i {
	display: block;
	margin: auto;
}

.i-d {
	text-align: left;
    width: 80%;
    margin: auto;
    margin-top: 3rem;
}

.info-t {
	font-weight: bold;
}

.i-m {
	font-size: 2.5rem;
}

.i-s {
	font-size: 1.5rem;
}

.col-sm-4 {
    width: 100%;
}

.creca {
	text-align: right;
}

.cou-c {
	color: #fa755a;
}

.l-u {
	border: solid 2px #adadad;
  margin: 1rem;
  border-radius: 5px;
}

.l-c {
	font-size: 1.2rem;
	display:flex;
	flex-wrap: wrap;
    border: 2px solid #adadad;
    margin: 2rem;
}

.none {
    pointer-events:none;
  }

.l-t {
	padding: 1rem;
}

.key {
	width: 100%;
	font-size: 2rem;
}

.l-f{
	text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.l-use{
	display: block;
  width: 300px;
  white-space: nowrap;
	margin-bottom: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

.l-i {
	margin-bottom: 0;
}

.i5 {
	width: 50%;
}

.i7 {
	width: 70%;
}

.event-top {
	max-width: 100%;
	width: 100%;
	border-bottom:10px solid #ed7a9c;
  }

  .triangle{
	width: 0;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 60px solid #ed7a9c;
	margin:auto;
	margin-top: 4rem;
  }

  .f-i {
	  border: 3px solid #ed7a9c;
	  width: 70%;
    margin: auto;
	border-radius: 10px;

  }

  .eb-tilte {
	font-size: 3.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-weight: bold;
}
  

  .sub-e-title {
	font-size: 3.4rem;
    margin-top: 8rem;
    margin-bottom: 0;
  }

  .con-e {
	display:flex;
	justify-content: space-evenly;
  }

  .item-e {
	border: 3px solid #ed7a9c;
	width: 29%;
	padding-bottom: 7rem;
	border-radius: 5px;
  }

  .e-p {
	  font-size: 1.4rem;
	  background-color: #ffbdd1;
  }

  .e {
	  text-align: center;
  }

  .e-t {
	  font-size: 1.8rem;
  }

  .co-e {
	  font-size: 2.5rem;
	  background-color: #ffbdd1;
  }

  .kakunin {
	  margin-top: 10rem;
	  margin-bottom: 10rem;
  }

  .check-b {
	  width: 50%;
	  font-size: 2.5rem;
    background-color: #ffbdd1;
    border: #adadad 2px solid;
  }

  .item-e iframe {
	width: 100%;
	height: 60%;
  }

  .item-e img {
	  width: 100%;
  }

  .coupon {
	width: 100.1%;
    background-color: #ed7a9c;
    position: relative;
    left: -0.3px;
    top: -1px;
	border-radius: 3px;
  }

  .ee {
	  text-align: center;
	  color: #636b6f;
	  background-color: #dedede;
  }

  .card-div {
	margin-top: 6rem;
  }

  .fonts {
	font-size: 1.7rem;
  }

  .back {
	font-size: 1.4rem;
  }

@media screen and (max-width:429px) {

	html {
		font-size: 35%;
	}

	.card-div {
		font-size: 2.5rem;
	  }
	
	.form-check-log {
		margin-left: 2rem;
	  }

	  .form-control {
		font-size: 3rem;
	  }
	
	.btn-primary {
		width: 60%;
		font-size: 2.5rem;
	}

	.btn-link {
		font-size: 2.1rem;
	}

	.f-sub {
		width: 87%;
	}

	.icon {
		width: 17%;
	}

	.im {
		background-image: url("../img/s-top.png");
	}

	.wel {
		width: 94%;
		margin: auto;
		font-size: 2.7rem;
		margin-top: 5rem;
	}

	footer {
		font-size: 1.8rem;
	}

	footer div ul {
		padding-left:2rem; 
	}

	.log-t {
		display: block;
		width: 10rem;
		margin-left: 6px;
		font-size: 2.5rem;
	}

	.mb-3 {
        width: 80%;
        text-align: center;
        margin: auto;
    margin-bottom: 7rem;
    margin-top: 4rem;
    }

    .py-3 {
        display: block;
    }

    .con-i {
        width: 100%;
        margin:auto;
        margin-bottom: 8rem;
    }

    .ff {
        font-weight: bold;
    }

    .p-t {
        font-size: 9rem;
    }

	.con-d {
		margin:auto;
		width: 70%;
		margin-top: 3rem;
	}

	.p-t {
		margin-bottom: 0;
	}

	.p-con {
		display: block;
	}

	iframe{
		width: 80%;
    	height: 20%;
	}

	.p-s {
		text-align: right;
	}

	.pic {
		width: 90%;
		margin: auto;
	}

	.pic img {
		width: 90%;
	}

	.pich {
		width: 90%;
	}

	.use-top {
		width: 90%;
	}

	.use-t {
		width: 90%;
		font-size: 3rem;
	}

	video {
		width: 80%;
	}

	.u-im {
		width: 90%;
	}

	.m {
		width: 80%;
	}

	.us-tx {
		font-size: 2.5rem;
	}

	.use-h {
		font-size: 4.5rem;
	}

	.us-ul {
		font-size: 3rem;
	}

	.us-tt {
		font-size: 2.3rem;
	}

	.triangle {
		border-left: 20px solid transparent;
    	border-right: 20px solid transparent;
    	border-top: 20px solid #ed7a9c;
	}

	.con-e {
		display: block;
	}

	.item-e {
		width: 95%;
		margin:auto;
		margin-bottom: 5rem;
	}

	.f-i {
		width: 95%;
	}
	.check-b {
		width: 80%;
    	font-size: 3rem;
	}

	.co-e {
		font-size: 3.8rem;
	}

	.e-t {
		font-size: 2.6rem;
	}

	.e-p {
		font-size: 2.3rem;
	}

	.sub-e-title{
		font-size: 5rem;
	}

}

