/*! 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.
 */
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 */
  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;
  max-width: 100%; }

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

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

p {
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

html {
  font-size: 1px;
  /*for using REM units*/ }

body {
  direction: ltr;
  font-family: YakuHanJP, "Zen Maru Gothic","Helvetica Neue","Helvetica","Hiragino Kaku Gothic ProN","Hiragino Sans","Arial","Yu Gothic","Meiryo","MS PGothic",sans-serif;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.0;
  color: #454545;
  background-color: #FFFAF5; }
  @media (max-width: 1024px) {
    body {
      font-size: 14rem; } }

.is-pc {
  display: block; }
  @media (max-width: 1120px) {
    .is-pc {
      display: block; } }
  @media (max-width: 1024px) {
    .is-pc {
      display: none; } }

.is-sp {
  display: none; }
  @media (max-width: 1120px) {
    .is-sp {
      display: none; } }
  @media (max-width: 1024px) {
    .is-sp {
      display: block; } }

.container {
  width: 92%;
  margin: 0 auto; }

#wrap {
  position: relative;
  display: flex; }
  @media (max-width: 1024px) {
    #wrap {
      display: block;
      overflow: hidden;
      z-index: 1; } }
  #wrap .side {
    width: 270px;
    padding: 0 30px; }
    @media (max-width: 1024px) {
      #wrap .side {
        width: 100%;
        min-width: auto; } }
    #wrap .side .header {
      position: sticky;
      padding: 40px 0;
      background-color: #FFFAF5;
      top: 0;
      left: 0; }
      @media (max-width: 1024px) {
        #wrap .side .header {
          position: relative;
          padding: 15px 0; } }
      #wrap .side .header .logo {
        width: 60%;
        margin: 0 auto 55px; }
        @media (max-width: 1024px) {
          #wrap .side .header .logo {
            width: 35%;
            max-width: 160px;
            margin: 0; } }
        #wrap .side .header .logo a {
          display: block; }
      #wrap .side .header .menu_area .navi .navi_button {
        display: none; }
        @media (max-width: 1024px) {
          #wrap .side .header .menu_area .navi .navi_button {
            display: block;
            position: fixed;
            width: 45px;
            height: 45px;
            top: 20px;
            right: 15px;
            background-color: #DC000C;
            border-radius: 10px;
            z-index: 9992; } }
        #wrap .side .header .menu_area .navi .navi_button span {
          position: absolute;
          width: 32px;
          height: 4px;
          background-color: #fff;
          transition: 0.2s;
          left: 50%;
          margin-left: -16px; }
          #wrap .side .header .menu_area .navi .navi_button span:nth-of-type(1) {
            top: 20%; }
          #wrap .side .header .menu_area .navi .navi_button span:nth-of-type(2) {
            top: 50%;
            margin-top: -2px; }
          #wrap .side .header .menu_area .navi .navi_button span:nth-of-type(3) {
            top: 50%;
            margin-top: -2px; }
          #wrap .side .header .menu_area .navi .navi_button span:nth-of-type(4) {
            bottom: 20%; }
        #wrap .side .header .menu_area .navi .navi_button.active span:nth-of-type(1) {
          display: none; }
        #wrap .side .header .menu_area .navi .navi_button.active span:nth-of-type(2) {
          transform: rotate(-45deg); }
        #wrap .side .header .menu_area .navi .navi_button.active span:nth-of-type(3) {
          transform: rotate(45deg); }
        #wrap .side .header .menu_area .navi .navi_button.active span:nth-of-type(4) {
          display: none; }
      #wrap .side .header .menu_area .navi_menu {
        margin-bottom: 50px; }
        @media (max-width: 1024px) {
          #wrap .side .header .menu_area .navi_menu {
            position: fixed;
            justify-content: center;
            width: 100vw;
            top: 105px;
            left: 0;
            background-color: #FFFAF5;
            padding: 30px 10%;
            transform: translateX(140%);
            transition: 0.5s;
            z-index: 9999; }
            #wrap .side .header .menu_area .navi_menu.active {
              transform: translateX(0%); } }
        #wrap .side .header .menu_area .navi_menu li {
          margin-bottom: 10px; }
          @media (max-width: 1024px) {
            #wrap .side .header .menu_area .navi_menu li {
              margin-bottom: 15px; } }
          #wrap .side .header .menu_area .navi_menu li a {
            text-align: center;
            display: block;
            line-height: 60px;
            border-radius: 12px;
            background-color: #DC000C;
            font-weight: 700;
            color: #fff;
            font-size: 18rem; }
            #wrap .side .header .menu_area .navi_menu li a:hover {
              opacity: .6; }
      #wrap .side .header .menu_area .navi .sns {
        width: 20px;
        margin: 0 auto 10px; }
        @media (max-width: 1024px) {
          #wrap .side .header .menu_area .navi .sns {
            width: 45px;
            position: absolute;
            top: 20px;
            right: 70px; } }
      #wrap .side .header .menu_area .navi .copyright {
        text-align: center;
        font-size: 12rem;
        color: #DC000C; }
        @media (max-width: 1024px) {
          #wrap .side .header .menu_area .navi .copyright {
            display: none; } }
  #wrap .main {
    width: calc(100% - 270px);
    padding: 0 3% 0 0;
    z-index: 1; }
    @media (max-width: 1024px) {
      #wrap .main {
        width: 92%;
        margin: 0 auto;
        padding: 0; } }

.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 3; }
  @media (max-width: 1024px) {
    .pagetop {
      width: 35px;
      height: 35px;
      right: 15px;
      bottom: 15px; } }
  .pagetop.active {
    opacity: 1;
    visibility: visible; }
  .pagetop.absolute {
    position: absolute;
    top: -70px;
    bottom: auto; }
    @media (max-width: 1024px) {
      .pagetop.absolute {
        top: -50px; } }

.pagetop-sp {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 3; }
  @media (max-width: 1024px) {
    .pagetop-sp {
      width: 35px;
      height: 35px;
      right: 15px;
      bottom: 15px; } }

.footer {
  position: relative;
  background-color: #DC000C;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 110px 0 80px; }
  @media (max-width: 1024px) {
    .footer {
      padding: 50px 0 40px;
      z-index: 0; } }
  .footer .f-logo {
    width: 127px;
    margin-bottom: 35px; }
    @media (max-width: 1024px) {
      .footer .f-logo {
        margin-bottom: 20px; } }
  .footer .address {
    text-align: center;
    margin-bottom: 50px;
    line-height: 2.18; }
    @media (max-width: 1024px) {
      .footer .address {
        margin-bottom: 25px; } }

.c_block {
  display: flex; }
  @media (max-width: 1024px) {
    .c_block {
      display: block; } }
  .c_block .c_title01 {
    width: 8.7%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 35rem;
    color: #DC000C;
    letter-spacing: 0.5em;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .c_block .c_title01 {
        width: 100%;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 25rem;
        letter-spacing: 0.3em;
        text-align: center; } }
    .c_block .c_title01 span {
      padding-top: 0.3em;
      display: block;
      text-orientation: mixed;
      color: #454545;
      font-size: 16rem;
      letter-spacing: 0.3em;
      margin-right: 5px; }
      @media (max-width: 1024px) {
        .c_block .c_title01 span {
          letter-spacing: 0.1em;
          margin: 0; } }
  .c_block .c_text {
    line-height: 2.18; }
    @media (max-width: 1024px) {
      .c_block .c_text {
        line-height: 1.75; } }
  .c_block__box {
    width: 91.3%;
    margin-top: 20px; }
    @media (max-width: 1024px) {
      .c_block__box {
        width: 100%;
        margin-top: 0; } }
    .c_block__box .c_top-image {
      margin-bottom: 45px; }
      @media (max-width: 1024px) {
        .c_block__box .c_top-image {
          margin-bottom: 20px; } }
      .c_block__box .c_top-image img {
        border-radius: 30px;
        width: 100%; }
        @media (max-width: 1024px) {
          .c_block__box .c_top-image img {
            border-radius: 15px; } }
    .c_block__box .c_top-movie {
      position: relative;
      margin-bottom: 45px;
      width: 100%;
      height: auto;
      padding-top: 56.25%; }
      @media (max-width: 1024px) {
        .c_block__box .c_top-movie {
          margin-bottom: 20px; } }
      .c_block__box .c_top-movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
        border-radius: 30px; }
        @media (max-width: 1024px) {
          .c_block__box .c_top-movie iframe {
            border-radius: 15px; } }
    .c_block__box .c_text-image {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 1024px) {
        .c_block__box .c_text-image {
          display: block; } }
      .c_block__box .c_text-image .text-area {
        width: 48%; }
        @media (max-width: 1024px) {
          .c_block__box .c_text-image .text-area {
            width: 100%;
            margin-bottom: 20px; } }
        .c_block__box .c_text-image .text-area .subtitle {
          font-size: 30rem;
          margin-bottom: 15px;
          line-height: 1.6;
          letter-spacing: 0.1em; }
          @media (max-width: 1024px) {
            .c_block__box .c_text-image .text-area .subtitle {
              font-size: 22px;
              margin-bottom: 7px; } }
        .c_block__box .c_text-image .text-area .text {
          line-height: 2.18; }
          @media (max-width: 1024px) {
            .c_block__box .c_text-image .text-area .text {
              line-height: 1.75; } }
      .c_block__box .c_text-image .image {
        width: 48%; }
        @media (max-width: 1024px) {
          .c_block__box .c_text-image .image {
            width: 100%;
            margin-bottom: 20px; } }
        .c_block__box .c_text-image .image img {
          border-radius: 30px;
          width: 100%; }
          @media (max-width: 1024px) {
            .c_block__box .c_text-image .image img {
              border-radius: 15px; } }
      .c_block__box .c_text-image:nth-child(odd) {
        flex-flow: row-reverse; }

.c_button01 {
  width: 220px; }
  @media (max-width: 1024px) {
    .c_button01 {
      width: 70%; } }
  .c_button01 a {
    display: block;
    background-color: #DC000C;
    line-height: 37px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-weight: 900; }
    .c_button01 a:hover {
      opacity: .6; }

.c_title02 {
  font-size: 30rem;
  line-height: 1.66;
  letter-spacing: 0.2em;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .c_title02 {
      font-size: 22rem;
      letter-spacing: .1em;
      margin-bottom: 10px; } }
