@charset "UTF-8";
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

i {
  font-style: normal;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

hr {
  border: none;
}

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

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

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

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

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

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

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

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

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

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

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

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

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

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

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}

body {
  width: 100%;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  body {
    content: "portrait";
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  body {
    content: "landscape";
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .scrollLock body {
    overflow: hidden;
  }
}

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

button,
input[type=button] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .dn-landscape {
    display: none !important;
  }
}

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}

@media print, screen and (max-width: 1024px) {
  .dn-sp-tab {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important;
  }
}

#header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  #header {
    top: 33px;
  }
}
@media print, screen and (max-width: 767px) {
  #header {
    top: 0;
    padding-left: 10px;
  }
}

.headerLogo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  .headerLogo {
    padding: 0 0 9px 30px;
    border-bottom: 1px solid #fff;
  }
}
@media print, screen and (max-width: 767px) {
  .headerLogo {
    padding: 20px 0 0 8px;
    border-left: 1px solid #1C4C48;
  }
}

.headerLogo_link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .headerLogo_link:hover {
    opacity: 0.5;
  }
}

.headerLogo_img {
  display: block;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .headerLogo_img {
    aspect-ratio: 8.7664856478;
    width: 113px;
  }
  .headerLogo_img img, .headerLogo_img svg, .headerLogo_img iframe, .headerLogo_img video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media print, screen and (max-width: 767px) {
  .headerLogo_img {
    aspect-ratio: 0.1140486726;
    width: 10.31px;
  }
  .headerLogo_img img, .headerLogo_img svg, .headerLogo_img iframe, .headerLogo_img video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

#footer {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #footer {
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  #footer {
    padding-bottom: 100px;
  }
}

.footerCopy {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #C4C4C4;
  font-weight: 500;
}

/*=============================================

	ボタンパーツ

==============================================*/
.fv {
  position: relative;
  width: 100%;
}

.fvInner {
  position: relative;
  width: 100%;
}

.fvBg {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .fvBg {
    aspect-ratio: 1.6;
  }
  .fvBg img, .fvBg svg, .fvBg iframe, .fvBg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media print, screen and (max-width: 767px) {
  .fvBg {
    aspect-ratio: 0.6756756757;
  }
  .fvBg img, .fvBg svg, .fvBg iframe, .fvBg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.fvCatch {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .fvCatch {
    aspect-ratio: 0.2349141095;
    top: 9.921875vw;
    left: 13.59375vw;
    width: 6.25vw;
  }
  .fvCatch img, .fvCatch svg, .fvCatch iframe, .fvCatch video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media print, screen and (max-width: 767px) {
  .fvCatch {
    aspect-ratio: 4.0359094457;
    top: 80vw;
    right: 9.3333333333vw;
    width: 55.1466666667vw;
  }
  .fvCatch img, .fvCatch svg, .fvCatch iframe, .fvCatch video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.fvTitle {
  aspect-ratio: 1.683283698;
  position: absolute;
  right: 0;
}
.fvTitle img, .fvTitle svg, .fvTitle iframe, .fvTitle video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .fvTitle {
    top: 3.90625vw;
    width: 50.78125vw;
  }
}
@media print, screen and (max-width: 767px) {
  .fvTitle {
    top: 8vw;
    width: 77.3333333333vw;
  }
}

.fvDate {
  aspect-ratio: 9.6530612245;
}
.fvDate img, .fvDate svg, .fvDate iframe, .fvDate video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .fvDate {
    position: absolute;
    top: 36.328125vw;
    right: 0;
    width: 36.953125vw;
  }
}
@media print, screen and (max-width: 767px) {
  .fvDate {
    margin: 20px 20px 0;
    width: 225px;
  }
}

.fvCs {
  aspect-ratio: 5.728;
}
.fvCs img, .fvCs svg, .fvCs iframe, .fvCs video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .fvCs {
    position: absolute;
    top: 42.65625vw;
    right: 7.578125vw;
    width: 28.975625vw;
  }
}
@media print, screen and (max-width: 767px) {
  .fvCs {
    margin: 11px 20px 0;
    width: 200.48px;
  }
}
@media print, screen and (min-width: 768px) {
  .fvCs svg {
    fill: #fff;
  }
}
@media print, screen and (max-width: 767px) {
  .fvCs svg {
    fill: #1C4C48;
  }
}

.fvLogos {
  aspect-ratio: 7.5815011372;
  position: absolute;
  width: 23.4375vw;
  z-index: 2;
}
.fvLogos img, .fvLogos svg, .fvLogos iframe, .fvLogos video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .fvLogos {
    bottom: 2.8125vw;
    left: 36px;
  }
}
@media print, screen and (max-width: 767px) {
  .fvLogos {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 44.664vw;
  }
}

.lead {
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .lead {
    margin: 80px 0;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  .lead {
    margin: 20px 20px 36px;
    font-size: 11px;
  }
}