#mv video {
  width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn {
  width: 20rem;
  height: 5rem;
  border-radius: 2.5rem;
  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: 1.9rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #4c4948;
  border: 1px solid #4c4948;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #c3d72c;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
  background-color: #c3d72c;
}
.btn:hover:after {
  background-color: #fff;
}

#about {
  padding-bottom: 24rem;
  position: relative;
}
#about .about_left {
  padding-left: 12rem;
  width: 52rem;
}
#about .about_left h2 {
  width: 100%;
  padding: 0;
}
#about .about_right {
  margin-left: auto;
  width: 49.5rem;
}
#about .about_right h3 {
  font-size: 2rem;
  line-height: 1.85;
  letter-spacing: 0.075em;
  font-weight: 600;
  padding-bottom: 2rem;
}
#about .about_right p {
  padding-bottom: 2em;
  line-height: 2;
  font-size: 1.5rem;
}
#about .line_left {
  bottom: -20rem;
}

#news {
  background-color: #f3f3f3;
  padding-top: 8rem;
  padding-bottom: 6rem;
  position: relative;
}
#news .l_con {
  padding-left: 8rem;
  padding-right: 8rem;
}
#news .news_left {
  width: 80rem;
}
#news .news_list {
  border-top: 1px solid #4c4948;
  padding-bottom: 7rem;
}
#news .news_list .news_item {
  border-bottom: 1px solid #4c4948;
}
#news .news_list .news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.5rem 7.5rem 2.5rem 1.5rem;
  font-size: 1.7rem;
  color: #4c4948;
  position: relative;
}
#news .news_list .news_item a:after {
  content: "";
  width: 2.8rem;
  height: 1.5rem;
  background: url(../images/common/news_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 2.5rem;
}
#news .news_list .news_item a:hover:after {
  right: 2rem;
}
#news .news_list .news_item a .news-date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 15rem;
  color: #7c7a79;
}
#news .news_list .news_item a .cat {
  font-size: 1.5rem;
}
#news .news_list .news_item a .news-info {
  width: calc(100% - 15rem);
}
#news .news_list .news_item a .news-info .news-ttl {
  padding-top: 0.8rem;
}
#news .more {
  margin-left: 1rem;
}
#news .news_right {
  margin-left: auto;
  width: calc(100% - 80rem);
}
#news .news_right .page-ttl {
  padding: 0;
  width: 100%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
#news .line_right {
  bottom: -48rem;
  right: 0;
}

.more {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  color: #4c4948;
}
.more span {
  position: relative;
  padding-right: 4rem;
  display: inline-block;
}
.more span:after {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/common/moreview.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
}
.more:hover span:after {
  right: -0.3rem;
}

#feature {
  padding-top: 17rem;
  padding-bottom: 16rem;
}
#feature .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#feature .feature_left {
  padding-left: 8rem;
  width: 48rem;
}
#feature .feature_left .page-ttl {
  padding: 0;
}
#feature .feature_left .btn_wrap {
  padding-top: 3.5rem;
}
#feature .feature_right {
  width: 62rem;
}

#service {
  padding-bottom: 14rem;
}
#service .l_con {
  padding: 0 8rem;
  position: relative;
}
#service .l_con:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -19rem;
  top: -33rem;
  background: url(../images/top/bg_service.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 62.6rem;
  height: 66.5rem;
}
#service .page-ttl {
  padding: 0;
  text-align: right;
  padding-bottom: 7.5rem;
}
#service ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#service ol li {
  width: 33.333%;
  text-align: center;
  list-style: none;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 9.5rem;
}
#service ol li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
#service ol li .link {
  display: block;
  background: url(../images/top/service_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 4.4rem;
  height: 2.7rem;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#service ol li .num {
  color: #c3d72c;
  font-size: 6.9rem;
  line-height: 1;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
#service ol li h3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#service ol li p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  width: 26rem;
  margin: 0 auto;
}
#service ol li:first-child:before {
  background: url(../images/top/service01.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 34.2rem;
  height: 33.5rem;
}
#service ol li:nth-child(2):before {
  background: url(../images/top/service02.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 37rem;
  height: 33.5rem;
}
#service ol li:nth-child(3):before {
  background: url(../images/top/service03.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 34.2rem;
  height: 33.5rem;
}

#member {
  padding-bottom: 15rem;
  position: relative;
}
#member .l_con {
  background-color: #f3f3f3;
  padding-top: 14.5rem;
  padding-left: 20rem;
  padding-bottom: 14.5rem;
  position: relative;
}
#member .l_con:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  background-color: #f3f3f3;
}
#member .l_con .page-ttl {
  padding: 0;
  width: auto;
  color: #4c4948;
  display: inline-block;
  position: relative;
  padding-right: 23.5rem;
}
#member .l_con .page-ttl:hover:before {
  right: 7rem;
}
#member .l_con .page-ttl:before {
  content: "";
  width: 2.4rem;
  height: 2.2rem;
  background: url(../images/top/member_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 7.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#member .l_con .page-ttl:after {
  content: "";
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  border: 1px solid #4c4948;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#member .line_left02 {
  top: -26rem;
  left: 0;
}

#topics {
  padding-bottom: 14.5rem;
  overflow: hidden;
}
#topics .l_con {
  padding-left: 8rem;
}
#topics .page-ttl {
  padding: 0;
  width: 100%;
  color: #4c4948;
  padding-bottom: 2rem;
}
#topics .topics_inner {
  background-color: #f3f3f3;
  padding-top: 5.5rem;
  padding-left: 9rem;
  padding-bottom: 4rem;
  position: relative;
}
#topics .topics_inner:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  background-color: #f3f3f3;
}
#topics .topics_inner ul li .topics_cat {
  margin-top: 1.5rem;
}
#topics .topics_inner ul li .topics_ttl {
  padding-top: 1rem;
  color: #4c4948;
  font-size: 1.8rem;
  line-height: 1.444;
  font-weight: 600;
}
#topics .topics_inner ul li .date {
  padding-top: 1rem;
  color: #7c7a79;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
#topics .topics_inner .btn_wrap {
  text-align: right;
  padding-top: 2rem;
  padding-right: 3rem;
}

@media screen and (min-width: 768px) {
  #topics .topics_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -4rem;
  }
  #topics .topics_inner ul li {
    width: 29rem;
    margin-left: 4rem;
  }
}
#bnr {
  padding-bottom: 16rem;
  position: relative;
}
#bnr ul {
  margin-left: -4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bnr ul li {
  list-style: none;
  width: 47.8rem;
  margin-left: 4.5rem;
}
#bnr .line_right02 {
  top: 22rem;
  right: 0;
}

#access {
  padding-top: 13rem;
  padding-bottom: 13rem;
  text-align: center;
  background-color: #cacaca;
}
#access a {
  padding: 0;
  position: relative;
  width: auto;
  display: inline-block;
  padding-left: 7rem;
  padding-right: 12.5rem;
  color: #4c4948;
  text-align: left;
}
#access a span {
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
}
#access a .en {
  font-weight: 400;
  font-size: 5.2rem;
}
#access a .jp {
  padding-top: 1rem;
  font-weight: 500;
  font-size: 2rem;
}
#access a:before {
  content: "";
  width: 4.8rem;
  height: 6.3rem;
  background: url(../images/common/icon_pin.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
#access a:after {
  content: "";
  width: 5.6rem;
  height: 2rem;
  background: url(../images/top/access_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#access a:hover:after {
  right: -0.3rem;
}

#news_coming {
  background-color: #e5e5e5;
  position: relative;
  height: 82rem;
  text-align: center;
  color: #4c4948;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#news_coming h2 {
  opacity: 0.2;
}
#news_coming h2 .en {
  font-size: 6.1rem;
}
#news_coming h2 .jp {
  font-size: 2.4rem;
}
#news_coming p {
  opacity: 0.2;
  font-size: 3.9rem;
}
#news_coming .line_right {
  bottom: -48rem;
  right: 0;
}

#topics.coming {
  color: #4c4948;
}
#topics.coming .l_con {
  background-color: #e5e5e5;
  height: 55.2rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  position: relative;
}
#topics.coming .l_con:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  background-color: #e5e5e5;
}
#topics.coming h2 {
  opacity: 0.2;
}
#topics.coming h2 .en {
  font-size: 6.1rem;
}
#topics.coming h2 .jp {
  font-size: 2.4rem;
}
#topics.coming p {
  opacity: 0.2;
  font-size: 3.9rem;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
  #mv {
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 100vh;
  }
  #mv video {
    height: 46vh;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .btn {
    width: 37rem;
    height: 9.5rem;
    border-radius: 4.7rem;
    font-size: 2.6rem;
    margin: 0 auto;
  }
  .btn:after {
    width: 1.2rem;
    height: 1.2rem;
    right: 4rem;
  }
  #about {
    padding-bottom: 43rem;
  }
  #about .l_con {
    width: 100%;
  }
  #about .about_left {
    padding-left: 0;
    width: 100%;
    padding-bottom: 22rem;
  }
  #about .about_left h2 {
    text-align: center;
  }
  #about .about_right {
    margin-left: auto;
    width: 100%;
    text-align: center;
  }
  #about .about_right h3 {
    font-size: 4.4rem;
    padding-bottom: 6.5rem;
  }
  #about .about_right p {
    padding-bottom: 2em;
    font-size: 2.6rem;
  }
  #about .about_right .btn_wrap {
    padding-top: 4rem;
  }
  #about .line_left {
    bottom: -25rem;
    z-index: 10;
  }
  .cat {
    width: 20rem;
    padding: 0.8rem 0 0.4rem;
    border-radius: 1rem;
  }
  #news {
    padding-top: 10rem;
    padding-bottom: 14rem;
  }
  #news .l_con {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 100%;
  }
  #news .news_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #news .news_list {
    border-top: 1px solid #4c4948;
    padding-bottom: 7rem;
  }
  #news .news_list .news_item {
    border-bottom: 1px solid #4c4948;
  }
  #news .news_list .news_item a {
    padding: 4rem 0;
    font-size: 2.5rem;
    position: relative;
  }
  #news .news_list .news_item a:after {
    display: none;
  }
  #news .news_list .news_item a .news-date {
    font-size: 2.6rem;
    width: auto;
  }
  #news .news_list .news_item a .cat {
    font-size: 2.4rem;
    position: absolute;
    top: 4rem;
    left: 16rem;
  }
  #news .news_list .news_item a .news-info {
    width: 100%;
  }
  #news .news_list .news_item a .news-info .news-ttl {
    width: 100%;
    float: left;
    padding-top: 0.8rem;
  }
  #news .more {
    margin-left: 1rem;
  }
  #news .news_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    padding-bottom: 6.5rem;
  }
  #news .news_right .page-ttl {
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
            writing-mode: inherit;
  }
  #news .line_right {
    bottom: -32.5rem;
    right: 0;
    background: url(../images/top/line_right_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 11.9rem;
    height: 65.3rem;
  }
  #feature {
    padding-top: 18rem;
    padding-bottom: 47.5rem;
    position: relative;
  }
  #feature:before {
    content: "";
    width: 14.3rem;
    height: 47.4rem;
    background: url(../images/top/feature_line_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: -2rem;
  }
  #feature .l_con {
    width: 100%;
  }
  #feature .feature_left {
    padding-left: 0;
    padding-bottom: 5.5rem;
    width: 100%;
  }
  #feature .feature_left .page-ttl {
    padding: 0;
    text-align: center;
  }
  #feature .feature_left .btn_wrap {
    padding-top: 0;
    position: absolute;
    bottom: 30rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #feature .feature_right {
    width: 72rem;
    margin: 0 auto;
  }
  #service {
    padding-bottom: 28rem;
  }
  #service .l_con {
    padding: 0 5.5rem;
    width: 100%;
  }
  #service .l_con:before {
    display: none;
  }
  #service .page-ttl {
    padding: 0;
    text-align: center;
    padding-bottom: 7.5rem;
  }
  #service ol li {
    width: 100%;
    padding-top: 7.8rem;
    padding-left: 7rem;
    padding-right: 5rem;
    padding-bottom: 9.5rem;
  }
  #service ol li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
  }
  #service ol li .link {
    background: url(../images/top/service_arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 5.6rem;
    height: 3.4rem;
    position: absolute;
    bottom: auto;
    top: 10rem;
    left: auto;
    right: 5rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #service ol li .num {
    font-size: 9.7rem;
    float: left;
    padding-right: 2rem;
  }
  #service ol li h3 {
    font-size: 3.9rem;
    padding-top: 3rem;
    padding-bottom: 0;
    float: left;
  }
  #service ol li p {
    padding-top: 2rem;
    clear: both;
    font-size: 2.6rem;
    width: 100%;
  }
  #service ol li:first-child:before {
    background: url(../images/top/service01_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 63.6rem;
    height: 43.5rem;
  }
  #service ol li:nth-child(2):before {
    background: url(../images/top/service02_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 63.6rem;
    height: 46rem;
  }
  #service ol li:nth-child(3) {
    padding-top: 11rem;
  }
  #service ol li:nth-child(3):after {
    top: 14rem;
  }
  #service ol li:nth-child(3):before {
    background: url(../images/top/service03_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 63.6rem;
    height: 43.5rem;
  }
  #member {
    padding-bottom: 40rem;
  }
  #member .l_con {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
  #member .l_con:before {
    display: none;
  }
  #member .l_con .page-ttl {
    background-color: #f3f3f3;
    width: 100%;
    display: block;
    padding-top: 16rem;
    padding-bottom: 16rem;
    padding-left: 11.5rem;
    padding-right: 0;
  }
  #member .l_con .page-ttl .jp {
    padding-left: 6rem;
  }
  #member .l_con .page-ttl:hover:before {
    right: 21rem;
  }
  #member .l_con .page-ttl:before {
    width: 2.8rem;
    height: 2.5rem;
    right: 20rem;
  }
  #member .l_con .page-ttl:after {
    width: 20rem;
    height: 20rem;
    right: 11rem;
  }
  #member .line_left02 {
    top: 29.8rem;
    left: 0;
    width: 14.3rem;
    height: 33.8rem;
    background: url(../images/top/line_left02_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #topics {
    padding-bottom: 28.5rem;
  }
  #topics .l_con {
    padding-left: 0;
    width: 100%;
  }
  #topics .page-ttl {
    text-align: center;
    padding-bottom: 7rem;
  }
  #topics .topics_inner {
    background-color: transparent;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  #topics .topics_inner:before {
    display: none;
  }
  #topics .topics_inner .slick-slider {
    margin-bottom: 17rem;
  }
  #topics .topics_inner .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topics .topics_inner .slick-slide {
    height: auto !important;
  }
  #topics .topics_inner .slick-dots {
    text-align: center;
    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;
    bottom: -8rem;
  }
  #topics .topics_inner .slick-dots li {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 1.5rem;
  }
  #topics .topics_inner .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 0;
    border: 1px solid #4c4948;
  }
  #topics .topics_inner .slick-dots li button:before {
    display: none;
  }
  #topics .topics_inner .slick-dots .slick-active button {
    background-color: #4c4948;
  }
  #topics .topics_inner ul li a {
    background-color: #f3f3f3;
    display: block;
    margin: 0 2rem;
  }
  #topics .topics_inner ul li .topics_info {
    padding: 4rem;
  }
  #topics .topics_inner ul li .topics_cat {
    margin-top: 0;
  }
  #topics .topics_inner ul li .topics_ttl {
    padding-top: 1rem;
    font-size: 2.8rem;
  }
  #topics .topics_inner ul li .date {
    padding-top: 7.5rem;
    font-size: 2.7rem;
  }
  #topics .topics_inner .btn_wrap {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
  }
  #bnr {
    padding: 0 2.5rem 14rem;
  }
  #bnr .l_con {
    width: 100%;
  }
  #bnr ul {
    margin-left: 0;
  }
  #bnr ul li {
    width: 100%;
    margin-left: 0;
    padding-bottom: 4.5rem;
  }
  #bnr ul li:last-child {
    padding-bottom: 0;
  }
  #bnr .line_right02 {
    display: none;
  }
  #access {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  #access a {
    background-color: #cacaca;
    padding-top: 13rem;
    padding-bottom: 13rem;
    width: 100%;
    display: inline-block;
    padding-left: 32rem;
    padding-right: 0;
  }
  #access a .en {
    font-size: 4.4rem;
  }
  #access a .jp {
    padding-top: 1rem;
    font-size: 2.6rem;
    padding-left: 4rem;
  }
  #access a:before {
    width: 6.1rem;
    height: 8rem;
    left: 22.6rem;
    top: 12.8rem;
  }
  #access a:after {
    display: none;
  }
  #news_coming h2 {
    padding-top: 0;
  }
  #news_coming .line_right {
    bottom: -32.5rem;
    right: 0;
    background: url(../images/top/line_right_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 11.9rem;
    height: 65.3rem;
  }
  #topics.coming h2 {
    padding-bottom: 2rem;
    padding-top: 0;
  }
}