@charset "utf-8";

/* 共通 */
#breadcrumb {
  display: none;
}
.i-img_shadow {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.i-title_en span,.i-en,.i-content_title span,.i-article ol li::before {
  font-family: "Quasimoda", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.i-flex,.interview-category-btn {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-wrap: -moz-wrap;
	flex-wrap: wrap;
}
.i-flex_auto,.i-content_sub,.i-content_sub .i-panel dl,.i-content_main {
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-wrap: -moz-wrap;
	flex-wrap: wrap;
 	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.interview-category-btn {
	-webkit-box-align: center;
	align-items: center;
}
.category-btn_all:hover,.category-btn_wineexpert:hover,.category-btn_sommelier:hover {
  cursor: pointer;
}
/*.i {
  transition: 0.3s;
}*/

/* 見出し */
.home-interview-section h2 {
  font-size: 2.4rem;
  color: var(--primary_color);
  margin-top: 1.5rem;
}
.i-title {
  color: #A58847;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
.i-title::before {
  content: "";
  width: 10px;
  height: calc(100% - 18px);
  position: absolute;
  top: 10px;
  left: 0;
  background: #A58847;
}
.i-title_en {
  color: #A58847;
}
.i-title_en span {
  margin-left: 3px;
  margin-bottom: 10px;
  display: block;
}
.i-content_title {
  margin-top: 100px;
}
.i-content_title span {
  align-items: center;
  display: flex;font-weight: bold;
}
.i-content_title span::before,.i-content_title span::after {
  background-color: #333;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.i-content_title span::before {
  margin-right: 20px;
}
.i-content_title span::after {
  margin-left: 20px;
}
.i-content_title span {
  padding-top: 20px;
}

/* 文字サイズ */
.i-item_people .i-name span,.i-item_bottom p,.i-item_people .i-sub {
  font-size: 12px;
}
.i-item_batch span,.i-detail dl {
  font-size: 13px;
}
.i-pass .i-year,.i-people2 .i-sub,.i-content_sub .i-panel p,.i-content_sub .i-panel dl dt,.i-content_sub .i-panel dl dd {
  font-size: 14px;
}
.i-search,.i-people .i-name span,.i-article p,.i-article ul,.i-article ol,.i-article table,.interview-message-section .our-course,.interview-message-section p:not(.i-section_sub_title) {
  font-size: 16px;
}
.i-item_people .i-name {
  font-size: 17px;
}
.interview-category-btn .category-btn,.interview-voice-section p,.category-btn_all,.category-btn_wineexpert,.category-btn_sommelier {
  font-size: 18px;
}
.interview-message-section .i-section_sub_title {
  font-size: 20px;
}
.i-detail .i-certification,.i-people .i-name {
  font-size: 22px;
}
.i-title,.i-title_en {
  font-size: 36px;
}
.interview-voice-section h2,.interview-message-section h2 {
  font-size: 44px!important;
}
.i-article h1 {
  font-size: 32px;
}
.i-article h2 {
  font-size: 26px;
}
.i-article h3 {
  font-size: 21px;
}

/* ボタン */
.interview-category-btn {
  width: 90%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
.interview-category-btn + .interview-category-btn {
  margin-top: 10px;
}
.interview-category-btn .i-search {
  margin-top: -3px;
  font-weight: bold;
  color: #8F8D88;
}
.interview-category-btn .i-search::before {
  content: "";
  width: 23px;
  height: 23px;
  margin-top: -3px;
  background-image: url("../images/interview_icon.svg");
  display: inline-block;
  background-size: 95px;
  background-position: 0 0;
  vertical-align: middle;
}
.interview-category-btn .category-btn,.category-btn_all,.category-btn_wineexpert,.category-btn_sommelier {
  margin-left: 10px;
  padding: 3px 20px;
  border: 1px solid #707070;
  border-radius: 50px;
  font-weight: bold;
  background-color: initial;
}
.category-btn {
  margin-bottom: 10px;
}
.category-btn_all,.category-btn_wineexpert,.category-btn_sommelier {
  display: inline-block;
}
.interview-category-btn .category-btn.active,.category-btn_all.active,.category-btn_wineexpert.active,.category-btn_sommelier.active {
  background-color: #EFEADB;
  border: 1px solid #EFEADB;
}

#load-more-wine,#load-more-sommelier {
  width: fit-content;
  margin: 30px auto 0 auto;
  padding: 1.2rem 4rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
  background-color: #a58847;
  color: #fff;
  display: block;
  border: 1px solid #a58847;
  cursor: pointer;
}
#load-more-wine,#load-more-sommelier {
  background-image: url("../images/interview_icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 13px;
}
#load-more-wine.close,#load-more-sommelier.close {
  background-image: url("../images/interview_icon_minus.svg");
}

/* 一覧ページ */
.page-interview .interview-list {
  margin-top: 80px;
}
.interview-list,.interview-relation_list,.i-bg_logo,.i-bg_grape {
  width: 1170px;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 0;
}
.i-bg_wrap,.interview-list {
  width: 100%;
  max-width: 100%;
}
.i-bg_wrap {
  padding-bottom: 0;
}
.i-bg_black {
  background-color: #1B1B1B;
}
.i-bg_logo {
  background-image: url("../images/interview_bg_logo.svg");
  background-repeat: no-repeat;
  background-position: top 20px right;
  background-size: 270px;
}
.i-bg_grape {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../images/interview_bg_grape.svg");
  background-repeat: no-repeat;
  background-position: top 30px right;
  background-size: 367px;
}
.i-wineexpert {
  margin-bottom: 65px;
}

.post-loading {
  font-size: 90%;
  font-weight: bold;
  color: #999;
}
.interview-relation_list ul {
  margin-top: 70px;
}
.home-interview-section .p-postList,
.interview-list .p-postList,
.interview-relation_list .p-postList {
  -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.interview-list .p-postList::after {
  content: "";
  width: 32%;
}
.i-list__item {
  width: 32%!important;
  margin-bottom: 30px!important;
}
.i-list__item a {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  background-color: #fff;
  position: relative;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 5px;
}
.i-list__item a:after {
  content: "";
  width: 15px;
  height: 17px;
  background-image: url("../images/interview_icon.svg");
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: -32px -2px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.i-list__item .p-postList__thumb {
  box-shadow: initial;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.i-item_batch {
  margin-top: 16px;
}
.i-item_batch,.i-item_people {
  margin-right: 16px;
  margin-left: 16px;
}
.i-item_batch span {
  padding: 3px 10px;
  border: 1px solid #A58847;
  border-radius: 3px;
  color: #A58847;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.i-item_batch span:nth-last-child(1) {
 margin-right: 0;
}
.i-item_people {
  margin-top: 12px;
  padding-left: 10px;
  font-weight: bold;
}
.i-item_people .i-name span {
  margin-left: 3px;
}
.i-item_people .i-sub {
  color: #999;
}
.i-item_people div {
  display: inline-block;
}
.i-list__item .i-item_bottom {
  padding: 0 25px 18px;
}
.i-list__item .i-item_bottom p {
  display: inline-block;
}
.i-list__item .i-item_bottom p + p {
  margin-left: 20px;
}

/* セクション */
.page-section.interview-message-section {
  padding-left: 7%;
  padding-right: 7%;
}
.page-section.interview-message-section .primary {
  width: 47%;
}
.interview-message-section {
  background-color: #EDE9DD!important;
}
.interview-message-section h2{
  margin-bottom: 2.5rem!important;
}
.interview-message-section .i-section_sub_title {
  margin-bottom: 30px;
  font-weight: bold;
}
.interview-message-section .our-course,.interview-message-section p {
  color: #333!important;
}
.interview-message-section .our-course,.interview-message-section p:not(.i-section_sub_title) {
  line-height: 1.8em;
}
.interview-message-section .i-section_img {
  width: 237px;
  margin-top: 20px;
  margin-left: auto;
}
.interview-message-section img.logo {
  width: 284px;
  margin-right: auto;
  margin-left: auto;
}
.interview-message-section img + img {
  margin-top: 20px;
}
.interview-voice-section {
  padding-top: 5rem;
}
.interview-voice-section h2 {
  text-align: center;
  color: #A58847;
}
.interview-voice-section p {
  margin-top: 30px;
  text-align: center;
  line-height: 2em;
}

/* 詳細ページ */
.interview-page article {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.interview-content {
  width: 800px;
  max-width: 100%;
  margin: 80px auto 0 auto;
  padding: 0;
}
.i-content_article {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.i-content_main .i-img {
  width: 430px;
  max-width: 100%;
}
.i-content_main .i-img .p-articleThumb {
  margin: 0;
}
.i-content_main .i-img img {
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
} 
.i-content_main .i-detail {
  width: 325px;
  max-width: 100%;
}
.i-content_main .i-detail .i-pass {
  margin-top: 8px;
  padding:0 0 12px 0;
  border-top: 1px solid #A58847;
  border-bottom: 1px solid #A58847;
  color: #A58847;
  font-weight: bold;
}
.i-content_main .i-detail .i-pass .i-year {
  margin-top: -12px;
}
.i-content_main .i-detail .i-pass .i-year span {
  padding-right: 10px;
  background-color: #fffcf3;
}
.i-content_main .i-detail .i-pass .i-certification {
  padding-top: 7px;
}
.i-people {
  margin-top: 30px;
  font-weight: bold;
}
.i-people .i-name span {
  margin-left: 3px;
}
.i-people2 .i-sub {
  margin-top: 5px;
  color: #999;
  font-weight: bold;
}
.i-detail dl {
  margin-top: 30px;
}
.i-detail dl dt span {
}
.i-detail dl dd ul {
  margin-top: 5px;
  padding-left: 18px;
  list-style: disc;
}
.i-content_sub .i-panel {
  width: 385px;
  margin-top: 60px;
  padding: 20px 30px;
  background-color: #FCF9EE;
  background-image: url("../images/interview_icon_triangle.svg");
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: top left;
}
.i-content_sub .i-panel div {
  margin-bottom: 15px;
  font-weight: bold;
}
.i-content_sub .i-panel dl dt,.i-content_sub .i-panel dl dd {
  padding: 5px 0;
  border-bottom: 1px solid #ECE4CE;
}
.i-content_sub .i-panel dl dt:nth-child(1),.i-content_sub .i-panel dl dd:nth-child(2) {
  padding-top: 0;
}
.i-content_sub .i-panel dl dt:nth-last-child(2),.i-content_sub .i-panel dl dd:nth-last-child(1) {
  border-bottom: 0;
  padding-bottom: 0;
}
.i-content_sub .i-panel dl dt {
  width: 35%;
}
.i-content_sub .i-panel dl dd {
  width: 65%;
}

/* 詳細ページ 記事体裁 */
.i-article h1 {
  padding-top: 80px;
  padding-bottom: 40px;
}
.i-article h2 {
  padding-top: 80px;
  padding-bottom: 15px;
  border-bottom: 2px solid #A58847;
}
.i-article h3 {
  padding-top: 55px;
  padding-bottom: 15px;
  position: relative;
}
.i-article h3::before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #A58847;
}
.i-article p {
  margin-top: 40px;
  line-height: 2em;
}
.i-articlefigure ul {
  list-style: none;
}
.i-articlefigure ul li figure {
  width: 100%!important;
  padding-top: 0
}
.i-article img {
  width: initial;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}
.i-article p > img,.i-article figure > img,.i-article .wp-caption img {
  padding-top: 0;
  }
.i-article a {
  display: initial;
  color: #428bca;
  word-break: break-all;
  text-decoration: underline;
	}
.i-article ol,.i-article ul {
  width: 100%;
  margin: 40px auto 0 auto;
}
.i-article ol li+li,.i-article ul li+li {
  margin-top: 10px
}
.i-article ol li {
  padding-left: 2em;
  counter-increment: st-section;
  list-style-type: none;
  position: relative;
}
.i-article ol li::before {
  width: 1.5em;
  height: 1.5em;
  content: counters(st-section,"");
  border-radius: 50%;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  left: 0;
  transform: scale(0.8);
  background-color: #a58847;
  border: 1px solid #a58847;
  font-weight: bold;
  font-size: 1em;
  color: #fff;
}
.i-article ul {
  padding-left: 20px;
  list-style: disc;
}
.i-article hr {
  margin: 30px 0;
  height: 1px;
  background-color: #ccc;
  border: none;
  color: #ccc;
}
.i-article blockquote {
  margin-top: 20px;
  padding: 20px 20px 15px 20px;
  background-color: #f5f8fa;
  font-style: italic;
  background-image: url("../images/icon_blockquote.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 18px 25px;
  font-size: 90%;
}
.i-article blockquote p {
  padding: 0;
}
.i-article .wp-caption,.i-article figcaption {
  color: #8e9497;
  text-align: center;
  font-size: 90%;
}
.i-article .wp-caption p,.i-article figcaption p {
  padding-top: 20px
}
.i-article figcaption {
  padding-top: 10px;
}
.i-article table,.i-article th,.i-article td {
  border-collapse: collapse;
  border: 2px solid #ccc;
}
.i-article table,.i-article th,.i-article td {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.i-article table {
  width: 90%;
  max-width: 100%;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
  border-collapse: collapse;
}
.i-article table tr td {
  padding: 10px;
  vertical-align: top;
  box-sizing: border-box;
  word-break: break-word;
}
.i-article table th {
  padding: 10px;
  box-sizing: border-box;
  word-break: break-word;
}
.i-article table thead td,.i-article table th {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 99998;
  background-color: #eee;
}
.i-article table thead {
  border-top: 1px solid #8e9497;
  border-right: 1px solid #8e9497;
}
.i-article table thead th,.i-article table thead th p,.i-article table thead tr td {
  font-size: 90%;
}
.i-article table thead td,.i-article  table thead th {
  border-bottom: 1px solid #8e9497;
  border-left: 1px solid #8e9497;
}
.i-article iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
/* tinymce用 */
#tinymce.i-article h2 {
  margin: 0!important;
  padding: 80px 0 15px 0!important;
  background: initial!important;
  color: #333!important;
  border-top: 0!important;
}
#tinymce.i-article h2::before {
  display: none!important;
}
#tinymce.i-article h3 {
  padding-left: 0;
}
#tinymce.i-article h3::before {
  width: 25px!important;
  height: 2px!important;
  background-color: #A58847;
}
#tinymce.i-article ol {
  padding-inline-start: 0;
}
#tinymce.i-article blockquote {
  margin-inline-start: 0;
}

@media (max-width: 768px) {
  .interview-page {
    width: 90%;
    margin: 0 auto;
  }
  .page-section.interview-message-section .primary,.i-content_main .i-img,.i-content_main .i-detail,.i-content_sub .i-panel {
    width: 100%;
  }
  .interview-relation_list {
    max-width: 100%;
  }
  
  
  .home-interview-section .p-postList.-type-card {
    flex-wrap: initial!important;
  }
  .home-interview-section .p-postList.-type-card.-pc {
    flex-wrap: wrap!important;
  }
  .home-interview-section .splide {
    margin-top: 15px;
  }
  .home-interview-section h2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .home-interview-section .our-course {
    font-size: 20px!important;
    line-height: 20.5px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .home-interview-section .splide__arrow {
    background: #333!important;
    opacity: 1;
  }
  .home-interview-section .splide__arrow {
    width: 2.5em;
    height: 2.5em;
  }
  .home-interview-section .splide__arrow svg {
    fill: #fff!important;
  }
  .home-interview-section .splide__arrow--prev {
    left: -0.5em!important;
  }
  .home-interview-section .splide__arrow--next {
    right: -0.5em!important;
  }
  
  
  .i-bg_logo {
    background-size: 117px;
    background-position: top 10px right;
  }
  .i-bg_grape {
    padding-top: 65px;
    padding-bottom: 65px;
    background-size: 176px;
    background-position: top 15px right;
  }
  
  .interview-category-btn {
    margin-top: 60px;
  }
  .interview-category-btn .category-btn,.category-btn_all,.category-btn_wineexpert,.category-btn_sommelier {
    margin-left: 5px;
    padding: 3px 12px;
    font-size: 13px!important;
  }
  .interview-category-btn .i-search {
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
    font-size: 13px!important;
  }
  .interview-category-btn .i-search::before {
    width: 21px;
    margin-top: 0;
    background-size: 75px;
  }
  .page-interview .interview-list {
    margin-top: 50px;
  }
  .page-interview section.u-mt-40 {
    margin-top: 1.5em!important;
  }
  .i-list__item {
    width: 100%!important;
    margin-bottom: 10px!important;
  }
  .i-list__item:nth-last-child(1) {
    margin-bottom: 0!important;
  }
  .i-item_batch span {
    font-size: 12px;
  }
  .interview-relation_list {
    margin-top: 7em!important;
    padding-right: 0;
  }
  .interview-relation_list .p-postList {
    margin-top: 25px;
  }
  .interview-relation_list .i-title {
    font-size: 19px!important;
  }

  
  .i-title {
    margin-bottom: 0!important;
    padding-left: 15px!important;
    font-size: 22px!important;
    line-height: normal!important;
  }
  .i-title::before {
    width: 6px;
    height: calc(100%);
    top: 0;
  }
  .i-title_en {
    font-size: 20px!important;
  }
  .i-title_en span {
    margin-bottom: 5px;
    font-size: 13px;
  }
  
  
  .interview-page {
    padding-top: 30px;
  }
  .interview-content {
    margin-top: 25px;
  }
  .i-content_main .i-detail .i-pass {
    margin-top: 15px;
  }
  .i-detail {
    margin-top: 25px;
  }
  .i-content_sub .i-panel {
    margin-top: 45px;
  }
  .i-content_sub .i-panel dl dt {
    width: 42%;
  }
  .i-content_sub .i-panel dl dd {
    width: 58%;
  }
  .i-content_sub .i-panel + .i-panel {
    margin-top: 10px;
  }

  
  .i-article h1 {
    font-size: 26px
  }
  .i-article h2 {
    font-size: 24px
  }
  .i-article h3 {
    font-size: 18px
  }
  .i-article p,.i-article ul,.i-article ol,.i-article table {
    font-size: 14px;
  }
  
  
  
  .interview-message-section h2 {
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-size: 15px!important;
  }
  .interview-voice-section h2 {
    font-size: 26px!important;
  }
  .interview-message-section .our-course {
    font-size: 20px!important;
  }
  .home-page .home-sommelier-section img.sp.logo {
    width: 182px;
    margin-top: 7px;
  }
  .interview-message-section .i-section_sub_title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .interview-message-section .i-section_img {
    width: 168px;
  }
  .interview-message-section p:not(.i-section_sub_title) {
    font-size: 14px;
  }
  .interview-voice-section p {
    font-size: 14px;
    text-align: left;
  }
  .interview-voice-section {
    padding-top: 3rem;
  }
}