@charset "UTF-8";
/* ------------------------------
 reset.css
------------------------------- */
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, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

div, p, span, object, iframe, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
table, tr, td, th, tbody, tfoot, thead {
  line-height: 1;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  /*width:auto;*/
  height: auto;
  vertical-align: bottom;
  padding: 0;
}

a img {
  border: none;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* overflow: hidden; */
}

a:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-black2: #333333;
  --color-blue: #1226AA;
  --color-light-blue: #DFEFFF;
  --color-gray: #cccccc;
  --color-gray2: #7d7d7d;
  --color-gray3: #6E7289;
  --color-red: #CA1F4A;
  --color-purple: #5D6597;
  --color-white-r: 255;
  --color-white-g: 255;
  --color-white-b: 255;
  --color-white-rgb: 255, 255, 255;
  --color-black-r: 0;
  --color-black-g: 0;
  --color-black-b: 0;
  --color-black-rgb: 0, 0, 0;
  --color-black2-r: 45;
  --color-black2-g: 45;
  --color-black2-b: 45;
  --color-black2-rgb: 45, 45, 45;
  --color-black2-r: 34;
  --color-black2-g: 34;
  --color-black2-b: 34;
  --color-black2-rgb: 34, 34, 34;
}

:root {
  --color-main: var( --color-blue );
  --color-secondary: var( --color-light-blue );
  --color-tertiary: var( --color-blue3 );
  --color-text: var( --color-main );
  --color-text2: var( --color-white );
  --color-text3: var( --color-secondary );
  --color-text4: var( --color-black2 );
  --color-text5: var( --color-gray2 );
  --color-bg: var( --color-main );
  --color-bg2: var( --color-white );
  --color-bg3: var( --color-secondary );
  --color-border: var( --color-main );
  --color-border2: var( --color-white );
  --color-border3: var( --color-gray );
}

:root {
  --font-Noto-Sans-JP: 'Noto Sans JP', sans-serif;
  --font-Roboto: 'Roboto', sans-serif;
}

:root {
  --font-size220: 22rem;
  --font-size178: 17.8rem;
  --font-size96: 9.6rem;
  --font-size80: 8rem;
  --font-size64: 6.4rem;
  --font-size56: 5.6rem;
  --font-size48: 4.8rem;
  --font-size40: 4rem;
  --font-size38: 3.8rem;
  --font-size36: max(3.6rem, 30px);
  --font-size32: max(3.2rem, 27px);
  --font-size30: max(3.0rem, 26px);
  --font-size28: max(2.8rem, 24px);
  --font-size26: max(2.6rem, 22px);
  --font-size24: max(2.4rem, 20px);
  --font-size23: max(2.3rem, 19px);
  --font-size22: max(2.2rem, 18px);
  --font-size20: max(2.0rem, 16px);
  --font-size18: max(1.8rem, 14px);
  --font-size16: max(1.6rem, 14px);
  --font-size15: max(1.5rem, 13px);
  --font-size14: max(1.4rem, 12px);
  --font-size13: 1.3rem;
  --font-size12: 1.2rem;
  --font-size11: 1.1rem;
  --font-size10: 10px;
  /* 一般的な最小ノートPC1280pxからWindowsのスクロールバーの分を多めに引いた。
	1240px～1023px or 769pxまでは以下。ぎゅーーっと文字も小さくなってOK */
}

@media screen and (max-width: 1240px) {
  :root {
    --font-size220: 22rem;
    --font-size178: 17.8rem;
    --font-size96: 9.6rem;
    --font-size80: 8rem;
    --font-size64: 6.4rem;
    --font-size56: 5.6rem;
    --font-size48: 4.8rem;
    --font-size40: 4rem;
    --font-size38: 3.8rem;
    --font-size36: 3.6rem;
    --font-size32: 3.2rem;
    --font-size31: 3.1rem;
    --font-size30: 3.0rem;
    --font-size28: 2.8rem;
    --font-size26: 2.6rem;
    --font-size24: 2.4rem;
    --font-size22: 2.2rem;
    --font-size20: 2.0rem;
    --font-size18: 1.8rem;
    --font-size16: 1.6rem;
    --font-size15: 1.5rem;
    --font-size14: 1.4rem;
  }
}

:root {
  --font-weight-bold: 700;
  --font-weight-medium: 500;
}

:root {
  --font-futuraltpro-book-top: -0.13em;
  --font-futuraltpro-book-bottom: -0.8em;
}

:root {
  --line-height-level-1: -2;
  --line-height-level0: 1;
  --line-height-level1: 1.4;
  --line-height-level2: 1.6;
  --line-height-level3: 1.8;
  --line-height-level4: 2;
  --line-height-level5: 2.2;
  --line-height-level6: 2.4;
  --line-height-level7: 3.4;
  --cap-trim-top:    0.02em;
  --cap-trim-bottom: 0.24em;
}

:root {
  --spacing-unit-40: 4rem;
  --spacing-unit-25: 2.5rem;
  --spacing-unit-24: 2.4rem;
}

@media screen and (min-width: 1024px) {
  :root {
    --spacing-unit-xxl: 12rem;
    --spacing-unit-xxl2: 9rem;
    --spacing-unit-xl: 7rem;
    --spacing-unit-lg: 6rem;
    --spacing-unit-lg2: 5rem;
    --spacing-unit-rg: 4rem;
    --spacing-unit-rg2: 2.4rem;
    --spacing-unit-sm: 1.6rem;
  }
}

@media screen and (max-width: 1023px) {
  :root {
    --spacing-unit-xxl: 8rem;
    --spacing-unit-xxl2: 6rem;
    --spacing-unit-xl: 5rem;
    --spacing-unit-lg: 4rem;
    --spacing-unit-lg2: 4rem;
    --spacing-unit-rg: 3rem;
    --spacing-unit-rg2: 1.8rem;
    --spacing-unit-sm: 1rem;
  }
}

@media screen and (min-width: 769px) {
  :root {
    --spacing-unit-gap: 4rem;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --spacing-unit-gap: 2rem;
  }
}

:root {
  --ease:      ease;
  --linear:    linear;
  --easeIn:    ease-in;
  --easeOut:   ease-out;
  --easeInOut: ease-in-out;
  --easeInSine:     cubic-bezier(0.47,  0,     0.745, 0.715);
  --easeOutSine:    cubic-bezier(0.39,  0.575, 0.565, 1    );
  --easeInOutSine:  cubic-bezier(0.445, 0.05,  0.55,  0.95 );
  --easeInQuad:     cubic-bezier(0.55,  0.085, 0.68,  0.53 );
  --easeOutQuad:    cubic-bezier(0.25,  0.46,  0.45,  0.94 );
  --easeInOutQuad:  cubic-bezier(0.455, 0.03,  0.515, 0.955);
  --easeInCubic:    cubic-bezier(0.55,  0.055, 0.675, 0.19 );
  --easeOutCubic:   cubic-bezier(0.215, 0.61,  0.355, 1    );
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1    );
  --easeInQuart:    cubic-bezier(0.895, 0.03,  0.685, 0.22 );
  --easeOutQuart:   cubic-bezier(0.165, 0.84,  0.44,  1    );
  --easeInOutQuart: cubic-bezier(0.77,  0,     0.175, 1    );
  --easeInQuint:    cubic-bezier(0.755, 0.05,  0.855, 0.06 );
  --easeOutQuint:   cubic-bezier(0.23,  1,     0.32,  1    );
  --easeInOutQuint: cubic-bezier(0.86,  0,     0.07,  1    );
  --easeInExpo:     cubic-bezier(0.95,  0.05,  0.795, 0.035);
  --easeOutExpo:    cubic-bezier(0.19,  1,     0.22,  1    );
  --easeInOutExpo:  cubic-bezier(1,     0,     0,     1    );
  --easeInCirc:     cubic-bezier(0.6,   0.04,  0.98,  0.335);
  --easeOutCirc:    cubic-bezier(0.075, 0.82,  0.165, 1    );
  --easeInOutCirc:  cubic-bezier(0.785, 0.135, 0.15,  0.86 );
  --easeInBack:     cubic-bezier(0.6,  -0.28,  0.735, 0.045);
  --easeOutBack:    cubic-bezier(0.175, 0.885, 0.32,  1.275);
  --easeInOutBack:  cubic-bezier(0.68, -0.55,  0.265, 1.55 );
}

:root {
  --transition-delay-level1: 200ms;
  --transition-delay-level2: 400ms;
  --transition-delay-level3: 600ms;
  --transition-delay-level4: 800ms;
  --transition-delay-level5: 1000ms;
  --transition-delay-level6: 1300ms;
  --transition-delay-level7: 2400ms;
  --transition-delay-level8: 3000ms;
  --transition-delay-level9: 3600ms;
}

:root {
  --transition-hover: 400ms var( --easeOutCubic );
  --transition-download-btn: var( --transition-delay-level4 ) var( --easeOutCubic );
  --transition-download-btn-bg: var( --transition-delay-level2 ) var( --easeOutCubic );
}

:root {
  --width-w-sm: 112rem;
  --width-w-md: 120rem;
  --width-w-md2: 144rem;
  --width-w-lg: 168rem;
  --width-w-xl: 176rem;
}

@media screen and (min-width: 1280px) {
  :root {
    --l-header-w: 28rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  :root {
    --l-header-w: 28rem;
  }
}

@media screen and (max-width: 1023px) {
  :root {
    --l-header-w: 100%;
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --width-inr: calc( 100% - 16rem );
  }
}

@media screen and (max-width: 1023px) {
  :root {
    --width-inr: calc( 100% - 1.6rem );
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --width-inr-2: calc( 100% - 16rem );
  }
}

@media screen and (max-width: 1023px) {
  :root {
    --width-inr-2: calc( 100% - 4rem );
  }
}

@-webkit-keyframes button-download-animation {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.8);
    filter: brightness(1.8);
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

@keyframes button-download-animation {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.8);
    filter: brightness(1.8);
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

@-webkit-keyframes button-download-hover {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes button-download-hover {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

/* -----------------------------------------
 setting
----------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 0.521vw;
  }
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  font-family: var(--font-Noto-Sans-JP);
  font-weight: 400;
  font-size: 1.0rem;
  font-weight: 400;
  color: var(--color-text);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  max-width: 100%;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

body.js-none-scroll {
  overflow-y: scroll;
  position: fixed;
}

p, a, li, dt, dd, small, address, th, td {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  p, a, li, dt, dd, small, address, th, td {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 668px) {
  p, a, li, dt, dd, small, address, th, td {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 667px) {
  p, a, li, dt, dd, small, address, th, td {
    font-size: 1.2rem;
  }
}

a {
  font-weight: 400;
  text-decoration: none;
  transition: var(--transition-hover);
  transition-property: opacity;
  will-change: opacity;
}

a:hover {
  opacity: 0.7;
}

a, a:visited, a:focus, a:link, a:active {
  color: var(--color-text);
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

ol, ul {
  list-style: none;
}

a, button, small, span, time {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

main {
  display: block;
}

svg {
  fill: currentColor;
}

svg:not(.l-preload-svg) {
  display: block;
  width: 100%;
  height: 100%;
}

.l-aside-pr {
  background-color: var(--color-bg);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.l-aside-pr::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media screen and (min-width: 1024px) {
  .l-aside-pr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 36rem;
    height: 100svh;
    padding: 2.4rem 2.4rem 6.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .l-aside-pr {
    padding: 4rem 2.4rem 12.4rem;
  }
}

.l-aside-pr .c-ttl-area {
  width: 100%;
}

/* -----------------------------------------
 l-aside-pr__main
----------------------------------------- */
.l-aside-pr__main {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 1024px) {
  .l-aside-pr__main {
    gap: 4rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 1023px) {
  .l-aside-pr__main {
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

.l-aside-pr__main article a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-aside-pr__main article figure {
  border-radius: 12px;
  overflow: hidden;
}

.l-aside-pr__main article figure img {
  width: 100%;
}

.l-aside-pr__main article .__title {
  font-size: var(--font-size14);
  color: var(--color-text2);
  margin-top: 1.5rem;
}

/* -----------------------------------------
 .body
----------------------------------------- */
body {
  background-color: var(--color-bg3);
  position: relative;
}

body.is-Loaded .l-loading {
  opacity: 0;
  visibility: hidden;
}

/* -----------------------------------------
 .main
-----------------------------------------
main {


}





/* -----------------------------------------
 .l-body
----------------------------------------- */
.l-body {
  min-height: calc( 100vh - 456px);
  position: relative;
}

@media screen and (min-width: 1024px) {
  .l-body {
    display: flex;
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .l-container {
    display: flex;
    width: 100%;
    height: 100svh;
  }
}

.l-footer {
  display: flex;
  justify-content: center;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .l-footer {
    width: calc( 100% - 28rem - 36rem);
    bottom: 2.2rem;
    left: 28rem;
  }
}

@media screen and (max-width: 1023px) {
  .l-footer {
    bottom: 3.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.l-footer small {
  font-size: var(--font-size12);
  font-family: var(--font-Roboto);
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .l-footer small {
    color: var(--color-purple);
  }
}

@media screen and (max-width: 1023px) {
  .l-footer small {
    color: var(--color-text2);
  }
}

#l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-bg2);
}

@media screen and (min-width: 1024px) {
  #l-header {
    flex-direction: column;
    width: 28rem;
    height: 100svh;
    padding: 54px 0;
  }
}

@media screen and (max-width: 1023px) {
  #l-header {
    width: 100%;
    height: 6rem;
    padding: 0 1rem;
  }
}

/* -----------------------------------------
 l-header__ys-logo
----------------------------------------- */
@media screen and (max-width: 1023px) {
  .l-header__ys-logo {
    width: 18rem;
    height: auto;
  }
}

@media screen and (min-width: 1023px) {
  .l-header__ys-logo {
    width: 18rem;
    height: auto;
  }
}

.l-header__ys-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header__ys-logo img {
  width: 100%;
}

/* -----------------------------------------
 l-header__fl-logo
----------------------------------------- */
.l-header__fl-logo {
  aspect-ratio: 186 / 79;
}

@media screen and (min-width: 1024px) {
  .l-header__fl-logo {
    width: calc( 186 / 280 * 100%);
  }
}

@media screen and (max-width: 1023px) {
  .l-header__fl-logo {
    width: 9.1rem;
  }
}

.l-header__fl-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header__fl-logo img {
  width: 100%;
}

/* ----------------------------------------
 comment
---------------------------------------- */
.l-inr,
.l-inr-s,
.l-inr-m,
.l-inr-l,
.l-inr-l-2,
.l-inr-l-3 {
  width: var(--width-inr);
  margin: 0 auto;
}

.l-inr-m {
  max-width: 1000px;
}

.l-inr-l {
  max-width: var(--width-w-lg);
}

.l-inr-l-2 {
  max-width: 1440px;
}

.l-inr-l-3 {
  max-width: 1400px;
}

.l-inr--full {
  width: 100%;
}

.l-loading {
  background-color: var(--color-bg2);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  opacity: 1;
  visibility: visible;
  transition: var(--transition-loading);
}

.l-main {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .l-main {
    flex: 1 1 auto;
  }
}

.c-btn-download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  --btn-color: var( --color-bg );
  background-color: var(--btn-color);
  border-radius: 50px;
  -webkit-animation: button-download-animation 2s infinite;
  animation: button-download-animation 2s infinite;
  position: relative;
}

.c-btn-download:hover {
  -webkit-animation: button-download-hover 1s;
  animation: button-download-hover 1s;
}

@media screen and (min-width: 1024px) {
  .c-btn-download {
    height: 7.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-btn-download {
    height: 5.2rem;
  }
}

/* -----------------------------------------
 c-btn-download__text
----------------------------------------- */
.c-btn-download__text {
  font-weight: 700;
  color: var(--color-text2);
}

@media screen and (min-width: 1024px) {
  .c-btn-download__text {
    font-size: var(--font-size20);
  }
}

@media screen and (max-width: 1023px) {
  .c-btn-download__text {
    font-size: var(--font-size14);
  }
}

/* -----------------------------------------
 c-btn-download__icon
----------------------------------------- */
.c-btn-download__icon {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .c-btn-download__icon {
    --icon-size: 3.2rem;
    right: 2.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-btn-download__icon {
    --icon-size: 2rem;
    right: 2.4rem;
  }
}

.c-btn-download__icon span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-btn-download__icon span.__item-01 {
  overflow: hidden;
}

.c-btn-download__icon span.__item-01 img {
  transition: var(--transition-delay-level5) var(--easeOutCubic);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.c-btn-download__icon span.__item-02 {
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: var(--transition-delay-level5) linear(0, 0.011 0.6%, 0.042 1.2%, 0.178 2.6%, 0.905 7.3%, 1.148 9.2%, 1.296 11%, 1.337 11.9%, 1.358 12.9%, 1.359 13.6%, 1.349 14.3%, 1.3 15.8%, 1.028 20.7%, 0.942 22.6%, 0.893 24.3%, 0.871 26.1%, 0.874 27.5%, 0.891 29%, 1.021 35.9%, 1.046 39.3%, 1.041 41.9%, 0.995 48.6%, 0.984 52.4%, 1.006 65.6%, 0.998 78.6%, 1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.c-btn-download__icon img {
  width: 100%;
}

.c-ttl-area {
  display: flex;
  align-items: center;
  color: var(--color-text2);
  position: relative;
}

@media screen and (min-width: 1024px) {
  .c-ttl-area {
    font-size: var(--font-size16);
  }
}

@media screen and (max-width: 1023px) {
  .c-ttl-area {
    font-size: var(--font-size12);
  }
}

.c-ttl-area::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--color-bg2);
}

.c-ttl-area span {
  display: inline-block;
  font-family: var(--font-Roboto);
  font-weight: 400;
  margin-right: 1em;
}

.p-download-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-download-bg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(223, 239, 255, 0) 40%, #dfefff 73%);
}

.p-download-bg picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-download-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-download-area {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .p-download-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 2.4rem 2.4rem 4.8rem;
    overflow: auto;
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area {
    padding: 2rem 2.4rem 4rem;
  }
}

.p-download-area .c-ttl-area {
  width: 100%;
}

/* -----------------------------------------
 p-download-area__main
----------------------------------------- */
.p-download-area__main {
  max-width: 92rem;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .p-download-area__main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    flex: 1;
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__main {
    margin-top: 4rem;
  }
}

/* -----------------------------------------
 p-download-area__header
----------------------------------------- */
.p-download-area__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-download-area__header {
    margin-bottom: 3.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__header {
    margin-bottom: 2rem;
  }
}

/* -----------------------------------------
 p-download-area__title
----------------------------------------- */
.p-download-area__title {
  font-family: var(--font-Roboto);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-text2);
}

@media screen and (min-width: 1024px) {
  .p-download-area__title {
    font-size: var(--font-size40);
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__title {
    font-size: var(--font-size24);
  }
}

/* -----------------------------------------
 p-download-area__filelocker
----------------------------------------- */
.p-download-area__filelocker {
  width: calc( 186 / 920 * 100%);
  max-width: 18.6rem;
}

@media screen and (max-width: 1023px) {
  .p-download-area__filelocker {
    display: none;
  }
}

.p-download-area__filelocker img {
  width: 100%;
}

/* -----------------------------------------
 p-download-area__body
----------------------------------------- */
.p-download-area__body {
  width: 100%;
  background-color: var(--color-bg2);
}

@media screen and (min-width: 1024px) {
  .p-download-area__body {
    border-radius: 24px;
    padding: 4.8rem 6.4rem 5.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__body {
    border-radius: 12px;
    padding: 3.2rem 2.4rem;
  }
}

/* -----------------------------------------
 p-download-area__filename
----------------------------------------- */
.p-download-area__filename {
  display: flex;
}

.p-download-area__filename i {
  display: block;
  margin-right: 1em;
}

@media screen and (min-width: 1024px) {
  .p-download-area__filename i {
    width: 2.6rem;
    height: 3.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__filename i {
    width: 2rem;
    height: 2.5rem;
  }
}

.p-download-area__filename i img {
  width: 100%;
}

.p-download-area__filename span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  color: var(--color-text4);
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .p-download-area__filename span {
    font-size: var(--font-size24);
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__filename span {
    font-size: var(--font-size16);
  }
}

@media screen and (min-width: 1024px) {
  .p-download-area__filename span {
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__filename span {
    -webkit-line-clamp: 3;
  }
}

.p-download-area__filename span::before {
  content: '';
  display: block;
}

@media screen and (min-width: 1024px) {
  .p-download-area__filename span::before {
    margin-top: -.1em;
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__filename span::before {
    margin-top: -.05em;
  }
}

/* -----------------------------------------
 p-download-area__data
----------------------------------------- */
.p-download-area__data {
  border-top: 1px solid var(--color-border3);
}

@media screen and (min-width: 1024px) {
  .p-download-area__data {
    margin-top: 3.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__data {
    margin-top: 1.6rem;
  }
}

.p-download-area__data .__block {
  display: flex;
  align-items: center;
  padding: 2em 0;
  border-bottom: 1px solid var(--color-border3);
}

.p-download-area__data dt {
  color: var(--color-text5);
}

@media screen and (min-width: 1024px) {
  .p-download-area__data dt {
    font-size: var(--font-size16);
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__data dt {
    font-size: var(--font-size12);
  }
}

@media screen and (min-width: 1024px) {
  .p-download-area__data dt {
    width: calc( 230 / 792 * 100%);
  }
}

.p-download-area__data dd {
  color: var(--color-text5);
}

@media screen and (min-width: 1024px) {
  .p-download-area__data dd {
    font-size: var(--font-size16);
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__data dd {
    font-size: var(--font-size12);
  }

  .p-download-area__data dt {
    font-size: var(--font-size12);
    width: 12rem;
    }
}

/* -----------------------------------------
 p-download-area__btn
----------------------------------------- */
.p-download-area__btn {
  transition: var(--transition-download-btn-bg);
  transition-property: background-color;
}

.p-download-area__btn:hover {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .p-download-area__btn {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-download-area__btn {
    margin-top: 2.4rem;
  }
}

.p-download-area__btn.-standby {
  --btn-color: var( --color-gray3 );
  -webkit-animation: none;
  animation: none;
  pointer-events: none;
}

.p-download-area__btn.-standby .__inner {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.p-download-area__btn.-standby .c-btn-download__icon .__item-01 img {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
}

.p-download-area__btn.-start {
  --btn-color: var( --color-red );
}

.p-download-area__btn.-start .__inner {
  -webkit-transform: translateY(-4em);
  transform: translateY(-4em);
}

.p-download-area__btn.-start .c-btn-download__icon .__item-02 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* -----------------------------------------
 p-download-area__btn__text
----------------------------------------- */
.p-download-area__btn__text {
  height: 1em;
  overflow: hidden;
  position: relative;
}

.p-download-area__btn__text .__inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1em;
  transition: var(--transition-download-btn);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/* ----------------------------------------
 android
---------------------------------------- */
/* ----------------------------------------
 edge
---------------------------------------- */
/* ----------------------------------------
 ie
---------------------------------------- */
/* ----------------------------------------
 ios
---------------------------------------- */
