#premium, #premium-detail {
  margin-top: calc(calc(14vmin + 1.5vmax) * -1);
  padding-top: calc(14vmin + 1.5vmax);
}

.pc {
  display: none !important;
}
.sp {
  display: block;
}

.wrapper {
  max-width: 100%;
  overflow: hidden;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: calc(14vmin + 1.5vmax) 2.6vw 0;
}

/* Header */
.header {
  width:100%;
  min-width: auto;
  height: 14vmin;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #ffffff;
  z-index: 2;
}

.header-inner {
  width: 100%;
  height: 14vmin;
  padding: 0 2.6vw;
  display: inline-flex;
  align-items: center;
}

.header-inner .header-logo {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.header-inner .header-logo img {
  max-width: 170px;
  width: calc(15px + 27.5vmin);
  height: auto;
}

.header-inner h1 {
  margin: 0;
  font-size: 0;
}

.header-inner h1 a {
  display: inline-block;
}

.header-inner__sp-menu {
  z-index: 3;
}

.header-inner__sp-menu label {
  margin: 0;
}

.header-inner .pc {
  display: none;
}

.header-inner .sp {
  display: inline;
  text-align: center;
}

.button-group {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0, 0.8);
  z-index: 2;
  margin: 0;
  padding: 1.2vmax 2.6vw 20px;
}
.button-group__wrapper--space-between {
  padding: 0.2vmax 0 1.5vmax;
}
.button-red, .button-white {
  width: 100%;
  max-height: 96px;
  height: calc(2px + 12.8vmin);
  font-size: calc(4px + 4.2vmin);
  font-weight: bold;
  border-radius: calc(2px + 0.5vw);
  box-shadow: none;
  opacity: 1;
}
.button-white {
  font-size: calc(3px + 4.1vmin);
}

.button-group a {
  width: 100%;
}

.button-group__wrapper--space-between a {
  width: 48.5%;
}

/* Container */
.main {
  max-width: 100%;
  padding: 0;
  margin: 0 0 2vmax;
}
.main__img {
  max-width: calc(100% + 5.2vw);
  width: calc(100% + 5.2vw);
  margin: 0 -2.6vw;
}
.main__img img{
  max-width: 100%;
}
.main__img--close {
  width: auto;
  height: auto;
  font-size: calc(4px + 3.5vmin);
  padding: 1vmax 5vmin;
  border-radius: calc(2px + 0.5vw);
  left: 50%;
  bottom: 2vmax;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.feature {
  padding: 0;
}
.banner-area {
  max-width: calc(100% + 5.2vw);
  width: calc(100% + 5.2vw);
  margin: 0 -2.6vw;
  padding: 0 2.6vw;
  display: flex;
  flex-wrap: wrap;
}
.banner-area a {
  display: inline;
}
.banner-area__banner--long {
  width: 100%;
  max-width: 100%;
  margin: 0 0 2vmax;
}
.banner-area__banner--long img {
  width: 100%;
}
.banner-area__banner {
  width: 100%;
  max-width: 100%;
  margin: 0 0 2vmax;
}
.banner-area__banner img {
  width: 100%;
}

.noWrap { white-space: nowrap; }

.feature-list {
  max-width: calc(100% + 5.2vw);
  width: calc(100% + 5.2vw);
  margin: 0 -2.6vw 2vmax;
  display: inline-block;
}

.feature-list .prev-arrow, .feature-list .next-arrow {
  width: 8%;
  height: 30%;
  top: 35%;
}
.feature-list .prev-arrow img, .feature-list .next-arrow img {
  width: 40%;
  height: 40%;
  position: absolute;
  top: 30%;
}
.feature-list .prev-arrow {
  left: 0;
}
.feature-list .prev-arrow img {
  left: 20%;
}
.feature-list .next-arrow {
  right: 0;
}
.feature-list .next-arrow img {
  right: 20%;
}

.feature-list .slick-slide {
  margin: 0 1.5vmin;
}

.feature-item__img {
  max-width: 45572916666%;
  width: auto;
  height: auto;
}
.feature-item__zoom {
  max-width: 50px;
  width: calc(8px + 12%);
  bottom: 4%;
  right: 4%;
}

.table {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  font-size: calc(2px + 3.5vmin);
}

.table dl:nth-child(2), .table dl:nth-child(3){
  width: 100%;
}
.table dl:nth-child(3){
  border-left: none;
}
.table dl dt{
  width: 25%;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0.8vmax 0 0.8vmin 1.5vmin;
}
.table dl:nth-child(2) dt, .table dl:nth-child(3) dt{
  width: 25%;
  display: flex;
  align-items: center;
  padding: 0.8vmax 0 0.8vmin 1.5vmin;
}
.table dl dd{
  width: 75%;
  padding: 0.8vmax 0 0.8vmin 2vmin;
}
.table dl:nth-child(2) dd{
  display: flex;
  align-items: center;
  padding: 0.8vmax 0 0.8vmin 2vmin;
}
.table__dd--price {
  padding-left: 3vmin;
}
.table__dd--small {
  font-size: calc(2.6vmin);
}

.balloon--left {
  font-size: calc(2.4vmin);
  padding: 0.3vmax 1.5vmin;
  font-weight: bold;
}

.feature__text {
  font-size: calc(1px + 3vmin);
  margin: 1vmax 0 3vmax;
}

.sold-out-premium {
  display: block;
  font-size: 3.4vmin;
  color: white;
  text-align: center;
  line-height: 120%;
  margin-bottom: 1vmax;
}


.premium {
  max-width: calc(100% + 5.2vw);
  width: calc(100% + 5.2vw);
  padding: 0;
  margin: 4vmax -2.6vw 0;
}
.premium__probability-up {
  max-width: 100%;
  width: 100%;
  padding: 0 2.6vw;
  margin: 0;
}
.premium__probability-up img{
  width: 100%;
}

.premium__contents {
  max-width: 100%;
  width: 100%;
  padding: 0 2.6vw;
  margin: 0;
}
.premium__inner {
  border: 2px solid #c59500;
  padding: 0 2.6vw;
}

.premium__headline {
  border-bottom: 2px solid #c59500;
  margin: 1vmax 0;
  padding-bottom: 1vmax;
}
.premium__headline--per {
  border-bottom: 2px solid #EA352D;
  margin: 1vmax 0;
  padding-bottom: 1vmax;
}

.premium__headline img, .premium__headline--per img {
  max-width: 105px;
  width: calc(14vmin);
  margin-right: 0.5vmin;
}

.premium__headline--text {
  font-size: calc(3px + 3.5vmin);
  line-height: 120%;
  margin-bottom: -0.25vmax;
}


.headline__remaining-wrapper {
  text-align: center;
  margin-bottom: 0.8vmax;
  font-size: 0;
}

.headline--remaining {
  min-width: 0;
  border: 2px solid #414141;
  font-size: calc(1px + 3.4vmin);
  padding: 0.5vmax 2vmin 0;
}
.headline--remaining span {
  font-size: calc(4px + 3.5vmin);
  min-width: 0;
  text-align: center;
  margin: 0 auto;
}

.headline--remaining-few {
  min-width: 0;
  border: 2px solid #EA352D;
  font-size: calc(1px + 3.4vmin);
  padding: 0.5vmax 2vmin 0;
}
.headline--remaining-few span {
  font-size: calc(4px + 3.5vmin);
  min-width: 0;
}

.headline--remaining-close {
  font-size: calc(1px + 3.4vmin);
  border: 2px solid #888888;
  padding: 0.5vmax 1.5vmin 0.3vmax;
}

.headline--rate-top {
  font-size: calc(1px + 3vmin);
  font-weight: bold;
  display: inline-block;
}

.headline--rate-wrapper.sp {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-bottom: 1vmax;
}
.headline--rate {
  border: none;
  min-width: 0;
  padding: 0;
  font-size: calc(1px + 3vmin);

}
.headline--rate::before, .headline--rate::after {
  display: none;
}

.headline--rate span {
  font-size: calc(4px + 3.5vmin);
  min-width: 0;
  padding: 0 1vmin;
}

.premium__text {
  font-size: calc(1px + 3vmin);
  margin-bottom: 1vmax;
}

.premium__img a {
  display: block;
}

.premium__zoom {
  max-width: 50px;
  width: calc(8px + 6%);
  position: absolute;
  bottom: 2%;
  right: 1%;
}
.premium__zoom img {
  width: 100%;
}

.premium__title {
  font-size: calc(1px + 3.4vmin);
  font-weight: bold;
  margin: 1vmax 0;
}

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

.premium__list-wrapper--2column .premium__item {
  max-width: 100%;
  width: 100%;
  margin: 0 0 2vmax;
}
.premium__list-wrapper--2column .premium__title {
  font-size: calc(1px + 3.4vmin);
  font-weight: bold;
}

.premium__list-wrapper--2column .premium__zoom {
  max-width: 50px;
  width: calc(8px + 6%);
  bottom: 3%;
  right: 3%;
}

.premium__schedule {
  margin-bottom: 1vmax;
}
.premium__schedule dl{
  padding: 0.5vmax 1.2vw;
  font-size: calc(2px + 3.5vmin);
}

.premium__schedule dl dt {
  width: 20%;
  font-weight: normal;
}
.premium__schedule dl dd {
  font-weight: normal;
}

.premium__link {
  font-size: calc(1px + 3.4vmin);
  padding: 0 0 3vmax;
  margin: 0;
}

.premium__link--detail {
  padding-right: 5vmin;
}
.premium__link--detail::after {
  right: 0.5vmin;
  top: 50%;
  width: calc(2.5vmin);
  height: calc(2.5vmin);
  border-top: solid calc(1px + 0.25vw) #414141;
  border-right: solid calc(1px + 0.25vw) #414141;
  -webkit-transform: translate(-50%,-50%) rotate(135deg);
  -ms-transform: translate(-50%,-50%) rotate(135deg);
  transform: translate(-50%,-50%) rotate(135deg);
  margin: calc(calc(0.25vmax) * -1);
}

.premium__discription--title {
  font-size: calc(1px + 3.4vmin);
  margin-bottom: 0.5vmax;
  font-weight: normal;
}
.premium__discription--text {
  font-size: calc(1px + 3vmin);
  margin: 0 0 1vmax;
}

.prize-list {
  max-width: calc(100% + 5.2vw);
  width: calc(100% + 5.2vw);
  margin: 0 -2.6vw;
  padding: 0 2.6vw;
}
.prize-list__headline {
  border-bottom: calc(1px + 0.25vw) solid #EA352D;
  margin: 4vmax -2.6vw 1vmax;
  max-width: calc(100% + 5.2vw);
  width: calc(100% + 5.2vw);
  padding: 0 2.6vw 1vmax;
  position: relative;
}

.prize-list__headline__wrapper {
  width: 100%;
}

.prize-list__headline img {
  max-width: 85px;
  width: calc(14vmin);
  height: auto;
  margin-right: 1.5vmin;
}

.prize-list__headline--text {
  font-size: calc(3px + 3.5vmin);
  line-height: 120%;
  margin: 0 1vmin -0.25vmax 0;
}

.prize-list__headline--label {
  min-width: 0;
  font-size: calc(3px + 3.5vmin);
  padding: 1vmin;
}

.prize-list__text {
  font-size: calc(1px + 3vmin);
  margin-bottom: 1vmax;
  padding-bottom: 0;
}

.prize-list__item--prize-name {
  font-size: calc(1px + 3.4vmin);
  font-weight: bold;
  margin: 0.5vmax 0 0;
}
.prize-list__item--title {
  font-size: calc(1px + 3.4vmin);
  font-weight: bold;
}

/* ここから賞別 */
.prize-list__wrapper--s li:last-child {
  margin: 0 0 3vmax 0;
}
.prize-list__wrapper--s li:nth-child(3n) {
  margin: 0 0 3vmax 0;
}
.prize-list__wrapper--s .prize-list__item {
  max-width: 100%;
  width: 100%;
  margin: 0 0 3vmax;
}
.prize-list__wrapper--s .prize-list__item--img {
  width: 100%;
}
.prize-list__wrapper--s .prize-list__item--img img {
  max-width: 100%;
  width: 100%;
}
.prize-list__item--img a {
  display: block;
}
.prize-list__wrapper--s .prize-list__item--zoom {
  max-width: 50px;
  width: calc(8px + 6%);
  bottom: 3%;
  right: 3%;
}

.prize-list__wrapper--a {
  justify-content: space-between;
}
.prize-list__wrapper--a li:last-child{
  margin: 0 0 2vmax;
}
.prize-list__wrapper--a li:nth-child(3n) {
  margin: 0 0 2vmax;
}
.prize-list__wrapper--a .prize-list__item {
  max-width: 100%;
  width: calc(calc(100% - 2.6vw) / 2);
  margin: 0 0 2vmax;
}

.prize-list__wrapper--a .prize-list__item--zoom {
  max-width: 50px;
  width: calc(8px + 12%);
}


.prize-list__wrapper--other {
  justify-content: space-between;
}
.prize-list__wrapper--other li:last-child{
  margin: 0 0 2vmax;
}
.prize-list__wrapper--other li:nth-child(4n) {
  margin: 0 0 2vmax;
}
.prize-list__wrapper--other .prize-list__item {
  max-width: 100%;
  width: calc(calc(100% - 2.6vw) / 2);
  margin: 0 0 2vmax;
}
.prize-list__wrapper--other .prize-list__item--zoom {
  max-width: 50px;
  width: calc(8px + 12%);
}

.prize-list__attention {
  font-size: calc(1px + 3vmin);
}

.premium-detail {
  max-width: calc(100% + 5.2vw);
  width: calc(100% + 5.2vw);
  padding: 0;
  margin: 0 -2.6vw;
}

.premium-detail__title {
  max-width: calc(100% + 5.2vw);
  width: calc(100% + 5.2vw);
  font-size: calc(4px + 4.2vmin);
  padding: 0 0 0 2.6vw;
  margin-bottom: 1.5vmax;
  line-height: 180%;
}
.premium-detail__wrapper {
  max-width: calc(100% - 5.2vw);
  width: calc(100% - 5.2vw);
  margin: 0 auto;
  padding: 0 1.2vw;
}
.premium-detail__schedule dl{
  font-size: calc(2px + 3.5vmin);
  flex-direction: column;
  padding: 1vmax 0;
}
.premium-detail__schedule dl dt {
  width: 100%;
  line-height: 130%;
}
.premium-detail__schedule dl dd {
  width: 100%;
  line-height: 120%;
}
.premium-detail__text {
  font-size: calc(1px + 3.4vmin);
  padding: 1vmax 0;
  line-height: 130%;
}


/* Pagetop */
.page-top {
  bottom: 3vmin;
  right: 3vmin;
  margin: 0;
}
.page-top img {
  max-width: 68px;
  width: calc(30px + 5vmin);
  height: auto;
}

/* Footer */
.footer {
  width: 100%;
  min-width: auto;
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 3vmax;
  margin-top: 6vmax;
}
.footer-inner {
  padding: 0;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  width: 100%;

}
.footer-nav__item {
  width: 100%;
  max-height: 90px;
  border-top: 1px solid #cccccc;
  font-size: calc(8px + 1.8vmin);
  padding: calc(2vmax) 2.6vmin;
}
.footer-nav__item a {
  display: block;
}
.footer-nav__item:last-child {
  border-bottom: 1px solid #cccccc;
}
.footer-nav__item + li {
  border-left: none;
}
.footer-nav li:first-child {
  padding-left: 2.6vw;
}
.footer-logo {
  margin-top: 3vmax;
}
.footer-logo img {
  width: calc(5px + 13vmin);
  height: auto;
}
.copyright {
  font-size: calc(1px + 1.7vmin);
  margin-top: calc(1.5vmax);
}

/* Headerメニュー(SP) */
/* ドロワー */
.sp-menu__contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 83%;
  height: 100%;
  background: #F0F0F0 url("../img/sp_menu_bg_logo.png");
  background-repeat: no-repeat;
  background-position: center 95%;
  background-size: 28% auto;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  transition: 0.5s;
  z-index: 10;
}
.sp-menu__contents ul li{
  background: white;
  border-bottom: 1px solid #cccccc;
  transition: 0.5ms;
}
.sp-menu__contents ul li a {
  width: 100%;
  padding: calc(2vmax) calc(3vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sp-menu__contents ul li a .item-wrapper {
  display: flex;
  align-items: center;
}
.sp-menu__contents ul li a .item-wrapper img {
  margin-right: 3vmin;
  max-width: 50px;
  width: calc(10px + 5.2vmin);
  max-height: 50px;
  height: auto;
}
.sp-menu__contents ul li a .item-wrapper span {
  font-size: calc(4px + 3.5vmin);
  line-height: 100%;
}
.sp-menu__contents ul li a .item-wrapper .bigger {
  font-size: calc(4px + 4.2vmin);
}
.sp-menu__contents ul li a::after {
  position: absolute;
  top: 50%;
  right: 6%;
  padding: 0;
  content: '';
  width: calc(2px + 2vmin);
  height: calc(2px + 2vmin);
  border: 0px;
  border-top: solid 1px #626262;
  border-right: solid 1px #626262;
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}
.sp-menu__contents ul li:focus {
  text-decoration: none;
}
/* チェックボックスオンの時 */
.check:checked ~ .sp-menu__contents {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

/* チェックボックスを非表示 */
.check {
  display: none;
}

.sp-menu__button {
  max-width: 50px;
  width: calc(5px + 7vmin);
  height: auto;
}

/* メニューボタン(label) */
.sp-menu__button img {
  width: 100%;
  height: 100%;
}

/* コンテンツの閉じる。普段は非表示(label)*/
.close-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  background: #626262;
  -webkit-transform:  translate(0, 0);
  transform:  translate(0, 0);
  transition: 0.5s;
  opacity: 0.8;
}
.close-menu__button {
  position: fixed;
  max-width: 40px;
  width: calc(10px + 4vmin);
  max-height: 40px;
  height: auto;
  top: 3vmin;
  right: 3vmin;
  opacity: 1;
  z-index: 5;
}
/* チェックボックスオンの時 */
.check:checked ~ .close-menu {
  visibility: visible;
  opacity: 0.8;
  z-index: 3;
}

/* スライダー付きモーダル */
.modal {
  width: 90%;
  margin: 0;
  z-index: 11;
  margin: 11vmax 0 0;
}
.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  top:0;
  left:0;
  z-index: 10;
}

.modal-inner {
  position: relative;
  padding: 5vmin 3.75vmin;
  max-width: 100%;
}

.modal-close {
  top: calc(-10px + -5%);
  right: -4%;
  transform: translate(-50%, -50%);
  outline: transparent;
  max-width: 42px;
  width: calc(5px + 5vmin);
  height: auto;
}
.modal-close img {
  width: 100%;
  height: 100%;
}
.modal-list {
  max-width: 100%;
}

.modal-item__img {
  max-width: 100%;
  width: auto;
  margin: 0 1.25vmin;
}

.modal-item__contants {
  padding: 0;
  position: relative;
  padding: 1.25vmin 1.25vmin 0 1.25vmin;
}
.modal-item__prize-name {
  font-weight: bold;
  font-size: calc(1px + 3.4vmin);
  margin-top: 1vmax;
}

.modal-item__title {
  font-weight: bold;
  font-size: calc(1px + 3.4vmin);
  line-height: 120%;
}
.modal-item__button-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-item__size {
  margin: 2vmax 0 0;
  font-size: calc(1px + 3vmin);
  line-height: 120%;
  width: 60%;
}

.modal-list .prev-arrow, .modal-list .next-arrow {
  width: 15%;
  height: 15%;
  top: 32%;
  background-color: white;
}
.modal-list .prev-arrow img, .modal-list .next-arrow img {
  max-width: 23px;
  width: 3.5vmin;
  max-height: 42px;
  height: 40%;
  position: absolute;
  top: 32%;
}
.modal-list .prev-arrow {
  left: -15%;
}
.modal-list .prev-arrow img {
  right: 12%;
}
.modal-list .next-arrow {
  right: -15%;
}
.modal-list .next-arrow img {
  left: 12%;
}

.twitter-share-button {
  max-width: 180px;
  width: calc(3px + 23.5vmin);
  max-height: 40px;
  height: calc(1px + 5.1vmin);
  border-radius: calc(1px + 0.5vmin);
  text-align: center;
  padding: 0 0 0 1.8vmin;
}
.twitter-share-button img {
  max-width: 24px;
  width: calc(3.5vmin);
  height: auto;
  margin-right: 1vmin;
}
.twitter-share-button span {
  font-size: calc(1px + 3vmin);
}


.promotion-wrapper {
  display: block;
  padding: 0;
  max-width: 100%;
}
.promotion-wrapper .summary {
  padding-left: 0;
}
.video {
  width: 95vw;
  height: calc(95vw * 0.563);
}