@charset "UTF-8";

/* -------------------------------------
intro
------------------------------------- */
#intro .page {
  padding: 0 20px;
}
#intro .inblk {
  max-width: 520px;
  margin: 0 auto;
}
#intro .inblk .txt_ttl {
  font-size: 20px;
  margin-bottom: 15px;
}
#intro .inblk p span {
  display: block;
  margin-bottom: 30px;
}
#intro .inblk p span.name {
  text-align: right;
  margin-bottom: 0;
}

/* -------------------------------------
lifestyle
------------------------------------- */
.lifestyle #story .story_bk {
  margin-bottom: 30px;
}
.lifestyle #story .story_bk .frame {
  display: flex;
  justify-content: space-between;
  max-width: 853px;
  padding: 40px 0px 30px 60px;
  overflow: hidden;
  transition: all 0.2s;
}
.lifestyle #story .story_bk .frame:hover {
  background-image: url(../imgs/common/frame_lft.svg), url(../imgs/common/frame_rgt.svg);
  background-position: left 0 top 0, right 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  /*box-shadow: rgb(0 0 0 / 12%) 0px 0px 6px 4px;
	-webkit-box-shadow: rgb(0 0 0 / 12%) 0px 0px 6px 4px;
	-moz-box-shadow: rgba(000, 000, 000, 0.120000) 0px 0px 6px 4px;
	zoom: 1;
	position: relative;*/
}

.lifestyle #story .story_bk .imgbk {
  width: 76%;
  max-width: 600px;
}
.lifestyle #story .story_bk .txtbk {
  width: 22%;
  max-width: 164px;
  padding-top: 60px;
  position: relative;
}
.lifestyle #story .story_bk .txtbk .home_ttl {
  font-size: 27px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}
.lifestyle #story .story_bk .txtbk .home_ttl:after {
  content: "";
  display: block;
  width: 104px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lifestyle #story .story_bk .txtbk .more_btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.lifestyle #story .story_bk .txtbk .home_ttl + p {
  font-size: 14px;
}

/* -------------------------------------
story
------------------------------------- */
.story .page_s {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
.story .inblk ul {
  width: 100%;
}

.story .story_main .voice_ttl {
  font-size: 20px;
  margin-bottom: 20px;
}
.story .story_main .voice_ttl span {
  display: block;
  margin-bottom: 7px;
}
.story .story_main .imgbk {
  margin-bottom: 30px;
}
.story .story_main p {
  font-size: 14px;
  line-height: 4.1;
  margin-bottom: 64px;
}
.story .story_main p.last {
  margin-bottom: 0;
}

.story #sec1 {
  background-color: #e6e1d4;
}

.story #spec {
  background-color: #e9e9e9;
}
.story #spec .inblk {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 33px 0 0;
  max-width: 910px;
}
.story #spec .slide {
  width: 90%;
  max-width: 786px;
}
.story #spec .slide li {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.story #spec .slide li .imgbk {
  width: 48%;
  max-width: 373px;
}
.story #spec .slide li .txtbk {
  width: 48%;
  max-width: 373px;
}
.story #spec .slide li .txtbk .sl_ttl {
  font-size: 20px;
  margin-bottom: 10px;
}
.story #spec .slide li .txtbk p {
  font-size: 14px;
  line-height: 2.2;
}
.story #spec .slide li .txtbk p span {
  display: inline-block;
}

.story #spec .slide .slick-prev:before,
.story #spec .slide .slick-next:before {
  font-size: 0;
}
.story #spec .slide .slick-prev,
.story #spec .slide .slick-next {
  font-size: 0;
  width: 5px;
  height: 10px;
}
.story #spec .slide .slick-prev {
  background: url(../imgs/common/arrow_prev.svg) 0 0 no-repeat;
  background-size: contain;
  right: calc(100% + 20px);
  left: auto;
}
.story #spec .slide .slick-next {
  background: url(../imgs/common/arrow_next.svg) 0 0 no-repeat;
  background-size: contain;
  left: calc(100% + 20px);
  right: auto;
}
.story #detail {
}
.story #detail .imgbk {
  margin-bottom: 45px;
}
.story #detail dl {
  line-height: 1.9;
  display: flex;
  flex-wrap: wrap;
}
.story #detail dl dt {
  width: 7em;
}
.story #detail dl dd {
  width: calc(100% - 7em);
}
.story #detail dl + p a {
  display: inline;
  text-decoration: underline;
}
@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 980px) {
  .lifestyle #story .story_bk .txtbk .home_ttl {
    font-size: 24px;
  }
  .story #pagettl_blk .page_ttl .en {
    font-size: 40px;
  }
}

@media screen and (max-width: 880px) {
  /* -------------------------------------
lifestyle
------------------------------------- */
  .lifestyle #story .story_bk .frame {
    padding: 30px 20px 30px 40px;
  }
  /* -------------------------------------
  story
  ------------------------------------- */
  .story #spec .slide li .txtbk {
    width: 310px;
  }
  .story #spec .slide li .imgbk {
    width: calc(100% - 310px);
    margin-right: 20px;
    max-width: initial;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
  .lifestyle #story .story_bk .imgbk {
    width: 70%;
  }
  .lifestyle #story .story_bk .txtbk {
    width: 25%;
  }
  .lifestyle #story .story_bk .txtbk .home_ttl {
    font-size: 19px;
  }
  /* -------------------------------------
story
------------------------------------- */
  .story #pagettl_blk .page_ttl .en {
    font-size: 30px;
  }
  .story #spec .inblk {
    justify-content: flex-start;
  }
  .story #spec .slide {
    max-width: 500px;
  }
  .story #spec .slide li {
    display: block;
  }
  .story #spec .slide li .imgbk,
  .story #spec .slide li .txtbk {
    width: 100%;
    margin: 0 auto;
    max-width: 373px;
  }
  .story #spec .slide li .imgbk {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {
  #intro .inblk {
    max-width: 480px;
    margin: 0 auto;
    padding-right: 0;
  }

  .lifestyle #story .story_bk .frame {
    padding: 20px 20px;
  }
  .lifestyle #story .story_bk .txtbk {
    width: 26%;
  }
  .lifestyle #story .story_bk .txtbk .home_ttl {
    font-size: 18px;
  }
  /* -------------------------------------
story
------------------------------------- */
  .story #spec .inblk {
    display: block;
    padding-right: 0;
  }
  .story #spec .slide {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .story #spec .slide .slick-prev {
    right: 100%;
  }
  .story #spec .slide .slick-next {
    left: 100%;
  }
  .story .story_main p {
    line-height: 3.7;
    margin-bottom: 57px;
  }
}

@media screen and (max-width: 500px) {
  .lifestyle #story .story_bk .frame {
    display: block;
  }
  .lifestyle #story .story_bk .imgbk {
    width: 100%;
    max-width: 100%;
  }
  .lifestyle #story .story_bk .txtbk {
    width: 100%;
    padding-top: 20px;
  }
  .lifestyle #story .story_bk .txtbk .more_btn {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .story #pagettl_blk .page_ttl .en {
    font-size: 25px;
  }
  .story .story_main p {
    line-height: 3.3;
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 400px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) {
}
