@charset "utf-8";

.inview.view,
.inview_b.view {
opacity: 1;
transform: translateY(0px);
}

.inview,
.inview_b {
opacity: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
transform: translateY(20px);
transition-delay: 0.2s;
}


 /* .page--entry
------------------------------ */


.contents.no-border {
    margin-bottom: 100px;
}


.page--entry .qr {
    border: 0.5px solid #fff;
    padding: 25px 30px;
    width: 85%;
    margin: 0 auto;
}
.page--entry .qr figure {
    width: 100px;
    line-height: 0;
    float: left;
}

.page--entry .qr .txt {
  padding-left: 130px;
}
.page--entry .qr .price {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.page--entry .qr .txt .url {
  margin: 0 0 5px;
}
.page--entry .qr .txt .url a {
  padding: 5px 10px;
  font-size: 12px;
  width: 130px;
  margin-left: 10px;
  border: 1px solid #000;
  color: #000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.page--entry .qr .txt .url a:hover {
  background: #000;
  color: #fff;
}
.page--entry .qr .txt ul li {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 3px;
}
.page--entry .qr .txt ul li:last-child {
  margin-bottom: 0;
}



.page--entry .btn--main {
  background-color: #fee600;
  font-weight: bold;
  color: #000000;
}
.page--entry .section--detail .section-tit {
  display: none;
}
.page--entry .section--detail [class^="block--"] {
  margin-bottom: 60px;
}
.page--entry .section--detail [class^="block--"] table {
  width: 85%;
  margin: 0 auto 30px;
  border: 1px solid #ffffff;
}
.page--entry .section--detail [class^="block--"] table th {
  width: 170px;
  padding: 10px 3%;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  font-weight: 400;
  font-size: 12px;
}
.page--entry .section--detail [class^="block--"] table td {
  padding: 20px 3%;
  border-bottom: 1px solid #ffffff;
  border-left: 1px dotted #ffffff;
  font-size: 12px;
}
.page--entry .section--detail [class^="block--"] table.list--payment .credit {
  margin-bottom: 5px;
}
.page--entry .section--detail [class^="block--"] .block-tit {
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}
.page--entry .section--detail .block--logo {
  margin-bottom: 30px;
}
.page--entry .section--detail .block--logo .logo {
  width: 65%;
  display: block;
  margin: 0 auto 50px;
}
.page--entry .section--detail .block--logo .lead {
  margin-bottom: 50px;
  font-size: 14px;
  text-align: center;
}

.page--entry .section--detail .list--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 85%;
    margin: 0 auto;
}
.page--entry .section--detail .list--contents li {
  padding: 17px 2%;
  width: 49%;
  margin-bottom: 10px;
  margin-right: 10px;
  background: #fee600;
  color: #000000;
}

.page--entry .section--detail .list--contents li:nth-of-type(even) {
    margin-right: 0;
}

.page--entry .section--detail .list--contents li .tit {
  font-family: anton, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 1;
  color: #000000;
  text-align: center;
}
.page--entry .section--detail .list--contents li .tit span {
  position: relative;
}
.page--entry .section--detail .list--contents li .tit span::after {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 3px;
  margin-top: 5px;
}
.page--entry .section--detail .list--contents li .text {
  font-size: 12px;
  line-height: 1.6;
}
.page--entry .section--detail .list--contents .list--sub {
  margin-bottom: 10px;
}
.page--entry .section--detail .list--contents .list--sub li {
  border: none;
  width: auto;
  margin: 0;
  padding: 0;
  height: auto;
}
.page--entry .section--detail .block--intro {
  margin-top: 70px;
}
.page--entry .section--detail .block--intro .block-tit {
  margin-bottom: 30px;
  font-family: anton, sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fee600;
}
.page--entry .section--detail .block--intro .block-tit::after {
  content: "";
  display: block;
  background: #fee600;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 3px;
}



footer {
    background: #202020;
    padding: 20px 0;
    text-align: center;
}


 /* .page--introduction
------------------------------ */

.page--introduction .section--detail {
	padding-top: 20px;
	padding-bottom: 50px;
}
.page--introduction h1 {
	display: none;
}
.page--introduction .block--qr {
	text-align: center;
}
.page--introduction .block--qr .lead {
	font-size: 16px;
}
.page--introduction .block--qr .lead span {
	display: block;
	margin-top: 0.7em;
}
.page--introduction .block--qr .qr {
	width: 240px;
	max-width: 100%;
	margin: 30px auto 70px;
}
.page--introduction .block--qr .qr img {
	display: block;
	image-rendering: -webkit-optimize-contrast;
}
.page--introduction .list--link {
	width: 440px;
	margin: 0 auto;
}
.page--introduction .list--link li {
	margin-bottom: 20px;
}
.page--introduction .list--link li a {
	display: block;
	padding: 13px;
	background-color: #fee600;
	transition: .3s;
	text-align: center;
}
.page--introduction .list--link li a:hover {
	opacity: 0.7;
}
.page--introduction .list--link li .logo img {
	display: block;
	width: 80%;
	margin: 0 auto;
	image-rendering: -webkit-optimize-contrast;
}
.page--introduction .list--link li a .list__txt {
	margin: 2px auto;
	line-height: 1;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
.page--introduction .list--link li a:hover .list__txt {
	color: #000;
}