@charset "UTF-8";
/* reset */
body {
  font-family: sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #444444;
}

/* utility */
.serif {
  font-family: serif;
}

.hover,
.fade {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

a.hover,
a.fade {
  display: inline-block;
  text-decoration: none;
}

.hover:hover,
.fade:hover {
  opacity: 0.7;
  text-decoration: none;
}

.sp {
  display: none;
}

@media (max-width: 640px) {
  body {
    min-width: 320px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (min-width: 360px) {
  br.b36 {
    display: none;
  }
}

br.nb36 {
  display: none;
}

@media screen and (min-width: 360px) {
  br.nb36 {
    display: inline-block;
  }
}

@media screen and (min-width: 480px) {
  br.b48 {
    display: none;
  }
}

br.nb48 {
  display: none;
}

@media screen and (min-width: 480px) {
  br.nb48 {
    display: inline-block;
  }
}

@media screen and (min-width: 640px) {
  br.b64 {
    display: none;
  }
}

br.nb64 {
  display: none;
}

@media screen and (min-width: 640px) {
  br.nb64 {
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  br.b100 {
    display: none;
  }
}

br.nb100 {
  display: none;
}

@media screen and (min-width: 1025px) {
  br.nb100 {
    display: inline-block;
  }
}

/* modules */
.mod-img {
  width: 100%;
  height: auto;
}

.mod-img img {
  width: 100%;
  height: auto;
}

/* alphainfo header */
.tpl__header {
  background: #000;
}

.tpl__header.white {
  background: #fff;
}

.tpl__header.white .tpl__header--logo svg {
  fill: #000;
}

.tpl__header--inner {
  width: 93.75%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  height: 55px;
}

@media screen and (min-width: 640px) {
  .tpl__header--inner {
    height: 70px;
  }
}

.tpl__header--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  width: 80px;
}

@media screen and (min-width: 640px) {
  .tpl__header--logo {
    width: 110px;
  }
}

.tpl__header--logo img,
.tpl__header--logo svg {
  width: 100%;
  height: auto;
}

.tpl__header--logo svg {
  fill: #fff;
}

/* related */
.related {
  padding: 50px 0;
}

@media screen and (min-width: 640px) {
  .related {
    padding: 75px 0;
  }
}

@media screen and (min-width: 1200px) {
  .related {
    padding: 100px 0;
  }
}

.related .inner {
  background: #F5F5F5;
  max-width: 1010px;
  padding: 40px 15px;
}

@media screen and (min-width: 640px) {
  .related .inner {
    padding: 40px 30px;
  }
}

@media screen and (min-width: 1200px) {
  .related .inner {
    padding: 40px 40px 40px 50px;
  }
}

.related-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
}

@media screen and (min-width: 640px) {
  .related-ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .related-ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* uselens */
.uselens {
  margin-top: 50px;
}

@media screen and (min-width: 640px) {
  .uselens {
    margin-top: 75px;
  }
}

@media screen and (min-width: 1200px) {
  .uselens {
    margin-top: 100px;
  }
}

@media screen and (min-width: 640px) {
  .uselens-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.uselens-item:nth-of-type(n+2) {
  margin-top: 60px;
}

.uselens .img-box {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .uselens .img-box {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) {
  .uselens .img-box {
    max-width: 303px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 31.895%;
  }
}

.uselens .img-box a {
  display: block;
}

.uselens .img-box .lens {
  width: 100%;
}

.uselens .text-box {
  margin-top: 20px;
}

@media screen and (min-width: 640px) {
  .uselens .text-box {
    margin-left: 10px;
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.uselens-title {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333;
  margin-top: 10px;
}

@media screen and (min-width: 640px) {
  .uselens-title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media screen and (min-width: 1200px) {
  .uselens-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.uselens-title .small {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 5px;
}

.uselens-title .small.top {
  margin-top: 0;
  margin-bottom: 5px;
}

.uselens-text {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36364;
}

@media screen and (min-width: 640px) {
  .uselens-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 1200px) {
  .uselens-text {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.uselens .btns {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.uselens .btns .mod_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  width: 49%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #666666;
  color: #fff;
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 640px) {
  .uselens .btns .mod_btn {
    max-width: 186px;
    width: 19.58%;
  }
}

.uselens .btns .mod_btn:hover {
  text-decoration: none;
  background: #8c8c8c;
}

.uselens .btns .mod_btn.orange {
  background: #E06909;
}

.uselens .btns .mod_btn.orange:hover {
  background: #f7913e;
}

.uselens .btns .mod_btn::before {
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.uselens .btns .mod_btn:nth-of-type(2) {
  margin-left: 2%;
}

.uselens .review {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media all and (-ms-high-contrast: none) {
	.uselens .review {
	  justify-content: space-around;
	}
}

.uselens .review a {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: auto;
  position: relative;
}

.uselens .review a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #5B5B5B;
}

@media screen and (min-width: 640px) {
  .uselens .review a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* bnrs */
.bnrs {
  padding: 50px 0;
}

@media screen and (min-width: 640px) {
  .bnrs {
    padding: 75px 0;
  }
}

@media screen and (min-width: 1200px) {
  .bnrs {
    padding: 100px 0;
  }
}

.bnrs-title {
  text-align: center;
  font-family: serif;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 640px) {
  .bnrs-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .bnrs-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.bnrs-list {
  max-width: 1010px;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
}

@media screen and (min-width: 640px) {
  .bnrs-list {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .bnrs-list {
    margin-top: 60px;
  }
}

.bnrs-list .imgbox img {
  width: 100%;
}

.bnrs-list .text {
  width: 100%;
  margin-top: 20px;
  line-height: 2;
}

.bnrs-list li:nth-of-type(n+2) {
  margin-top: 36px;
}

/* article-heading */
.article-heading {
  background: #2b2b2b;
  padding: 17px 0;
  font-weight: normal;
}

.article-heading__txt {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-left: 28px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2;
  color: #fff;
  max-width: 950px;
  width: 94.0594059%;
}

@media screen and (min-width: 360px) {
  .article-heading__txt {
    padding-left: 32px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 414px) {
  .article-heading__txt {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 640px) {
  .article-heading__txt {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (min-width: 1200px) {
  .article-heading__txt {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.article-heading__txt:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 32px;
  background-image: url(../img/arrow_ttl.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 360px) {
  .article-heading__txt:before {
    width: 24px;
  }
}

.article-heading__txt span {
  position: relative;
  top: 2px;
  font-weight: normal;
}

.article-headng__academy-logo {
  width: 227px;
}

/* plaza */
#Plaza {
  padding-bottom: 90px;
}

#Plaza .heading {
  padding: 16px 0 14px;
  background: #ea5504;
}

#Plaza .heading em {
  font-size: 193.8%;
}

#Plaza .sec {
  padding-top: 90px;
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  width: 94.0594059%;
}

#Plaza h4 {
  margin-bottom: 25px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.23;
  color: #333;
  text-align: center;
}

#Plaza .txt {
  margin-top: 25px;
  font-size: 112.5%;
  line-height: 1.5;
}

#Plaza .btn.orange {
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 640px) {
  #Plaza .heading {
    padding: 12px 0 11px;
  }
  #Plaza .heading em {
    font-size: 156.3%;
  }
  #Plaza .sec {
    margin-top: 30px;
    padding-top: 30px;
    width: 90.625%;
  }
  #Plaza h4 {
    margin-bottom: 20px;
    font-size: 137.5%;
    line-height: 1.4;
  }
  #Plaza .txt {
    font-size: 100%;
    line-height: 1.6;
  }
  #Plaza .btn.orange {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

#Plaza .header {
  position: relative;
}

#Plaza .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/plaza_header.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}

#Plaza .header-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  width: 94.0594059%;
}

#Plaza .header-holder {
  padding-bottom: 448px;
  padding-bottom: 47.1578947%;
}

#Plaza .header-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Plaza .header-txt {
  position: absolute;
  display: table;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Plaza .header h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 318.8%;
  line-height: 1.0;
  letter-spacing: -0.05em;
  text-shadow: 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff;
}

#Plaza .header h3 span {
  margin-left: -0.15em;
  font-size: 150%;
}

@media (max-width: 640px) {
  #Plaza .header-bg,
  #Plaza .header-inner,
  #Plaza .header-txt {
    position: static;
  }
  #Plaza .header-bg {
    padding-bottom: 50%;
    background-position: right top;
    background-size: auto 125%;
  }
  #Plaza .header-holder {
    padding-bottom: 0;
  }
  #Plaza .header-txt {
    margin-top: 25px;
  }
  #Plaza .header h3 {
    font-size: 181.3%;
    line-height: 1.4;
    text-shadow: none;
  }
  #Plaza .header h3 span {
    line-height: 0.6;
  }
}

@media (max-width: 320px) {
  #Plaza .header h3 {
    font-size: 162.5%;
  }
}

#Plaza .intro {
  margin: 40px auto 0;
  max-width: 950px;
  width: 94.0594059%;
}

#Plaza .intro .about {
  margin: 30px auto;
  font-size: 0;
}

#Plaza .intro .about .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.1578947%;
  width: 24.1052631%;
  font-size: 16px;
  font-size: 1rem;
}

#Plaza .intro .about .item:first-child {
  margin-left: 0;
}

#Plaza .intro .about a {
  display: block;
  margin: 15px 0 10px;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.05em;
  text-align: center;
}

#Plaza .intro .about .item:nth-child(3) a {
  letter-spacing: -0.1em;
}

#Plaza .intro .about .txt-box {
  margin: 0 auto;
  width: 97%;
  font-size: 93.8%;
  line-height: 1.5;
}

@media (max-width: 640px) {
  #Plaza .intro {
    margin: 20px auto 0;
  }
  #Plaza .intro .about {
    margin-top: 10px;
  }
  #Plaza .intro .about .item {
    margin: 20px 0 0 4%;
    width: 48%;
  }
  #Plaza .intro .about .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #Plaza .intro .about a {
    font-size: 106.3%;
  }
  #Plaza .intro .about .item:nth-child(3) a {
    letter-spacing: -0.12em;
  }
  #Plaza .intro .about a:before {
    margin-right: 5px;
  }
  #Plaza .intro .about .txt-box {
    width: auto;
    font-size: 75%;
  }
}

@media (max-width: 320px) {
  #Plaza .intro .about a {
    font-size: 100%;
  }
  #Plaza .intro .about .txt-box {
    font-size: 68.8%;
  }
}

#Plaza .store .index {
  margin: 10px 0 0;
  font-size: 0;
}

@media screen and (min-width: 480px) {
  #Plaza .store .index {
    margin-top: 40px;
  }
}

@media screen and (min-width: 640px) {
  #Plaza .store .index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #Plaza .store .index.sp {
    display: none;
  }
}

#Plaza .store .item {
  display: inline-block;
  vertical-align: top;
  width: 19.167%;
  text-align: right;
}

#Plaza .store .item:first-child {
  margin-left: 0;
}

#Plaza .store .item img {
  width: 100%;
  height: auto;
}

#Plaza .store p.note {
  margin-bottom: 40px;
}

#Plaza .index .store-box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #0e0e0e;
  height: 40px;
  margin-top: 0;
}

@media screen and (min-width: 480px) {
  #Plaza .index .store-box .txt {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 54px;
  }
}

@media screen and (min-width: 640px) {
  #Plaza .index .store-box .txt {
    font-size: 1.2vw;
    height: 4.8vw;
  }
}

@media screen and (min-width: 1200px) {
  #Plaza .index .store-box .txt {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 54px;
  }
}

#Plaza .index .store-box .txt::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;
}

#Plaza .index .imgbox img {
  width: 100%;
}

/* academy */
#Academy {
  padding-bottom: 90px;
  background: #fff;
}

#Academy .inner {
  margin-top: 60px;
  position: relative;
  margin: 60px auto 0;
  max-width: 950px;
  width: 94.0594059%;
}

.academy-recommend .academy-heading {
  margin-top: 70px;
  text-align: center;
  line-height: 1.2;
  display: block;
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
}

.academy-recommend .mod-img + .mod-img {
  margin-top: 40px;
}

.academy-recommend .txt {
  text-align: center;
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.875;
  letter-spacing: 0;
  color: #333;
}

@media screen and (min-width: 480px) {
  .academy-recommend .academy-heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 640px) {
  #Academy {
    padding-bottom: 50px;
  }
  #Academy .inner {
    width: 90.625%;
  }
  .academy-recommend .academy-heading {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
  .academy-recommend .mod-img + .mod-img {
    margin-top: 60px;
  }
}

/* #Ques */
#Ques {
  padding: 60px 0 47px;
  background-color: #eaeaea;
}

#Ques h3 {
  text-align: center;
}

#Ques p {
  margin: 30px 0 35px;
  font-size: 19px;
  line-height: 1.6;
  text-align: center;
}

#Ques .btn {
  display: block;
  padding: 18px 0;
  background: #e06909;
  font-size: 175%;
  font-weight: 400;
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 640px) {
  #Ques {
    padding: 40px 0 40px;
  }
  #Ques h3 img {
    width: 100%;
    height: auto;
  }
  #Ques p {
    margin: 20px 0;
    font-size: 14px;
  }
  #Ques p br {
    display: none;
  }
  #Ques .btn-box {
    overflow: hidden;
    text-align: center;
  }
  #Ques .btn-box img {
    margin-left: -35%;
    width: 170%;
  }
  #Ques .btn {
    font-size: 100%;
    font-weight: 700;
  }
}

#Ques .inner {
  max-width: 950px;
  margin: 0 auto;
  width: 93.75%;
}

@media screen and (min-width: 768px) {
  #Ques .inner {
    width: 90.625%;
  }
}

#Ques .section-title {
  font-size: 28px;
  font-size: 1.75rem;
  padding: 0;
  width: 100%;
  color: #333;
}

@media screen and (min-width: 640px) {
  #Ques .section-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 1200px) {
  #Ques .section-title {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}

/* aside title統一 */
#Plaza h4,
.bnrs-title,
.academy-recommend .academy-heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  /* font-weight: 400; */
  line-height: 1.5;
  font-family: serif;
}

@media screen and (min-width: 480px) {
  #Plaza h4,
  .bnrs-title,
  .academy-recommend .academy-heading {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media screen and (min-width: 640px) {
  #Plaza h4,
  .bnrs-title,
  .academy-recommend .academy-heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 1200px) {
  #Plaza h4,
  .bnrs-title,
  .academy-recommend .academy-heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* no-js */
.no-js .lazyparent {
  display: none;
}

.no-js img.lazy {
  display: none;
}

footer .inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 94.0594059%;
	padding-bottom: 30px;
}