.mod-img a {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 639px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

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

  header

========================================*/
header {
    background: #1a1a1a;
}

header img {
    width: 100%;
    height: auto;
}

header .mod-wrapper {
    display: table;
}

header .logo {
    display: table-cell;
    padding: 26px 0;
    line-height: 0;
}

header .logo a {
    display: block;
    width: 100px;
}

header div.owner {
    display: table-cell;
    vertical-align: top;
    padding: 14px 0 0;
    width: 353px;
    line-height: 0;
    font-size: 100%;
    font-weight: normal;
}

@media (max-width: 960px) {
    header div.owner {
        vertical-align: middle;
        padding: 0;
        width: 300px;
    }
}

@media (max-width: 640px) {
    header .logo {
        padding: 25px 0;
    }
    header .logo a {
        min-width: 80px;
        width: 17%;
    }
    header div.owner {
        vertical-align: middle;
        padding: 0;
        width: 50%;
    }
}

.mainvisual {
    position: relative;
}

.mainvisual__txtbox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 1200px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 30px;
}

.mainvisual__txt {
    color: #fff;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.9;
}

@media screen and (max-width: 639px) {
    .mainvisual__txtbox {
        min-width: 320px;
        position: relative;
        background: #000;
        padding: 40px 0;
		margin-top: -50px;
    }
    .mainvisual__txt {
        width: 90.625%;
        margin: 0 auto;
		text-align: left;
    }
}

.serif, .mainvisual__txtbox, .section-title, .intro-frame__heading, .comment-box__ttl, .gmaster__ttl, .gmaster__list--ttl, .accessories__ttl,
.bnr__ttl {
    font-family: 'Noto Serif JP', serif;
}

.intro-ttl {
    letter-spacing: .12em;
}

.intro-txt {
    letter-spacing: .06em;
}

.section-title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.34;
    letter-spacing: .02em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title .number {
    margin-right: 24px;
}

.section-title + .mod-img {
    margin-top: 80px;
}

@media screen and (max-width: 639px) {
    .section-title {
        font-size: 32px;
        font-size: 2rem;
    }
    .section-title .number {
        transform: scale(0.9);
        margin-right: 18px;
    }
    .section-title + .mod-img {
        margin-top: 40px;
    }
    .section-title + .mod-img img {
        min-height: 0 !important;
    }
}

@media screen and (max-width: 479px) {
    .section-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .section-title .number {
        transform: scale(0.8);
    }
    .section-title + .mod-img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 374px) {
    .section-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.article-heading {
    background: #e06909;
}

.intro-frame {
    margin-top: 50px;
}

.intro-frame__heading {
    text-shadow: 0px 0px 16px #000, 0px 0px 8px #000, 0px 0px 8px #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .15em;
}

.intro-frame__inner {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.intro-frame__imgbox {
    background: #000;
}

.intro-frame__txtbox {
    max-width: 370px;
    padding: 18px 24px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
}

.intro-frame__txt {
    margin-top: 10px;
}

@media screen and (max-width: 639px) {
    .intro-frame__inner {
        display: block;
        background: rgba(0, 0, 0, 0.8);
        padding: 20px;
    }
    .intro-frame__imgbox {
        width: 40%;
        margin: 0 auto;
    }
    .intro-frame__txtbox {
        background: transparent;
        padding: 0;
        max-width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 479px) {
    .intro-frame__txtbox {
        max-width: 100%;
    }
    .intro-frame__imgbox {
        width: 60%;
        margin: 0 auto;
    }
}

/* content */
.content__inner {
    max-width: 950px;
    margin: 0 auto;
}

.content {
    background: #181818;
    color: #fff;
    padding-bottom: 150px;
}

.content p {
    letter-spacing: -.02em;
}

.content section {
    padding: 80px 0;
}

.content section .text {
    margin-top: 40px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
}

.content section .text + .mod-img {
    margin-top: 60px;
}

@media screen and (max-width: 639px) {
    .content__inner {
        width: 90.625%;
        margin: 0 auto;
    }
    .content {
        padding-bottom: 80px;
    }
    .content section {
        padding: 60px 0;
    }
    .content section .text + .mod-img {
        margin-top: 40px;
    }
    .mod-img ol.sp {
        background: #ececec;
        padding: 10px;
    }
    .mod-img ol.sp li {
        list-style-type: decimal;
        line-height: 1.5;
        margin-left: 1.5em;
    }
}

@media screen and (max-width: 479px) {
    .content {
        padding-bottom: 60px;
    }
    .content section {
        padding: 40px 0;
    }
    .content section .text + .mod-img {
        margin-top: 20px;
    }
}

/* acc-list */
.acc-list__outer {
    margin-top: 40px;
}

.acc-list__ttl {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -.02em;
}

.acc-list {
    display: flex;
}

.acc-list__item {
    flex: 0 0 auto;
}

.acc-list__item:nth-of-type(n+2) {
    margin-left: 5px;
}

.acc-list__link {
    margin-top: 14px;
    padding: 13px 30px 13px 46px;
    display: block;
    background: #e06909;
    color: #fff !important;
    transition: .25s;
    letter-spacing: -.02em;
}

.acc-list__link:hover {
    background: #f7913e;
    opacity: 1 !important;
}

.acc-list__link::before {
    left: 30px !important;
}

@media screen and (max-width: 639px) {
    .acc-list {
        flex-wrap: wrap;
        margin-top: 16px;
    }
    .acc-list__item {
        flex: 0 0 49%;
    }
    .acc-list__item:nth-of-type(odd) {
        margin-left: 0;
    }
    .acc-list__item:nth-of-type(even) {
        margin-left: 2%;
    }
    .acc-list__item:nth-of-type(n+2) {
        margin-top: 0;
    }
    .acc-list__item:nth-of-type(n+3) {
        margin-top: 2%;
    }
    .acc-list__link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        height: 100%;
        padding: 13px 20px;
    }
    .acc-list__link::before {
        left: 15px !important;
    }
}

@media screen and (max-width: 374px) {
    .acc-list__link {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

/* comment-box */
.comment-box {
    background: #ececec;
    color: #000;
    padding: 40px;
    margin-top: 40px;
}

.comment-box__inner {
    display: flex;
}

.comment-box__inner.three-columns .comment-box__caption {
    text-align: left;
}

.comment-box__inner.three-columns .comment-box__imgbox {
    flex: 0 0 auto;
    margin-left: 35px;
}

.comment-box__inner.three-columns .comment-box__imgbox:last-of-type {
    margin-left: 5px;
}

.comment-box__txtbox {
    flex: 0 1 auto;
}

.comment-box__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.67;
    letter-spacing: .06em;
    margin-bottom: 25px;
}

.comment-box__txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
}

.comment-box__imgbox {
    flex: 0 0 182px;
    margin-left: 20px;
}

.comment-box__imgbox img {
    width: 100%;
}

.comment-box__caption {
    margin-top: 4px;
    text-align: center;
}

.comment-box__caption span {
    font-size: 14px;
    font-size: 0.875rem;
}

.comment-box__caption .caption-ttl {
    font-size: 18px;
    font-size: 1.125rem;
}

.section-07 .comment-box__imgbox {
    flex: 1 1 40%;
    margin-left: 50px;
}

.section-07 .comment-box__txtbox {
    flex: 1 1 40%;
}

.section-07 .comment-box__caption {
    margin-top: 5px;
    display: flex;
}

.section-07 .comment-box__caption span {
    margin: 10px 0 0 15px;
    display: inline-block;
}

.section-07 .comment-box__caption .img {
    display: inline-block;
    width: 56px;
}

@media screen and (max-width: 639px) {
    .comment-box {
        padding: 20px;
    }
    .section-07 .comment-box__imgbox {
        margin-left: 0;
    }
    .comment-box__inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .comment-box__inner.three-columns .comment-box__imgbox {
        margin-left: 0;
        margin-top: 20px;
        flex: 0 0 49%;
    }
    .comment-box__inner.three-columns .comment-box__imgbox:last-of-type {
        margin-left: 2%;
    }
    .comment-box__ttl {
        flex: 0 0 100%;
    }
    .comment-box__imgbox {
        flex: 0 0 40%;
        margin: 0;
    }
}

@media screen and (max-width: 479px) {
    .comment-box__imgbox {
        flex: 0 0 60%;
        margin: 0;
    }
    .comment-box__inner {
        display: block;
    }
    .comment-box__inner.three-columns .comment-box__imgbox {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .comment-box__inner.three-columns .comment-box__imgbox:last-of-type {
        margin-left: 0;
    }
}

.outro {
    margin-top: 70px;
    padding: 80px 0;
    background-image: linear-gradient(to right, #eaeaea, #eaeaea 4px, transparent 4px, transparent 4px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
}

.outro__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.outro__txt {
    flex: 0 1 auto;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.9;
}

.outro__imgbox {
    flex: 0 0 500px;
}

@media screen and (max-width: 639px) {
    .outro {
        margin-top: 40px;
    }
    .outro__inner {
        display: block;
    }
    .outro__imgbox {
        margin-top: 20px;
    }
    .outro__imgbox img {
        min-height: 0 !important;
    }
}

/* gmaster */
.gmaster {
    background: #000;
}

.gmaster .content__inner {
    position: relative;
    width: 1200px;
    max-width: 1200px;
	overflow: hidden;
}

.gmaster_bg {
    position: absolute;
    right: -155px;
    top: -60px;
}

.gmaster__ttl {
    margin-top: 30px !important;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.34;
}

.gmaster__txt {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
}

.gmaster__list--outer {
    margin-top: 60px;
}

.gmaster__list--ttl {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
}

.gmaster__list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.gmaster__item {
    flex: 0 0 378px;
}

.gmaster__imgbox {
    min-height: 202px;
}

.gmaster__txtbox {
    margin-top: 10px;
}

.gmaster__txtbox p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.78;
}

.gmaster__txtbox .ttl {
    margin-top: 20px;
    font-size: 21px;
    font-size: 1.3125rem;
}

.gmaster__txtbox .ttl span {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
}

.gmaster-btn__wrap {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.gmaster-btn__wrap .mod-btn {
    flex: 0 0 186px;
    padding: 12px 0;
    transition: .25s;
}

.gmaster-btn__wrap .mod-btn:hover {
    opacity: 1;
}

.gmaster__link_01 {
    background: #3f3f3f;
}

.gmaster__link_01:hover {
    background: #656565;
    color: #fff !important;
}

.gmaster__link_02 {
    background: #e06909;
}

.gmaster__link_02:hover {
    background: #f7913e;
    color: #fff !important;
}

/* accessories */
.accessories .content__inner {
    width: 1200px;
    max-width: 1200px;
}

.accessories__ttl,
.bnr__ttl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.67;
    text-align: center;
    margin-bottom: 30px;
}

.accessories__list {
    display: flex;
    justify-content: space-between;
}

.accessories__item {
    flex: 0 0 276px;
}

.accessories__item p {
    font-size: 15px;
    font-size: 0.9375rem;
}

.accessories__item .name {
    font-size: 21px;
    font-size: 1.3125rem;
}

.accessories__item .mod-btn {
    margin-top: 20px;
    width: 192px;
    background: #e06909;
    transition: .25s;
}

.accessories__item .mod-btn:hover {
    opacity: 1;
    background: #f7913e;
    color: #fff !important;
}

.accessories__meta-box {
    min-height: 110px;
    margin-top: 30px;
}

.accessories__caption {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.67;
}

.bnr__link {
    display: block;
    position: relative;
}

.bnr__link .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
}

.bnr__link:nth-of-type(n+2) {
    margin-top: 20px;
}

.bnr__link img {
    position: relative;
    transition: .25s;
    max-width: 100%;
}

.bnr__link:hover img {
    opacity: .6;
}


.accessories .content__inner:after{
	clear: both;
    display: block;
    content: "";
}
.accessories .content__inner:nth-child(2){
	margin-top:100px;
}
.accessories .line {
    float: left;
}
.accessories .line:nth-child(2) {
    float: right;
	margin-right: 30px;
}
.accessories .line a img {
    width: 100%;
}
.accessories .line:first-child {
  margin-left: 0;
}
.accessories line .item {
  float: left;
  margin-left: 26px;
}
.accessories .line .item:first-child {
  margin-left: 0;
  max-width: 572px;
}

.accessories .line .item .img-wrap {
  position: relative;
  margin: 0 0 10px;
}
.accessories .line .item .mtag {
  position: absolute;
  bottom: 0;
  left: 0;
}
.accessories .line .item .img-box {
  display: table;
  /*margin: 0 auto;*/
  height: 170px;
  max-width:466px;
}
.accessories .line .item .img-box span {
  display: table-cell;
  vertical-align: middle;
}
.accessories .line .item .img-box.has-tag span {
  padding-top: 0;
  padding-bottom: 20px;
}
.accessories .line .item .txt-box {
  min-height: 65px;
}
.accessories .line .item .model {
  margin-top: 5px;
  font-size: 143.8%;
  line-height: 1.2;
}
.accessories .line .item .item-txt {
    width: 90%;
    font-size: 10.5pt;
    margin: 15px 0;
}

.accessories .line .item .btn {
  display: block;
  margin: 5px 0 0;
  max-width: 218px;
}

@media(max-width:639px) {
  .accessories .line {
    float: none;
    margin: 0;
  }
  .accessories .line .item {
    float: none;
    margin: 30px 0 0 !important;
    padding-bottom: 30px;
    width: auto !important;
  }
  .accessories .line .item .mtag {
    position: static;
    display: block;
  }
  .accessories .line .item .img-box {
    margin: 15px auto;
    width: 80%;
    height: auto !important;
  }
  .accessories .line .item .img-box span {
    padding: 0 !important;
  }
  .accessories .line .item .txt-box {
    min-height: auto;
  }
  .accessories .line .item .btn {
    max-width: inherit;
  }
  .accessories .line:nth-child(2) {
	margin-right: 0px;
	}
}



@media screen and (max-width: 639px) {
    .gmaster,
    .accessories {
        overflow: hidden;
    }
    .gmaster .content__inner,
    .accessories .content__inner {
        width: 90.625%;
        max-width: 100%;
        margin: 0 auto;
    }
    .gmaster_bg {
        position: absolute;
        left: 15vw;
        right: -15vw;
        top: -25vw;
    }
    .gmaster_bg img {
        width: 100vw;
        min-width: 320px;
        opacity: .5;
    }
    .gmaster__list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .gmaster__item {
        flex: 0 0 48%;
    }
    .gmaster__item:last-of-type {
        margin-top: 8%;
        flex: 0 0 100%;
    }
    .gmaster__item:last-of-type .gmaster__imgbox {
        text-align: center;
    }
    .gmaster__item:last-of-type .gmaster__txtbox {
        max-width: 360px;
        margin: 10px auto 0;
    }
    .gmaster__item:last-of-type .gmaster-btn__wrap {
        align-items: center;
    }
    .gmaster__item:last-of-type .mod-btn {
        width: 48vw;
    }
    .gmaster__item:nth-of-type(even) {
        margin-left: 4%;
    }
    .gmaster__item img {
        max-width: 100%;
        transform: scale(0.7);
    }
    .gmaster__imgbox {
        min-height: 170px;
    }
    .gmaster-btn__wrap {
        flex-direction: column;
    }
    .gmaster-btn__wrap .mod-btn {
        flex: 0 0 auto;
    }
    .gmaster-btn__wrap .mod-btn:nth-of-type(n+2) {
        margin-top: 2%;
    }
    .accessories__list {
        flex-wrap: wrap;
    }
    .accessories__item {
        flex: 0 0 48%;
    }
    .accessories__item:nth-of-type(n+3) {
        margin-top: 8%;
    }
    .accessories__item:nth-of-type(even) {
        margin-left: 4%;
    }
    .accessories__item img {
        width: 100%;
    }
    .accessories__item:nth-of-type(-n+2) .accessories__meta-box {
        min-height: 60px;
    }
    .accessories__caption {
        font-size: 11px;
        font-size: 0.6875rem;
        margin-top: 5px;
    }
    .accessories__meta-box {
        min-height: 100px;
        margin-top: 20px;
    }
    .accessories__ttl,
    .bnr__ttl {
        font-size: 25px;
        font-size: 1.5625rem;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    .gmaster__list--outer {
        margin-top: 40px;
    }
    .gmaster__list {
        display: block;
    }
    .gmaster__item:nth-of-type(n+2) {
        margin: 10% 0 0 !important;
    }
    .gmaster__item:last-of-type .gmaster__txtbox {
        max-width: 100%;
    }
    .gmaster__item:last-of-type .mod-btn {
        width: 100%;
    }
    .gmaster__imgbox {
        text-align: center;
    }
    .gmaster-btn__wrap {
        margin-top: 16px;
    }
    .accessories__list {
        display: block;
    }
    .accessories__item {
        margin: 10% 0 0 !important;
    }
    .accessories__item .mod-btn {
        width: 100%;
        margin-top: 10px;
    }
    .accessories__meta-box {
        min-height: 0 !important;
    }
}

@media screen and (max-width: 374px) {
    .gmaster__item img {
        transform: scale(0.6);
    }
}

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

  #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
----------------------------------------*/
#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
----------------------------------------*/
#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
----------------------------------------*/
#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;
}

@media (max-width: 480px) {
    #Plaza .store .index {
        margin-top: 10px;
    }
    #Plaza .store .item {
        margin: 4% 0 0 4%;
        width: 48%;
    }
    #Plaza .store .item:nth-child(2n+1) {
        margin-left: 0;
    }
}

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

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

#Ques .section-title {
    font-size: 36px;
    font-size: 2.25rem;
}

@media screen and (max-width: 639px) {
    #Ques .section-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

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

@media screen and (max-width: 374px) {
    .academy-recommend .academy-heading {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
