/*****************************************************
  Object
*****************************************************/
figure {
  margin: 0;
}

body {
  font-size: 1.8rem;
}

@media (max-width: 1024px) {
  .c-grid {
    margin-bottom: -2rem;
  }
  .c-grid[data-tabgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col {
    width: auto;
    margin-left: 0;
    float: none;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span1 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span2 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span3 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span4 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span5 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span6 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span7 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span8 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span9 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span10 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span11 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span12 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.c-btn {
    width: calc(100% -  2rem);
  }
  .c-grid .c-grid[data-tabgrid="2"] > .c-grid .c-grid_col {
    width: calc((100% / 2) - 3rem);
  }
  .c-grid .c-grid[data-tabgrid="3"] > .c-grid .c-grid_col {
    width: calc(33.33% - 3rem);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  from {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/* =================================================
  .l-pageHeader
================================================= */
.l-pageHeader_inner {
  flex-direction: column;
}

.l-pageHeader_inner:before {
  opacity: 0;
}

.l-pageHeader_title {
  color: #9a1e45;
  font-size: 4.2rem;
}

.l-pageHeader_title_wrap {
  padding: 2rem 5rem 2rem 5rem;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.l-pageHeader_text {
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  color: #9a1e45;
  font-size: 1.6rem;
}

.-stories .l-pageHeader_inner {
  align-items: stretch;
  justify-content: flex-start;
  min-height: 90rem;
}

.-stories .l-pageHeader_title {
  overflow: hidden;
  line-height: 0;
  text-indent: -100vh;
  white-space: nowrap;
}

.-stories .l-pageHeader_text {
  overflow: hidden;
  line-height: 0;
  text-indent: -100vh;
  white-space: nowrap;
}

.l-pageHeader.-stories {
  background-image: url(/assets/images/about/stories/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-number {
  background-image: url(/assets/images/about/number/bg_pageHeader__pc.png);
}

@media (max-width: 768px) {
  .l-pageHeader_inner:before {
    opacity: 0;
  }
  .l-pageHeader_title {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    color: #9a1e45;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }
  .l-pageHeader_title_wrap {
    padding: 5vw 8vw;
    border-radius: 8px;
    background: #fff;
    text-align: center;
  }
  .l-pageHeader_text {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    color: #9a1e45;
    font-size: 1.1rem;
  }
  .-stories .l-pageHeader_inner {
    align-items: stretch;
    justify-content: flex-start;
    min-height: 148vw;
  }
  .-number .l-pageHeader_inner {
    min-height: 100vw;
  }
  .l-pageHeader.-stories {
    background-color: #f6f0ea;
    background-image: url(/assets/images/about/stories/bg_pageHeader__sp.jpg);
    background-size: contain;
  }
  .l-pageHeader.-number {
    margin-top: -5rem;
    background-image: url(/assets/images/about/number/bg_pageHeader__sp.png);
  }
}

.l-topicsPath {
  z-index: 1;
  position: relative;
}

.-stories .l-topicsPath_item a {
  color: #fff;
}

.-stories .l-topicsPath_item :last-child {
  color: #fff;
}

.-stories .l-topicsPath_item + .l-topicsPath_item::before {
  border-color: #fff;
}

@media (max-width: 768px) {
  .-stories .l-topicsPath {
    display: none;
  }
}

@media (max-width: 768px) {
  .l-main {
    padding: 0 2rem 10rem 2rem;
  }
}

.c-titleLvTwo04 {
  position: relative;
  margin: 8rem 0 4rem 0;
  padding: 3rem;
  border-top: solid 2px #333333;
  border-bottom: solid 2px #333333;
  font: 2.6rem /1 "Noto Serif Japanese", serif;
  text-align: center;
}

.c-titleLvTwo04:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  content: "";
}

.c-titleLvTwo04:after {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  content: "";
}

.-body_number .l-wrapper {
  background: #f6f0ea;
}

.p-container {
  position: relative;
  max-width: 145.2rem;
  margin: 0 auto;
}

.p-container_inner {
  position: relative;
  max-width: 121.8rem;
  margin: 0 auto;
}

.p-panel {
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.p-panel_headline {
  margin: 4rem 0;
  font-size: 2.4rem;
  font-weight: 400;
}

.p-panel_image {
  border-radius: 10px;
}

@media (max-width: 768px) {
  .c-titleLvTwo04 {
    margin: 4rem 0 2rem 0;
    padding: 2rem;
    font: 2rem /1 "Noto Serif Japanese", serif;
  }
  .p-panel {
    border-radius: 10px;
    background: #fff;
    text-align: center;
  }
  .p-panel_headline {
    margin: 0;
    padding: 2rem 0;
    font-size: 2rem;
  }
  .p-panel_image {
    border-radius: 10px;
  }
}

.p-section {
  position: relative;
  margin: 0 -3rem;
  background: #fff;
}

.p-section:before {
  position: absolute;
  top: -20rem;
  left: 50%;
  width: 60rem;
  height: 60rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  content: "";
}

.p-section.-type01 {
  background: #f6f0ea;
}

.p-section.-type01:before {
  background: #f6f0ea;
}

.p-section.-sec01 {
  padding-bottom: 36rem;
}

.p-section.-sec02 {
  padding-bottom: 28rem;
}

.p-section.-sec03 {
  padding-bottom: 12rem;
}

.p-section.-sec04 {
  padding-bottom: 32rem;
}

.p-section.-sec04:before {
  display: none;
}

.p-section.-sec05 {
  padding-bottom: 6rem;
}

.p-section_title {
  margin: 0;
  padding: 6rem 3rem;
  color: #1e1e1e;
  font: 2.7rem/1 "Noto Serif Japanese", serif;
  text-align: center;
}

.p-section_title span {
  position: relative;
  font-size: 1.8rem;
}

.p-section_title span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -3rem;
  width: 1.8rem;
  height: 0.1rem;
  background: #1e1e1e;
  content: "";
}

.p-section_title span:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -3rem;
  width: 1.8rem;
  height: 0.1rem;
  background: #1e1e1e;
  content: "";
}

.p-section_titleImg {
  position: absolute;
  top: -9rem;
  left: 50%;
  width: 30rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.-sec02 .p-section_titleImg {
  width: 26.8rem;
  margin-bottom: 1rem;
}

.p-section_lead {
  position: relative;
  font: 2.2rem "Noto Serif Japanese", serif;
  text-align: center;
}

.p-section_lead span {
  z-index: 1;
  position: relative;
  padding: 0 2rem;
  background: #f6f0ea;
}

.p-section_lead:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  height: 1px;
  -webkit-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
  background: #333333;
  content: "";
}

.p-section_lead:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  height: 1px;
  -webkit-transform: translate(-50%, 1px);
          transform: translate(-50%, 1px);
  background: #333333;
  content: "";
}

.p-section_leadImg {
  max-width: 80rem;
  margin: 0 auto;
}

.-sec02 .p-section_leadImg {
  margin-bottom: 8rem;
}

@media (max-width: 1230px) {
  .p-section.-sec01 {
    padding-bottom: 30vw;
  }
  .p-section.-sec02 {
    padding-bottom: 20vw;
  }
  .p-section.-sec03 {
    padding-bottom: 4rem;
  }
  .p-section.-sec05 {
    padding-bottom: 3rem;
  }
}

/* end case-1230 */
@media (max-width: 768px) {
  .p-section {
    position: relative;
    margin: 0 -2rem;
    background: #fff;
  }
  .p-section:before {
    position: absolute;
    top: -20vw;
    left: 50%;
    width: 75vw;
    height: 75vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 50%;
    background: #fff;
    content: "";
  }
  .p-section.-sec01 {
    padding-bottom: 4rem;
  }
  .p-section.-sec02 {
    padding-bottom: 20vw;
  }
  .p-section.-sec03 {
    padding-bottom: 4rem;
  }
  .p-section.-sec04 {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 30vw;
  }
  .p-section.-sec05 {
    padding-bottom: 3rem;
  }
  .p-section_title {
    margin: 0;
    padding: 7rem 3rem  3rem;
    color: #1e1e1e;
    font: 2rem/1 "Noto Serif Japanese", serif;
    text-align: center;
  }
  .p-section_title span {
    position: relative;
    font-size: 1.35rem;
    font-size: 3.6vw;
  }
  .p-section_title span:before {
    display: block;
    position: absolute;
    top: 50%;
    left: -3rem;
    width: 1.8rem;
    height: 0.1rem;
    background: #1e1e1e;
    content: "";
  }
  .p-section_title span:after {
    display: block;
    position: absolute;
    top: 50%;
    right: -3rem;
    width: 1.8rem;
    height: 0.1rem;
    background: #1e1e1e;
    content: "";
  }
  .-sec01 .p-section_title {
    padding: 18vw 3rem  3rem;
  }
  .-sec02 .p-section_title {
    padding: 24vw 3rem  3rem;
  }
  .-sec03 .p-section_title {
    padding: 20vw 3rem  3rem;
  }
  .-sec04 .p-section_title {
    padding: 0;
  }
  .-sec05 .p-section_title {
    padding: 12vw 0 6vw 0;
  }
  .p-section_titleImg {
    position: absolute;
    top: -6vw;
    left: 50%;
    width: 50vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .-sec02 .p-section_titleImg {
    width: 50vw;
    margin-bottom: 1rem;
  }
  .-sec05 .p-section_titleImg {
    width: 45vw;
    margin-bottom: 1rem;
  }
  .p-section_lead {
    position: relative;
    font: 1.9rem "Noto Serif Japanese", serif;
    text-align: center;
  }
  .p-section_lead span {
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    background: #f6f0ea;
  }
  .p-section_lead:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 1px;
    -webkit-transform: translate(-50%, -1px);
            transform: translate(-50%, -1px);
    background: #333333;
    content: "";
  }
  .p-section_lead:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 1px;
    -webkit-transform: translate(-50%, 1px);
            transform: translate(-50%, 1px);
    background: #333333;
    content: "";
  }
  .p-section_leadImg {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .-sec02 .p-section_leadImg {
    margin-bottom: 2rem;
  }
}

.p-notebox {
  width: 60rem;
  padding: 6rem 5rem;
  background: #fff;
}

.c-grid_col .p-notebox {
  width: auto;
  padding: 2rem 2rem 0 5rem;
}

.p-notebox.-type02 {
  background: #f6f0ea;
}

.p-notebox_text {
  background: url(/assets/images/about/stories/img_noteline.png) repeat-y left bottom;
  line-height: 6rem;
  text-align: center;
}

.p-sec02_img {
  padding: 0 2rem;
  text-align: center;
}

@media (max-width: 1230px) {
  .p-notebox {
    width: 60rem;
    margin: 0 0 0 2rem;
    padding: 2rem;
    background: #fff;
  }
  .c-grid_col .p-notebox {
    width: auto;
    margin: 0;
    padding: 2rem;
  }
  .p-notebox.-type02 {
    background: #f6f0ea;
  }
  .p-notebox_text {
    background: url(/assets/images/about/stories/img_noteline__sp.png) repeat-y left bottom;
    font-size: 1.5rem;
    line-height: 4.6rem;
    text-align: center;
  }
}

/* end case-1230 */
@media (max-width: 1024px) {
  .p-notebox {
    width: 60rem;
    margin: 0 0 0 2rem;
    padding: 2rem;
    background: #fff;
  }
  .c-grid_col .p-notebox {
    width: auto;
    margin: 0;
    padding: 2rem;
  }
  .p-notebox.-type02 {
    background: #f6f0ea;
  }
  .p-notebox_text {
    background: url(/assets/images/about/stories/img_noteline__sp.png) repeat-y left bottom;
    font-size: 1.5rem;
    line-height: 4.6rem;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .p-notebox {
    width: calc(100% - 4rem);
    margin: 0 0 0 2rem;
    padding: 2rem;
    background: #fff;
  }
  .c-grid_col .p-notebox {
    width: auto;
    margin: 0;
    padding: 2rem;
  }
  .p-notebox.-type02 {
    background: #f6f0ea;
  }
  .p-notebox_text {
    background: url(/assets/images/about/stories/img_noteline__sp.png) repeat-y left bottom;
    font-size: 1.5rem;
    line-height: 46px;
    text-align: left;
  }
  .p-sec02_img {
    padding: 0 2rem;
    text-align: center;
  }
}

.p-scene {
  position: relative;
}

.p-scene01 {
  margin: 8rem 0;
}

.p-scene01_parts01 {
  width: 53.7%;
  margin: 0 0 0 auto;
}

.p-scene01_parts02 {
  width: 37%;
  margin: -16rem 0 0 30%;
}

.p-scene01_parts03 {
  position: absolute;
  top: 8rem;
}

@media (max-width: 768px) {
  .p-scene01 {
    margin: 3.5rem 0;
  }
  .p-scene01_parts01 {
    width: 76%;
    margin: 0 0 0 auto;
  }
  .p-scene01_parts02 {
    width: 52%;
    margin: -6rem 0 0 0%;
  }
  .p-scene01_parts03 {
    position: relative;
    top: 0rem;
    margin: -2rem auto 0 auto;
  }
}

.p-sec02_hero {
  margin: -24rem auto 0 auto;
}

.p-scene02_parts01 {
  width: 48%;
  margin: 0 auto 0 0;
}

.p-scene02_parts02 {
  width: 32%;
  margin: -14rem 0 0 auto;
}

.p-scene02_parts03 {
  display: block;
  position: absolute;
  bottom: 5rem;
  width: 31%;
  margin: 0 0 0 6rem;
}

.p-scene02_parts04 {
  display: block;
  position: absolute;
  top: 20rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1230px) {
  .p-scene02_parts04 {
    top: 20vw;
  }
}

/* end case-1230 */
@media (max-width: 768px) {
  .p-sec02_hero {
    margin: 0 -2rem;
  }
  .p-scene02_parts01 {
    width: 75%;
    margin: 0 auto 0 0;
  }
  .p-scene02_parts02 {
    z-index: 1;
    position: relative;
    width: 50%;
    margin: -40vw 0 0 auto;
  }
  .p-scene02_parts03 {
    display: block;
    position: relative;
    bottom: 5rem;
    width: 52%;
    margin: -2rem 0 0 0rem;
  }
  .p-scene02_parts04 {
    display: block;
    position: relative;
    top: 0rem;
    left: 0%;
    margin-top: -7rem;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.p-scene03 {
  margin: 8rem 0;
}

.p-scene03_parts03 {
  display: block;
  position: absolute;
  bottom: 2rem;
  width: 21.7%;
  margin: 0rem 0 0 0rem;
}

.p-scene03_parts04 {
  display: block;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1230px) {
  .p-scene03_parts04 {
    top: 20vw;
    bottom: auto;
  }
}

/* end case-1230 */
@media (max-width: 768px) {
  .p-scene03 {
    margin: 8rem 0;
  }
  .p-scene03_parts03 {
    display: block;
    position: relative;
    bottom: 2rem;
    width: 33.3333%;
    margin: -44vw 0 0 2rem;
  }
  .p-scene03_parts04 {
    display: block;
    position: relative;
    top: auto;
    bottom: 0rem;
    left: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.p-scene04 {
  margin: 8rem 0;
}

.p-scene04_parts01 {
  width: 53.7%;
  margin: 0 0 0 auto;
}

.p-scene04_parts02 {
  width: 37%;
  margin: -16rem 0 0 36%;
}

.p-scene04_parts03 {
  position: absolute;
  top: 8rem;
}

@media (max-width: 768px) {
  .p-scene04 {
    margin: 3rem 0;
  }
  .p-scene04_parts01 {
    width: 85%;
    margin: 0 0 0 auto;
  }
  .p-scene04_parts02 {
    width: 37%;
    margin: -5rem 0 0 0;
  }
  .p-scene04_parts03 {
    position: relative;
    top: 0rem;
    margin-top: -2rem;
  }
}

.p-scene05_parts01 {
  width: 41.3%;
  margin: 0 auto 0 0;
}

.p-scene05_parts02 {
  width: 28%;
  margin: -9.5rem 0 0 27%;
}

.p-scene05_parts03 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .p-scene05_parts01 {
    width: 75%;
    margin: 0 auto 0 0;
  }
  .p-scene05_parts02 {
    width: 51%;
    margin: -6vw 0 0 auto;
  }
  .p-scene05_parts03 {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    margin: -2rem auto 0 auto;
  }
}

.p-scene06 {
  margin-top: 11rem;
  padding-bottom: 52rem;
}

.p-scene06_parts01 {
  z-index: 1;
  position: relative;
  width: 74rem;
  margin: 0 auto 3rem 0;
  padding: 7rem 8rem 9rem 8rem;
  background: #fff;
}

.p-scene06_parts02 {
  z-index: 1;
  position: relative;
  width: 74rem;
  margin: 0 auto 0 0;
  padding: 7rem 8rem 9rem 8rem;
  background: #fff;
}

.p-scene06_parts03 {
  display: block;
  position: absolute;
  top: 16rem;
  right: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .p-scene06 {
    margin-top: 4rem;
    padding-bottom: 26.66666vw;
  }
  .p-scene06_parts01 {
    z-index: 1;
    position: relative;
    width: calc(100vw - 4rem);
    margin: 0 auto 2rem auto;
    padding: 2rem;
    background: #fff;
  }
  .p-scene06_parts02 {
    z-index: 1;
    position: relative;
    width: calc(100vw - 4rem);
    margin: 0 auto 0 auto;
    padding: 2rem;
    background: #fff;
  }
  .p-scene06_parts03 {
    display: block;
    position: relative;
    top: 0rem;
    right: 0;
    margin-top: -2rem;
    text-align: center;
  }
}

.p-scene07 {
  margin-top: -26rem;
  margin-bottom: 7rem;
}

.p-scene07_parts01 {
  display: flex;
}

@media (max-width: 768px) {
  .p-scene07 {
    margin-top: -16vw;
    margin-bottom: 2rem;
  }
  .p-scene07_parts01 {
    display: flex;
  }
}

.p-scene08 .p-section_leadImg {
  margin: 7rem auto;
}

.p-scene08 .c-grid_col .-title {
  margin: 3.4rem 0 2.4rem 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1230px) {
  .p-scene08 .c-grid_col {
    font-size: 1.6rem;
  }
  .p-scene08 .c-grid_col .-title {
    margin: 2.2rem 0 1.8rem 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
  }
  .p-scene08 .c-grid_col img {
    margin-top: 2rem;
  }
}

/* end case-1230 */
@media (max-width: 768px) {
  .p-scene08 {
    font-size: 1.5rem;
  }
  .p-scene08 .p-section_leadImg {
    margin: 2rem auto;
    padding: 0;
  }
  .p-scene08 .c-grid_col .-title {
    margin: 2.2rem 0 1.8rem 0;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1;
  }
  .p-scene08 .c-grid_col img {
    margin-top: 2rem;
  }
}

.p-scene09 {
  position: relative;
  max-width: 141.6rem;
  margin: 0 auto;
}

.p-scene09_parts02 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.p-scene09_parts03 {
  position: absolute;
  top: 0;
  left: 0;
}

.p-scene09_list {
  margin-bottom: 8rem;
  letter-spacing: -0.05em;
}

@media (max-width: 1230px) {
  .p-scene09_list {
    margin-bottom: 8rem;
    padding: 0 3rem;
    letter-spacing: -0.05em;
  }
}

/* end case-1230 */
@media (max-width: 768px) {
  .p-scene09 {
    position: relative;
    max-width: 141.6rem;
    margin: 0 auto;
  }
  .p-scene09_parts02 {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-scene09_parts03 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-scene09_list {
    margin-bottom: 4rem;
    padding: 0 2rem;
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
  .p-scene09_list .c-textList_item {
    font-size: 1.4rem;
  }
}

.p-scene10 {
  position: relative;
  max-width: 141.6rem;
  margin: 0 auto;
}

.p-scene10_parts02 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.p-scene10_parts03 {
  position: absolute;
  top: 0;
  left: 0;
}

.p-bgSection {
  margin: 0rem -3rem 0 -3rem;
  background: linear-gradient(to bottom, #f6f0ea 20%, #d5ccba 20%, #d5ccba 100%);
}

.p-bgSection_title {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: solid 1px #333;
  font-family: "Noto Serif Japanese", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-bgSection_text {
  font-size: 1.8rem;
}

.p-bgSection_inner {
  position: relative;
  background: url(/assets/images/about/stories/bg_sec04.png) no-repeat center top;
  background-size: contain;
}

.p-bgSection_inner .p-section_title {
  padding: 0;
}

.p-bgSection_inner .p-section_titleImg {
  position: relative;
  top: 0;
  left: 0;
  width: 21.4rem;
  margin: 0rem auto 0 auto;
  padding: 9vw 0 2rem 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-bgSection_inner .p-bgFeather {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 768px) {
  .p-bgSection {
    margin: 0rem -2rem 0 -2rem;
    background: linear-gradient(to bottom, #f6f0ea 10%, #d5ccba 10%, #d5ccba 100%);
  }
  .p-bgSection_title {
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #333;
    font-family: "Noto Serif Japanese", serif;
    font-size: 1.7rem;
    font-weight: 400;
  }
  .p-bgSection_text {
    font-size: 1.5rem;
  }
  .p-bgSection_inner {
    position: relative;
    background: url(/assets/images/about/stories/bg_sec04.png) no-repeat center top;
    background-size: 200vw;
  }
  .p-bgSection_inner .p-section_title {
    padding: 0;
  }
  .p-bgSection_inner .p-section_titleImg {
    position: relative;
    top: 0;
    left: 0;
    width: 40vw;
    margin: 0rem auto 0 auto;
    padding: 17vw 0 2rem 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-bgSection_inner .p-bgFeather {
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-v_linkBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.p-v_linkBox .-bottom {
  margin-top: auto;
}

.p-numberBanner {
  margin: 6rem 0;
}

.p-numberBanner:hover a {
  opacity: .7;
}

.c-box02_inner.-v_linkBox {
  padding: 1rem 3rem 6rem 3rem;
}

.u-serif {
  font-family: "Noto Serif Japanese", serif;
}

.c-textList_item {
  font-size: 1.6rem;
}

@media (max-width: 1230px) {
  .p-v_linkBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 6rem;
    font-size: 1.4rem;
  }
  .c-box02_title_label {
    font-size: 1.7rem;
  }
  .c-box02_inner.-v_linkBox.c-box02_inner {
    padding: 1rem 1rem 2rem 1rem;
  }
}

/* end case-768 */
@media (max-width: 768px) {
  .c-grid > .c-grid_col.-span8 {
    width: calc(((100% / 12) * 8) - 2rem);
  }
  .p-numberBanner {
    margin: 3rem 0 2rem 0;
  }
  .p-v_linkBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 6rem;
    font-size: 1.4rem;
  }
  .c-box02_title_label {
    font-size: 1.7rem;
  }
  .c-box02_inner.-v_linkBox.c-box02_inner {
    padding: 1rem 1rem 2rem 1rem;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col + .c-grid_col {
    margin-top: 1rem;
  }
}

.js-animation {
  opacity: 0;
}

.js-animation.-is_animate[data-animationType='fadeIn'] {
  -webkit-animation: fadeIn 1s ease-out 0s forwards;
          animation: fadeIn 1s ease-out 0s forwards;
}

.js-animation.-is_animate[data-animationType='fadeInBottom'] {
  -webkit-animation: fadeIn 1s ease 0s forwards, bottomToTop 1s ease forwards;
          animation: fadeIn 1s ease 0s forwards, bottomToTop 1s ease forwards;
}

.js-animation.-is_animate[data-animationType='fadeInRight'] {
  -webkit-animation: fadeInRight 1s ease 0s forwards;
          animation: fadeInRight 1s ease 0s forwards;
}

.js-animation.-is_animate[data-animationType='fadeInLeft'] {
  -webkit-animation: fadeInLeft 1s ease 0s forwards;
          animation: fadeInLeft 1s ease 0s forwards;
}

.js-animation.-is_animate[data-animationDelay="0.5s"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.js-animation.-is_animate[data-animationDelay="1s"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.p-scene09_parts01.-is_animate {
  -webkit-animation: fadeIn 1s ease-in 0s forwards;
          animation: fadeIn 1s ease-in 0s forwards;
}

.p-scene09_parts02.-is_animate {
  -webkit-animation: fadeIn 1s ease-in 0.5s forwards;
          animation: fadeIn 1s ease-in 0.5s forwards;
}

.p-scene09_parts03.-is_animate {
  -webkit-animation: fadeIn 1s ease-in 1s forwards;
          animation: fadeIn 1s ease-in 1s forwards;
}

.p-scene10_parts01.-is_animate {
  -webkit-animation: fadeIn 1s ease-in 0s forwards;
          animation: fadeIn 1s ease-in 0s forwards;
}

.p-scene10_parts02.-is_animate {
  -webkit-animation: fadeIn 1s ease-in 0.5s forwards;
          animation: fadeIn 1s ease-in 0.5s forwards;
}

.p-dotAnchor {
  z-index: 2;
  position: fixed;
  top: 30vh;
  right: 3rem;
}

.p-dotAnchor_item {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  background: #ebd2da;
  cursor: pointer;
  transition: 1s;
}

.p-dotAnchor_item.-active {
  position: relative;
  background: #9a1e45;
}

.p-dotAnchor_item.-active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 1px #9a1e45;
  border-radius: 50%;
  background: transparent;
  content: "";
}

@media (max-width: 768px) {
  .p-dotAnchor {
    display: none;
  }
}
