@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav 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%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*COMMON-----------------------------------------------------------------------------------------------------------------*/
/* --------------------
リセット追加
-------------------- */
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=tel],
input[type=mail],
input[type=email],
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 100%;
  outline: none;
}

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

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

input:-ms-input-placeholder {
  color: #333;
  font-size: 0.875rem;
}

input::placeholder {
  color: #333;
  font-size: 0.875rem;
}

ul,
ol,
li {
  list-style: none;
}

/* --------------------
基本設定
-------------------- */
html {
  overflow-y: scroll;
}

html.msie body {
  font-size: 100%;
}

html.no-msie body {
  font-size: 16px;
}

html.iphone a:hover,
html.ipod a:hover,
html.ipad a:hover,
html.android a:hover {
  opacity: 1 !important;
}

html.iphone a:hover img,
html.ipod a:hover img,
html.ipad a:hover img,
html.android a:hover img {
  opacity: 1 !important;
}

body {
  background: var(--bg-color);
  color: var(--txt-color);
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

article {
  max-width: 750px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: var(--txt-color);
}

a:hover,
a:active {
  color: var(--txt-color);
}

.bg_wh a:link,
.bg_wh a:visited {
  color: #000;
}

.bg_wh a:hover,
.bg_wh a:active {
  color: #000;
}

img {
  margin: 0 auto;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

p {
  font-size: 0.9375rem;
  letter-spacing: -0.05em;
}

@media (max-width: 374px) {
  p {
    font-size: 0.875rem;
  }
}

/* --------------------
レイアウト
-------------------- */
.l_mt0 {
  margin-top: 0 !important;
}

.l_mt5 {
  margin-top: 5px !important;
}

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

.l_mt15 {
  margin-top: 15px !important;
}

.l_mt17 {
  margin-top: 17px !important;
}

.l_mt20 {
  margin-top: 20px !important;
}

.l_mt25 {
  margin-top: 25px !important;
}

.l_mt30 {
  margin-top: 30px !important;
}

.l_mt35 {
  margin-top: 35px !important;
}

.l_mt40 {
  margin-top: 40px !important;
}

.l_mb0 {
  margin-bottom: 0 !important;
}

.l_mb5 {
  margin-bottom: 5px !important;
}

.l_mb10 {
  margin-bottom: 10px !important;
}

.l_mb15 {
  margin-bottom: 15px !important;
}

.l_mb20 {
  margin-bottom: 20px !important;
}

.l_mb25 {
  margin-bottom: 25px !important;
}

.l_mb30 {
  margin-bottom: 30px !important;
}

.l_mb35 {
  margin-bottom: 35px !important;
}

.l_mb40 {
  margin-bottom: 40px !important;
}

.l_pt0 {
  padding-top: 0 !important;
}

.l_pt5 {
  padding-top: 5px !important;
}

.l_pt10 {
  padding-top: 10px !important;
}

.l_pt15 {
  padding-top: 15px !important;
}

.l_pt20 {
  padding-top: 20px !important;
}

.l_pt25 {
  padding-top: 25px !important;
}

.l_pt30 {
  padding-top: 30px !important;
}

.l_pt35 {
  padding-top: 35px !important;
}

.l_pt40 {
  padding-top: 40px !important;
}

.l_pb0 {
  padding-bottom: 0 !important;
}

.l_pb5 {
  padding-bottom: 5px !important;
}

.l_pb10 {
  padding-bottom: 10px !important;
}

.l_pb15 {
  padding-bottom: 15px !important;
}

.l_pb20 {
  padding-bottom: 20px !important;
}

.l_pb25 {
  padding-bottom: 25px !important;
}

.l_pb30 {
  padding-bottom: 30px !important;
}

.l_pb35 {
  padding-bottom: 35px !important;
}

.l_pb40 {
  padding-bottom: 40px !important;
}

/* --------------------
テキスト
-------------------- */
.t_size10 {
  font-size: 0.625rem !important;
}

.t_size11 {
  font-size: 0.6875rem !important;
}

.t_size12 {
  font-size: 0.75rem !important;
}

.t_size13 {
  font-size: 0.8125rem !important;
}

.t_size14 {
  font-size: 0.875rem !important;
}

.t_size15 {
  font-size: 0.9375rem !important;
}

.t_size16 {
  font-size: 1rem !important;
}

.t_size18 {
  font-size: 1.12rem !important;
}

.t_size20 {
  font-size: 1.25rem !important;
}

.t_size21 {
  font-size: 1.3125rem !important;
}

.t_size24 {
  font-size: 1.5rem !important;
}

.t_size27 {
  font-size: 1.6875rem !important;
}

.t_size28 {
  font-size: 1.75rem !important;
}

.t_size34 {
  font-size: 2.125rem !important;
}

.t_size36 {
  font-size: 2.25rem !important;
}

.t_size42 {
  font-size: 2.625rem !important;
}

.t_size48 {
  font-size: 3rem !important;
}

.t_size55 {
  font-size: 3.4375rem !important;
}

.t_red {
  color: #da2129 !important;
}

.t_red a {
  color: inherit !important;
  text-decoration: underline;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center !important;
}

.t_underline {
  text-decoration: underline;
}

.t_indent,
.list_indent>li {
  text-align: left;
  font-size: 0.75rem;
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.t_w_bold {
  font-weight: bold;
}

.box_border {
  padding: 20px 15px;
  border: 1px solid;
}

.box_border.-gray {
  border-color: var(--border-color);
}

.box_border.-rad {
  border-radius: 10px;
}

.box_border.-key {
  padding: 10px;
  border-radius: 5px;
  border-color: var(--key-color);
  border-width: 2px;
  color: var(--key-color);
  font-weight: bold;
}

.box_border h3 span {
  font-weight: normal;
  display: block;
  font-size: 0.7em;
}

.box_border.-teams {
  border: 1px solid var(--txt-color);
}

.box_border.-teams p {
  padding: 0 !important;
  font-size: 0.75rem !important;
  text-justify: inter-cluster;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
}

.box_border.-teams ul {
  padding: 20px 0;
}

.box_border.-teams li {
  font-size: 0.75rem !important;
  text-justify: inter-cluster;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.box_border.-teams h3 {
  margin-top: 20px;
  padding: 0;
  font-size: 0.875rem;
  text-align: left;
}

.box_border.-teams h3:first-child {
  padding: 0;
  margin: 0;
}

.box_border.-teams h3+ul,
.box_border.-teams h3+p {
  padding: 5px 0 0 !important;
}

.box_border.-teams a {
  text-decoration: underline;
}

/* --------------------
画像
-------------------- */
img.-bdr {
  border: 1px solid #ddd;
}

/* --------------------
背景
-------------------- */
.bg_wh {
  background: #fff;
  color: #000;
}

.bg_wh .TitLine::after {
  background-color: #fff;
}

.obj_outline {
  max-width: 750px;
  margin: 0 auto;
  padding: 12px 20px;
  box-sizing: border-box;
}

.obj_outline p {
  font-size: 12px;
}

/* --------------------
各種ボタン本体
-------------------- */
@keyframes btnActiveMove {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(10);
    opacity: 0;
  }
}

@keyframes bodyActiveMove {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.BtnMove {
  background: var(--key-color);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  animation: bodyActiveMove 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal forwards;
}

.BtnMoveRev {
  background: var(--key-color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: bodyActiveMove 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal forwards;
}

.BtnSolidArrow,
.InputBodyFormSurvey .BtnSolidArrowGray,
.js-contact .BtnSolidArrowGray,
.BtnSolidArrowGray,
.BtnSolidMinus,
.BtnSolidPlus,
.BtnSolidBlank,
input.BtnSolidArrow {
  /*ベタ塗りボタン 矢印*/
  margin: 0 auto;
  padding: 20px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: var(--btn-color) !important;
  background-color: var(--key-color);
  background-image: var(--btn-solid-icon-arrow);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 16px auto;
  border-radius: 5px;
  font-size: 1.12rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 374px) {

  .BtnSolidArrow,
  .InputBodyFormSurvey .BtnSolidArrowGray,
  .js-contact .BtnSolidArrowGray,
  .BtnSolidArrowGray,
  .BtnSolidMinus,
  .BtnSolidPlus,
  .BtnSolidBlank,
  input.BtnSolidArrow {
    background-size: 14px auto;
    font-size: 0.9375rem;
  }
}

.BtnSolidArrow.BtnActive,
.BtnActive.BtnSolidArrowGray,
.BtnActive.BtnSolidMinus,
.BtnActive.BtnSolidPlus,
.BtnActive.BtnSolidBlank,
input.BtnSolidArrow.BtnActive {
  position: relative;
  overflow: hidden;
}

.BtnSolidArrow.BtnActive::after,
.BtnActive.BtnSolidArrowGray::after,
.BtnActive.BtnSolidMinus::after,
.BtnActive.BtnSolidPlus::after,
.BtnActive.BtnSolidBlank::after,
input.BtnSolidArrow.BtnActive::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  animation: btnActiveMove 0.6s ease-out 0s 1 normal forwards;
  border-radius: 500px;
  opacity: 0;
}

.BtnSolidArrow.-slim,
.-slim.BtnSolidArrowGray,
.-slim.BtnSolidMinus,
.-slim.BtnSolidPlus,
.-slim.BtnSolidBlank,
input.BtnSolidArrow.-slim {
  padding-top: 15px;
  padding-bottom: 15px;
}

.BtnSolidBlank {
  /*ベタ塗りボタン　外部リンク*/
  background-image: var(--btn-solid-icon-blank);
}

.BtnSolidPlus {
  /*ベタ塗りボタン　プラス記号*/
  background-image: var(--btn-solid-icon-plus);
}

.BtnSolidPlus::after {
  animation: btnActiveMove 0.6s ease-out 0s 1 normal none;
}

.BtnSolidMinus {
  /*ベタ塗りボタン　マイナス記号*/
  background-image: var(--btn-solid-icon-minus);
}

.BtnSolidMinus::after {
  animation: btnActiveMove 0.6s ease-out 0s 1 normal none;
}

.BtnSolidArrowGray {
  /*ベタ塗りボタン　グレーアウト*/
  background-color: #737373 !important;
  pointer-events: none;
}

.InputBodyFormSurvey .BtnSolidArrowGray,
.js-contact .BtnSolidArrowGray {
  background-color: #737373 !important;
  background-image: var(--btn-solid-icon-arrow) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px top 50% !important;
  background-size: 16px auto !important;
  pointer-events: none;
}

.bg_wh .BtnLineArrow,
.bg_wh .InputBodyForm .list_btns .BtnLineArrowBk,
.InputBodyForm .list_btns .bg_wh .BtnLineArrowBk,
.bg_wh .BtnLineArrowBk,
.bg_wh .BtnLineQr,
.bg_wh .BtnLineReverse {
  background-image: var(--btn-line-icon-arrow-bk);
}

.BtnLineArrow,
.InputBodyForm .list_btns .BtnLineArrowBk,
.BtnLineArrowBk,
.BtnLineQr,
.BtnLineReverse {
  /*罫線ボタン 矢印*/
  margin: 0 auto;
  padding: 20px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-image: var(--btn-line-icon-arrow-bk);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 16px auto;
  border: 2px solid var(--key-color);
  border-radius: 5px;
  font-size: 1.12rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
}

@media (max-width: 374px) {

  .BtnLineArrow,
  .InputBodyForm .list_btns .BtnLineArrowBk,
  .BtnLineArrowBk,
  .BtnLineQr,
  .BtnLineReverse {
    background-size: 14px auto;
    font-size: 0.9375rem;
  }
}

.BtnLineArrow.BtnActive,
.InputBodyForm .list_btns .BtnActive.BtnLineArrowBk,
.BtnActive.BtnLineArrowBk,
.BtnActive.BtnLineQr,
.BtnActive.BtnLineReverse {
  position: relative;
  overflow: hidden;
}

.BtnLineArrow.BtnActive::after,
.InputBodyForm .list_btns .BtnActive.BtnLineArrowBk::after,
.BtnActive.BtnLineArrowBk::after,
.BtnActive.BtnLineQr::after,
.BtnActive.BtnLineReverse::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  animation: btnActiveMove 0.6s ease-out 0s 1 normal forwards;
  border-radius: 500px;
  opacity: 0;
}

.BtnLineReverse {
  /*罫線ボタン 矢印逆向き*/
  background-image: var(--btn-line-icon-reverse);
  background-position: left 10px top 50%;
}

.BtnLineQr {
  /*罫線ボタン QRコード*/
  background-image: var(--btn-line-icon-qr);
  background-position: right 11px top 50%;
  line-height: 1.2;
  padding: 12px 20px;
}

.BtnLineArrowBk {
  /*罫線ボタン キャンペーントップページへ*/
  background-image: var(--btn-line-icon-arrow-bk);
}

.BtnLineArrowBk._arrow-wh {
  background-image: var(--btn-line-icon-arrow-wh);
}

.InputBodyForm .list_btns .BtnLineArrowBk {
  background-image: url(../../images/cainz/icon_arrow_reverse_bk.svg);
  background-position: left 10px top 50%;
}

.InputBodyForm .list_btns .BtnLineArrowBk._arrow-wh {
  color: #fff;
  background-image: url(../../images/cainz/icon_arrow_reverse_wh.svg);
}

.LinkULine {
  text-decoration: underline;
}

/* --------------------
点滅3点ドット
-------------------- */
@keyframes dotBlink01 {
  0% {
    opacity: 0;
  }

  24% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes dotBlink02 {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes dotBlink03 {
  0% {
    opacity: 0;
  }

  74% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.obj_animationDot {
  display: inline-block;
  letter-spacing: normal;
  animation: dotBlink01 2s infinite;
}

.obj_animationDot+span.obj_animationDot {
  animation-name: dotBlink02;
}

.obj_animationDot+span.obj_animationDot+span.obj_animationDot {
  animation-name: dotBlink03;
}

/* --------------------
抽選結果演出
-------------------- */
@keyframes obj_resultMove {
  0% {
    transform: translate(0, 15px);
    opacity: 0;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.obj_result {
  animation: obj_resultMove 0.4s ease-out 0.6s 1 normal forwards;
  opacity: 0;
}

h1.obj_result {
  animation: obj_resultMove 0.4s ease-out 0.3s 1 normal forwards;
  opacity: 0;
}

/* --------------------
対象商品
-------------------- */
.obj_target {
  border: none;
  padding-top: 0;
}

.obj_target figure {
  padding-top: 15px;
}

.obj_target ul {
  padding: 0;
}

.obj_target li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.75rem;
  line-height: 1.5;
}

.obj_target li.obj_targetName {
  padding-left: 0;
  text-indent: 0;
}

.obj_target li span {
  font-size: 0.75rem;
  background: #e6e6e6;
  display: inline-block;
  padding: 3px 7px;
  margin-right: 5px;
  text-indent: 0;
  border-radius: 4px;
}

.obj_target p {
  padding: 10px 0 0;
}

.obj_target p.IndexTargetCaption {
  text-justify: inter-cluster;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  font-size: 0.75rem;
}

.obj_target .obj_targetAccordion {
  margin-top: 10px;
}

.obj_target .obj_targetAccordion h2 {
  padding: 15px 20px;
  cursor: pointer;
}

.obj_target .obj_targetAccordion .obj_targetDocumentsHidden {
  display: none;
  border-radius: 5px;
  background: #e6e6e6;
  margin-top: 7px;
  padding: 0 15px 15px;
}

.obj_target .obj_targetAccordion .obj_targetDocumentsHidden p {
  padding-top: 15px;
}

/* --------------------
スタンプカード
-------------------- */
@keyframes stampMove {
  0% {
    transform: scale(2) translateY(-10%) rotate(30deg);
    opacity: 0;
    filter: blur(2px);
  }

  50% {
    filter: blur(0px);
  }

  85% {
    transform: scale(0.9) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

.obj-select {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.obj-select .item {
  display: block;
}

.obj-select .item label {
  position: relative;
}

.obj-select .item input {
  position: absolute;
  visibility: hidden;
}

.obj-select .item.-done .itemWrap {
  position: relative;
  overflow: hidden;
  filter: grayscale(100%);
  color: #737373;
}

.obj-select .item.-done .itemWrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}

.obj-select .item.-done .itemWrap img {
  opacity: 0.8;
}

.obj-select .item.-done .itemWrap .text-done {
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: clamp(0.875rem, 3.5vw, 1.125rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  z-index: 4;
}

.obj-select .itemWrap {
  display: block;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 15px 20px;
  box-sizing: border-box;
  height: 100%;
}

.obj-select .itemWrap img {
  display: block;
  max-width: 119px;
  margin: 0 auto;
}

.obj-select .itemWrap .name {
  display: block;
  margin-top: 10px;
  font-size: clamp(0.75rem, 3.2vw, 1rem);
  line-height: 1;
}

.obj-select input:checked+.itemWrap {
  border-color: var(--key-color);
}

.obj-select.-selected input:not(:checked)+.itemWrap {
  filter: grayscale(100%);
  color: #737373;
}

.obj-select.-selected input:not(:checked)+.itemWrap img {
  opacity: 0.8;
}

.obj-select.-selected input:checked+.itemWrap {
  color: var(--key-color);
}

@keyframes dotBlink01 {
  0% {
    opacity: 0;
  }

  24% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes dotBlink02 {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes dotBlink03 {
  0% {
    opacity: 0;
  }

  74% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

span.obj_animationDot {
  display: inline-block;
  letter-spacing: normal;
  animation: dotBlink01 2s infinite;
}

span.obj_animationDot+span.obj_animationDot {
  animation-name: dotBlink02;
}

span.obj_animationDot+span.obj_animationDot+span.obj_animationDot {
  animation-name: dotBlink03;
}

.RedEx {
  background-color: #da2129;
  color: #fff;
  padding: 15px 15px 15px !important;
  font-weight: bold;
}

.RedEx+.RedEx {
  margin-top: -10px !important;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  font-weight: normal;
}

/* --------------------
クーポン番号
-------------------- */
.LowerWinCoupon {
  margin: 0 auto;
}

.LowerWinCoupon h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  position: relative;
  padding: 0 0 0 20px;
}

.LowerWinCoupon h3::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: var(--txt-color);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.LowerWinCoupon div {
  margin: 10px auto 0;
  background: #fff;
  border: 2px solid #e6e6e6;
  color: #000;
  border-radius: 5px;
  padding: 7px 0;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1;
}

.EntryFileSize {
  display: none;
}

.EntryFileSize aside {
  text-align: center;
}

.EntryFileSize p {
  font-size: 0.75rem !important;
  color: #da2129;
}

@media (max-width: 374px) {
  .EntryFileSize p {
    font-size: 0.6875rem !important;
  }
}

.EntryFileSizeOther {
  display: block;
}

.EntryFileSizeOther aside {
  text-align: center;
}

.EntryFileSizeOther p {
  font-size: 0.75rem !important;
  color: #da2129;
}

@media (max-width: 374px) {
  .EntryFileSizeOther p {
    font-size: 0.6875rem !important;
  }
}

.EntryDisplay {
  padding-top: 20px;
}

.EntryDisplay .EntryDisplayTotal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 14px;
}

.EntryDisplay .EntryDisplayTotal>span {
  display: block;
}

.EntryDisplay .EntryDisplayTotal span.EntryTotalNum {
  background-color: #fff;
  color: var(--key-color);
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.5em 0.8em;
  border: 2px solid var(--key-color);
  border-radius: 0.5em;
  margin: 0 0.5em;
}

.EntryDisplay .EntryDisplayTotal._noLefty {
  padding-left: 2em;
}

.EntryDisplay .EntryDisplayTotal._noLefty span.EntryTotalNum {
  padding-right: 1.4em;
  padding-left: 1.4em;
}

.EntryDisplay.-stamplist {
  padding-top: 0;
  padding-bottom: 0;
}

.EntryDisplay.-stamplist .EntryDisplayTotal {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "a a a" ". b c";
  gap: 1em 0.5em;
}

.EntryDisplay.-stamplist .EntryDisplayTotal>span {
  width: fit-content;
  margin: auto;
}

.EntryDisplay.-stamplist .EntryDisplayTotal>span:first-child {
  grid-area: a;
  font-size: 1.5em;
}

.EntryDisplay.-stamplist .EntryDisplayTotal>span.EntryTotalNum {
  grid-area: b;
  font-size: 1.8em;
}

.EntryDisplay.-stamplist .EntryDisplayTotal>span.EntryTotalNum+span {
  grid-area: c;
  color: var(--key-color);
  margin: auto auto 0 0;
  font-size: 1.2em;
}

.EntryDisplay .EntryDisplayList {
  padding: 2px 0;
  background: #eee;
  border-radius: 0.5em;
}

.EntryDisplay .EntryDisplayList ._item {
  display: grid;
  grid-template-columns: 3.5em 1fr 1.5em auto;
  margin: 0 auto;
  padding: 8px 10px;
}

.EntryDisplay .EntryDisplayList ._item+._item {
  border-top: 2px solid #fff;
}

.EntryDisplay .EntryDisplayList ._item>span {
  display: block;
}

.EntryDisplay .EntryDisplayList ._item ._itemNameWrap {
  flex-grow: 999;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--key-color);
  border-radius: 0 0.25rem 0.25rem 0;
  font-size: 14px;
}

.EntryDisplay .EntryDisplayList ._item ._itemPoint {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: 0;
  font-size: 0.7em;
  background: var(--key-color);
  color: var(--btn-color);
  border-radius: 0.25rem 0 0 0.25rem;
  padding: 0.5em;
}

.EntryDisplay .EntryDisplayList ._item ._itemPoint>span {
  display: block;
  width: 100%;
  line-height: 1;
}

.EntryDisplay .EntryDisplayList ._item ._itemPoint strong {
  font-size: 1.2em;
  line-height: 1;
  display: block;
  width: 100%;
}

.EntryDisplay .EntryDisplayList ._item ._itemName {
  flex-grow: 999;
  font-size: 0.9em;
  text-align: left;
  padding: 0.75em 1em;
}

.EntryDisplay .EntryDisplayList ._item ._itemX {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 0.25em;
  font-size: 1.4em;
  color: var(--key-color);
  transform: translate(0, -0.1em);
}

.EntryDisplay .EntryDisplayList ._item ._itemX._itemHon {
  font-size: 1rem;
  font-weight: bold;
  transform: translate(0, 0);
}

.EntryDisplay .EntryDisplayList ._item ._itemStatus_Num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.EntryDisplay .EntryDisplayList ._item ._itemStatus_Num input {
  width: 2.4em;
  height: 100%;
  background: #fff;
  border: 1px solid var(--key-color);
  border-radius: 0.25em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.EntryDisplay .EntryDisplayList ._item ._itemStatus_Num input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.EntryDisplay .EntryDisplayList ._item ._itemStatus_Num input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.EntryDisplay .EntryDisplayList ._item ._itemStatus_Num input::placeholder {
  color: #c9c9c9;
}

.ModalPoint .ModalPointFrame {
  overflow: auto;
  max-height: 250px;
  margin-top: 20px;
}

.ModalPoint .ModalPointFrame .EntryDisplayTotal {
  margin-top: 20px;
}

.ModalPoint .ModalPointFrame .EntryDisplayTotal:first-child {
  margin-top: 0;
}

.ModalPoint .EntryDisplayTotal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
}

.ModalPoint .EntryDisplayTotal>span {
  display: block;
}

.ModalPoint .EntryDisplayTotal>span:nth-child(3) {
  color: #da2129 !important;
}

.ModalPoint .EntryDisplayTotal span.EntryTotalNum {
  background-color: #fff;
  color: var(--key-color);
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.5em 0.8em;
  border: 2px solid var(--key-color);
  border-radius: 0.5em;
  margin: 0 0.5em;
}

.ModalPoint .EntryDisplayTotal._noLefty {
  padding-left: 2em;
}

.ModalPoint .EntryDisplayTotal._noLefty span.EntryTotalNum {
  padding-right: 1.4em;
  padding-left: 1.4em;
}

.ModalPoint .t_red {
  font-size: 1.25rem !important;
  font-weight: bold;
}

.pointView {
  margin-top: 30px;
  margin-bottom: 25px;
}

.pointView.pointViewEnd {
  padding: 0;
}

.pointView dt {
  font-size: 1rem;
  font-weight: bold;
  padding: 0 0 15px;
}

.pointView dd,
.pointView .pointViewBody {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 30px;
  min-width: 150px;
  font-size: 2.625rem;
  line-height: 0.8;
  border: 2px solid var(--key-color);
  border-radius: 10px;
  vertical-align: bottom;
  line-height: 0.8;
  color: var(--key-color);
  position: relative;
  background-color: #fff;
}

.pointView dd .pointViewSmall,
.pointView .pointViewBody .pointViewSmall {
  display: block;
  font-size: 1.12rem;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: -1.5em;
}

.pointView+p {
  padding: 0 !important;
}

.LoadTitle {
  font-size: 1.25rem;
}

.LoadTitle+.pointView {
  margin-top: 15px;
}

.prizeList.-select .pointView {
  margin-top: 20px;
  margin-bottom: 10px;
}

.prizeList.-select .pointView .pointViewBody {
  min-width: initial;
  width: 100%;
  font-size: 1.75rem;
  padding: 10px 15px;
  margin-right: 0;
}

.prizeList.-select .pointView .pointViewBody .pointViewSmall {
  font-size: 0.625rem;
  right: 2px;
  bottom: 2px;
}

html.ModalOpen {
  overflow-y: hidden;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

html.ModalOpen body {
  position: fixed;
  left: 0;
  width: 100%;
}

@media (orientation: landscape) {
  html.ModalOpen.ModalLandscape {
    overflow-y: visible !important;
    position: static !important;
  }
}

@media (orientation: landscape) {
  html.ModalOpen.ModalLandscape body {
    position: relative !important;
    top: 0 !important;
  }
}

@media (orientation: landscape) {
  html.ModalOpen.ModalLandscape .ModalCover {
    position: absolute !important;
    overflow-y: visible !important;
  }
}

@media (orientation: landscape) {
  html.ModalOpen.ModalLandscape .ModalCover .ModalOuter {
    align-items: flex-start !important;
  }
}

@-ms-viewport {
  width: auto;
}

.ModalWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999999999;
  transition: 0.3s 0.2s;
}

.ModalWrap .ModalOuter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}

.ModalWrap .ModalInner {
  width: 100%;
}

@media (min-width: 901px) {
  .ModalWrap .ModalInner {
    width: 590px;
  }
}

.ModalInner {
  color: #000;
  background: #fff;
  width: calc(100% - 60px);
  margin: 0 30px;
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 5px;
  position: relative;
}

.ModalInner._wide {
  margin: 0 auto;
}

.ModalInner.ModalGetPoint {
  padding: 70px 20px;
}

.ModalInner h1 {
  font-size: 1.12rem;
  padding-bottom: 15px;
  color: var(--key-color);
}

.ModalInner h1 span {
  font-size: 2.125rem;
}

.ModalInner h1.ModalTitleOnly {
  padding: 15px 0 0;
  color: #000;
}

.ModalInner h1.ModalErrorTitle {
  color: #000;
}

.ModalInner figure {
  padding-bottom: 15px;
}

.ModalInner figure img {
  width: 100%;
  max-width: 420px;
}

.ModalInner p {
  font-size: 0.75rem;
}

.ModalInner p+p {
  margin-top: 15px;
}

.ModalInner .ModalClose {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #000;
  right: -11px;
  top: -11px;
  cursor: pointer;
  z-index: 999999999999999;
  border-radius: 500px;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.5);
}

.ModalInner .ModalClose::before,
.ModalInner .ModalClose::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.6s;
}

.ModalInner .ModalClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ModalInner .overIsScroll {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 3px;
  max-height: 50vh;
  overflow: auto;
  padding: 1em;
  text-align: left;
  font-size: 0.75rem;
}

.ModalInner .overIsScroll li+li {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #eee;
}

.ModalInner .overIsScroll .time {
  display: block;
  margin-bottom: 0.2em;
  font-size: 0.8em;
}

.ModalInner .check20over {
  display: block;
  font-size: 1.25rem;
  padding: 1.5em 0;
}

.ModalInner img.stamp_l {
  display: block;
  width: 50%;
  max-width: 196px;
  animation: stampMove_modal 0.8s cubic-bezier(0.48, 0.09, 0.47, 0.92) 0s 1 normal forwards;
}

.ModalInner .sevenDaysHead {
  width: calc(100% + 40px);
  margin: -30px 0 15px -20px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

@keyframes stampMove_modal {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(2px);
  }

  80% {
    transform: scale(1.1);
    opacity: 1;
    filter: blur(0px);
  }

  100% {
    transform: scale(1);
  }
}

/*サイト設定-------------------------------------------------------------------------------------------------------------*/
/*ヘッダー*/
#LowerHeader {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

/*フッター*/
#CommonFooter {
  margin: 0 auto;
  padding: 0 20px 15px;
  border-top: 2px solid var(--key-color);
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
}

#CommonFooter .FooterID {
  padding: 15px 0 0;
  font-size: 0.6875rem;
  line-height: 1;
}

#CommonFooter .FooterID span {
  padding: 3px 13px;
  display: inline-block;
  border: 1px solid var(--txt-color);
  border-radius: 300px;
}

#CommonFooter aside {
  padding: 15px 0 0;
  font-size: 0.6875rem;
}

/*ページタイトル*/
article h1 {
  width: 100%;
  position: relative;
  font-size: 1.6875rem;
  font-weight: bold;
}

article h1 span {
  letter-spacing: -0.2em;
}

@media (max-width: 374px) {
  article h1 {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
}

article h1.TitLine {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--txt-color);
}

article h1.TitLine::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: var(--bg-color);
  border: 2px solid var(--txt-color);
  border-top: none;
  border-right: none;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0) rotate(-45deg);
}

article h2,
article h3 {
  margin-top: 30px;
}

article .PointTit {
  font-size: 1.12rem;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

article .PointTit span {
  font-size: 2.125rem;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

article .PointTit::after,
article .PointTit::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: var(--txt-color);
  border-radius: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

article .PointTit::before {
  left: -16px;
}

article .PointTit::after {
  right: -16px;
}

article .PointTitSub {
  font-size: 0.9375rem !important;
  letter-spacing: -0.02em !important;
  font-weight: bold;
}

/*下層基本レイアウト*/
#LowerBody {
  padding: 45px 35px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
  border-top: 2px solid var(--key-color);
}

@media (max-width: 374px) {
  #LowerBody {
    padding: 45px 30px 30px;
  }
}

#LowerBody p {
  padding: 15px 0 0;
  font-size: 0.9375rem;
}

#LowerBody p .TxtBold {
  font-weight: bold;
}


.EntryCheck {
  margin-top: 20px;
  padding: 20px;
  border: solid 2px var(--key-color);
  box-sizing: border-box;
  border-radius: 2px;
}
.EntryCheck h3 {
  margin: 0;
  padding-bottom: 16px;
  font-size: 1.12rem;
  font-weight: bold;
  border-bottom: solid 2px var(--key-color);
}
.EntryCheck dl {
  margin-top: 20px;
}
.EntryCheck dl dt {
  font-size: 0.9375rem;
  font-weight: bold;
}
.EntryCheck dl dd {
  margin-top: 10px;
}
.EntryCheck dl dd label {
  margin: 0 4px;
  display: inline-block;
  background: var(--key-color);
  border-radius: 4px;
  padding: 8px 4px;
  min-width: 100px;
  box-sizing: border-box;
  color: #fff;
}
.EntryCheck dl dd input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: #fff;
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
  border-radius: 500px;
  display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: -5%;
}
.EntryCheck dl dd input[type=radio]:checked::after {
  content: "";
  display: block;
  position: absolute;
  line-height: 1;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: var(--key-color);
  border-radius: 500px;
  transform: translate(-50%, -50%);
}

/* --------------------
読み込み中ページ
-------------------- */
.LoadPic {
  border-radius: 10px;
  padding: 15px 0 0;
  margin: 15px auto;
}

.LoadPic div {
  width: 120px;
  margin: 0 auto;
}

.LoadPic p {
  padding: 0 !important;
  margin: 0 auto !important;
  font-size: 0.75rem !important;
}

.LoadPic video {
  width: 100%;
}

.LoadPic.-lottery div {
  width: 200px;
  margin: 0 auto;
}

/* --------------------
ボタンラッパー
-------------------- */
.list_btns.list_btnsEnd {
  padding: 0;
}

.list_btns li+li {
  padding-top: 15px;
}

.CpEndIndexCaution {
  background: #da2129;
  padding: 30px 0;
}

.CpEndIndexCaution p {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}

.IndexKvInner {
  padding: 20px 20px 30px;
}

@media (max-width: 374px) {
  .IndexKvInner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.IndexKvInner.IndexKvCoupon {
  padding: 0;
}

.IndexKvInner.IndexKvEnd {
  padding: 0;
}

.IndexKvInner.IndexKvMy {
  padding: 0;
}

.IndexKvInner.IndexKvMy p {
  padding: 12px 20px;
}

.IndexKvInner p {
  font-size: 0.75rem;
}

.IndexKvInner p>a {
  text-decoration: underline;
}

.IndexKvInner p.BtnNav {
  font-size: 0.75rem;
}

.IndexKvInner p.BtnNavR {
  font-size: 1rem;
  font-weight: bold;
  padding: 10px;
  color: #ff0000;
  border: solid #ff0000 1px;
}
.IndexKvInner p.BtnNavR a {
  color: #ff0000;
}

.IndexKvInner .IndexKvBtn h3 {
  padding: 15px 0 10px;
  font-size: 0.875rem;
  width: 100%;
}

.IndexKvInner .IndexKvBtn h3 span {
  display: inline-block;
  position: relative;
}

.IndexKvInner .IndexKvBtn h3 span::before,
.IndexKvInner .IndexKvBtn h3 span::after {
  width: 2px;
  height: 80%;
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
}

.IndexKvInner .IndexKvBtn h3 span::before {
  left: -8px;
  transform: translate(0, -50%) rotate(-30deg);
}

.IndexKvInner .IndexKvBtn h3 span::after {
  right: -8px;
  transform: translate(0, -50%) rotate(30deg);
}

.IndexKvInner dl {
  font-size: 0.875rem;
}

@media (max-width: 374px) {
  .IndexKvInner dl {
    margin: 10px 15px 0;
  }
}

.IndexKvInner dl.-borderTop {
  border-top: 1px solid var(--txt-color);
  padding-top: 15px;
}

.IndexKvInner dl dt {
  font-weight: bold;
}

.IndexKvInner dl dd {
  font-weight: bold;
  letter-spacing: -0.03em;
}

@media (max-width: 374px) {
  .IndexKvInner dl dd {
    font-size: 0.75rem;
  }
}

.IndexKvInner dl dd span {
  font-size: 0.75rem;
  display: block;
  margin-top: 10px;
}

.IndexKvInner dl dd span.TxtNormal {
  font-weight: normal;
}

@media (max-width: 374px) {
  .IndexKvInner dl dd span {
    font-size: 0.6875rem;
  }
}

.IndexKvInner dl dd+dd {
  border-top: 1px solid var(--txt-color);
}

.IndexKvInner dl dl+p {
  border-top: 1px solid var(--txt-color);
}

.IndexKvInner dl+dl {
  border-top: 1px solid var(--txt-color);
  padding-top: 15px;
  margin-top: 15px;
}

.IndexKvInner .overview {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid;
}

.IndexKvInner .list_btns {
  padding: 0 15px;
}

.IndexBodyInner {
  padding: 30px 35px;
  border-top: 2px solid var(--key-color);
}

@media (max-width: 374px) {
  .IndexBodyInner {
    padding: 30px;
  }
}

.IndexBodyInner p.IndexCaution {
  padding: 0;
  font-size: 0.75rem;
}

.IndexBodyInner.-borderless {
  border-top: none;
  padding-top: 0;
}

.IndexBodyInner.IndexHowtoStep ol li {
  padding-top: 30px;
}

.IndexBodyInner.IndexHowtoStep h2 {
  padding: 3px 0 7px;
  font-size: 1.12rem;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  background: #e6e6e6;
  border-radius: 500px;
  vertical-align: baseline;
}

.IndexBodyInner.IndexHowtoStep h2 span {
  font-size: 1.75rem;
  display: inline-block;
  margin-left: 3px;
  vertical-align: baseline;
}

.IndexBodyInner.IndexHowtoStep figure {
  padding-top: 15px;
}

.IndexBodyInner .wrap-sideSlash {
  padding: 2em 0;
}

.IndexBodyInner .wrap-sideSlash .BtnSolidBlank {
  line-height: 1.2 !important;
}

.IndexBodyInner p.sideSlash {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  font-weight: normal;
  margin-bottom: 1em;
}

.IndexBodyInner p.sideSlash:before {
  content: "";
  width: 1px;
  border-radius: 1px;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-25deg);
}

.IndexBodyInner p.sideSlash:after {
  content: "";
  width: 1px;
  border-radius: 1px;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(25deg);
}

.IndexBodyInner .IndexKv dl {
  margin: 15px auto 0;
}

.IndexBodyInner .IndexKv dl+dl {
  margin-top: 0;
  border-top: none;
}

.IndexKvTeaser h2 {
  font-size: 1.25rem;
}

.IndexDocuments section {
  padding: 15px 0 0;
}

.IndexDocuments section:first-child {
  padding: 0;
}

.IndexDocuments h1 {
  cursor: pointer;
  padding: 15px 20px;
}

.IndexDocuments .IndexDocumentsHidden {
  display: none;
  border-radius: 5px;
  background: #e6e6e6;
  margin-top: 7px;
  padding: 0 15px 15px;
  text-justify: inter-cluster;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
}

.IndexDocuments .IndexDocumentsHidden._imageBox {
  padding: 0;
}

.IndexDocuments .IndexDocumentsHidden.IndexDocumentsFaq h2 {
  padding-top: 30px;
  font-size: 0.875rem;
}

.IndexDocuments .IndexDocumentsHidden.IndexDocumentsFaq h2:first-child {
  padding-top: 15px;
}

.IndexDocuments .IndexDocumentsHidden h1 {
  font-size: 1rem;
  padding: 30px 0 7px;
  border-bottom: 1px solid #000;
  cursor: auto;
}

.IndexDocuments .IndexDocumentsHidden h1:first-child {
  padding: 15px 0 7px;
}

.IndexDocuments .IndexDocumentsHidden h2 {
  margin: 0;
  padding-top: 15px !important;
  font-size: 0.875rem;
}

.IndexDocuments .IndexDocumentsHidden h3 {
  margin: 0;
  padding-top: 7px;
  font-size: 0.75rem;
}

.IndexDocuments .IndexDocumentsHidden p {
  padding-top: 7px;
  font-size: 0.75rem !important;
  letter-spacing: -0.02em;
}

.IndexDocuments .IndexDocumentsHidden p .indentP {
  padding-left: 1em;
  display: block;
}

.IndexDocuments .IndexDocumentsHidden p .TxtBold {
  font-weight: bold;
}

.IndexDocuments .IndexDocumentsHidden ul,
.IndexDocuments .IndexDocumentsHidden ol {
  padding-top: 7px;
}

.IndexDocuments .IndexDocumentsHidden ul>li>ul,
.IndexDocuments .IndexDocumentsHidden ul>li>ol,
.IndexDocuments .IndexDocumentsHidden ol>li>ul,
.IndexDocuments .IndexDocumentsHidden ol>li>ol {
  padding-top: 3px;
  padding-bottom: 3px;
}

.IndexDocuments .IndexDocumentsHidden li {
  padding-top: 3px;
  font-size: 0.75rem;
  text-indent: -1em;
  padding-left: 1em;
}

.IndexDocuments .IndexDocumentsHidden li:first-child {
  padding-top: 0;
}

.IndexDocuments .IndexDocumentsHidden li .TxtUnderline {
  text-decoration: underline;
}

.IndexDocuments .IndexDocumentsHidden dl dt {
  padding-top: 7px;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
}

.IndexDocuments .IndexDocumentsHidden dl li {
  padding-top: 3px;
  font-size: 0.75rem;
  text-indent: 0;
  padding-left: 0;
}

.IndexDocuments .IndexDocumentsHidden dl li:first-child {
  padding-top: 0;
}

.IndexDocuments .IndexDocumentsHidden a {
  color: #000;
  text-decoration: underline;
}

.IndexDocuments .IndexDocumentsClose {
  margin: 15px 60px 0;
  text-align: center;
}

.IndexDocuments .IndexDocumentsClose .BtnSolidMinus {
  cursor: pointer;
  padding: 10px 15px;
  font-size: 0.75rem;
}

.IndexPointEntry {
  padding: 15px 0 0;
}

.IndexPointEntry input[type=tel] {
  display: block;
  background: #e6e6e6;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.3125rem;
  line-height: 0.8;
  color: #000;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  margin: 5px auto 0;
}

.IndexPointEntry input[type=tel]:first-child {
  margin: 0 auto;
}

.IndexPointEntry nav {
  padding: 15px 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.IndexPointEntry nav span {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  animation: btnActiveMove 0.6s ease-out 0s 1 normal forwards;
  border-radius: 500px;
}

.IndexPointEntry .AnchorTargetText {
  font-weight: bold;
}

.IndexPointEntry .AnchorTargetText a {
  color: #000;
  text-decoration: underline;
}

.IndexPointEntry.-error {
  padding-top: 25px;
}

.IndexPointEntry.-error #CameraForm {
  margin-top: 0;
}

.IndexPointEntry.-error nav {
  padding-top: 0;
}

.IndexPrize p {
  padding: 10px 0 0;
}

.IndexPrize p.IndexPrizeCaption {
  text-justify: inter-cluster;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  font-size: 0.75rem;
}

.IndexPrize ul.IndexPrizeCaption {
  font-size: 0.75rem;
  padding: 10px 0 0;
  text-justify: inter-cluster;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
}

.IndexPrize ul.IndexPrizeCaption li.IndexPrizeCaptionIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.IndexPrize .IndexPrizeCaption+.IndexPrizeCaption {
  padding-top: 0;
}

.IndexPrize aside.list_btns {
  padding: 30px 0 0;
}

.IndexAddress {
  margin-top: 25px;
  font-size: 0.8125rem;
}

.IndexAddress:first-child {
  margin-top: 0;
}

.IndexAddress dt {
  padding: 7px 0 0;
  line-height: 1.2;
  font-weight: bold;
}

.IndexAddress dd {
  padding-top: 7px;
}

.IndexAddress ul li {
  padding-top: 7px;
}

.IndexAddress ul li:first-child {
  padding-top: 0;
}

.IndexAddress a {
  color: #000;
  text-decoration: underline;
}

.HistoryBody {
  padding-top: 15px;
}

.HistoryBody table {
  margin-top: 8px;
  width: 100%;
  border: 1px solid var(--border-color);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
}

.HistoryBody table:first-child {
  margin-top: 0;
}

.HistoryBody table tr:first-child {
  border: none;
}

.HistoryBody table tr:first-child th {
  border: none;
}

.HistoryBody table tr:first-child td {
  border: none;
}

.HistoryBody table th {
  border-top: 1px solid var(--border-color);
  background: #CCCCCC;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #000;
  padding: 10px 3px;
  letter-spacing: 0.08em;
  width: 84px;
  box-sizing: border-box;
}

.HistoryBody table td {
  border-top: 1px solid var(--border-color);
  background: #fff;
  text-align: left;
  font-size: 0.8125rem;
  color: #000;
  padding: 10px;
  letter-spacing: -0.03em;
  vertical-align: middle;
}

.HistoryBody table td a {
  text-decoration: underline;
}

.HistoryBody table td .HistoryWin {
  color: var(--key-color);
}

.HistoryBody table td .HistoryWin span {
  font-weight: bold;
  font-size: 0.9375rem;
}

.HistoryBody table td .HistoryWin a {
  color: var(--key-color);
}

.HistoryBody table td .HistoryWait span {
  font-weight: bold;
  font-size: 0.9375rem;
}

.HistoryBody table td .HistorySeal {
  color: var(--key-color);
}

.HistoryBody table td .HistorySeal span {
  font-weight: bold;
  font-size: 0.9375rem;
}

.HistoryPagenation {
  padding-top: 7px;
}

.HistoryPagenation aside {
  font-size: 0.75rem;
}

.HistoryPagenation nav {
  padding-top: 5px;
}

.HistoryPagenation nav li {
  display: inline-block;
  margin: 10px 5px 0;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 374px) {
  .HistoryPagenation nav li {
    margin: 10px 3px 0;
  }
}

.HistoryPagenation nav li a {
  display: block;
  padding: 7px 5px;
  min-width: 32px;
  box-sizing: border-box;
  border: 1px solid var(--txt-color);
  border-radius: 5px;
}

.HistoryPagenation nav li.HistoryPageArrowLeft {
  border: none;
  padding: 7px 0;
}

.HistoryPagenation nav li.HistoryPageArrowLeft a {
  min-width: 24px;
  border: none;
  font-weight: bold;
}

.HistoryPagenation nav li.HistoryPageArrowRight {
  border: none;
  padding: 7px 0;
}

.HistoryPagenation nav li.HistoryPageArrowRight a {
  min-width: 24px;
  border: none;
  font-weight: bold;
}

.HistoryPagenation nav li span {
  display: block;
  padding: 7px 5px;
  min-width: 32px;
  box-sizing: border-box;
  border-radius: 5px;
  background: var(--key-color);
  color: var(--btn-color);
}

html.ModalOpen {
  overflow-y: hidden;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

html.ModalOpen body {
  position: fixed;
  left: 0;
  width: 100%;
}

@media (orientation: landscape) {
  html.ModalOpen.ModalLandscape {
    overflow-y: visible !important;
    position: static !important;
  }
}

@media (orientation: landscape) {
  html.ModalOpen.ModalLandscape body {
    position: relative !important;
    top: 0 !important;
  }
}

@media (orientation: landscape) {

  html.ModalOpen.ModalLandscape #ModalCover,
  html.ModalOpen.ModalLandscape #ModalCover_2nd,
  html.ModalOpen.ModalLandscape #ModalCover_3rd {
    position: absolute !important;
    overflow-y: visible !important;
  }
}

@media (orientation: landscape) {

  html.ModalOpen.ModalLandscape #ModalCover .ModalOuter,
  html.ModalOpen.ModalLandscape #ModalCover_2nd .ModalOuter,
  html.ModalOpen.ModalLandscape #ModalCover_3rd .ModalOuter {
    align-items: flex-start !important;
  }
}

@-ms-viewport {
  width: auto;
}

.InputBody p {
  text-align: left;
}

.InputBodyForm {
  padding: 15px 0 0;
}

.InputBodyForm.InputBodyFormConfirm dl {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.InputBodyForm dl {
  padding: 15px 0 0;
  text-align: left;
}

.InputBodyForm dl.FormOverflow dt {
  text-align: center !important;
}

.InputBodyForm dl.FormOverflow dd {
  margin-top: 5px;
  padding: 6px 10px;
  border: 1px solid #666;
  border-radius: 5px;
  overflow: auto;
  height: 130px;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody h1 {
  font-size: 0.875rem !important;
  padding: 15px 0 7px;
  border-bottom: 1px solid #000;
  cursor: auto;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody h2 {
  margin-top: 0;
  padding-top: 15px;
  font-size: 0.875rem !important;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody h3 {
  padding-top: 7px;
  font-size: 0.75rem !important;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody p {
  padding-top: 7px;
  font-size: 0.75rem !important;
  letter-spacing: -0.02em;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody ul,
.InputBodyForm dl.FormOverflow .FormOverflowBody ol {
  padding-top: 7px;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody ul li,
.InputBodyForm dl.FormOverflow .FormOverflowBody ol li {
  padding-top: 3px;
  font-size: 0.75rem !important;
  text-indent: -1em;
  padding-left: 1em;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody ul li:first-child,
.InputBodyForm dl.FormOverflow .FormOverflowBody ol li:first-child {
  padding-top: 0;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody ul li .TxtUnderline,
.InputBodyForm dl.FormOverflow .FormOverflowBody ol li .TxtUnderline {
  text-decoration: underline;
  display: inline !important;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody ul.TargetList,
.InputBodyForm dl.FormOverflow .FormOverflowBody ol.TargetList {
  padding: 0;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody ul.TargetList>li,
.InputBodyForm dl.FormOverflow .FormOverflowBody ol.TargetList>li {
  padding-top: 7px;
  padding-left: 0;
  text-indent: 0;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody ul.TargetList>li.TargetListPadding,
.InputBodyForm dl.FormOverflow .FormOverflowBody ol.TargetList>li.TargetListPadding {
  padding-top: 0;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody ul.TargetList ul,
.InputBodyForm dl.FormOverflow .FormOverflowBody ol.TargetList ul {
  padding: 0;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody a {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody dl {
  padding-top: 7px;
  font-size: 0.75rem !important;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody dl dt {
  text-align: left !important;
  font-weight: normal;
  font-size: 0.75rem;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody dl dd {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  height: auto;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody dl dd ul {
  padding-top: 0;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody dl dd li {
  text-indent: 0;
  padding-left: 0;
}

.InputBodyForm dl.FormOverflow .FormOverflowBody dl dd li.TextIndent {
  text-indent: -1em;
  padding-left: 1em;
}

.InputBodyForm dt {
  font-size: 0.875rem;
  font-weight: bold;
}

.InputBodyForm dt span {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 3px 6px;
  border-radius: 3px;
  margin-left: 5px;
  line-height: 1;
}

.InputBodyForm dd {
  padding: 5px 0 0;
}

.InputBodyForm dd.imgPreview img {
  display: block;
  margin: 10px auto 0;
  width: 50%;
}

.InputBodyForm dd.imgPreview img:first-child {
  margin-top: 0;
}

.InputBodyForm dd p {
  padding: 5px 0 !important;
}

.InputBodyForm dd p.FormCation {
  font-size: 0.75rem !important;
}

.InputBodyForm dd p.FormCation a {
  text-decoration: underline !important;
}

.InputBodyForm dd p.FormCation.FormError {
  background: #da2129;
  color: #fff;
  border-radius: 5px;
  margin-top: 5px;
  padding: 5px 10px !important;
  box-sizing: border-box;
  display: none;
}

.InputBodyForm dd p.TxtCenter {
  text-align: center;
}

.InputBodyForm dd.CheckedColor {
  color: #999;
}

.InputBodyForm dd.CheckedColor label.CheckEtc {
  color: var(--txt-color);
}

.InputBodyForm dd input.CheckEtc2Form {
  opacity: 0.3;
}

.InputBodyForm dd input,
.InputBodyForm dd select {
  background: #eee;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 6px;
  display: block;
}

.InputBodyForm dd select {
  border: none;
}

.InputBodyForm dd input:-ms-input-placeholder,
.InputBodyForm dd textarea:-ms-input-placeholder {
  color: #999;
  font-size: 0.8125rem;
}

.InputBodyForm dd input::placeholder,
.InputBodyForm dd textarea::placeholder {
  color: #999;
  font-size: 0.8125rem;
}

.InputBodyForm dd input[type=file] {
  display: block;
  margin-top: 5px;
}

.InputBodyForm dd input[type=file]:first-child {
  margin-top: 0;
}

.InputBodyForm dd select {
  background: #eee url(/images/icon_arrow_select.svg) no-repeat right 10px top 50%;
  background-size: auto 7px;
  line-height: 24px;
}

.InputBodyForm dd select.select_age {
  display: inline-block;
  width: 8em;
  margin-right: 0.25em;
}

.InputBodyForm dd select.select_age._mini {
  width: 5em;
}

.InputBodyForm dd .wrap_md {
  display: block;
  margin-top: 0.5em;
}

.InputBodyForm dd .wrap_md select.select_age:nth-child(n+2) {
  margin-left: 0.25em;
}

.InputBodyForm dd .InputError {
  display: block;
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 3px 6px;
  border-radius: 3px;
  margin-top: 5px;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
}

.InputBodyForm dd span {
  display: block;
}

.InputBodyForm dd.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.InputBodyForm dd.flex>*+* {
  margin-left: 2%;
}

.InputBodyForm dd.flex input {
  width: 49%;
}

.InputBodyForm dd.flex .InputError {
  margin-left: 0;
}

.InputBodyForm dd .input_min {
  width: 72px !important;
}

.InputBodyForm dd button.InputAddressAuto {
  font-size: 0.6875rem;
  width: 42%;
  border: 1px solid var(--txt-color);
  border-radius: 5px;
  color: var(--txt-color);
  line-height: 1.3;
  margin-left: 4% !important;
}

@media (max-width: 374px) {
  .InputBodyForm dd button.InputAddressAuto {
    width: calc(37% - 10px);
  }
}

.InputBodyForm .InputFormPostal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.InputBodyForm .InputFormPostal input {
  width: 50%;
}

.InputBodyForm .InputFormPostal button.InputAddressAuto {
  font-size: 0.6875rem;
  width: calc(50% - 10px);
  border: 1px solid var(--txt-color);
  border-radius: 5px;
}

.InputBodyForm input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: #eee;
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  border: 1px solid #e8e8e8;
  margin: 0;
}

.InputBodyForm input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 6px;
  width: 5px;
  height: 2px;
  transform: rotate(45deg);
  background: #000;
}

.InputBodyForm input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  bottom: 2px;
  width: 2px;
  height: 8px;
  transform: rotate(40deg);
  background: #000;
}

.InputBodyForm input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: #fff;
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
  border-radius: 500px;
  display: inline-block;
  position: relative;
  border: 1px solid #e8e8e8;
  margin: 0;
}

.InputBodyForm input[type=radio]:checked::after {
  content: "";
  display: block;
  position: absolute;
  line-height: 1;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 500px;
  transform: translate(-50%, -50%);
}

.InputBodyForm label {
  padding-top: 5px;
  font-size: 1rem;
  line-height: 1.8;
  display: block;
}

.InputBodyForm textarea {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 6px;
  display: block;
}

ul.errorCaption {
  font-size: 0.75rem;
  padding: 10px 0 0;
  text-justify: inter-cluster;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
}

ul.errorCaption li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.errorCaption.TxtCenter {
  text-align: center;
}

p.errorCaption {
  font-size: 0.75rem !important;
  padding: 10px 0 0 !important;
  text-justify: inter-cluster;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
}

.TxtSmall {
  font-size: 0.75rem;
}

#IndexBody .IndexBodyInner p.TxtSmall {
  font-size: 0.75rem;
}

#IndexBody .IndexBodyInner p .TxtUnderline {
  text-decoration: underline;
}

.prizeTitle {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.prizeTitle span {
  font-size: 2.125rem;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
}
.prizeTitle span._s {
    margin: 4px 0;
    font-size: 0.875rem;
    line-height: 1.4;
}
.prizeTitle::after,
.prizeTitle::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: var(--txt-color);
  border-radius: 500px;
  position: absolute;
  top: 50%;
}

.prizeTitle::before {
  left: -16px;
  transform: translate(0, -50%);
}

.prizeTitle::after {
  right: -16px;
  transform: translate(0, -50%);
}

.prizeList {
  margin-top: 1em;
}

.prizeList.-pulldowns {
  margin-top: 1.5em;
}

.prizeList.-pulldowns>li+li {
  margin-top: 20px;
}

.prizeList.-pulldowns .pulldownContents {
  padding-top: 0.5em;
}

.prizeList.-pulldowns .BtnSolidPlus {
  text-align: center;
}

.prizeList.-pulldowns li {
  padding-left: 0;
  text-indent: 0;
}

.howto-upload_caution .pulldownContents {
  margin-top: 10px;
}

.howto-upload_caution .pulldownContents img {
  border-radius: 5px;
}

.pulldownToggle.opener {
  cursor: pointer;
  background-image: var(--btn-solid-icon-plus) !important;
}

.pulldownToggle.closer {
  cursor: pointer;
  background-image: var(--btn-solid-icon-minus) !important;
}

.AsideBox {
  padding: 15px;
  border: solid 2px var(--key-color);
}
