@charset "UTF-8";
/*! 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=Hind+Madurai&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: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 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] {
  /* 1 */
          text-decoration: underline;
          text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */

  -webkit-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;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.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 {
  padding: 0;
  border-style: none;
}

/**
 * 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: .35em .75em .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 {
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 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"] {
  /* 1 */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* 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 {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("../font/slick.eot");
  src: url("../font/slick.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  transform: translate(0, -50%);
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: .75;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  opacity: .25;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: .75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*======================
カラー設定
========================*/
/*======================
フォントサイズ設定
========================*/
/*======================
ブレイクポイント（ベース）
========================*/
/*======================
フォント設定
========================*/
/* ============================================================================
* Font Face
* ========================================================================= */
/* ============================================================================
* デフォルトスタイル
* ========================================================================= */
*,
*::before,
*::after {
  word-wrap: break-word;
  word-break: keep-all;
  box-sizing: border-box;

  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body,
input[type],
textarea,
select,
button {
  font-family: "Hind Madurai", Arial, sans-serif;
  font-size: calc(2.6rem/2);
  line-height: 1.5;
  color: #5d6164;
}

body.is-fixed {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

textarea {
  resize: vertical;
}

button {
  text-align: left;
  background-color: transparent;
  border: none;
  border-radius: 0;

  -webkit-appearance: none;
          appearance: none;
}

label,
[type="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
div,
form,
sup,
p,
th,
td,
button,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

fieldset,
img {
  border: 0;
}

h5,
h6,
th,
td {
  font-size: 1em;
  font-style: normal;
  line-height: inherit;
  text-align: inherit;
}

iframe {
  border: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

td {
  vertical-align: top;
}

em {
  font-weight: bold;
  font-style: normal;
}

hr {
  display: none;
}

a {
  text-decoration: none;
  color: #1ba8d6;
}

/*======================
カラー設定
========================*/
/*======================
フォントサイズ設定
========================*/
/*======================
ブレイクポイント（ベース）
========================*/
/*======================
フォント設定
========================*/
html:not(.js-enable) .carousel {
  display: block;
  flex-wrap: wrap;
}

html:not(.js-enable) .carousel-inner {
  display: flex;
  flex-wrap: wrap;
}

html:not(.js-enable) .carousel-item {
  opacity: 1;
}

html:not(.js-enable) .carousel-slide-inner {
  height: auto;
}

html:not(.js-enable) .carousel-slide-wrap {
  overflow: visible;
}

html:not(.js-enable) .carousel-movie {
  display: none;
}

html:not(.js-enable) .carousel-movie::before {
  content: none;
}

html:not(.js-enable) .carousel-movie > iframe {
  position: static;
  width: 100%;
  transform: inherit;
}

html:not(.js-enable) .carousel-lede {
  color: black;
  position: static;
  transform: inherit;
}

html:not(.js-enable) .carousel .box-movie-frame {
  display: none;
}

html:not(.js-enable) .carousel ._movie {
  display: none;
}

.carousel {
  background-color: #f3f3f3;
  position: relative;
}

.carousel-slide-wrap {
  background-color: #fff;
  overflow: hidden;
}

.carousel-slide-inner {
  position: relative;
  top: 0;
  left: 0;
  height: 450px;
}

.carousel-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.carousel-item {
  height: 100%;
  transition-duration: 0s;
  opacity: 0;
}

.carousel-item > img {
  width: 100%;
}

.carousel-inner {
  padding: 0 15px;
}

.carousel-next,
.carousel-prev {
  color: #fff;
  background-image: url("/images/carousel/icon_arrow_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 17px;
  height: 12px;
}

.carousel-next > span,
.carousel-prev > span {
  margin-left: -200px;
}

.carousel-prev {
  margin-right: 10px;
  transform: rotate(180deg);
}

.carousel-next {
  margin-left: 10px;
}

.carousel-player-wrap {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 16px;
  left: 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.carousel-indicator-wrap {
  display: flex;
}

.carousel-indicator-wrap > li {
  display: flex;
  align-items: center;
  list-style: none;
}

.carousel-indicator-wrap > li:not(:last-child) {
  margin-right: 10px;
}

.carousel-indicator {
  background-color: transparent;
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  padding: 0;
  transition: .5s;
  border: 1px solid #fff;
  border-radius: 50%;
}

.carousel-indicator:hover {
  background-color: #ea5504;
  border-color: #ea5504;
}

.carousel-indicator.is-active {
  background-color: #ea5504;
  border-color: #ea5504;
}

.indicator-index {
  position: absolute;
  top: 30px;
  left: -30px;
}

.carousel-play {
  background-image: url("/images/carousel/icon_play_01.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  overflow: hidden;
  width: 8px;
  height: 12px;
  margin-left: 10px;
}

.carousel-play > span {
  position: absolute;
  top: 20px;
}

.carousel-pause {
  background-image: url("/images/carousel/icon_pause_01.svg");
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  width: 8px;
  height: 12px;
  margin-left: 10px;
}

.carousel-pause > span {
  position: absolute;
  top: 20px;
}

.carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.carousel-movie {
  position: relative;
  display: none;
  height: 100%;
}

.carousel-movie::before {
  background-color: rgba(0, 0, 0, .35);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.carousel-movie > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 170vw;
  height: 170vh;
  transform: translate(-22%, -22%);
}

.carousel-lede {
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 16px;
  left: 16px;
  margin: auto;
  transform: translateY(-50%);
}

.carousel-lede-title {
  display: block;
}

.carousel-lede b {
  font-size: 3.8rem;
}

.carousel-lede .btn-01:hover rect,
.carousel-lede .btn-01:active rect,
.carousel-lede .btn-01:focus rect {
  stroke: #ea5504;
}

.carousel-lede .btn-01:hover path,
.carousel-lede .btn-01:active path,
.carousel-lede .btn-01:focus path {
  fill: #ea5504;
}

.carousel-lede .btn-01 .carousel-icon {
  width: 18px;
  height: 13px;
  margin-left: 12px;
  transform: translateY(-2px);
}

.carousel-lede .btn-01 .carousel-icon::after {
  content: none;
}

.carousel-lede .btn-01._movie {
  font-size: 1.5rem;
  display: flex;
  width: auto;
  min-width: 220px;
  margin: 20px auto 0;
  padding: 10px 4px;
}

.carousel-lede .btn-01._link {
  font-size: 1.5rem;
  display: inline-block;
  width: auto;
  min-width: 220px;
  margin: 20px auto 0;
  padding: 10px 34px;
}

.carousel-sub-lede {
  font-size: 1.4rem;
  display: block;
}

.carousel-link {
  position: absolute;
  z-index: 10;
}

[data-carousel] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .carousel-slide-inner {
    height: 660px;
  }
  .carousel-movie {
    display: block;
  }
  .carousel-lede {
    font-size: 5.4rem;
  }
  .carousel-lede b {
    font-size: 7rem;
  }
  .carousel-lede .btn-01 .carousel-icon {
    width: 26px;
    height: 18px;
    transform: unset;
  }
  .carousel-lede .btn-01._movie {
    font-size: 1.7rem;
    min-width: 310px;
    margin-top: 30px;
    padding: 14px 20px;
  }
  .carousel-lede .btn-01._link {
    font-size: 1.7rem;
    min-width: 310px;
    margin-top: 30px;
    padding: 14px 20px;
  }
  .carousel-sub-lede {
    font-size: 2.8rem;
  }
  [data-carousel] {
    background-image: none !important;
  }
}

@media screen and (min-width: 769px) {
  body,
  input[type],
  textarea,
  select,
  button {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 2000px) {
  .carousel-movie > iframe {
    width: 140vw;
    height: 140vh;
    transform: translate(-14%, -22%);
  }
}

@media screen and (max-width: 1280px) {
  .carousel-movie > iframe {
    width: 2200px;
    transform: translate(-28%, -22%);
  }
}
