@charset "UTF-8";
/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: layout.scss
--------------------------------------------------------------------- */
/* import */
/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: _config.scss
--------------------------------------------------------------------- */
/* reset.css 読み込み */
/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: _reset.scss
--------------------------------------------------------------------- */
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit] [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
# radio & checkbox
*/
[type=number],
[type=email],
[type=radio],
[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

[type=checkbox] {
  opacity: 0;
}

/* PC横幅 */
/* メディアクエリ */
/* 文字設定 */
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/tc/NotoSansTC-Thin.woff) format("woff"), url(/fonts/tc/NotoSansTC-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/tc/NotoSansTC-Light.woff) format("woff"), url(/fonts/tc/NotoSansTC-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/tc/NotoSansTC-Bold.woff) format("woff"), url(/fonts/tc/NotoSansTC-Bold.otf) format("opentype");
}
/* 色設定 */
/* ベンダープレフィックス設定 */
/* clearfix設定 */
.clearfix:after {
  *zoom: 1;
  content: "";
  display: table;
  clear: both;
}

/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: _mixin.scss
--------------------------------------------------------------------- */
/* 文字サイズ設定 */
/* アイコン矢印 上 */
/* アイコン矢印 下 */
/* アイコン矢印 左 */
/* アイコン矢印 右 */
/* 丸アイコン */
/* table-cell対応 */
/* inline-block対応 */
/* absolute 上下左右中央寄せ */
/* インデント設定 */
/* ボタンパーツ */
body main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
body main .search_area {
  border-top: none;
}

main h1 {
  font-size: 42px;
  font-size: 4.2rem;
  margin: 40px 0 24px;
}
@media screen and (max-width:768px) {
  main h1 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 15px;
    margin: 32px 0;
  }
}
main ul.sort_anker {
  font-size: 0px;
  font-size: 0rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  main ul.sort_anker {
    padding: 0 15px;
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
main ul.sort_anker li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  width: 33.3333333333%;
  padding: 0 40px;
}
@media screen and (max-width:768px) {
  main ul.sort_anker li {
    width: 100%;
    border-bottom: 1px solid #c8cbcc;
    padding: 14px 0;
  }
  main ul.sort_anker li:last-child {
    border: none;
  }
}
main ul.sort_anker li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 2px 0;
  width: 1px;
  background: #c8cbcc;
}
@media screen and (max-width:768px) {
  main ul.sort_anker li:after {
    display: none;
  }
}
main ul.sort_anker li:last-child:after {
  display: none;
}
main ul.sort_anker li a {
  display: block;
  text-decoration: none;
  color: #363738;
  position: relative;
  padding-left: 30px;
}
main ul.sort_anker li a:hover {
  opacity: 0.7;
}
main ul.sort_anker li a:after {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border: 2px solid #222;
  border-right-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
}
main ul.sort_anker.bottom li a:after {
  transform: rotate(135deg);
}
main .event_list {
  margin-bottom: 30px;
}
main .event_list h2 {
  margin-top: 40px;
  background: #363738;
  padding: 15px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
main .event_list h2 span {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width:768px) {
  main .event_list h2 span {
    display: block;
    float: none;
    margin-top: 8px;
  }
}
main .event_list .again {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  main .event_list .again {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
main .event_list ul li {
  list-style: none;
  border-bottom: 1px solid #363738;
}
main .event_list ul li a {
  display: block;
  padding: 15px 30px 15px 15px;
  color: #363738;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
main .event_list ul li a:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
}
main .event_list ul li a:after {
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  transform: rotate(45deg);
}
main .event_list ul li a:hover {
  opacity: 0.7;
}
main .event_list ul li.more {
  padding: 15px 30px 15px 15px;
  text-align: center;
  cursor: pointer;
}
main .event_list ul li.more p {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
main .event_list ul li.more p:after {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border: 2px solid #222;
  border-right-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
}
main .event_list .trigger {
  display: none;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #363738;
}
main .event_list .trigger:hover {
  opacity: 0.7;
}
@media screen and (max-width:768px) {
  main .event_list .trigger:hover {
    opacity: 1;
  }
}
main .event_list .trigger span {
  display: block;
  padding: 15px 30px 15px 15px;
}
main .event_list .trigger span span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 20px;
}
main .event_list .trigger span span:after {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border: 2px solid #222;
  border-right-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
}
main .event_list .trigger span.close {
  display: none;
}
main .event_list .trigger span.close.on {
  display: block;
}
main .event_list .trigger span.close span:after {
  transform: rotate(135deg);
}
main .home_link {
  margin: 30px auto 0;
  width: 100%;
  max-width: 350px;
  display: block;
  border: 1px dotted #000000;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  text-decoration: none;
  color: #000000;
}
main .home_link:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 15px;
}
main .home_link:after {
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  transform: rotate(45deg);
}
main .home_link:hover {
  opacity: 0.7;
}
main .search_box {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  main .search_box {
    margin-top: 40px;
  }
}
main .search_box p.lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  main .search_box p.lead {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
main .event_detail, main .event_password, main .event_bibnum {
  padding: 20px 15px;
}
main .event_detail h2, main .event_password h2, main .event_bibnum h2 {
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  main .event_detail h2, main .event_password h2, main .event_bibnum h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
main .event_detail .event_id, main .event_password .event_id, main .event_bibnum .event_id {
  margin-top: 16px;
}
main .event_detail .event_id.tm, main .event_password .event_id.tm, main .event_bibnum .event_id.tm {
  margin-top: 4px;
  margin-bottom: 12px;
}
@media screen and (max-width:768px) {
  main .event_detail .event_id.tm, main .event_password .event_id.tm, main .event_bibnum .event_id.tm {
    margin-bottom: 0;
  }
}
main .event_detail .event_id .date, main .event_password .event_id .date, main .event_bibnum .event_id .date {
  padding-left: 15px;
}
main .event_detail .notice, main .event_password .notice, main .event_bibnum .notice {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 4px;
}
main .event_detail .notice.zh_TW, main .event_password .notice.zh_TW, main .event_bibnum .notice.zh_TW {
  padding-left: 1em;
  text-indent: -1em;
}
main .event_detail .service_box, main .event_password .service_box, main .event_bibnum .service_box {
  margin: 30px auto;
}
@media screen and (max-width:768px) {
  main .event_detail .service_box, main .event_password .service_box, main .event_bibnum .service_box {
    width: 100%;
    display: table;
  }
}
main .event_detail .service_box figure, main .event_password .service_box figure, main .event_bibnum .service_box figure {
  width: 49.5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  main .event_detail .service_box figure, main .event_password .service_box figure, main .event_bibnum .service_box figure {
    width: 50%;
    display: table-cell;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 0 15px;
    text-align: center;
  }
}
main .event_detail .service_box figure img, main .event_password .service_box figure img, main .event_bibnum .service_box figure img {
  width: 131px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  main .event_detail .service_box figure img, main .event_password .service_box figure img, main .event_bibnum .service_box figure img {
    width: 100%;
    max-width: 262px;
    display: block;
  }
}
main .event_detail .service_box figure figcaption, main .event_password .service_box figure figcaption, main .event_bibnum .service_box figure figcaption {
  width: 60%;
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 20px;
}
@media screen and (max-width:768px) {
  main .event_detail .service_box figure figcaption, main .event_password .service_box figure figcaption, main .event_bibnum .service_box figure figcaption {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
main .event_detail .service_box figure figcaption h3, main .event_password .service_box figure figcaption h3, main .event_bibnum .service_box figure figcaption h3 {
  color: #009ae5;
}
main .event_detail .service_box figure figcaption p, main .event_password .service_box figure figcaption p, main .event_bibnum .service_box figure figcaption p {
  font-size: 12px;
  font-size: 1.2rem;
}
main .event_detail .coming_area, main .event_password .coming_area, main .event_bibnum .coming_area {
  margin: 30px auto;
}
main .event_detail .coming_area h3, main .event_password .coming_area h3, main .event_bibnum .coming_area h3 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  main .event_detail .coming_area h3, main .event_password .coming_area h3, main .event_bibnum .coming_area h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
main .event_detail .event_end, main .event_password .event_end, main .event_bibnum .event_end {
  border-top: 1px dotted #000000;
  margin: 20px auto;
  padding: 20px 0;
}
main .event_detail .event_end p, main .event_password .event_end p, main .event_bibnum .event_end p {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
main .event_detail .order_start, main .event_password .order_start, main .event_bibnum .order_start {
  margin-top: 8px;
}
main .open_mail_form {
  margin-bottom: 20px;
}
main .open_mail_form h2 {
  background: #000000;
  padding: 15px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
main .open_mail_form h2.conf {
  margin: 20px auto 0;
  max-width: 750px;
}
main .open_mail_form .form_wrap {
  margin: 20px auto;
  padding: 15px;
  max-width: 750px;
}
main .open_mail_form .form_wrap dl {
  width: 100%;
}
main .open_mail_form .form_wrap dl dt {
  margin-bottom: 10px;
}
main .open_mail_form .form_wrap dl dt span {
  font-weight: bold;
  color: #c10000;
  font-size: 10px;
  font-size: 1rem;
}
main .open_mail_form .form_wrap dl dd {
  margin-bottom: 30px;
}
main .open_mail_form .form_wrap dl dd ul li {
  list-style: none;
  margin-top: 15px;
}
main .open_mail_form .form_wrap .agreement_box {
  margin: 20px auto;
  padding: 15px;
  width: 100%;
  height: 200px;
  border: 1px solid #d9d9d9;
  overflow-y: scroll;
  box-sizing: border-box;
}
main .open_mail_form .form_wrap .agreement_box h2 {
  background: none;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap {
  padding: 0 0px;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box {
  margin: 10px auto;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box.published {
  margin-top: 30px;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box.published p {
  padding-bottom: 5px;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap {
  padding: 0 10px;
}
@media screen and (max-width:768px) {
  main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap {
    padding: 0 5px;
  }
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap p {
  margin-bottom: 10px;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap p span {
  display: block;
  padding-bottom: 5px;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul {
  margin-bottom: 10px;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li span {
  display: block;
  padding-bottom: 5px;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media screen and (max-width:768px) {
  main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li ul {
    padding: 0 5px;
  }
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap dl {
  margin-bottom: 20px;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap dl dt {
  padding-bottom: 5px;
}
main .open_mail_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap dl dd + dt {
  margin-top: 15px;
}
main .open_mail_form .form_wrap button {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 350px;
  display: block;
  color: #ffffff;
  background: #009ae5;
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
}
main .open_mail_form .form_wrap button:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
}
main .open_mail_form .form_wrap button:after {
  margin: auto;
  border-top: 2px solid #009ae5;
  border-right: 2px solid #009ae5;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  transform: rotate(45deg);
}
main .open_mail_form .form_wrap button:hover {
  opacity: 0.7;
}
main .open_mail_form .confirm_wrap {
  margin: 0 auto;
  max-width: 750px;
  padding: 15px;
}
main .open_mail_form .confirm_wrap dl {
  width: 100%;
}
main .open_mail_form .confirm_wrap dl dt {
  margin-bottom: 10px;
}
main .open_mail_form .confirm_wrap dl dd {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
main .open_mail_form .confirm_wrap button {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 350px;
  display: block;
  color: #ffffff;
  background: #009ae5;
  position: relative;
  margin: 0 auto 30px;
  padding: 15px 0;
}
main .open_mail_form .confirm_wrap button:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
}
main .open_mail_form .confirm_wrap button:after {
  margin: auto;
  border-top: 2px solid #009ae5;
  border-right: 2px solid #009ae5;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  transform: rotate(45deg);
}
main .open_mail_form .confirm_wrap button:hover {
  opacity: 0.7;
}
main .open_mail_form .confirm_wrap .back_btn {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  display: block;
  border: 1px dotted #000000;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  text-decoration: none;
  color: #000000;
}
main .open_mail_form .confirm_wrap .back_btn:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 15px;
}
main .open_mail_form .confirm_wrap .back_btn:after {
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  transform: rotate(45deg);
}
main .open_mail_form .confirm_wrap .back_btn:hover {
  opacity: 0.7;
}
main .comp_area {
  margin: 0 auto 20px;
  padding: 30px 15px;
  max-width: 750px;
}
main .comp_area h2 {
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  main .comp_area h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
main .comp_area p {
  padding: 20px 0;
}
main .comp_area .back_btn {
  margin: 30px auto 0;
  width: 100%;
  max-width: 350px;
  display: block;
  border: 1px dotted #000000;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  text-decoration: none;
  color: #000000;
}
main .comp_area .back_btn:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 15px;
}
main .comp_area .back_btn:after {
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  transform: rotate(45deg);
}
main .comp_area .back_btn:hover {
  opacity: 0.7;
}
main .event_password .order_box, main .event_bibnum .order_box {
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
}
main .event_password .order_box.repost, main .event_bibnum .order_box.repost {
  border: none;
}
@media screen and (max-width:768px) {
  main .event_password .order_box.repost, main .event_bibnum .order_box.repost {
    text-align: center;
  }
}
main .event_password .order_box.repost dt, main .event_bibnum .order_box.repost dt {
  color: #c10000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}
main .event_password .order_box.repost dt:before, main .event_bibnum .order_box.repost dt:before, main .event_password .order_box.repost dt:after, main .event_bibnum .order_box.repost dt:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #c10000;
  vertical-align: middle;
}
main .event_password .order_box.repost dt:before, main .event_bibnum .order_box.repost dt:before {
  margin-right: 8px;
}
main .event_password .order_box.repost dt:after, main .event_bibnum .order_box.repost dt:after {
  margin-left: 8px;
}
main .event_password .order_box, main .event_bibnum .order_box {
  margin: 16px auto;
  padding: 5px 0;
}
main .event_password .order_box dd, main .event_bibnum .order_box dd {
  font-size: 12px;
  font-size: 1.2rem;
}
main .event_password .order_box dd strong, main .event_bibnum .order_box dd strong {
  font-size: 16px;
  font-size: 1.6rem;
}
main .event_password .password_form, main .event_bibnum .password_form {
  background: #f1f1f1;
  padding: 15px;
}
main .event_password .password_form h3, main .event_bibnum .password_form h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-bottom: 10px;
  padding: 8px 10px;
  background: #2cb6f9;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}
main .event_password .password_form h3:after, main .event_bibnum .password_form h3:after {
  width: 0;
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #2cb6f9;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: auto;
}
main .event_password .password_form h3 + p, main .event_bibnum .password_form h3 + p {
  margin-bottom: -15px;
}
main .event_password .password_form h3 + .err, main .event_bibnum .password_form h3 + .err {
  margin-bottom: 0 !important;
  margin-bottom: 10px !important;
}
main .event_password .password_form .form_box, main .event_bibnum .password_form .form_box {
  margin: 20px auto;
  width: 100%;
  display: table;
}
main .event_password .password_form .form_box .input_area, main .event_bibnum .password_form .form_box .input_area {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
}
main .event_password .password_form .form_box .input_area [type=text], main .event_bibnum .password_form .form_box .input_area [type=text], main .event_password .password_form .form_box .input_area [type=password], main .event_bibnum .password_form .form_box .input_area [type=password] {
  padding: 0 15px;
  line-height: 48px;
  height: 50px;
}
main .event_password .password_form .form_box .btn_area, main .event_bibnum .password_form .form_box .btn_area {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  width: 55px;
  padding-left: 5px;
}
main .event_password .password_form .form_box .btn_area button, main .event_bibnum .password_form .form_box .btn_area button {
  width: 50px;
  height: 50px;
  display: block;
  background: #0286cd;
  position: relative;
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
}
main .event_password .password_form .form_box .btn_area button:after, main .event_bibnum .password_form .form_box .btn_area button:after {
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
main .event_password .password_form .form_box .btn_area button:hover, main .event_bibnum .password_form .form_box .btn_area button:hover {
  opacity: 0.8;
}
main .event_password .password_form .err, main .event_bibnum .password_form .err {
  margin-top: -10px;
  margin-bottom: 20px;
}
main .event_password .password_form .pass_link, main .event_bibnum .password_form .pass_link {
  text-align: right;
}
main .event_password .password_form .pass_link a, main .event_bibnum .password_form .pass_link a {
  position: relative;
  text-decoration: none;
  color: #0286cd;
  padding-right: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  main .event_password .password_form .pass_link a, main .event_bibnum .password_form .pass_link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
main .event_password .password_form .pass_link a:after, main .event_bibnum .password_form .pass_link a:after {
  margin: auto;
  border-top: 2px solid #0286cd;
  border-right: 2px solid #0286cd;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  transform: rotate(45deg);
}
main .event_password .triple_check_form h3, main .event_bibnum .triple_check_form h3 {
  background: #363738;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
main .event_password .triple_check_form .form_box, main .event_bibnum .triple_check_form .form_box {
  background: #f1f1f1;
  padding: 20px 15px;
}
main .event_password .triple_check_form .form_box .err, main .event_bibnum .triple_check_form .form_box .err {
  margin: 10px auto 30px !important;
  max-width: 750px;
}
main .event_password .triple_check_form .form_box dl, main .event_bibnum .triple_check_form .form_box dl {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 20px;
}
main .event_password .triple_check_form .form_box dl dt, main .event_bibnum .triple_check_form .form_box dl dt {
  margin-bottom: 10px;
}
main .event_password .triple_check_form .form_box dl dt span, main .event_bibnum .triple_check_form .form_box dl dt span {
  font-weight: bold;
  color: #c10000;
  font-size: 10px;
  font-size: 1rem;
}
main .event_password .triple_check_form .form_box dl dd, main .event_bibnum .triple_check_form .form_box dl dd {
  margin-bottom: 20px;
}
main .event_password .triple_check_form .form_box dl.birth, main .event_bibnum .triple_check_form .form_box dl.birth {
  padding-bottom: 10px;
  border-bottom: 1px solid #c8cbcc;
}
main .event_password .triple_check_form .form_box dl.birth dd, main .event_bibnum .triple_check_form .form_box dl.birth dd {
  padding-top: 10px;
}
main .event_password .triple_check_form .form_box dl.birth dd dl, main .event_bibnum .triple_check_form .form_box dl.birth dd dl {
  padding-bottom: 0;
  border: none;
  margin: 0 auto;
}
main .event_password .triple_check_form .form_box dl.birth dd dl dd, main .event_bibnum .triple_check_form .form_box dl.birth dd dl dd {
  padding-top: 0;
}
main .event_password .triple_check_form .form_box button, main .event_bibnum .triple_check_form .form_box button {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 350px;
  display: block;
  color: #ffffff;
  background: #009ae5;
  position: relative;
  margin: 0 auto 10px;
  padding: 15px 0;
}
main .event_password .triple_check_form .form_box button:before, main .event_bibnum .triple_check_form .form_box button:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
}
main .event_password .triple_check_form .form_box button:after, main .event_bibnum .triple_check_form .form_box button:after {
  margin: auto;
  border-top: 2px solid #009ae5;
  border-right: 2px solid #009ae5;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  transform: rotate(45deg);
}
main .event_password .triple_check_form .form_box button:hover, main .event_bibnum .triple_check_form .form_box button:hover {
  opacity: 0.7;
}
main .event_password .triple_check_form .notice_box, main .event_bibnum .triple_check_form .notice_box {
  padding: 20px 0 0;
}
main .event_password .triple_check_form .notice_box dl, main .event_bibnum .triple_check_form .notice_box dl {
  width: 100%;
  margin: 0 auto 20px;
}
main .event_password .triple_check_form .notice_box dl dt, main .event_bibnum .triple_check_form .notice_box dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
main .event_password .triple_check_form .notice_box dl dd p, main .event_bibnum .triple_check_form .notice_box dl dd p {
  margin-bottom: 10px;
}
main .event_password .triple_check_form .notice_box dl dd p.note, main .event_bibnum .triple_check_form .notice_box dl dd p.note {
  padding-left: 1em;
  text-indent: -1em;
}
main .event_password .spdata_box, main .event_bibnum .spdata_box {
  margin: 20px auto;
}
main .event_password .spdata_box h3, main .event_bibnum .spdata_box h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
main .event_password .spdata_box p.caution, main .event_bibnum .spdata_box p.caution {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
main .event_password .spdata_box p.price, main .event_bibnum .spdata_box p.price {
  margin-top: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
main .event_password .spdata_box p.price strong, main .event_bibnum .spdata_box p.price strong {
  color: #009ae5;
}
main .event_bibnum .password_form h3 {
  background: #73a962;
  margin-bottom: -10px;
}
main .event_bibnum .password_form h3:after {
  border-top: 6px solid #73a962;
}
main .event_bibnum .event_id {
  margin-top: 16px;
}
main .event_bibnum .err {
  margin-top: 0px !important;
  margin-bottom: 8px !important;
  margin-right: -55px;
}

.wamc {
  margin-bottom: 20px;
  padding: 12px;
  background: #cde6f0;
  border-radius: 12px;
}
.wamc h3 {
  text-align: center;
  background: #0e5e99;
  border-radius: 12px;
  padding: 8px;
  color: #fff;
  margin-bottom: 12px;
}
.wamc p {
  font-size: 1.6rem;
}
.wamc p + p {
  margin-top: 12px;
}

.wamc02 {
  margin-bottom: 20px;
}
.wamc02 h3 {
  background: #c83734;
  border-radius: 12px 12px 0 0;
  padding: 8px 12px;
  color: #fff;
  display: inline-block;
}
.wamc02 .wrap {
  border: solid 1px #000;
  border-radius: 0 12px 12px 12px;
  padding: 12px;
}
.wamc02 .wrap p {
  font-size: 1.6rem;
}
.wamc02 .wrap p img {
  width: 100%;
  max-width: 640px;
}
.wamc02 .wrap p.cnr {
  text-align: center;
}
.wamc02 .wrap p + p {
  margin-top: 12px;
}
.wamc02 .wrap p span {
  color: #FF0200;
}

.read_text {
  margin-bottom: 20px;
}
.read_text.border {
  padding: 12px;
  border: 1px solid #000;
  border-radius: 12px;
}
.read_text h3 {
  margin-bottom: 8px;
}
.read_text h3.fz24 {
  font-size: 24px;
}
.read_text h3.fz16 {
  font-size: 16px;
}
.read_text .img {
  text-align: center;
  border: solid 1px #e0e0e0;
  margin-top: 20px;
}
.read_text .img.bnone {
  border: none;
}
.read_text .img img {
  width: 100%;
  max-width: 800px;
}
.read_text .img img.md {
  max-width: 540px;
}
.read_text p {
  line-height: 1.6;
}
.read_text .mt08 {
  margin-top: 8px;
}
.read_text .mt20 {
  margin-top: 20px;
}
.read_text ul {
  list-style: disc;
  padding-left: 20px;
}
.read_text ul li {
  line-height: 1.6;
}

.notice-all-released {
  box-sizing: border-box;
  max-width: 100%;
  margin: 14px 0 18px;
  padding: 14px 16px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-left: 6px solid #1d70b8;
  border-radius: 2px;
  color: #111827;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.notice-all-released__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 10px 0;
}
.notice-all-released__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.1px;
  color: #1d70b8;
}
.notice-all-released__body {
  margin: 0 0 10px 0;
}
.notice-all-released__body-title {
  margin: 0 0 4px 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.1px;
  color: #1d70b8;
}
.notice-all-released__body-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #4b5563;
}
.notice-all-released__list {
  margin: 0;
  padding: 0 0 0 18px;
  line-height: 1.6;
  font-size: 13px;
  color: #4b5563;
  list-style: disc;
}
.notice-all-released__list-item:not(:last-child) {
  margin: 0 0 8px 0;
}
.notice-all-released__list-item:last-child {
  margin: 0;
}
.notice-all-released__link {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 700;
}

.campaign_banner {
  text-align: center;
}
.campaign_banner a {
  display: inline-block;
  width: 70%;
}
@media screen and (max-width:768px) {
  .campaign_banner a {
    width: 100%;
  }
}
.campaign_banner img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.notice-staggered-release {
  margin: 14px 0 18px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 6px solid #eab308;
  border-radius: 2px;
  padding: 14px 16px;
  color: #111827;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.notice-staggered-release__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 10px 0;
}
.notice-staggered-release__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.1px;
  color: #d11f2b;
}
.notice-staggered-release__body {
  margin: 0 0 10px 0;
}
.notice-staggered-release__body-title {
  margin: 0 0 4px 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.1px;
  color: #7f1d1d;
}
.notice-staggered-release__body-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #4b5563;
}
.notice-staggered-release__list {
  margin: 0;
  padding: 0 0 0 18px;
  line-height: 1.6;
  font-size: 13px;
  color: #4b5563;
  list-style: disc;
}
.notice-staggered-release__list-item:not(:last-child) {
  margin: 0 0 8px 0;
}
.notice-staggered-release__list-item:last-child {
  margin: 0;
}
.notice-staggered-release__link {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 700;
}

.hm2023 .btn {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.hm2023 .btn img {
  width: 100%;
}
.hm2023 .pc {
  display: block;
}
@media screen and (max-width:768px) {
  .hm2023 .pc {
    display: none;
  }
}
.hm2023 .sp {
  display: none;
}
@media screen and (max-width:768px) {
  .hm2023 .sp {
    display: block;
  }
}
.hm2023 .main {
  width: 100%;
  margin: 10px auto 40px;
  position: relative;
}
@media screen and (max-width:768px) {
  .hm2023 .main {
    max-width: 100%;
  }
}
.hm2023 .main img {
  width: 100%;
}
.hm2023 .main .btn {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 3%;
}
.hm2023 .main p {
  margin-top: 8px;
  text-align: center;
}
.hm2023 .prize01 {
  width: 100%;
  max-width: 960px;
}
.hm2023 .prize01 .ttl01 {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 24px;
}
@media screen and (max-width:768px) {
  .hm2023 .prize01 .ttl01 {
    max-width: 343px;
  }
}
.hm2023 .prize01 .ttl01 img {
  width: 100%;
}
.hm2023 .prize01 p {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 24px;
}
.hm2023 .prize01 .photographers {
  width: 100%;
  background: #B5D2E7;
  padding: 24px 3%;
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .hm2023 .prize01 .photographers {
    width: auto;
    margin: 0 -15px 24px;
  }
}
.hm2023 .prize01 .photographers h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 16px;
  text-align: center;
}
.hm2023 .prize01 .photographers .ph {
  width: 100%;
  max-width: 343px;
  margin: 0 auto 16px;
}
.hm2023 .prize01 .photographers .ph img {
  width: 100%;
}
.hm2023 .prize01 .photographers .ph + p {
  margin-bottom: 0;
}
.hm2023 .prize02 {
  width: 100%;
  max-width: 960px;
  padding-top: 40px;
  margin-bottom: 56px;
}
.hm2023 .prize02 .ttl02 {
  width: 100%;
  max-width: 343px;
  margin: 0 auto 24px;
}
.hm2023 .prize02 .ttl02 img {
  width: 100%;
}
.hm2023 .prize02 .ph {
  width: 100%;
  max-width: 343px;
  margin: 0 auto 56px;
}
.hm2023 .prize02 .ph img {
  width: 100%;
}
.hm2023 .prize02 .ph + p {
  max-width: 640px;
  margin: 0 auto 24px;
}
.hm2023 .prize02 .btn {
  margin-bottom: 56px;
}
.hm2023 .prize02 .asc {
  width: 100%;
  background: #B5D2E7;
  padding: 32px 3%;
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .hm2023 .prize02 .asc {
    width: auto;
    margin: 0 -15px 24px;
  }
}
.hm2023 .prize02 .asc h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 24px;
  text-align: center;
}
.hm2023 .prize02 .asc .logo {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 24px;
}
.hm2023 .prize02 .asc .logo img {
  width: 100%;
}
.hm2023 .prize02 .asc .logo + p {
  max-width: 640px;
  margin: 0 auto 24px;
}
.hm2023 .prize02 .asc .icon {
  margin: 0 auto;
  width: 100%;
  max-width: 378px;
}
.hm2023 .prize02 .asc .icon img {
  width: 100%;
}
.hm2023 .sign-up {
  margin-bottom: 36px;
}
@media screen and (max-width:768px) {
  .hm2023 .sign-up {
    margin-bottom: 12px;
  }
}
.hm2023 .sign-up h3 {
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .hm2023 .sign-up h3 {
    font-size: 1.4rem;
  }
}
.hm2023 .complete {
  text-align: center;
  padding: 40px 0;
}
.hm2023 .complete p {
  font-size: 1.4rem;
  margin-bottom: 22px;
  padding: 0;
}
.hm2023 .complete p.notice {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .hm2023 .complete p.notice {
    text-align: left;
  }
}
.hm2023 .complete a {
  display: block;
  width: 100%;
  max-width: 343px;
  margin: 0 auto 24px;
}
.hm2023 .complete a img {
  width: 100%;
}
