@charset "UTF-8";
/* arguments inittial */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
#story .story_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 97px;
}

@media only screen and (max-width: 1100px) {
  #story .story_title {
    width: 100%;
    padding: 0 40px 0 100px;
  }
}

@media (max-width: 767px) {
  #story .story_title {
    margin-top: 40px;
    padding: 0 27px 0 68px;
  }
}

#story .story_title ._en {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  #story .story_title ._en {
    padding-bottom: 12px;
  }
}

#story .story_title ._en img {
  width: 170px;
}

@media (max-width: 767px) {
  #story .story_title ._en img {
    width: 100px;
  }
}

#story .story_title ._ja {
  width: 100%;
  max-width: 413px;
  border-top: 3px solid #0055A2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-weight: 500;
  padding-top: 13px;
  color: #0055A2;
}

@media (max-width: 767px) {
  #story .story_title ._ja {
    border-width: 2px;
    max-width: 225px;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 11px;
  }
}

#story .story_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
}

@media (max-width: 767px) {
  #story .story_menu {
    margin-top: 40px;
    padding: 0 27px 0 68px;
  }
}

#story .story_menu ._item {
  color: #0055A2;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666em;
  letter-spacing: 0.175em;
  font-weight: 700;
}

@media (max-width: 767px) {
  #story .story_menu ._item {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

#story .story_menu ._line {
  margin: 3px 1em 0;
  width: 1px;
  height: 12px;
  background: #0055A2;
  display: block;
}

@media (max-width: 767px) {
  #story .story_menu ._line {
    margin: 3px 0.5em 0;
  }
}

#story .story_list {
  width: calc(100% - 60px);
  max-width: 1020px;
  margin: 150px auto 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 120px 0;
}

@media only screen and (max-width: 1100px) {
  #story .story_list {
    width: 100%;
    padding: 0 40px 0 100px;
  }
}

@media (max-width: 767px) {
  #story .story_list {
    width: 100%;
    padding: 0 27px 0 60px;
    margin-top: 48px;
    margin-bottom: 83px;
    gap: 70px;
  }
}

#story .story_list._short {
  margin-top: 250px;
}

@media (max-width: 767px) {
  #story .story_list._short {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  #story .story_list._short .story_item {
    width: calc(33% - 16px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #story .story_list._short .story_item {
    width: calc(33% - 5px);
  }
}

@media (min-width: 768px) {
  #story .story_list._short .story_item a:before {
    padding-top: 42%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #story .story_list._short .story_item a:before {
    padding-top: 47%;
  }
}

@media (min-width: 768px) {
  #story .story_list._short .story_item a ._img {
    width: calc(100% + 10px);
  }
  #story .story_list._short .story_item a ._text {
    padding: 0 10px 20px 17px;
  }
  #story .story_list._short .story_item a ._title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4545em;
    width: calc(100% + 10px);
    word-break: break-all;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #story .story_list._short .story_item a ._title {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
}

@media (min-width: 768px) {
  #story .story_list._short .story_item a ._company {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #story .story_list._short .story_item a ._company {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  #story .story_list._short .story_item a ._name {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #story .story_list._short .story_item a ._name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  #story .story_list._short .story_item a ._foot {
    font-size: 13px;
    font-size: 1.3rem;
    right: 10px;
    top: calc(100% - 40px);
    min-width: 65%;
  }
}

#story .story_item {
  width: calc(50% - 50px);
  transform: skewY(-10.7deg);
  padding-left: 20px;
  display: flex;
}

@media only screen and (max-width: 1100px) {
  #story .story_item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  #story .story_item {
    width: 100%;
    padding-left: 13px;
  }
}

#story .story_item.soon {
  pointer-events: none;
}

#story .story_item a {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
}

#story .story_item a:before {
  content: '';
  padding-top: 36%;
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  #story .story_item a:before {
    padding-top: 30%;
  }
}

#story .story_item a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 68%;
  bottom: 0;
  left: 0;
  background: #fff;
}

@media (any-hover: hover) {
  #story .story_item a:hover, #story .story_item a:focus {
    opacity: 1;
  }
  #story .story_item a:hover ._img span, #story .story_item a:focus ._img span {
    background-size: 110%;
  }
}

#story .story_item a ._img {
  display: block;
  aspect-ratio: 440 / 330;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 2;
  width: 100%;
}

@media (max-width: 767px) {
  #story .story_item a ._img {
    left: -10px;
  }
}

#story .story_item a ._img span {
  width: 100%;
  height: 125.1515%;
  position: absolute;
  top: 62.5%;
  left: 50%;
  display: block;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transform: skewY(10.7deg) translate(-50%, -50%);
  transition: 0.3s;
}

#story .story_item a ._text {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 10px 5px 20px;
  z-index: 2;
}

@media only screen and (max-width: 1000px) {
  #story .story_item a ._text {
    padding: 10px 10px 25px 20px;
  }
}

@media (max-width: 767px) {
  #story .story_item a ._text {
    padding: 0 10px 15px 15px;
  }
}

#story .story_item a ._text:before {
  content: '';
  padding-top: 52.5%;
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  #story .story_item a ._text:before {
    padding-top: 64.5%;
  }
}

#story .story_item a ._title, #story .story_item a ._company, #story .story_item a ._name {
  color: #0055A2;
  transform: skewY(10.7deg);
}

#story .story_item a ._title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media only screen and (max-width: 1000px) {
  #story .story_item a ._title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  #story .story_item a ._title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714em;
  }
}

#story .story_item a ._title span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1000px) {
  #story .story_item a ._title span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  #story .story_item a ._title span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 0;
  }
}

#story .story_item a ._company {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
  #story .story_item a ._company {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  #story .story_item a ._company {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 7px;
  }
}

#story .story_item a ._name {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media only screen and (max-width: 1000px) {
  #story .story_item a ._name {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  #story .story_item a ._name {
    font-size: 10px;
    font-size: 1rem;
  }
}

#story .story_item a ._foot {
  width: fit-content;
  min-width: 55%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  background: #0055A2;
  color: #fff;
  transform: skewY(10.7deg);
  position: absolute;
  top: calc(100% - 30px);
  right: 20px;
  padding: 53px 9px 9px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width: 767px) {
  #story .story_item a ._foot {
    font-size: 11px;
    font-size: 1.1rem;
    width: 160px;
    top: calc(100% - 42px);
  }
}

#story-page .story_fixedbtn {
  position: fixed;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.03em;
  font-weight: 700;
  background: #0055A2;
  color: #fff;
  text-align: center;
  z-index: 10;
  bottom: 40px;
  left: calc(50% + 400px);
  border-radius: 50%;
  border: 2px solid #0055A2;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1140px) {
  #story-page .story_fixedbtn {
    left: auto;
    right: 30px;
  }
}

@media (max-width: 767px) {
  #story-page .story_fixedbtn {
    right: 20px;
    bottom: 20px;
    width: 85px;
    height: 85px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}

@media (any-hover: hover) {
  #story-page .story_fixedbtn:hover, #story-page .story_fixedbtn:focus {
    background: #fff;
    color: #0055A2;
    opacity: 1;
  }
}

#story-page .story_fixedbtn.is-show {
  pointer-events: auto;
  opacity: 1;
}

#story-page .story_pagetitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 157px;
}

@media only screen and (max-width: 1100px) {
  #story-page .story_pagetitle {
    width: 100%;
    padding: 0 40px 0 100px;
  }
}

@media (max-width: 767px) {
  #story-page .story_pagetitle {
    margin-top: 37px;
    padding: 0 27px 0 68px;
  }
}

#story-page .story_pagetitle ._en {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #story-page .story_pagetitle ._en {
    margin-top: 14px;
  }
}

#story-page .story_pagetitle ._en img {
  width: 199px;
}

@media (max-width: 767px) {
  #story-page .story_pagetitle ._en img {
    width: 100px;
  }
}

#story-page .story_pagetitle ._ja {
  width: fit-content;
  border-top: 3px solid #0055A2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-weight: 500;
  padding-top: 13px;
  color: #0055A2;
}

@media (max-width: 767px) {
  #story-page .story_pagetitle ._ja {
    font-size: 12px;
    font-size: 1.2rem;
    border-width: 2px;
    padding: 11px 5px 0;
  }
}

#story-page .mv {
  width: 100%;
  margin: 42px auto 0;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  #story-page .mv {
    padding: 0 40px 0 100px;
  }
}

@media (max-width: 767px) {
  #story-page .mv {
    padding: 0 27px 0 68px;
    margin-top: 25px;
  }
}

#story-page .mv:before {
  content: '';
  display: block;
  position: absolute;
  transform: skewY(-16.7deg);
  background: #0055A2;
  width: 100%;
  height: calc(100% - 395px);
  z-index: -2;
  bottom: 48px;
  left: 0;
}

@media only screen and (max-width: 1100px) {
  #story-page .mv:before {
    height: calc(100% - 200px);
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  #story-page .mv:before {
    height: calc(100% - 121px);
    width: calc(100% - 84px);
    left: 84px;
    bottom: 0;
  }
}

#story-page .mv:after {
  content: '';
  height: 200%;
  width: calc(50% - 467px);
  background: #E9EFF6;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
}

#story-page .mv .mv_img {
  display: block;
  width: calc(100% - 60px);
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #story-page .mv .mv_img {
    aspect-ratio: 280 / 237;
    width: 100%;
  }
  #story-page .mv .mv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#story-page .mv .mv_text {
  width: 100%;
  max-width: 934px;
  margin: 36px auto 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-left: 42px;
  padding-bottom: 28px;
}

@media only screen and (max-width: 1000px) {
  #story-page .mv .mv_text {
    padding-bottom: 48px;
  }
}

@media (max-width: 767px) {
  #story-page .mv .mv_text {
    margin-top: 19px;
    padding: 0 0 38px 36px;
    width: calc(100% + 10px);
    margin-right: -10px;
  }
}

#story-page .mv .mv_text ._num img {
  transform: translateX(3px);
  height: 21px;
  width: auto;
  display: block;
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._num img {
    height: 14px;
  }
}

#story-page .mv .mv_text ._title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 18px;
}

@media only screen and (max-width: 1100px) {
  #story-page .mv .mv_text ._title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.45454em;
    margin-top: 14px;
  }
}

#story-page .mv .mv_text ._title span {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1100px) {
  #story-page .mv .mv_text ._title span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._title span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#story-page .mv .mv_text ._company {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 20px;
}

@media only screen and (max-width: 1100px) {
  #story-page .mv .mv_text ._company {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._company {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

#story-page .mv .mv_text ._name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 14px;
}

@media only screen and (max-width: 1100px) {
  #story-page .mv .mv_text ._name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._name {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 9px;
  }
}

#story-page .mv .mv_text ._name span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._name span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#story-page .description {
  width: calc(100% - 60px);
  max-width: 900px;
  margin: 110px auto 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.875em;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: justify;
}

@media only screen and (max-width: 1100px) {
  #story-page .description {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
    padding: 0 40px 0 100px;
  }
}

@media (max-width: 767px) {
  #story-page .description {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8823em;
    letter-spacing: 0.01em;
    padding: 0 27px 0 68px;
    margin-top: 79px;
  }
}

#story-page .description p {
  display: block;
}

#story-page .content {
  margin-top: 96px;
}

@media (max-width: 767px) {
  #story-page .content {
    margin-top: 61px;
  }
}

#story-page .content figure, #story-page .content h2, #story-page .content h3, #story-page .content p {
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (max-width: 1100px) {
  #story-page .content figure, #story-page .content h2, #story-page .content h3, #story-page .content p {
    width: 100%;
    padding: 0 40px 0 100px;
  }
}

@media (max-width: 767px) {
  #story-page .content figure, #story-page .content h2, #story-page .content h3, #story-page .content p {
    width: 100%;
    padding: 0 27px 0 68px;
  }
}

#story-page .content figure {
  max-width: 1096px;
}

@media (max-width: 767px) {
  #story-page .content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#story-page .content figure figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  font-weight: 600;
  display: block;
  margin-top: 15px;
}

@media (max-width: 767px) {
  #story-page .content figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

#story-page .content h2, #story-page .content h3, #story-page .content p {
  max-width: 900px;
  font-feature-settings: initial;
  text-align: justify;
}

#story-page .content h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  font-weight: 700;
}

@media (max-width: 767px) {
  #story-page .content h2 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.647em;
    letter-spacing: 0.15em;
  }
}

#story-page .content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777em;
  letter-spacing: 0.03em;
  font-weight: 700;
}

@media (max-width: 767px) {
  #story-page .content h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8666em;
  }
}

#story-page .content h3:before {
  content: '―';
  margin-right: 0.25em;
}

#story-page .content p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777em;
  letter-spacing: 0.03em;
  font-weight: 400;
  word-break: break-all;
}

@media (max-width: 767px) {
  #story-page .content p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8666em;
    letter-spacing: 0.03em;
  }
}

#story-page .content p span {
  font-weight: 700;
}

#story-page .content p.bold {
  font-weight: 700;
}

#story-page .content p .blank {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0055A2;
  max-width: fit-content;
  margin: 0 auto;
  text-decoration: underline;
  text-align: center;
}

@media (max-width: 767px) {
  #story-page .content p .blank {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#story-page .content figure + h2 {
  margin-top: 84px;
}

@media (max-width: 767px) {
  #story-page .content figure + h2 {
    margin-top: 28px;
  }
}

#story-page .content figure + h3 {
  margin-top: 86px;
}

@media (max-width: 767px) {
  #story-page .content figure + h3 {
    margin-top: 30px;
  }
}

#story-page .content figure + p {
  margin-top: 73px;
}

@media (max-width: 767px) {
  #story-page .content figure + p {
    margin-top: 30px;
  }
}

#story-page .content h2 + h3 {
  margin-top: 64px;
}

@media (max-width: 767px) {
  #story-page .content h2 + h3 {
    margin-top: 29px;
  }
}

#story-page .content h3 + p {
  margin-top: 32px;
}

@media (max-width: 767px) {
  #story-page .content h3 + p {
    margin-top: 27px;
  }
}

#story-page .content p + p {
  margin-top: 32px;
}

@media (max-width: 767px) {
  #story-page .content p + p {
    margin-top: 27px;
  }
}

#story-page .content p + h2,
#story-page .content p + h3 {
  margin-top: 64px;
}

@media (max-width: 767px) {
  #story-page .content p + h2,
  #story-page .content p + h3 {
    margin-top: 29px;
  }
}

#story-page .content h2 + figure,
#story-page .content h3 + figure,
#story-page .content p + figure {
  margin-top: 93px;
}

@media (max-width: 767px) {
  #story-page .content h2 + figure,
  #story-page .content h3 + figure,
  #story-page .content p + figure {
    margin-top: 39px;
  }
}

#story-page .content figure + figure {
  margin-top: 50px;
}

@media (max-width: 767px) {
  #story-page .content figure + figure {
    margin-top: 20px;
  }
}

#story-page .movie {
  width: calc(100% - 60px);
  max-width: 1096px;
  margin: 151px auto 0;
}

@media only screen and (max-width: 1100px) {
  #story-page .movie {
    width: 100%;
    padding: 0 40px 0 100px;
  }
}

@media (max-width: 767px) {
  #story-page .movie {
    width: 100%;
    padding: 0 27px 0 68px;
    margin-top: 85px;
  }
}

#story-page .movie .movie_title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4583em;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 27px;
  border-bottom: 1px solid #000;
  display: block;
}

@media (max-width: 767px) {
  #story-page .movie .movie_title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1em;
    letter-spacing: 0.15em;
    font-weight: 700;
    padding: 0;
    border: none;
  }
}

#story-page .movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin-top: 22px;
  display: block;
}

@media (max-width: 767px) {
  #story-page .movie iframe {
    margin-top: 27px;
  }
}

#story-page .story_link {
  width: 255px;
  height: 69px;
  color: #0055A2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0055A2;
  margin: 104px auto 84px;
  transition: 0.3s;
  transform: skewX(-20deg);
  cursor: pointer;
}

@media (max-width: 767px) {
  #story-page .story_link {
    height: 50px;
    margin: 40px auto 80px;
    width: 175px;
    transform: translateX(20px) skewX(-20deg);
  }
}

#story-page .story_link span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-weight: 500;
  transform: skewX(20deg);
}

@media only screen and (max-width: 1100px) {
  #story-page .story_link span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  #story-page .story_link span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (any-hover: hover) {
  #story-page .story_link:hover, #story-page .story_link:focus {
    background: #0055A2;
    opacity: 1;
    color: #fff;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.joyfulhonda .mv .mv_text, #story-page.shimashokai .mv .mv_text, #story-page.story03 .mv .mv_text {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.fujiishoten .mv .mv_text ._title, #story-page.morooka .mv .mv_text ._title {
    margin-top: 26px;
  }
  #story-page.fujiishoten .mv .mv_text ._title span, #story-page.morooka .mv .mv_text ._title span {
    line-height: 1.7;
  }
  #story-page.fujiishoten .mv .mv_text ._company, #story-page.morooka .mv .mv_text ._company {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.kurakawaseisaku .mv .mv_text ._title {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  #story-page.kurakawaseisaku .mv .mv_text ._title {
    word-break: break-all;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.kurakawaseisaku .mv .mv_text ._title span {
    line-height: 1.575;
  }
}

#story-page.kurakawaseisaku .mv .mv_text ._title span small {
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 1000px) {
  #story-page.kurakawaseisaku .mv .mv_text ._title span small {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  #story-page.kurakawaseisaku .mv .mv_text ._title span small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.kurakawaseisaku .mv .mv_text ._company {
    margin-top: 15px;
  }
}
