html {
  overflow: auto;
}
.mod-breadcrumb {
  margin-bottom: 12px;
}
.l-contents--lnav .l-contents-block {
  padding: 0;
}
.mod-pagetop {
  display: none !important;
}

/**************************
  JavaScript Class
**************************/
.js-contents {
  opacity: 0;
}
.js-contents.is-open {
  opacity: 1;
}
.mod-lnav__inner {
  opacity: 0;
}
.is-lnav-open .mod-lnav__inner {
  opacity: 1;
}

.js-modal-open {
  position: relative;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.js-modal-open + .unit_imageSet {
  transition: opacity 0.4s ease;
}

.js-modal-open.unit_txtWithImage-txt::after {
  content: "";
  display: inline-block;
  height: 17px;
  width: 17px;
  margin-left: 5px;
  background-image: url(../modal_open_btn.html);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(1px);
}
.js-effect {
  opacity: 0;
}
.js-effect.active {
  animation: popup 0.6s;
  opacity: 1;
  transition: opacity .6s ease;
}
@keyframes popup {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.isPC {
  display: block;
}
.isSP {
  display: none;
}
.mainVisual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px;
  width: 100%;
  background-image: url(../jpg/main_visual.jpg);
  background-position: center center;
  background-size: cover;
}
.mainVisual-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
}
.mainVisual-img {
  width: 35px;
  height: 35px;
}
.mainVisual-ttl {
  color: white;
  font-size: 42px;
  letter-spacing: 0.06em;
}
.mainVisual-ttl span {
  font-size: 38px;
}
.mainVisual-txt {
  color: white;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 30px;
}

.chronicles {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  background-color: white;
  transform: translate3d(0, 0, 0);
}
.chronicles_inner {
  display: flex;
  max-width: 1017px;
  width: calc(100% - 156px);
  justify-content: center;
  align-items: center;
  margin: auto;
  list-style: none;
}
.is-follow.chronicles {
  position: fixed;
  top: 0;
  z-index: 1;
}
.chronicles_item {
  display: flex;
  position: relative;
  align-self: center;
  font-size: 20px;
  letter-spacing: 0.06em;
}
.chronicles_item:nth-of-type(2n) {
  margin: 0px 3%;
}

.chronicles_item img {
  width: 9px;
  height: 9px;
}

.chronicles_item-link {
  position: relative;
  text-decoration: none;
  font-family: 'Scheherazade', serif;
  letter-spacing: 0.06em;
  font-size: 20px;
  margin: 0;
  transition: all .4s ease;
  white-space: nowrap;
}

.chronicles_item-underline {
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: all .4s .05s ease;
}
.is-current.chronicles_item .chronicles_item-link {
  color: #ac221d;
  backface-visibility: hidden;
  transform: translateX(0%) scale(1.5);
  transition: all .4s ease;
}
.is-current.chronicles_item .chronicles_item-underline {
  background-color: #ac221d;
  transition: all .4s ease;
  width: 30px;
}
.chronicles_item-link:hover {
  text-decoration: none;
}
.transitionBtn {
  position: relative;
  position: fixed;
  right: 0;
  width: 200px;
  height: 50px;
  bottom: 75px;
  z-index: 1;
  transition: all .4s ease;
  border-radius: 10px 0 0 10px;
  transform: translateX(100%);
}
.transitionBtn.initialized {
  transform: translateX(0);
}
.transitionBtn-txt {
  position: absolute;
  color: white;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  width: 100px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.history {
  max-width: 1000px;
  width: calc(100% - 156px);
  position: relative;
  margin: auto;
  margin-top: 67px;
}
.history::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 7px;
  height: 100%;
  width: 1px;
  background-color: #dea6a4;
}

.historyList {
  position: relative;
}
.historyList_item {
  position: relative;
  display: flex;
  margin-bottom: 67px;
}
.historyList_item::before {
  /* content: ""; */
  position: absolute;
  top: 20px;
  left: 0;
  height: 15px;
  width: 15px;
  background: url(../dots.html) no-repeat center center;
  background-size: cover;
}
.historyList:nth-last-of-type(1) .historyList_item:nth-last-of-type(1) {
  margin-bottom: 0;
}

.historyList_item-ttl {
  position: relative;
  display: flex;
  align-self: baseline;
  font-size: 40px;
  letter-spacing: 0.06em;
  color: #ac221d;
  line-height: 1;
  margin-left: 35px;
  /* font-family: "Times New Roman"; */
  font-family: 'Scheherazade', serif;
}
.historyList_item-ttl::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: -35px;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../dots.html);
  background-size: cover;
  transform: translateY(-50%) scale(1.5);
}
.active.historyList_item-ttl::before {
  transition: transform .8s ease-out;
  backface-visibility: hidden;
  will-change: transform;
  transform: translateY(-50%) scale(1.0);
}
.historyList_item-contents {
  width: 100%;
  margin-top: 2px;
}
.unit_txtWithImage {
  display: flex;
  margin-left: 20px;
}
.unit_txtWithImage:nth-of-type(n + 2) {
  margin-top: 40px;
}
.unit_txtWithImage-txt {
  position: relative;
  width: calc(100% - 374px);
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.77;
  padding-left: 9px;
  margin-right: 30px;
}
.unit_txtWithImage-txt::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  height: 3px;
  width: 3px;
  background-color: black;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.unit_txtWithImage-image {
  width: 344px;
  height: auto;
}
.unit_imageSet {
  width: 344px;
  height: auto;
}
.unit_imageSet-img {
  width: 100%;
  height: auto;
}
.unit_imageSet-caption {
  margin-top: 10px;
  font-size: 14px;
  color: #5a5a5a;
}

.btn_return {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 85px;
}
.btn_return-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  border: 1px solid #acacac;
  font-size: 16px;
  transition: background-color 0.4s ease;
}

.unit_txtWithImage.js-modal .unit_txtWithImage-image {
  transition: opacity 0.2s ease;
}
@media all and (min-width: 769px) {
  .unit_txtWithImage.js-modal:hover .unit_txtWithImage-txt {
    text-decoration: underline;
    text-decoration-color: black;
    text-underline-position: under;
  }
  .unit_txtWithImage.js-modal:hover .unit_txtWithImage-image {
    opacity: 0.6 !important;
    transition: opacity 0.2s ease;
  }
  .chronicles_item-link:hover {
    color: #ac221d;
    transition: all .4s ease;
  }
  .btn_return-item:hover {
    text-decoration: none;
    background-color: #f3f3f3;
    transition: background-color 0.4s ease;
  }
  .btn_return-item:active {
    background-color: #acacac;
  }
  .js-modal-open:active {
    opacity: 1 !important;
    transition: none
  }
}

@media all and (max-width: 768px) {
  .active.js-modal-open:active {
    opacity: 0.6 !important;
    transition: opacity 0.4s ease;
  }
  .chronicles_item {
    height: 36px;
    align-items: center;
  }
  .chronicles_item-link {
    white-space: nowrap;
  }
  .chronicles_item-link:active {
    color: #ac221d;
    transition: all .4s ease;
  }
  .btn_return-item:active {
    text-decoration: none;
    background-color: #f3f3f3;
    transition: background-color 0.4s ease;
  }
  .btn_return-item:active {
    background-color: #acacac;
  }
  .js-modal-open:active {
    opacity: 1 !important;
    transition: none
  }
}

@media all and (max-width: 768px) {
  .isPC {
    display: none;
  }
  .isSP {
    display: block;
  }
  .mod-breadcrumb {
    display: none;
  }
  .mod-pickup {
    margin-left: 0;
    margin-right: 0;
  }
  .transitionBtn {
    width: 165px;
    bottom: 60px;
  }
  .transitionBtn-img {
    width: 165px;
    height: auto;
  }
  .transitionBtn-txt {
    font-size: 13px;
    right: 10px;
  }
  .btn_return {
    margin-top: 50px;
  }
  .btn_return-item {
    width: calc(100% - 40px);
  }
}

/******************************
    mainVisual
  ******************************/
@media all and (max-width: 768px) {
  .mainVisual {
    width: 100vw;
    height: 100vw;
  }
  .mainVisual-inner {
    width: 100vw;
  }
  .mainVisual-img {
    width: 30px;
    height: 30px;
  }
  .mainVisual-ttl {
    font-size: 34px;
  }
  .mainVisual-ttl span {
    font-size: 28px;
  }
  .mainVisual-txt {
    font-size: 14px;
    margin-top: 13px;
  }
}

/******************************
    chronicles
  ******************************/
@media all and (max-width: 768px) {
  .chronicles {
    height: 70px;
    align-items: flex-start;
  }
  .chronicles_inner {
    width: calc(100% - 36px);
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 46px;
    margin: 5px auto 15px;
  }
  .chronicles_item {
    font-size: 15px;
    width: calc((100% - 90px) / 4);
    height: 29px;
  }
  .chronicles_item-underline {
    bottom: 2px;
  }
  .chronicles_item:nth-of-type(2n) {
    width: 10px;
    margin: 0 10px;
  }
  .chronicles_item:nth-of-type(8) {
    display: none;
  }
  .is-current.chronicles_item .chronicles_item-link {
    font-size: 18px;
    white-space: nowrap;
  }
  .is-current.chronicles_item .chronicles_item-underline {
    width: 20px;
  }
  .chronicles_item-link {
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .js-modal-open.unit_txtWithImage-txt::after {
    display: block;
    margin-top: 10px;
    width: 70px;
    height: 22px;
    background-image: url(../modal_open_btn-sp.html);
  }
}

@media all and (max-width: 768px) {
  .history {
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 32px;
  }
  .historyList_item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .historyList_item-ttl {
    font-size: 32px;
    margin-left: 30px;
  }
  .historyList_item-ttl::before {
    left: -30px;
  }
  .historyList_item-contents {
    margin-left: 30px;
    width: calc(100vw - 90px);
  }
  .is-current.chronicles_item .chronicles_item-link {
    transform: translateX(0%) scale(1.2);
  }
  .unit_txtWithImage {
    flex-direction: column-reverse;
    width: calc(100vw - 90px);
    margin: 0;
  }
  .unit_txtWithImage-txt::before {
    top: 14px;
  }
  .unit_txtWithImage-txt {
    margin-top: 15px;
    margin-right: 0;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
  }
  .unit_imageSet {
    width: 100%;
  }
}

/*-------------------------------------------------------
ヘッダフッター差し替え
-------------------------------------------------------*/
.l_pageArea.s_static .is-follow.chronicles {
  top: var(--l_header_height_pc) !important;
}
@media screen and (max-width: 1023px) {
  .l_pageArea.s_static .is-follow.chronicles {
    top: var(--l_header_height_tablet) !important;
  }
}
@media screen and (max-width: 767px) {
  .l_pageArea.s_static .is-follow.chronicles {
    top: var(--l_header_height_sp) !important;
  }
}
