@charset "UTF-8";
/* CSS Document */
.cr--visu {
  max-height: 360px;
}

.ir--a {
  color: #a82b43;
  -webkit-transition: opacity 0.4s cubic-bezier(0.45, 0.15, 0.15, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.45, 0.15, 0.15, 1);
  transition: opacity 0.4s cubic-bezier(0.45, 0.15, 0.15, 1);
}

.ir--h {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #a82b43;
  line-height: 2;
}

.ir--p {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #666;
}

.ir--p + .ir--p {
  padding-top: 1.5em;
}

.ir--gr {
  padding-top: 40px;
}

.ir--gr:first-of-type {
  padding-top: 0;
}

.ir--a:hover {
  opacity: 0.5;
}

.ir--fig img {
  margin: 0 auto;
}

.ir--fig .is-pc {
  display: none;
}

.ir--fig.ircl--fig {
  padding-bottom: 40px;
}

.ir--mn {
  width: 100%;
}



body.ir .ir--read {
  padding: 0 0 64px;
}

.ir--read .ir--read__header-area {
  background-color: #a82b43;
  margin-bottom: 60px;
  padding-bottom: 60px;
}



.ir--read .ir--read__header-area .summary-wrapper .summary-inner {
  /*background-color: #fff;*/
  margin: 0 auto;
  max-width: 960px;
}

.ir--read .ir--read__header-area .summary-wrapper .summary-inner a {
  position: relative;
}

.ir--read .ir--read__header-area .summary-wrapper .summary-inner a .summary-thumbnail {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  /*margin: 0 auto;*/
  height: 100%;
  /*min-height: 300px;*/
  min-height: 240px;
  width: 100%;
  /*max-width: 960px;*/
  transition: opacity 0.5s ease;
}

.ir--read .ir--read__header-area .summary-wrapper .summary-inner a .summary-thumbnail >.item {
  display:block;
  text-align: center;
}

.ir--read .ir--read__header-area .summary-wrapper .summary-inner a .summary-thumbnail >.item >.title {
  display: block;
  position: relative;
  z-index: 3;

  font-size: 3.66667vw;
  margin-bottom: 20px;
}

.ir--read .ir--read__header-area .summary-wrapper .summary-inner a .summary-thumbnail >.item >.sub-title {

   display: block;
  position: relative;
  z-index: 3;

  font-size: 1.66667vw;
}

/*
.ir--read .ir--read__header-area .summary-wrapper .summary-inner a span {
  display: block;
  position: relative;
  z-index: 3;
}
*/



.ir--read .ir--read__header-area .summary-wrapper .summary-inner a.summary {
  /*background-image: url("../img/ir/index/summary.jpg");*/
}

.ir--read .ir--read__header-area .summary-wrapper .summary-inner a.summary .summary-thumbnail {
  background-image: url("../img/ir/index/summary.jpg");
}


.ir--read .ir--read__header-area .summary-wrapper .summary-inner a .summary-thumbnail::after {
  content: "";
  background-color: rgba(168, 43, 67, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  /*min-height: 300px;*/
  min-height: 240px;
  transition: 0.5s;
}
/*
.ir--read .ir--read__header-area .summary-wrapper .summary-inner a:hover::after {
  background-color: rgba(168, 43, 67, 0.7);
}
*/

.ir--read .ir--read__header-area .summary-wrapper .summary-inner .summary:hover .summary-thumbnail {
  opacity: 0.6;
  /*transition: 0.5s;*/
}




.ir--read .ir--read__header-area .summary-wrapper .summary-inner .summary-link {
  background-color: #fff;
  color: #A82B43;
  display: block;
  font-size: 16px;
  line-height: 60px;
  /*padding: 26px 0;*/
  text-align: center;
  width: 100%;
  height: 60px;
}



.ir--read .ir--read__header-area .summary-wrapper .summary-inner a span.summary-link .summary-link-text {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 140px;
}

.ir--read .ir--read__header-area .summary-wrapper .summary-inner a span.summary-link .summary-link-text .m--txl__i { 
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* ▼▼ 追加：一番手前に表示させる ▼▼ */
  z-index: 10;
} 


/* --- .summary-link 内の矢印スタイル --- */
.summary-link .summary-link-text .m--txl__i.-i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  overflow: hidden;
  width: 1.2em;
  height: 1em;
}

.summary-link .summary-link-text .m--txl__i.-i svg.m--sg {
  display: block;
  width: 1em;
  height: 1em;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 右へ消える */
.summary-link .summary-link-text .m--txl__i.-i svg.m--sg.slide-out {
  transform: translateX(120%);
  opacity: 0;
  transition: transform 0.25s ease-in, opacity 0.25s ease-in;
}

/* 左から出てくる準備位置 */
.summary-link .summary-link-text .m--txl__i.-i svg.m--sg.slide-in-ready {
  transform: translateX(-120%);
  opacity: 0;
  transition: none;
}

/* 左から元の位置へ */
.summary-link .summary-link-text .m--txl__i.-i svg.m--sg.slide-in {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}







.ir--read .ir--read__header-area .document-list {
  /*padding: 40px 0 50px;*/
  padding: 100px 20px;
}
.ir--read .ir--read__header-area .document-list h2 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 38px;
}
.ir--read .ir--read__header-area .document-list h2::before {
  content: "Latest Documents";
  display: block;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
.ir--read .ir--read__header-area .document-list .download-button {
  background-color: #fff;
  border-radius: 28px;
  color: #a82b43;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin: 0 auto 30px;
  height: 56px;
  max-width: 250px;
}
.ir--read .ir--read__header-area .document-list .cr--cp__btns {
  margin-top: 0 !important;
}

.ir--read .ir--read__header-area .document-list .cr--cp__btns .m--btn__bg:before {
  border: 0px;
}
.ir--read .ir--read__header-area .document-list .cr--cp__btns .m--btn__bg__rct {
  box-sizing: border-box;
  border: solid 1px rgba(255,255,255,1);
}

/*
.ir--read .ir--read__header-area .document-list .cr--cp__btns .cr--cp__btn a .m--btn__bg {
  border: 1px solid #a82b43;
}

.ir--read .ir--read__header-area .document-list .cr--cp__btns .cr--cp__btn a:hover .m--btn__bg {
  border: 1px solid #fff;
}
*/




.ir--read .ir--read__header-area .document-list ul {
  display: flex;
  gap: 30px 30px;
  justify-content: center;
  margin-top: 80px;
}
.ir--read .ir--read__header-area .document-list ul li {
  display: flex;
  flex-direction: column;

  position: relative;
  width: 300px;
}
.ir--read .ir--read__header-area .document-list ul li a {
  display: block;
  background-color: #fff;
  padding: 25px 36px;
  height: 100%;
}
.ir--read .ir--read__header-area .document-list ul li a:hover {
  opacity: 0.7;
}
.ir--read .ir--read__header-area .document-list ul li a > span {
  display: block;
}

.ir--read .ir--read__header-area .document-list ul li a span.title {
  color: #A82B43;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 12px;
} 

.ir--read .ir--read__header-area .document-list ul li a span.update {
  color: #AFAFAF;
  font-size: 10px;
  line-height: 23px;
  margin-bottom: 10px;
} 

.ir--read .ir--read__header-area .document-list ul li a span.summary {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
} 

.ir--read .ir--read__header-area .document-list ul li a span.m--txl__i {
  position: absolute;
  bottom: 24px;
  right: 26px;
}

.ir--read .ir--read__header-area .document-list ul li a span.summary .cr--sns__blk.i--pdf {
  background-image: url("../img/ir/menu-icon/picture-as-pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}
/*
.ir--read .ir--read__header-area .document-list ul li a span.summary::after {
  content: '';
  background-image: url("../img/ir/menu-icon/picture-as-pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
} 
*/



.ir--cn {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 0 6.66667% 0;
  z-index: 0;
}

.ir--ct__in {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ir--ct__item {
  width: 48%;
  padding-bottom: 40px;
}

.ir--ct__name {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #a82b43;
  line-height: 2;
}

.ir--ct__li {
  margin: 13px 0 0;
}

.ir--ct__a {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #666;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.ir--ct__a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.tp--cp__btn {
  margin: 0;
  padding-bottom: 70px;
}

.ir--def {
  width: 100%;
  padding: 0 0 60px;
  background-color: #fff;
}

.ir--def__in {
  width: 100%;
  margin: 0 auto;
}

.ir--def__list {
  width: 100%;
  margin: 0;
}

.ir--def__one {
  padding: 18px 0 19px;
  border-bottom: 1px solid #ccc;
}

.ir--def__one:first-child {
  border-top: 1px solid #ccc;
}

.ir--def__dt {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #999;
}

.ir--def__dd {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #666;
}

.irov--def__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.irov--def__dt {
  width: 200px;
}

.irov--def__dd {
  width: calc(100% - 200px);
}

.ir--ms {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.ir--ms__date, .ir--ms__name {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #666;
  text-align: right;
}

.ir--ms__date {
  margin: 20px 0 10px;
}

.ir--ms__name span {
  font-size: 15px;
  letter-spacing: 0.02em;
  margin-left: 20px;
}

.ir--ms__sign {
  display: inline-block;
  width: 160px;
}

.ir--ms__sign img {
  display: inline;
  vertical-align: bottom;
}

.ir--faq {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.ir--faq__in {
  width: 100%;
  margin: 0 auto;
}

.ir--faq__list {
  width: 100%;
  margin: 0;
}

.ir--faq__one {
  padding: 18px 0 19px;
  border-bottom: 1px solid #ccc;
}

.ir--faq__one:first-child {
  border-top: 1px solid #ccc;
}

.ir--faq__que {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #999;
}

.ir--faq__que:before {
  content: "Q";
  font-size: 22px;
  color: #a82b43;
  padding-right: 10px;
}

.ir--faq__ans {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #666;
}

.ir--inq {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.ir--inq__in {
  width: 100%;
  margin: 0 auto;
}

.ir--cn .ct--fm {
  padding: 0;
}

.iradb--link__fig {
  padding-bottom: 20px;
}

.iradb--link__fig img {
  margin: 0 auto;
}

.iradb--link__a {
  background: #f2f2f2;
  display: block;
  padding: 16px 5px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.45, 0.15, 0.15, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.45, 0.15, 0.15, 1);
  transition: opacity 0.4s cubic-bezier(0.45, 0.15, 0.15, 1);
}

.iradb--link__a:hover {
  opacity: 0.5;
}

.iradb--link__p {
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #666;
  font-size: 12px;
}

.ir--read + .ct--fm {
  padding: 0;
}

/*202206 renewal*/
/*menu list*/
.cr--iv__win__in {
  gap: 44px 44px;
  /*row-gap: 44px;*/
}

.cr--iv.cr--iv__info {
  background-color: #F2F2F2;
}

.ir--iv__in {
  /*max-width: calc(960px + 5.63636% *2);*/
  max-width: 1048px;
}

.ir--lst_wrap {
  border-radius: 13px;
  margin: 0; /*隙間初期化*/
  padding: 65px 34px;
  max-width: 320px;
  min-width: 320px;
}

.ir--lst_wrap header p {
  color: #a82b43;
  font-size: 10px;
  text-align: center;
  margin-bottom: 16px;
}

.ir--lst_wrap header h2 {
  color: #444;
  font-size: 20px;
  text-align: center;
  margin-bottom: 46px;
}

.ir--iv_menu_lst_in {
  border-top: 1px solid #ccc;
}

.ir--iv_menu_lst_in li {
  border-bottom: 1px solid #ccc;
  padding: 32px 0 20px 8px;
}

.ir--iv_menu_lst_in li a {
  display: flex;
  align-items: center;
}
.ir--iv_menu_lst_in li a.message::before {
  content: "";
  background-image: url("../img/ir/menu-icon/message.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  height: 32px;
  width: 32px;
}
.ir--iv_menu_lst_in li a.corporate-governance::before {
  content: "";
  background-image: url("../img/ir/menu-icon/corporate-governance.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  height: 30px;
  width: 30px;
}
.ir--iv_menu_lst_in li a.disclosure-policy::before {
  content: "";
  background-image: url("../img/ir/menu-icon/disclosure-policy.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  height: 30px;
  width: 30px;
}
.ir--iv_menu_lst_in li a.performance::before {
  content: "";
  background-image: url("../img/ir/menu-icon/performance.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  height: 30px;
  width: 30px;
}
.ir--iv_menu_lst_in li a.financial-position::before {
  content: "";
  background-image: url("../img/ir/menu-icon/financial-position.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  height: 30px;
  width: 30px;
}
.ir--iv_menu_lst_in li a.cash-flow-status::before {
  content: "";
  background-image: url("../img/ir/menu-icon/cash-flow-status.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  height: 30px;
  width: 30px;
}
.ir--iv_menu_lst_in li a.ir-calendar::before {
  content: "";
  background-image: url("../img/ir/menu-icon/ir-calendar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  height: 30px;
  width: 30px;
}
.ir--iv_menu_lst_in li a.faq::before {
  content: "";
  background-image: url("../img/ir/menu-icon/faq.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  height: 30px;
  width: 30px;
}
.ir--iv_menu_lst_in li a.public-notices::before {
  content: "";
  background-image: url("../img/ir/menu-icon/public-notices.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  height: 30px;
  width: 30px;
}

.ir--iv_menu_lst_in li .ir--menu__tx {
  font-size: 14px;
  width: calc(100% - 40px);
}

.ir--iv_menu_lst_in li .m--txl__i {
  fill: #444;
}

/*最新IR資料*/
.m--btn__i.file-download {
  fill: #A82B43;
  height: 24px;
  width: 24px;
}

.pc .m--btn:hover .m--btn__i.file-download {
  fill: #fff;
}

.ir--doc__wrap {
  display: flex;
  align-items: stretch;
  margin-top: 74px;
}

.ir--doc__wrap .cr--sns__one {
  display: flex;
  /*min-width: 320px;*/
}

.ir--doc__wrap .cr--sns__bg {
  padding-right: 36px;
  padding-bottom: 24px;
  height: 100%;
}
.ir--doc__wrap .cr--sns__bg .ir--doc__text .cr--sns__blk.i--pdf {
  background-image: url("../img/ir/menu-icon/picture-as-pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}

.ir--doc__wrap .m--txl__i {
  margin-left: auto;
}

.ir--doc__wrap .ir--doc__title {
  color: #a82b43;
  font-size: 16px;
  margin-bottom: 20px;
}

.ir--doc__wrap .ir--doc__date {
  color: #AFAFAF;
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
}

.ir--doc__wrap .ir--doc__text {
  color: #444;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.8;
}

/*IRライブラリ一覧*/
.ir--lib__wrap {
  background-color: #fff;
  border-radius: 13px;
  padding: 58px 62px 72px;
  margin: 0 auto; /*隙間初期化*/
  max-width: 980px;
  width: 100%;
}

.ir--lib__menu .ir--lib__menu__title {
  color: #a82b43;
  letter-spacing: 0.6px;
}

.ir--lib__wrap .ir--lib__menu .ir--lib__menu__in {
  display: flex;
  align-items: flex-end;
  gap: 36px 36px;
}

.ir--lib_menu__lst {
  border-top: 1px solid #ccc;
  width: 257px;
}

.ir--lib_menu__lst:first-child {
  border-top: none;
}

.ir--lib_menu__lst li {
  border-bottom: 1px solid #ccc;
  padding: 32px 0 20px 8px;
}

/*IRライブラリアイコン*/
.ir--lib_menu__lst li a {
  display: flex;
  align-items: center;
}
.ir--lib_menu__lst li a.financial-results::before {
  content: "";
  background-image: url("../img/ir/menu-icon/financial-results.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 14px;
  height: 30px;
  width: 30px;
}
.ir--lib_menu__lst li a.shareholders-meeting::before {
  content: "";
  background-image: url("../img/ir/menu-icon/shareholders-meeting.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 14px;
  height: 30px;
  width: 30px;
}
.ir--lib_menu__lst li a.presentation-materials::before {
  content: "";
  background-image: url("../img/ir/menu-icon/presentation-materials.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 14px;
  height: 30px;
  width: 30px;
}
.ir--lib_menu__lst li a.timely-disclosure::before {
  content: "";
  background-image: url("../img/ir/menu-icon/timely-disclosure.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 14px;
  height: 30px;
  width: 30px;
}
.ir--lib_menu__lst li a.securities-reports::before {
  content: "";
  background-image: url("../img/ir/menu-icon/securities-reports.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 14px;
  height: 30px;
  width: 30px;
}
.ir--lib_menu__lst li a.other-ir-materials::before {
  content: "";
  background-image: url("../img/ir/menu-icon/other-ir-materials.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 14px;
  height: 30px;
  width: 30px;
}

.ir--lib__title {
  color: #a82b43;
  font-size: 10px;
  margin-bottom: 20px;
}

.ir--lib_menu__lst li .ir--menu__tx {
  font-size: 14px;
  width: 100%;
}

.ir--lib_menu__lst li .ir--menu__tx.go__index {
  font-size: 20px;
}

.ir--lib_menu__lst li .m--txl__i {
  fill: #444;
}

/*future contents*/
.ir__fc--title {
  color: #a82b43;
}

.ir__fc--in {
  display: flex;
  gap: 44px;
  margin: 56px auto 0;
  max-width: 1048px;
}

.ir__fc--in .ir__fc--item {
  border-radius: 13px;
  width: 320px;
}

.ir__fc--in .ir__fc--item a {
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px solid #a82b43;
  border-radius: 13px;
  display: block;
  height: 100%;
}

.ir__fc--in .ir__fc--item a .item__tex--wrap {
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.ir__fc--in .ir__fc--item a .item__tex--wrap span {
  display: block;
  font-size: 10px;
  margin-bottom: 15px;
}

.ir__fc--in .ir__fc--item a .item__tex--wrap p {
  font-size: 20px;
  letter-spacing: 0.3;
}

/*関連情報*/
.ir__ri--wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
}

.ir__ri--wrap .ir__ri--menu {
  margin-top: 56px;
}

/*===================================
下層ページ共通
====================================*/
.ir--other__memu {
  background-color: #f2f2f2;
}

.m--btn__top {
  display: inline-block;
  width: 100%;
  height: 56px;
  max-width: 250px;
  -webkit-border-radius: 30px;
  border: 2px solid #a82b43;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.m--btn__top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  display: block;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #a82b43;
  z-index: -1;
  transition: 0.2s;
}

.m--btn__top:hover .m--btn__p {
  color: #fff;
}

.m--btn__top:hover:before {
  width: 100%;
}

.ir--other__memu .m--btn__tx {
  /*gap: 40px;*/
  padding: 0;
}

.ir--other__memu .m--btn__p {
  position: relative;
  margin: 0;
}

.ir--other__memu .m--btn__p::before {
  content: "<";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -40px;
}

/*IR library*/
.cr--sns.lb--btn__i .cr--sns__list {
  margin-top: 0;
}

.cr--sns.lb--btn__i .cr--cp__btns {
  margin-top: 0;
}

/* stock*/
.stk--wrapper {
  background-color: #a82b43;
}

/*IR inquiry*/
.cr--cp__btns.ir-top {
  margin-top: 58px;
  margin-bottom: 58px;
}

.ir--read {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 59px 6.66667% 64px;
  z-index: 0;
}
.ir--read__hd {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 64.0625em) {
  .ir--h {
    font-size: 22px;
    letter-spacing: 0.04em;
  }
  .ir--p {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 2;
  }
  .ir--gr {
    padding-top: 60px;
  }
  .ir--fig .is-pc {
    display: block;
  }
  .ir--fig .is-sp {
    display: none;
  }
  .ir--fig.ircl--fig {
    padding-bottom: 60px;
  }
  .ir--read {
    padding: 137px 16.73333% 120px;
    /*padding: 137px 0 120px;*/

  }

  body.ir .ir--read {
    padding: 0 0 120px;
  }


  .ir--read__ttl {
    font-size: 26px;
    letter-spacing: 0.04em;
  }
  .ir--read__p {
    font-size: 15px;
    line-height: 38px;
    margin: 48px 0 0;
  }
  .ir--cn {
    padding: 0 16.73333% 5.577777%;
  }
  /*.ir--ct {
    padding: 85px 16.73333% 0;
  }*/
  .ir--ct__item {
    width: 30%;
    padding-bottom: 60px;
  }
  .ir--ct__name {
    font-size: 22px;
    letter-spacing: 0.04em;
    padding-bottom: 5px;
  }
  .ir--ct__li {
    margin: 13px 0 0;
  }
  .ir--ct__a {
    font-size: 14px;
    color: #999;
  }
  .ir--ct__a:hover {
    color: #666;
  }
  .tp--cp__btn {
    margin: 0;
    padding-bottom: 88px;
  }
  .ir--def__list {
    margin: 0;
  }
  .ir--def__one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .ir--def__dt {
    width: 26.47059%;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 38px;
  }
  .ir--def__dd {
    width: 73.52941%;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 38px;
  }
  .irov--def__dt {
    width: 260px;
  }
  .irov--def__dd {
    width: calc(100% - 260px);
  }
  .ir--ms__date, .ir--ms__name {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .ir--ms__name span {
    font-size: 26px;
    letter-spacing: 0.04em;
  }
  .ir--ms__sign {
    width: 200px;
  }
  .ir--faq__list {
    margin: 0;
  }
  .ir--faq__que {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 38px;
  }
  .ir--faq__ans {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 38px;
  }
  .ir--cn .ct--fm {
    padding: 0;
  }
  .iradb--link__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 32px;
  }
  .iradb--link__fig {
    padding-bottom: 0;
    padding-right: 32px;
  }
  .iradb--link__p {
    text-align: left;
    font-size: 14px;
  }
  /*top*/
  .cr--iv {
    padding: 90px 0 180px;
  }




  .cr--sns__bg {
    padding: 22px 26px 22px;
  }
  .cr--sns__tx {
    font-size: 14px;
  }
  .cr--sns__ico {
    width: 30px;
    height: 30px;
  }
  .cr--sns__ico svg image {
    width: 60px;
    height: 60px;
  }
  /* stock*/
  .stk--wrapper .cr--sns {
    padding: 92px 10% 98px;
  }
  .stk--wrapper .cr--cp__btns {
    margin: 60px 0 0;
  }
  /*IR inquiry*/
  .cr--cp__btns.ir-top {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
/*******irnews用 高さ調整切るための追記*********/
.pc body.irnews .b--wrap, .pc body.library .b--wrap, .pc body.results .b--wrap, .pc body.presentations .b--wrap, .pc body.securities .b--wrap, .pc body.meeting .b--wrap, .pc body.others .b--wrap, .pc body.disclosure .b--wrap {
  position: relative;
}

@media screen and (min-width: 2000px) {
.ir--read .ir--read__header-area .summary-wrapper .summary-inner a .summary-thumbnail >.item >.title {
  font-size: 70px;
  margin-bottom: 20px;
}

.ir--read .ir--read__header-area .summary-wrapper .summary-inner a .summary-thumbnail >.item >.sub-title {
  font-size: 32px;
}
}



@media screen and (max-width: 1080px) {
  .ir--iv__in {
    max-width: 684px;
  }
}
/*
@media screen and (max-width: 806px) {


}*/
@media screen and (min-width: 64.0625em) {
  /*IR library*/
  .cr--sns.lb--btn__i {
    padding: 106px 10% 106px;
  }
  .cr--sns.lb--btn__i .cr--cp__btns {
    margin-top: 0;
  }
  .cr--cp {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 64.0625em) {

  .ir--read .ir--read__header-area .header-menu a {
    min-height: 300px;
  }


  .cr--iv__win__in {
    justify-content: center;
  }
  .ir--iv__in {
    max-width: 320px;
  }
  /*最新IR情報*/
  .ir--doc__wrap {
    flex-flow: column;
  }
  .ir--doc__wrap .cr--sns__one {
    display: block;
  }
  .ir--doc__wrap .ir--doc__in {
    width: calc(100% - 20px);
  }
  /*IRライブラリ一覧*/
  .ir--lib__wrap {
    width: 100%;
  }
  .ir--lib__wrap .ir--lib__btn {
    width: 100%;
  }
  .ir--lib__wrap .ir--lib__btn a .ir--menu__tx {
    width: 100%;
  }
  .ir--lib__wrap .ir--lib__menu .ir--lib__menu__in {
    flex-flow: column;
    gap: 0;
  }
  .ir--lib_menu__lst {
    border-top: none;
    width: 100%;
  }
  .ir--lib_menu__lst li .ir--menu__tx {
    width: 100%;
  }
  /*future contents*/
  .ir__fc--in {
    flex-flow: column;
    max-width: 320px;
  }
  /*Message*/
  .ir--cn {
    padding: 0 6.66667% 6.66667%;
  }
  /*IR library*/
  .ir--lib__wrap {
    width: 90%;
  }
  .ir--read .ir--read__header-area .document-list ul {
    align-items: center;
    flex-direction: column;
  }

  .ir--read .ir--read__header-area .document-list {
    padding-bottom: 60px;
  }

  .ir--read .ir--read__header-area .summary-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .ir--read .ir--read__header-area .summary-wrapper a >.item >.title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .ir--read .ir--read__header-area .summary-wrapper a >.item >.sub-title {
    font-size: 12px;
  }









}
@media screen and (min-width: 48em) and (min-width: 64.0625em) {
  /*202206 renewal*/
  /*menu list*/
}


/*Enjinのあゆみ年表*/
.time-line__contents {
  position: relative;
  overflow: hidden;
}

.time-line__contents::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 18px;
  height: 100%;
  width: 1px;
  background: #a82b43;
}

.time-line__contents::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 6px;
  width: 6px;
  background: #a82b43;
}

.timeline__block {
  display: flex;
  margin-top: 90px;
}

.timeline__block .text__wrapper {
  width: 50%;
}

.timeline__block .point__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.timeline__block .point__wrapper .point {
  position: relative;
  z-index: 2;
  display: block;
  background-color: #a82b43;
  border-radius: 50%;
  margin: 0 20px;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 64rem) {
  .time-line__contents::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .time-line__contents::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 64.0625em) {
  .b--hd__nv__a.is-active:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
















