@charset "Shift_JIS";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-wrap: break-word;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container-pc {
  min-width: 1200px;
}

.container {
  width: auto;
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 25px;
}

.wrapper {
  position: relative;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-item-start {
  align-items: flex-start;
}

.align-item-end {
  align-items: flex-end;
}

.align-item-center {
  align-items: center;
}

.align-item-stretch {
  align-items: stretch;
}

.align-item-baseline {
  align-items: baseline;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    font-size: 0.24rem;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.scrolled header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

header {
  width: auto;
  background-color: white;
}
header .header-left .logo {
  width: 190px;
}
header .header-left .logo img {
  display: block;
  max-width: 100%;
}
header .header-site .wrapper {
  padding: 16px 42px 15px;
  background-color: white;
  position: relative;
}

/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  width: auto;
  height: auto;
  background-color: white;
}
footer .footer-txt {
  text-align: center;
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: lighter;
  font-family: "Noto Serif JP", serif;
  padding: 120px 0 25px;
}

/* COMMON ANIMATION */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

.nav-item {
  margin-left: 45px;
}
.nav-item:first-child {
  margin-left: 52px;
}
.nav-link {
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.035em;
  color: #3a3a3a;
}

.content-detail {
  padding: 0 0 50px;
  margin-top: -2px;
}
.content-detail.dairy-detail {
  padding-top: 10px;
}
.content-detail.dairy-detail .item {
  margin-bottom: 18px;
}
.content-detail.dairy-detail .txt {
  line-height: 1.8;
}
.content-detail .item {
  margin-bottom: 12px;
}
.content-detail .item img {
  margin-top: 15px;
}
.content-detail .txt {
  font-size: 11px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  letter-spacing: 0.5px;
  line-height: 2;
}
.content-detail .txt.bold {
  font-weight: 500;
  font-size: 12px;
}
.content-detail .txt.small {
  font-size: 10px;
}
.content-detail .txt .link {
  color: #294de9;
}
.content-detail .txt.date {
  color: #898989;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1.15px;
  line-height: 1;
}
.content-detail .txt.title {
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  font-size: 13px;
  letter-spacing: 1.9px;
}

.page-heading {
  font-size: 34px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1;
  letter-spacing: 4px;
}
.page-heading-font-lagre {
  font-size: 50px;
}
.page-heading.heading-top-page {
  font-size: 30px;
}

.heading {
  padding: 115px 0 42px;
  font-size: 25px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05px;
  text-align: center;
  color: #444;
}

.list {
  padding: 0 45px;
}
.list-item {
  padding: 22px 0 25px;
  position: relative;
  display: flex;
  align-items: center;
}
.list-item.animate-first {
  animation-delay: 0.2s;
}
.list-item.animate-second {
  animation-delay: 0.3s;
}
.list-item.animate-three {
  animation-delay: 0.4s;
}
.list-item.animate-four {
  animation-delay: 0.5s;
}
.list-item.animate-five {
  animation-delay: 0.6s;
}
.list-item.animate-six {
  animation-delay: 0.7s;
}
.list-item.animate-seven {
  animation-delay: 0.8s;
}
.list-item.animate-eight {
  animation-delay: 0.9s;
}
.list-item.animate-nine {
  animation-delay: 1s;
}
.list-item:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url("../img/common/ico_dot.png");
  background-size: contain;
  background-repeat-x: repeat;
}
.list-item-date {
  min-width: 115px;
  color: #898989;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 1.15px;
  line-height: 1.2;
}
.list-item-date .date-month {
  font-size: 26px;
  letter-spacing: 3.5px;
}
.list-item-date .date-year {
  font-size: 14px;
}
.list-item-content .link {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  letter-spacing: 1.9px;
}
.list-item-content .link .txt-red {
  font-size: 18px;
  font-weight: 400;
  color: #e10222;
  letter-spacing: 0.2px;
  padding-right: 10px;
}
.list-item-content .txt {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  color: #898989;
  letter-spacing: 2px;
}

.btn-back {
  font-size: 11px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  color: #3a3a3a;
  text-align: center;
  display: block;
  padding-top: 23px;
}

.select-custom.group-select .select {
  margin-right: 30px;
}
.select-custom.group-select .select .txt {
  position: absolute;
  bottom: 0;
  right: -24px;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.select-custom .select {
  position: relative;
  display: flex;
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #898989;
}
.select-custom .select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0 1em;
  width: 24px;
  height: 12px;
  background-color: #ffffff;
  background-image: url("../img/common/arrow_down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.select-custom .select:hover::after {
  color: #f39c12;
}
.select-custom select {
  flex: 1;
  padding: 0 15px;
  color: #444;
  cursor: pointer;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 70px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
}
.select-custom select::-ms-expand {
  display: none;
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION TOP KEYVISUAL
 * ----------------------------------------------- */
.main-top-content {
  background-color: white;
}

.section-top-keyvisual {
  position: relative;
  height: 100vh;
}
.section-top-keyvisual .keyvisual-title {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -424px;
  width: 360px;
}
.section-top-keyvisual .keyvisual-title img {
  display: block;
  max-width: 100%;
}
.section-top-keyvisual .object-fit {
  visibility: visible;
  opacity: 0;
  z-index: -1;
  position: relative;
}
.section-top-keyvisual .rellax {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.scrolled .section-top-keyvisual .rellax {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition-delay: 0.2s;
  transform: scale(1.05);
}

.section-top-news {
  padding-top: 83px;
  padding-bottom: 85px;
}
.section-top-news.news-page {
  padding-top: 70px;
}
.section-top-news.news-page .news-content {
  max-height: 100%;
}
.section-top-news .news-content {
  margin-top: 52px;
  max-height: 310px;
}

.section-top-twitter {
  padding-top: 40px;
}
.section-top-twitter .twitter-content {
  margin-top: 50px;
  height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.section-top-twitter .twitter-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.section-top-twitter .twitter-content::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f6f6f6;
}
.section-top-twitter .twitter-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #dedede;
}
.section-top-twitter .twitter-content iframe {
  width: 800px !important;
  display: block !important;
  height: 300px;
}

.section-top-aboutsite {
  padding-top: 130px;
}
.section-top-aboutsite .aboutsite-content {
  padding-top: 40px;
}
.section-top-aboutsite .aboutsite-content .txt {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  line-height: 1.8;
  animation-delay: 0.2s;
}
.section-top-aboutsite .aboutsite-content .txt.special {
  animation-delay: 0.5s;
}
.section-top-aboutsite .aboutsite-content .txt .size-big {
  font-size: 18px;
}
.section-top-aboutsite .aboutsite-content .qrcode {
  padding: 50px 10px 8px;
  position: relative;
  margin-bottom: 34px;
  animation-delay: 0.3s;
}
.section-top-aboutsite .aboutsite-content .qrcode:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 88%;
  height: 2px;
  transform: translateX(-50%);
  background-image: url("../img/common/ico_dot.png");
  background-size: contain;
  background-repeat-x: repeat;
}
.section-top-aboutsite .aboutsite-content .qrcode-img {
  margin-right: 33px;
}
.section-top-aboutsite .aboutsite-content .qrcode-txt {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  line-height: 2.3;
  letter-spacing: 0;
}
.section-top-aboutsite .aboutsite-content .qrcode-txt > a {
  font-size: 13px;
  letter-spacing: 0.12em;
}
.section-top-aboutsite .aboutsite-content .member {
  animation-delay: 0.4s;
  padding-top: 15px;
}
.section-top-aboutsite .aboutsite-content .member-item:first-child {
  margin-right: 30px;
}
.section-top-aboutsite .aboutsite-content .member-item:first-child .member-type {
  width: 357px;
}
.section-top-aboutsite .aboutsite-content .member-item:last-child .desc-type {
  letter-spacing: 0.03em;
}
.section-top-aboutsite .aboutsite-content .member-item:last-child .notes {
  padding-left: 10px;
}
.section-top-aboutsite .aboutsite-content .member-type {
  min-height: 65px;
  background-color: #e5e6f4;
  padding: 0 25px;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
}
.section-top-aboutsite .aboutsite-content .member-type .name-type {
  font-size: 15px;
}
.section-top-aboutsite .aboutsite-content .member-type .desc-type {
  font-size: 13px;
}
.section-top-aboutsite .aboutsite-content .notes {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  letter-spacing: 0.01em;
}

.section-top-contents {
  padding-top: 125px;
}
.section-top-contents .contents-wrapper {
  flex-wrap: wrap;
  padding-top: 55px;
}
.section-top-contents .contents-item {
  width: 360px;
  margin-bottom: 46px;
}
.section-top-contents .contents-item.dairy {
  animation-delay: 0.1s;
}
.section-top-contents .contents-item.movie {
  animation-delay: 0.2s;
}
.section-top-contents .contents-item.birthday-mail {
  animation-delay: 0.3s;
}

.section-top-contents .contents-item.store {
  animation-delay: 0.4s;
}

.section-top-contents .contents-item.staff-blog {
  animation-delay: 0.5s;
}

.section-top-contents .contents-item.gallery {
  animation-delay: 0.6s;
}

.section-top-contents .contents-item.yuko-mail {
  animation-delay: 0.7s;
}

.section-top-contents .contents-item.talk {
  animation-delay: 0.8s;
}

.section-top-contents .contents-item.ticket {
  animation-delay: 0.9s;
}

.section-top-contents .contents-item .item-title {
  padding-bottom: 10px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 44px;
  display: flex;
  align-items: center;
}
.section-top-contents .contents-item .item-title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url("../img/common/ico_dot.png");
  background-size: contain;
  background-repeat-x: repeat;
}
.section-top-contents .contents-item .item-title .img-icon {
  position: absolute;
  top: 0;
  left: 2px;
}
.section-top-contents .contents-item .item-title .img-icon img {
  margin-top: 3px;
}
.section-top-contents .contents-item .item-title span {
  font-size: 26px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
  padding-left: 23px;
}

.section-top-contents .contents-item .item-title .mtag {
  font-size: 15px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.75px;
  color: white;
  text-transform: uppercase;
  background-color: #9E9D9D  ;
  min-width: 127px;
  text-align: center;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 7px;
}

.section-top-contents .contents-item .item-title .ptag {
  font-size: 15px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.75px;
  color: white;
  text-transform: uppercase;
  background-color: #b9a985;
  min-width: 127px;
  text-align: center;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 7px;
}

.section-top-contents .contents-item .item-title .tag.other-color {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.75px;
  color: white;
  text-transform: uppercase;
  background-color: #898989;
  min-width: 127px;
  text-align: center;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 7px;
}
.section-top-contents .contents-item .item-txt {
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  letter-spacing: 0.75px;
  line-height: 2.125;
  font-size: 13px;
}
.section-top-contents .contents-item .item-txt .font-small {
  display: block;
  font-size: 11px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
}
.section-top-contents .txt-single {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  line-height: 1.8;
  padding: 65px 0 60px;
}
.section-top-contents .txt-single .size-big {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.news-detail {
  padding-top: 83px;
}
.news-detail-title {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  line-height: 0.95;
  letter-spacing: 0.19em;
  padding-bottom: 6px;
}
.news-detail .date {
  color: #3a3a3a;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 1.15px;
  line-height: 1.2;
}
.news-detail .date-month {
  font-size: 28px;
  letter-spacing: 3.5px;
}
.news-detail .date-year {
  font-size: 14px;
}
.news-detail .detail-content {
  padding: 47px 0 0;
  color: #444444;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 2.1;
}
.news-detail .detail-content .btn-back {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #898989;
  padding-top: 53px;
}

.mCSB_scrollTools {
  width: 8px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  border-radius: 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background: #f6f6f6;
  width: 8px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #dedede !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.profile {
  padding-top: 70px;
}
.profile-info .avatar {
  margin-top: 42px;
}
.profile-info .avatar img {
  width: 300px;
}
.profile-info .avatar figcaption {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  line-height: 1;
  letter-spacing: 0.19em;
  color: #3a3a3a;
  padding: 8px 0 13px;
}
.profile-info .name {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.19em;
  color: #3a3a3a;
  padding-bottom: 55px;
}
.profile-info .personal-information {
  display: inline-block;
}
.profile-info .personal-information .item {
  text-align: left;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  line-height: 1;
  letter-spacing: 0.19em;
  color: #3a3a3a;
  padding-bottom: 18px;
}

.profile-info .personal-information .item-key {
  min-width: 115px;
  display: inline-block;
}
.profile-info .social {
  padding-top: 50px;
  padding-bottom: 8px;
}
.profile-info .social-item img {
  width: 40px;
}

.profile-primary .title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.115em;
  color: #3a3a3a;
  text-align: center;
  padding-top: 85px;
}
.profile-primary .item {
  padding-top: 95px;
}
.profile-primary .item.first-child {
  padding-top: 40px;
}
.profile-primary .item-ttl {
  position: relative;
  padding-left: 42px;
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.115em;
  color: #3a3a3a;
  margin-bottom: 5px;
}
.profile-primary .item-ttl:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  background-image: url("../img/common/ico_box.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.profile-primary .item-content {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  line-height: 2.3;
  letter-spacing: 0.05em;
  color: #3a3a3a;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.profile-primary .item-content .txt-top {
  font-weight: 500;
  padding-top: 45px;
}
.profile-primary .item-content .txt-top:first-child {
  padding-top: 0;
}
.profile-primary .item-content .back-level {
  text-indent: -0.5em;
}
.profile-primary .item-content .indentation {
  text-indent: 1em;
}

.dropdown {
  margin-bottom: 65px;
  margin-top: 53px;
}

.schedule {
  padding-top: 70px;
}
.schedule .wrapper {
  width: 660px;
}

.schedule-list .schedule-item {
  display: none;
  align-items: flex-start;
  margin-bottom: 45px;
  pointer-events:none;/*リンクを非リンクに変える*/
  cursor:default;/*マウスカーソルを矢印のまま変えない*/
}
.schedule-list .schedule-item.active {
  display: flex;
}
.schedule-list .schedule-item .category {
  margin-right: 35px;
  min-width: 130px;
  background-color: #aeadad;
}
.schedule-list .schedule-item .category .txt {
  font-size: 13px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: white;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 0;
  display: block;
}
.schedule-list .schedule-item .content {
  margin-top: -3px;
}
.schedule-list .schedule-item .content .title {
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #444444;
  position: relative;
  top: -2px;
  display: block;
  padding-bottom: 12px;
}
.schedule-list .schedule-item .content .title .txt-red {
  color: #e10222;
  font-size: 17px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-right: 5px;
}
.schedule-list .schedule-item .content .txt {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: black;
  padding-top: 0;
}
.schedule-list .schedule-item .content .txt .link {
  color: #329cce;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  letter-spacing: 1px;
}

/*# sourceMappingURL=style.css.map */
