@charset "UTF-8";

/* ============================================================================
 * Base
 * ========================================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

/* ----------------------------------------------------------------------------
 * Base
 * ------------------------------------------------------------------------- */
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, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  margin: 0 !important;
  font-size: 62.5%;
}

body {
  min-width: 320px;
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ\ Pro\ W3, "Hiragino Kaku Gothic Pro", ＭＳ\ Ｐゴシック, sans-serif, 游明朝, "Yu Mincho", YuMincho, serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  color: #333;
  text-align: left;
  line-height: 1.6;
  word-break: normal;
  background-color: #fff;
}

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

p {
  margin: 20px 0 0;
}

li {
  list-style: none;
}

b, em, strong {
  font-weight: bold;
}

strong {
  font-weight: normal;
  color: #c00;
}

hr {
  border: none;
}

a {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
}

a[href*="tel:"]:hover, a[href*="tel:"]:focus, a[href*="tel:"]:active {
  text-decoration: none !important;
}

a, button {
  cursor: pointer;
  transition: 0.3s all ease;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  opacity: 0.85;
}

a:hover img, a:focus img, a:active img, button:hover img, button:focus img, button:active img {
  opacity: 0.85;
}

a img, button img {
  transition: 0.3s all ease;
}

@-moz-document url-prefix() {
  *:hover, *:focus, *:active {
    outline-color: #333;
  }
}
input,
select,
button {
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ\ Pro\ W3, "Hiragino Kaku Gothic Pro", ＭＳ\ Ｐゴシック, sans-serif, 游明朝, "Yu Mincho", YuMincho, serif;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
}

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

fieldset {
  border: none;
}

legend {
  display: none;
}

textarea {
  width: 100%;
  resize: vertical;
  box-sizing: border-box;
}

textarea::-moz-placeholder {
  color: #ccc;
}

textarea:-ms-input-placeholder {
  color: #ccc;
}

textarea::placeholder {
  color: #ccc;
}

textarea:-ms-input-placeholder {
  color: #ccc;
}

textarea::-ms-input-placeholder {
  color: #ccc;
}

table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: 0.3s all ease;
  background-color: rgba(255, 255, 255, 0.01);
}

.g-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
/* ============================================================================
 * Structure
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Wrapper
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-header {
  position: relative;
  z-index: 100;
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.um-headerLogo {
  margin: 0;
  position: absolute;
  left: 100px;
  top: 0;
}

.um-headerSocial {
  width: 37px;
  padding: 5px 0 10px;
  position: fixed;
  top: 213px;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  transition: 0.3s all ease;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 7px #999;
  background: #fff;
}

.um-headerSocial__ttl {
  margin: 0 0 8px;
  padding: 0 0 5px 5px;
  font-size: 1px;
  border-bottom-style: double;
  border-bottom-color: #ccc;
}

.um-headerSocial__ttl img {
  vertical-align: bottom;
}

.um-headerSocial__list li {
  height: 24px;
  margin: 0 0 8px 7px;
  padding: 0 0 0 35px;
}

.um-headerSocial__fb {
  background: url(/special/common/images/sns_facebook.png) no-repeat;
}

.um-headerSocial__tw {
  background: url(/special/common/images/sns_twitter.png) no-repeat;
}

.um-headerSocial__mx {
  margin-bottom: 0 !important;
  background: url(/special/common/images/sns_mixi.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .um-headerLogo {
    display: none;
  }
  .um-headerSocial {
    display: none;
  }
}
/* ----------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-footer {
  padding: 20px 0;
  position: relative;
  background: #fff;
}

.ul-footer__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ul-footer__inner {
    padding: 0 10px;
  }
}
/* ------------------------------------
 * Module
 * --------------------------------- */
.um-footerInfo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.um-footerLogo {
  width: 194px;
  margin: 0;
}

.um-footerLogo a {
  display: block;
}

.um-footerCopy {
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ\ Pro\ W3, "Hiragino Kaku Gothic Pro", ＭＳ\ Ｐゴシック, sans-serif, 游明朝, "Yu Mincho", YuMincho, serif;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}

.um-footerSocial {
  display: none;
}

@media screen and (max-width: 767px) {
  .um-footerInfo {
    padding: 15px 0 0;
    display: block;
  }
  .um-footerLogo {
    margin: 0 auto;
  }
  .um-footerCopy {
    margin: 10px 0 0;
  }
  .um-footerSocial {
    margin: 0 0 0 -10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .um-footerSocial li {
    padding: 0 0 0 10px;
  }
  .um-footerSocial__fb iframe {
    width: 83px !important;
  }
}
/* ----------------------------------------------------------------------------
 * MainContents
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Content
 * --------------------------------- */
.ul-contentHead > *, .ul-contentFoot > *, .ul-contentBody > * {
  position: relative;
  z-index: 1;
}

.ul-contentHead__inner, .ul-contentFoot__inner, .ul-contentBody__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.ul-contentHead__inner > *:first-child, .ul-contentFoot__inner > *:first-child, .ul-contentBody__inner > *:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .ul-contentHead__inner, .ul-contentFoot__inner, .ul-contentBody__inner {
    padding: 0 10px;
  }
}
/* ------------------------------------
 * Section
 * --------------------------------- */
.um-section__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.um-section__inner > *:first-child {
  margin-top: 0 !important;
}

.um-section[data-size=s] .um-section__inner {
  max-width: 1000px;
}

.um-section[data-size=m] .um-section__inner {
  max-width: 1040px;
}

.um-section[data-size=l] .um-section__inner {
  max-width: 1140px;
}

@media screen and (max-width: 767px) {
  .um-section__inner {
    padding: 0 10px;
  }
}
/* ------------------------------------
 * Main
 * --------------------------------- */
.um-main__img img {
  width: 100%;
}

.um-main__img[data-view=pc] {
  display: block;
}

.um-main__img[data-view=sp] {
  display: none;
}

@media screen and (max-width: 767px) {
  .um-main__img[data-view=pc] {
    display: none;
  }
  .um-main__img[data-view=sp] {
    display: block;
  }
}
/* ============================================================================
 * Variable
 * ========================================================================= */
/* ============================================================================
 * Override
 * ========================================================================= */
/* ------------------------------------
 * Font
 * --------------------------------- */
/* ------------------------------------
 * Content
 * --------------------------------- */
.ul-content {
  padding: 0 0 933px;
  position: relative;
}

.ul-content::after {
  width: 100%;
  height: 933px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/special/hitorijime/images/bg_body.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 767px) {
  .ul-content {
    padding-bottom: 250px;
  }
  .ul-content::after {
    height: 250px;
  }
}
/* ------------------------------------
 * Wrapper
 * --------------------------------- */
.ul-wrapper {
  min-width: 1240px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .ul-wrapper {
    min-width: inherit;
    overflow-x: hidden;
  }
}
/* ------------------------------------
 * Section
 * --------------------------------- */
.um-section {
  position: relative;
}

.um-section__inner {
  max-width: 1240px;
  display: flex;
}

.um-section[data-type=plan1] {
  background-image: url(/special/hitorijime/images/bg_plan1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.um-section[data-type=plan1] .um-section__inner {
  height: 880px;
}

.um-section[data-type=plan2] {
  background-image: url(/special/hitorijime/images/bg_plan2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.um-section[data-type=plan2]::after {
  width: 264px;
  height: 837px;
  position: absolute;
  top: -485px;
  right: 0;
  z-index: 0;
  background-image: url(/special/hitorijime/images/fig_plan_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 264px 837px;
  content: "";
}

.um-section[data-type=plan2] .um-section__inner {
  height: 1300px;
}

.um-section[data-type=plan3] {
  background-image: url(/special/hitorijime/images/bg_plan3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.um-section[data-type=plan3] .um-section__inner {
  height: 950px;
}

.um-section[data-type=plan4] {
  background-image: url(/special/hitorijime/images/bg_plan4.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.um-section[data-type=plan4]::after {
  width: 328px;
  height: 847px;
  position: absolute;
  top: -365px;
  left: 0;
  z-index: 0;
  background-image: url(/special/hitorijime/images/fig_plan_02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 328px 847px;
  content: "";
}

.um-section[data-type=plan4] .um-section__inner {
  height: 1200px;
}

.um-section[data-type=plan5] {
  background-image: url(/special/hitorijime/images/bg_plan5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.um-section[data-type=plan5] .um-section__inner {
  height: 900px;
}

.um-section[data-type=reserve] {
  background: #fff;
}

.um-section[data-type=reserve] .um-section__inner {
  height: 900px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .um-section[data-type=plan1] {
    background: #000;
  }
  .um-section[data-type=plan1]::before {
    width: 100%;
    height: 350px;
    display: block;
    background-image: url(/special/hitorijime/images/bg_plan1_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
  .um-section[data-type=plan1] .um-section__inner {
    height: auto;
    padding: 20px 30px 50px;
  }
  .um-section[data-type=plan2] {
    background: #000;
  }
  .um-section[data-type=plan2]::before {
    width: 100%;
    height: 350px;
    display: block;
    background-image: url(/special/hitorijime/images/bg_plan2_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
  .um-section[data-type=plan2]::after {
    width: 106px;
    height: 335px;
    top: -210px;
    background-size: 106px 335px;
  }
  .um-section[data-type=plan2] .um-section__inner {
    height: auto;
    padding: 20px 30px 50px;
  }
  .um-section[data-type=plan3] {
    background: #000;
  }
  .um-section[data-type=plan3]::before {
    width: 100%;
    height: 350px;
    display: block;
    background-image: url(/special/hitorijime/images/bg_plan3_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
  .um-section[data-type=plan3] .um-section__inner {
    height: auto;
    padding: 20px 30px 50px;
  }
  .um-section[data-type=plan4] {
    background: #000;
  }
  .um-section[data-type=plan4]::before {
    width: 100%;
    height: 350px;
    display: block;
    background-image: url(/special/hitorijime/images/bg_plan4_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
  .um-section[data-type=plan4]::after {
    width: 132px;
    height: 340px;
    top: 0;
    left: -20px;
    background-size: 132px 340px;
  }
  .um-section[data-type=plan4] .um-section__inner {
    height: auto;
    padding: 20px 30px 50px;
  }
  .um-section[data-type=plan5] {
    background: #000;
  }
  .um-section[data-type=plan5]::before {
    width: 100%;
    height: 350px;
    display: block;
    background-image: url(/special/hitorijime/images/bg_plan5_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
  .um-section[data-type=plan5] .um-section__inner {
    height: auto;
    padding: 20px 30px 50px;
  }
  .um-section[data-type=reserve] {
    display: block;
  }
  .um-section[data-type=reserve] .um-section__inner {
    height: auto;
    display: block;
  }
}
/* ============================================================================
 * Module
 * ========================================================================= */
/* ------------------------------------
 * Main
 * --------------------------------- */
.um-main {
  font-family: "Noto Serif JP", serif;
  position: relative;
}

.um-mainHdg img {
  width: 100%;
}

.um-mainLead {
  width: 100%;
  font-size: 22px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  bottom: 110px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .um-main {
    margin: 0 0 -20vw;
  }
  .um-mainLead {
    font-size: 12px;
    bottom: 30vw;
  }
}
/* ------------------------------------
 * Plan
 * --------------------------------- */
.um-plan {
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
}

.um-planItem {
  width: 510px;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.um-planItem::before {
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #000;
  content: "";
}

.um-planHdg {
  width: 370px;
  margin: 0 0 10px;
}

.um-planHdg img {
  width: 100%;
}

.um-planTxt {
  margin: 10px 0 0;
}

.um-planList {
  margin: 30px 0 0;
}

.um-planList__item {
  width: 100%;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: nowrap;
}

.um-planList__item:first-child {
  margin-top: 0;
}

.um-planList__ttl {
  min-width: 2em;
  max-width: 2em;
  font-weight: normal;
  white-space: nowrap;
}

.um-planList__txt {
  width: 100%;
  padding: 0 0 0 40px;
}

.um-planBox {
  margin: 30px 0 0;
  padding: 15px;
  position: relative;
  border: 1px solid #c7b299;
}

.um-planBox::before {
  width: 170px;
  height: 69px;
  position: absolute;
  top: -30px;
  right: -30px;
  background: url(/special/hitorijime/images/fig_plan_03.png);
  background-size: 170px 69px;
  content: "";
}

.um-planBox__hdg {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.5em;
  text-align: center;
}

.um-planBox__hdg::before, .um-planBox__hdg::after {
  margin: 0 5px;
  content: "-";
}

.um-planBox__list {
  margin: 10px 0 0;
}

.um-planBox__list li {
  padding: 0 0 0 1.2em;
  position: relative;
}

.um-planBox__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.um-planBox__notes {
  margin: 10px 0 0;
}

.um-planBox__notes li {
  padding: 0 0 0 1.2em;
  position: relative;
}

.um-planBox__notes li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.um-planNotes {
  margin: 30px 0 0;
}

.um-planNotes__hdg {
  margin: 0 0 10px;
  line-height: 1;
  color: #fffc9c;
}

.um-planNotes__txt {
  margin: 5px 0 0;
}

.um-planLink {
  padding: 0 50px 0 0;
  color: #fff;
  text-decoration: underline;
  position: relative;
}

.um-planLink::after {
  width: 38px;
  height: 12px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  background: url(/special/hitorijime/images/icn_link.png);
  background-size: 38px 12px;
  content: "";
}

.um-plan[data-align=left] {
  justify-content: flex-start;
}

.um-plan[data-align=left] .um-planItem::before {
  left: 0;
  margin: 0 0 0 -10000%;
  padding: 0 0 0 10000%;
}

.um-plan[data-align=right] {
  justify-content: flex-end;
}

.um-plan[data-align=right] .um-planItem::before {
  right: 0;
  margin: 0 -10000% 0 0;
  padding: 0 10000% 0 0;
}

@media screen and (max-width: 767px) {
  .um-plan {
    font-size: 1.2rem;
    display: block;
    position: relative;
    z-index: 1;
  }
  .um-planItem {
    width: 100%;
    padding: 0;
    display: block;
  }
  .um-planItem::before {
    display: none;
  }
  .um-planHdg {
    width: 215px;
  }
  .um-planTxt {
    margin: 10px 0 0;
  }
  .um-planList {
    margin-top: 20px;
  }
  .um-planList__item {
    margin-top: 5px;
  }
  .um-planList__txt {
    padding-left: 20px;
  }
  .um-planBox {
    margin-top: 20px;
    padding: 10px;
  }
  .um-planBox::before {
    width: 100px;
    height: 41px;
    top: -15px;
    right: 5px;
    background-size: 100px 41px;
  }
  .um-planBox__hdg {
    font-size: 1.2rem;
  }
  .um-planBox__list {
    margin-top: 5px;
  }
  .um-planBox__notes {
    margin-top: 5px;
    margin: 10px 0 0;
  }
  .um-planNotes {
    margin-top: 20px;
  }
  .um-planNotes__hdg {
    margin-bottom: 5px;
  }
  .um-planLink {
    padding-right: 30px;
  }
  .um-planLink::after {
    width: 23px;
    height: 7px;
    margin-top: -3px;
    background-size: 23px 7px;
  }
}
/* ------------------------------------
 * Reserve
 * --------------------------------- */
.um-reserve {
  width: 1155px;
/*  height: 770px; */
  height: 800px;
  padding: 65px 0 0;
  font-weight: bold;
  position: relative;
  background-image: url(/special/hitorijime/images/bg_reserve.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1155px 770px;
}

.um-reserveHdg {
  width: 380px;
  margin: 0 auto;
  position: relative;
}

.um-reserveHdg::before {
  width: 100px;
  height: 111px;
  margin: 0 auto 50px;
  display: block;
  background-image: url(/special/hitorijime/images/fig_reserve.png);
  background-size: 100px 111px;
  content: "";
}

.um-reserveHdg img {
  width: 100%;
}

.um-reserveList {
  width: 760px;
  margin: 50px auto 30px;
  padding: 0 0 30px;
  display: block;
  border-bottom: 2px dotted #000;
}

.um-reserveList li {
  margin: 10px 0 0;
  padding: 0 0 0 1.2em;
  font-size: 1.8rem;
  color: #000;
  text-shadow: 0 0 1px #fff;
  position: relative;
}

.um-reserveList li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

.um-reserveList li:first-child {
  margin-top: 0;
}

.um-reserveMethod {
  width: 760px;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #000;
  text-shadow: 0 0 1px #fff;
  display: block;
}

.um-reserveMethod__hdg {
  padding: 0 0 0 1.2em;
  font-weight: bold;
  position: relative;
}

.um-reserveMethod__hdg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
}

.um-reserveMethod__txt {
  margin: 5px 0 0;
}

.um-reserveBtn {
  width: 350px;
  height: 90px;
  margin: 0 0 0 -175px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  background-image: url(/special/hitorijime/images/bg_btn_reseve.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 350px 90px;
}

.um-reserveBtn a {
  width: 350px;
  height: 90px;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/special/hitorijime/images/bg_btn_reseve.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 350px 90px;
}

@media screen and (max-width: 767px) {
  .um-reserve {
    width: calc(100% - 20px);
    height: auto;
    margin: 0 10px;
    padding: 35px 40px 30px;
    background-image: url(/special/hitorijime/images/bg_reserve_sp.jpg);
    background-size: cover;
  }
  .um-reserveHdg {
    width: 100%;
    max-width: 270px;
  }
  .um-reserveHdg::before {
    width: 70px;
    height: 78px;
    margin-bottom: 25px;
    background-size: 70px 78px;
  }
  .um-reserveList {
    width: auto;
    margin: 25px auto 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
  }
  .um-reserveList li {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .um-reserveMethod {
    width: auto;
    margin: 0;
    font-size: 1.2rem;
  }
  .um-reserveBtn {
    width: 180px;
    height: 46px;
    margin: 20px auto 0;
    position: static;
    background: none;
  }
  .um-reserveBtn a {
    width: 180px;
    height: 46px;
    font-size: 1.2rem;
    opacity: 1;
    background-size: 180px 46px;
  }
}
/* 2022.04.14 add */
span.noticeText {
  font-size: 80%;
}

/* 2022.04.14 add end */
/* 2022.05.02 add */
.movieModalAtToppage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: none;
}

.movieModalAtToppage.is-open {
  display: block;
}

.movieModalAtToppage .movieModalAtToppageDialog {
  max-width: 1000px;
  margin: 80px auto;
  position: relative;
  width: 100%;
  height: 70%;
}

.movieModalAtToppage iframe {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  padding: 40px 40px 0 40px;
}

.movieModalAtToppage .movieModalAtToppageSetCacheTriggerWrapper {
  padding: 0;
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 40px;
}

.movieModalAtToppage .movieModalAtToppageSetCacheTriggerWrapper-close {
  padding: 0;
  position: absolute;
  top: -50px;
  right: 40px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: lightgray;
}

.movieModalAtToppageSetCacheTriggerWrapper-close span {
  font-size: 20px;
}

.movieModalAtToppage .movieModalAtToppageSetCacheTrigger {
  cursor: pointer;
}

/* 2022.05.02 add end */