@charset "UTF-8";
/*
import global components
*/
/*
#  scss mixin
1. background-image-retina
*/
/* about */
/*
    必須引数として「拡張子を除く画像パス」と「拡張子」を指定することで、メディアクエリのRetina対応コードを出力。
    */
/* usage */
/*
    // --- scss code
    .section--index.section--01.loaded {
        @include background-image-retina('../img/index/desktop/section--01', 'jpg');
        background-size: 1308px 600px;
    }

    // --- output css
    .section--index.section--01.loaded {
        background-image:url("../img/index/desktop/section--01.jpg");
        background-size:1308px 600px;
    }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
        .section--index.section--01.loaded {
            background-image:url("../img/index/desktop/section--01@2x.jpg");
        }
    }
    ---
    */
/*
import page components
*/
.billboard {
  position: relative;
  overflow: visible;
  padding: 0;
}
@media (max-width: 639px) {
  .billboard {
    padding: 0;
  }
}
@media (min-width: 640px) {
  .billboard {
    padding: 0 0 50px 0;
  }
}
.billboard .billboard-background {
  width: 100%;
  overflow: hidden;
  background: #1c1c1c no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 821.32 764.48"><g transform="translate(0.121 -0.01)"><path fill="%23000000" d="M439.5,244c-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.6,15.9,149.9L182.4,467.8c-1.5-3.4-48.9-110.3-62.2-138.1-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6C4.1,175.4,1.5,191.4.6,203.9c-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.7,15.9,150L182.3,468c1.5,3.4,49,110.3,62.2,138.1,11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5-1.9-35.5-3.4-55.7-5.4-88.4-2.4-34-8-91.6-15.9-149.9l159.6-42.8C501.8,382.3,453,272.4,439.5,244Z" fill-rule="evenodd"/><path fill="%23000000" d="M677.4,489.3c-2.4-34-8-91.6-15.9-149.9l159.7-42.8s-48.8-109.9-62.3-138.2c-11.8-25.4-21.1-45.5-38.4-78.9C704.8,49.1,700,40,686,19.3,679.2,9.6,669.4-3.1,655.3.7c-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8,91.6,15.9,149.9L501.6,382.2s48.8,109.9,62.2,138.2c11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5C680.9,542.2,679.5,522.1,677.4,489.3Z" fill-rule="evenodd"/></g></svg>');
}
@media (max-width: 639px) {
  .billboard .billboard-background {
    height: 420px;
    background-position: -100px center;
  }
}
@media (min-width: 640px) {
  .billboard .billboard-background {
    height: 560px;
    background-position: -300px center;
  }
}
.billboard .billboard-background.power-pack {
  background-color: #1d3c26;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 821.32 764.48"><g transform="translate(0.121 -0.01)"><path fill="%23344F3C" d="M439.5,244c-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.6,15.9,149.9L182.4,467.8c-1.5-3.4-48.9-110.3-62.2-138.1-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6C4.1,175.4,1.5,191.4.6,203.9c-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.7,15.9,150L182.3,468c1.5,3.4,49,110.3,62.2,138.1,11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5-1.9-35.5-3.4-55.7-5.4-88.4-2.4-34-8-91.6-15.9-149.9l159.6-42.8C501.8,382.3,453,272.4,439.5,244Z" fill-rule="evenodd"/><path fill="%23344F3C" d="M677.4,489.3c-2.4-34-8-91.6-15.9-149.9l159.7-42.8s-48.8-109.9-62.3-138.2c-11.8-25.4-21.1-45.5-38.4-78.9C704.8,49.1,700,40,686,19.3,679.2,9.6,669.4-3.1,655.3.7c-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8,91.6,15.9,149.9L501.6,382.2s48.8,109.9,62.2,138.2c11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5C680.9,542.2,679.5,522.1,677.4,489.3Z" fill-rule="evenodd"/></g></svg>');
}
.billboard .billboard-background.silver {
  background-color: #212629;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 821.32 764.48"><g transform="translate(0.121 -0.01)"><path fill="%23000000" d="M439.5,244c-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.6,15.9,149.9L182.4,467.8c-1.5-3.4-48.9-110.3-62.2-138.1-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6C4.1,175.4,1.5,191.4.6,203.9c-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.7,15.9,150L182.3,468c1.5,3.4,49,110.3,62.2,138.1,11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5-1.9-35.5-3.4-55.7-5.4-88.4-2.4-34-8-91.6-15.9-149.9l159.6-42.8C501.8,382.3,453,272.4,439.5,244Z" fill-rule="evenodd"/><path fill="%23000000" d="M677.4,489.3c-2.4-34-8-91.6-15.9-149.9l159.7-42.8s-48.8-109.9-62.3-138.2c-11.8-25.4-21.1-45.5-38.4-78.9C704.8,49.1,700,40,686,19.3,679.2,9.6,669.4-3.1,655.3.7c-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8,91.6,15.9,149.9L501.6,382.2s48.8,109.9,62.2,138.2c11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5C680.9,542.2,679.5,522.1,677.4,489.3Z" fill-rule="evenodd"/></g></svg>');
}
.billboard .billboard-background.gold {
  background-color: #b49a5a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 821.32 764.48"><g transform="translate(0.121 -0.01)"><path fill="%23CEB47F" d="M439.5,244c-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.6,15.9,149.9L182.4,467.8c-1.5-3.4-48.9-110.3-62.2-138.1-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6C4.1,175.4,1.5,191.4.6,203.9c-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.7,15.9,150L182.3,468c1.5,3.4,49,110.3,62.2,138.1,11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5-1.9-35.5-3.4-55.7-5.4-88.4-2.4-34-8-91.6-15.9-149.9l159.6-42.8C501.8,382.3,453,272.4,439.5,244Z" fill-rule="evenodd"/><path fill="%23CEB47F" d="M677.4,489.3c-2.4-34-8-91.6-15.9-149.9l159.7-42.8s-48.8-109.9-62.3-138.2c-11.8-25.4-21.1-45.5-38.4-78.9C704.8,49.1,700,40,686,19.3,679.2,9.6,669.4-3.1,655.3.7c-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8,91.6,15.9,149.9L501.6,382.2s48.8,109.9,62.2,138.2c11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5C680.9,542.2,679.5,522.1,677.4,489.3Z" fill-rule="evenodd"/></g></svg>');
}
.billboard .billboard-background.platinum {
  background-color: #888888;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 821.32 764.48"><g transform="translate(0.121 -0.01)"><path fill="%23ABABAA" d="M439.5,244c-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.6,15.9,149.9L182.4,467.8c-1.5-3.4-48.9-110.3-62.2-138.1-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6C4.1,175.4,1.5,191.4.6,203.9c-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.7,15.9,150L182.3,468c1.5,3.4,49,110.3,62.2,138.1,11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5-1.9-35.5-3.4-55.7-5.4-88.4-2.4-34-8-91.6-15.9-149.9l159.6-42.8C501.8,382.3,453,272.4,439.5,244Z" fill-rule="evenodd"/><path fill="%23ABABAA" d="M677.4,489.3c-2.4-34-8-91.6-15.9-149.9l159.7-42.8s-48.8-109.9-62.3-138.2c-11.8-25.4-21.1-45.5-38.4-78.9C704.8,49.1,700,40,686,19.3,679.2,9.6,669.4-3.1,655.3.7c-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8,91.6,15.9,149.9L501.6,382.2s48.8,109.9,62.2,138.2c11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5C680.9,542.2,679.5,522.1,677.4,489.3Z" fill-rule="evenodd"/></g></svg>');
}
.billboard .billboard-background.diamond {
  background-color: #005e75;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 821.32 764.48"><g transform="translate(0.121 -0.01)"><path fill="%23004E66" d="M439.5,244c-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.6,15.9,149.9L182.4,467.8c-1.5-3.4-48.9-110.3-62.2-138.1-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6C4.1,175.4,1.5,191.4.6,203.9c-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.7,15.9,150L182.3,468c1.5,3.4,49,110.3,62.2,138.1,11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5-1.9-35.5-3.4-55.7-5.4-88.4-2.4-34-8-91.6-15.9-149.9l159.6-42.8C501.8,382.3,453,272.4,439.5,244Z" fill-rule="evenodd"/><path fill="%23004E66" d="M677.4,489.3c-2.4-34-8-91.6-15.9-149.9l159.7-42.8s-48.8-109.9-62.3-138.2c-11.8-25.4-21.1-45.5-38.4-78.9C704.8,49.1,700,40,686,19.3,679.2,9.6,669.4-3.1,655.3.7c-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8,91.6,15.9,149.9L501.6,382.2s48.8,109.9,62.2,138.2c11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5C680.9,542.2,679.5,522.1,677.4,489.3Z" fill-rule="evenodd"/></g></svg>');
}
.billboard .billboard-background.horizon {
  background-color: #11153c;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 821.32 764.48"><g transform="translate(0.121 -0.01)"><path fill="%23060818" d="M439.5,244c-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.6,15.9,149.9L182.4,467.8c-1.5-3.4-48.9-110.3-62.2-138.1-11.8-25.4-21.1-45.5-38.4-78.9-15.7-30.4-20.5-39.5-34.5-60.2-6.8-9.7-16.6-22.4-30.7-18.6C4.1,175.4,1.5,191.4.6,203.9c-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8.1,91.7,15.9,150L182.3,468c1.5,3.4,49,110.3,62.2,138.1,11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5-1.9-35.5-3.4-55.7-5.4-88.4-2.4-34-8-91.6-15.9-149.9l159.6-42.8C501.8,382.3,453,272.4,439.5,244Z" fill-rule="evenodd"/><path fill="%23060818" d="M677.4,489.3c-2.4-34-8-91.6-15.9-149.9l159.7-42.8s-48.8-109.9-62.3-138.2c-11.8-25.4-21.1-45.5-38.4-78.9C704.8,49.1,700,40,686,19.3,679.2,9.6,669.4-3.1,655.3.7c-12.5,3.4-15.1,19.4-16,31.9-1.1,24.1-1,37,.7,68.5,2,35.5,3.4,55.7,5.4,88.4,2.4,34,8,91.6,15.9,149.9L501.6,382.2s48.8,109.9,62.2,138.2c11.8,25.3,21.1,45.5,38.4,78.9,15.7,30.4,20.5,39.5,34.5,60.2,6.8,9.7,16.6,22.4,30.7,18.6,12.5-3.4,15.1-19.4,16-31.9,1.1-24.1,1-37-.7-68.5C680.9,542.2,679.5,522.1,677.4,489.3Z" fill-rule="evenodd"/></g></svg>');
}
.billboard .billboard-background .shape-divider {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 639px) {
  .billboard .billboard-background .shape-divider {
    bottom: 0;
  }
}
@media (min-width: 640px) {
  .billboard .billboard-background .shape-divider {
    bottom: 50px;
  }
}
.billboard .billboard-background .shape-divider svg {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 639px) {
  .billboard .billboard-background .shape-divider svg {
    height: 103px;
  }
}
@media (min-width: 640px) {
  .billboard .billboard-background .shape-divider svg {
    height: 140px;
  }
}
.billboard .billboard-background .shape-divider .shape-fill {
  fill: #ffffff;
}
.billboard .billboard-image {
  position: absolute;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media (max-width: 639px) {
  .billboard .billboard-image {
    top: 20px;
    height: 400px;
  }
}
@media (min-width: 640px) {
  .billboard .billboard-image {
    top: 120px;
    height: 440px;
  }
}
.billboard .billboard-image img {
  max-width: 100%;
}
@media (max-width: 639px) {
  .billboard .billboard-image img {
    max-height: 300px;
  }
}
@media (min-width: 640px) {
  .billboard .billboard-image img {
    max-height: 440px;
  }
}

.overview {
  padding: 0;
  text-align: center;
}
@media (max-width: 639px) {
  .overview > .view-area {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 640px) {
  .overview > .view-area {
    overflow: visible;
    width: 90%;
    max-width: 1118px;
    margin: 0 auto;
    padding: 0;
  }
}
.overview .title {
  font-family: "Montserrat";
  font-weight: bold;
  color: #000;
}
@media (max-width: 639px) {
  .overview .title {
    margin-bottom: 24px;
    font-size: 38px;
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .overview .title {
    margin-bottom: 20px;
    font-size: 66px;
    line-height: 76px;
  }
}
.overview .tagline {
  margin-bottom: 40px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 639px) {
  .overview .tagline {
    font-size: 20px;
  }
}
@media (min-width: 640px) {
  .overview .tagline {
    font-size: 40px;
  }
}
.overview .introduction {
  text-align: left;
}

.contents {
  background-color: #f8f8f8;
}
.contents > .view-area {
  padding: 0;
}
@media (max-width: 639px) {
  .contents > .view-area {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 640px) {
  .contents > .view-area {
    overflow: visible;
    width: 90%;
    max-width: 1118px;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .contents > .view-area > .section {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 640px) {
  .contents > .view-area > .section {
    padding: 80px 0 0 0;
  }
}

.section__features ul li {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M7%2C0A6.957%2C6.957%2C0%2C0%2C0%2C0%2C7a6.957%2C6.957%2C0%2C0%2C0%2C7%2C7%2C6.957%2C6.957%2C0%2C0%2C0%2C7-7A6.957%2C6.957%2C0%2C0%2C0%2C7%2C0ZM9.9%2C6%2C6.8%2C9.1a1.421%2C1.421%2C0%2C0%2C1-.6.2.764.764%2C0%2C0%2C1-.5-.2L4.1%2C7.5A.778.778%2C0%2C0%2C1%2C5.2%2C6.4l1%2C1L8.8%2C4.8a.785.785%2C0%2C0%2C1%2C1.1%2C0A.91.91%2C0%2C0%2C1%2C9.9%2C6Z%22%20fill%3D%22%230db5c6%22%2F%3E%3C%2Fsvg%3E");
}
.section__features ul li:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 639px) {
  .section__features ul li {
    padding-left: 1.4rem;
    background-position: 2px 6px;
  }
}
@media (min-width: 640px) {
  .section__features ul li {
    padding-left: 1.6rem;
    background-position: 0 7px;
    background-size: 18px;
  }
}

@media (min-width: 640px) {
  .section__videos {
    padding-right: 0;
    padding-bottom: 50px;
  }
}

.section__contents {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.section__contents .title {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: normal;
}
.section__contents p {
  margin-bottom: 20px;
}
.section__contents .image {
  margin: 0 0 20px 0;
  width: 100%;
  height: auto;
}
.section__contents .image:not(:last-child) {
  margin: 0 0 80px 0;
}

.section__systemrequirements {
  padding: 0;
  background-color: #f8f8f8;
}
.section__systemrequirements__SOUNDGRID {
  background-color: #eaeaea;
}
@media (max-width: 639px) {
  .section__systemrequirements > .view-area {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
}
@media (min-width: 640px) {
  .section__systemrequirements > .view-area {
    overflow: visible;
    width: 90%;
    max-width: 1118px;
    margin: 0 auto;
    padding: 80px 0;
  }
}
@media (min-width: 640px) {
  .section__systemrequirements > .view-area .title {
    margin-bottom: 20px;
  }
}
.section__systemrequirements > .view-area .subtitle {
  margin: 0;
  font-weight: bold;
  color: #000;
}
@media (max-width: 639px) {
  .section__systemrequirements > .view-area .subtitle {
    padding: 20px 0 0 0;
    font-size: 1.1rem;
  }
}
@media (min-width: 640px) {
  .section__systemrequirements > .view-area .subtitle {
    padding: 0;
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .section__systemrequirements > .view-area > div {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .section__systemrequirements > .view-area > div:not(:last-child) {
    margin-bottom: 40px;
  }
}
.section__systemrequirements > .view-area ul {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #000;
}
.section__systemrequirements > .view-area ul li {
  margin-left: 20px;
  font-size: 0.9rem;
  font-weight: normal;
  color: #707070;
}
.section__systemrequirements > .view-area a {
  color: #000;
  text-decoration: underline;
}
.section__systemrequirements > .view-area .notice p {
  font-size: 0.9rem;
  font-weight: normal;
  color: #ff0000;
}
.section__systemrequirements > .view-area .notice p:not(:last-child) {
  margin-bottom: 1em;
}

.bottom_cta {
  padding: 0;
}
.bottom_cta > .view-area {
  padding: 0;
}
@media (max-width: 639px) {
  .bottom_cta > .view-area {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0;
  }
}
@media (min-width: 640px) {
  .bottom_cta > .view-area {
    overflow: visible;
    width: 90%;
    max-width: 1118px;
    margin: 0 auto;
    padding: 80px 0 0;
  }
}
.bottom_cta > .view-area > .cta {
  padding: 0;
}
@media (max-width: 639px) {
  .bottom_cta > .view-area > .cta > .requirements {
    display: none;
  }
}

.section__include {
  overflow: visible;
  padding-top: 0;
}
.section__include .button {
  display: block;
  width: 160px;
  height: 40px;
  margin: 0 auto;
  background-color: #0DB5C6;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
}

.section__article {
  padding: 0;
}
@media (max-width: 639px) {
  .section__article > .view-area {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }
}
@media (min-width: 640px) {
  .section__article > .view-area {
    overflow: visible;
    width: 90%;
    max-width: 1118px;
    margin: 0 auto;
    padding: 0 0 50px;
  }
}

.section__recomend_items {
  padding: 0;
}
@media (max-width: 639px) {
  .section__recomend_items > .view-area {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }
}
@media (min-width: 640px) {
  .section__recomend_items > .view-area {
    overflow: visible;
    width: 90%;
    max-width: 1118px;
    margin: 0 auto;
    padding: 0 0 80px;
  }
}

.section__wup {
  padding: 0;
  background-color: #f8f8f8;
  text-align: center;
}
@media (max-width: 639px) {
  .section__wup > .view-area {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
}
@media (min-width: 640px) {
  .section__wup > .view-area {
    overflow: visible;
    width: 90%;
    max-width: 1118px;
    margin: 0 auto;
    padding: 80px 0;
  }
}
.section__wup > .view-area > svg {
  fill: #000;
}
@media (max-width: 639px) {
  .section__wup > .view-area > svg {
    width: 50px;
    height: 40px;
  }
}
@media (min-width: 640px) {
  .section__wup > .view-area > svg {
    width: 60px;
    height: 48px;
  }
}
.section__wup > .view-area .title {
  font-family: "Montserrat";
  font-weight: bold;
}
@media (max-width: 639px) {
  .section__wup > .view-area .title {
    font-size: 22px;
  }
}
@media (min-width: 640px) {
  .section__wup > .view-area .title {
    font-size: 36px;
  }
}
.section__wup > .view-area .text {
  text-align: left;
  padding-top: 20px;
}
.section__wup > .view-area ul {
  padding-top: 20px;
  text-align: left;
}
.section__wup > .view-area ul li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M7%2C0A6.957%2C6.957%2C0%2C0%2C0%2C0%2C7a6.957%2C6.957%2C0%2C0%2C0%2C7%2C7%2C6.957%2C6.957%2C0%2C0%2C0%2C7-7A6.957%2C6.957%2C0%2C0%2C0%2C7%2C0ZM9.9%2C6%2C6.8%2C9.1a1.421%2C1.421%2C0%2C0%2C1-.6.2.764.764%2C0%2C0%2C1-.5-.2L4.1%2C7.5A.778.778%2C0%2C0%2C1%2C5.2%2C6.4l1%2C1L8.8%2C4.8a.785.785%2C0%2C0%2C1%2C1.1%2C0A.91.91%2C0%2C0%2C1%2C9.9%2C6Z%22%20fill%3D%22%230db5c6%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media (max-width: 639px) {
  .section__wup > .view-area ul li {
    padding-left: 1.4rem;
    background-position: 2px 6px;
  }
}
@media (min-width: 640px) {
  .section__wup > .view-area ul li {
    padding-left: 1.6rem;
    background-position: 0 7px;
  }
}
.section__wup > .view-area ul li:not(:last-child) {
  margin-bottom: 6px;
}

.section__upgrade {
  padding: 80px 0 0;
}
@media (max-width: 639px) {
  .section__upgrade > .view-area {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 640px) {
  .section__upgrade > .view-area {
    overflow: visible;
    width: 90%;
    max-width: 1118px;
    margin: 0 auto;
    padding: 0;
  }
}
.section__upgrade > .view-area > .upgrade_list {
  border-bottom: 1px solid #999;
}
.section__upgrade > .view-area > .upgrade_list > .text {
  margin-bottom: 40px;
}
.section__upgrade > .view-area > .upgrade_list > .upgrade {
  display: grid;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #999;
}
@media (max-width: 639px) {
  .section__upgrade > .view-area > .upgrade_list > .upgrade {
    grid-template-columns: 1fr 110px;
    grid-template-areas: "name name" ". .";
  }
  .section__upgrade > .view-area > .upgrade_list > .upgrade .name {
    grid-area: name;
  }
}
@media (min-width: 640px) {
  .section__upgrade > .view-area > .upgrade_list > .upgrade {
    grid-template-columns: 1fr 180px 110px;
  }
}
.section__upgrade > .view-area > .upgrade_list > .upgrade > .name {
  color: #000;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .section__upgrade > .view-area > .upgrade_list > .upgrade > .name {
    font-size: 1rem;
  }
}
@media (min-width: 640px) {
  .section__upgrade > .view-area > .upgrade_list > .upgrade > .name {
    font-size: 1.2rem;
  }
}
.section__upgrade > .view-area > .upgrade_list > .upgrade .current_price {
  font-weight: bold;
  color: #000;
}
@media (max-width: 639px) {
  .section__upgrade > .view-area > .upgrade_list > .upgrade .current_price {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (min-width: 640px) {
  .section__upgrade > .view-area > .upgrade_list > .upgrade .current_price {
    font-size: 30px;
    line-height: 0.8;
  }
}
.section__upgrade > .view-area > .upgrade_list > .upgrade .current_price::before {
  content: "¥";
  padding-right: 2px;
  font-size: 0.7em;
  font-weight: normal;
}
.section__upgrade > .view-area > .upgrade_list > .upgrade .current_price::after {
  content: "（税込）";
  position: relative;
  bottom: 2px;
  font-size: 10px;
  font-weight: normal;
}
@media only screen and (max-width: 370px) {
  .section__upgrade > .view-area > .upgrade_list > .upgrade .current_price::after {
    display: none;
  }
}
.section__upgrade > .view-area > .upgrade_list > .upgrade .buy {
  text-align: right;
}
.section__upgrade > .view-area > .upgrade_list > .upgrade .buy a {
  position: relative;
  display: inline-block;
  height: 46px;
  border-radius: 23px;
  background-color: #202020;
  font-size: 20px;
  line-height: 46px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 639px) {
  .section__upgrade > .view-area > .upgrade_list > .upgrade .buy a {
    width: 100%;
    max-width: 110px;
  }
}
@media (min-width: 640px) {
  .section__upgrade > .view-area > .upgrade_list > .upgrade .buy a {
    width: 110px;
  }
}

.contents > .view-area .section__signature {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  background-color: #0b0a09;
}
.contents > .view-area .section__signature > .layout {
  position: relative;
}
@media (max-width: 639px) {
  .contents > .view-area .section__signature > .layout {
    width: 90%;
    margin: 0 auto;
    padding-top: 292px;
  }
}
@media (min-width: 640px) {
  .contents > .view-area .section__signature > .layout {
    overflow: visible;
    width: 90%;
    max-width: 1118px;
    margin: 0 auto;
    padding-top: 372px;
  }
}
.contents > .view-area .section__signature > .layout .background {
  overflow: hidden;
}
.contents > .view-area .section__signature > .layout .background .image {
  position: absolute;
  top: 0;
}
@media (max-width: 639px) {
  .contents > .view-area .section__signature > .layout .background .image {
    left: calc(50% - 320px);
    width: 640px;
    min-width: 640px;
    height: 360px;
  }
}
@media (min-width: 640px) {
  .contents > .view-area .section__signature > .layout .background .image {
    width: 1380px;
    min-width: 1380px;
    height: 625px;
  }
}
@media (max-width: 1180px) {
  .contents > .view-area .section__signature > .layout .background .image {
    right: -30%;
  }
}
@media (max-width: 880px) {
  .contents > .view-area .section__signature > .layout .background .image {
    right: -40%;
  }
}
.contents > .view-area .section__signature > .layout .background .signature-sign {
  position: absolute;
  top: 150px;
  left: 0;
}
@media (max-width: 639px) {
  .contents > .view-area .section__signature > .layout .background .signature-sign {
    width: 100%;
    max-width: 474px;
  }
}
.contents > .view-area .section__signature > .layout > .story {
  position: relative;
  padding: 0 0 60px 0;
  color: #fff;
}
.contents > .view-area .section__signature > .layout > .story .title {
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 639px) {
  .contents > .view-area .section__signature > .layout > .story .title {
    margin-bottom: 20px;
  }
}
@media (min-width: 640px) {
  .contents > .view-area .section__signature > .layout > .story .title {
    max-width: 880px;
    margin-bottom: 80px;
  }
}
.contents > .view-area .section__signature > .layout > .story p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.contents > .view-area .section__signature > .layout > .story p a {
  color: #fff;
}
@media (max-width: 639px) {
  .contents > .view-area .section__signature > .layout > .story .image {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .contents > .view-area .section__signature > .layout > .story .image {
    margin-bottom: 2rem;
  }
}
.contents > .view-area .section__signature .profile {
  padding: 60px 0;
  background-color: #1c1c1c;
  color: #fff;
}
@media (max-width: 639px) {
  .contents > .view-area .section__signature .profile > .layout {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 640px) {
  .contents > .view-area .section__signature .profile > .layout {
    overflow: visible;
    width: 90%;
    max-width: 1118px;
    margin: 0 auto;
  }
}
.contents > .view-area .section__signature .profile > .layout > .name {
  margin: 0;
  font-size: 2.2rem;
}
.contents > .view-area .section__signature .profile > .layout > p {
  margin-bottom: 1rem;
}
.contents > .view-area .section__signature .profile > .layout > p > a {
  color: #fff;
}

.contents > .view-area .section__review {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
@media (max-width: 639px) {
  .contents > .view-area .section__review {
    padding: 60px 0;
  }
}
@media (min-width: 640px) {
  .contents > .view-area .section__review {
    padding: 80px 0;
  }
}
.contents > .view-area .section__review.power-pack {
  background-color: #1d3c26;
}
.contents > .view-area .section__review.silver {
  background-color: #212629;
}
.contents > .view-area .section__review.gold {
  background-color: #b49a5a;
}
.contents > .view-area .section__review.platinum {
  background-color: #888888;
}
.contents > .view-area .section__review.diamond {
  background-color: #005e75;
}
.contents > .view-area .section__review.horizon {
  background-color: #11153c;
}
.contents > .view-area .section__review .review {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
}
@media (max-width: 639px) {
  .contents > .view-area .section__review .review {
    padding-left: 40px;
  }
}
@media (min-width: 640px) {
  .contents > .view-area .section__review .review {
    max-width: 1118px;
    padding-left: 60px;
  }
}
.contents > .view-area .section__review .review:last-child {
  margin-bottom: 0;
}
.contents > .view-area .section__review .review::before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/></svg>');
}
.contents > .view-area .section__review .review .text {
  border-bottom: 0;
}
.contents > .view-area .section__review .review .text a {
  font-weight: bold;
  color: #fff;
}
.contents > .view-area .section__review .review .text a::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 0.4rem;
  margin: 0 1rem;
  border-top: 1px solid #fff;
}
.contents > .view-area .section__review .review .reviewer {
  text-align: right;
  font-size: 0.9rem;
  font-style: italic;
}
.contents > .view-area .section__review .review .reviewer::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 0.4rem;
  margin-right: 1rem;
  border-top: 1px solid #fff;
}

.contents > .view-area .comparison_basic_bundle {
  overflow: hidden;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 639px) {
  .contents > .view-area .comparison_basic_bundle {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 640px) {
  .contents > .view-area .comparison_basic_bundle {
    padding: 80px 0 0 0;
  }
}
.contents > .view-area .comparison_basic_bundle .title {
  width: 90%;
  max-width: 1118px;
  margin: 0 auto;
}
.contents > .view-area .comparison_basic_bundle .grid-container {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 50px 0;
  display: grid;
  grid-template-rows: 1fr 80px 28px 28px 28px 28px 28px 28px;
  gap: 0px 0px;
  grid-template-areas: "left power-pack silver gold platinum diamond horizon right" "left starter starter basic basic professional professional right" "left include_power-pack include_power-pack include_power-pack include_power-pack include_power-pack include_power-pack right" "left . include_silver include_silver include_silver include_silver include_silver right" "left . . include_gold include_gold include_gold include_gold right" "left . . . include_platinum include_platinum include_platinum right" "left . . . . include_diamond . right" "left . . . . . include_horizon right";
  text-align: center;
  font-size: 13px;
}
@media (max-width: 639px) {
  .contents > .view-area .comparison_basic_bundle .grid-container {
    grid-template-columns: 5% repeat(6, 232px) 5%;
  }
}
@media (min-width: 640px) {
  .contents > .view-area .comparison_basic_bundle .grid-container {
    grid-template-columns: 5% repeat(6, 252px) 5%;
  }
}
.contents > .view-area .comparison_basic_bundle .bundle_overview {
  padding: 40px 0 0;
}
.contents > .view-area .comparison_basic_bundle .bundle_overview > div {
  padding: 0 10px;
}
.contents > .view-area .comparison_basic_bundle .bundle_overview a {
  position: relative;
  display: block;
}
.contents > .view-area .comparison_basic_bundle .bundle_overview a .badge {
  position: absolute;
  top: -20px;
  right: 10px;
  width: 70px;
  height: 70px;
  padding-top: 19px;
  border-radius: 35px;
  background-color: #c39c3f;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
}
.contents > .view-area .comparison_basic_bundle .bundle_overview .name {
  display: block;
  padding: 20px 0 0;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.contents > .view-area .comparison_basic_bundle .bundle_overview.__active::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: calc(100% - 20px);
  border-radius: 10px;
  background-color: #f2f2f2;
}
@media (max-width: 639px) {
  .contents > .view-area .comparison_basic_bundle .bundle_overview.__active::before {
    width: 232px;
  }
}
@media (min-width: 640px) {
  .contents > .view-area .comparison_basic_bundle .bundle_overview.__active::before {
    width: 252px;
  }
}
.contents > .view-area .comparison_basic_bundle .user_range {
  padding-top: 26px;
  color: #000;
  font-weight: bold;
}
.contents > .view-area .comparison_basic_bundle .user_range::before, .contents > .view-area .comparison_basic_bundle .user_range::after {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 0.3rem;
  margin: 0 0.5rem;
  border-top: 1px solid #000;
}
.contents > .view-area .comparison_basic_bundle .starter {
  grid-area: starter;
}
.contents > .view-area .comparison_basic_bundle .basic {
  grid-area: basic;
}
.contents > .view-area .comparison_basic_bundle .professional {
  grid-area: professional;
}
.contents > .view-area .comparison_basic_bundle .include_range span {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  height: 22px;
  margin-left: 20px;
  padding-left: 1.5rem;
  border-radius: 10px;
  text-align: left;
  color: #fff;
}
@media (max-width: 639px) {
  .contents > .view-area .comparison_basic_bundle .include_range span {
    font-size: 12px;
  }
}
.contents > .view-area .comparison_basic_bundle .include_range span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -29px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.2 15.7"><path d="M16.1,9.3H9.6v6.4h-3V9.3H0V6.5H6.6V0h3V6.5h6.6V9.3Z"/></svg>');
}
.contents > .view-area .comparison_basic_bundle .include_range.include_power-pack span::before {
  display: none;
}
.contents > .view-area .comparison_basic_bundle .include_power-pack {
  grid-area: include_power-pack;
}
.contents > .view-area .comparison_basic_bundle .include_power-pack > span {
  background-color: #7ea74a;
}
.contents > .view-area .comparison_basic_bundle .include_silver {
  grid-area: include_silver;
}
.contents > .view-area .comparison_basic_bundle .include_silver > span {
  background-color: #03121b;
}
.contents > .view-area .comparison_basic_bundle .include_gold {
  grid-area: include_gold;
}
.contents > .view-area .comparison_basic_bundle .include_gold > span {
  background-color: #c39c3f;
}
.contents > .view-area .comparison_basic_bundle .include_platinum {
  grid-area: include_platinum;
}
.contents > .view-area .comparison_basic_bundle .include_platinum > span {
  background-color: #939292;
}
.contents > .view-area .comparison_basic_bundle .include_diamond {
  grid-area: include_diamond;
}
.contents > .view-area .comparison_basic_bundle .include_diamond > span {
  background-color: #001751;
}
.contents > .view-area .comparison_basic_bundle .include_horizon {
  grid-area: include_horizon;
}
.contents > .view-area .comparison_basic_bundle .include_horizon > span {
  background-color: #040d48;
}
