@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 .3s ease;
}
.hvop:hover {
  opacity: .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;
  }
  .c5-sp {
    display: block;
  }
}

/*------------------------------------------
  module
------------------------------------------*/
.c5-btn__type01 {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-align: left;
  position: relative;
  background: #2f353d;
  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: .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;
  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;
  padding-bottom: 70px;
  margin: 0;
  border-bottom: 1px solid #dee2e4;
  text-align: center;
  font-size: 50px;
  letter-spacing: .12em;
}
.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;
    padding-bottom: 35px;
    font-size: 22px;
    line-height: 1.5;
  }
  .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, .15);
  background: linear-gradient(90deg, rgba(47, 53, 61, .15) 0%, rgba(243, 245, 246, .1) 50%, rgba(47, 53, 61, .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;
  margin-bottom: 45px;
}
.c5-section__point .c5-section-head .head-title {
  width: 35%;
}
.c5-section__point .c5-section-head .head-image {
  width: 65%;
}
.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;
  align-items: center;
}
.c5-section__point .point-guide:last-child {
  margin-bottom: 0;
}
.c5-section__point .point-guide__text {
  width: 59%;
  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: 100px;
}
.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;
  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__point01 .c5-section-head .head-image {
  padding-bottom: 20px;
}

.c5-section__point02 .c5-section-head .head-image {
  padding-bottom: 110px;
}

@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: 30px;
  }
  .c5-section__point .c5-section-head .head-title {
    display: none;
  }
  .c5-section__point .c5-section-head .head-image {
    width: 75.2%;
    margin-left: auto;
  }
  .c5-section__point .point-lead {
    position: relative;
    font-size: 18px;
  }
  .c5-section__point .point-lead span {
    position: absolute;
    left: 20px;
    top: 80px;
  }
  .c5-section__point .point-lead img {
    width: 375px;
  }
  .c5-section__point .point-text {
    margin-bottom: 70px;
    padding: 0 20px;
  }
  .c5-section__point .point-text p {
    font-size: 14px;
  }
  .c5-section__point .point-guide {
    margin: 0 20px 70px;
    display: block;
    padding: 20px;
  }
  .c5-section__point .point-guide__text {
    width: 100%;
    margin-bottom: 25px;
  }
  .c5-section__point .point-guide__text .title {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .c5-section__point .point-guide__text .title span {
    font-size: 14px;
    font-weight: normal;
  }
  .c5-section__point .point-guide__image {
    width: 100%;
  }
  .c5-section__point .point-guide__image img {
    width: 80%;
  }
  .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;
  }
  .c5-section__point01 .c5-section-head .head-image {
    padding-bottom: 0;
  }
  .c5-section__point02 .c5-section-head .head-image {
    padding-bottom: 0;
  }
}

/*------------------------------------------
  product
------------------------------------------*/
.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 {
  border-top: 1px solid #efefef;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 137.5% !important;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.c5-section__product .product-item {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.c5-section__product .product-item li {
  width: 28%;
  list-style: none;
  position: relative;
  padding-bottom: 70px;
}
.c5-section__product .product-item__image {
  margin-bottom: 25px;
}
.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 .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;
}

@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 {
    padding-bottom: 30px;
  }
  .c5-section__product .product-item {
    display: block;
  }
  .c5-section__product .product-item li {
    width: 100%;
    margin-bottom: 90px;
    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;
  }
}

/*------------------------------------------
  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;
  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: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  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: -.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: .875rem;
    height: 40px;
  }
  .tpl__alphainfo-store--imgbox {
    margin: 20px 0;
  }
  .tpl__alphainfo-store--store-sp {
    display: block;
    margin-top: 20px;
  }
}