* {
  font-family: 'メイリオ', Meiryo, sans-serif;
  color: #414141;
}

ul {
  list-style: none;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
}

a {
  text-decoration: none;
  color: #414141;
}

img {
  display: block;
}

/* PC時のみボタン・リンクのhover適用(iOSバグ対策) */
@media screen and (min-width: 769px) {
  a:hover, button:hover {
    opacity: 0.9;
  }
}

button:focus {
  outline: 0;
}
button:disabled {
  background-color: #888888;
  color: white;
  cursor: auto;
}

p {
  font-size: 14px;
}

.button-red {
  width: 480px;
  height: 50px;
  border-radius: 5px;
  border-style: none;
  font-size: 20px;
  box-shadow: 0 2px 3px 1px #cccccc;
  text-align: center;
  cursor: pointer;
  background-color: #EA352D;
  color: white;
  padding: 0;
}
.button-red:hover {
  color: white;
  text-decoration: none;
}

.button-white {
  width: 340px;
  height: 50px;
  border-radius: 5px;
  border-style: none;
  font-size: 20px;
  border: 1px solid #cccccc;
  box-shadow: 0 2px 3px 1px #cccccc;
  text-align: center;
  cursor: pointer;
  background-color: white;
  color: #414141;
  padding: 0;
}
.button-white:hover {
  color: #414141;
  text-decoration: none;
}

.sp {
  display: none;
}

.text {
  margin: 0;
  font-size: 12px;
}

.bg-error {
  background-color: #FFEDF5;
  border: 1px solid #FFB0BD;
}

.text-error {
  color: #EA352D;
  font-size: 12px;
  margin: 5px 0 0 0;
}


.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 100%;
  margin: 0 auto;
  flex-grow: 1;
}

/* Header */
.header {
  width:100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 35px;
}
.header-inner {
  max-width: 1048px;
  width: 100%;
  height: 54px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
}
.header-logo {
  align-self: center;
}
.header-nav {
  display: inline-block;
  align-self: center;
  font-size: 14px;
}
.header-nav__mypage {
  margin-right: 50px;
  display: flex;
  position: relative;
}
.header-nav__mypage span {
  align-self: center;
  font-weight: bold;
}
.header-nav__mypage img {
  margin-right: 10px;
}
.header-nav__icon--active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.header-nav__mypage:hover {
  text-decoration: none;
}
.header-nav__mypage:hover span {
  color: #EA352D;
}

.header-logo h1 {
  margin-bottom: 0px;
}
.header-logo h1 img.pc-logo {
  width: 130px;
}

/* Container */
.main {
  max-width: 1048px;
  padding: 0 24px;
  margin: 0 auto 15px;
}
.main__img {
  position: relative;
}
.main__img img{
  max-width: 1000px;
  width: 100%;
}

.main__img--close {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 145px);
  width: 290px;
  height: 60px;
  padding-top: 8px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 1);
  background: rgba(0,0,0, 0.7);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.feature {
  padding: 0 24px;
}

.banner-area {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.banner-area a {
  display: inline-block;
}
.banner-area__banner {
  max-width: 490px;
  width: 49.25%;
  font-size: 0;
}
.banner-area__banner img {
  width: 100%;
}
.banner-area__banner--long {
  max-width: 1000px;
  font-size: 0;
  margin: auto;
}
.banner-area__banner--long img {
  width: 100%;
}

.noWrap { white-space: nowrap; }

.feature-list {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.feature-list .prev-arrow, .feature-list .next-arrow {
  position: absolute;
  background-color: white;
  opacity: 0.9;
  top: 40%;
  cursor: pointer;
  z-index: 1;
  width: 40px;
  height: 40px;
}
.feature-list .prev-arrow img, .feature-list .next-arrow img {
  width: 15px;
  height: 25px;
  position: absolute;
  top: 8px;
}
.feature-list .prev-arrow {
  left: -10px;
}
.feature-list .prev-arrow img{
  left: 10px;
}
.feature-list .next-arrow {
  text-align: right;
  right: -10px;
}
.feature-list .next-arrow img{
  right: 10px;
}

.feature-list .slick-slide {
  margin: 0 7.5px;
}
.feature-list a:focus {
  outline:none;
}

.feature-item a {
  display: inline-block;
  position: relative;
}

.feature-item__img {
  max-width: 180px;
  width: 100%;
  position: relative;
  font-size: 0;
}
.feature-item__img img {
  width: 100%;
  border: 1px solid #cccccc;
}
.feature-item__zoom {
  max-width: 30px;
  width: 18%;
  position: absolute;
  bottom: 5.5%;
  right: 5.5%;
}
.feature-item__zoom img {
  width: 100%;
  border: none;
}

.table {
  max-width: 960px;
  width: 100%;
  border: 1px solid #cccccc;
  margin: 0 auto;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.table dl{
  width: 100%;
  display: flex;
}
.table dl:nth-child(2), .table dl:nth-child(3){
  width: 50%;
  border-top: 1px solid #cccccc;
}
.table dl:nth-child(3){
  border-left: 1px solid #cccccc;
}
.table dl dt{
  width: 17%;
  background: #F0F0F0;
  text-align: center;
  padding: 10px 0;
}
.table dl:nth-child(2) dt, .table dl:nth-child(3) dt{
  width: 34%;
  padding: 11px 0 9px;
}
.table dl dd{
  padding: 11px 0 9px 2.2vw;
}
.table dl:nth-child(2) dd{
  padding: 9px 0 7px 2.2vw;
}
.table__dd--price {
  padding-left: 0.5vw;
}
.table__dd--small {
  font-size: 10px;
}

.balloon--left {
  position: relative;
  display: inline-block;
  background: #EA352D;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 12px;
  color: white;
  margin-left: 0.5vw;
}

.balloon--left::before {
  content: "";
	position: absolute;
	top: 50%;
	left: -8px;
 	margin-top: -4px;
	border: 4px solid transparent;
	border-right: 4px solid #EA352D;
}

.feature__text {
  max-width: 960px;
  width: 100%;
  font-size: 12px;
  margin: 10px auto 0;
  text-align: right;
}

.button-group {
  width: 100%;
  background: #F0F0F0;
  padding: 45px 0 50px;
  margin-top: 50px;
}
.button-group__wrapper--space-between {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px;
}
.button-group__wrapper--space-between a:hover {
  background: white;
  border-radius: 5px;
  opacity: 1;
}
.button-group__wrapper--centering {
  display: block;
  text-align: center;
}
.button-group a:hover{
  display: inline-block;
}

.button-group a:hover, .button-group button:disabled:hover{
  opacity: 1;
}

.sold-out-premium {
  font-size: 16px;
  text-align: center;
  color: #EA352D;
  margin-bottom: 5px;
}

.premium {
  margin-top: 50px;
}
.premium__probability-up {
  text-align: center;
  max-width: 848px;
  padding: 0 24px;
  margin: 0 auto 10px;
}
.premium__probability-up img{
  width: 100%;
}

.premium__contents {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 24px;
}

.premium__inner {
  max-width: 1000px;
  width: 100%;
  border: 3px solid #c59500;
  padding: 15px;
}

.premium__headline {
  border-bottom: 3px solid #c59500;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.premium__headline__wrapper {
  display: flex;
  align-items: flex-end;
}

.premium__headline img {
  margin-right: 5px;
}

.premium__headline--text {
  font-size: 24px;
  line-height: 120%;
}

.headline--remaining {
  min-width: 168px;
  border: 3px solid #414141;
  display: inline-block;
  max-height: 50px;
  font-size: 20px;
  padding: 8px 10px 5px;
  line-height: 150%;
  font-weight: normal;
}
.headline--remaining span {
  display: inline-block;
  font-size: 35px;
  min-width: 75px;
  text-align: right;
  font-weight: bold;
}

.headline--remaining-few {
  min-width: 168px;
  border: 3px solid #EA352D;
  display: inline-block;
  max-height: 50px;
  font-size: 20px;
  padding: 8px 8px 5px;
  line-height: 150%;
  color: #EA352D;
  font-weight: normal;
}
.headline--remaining-few span {
  display: inline-block;
  font-size: 35px;
  min-width: 75px;
  text-align: right;
  color: #EA352D;
  font-weight: bold;
}

.headline--remaining-close {
  min-width: 168px;
  border: 3px solid #888888;
  display: inline-block;
  max-height: 50px;
  font-size: 14px;
  padding: 5px 10px 5px 20px;
  line-height: 140%;
  color: #888888;
  font-weight: normal;
}
.headline--rate-top {
  text-align: right;
  margin-bottom: 0;
  font-weight: normal;
}
.headline--rate {
  min-width: 155px;
  border: 3px solid #414141;
  display: inline-block;
  max-height: 50px;
  font-size: 20px;
  padding: 8px 10px 5px;
  line-height: 150%;
  font-weight: normal;
  position: relative;
  text-align: right;
}
.headline--rate::before {
  position: absolute;
	content: '';
	left: 0;
	top: 0;
	border: none;
	border-right: solid 30px #FFFFFF;
  border-bottom: solid 47px #FFFFFF;
  margin-top: -3px;
  margin-left: -3px;
}
.headline--rate::after {
  position: absolute;
	content: '';
	left: 0;
	top: 0;
	border: none;
	border-right: solid 4px #414141;
  border-top: solid 50px #414141;
  margin-top: -3px;
  margin-left: 10px;
  transform:skewX(-30deg);
}
.headline--rate span {
  display: inline-block;
  font-size: 35px;
  min-width: 75px;
  text-align: right;
  color: #414141;
  font-weight: bold;
  padding-right: 5px;
}

.premium__text {
  margin-bottom: 10px;
}

.premium__img {
  position: relative;
  font-size: 0;
}
.premium__img a {
  display: inline-block;
}
.premium__img img {
  width: 100%;
  border: 1px solid #cccccc;
}
.premium__zoom {
  max-width: 30px;
  width: 10%;
  position: absolute;
  bottom: 2%;
  right: 2%;
}
.premium__zoom img {
  width: 100%;
  border: none;
}

.premium__title {
  font-size: 18px;
  font-weight: normal;
  line-height: 130%;
  margin: 5px 0 15px;
}

.premium__list-wrapper--2column {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.premium__list-wrapper--2column li:last-child {
  margin: 0 0 20px 0;
}
.premium__list-wrapper--2column li:nth-child(2n) {
  margin: 0 0 20px 0;
}

.premium__list-wrapper--2column .premium__item {
  max-width: 49%;
  margin: 0 2% 20px 0;
}

.premium__list-wrapper--2column .premium__title {
  font-size: 18px;
  font-weight: normal;
  line-height: 130%;
  margin: 5px 0 0;
}

.premium__schedule {
  margin-bottom: 10px;
}
.premium__schedule dl{
  border-bottom: 1px solid #cccccc;
  padding: 10px 20px;
  display: flex;
  font-size: 14px;
}
.premium__schedule dl:first-child {
  border-top: 1px solid #cccccc;
}
.premium__schedule dl dt {
  width: 10%;
}
.premium__schedule dl dd {
  font-weight: bold;
}

.premium__link {
  text-align: right;
  padding: 0 0 30px;
}

.premium__link a:hover{
  opacity: 0.9;
  text-decoration: none;
}
.premium__link--detail {
  font-weight: bold;
  position: relative;
  padding-right: 20px;
}
.premium__link--detail::after {
  position: absolute;
  content: '';
  right: 5px;
  top: 30%;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #414141;
  border-right: solid 2px #414141;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -4px;
}

.premium__discription--title {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}
.premium__discription--text {
  font-size: 12px;
  margin: 0 0 5px;
}

.prize-list {
  max-width: 1048px;
  padding: 0 24px;
  margin: 0 auto;
}

.prize-list__headline {
  border-bottom: 3px solid #EA352D;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}

.prize-list__headline__wrapper {
  display: flex;
  align-items: flex-end;
  width: 85%;
}

.prize-list__headline img {
  height: 52px;
  width: auto;
  margin-right: 5px;
}

.prize-list__headline__text-wrapper {
  font-size: 0;
}

.prize-list__headline--text {
  font-size: 24px;
  line-height: 120%;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.prize-list__headline--label {
  font-size: 18px;
  color: white;
  background: #626262;
  padding: 7px;
  font-weight: normal;
  line-height: 100%;
  min-width: 80px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.prize-list__text {
  margin-bottom: 10px;
  padding-bottom: 2px;
}

/* .prize-list__wrapper--s {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.prize-list__wrapper--s li:last-child {
  margin: 0 0 20px 0;
}
.prize-list__wrapper--s li:nth-child(2n) {
  margin: 0 0 20px 0;
}
.prize-list__wrapper--s .prize-list__item {
  max-width: 49%;
  margin: 0 2% 20px 0;
  position: relative;
}
.prize-list__wrapper--s .prize-list__item--img {
  position: relative;
  border: 1px solid #cccccc;
}
.prize-list__wrapper--s .prize-list__item--img img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.prize-list__wrapper--s .prize-list__item--zoom {
  max-width: 30px;
  width: 18%;
  position: absolute;
  bottom: 2%;
  right: 2%;
}
.prize-list__wrapper--s .prize-list__item--zoom img {
  width: 100%;
} */
.prize-list__item--img {
  font-size: 0;
}

.prize-list__item--img img{
  border: 1px solid #cccccc;
}
.prize-list__item--img a {
  display: inline-block;
}
.prize-list__item--zoom img {
  border: none;
}

.prize-list__item--prize-name {
  font-size: 18px;
  margin: 10px 0 0;
  line-height: 130%;
  font-weight: normal;
}
.prize-list__item--title {
  font-size: 18px;
  line-height: 120%;
  font-weight: normal;
  margin: 0;
}

.prize-list__wrapper--s, .prize-list__wrapper--a {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.prize-list__wrapper--s li:last-child, .prize-list__wrapper--a li:last-child{
  margin: 0 0 20px 0;
}
.prize-list__wrapper--s li:nth-child(3n), .prize-list__wrapper--a li:nth-child(3n) {
  margin: 0 0 20px 0;
}
.prize-list__wrapper--s .prize-list__item, .prize-list__wrapper--a .prize-list__item {
  max-width: 32%;
  margin: 0 2% 20px 0;
  position: relative;
}
.prize-list__wrapper--s .prize-list__item--img, .prize-list__wrapper--a .prize-list__item--img {
  position: relative;
}
.prize-list__wrapper--s .prize-list__item--img img, .prize-list__wrapper--a .prize-list__item--img img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.prize-list__wrapper--s .prize-list__item--zoom, .prize-list__wrapper--a .prize-list__item--zoom {
  max-width: 30px;
  width: 18%;
  position: absolute;
  bottom: 3%;
  right: 3%;
}

.prize-list__wrapper--other {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.prize-list__wrapper--other li:last-child{
  margin: 0 0 20px 0;
}
.prize-list__wrapper--other li:nth-child(4n) {
  margin: 0 0 20px 0;
}
.prize-list__wrapper--other .prize-list__item {
  max-width: 24%;
  margin: 0 1.333% 20px 0;
  position: relative;
}
.prize-list__wrapper--other .prize-list__item--img {
  position: relative;
}
.prize-list__wrapper--other .prize-list__item--img img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.prize-list__wrapper--other .prize-list__item--zoom {
  max-width: 30px;
  width: 18%;
  position: absolute;
  bottom: 4%;
  right: 4%;
}

.prize-list__attention {
  font-size: 12px;
}

.premium-detail {
  max-width: 1088px;
  width: 100%;
  padding: 0 24px;
  margin: 50px auto 0;
}
.premium-detail__title {
  font-size: 24px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.premium-detail__wrapper {
  border: 1px solid #cccccc;
  padding: 0 20px;
}
.premium-detail__schedule dl{
  border-bottom: 1px solid #cccccc;
  padding: 10px 20px;
  display: flex;
  font-size: 14px;
}
.premium-detail__schedule dl dt {
  width: 10%;
}

.premium-detail__text {
  font-size: 12px;
  padding: 5px 20px 15px;
  margin-bottom: 0;
}

/* Pagetop */
.page-top {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0  22px 22px 0;
  z-index: 1;
}

/* Footer */
.footer {
  width: 100%;
  margin-top: 60px;
  padding: 40px 0 20px;
  background: #F0F0F0;
}
.footer-inner {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0;
}
.footer-nav {
  display: inline-flex;
  margin: 0 auto;
  max-width: 1000px;
}
.footer-nav__item {
  font-size: 12px;
  padding: 0 calc(4px + 1.1vw);
}
.footer-nav__item a:hover {
  color: #414141;
  text-decoration-color: #414141;
}
.footer-nav__item + li {
  border-left: 1px solid #cccccc;
}
li:first-child {
  padding-left: 0;
}
li:last-child {
  padding-right: 0;
}

.footer-logo {
  text-align: center;
  margin-top: 60px;
}
.footer-logo img {
  width: 80px;
  height: auto;
  margin: 0 auto;
}
.copyright {
  text-align: center;
  font-size: 10px;
  margin: 20px 0 0 0;
}

/* スライダー付きモーダル */
.modal-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 99;
  -webkit-overflow-scrolling: touch;
}
.modal {
  max-width: 680px;
  width: auto;
  margin: 30px auto;
  background-color: #ffffff;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position:fixed;
  top:0;
  left:0;
  z-index: 1;
}
.modal-open {
  overflow-y: hidden;
}
.modal-inner {
  position: relative;
  padding: 40px 30px;
  max-width: 600px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  z-index: 99;
  line-height: 0;
}
.modal-close img {
  width: 100%;
  height: 100%;
}
.modal-list {
  max-width: 600px;
  width: 100%;
}

.modal-item:focus {
  outline: none;
}
.modal-item__img {
  max-width: 600px;
  width: auto;
  height: auto;
  border: 1px solid #cccccc;
  z-index: 1;
  margin : 0 10px;
}

.modal-item__img img {
  width: 100%;
  height: 100%;
}

.modal-item__contants {
  padding: 10px 10px 0 10px;
  position: relative;
}
.modal-item__prize-name {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 120%;
}

.modal-item__title {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.modal-item__button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.modal-item__size {
  width: 100%;
  margin: 15px 0 0;
  font-size: 14px;
  color: #888888;
  line-height: 120%;
}

.modal-list .prev-arrow, .modal-list .next-arrow {
  position: absolute;
  opacity: 0.9;
  top: 40%;
  cursor: pointer;
}
.modal-list .prev-arrow img, .modal-list .next-arrow img {
  width: 15px;
  height: 30px;
}
.modal-list .prev-arrow {
  left: -20px;
}
.modal-list .next-arrow {
  text-align: right;
  right: -20px;
}


.twitter-share-button {
  width: 112px;
  height: 30px;
  background: #55ACEE;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  outline: none;
  cursor: pointer;
  /* float: right;
  clear: both; */
  float: right;
}
.twitter-share-button img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.twitter-share-button span {
  color: white;
  font-size: 14px;
}
.twitter-share-button:hover {
  opacity: 0.9;
  text-decoration: none;
}

.promotion-wrapper {
  display: flex;
  padding: 12px 0;
  margin: 0 auto;
  max-width: 840px;
}
.promotion-wrapper .summary {
  padding-left: 20px;
}
.promotion-wrapper .title {
  margin-bottom: 0;
}
.promotion-wrapper .summary .text {
  word-wrap: break-word;
}

.video {
  width: 320px;
  height: 180px;
}