/* 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/about/title_icon_about.png) 20px 58px/26px 26px no-repeat;
  }
  #main .btn {
    width: 280px;
    height: 50px;
    background-color: #fff;
    display: block;
    border: 0;
    outline: 0;
    padding: 0;
  }
  #main .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: #ff90bf;
    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 #ff90bf;
  }
  #main .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url("../images/about/btn_read_icon.png") center 0/100% no-repeat;
    width: 12px;
    height: 10px;
  }
  #main .btn a:hover {
    color: #fff;
    background-color: #ff90bf;
  }
  #main .btn a:hover:after {
    background: url("../images/about/btn_read_icon_hover.png") center 0/100% no-repeat;
  }
  #main #company {
    border: 1px solid #ff90bf;
    padding: 60px 50px 55px;
    margin-bottom: 120px;
  }
  #main #company .stitle {
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main #company .stitle a {
    display: block;
    margin-right: 20px;
  }
  #main #company .stitle img {
    display: block;
  }
  #main #company .copy {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #cd376e;
  }
  #main #company p:not([class]) {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #main #company .btn {
    width: 350px;
    margin: 0 auto;
  }
  #main #reading {
    border: 1px solid #ff90bf;
    position: relative;
    padding: 80px 35px 55px;
    margin: 30px 0 110px;
  }
  #main #reading .common_inner {
    width: 900px;
    margin: 0 auto;
  }
  #main #reading .stitle {
    width: 245px;
    position: absolute;
    top: -95px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 2.4rem;
    background: url(../images/about/about_heading_read.png) center bottom no-repeat #fff;
    text-align: center;
    padding-bottom: 55px;
  }
  #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 .btn {
    width: 280px;
    margin-left: auto;
    margin-bottom: 50px;
  }
  #main #reading p:not([class]) a {
    display: inline-block;
    line-height: 1.5;
    color: #289dcd;
    text-decoration: underline;
  }
  #main #reading p:not([class]) 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 {
    position: relative;
    padding-top: 85px;
    margin-bottom: 100px;
    border-top: 1px dashed #ff90bf;
  }
  #main #faq .stitle {
    width: 235px;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 2.4rem;
    background: url(../images/about/about_heading_faq.png) center bottom no-repeat #fff;
    text-align: center;
    padding-bottom: 55px;
  }
  #main #faq .list dt {
    min-height: 64px;
    margin-bottom: 10px;
    padding: 20px 20px 20px 75px;
    border: solid 1px #cd376e;
    font-size: 1.8rem;
    background: url(../images/about/icon_q.png) 20px 12px/36px 36px 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: 62px;
    margin-bottom: 30px;
    padding: 20px 20px 20px 75px;
    font-size: 1.6rem;
    line-height: 1.375;
    background: url(../images/about/icon_a.png) 20px 15px/36px 36px no-repeat #f3f3f3;
  }
  #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: #ff90bf;
    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 #ff90bf;
  }
  .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url("../images/about/btn_read_icon.png") center 0/100% no-repeat;
    width: 12px;
    height: 10px;
  }
  .btn a:hover {
    color: #fff;
    background-color: #ff90bf;
  }
  .btn a:hover:after {
    background: url("../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/about/title_icon_about.png) 8px 44px/25px 25px no-repeat;
  }
  #main #company {
    padding: 40px 4% 30px;
    margin-bottom: 100px;
    border: 1px solid #ff90bf;
  }
  #main #company .stitle {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main #company .stitle a {
    display: block;
    margin-right: 10px;
  }
  #main #company .stitle img {
    width: auto;
    height: 35px;
    display: block;
  }
  #main #company .copy {
    margin-bottom: 20px;
    font-weight: bold;
    color: #cd376e;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3;
  }
  #main #company p:not([class]) {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  #main #company p:not([class]):last-child {
    margin-bottom: 15px;
  }
  #main #reading {
    border: 1px solid #ff90bf;
    position: relative;
    padding: 60px 0 33px;
    margin: 0 0 40px;
  }
  #main #reading .stitle {
    width: 170px;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 1.9rem;
    background: url(../images/about/sp/sp_about_heading_read.png) center bottom/120px 23px no-repeat #fff;
    text-align: center;
    padding-bottom: 35px;
  }
  #main #reading p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #main #reading .lead {
    margin-bottom: 10px;
  }
  #main #reading .covers {
    margin-bottom: 30px;
  }
  #main #reading .btn {
    width: 280px;
    margin-bottom: 35px;
  }
  #main #reading p:not([class]) 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 .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 {
    position: relative;
    padding-top: 60px;
    margin-bottom: 50px;
    border-top: 1px dotted #ff90bf;
  }
  #main #faq .stitle {
    width: 160px;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 1.9rem;
    background: url(../images/about/sp/sp_about_heading_faq.png) center bottom/120px 23px no-repeat #fff;
    text-align: center;
    padding-bottom: 30px;
  }
  #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/icon_q.png) 15px 13px/22px 22px no-repeat;
    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;
    font-size: 1.4rem;
    line-height: 1.375;
    background: url(../images/about/icon_a.png) 15px 15px/22px 22px no-repeat #f3f3f3;
    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;
  }
}
