@charset "UTF-8";
/* -----------------------------------------------------------
setting
----------------------------------------------------------- */
/* ===================================================================
IR--COMMON
=================================================================== */
#main-vis {
  background: url(/assets/ir/img/bg-second-main-pc.jpg) 50% bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 514px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #main-vis {
    background: url(/assets/ir/img/bg-second-main-sp.jpg) 50% bottom no-repeat;
    background-size: cover;
    height: 65.15625vw;
  }
}

#main-vis .tpl-inner-wrap {
  display: flex;
  padding-top: 233px;
}

@media screen and (max-width: 768px) {
  #main-vis .tpl-inner-wrap {
    display: block;
    padding-top: 34.375vw;
    text-align: center;
  }
}

#main-vis .sec-ttl {
  width: 280px;
  font-size: 28px;
  letter-spacing: 4px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #main-vis .sec-ttl {
    width: auto;
    font-size: 5.625vw;
  }
}

#main-vis .sec-ttl:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: -25px;
}

@media screen and (max-width: 768px) {
  #main-vis .sec-ttl:after {
    width: 6.25vw;
    left: 50%;
    transform: translateX(-50%);
    top: -3.90625vw;
  }
}

#main-vis .top-read {
  flex: 1;
  font-size: 14px;
  line-height: 2.2;
}

/* sec-ir-index-links
-----------------------------*/
#sec-ir-index-links {
  padding-top: 110px;
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links {
    padding-top: 11.5625vw;
    padding-bottom: 0;
    text-align: left;
  }
  #sec-ir-index-links .tpl-inner-wrap {
    padding: 0;
  }
  #sec-ir-index-links .tpl-title {
    text-align: center;
  }
}

#sec-ir-index-links .ir-links {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links {
    margin-top: 7.1875vw;
    display: block;
  }
}

#sec-ir-index-links .ir-links > li {
  width: 50%;
  height: 278px;
  box-sizing: border-box;
  color: #FFF;
  padding: 64px 38px 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links > li {
    width: 100%;
    height: auto;
    padding: 11.5625vw 5.9375vw 7.8125vw;
  }
  #sec-ir-index-links .ir-links > li:not(:last-child) {
    margin-bottom: 1px;
  }
}

#sec-ir-index-links .ir-links > li:nth-child(even) {
  border-left: 1px solid #FFF;
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links > li:nth-child(even) {
    border-left: 0;
  }
}

#sec-ir-index-links .ir-links > li:nth-child(odd) {
  border-right: 1px solid #FFF;
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links > li:nth-child(odd) {
    border-right: 0;
  }
}

#sec-ir-index-links .ir-links > li:nth-child(n + 3) {
  border-top: 2px solid #FFF;
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links > li:nth-child(n + 3) {
    border-top: 0;
  }
}

#sec-ir-index-links .ir-links > li.message {
  background: url(/assets/ir/img/bg-index-link-message.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#sec-ir-index-links .ir-links > li.investor {
  background: url(/assets/ir/img/bg-index-link-investor.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#sec-ir-index-links .ir-links > li.stock {
  background: url(/assets/ir/img/bg-index-link-stock.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#sec-ir-index-links .ir-links > li.info {
  background: url(/assets/ir/img/bg-index-link-info.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#sec-ir-index-links .ir-links > li.highlight {
  background: url(/assets/ir/img/bg-index-link-highlight.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#sec-ir-index-links .ir-links > li.library {
  background: url(/assets/ir/img/bg-index-link-library.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#sec-ir-index-links .ir-links > li.notification {
  background: url(/assets/ir/img/bg-index-link-notification.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#sec-ir-index-links .ir-links > li.governance {
  background: url(/assets/ir/img/bg-index-link-governance.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#sec-ir-index-links .ir-links .link-title {
  font-size: 18px;
  margin-bottom: 1.0em;
  position: relative;
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links .link-title {
    font-size: 3.75vw;
    margin-bottom: 5.46875vw;
  }
}

#sec-ir-index-links .ir-links .link-title:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links .link-title:before {
    width: 3.125vw;
    margin-right: 3.90625vw;
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
}

#sec-ir-index-links .ir-links .link-detail {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links .link-detail {
    font-size: 3.75vw;
    margin-bottom: 7.8125vw;
  }
}

#sec-ir-index-links .ir-links .ir-links--child {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 22px;
  left: 0;
  padding: 0 38px;
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links .ir-links--child {
    position: static;
    padding: 0;
  }
}

#sec-ir-index-links .ir-links .ir-links--child li {
  width: 49%;
  display: flex;
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links .ir-links--child li.size-s {
    width: 43%;
  }
  #sec-ir-index-links .ir-links .ir-links--child li.size-l {
    width: 56%;
  }
}

#sec-ir-index-links .ir-links .ir-links--child li:nth-child(n + 3) {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links .ir-links--child li:nth-child(n + 3) {
    margin-top: 3.125vw;
  }
}

#sec-ir-index-links .ir-links .ir-links--child .tpl-btn {
  width: 100%;
  font-size: 13px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #sec-ir-index-links .ir-links .ir-links--child .tpl-btn {
    padding: 10px 20px;
    /* IE表示用のCSS　*/
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  #sec-ir-index-links .ir-links .ir-links--child .tpl-btn {
    padding: 12px 20px 8px;
  }
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links .ir-links--child .tpl-btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.4375vw;
  }
}

#sec-ir-index-links .ir-links .ir-links--child .tpl-arrow-white:before,
#sec-ir-index-links .ir-links .ir-links--child .tpl-arrow-white:after {
  right: 10px;
}

#sec-ir-index-links .ir-links .link-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #sec-ir-index-links .ir-links .link-btn {
    position: static;
    transform: translateX(0);
    text-align: center;
  }
}

/* sec-news
-----------------------------*/
#sec-news {
  padding-top: 84px;
  padding-bottom: 80px;
  background-color: #eeeeee;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #sec-news {
    margin-top: 3.125vw;
    margin-bottom: 7.8125vw;
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
}

#sec-news .sec-ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 53px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #sec-news .sec-ttl {
    font-size: 4.375vw;
    margin-bottom: 6.25vw;
  }
}

#sec-news .news-list {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  #sec-news .news-list {
    margin-bottom: 9.375vw;
  }
}

#sec-news .news-list li:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #sec-news .news-list li:not(:last-child) {
    margin-bottom: 6.25vw;
  }
}

#sec-news .news-list li dl {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #sec-news .news-list li dl {
    display: block;
  }
}

#sec-news .news-head {
  display: flex;
  align-items: center;
}

#sec-news .news-date {
  display: block;
  width: 95px;
  letter-spacing: 0.02em;
  font-feature-settings: "hwid" on;
}

@media screen and (max-width: 768px) {
  #sec-news .news-date {
    width: 16.40625vw;
    font-size: 3.125vw;
  }
}

#sec-news .news-date.new {
  line-height: 1.3;
}

#sec-news .news-date.new:before {
  content: 'NEW';
  color: #FF0000;
  font-feature-settings: "palt";
}

#sec-news .news-category {
  display: block;
  width: 130px;
  background-color: #020102;
  color: white;
  line-height: 1;
  padding: 7px 0;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #sec-news .news-category {
    width: 20.3125vw;
    padding: 1.5625vw 0;
    font-size: 3.4375vw;
  }
}

#sec-news .news-body {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  #sec-news .news-body {
    padding-top: 3.90625vw;
    padding-left: 0;
  }
}

#sec-news .news-body a {
  color: inherit;
  line-height: 1.8571428571;
}

@media screen and (max-width: 768px) {
  #sec-news .news-body a {
    font-size: 3.4375vw;
  }
}

#sec-news .news-list + p {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  #sec-news .news-list + p {
    justify-content: center;
  }
}

#sec-news .eir + p {
  justify-content: center !important;
}

#sec-news .s_eirList_item_category {
  /* IE表示用のCSS　*/
}

@media all and (-ms-high-contrast: none) {
  #sec-news .s_eirList_item_category {
    padding: 9px 0 5px;
  }
}

/* sec-financial-results
-----------------------------*/
#financial-results {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #financial-results {
    padding-top: 23.4375vw;
    padding-bottom: 7.8125vw;
  }
}

#financial-results .download {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #financial-results .download {
    display: block;
    margin-top: 7.8125vw;
  }
}

#financial-results .download .date {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #financial-results .download .date {
    margin-right: 0;
    margin-bottom: 4.6875vw;
  }
}

/* sec-mv
-----------------------------*/
#sec-mv {
  padding: 146px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec-mv {
    padding: 15.625vw 0 14.0625vw;
  }
}

#sec-mv .mv-wrap {
  margin: 40px auto 0;
  max-width: 800px;
  text-align: center;
}

#sec-mv .mv-wrap video {
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  #sec-mv .mv-wrap {
    margin-top: 7.8125vw;
  }
}

#sec-mv .mv-wrap .youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

#sec-mv .mv-wrap .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* sec-calendar
-----------------------------*/
#sec-calendar {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  #sec-calendar {
    padding-bottom: 0;
  }
}

#sec-calendar .tpl-title {
  text-align: center;
}

#sec-calendar .calendar-img-wrap {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  #sec-calendar .calendar-img-wrap {
    margin-bottom: 10.46875vw;
  }
  #sec-calendar .calendar-img-wrap img {
    width: 100%;
  }
}

#sec-calendar .calendar-txt h4 {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #sec-calendar .calendar-txt h4 {
    margin-bottom: 1em;
  }
}

#sec-calendar .calendar-txt dl {
  overflow: hidden;
}

#sec-calendar .calendar-txt dt {
  float: left;
}

@media screen and (max-width: 768px) {
  #sec-calendar .calendar-txt dt {
    float: none;
  }
}

#sec-calendar .calendar-txt dd {
  padding-left: 5em;
}

@media screen and (max-width: 768px) {
  #sec-calendar .calendar-txt dd {
    padding-left: 0;
    margin-bottom: .8em;
  }
}

#sec-calendar .box-gray {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  #sec-calendar .box-gray {
    margin-top: 15.3125vw;
  }
}

#sec-calendar .box-gray .inner {
  background-color: #eeeeee;
  width: 940px;
  margin: auto;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  #sec-calendar .box-gray .inner {
    width: 100%;
    padding: 15.3125vw 4.6875vw;
  }
}

#sec-calendar .box-gray h4 {
  font-weight: 700;
}

#sec-calendar .box-gray p + h4 {
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  #sec-calendar .box-gray p + h4 {
    margin-top: 2em;
  }
}

#tabs-area--bottom {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  #tabs-area--bottom {
    margin-bottom: 0;
  }
}

/* sec-other-content
-----------------------------*/
#sec-other-content {
  padding-bottom: 150px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec-other-content {
    padding-bottom: 15vw;
  }
}

#sec-other-content .tpl-inner-wrap {
  border-top: 1px solid #cccccc;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  #sec-other-content .tpl-inner-wrap {
    border-top: none;
    padding-top: 0;
    padding-bottom: 7.8125vw;
    position: relative;
  }
  #sec-other-content .tpl-inner-wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 15.625vw;
  }
}

#sec-other-content .tpl-title .label {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #sec-other-content .tpl-title .label {
    font-size: 3.125vw;
    margin-bottom: 4.21875vw;
  }
}

@media screen and (max-width: 768px) {
  #sec-other-content .tpl-title .txt {
    text-align: left;
  }
}

#sec-other-content .link-lists {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #sec-other-content .link-lists {
    display: block;
    margin-top: 6.25vw;
  }
}

#sec-other-content .link-lists > li {
  width: 300px;
}

@media screen and (max-width: 768px) {
  #sec-other-content .link-lists > li {
    width: 100%;
  }
  #sec-other-content .link-lists > li + li {
    margin-top: 9.375vw;
  }
}

#sec-other-content .link-lists .bg-wrap {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #sec-other-content .link-lists .bg-wrap {
    height: auto;
    display: block;
    position: relative;
    padding-top: 36.25%;
  }
}

#sec-other-content .link-lists .bg-wrap h3 {
  color: #FFF;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #sec-other-content .link-lists .bg-wrap h3 {
    position: absolute;
    top: 50%;
    left: 9.375vw;
    transform: translateY(-50%);
    font-size: 3.75vw;
    padding-left: 4.6875vw;
  }
}

#sec-other-content .link-lists .bg-wrap h3:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #sec-other-content .link-lists .bg-wrap h3:before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transform: translateX(0);
    display: inline-block;
    vertical-align: middle;
    width: 3.125vw;
  }
}

#sec-other-content .link-lists .stock {
  background: url(/assets/ir/img/bg-other-stock.jpg) 0 0 no-repeat;
}

@media screen and (max-width: 768px) {
  #sec-other-content .link-lists .stock {
    background: url(/assets/ir/img/bg-other-stock-sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

#sec-other-content .link-lists .highlight {
  background: url(/assets/ir/img/bg-other-highlight.jpg) 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #sec-other-content .link-lists .highlight {
    background: url(/assets/ir/img/bg-other-highlight-sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

#sec-other-content .link-lists .library {
  background: url(/assets/ir/img/bg-other-library.jpg) 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #sec-other-content .link-lists .library {
    background: url(/assets/ir/img/bg-other-library-sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

#sec-other-content .link-lists .link-lists--child li {
  text-align: left;
}

#sec-other-content .link-lists .link-lists--child li a {
  display: block;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative;
  /* IE表示用のCSS　*/
}

@media all and (-ms-high-contrast: none) {
  #sec-other-content .link-lists .link-lists--child li a {
    padding: 12px 10px 8px;
  }
}

#sec-other-content .link-lists .link-lists--child li a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #sec-other-content .link-lists .link-lists--child li a:after {
    width: 6px;
    height: 6px;
  }
}

/* pdf-lists
-----------------------------*/
.pdf-lists {
  margin-top: 30px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pdf-lists {
    margin-top: 4.6875vw;
  }
}

.pdf-lists dt, .pdf-lists dd {
  margin-bottom: 1em;
}

.pdf-lists dt {
  float: left;
  font-size: 13px;
  padding-top: 2px;
}

@media screen and (max-width: 768px) {
  .pdf-lists dt {
    font-size: 3.125vw;
    float: none;
    padding-top: 0;
  }
}

.pdf-lists dd {
  padding-left: 5em;
}

@media screen and (max-width: 768px) {
  .pdf-lists dd {
    padding-left: 0;
    margin-bottom: 1.5em;
  }
}

.pdf-lists a {
  color: #333;
}

.pdf-lists .value {
  display: inline-block;
  vertical-align: top;
}

.pdf-lists .value:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url(/assets/common/img/icon-pdf.png) 0 0 no-repeat;
  background-size: contain;
}

.pdf-reader {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .pdf-reader {
    display: block;
    margin-top: 15.625vw;
  }
}

.pdf-reader a {
  display: block;
  width: 158px;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .pdf-reader a {
    width: 49.375vw;
    margin-bottom: 4.6875vw;
  }
}

.pdf-reader a img {
  width: 100%;
  height: auto;
}

.yearController.pulldown {
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yearController.pulldown:after {
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yearController.pulldown:hover:after {
  opacity: .5;
}

.yearController.pulldown select {
  cursor: pointer;
}
