@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cantarell:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
  margin: 0;  padding: 0;}
table {  border-collapse: collapse;  border-spacing: 0;}
fieldset, img {  border: 0;}
address, caption, cite, code, dfn, em, th, var {  font-style: normal;  font-weight: normal;}
li {  list-style: none;}
caption, th {  text-align: left;}
h1, h2, h3, h4, h5, h6 {  font-size: 100%;  font-weight: normal;}
q:before, q:after {  content: '';}
abbr, acronym {  border: 0;  font-variant: normal;}
sup {  vertical-align: text-top;}
sub {  vertical-align: text-bottom;}
input, textarea, select, button {  font-family: inherit;  font-size: inherit;  font-weight: inherit;}
input, textarea, select, button {  *font-size: 100%;}
legend {  color: #000;}
img, a img {  vertical-align: bottom;  border: 0px;}
ul, ol, li, dl, dt, dd {  list-style-type: none;}
table {  border-collapse: collapse;}
pre {  white-space: -moz-pre-wrap;  white-space: -pre-wrap;  white-space: -o-pre-wrap;  white-space: pre-wrap;  word-wrap: break-word;}

/*--------------------------
共通設定・汎用パーツなど
--------------------------*/
@media screen and (max-width: 480px) {
  html {
    font-size: 2vw;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #000;
	font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 45;
  width: 50px;
  height: 50px;
}
.to-top a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  display: block;
  background: #aaa;
  border-radius: 50%;
  opacity: 0.7;
}
.to-top a:before {
  font-family: "Material Symbols Outlined";
  content: "\e5d8";
  font-weight: 900;
  font-size: 22px;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 0;
  text-align: center;
  line-height: 50px;
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
}
.st-hd__wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.st-main__wrap{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.st-backnum__wrap{
  width: 40%;
  min-width: 460px;
  margin: 0 auto;
}

/*--------------------------
個別（基本ＰＣ）
--------------------------*/
body {
  
}

body * {
  font-weight: 300;
}

@media screen and (max-width: 480px) {
  body * {
    font-weight: 400;
  }
}

header:after {
  display: none;
}

header nav {
  border: none;
}

header nav ul {
  margin: 0;
}

.st-hd {
  border-bottom: 1px solid #231815;
}

.st-hd__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.st-hd__logo {
  padding: 30px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 360px;
  margin: auto;
}

.st-hd__logo img {
  width: 100%;
}

.st-hd__back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main section{
  padding: 40px 0;
}

section.content-main .main_img img {
  width: 100%;
}
section.content-main .main_btn a{
  display: block;
  padding: 20px 35px 20px 20px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #231815;
  line-height: 1em;
  border-radius: 50px;
  width: 30%;
  text-align: center;
  margin: 30px auto 0;
  position: relative;
}
section.content-main .main_btn a:after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  color: #E93722;
  margin: 0 0 0 0px;
  font-size: 30px;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
}
section.content-main .main_btn a img{
  width: 2em;
  vertical-align: middle;
  margin-right: 0.8em;
}

section.content-backnum .p_title{
  border-bottom: 4px solid #e3e8e9;
}
section.content-backnum h2 {
  font-family: "Cantarell", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto -4px;
  padding: 8px 0;
  border-bottom: none;
  overflow: hidden;
  position: relative;
}
section.content-backnum h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 4px;
  background: #E93722;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 3;
}

section.content-backnum ul.back_number{
  overflow: hidden;
  margin: 30px auto 0;
}
section.content-backnum ul.back_number li{
  border-bottom: 1px solid #BCC6C8;
  padding: 15px 25px 15px 0;
  position: relative;
}
section.content-backnum ul.back_number li .date{
  font-family: 'Cantarell', serif;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 1.4;
}
section.content-backnum ul.back_number li a{
  font-size: 16px;
  font-weight: bold;
}
section.content-backnum ul.back_number li a:after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-size: 30px;
  color: #E93722;
  margin: 0 0 0 0px;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 17px);
  right: 0;
}
section.content-backnum ul.back_number li.btn_menu{
  padding: 0;
  border-bottom: none;
}
section.content-backnum ul.dropdown{
  display:none;
}
section.content-backnum label{
  display: block;
  padding: 15px;
  background: #e3e8e9;
  font-family: sans-serif;
  letter-spacing: .05em;
  font-weight: bold;
}
section.content-backnum label:hover{
  cursor: pointer;
  opacity: 0.8;
}
section.content-backnum label::before{
  font-family: "Material Symbols Outlined";
  content: "\e5cf";
  font-size: 30px;
  margin-left: 0.5em;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  right: 5px;
}
section.content-backnum input[type="checkbox"]{
  display:none;
}
section.content-backnum label[for="menu"]{
  display:block;
  border-bottom: 1px solid #BCC6C8;
}
/* section.content-backnum label[for="menu"]::before{
  transform:rotate(90deg);
} */
#menu:checked + .dropdown{
  display:block;
}

.st-ft {
  padding: 35px 0 50px;
  text-align: center;
}

.st-ft > a {
  width: 18vw;
  min-width: 120px;
  max-width: 160px;
  display: block;
  margin: 0 auto 18px;
}
.st-ft > a img{
  width: 100%;
}

.st-ft address {
  font-size: 1.5rem;
  line-height: 1.4em;
}

.st-ft .copyright {
  font-size: 1.3rem;
  line-height: 1.4em;
  margin-top: 5px;
}

.st-ft__home {
  text-align: center;
  width: 100%;
  margin: 0 0 20px;
}

.st-ft__home a {
  font-size: 1.7rem;
  display: inline-block;
  padding: 16px 35px 16px 25px;
  background: #e3e8e9;
  line-height: 1em;
  position: relative;
}

@media screen and (max-width: 480px) {
  .st-ft__home a {
    font-size: 15px;
  }
}

.st-ft__home a::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-weight: bold;
  display: inline-block;
  font-size: 2.4rem;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
}

.st-ft__home a img {
  width: 1em;
  vertical-align: top;
  margin-right: .5em;
}


/*--------------------------
個別（ＳＰなど調整）
--------------------------*/
body.view.sp header {
  height: auto;
}

header nav a::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

header nav a:hover::after {
  background: transparent;
  height: auto;
}

._vertical_view {
  display: none;
}

/*改行*/
@media screen and (min-width: 480px) {
	.st-br-narrow{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.st-br-wide{
		display: none;
	}
}


@media screen and (max-width: 480px) {
  .st-hd__wrap {
    max-height: 100%;
  }
  .st-hd__logo {
    width: 40vw;
    padding: 20px 0 10px;
  }
  .st-hd__logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  main section.content-main {
    padding: 20px 20px;
  }
  section.content-main .main_btn a{
    width: 80%;
    padding: 20px 20px 20px 0;
  }
  section.content-main .main_btn a:after{}
  .st-backnum__wrap{
    width: 100%;  
    box-sizing: border-box;
    padding: 0 20px;
    min-width: auto;
  }
  section.content-backnum ul.back_number{
    margin-top: 10px;
  }
  section.content-backnum ul.back_number li .date{
    display: block;
  }
  section.content-backnum ul.back_number li a{
    font-size:15px;
  }
}

@media screen and (min-width: 480px) {
  .stories_sub .st-hd {
    height: 124px;
  }
  .stories_sub .st-hd__logo {
    width: 290px;
  }
  .stories_sub .st-back__btn a {
    top: 38px;
  }
}

.st-mainBox__title._mainttl, ._mainttl.st-mainBox__title--ss {
  font-size: 4rem;
  margin: 4rem 0;
  line-height: 1.2em;
}

.st-article__title, .st-article--ss__title, .st-sideStory__blockTitle, .st-sideStory__title {
  font-size: 4rem;
  line-height: 1.4em;
  margin: 5rem 0 3rem;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .st-article__title, .st-article--ss__title, .st-sideStory__blockTitle, .st-sideStory__title {
    font-size: 24px;
  }
}

.st-article__text, .st-sideStory__text, .st-article--ss__text {
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: .05em;
  margin: 0 0 1.4rem;
  text-indent: 1em;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 480px) {
  .st-article__text, .st-sideStory__text, .st-article--ss__text {
    line-height: 1.8em;
    margin: 0 0 2rem;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.st-article, .st-article--ss {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .st-article, .st-article--ss {
    padding: 0 20px;
  }
}

.st-article__main {
  width: calc(100% - 34rem);
  margin-right: 2rem;
}

@media screen and (max-width: 480px) {
  .st-article__main {
    width: 100%;
    margin: 0 0 25px;
  }
}

.st-article__fig {
  margin: 0 0 0 2rem;
  width: 30rem;
}

@media screen and (max-width: 480px) {
  .st-article__fig {
    margin: 0;
    width: 100%;
  }
}

.st-article__picture {
  margin: 0 0 3rem;
  width: 29rem;
}

@media screen and (max-width: 480px) {
  .st-article__picture {
    max-width: 350px;
    margin: 0 auto 3rem;
    width: 100%;
  }
}

.st-article__caption {
  margin: .5rem 0 0;
  font-size: 1.3rem;
  line-height: 1.5em;
}

@media screen and (max-width: 480px) {
  .st-article__caption {
    font-size: 12px;
    margin: 8px 0 10px;
  }
}

.st-shopinfo {
  margin: 40px auto;
  padding: 20px;
  width: 60%;
  min-width: 200px;
  max-width: 600px;
  position: relative;
}

.st-shopinfo__logo {
  width: 120px;
  display: block;
  margin: 0 auto 40px;
}

.st-shopinfo__name {
  font-size: 1.8rem;
  float: left;
  margin-bottom: 20px;
  line-height: 1.2em;
  max-width: calc(100% - 55px);
}

@media screen and (max-width: 480px) {
  .st-shopinfo__name {
    font-size: 17px;
  }
}

.st-shopinfo__subttl {
  display: block;
  font-size: 1.5rem;
  margin: 4px 0 0;
}

@media screen and (max-width: 480px) {
  .st-shopinfo__subttl {
    font-size: 13px;
  }
}

.st-shopinfo__fl {
  font-size: 1.6rem;
  padding: 16px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-bottom: 20px;
  float: right;
}

@media screen and (max-width: 480px) {
  .st-shopinfo__fl {
    font-size: 17px;
  }
}

.st-shopinfo__link {
  clear: both;
  display: block;
  min-width: 10em;
  width: 60%;
  background: #e3e8e9;
  font-family: "EB Garamond", serif;
  text-align: center;
  margin: 0 auto -3px;
  font-size: 2rem;
  line-height: 2.2em;
  position: relative;
}

@media screen and (max-width: 480px) {
  .st-shopinfo__link {
    font-size: 16px;
  }
}

.st-shopinfo__link::after {
  content: "";
  position: absolute;
  right: 10px;
  font-family: "Material Symbols Outlined";
  font-weight: bold;
}

.st-shopinfoDecoA, .st-shopinfoDecoB {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.st-shopinfoDecoA::before, .st-shopinfoDecoA::after, .st-shopinfoDecoB::before, .st-shopinfoDecoB::after {
  content: "";
  display: block;
  background: #231815;
  position: absolute;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.st-shopinfoDecoA {
  height: calc(100% + 20px);
  top: -10px;
}

.st-shopinfoDecoA::before, .st-shopinfoDecoA::after {
  width: 0;
  height: 1px;
}

.st-shopinfoDecoA::after {
  right: 0;
  bottom: 0;
}

.st-shopinfoDecoB {
  width: calc(100% + 20px);
  left: -10px;
}

.st-shopinfoDecoB::before, .st-shopinfoDecoB::after {
  width: 1px;
  height: 0;
}

.st-shopinfoDecoB::after {
  right: 0;
  bottom: 0;
}

._visible .st-shopinfoDecoA::before, ._visible .st-shopinfoDecoA::after {
  width: 100%;
}

._visible .st-shopinfoDecoB::before, ._visible .st-shopinfoDecoB::after {
  height: 100%;
}

.st-sideStory {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .st-sideStory {
    padding: 0 20px;
  }
}

.st-sideStory__title {
  margin: 3rem 0 2.5rem;
}

.st-imgTile {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.st-imgTile__Item {
  width: calc((100% - 20px) / 3);
  height: 200px;
  background: #ccc;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .st-imgTile__Item {
    /*画像サイズ可変に*/
    height: calc((100vw - 100px) / 3);
  }
}

@media screen and (max-width: 480px) {
  .st-imgTile__Item {
    width: calc((100% - 10px) / 3);
    height: calc((100vw - 50px) / 3);
    margin: 0 0 5px;
  }
}

.st-imgTile__img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.st-detailSide {
  margin: 5rem 0;
}

.st-detailSide__fig {
  margin: 0 0 4rem;
}

@media screen and (min-width: 480px) {
  .st-detailSide__fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.st-detailSide__img {
  width: 32rem;
  min-width: 32rem;
  min-height: 31rem;
}

@media screen and (max-width: 768px) {
  .st-detailSide__img {
    width: 23rem;
    min-width: 23rem;
    min-height: 22rem;
  }
}

@media screen and (max-width: 480px) {
  .st-detailSide__img {
    width: 100%;
  }
}

.st-detailSide__cap {
  padding-left: 5rem;
  font-size: 1.8rem;
  line-height: 2em;
}

@media screen and (max-width: 480px) {
  .st-detailSide__cap {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.6em;
    padding-top: 6px;
  }
}

.st-mainBox__title--ss {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .st-mainBox__title--ss._mainttl {
    margin-bottom: 0;
  }
}

.st-mainBox__img--ss {
  max-width: 200px;
  width: 20vw;
}

.st-article--ss {
  color: #007e5c;
}

.st-article--ss__title {
  text-align: center;
  margin-bottom: 5rem;
}

.st-article--ss__img {
  display: block;
  margin: 4rem auto;
  width: 65vw;
  max-width: 300px;
}

.st-article--ss__author {
  font-size: 2.4rem;
  margin: 0.2em 0 0;
  display: block;
}

@media screen and (max-width: 480px) {
  .st-article--ss__author {
    font-size: 15px;
    margin: .5em 0 0;
  }
}

.st-author {
  padding: 4rem 2rem;
  border-top: 1px solid;
  margin: 2rem 0 0;
}

.st-author__name {
  font-size: 2rem;
  margin: 0 0 2rem;
}

@media screen and (max-width: 480px) {
  .st-author__name {
    font-size: 17px;
    margin: 0 0 1em;
  }
}

.st-author__detail {
  font-size: 1.5rem;
  line-height: 1.6em;
}

@media screen and (max-width: 480px) {
  .st-author__detail {
    font-size: 13px;
  }
}

.st-bkBox {
  margin: 3rem auto 0;
  padding: 0 5rem;
  max-width: 1280px;
}

.st-bkBox:not(:last-of-type) {
  border-bottom: 1px solid #231815;
}

@media screen and (max-width: 768px) {
  .st-bkBox {
    padding: 0 3rem;
  }
}

.st-bkBox__head {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: .1em;
  margin: 0 0 2rem;
  text-align: center;
}

.st-bkBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.st-bkBox__item {
  position: relative;
  margin: 0 0 4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .st-bkBox__item {
    width: calc((100% / 2) - 12px);
    margin: 0 6px 4rem;
  }
}

@media screen and (min-width: 768px) {
  .st-bkBox__item {
    width: calc((100% / 3) - 20px);
    margin: 0 10px 4rem;
  }
}

@media screen and (min-width: 940px) {
  .st-bkBox__item {
    width: 25rem;
  }
}

@media screen and (min-width: 1010px) {
  .st-bkBox__item {
    margin: 0 15px 4rem;
  }
}

.st-bkBox__item a {
  display: block;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.st-bkBox__item a:hover {
  opacity: .7;
}

.st-bkBox__date {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  background: #231815;
  color: #fff;
  line-height: 2em;
  font-size: 1.6rem;
  padding: 0 10px;
  z-index: 2;
}

.st-bkBox__thumb {
  width: 100%;
  height: 45vw;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .st-bkBox__thumb {
    height: 26rem;
  }
}

.st-bkBox__thumb._dual::before, .st-bkBox__thumb._dual::after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
}

.st-bkBox__thumb._dual::before {
  top: 0;
}

.st-bkBox__thumb._dual::after {
  top: 50%;
}

.st-bkBox__detail {
  margin-top: 1.5rem;
}

.st-bkBox__status {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 0 0 .3rem;
}

.st-bkBox__title {
  font-size: 2rem;
  line-height: 1.4em;
}

.st-bkBox__shop {
  display: block;
  font-size: 1.7rem;
  line-height: 1.6em;
  margin: 0.5rem 0 0;
}