/* artist css */
/* _setting CSS */
html, body {
  background: #fff;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #main {
    width: 1000px;
    margin: 0 auto 40px;
  }
  #main .common_inner {
    position: relative;
  }
  #main .main_tl {
    background: url(../images/common/title_icon_about.png) no-repeat 12px 58px;
  }
  #main .btn {
    width: 280px;
    height: 50px;
    margin: 0 auto;
    background-color: #fff;
    display: block;
    border: 0;
    outline: 0;
    padding: 0;
  }
  #main .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: #eb3e89;
    text-align: center;
    text-decoration: none;
    line-height: 48px;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eb3e89;
  }
  #main .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url("/gsst/images/about/btn_read_icon.png") center 0/100% no-repeat;
    width: 12px;
    height: 10px;
  }
  #main .btn a:hover {
    color: #fff;
    background-color: #eb3e89;
  }
  #main .btn a:hover:after {
    background: url("/gsst/images/about/btn_read_icon_hover.png") center 0/100% no-repeat;
  }
  #main #company {
    border: 1px solid #eb3e89;
    padding: 60px 50px 35px;
    margin-bottom: 130px;
  }
  #main #company p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #main #company .stitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/about/about_logos_head.jpg) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 454px;
    height: 64px;
    margin: 0 auto 30px;
  }
  #main #company .copy {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #eb3e89;
  }
  #main #company .btn {
    width: 350px;
  }
  #main #reading {
    border: 1px solid #eb3e89;
    position: relative;
    padding: 65px 35px 45px;
    margin: 30px 0 80px;
  }
  #main #reading .common_inner {
    width: 900px;
    margin: 0 auto;
  }
  #main #reading .stitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/about/about_heading_read.png);
    margin-bottom: 30px;
    width: 200px;
    height: 76px;
    position: absolute;
    top: -105px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #main #reading p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #main #reading .lead {
    margin-bottom: 25px;
    letter-spacing: -0.1px;
  }
  #main #reading .covers {
    margin-bottom: 15px;
  }
  #main #reading button {
    width: 280px;
    height: 52px;
    margin-left: auto;
    background-color: #fff;
    display: block;
    border: 0;
    outline: 0;
    padding: 0;
    margin-bottom: 40px;
  }
  #main #reading button a {
    display: block;
    width: 100%;
    height: auto;
    color: #eb3e89;
    text-align: center;
    line-height: 50px;
    font-size: 1.4rem;
    font-weight: 550;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eb3e89;
  }
  #main #reading button a:after {
    background: url("../images/common/btn_read_icon.png") no-repeat;
    width: 10px;
    right: 20px;
  }
  #main #reading button a:hover {
    color: #fff;
    background-color: #eb3e89;
  }
  #main #reading p a {
    display: inline-block;
    line-height: 1.5;
    color: #289dcd;
    text-decoration: underline;
  }
  #main #reading p a:hover {
    opacity: 0.8;
  }
  #main #reading .logos {
    margin: 30px auto 30px auto;
    width: 280px;
    display: block;
  }
  #main #reading .txt {
    text-align: right;
  }
  #main #reading .covers_wrap {
    margin-bottom: 15px;
  }
  #main #reading .covers_wrap .list {
    display: flex;
    justify-content: center;
  }
  #main #reading .covers_wrap .item {
    width: 170px;
    margin-right: 12px;
  }
  #main #reading .covers_wrap .item img {
    max-width: 100%;
    max-height: 245px;
  }
  #main #reading .covers_wrap .item:last-child {
    margin-right: 0;
  }
  #main #faq {
    margin-bottom: 80px;
  }
  #main #faq .stitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/about/about_heading_faq.png);
    width: 100%;
    height: 76px;
    margin-bottom: 30px;
  }
  #main #faq .list dt {
    min-height: 64px;
    margin-bottom: 10px;
    padding: 20px 20px 20px 75px;
    border: solid 1px #eb3e89;
    font-size: 1.8rem;
    background: url(../images/about/icon_q.png) 20px 12px no-repeat;
  }
  #main #faq .list dt a {
    display: inline-block;
    line-height: 1.5;
    color: #289dcd;
    text-decoration: underline;
  }
  #main #faq .list dt a:hover {
    opacity: 0.8;
  }
  #main #faq .list dd {
    min-height: 64px;
    margin-bottom: 25px;
    padding: 20px 20px 20px 75px;
    border: dashed 1px #999999;
    font-size: 1.6rem;
    line-height: 1.375;
    background: url(../images/about/icon_a.png) 20px 15px no-repeat;
  }
  #main #faq .list dd a {
    display: inline-block;
    line-height: 1.5;
    color: #289dcd;
    text-decoration: underline;
  }
  #main #faq .list dd a:hover {
    opacity: 0.8;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #footer {
    margin-top: 0;
  }

  .btn {
    width: 280px;
    height: 40px;
    background-color: #fff;
    display: block;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0 auto;
  }
  .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: #eb3e89;
    text-align: center;
    text-decoration: none;
    line-height: 38px;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eb3e89;
  }
  .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url("/gsst/images/about/btn_read_icon.png") center 0/100% no-repeat;
    width: 12px;
    height: 10px;
  }
  .btn a:hover {
    color: #fff;
    background-color: #eb3e89;
  }
  .btn a:hover:after {
    background: url("/gsst/images/about/btn_read_icon_hover.png") center 0/100% no-repeat;
  }

  #main .common_inner {
    position: relative;
  }
  #main .main_tl {
    padding-left: 40px;
    background: url(../images/common/sp/sp_title_icon_about.png) no-repeat 8px 44px;
    background-size: 25px auto;
  }
  #main #company {
    padding: 40px 4% 30px;
    margin-bottom: 100px;
    border: 1px solid #eb3e89;
  }
  #main #company .stitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/about/about_logos_head.jpg) no-repeat;
    width: 100%;
    height: 52px;
    background-size: auto 100%;
    background-position: 50%;
    margin-bottom: 30px;
  }
  #main #company .copy {
    margin-bottom: 20px;
    font-weight: bold;
    color: #eb3e89;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3;
  }
  #main #company p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  #main #company p:last-child {
    margin-bottom: 0;
  }
  #main #reading {
    border: 1px solid #eb3e89;
    position: relative;
    padding: 60px 0 20px;
    margin: 0 0 60px;
  }
  #main #reading .stitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/about/sp/sp_about_heading_read.png);
    background-size: 100%;
    margin-bottom: 30px;
    width: 180px;
    height: 65px;
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #main #reading p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #main #reading .lead {
    margin-bottom: 20px;
  }
  #main #reading .covers {
    margin-bottom: 30px;
  }
  #main #reading button {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 260px;
    height: 40px;
    background-image: url("../images/about/sp/sp_btn_link.jpg");
    background-size: 100%;
    margin: 0 auto 25px;
    border: 0;
  }
  #main #reading button a {
    display: block;
    width: 100%;
    height: auto;
  }
  #main #reading button a:after {
    content: '';
    display: none;
  }
  #main #reading p a {
    display: inline-block;
    line-height: 1.5;
    color: #289dcd;
    text-decoration: underline;
  }
  #main #reading .logos {
    margin: 20px auto;
    max-width: 200px;
    display: block;
  }
  #main #reading .txt {
    text-align: center;
  }
  #main #reading .covers_wrap {
    margin-bottom: 10px;
  }
  #main #reading .covers_wrap .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main #reading .covers_wrap .item {
    width: 46.5%;
    margin-bottom: 20px;
  }
  #main #reading .covers_wrap .item img {
    max-height: 54.66vw;
  }
  #main #faq {
    margin-bottom: 60px;
  }
  #main #faq .stitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/about/sp/sp_about_heading_faq.jpg);
    background-size: contain;
    background-position: 50%;
    width: auto;
    height: 68px;
    margin-bottom: 35px;
  }
  #main #faq .list dt {
    min-height: 45px;
    margin-bottom: 10px;
    padding: 12px 12px 12px 50px;
    border: solid 1px #eb3e89;
    font-size: 1.6rem;
    background: url(../images/about/sp/sp_icon_q.png) 15px 8px no-repeat;
    background-size: 24px 24px;
    line-height: 1.5;
  }
  #main #faq .list dt span {
    display: block;
    margin-bottom: 5px;
  }
  #main #faq .list dt a {
    display: inline-block;
    line-height: 1.5;
    color: #289dcd;
    text-decoration: underline;
  }
  #main #faq .list dd {
    min-height: 45px;
    margin-bottom: 25px;
    padding: 12px 12px 12px 50px;
    border: dashed 1px #999999;
    font-size: 1.4rem;
    line-height: 1.375;
    background: url(../images/about/sp/sp_icon_a.png) 15px 10px no-repeat;
    background-size: 22px 22px;
    line-height: 1.5;
  }
  #main #faq .list dd span {
    display: block;
    margin-bottom: 5px;
  }
  #main #faq .list dd a {
    display: inline-block;
    line-height: 1.5;
    color: #289dcd;
    text-decoration: underline;
  }
}
