@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

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

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

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

html {
  font-size: min(10px, 0.925vw);
}

body {
  font-size: 2.9rem;
  line-height: 1.3;
  letter-spacing: -0.1em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #40220f;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.85;
}

.container {
  width: 100%;
  max-width: 86rem;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.txt-gothic {
  font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

a {
  cursor: pointer;
}

p, span {
  text-shadow: 0px 0px 18px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255), 0px 0px 36px rgb(255, 255, 255), 0px 0px 36px rgb(255, 255, 255), 0px 0px 36px rgb(255, 255, 255), 0px 0px 36px rgb(255, 255, 255);
}

.txt-red {
  color: #c10d23 !important;
}

.zone-btn {
  position: absolute;
}
.zone-btn .btn-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone-btn .btn-main p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-58%, -50%);
  color: #fff;
  font-size: 5.6rem;
  width: max-content;
  text-align: center;
  text-shadow: 0px 0px 8px #40220f, 0px 0px 8px #40220f, 0px 0px 8px #40220f, 0px 0px 8px #40220f;
}

.container-main {
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
}

.sec-top {
  position: relative;
  margin-bottom: -5rem;
}
.sec-top_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  width: 100%;
}
.sec-top_content p {
  font-size: 7rem;
  font-weight: 700;
  text-align: center;
}

.sec-logo {
  position: relative;
  margin-bottom: -4rem;
}
.sec-logo_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -28%);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.sec-logo_content p {
  font-size: 11.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
.sec-logo_content span {
  font-size: 3rem;
  font-weight: 700;
}

.sec-hbtn {
  position: relative;
}
.sec-hbtn_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sec-hbtn_title {
  position: absolute;
  width: 100%;
  max-width: 86rem;
  left: 50%;
  transform: translateX(-50%);
  top: -7.5rem;
}
.sec-hbtn_title_content {
  position: relative;
}
.sec-hbtn_title_content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
  font-size: 6rem;
  color: #fff;
  text-shadow: unset;
  width: 100%;
  line-height: 1;
  text-align: center;
}
.sec-hbtn_text p {
  font-size: 5.5rem;
}
.sec-hbtn_text .date {
  margin-bottom: 3.6rem;
}
.sec-hbtn_text .date p {
  font-size: 18.6rem;
  color: #000;
  text-align: center;
  line-height: 0.7;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-shadow: 0px 0px 6px rgb(255, 255, 255), 0px 0px 6px rgb(255, 255, 255), 0px 0px 6px rgb(255, 255, 255), 0px 0px 6px rgb(255, 255, 255);
}
.sec-hbtn_text .date p small {
  font-size: 14.1rem;
  line-height: 0.8;
}
.sec-hbtn_text .date p .big {
  font-size: 29.2rem;
  line-height: 0.7;
}
.sec-hbtn_text .date p .circle {
  font-size: 6.7rem;
  width: 11.4rem;
  height: 11.4rem;
  background-color: #000;
  color: #fff;
  text-shadow: unset;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 6px rgb(255, 255, 255), 0px 0px 6px rgb(255, 255, 255), 0px 0px 6px rgb(255, 255, 255), 0px 0px 6px rgb(255, 255, 255);
}
.sec-hbtn_text .date p .circle span {
  text-shadow: 0 0 0 black;
}
.sec-hbtn_text .time {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #000;
  margin-bottom: 22rem;
}
.sec-hbtn_text .time p {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  font-size: 6.2rem;
  color: #000;
}
.sec-hbtn_text .time p::after, .sec-hbtn_text .time p::before {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
}
.sec-hbtn_text .time span {
  font-weight: 500;
  font-size: 5rem;
  text-align: center;
  width: 100%;
}
.sec-hbtn .zone-btn {
  bottom: 2rem;
}

.sec-beauty {
  position: relative;
  padding: 8.8rem 0 6.3rem;
}
.sec-beauty_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-beauty_title {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-beauty_title p {
  font-size: 5.5rem;
  font-weight: 700;
}
.sec-beauty_title .line {
  width: 100%;
  max-width: 24.6rem;
  background-color: #000;
  height: 1px;
  margin: 5rem 0 4.6rem;
}
.sec-beauty_title span {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
.sec-beauty_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin-top: 4.6rem;
}
.sec-beauty_group p {
  text-align: center;
  font-size: 6.5rem;
  font-weight: 700;
}
.sec-beauty_group span {
  font-size: 3rem;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.005em;
  line-height: 1.6;
}
.sec-beauty_list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.7rem;
}
.sec-beauty_list_faq {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  margin-top: 5.8rem;
}
.sec-beauty_list_faq .group_qa {
  display: flex;
  flex-direction: column;
}
.sec-beauty_list_faq .group_qa .q {
  display: flex;
  align-items: center;
  gap: 5rem;
  border-bottom: 1px solid #40220f;
}
.sec-beauty_list_faq .group_qa .q p {
  width: 13.2rem;
  height: 13.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #40220f;
  color: #fff;
  text-shadow: unset;
  font-size: 6.1rem;
}
.sec-beauty_list_faq .group_qa .q span {
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 500;
}
.sec-beauty_list_faq .group_qa .a {
  margin-top: 4rem;
}
.sec-beauty_list_faq .group_qa .a p {
  text-shadow: unset;
  font-size: 4rem;
}

.sec-recommend {
  position: relative;
  z-index: 1;
}
.sec-recommend p, .sec-recommend span {
  text-shadow: 0 0 0 black;
}
.sec-recommend_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec-recommend_title {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
  color: #fff;
  width: 100%;
  max-width: 86rem;
}
.sec-recommend_title p {
  font-size: 7rem;
  font-weight: 700;
}
.sec-recommend_title span {
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 500;
}
.sec-recommend_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 92rem;
  margin-top: 6rem;
}
.sec-recommend_item {
  display: flex;
  margin: -1.4rem 0;
  align-items: center;
  position: relative;
  min-height: 19.6rem;
  background: url(../images/top/recom-bg.png) no-repeat center center/100% 100%;
  padding: 4rem 7rem;
}
.sec-recommend_item_text {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.sec-recommend_item_text.small p {
  font-size: 3.9rem;
}
.sec-recommend_item_text img {
  width: 100%;
  max-width: 6.5rem;
}
.sec-recommend_item_text p {
  font-weight: 700;
  font-size: 5.1rem;
}
.sec-recommend_item_image {
  right: -3.4rem;
  width: 100%;
  max-width: 25rem;
  position: absolute;
}

.sec-visit {
  position: relative;
  background: url(../images/top/sec-visit_bg.png) repeat-y center top/auto;
  padding-top: 25rem;
  padding-bottom: 10rem;
  margin-top: -13rem;
}
.sec-visit_content {
  display: flex;
  flex-direction: column;
}
.sec-visit_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}
.sec-visit_title p {
  font-size: 42rem;
  line-height: 0.8;
  font-weight: 500;
  font-style: italic;
}
.sec-visit_title .group {
  display: flex;
  flex-direction: column;
}
.sec-visit_title .group span {
  font-size: 7.3rem;
}
.sec-visit_title .group div {
  display: flex;
  align-items: center;
}
.sec-visit_title .group div small {
  font-size: 7.3rem;
}
.sec-visit_title .group div span {
  font-size: 14.7rem;
  letter-spacing: -0.2em;
}
.sec-visit_list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 23.4rem;
  margin-top: 19rem;
}
.sec-visit_step {
  padding: 8.4rem 0 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  position: relative;
}
.sec-visit_step_title {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 86rem;
  margin: 0 auto;
  position: absolute;
  top: -7.8rem;
  left: 44%;
  transform: translateX(-50%);
}
.sec-visit_step_title .group-num {
  max-width: 27.4rem;
  margin-right: -14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.sec-visit_step_title .group-num .num {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-visit_step_title .group-num .num .bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-visit_step_title .group-num .num p {
  position: absolute;
  font-size: 10.9rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-shadow: none;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}
.sec-visit_step_title .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(7rem);
}
.sec-visit_step_title .title.small p {
  font-size: 6.3rem;
}
.sec-visit_step_title .title.small-v2 p {
  font-size: 5rem;
}
.sec-visit_step_title .title p {
  position: absolute;
  font-size: 7rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: none;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
}
.sec-visit_step_group {
  width: 100%;
  max-width: 86rem;
}
.sec-visit_step_group .list {
  margin-top: 6.8rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sec-visit_step_group .list .item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.sec-visit_step_group .list .item img {
  width: 100%;
  max-width: 6.5rem;
}
.sec-visit_step_group .list .item p {
  font-weight: 500;
  font-size: 4rem;
}

.sec-free {
  position: relative;
  background: url(../images/top/sec-visit_bg.png) repeat-y center top/auto;
  padding-bottom: 10rem;
}
.sec-free_content {
  position: absolute;
  bottom: 18rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.sec-free_content.v2 {
  bottom: unset;
  top: 53rem;
}
.sec-free_title {
  position: absolute;
  top: -6rem;
  width: 100%;
  z-index: 1;
}
.sec-free_title_group {
  position: relative;
}
.sec-free_title_group p {
  font-size: 8.04rem;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0px 0px 18px #c10d23, 0px 0px 18px #c10d23, 0px 0px 18px #c10d23, 0px 0px 18px #c10d23, 0px 0px 18px #c10d23, 0px 0px 36px #c10d23, 0px 0px 36px #c10d23, 0px 0px 36px #c10d23, 0px 0px 36px #c10d23;
}
.sec-free_title_group small {
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0px 0px 18px #c10d23, 0px 0px 18px #c10d23, 0px 0px 18px #c10d23, 0px 0px 18px #c10d23, 0px 0px 18px #c10d23, 0px 0px 36px #c10d23, 0px 0px 36px #c10d23, 0px 0px 36px #c10d23, 0px 0px 36px #c10d23;
}
.sec-free_title_group .group {
  position: absolute;
  width: 100%;
  max-width: 86rem;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sec-free_group {
  position: relative;
  background-color: #fff;
  padding: 5.5rem 4rem 3.7rem;
  width: 100%;
  max-width: 86rem;
}
.sec-free_group p {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.6;
}
.sec-free_group .note {
  position: absolute;
  top: -3.7rem;
  left: -3.7rem;
  width: 100%;
  max-width: 31.8rem;
}
.sec-free_group .note .text {
  background-color: #c10d23;
  padding: 2rem 7rem;
  border-radius: 5rem;
  width: 100%;
  position: relative;
}
.sec-free_group .note .text::after {
  position: absolute;
  content: "";
  bottom: -1.7rem;
  border-top: 2rem solid #c10d23;
  border-left: 1.7rem solid transparent;
  border-right: 1.7rem solid transparent;
}
.sec-free_group .note .text p {
  text-shadow: unset;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.sec-free_group .item {
  position: absolute;
}
.sec-free_group .item:nth-child(2) {
  max-width: 16.4rem;
  right: -8rem;
  bottom: -4.4rem;
}
.sec-free_group .item:nth-child(3) {
  max-width: 9.4rem;
  left: -5.8rem;
  top: 0;
}
.sec-free_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.sec-free_text p {
  font-size: 6rem;
  text-align: center;
}
.sec-free_text span {
  font-size: 3.5rem;
  color: #000;
  text-shadow: unset;
}
.sec-free .zone-btn {
  bottom: 32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-free .zone-btn span {
  margin-bottom: -2rem;
  font-weight: 700;
  font-size: 4.8rem;
}

.sec-stage {
  position: relative;
  background: url(../images/top/sec-stage_bg.png) repeat-y center top/auto;
}
.sec-stage_title {
  position: relative;
}
.sec-stage_title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: unset;
  font-size: 8rem;
}
.sec-stage_text p {
  font-size: 5rem;
  text-align: center;
}
.sec-stage_list {
  margin-top: 0rem;
}
.sec-stage_item {
  position: relative;
}
.sec-stage_item:nth-child(2) .sec-stage_item_content {
  top: 57%;
}
.sec-stage_item:nth-child(2) .sec-stage_item_content .text {
  margin-top: 5rem;
}
.sec-stage_item:nth-child(2) .sec-stage_item_title {
  top: 16rem;
}
.sec-stage_item_title {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 86rem;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 12rem;
  left: 53%;
  transform: translateX(-50%);
}
.sec-stage_item_title .group-num {
  max-width: 37.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -11rem;
}
.sec-stage_item_title .group-num .bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-stage_item_title .group-num .num {
  position: relative;
  z-index: 1;
}
.sec-stage_item_title .group-num .num p {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-shadow: none;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}
.sec-stage_item_title .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-3.5rem);
}
.sec-stage_item_title .title p {
  position: absolute;
  font-size: 7rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: none;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  line-height: 0.8;
}
.sec-stage_item_title .title p small {
  font-size: 4rem;
}
.sec-stage_item_content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sec-stage_item_content .title {
  margin-top: 7rem;
}
.sec-stage_item_content .title p {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
.sec-stage_item_content .title-sm {
  margin-top: 6rem;
  width: 100%;
  padding: 1.6rem 0;
  border-top: 1px solid #c10d23;
  border-bottom: 1px solid #c10d23;
}
.sec-stage_item_content .title-sm p {
  font-size: 3.5rem;
  text-align: center;
  font-weight: 700;
}
.sec-stage_item_content .text {
  margin-top: 6rem;
}
.sec-stage_item_content .text p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-shadow: unset;
}

.sec-exhibiting {
  position: relative;
  background: url(../images/top/sec-exhibiting_bg.png) repeat-y top center/auto;
  padding-bottom: 20rem;
}
.sec-exhibiting_title {
  position: relative;
  transform: translateY(-5.5rem);
}
.sec-exhibiting_title p {
  position: absolute;
  top: calc(50% + 2rem);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: unset;
  font-size: 8rem;
}
.sec-exhibiting_title p small {
  display: block;
  font-size: 2.5rem;
  text-align: center;
}
.sec-exhibiting_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9rem 5.6rem;
  width: 100%;
  max-width: 86rem;
  margin: 0 auto;
}
.sec-exhibiting_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 55.3rem;
}
.sec-exhibiting_item .image {
  margin-bottom: 1rem;
}
.sec-exhibiting_item .title {
  margin-top: auto;
  margin-bottom: auto;
}
.sec-exhibiting_item .title.small p {
  font-size: 2.7rem;
}
.sec-exhibiting_item .title p {
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: unset;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
  display: grid;
}
.sec-exhibiting_item .title p small {
  font-size: 1.6rem;
}
.sec-exhibiting_item .btn {
  margin-top: 1.8rem;
  padding: 1.3rem 0;
  width: 100%;
  border-radius: 3rem;
  background-color: #c10d23;
}
.sec-exhibiting_item .btn p {
  font-size: 2.2rem;
  color: #fff;
  text-shadow: unset;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
}
.sec-exhibiting_item .btn p small {
  font-size: 1.6rem;
}

.sec-event {
  position: relative;
  background: url(../images/top/sec-event_bg.png) repeat-y top center/auto;
}
.sec-event_title {
  position: relative;
  transform: translateY(-5.5rem);
  z-index: 1;
}
.sec-event_title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: unset;
  font-size: 8rem;
}
.sec-event_item {
  position: absolute;
  top: 10rem;
  right: 0;
  max-width: 66.9rem;
}
.sec-event_group {
  position: relative;
  width: 100%;
  max-width: 86rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 11rem;
}
.sec-event_group .group-title {
  position: relative;
}
.sec-event_group .group-title .title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sec-event_group .group-title .title p {
  font-size: 11.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.sec-event_group .group-title .title span {
  font-size: 3rem;
  font-weight: 700;
}
.sec-event_group .group-title .group-datetime {
  margin-top: 2rem;
}
.sec-event_group .group-title .group-datetime .date p {
  font-size: 15.4rem;
  display: flex;
  align-items: flex-end;
  line-height: 0.7;
}
.sec-event_group .group-title .group-datetime .date p small {
  line-height: 0.8;
  font-size: 11.7rem;
}
.sec-event_group .group-title .group-datetime .date p .big {
  font-size: 24.3rem;
  line-height: 0.7;
}
.sec-event_group .group-title .group-datetime .date p .circle {
  width: 7.1rem;
  height: 7.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  margin: auto 0;
  box-shadow: 0px 0px 18px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255), 0px 0px 36px rgb(255, 255, 255), 0px 0px 36px rgb(255, 255, 255), 0px 0px 36px rgb(255, 255, 255), 0px 0px 36px rgb(255, 255, 255);
}
.sec-event_group .group-title .group-datetime .date p .circle span {
  font-size: 4.2rem;
  color: #fff;
  text-shadow: 0 0 0 black;
}
.sec-event_group .group-title .group-datetime .time {
  width: 100%;
  max-width: 59rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  color: #000;
}
.sec-event_group .group-title .group-datetime .time::after, .sec-event_group .group-title .group-datetime .time::before {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
  box-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255);
}
.sec-event_group .group-title .group-datetime .time p {
  font-size: 5.1rem;
}
.sec-event_group .text-out {
  font-size: 2.9rem;
  font-weight: 500;
  text-shadow: 0 0 0 black;
  text-align: center;
  margin-top: 4rem;
}
.sec-event_group .content {
  margin-top: 6rem;
}
.sec-event_group .content .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #40220f;
  padding: 4rem 0;
  border-top: 1px solid #000;
  letter-spacing: 0;
  line-height: 1.5;
}
.sec-event_group .content .group:last-child {
  border-bottom: 1px solid #000;
}
.sec-event_group .content .group p {
  font-size: 4.5rem;
  font-weight: 700;
  text-shadow: 0 0 0 black;
}
.sec-event_group .content .group p.hprice {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.sec-event_group .content .group p.hprice span:nth-child(1) {
  font-size: 3.5rem;
  line-height: 1;
  color: #fff;
  padding: 1.4rem 3rem;
  background-color: #40220f;
  text-shadow: 0 0 0 #40220f;
}
.sec-event_group .content .group p.hprice .price {
  font-size: 10.5rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.sec-event_group .content .group p.hprice .price small {
  font-style: normal;
  font-size: 5rem;
}
.sec-event_group .content .group p.hprice .price small .sm {
  font-size: 1.6rem;
}
.sec-event_group .content .group span {
  font-size: 2.9rem;
  font-weight: 500;
  text-shadow: 0 0 0 black;
}

.footer {
  position: relative;
  background: #000;
  margin-top: -14rem;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 5.4rem 0;
}
.footer .container .logo {
  max-width: 12.4rem;
}
.footer .container .text {
  font-size: 3.3rem;
  color: #fff;
}
.footer .container .text p {
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: unset;
}
.footer .container .text span {
  font-weight: 500;
  text-shadow: unset;
}

/*# sourceMappingURL=style.css.map */
