@charset "UTF-8";
/*------------------------------------------
  Setting　
------------------------------------------*/
.c5-featureContents {
  letter-spacing: .08em; }
  .c5-featureContents img {
    vertical-align: bottom;
    max-width: 100%; }
  .c5-featureContents p {
    margin: 0; }

.c5-inner {
  padding-left: 30px;
  padding-right: 30px; }

.hvop {
  transition: opacity 0.3s ease; }
  .hvop:hover {
    opacity: 0.7; }

.c5-tab {
  display: none; }

.c5-sp {
  display: none; }

@media only screen and (max-width: 1024px) {
  .c5-tab {
    display: block; } }
@media only screen and (max-width: 767px) {
  .c5-inner {
    padding-left: 25px;
    padding-right: 25px; }

  .hvop:hover {
    opacity: 1; }

  .c5-pc {
    display: none !important; }

  .c5-sp {
    display: block; } }
/*------------------------------------------
  module
------------------------------------------*/
.c5-btn__type01 {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  position: relative;
  background: #2F353D;
  text-align: center;
  padding: .5em 18px .5em 45px; }
  .c5-btn__type01:hover {
    color: #fff;
    text-decoration: none; }
  .c5-btn__type01:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff; }
.c5-btn__type02 {
  display: block;
  color: #fff;
  background: #2F353D;
  padding: 0.8em 0;
  font-size: 16px;
  text-align: center; }
  .c5-btn__type02:hover {
    color: #fff;
    text-decoration: none; }
  .c5-btn__type02 span {
    display: inline-block;
    position: relative;
    padding-left: 20px; }
    .c5-btn__type02 span:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -4px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #fff; }

.c5-note {
  font-size: 12px !important;
  color: #83838F; }
  .c5-note a {
    color: #5787F4; }

@media only screen and (max-width: 767px) {
  .c5-btn__type01 {
    font-size: 15px;
    padding-left: 40px; }
    .c5-btn__type01:hover {
      color: #fff;
      text-decoration: none; } }
/*------------------------------------------
  MV
------------------------------------------*/
.c5-mv__title {
  padding-top: 70px;
  margin: 0;
  text-align: center;
  font-size: 50px;
  letter-spacing: .12em;
  line-height: 1.5; }
  .c5-mv__title span {
    display: block;
    font-size: 30px;
    letter-spacing: .08em; }
.c5-mv__lead {
  padding-top: 140px;
  padding-bottom: 140px;
  text-align: center;
  font-size: 18px;
  line-height: 2; }

@media only screen and (max-width: 767px) {
  .c5-mv {
    padding-top: 35px; }
    .c5-mv__title {
      padding-top: 35px;
      font-size: 22px; }
      .c5-mv__title span {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 1em; }
    .c5-mv__lead {
      padding-top: 45px;
      padding-bottom: 45px;
      font-size: 14px;
      text-align: left; } }
/*------------------------------------------
  lead
------------------------------------------*/
.c5-lead {
  padding: 60px 0;
  margin-bottom: 120px;
  text-align: center;
  background: rgba(47, 53, 61, 0.15);
  background: linear-gradient(90deg, rgba(47, 53, 61, 0.15) 0%, rgba(243, 245, 246, 0.1) 50%, rgba(47, 53, 61, 0.15) 100%);
  font-weight: bold;
  font-size: 40px; }

@media only screen and (max-width: 767px) {
  .c5-lead {
    padding: 30px 0;
    margin-bottom: 60px;
    font-size: 22px;
    line-height: 1.5; } }
/*------------------------------------------
  point
------------------------------------------*/
.c5-section__point {
  margin-bottom: 200px; }
  .c5-section__point .c5-inner {
    max-width: 1400px;
    margin: auto; }
  .c5-section__point .c5-section-head {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; }
    .c5-section__point .c5-section-head .head-title {
      width: 20%; }
  .c5-section__point .c5-section-contents {
    max-width: 1200px;
    margin: auto; }
  .c5-section__point .point-lead {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 2em; }
  .c5-section__point .point-text {
    margin-bottom: 100px; }
    .c5-section__point .point-text:last-child {
      margin-bottom: 0; }
    .c5-section__point .point-text p {
      font-size: 16px;
      line-height: 2;
      margin-bottom: 2.5em; }
      .c5-section__point .point-text p:last-child {
        margin-bottom: 0; }
  .c5-section__point .point-guide {
    margin-bottom: 100px;
    border: 1px solid #000;
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .c5-section__point .point-guide:last-child {
      margin-bottom: 0; }
    .c5-section__point .point-guide__text {
      width: 59%;
      padding: 0 10px;
      box-sizing: border-box; }
      .c5-section__point .point-guide__text .title {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 1.5; }
        .c5-section__point .point-guide__text .title span {
          font-size: 24px;
          display: block; }
    .c5-section__point .point-guide__image {
      width: 41%; }
  .c5-section__point .point-bnr {
    text-align: center;
    margin-bottom: 80px; }
    .c5-section__point .point-bnr.rows > div {
      margin-bottom: 60px; }
      @media only screen and (max-width: 767px) {
        .c5-section__point .point-bnr.rows > div {
          margin-bottom: 30px; } }
      .c5-section__point .point-bnr.rows > div:last-child {
        margin-bottom: 0; }
    .c5-section__point .point-bnr:last-child {
      margin-bottom: 0; }
    .c5-section__point .point-bnr__title {
      margin-bottom: 30px;
      font-size: 24px;
      font-weight: bold; }
      .c5-section__point .point-bnr__title span {
        display: block;
        font-size: 18px;
        font-weight: normal; }
    .c5-section__point .point-bnr__image.col-2 {
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .c5-section__point .point-bnr__image.col-2 > div:first-child {
        width: 60%; }
      .c5-section__point .point-bnr__image.col-2 > div:last-child {
        width: 40%; }

.c5-section__point02 .head-image {
  border-image-source: linear-gradient(#222222, #222222);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 0; }

@media only screen and (max-width: 767px) {
  .c5-section__point {
    margin-bottom: 70px; }
    .c5-section__point .c5-inner {
      padding: 0; }
    .c5-section__point .c5-section-head {
      margin-bottom: 40px; }
      .c5-section__point .c5-section-head .head-title {
        width: 30%;
        margin: 0 -20px 0 20px;
        position: relative; }
      .c5-section__point .c5-section-head .head-image {
        width: 75.2%;
        margin-left: auto;
        margin-bottom: 80px; }
    .c5-section__point .point-lead {
      font-size: 18px;
      padding: 0 20px; }
    .c5-section__point .point-text {
      margin-bottom: 40px;
      padding: 0 20px; }
      .c5-section__point .point-text p {
        font-size: 14px; }
    .c5-section__point .point-guide {
      margin: 0 20px 70px;
      flex-wrap: wrap;
      flex-direction: column-reverse; }
      .c5-section__point .point-guide__text {
        width: 100%;
        padding: 20px; }
        .c5-section__point .point-guide__text .title {
          font-size: 22px;
          line-height: 1.6;
          letter-spacing: 0; }
          .c5-section__point .point-guide__text .title span {
            font-size: 20px; }
      .c5-section__point .point-guide__image {
        width: 100%;
        text-align: center; }
      .c5-section__point .point-guide__btn {
        margin-top: 20px; }
    .c5-section__point .point-bnr {
      margin-bottom: 50px;
      padding: 0 20px; }
      .c5-section__point .point-bnr__title {
        font-size: 22px;
        line-height: 1.3; }
        .c5-section__point .point-bnr__title span {
          margin-bottom: 1em;
          font-size: 14px; }
      .c5-section__point .point-bnr__image.col-2 {
        display: block; }
        .c5-section__point .point-bnr__image.col-2 > div {
          margin: 0 auto 40px; }
          .c5-section__point .point-bnr__image.col-2 > div:first-child {
            width: 100%; }
          .c5-section__point .point-bnr__image.col-2 > div:last-child {
            width: 70%;
            margin-bottom: 0; }

  img.c5-logo_dolby {
    max-width: 70%; } }
.c5-box_try {
  background-color: #F3F5F7;
  padding: 80px 120px; }
  @media only screen and (max-width: 767px) {
    .c5-box_try {
      padding: 40px 20px;
      margin: 0 20px;
      font-size: 14px; } }
  .c5-box_try__head {
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .c5-box_try__head {
        font-size: 16px;
        margin-bottom: 20px; } }
  .c5-box_try * + .c5-box_try__head {
    margin-top: 100px; }
    @media only screen and (max-width: 767px) {
      .c5-box_try * + .c5-box_try__head {
        margin-top: 80px; } }
  .c5-box_try__ttl {
    text-align: center;
    font-size: 40px;
    line-height: 1.5;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .c5-box_try__ttl {
        font-size: 20px; } }
  .c5-box_try__img {
    margin-bottom: 40px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .c5-box_try__img {
        margin-bottom: 20px; } }
  .c5-box_try__btn {
    text-align: center; }
  .c5-box_try p {
    line-height: 2;
    margin-bottom: 2.5em; }

.c5-txt_c {
  text-align: center; }

.c5-txt_r {
  text-align: right; }

.c5-btn_lineup {
  display: inline-block;
  font-weight: bold;
  font-size: 24px; }
  @media only screen and (max-width: 767px) {
    .c5-btn_lineup {
      font-size: 20px; } }
  .c5-btn_lineup img {
    vertical-align: middle; }

/*------------------------------------------
  product
------------------------------------------*/
.c5-hr {
  height: 1px;
  border: none;
  border-top: 1px solid #efefef;
  margin: 60px 0; }

.c5-section__product {
  padding-bottom: 120px; }
  .c5-section__product .c5-inner {
    max-width: 1200px;
    margin: auto; }
  .c5-section__product .c5-section-head {
    text-align: center;
    margin-bottom: 80px; }
    .c5-section__product .c5-section-head .head-title {
      font-weight: normal;
      margin: 0 0 100px;
      line-height: 2;
      font-size: 18px; }
  .c5-section__product .product-text {
    margin-bottom: 100px; }
    .c5-section__product .product-text:last-child {
      margin-bottom: 0; }
    .c5-section__product .product-text p {
      font-size: 16px;
      line-height: 2;
      margin-bottom: 2.5em; }
      .c5-section__product .product-text p:last-child {
        margin-bottom: 0; }
  .c5-section__product .product-bnr {
    text-align: center;
    margin-bottom: 100px; }
  .c5-section__product .product-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 60px 0; }
  .c5-section__product .product-item {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 130px auto;
    padding: 0;
    max-width: 800px; }
    .c5-section__product .product-item li {
      width: 45%;
      list-style: none;
      position: relative;
      padding-bottom: 70px; }
    .c5-section__product .product-item__text {
      letter-spacing: 0; }
      .c5-section__product .product-item__text .name {
        font-weight: bold;
        font-size: 32px;
        margin-bottom: .5em; }
        .c5-section__product .product-item__text .name span {
          font-size: .8em; }
      .c5-section__product .product-item__text .text {
        font-size: 16px;
        line-height: 2; }
        .c5-section__product .product-item__text .text .c5-note {
          display: block;
          margin-top: 1em; }
      .c5-section__product .product-item__text .btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center; }
        .c5-section__product .point-bnr {
          text-align: center;
          margin-bottom: 30px;
        }
        .c5-section__product .mw900 {
          max-width:900px;
          margin:0 auto;
        }
@media only screen and (max-width: 767px) {
  .c5-section__product {
    padding-bottom: 90px; }
    .c5-section__product .c5-section-head {
      margin-bottom: 40px; }
      .c5-section__product .c5-section-head .head-title {
        font-size: 14px;
        margin-bottom: 60px; }
    .c5-section__product .product-text {
      margin-bottom: 70px; }
    .c5-section__product .product-bnr {
      margin-bottom: 70px; }
    .c5-section__product .product-title {
      font-size: 22px;
      margin-bottom: 20px; }
    .c5-section__product .product-item {
      display: block;
      margin-bottom: 80px; }
      .c5-section__product .product-item li {
        width: 100%;
        margin-bottom: 50px;
        padding-bottom: 0; }
        .c5-section__product .product-item li:last-child {
          margin-bottom: 0; }
      .c5-section__product .product-item__text .btn {
        margin-top: 25px;
        position: static; }
      .c5-section__product .product-item__text .name {
        font-size: 24px; } }
/*------------------------------------------
  guide
------------------------------------------*/
.c5-section__guide {
  padding: 120px 0;
  border-top: 1px solid #dee2e4;
  border-bottom: 1px solid #dee2e4; }
  .c5-section__guide .c5-inner {
    max-width: 900px;
    margin: auto; }
  .c5-section__guide .guide-item {
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .c5-section__guide .guide-item li {
      width: 45%;
      list-style: none;
      position: relative;
      padding-bottom: 70px; }
    .c5-section__guide .guide-item__image {
      margin-bottom: 25px; }
    .c5-section__guide .guide-item__text {
      letter-spacing: 0; }
      .c5-section__guide .guide-item__text .title {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: .5em; }
      .c5-section__guide .guide-item__text .text {
        font-size: 16px;
        line-height: 2; }
      .c5-section__guide .guide-item__text .btn {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0; }
        .c5-section__guide .guide-item__text .btn a {
          max-width: 320px;
          margin: auto; }

@media only screen and (max-width: 767px) {
  .c5-section__guide {
    padding: 0 0 60px;
    border: none; }
    .c5-section__guide .guide-item {
      display: block; }
      .c5-section__guide .guide-item li {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 70px; }
        .c5-section__guide .guide-item li:last-child {
          margin-bottom: 0; }
      .c5-section__guide .guide-item__text .btn {
        position: static;
        margin-top: 25px; }
        .c5-section__guide .guide-item__text .btn a {
          max-width: 100%; } }
/*------------------------------------------
  info
------------------------------------------*/
.c5-section__info {
  padding: 120px 0 100px; }
  .c5-section__info .c5-inner {
    max-width: 1200px;
    margin: auto; }
  .c5-section__info .c5-section-head {
    text-align: center;
    margin-bottom: 40px; }
    .c5-section__info .c5-section-head .head-title {
      margin: 0;
      font-weight: bold;
      font-size: 42px; }
  .c5-section__info .info-image {
    margin-bottom: 40px; }
  .c5-section__info .info-text {
    margin-bottom: 40px; }
  .c5-section__info .info-shop {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .c5-section__info .info-shop li {
      list-style: none;
      width: 19%; }

@media only screen and (max-width: 767px) {
  .c5-section__info {
    padding: 0 0 50px; }
    .c5-section__info .c5-section-head {
      margin-bottom: 25px; }
      .c5-section__info .c5-section-head .head-title {
        font-size: 22px;
        line-height: 1.5; }
    .c5-section__info .info-image {
      margin-bottom: 25px; }
    .c5-section__info .info-text {
      margin-bottom: 25px; }
    .c5-section__info .info-shop li {
      width: 48%;
      margin-bottom: 4%; } }
/*------------------------------------------
  enq
------------------------------------------*/
.c5-block_enq {
  line-height: 1.6;
  padding: 60px 0;
  text-align: center;
  background-color: #ededed; }

.tpl__alphainfo-store + .tpl__alphainfo-store,
.tpl__alphainfo-store + .tpl__alphainfo-program, .tpl__alphainfo-program + .tpl__alphainfo-store,
.tpl__alphainfo-program + .tpl__alphainfo-program {
  margin-top: 60px; }

.tpl__alphainfo-store--inner, .tpl__alphainfo-program--inner {
  width: 93.75% !important;
  max-width: 1200px !important;
  box-sizing: border-box !important;
  margin: 0 auto !important; }

.tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
  text-align: center;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.34;
  font-weight: normal; }

.tpl__alphainfo-store--txt, .tpl__alphainfo-program--txt {
  font-size: 1.125rem;
  line-height: 1.85; }

@media screen and (max-width: 959px) {
  .tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
    font-size: 30px;
    font-size: 1.875rem; } }
@media screen and (max-width: 479px) {
  .tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
    font-size: 24px;
    font-size: 1.5rem; } }
.tpl__alphainfo-store--imgbox {
  margin: 30px 0 50px;
  display: flex; }

.tpl__alphainfo-store--imgitem {
  flex: 0 0 50%; }

.tpl__alphainfo-store--list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  margin-top: 50px !important; }

.tpl__alphainfo-store--item {
  flex: 0 0 19.167% !important;
  transition: opacity .25s !important; }

.tpl__alphainfo-store--item:hover {
  opacity: .8;
  text-decoration: none; }

.tpl__alphainfo-store--name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #5787e4;
  height: 64px; }

.tpl__alphainfo-store--name::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff; }

.tpl__alphainfo-store--store-sp {
  display: none; }

.tpl__alphainfo-store--img {
  display: block; }

@media screen and (max-width: 1259px) {
  .tpl__alphainfo-store--name {
    font-size: 1.2vw;
    height: 4.8vw; } }
@media screen and (max-width: 639px) {
  .tpl__alphainfo-store--store-sp {
    display: block;
    margin-top: 30px; }

  .tpl__alphainfo-store--list {
    display: none !important; }

  .tpl__alphainfo-store--name {
    font-size: 16px;
    font-size: 1rem;
    height: 48px; }

  .tpl__alphainfo-store--imgbox {
    margin: 30px 0; }

  .tpl__alphainfo-store--item {
    display: block; } }
@media screen and (max-width: 479px) {
  .tpl__alphainfo-store--name {
    font-size: 14px;
    font-size: 0.875rem;
    height: 40px; }

  .tpl__alphainfo-store--imgbox {
    margin: 20px 0; }

  .tpl__alphainfo-store--store-sp {
    display: block;
    margin-top: 20px; } }
