@charset "UTF-8";
/*====================================
  00_base
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  01_layout
=====================================*/
/* ///////////////////////////////////////////
  layout.scss
/////////////////////////////////////////// */
.p-gyutan-selection, .p-column {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection, .p-column {
    font-size: 0.875rem;
  }
}
.p-gyutan-selection h1, .p-column h1, .p-gyutan-selection h2, .p-column h2, .p-gyutan-selection h3, .p-column h3, .p-gyutan-selection h4, .p-column h4, .p-gyutan-selection h5, .p-column h5, .p-gyutan-selection h6, .p-column h6, .p-gyutan-selection i, .p-column i, .p-gyutan-selection a, .p-column a {
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection h1, .p-column h1, .p-gyutan-selection h2, .p-column h2, .p-gyutan-selection h3, .p-column h3, .p-gyutan-selection h4, .p-column h4, .p-gyutan-selection h5, .p-column h5, .p-gyutan-selection h6, .p-column h6, .p-gyutan-selection i, .p-column i, .p-gyutan-selection a, .p-column a {
    line-height: 1.2;
  }
}
.p-gyutan-selection p, .p-column p {
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection p, .p-column p {
    line-height: 1.6;
  }
}
.p-gyutan-selection i, .p-column i, .p-gyutan-selection em, .p-column em {
  font-style: normal;
}
.p-gyutan-selection a, .p-column a, .p-gyutan-selection *:focus, .p-column *:focus {
  outline: none;
}
.p-gyutan-selection *::-moz-selection, .p-column *::-moz-selection {
  background: #A87000;
  color: #FFF;
}
.p-gyutan-selection *::selection, .p-column *::selection {
  background: #A87000;
  color: #FFF;
}
.p-gyutan-selection *::-moz-selection, .p-column *::-moz-selection {
  background: #A87000;
  color: #FFF;
}
.p-gyutan-selection .hide, .p-column .hide {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection .hideSP, .p-column .hideSP {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection .hideTL, .p-column .hideTL {
    display: none !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection .hideDT, .p-column .hideDT {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-gyutan-selection .hidePC, .p-column .hidePC {
    display: none !important;
  }
}
.p-gyutan-selection a:link, .p-column a:link {
  color: #000000;
}
.p-gyutan-selection a:visited, .p-column a:visited {
  color: #000000;
}
.p-gyutan-selection a:hover, .p-column a:hover {
  color: #000000;
  text-decoration: none;
}
.p-gyutan-selection a:active, .p-column a:active {
  color: #000000;
}
.p-gyutan-selection .p-blo, .p-column .p-blo {
  display: inline-block;
}

/*====================================
  03_page
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  layout.scss
/////////////////////////////////////////// */
.p-gyutan-selection, .p-column {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection, .p-column {
    font-size: 0.875rem;
  }
}
.p-gyutan-selection h1, .p-column h1, .p-gyutan-selection h2, .p-column h2, .p-gyutan-selection h3, .p-column h3, .p-gyutan-selection h4, .p-column h4, .p-gyutan-selection h5, .p-column h5, .p-gyutan-selection h6, .p-column h6, .p-gyutan-selection i, .p-column i, .p-gyutan-selection a, .p-column a {
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection h1, .p-column h1, .p-gyutan-selection h2, .p-column h2, .p-gyutan-selection h3, .p-column h3, .p-gyutan-selection h4, .p-column h4, .p-gyutan-selection h5, .p-column h5, .p-gyutan-selection h6, .p-column h6, .p-gyutan-selection i, .p-column i, .p-gyutan-selection a, .p-column a {
    line-height: 1.2;
  }
}
.p-gyutan-selection p, .p-column p {
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection p, .p-column p {
    line-height: 1.6;
  }
}
.p-gyutan-selection i, .p-column i, .p-gyutan-selection em, .p-column em {
  font-style: normal;
}
.p-gyutan-selection a, .p-column a, .p-gyutan-selection *:focus, .p-column *:focus {
  outline: none;
}
.p-gyutan-selection *::-moz-selection, .p-column *::-moz-selection {
  background: #A87000;
  color: #FFF;
}
.p-gyutan-selection *::selection, .p-column *::selection {
  background: #A87000;
  color: #FFF;
}
.p-gyutan-selection *::-moz-selection, .p-column *::-moz-selection {
  background: #A87000;
  color: #FFF;
}
.p-gyutan-selection .hide, .p-column .hide {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection .hideSP, .p-column .hideSP {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection .hideTL, .p-column .hideTL {
    display: none !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection .hideDT, .p-column .hideDT {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-gyutan-selection .hidePC, .p-column .hidePC {
    display: none !important;
  }
}
.p-gyutan-selection a:link, .p-column a:link {
  color: #000000;
}
.p-gyutan-selection a:visited, .p-column a:visited {
  color: #000000;
}
.p-gyutan-selection a:hover, .p-column a:hover {
  color: #000000;
  text-decoration: none;
}
.p-gyutan-selection a:active, .p-column a:active {
  color: #000000;
}
.p-gyutan-selection .p-blo, .p-column .p-blo {
  display: inline-block;
}

/* /////////////////////////////////////////////////////////
  コラム
///////////////////////////////////////////////////////// */
.p-column {
  padding: 0 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .p-column {
    padding: 0 0 96px 0;
  }
}
.p-column__header--wrap {
  display: block;
  max-width: 1388px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__header--wrap {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__header--wrap {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__header--wrap {
    padding: 40px 20px;
  }
}
.p-column__header--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-column__header--title h1 {
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__header--title h1 {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.p-column__header--title h1 span {
  display: block;
  padding-bottom: 1.5625rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-column__header--title h1 span {
    padding-bottom: 0.9375rem;
    font-size: 2.25rem;
    line-height: 1;
  }
}
.p-column__header--title h1 span::before {
  content: "";
  width: 3.125rem;
  height: 0.0625rem;
  margin-left: -1.5625rem;
  background: #29aabf;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.p-column__posts--wrap {
  display: block;
  max-width: 1388px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__posts--wrap {
    padding: 0 60px 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__posts--wrap {
    padding: 0 60px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__posts--wrap {
    padding: 0 20px 30px;
  }
}
.p-column__posts--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__posts--title {
    gap: 16px;
  }
}
.p-column__posts--title h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__posts--title h2 {
    font-size: 1.5rem;
  }
  .p-column__posts--title h2 span {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__posts--title h2 {
    display: flex;
    gap: 10px;
  }
}
.p-column__posts--items .item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
@media only screen and (max-width: 768px) {
  .p-column__posts--items .item {
    grid-template-columns: 1fr;
    gap: 40px 20px;
  }
}
@media print, screen and (min-width: 1241px) {
  .p-column__posts--items .item {
    justify-content: flex-start;
  }
}
.p-column__posts--items .item--meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media print, screen and (min-width: 769px) {
  .p-column__posts--items .item > li {
    flex-basis: calc(33.8% - 20px);
  }
}
.p-column__posts--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-column__posts--items .item > li a {
    gap: 15px;
    grid-template-columns: 125px 1fr;
  }
}
.p-column__posts--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-column__posts--items .item > li figure {
  width: 100%;
  height: 100%;
}
.p-column__posts--items .item > li figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column__posts--items .item > li h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-column__posts--items .item > li p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}
@media only screen and (max-width: 768px) {
  .p-column__posts--items .item > li p {
    line-height: 1.138;
  }
}
.p-column__single {
  /* 【写真付き解説】牛タンお土産を美味しく焼いて食べるポイント！＆牛タンに合う七味 */
  /* 仙台牛たんの歴史 ～戦後の創意が生んだ仙台名物の物語～ */
  /* 仙台牛たんの歴史 ～仙台牛たん定食：麦飯・テールスープ・つけあわせ編～ */
}
.p-column__single--wrap {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single--wrap {
    padding: 0 60px 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single--wrap {
    padding: 0 60px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single--wrap {
    padding: 0 0 40px;
  }
}
.p-column__single__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__header {
    gap: 16px;
    padding: 0 20px;
  }
}
.p-column__single__header h1 {
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__header h1 {
    font-size: 2rem;
  }
}
.p-column__single__header p {
  font-weight: 500;
}
.p-column__single__header p:nth-child(n+2) {
  margin-top: 1rem;
}
.p-column__single__mv--wrap {
  display: block;
  max-width: 100vw;
  margin: 0;
  margin-inline: calc(50% - 50vw);
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__mv--wrap {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__mv--wrap {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__mv--wrap {
    padding: 40px 0 0;
  }
}
.p-column__single__overview--wrap {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__overview--wrap {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__overview--wrap {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__overview--wrap {
    padding: 40px 20px;
  }
}
.p-column__single__overview--comment {
  padding: 1rem 0;
}
.p-column__single__overview--comment h2 {
  line-height: 1.5;
  color: #000000;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 25px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .p-column__single__overview--comment h2 {
    font-size: 1.5625rem;
    padding: 5px 0 15px 0;
  }
}
.p-column__single__overview--comment p {
  font-weight: 500;
  line-height: 2;
}
.p-column__single__overview--comment p:nth-child(n+2) {
  margin-top: 1rem;
}
.p-column__single__overview--table-of-contents {
  background-color: #F8F5EB;
  padding: 0 1rem 2.5rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-column__single__overview--table-of-contents {
    margin-top: 4rem;
  }
}
.p-column__single__overview--table-of-contents i {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
  display: block;
  position: relative;
  top: -1.2rem;
}
@media print, screen and (max-width: 1240px) {
  .p-column__single__overview--table-of-contents i {
    top: -0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__overview--table-of-contents i {
    font-size: 1.5rem;
  }
}
.p-column__single__overview--table-of-contents ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 640px;
  margin: 0 auto;
}
.p-column__single__overview--table-of-contents ul li {
  line-height: 1.2;
}
.p-column__single__overview--table-of-contents ul li > div {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2rem 1rem 1rem;
  background-color: #A87000;
  display: block;
  position: relative;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 768px) {
  .p-column__single__overview--table-of-contents ul li > div {
    font-size: 1rem;
    padding: 1rem 3rem 1rem 1rem;
  }
}
.p-column__single__overview--table-of-contents ul li > div:link {
  color: white;
}
.p-column__single__overview--table-of-contents ul li > div:visited {
  color: white;
}
.p-column__single__overview--table-of-contents ul li > div:hover {
  opacity: 0.8;
}
.p-column__single__overview--table-of-contents ul li > div::before, .p-column__single__overview--table-of-contents ul li > div::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-column__single__overview--table-of-contents ul li > div::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
}
.p-column__single__overview--table-of-contents ul li > div::after {
  right: 24px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #A87000;
  border-right: 2px solid #A87000;
  transform: rotate(135deg);
}
.p-column__single__overview--profile {
  display: grid;
  grid-template-columns: 240px 1fr;
  padding: 1.25rem;
  gap: 20px;
  border: 1px solid #DBD2B4;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-column__single__overview--profile {
    grid-template-columns: 1fr;
  }
  .p-column__single__overview--profile .text {
    order: 1;
  }
  .p-column__single__overview--profile .thumb {
    order: 2;
  }
}
.p-column__single__overview--profile .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.p-column__single__overview--profile .text i {
  font-size: 0.875rem;
  line-height: 1.486;
  font-weight: 700;
  color: #A87000;
}
.p-column__single__overview--profile .text h3 {
  font-size: 1.25rem;
  line-height: 1.486;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-column__single__overview--profile .text h3 {
    font-size: 1.125rem;
  }
}
.p-column__single__overview--profile .text p {
  line-height: 1.5;
  font-weight: 500;
}
.p-column__single__howto--wrap {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__howto--wrap {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__howto--wrap {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--wrap {
    padding: 40px 0;
  }
}
.p-column__single__howto--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--title {
    gap: 16px;
  }
}
.p-column__single__howto--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--title h2 {
    font-size: 1.75rem;
  }
}
.p-column__single__howto--title h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #A87000;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 1px solid #A87000;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--title h3 {
    font-size: 1rem;
  }
}
.p-column__single__howto--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--title p {
    font-size: 1rem;
  }
}
.p-column__single__howto--items {
  counter-reset: item;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--items {
    margin-top: 32px;
  }
}
.p-column__single__howto--items > li {
  padding: 40px;
  background-color: #F8F5EB;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--items > li {
    padding: 20px;
  }
}
.p-column__single__howto--items .wrap {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 64px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--items .wrap {
    gap: 20px;
  }
}
.p-column__single__howto--items .wrap:nth-child(n+2) {
  margin-top: 20px;
}
.p-column__single__howto--items .wrap .thumb {
  order: 2;
}
.p-column__single__howto--items .wrap .text {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--items .wrap {
    grid-template-columns: 1fr;
  }
}
.p-column__single__howto--items .thumb {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-column__single__howto--items .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.p-column__single__howto--items .text h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-column__single__howto--items .text h3::before {
  font-size: 1.125rem;
  font-weight: 700;
  counter-increment: item;
  content: counter(item);
  margin-right: 1rem;
  padding: 0.3rem 1rem;
  color: white;
  background-color: #A87000;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--items .text h3::before {
    font-size: 0.875rem;
  }
}
.p-column__single__howto--items .text h3 span {
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--items .text h3 {
    font-size: 1.25rem;
  }
}
.p-column__single__howto--items .text > p {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-column__single__howto--items .item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--items .item {
    grid-template-columns: 1fr;
  }
}
.p-column__single__howto--items .item--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-column__single__howto--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.p-column__single__howto--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-column__single__howto--items .item > li h4 {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--items .item > li h4 {
    font-size: 0.875rem;
  }
}
.p-column__single__howto--items .item > li p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--items .item > li p {
    font-size: 0.75rem;
  }
}
.p-column__single__howto--items .note {
  padding: 3rem;
  border: 1px solid #DBD2B4;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media print, screen and (max-width: 1240px) {
  .p-column__single__howto--items .note {
    padding: 2rem;
  }
}
.p-column__single__howto--items .note h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--items .note h4 {
    font-size: 1rem;
  }
}
.p-column__single__howto--items .note p {
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-column__single__howto--items .note p {
    font-size: 0.875rem;
  }
}
.p-column__single__original--wrap {
  display: block;
  max-width: 100vw;
  margin: 0;
  margin-inline: calc(50% - 50vw);
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__original--wrap {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__original--wrap {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__original--wrap {
    padding: 40px 0 0;
  }
}
.p-column__single__original--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__original--title {
    gap: 16px;
    padding: 0 20px;
  }
}
.p-column__single__original--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__original--title h2 {
    font-size: 1.75rem;
  }
}
.p-column__single__original--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__original--title p {
    font-size: 1rem;
  }
}
.p-column__single__original--items {
  counter-reset: item;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-column__single__original--items {
    margin-top: 2rem;
  }
}
.p-column__single__original--items > li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #F8F5EB;
}
@media print, screen and (max-width: 1240px) {
  .p-column__single__original--items > li {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__original--items > li:nth-child(even) .thumb {
    order: 2;
  }
  .p-column__single__original--items > li:nth-child(even) .text {
    order: 1;
  }
}
.p-column__single__original--items .thumb {
  background-color: #A87000;
  position: relative;
}
.p-column__single__original--items .thumb i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.p-column__single__original--items .thumb i img {
  margin: 0;
}
.p-column__single__original--items .thumb figure {
  width: 100%;
  height: 100%;
}
.p-column__single__original--items .thumb figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: #9E9E9E;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.p-column__single__original--items .thumb figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 960/880;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column__single__original--items .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 60px;
}
@media print, screen and (max-width: 1240px) {
  .p-column__single__original--items .text {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__original--items .text {
    padding: 20px;
  }
}
.p-column__single__original--items .text h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.75rem;
  font-weight: 700;
}
.p-column__single__original--items .text h3::before {
  font-size: 1.125rem;
  font-weight: 700;
  counter-increment: item;
  content: counter(item);
  margin-right: 1rem;
  padding: 0.3rem 1rem;
  color: white;
  background-color: #A87000;
}
@media only screen and (max-width: 768px) {
  .p-column__single__original--items .text h3::before {
    font-size: 0.875rem;
  }
}
.p-column__single__original--items .text h3 span {
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .p-column__single__original--items .text h3 {
    font-size: 1.25rem;
  }
}
.p-column__single__original--items .text > p {
  font-size: 0.875rem;
  font-weight: 500;
}
.p-column__single__original--items .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__original--items .item {
    justify-content: flex-start;
  }
}
.p-column__single__original--items .item--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__original--items .item > li {
    flex-basis: calc(33.8% - 20px);
  }
}
.p-column__single__original--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-column__single__original--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-column__single__original--items .item > li h4 {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-column__single__original--items .item > li h4 {
    font-size: 0.875rem;
  }
}
.p-column__single__original--items .item > li p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-column__single__original--items .item > li p {
    font-size: 0.75rem;
  }
}
.p-column__single__original--items .link {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 20px 0 0;
  border-top: 1px solid #DBD2B4;
}
@media print, screen and (max-width: 1240px) {
  .p-column__single__original--items .link {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 20px 0;
  }
}
.p-column__single__original--items .link h5 {
  font-size: 0.875rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-column__single__original--items .link h5 {
    font-size: 1rem;
  }
}
.p-column__single__original--items .link .button {
  gap: 16px;
}
@media print, screen and (max-width: 1240px) {
  .p-column__single__original--items .link .button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__original--items .link .button {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.p-column__single__original--items .link .button a {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.4rem 2rem 0.4rem 2.2rem;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border: 1px solid #707070;
  transition: all 0.2s ease-out;
  white-space: nowrap;
  position: relative;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__original--items .link .button a {
    width: auto;
  }
}
.p-column__single__original--items .link .button a:hover {
  opacity: 0.6;
}
.p-column__single__original--items .link .button a::before, .p-column__single__original--items .link .button a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-column__single__original--items .link .button a::before {
  left: 0.8rem;
  content: "";
  width: 16px;
  height: 16px;
}
.p-column__single__original--items .link .button a::after {
  right: 0.8rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}
.p-column__single__original--items .link .button .floor::before {
  background: url("https://ko.fujisaki.co.jp/gyutan-selection/assets/images/column/original_icon-floor.svg") no-repeat left center/cover;
}
.p-column__single__original--items .link .button .ec::before {
  background: url("https://ko.fujisaki.co.jp/gyutan-selection/assets/images/column/original_icon-ec.svg") no-repeat left center/cover;
}
.p-column__single__flow--wrap {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__flow--wrap {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__flow--wrap {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__flow--wrap {
    padding: 40px 0 0;
  }
}
.p-column__single__flow--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__flow--title {
    gap: 16px;
    padding: 0 20px;
  }
}
.p-column__single__flow--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__flow--title h2 {
    font-size: 1.75rem;
  }
}
.p-column__single__flow--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__flow--title p {
    font-size: 1rem;
  }
}
.p-column__single__flow--items {
  counter-reset: item;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-column__single__flow--items > li {
  display: grid;
  grid-template-columns: 1fr 540px;
  background-color: #F8F5EB;
}
@media print, screen and (max-width: 1240px) {
  .p-column__single__flow--items > li {
    grid-template-columns: 1fr 340px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__flow--items > li {
    grid-template-columns: 1fr;
  }
}
.p-column__single__flow--items .thumb {
  background-color: #A87000;
  position: relative;
  order: 2;
}
.p-column__single__flow--items .thumb i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.p-column__single__flow--items .thumb i img {
  margin: 0;
}
.p-column__single__flow--items .thumb figure {
  width: 100%;
  height: 100%;
}
.p-column__single__flow--items .thumb figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 540/420;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column__single__flow--items .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 60px;
  order: 1;
}
@media print, screen and (max-width: 1240px) {
  .p-column__single__flow--items .text {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__flow--items .text {
    padding: 20px;
  }
}
.p-column__single__flow--items .text h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.75rem;
  font-weight: 700;
}
.p-column__single__flow--items .text h3::before {
  font-size: 1.125rem;
  font-weight: 700;
  counter-increment: item;
  content: counter(item);
  margin-right: 1rem;
  padding: 0.3rem 1rem;
  color: white;
  background-color: #A87000;
}
@media only screen and (max-width: 768px) {
  .p-column__single__flow--items .text h3::before {
    font-size: 0.875rem;
  }
}
.p-column__single__flow--items .text h3 span {
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .p-column__single__flow--items .text h3 {
    font-size: 1.5rem;
  }
}
.p-column__single__flow--items .text > p {
  font-size: 1rem;
  font-weight: 500;
}
.p-column__single__flow--items .link {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 20px 0 0;
  border-top: 1px solid #DBD2B4;
}
@media print, screen and (max-width: 1240px) {
  .p-column__single__flow--items .link {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 20px 0;
  }
}
.p-column__single__flow--items .link h5 {
  font-size: 0.875rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-column__single__flow--items .link h5 {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 1240px) {
  .p-column__single__flow--items .link .button {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__flow--items .link .button {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__flow--items .link .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.p-column__single__flow--items .link .button a {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.4rem 2rem 0.4rem 2.2rem;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border: 1px solid #707070;
  transition: all 0.2s ease-out;
  white-space: nowrap;
  position: relative;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__flow--items .link .button a {
    width: auto;
  }
}
.p-column__single__flow--items .link .button a:hover {
  opacity: 0.6;
}
.p-column__single__flow--items .link .button a::before, .p-column__single__flow--items .link .button a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-column__single__flow--items .link .button a::before {
  left: 0.8rem;
  content: "";
  width: 16px;
  height: 16px;
}
.p-column__single__flow--items .link .button a::after {
  right: 0.8rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}
.p-column__single__flow--items .link .button .floor::before {
  background: url("https://ko.fujisaki.co.jp/gyutan-selection/assets/images/column/original_icon-floor.svg") no-repeat left center/cover;
}
.p-column__single__flow--items .link .button .ec::before {
  background: url("https://ko.fujisaki.co.jp/gyutan-selection/assets/images/column/original_icon-ec.svg") no-repeat left center/cover;
}
.p-column__single__birth--wrap {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__birth--wrap {
    padding: 100px 0 60px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__birth--wrap {
    padding: 100px 0 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--wrap {
    padding: 10px 0 25px 0;
  }
}
.p-column__single__birth--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--title {
    gap: 16px;
  }
}
.p-column__single__birth--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--title h2 {
    font-size: 1.75rem;
    line-height: 1.5 !important;
    padding: 0 20px;
  }
}
.p-column__single__birth--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--title p {
    font-size: 1rem;
  }
}
.p-column__single__birth--intro {
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 35px;
}
.p-column__single__birth--intro::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--intro {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__birth--intro {
    text-align: center;
    margin-top: 60px;
  }
}
.p-column__single__birth--column-two {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--column-two {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__birth--column-two {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--column-two li:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__birth--column-two li {
    width: calc(50% - 20px);
  }
  .p-column__single__birth--column-two li:nth-child(odd) {
    margin-right: 40px;
  }
  .p-column__single__birth--column-two li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.p-column__single__birth--column-two li figure {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--column-two li figure {
    margin-bottom: 25px;
  }
}
.p-column__single__birth--column-two li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-column__single__birth--column-two li p {
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.p-column__single__birth--column-two li p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.p-column__single__birth--items {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--items {
    padding: 0 20px;
    margin-top: 35px;
  }
}
.p-column__single__birth--items li {
  background-color: #F8F5EB;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__birth--items li {
    min-height: 300px;
    display: flex;
    justify-content: space-between;
  }
}
.p-column__single__birth--items li:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--items li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__birth--items li.no-image {
    min-height: unset;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__birth--items li.no-image .text {
    width: 100%;
  }
}
.p-column__single__birth--items li figure {
  display: block;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__birth--items li figure {
    width: 35.8333%;
  }
}
.p-column__single__birth--items li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__birth--items li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--items li .text {
    padding: 40px 20px 30px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__birth--items li .text {
    width: 64.1667%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px 40px 40px;
  }
}
.p-column__single__birth--items li .text h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__birth--items li .text h3 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__birth--items li .text h3 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.p-column__single__birth--items li .text h3::before {
  width: 36px;
  height: 36px;
  content: "";
  background-color: #A87000;
  flex-shrink: 0;
  margin: 0 15px 0 0;
}
.p-column__single__birth--items li .text p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
}
.p-column__single__birth--items li .text p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__birth--items li .text p {
    font-size: 0.875rem;
  }
}
.p-column__single__features {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__features {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__features {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__features {
    padding: 25px 0;
  }
}
.p-column__single__features--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__features--title {
    gap: 16px;
  }
}
.p-column__single__features--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .p-column__single__features--title h2 {
    font-size: 1.75rem;
    line-height: 1.5 !important;
    padding: 0 20px;
  }
}
.p-column__single__features--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__features--title p {
    font-size: 1rem;
  }
}
.p-column__single__features--intro {
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 35px;
}
.p-column__single__features--intro::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .p-column__single__features--intro {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__features--intro {
    text-align: center;
    margin-top: 60px;
  }
}
.p-column__single__features--items {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__features--items {
    padding: 0 20px;
    margin-top: 35px;
  }
}
.p-column__single__features--items li {
  background-color: #F8F5EB;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__features--items li {
    min-height: 300px;
    display: flex;
    justify-content: space-between;
  }
}
.p-column__single__features--items li:nth-child(n+2) {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__features--items li:nth-child(n+2) {
    margin-top: 70px;
  }
}
.p-column__single__features--items li figure {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__features--items li figure {
    width: 35.8333%;
  }
}
.p-column__single__features--items li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__features--items li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.p-column__single__features--items li figure figcaption {
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.p-column__single__features--items li figure figcaption::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .p-column__single__features--items li figure figcaption {
    bottom: -40px;
    left: 0;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__features--items li figure figcaption {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__features--items li .text {
    padding: 40px 20px 30px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__features--items li .text {
    width: 64.1667%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px 40px 40px;
  }
}
.p-column__single__features--items li .text h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__features--items li .text h3 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__features--items li .text h3 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.p-column__single__features--items li .text h3::before {
  width: 36px;
  height: 36px;
  content: "";
  background-color: #A87000;
  flex-shrink: 0;
  margin: 0 15px 0 0;
}
.p-column__single__features--items li .text p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
}
.p-column__single__features--items li .text p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__features--items li .text p {
    font-size: 0.875rem;
  }
}
.p-column__single__value {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__value {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__value {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__value {
    padding: 25px 0;
  }
}
.p-column__single__value--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__value--title {
    gap: 16px;
  }
}
.p-column__single__value--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .p-column__single__value--title h2 {
    font-size: 1.75rem;
    line-height: 1.5 !important;
    padding: 0 20px;
  }
}
.p-column__single__value--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__value--title p {
    font-size: 1rem;
  }
}
.p-column__single__value--intro {
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 35px;
}
.p-column__single__value--intro::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .p-column__single__value--intro {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__value--intro {
    text-align: center;
    margin-top: 60px;
  }
}
.p-column__single__value--items {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__value--items {
    padding: 0 20px;
    margin-top: 35px;
  }
}
.p-column__single__value--items li {
  background-color: #F8F5EB;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__value--items li {
    min-height: 300px;
    display: flex;
    justify-content: space-between;
  }
}
.p-column__single__value--items li:nth-child(n+2) {
  margin-top: 30px;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__value--items li.no-image {
    min-height: unset;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__value--items li.no-image .text {
    width: 100%;
  }
}
.p-column__single__value--items li figure {
  display: block;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__value--items li figure {
    width: 50.8333%;
  }
}
.p-column__single__value--items li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__value--items li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__value--items li .text {
    padding: 40px 20px 30px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__value--items li .text {
    width: 49.1667%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px 40px 40px;
  }
}
.p-column__single__value--items li .text h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__value--items li .text h3 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__value--items li .text h3 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.p-column__single__value--items li .text h3::before {
  width: 36px;
  height: 36px;
  content: "";
  background-color: #A87000;
  flex-shrink: 0;
  margin: 0 15px 0 0;
}
.p-column__single__value--items li .text p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
}
.p-column__single__value--items li .text p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__value--items li .text p {
    font-size: 0.875rem;
  }
}
.p-column__single__culture {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__culture {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__culture {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__culture {
    padding: 25px 0;
  }
}
.p-column__single__culture--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__culture--title {
    gap: 16px;
  }
}
.p-column__single__culture--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .p-column__single__culture--title h2 {
    font-size: 1.75rem;
    line-height: 1.5 !important;
    padding: 0 20px;
  }
}
.p-column__single__culture--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__culture--title p {
    font-size: 1rem;
  }
}
.p-column__single__culture--intro {
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 35px;
}
.p-column__single__culture--intro::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .p-column__single__culture--intro {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__culture--intro {
    text-align: center;
    margin-top: 60px;
  }
}
.p-column__single__culture--items {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__culture--items {
    padding: 0 20px;
    margin-top: 35px;
  }
}
.p-column__single__culture--items li {
  background-color: #F8F5EB;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__culture--items li {
    min-height: 300px;
    display: flex;
    justify-content: space-between;
  }
}
.p-column__single__culture--items li:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__culture--items li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__culture--items li.no-image {
    min-height: unset;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__culture--items li.no-image .text {
    width: 100%;
  }
}
.p-column__single__culture--items li figure {
  display: block;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__culture--items li figure {
    width: 35.8333%;
  }
}
.p-column__single__culture--items li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__culture--items li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__culture--items li .text {
    padding: 40px 20px 30px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__culture--items li .text {
    width: 64.1667%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px 40px 40px;
  }
}
.p-column__single__culture--items li .text h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__culture--items li .text h3 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__culture--items li .text h3 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.p-column__single__culture--items li .text h3::before {
  width: 36px;
  height: 36px;
  content: "";
  background-color: #A87000;
  flex-shrink: 0;
  margin: 0 15px 0 0;
}
.p-column__single__culture--items li .text p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
}
.p-column__single__culture--items li .text p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__culture--items li .text p {
    font-size: 0.875rem;
  }
}
.p-column__single__story {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__story {
    padding: 60px 0 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__story {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__story {
    padding: 25px 0 15px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__story {
    margin-bottom: -5px;
  }
}
.p-column__single__story--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__story--title {
    gap: 16px;
  }
}
.p-column__single__story--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .p-column__single__story--title h2 {
    font-size: 1.75rem;
    line-height: 1.5 !important;
    padding: 0 20px;
  }
}
.p-column__single__story--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__story--title p {
    font-size: 1rem;
  }
}
.p-column__single__story--intro {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  padding: 45px 40px;
  background-color: #F8F5EB;
}
@media only screen and (max-width: 768px) {
  .p-column__single__story--intro {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 40px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__story--intro {
    margin-top: 65px;
  }
}
.p-column__single__story--column-two {
  margin-top: 40px;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__story--column-two {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__story--column-two li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__story--column-two li {
    width: calc(50% - 20px);
  }
  .p-column__single__story--column-two li:nth-child(odd) {
    margin-right: 40px;
  }
  .p-column__single__story--column-two li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.p-column__single__story--column-two li figure {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__story--column-two li figure {
    margin-bottom: 30px;
  }
}
.p-column__single__story--column-two li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-column__single__story--column-two li p {
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.p-column__single__story--column-two li p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .p-column__single__story--column-two li p {
    line-height: 1.625;
  }
  .p-column__single__story--column-two li p::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.625) * 0.5em);
  }
}
.p-column__single__story--profile {
  padding: 19px;
  background: #FCFCFC;
  border: 1px solid #DBD2B4;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-column__single__story--profile {
    width: calc(100% - 40px);
    padding: 30px 19px 25px 19px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__story--profile {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__story--profile figure {
    padding-bottom: 20px;
    border-bottom: 2px solid #DBD2B4;
    margin-bottom: 15px;
  }
}
.p-column__single__story--profile figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__story--profile > figure {
    width: 25%;
  }
}
.p-column__single__story--profile .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__story--profile .text {
    width: calc(75% - 30px);
  }
}
.p-column__single__story--profile .text > dt {
  font-size: 1.25rem;
  line-height: 1.04;
  font-weight: 700;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__story--profile .text > dt {
    padding-bottom: 30px;
    border-bottom: 2px solid #DBD2B4;
    margin-bottom: 30px;
  }
}
.p-column__single__story--profile .text > dt i {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #A87000;
  display: block;
}
.p-column__single__story--profile .text > dt i span {
  font-size: 0.875rem;
  line-height: 1.48571;
  font-weight: 500;
  display: block;
  margin: 15px 0;
}
@media only screen and (max-width: 768px) {
  .p-column__single__story--profile .text > dt i span {
    margin: 20px 0;
  }
}
.p-column__single__story--profile .text > dd p {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-column__single__story--profile .text > dd p:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__story--profile .text > dd p span {
    margin-left: 4em;
  }
}
.p-column__single__sidedish {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__sidedish {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__sidedish {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish {
    padding: 25px 0;
  }
}
.p-column__single__sidedish#nanbanmiso {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__single__sidedish#nanbanmiso {
    padding: 60px 0 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__sidedish#nanbanmiso {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish#nanbanmiso {
    padding: 25px 0 15px 0;
  }
}
.p-column__single__sidedish--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish--title {
    gap: 16px;
  }
}
.p-column__single__sidedish--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish--title h2 {
    font-size: 1.75rem;
    line-height: 1.5 !important;
    padding: 0 20px;
  }
}
.p-column__single__sidedish--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish--title p {
    font-size: 1rem;
  }
}
.p-column__single__sidedish--items {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish--items {
    padding: 0 20px;
    margin-top: 35px;
  }
}
.p-column__single__sidedish--items li {
  background-color: #F8F5EB;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--items li {
    min-height: 300px;
    display: flex;
    justify-content: space-between;
  }
}
.p-column__single__sidedish--items li:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish--items li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--items li.no-image {
    min-height: unset;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--items li.no-image .text {
    width: 100%;
  }
}
.p-column__single__sidedish--items li figure {
  display: block;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--items li figure {
    width: 35.8333%;
  }
}
.p-column__single__sidedish--items li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--items li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish--items li .text {
    padding: 40px 20px 30px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--items li .text {
    width: 64.1667%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px 40px 40px;
  }
}
.p-column__single__sidedish--items li .text h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish--items li .text h3 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__sidedish--items li .text h3 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.p-column__single__sidedish--items li .text h3::before {
  width: 36px;
  height: 36px;
  content: "";
  background-color: #A87000;
  flex-shrink: 0;
  margin: 0 15px 0 0;
}
.p-column__single__sidedish--items li .text p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
}
.p-column__single__sidedish--items li .text p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__single__sidedish--items li .text p {
    font-size: 0.875rem;
  }
}
.p-column__single__sidedish--profile {
  padding: 19px;
  background: #FCFCFC;
  border: 1px solid #DBD2B4;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish--profile {
    width: calc(100% - 40px);
    padding: 30px 19px 25px 19px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--profile {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish--profile figure {
    padding-bottom: 20px;
    border-bottom: 2px solid #DBD2B4;
    margin-bottom: 20px;
  }
}
.p-column__single__sidedish--profile figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--profile > figure {
    width: 25%;
  }
}
.p-column__single__sidedish--profile .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--profile .text {
    width: calc(75% - 30px);
  }
}
.p-column__single__sidedish--profile .text > dt {
  font-size: 1.25rem;
  line-height: 1.04;
  font-weight: 700;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--profile .text > dt {
    padding-bottom: 30px;
    border-bottom: 2px solid #DBD2B4;
    margin-bottom: 20px;
  }
}
.p-column__single__sidedish--profile .text > dt i {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #A87000;
  display: block;
}
.p-column__single__sidedish--profile .text > dt i span {
  font-size: 0.875rem;
  line-height: 1.48571;
  font-weight: 500;
  display: block;
  margin: 15px 0;
}
@media only screen and (max-width: 768px) {
  .p-column__single__sidedish--profile .text > dt i span {
    margin: 20px 0;
  }
}
.p-column__single__sidedish--profile .text > dd dl dt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.p-column__single__sidedish--profile .text > dd dl dt::before {
  width: 30px;
  height: 30px;
  content: "";
  background: url("https://ko.fujisaki.co.jp/gyutan-selection/assets/images/column/history02/icon-reference.svg") no-repeat left top/contain;
  display: block;
  flex-shrink: 0;
  margin-right: 15px;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--profile .text > dd dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-column__single__sidedish--profile .text > dd dl dd ul li {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  list-style: disc;
  margin-left: 1em;
}
@media print, screen and (min-width: 769px) {
  .p-column__single__sidedish--profile .text > dd dl dd ul li {
    padding-right: 1em;
  }
  .p-column__single__sidedish--profile .text > dd dl dd ul li:nth-child(odd) {
    width: calc(55% - 1em);
  }
  .p-column__single__sidedish--profile .text > dd dl dd ul li:nth-child(even) {
    width: calc(45% - 1em);
  }
}
.p-column__single__sidedish--profile .text > dd dl dd ul li a {
  color: #333;
  text-decoration: none;
}
.p-column__single__sidedish--profile .text > dd dl dd ul li a:hover {
  text-decoration: underline;
}
.p-column__related--wrap {
  display: block;
  max-width: 1388px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__related--wrap {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__related--wrap {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__related--wrap {
    padding: 40px 20px;
  }
}
.p-column__related--title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__related--title {
    gap: 16px;
  }
}
.p-column__related--title h2 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__related--title h2 {
    font-size: 1.375rem;
  }
  .p-column__related--title h2 span {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__related--title h2 {
    display: flex;
    gap: 10px;
  }
}
.p-column__related--items {
  margin-top: 48px;
}
.p-column__related--items .item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px;
}
@media only screen and (max-width: 768px) {
  .p-column__related--items .item {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media print, screen and (min-width: 1241px) {
  .p-column__related--items .item {
    justify-content: flex-start;
  }
}
.p-column__related--items .item--meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-column__related--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-column__related--items .item > li a {
    gap: 15px;
  }
}
.p-column__related--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-column__related--items .item > li figure {
  width: 100%;
  height: 100%;
}
.p-column__related--items .item > li figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column__related--items .item > li h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-column__related--items .item > li p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}
@media only screen and (max-width: 768px) {
  .p-column__related--items .item > li p {
    line-height: 1.138;
  }
}
.p-column__related-col3--wrap {
  display: block;
  max-width: 1388px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__related-col3--wrap {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__related-col3--wrap {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__related-col3--wrap {
    padding: 40px 20px;
  }
}
.p-column__related-col3--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__related-col3--title {
    gap: 16px;
  }
}
.p-column__related-col3--title h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__related-col3--title h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-column__related-col3--title h2 span {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__related-col3--title h2 {
    line-height: 1.917;
    display: flex;
    gap: 10px;
  }
}
.p-column__related-col3--items {
  margin-top: 48px;
}
.p-column__related-col3--items .item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
@media only screen and (max-width: 768px) {
  .p-column__related-col3--items .item {
    grid-template-columns: 1fr;
    gap: 40px 20px;
  }
}
@media print, screen and (min-width: 1241px) {
  .p-column__related-col3--items .item {
    justify-content: flex-start;
  }
}
.p-column__related-col3--items .item--meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media print, screen and (min-width: 769px) {
  .p-column__related-col3--items .item > li {
    flex-basis: calc(33.8% - 20px);
  }
}
.p-column__related-col3--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-column__related-col3--items .item > li a {
    gap: 15px;
    grid-template-columns: 125px 1fr;
  }
}
.p-column__related-col3--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-column__related-col3--items .item > li figure {
  width: 100%;
  height: 100%;
}
.p-column__related-col3--items .item > li figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column__related-col3--items .item > li h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-column__related-col3--items .item > li p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}
@media only screen and (max-width: 768px) {
  .p-column__related-col3--items .item > li p {
    line-height: 1.138;
  }
}
.p-column__related-col4--wrap {
  display: block;
  max-width: 1388px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__related-col4--wrap {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__related-col4--wrap {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__related-col4--wrap {
    padding: 40px 20px;
  }
}
.p-column__related-col4--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-column__related-col4--title {
    gap: 16px;
  }
}
.p-column__related-col4--title h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-column__related-col4--title h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-column__related-col4--title h2 span {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__related-col4--title h2 {
    line-height: 1.917;
    display: flex;
    gap: 10px;
  }
}
.p-column__related-col4--items {
  margin-top: 48px;
}
.p-column__related-col4--items .item {
  display: flex;
  flex-wrap: wrap;
}
.p-column__related-col4--items .item--meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-column__related-col4--items .item > li:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-column__related-col4--items .item > li {
    width: calc(25% - 15px);
  }
  .p-column__related-col4--items .item > li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
.p-column__related-col4--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-column__related-col4--items .item > li a {
    gap: 15px;
    grid-template-columns: 125px 1fr;
  }
}
.p-column__related-col4--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-column__related-col4--items .item > li figure {
  width: 100%;
  height: 100%;
}
.p-column__related-col4--items .item > li figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column__related-col4--items .item > li h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-column__related-col4--items .item > li p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}
@media only screen and (max-width: 768px) {
  .p-column__related-col4--items .item > li p {
    line-height: 1.138;
  }
}
.p-column__other--wrap {
  display: block;
  max-width: 1388px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-column__other--wrap {
    padding: 0 60px 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-column__other--wrap {
    padding: 0 60px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-column__other--wrap {
    padding: 0 20px 20px;
  }
}
.p-column__other--link .button a {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  padding: 1.5rem 3rem;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border: 1px solid #707070;
  transition: all 0.2s ease-out;
  white-space: nowrap;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-column__other--link .button a {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}
.p-column__other--link .button a:hover {
  opacity: 0.6;
}
.p-column__other--link .button a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .p-column__other--link .button a::after {
    right: 2rem;
    width: 7px;
    height: 7px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  layout.scss
/////////////////////////////////////////// */
.p-gyutan-selection, .p-column {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection, .p-column {
    font-size: 0.875rem;
  }
}
.p-gyutan-selection h1, .p-column h1, .p-gyutan-selection h2, .p-column h2, .p-gyutan-selection h3, .p-column h3, .p-gyutan-selection h4, .p-column h4, .p-gyutan-selection h5, .p-column h5, .p-gyutan-selection h6, .p-column h6, .p-gyutan-selection i, .p-column i, .p-gyutan-selection a, .p-column a {
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection h1, .p-column h1, .p-gyutan-selection h2, .p-column h2, .p-gyutan-selection h3, .p-column h3, .p-gyutan-selection h4, .p-column h4, .p-gyutan-selection h5, .p-column h5, .p-gyutan-selection h6, .p-column h6, .p-gyutan-selection i, .p-column i, .p-gyutan-selection a, .p-column a {
    line-height: 1.2;
  }
}
.p-gyutan-selection p, .p-column p {
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection p, .p-column p {
    line-height: 1.6;
  }
}
.p-gyutan-selection i, .p-column i, .p-gyutan-selection em, .p-column em {
  font-style: normal;
}
.p-gyutan-selection a, .p-column a, .p-gyutan-selection *:focus, .p-column *:focus {
  outline: none;
}
.p-gyutan-selection *::-moz-selection, .p-column *::-moz-selection {
  background: #A87000;
  color: #FFF;
}
.p-gyutan-selection *::selection, .p-column *::selection {
  background: #A87000;
  color: #FFF;
}
.p-gyutan-selection *::-moz-selection, .p-column *::-moz-selection {
  background: #A87000;
  color: #FFF;
}
.p-gyutan-selection .hide, .p-column .hide {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection .hideSP, .p-column .hideSP {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection .hideTL, .p-column .hideTL {
    display: none !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection .hideDT, .p-column .hideDT {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-gyutan-selection .hidePC, .p-column .hidePC {
    display: none !important;
  }
}
.p-gyutan-selection a:link, .p-column a:link {
  color: #000000;
}
.p-gyutan-selection a:visited, .p-column a:visited {
  color: #000000;
}
.p-gyutan-selection a:hover, .p-column a:hover {
  color: #000000;
  text-decoration: none;
}
.p-gyutan-selection a:active, .p-column a:active {
  color: #000000;
}
.p-gyutan-selection .p-blo, .p-column .p-blo {
  display: inline-block;
}

/* /////////////////////////////////////////////////////////
  牛タンセレクション
///////////////////////////////////////////////////////// */
.p-gyutan-selection {
  padding: 0 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection {
    padding: 0 0 96px 0;
  }
}
.p-gyutan-selection__header--wrap {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__header--wrap {
    padding: 0 60px 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection__header--wrap {
    padding: 0 60px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__header--wrap {
    padding: 0 0 40px;
  }
}
.p-gyutan-selection__header--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-gyutan-selection__header--title h1 {
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__header--title h1 {
    font-size: 2rem;
  }
}
.p-gyutan-selection__header--title .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__header--title .tags {
    gap: 14px;
  }
}
.p-gyutan-selection__header--title .tags li a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  padding: 0.875rem;
  border: 2px solid black;
  transition: all 0.2s ease-out;
}
.p-gyutan-selection__header--title .tags li a:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection__mv picture img {
    width: 100%;
    height: 100%;
    aspect-ratio: 48/27;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-gyutan-selection__overview--wrap {
  display: block;
  max-width: 1120px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__overview--wrap {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection__overview--wrap {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__overview--wrap {
    padding: 40px 20px;
  }
}
.p-gyutan-selection__overview--comment {
  padding: 1rem 0;
}
.p-gyutan-selection__overview--comment h2 {
  line-height: 1.5;
  color: #000000;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 25px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__overview--comment h2 {
    font-size: 1.614285714rem;
    padding: 5px 0 15px 0;
  }
}
.p-gyutan-selection__overview--comment p {
  font-weight: 600;
}
.p-gyutan-selection__overview--comment p:nth-child(n+2) {
  margin-top: 1rem;
}
.p-gyutan-selection__overview--table-of-contents {
  background-color: #F8F5EB;
  padding: 0 1rem 2.5rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__overview--table-of-contents {
    margin-top: 4rem;
  }
}
.p-gyutan-selection__overview--table-of-contents i {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
  display: block;
  position: relative;
  top: -1.2rem;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__overview--table-of-contents i {
    top: -0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__overview--table-of-contents i {
    font-size: 1.5rem;
  }
}
.p-gyutan-selection__overview--table-of-contents ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 640px;
  margin: 0 auto;
}
.p-gyutan-selection__overview--table-of-contents ul li > div {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2rem 1rem 1rem;
  background-color: #A87000;
  display: block;
  position: relative;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__overview--table-of-contents ul li > div {
    font-size: 1rem;
    padding: 1rem 3rem 1rem 1rem;
  }
}
.p-gyutan-selection__overview--table-of-contents ul li > div:link {
  color: white;
}
.p-gyutan-selection__overview--table-of-contents ul li > div:visited {
  color: white;
}
.p-gyutan-selection__overview--table-of-contents ul li > div:hover {
  opacity: 0.8;
}
.p-gyutan-selection__overview--table-of-contents ul li > div::before, .p-gyutan-selection__overview--table-of-contents ul li > div::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-gyutan-selection__overview--table-of-contents ul li > div::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
}
.p-gyutan-selection__overview--table-of-contents ul li > div::after {
  right: 24px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #A87000;
  border-right: 2px solid #A87000;
  transform: rotate(135deg);
}
.p-gyutan-selection__overview--profile {
  display: grid;
  grid-template-columns: 240px 1fr;
  padding: 1.25rem;
  gap: 20px;
  border: 1px solid #DBD2B4;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__overview--profile {
    grid-template-columns: 1fr;
  }
  .p-gyutan-selection__overview--profile .text {
    order: 1;
  }
  .p-gyutan-selection__overview--profile .thumb {
    order: 2;
  }
}
.p-gyutan-selection__overview--profile .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.p-gyutan-selection__overview--profile .text i {
  font-size: 0.875rem;
  font-weight: 700;
  color: #A87000;
}
.p-gyutan-selection__overview--profile .text h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__overview--profile .text h3 {
    font-size: 1.125rem;
  }
}
.p-gyutan-selection__overview--profile .text p {
  line-height: 1.6;
  font-weight: 600;
}
.p-gyutan-selection__original {
  /*margin-top: 8rem;
  @include smartphone{
    margin-top: 4rem;
  }*/
}
.p-gyutan-selection__original--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__original--title {
    gap: 16px;
    padding: 0 20px;
  }
}
.p-gyutan-selection__original--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__original--title h2 {
    font-size: 1.75rem;
  }
}
.p-gyutan-selection__original--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__original--title p {
    font-size: 1rem;
  }
}
.p-gyutan-selection__original--items {
  counter-reset: item;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__original--items {
    margin-top: 2rem;
  }
}
.p-gyutan-selection__original--items > li {
  background-color: #F8F5EB;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__original--items > li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-gyutan-selection__original--items > li:nth-child(even) .thumb {
    order: 2;
  }
  .p-gyutan-selection__original--items > li:nth-child(even) .text {
    order: 1;
  }
}
.p-gyutan-selection__original--items .thumb {
  background-color: #A87000;
  position: relative;
}
.p-gyutan-selection__original--items .thumb i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.p-gyutan-selection__original--items .thumb i img {
  margin: 0;
}
.p-gyutan-selection__original--items .thumb figure {
  width: 100%;
  height: 100%;
}
.p-gyutan-selection__original--items .thumb figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 960/540;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gyutan-selection__original--items .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 60px;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__original--items .text {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__original--items .text {
    padding: 20px;
  }
}
.p-gyutan-selection__original--items .text h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__original--items .text h3 {
    font-size: 1.25rem;
  }
}
.p-gyutan-selection__original--items .text > p {
  font-size: 0.875rem;
  font-weight: 600;
}
.p-gyutan-selection__original--items .video {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__original--items .video {
    margin: 10px auto 15px auto;
    max-width: 640px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-gyutan-selection__original--items .video {
    margin: 0 auto 30px auto;
    max-width: 740px;
  }
}
.p-gyutan-selection__original--items .video .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-gyutan-selection__original--items .video .youtube iframe {
  width: 100%;
  height: 100%;
}
.p-gyutan-selection__original--items .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.p-gyutan-selection__original--items .item--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-gyutan-selection__original--items .item > li {
  /*
    flex-basis: calc(33.8% - 20px);
  }*/
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection__original--items .item > li {
    flex-basis: calc(50% - 20px); /* タブレットでは2列にするために基本サイズを50%に設定 */
  }
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__original--items .item > li {
    flex-basis: calc(25% - 20px); /* デスクトップでは4列にするために基本サイズを25%に設定 */
  }
}
.p-gyutan-selection__original--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-gyutan-selection__original--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-gyutan-selection__original--items .item > li h4 {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__original--items .item > li h4 {
    font-size: 0.875rem;
  }
}
.p-gyutan-selection__original--items .item > li p {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__original--items .item > li p {
    font-size: 0.75rem;
  }
}
.p-gyutan-selection__original--items .link {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 20px 0 0;
  border-top: 1px solid #DBD2B4;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__original--items .link {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 20px 0;
  }
}
.p-gyutan-selection__original--items .link h5 {
  font-size: 0.875rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__original--items .link h5 {
    font-size: 1rem;
  }
}
.p-gyutan-selection__original--items .link .button {
  gap: 16px;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__original--items .link .button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__original--items .link .button {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.p-gyutan-selection__original--items .link .button a {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.4rem 2rem 0.4rem 2.2rem;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border: 1px solid #707070;
  transition: all 0.2s ease-out;
  white-space: nowrap;
  position: relative;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__original--items .link .button a {
    width: auto;
  }
}
.p-gyutan-selection__original--items .link .button a:hover {
  opacity: 0.6;
}
.p-gyutan-selection__original--items .link .button a::before, .p-gyutan-selection__original--items .link .button a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-gyutan-selection__original--items .link .button a::before {
  left: 0.8rem;
  content: "";
  width: 16px;
  height: 16px;
}
.p-gyutan-selection__original--items .link .button a::after {
  right: 0.8rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}
.p-gyutan-selection__original--items .link .button .floor::before {
  background: url("https://ko.fujisaki.co.jp/gyutan-selection/assets/images/gyutan-selection/recommend_icon-floor.svg") no-repeat left center/cover;
}
.p-gyutan-selection__original--items .link .button .ec::before {
  background: url("https://ko.fujisaki.co.jp/gyutan-selection/assets/images/gyutan-selection/recommend_icon-ec.svg") no-repeat left center/cover;
}
.p-gyutan-selection__original--items .col1 {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
  grid-area: 2/1/3/3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__original--items .col1 {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection__original--items .col1 {
    padding: 0 60px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__original--items .col1 {
    padding: 0 20px 20px 20px;
  }
}
.p-gyutan-selection__original--items .col1 > p {
  font-size: 0.875rem;
  font-weight: 600;
}
.p-gyutan-selection__story {
  counter-reset: item;
  margin-top: 4rem;
}
.p-gyutan-selection__story--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--title {
    gap: 16px;
    padding: 0 20px;
  }
}
.p-gyutan-selection__story--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--title h2 {
    font-size: 1.75rem;
  }
}
.p-gyutan-selection__story--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--title p {
    font-size: 1rem;
  }
}
.p-gyutan-selection__story--items {
  counter-reset: item;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--items {
    margin-top: 2rem;
  }
}
.p-gyutan-selection__story--items > li {
  background-color: #F8F5EB;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__story--items > li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-gyutan-selection__story--items > li:nth-child(even) .thumb {
    order: 2;
  }
  .p-gyutan-selection__story--items > li:nth-child(even) .text {
    order: 1;
  }
}
.p-gyutan-selection__story--items .thumb {
  background-color: #A87000;
  position: relative;
}
.p-gyutan-selection__story--items .thumb i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.p-gyutan-selection__story--items .thumb i img {
  margin: 0;
}
.p-gyutan-selection__story--items .thumb figure {
  width: 100%;
  height: 100%;
}
.p-gyutan-selection__story--items .thumb figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 960/540;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gyutan-selection__story--items .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 60px;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__story--items .text {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--items .text {
    padding: 20px;
  }
}
.p-gyutan-selection__story--items .text h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--items .text h3 {
    font-size: 1.25rem;
  }
}
.p-gyutan-selection__story--items .text > p {
  font-size: 0.875rem;
  font-weight: 600;
}
.p-gyutan-selection__story--items .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.p-gyutan-selection__story--items .item--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media print, screen and (min-width: 769px) {
  .p-gyutan-selection__story--items .item > li {
    flex-basis: calc(33.8% - 20px);
  }
}
.p-gyutan-selection__story--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-gyutan-selection__story--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-gyutan-selection__story--items .item > li h4 {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--items .item > li h4 {
    font-size: 0.875rem;
  }
}
.p-gyutan-selection__story--items .item > li p {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--items .item > li p {
    font-size: 0.75rem;
  }
}
.p-gyutan-selection__story--items .link {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 20px 0 0;
  border-top: 1px solid #DBD2B4;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__story--items .link {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 20px 0;
  }
}
.p-gyutan-selection__story--items .link h5 {
  font-size: 0.875rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--items .link h5 {
    font-size: 1rem;
  }
}
.p-gyutan-selection__story--items .link .button {
  gap: 16px;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__story--items .link .button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__story--items .link .button {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.p-gyutan-selection__story--items .link .button a {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.4rem 2rem 0.4rem 2.2rem;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border: 1px solid #707070;
  transition: all 0.2s ease-out;
  white-space: nowrap;
  position: relative;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__story--items .link .button a {
    width: auto;
  }
}
.p-gyutan-selection__story--items .link .button a:hover {
  opacity: 0.6;
}
.p-gyutan-selection__story--items .link .button a::before, .p-gyutan-selection__story--items .link .button a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-gyutan-selection__story--items .link .button a::before {
  left: 0.8rem;
  content: "";
  width: 16px;
  height: 16px;
}
.p-gyutan-selection__story--items .link .button a::after {
  right: 0.8rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}
.p-gyutan-selection__story--items .link .button .floor::before {
  background: url("https://ko.fujisaki.co.jp/gyutan-selection/assets/images/gyutan-selection/recommend_icon-floor.svg") no-repeat left center/cover;
}
.p-gyutan-selection__story--items .link .button .ec::before {
  background: url("https://ko.fujisaki.co.jp/gyutan-selection/assets/images/gyutan-selection/recommend_icon-ec.svg") no-repeat left center/cover;
}
.p-gyutan-selection__story--items .note {
  padding: 3rem;
  border: 1px solid #DBD2B4;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__story--items .note {
    padding: 2rem;
  }
}
.p-gyutan-selection__story--items .note h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--items .note h4 {
    font-size: 1rem;
  }
}
.p-gyutan-selection__story--items .note p {
  font-size: 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--items .note p {
    font-size: 0.875rem;
  }
}
.p-gyutan-selection__story--items .col1 {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
  grid-area: 2/1/3/3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__story--items .col1 {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection__story--items .col1 {
    padding: 0 60px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__story--items .col1 {
    padding: 0 20px 20px 20px;
  }
}
.p-gyutan-selection__story--items .col1 > p {
  font-size: 0.875rem;
  font-weight: 600;
}
.p-gyutan-selection__recommend {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__recommend {
    margin-top: 4rem;
  }
}
.p-gyutan-selection__recommend--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__recommend--title {
    gap: 16px;
    padding: 0 20px;
  }
}
.p-gyutan-selection__recommend--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__recommend--title h2 {
    font-size: 1.75rem;
  }
}
.p-gyutan-selection__recommend--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__recommend--title p {
    font-size: 1rem;
  }
}
.p-gyutan-selection__recommend--items {
  counter-reset: item;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__recommend--items {
    margin-top: 2rem;
  }
}
.p-gyutan-selection__recommend--items > li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #F8F5EB;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__recommend--items > li {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__recommend--items > li:nth-child(even) .thumb {
    order: 2;
  }
  .p-gyutan-selection__recommend--items > li:nth-child(even) .text {
    order: 1;
  }
}
.p-gyutan-selection__recommend--items .thumb {
  background-color: #A87000;
  position: relative;
}
.p-gyutan-selection__recommend--items .thumb i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.p-gyutan-selection__recommend--items .thumb i img {
  margin: 0;
}
.p-gyutan-selection__recommend--items .thumb figure {
  width: 100%;
  height: 100%;
}
.p-gyutan-selection__recommend--items .thumb figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 960/880;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gyutan-selection__recommend--items .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 60px;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__recommend--items .text {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__recommend--items .text {
    padding: 20px;
  }
}
.p-gyutan-selection__recommend--items .text h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
.p-gyutan-selection__recommend--items .text h3::before {
  font-size: 1.125rem;
  font-weight: 700;
  counter-increment: item;
  content: counter(item);
  margin-right: 1rem;
  padding: 0.3rem 1rem;
  color: white;
  background-color: #A87000;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__recommend--items .text h3::before {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__recommend--items .text h3 {
    font-size: 1.25rem;
  }
}
.p-gyutan-selection__recommend--items .text > p {
  font-size: 0.875rem;
  font-weight: 600;
}
.p-gyutan-selection__recommend--items .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__recommend--items .item {
    justify-content: flex-start;
  }
}
.p-gyutan-selection__recommend--items .item--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media print, screen and (min-width: 769px) {
  .p-gyutan-selection__recommend--items .item > li {
    flex-basis: calc(33.8% - 20px);
  }
}
.p-gyutan-selection__recommend--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-gyutan-selection__recommend--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-gyutan-selection__recommend--items .item > li h4 {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__recommend--items .item > li h4 {
    font-size: 0.875rem;
  }
}
.p-gyutan-selection__recommend--items .item > li p {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__recommend--items .item > li p {
    font-size: 0.75rem;
  }
}
.p-gyutan-selection__recommend--items .link {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 20px 0 0;
  border-top: 1px solid #DBD2B4;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__recommend--items .link {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 20px 0;
  }
}
.p-gyutan-selection__recommend--items .link h5 {
  font-size: 0.875rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__recommend--items .link h5 {
    font-size: 1rem;
  }
}
.p-gyutan-selection__recommend--items .link .button {
  gap: 16px;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__recommend--items .link .button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__recommend--items .link .button {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.p-gyutan-selection__recommend--items .link .button a {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.4rem 2rem 0.4rem 2.2rem;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border: 1px solid #707070;
  transition: all 0.2s ease-out;
  white-space: nowrap;
  position: relative;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__recommend--items .link .button a {
    width: auto;
  }
}
.p-gyutan-selection__recommend--items .link .button a:hover {
  opacity: 0.6;
}
.p-gyutan-selection__recommend--items .link .button a::before, .p-gyutan-selection__recommend--items .link .button a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-gyutan-selection__recommend--items .link .button a::before {
  left: 0.8rem;
  content: "";
  width: 16px;
  height: 16px;
}
.p-gyutan-selection__recommend--items .link .button a::after {
  right: 0.8rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}
.p-gyutan-selection__recommend--items .link .button .floor::before {
  background: url("https://ko.fujisaki.co.jp/gyutan-selection/assets/images/gyutan-selection/recommend_icon-floor.svg") no-repeat left center/cover;
}
.p-gyutan-selection__recommend--items .link .button .ec::before {
  background: url("https://ko.fujisaki.co.jp/gyutan-selection/assets/images/gyutan-selection/recommend_icon-ec.svg") no-repeat left center/cover;
}
.p-gyutan-selection__howto--wrap {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__howto--wrap {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection__howto--wrap {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--wrap {
    padding: 40px 0;
  }
}
.p-gyutan-selection__howto--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--title {
    gap: 16px;
  }
}
.p-gyutan-selection__howto--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--title h2 {
    font-size: 1.75rem;
  }
}
.p-gyutan-selection__howto--title h3 {
  width: 100%;
  max-width: 240px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #A87000;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 1px solid #A87000;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--title h3 {
    font-size: 1rem;
  }
}
.p-gyutan-selection__howto--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--title p {
    font-size: 1rem;
  }
}
.p-gyutan-selection__howto--items {
  counter-reset: item;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--items {
    margin-top: 2rem;
  }
}
.p-gyutan-selection__howto--items > li {
  padding: 40px;
  background-color: #F8F5EB;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--items > li {
    padding: 20px;
  }
}
.p-gyutan-selection__howto--items .wrap {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--items .wrap {
    gap: 20px;
  }
}
.p-gyutan-selection__howto--items .wrap:nth-child(n+2) {
  margin-top: 20px;
}
.p-gyutan-selection__howto--items .wrap .thumb {
  order: 2;
}
.p-gyutan-selection__howto--items .wrap .text {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--items .wrap {
    grid-template-columns: 1fr;
  }
}
.p-gyutan-selection__howto--items .thumb {
  position: relative;
}
.p-gyutan-selection__howto--items .thumb figure {
  width: 100%;
  height: 100%;
}
.p-gyutan-selection__howto--items .thumb figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 270/180;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gyutan-selection__howto--items .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.p-gyutan-selection__howto--items .text h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
.p-gyutan-selection__howto--items .text h3::before {
  font-size: 1.125rem;
  font-weight: 700;
  counter-increment: item;
  content: counter(item);
  margin-right: 1rem;
  padding: 0.3rem 1rem;
  color: white;
  background-color: #A87000;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--items .text h3::before {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--items .text h3 {
    font-size: 1.25rem;
  }
}
.p-gyutan-selection__howto--items .text > p {
  font-size: 0.875rem;
  font-weight: 600;
}
.p-gyutan-selection__howto--items .item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--items .item {
    grid-template-columns: 1fr;
  }
}
.p-gyutan-selection__howto--items .item--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-gyutan-selection__howto--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.p-gyutan-selection__howto--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-gyutan-selection__howto--items .item > li h4 {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--items .item > li h4 {
    font-size: 0.875rem;
  }
}
.p-gyutan-selection__howto--items .item > li p {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--items .item > li p {
    font-size: 0.75rem;
  }
}
.p-gyutan-selection__howto--items .note {
  padding: 3rem;
  border: 1px solid #DBD2B4;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media print, screen and (max-width: 1240px) {
  .p-gyutan-selection__howto--items .note {
    padding: 2rem;
  }
}
.p-gyutan-selection__howto--items .note h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--items .note h4 {
    font-size: 1rem;
  }
}
.p-gyutan-selection__howto--items .note p {
  font-size: 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__howto--items .note p {
    font-size: 0.875rem;
  }
}
.p-gyutan-selection__posts--wrap {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__posts--wrap {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection__posts--wrap {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__posts--wrap {
    padding: 40px 20px;
  }
}
.p-gyutan-selection__posts--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__posts--title {
    gap: 16px;
  }
}
.p-gyutan-selection__posts--title h2 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__posts--title h2 {
    font-size: 1.75rem;
  }
}
.p-gyutan-selection__posts--title p {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #A87000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__posts--title p {
    font-size: 1rem;
  }
}
.p-gyutan-selection__related--wrap {
  display: block;
  max-width: 1388px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__related--wrap {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection__related--wrap {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related--wrap {
    padding: 40px 20px;
  }
}
.p-gyutan-selection__related--title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related--title {
    gap: 16px;
  }
}
.p-gyutan-selection__related--title h2 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related--title h2 {
    font-size: 1.375rem;
  }
  .p-gyutan-selection__related--title h2 span {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .p-gyutan-selection__related--title h2 {
    display: flex;
    gap: 10px;
  }
}
.p-gyutan-selection__related--items {
  margin-top: 48px;
}
.p-gyutan-selection__related--items .item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related--items .item {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__related--items .item {
    justify-content: flex-start;
  }
}
.p-gyutan-selection__related--items .item--meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-gyutan-selection__related--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related--items .item > li a {
    gap: 15px;
  }
}
.p-gyutan-selection__related--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-gyutan-selection__related--items .item > li figure {
  width: 100%;
  height: 100%;
}
.p-gyutan-selection__related--items .item > li figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gyutan-selection__related--items .item > li h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-gyutan-selection__related--items .item > li p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related--items .item > li p {
    line-height: 1.138;
  }
}
.p-gyutan-selection__related-col3--wrap {
  display: block;
  max-width: 1388px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__related-col3--wrap {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection__related-col3--wrap {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col3--wrap {
    padding: 40px 20px;
  }
}
.p-gyutan-selection__related-col3--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col3--title {
    gap: 16px;
  }
}
.p-gyutan-selection__related-col3--title h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col3--title h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-gyutan-selection__related-col3--title h2 span {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .p-gyutan-selection__related-col3--title h2 {
    line-height: 1.917;
    display: flex;
    gap: 10px;
  }
}
.p-gyutan-selection__related-col3--items {
  margin-top: 48px;
}
.p-gyutan-selection__related-col3--items .item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col3--items .item {
    grid-template-columns: 1fr;
    gap: 40px 20px;
  }
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__related-col3--items .item {
    justify-content: flex-start;
  }
}
.p-gyutan-selection__related-col3--items .item--meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media print, screen and (min-width: 769px) {
  .p-gyutan-selection__related-col3--items .item > li {
    flex-basis: calc(33.8% - 20px);
  }
}
.p-gyutan-selection__related-col3--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col3--items .item > li a {
    gap: 15px;
    grid-template-columns: 125px 1fr;
  }
}
.p-gyutan-selection__related-col3--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-gyutan-selection__related-col3--items .item > li figure {
  width: 100%;
  height: 100%;
}
.p-gyutan-selection__related-col3--items .item > li figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gyutan-selection__related-col3--items .item > li h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-gyutan-selection__related-col3--items .item > li p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col3--items .item > li p {
    line-height: 1.138;
  }
}
.p-gyutan-selection__related-col4--wrap {
  display: block;
  max-width: 1388px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1241px) {
  .p-gyutan-selection__related-col4--wrap {
    padding: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .p-gyutan-selection__related-col4--wrap {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col4--wrap {
    padding: 40px 20px;
  }
}
.p-gyutan-selection__related-col4--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col4--title {
    gap: 16px;
  }
}
.p-gyutan-selection__related-col4--title h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col4--title h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-gyutan-selection__related-col4--title h2 span {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .p-gyutan-selection__related-col4--title h2 {
    line-height: 1.917;
    display: flex;
    gap: 10px;
  }
}
.p-gyutan-selection__related-col4--items {
  margin-top: 48px;
}
.p-gyutan-selection__related-col4--items .item {
  display: flex;
  flex-wrap: wrap;
}
.p-gyutan-selection__related-col4--items .item--meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col4--items .item > li:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-gyutan-selection__related-col4--items .item > li {
    width: calc(25% - 15px);
  }
  .p-gyutan-selection__related-col4--items .item > li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
.p-gyutan-selection__related-col4--items .item > li a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col4--items .item > li a {
    gap: 15px;
    grid-template-columns: 125px 1fr;
  }
}
.p-gyutan-selection__related-col4--items .item > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.p-gyutan-selection__related-col4--items .item > li figure {
  width: 100%;
  height: 100%;
}
.p-gyutan-selection__related-col4--items .item > li figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gyutan-selection__related-col4--items .item > li h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-gyutan-selection__related-col4--items .item > li p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}
@media only screen and (max-width: 768px) {
  .p-gyutan-selection__related-col4--items .item > li p {
    line-height: 1.138;
  }
}/*# sourceMappingURL=style.css.map */