@charset "UTF-8";
:root {
  --main: #cc0000;
  --black: #333;
  --white: #fff;
  --link: #3b65bc;
  --ph-main: #53c6d0;
  --ph-back: #e0f0eb;
  --small-heading2: clamp(0.875rem, 4vw-1rem, 1.6875rem);
  --small-heading3: calc(var(--small-heading2) * 0.86);
  --font-size: clamp(12px, 3vw, 18px);
  --heading1: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  --heading2: clamp(0.75rem, 0.58rem + 0.73vw, 1.125rem); /* 16-18*/
  --text-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  --contents-txt: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  --menu-txt: clamp(0.688rem, 0.642rem + 0.23vw, 0.813rem);
  --noto: "Noto Sans JP", sans-serif;
  --noto-serif: "Noto Serif JP", serif;
  --shippori: "Shippori Mincho B1", serif; /* フォトコンテストページ「一球入魂」書体 */
  --biz: "BIZ UDMincho", serif;
  --pt: "PT Serif", serif; /*「Vol1」書体 */
  --interview-title: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  --interview-title2: clamp(1.25rem, 0.5rem + 3.2vw, 2.5rem); /*20-40*/
  --interview-title-sub: clamp(0.75rem, 0.636rem + 0.48vw, 1rem); /*12-16*/
  --content-title-h2: clamp(1.2rem, 0.819rem + 1.62vw, 1.6rem); /*1.2-1.6*/
  --content-title-p: clamp(0.9rem, 0.805rem + 0.41vw, 1rem);
  --h2: clamp(1rem, 0.881rem + 0.51vw, 1.125rem);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--noto);
  font-weight: 300;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  line-break: strict;
  outline: 1px solid red;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  color: var(--link);
  transition: 0.3s ease;
}

a:hover {
  color: #7b9ce1;
}

.px14 {
  font-size: 14px;
}

.px18 {
  font-size: 18px;
}

header img {
  height: auto;
}

h1 a {
  display: block;
  max-width: 590px;
}

.mfl {
  margin: 2em 0;
  text-align: center;
}

.sub-mfl {
  display: none;
  margin: 1em auto 0 auto;
  text-align: center;
}

/* 
.pc-nav.fixed{
    width: 100%;
    position: fixed;
    top:0;
    left:50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 1px 3px 2px rgba(200,200,200,.3);
    z-index: 999;
} */
.annotation {
  font-size: 12px;
}

.content-title {
  margin: 2em auto;
  width: 92%;
}

/*==========================*/
/* ページカテゴリ見出し */
/*==========================*/
.content-title h2 {
  text-align: center;
  font-size: var(--content-title-h2);
  font-family: var(--noto-serif);
  position: relative;
}

/*==========================*/
/* タイトル下線 */
/*==========================*/
.main-contents-heading span,
.what-mlf span,
.content-title h2 span {
  padding-bottom: 5px;
  border-bottom: 3px solid var(--main);
}

/*スマホで二段になる場合（フォトコンテスト）*/
@media screen and (max-width: 768px) {
  .content-title h2.photo-line span {
    margin: 0 auto;
    border: none;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    width: fit-content;
    border-bottom: 3px solid var(--main);
  }
}
/* .content-title h2::before{
    content: "";
    position: absolute;
    width:20%;
    min-width: 160px;
    border-bottom: 3px solid var(--main);
    top: 120%;
    left: 50%;
    transform: translateX(-50%);

} */
.content-title p {
  margin: 2em 0;
  text-align: center;
  font-size: var(--content-title-p);
  font-family: "メイリオ", "Noto Sans JP", sans-serif;
}

/*==========================*/
/* 関連記事 */
/*==========================*/
.related-articles {
  margin-top: 3em;
  width: 100%;
}

.related-articles h2 {
  margin: 0 auto;
  padding: 10px;
  color: var(--main);
  text-align: center;
  font-family: var(--noto);
  font-size: 18px;
  border: 1px solid var(--main);
  background-color: #fff;
}

.related-inner {
  background-color: #fff;
}

.related-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.8em;
  flex-wrap: wrap;
}

.related-body a {
  width: 350px;
  height: auto;
  min-height: 395px;
  color: var(--black);
  font-family: var(--noto-serif);
  box-shadow: 3px 3px 10px 2px rgba(200, 200, 200, 0.6);
}

/* ワンショット */
/* .related-body a.oneshot{
    min-height: auto;
} */
.related-body a.oneshot {
  min-height: 340px;
}

.related-body a.oneshot .related-name {
  line-height: 0.1rem;
}

.related-body a.recipe {
  min-height: auto;
}

.related-body a:hover,
.philosophy_link a:hover {
  opacity: 0.7;
}

/* interview vol4 複数行 */
.related-name-wrap {
  line-height: 1.5;
}

.related-body-wrap {
  padding: 10px;
}

/* interview vol4 */
.related-body a.interview {
  min-height: 425px;
}

.related-body-h {
  font-size: 1.25rem;
  font-weight: 700;
}

.related-body-p {
  padding: 1rem 0.5rem;
  font-weight: 700;
}

.related-body-p.vol5 {
  font-size: 0.955rem;
  letter-spacing: 0.005rem;
}

.related-body .related-body-p .related-body-p-sub {
  display: block;
  margin-bottom: 3px;
  line-height: 1.4em !important;
}

.related-body-p2 {
  padding: 0;
  font-weight: 700;
}

.philosophy-desc {
  font-size: var(--content-title-p);
}

.related-body figure,
.philosophy_link figure {
  overflow: hidden;
  height: 170px;
}

.related-name {
  font-size: 14px;
  font-feature-settings: "palt";
}

.related-name2 {
  display: block;
  font-size: 13px;
}

.related-name-wrap {
  line-height: 1.3;
}

.related-name-wrap.block {
  margin-top: 6px;
}

.related-name2.mt {
  margin-top: 10px;
}

.related-name2.vol4 {
  font-size: 12px;
}

/* vol4 */
.related-name-wrap.mt-s {
  margin-top: 10px;
  line-height: 1.4;
}

/* vol5 */
.related-name2.vol5 {
  font-size: 11px;
}

.related-body-p.vol5 {
  padding: 1rem 0 0 0;
}

.border {
  padding: 20px;
  border: 1px solid #333;
}

.img-border {
  border: 1px solid #333;
}

/*==========================*/
/* トップへ戻る */
/*==========================*/
#page-top-btn {
  position: fixed;
  right: 1em;
  bottom: 0.5em;
  z-index: 999;
}

#page-top {
  position: relative;
  display: none;
  width: 45px;
  height: 45px;
}
#page-top img {
  width: 45px;
  height: 45px;
}

#wrapper {
  margin: 0 auto;
  max-width: 1200px;
}

._ul {
  list-style-type: none;
}

._ul li::before {
  content: "・";
  margin-left: -1em;
}

.flex {
  display: flex;
}

.flex-cen {
  justify-content: center;
}

.sp-img {
  display: none;
}

.pc-img {
  display: block;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .pc-img {
    display: none;
  }
}
header {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.fs {
  font-size: 0.8em;
}

/*==========================*/
/* ナビゲーション */
/*==========================*/
.pc-nav > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.pc-nav > ul li {
  list-style-type: none;
}

.pc-nav > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0.5em;
  margin: auto;
  width: calc(120px - 0.05em);
  height: 70px;
  font-family: var(--noto-serif);
  font-weight: 700;
  text-align: center;
  color: var(--black);
  font-size: var(--menu-txt);
  font-weight: bold;
  transition: 0.3s ease;
}

.pc-nav > ul li:not(:last-of-type) {
  border-right: 1px solid var(--black);
}

ul li a:hover {
  color: var(--white);
  background-color: var(--black);
}

/*==========================*/
/* ハンバーガーメニュー */
/*==========================*/
.hamburger {
  display: none;
  z-index: 3;
  position: absolute;
  right: 78px;
  top: 15px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-align: center;
}

.hamburger::after {
  content: "Menu";
  position: absolute;
  color: #828282;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 19px;
  top: -3px;
  right: -48px;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  left: 6px;
  background-color: #828282;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 5px;
}

.hamburger span:nth-child(2) {
  top: 10px;
}

.hamburger span:nth-child(3) {
  top: 15px;
}

.hamburger.active::after {
  color: var(--white);
}

/* ======================== */
/* メニュー固定 */
/* ======================== */
/* .hamburger.fixed,
header.fixed{
    position: fixed;
    background-color: #fff;
    z-index: 999;
}
.hamburger.fixed{
    height: 40px;
}
header.fixed{
    top:0;
}

.hamburger.fixed.active::after{
    color: #c8c8c8;
}
.hamburger.fixed.active span:nth-child(1),
.hamburger.fixed.active span:nth-child(3){
    background-color: #c8c8c8;
} */
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background-color: var(--white);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background-color: var(--white);
  transform: rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: -100%;
  color: var(--white);
  background-color: rgb(220, 220, 220);
  text-align: center;
  width: 100%;
  height: 100%;
  /* transform: translateX(100%); */
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 3em auto 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background-color: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: var(--black);
  font-family: var(--noto);
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid var(--white);
  text-decoration: none;
}

nav.globalMenuSp ul li a:hover {
  color: var(--white);
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: none;
  right: 0;
}

/*==========================*/
/* 下層コンテナ */
/*==========================*/
._section {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

._section2 {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  ._section2 {
    width: 92%;
  }
}

._section p {
  line-height: 1.8;
}

.article-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.article-title {
  padding: 0em 1.5em;
  width: 400px;
  text-align: center;
  line-height: 1.3;
  font-family: var(--noto);
  position: absolute;
  top: 3em;
  left: 0;
}

.sec-title {
  margin: 60px 0 0 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: var(--noto);
  font-size: var(--interview-title2);
  color: var(--main);
}

/* vol4で使用 */
.sec-title.sub span {
  font-size: var(--interview-title-sub);
}

.sec-title.sub {
  font-size: clamp(0.938rem, 0.852rem + 0.36vw, 1.125rem); /* 15-18*/
}

.marumoji {
  font-family: var(--noto-serif);
}

.sec-title.sub-heading {
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  font-size: clamp(0.938rem, 0.852rem + 0.36vw, 1.125rem);
  color: #fff;
  background-color: #cc0000;
  width: -moz-fit-content;
  width: fit-content;
}

.sec-title.sub-heading.vol5 {
  width: 100%;
}

.sub-heading-title {
  font-size: clamp(0.813rem, 0.727rem + 0.36vw, 1rem) !important; /* 13-16*/
}

.sec-theme {
  padding: 0.4em;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid var(--main);
  font-family: var(--noto-serif);
  font-weight: 900;
}

.vol {
  margin-top: 0.4em;
  font-size: 27px;
  font-family: var(--pt);
}

.article-main-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* 取材日 */
.mt-s {
  margin-top: 1em;
}

.mt-m {
  margin-top: 2em;
}

.mt-m2 {
  margin-top: 1.2em;
}

.mt-l {
  margin-top: 3em;
}

.mg-15 {
  margin-top: 15px;
}

.mg-60-b {
  margin-bottom: 60px;
}

.mg-30-b {
  margin-bottom: 30px;
}

.mb-l {
  margin-bottom: 3em;
}

.pd-b-s {
  padding-bottom: 5px;
}

.caption {
  font-size: 0.8rem;
}

.caption2 {
  font-size: 0.7rem;
}

.cap-left {
  text-align: left;
}

.w-700,
.w-600,
.w-500 {
  margin: 0 auto;
  width: 100%;
}

.w-700 {
  max-width: 700px;
}

.w-600 {
  max-width: 600px;
}

.w-500 {
  max-width: 500px;
}

.figure-heading {
  margin: 10px 0;
  color: var(--main);
}

hr {
  margin: 2em 0;
}

.hr-l {
  margin: 3em 0 !important;
}

.img-box {
  width: 100%;
  max-width: 960px;
  gap: 10px;
}

.sec-img2 img {
  width: calc(50% - 5px);
}

/* 3枚*/
.card {
  width: calc(33.3333333333% - 6.6666666667px);
}

/* 2枚*/
.card2 {
  width: calc(50% - 10px);
}

.card-img img {
  width: 100%;
}

.card-text {
  word-break: break-all;
}

/* 外部リンクボタン */
.more-web a,
.more-web2 a {
  padding: 0.5em 0;
  display: block;
  margin: 0 auto;
  font-family: var(--noto);
  background-color: #eee;
  text-align: center;
  color: var(--black);
  transition: 0.3s ease;
  position: relative;
}

.more-web a:hover,
.more-web2 a:hover {
  color: var(--main);
}

.more-web a::after,
.more-web2 a:after {
  content: "\f105";
  padding-left: 0.5em;
  font-family: FontAwesome;
  height: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); /*この指定で上下中央に*/
  transition: 0.2s;
}

.more-web a:hover::after,
.more-web2 a:hover:after {
  transform: translateX(4px) translateY(-50%);
}

.more-web2 {
  display: flex;
  justify-content: space-around;
  gap: 0.75rem;
}

.more-web2 a {
  width: 33.3333333333%;
}

.people-img-flex {
  display: flex;
}

.people-img {
  margin: 0 1em 1em 1em;
}

.interview-name {
  font-family: var(--noto);
}

.interview-card-text {
  padding-top: 10px;
  font-size: 0.75em;
}

.facility {
  padding-top: 4px;
}

.interview-card-address {
  font-size: 0.75em;
}

.sub-caption {
  font-size: 0.87rem;
}

/* 詳細を見る*/
.info {
  text-align: center;
}

.info a {
  display: block;
  padding: 0.5em 2em;
  width: 250px;
  text-align: center;
  margin: 2em auto 0 auto;
  color: var(--main);
  border: 1px solid var(--main);
  transition: 0.3s ease;
}

.info a:hover {
  background-color: var(--main);
  color: var(--white);
}

.collabo-box1 {
  width: 60%;
}

.collabo-box2 {
  padding-left: 1em;
  align-items: center;
}

.collabo-name-wrap {
  padding-left: 1em;
  font-family: var(--noto);
}

.collabo-name-wrap p:nth-child(1),
.collabo-name-wrap p:nth-child(2) {
  font-size: 0.75em;
}

.collabo-name-wrap p:nth-child(3) {
  font-size: 16px;
}

/*==========================*/
/* フッター */
/*==========================*/
footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border-top: 1px solid #eee;
  padding: 2em;
}

footer img {
  width: 100%;
}

footer small {
  font-size: 10px;
  padding-top: 5px;
}

@media screen and (max-width: 960px) {
  .pc-nav ul {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  ._section {
    width: 92%;
  }
  ._section2 {
    width: 92%;
  }
  .eyecatch-img {
    width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  h1 a img {
    margin-left: 10px;
    height: 50px;
  }
  h1 a {
    max-width: 159px;
  }
  #wrapper {
    width: 100%;
  }
  .pdf-more a {
    margin-top: 1.5em;
  }
  .pc-nav {
    display: none;
  }
  .related-articles h2 {
    width: 92%;
  }
  .sec-theme {
    margin: 0 auto;
    width: 250px;
  }
  .people-sec-theme {
    margin: 0 auto;
    width: 300px;
  }
  /* スマホメニュー */
  .hamburger {
    display: block;
  }
  nav.globalMenuSp.active {
    display: block;
    width: 320px;
  }
  .hamburger.active {
    width: 32px;
    height: 32px;
    right: 79px;
    top: 9px;
    width: 32px;
    height: 32px;
    position: fixed;
  }
  .hamburger.active span {
    width: 20px;
  }
  .hamburger.active::after {
    content: "Back";
    top: 3px;
    right: -45px;
    letter-spacing: 0.08em;
  }
  /* interviw, city */
  .article-title {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    z-index: 99;
  }
  ._section {
    width: 92%;
  }
  .facility {
    padding-top: 0;
  }
  /* vol5コラム */
  .interview-columns .img-box {
    flex-direction: column;
  }
  .card,
  .card2 {
    width: 100%;
  }
  .more-web a {
    width: 100%;
    font-size: 14px;
  }
  .more-web a::after,
  .more-web2 a::after {
    display: none;
  }
  .more-web2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.75rem;
  }
  .more-web2 a {
    width: 100%;
  }
  .profile-container {
    text-align: center;
    flex-direction: column;
  }
  .people-img-flex {
    flex-direction: column;
  }
  .people-img {
    width: 100%;
    margin: 0;
  }
  .related-body {
    gap: 2rem;
    flex-direction: column;
  }
  .related-body figure,
  .philosophy_link figure {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .mfl {
    margin-top: 1em;
    margin-bottom: 0;
  }
  .mfl img {
    width: 52%;
  }
  .caption {
    font-size: 12px;
  }
  .main-article {
    margin-top: 0em;
  }
  .sub-mfl {
    display: block;
    margin: 1em 0 0.5em 0;
  }
  .article-title.mt-s {
    margin: 0;
  }
  header {
    border-bottom: 1px solid #ddd;
  }
  .article-title {
    padding: 0.5em;
  }
  .main {
    margin: 0;
  }
  footer {
    width: 100%;
    flex-wrap: wrap;
    justify-content: left;
  }
  footer small:nth-child(2) {
    margin-top: 0.5em;
  }
  .related-body a {
    max-width: 350px;
    width: 92%;
  }
}/*# sourceMappingURL=common2.css.map */