/* inner幅変更 */
#kitte-marunouchi .inner {
  width: 1200px;
}
/*
号タイトル画像
位置調整
*/
.st-visual__logoMain {
  width: 11vw;
  display: block;
  margin: 3vw auto 0;
}
.st-visual__logoDate {
  /*年月*/
  width: 24vw;
  display: block;
  margin: 12vw auto 0;
}
@media screen and (min-width: 1280px) {
  /*1280px以上は固定値に*/
  .st-visual__logoMain {
    width: 7vw;
    display: block;
    margin: 38px auto 0;
  }
  .st-visual__logoDate {
    width: 18vw;
    margin: 250px auto 0;
    display: block;
  }
}
.st-visual__title{
  background: transparent;
  height: 62vw;
  bottom: auto;
  top: 0px;
}
.st-title__txt{
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  writing-mode: vertical-rl;
  position: absolute;
  letter-spacing: .2em;
  line-height: 1.8em;
  padding: 6px;
  top: 33vw;
  color: #fff;
  font-size: 1.8vw;
  left: 53%;
  text-shadow: 0 0 15px rgba(0, 0, 0, .5);
  right: revert;
    left: 9%;
}
.st-title__txt span {
  display: block;
  padding: 120px 0 0;
}

@media screen and (max-width: 1080px){
  .st-title__txt span {
    padding: 11vw 0 0;
  }
}
@media screen and (min-width: 1280px){
  .st-title__txt{ 
    top: 453px;
    right: revert;
    left: 9%;
    font-size: 22px;
  }
}
.st-title__txt em {
  transform: rotate(-90deg);
  display: inline-block;
  letter-spacing: -0.5px;
  padding: 4px;
}
.st-title__vol{
  position: absolute;
  top: 56vw;
  right: 0;
}
@media screen and (min-width: 1280px){
  .st-title__vol{ top: 720px;}
}
/*画像で文字が見えないので背景濃く*/
/* @media screen and (min-width: 480px) {
  .st-visual__title {
    background: rgba(255, 255, 255, .65);
  }
} */
/*
表紙
背景画像
*/
.st-visual__photo {
  background-size: 64vw;
  background-position: top 100% center;
}
/*画面幅narrow時 は↓へ*/
@media screen and (max-width: 480px) {
  .st-visual__photo {
    background-repeat: no-repeat;
    background-position: top 70% center;
  }
  .st-title__txt span{
    padding: 10vw 0 0;
  }
}
/*画面幅wide時*/
@media screen and (min-width: 1280px) {
  .st-visual__photo {
    background-size: 820px;
    background-position: top -20px right -10px;
  }
}
/*
表紙
１行多いのでタイトル上に詰め　幅狭は除外
*/
@media screen and (min-width: 480px) {
  .st-namebox {
    top: 50px;
  }
  .st-namebox.bgTp {
    padding: 0px 0 20px;
  }
}
/* 240314表紙文字サイズ変更 */
.st-namebox__title {
  font-size: 2rem;
}
/*
中ページ文字サイズ調整
*/
@media screen and (min-width: 480px) {
  .st-sideStory__title {
    font-size: 3.5rem;
  }
}
/*
エリアストーリーズ
背景画像
*/
/* 2505デザイン調整 */
._area .st-mainBox__wrap::before {
  background: url(area_1.jpg) no-repeat;
  background-position: center bottom 75%;
  transform-origin: center;
  background-size: cover;
}
._area .st-mainBox__wrap::before{
  width: 60%;
  margin: 0 auto;
}
.st-mainBox__wrap{
  display: block;
  height: 500px;
}
.st-article__fig{
  margin: 0;
}
.st-article__fig h4{
  text-align: center;
  font-size: 1.7rem;
  padding: 30px 0 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.st-article__main{
  margin-right: 0;
  padding: 30px 0 0;
}
.st-article._fade._visible{
  gap: 0 40px;
}
.st-article__picture{
  width: 30rem;
  box-sizing: border-box;
  position: relative;
}
.st-article__picture.hito::before,
.st-article__picture.mono::before,
.st-article__picture.ba::before{
  position: absolute;
  padding: 16px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  width: 15px;
  height: 15px;
  top: -26px;
  right: -26px;
  text-align: center;
  display: flex;
  align-items: center;
}
.st-article__picture.hito::before{
  content: "人";
}
.st-article__picture.mono::before{
  content: "物";
}
.st-article__picture.ba::before{
  content: "場";
}
@media screen and (max-width: 480px) {
.st-article__picture.hito::before,
.st-article__picture.mono::before,
.st-article__picture.ba::before {
  padding: 3vw;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  font-size: 3vw;
  top: -17px;
  right: -17px;
}
}


._area .st-mainBox__wrap::after {
  content: none;
}
/*画面幅狭いとき*/
@media screen and (max-width: 480px) {
  ._area .st-namebox {
    top: 34vh;
  }
  .st-namebox__title {
    padding: 16px 0;
  }
  ._area .st-mainBox__wrap::before {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 13% center;
  }
  ._area .st-mainBox__wrap::after {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50%;
  }
  .st-article__fig h4{
    font-size: 2.5rem;
    letter-spacing: 2px;
    line-height: 1.5;
  }
}
/*
ヒューマンストーリーズ
背景画像
*/
._human .st-mainBox__bgImg::before {
  background: url(human_1.jpg) no-repeat 100% / 100% auto;
  background-position: top calc(55% - -140px) left 5%;
}
/*画面幅狭い時*/
@media screen and (max-width: 480px) {
  ._human .st-mainBox__bgImg::before {
    /* background-size: 80vh; */
    background-position: top calc(40% - -109px) left 55%;
    background-size: 110vh;
  }
}
@media screen and (min-width: 480px) and (max-width: 750px) {
  .st-mainBox__wrap {
    height: 640px;
  }
  ._human .st-mainBox__bgImg::before {
    background-size: 640px;
    background-position: top -80px center;
  }
}
/*今回はHUMANも白背景*/
.bgTp.st-namebox {
  background: #fff;
  color: #231815;
  text-shadow: none;
  padding: 20px;
}
.bgTp .st-namebox__title {
  /* border-color: #231815; */
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.bgTp .st-namebox__detail {
  border-color: #231815;
}
.bgTp.st-namebox {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    width: 380px;
    width: calc(50% - 20vw);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: revert;
    bottom: 300px;
    margin: 0;
}
/*画面幅狭い時*/
@media screen and (max-width: 480px) {
  .bgTp.st-namebox {
    padding: 16px;
    width: calc(100% - 12vw);
    left: calc(50% - 44vw);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 355px;
  }
}
/*
ヒューマンストーリー肩書が長い時（2行の時）のスタイリング
htmlクラス名にlongを付与
*/
.st-namebox__detail.long {
  line-height: 18px;
  padding: 10px 0;
}
.st-namebox__detail.long .stSub {
  text-align: left;
}
.st-namebox__detail.long .stMain {
  line-height: 36px;
}

/* シーズン共通 */
.stories__main .inner_s,
.relay__main #contents_main.inner_s{
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
}
/*
シーズンストーリーズ
色
*/
.st-article--ss, .st-season__link:hover .st-season__name {
  color: #000;
  align-items: flex-start; /*iOSで画像伸びてた修正*/
}
/*
シーズンストーリーズ
背景画像調整
*/
.st-season__wrap {
  background-repeat: no-repeat;
  background-position: center right 10vw;
  background-size: auto 90%;
  border: none;
}
/*画面幅狭いとき*/
@media screen and (max-width: 480px) {
  .st-season__wrap {
    height: 86vw;
    background-size: 70vw;
    background-position: center bottom 4vw;
  }
}
/*
シーズンストーリーindex.htmlコンテンツ部分
2022/3から
*/
.st-season {
  border-bottom: 1px solid #231815;
}
.st-season__name {
  text-align: left;
  left: 10%;
}
.st-season h2{
  font-family: "EB Garamond", serif;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 0;
  letter-spacing: .1em;
  line-height: 1.2em;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 480px) {
  .st-season .inner {
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .st-season__name {
    left: 0;
    top: 18%;
    text-align: center;
  }
}


/* リレー連載indexコンテンツ部分 */
.st-relay {
  border-bottom: 1px solid #231815;
}
.st-relay h2{
  font-family: "EB Garamond", serif;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 0;
  letter-spacing: .1em;
  line-height: 1.2em;
  border-bottom: 1px solid #231815;
}
.st-relay img{
  width: 320px;
}
.st-relay .st-relay__name span{
  width: 320px;
  text-align: center;
  font-size: 2.0rem;
  display: block;
}
.st-relay__wrap {
  background-repeat: no-repeat;
  background-position: center right 6.5vw;
  background-size: auto 90%;
  border: none;
}
.st-relay__name {
  text-align: left;
  left: 10%;
}




/* 202311 インフォメーションindexコンテンツ部分 */
.st-info {
  width: 100%;
  border-bottom: 1px solid #231815;
}
.st-info h2{
  font-family: "EB Garamond", serif;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 0;
  line-height: 1.2em;
  border-bottom: 1px solid #231815;
}
.st-info .st-info__name span{
  text-align: center;
  font-size: 2rem;
  line-height: 1.4em;
  letter-spacing: .05em;
}
.st-info__wrap {
  border: 1px solid #231815;
  border-width: 1px 0;
  height: 290px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center right 10vw;
  background-size: auto 90%;
  border: none;
}
.st-info__name {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  text-align: left;
  left: 10%;
  font-size: 21px;
  font-size: 2.0rem;
  line-height: 1.4em;
  letter-spacing: .05em;
}
.st-info .st-info_h{
  height: 410px;
}
.st-info .st-info_h p{
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: justify;
}

/* スマホ表示 */
@media screen and (max-width: 480px) {
  .st-season .inner {
    width: auto;
    max-width: none;
    min-width: 0;
  }
  #kitte-marunouchi .inner {
    width: auto;
  }

 /* リレー連載 */
  .st-relay .inner {
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .st-relay__name {
    left: 0;
    top: 18%;
    text-align: center;
  }
  .st-relay .st-relay__name span{
    width:100%
  }
  .st-relay {
    background-size: 70vw;
    background-position: center bottom 4vw;
  }
  .st-japan h2 span{
    padding-left: 15px;
  }
  .st-japan h2 span::before{
    border: solid 5px #ee1c25;
  }
  .st-relay__wrap{
    height: 110vw;
    background-size: 70vw;
    background-position: center bottom 4vw;
    background-repeat: no-repeat;
    border: none;
  }
  .st-relay__name img{
    width: 80%;
  }
  .st-relay__name span{
    font-size: 2.0rem;
    display: block;
    margin: 0;
    text-align: center;
  }

  /* 日本らしさ */
  .st-japan .inner {
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .st-japan  .inner {
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .st-japan__name {
    left: 0;
    top: 20%;
    text-align: center;
  }
  .st-japan .st-japan__name span{
    width:100%
  }
  .st-japan {
    background-size: 70vw;
    background-position: center bottom 4vw;
  }
  .st-japan h2 span{
    padding-left: 15px;
  }
  .st-japan h2 span::before{
    border: solid 5px #ee1c25;
  }
  .st-japan__wrap{
    height: 135vw;
    background-size: 70vw;
    background-position: center bottom 4vw;
    background-repeat: no-repeat;
    border: none;
  }

   /* おもかげ */
  .st-omokage .inner {
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .st-omokage__name {
    left: 0;
    top: 18%;
    text-align: center;
  }
  .st-omokage .st-omokage__name span{
    width:100%
  }
  .st-omokage {
    background-size: 70vw;
    background-position: center bottom 4vw;
  }
  .st-omokage__wrap{
    height: 82vw;
    background-size: 70vw;
    background-position: center bottom 4vw;
    background-repeat: no-repeat;
    border: none;
  }
  .st-omokage__name img{
    width: 80%;
  }
  .st-omokage__name span{
    font-size: 2.0rem;
    display: block;
    margin: 0;
    text-align: center;
  }

  /* インフォメーション */
  .st-info .inner {
    width: auto;
    max-width: none;
    min-width: 0;
    height: 145vw;
  }
  .st-info {
    left: 0;
    top: 18%;
    text-align: center;
  }
  .st-info .st-info span{
    width:100%
  }
  .st-info {
    background-size: 70vw;
    background-position: center bottom 4vw;
  }
  .st-info__wrap{
    height: 82vw;
    background-size: 70vw;
    background-position: center bottom 4vw;
    background-repeat: no-repeat;
    border: none;
    top: 70px;
  }
  .st-info__name {
    left: 0;
    top: -6%;
    text-align: center;
  }
  .st-info__name img{
    width: 80%;
  }
  .st-info__name span{
    font-size: 2.0rem;
    display: block;
    margin: 0;
    text-align: center;
  }
  .st-info .st-info_h p{
    padding: 0 20px;
    font-size:12px;
  }

}


/*
シーズンストーリーページ
2022/3～
*/

.stories__main #column_title h2{
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
  padding: 5px;
  border-radius: 7px;
  background-color: #f5cbd4;
  margin: 4rem 0;
  line-height: 1.2em;
  margin-bottom: 1.5rem;
}
.stories__main #column_main h3{
  margin: 0;
  font-size: 4rem;
  line-height: 1.4em;
}
.stories__main #column_main h3 span{
  font-size: 2.4rem;
  margin: 0.2em 0 0;
}
.stories__main #column_main img{
  margin: 4rem auto;
  width: 65vw;
  max-width: 800px;
  border-radius: 10px;
}
.stories__main #column_main .text_title{
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  margin: 0 0 4rem;
  line-height: 1.4em;
  text-indent: 0;
}
.stories__main #column_main .text_title span{
  font-size: 1.8rem;
  line-height: 1.4;
  display: block;
}
.stories__main #column_main p{
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: .05em;
  text-indent: 1em;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.stories__main #column_main .last{
  margin: 0 0 1.4rem;
}
.stories__main #column_main .shop {
  font-size: 1.4rem;
  width: 100%;
  margin: 1.6rem 0 0;
  text-decoration: underline;
}
.stories__main #column_main .caption {
  width: 100%;
  margin-top: 1.6rem;
  font-size: 1.2rem;
  text-align: center;
}
.stories__main #column_signature{
  padding: 4rem 2rem;
  border-top: 1px solid;
  margin: 2rem 0 0;
  text-align: start;
}
.stories__main #column_signature h4{
  font-size: 2rem;
  margin: 0 0 2rem;
}
.stories__main #column_signature p{
  font-size: 1.5rem;
  line-height: 1.6em;
}

@media screen and (max-width: 480px) {
  .stories__main #column_signature p{
    font-size: 13px;
  }  
  .stories__main #column_main img{
    width: 100%;
  }
  .stories__main #column_main .last{
    margin: 0 0 2rem;
  }
  .stories__main #column_main h3{
    font-size: 24px;
  }
  .stories__main #column_main h3 span {
    font-size: 15px;
    margin: 0.5em 0 0;
  }
  .stories__main #column_main p{
    line-height: 1.8em;
    margin: 0 0 2rem;
    font-size: 16px;
    letter-spacing: 0;
  }
  .stories__main #column_signature p{
    font-size: 13px;
    text-indent: 0;
  }
  .stories__main #column_main .shop{
    font-size: 1.8rem;
    text-indent: 0;
  }
}
/*
リレー連載
2023/5から
*/
.relay__main #contents_title{
  width: 100%;
  text-align: center;
}
.relay__main #contents_title h2{
  font-size: 2rem;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 10px 5px 5px;
  border-radius: 7px;
}
.relay__main h3 span{
  font-size: 1.5rem;
  text-align: center;
  margin: 1rem 0 1rem;
  line-height: 1.4em;
  letter-spacing: 0.3em;
}

.relay__main #contents_main ul.recom li img{
  max-width: 800px;
  border-radius: 10px;
  display: block;
  margin: 4rem auto;
}
.relay__main #contents_main ul.recom li:nth-child(2){
  display: inline-block;
  font-size: 1.2rem;
  background: #fff;
  border: solid 1px #000;
  padding: 5px;
  text-align: center;
  margin: 0 auto 2rem;
  letter-spacing: 0.1em;
}
.relay__main #contents_main ul.recom li:nth-child(3){
  width: 100%;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 4rem;
  line-height: 1.4em;
}
.relay__main #contents_main ul.recom li:nth-child(3) span{
  font-size: 1.2rem;
  display: block;
  /* margin-top: 1em; */
  line-height: 1.2;
}
.relay__main #contents_main ul.recom li:nth-child(3) span:nth-of-type(2) {
  margin-top: 5px;
}
.relay__main #contents_main ul.recom li:nth-child(4) img{
  margin: 0 auto 4rem;
}
.relay__main #contents_main ul.recom li:nth-child(5),
.relay__main #contents_main ul.recom li:nth-child(6){
  text-indent: 1em;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: .05em;
  text-align: start;
}
.relay__main #contents_main ul.recom li:nth-child(6){
  margin: 0 0 4rem;
}
.relay__main #contents_main ul.koncent{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid;
  padding: 4rem 0;
  gap: 30px;
  align-items: center;
  margin: 20px 0 0;
}
.relay__main #contents_main ul.koncent li:first-child{
  width: 170px;
  font-size: 1.2rem;
  background: #fff;
  border: solid 1px #000;
  padding: 5px 0;
  text-align: center;
  letter-spacing: 0.1em;
}
.relay__main #contents_main ul.koncent li:nth-child(3){
  width: 172px;
}
.relay__main #contents_main ul.koncent li:nth-child(2),
.relay__main #contents_main ul.koncent li:last-child{
  width: 600px;
  font-size: 1.2rem;
  line-height: 2em;
  letter-spacing: .05em;
  text-align: start;
}
.relay__main #contents_main ul.koncent li:last-child p{
  font-size: 1.4rem;
  margin: 1.6rem 0 0;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .relay__main #contents_main.inner_s{
    padding: 0 20px;
  }
  .relay__main #contents_main ul.recom li img{
    width: 100%;
  }
  .relay__main #contents_main ul.recom li:nth-child(4) img {
    width: 100%;
  }
  .relay__main #contents_main ul.koncent{
    gap: 10px;
  }
  .relay__main #contents_main ul.koncent li:first-child{
    order: 1;
    width: 90%;
  }
  .relay__main #contents_main ul.koncent li:nth-child(2){
    order: 3;
    text-align: center;
  }
  .relay__main #contents_main ul.koncent li:nth-child(3){
    order: 2;
  }
  .relay__main #contents_main ul.koncent li:last-child{
    order: 4;
    text-align: center;
  }
  .relay__main #contents_main ul.koncent li:last-child p{
    font-size: 1.8rem;
  }
}


/* KITTEでみつけるにほんらしさ */
.stories__japan{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.stories__japan .contents_title{
  text-align: center;
}
.stories__japan .contents_title h3,
.stories__japan .contents_title h3 span{
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 0;
  letter-spacing: .1em;
  line-height: 1.2em;
}
.stories__japan .contents_title h3 span{
  padding-left: 20px;
}
.stories__japan .contents_title h3 span::before{
  position: absolute;
  content: "";
  color: #ee1c25;
  top: 33%;
  left: 0;
  z-index: 21;
  border: solid 6px #ee1c25;
  border-radius: 50%;
}
.stories__japan .contents_title h3 p{
  font-size: 2.4rem;
  margin: 0.2em 0 0;
  display: block;
}
.stories__japan .contents_main{
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  margin: 1rem 0 1rem;
  line-height: 1.4em;
  letter-spacing: 0.3em;
  justify-content: space-between;
}
.stories__japan .contents_main .inner{
  width: 100%;
  max-width: 830px;
  min-width: 800px;
  margin: 0 auto;
}
.stories__japan .contents_main p.catch{
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  margin: 4rem 0;
  line-height: 1.4em;
  letter-spacing: 0.3em;
}
.stories__japan .contents_main .inner img{
  width: 400px;
  border-radius: 10px;
  margin: 0;
}
.stories__japan .contents_main .contents_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stories__japan .contents_main .contents_box .contents_text{
  width: 400px;
}
.stories__japan .contents_main .contents_box .contents_text p{
  font-size: 1.7rem;
  line-height: 2em;
  letter-spacing: .05em;
  text-indent: 1em;
  text-align: justify;
  margin: 0;
}

.stories__japan .contents_main .contents_box .contents_subtext h4{
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  line-height: 1.4;
  margin-top: 15px;
  text-align: start;
  letter-spacing: 0px;
}
.stories__japan .contents_main .contents_box .contents_subtext p{
  font-size: 1.2rem;
  display: block;
  margin: 0.5em 0;
  line-height: 1.4;
  text-align: start;
  letter-spacing: 0px;
}
.stories__japan .contents_main .contents_box .contents_subtext p.shop{
  font-size: 1.4rem;
  width: 100%;
  margin: 0.5rem 0 0;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .stories__japan .contents_main .inner{
    padding: 0 20px;
    box-sizing: border-box;
    min-width: 0;
  }
  .stories__japan .contents_main p.catch{
    font-size: 12px;
  }
  .stories__japan .contents_main .contents_box .contents_text{
    margin-top: 2rem;
  }
  .stories__japan .contents_main .contents_box .contents_subtext {
    order: 1;
  }
  .stories__japan .contents_main .contents_box .contents_text{
    order: 2;
  }
}

/* KIITEのおもかげ */
.omokage__main .contents_title{
  text-align: center;
}
.omokage__main .contents_title h2{
  font-size: 2rem;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 5px;
  border-radius: 7px;
}
.omokage__main .inner{
  width: 100%;
  max-width: 900px;
  min-width: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
.omokage__main .contents_main{
  padding: 0 75px;
}
.omokage__main .contents_main h3{
  font-size: 4rem;
  line-height: 1.4em;
  text-align: center;
  width: 100%;
}
.omokage__main .contents_main h3 span{
  font-size: 2.4rem;
  margin: 0.2em 0 0;
  margin: 4rem auto;
}
.omokage__main .contents_main img{
  width: 100%;
  border-radius: 10px;
  margin: 4rem 0;
}
.omokage__main .contents_main p.text_main{
  font-size: 1.5rem;
  line-height: 2em;
  letter-spacing: .05em;
  text-indent: 1em;
  text-align: justify;
  margin-bottom: 2rem;
}

@media screen and (max-width: 480px) {
  .omokage__main .contents_main h3{
    font-size: 24px;
  }
  .omokage__main .contents_main{
    padding: 0 20px;
  }
  .omokage__main .contents_main h3 span{
    font-size: 15px;
    margin: 0.5em 0 0;
    display: block;
  }
  .omokage__main .contents_main p.text_main{
    line-height: 1.8em;
    margin: 0 0 4rem;
    font-size: 14px;
    letter-spacing: 0;
  }
}



.st-mainBox._human {
  text-align: center;
}
._mainttl.st-mainBox__title--ss {
  font-size: 2rem;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 5px;
  border-radius: 7px;
  background-color: #9eadce;
}
.st-article--ss__title {
  margin: 0;
}
.st-article--ssi__img {
  display: block;
  margin: 2rem auto 0;
  width: 20vw;
}
.st-article--ss__img {
  max-width: 800px;
  border-radius: 10px;
}
.st-article--ss__subtitle {
  width: 100%;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 4rem;
  line-height: 1.4em;
}
.st-article--ss__item-price {
  font-size: 1.8rem;
  display: block;
  margin-top: 1em;
  line-height: 1.4;
}
.st-article--ss__shop {
  font-size: 1.4rem;
  width: 100%;
  margin: 1.6rem 0 0;
  text-decoration: underline;
}
.st-article--ss__caption {
  width: 100%;
  margin-top: 1.6rem;
  font-size: 1.2rem;
  text-align: center;
}
/*
2205追加画像下タイトル
*/
.rule-title {
  margin: 30px 0;
  text-align: center;
  font-size: 2rem;
}
.st-side__name{
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
/* SP  seasonコラム */
@media screen and (max-width: 480px) {
  .stories__main .inner_s{
    padding: 0 20px;
  }
}


/*
サイドストーリー
背景画像アニメーション調整
*/
@keyframes side_animation_sp {
  0% {
    background-position: center left 0;
  }
  100% {
    background-position: center left -270vw;
  }
}
/*画面幅500未満*/
@media screen and (max-width: 480px) {
  .st-side__thumb {
    animation-name: side_animation_sp;
  }
}
/*
表紙
誌面風に配置アレンジ
*/
@media screen and (max-width: 480px) {
  body.view.sp header {
    border: none;
    background: transparent;
  }
  ._vertical_view {
    display: inline;
  }
  .st-visual {
    background: transparent;
    position: relative;
  }
  .st-visual__wrap {
    margin: 0;
    /* padding: 0 0 36vw; */
    padding: 0 0 24vw;
  }
  .st-visual__logo {
    width: 100%;
    background: transparent;
    position: absolute;
    top: 105vw;
  }
  .st-visual__logoMain {
    /* margin: -35px auto 0;
    width: 18vw; */
    margin: 0px 13px 0 auto;
    width: 14vw;
  }
  .st-visual__logoDate {
    width: 40vw;
    position: absolute;
    left: 16px;
    top: -50px;
  }
  .st-visual__photo {
    width: 100% !important;
    background-size: 100vw;
    background-position: top 50% center;
    height: 100vw;
  }
  .st-visual__title {
    top: 12vw;
    background: transparent;
    height: 100vw;
  }
  .st-title__txt {
    margin-top: 10px;
    letter-spacing: .2em;
    line-height: 1.8em;
  }
  /*ここから↓200616追加*/
  .st-title__vol {
    width: 18vw;
    top: 4vw;
    position: absolute;
    left: 2vw;
  }
  .st-title__txt {
    /* writing-mode: vertical-rl; */
    position: absolute;
    letter-spacing: .2em;
    line-height: 1.8em;
    /* background: rgba(255, 255, 255, .65); */
    padding: 6px;
    color: #fff;
    font-size: 4vw;
    left: 11%;
    top: auto;
    bottom: 40px;
  }
  .st-title__txt em{
    transform: rotate(-90deg);
    display: inline-block;
    letter-spacing: -0.5px;
    padding: 4px;
  }
  .st-visual::after {
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #333;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    text-align: center;
    font-size: 3rem;
  }
  .st-side__name {
    /*文字サイズ調整*/
    font-size: 2.1rem;
    padding: 0 36px 0 12px;
    letter-spacing: -0.1rem;
  }
}
@keyframes _scrollGuide {
  0% {
    bottom: -10px;
  }
  40% {
    bottom: -24px;
  }
  90% {
    bottom: -10px;
  }
}
@media screen and (max-width: 480px) {
  .st-visual::after {
    animation: _scrollGuide 2.5s infinite;
  }
}
/*ロゴサイズ調整（横長のため）、human*/
.human .st-shopinfo__logo {
  width: auto;
  /* height: 70px; */
  height: 14px;
}
/*=====================================*/
/*
ピックアップ
*/
._pickup .st-mainBox__wrap::before, ._pickup .st-mainBox__wrap::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  transition-duration: 1.2s;
}
._pickup .st-mainBox__wrap::before {
  left: 0;
  transform-origin: right center;
}
._pickup .st-mainBox__wrap::after {
  right: 0;
  transform-origin: left center;
}
/*
ピックアップ
背景画像
*/
._pickup .st-mainBox__wrap {
  height: 400px;
}
._pickup .st-mainBox__wrap .st-namebox {
  top: 20%;
  padding: 16px 10px;
}
@media screen and (max-width: 480px) {
  ._pickup .st-mainBox__wrap {
    height: 90vw;
  }
  ._pickup .st-mainBox__wrap .st-namebox {
    top: 24vw;
  }
  ._pickup .st-mainBox__wrap .st-namebox .st-namebox__title {
    letter-spacing: -.01em;
  }
}
._pickup._pk1 .st-mainBox__wrap::before {
  background: url(./thumb_pickup/1_1.jpg) no-repeat center / cover;
  background-position: center;
}
._pickup._pk1 .st-mainBox__wrap::after {
  background: url(./thumb_pickup/1_2.jpg) no-repeat center / cover;
  background-position: center;
}
._pickup._pk2 .st-mainBox__wrap::before {
  background: url(./thumb_pickup/2_1.jpg) no-repeat center / cover;
  background-position: top 60% center;
}
._pickup._pk2 .st-mainBox__wrap::after {
  background: url(./thumb_pickup/2_2.jpg) no-repeat center / cover;
  background-position: top 60% center;
}
/*画面幅狭いとき*/
@media screen and (max-width: 480px) {
  ._pickup .st-namebox {
    top: 30vh;
  }
  ._pickup .st-mainBox__wrap::before {
    /*background-size: 185vw;
		background-position: top -15px right -95px;*/
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: center;
  }
  ._pickup .st-mainBox__wrap::after {
    /*background-size: 185vw;
		background-position: top -15px left -166px;*/
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50%;
  }
}

/*--10thanniversary interview--*/

._interview .st-mainBox__title{
  line-height: 1.0em;
}
._interview .st-mainBox__title img,
._bnr .st-mainBox__title img{
  width: 160px;
  margin-bottom: 0.2em;
}

/*
インタビュー
背景画像
*/
._interview .st-mainBox__bgImg::before {
  background: url(interview_1-pic-1.jpg) no-repeat 100% / 100% auto;
  background-position: top calc(50% + 130px) left;
}
._interview .st-mainBox__wrap.two .st-mainBox__bgImg::before {
  background: url(interview_2-pic-1.jpg) no-repeat 100% / 100% auto;
  background-position: top calc(50% - 10px) left 10%;
}
/*画面幅狭い時*/
@media screen and (max-width: 480px) {
  ._interview .st-mainBox__bgImg::before,
  ._interview .st-mainBox__wrap.two .st-mainBox__bgImg::before{
    background-size: 58vh;
    background-position: top center;
  }
}
@media screen and (min-width: 480px) and (max-width: 750px) {
  .st-mainBox__wrap {
    height: 640px;
  }
  ._interview .st-mainBox__bgImg::before {
    background-size: 640px;
    background-position: top -80px center;
  }
}
/*
インタビュー
文字調整
*/
._interview .bgTp.st-namebox{
  left: calc(50% - 2vw);
  background: none;
  color: #fff;
  width: 440px;
  top: 160px;
}
._interview .two .bgTp.st-namebox{
  left: auto;
  right: calc(50% + 0vw);
  top: auto;
  bottom: 40px;
}
._interview .st-namebox__detail .stMain{
  float: none;
  margin-left: 0.5em;
}
._interview .bgTp .st-namebox__title{
  border: none;
  text-align: left;
  font-size: 2.2rem;
}
._interview .bgTp .st-namebox__detail{
  border: none;
  border-top: 1px solid #fff;
  text-align: left;
}
._interview .st-namebox__detail .stSub{
  float: none;
}

@media screen and (max-width: 768px){
  ._interview .bgTp.st-namebox{
    top: auto;
    left: 0;
    bottom: 0;
  }
  ._interview .two .bgTp.st-namebox{
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 480px){
  ._interview .st-mainBox__wrap{
    height: 70vh;
  }
  ._interview .bgTp.st-namebox,
  ._interview .two .bgTp.st-namebox{
    padding: 16px;
    width: calc(100% - 12vw);
    left: calc(50% - 44vw);
    right: auto;
    top: auto;
    bottom: 0;
  }
}

/*10周年用バナー*/
.st-mainBox__wrap.bnr{
  height: 500px;
}
._bnr .st-mainBox__wrap.bnr .st-mainBox__bgImg::before {
  background: url(bnr_kitte10th-pc.jpg) no-repeat 100% / 100% auto;
  background-position: top center;
}
._bnr .bgTp.st-namebox{
  left: auto;
  right: calc(50% + 6vw);
  top: auto;
  bottom: 20px;
  color: #fff;
  background: #00000044;
}
._bnr .bgTp .st-namebox__title{
  border: none;
  text-align: left;
  font-size: 2.2rem;
  padding: 0;
}
/*画面幅狭い時*/
@media screen and (max-width: 768px){
  .st-mainBox__wrap.bnr{
    height: 380px;
  }
  ._bnr .bgTp.st-namebox{
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  ._bnr .st-mainBox__wrap.bnr .st-mainBox__bgImg::before {
    background: url(bnr_kitte10th.jpg) no-repeat 100% / 100% auto;
    background-position: top;
  }
  .st-mainBox__wrap.bnr{
    height: 320px;
  }
  ._bnr .bgTp.st-namebox{
    right: 0;
    width: 100%;
    bottom: 0;
  }
}

/* ------ ？？_view ------ */
@media screen and (max-width: 480px) {
  .pc_view {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .sp_view {
    display: none;
  }
}
.st-detailSide__group .st-detailSide__fig:not(:last-of-type) {
  margin-bottom: 1rem;
}

/* サイドストーリー 2505 */
.st-detailSide__cap {
  text-align: justify;
}