
@charset "UTF-8";

/*============================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}

html:not(.ios) input[type="radio"] {
  background: none;
  border: none;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="button"] {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  display: block;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -ms-interpolation-mode: bicubic;
}

strong, em, b, i, small, address {
  font-weight: normal;
  font-style: normal;
}

main {
  display: block;
}

/* text */
input::-ms-clear {
  visibility: hidden;
}

/* password */
input::-ms-reveal {
  visibility: hidden;
}

textarea {
  resize: vertical;
}

/*============================================================*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  font-style: normal;
  src: url("fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp-Regular.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  font-style: bold;
  src: url("fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp-Bold.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: 'Robot black';
  font-weight: 700;
  font-style: bold;
  src: url("fonts/Roboto-Black.woff") format("woff"), url("fonts/Roboto-Black.eot") format("eot");
  font-display: swap;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

body {
  color: #000000;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  text-align: center;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  letter-spacing: 0.05em;
}

body.fixed {
  position: fixed;
}

body.absolute {
  position: absolute;
}

.robotBlack {
  font-family: 'Robot black';
}

.meiryo {
  font-family: "メイリオ", Meiryo, sans-serif;
}

/*============================================================*/

a {
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  color: #c9171e;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
}

.disableTel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.hover:hover {
  opacity: 1;
}

@media (min-width: 960px) {
  .hover {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .hover:hover {
    opacity: .7;
  }
}

/*============================================================*/

.imgOuter {
  font-size: 0;
  line-height: 0;
}

img {
  width: 100%;
  height: auto;
}

/*============================================================*/

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.loader {
  width: 120%;
  height: 120%;
  background: #f2d58a;
  background: -webkit-linear-gradient(top, #f2d58a 0px, #f2d58a460px);
  background: linear-gradient(to bottom, #f2d58a 0px, #f2d58a460px);
  position: fixed;
  left: -10%;
  top: -10%;
  z-index: 11;
}

.loader.-prizedetails {
  background: #fff;
}

.loader.-prizedetails:before {
  border: 2px solid #efefef;
  border-bottom-color: #3e3e3e;
}

.loader.fo {
  -webkit-animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
          animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  -webkit-animation-name: fade_out;
          animation-name: fade_out;
}

.loader.hdn:before {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loader:before {
  content: '';
  -webkit-animation: rotate .8s linear infinite;
          animation: rotate .8s linear infinite;
  background: transparent;
  border: 2px solid #b19025;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 26px;
  left: 50%;
  margin: -13px 0 0 -13px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 26px;
}

@media (min-width: 768px) {
  .loader:before {
    border-width: 4px;
    height: 50px;
    margin: -25px 0 0 -25px;
    width: 50px;
  }
}

/*============================================================*/

.js-homebar.active {
  position: relative;
}

.js-homebar.active:after {
  content: '';
  width: 100%;
  height: 20px;
  position: relative;
  display: block;
  opacity: 0;
}

/*============================================================*/

.toggle_ico {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 15px;
  top: calc( 50% - 6px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.toggle_ico:before {
  content: '';
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: calc( 50% - 1px);
}

.toggle_ico:after {
  content: '';
  width: 2px;
  height: 12px;
  background: #000;
  position: absolute;
  left: calc( 50% - 1px);
  top: 0;
}

.open > .toggle_ico {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}

/*============================================================*/

br.tab {
  display: none !important;
}

br.tabSp {
  display: block !important;
}

br.sp {
  display: block !important;
}

br.spS {
  display: none !important;
}

@media (min-width: 768px) {
  br.tab {
    display: block !important;
  }
  br.tabSp {
    display: block !important;
  }
  br.sp {
    display: none !important;
  }
  br.spS {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  br.spS {
    display: block !important;
  }
}

/*============================================================*/

.hdn {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

/*============================================================*/

.txt.bold {
  font-weight: bold;
}

.txt.center {
  text-align: center;
}

.txt.left {
  text-align: left;
}

.txt.right {
  text-align: right;
}

.txt > strong,
.txt > em,
.txt > span,
.txt > b,
.txt > sup {
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

/*============================================================*/

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slide_in_bg {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide_in_bg {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slide_in_bg_ie {
  0% {
    -webkit-transform: translateX(-100rem);
            transform: translateX(-100rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide_in_bg_ie {
  0% {
    -webkit-transform: translateX(-100rem);
            transform: translateX(-100rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slide_out_bg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}

@keyframes slide_out_bg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}

@-webkit-keyframes slide_out_bg_ie {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100rem);
            transform: translateX(-100rem);
  }
}

@keyframes slide_out_bg_ie {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100rem);
            transform: translateX(-100rem);
  }
}

@-webkit-keyframes slide_in_contents {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide_in_contents {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes zoom_out_contents {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom_out_contents {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes zoom_in_btn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom_in_btn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#modal_bg.active.in {
  -webkit-animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
          animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  -webkit-animation-name: fade_in;
          animation-name: fade_in;
}

.ie11 #modal_bg.active.in,
.ie10 #modal_bg.active.in {
  -webkit-animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
          animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  -webkit-animation-name: fade_in;
          animation-name: fade_in;
}

#modal_bg.active.out {
  -webkit-animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
          animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  -webkit-animation-name: fade_out;
          animation-name: fade_out;
}

.ie11 #modal_bg.active.out,
.ie10 #modal_bg.active.out {
  -webkit-animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
          animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  -webkit-animation-name: fade_out;
          animation-name: fade_out;
}

#modal_close.active.in {
  -webkit-animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
          animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  -webkit-animation-name: fade_in, zoom_in_btn;
          animation-name: fade_in, zoom_in_btn;
}

#modal_close.active.out {
  -webkit-animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
          animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  -webkit-animation-name: fade_out;
          animation-name: fade_out;
}

.modal_contents.active.in {
  -webkit-animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
          animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  -webkit-animation-name: fade_in, slide_in_contents;
          animation-name: fade_in, slide_in_contents;
}

.modal_contents.active.out {
  -webkit-animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
          animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  -webkit-animation-name: fade_out, zoom_out_contents;
          animation-name: fade_out, zoom_out_contents;
}

.modal_contents {
  display: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: fixed;
  z-index: 20;
  border-radius: 8px;
}

.modal_contents iframe {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.modal_contents.active {
  display: block;
}

#modal_close {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 10px;
  top: 10px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#modal_close:before {
  content: '';
  width: 40px;
  height: 2px;
  border-radius: 2px;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  left: calc( 50% - 20px);
  top: calc( 50% - 1px);
  background: #fff;
}

#modal_close:after {
  content: '';
  width: 40px;
  height: 2px;
  border-radius: 2px;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
  position: absolute;
  left: calc( 50% - 20px);
  top: calc( 50% - 1px);
  background: #fff;
}

#modal_close:hover {
  opacity: .7;
}

#modal_bg {
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#modal_loading {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 42%;
  margin: -25px 0 0 -25px;
  display: none;
}

#modal_loading img {
  width: 100%;
  height: auto;
  display: block;
}

.pointmodal {
  box-sizing: border-box;
  padding: 20px;
  max-width: 767px;
  width: 96%;
}

.modal_yt {
  background-color: #000000;
}

#player1,
#player2,
#player3,
#player4 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.modal_img img {
  width: 100%;
  height: auto;
}

.modal_grp img,
.modal_grp iframe {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
}

.modal_grp .show {
  display: block;
}

.modal_ar {
  display: none;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 35%;
  z-index: 30;
  background: url(../../../images/blank.gif.html) repeat left top;
}

.modal_ar .ar {
  width: 46px;
  height: 46px;
  position: absolute;
  margin-top: -23px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.modal_ar.show {
  display: block;
}

.modal_ar_prev {
  left: 0;
  top: 0;
}

.modal_ar_prev .ar {
  background-size: 46px;
  left: 20px;
  top: 50%;
}

.modal_ar_prev:hover .ar {
  opacity: 1;
}

.modal_ar_next {
  right: 0;
  top: 0;
}

.modal_ar_next .ar {
  background-size: 46px;
  right: 20px;
  top: 50%;
}

.modal_ar_next:hover .ar {
  opacity: 1;
}

.modal_grp_num {
  position: absolute;
  right: 0;
  bottom: -30px;
  color: #ffffff;
  font-size: 1rem;
}

.modal_iframe {
  width: 94%;
  max-width: 606px;
  height: 80%;
}

@media screen and (max-width: 980px) {
  #modal_close:hover {
    opacity: 1;
  }
  .modal_ar {
    display: none;
  }
  .modal_ar .ar {
    width: 23px;
    height: 23px;
    position: absolute;
    margin-top: -11px;
    opacity: .7;
  }
  .modal_ar_prev .ar {
    background-size: 23px;
    left: 10px;
    top: 50%;
  }
  .modal_ar_prev:hover .ar {
    opacity: .7;
  }
  .modal_ar_next .ar {
    background-size: 23px;
    right: 10px;
    top: 50%;
  }
  .modal_ar_next:hover .ar {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  #modal_close {
    background-size: 40px;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  #modal_close:before {
    width: 20px;
    left: calc( 50% - 10px);
  }
  #modal_close:after {
    width: 20px;
    left: calc( 50% - 10px);
  }
  .modal_2 {
    width: 95%;
    height: 60%;
    overflow-y: scroll;
  }
  .modal_3 {
    width: 95%;
    height: 60%;
  }
}

/*============================================================*/

.txtLink {
  position: relative;
  padding-left: 14px;
  background-size: 5px auto;
}

.txtLink.-r {
  background-size: 5px auto;
}

.txtLink.-blank {
  margin-right: 4px;
  padding-right: 12px;
  background-size: 5px auto, 10px;
}

.liff .wrap {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  min-height: 100%;
  height: auto;
}

.web .wrap {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  min-height: 100%;
  height: auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.container.-my {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 120px;
}

.container.-top {
  padding: 20px 0 30px;
}

.container.-webprize {
  padding: 20px 0 30px;
}

.container.-other {
  padding: 20px 0 30px;
}

.container.-other.-error {
  padding-bottom: 190px;
}

.container.-prize {
  padding-bottom: 60px;
}

.inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bgcolor {
  width: 100%;
  background: #f2d58a;
  background: -webkit-linear-gradient(top, #f2d58a 0px, #f2d58a460px);
  background: linear-gradient(to bottom, #f2d58a 0px, #f2d58a460px);
}

.bgliff {
  width: 100%;
  background: #f2d58a;
  background-size: 121.6% auto;
}

@media (min-width: 500px) {
  .bgliff {
    background: #f2d58a;
    background-size: 121.6% auto;
  }
}

.bgtop {
  width: 100%;
  background: #f2d58a;
  background: url(../../../images/top_bg.png) no-repeat center top, -webkit-linear-gradient(top, #f2d58a 0px, #f2d58a460px);
  background: url(../../../images/top_bg.png) no-repeat center top, linear-gradient(to bottom, #f2d58a 0px, #f2d58a460px);
  background-size: 121.6% auto;
}

.head {
  color: #fff;
  font-size: 1.32rem;
  line-height: 1.2;
  padding: 5px 0 6px;
  font-weight: bold;
  background: rgba(140, 106, 0, 0.8);
}

.block {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 12px 15px 15px;
  text-align: left;
}

.block.-my {
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.8);
}

.block.-history {
  margin: 20px 0 0 0;
  padding: 40px 15px;
}

.block.-prize {
  margin-top: 20px;
}

.block.-prize_address {
  margin: 0 0 20px;
}

.block.-prize_addressconfirm {
  margin: 20px 0 0;
}

.block.-read {
  margin: 20px auto 0;
}

.block.-center {
  text-align: center;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
}

.block .block_txtL:not(:first-child) {
  margin-top: 5px;
}

.block_Head {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.block_Head.-red {
  color: #d70c19;
}

.block_Head.-bold {
  font-weight: bold;
}

.block_Head.-center {
  text-align: center;
}

.block_txtL {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.block_txtL.-red {
  color: #d70c19;
}

.block_txtL.-bold {
  font-weight: bold;
}

.block_txtL.-center {
  text-align: center;
}

.block_note {
  display: inline-block;
}

.block_note > li {
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  text-align: left;
}

.block_note > li.-red {
  color: #d70c19;
}

.block_note > li.-bold {
  font-weight: bold;
}

.notesmain {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  margin: 20px auto 0;
  font-family: "メイリオ", Meiryo, sans-serif;
}

.notesmain_head {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}

.notesmain_notes.notes > li {
  font-size: 0.63rem;
}

.prize_img {
  max-width: 355px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 20px;
}

.prize_img.-confirm {
  border-radius: 8px 8px 0 0;
  margin: 0 auto;
}

.prize_img.-details {
  border-radius: 8px 8px 0 0;
  margin: 0 auto;
}

.header {
  border-bottom: 3px solid #333631;
  padding: 10px 0;
  box-sizing: border-box;
  background: #fff;
}

.header_logo {
  max-width: 65px;
  width: 17.33%;
}

.sushifooter.-error {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
}

.sushifooter_nav {
  background: #f2f2f2;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
}

.sushifooter_nav > li {
  display: inline-block;
  vertical-align: middle;
}

.sushifooter_nav > li a {
  display: block;
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  color: #000;
  padding: 10px 0;
}

.sushifooter_nav > li a.-blank {
  padding-right: 18px;
  background-size: 8px;
}

.sushifooter_nav > li:not(:first-child) {
  margin-left: 20px;
}

.sushifooterbtm {
  color: #fff;
  padding: 10px 0;
  background: #333631;
}

.sushifooterbtm.-webprize {
  padding: 10px 0 62px;
}

.sushifooterbtm > .inner {
  background: url(../../../images/footer_logo.png) no-repeat 96% 60% #333631;
  background-size: 47px auto;
}

.sushifootercopy {
  font-size: 0.63rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.sushifooternotes {
  margin-top: 10px;
  font-size: 0.5rem;
  line-height: 1.2;
  text-align: left;
  padding-right: 77px;
}

.modal {
  border-radius: 8px;
  padding: 10px;
  display: none;
}

.sealcol {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  margin: 20px auto 0;
  display: table;
  overflow: hidden;
  width: 100%;
}

.sealcol.-top {
  margin-top: 0;
}

.sealcol_l {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 13px 15px;
  position: relative;
}

.sealcol_l:before {
  content: '';
  width: 9px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: calc( 50% - 5px);
  background-size: contain;
}

.sealcol_r {
  width: 50%;
  max-width: 145px;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px 15px;
  background: #fff;
}

.sealcol_txt {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.sealcol_txt .bold {
  font-weight: bold;
}

.sealcol_notes.notes {
  text-align: left;
}

.sealcol_notes.notes > li {
  font-size: 0.63rem;
}

@media (min-width: 559px) {
  .sealcol_r {
    padding: 15px;
  }
  .sealcol_txt {
    font-size: 0.88rem;
  }
}

.steps {
  margin-top: 35px;
}

.step {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  position: relative;
  padding: 20px 10px 10px 10px;
}

.step:not(:first-child) {
  margin-top: 35px;
}

.step:not(:first-child):before {
  content: '';
  width: 12px;
  height: 6px;
  background-size: cover;
  position: absolute;
  left: calc( 50% - 6px);
  top: -24px;
}

.step_num {
  width: 82px;
  position: absolute;
  left: calc( 50% - 41px);
  top: -18px;
}

.step_in {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
}

.step_l,
.step_r {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}

.step_l {
  margin-right: 4%;
}

.step_l.-step1 {
  max-width: 153px;
}

.step_l.-step2 {
  max-width: 153px;
}

.step_r.-step3 {
  max-width: 122px;
}

.step_txt {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
}

.step_comment {
  background: #f2d58a;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  padding: 5px 8px;
  border-radius: 8px;
  margin-top: 10px;
  position: relative;
}

.step_comment:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  border-color: transparent #f2d58a transparent transparent;
  position: absolute;
  left: -12px;
  top: calc( 50% - 7px);
}

.step_img1,
.step_img2 {
  max-width: 153px;
  margin: 0 auto;
}

.step_img1-2 {
  margin: 10px auto 0;
  max-width: 506px;
}

.step_line {
  background: #fff9e6;
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px;
}

.step_linetxt {
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: left;
}

.step_notes.notes {
  text-align: left;
  margin-top: 14px;
}

.step_notes.notes.-step3 {
  margin-top: 5px;
}

.step_notes.notes > li {
  font-size: 0.63rem;
}




















input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 2px solid #000;
  font-size: 1.13rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 15px;
  border-radius: 8px;
  box-sizing: border-box;
  color: #000000;
  -webkit-transition: background .3s;
  transition: background .3s;
  background: #ffffff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  background: #fff;
}

input[type="radio"],
input[type="checkbox"] {
  font-size: 1rem;
  margin-right: 5px;
  vertical-align: middle;
  box-sizing: border-box;
}

.checkboxLabel {
  position: relative;
  padding-left: 1.2em;
  cursor: pointer;
  box-sizing: border-box;
}

.checkboxLabel > input[type="radio"],
.checkboxLabel > input[type="checkbox"] {
  position: absolute;
  top: calc( 50% - 0.5em);
  left: 0;
}

select {
  border: 2px solid #000;
  font-size: 1.13rem;
  line-height: 1.2;
  padding: 15px;
  border-radius: 8px;
  box-sizing: border-box;
  color: #000000;
  -webkit-transition: background .3s;
  transition: background .3s;
  background-size: 10px auto;
  cursor: pointer;
  width: 100%;
}

.required {
  color: #ff0000;
  font-weight: bold;
  font-size: 0.63rem;
  vertical-align: super;
}

.form {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
  box-sizing: border-box;
}

.form.-top {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.form.-top.-mt {
  margin-top: 30px;
}

.form.-noborder {
  border-bottom: none;
}

.form dt, .form dd {
  text-align: left;
}

.form_head {
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}

.form_head .txt {
  font-size: 1.13rem;
}

.form_head .txtS {
  font-size: 0.88rem;
}

.form_head:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: .5em;
}

.form_head2 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}

.form_head2:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: .5em;
}

.form_outer {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  width: 100%;
}

.form_block {
  display: inline-block;
  vertical-align: bottom;
}

.form_confirm {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  padding: 12px;
}

.form_confirm.-mt {
  margin-top: 5px;
}

.form_confirmTxt {
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: bold;
}

.form_txt {
  font-size: 0.75rem;
  line-height: 1.6;
}

.form_term {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 15px;
  text-align: left;
}

.form_termTxt {
  font-size: 0.75rem;
}

dd > .cpinfo_txt:first-child,
dd > .cpinfo_lists:first-child {
  margin-top: 0;
}

.cpinfo_mt {
  margin-top: 10px !important;
}

.cpinfo_txt {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 5px;
}

.cpinfo_lists {
  margin-top: 5px;
}

.cpinfo_lists > li {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}

.cpinfo_lists > li:not(:first-child) {
  margin-top: 3px;
}

.cpinfo_lists > li.l {
  font-weight: bold;
}

.cpinfo_notes.notes > li {
  font-size: 0.63rem;
}

.cpinfo_notes.notes > li:not(:first-child) {
  margin-top: 3px;
}

























.notes {
  margin-top: 5px;
}

.notes > li {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}

.notes > li:not(:first-child) {
  margin-top: 5px;
}

.notes.-btm {
  margin-top: 15px;
  text-align: left;
}

.notes.-btnarea {
  margin-top: 10px;
  text-align: left;
}









.btmTxt {
  margin-top: 30px;
  font-size: 1rem;
}


.contact_head {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #000;
  border-radius: 40px;
  display: table;
  padding: 3px 20px 5px;
  margin: 40px auto 0;
}

.contact_ttl {
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  padding-left: 16px;
  position: relative;
  margin-top: 20px;
}

.contact_ttl.-contact {
  margin-top: 40px;
}

.contact_ttl.-other {
  padding-left: 0;
  margin-top: 0;
}

.contact_ttl.-other:before {
  display: none;
}

.contact_ttl:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 0.4em;
}

.contact_telfree {
  background: #fff;
  border-radius: 8px;
  margin-top: 10px;
  text-align: left;
  padding: 10px;
}

.contact_telfree.-top, .contact_telfree.-other {
  background: rgba(255, 255, 255, 0.3);
}

.contact_telfreenum {
  font-size: 2.13rem;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 30px;
  background-size: 24px auto;
}

.contact_telfreenotes {
  font-size: 0.63rem;
  line-height: 1.4;
}

.contact_telhome {
  text-align: left;
  margin-top: 10px;
}

.contact_telhomenum {
  font-weight: bold;
  line-height: 1;
}

.contact_telhomenum .txt {
  font-size: 0.88rem;
}

.contact_telhomenum .num {
  font-size: 1.13rem;
}

.contact_telhomenotes {
  font-size: 0.63rem;
  line-height: 1.4;
  margin-top: 3px;
}

.contact_notes {
  text-align: left;
  margin-top: 10px;
}

.contact_notes > li {
  font-size: 0.63rem;
}

.contact_notes > li:not(:first-child) {
  margin-top: 2px;
}

.contact_code {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  margin-top: 10px;
  text-align: left;
  padding: 5px 10px 10px;
}

.contact_codenum {
  font-weight: bold;
  line-height: 1;
}

.contact_codenum .txt {
  font-size: 0.88rem;
}

.contact_codenum .num {
  font-size: 1.13rem;
}

.contact_codenotes > li {
  font-size: 0.63rem;
}

.contact_codenotes > li:not(:first-child) {
  margin-top: 2px;
}

.contact_link {
  font-size: 0.88rem;
  text-align: left;
  margin-top: 10px;
}

.form_block.-birthY {
  width: 100%;
}

.form_block.-birthMD {
  width: 50%;
}

.form_block.-sex {
  width: 49%;
  text-align: center;
}

.form_block.-sex.-ml {
  margin-left: 2%;
}

.form_birthY {
  width: 92%;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
}

.form_birthLabel {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
}

.form_birthMD {
  width: 83%;
  display: inline-block;
  vertical-align: bottom;
}

.form_sex {
  width: 100%;
  font-size: 1.13rem;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 13px 0;
  position: relative;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.form_sex > input[type="radio"] {
  display: none;
}

.form_sex:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: calc( 50% - 7px);
}

.form_sex.checked {
  border: 2px solid #000;
}

.form_sex.checked:before {
  border: 4px solid #000;
}







.form_block.-name {
  width: 100%;
  text-align: right;
}

.form_block.-name.-mt {
  margin-top: 10px;
}

.form_block.-datetime {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
}

.form_mail {
  width: 100%;
}

.form_nameLabel {
  font-size: 0.88rem;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.form_name {
  width: 85%;
  display: inline-block;
  vertical-align: bottom;
}

.form_renrakuLabel {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 10px 40px 10px 0;
}

.form_tel {
  width: 100%;
}

.form_datetimeLabel {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 5px 20px 5px 0;
}

.form_koumokuLabel {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 5px 20px 5px 0;
}

.form_contact {
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
}

.form_length {
  margin-top: 5px;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.form_length .over {
  color: #ff0000;
  font-weight: bold;
}

.prizehead {
  position: relative;
  max-width: 708px;
  margin: 0 auto;
}

.prizehead.-bonus {
  margin-bottom: 15px;
}

.prizehead_badge {
  width: 66px;
  position: absolute;
  right: 0;
  top: -10px;
}

.prizehead_date {
  width: 100%;
  display: table;
  overflow: hidden;
}

.prizehead_datettl {
  display: table-cell;
  vertical-align: middle;
  background: #8c6a00;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0;
  box-sizing: border-box;
  padding: 5px 3px 5px 5px;
  position: relative;
}

.prizehead_datettl:before {
  content: '';
  position: absolute;
  right: -10px;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 0 0 11px;
  border-color: transparent transparent transparent #8c6a00;
}

.prizehead_datetxt {
  display: table-cell;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.7);
  text-align: left;
  box-sizing: border-box;
  padding: 4px 5px 5px 20px;
}

.prizehead_datetxt {
  font-size: 1rem;
  line-height: 1.4;
}

.prizehead_datetxt .date {
  font-size: 1rem;
  font-weight: bold;
}

.prizehead_datetxt .time {
  font-size: 0.75rem;
  font-weight: bold;
}

@media (max-width: 374px) {
  .prizehead_datetxt {
    font-size: 0.88rem;
  }
  .prizehead_datetxt .date {
    font-size: 0.88rem;
  }
  .prizehead_datetxt .time {
    font-size: 0.63rem;
  }
}

.prizehead_col {
  background: rgba(255, 255, 255, 0.3);
  padding: 10px 4%;
}

.prizehead_col.-newcourse {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 4%;
  text-align: left;
}

.prizehead_colin > li {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
}

.prizehead_colin > li:not(:first-child) {
  border-top: 1px solid #c1a44c;
  margin-top: 15px;
  padding-top: 15px;
}

.prizehead_colhead {
  font-size: 1rem;
  color: #d70c19;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  display: table;
  margin: 0 auto;
  position: relative;
}

.prizehead_colhead .s {
  font-size: 0.75rem;
}

.prizehead_colhead .l {
  font-size: 1rem;
}

.prizehead_colhead:before {
  content: '';
  width: 14px;
  height: 1px;
  -webkit-transform: rotate(55deg);
      -ms-transform: rotate(55deg);
          transform: rotate(55deg);
  position: absolute;
  left: -18px;
  top: 50%;
  background: #d70c19;
}

.prizehead_colhead:after {
  content: '';
  width: 14px;
  height: 1px;
  -webkit-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
          transform: rotate(-55deg);
  position: absolute;
  right: -13px;
  top: 50%;
  background: #d70c19;
}

.prizehead_colnotes {
  margin-top: 0;
}

.prizehead_colnotes > li {
  font-size: 0.63rem;
  letter-spacing: 0;
  color: #d70c19;
}

.prizehead_point {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  box-sizing: border-box;
}

.prizehead_point > li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border: 2px solid #d70c19;
  background: #fff;
  border-radius: 8px;
  width: 31%;
  margin-top: 15px;
  margin-left: 3.5%;
  position: relative;
  padding: 7px 5px 5px;
}

.prizehead_point > li:nth-child(3n+1),
.prizehead_point > li:first-child {
  margin-left: 0;
}

.prizehead_pointhead {
  position: absolute;
  top: -11px;
  width: 69px;
  left: calc( 50% - 34px);
}

.prizehead_pointtxt {
  font-size: 1rem;
  line-height: 1.4;
}

.prizehead_pointtxt .num {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
}

.prizehead_pointtxt .txt {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0;
}

.prizehead_newcourse {
  text-align: left;
  box-sizing: border-box;
}

/*
.prizehead_newcourseimg{
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  border-radius: $borderRadius1;
  width: 30.8%;
  min-width: 100px;
}
*/
.prizehead_newcoursecol {
  /*
  display: table-cell;
  vertical-align: middle;
*/
  text-align: left;
  box-sizing: border-box;
}

.prizehead_newcoursecolobi {
  display: inline-block;
  font-size: 0.63rem;
  letter-spacing: 0;
  color: #fff;
  background: #d70c19;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  padding: 4px 6px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.prizehead_newcoursecolhead {
  font-size: 1.13rem;
  letter-spacing: 0.05em;
  color: #d70c19;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}

.prizehead_newcoursecolhead .s {
  font-size: 0.75rem;
}

.prizehead_newcoursecoltxt {
  min-height: 78px;
  padding-right: 51px;
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background-size: 41px 78px;
}


.prizelists {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  box-sizing: border-box;
  margin-top: 5px;
  margin-left: -1%;
  width: 102%;
}

.prizelists > li {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  background: #fff;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  margin: 15px 1% 0;
}

.prizelists > li.hdn {
  display: none !important;
}

.prizelists > li.-cs02 {
  background-size: 80px;
}

.prizelists > li.-cs03 {
  background-size: 80px;
}

.prizelists > li.-cs04 {
  background-size: 80px;
}

.prizelists_tag {
  font-size: 0.69rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  display: table;
  color: #fff;
  border-radius: 4px;
  padding: 3px 6px;
  margin: 5px;
  box-sizing: border-box;
}

.prizelists_tag.-course1 {
  background: #b19025;
}

.prizelists_tag.-course2 {
  background: #d56c0f;
}

.prizelists_tag.-course3 {
  background: #20acb5;
}

.prizelists_tag.-course4 {
  background: #ae3ad8;
}

.prizelists_tag.-course5 {
  background: #e34d9e;
}

.prizelists_tag.-course6 {
  background: #159f2e;
}

.prizelists_tag.-course7 {
  background: #f24949;
}

.prizelists_tag.-course8 {
  background: #2e4ce4;
}

.prizelists_tag.-courseZettai {
  background: #670007;
}

.prizelists_tag.-courseBonus {
  background: #825600;
}

@media (max-width: 420px) {
  .prizelists_tag.-courseZettai {
    font-size: 0.63rem;
    letter-spacing: -0.05em;
  }
}

@media (max-width: 374px) {
  .prizelists_tag {
    font-size: 0.63rem;
  }
  .prizelists_tag.-courseZettai {
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
  }
}

.prizelists_col {
  text-align: left;
  display: table;
  height: 75px;
  position: relative;
}

.prizelists_point {
  width: 36px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 69px;
}

.prizelists_txt {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 20px 5px 0;
}

.prizelists_txt.-s {
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0;
}

.prizelists_btn {
  display: block;
  box-sizing: border-box;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  color: #000;
  border-radius: 6px;
  margin: 0 5px 5px;
}

.prizelists_btn.-y {
  background-size: 12px;
}

.prizelists_btn.-r {
  color: #fff;
  background: url(../../../images/ico01.svg) no-repeat 96% center #d70c19;
  background-size: 12px;
}

.prizelists_btn.-g {
  color: #fff;
  background: #d7d7d7;
}

.prizelists_btn.-g .txt {
  margin-left: 0;
}

.prizelists_btn.-small {
  padding: 10px 0 12px;
}

.prizelists_btn.-large {
  padding: 15px 0 18px;
}

.prizelists_btn .txt {
  margin-left: -5px;
}

@media (max-width: 374px) {
  .prizelists_btn {
    font-size: 0.69rem;
  }
}


.prizesort {
  -webkit-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity ease-out .3s, -webkit-transform ease-out .3s;
  transition: opacity ease-out .3s, -webkit-transform ease-out .3s;
  transition: transform ease-out .3s, opacity ease-out .3s;
  transition: transform ease-out .3s, opacity ease-out .3s, -webkit-transform ease-out .3s;
}

.prizesort.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.androidbrowser .prizesort {
  -webkit-transform: translateX(100rem);
      -ms-transform: translateX(100rem);
          transform: translateX(100rem);
}

.androidbrowser .prizesort.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.prizesort_in {
  max-height: 100%;
}

.prizesort_col {
  max-width: 708px;
  margin: 20px auto 0;
}

.prizesort_col.-bottom {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.prizesort_head {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: table;
  margin: 0 auto;
}

.prizesort_head:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -40px;
  top: 50%;
}

.prizesort_head:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: 50%;
}

.prizesort_lists {
  width: 92%;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  box-sizing: border-box;
}

.prizesort_lists > li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 31%;
  margin-top: 15px;
  margin-left: 3.5%;
  position: relative;
}

.prizesort_lists > li > a {
  display: block;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  padding: 10px 0 12px;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  position: relative;
}

.prizesort_lists > li .m {
  font-size: 0.75rem;
}

.prizesort_lists > li .l {
  font-size: 1rem;
}

.prizesort_lists > li .s {
  font-size: 0.63rem;
}

.prizesort_lists > li:nth-child(3n+1),
.prizesort_lists > li:first-child {
  margin-left: 0;
}

.prizesort_lists > li.active > a:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: -2px;
  top: -4px;
  background-size: cover;
}

.prizesort_lists > li.corse1.active > a {
  background: #b19025;
  color: #fff;
}

.prizesort_lists > li.corse2.active > a {
  background: #d56c0f;
  color: #fff;
}

.prizesort_lists > li.corse3.active > a {
  background: #20acb5;
  color: #fff;
}

.prizesort_lists > li.corse4.active > a {
  background: #ae3ad8;
  color: #fff;
}

.prizesort_lists > li.corse5.active > a {
  background: #e34d9e;
  color: #fff;
}

.prizesort_lists > li.corse6.active > a {
  background: #159f2e;
  color: #fff;
}

.prizesort_lists > li.corse7.active > a {
  background: #f24949;
  color: #fff;
}

.prizesort_lists > li.corse8.active > a {
  background: #2e4ce4;
  color: #fff;
}

.prizesort_lists > li.point1.active > a,
.prizesort_lists > li.point3.active > a,
.prizesort_lists > li.point6.active > a,
.prizesort_lists > li.point12.active > a,
.prizesort_lists > li.point24.active > a,
.prizesort_lists > li.point48.active > a {
  background: #d70c19;
  color: #fff;
}

.prizesort_cancell {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  font-size: 0.88rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
  padding: 12px 0 14px;
  background: #c6c6c6;
  background-size: 14px;
  border-radius: 8px;
}

.prizesort_close {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  font-size: 0.88rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
  padding: 12px 0 14px;
  background-size: 14px;
  margin-left: 3.5%;
  border-radius: 8px;
}

.prizedetails {
  padding: 10px 0 30px;
}

.prizedetails_col {
  text-align: left;
  width: 92%;
  margin: 30px auto 0;
}

.prizedetails_txt {
  font-size: 0.88rem;
}

.prizedetails_txt.-mt {
  margin-top: 10px;
}

.prizedetails_head {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.prizedetails_lists > li {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}

.prizedetails_lists > li:not(:first-child) {
  margin-top: 5px;
}

.prizedetails_lists.-mt {
  margin-top: 10px;
}

.prizedetails_notes.-mt {
  margin-top: 10px;
}

.prizedetails_close {
  display: table;
  background-size: 14px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 80px;
  margin: 30px auto 0;
}

.prize_newcourseimg {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.prize_newcourseimg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.prize_newcourserecipe {
  background: rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  padding: 16px 0 18px;
}

.prize_newcourserecipehead {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  display: table;
  vertical-align: top;
  padding-right: 18px;
  background-size: 12px;
  margin: 0 auto 10px;
}

.prize_newcourserecipelinks {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
}

.prize_newcourserecipelinks > li {
  display: inline-block;
  vertical-align: top;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 3px 6px;
}

.prize_newcourserecipelinks > li > a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #670007;
  color: #fff;
  border-radius: 4px;
  padding: 3px 6px;
}

.prize_confirmpoint {
  background: #ffe555;
  width: 100%;
  max-width: 355px;
  padding: 10px 0;
  text-align: center;
  display: table;
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
}

.prize_confirmpoint.-details {
  border-radius: 0;
}

.prize_confirmpointtxtL {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.88rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}

.prize_confirmpointnum {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 2.25rem;
  width: 130px;
  position: relative;
}

.prize_confirmpointtxtR {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.88rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  padding-left: 5px;
}

.form_zip {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.fom_zipbtn {
  font-size: 0.88rem;
  padding: 15px 15px 15px 20px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  background-size: 4px auto;
  border: 2px solid #000;
  border-radius: 8px;
  box-sizing: border-box;
  margin-left: 10px;
}

.form_address {
  width: 100%;
}


.top_kv {
  background: url(../../../images/top_kv_bg.png) no-repeat center top, -webkit-linear-gradient(top, #f2d58a 0px, #f2d58a 460px);
  background: url(../../../images/top_kv_bg.png) no-repeat center top, linear-gradient(to bottom, #f2d58a 0px, #f2d58a 460px);
  background-size: 121.6% auto;
  overflow: hidden;
}

.top_kv_img {
  width: 106%;
  margin-left: -3%;
}

.top_date {
  position: relative;
}

.top_date:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #b08500;
  background: -webkit-linear-gradient(left, #b08500 0%, #ffd659 20%, #ffebac 50%, #ffd659 80%, #b08500 100%);
  background: linear-gradient(to right, #b08500 0%, #ffd659 20%, #ffebac 50%, #ffd659 80%, #b08500 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.top_date:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #b08500;
  background: -webkit-linear-gradient(left, #b08500 0%, #ffd659 20%, #ffebac 50%, #ffd659 80%, #b08500 100%);
  background: linear-gradient(to right, #b08500 0%, #ffd659 20%, #ffebac 50%, #ffd659 80%, #b08500 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.top_datehead {
  background: #b08500;
  background: -webkit-linear-gradient(left, #b08500 0%, #ffd659 20%, #ffebac 50%, #ffd659 80%, #b08500 100%);
  background: linear-gradient(to right, #b08500 0%, #ffd659 20%, #ffebac 50%, #ffd659 80%, #b08500 100%);
  width: 152px;
  padding: 5px 40px;
  border-radius: 40px;
  box-sizing: border-box;
  position: absolute;
  left: calc( 50% - 76px);
  top: -12px;
}

.top_datebody {
  background: #d70c19;
  padding: 25px 0 15px;
}

.top_datebodytxt {
  width: 100%;
  margin: 0 auto;
}



.top_prize {
  margin-top: 40px;
}

.top_prizehead {
  width: 100%;
  background: #d70c19;
  padding: 5px 0;
  border-radius: 40px;
}

.top_prizehead > img {
  width: 36px;
}










.top_cpinfo {
  margin-top: 40px;
}

.top_cpinfohead {
  width: 100%;
  background: #d70c19;
  padding: 5px 0;
  border-radius: 40px;
}

.top_cpinfohead > img {
  width: 78px;
}


.top_contact {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .container.-top {
    padding: 40px 0 163px;
  }
  .container.-my {
    padding-bottom: 140px;
  }
  .container.-other {
    padding-bottom: 163px;
  }
  .container.-webprize {
    padding-bottom: 215px;
  }
  .bgtop {
    background: #f2d58a;
    background: -webkit-linear-gradient(top, #f2d58a 0px, #f2d58a460px);
    background: linear-gradient(to bottom, #f2d58a 0px, #f2d58a460px);
  }
  .bgliff {
    background: #f2d58a;
  }
  .inner {
    width: 706px;
  }
  .header_logo {
    max-width: 130px;
  }
  .sushifooter {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
  }
  .sushifooter_nav > li a {
    font-size: 0.88rem;
  }
  .sushifooterbtm > .inner {
    background-size: 94px auto;
  }
  .sushifootercopy {
    font-size: 0.88rem;
  }
  .sushifooternotes {
    font-size: 0.75rem;
    padding-right: 140px;
  }
  .sealcol_l {
    padding: 20px;
  }
  .sealcol_l:before {
    width: 18px;
    height: 20px;
    right: -10px;
    top: calc( 50% - 10px);
  }
  .sealcol_txt {
    font-size: 1.25rem;
  }
  .sealcol_notes.notes > li {
    font-size: 0.88rem;
  }
  .steps {
    margin-top: 55px;
  }
  .step {
    padding: 40px 15px 15px 15px;
  }
  .step:not(:first-child) {
    margin-top: 55px;
  }
  .step:not(:first-child):before {
    width: 24px;
    height: 12px;
    left: calc( 50% - 12px);
    top: -42px;
  }
  .step_num {
    width: 164px;
    left: calc( 50% - 82px);
    top: -36px;
  }
  .step_txt {
    font-size: 1.13rem;
  }
  .step_comment {
    font-size: 1.25rem;
    padding: 8px 10px;
  }
  .step_line {
    padding: 15px;
  }
  .step_linetxt {
    font-size: 1.13rem;
  }
  .step_notes.notes > li {
    font-size: 0.88rem;
  }
  .yourpoints_txtL {
    font-size: 1.25rem;
    padding-right: 30px;
  }
  .yourpoints_num {
    font-size: 3.13rem;
    width: 260px;
  }
  .yourpoints_num:before {
    width: 48px;
    height: 48px;
    left: -24px;
    top: calc( 50% - 24px);
  }
  .yourpoints_txtR {
    font-size: 1.25rem;
    padding-left: 10px;
    width: 32%;
  }
  .form_name {
    width: 92%;
  }
  .cpinfo_lists.-inline {
    letter-spacing: -1em;
    word-spacing: 0.1em;
    font-size: 0;
  }
  .cpinfo_lists.-inline > li.l {
    display: block;
    letter-spacing: 0.05em;
  }
  .cpinfo_lists.-inline > li {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
  .cpinfo_lists.-inline > li:not(:last-child) {
    margin-right: 20px;
  }
  .faq_lists.-inlinetab {
    letter-spacing: -1em;
    word-spacing: 0.1em;
    font-size: 0;
  }
  .faq_lists.-inlinetab > li.l {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .faq_lists.-inlinetab > li {
    display: inline-block;
    font-size: 0.88rem;
    letter-spacing: 0.05em;
  }
  .faq_lists.-inlinetab > li:not(:last-child) {
    margin-right: 20px;
  }
  .faq_a .sealcol_txt {
    font-size: 0.88rem;
  }
  .notes.-btnarea {
    text-align: center;
  }
  .btnlineS {
    max-width: 320px;
    font-size: 1.38rem;
  }
  .contact_head {
    font-size: 1.38rem;
  }
  .contact_ttl {
    font-size: 1.25rem;
  }
  .contact_telfree {
    padding: 15px;
  }
  .contact_telfreenum {
    font-size: 3.13rem;
    padding-left: 44px;
    background-size: 36px auto;
  }
  .contact_telfreenotes {
    font-size: 0.88rem;
  }
  .contact_telhomenum .txt {
    font-size: 1.25rem;
  }
  .contact_telhomenum .num {
    font-size: 1.5rem;
  }
  .contact_telhomenotes {
    font-size: 0.88rem;
  }
  .contact_notes.notes > li {
    font-size: 0.88rem;
  }
  .contact_code {
    padding: 10px 15px 15px;
  }
  .contact_codenum .txt {
    font-size: 1.25rem;
  }
  .contact_codenum .num {
    font-size: 1.5rem;
  }
  .contact_codenotes.notes > li {
    font-size: 0.88rem;
  }
  .contact_link {
    font-size: 1.13rem;
  }
  .top_kv_img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .top_date:before,
  .top_date:after {
    height: 3px;
  }
  .top_datehead {
    width: 224px;
    top: -20px;
    left: calc( 50% - 112px);
  }
  .top_datebody {
    padding: 35px 0 20px;
  }
  .top_prehead {
    font-size: 1.5rem;
  }
  .top_pretxt {
    font-size: 1.38rem;
  }
  .top_prizehead > img {
    width: 72px;
  }
  .top_prizetxt {
    font-size: 1.38rem;
  }
  .top_prizenotes.notes > li {
    font-size: 0.88rem;
  }
  .top_productshead > img {
    width: 154px;
  }
  .top_productscol:before {
    height: 80px;
    top: 100px;
  }
  .top_productscoltxt {
    padding-top: 110px;
  }
  .top_productsnotes.notes {
    padding-top: 40px;
  }
  .top_productscolimg {
    max-width: 234px;
  }
  .top_productscoltxtname {
    font-size: 1.38rem;
  }
  .top_productscoltxtval {
    font-size: 1.13rem;
  }
  .top_productsnotes.notes > li {
    font-size: 0.88rem;
  }
  .top_entrynotes.notes > li {
    font-size: 0.88rem;
  }
  .top_cpinfohead > img {
    width: 154px;
  }
  .top_nav {
    width: 706px;
    margin: 40px auto 0;
    border-radius: 8px;
  }
  .top_nav > li > a {
    font-size: 1.25rem;
  }
  .top_nav > li .ar {
    font-size: 0;
    line-height: 0;
    width: 14px;
    height: 14px;
  }
  .liff_headTtl {
    max-width: 600px;
  }
  .liff_headbadge {
    max-width: 156px;
  }
  .my_footertxtlink > li a {
    font-size: 0.88rem;
  }
  .my_footernav > li > a {
    font-size: 1rem;
  }
  .my_footernav > li .ar {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .my_footernav > li .blank {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .my_footernav > li:first-child:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #404040;
    position: absolute;
    right: 0;
    top: calc( 50% - 10px);
  }
  .my_footerclose {
    font-size: 1.38rem;
  }
  .my_footerclose .ico {
    width: 18px;
    height: 18px;
    margin-left: 6px;
  }
  .pointAlerts {
    padding: 15px 15px 15px 80px;
    background-size: 40px auto;
  }
  .pointAlerts > li {
    font-size: 1.13rem;
  }
  .pointPhotobox_thumb {
    width: 200px;
    height: 200px;
  }
  .pointPhotobox_sirialTxt {
    font-size: 1.38rem;
  }
  .history_colhead {
    min-width: 160px;
  }
  .history_winnotes {
    text-align: center;
  }
  .prizehead_datettl {
    border-radius: 8px 0 0 0;
  }
  .prizehead_datetxt {
    border-radius: 0 8px 0 0;
  }
  .prizehead_col {
    border-radius: 0 0 8px 8px;
  }
  .prizehead_col.-newcourse {
    border-radius: 8px;
  }
  .prizehead.-bonus .prizehead_datettl {
    border-radius: 8px 0 0 8px;
  }
  .prizehead.-bonus .prizehead_datetxt {
    border-radius: 0 8px 8px 0;
  }
  .prizehead_newcoursecolobi {
    font-size: 0.88rem;
    margin: 10px 0;
  }
  .prizehead_newcoursecolhead {
    font-size: 1.38rem;
    margin-bottom: 10px;
  }
  .prizehead_newcoursecolhead .s {
    font-size: 0.88rem;
  }
  .prizehead_newcoursecoltxt {
    font-size: 0.88rem;
    line-height: 2;
    min-height: 162px;
    padding-right: 102px;
    background-size: 82px 162px;
  }
  .btnrecipe {
    min-height: 118px;
  }
  .btnrecipe .txt {
    font-size: 1.13rem;
  }
  .btnrecipe .txt.-ss {
    font-size: 1rem;
  }
}
