@charset "UTF-8";
@media screen and (min-width: 751px) {
  .hyakuchin-archive {
    padding: 50px 0 160px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-archive {
    padding: 0 8.9743589744vw 20.5128205128vw;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-archive .wrap {
    margin: auto;
    max-width: 930px;
  }
}

.hyakuchin-archive .wrap > .desc {
  color: #222;
}

@media screen and (min-width: 751px) {
  .hyakuchin-archive .wrap > .desc {
    margin-bottom: 120px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 250%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-archive .wrap > .desc {
    margin-bottom: 16.6666666667vw;
    font-size: 4.1025641026vw;
    letter-spacing: 0.06em;
    line-height: 250%;
  }
}

.hyakuchin-archive .content-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 751px) {
   .hyakuchin-archive .content-type {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 750px) {
   .hyakuchin-archive .content-type {
    margin-bottom: 10.2564102564vw;
    /* padding: 0 8.9743589744vw; */
    justify-content: space-between;
    text-align: center;
  }
}

.hyakuchin-archive .content-type .item {
  font-family: "Ryumin Regular KL", serif;
  color: #222;
  box-sizing: border-box;
  background-image: url(../../img/icon_arrow_down.svg);
  background-repeat: no-repeat;
  transition: background-position .3s;
}

@media screen and (min-width: 751px) {
   .hyakuchin-archive .content-type .item {
    padding: 30px 0 35px;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
	font-size: 14px;
    width: 90px;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
    background-size: 15px auto;
    background-position: bottom 5px center;
  }
}

@media screen and (max-width: 750px) {
   .hyakuchin-archive .content-type .item {
    margin-bottom: 11.5384615385vw;
    padding: 6.4102564103vw 0 7.6923076923vw;
    width: 25.6410255vw;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
    background-size: 3.8461538462vw auto;
    background-position: bottom 1.2820512821vw center;
  }
}

@media screen and (min-width: 751px) {
   .hyakuchin-archive .content-type .item:not(:last-of-type) {
    margin-right: 70px;
  }
}

.hyakuchin-archive .content-type .item:hover {
  background-position: bottom 0 center;
}

.hyakuchin-archive .list-wrapper {
  padding-top: 10px;
}

@media screen and (min-width: 751px) {
	.hyakuchin-archive .list-wrapper:not(:last-child) {
	margin-bottom: 10.2564102564vw;
	}
}

@media screen and (max-width: 750px) {
  .hyakuchin-archive .list-wrapper:not(:last-child) {
    margin-bottom: 25.6410255vw;
  }
}

.hyakuchin-archive  .list-header {
  font-family: "Ryumin Regular KL", serif;
  text-align: -webkit-center;
}

@media screen and (min-width: 751px) {
  .hyakuchin-archive  .list-header {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-archive  .list-header {
    margin-bottom: 12.8205128205vw;
  }
}

.hyakuchin-archive .list-header .cat {
  padding: .5em .25em;
  writing-mode: vertical-rl;
  border: 1px solid #222;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 125%;
}

.hyakuchin-archive .hyakuchin-list,
.hyakuchin-archive .hyakuchin-list2,
.hyakuchin-archive .hyakuchin-list3{
	position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list,
.hyakuchin-archive .hyakuchin-list2,
.hyakuchin-archive .hyakuchin-list3	{
    /* margin-bottom: 80px; */
  }
}

@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list,
.hyakuchin-archive .hyakuchin-list2,
.hyakuchin-archive .hyakuchin-list3	{
    /* margin-bottom: 10.2564102564vw; */
  }
}

.hyakuchin-archive .hyakuchin-list .item,
.hyakuchin-archive .hyakuchin-list2 .item {
  font-family: "Ryumin Regular KL", serif;
  border: 1px solid #222;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list .item,
.hyakuchin-archive .hyakuchin-list2 .item {
	margin-bottom: 50px;
	width: 440px;
  }
}

@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list .item,
.hyakuchin-archive .hyakuchin-list2 .item {
		margin-bottom: 10.2564102564vw;
		width: 100%;
  }
}

.hyakuchin-archive .hyakuchin-list .item a,
.hyakuchin-archive .hyakuchin-list2 .item a	{
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.hyakuchin-archive .hyakuchin-list .item .item-ttl,
.hyakuchin-archive .hyakuchin-list2 .item .item-ttl {
  padding: 1em 0;
  border-bottom: 1px solid #222;
  text-align: center;
}

@media screen and (min-width: 751px) {
	.hyakuchin-archive .hyakuchin-list .item .item-ttl,
	.hyakuchin-archive .hyakuchin-list2 .item .item-ttl {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 142.857142857%;
  }
}

@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list .item .item-ttl,
.hyakuchin-archive .hyakuchin-list2 .item .item-ttl {
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
    line-height: 142.857142857%;
  }
}

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list2 .item .item-wrap	{
    padding: 20px 0;
	display: flex;
	min-height: 156px
  }
}
	
@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list .item .item-wrap	{
    padding: 20px 0;
	display: flex;
	min-height: 120px
  }
}
		
@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list2 .item .item-wrap	{
		padding: 0 5.1282051282vw;
		min-height: 156px
  }
}
			
@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list .item .item-wrap {
		padding: 0 5.1282051282vw;
		min-height: 120px
  }
}

.hyakuchin-archive .hyakuchin-list .item .hyakuchin,
.hyakuchin-archive .hyakuchin-list2 .item .column {
  display: flex;
  position: relative;
}

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list .item .hyakuchin,
.hyakuchin-archive .hyakuchin-list2 .item .column {
    padding: 0 35px;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list .item .hyakuchin,
.hyakuchin-archive .hyakuchin-list2 .item .column {
    /* padding: 6.4102564103vw 0 6.4102564103vw 8.9743589744vw; */
    padding: 6.4102564103vw 0 6.4102564103vw;
  }
}

.hyakuchin-archive .hyakuchin-list 2.item .column {
  align-items: stretch;
}

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list 2.item .column {
    /* border-right: 1px solid #222; */
  }
}

@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list 2.item .column {
    /* border-bottom: 1px solid #222; */
  }
}

.hyakuchin-archive .hyakuchin-list2 .item .column .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list2 .item .column .txt {
    min-height: 120px;
  }
}

.hyakuchin-archive .hyakuchin-list .item .hyakuchin {
  align-items: center;
}

/*.hyakuchin-archive .hyakuchin-list .item .cat,
.hyakuchin-archive .hyakuchin-list2 .item .cat,
.hyakuchin-archive .hyakuchin-list3 .item .cat	{
  padding: .5em .25em;
  position: absolute;
  writing-mode: vertical-rl;
  border: 1px solid #222;
}

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list .item .cat,
.hyakuchin-archive .hyakuchin-list2 .item .cat,
.hyakuchin-archive .hyakuchin-list3 .item .cat	{
    top: 0;
    left: 35px;
    font-size: 11px;
    letter-spacing: 0.2em;
    line-height: 127.272727273%;
  }
}

@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list .item .cat,
.hyakuchin-archive .hyakuchin-list2 .item .cat,
.hyakuchin-archive .hyakuchin-list3 .item .cat	{
    top: 6.4102564103vw;
    left: 0;
    font-size: 2.8205128205vw;
    letter-spacing: 0.2em;
    line-height: 127.272727273%;
  }
}*/

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list .item .img,
.hyakuchin-archive .hyakuchin-list2 .item .img {
    width: 120px;
  }
}

@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list .item .img,
.hyakuchin-archive .hyakuchin-list2 .item .img {
    width: 21.7948717949vw;
  }
}

.hyakuchin-archive .hyakuchin-list .item .txt,
.hyakuchin-archive .hyakuchin-list2 .item .txt {
  flex: 1 1 0;
}

.hyakuchin-archive .hyakuchin-list .item .ttl,
.hyakuchin-archive .hyakuchin-list2 .item .ttl	{
  color: #222;
}

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list .item .ttl,
.hyakuchin-archive .hyakuchin-list2 .item .ttl	{
    margin-left: 30px;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 177.777777778%;
  }
}

@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list .item .ttl,
.hyakuchin-archive .hyakuchin-list2 .item .ttl	{
    margin-left: 7.6923076923vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 164.285714286%;
  }
}

.hyakuchin-archive .hyakuchin-list2 .item .author	{
  margin-top: 1em;
  color: #222;
}

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list2 .item .author	{
    margin-left: 30px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
  }
}

@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list2 .item .author	{
    margin-left: 7.6923076923vw;
    font-size: 3.0769230769vw;
    letter-spacing: 0.06em;
    line-height: 166.666666667%;
  }
}

.hyakuchin-archive .hyakuchin-list2 .item .author .kana {
  display: block;
  font-family: "Ryumin Light KL", serif;
}

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list2 .item .author .kana {
    font-size: 11px;
  }
}

@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list2 .item .author .kana {
    font-size: 2.8205128205vw;
  }
}

.hyakuchin-archive .hyakuchin-list .item .copy	{
  margin-top: 1em;
  color: #222;
  display: block;
  font-family: "Ryumin Light KL", serif;
}

@media screen and (min-width: 751px) {
.hyakuchin-archive .hyakuchin-list .item .copy	{
    margin-left: 30px;
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
  }
}

@media screen and (max-width: 750px) {
.hyakuchin-archive .hyakuchin-list .item .copy	{
    margin-left: 7.6923076923vw;
    font-size: 2.8205128205vw;
    letter-spacing: 0.06em;
    line-height: 166.666666667%;
  }
}

.hyakuchin-archive .hyakuchin-list .item.is-hidden,
.hyakuchin-archive .hyakuchin-list2 .item.is-hidden,
.hyakuchin-archive .hyakuchin-list3 .item.is-hidden	{
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
				
/* tokubetsu */
.hyakuchin-archive .hyakuchin-list3 .item {
  font-family: "Ryumin Regular KL", serif;
  border: 1px solid #222;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
}

@media screen and (min-width: 751px) {
	.hyakuchin-archive .hyakuchin-list3 .item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
	.hyakuchin-archive .hyakuchin-list3 .item {
    margin-bottom: 10.2564102564vw;
  }
}

.hyakuchin-archive .hyakuchin-list3 .item a {
  display: block;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
				
@media screen and (min-width: 751px) {
	.hyakuchin-archive .hyakuchin-list3 .item a {
    padding: 30px;
  }
}

@media screen and (max-width: 750px) {
	.hyakuchin-archive .hyakuchin-list3 .item a {
    padding: 5.1282051282vw;
  }
}

.hyakuchin-archive .hyakuchin-list3 .item .item-ttl {
  margin-bottom: 0.5em;
  text-align: center;
}

@media screen and (min-width: 751px) {
	.hyakuchin-archive .hyakuchin-list3 .item .item-ttl {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 285.714285714%;
  }
}

@media screen and (max-width: 750px) {
	.hyakuchin-archive .hyakuchin-list3 .item .item-ttl {
    font-size: 3.0769230769vw;
    letter-spacing: 0.05em;
    line-height: 285.714285714%;
  }
}

@media screen and (min-width: 751px) {
	.hyakuchin-archive .hyakuchin-list3 .item .item-wrap {
    padding: 40px 0;
    display: flex;
  }
}

@media screen and (max-width: 750px) {
	.hyakuchin-archive .hyakuchin-list3 .item .item-wrap {
    padding: 0 5.1282051282vw;
  }
}

.hyakuchin-archive .hyakuchin-list3 .item .txt {
  flex: 1 1 0;
  text-align: center;
}

.hyakuchin-archive .hyakuchin-list3 .item .ttl {
  margin-bottom: 0.5em;
  color: #222;
}

@media screen and (min-width: 751px) {
	.hyakuchin-archive .hyakuchin-list3 .item .ttl {
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 166.666666667%;
  }
}

@media screen and (max-width: 750px) {
	.hyakuchin-archive .hyakuchin-list3 .item .ttl {
    font-size: 4.6153846154vw;
    letter-spacing: 0.06em;
    line-height: 166.666666667%;
  }
}

	.hyakuchin-archive .hyakuchin-list3 .item.caption {
  color: #222;
}

@media screen and (min-width: 751px) {
	.hyakuchin-archive .hyakuchin-list3 .item .caption {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 250%;
  }
}

@media screen and (max-width: 750px) {
	.hyakuchin-archive .hyakuchin-list3 .item .caption {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 187.5%;
  }
}

.hyakuchin-archive .c-link-more {
  text-align: center;
}

.hyakuchin-archive .c-link-more > a {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.hyakuchin-archive .c-link-more > a.is-hidden {
  display: none;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail {
    padding: 150px 0 140px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail {
    padding: 23.0769230769vw 5.1282051282vw 25.641025641vw;
  }
}

.hyakuchin-detail .wrap {
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 5px;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .wrap {
    margin: 0 auto 80px;
    max-width: 1020px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .wrap {
    margin-bottom: 11.5384615385vw;
    padding: 0 3.8461538462vw;
  }
}

.hyakuchin-detail .article-header .ttl {
  padding: 1em 0;
  border-bottom: 1px solid #222;
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .article-header .ttl {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 100%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .article-header .ttl {
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
    line-height: 142.857142857%;
  }
}

.hyakuchin-detail .column {
  /* border-bottom: 1px solid #222; */
  position: relative;
}
								
@media screen and (min-width: 751px) {
  .hyakuchin-detail .column {
    padding: 95px 145px 120px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column {
    padding: 7.6923076923vw 4.358974359vw 20.5128205128vw;
  }
}
				
.hyakuchin-detail .column-header {
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-header {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-header {
    margin-bottom: 12.8205128205vw;
  }
}

.hyakuchin-detail .column-header .cat {
  padding: .5em .25em;
  writing-mode: vertical-rl;
  border: 1px solid #222;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-header .cat {
    position: absolute;
    top: 40px;
    left: 50px;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 125%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-header .cat {
    margin-bottom: 7.6923076923vw;
    display: inline-block;
    font-size: 2.8205128205vw;
    letter-spacing: 0.2em;
    line-height: 127.272727273%;
  }
}

.hyakuchin-detail .column-header .ttl {
  margin-bottom: 1em;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-header .ttl {
    font-size: 34px;
    letter-spacing: 0.1em;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-header .ttl {
    font-size: 7.1794871795vw;
    letter-spacing: 0.05em;
    line-height: 182.142857143%;
  }
}

.hyakuchin-detail .column-header .author {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-header .author {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-header .author {
    font-size: 3.5897435897vw;
    letter-spacing: 0.2em;
    line-height: 142.857142857%;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-introduction {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-introduction {
    margin-bottom: 12.8205128205vw;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-introduction figure {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-introduction figure {
    margin-bottom: 12.8205128205vw;
  }
}

.hyakuchin-detail .column-introduction p {
  margin-bottom: 2em;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-introduction p {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 250%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-introduction p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 228.571428571%;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-body {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-body {
    margin-bottom: 12.8205128205vw;
  }
}

.hyakuchin-detail .column-body p {
  margin-bottom: 2em;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-body p {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 250%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-body p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 228.571428571%;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-special-body > section {
    padding-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-special-body > section {
    padding-top: 10.2564102564vw;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-special-body > section:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-special-body > section:not(:last-of-type) {
    margin-bottom: 5.1282051282vw;
  }
}

.hyakuchin-detail .column-special-body h3 {
  margin-bottom: 2em;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-special-body h3 {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-special-body h3 {
    font-size: 4.1025641026vw;
    letter-spacing: 0.1em;
    line-height: 150%;
  }
}

.hyakuchin-detail .column-special-body p {
  margin-bottom: 2em;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-special-body p {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 250%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-special-body p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 228.571428571%;
  }
}

.hyakuchin-detail .column-special-body figure {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-special-body figure {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-special-body figure {
    margin-bottom: 10.2564102564vw;
  }
}

.hyakuchin-detail .column-special-body figure figcaption {
  margin-top: .5em;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-special-body figure figcaption {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-special-body figure figcaption {
    font-size: 3.0769230769vw;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}
				
@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-special-body figure .img_s {
	width: 72%;
	height: auto;
  }
}
				
.hyakuchin-detail .column-special-body *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-note {
    border: 1px solid #222;
    padding: 35px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-note {
    border: 1px solid #222;
    padding: 35px;
    margin-bottom: 12.8205128205vw;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-note .cont {
    line-height: 2.125;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-note .cont {
    line-height: 2.125;
    font-size: 1.6rem;
    display: inline-block;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-note .cont .txt {
    width: 55%;
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-note .cont .txt {
    width: 100%;
    font-size: 2.8205128205vw;
    margin-bottom: 1.2em;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-note .cont .txt h1 {
    margin-bottom: 0.6rem;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-note .cont .txt h1 {
    margin-bottom: 0.6rem;
    font-size: 3.0769230769vw;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-note .cont .pict {
    width: 36%;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-note .cont .pict {
    width: 100%;
    height: auto;
  }
}

.hyakuchin-detail .column-note .cont .img {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .author-wrap .column-author {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .author-wrap .column-author {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-author {
    padding-left: 165px;
    position: relative;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-author .outline {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-author .outline {
    margin-bottom: 7.6923076923vw;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-author .outline .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-author .outline .img {
    width: 30.7692307692vw;
  }
}

.hyakuchin-detail .column-author .outline .txt {
  color: #222;
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-author .outline .txt {
    flex: 1 1 0;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-author .outline .txt .name {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-author .outline .txt .name {
    margin-left: 7.6923076923vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 178.571428571%;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-author .outline .txt .kana {
    font-size: 11px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-author .outline .txt .kana {
    display: block;
    font-size: 2.8205128205vw;
  }
}

.hyakuchin-detail .column-author .desc {
  margin-bottom: 1em;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-author .desc {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-author .desc {
    font-size: 3.0769230769vw;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

.hyakuchin-detail .column-author .links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .column-author .links li {
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 218.181818182%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .column-author .links li {
    font-size: 2.8205128205vw;
    letter-spacing: 0.06em;
    line-height: 218.181818182%;
  }
}

.hyakuchin-detail .column-author .links li a {
  text-decoration: underline;
}

.hyakuchin-detail .column-author .links li a:hover {
  text-decoration: none;
}

.hyakuchin-detail .hyakuchin {
  position: relative;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin {
    padding: 120px 85px 40px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin {
    padding: 7.6923076923vw 4.358974359vw 7.6923076923vw;
  }
}

.hyakuchin-detail .hyakuchin-header {
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-header {
    margin-bottom: 30px;
  }
}

.hyakuchin-detail .hyakuchin-header .cat {
  padding: .5em .25em;
  writing-mode: vertical-rl;
  border: 1px solid #222;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-header .cat {
    position: absolute;
    top: 40px;
    left: 50px;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 125%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-header .cat {
    margin-bottom: 7.6923076923vw;
    display: inline-block;
    font-size: 2.8205128205vw;
    letter-spacing: 0.2em;
    line-height: 127.272727273%;
  }
}

.hyakuchin-detail .hyakuchin-header .sub-ttl {
  margin-bottom: 1em;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-header .sub-ttl {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 187.5%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-header .sub-ttl {
    font-size: 3.5897435897vw;
    letter-spacing: 0.1em;
    line-height: 214.285714286%;
  }
}

.hyakuchin-detail .hyakuchin-header .ttl {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-header .ttl {
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-header .ttl {
    font-size: 5.1282051282vw;
    letter-spacing: 0.2em;
    line-height: 150%;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-summary {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-summary {
    margin-bottom: 15.3846153846vw;
  }
}

.hyakuchin-detail .hyakuchin-summary .img {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-summary .img {
    margin: auto;
    margin-bottom: 20px;
    width: 500px;
  }
}

.hyakuchin-detail .hyakuchin-summary .desc {
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-summary .desc {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 212.5%;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-summary .desc {
    font-size: 3.5897435897vw;
    letter-spacing: 0.1em;
    line-height: 214.285714286%;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe {
    display: flex;
  }
}

.hyakuchin-detail .hyakuchin-recipe .ingredients > .ttl,
.hyakuchin-detail .hyakuchin-recipe .steps > .ttl {
  margin-bottom: 1.5em;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients > .ttl,
  .hyakuchin-detail .hyakuchin-recipe .steps > .ttl {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 166.666666667%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients > .ttl,
  .hyakuchin-detail .hyakuchin-recipe .steps > .ttl {
    font-size: 4.6153846154vw;
    letter-spacing: 0.06em;
    line-height: 166.666666667%;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients {
    padding-right: 55px;
    width: 320px;
    border-right: 1px solid #222;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients {
    margin-bottom: 12.8205128205vw;
    padding-bottom: 12.8205128205vw;
    border-bottom: 1px solid #222;
  }
}

.hyakuchin-detail .hyakuchin-recipe .ingredients h4 {
  margin-bottom: 1em;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients h4 {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 187.5%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients h4 {
    font-size: 4.1025641026vw;
    letter-spacing: 0.06em;
    line-height: 187.5%;
  }
}

.hyakuchin-detail .hyakuchin-recipe .ingredients p {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe  p {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 171.428571429%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe  p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 171.428571429%;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe p.notes {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe p.notes {
    font-size: 3.0769230769vw;
  }
}

.hyakuchin-detail .hyakuchin-recipe .ingredients ul {
  margin-bottom: 1.5em;
}

.hyakuchin-detail .hyakuchin-recipe .ingredients ul li {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients ul li {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 171.428571429%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients ul li {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 171.428571429%;
  }
}

.hyakuchin-detail .hyakuchin-recipe .ingredients ul li .name {
  padding-right: 1em;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients ul li .name {
    width: 170px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients ul li .name {
    width: 43.5897435897vw;
  }
}

.hyakuchin-detail .hyakuchin-recipe .ingredients ul li .amount {
  padding-left: 2em;
  flex: 1 1 0;
  position: relative;
}

.hyakuchin-detail .hyakuchin-recipe .ingredients ul li .amount::before {
  position: absolute;
  left: 0;
  content: "…";
}

.hyakuchin-detail .hyakuchin-recipe .ingredients ul.has-line {
  border-left: 1px solid #222;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients ul.has-line {
    padding-left: 10px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients ul.has-line {
    padding-left: 2.5641025641vw;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients ul.has-line .name {
    width: 160px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe .ingredients ul.has-line .name {
    width: 41.0256410256vw;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe .steps {
    padding-left: 55px;
    flex: 1 1 0;
  }
}

.hyakuchin-detail .hyakuchin-recipe .steps .step-item .item-ttl {
  margin-bottom: 1em;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe .steps .step-item .item-ttl {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 166.666666667%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe .steps .step-item .item-ttl {
    font-size: 4.6153846154vw;
    letter-spacing: 0.06em;
    line-height: 166.666666667%;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe .steps .step-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe .steps .step-item:not(:last-of-type) {
    margin-bottom: 7.6923076923vw;
  }
}

.hyakuchin-detail .hyakuchin-recipe .steps ol {
  counter-reset: step;
}

.hyakuchin-detail .hyakuchin-recipe .steps ol li {
  padding-left: 2.5em;
  position: relative;
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .hyakuchin-recipe .steps ol li {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 175%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe .steps ol li {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 200%;
  }
}

.hyakuchin-detail .hyakuchin-recipe .steps ol li:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.hyakuchin-detail .hyakuchin-recipe .steps ol li::before {
  box-sizing: border-box;
  position: absolute;
  top: .3em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: step;
  content: counter(step);
  font-size: 80%;
  line-height: 1;
  border: 1px solid;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .hyakuchin-recipe .steps ol li::before {
    top: .5em;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .recommend-products {
    margin-top: 70px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .recommend-products {
    margin-top: 12.8205128205vw;
  }
}

.hyakuchin-detail .recommend-products > .ttl {
  font-family: "Ryumin Regular KL", serif;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .recommend-products > .ttl {
    margin-bottom: 1.5em;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 166.666666667%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .recommend-products > .ttl {
    margin-bottom: 2em;
    font-size: 4.6153846154vw;
    letter-spacing: 0.06em;
    line-height: 166.666666667%;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .recommend-products .product-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .recommend-products .product-list .item {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 33.33%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .recommend-products .product-list .item {
    margin-bottom: 20px;
    padding: 0 2.5641025641vw;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .recommend-products .product-list .item:not(:nth-of-type(3n-2)) {
    border-left: 1px solid #222;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .recommend-products .product-list .item:not(:last-of-type) {
    margin-bottom: 10.2564102564vw;
  }
}

.hyakuchin-detail .recommend-products .product-list .item > a {
  display: flex;
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .recommend-products .product-list .item > a {
    align-items: center;
  }
}

.hyakuchin-detail .recommend-products .product-list .item > a:hover .name {
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .recommend-products .product-list .img {
    margin-right: 15px;
    width: 60px;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .recommend-products .product-list .img {
    margin-right: 3.8461538462vw;
    width: 15.3846153846vw;
  }
}

.hyakuchin-detail .recommend-products .product-list .txt {
  flex: 1 1 0;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .recommend-products .product-list .txt {
    padding-top: 5px;
  }
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .recommend-products .product-list .cat {
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 218.181818182%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .recommend-products .product-list .cat {
    font-size: 2.8205128205vw;
    letter-spacing: 0.06em;
    line-height: 218.181818182%;
  }
}

.hyakuchin-detail .recommend-products .product-list .name {
  font-family: "Ryumin Regular KL", serif;
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .recommend-products .product-list .name {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 171.428571429%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .recommend-products .product-list .name {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 171.428571429%;
  }
}

.hyakuchin-detail .credit {
  text-align: right;
}

@media screen and (min-width: 751px) {
  .hyakuchin-detail .credit {
    margin-top: 70px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 250%;
  }
}

@media screen and (max-width: 750px) {
  .hyakuchin-detail .credit {
    margin-top: 12.8205128205vw;
    font-size: 3.0769230769vw;
    letter-spacing: 0.1em;
    line-height: 250%;
  }
}

.hyakuchin-detail .c-link-more {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .relation-product {
	padding: 120px 145px;
	border-top: 1px solid #222;
  }
}

@media screen and (max-width: 750px) {
  .relation-product {
    padding: 15.3846153846vw 5.1282051282vw;
	border-top: 1px solid #222;
		}
}

.relation-product header .ttl {
  margin-bottom: 2em;
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .relation-product header .ttl {
    font-size: 34px;
    letter-spacing: 0.1em;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .relation-product header .ttl {
    font-size: 7.1794871795vw;
    letter-spacing: 0.05em;
    line-height: 182.142857143%;
  }
}

.relation-product .conts .img {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .relation-product .conts .img {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  .relation-product .conts .img {
    margin-bottom: 10.2564102564vw;
  }
}

.relation-product .conts .text p {
  margin-bottom: 2em;
}

@media screen and (min-width: 751px) {
  .relation-product .conts .text p {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 171.428571429%;
  }
}

@media screen and (max-width: 750px) {
  .relation-product .conts .text p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 171.428571429%;
  }
}

.relation-product .c-link-more {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .relation-product .c-link-more {
    padding-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .relation-product .c-link-more {
    padding-top: 10.2564102564vw;
  }
}

/* ADD:231118 for matterport */
.relation-matterport {
	border-top: 1px solid #222;
}
@media screen and (min-width: 751px) {
  .relation-matterport {
    padding: 120px 145px;
  }
}

@media screen and (max-width: 750px) {
  .relation-matterport {
    padding: 15.3846153846vw 5.1282051282vw;
  }
}

.relation-matterport header .ttl {
  margin-bottom: 2em;
  font-family: "Ryumin Regular KL", serif;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .relation-matterport header .ttl {
    font-size: 34px;
    letter-spacing: 0.1em;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .relation-matterport header .ttl {
    font-size: 7.1794871795vw;
    letter-spacing: 0.05em;
    line-height: 182.142857143%;
  }
}

.relation-matterport .conts .iframe-wrap {
  text-align: center;
  height: 480px;
}

@media screen and (min-width: 751px) {
  .relation-matterport .conts .iframe-wrap {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  .relation-matterport .conts .iframe-wrap {
    margin-bottom: 10.2564102564vw;
  }
}

.relation-matterport .conts .iframe-wrap  iframe {
  width: 100%;
  height: 100%;
}

.relation-matterport .conts .text p {
  margin-bottom: 2em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .relation-matterport .conts .text p {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 171.428571429%;
  }
}

@media screen and (max-width: 750px) {
  .relation-matterport .conts .text p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    line-height: 171.428571429%;
  }
}
