/**
 * default.css
 * updatedAt: 2018.03.02
 */

/*========================================

  Reset

========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

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

fieldset, img {
    border: 0;
    vertical-align: top;
}

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

ul {
    zoom: 1;
}

ul:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

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

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}

del, ins {
    text-decoration: none;
}

a {
    outline: none;
}

a, a:link, a:active, a:visited, a:hover {
    color: #000;
    text-decoration: none;
}

header, footer, nav, article, section {
    display: block;
}

/*========================================

  override .s5-returnToTop

========================================*/

.s5-returnToTop {
  margin: 0;
}

/*========================================

  html

========================================*/

@media(max-width: 960px) {
  html {
    font-size: 93.8%;
  }
}

@media(max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}

@media(max-width: 480px) {
  html {
    font-size: 81.3%;
  }
}

@media(max-width: 360px) {
  html {
    font-size: 75%;
  }
}

/*========================================

  body

========================================*/

body {
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 1200px;
    min-height: 100%;
    font-family: '\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',Verdana,sans-serif;
    background: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

.sans-serif {
    font-family: '\30E1\30A4\30EA\30AA',Meiryo, '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF', Verdana,sans-serif;
}

.serif {
    font-family: 'Yu Mincho',YuMincho,'\6E38\660E\671D', 'HGS\660E\671DE','HGP\660E\671DE','HG\660E\671DE',serif;
}

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

a.hover {
    display: inline-block;
}

.hover:hover {
    opacity: 0.7;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
}

.pc {
    display: block;
}

.sp {
    display: none;
}

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

/*========================================

  Anchor Text

========================================*/

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/*========================================

  Break Set

========================================*/

.b36 {
  display: none;
}

.b48 {
  display: none;
}

.b64 {
  display: none;
}

.b96 {
  display: none;
}

.nb96 {
  display: block;
}

.sep2 {
  display: none
}

@media(max-width:1080px) {
  .b96 {
    display: block;
  }
  .nb96 {
    display: none;
  }
}

@media(max-width:640px) {
  .b64 {
    display: block;
  }
  .nb64 {
    display: none;
  }
  .sep {
    display: block;
    height: 1.5em;
    content: "";
  }
  .sep2 {
    display: block;
    height: 1.5em;
    content: "";
  }
}

@media(max-width:480px) {
  .b48 {
    display: block;
  }
  .nb48 {
    display: none;
  }
}

@media(max-width:375px) {
  .b36 {
    display: block;
  }
  .nb36 {
    display: none;
  }
}

/*========================================

  .footer

========================================*/

.footer {
  overflow: hidden;
  padding: 38px 0;
  background: #000000;
}

.footer small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.0;
  color: #b0b0b0;
}

@media(max-width:480px) {
  .footer {
    text-align: center;
  }
}

/*========================================

  box-sizing

========================================*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*========================================

  article

========================================*/
article {
  margin: 0 auto;
    /*max-width: 1720px;*/
}

.article-heading {
  padding: 17px 0;
}
.article-heading__txt {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 32px;
  font-size: 175%;
  line-height: 1.2;
  color: #fff;
  max-width: 950px;
  width: 94.0594059%;
}
.article-heading__txt:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  margin-top: -16px;
  width: 24px;
  height: 32px;
  background-image: url(../img/arrow_ttl.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.article-heading__txt span {
  position: relative;
  top: 2px;
}

article .inner,
.wrapper .inner {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  width: 94.0594059%;
}

@media(max-width:640px) {
  .article-heading__txt {
    padding-left: 22px;
    font-size: 4.375vw;
    width: 90.625%;
  }
  .article-heading__txt:before {
    margin-top: -10px;
    width: 15px;
    height: 20px;
  }
}
@media(max-width:480px) {
  .article-heading__txt {
    font-size: 5.4vw;
  }
}


/*========================================

  #Plaza

========================================*/
#Plaza {
    padding-bottom: 90px;
    font-family: '\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',Verdana,sans-serif;
}

#Plaza .heading,
#Academy .heading {
    padding: 16px 0 14px;
    background: #ea5505;
    margin-bottom: 80px;
}

#Plaza .heading__txt,
#Academy .heading__txt {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 32px;
    font-size: 180%;
	line-height: 1.2;
    color: #fff;
    max-width: 1200px;
    width: 94.0594059%;
	}

#Plaza .heading__txt::before,
#Academy .heading__txt::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    margin-top: -16px;
    width: 24px;
    height: 32px;
    background-image: url(../img/arrow_ttl.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;

}

#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 screen and (max-width: 639px) {
    #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%;
    }
}

@media screen and (max-width: 479px) {
    #Plaza .heading__txt,
    #Academy .heading__txt {
        font-size: 21px;
        font-size: 1.3125rem;
        padding-left: 40px;
    }
    #Academy .heading__txt img {
        width: 40%;
    }
}

/*----------------------------------------
  #Plaza .store
----------------------------------------*/
#Plaza .store .index {
    margin: 40px 0 0;
    font-size: 0;
}

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

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

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

#Plaza .store .index span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

#Plaza .store .index span a:before {
    position: relative;
    display: inline-block;
    top: -0.08em;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #000;
    content: '';
}

#Plaza .store .index span a:hover {
    text-decoration: underline;
}

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

serif, .mainvisual__txtbox, .intro-frame__heading, .alphatxt, .alpha {
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
        margin: 0 3px 0 3px;
}

@media screen and (max-width: 639px) {
    #Plaza .store .index {
        margin-top: 10px;
    }
    #Plaza .store .item {
        margin: 4% 0 0 3.5%;
        width: 31%;
    }
    #Plaza .store .item:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 479px) {
    #Plaza .store .item {
        margin: 4% 0 0 4% !important;
        width: 48%;
    }
    #Plaza .store .item:nth-child(2n+1) {
        margin-left: 0 !important;
    }
}

/*========================================

Add-alphainfo_Common_End

========================================*/
