/* --------------------------------------------------------------------------
   .kv
--------------------------------------------------------------------------- */
.kv__main {
  padding-top: 112%;
  background-image: url("/komachi-official/assets/images/story/kv_sm.jpg");
  background-size: cover;
}

.kv__lead {
  position: relative;
  z-index: 1;
  padding: 29px 0 28px;
  text-align: center;
}

.kv__lead > span {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* --------------------------------------------------------------------------
   .sec-theme
--------------------------------------------------------------------------- */
.sec-theme {
  position: relative;
  padding: 0 0 63px;
  color: #543600;
}

.sec-theme::before {
  position: absolute;
  top: 86px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-top: 3px solid #df424f;
  background-image: url("/komachi-official/assets/images/bg_pattern05.jpg");
  background-size: 50px;
  background-repeat: repeat;
  content: '';
}

.sec-theme__theme {
  position: relative;
}

.sec-theme__theme img {
  position: relative;
  left: 50%;
  margin: 0 0 0 -162px;
}

.sec-theme__theme::before {
  position: absolute;
  top: -111px;
  left: 70px;
  display: block;
  width: 214px;
  height: 155px;
  background-image: url("/komachi-official/assets/images/story/theme_obj_md.jpg");
  content: '';
}

.sec-theme__txt {
  position: relative;
  margin: -30px 0 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* --------------------------------------------------------------------------
   .story
--------------------------------------------------------------------------- */
.story {
  position: relative;
  color: #543600;
}

.story__num {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -29px;
}

/* .story .grid
----------------------------------------------------------------- */
.story .grid {
  position: relative;
}

.story .grid .sr-only {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

/* .story .figure
----------------------------------------------------------------- */
.story .figure {
  position: relative;
  font-size: 1rem;
}

.story .figure > img {
  position: relative;
}

.story .figure__caption {
  position: relative;
  margin: 5px 0 0;
  line-height: 1;
}

.story .figure__caption.md-right {
  text-align: right;
}

/* .story .txt
----------------------------------------------------------------- */
.story .txt {
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.88;
}

/* --------------------------------------------------------------------------
   .story--01
--------------------------------------------------------------------------- */
.story--01 {
  padding: 45px 0 60px;
  background-color: #fff;
}

/* .story--01 .grid
----------------------------------------------------------------- */
.story--01 .grid {
  margin: 25px 0 0;
}

/* .story--01 .figure
----------------------------------------------------------------- */

.story--01 .figure::before {
  position: absolute;
  top: 30px;
  left: -25px;
  display: block;
  width: 100%;
  height: calc(100% - 16px);
  background-image: url("/komachi-official/assets/images/bg_pattern06.png");
  background-size: 177px 98px;
  background-repeat: repeat;
  content: '';
}

.story--01 .figure__caption {
  text-align: right;
}

/* .story--01 .txt
----------------------------------------------------------------- */
.story--01 .txt {
  margin: 40px 0 0;
}

/* .story--01 .img
----------------------------------------------------------------- */
.story--01 .img {
  position: relative;
}

.story--01 .img::before {
  padding-top: 69.23%;
}

/* --------------------------------------------------------------------------
   .story--02
--------------------------------------------------------------------------- */
.story--02 {
  padding: 47px 0 70px;
  background-color: #f9f9f8;
}

.story--02::before {
  position: absolute;
  top: 0;
  display: block;
  content: '';
}

/* .story--02 .story-header
----------------------------------------------------------------- */

/* .story--02 .grid
----------------------------------------------------------------- */
.story--02 .grid {
  margin: 30px 0 0;
}

/* .story--02 .figure
----------------------------------------------------------------- */

/* .story--02 .txt
----------------------------------------------------------------- */
.story--02 .txt {
  margin: 22px 0 0;
}

/* .story--02 .images
----------------------------------------------------------------- */
.story--02 .images {
  margin: 19px 0 0;
}

/* .story--02 .img
----------------------------------------------------------------- */

.story--02 .img--01::before {
  padding-top: 113.87%;
}

.story--02 .img--02::before {
  padding-top: 106.77%;
}

/* --------------------------------------------------------------------------
   .story--03
--------------------------------------------------------------------------- */
.story--03 {
  position: relative;
  padding: 47px 0 80px;
}

.story--03::before {
  position: absolute;
  bottom: 50px;
  display: block;
  padding-top: 88.93%;
  width: 100%;
  background-image: url("/komachi-official/assets/images/bg_pattern06.png");
  background-size: 177px 98px;
  background-repeat: repeat;
  content: '';
}

.story--03 .story__container {
  position: relative;
}

/* .story--03 .story-header
----------------------------------------------------------------- */

/* .story--03 .figure
----------------------------------------------------------------- */
.story--03 .figure {
  margin: -10px -25px 0;
}

/* .story--03 .grid
----------------------------------------------------------------- */
.story--03 .grid {
  margin: 22px 0 0;
}

/* .story--03 .images
----------------------------------------------------------------- */
.story--03 .images {
  margin: 22px 0 0;
}

/* .story--03 .img
----------------------------------------------------------------- */

.story--03 .img--01::before {
  padding-top: 43.47%;
}

.story--03 .img--02::before {
  padding-top: 102.77%;
}

/* --------------------------------------------------------------------------
   .story--04
--------------------------------------------------------------------------- */
.story--04 {
  padding: 47px 0 49px;
  background-color: #f9f9f8;
}

/* .story--04 .grid
----------------------------------------------------------------- */
.story--04 .grid {
  margin: 30px 0 0;
}

.story--04 .grid + .grid {
  margin: 16px 0 0;
}

.story--04 .grid--01 .grid__item:last-child {
  margin: 22px 0 0;
}

.story--04 .grid--02 .grid__item:first-child {
  position: relative;
}

.story--04 .grid--02 .grid__item:last-child {
  margin: 38px 0 0;
  text-align: center;
}

/* .story--04 .figure
----------------------------------------------------------------- */

/* .story--04 .txt
----------------------------------------------------------------- */

/* .story--04 .img
----------------------------------------------------------------- */
.story--04 .img::before {
  padding-top: 52.92%;
}

/* --------------------------------------------------------------------------
   .story-header
--------------------------------------------------------------------------- */
.story-header {
  position: relative;
  z-index: 1;
  margin: 0 -25px;
  text-align: center;
  font-size: 1rem;
}

.story-header__lead {
  position: relative;
  margin: 12px 0 0;
}

.story-header .sr-only {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

/* --------------------------------------------------------------------------
   .voices
--------------------------------------------------------------------------- */
.voices {
  padding: 80px 0 40px;
  color: #543600;
}

.voices .sr-only {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

/* --------------------------------------------------------------------------
   .voice
--------------------------------------------------------------------------- */
.voice + .voice {
  margin: 85px 0 0;
}

.voice__content {
  margin: 30px 0 0;
}

/* .voice .grid
----------------------------------------------------------------- */

.voice .grid__item:last-child {
  margin: 30px 0 0;
}

/* .voice .images
----------------------------------------------------------------- */
.voice .images {
  margin: 22px 0 0;
}

/* .voice .txt
----------------------------------------------------------------- */
.voice .txt {
  margin: -7px 0 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.88;
}

/* .voice .l-container
----------------------------------------------------------------- */

/* .voice .profile
----------------------------------------------------------------- */
.voice .profile {
  position: relative;
  margin: 40px 0 0;
  padding: 28px 25px 23px;
  background-color: #f9f9f8;
}

.voice .profile dt {
  position: absolute;
  top: -12px;
  left: 25px;
  line-height: 1;
}

.voice .profile dd {
  font-size: 1.5rem;
  line-height: 1.8;
}

/* .voice .img
----------------------------------------------------------------- */

.voice--01 .img--02::before {
  padding-top: 50.15%;
}

/* .voice .img
----------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   .voice-header
--------------------------------------------------------------------------- */
.voice-header {
  position: relative;
  margin: 0 -25px;
  background-color: #ffd2d2;
}

.voice-header::before {
  position: absolute;
  display: block;
  content: '';
}

.voice-header__content {
  position: relative;
  margin: -3px 0 0;
  padding: 0 0 35px;
  text-align: center;
}

/* .voice-header--reverse
----------------------------------------------------------------- */

/* .voice-header .figures
----------------------------------------------------------------- */
.voice-header .figure {
  position: relative;
  top: -30px;
  margin: 0 auto;
  width: 162px;
  height: 160px;
}

.voice-header .figure__caption {
  position: absolute;
  top: -15px;
  right: -33px;
}

@media (min-width: 768px) {
  body {
    width: auto;
  }
  .kv__main {
    padding-top: 0;
    height: 440px;
    background-image: url("/komachi-official/assets/images/story/kv_lg.jpg");
    background-position: 50% 0;
    background-size: auto;
  }
  .kv__lead {
    padding: 42px 0 49px;
  }
  .sec-theme {
    padding: 0 0 106px;
  }
  .sec-theme::before {
    top: 183px;
    border-top-width: 6px;
    background-size: auto;
  }
  .sec-theme__theme {
    text-align: center;
  }
  .sec-theme__theme img {
    right: 8px;
    left: auto;
    margin: 0;
  }
  .sec-theme__txt {
    margin: 15px 0 0;
    line-height: 2.27;
  }
  .story__num {
    top: -38px;
    margin-left: -38px;
  }
  .story .grid {
    display: flex;
  }
  .story .figure__caption {
    margin: 9px 0 0;
  }
  .story .txt {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.27;
  }
  .story--01 {
    padding: 62px 0 139px;
  }
  .story--01 .grid {
    flex-grow: 1;
    margin: 60px 0 0;
  }
  .story--01 .grid__item {
    width: 50%;
  }
  .story--01 .figure {
    left: -100px;
    width: 650px;
  }
  .story--01 .figure::before {
    top: 60px;
    left: -270px;
    width: 860px;
    height: 499px;
    background-size: auto;
  }
  .story--01 .txt {
    margin: -10px 0 0;
    padding: 0 0 0 40px;
  }
  .story--01 .img::before {
    padding-top: 69.23%;
  }
  .story--02 {
    padding: 62px 0 117px;
  }
  .story--02::before {
    left: 50%;
    margin-left: -719px;
    width: 213px;
    height: 145px;
    background-image: url("/komachi-official/assets/images/story/story02_obj_lg.png");
  }
  .story--02 .story-header__lead {
    margin: 18px 0 0;
  }
  .story--02 .grid {
    flex-direction: row-reverse;
    margin: 0;
  }
  .story--02 .grid__item:last-child {
    width: 100%;
  }
  .story--02 .figure > img {
    width: 360px;
    height: 410px;
  }
  .story--02 .txt {
    margin: 34px 0 0;
    padding: 0 90px 0 0;
  }
  .story--02 .images {
    margin: 33px -44px 0;
  }
  .story--02 .img--01 {
    margin-top: 5px;
    width: 360px;
  }
  .story--02 .img--02::before {
    padding-top: 26.69%;
  }
  .story--03 {
    padding: 63px 0 159px;
  }
  .story--03::before {
    bottom: 100px;
    left: 0;
    padding-top: 0;
    height: 350px;
  }
  .story--03 .story-header__lead {
    margin: 18px 0 0;
  }
  .story--03 .grid {
    margin: 60px 0 0;
  }
  .story--03 .images {
    margin: 50px -45px 0;
  }
  .story--03 .img img {
    width: 100%;
    height: auto;
  }
  .story--03 .img--01::before {
    padding-top: 43.56%;
  }
  .story--03 .img--02::before {
    padding-top: 45.76%;
  }
  .story--04 {
    padding: 60px 0 81px;
  }
  .story--04 .grid {
    margin: 70px 0 0;
  }
  .story--04 .grid + .grid {
    margin: 44px 0 0;
  }
  .story--04 .grid__item {
    width: 50%;
  }
  .story--04 .grid--01 .grid__item:last-child {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .story--04 .grid--02 {
    flex-direction: row-reverse;
  }
  .story--04 .grid--02 .grid__item:first-child {
    padding-left: 20px;
  }
  .story--04 .grid--02 .grid__item:last-child {
    margin: 0;
    padding: 74px 0 0;
    text-align: left;
  }
  .story--04 .figure::before {
    position: absolute;
    bottom: -210px;
    left: -115px;
    display: block;
    width: 390px;
    height: 357px;
    background-image: url("/komachi-official/assets/images/story/story04_obj_lg.png");
    content: '';
  }
  .story--04 .txt {
    margin: -10px 0 0;
  }
  .story-header {
    margin: 0;
    text-align: left;
  }
  .story-header__lead {
    margin: 20px 0 0;
  }
  .voices {
    padding: 118px 0 81px;
  }
  .voice + .voice {
    margin: 100px 0 0;
  }
  .voice__content {
    margin: 50px 0 0;
  }
  .voice .grid {
    display: flex;
    flex-direction: row-reverse;
  }
  .voice .grid__item:first-child {
    display: flex;
    flex-direction: row-reverse;
  }
  .voice .grid__item:last-child {
    margin: 0;
  }
  .voice .images {
    margin: 40px 0 0;
  }
  .voice .txt {
    margin: -10px 0 0;
    font-size: 1.5rem;
    line-height: 2.27;
  }
  .voice .profile {
    margin: 52px 0 0;
    padding: 40px 48px 42px;
  }
  .voice .profile dt {
    top: -13px;
    left: 41px;
  }
  .voice .profile dd {
    font-size: 1.5rem;
    line-height: 2;
  }
  .voice--01 .img--02::before {
    padding-top: 34.89%;
  }
  .voice-header {
    margin: 0;
  }
  .voice-header::before {
    top: 0;
    left: 50%;
    margin-left: 250px;
    width: 195px;
    height: 154px;
    background-image: url("/komachi-official/assets/images/story/voice_obj_md.png");
  }
  .voice-header__container {
    display: flex;
  }
  .voice-header__figure {
    flex: 0 0 auto;
  }
  .voice-header__content {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    margin: 0;
    padding: 0 0 0 78px;
  }
  .voice-header--reverse::before {
    margin-left: -437px;
  }
  .voice-header--reverse .voice-header__container {
    flex-direction: row-reverse;
  }
  .voice-header--reverse .voice-header__content {
    padding: 0 0 0 2px;
  }
  .voice-header .figure {
    margin: auto;
    width: auto;
    height: auto;
  }
  .voice-header .figure > img {
    width: 280px;
    height: 280px;
  }
  .voice-header .figure__caption {
    top: -10px;
    right: -10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: auto;
  }
}

@media (min-width: 1280px) {
  body {
    width: auto;
  }
  .sec-theme__theme img {
    right: -119px;
  }
  .sec-theme__txt {
    margin: 18px 0 0 19px;
    padding: 0 140px;
  }
  .story .figure__caption.lg-right {
    text-align: right;
  }
  .story--01 {
    padding: 62px 0 142px;
  }
  .story--02 .images {
    margin: 40px 0 0;
  }
  .story--03 {
    padding: 63px 0 155px;
  }
  .story--03::before {
    bottom: 97px;
    width: 100%;
    height: 540px;
    background-size: auto;
  }
  .story--03 .story-header {
    margin-top: 2px;
  }
  .story--03 .grid__item {
    width: 50%;
  }
  .story--03 .grid__item:first-child {
    padding-right: 20px;
  }
  .story--03 .grid__item:last-child {
    padding-left: 20px;
  }
  .story--03 .images {
    margin: 70px 0 0;
  }
  .story--04 {
    padding: 63px 0 81px;
  }
  .story--04 .grid {
    margin: 60px 0 0;
  }
  .story--04 .grid--01 .grid__item:first-child {
    padding-right: 45px;
  }
  .story--04 .grid--01 .grid__item:last-child {
    padding: 0 0 0 40px;
  }
  .story--04 .grid--02 .grid__item:first-child {
    padding-left: 40px;
  }
  .story--04 .grid--02 .grid__item:last-child {
    padding: 60px 0 0 21px;
  }
  .story--04 .img::before {
    padding-top: 52.73%;
  }
  .story-header.lg-center {
    text-align: center;
  }
  .voices {
    padding: 130px 0 80px;
  }
  .voice + .voice {
    margin: 130px 0 0;
  }
  .voice__content {
    margin: 70px 0 0;
  }
  .voice .grid__item {
    width: 50%;
  }
  .voice .grid__item:last-child {
    padding-right: 35px;
  }
  .voice .images {
    margin: 70px 0 0;
  }
  .voice .l-container {
    padding: 0 140px;
  }
  .voice .profile {
    margin: 64px 0 0;
  }
  .voice--01 .img--01 {
    width: 410px;
  }
  .voice--01 .img--01::before {
    padding-top: 136.1%;
  }
  .voice-header::before {
    margin-left: 312px;
  }
  .voice-header--reverse::before {
    margin-left: -578px;
  }
  .voice-header--reverse .voice-header__content {
    padding: 0;
  }
  .voice-header .figure {
    right: auto;
  }
  .voice-header .figure__caption {
    top: -20px;
    right: auto;
    left: -42px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .kv__main {
    height: 537px;
    background-image: url("/komachi-official/assets/images/story/kv_md.jpg");
  }
  .kv__lead {
    padding: 34px 3px 52px 0;
  }
  .sec-theme__theme::before {
    display: none;
  }
  .story .figure__caption.md-right {
    text-align: left;
  }
  .story--01 .grid {
    display: block;
  }
  .story--01 .grid__item {
    width: 100%;
  }
  .story--01 .figure::before {
    top: 0;
    left: -300px;
    width: 240%;
    height: 450px;
  }
  .story--01 .figure__caption {
    margin-left: 5px;
  }
  .story--01 .txt {
    margin: 33px 0 0;
    padding: 0;
  }
  .story--01 .img::before {
    padding-top: 58.59%;
  }
  .story--02 {
    padding-top: 207px;
  }
  .story--02::before {
    margin-left: -407px;
  }
  .story--02 .story-header {
    position: absolute;
    top: -140px;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .story--02 .txt {
    margin: -10px 0 0;
    padding: 0 40px 0 0;
  }
  .story--02 .img--01 {
    margin-right: -45px;
    width: 364px;
  }
  .story--02 .img--01::before {
    padding-top: 139.56%;
  }
  .story--02 .img--02::before {
    padding-top: 40.89%;
  }
  .story--03 .figure {
    margin: -10px -44px 0;
  }
  .story--03 .grid {
    display: block;
    margin: 48px 0 0;
  }
  .story--04 .grid--02 .grid__item:first-child .img {
    margin-right: -44px;
  }
  .story--04 .figure {
    margin-left: -44px;
    width: 364px;
  }
  .story--04 .figure::before {
    bottom: -234px;
  }
  .story--04 .figure__caption {
    text-align: right;
  }
  .story--04 .img--01::before {
    padding-top: 142.86%;
  }
  .story--04 .img--02::before {
    padding-top: 115.38%;
  }
  .story-header.md-center {
    text-align: center;
  }
  .voice--02 .figure {
    right: 9px;
  }
  .voice-header__content {
    padding: 0 0 0 58px;
  }
}

@media (max-width: 767px) {
  .sec-theme {
    overflow: hidden;
  }
  .sec-theme__theme::before {
    display: none;
  }
  .story--02::before {
    left: 0;
    width: 78px;
    height: 72px;
    background-image: url("/komachi-official/assets/images/story/story02_obj_sm.png");
    background-size: 78px 72px;
  }
  .story--04 .grid--02 .grid__item:first-child::before {
    position: absolute;
    bottom: -145px;
    left: -25px;
    display: block;
    width: 188px;
    height: 179px;
    background-image: url("/komachi-official/assets/images/story/story04_obj_sm.png");
    background-size: 188px 179px;
    content: '';
  }
  .story--04 .grid--02 .grid__item:last-child img {
    max-width: 100%;
    height: auto;
  }
  .story-header__hdg img {
    max-width: 100%;
    height: auto;
  }
  .voice--01 .img--01::before {
    padding-top: 76.92%;
  }
  .voice-header::before {
    bottom: 0;
    left: 25px;
    width: 78px;
    height: 77px;
    background-image: url("/komachi-official/assets/images/story/voice_obj_sm.png");
    background-size: 78px 77px;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1279px) {
  .story--01 .figure {
    left: -45px;
    width: 768px;
  }
}

@media (min-width: 1280px) and (max-width: 1919px) {
  .story--03 .figure {
    margin: -10px 0 0;
  }
}

/*# sourceMappingURL=../../../../maps/komachi-official/assets/styles/story/index.css.map */
