@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

hr {
  overflow: visible;
  height: 0;
  color: inherit; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

input {
  border-radius: 0; }

[disabled] {
  cursor: default; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  background: #FFFCF7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8em;
  color: #674102;
  font-feature-settings: "palt"; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

a {
  color: #674102;
  text-decoration: none;
  transition: 0.3s; }
  a img {
    transition: 0.3s; }
  a:hover {
    transition: 0.3s;
    text-decoration: none; }
    a:hover img {
      opacity: 0.7;
      transition: 0.3s; }

li {
  list-style: none; }

.flb_sb, .gnav .nav, footer, .opening, .opening ul:nth-of-type(3), .topdisco .list, .topdisco .inner, .pagettl .inner, .newslist, .biography, .disco-list, .contact dl, .contact .formbtn {
  display: flex;
  justify-content: space-between; }

.flb_ct, header .lang, header .menubtn, header .menubtn p, header .gtranslate_wrapper, .gnav, .gnav .sns, .gnav .sns li a, .instabnr ul, footer ul li a, .btnmore, .mv, .pickup li a span, .topnews .list .box, .catlist, .topdisco .list li a div, .newslist .box, .disco-list li a div, .contact input[type=submit], .contact input[type=button] {
  display: flex;
  justify-content: center; }

.flb_st, .gnav .nav li, .topnews .list .cat, .topdisco .txt dt, .pagettl .bread li a, .newslist .cat, .cms .cat, .live-info, .live-info dt, .biography .txt dt {
  display: flex;
  justify-content: flex-start; }

.flb_ed, header, footer ul, .pagettl .bread {
  display: flex;
  justify-content: flex-end; }

.fadeIn {
  opacity: 0;
  transition: 3s; }
  .fadeIn.is-show {
    opacity: 1; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 2s; }
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.fadeIn_left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: 2s; }
  .fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.fadeIn_right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: 2s; }
  .fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.pc {
  display: block; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes drop {
  0% {
    transform: translateY(-500%);
    opacity: 0; }
  80% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes shake {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-8px); }
  40% {
    transform: translateY(4px); }
  60% {
    transform: translateY(-4px); }
  80% {
    transform: translateY(2px); }
  100% {
    transform: translateY(0); } }
/* ヘッダー */
header {
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  padding: clamp(1.6rem, 1.0416666667vw, 2em);
  z-index: 99; }
  header .logo {
    width: clamp(22rem, 15.625vw, 30rem);
    transition: .3s;
    margin-right: auto; }
    @media screen and (max-width: 600px) {
      header .logo {
        width: 18rem; } }
  header .lang {
    align-items: center;
    width: clamp(3.8rem, 2.6041666667vw, 5rem);
    height: clamp(3.8rem, 2.6041666667vw, 5rem);
    border-radius: 50%;
    border: #674102 2px solid;
    background: #674102;
    margin-right: 1.6rem;
    cursor: pointer;
    transition: .3s; }
    @media screen and (max-width: 600px) {
      header .lang {
        margin-right: .8rem; } }
    header .lang::before {
      content: "";
      display: block;
      width: 50%;
      aspect-ratio: 1 / 1;
      background: url("../images/common/lang.svg") center center no-repeat;
      background-size: 100% auto;
      filter: brightness(0) invert(1); }
    header .lang:hover {
      background: #FFF5E0; }
      header .lang:hover::before {
        filter: none; }
  header .menubtn {
    align-items: center;
    width: clamp(9rem, 7.8125vw, 15rem);
    height: clamp(3.8rem, 2.6041666667vw, 5rem);
    background: #674102;
    border: #674102 1px solid;
    border-radius: 5.2083333333vw;
    cursor: pointer;
    transition: .3s; }
    header .menubtn p {
      align-items: center;
      flex-direction: column; }
      header .menubtn p span {
        display: block;
        width: clamp(1.2rem, 1.25vw, 2.4rem);
        height: clamp(0.1rem, 0.1041666667vw, 0.2rem);
        background: #FFFCF7;
        margin-bottom: clamp(0.3rem, 0.2083333333vw, 0.4rem);
        transition: .3s; }
        header .menubtn p span:nth-of-type(3) {
          margin-bottom: 0; }
    header .menubtn::after {
      content: "MENU";
      font-family: "Poppins", sans-serif;
      font-size: clamp(1.3rem, 0.8333333333vw, 1.6rem);
      color: #FFFCF7;
      margin-left: clamp(0.8rem, 0.5208333333vw, 1rem);
      transition: .3s; }
    header .menubtn:hover {
      background: #FFF5E0; }
      header .menubtn:hover p span {
        background: #674102; }
      header .menubtn:hover::after {
        color: #674102; }
    header .menubtn.active p {
      position: relative; }
      header .menubtn.active p span:nth-of-type(1), header .menubtn.active p span:nth-of-type(2) {
        position: absolute;
        top: 0;
        left: 0; }
      header .menubtn.active p span:nth-of-type(1) {
        transform: rotate(45deg); }
      header .menubtn.active p span:nth-of-type(2) {
        transform: rotate(-45deg); }
      header .menubtn.active p span:nth-of-type(3) {
        opacity: 0; }
    header .menubtn.active::after {
      content: "CLOSE"; }
  header.top .logo {
    opacity: 0; }
  header .gtranslate_wrapper {
    align-items: center;
    position: absolute;
    top: 90%;
    right: clamp(1.6rem, 1.0416666667vw, 2em);
    width: 26rem;
    height: clamp(3.8rem, 2.6041666667vw, 5rem);
    background: #FFF5E0;
    box-shadow: 0 0 10px rgba(103, 65, 2, 0.2);
    border-radius: 100px;
    transform: translateY(-10px);
    opacity: 0;
    transition: .3s; }
    header .gtranslate_wrapper.active {
      transform: translateY(0);
      opacity: 1; }
    header .gtranslate_wrapper a {
      display: block;
      font-family: "Poppins", sans-serif;
      margin: 0 5px; }
      header .gtranslate_wrapper a img {
        display: block; }
    header .gtranslate_wrapper a[data-gt-lang="ja"] {
      color: transparent;
      position: relative; }
      header .gtranslate_wrapper a[data-gt-lang="ja"]::after {
        content: "JP";
        color: #674102;
        position: absolute;
        left: 0;
        top: 0; }

/* グローバルナビ */
.gnav {
  position: fixed;
  text-indent: 0;
  right: 0;
  width: clamp(42rem, 30vw, 48rem);
  height: 100vh;
  background: rgba(255, 252, 247, 0.9);
  z-index: 98;
  align-items: center;
  flex-direction: column;
  transform: translateX(100%);
  transition: .5s; }
  @media screen and (max-width: 600px) {
    .gnav {
      width: 30rem; } }
  .gnav.active {
    transform: translateX(0); }
  .gnav .nav {
    height: 40%;
    flex-direction: column; }
    .gnav .nav li {
      align-items: center;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: clamp(1.8rem, 1.25vw, 2.4rem); }
      .gnav .nav li::before {
        content: "";
        display: block;
        width: 1.5625vw;
        margin-right: 1.25vw;
        height: 1px;
        background: #674102; }
        @media screen and (max-width: 600px) {
          .gnav .nav li::before {
            width: 1.6rem;
            margin-right: 1rem; } }
  .gnav .sns {
    align-items: flex-end;
    height: 20%; }
    .gnav .sns li {
      display: block;
      margin: 0 0.5208333333vw; }
      .gnav .sns li a {
        align-items: center;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        background: #674102;
        border: #674102 1px solid; }
        @media screen and (max-width: 600px) {
          .gnav .sns li a {
            width: 3.2rem;
            height: 3.2rem; } }
        .gnav .sns li a img {
          display: block;
          width: 50%;
          filter: brightness(0) invert(1);
          transition: .3s; }
        .gnav .sns li a:hover {
          opacity: 1;
          background: #FFF5E0; }
          .gnav .sns li a:hover img {
            opacity: 1;
            filter: none; }

.instabnr {
  background: linear-gradient(#FFFCF7, #fff5e0);
  padding: clamp(10rem, 10.4166666667vw, 20rem) 0;
  position: relative;
  z-index: 4; }
  @media screen and (max-width: 600px) {
    .instabnr {
      padding: 4rem 0; } }
  .instabnr.top {
    padding-top: clamp(15rem, 15.625vw, 30rem); }
    @media screen and (max-width: 600px) {
      .instabnr.top {
        padding-top: 6rem; } }
    .instabnr.top::before {
      content: "";
      display: block;
      width: 100%;
      height: 8rem;
      background: url("../images/common/wave.svg") center center repeat-x;
      background-size: auto 8rem;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      transform: translateY(-50%); }
      @media screen and (max-width: 600px) {
        .instabnr.top::before {
          height: 3rem;
          background-size: auto 3rem; } }
  .instabnr ul li {
    display: block;
    width: clamp(30rem, 26.0416666667vw, 50rem);
    margin: 0 1.0416666667vw; }
    @media screen and (max-width: 600px) {
      .instabnr ul li {
        width: 46%; } }
    .instabnr ul li img {
      display: block; }

/* フッター */
footer {
  position: relative;
  padding: 4.1666666667vw 1.0416666667vw;
  align-items: center;
  border-top: #FFF5E0 1px solid; }
  @media screen and (max-width: 600px) {
    footer {
      display: block;
      text-align: center;
      padding: 4rem 0; } }
  footer .logo {
    display: block;
    width: clamp(22rem, 15.625vw, 30rem);
    transition: .3s; }
    @media screen and (max-width: 600px) {
      footer .logo {
        width: 18rem;
        margin: 0 auto 3rem; } }
  @media screen and (max-width: 600px) {
    footer ul {
      justify-content: center;
      padding-bottom: 2rem; } }
  footer ul li {
    display: block;
    margin-left: 1.0416666667vw; }
    @media screen and (max-width: 600px) {
      footer ul li {
        margin: 0 .5rem; } }
    footer ul li:first-child {
      margin-left: 0; }
      @media screen and (max-width: 600px) {
        footer ul li:first-child {
          margin: 0 .5rem; } }
    footer ul li a {
      align-items: center;
      width: 2.6041666667vw;
      height: 2.6041666667vw;
      border-radius: 50%;
      background: #674102;
      border: #674102 1px solid; }
      @media screen and (max-width: 600px) {
        footer ul li a {
          width: 3.6rem;
          height: 3.6rem; } }
      footer ul li a img {
        display: block;
        width: 50%;
        filter: brightness(0) invert(1);
        transition: .3s; }
      footer ul li a:hover {
        opacity: 1;
        background: #FFF5E0; }
        footer ul li a:hover img {
          opacity: 1;
          filter: none; }
  footer .copy {
    font-size: 1.2rem; }
    @media screen and (max-width: 600px) {
      footer .copy {
        font-size: 1rem; } }

/* 共通 */
.mask {
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  background: url("../images/common/rep.webp") repeat;
  background-size: 41.6666666667vw auto;
  mix-blend-mode: overlay; }

.blend {
  position: relative;
  width: 100vw;
  overflow-x: hidden; }
  .blend::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/common/rep.webp") repeat;
    background-size: 41.6666666667vw auto;
    opacity: .6;
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1; }

.btnmore {
  align-items: center;
  width: clamp(15rem, 12.5vw, 24rem);
  height: 4.2rem;
  border: #674102 1px solid;
  position: relative;
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
  letter-spacing: 0.2em;
  font-weight: 400;
  border-radius: 10rem;
  z-index: 1;
  overflow: hidden; }
  .btnmore::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(103, 65, 2, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    transition: .3s; }
  .btnmore::after {
    content: "";
    display: block;
    width: 3rem;
    aspect-ratio: 5 / 1;
    background: url("../images/common/line.svg") center center no-repeat;
    background-size: 100% auto;
    margin-left: 1.6rem;
    transition: .3s; }
  .btnmore:hover::before {
    transform: translateX(0); }
  .btnmore:hover::after {
    transform: translateX(1rem); }

/* トップページ */
.loading {
  display: block;
  width: 80vw;
  height: 80dvh;
  position: fixed;
  top: 10vh;
  left: 10vw;
  z-index: 99;
  /*.a-photo {
  	display: block;
  	width: 50%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	opacity: 0;
  	img {
  		display: block;
  	}
  }*/ }
  .loading .imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh; }
    .loading .imgs li {
      position: absolute;
      display: none; }
      .loading .imgs li img {
        display: block;
        width: 30vw;
        opacity: 0;
        transition: opacity 0.8s ease, transform 1s ease;
        transform: scale(1); }
        @media screen and (max-width: 600px) {
          .loading .imgs li img {
            width: 45vw; } }
        .loading .imgs li img.zoom-in {
          transform: scale(1.2);
          opacity: 1; }
    .loading .imgs.sub li img {
      width: 45vw; }
      @media screen and (max-width: 600px) {
        .loading .imgs.sub li img {
          width: 60vw; } }

.opening {
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #FFFCF7;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  padding: 0 2vw;
  transition: opacity .8s ease; }
  @media screen and (max-width: 600px) {
    .opening {
      padding: 0; } }
  .opening.hide {
    opacity: 0;
    pointer-events: none; }
  .opening ul {
    width: 28vh; }
    @media screen and (max-width: 900px) {
      .opening ul {
        width: 15vh; } }
    .opening ul li {
      display: block;
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      overflow: hidden;
      margin: 2vh 0;
      opacity: 0;
      position: relative;
      transition: opacity .8s ease, transform .8s ease; }
      @media screen and (max-width: 900px) {
        .opening ul li {
          margin: 6vh 0; } }
      @media screen and (max-width: 600px) {
        .opening ul li {
          margin: 13vh 0; } }
      .opening ul li img {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: center center; }
      .opening ul li::after {
        position: absolute;
        width: 104%;
        height: 104%;
        content: '';
        top: -2%;
        left: -2%;
        box-shadow: inset 0 0 10px 15px #FFFCF7;
        border-radius: 50%; }
      .opening ul li.show {
        opacity: 1; }
    .opening ul:nth-of-type(1) li:nth-of-type(odd) {
      transform: translateX(10vh); }
      @media screen and (max-width: 600px) {
        .opening ul:nth-of-type(1) li:nth-of-type(odd) {
          transform: translateX(11vw); } }
    .opening ul:nth-of-type(2) li:nth-of-type(odd) {
      transform: translateX(-10vh); }
      @media screen and (max-width: 600px) {
        .opening ul:nth-of-type(2) li:nth-of-type(odd) {
          transform: translateX(-11vw); } }
    .opening ul:nth-of-type(3) {
      width: 50vw;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      align-items: center; }
      @media screen and (max-width: 600px) {
        .opening ul:nth-of-type(3) {
          display: block; } }
      .opening ul:nth-of-type(3) li {
        width: 48%; }
        @media screen and (max-width: 600px) {
          .opening ul:nth-of-type(3) li {
            width: 100%;
            margin: 0; } }

.mv {
  width: 100%;
  height: 100dvh;
  background: #FFFCF7;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0; }
  .mv h1 {
    position: relative;
    z-index: 3;
    width: clamp(30rem, 23.9583333333vw, 46rem);
    display: none;
    margin-bottom: 20vw; }
    @media screen and (max-width: 600px) {
      .mv h1 {
        width: min(70%, 30rem);
        margin-bottom: 80vw; } }

.pickup {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 5;
  left: 0;
  top: calc(100vh - 5vh - 18vw);
  opacity: 0;
  width: 100%;
  text-align: center;
  opacity: 0; }
  @media screen and (max-width: 600px) {
    .pickup {
      width: 100%;
      top: calc(100vh - 5vh - 80vw);
      flex-wrap: wrap; } }
  .pickup::before {
    content: "- PICK UP -";
    font-family: "Poppins", sans-serif;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    text-align: center;
    font-weight: 900;
    font-size: 3.4rem;
    letter-spacing: 0.3em;
    text-shadow: 0 4px 0 #fff;
    color: #674102;
    z-index: 4; }
    @media screen and (max-width: 600px) {
      .pickup::before {
        font-size: 2.4rem; } }
  .pickup li {
    display: block;
    width: 18vw;
    margin: 0 1%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    border-radius: .8rem;
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      .pickup li {
        width: 40vw;
        margin: 1vw; } }
    .pickup li a {
      position: relative;
      display: block; }
      .pickup li a span {
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(103, 65, 2, 0.6);
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-align: center;
        transform: translateY(-100%);
        transition: .3s; }
      .pickup li a:hover span {
        transform: translateY(0); }
    .pickup li img {
      display: block;
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover; }

.ttl {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(4rem, 2.6041666667vw, 5rem);
  letter-spacing: 0.3em;
  color: #674102;
  padding-bottom: clamp(4rem, 4.1666666667vw, 8rem);
  font-weight: 700;
  line-height: 1em; }
  @media screen and (max-width: 600px) {
    .ttl {
      font-size: 3rem; } }
  .ttl span {
    opacity: 0;
    display: inline-block; }
  .ttl.is-show span {
    animation: fadeInUp 0.5s forwards; }

.topnews {
  position: relative;
  margin-top: 100vh;
  background: linear-gradient(#FFF5E0, #fff, #FFF5E0);
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 600px) {
    .topnews {
      padding: 7rem 0; } }
  .topnews::before, .topnews::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 467 / 55;
    background: url("../images/common/round.svg") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0; }
  .topnews::before {
    transform: scale(1, -1);
    bottom: calc(100% - 1px); }
  .topnews::after {
    top: calc(100% - 1px); }
  .topnews .list.slick-dotted.slick-slider {
    margin-bottom: clamp(6rem, 5.2083333333vw, 10rem);
    padding-bottom: clamp(4rem, 2.6041666667vw, 5rem); }
  .topnews .list .slick-dots {
    bottom: 0; }
    .topnews .list .slick-dots li button {
      padding: 0;
      width: 12px;
      height: 12px;
      position: relative; }
      .topnews .list .slick-dots li button::before {
        content: "";
        display: block;
        opacity: 1;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(103, 65, 2, 0.5);
        border: #FFF5E0 1px solid;
        box-sizing: border-box; }
    .topnews .list .slick-dots li.slick-active button::before {
      background: #674102; }
  .topnews .list .box {
    flex-direction: column;
    background: #fff;
    aspect-ratio: 1 / 1;
    position: relative;
    border: #FFF5E0 2px solid;
    padding: 0 2.0833333333vw;
    margin: 0 0.5208333333vw;
    border-radius: 1rem; }
    @media screen and (max-width: 600px) {
      .topnews .list .box {
        padding: 0 1.6rem;
        border-radius: .8rem; } }
    .topnews .list .box a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .topnews .list .box:hover {
      background: #FFF5E0;
      border: rgba(103, 65, 2, 0.4) 2px solid; }
  .topnews .list .excerpt {
    font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
    font-weight: 300;
    line-height: 2em;
    min-height: 3em;
    max-height: 15rem;
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      .topnews .list .excerpt {
        max-height: 9rem; } }
  .topnews .list .date {
    font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
    padding-bottom: 0.8333333333vw;
    font-weight: 600; }
  .topnews .list h3 {
    font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
    font-weight: 600;
    padding-bottom: 1.0416666667vw; }
  .topnews .list .cat {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: .6rem; }
    .topnews .list .cat li {
      display: block;
      font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
      background: rgba(103, 65, 2, 0.5);
      padding: 2px 20px;
      margin-right: 4px;
      color: #fff;
      letter-spacing: 0.1em;
      border-radius: 0 0 .8rem .8rem; }
  .topnews .flb {
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
    padding-top: 10rem; }
    @media screen and (max-width: 600px) {
      .topnews .flb {
        display: block; } }
    .topnews .flb .area {
      width: 48%;
      background: #fff;
      position: relative;
      border: rgba(103, 65, 2, 0.2) 2px solid;
      padding: 4.1666666667vw 2.0833333333vw;
      border-radius: 1rem; }
      @media screen and (max-width: 600px) {
        .topnews .flb .area {
          padding: 5rem 1.6rem;
          border-radius: .8rem;
          width: 100%; } }
      @media screen and (max-width: 600px) {
        .topnews .flb .area:first-of-type {
          margin-bottom: 30px; } }
    .topnews .flb ul {
      padding-bottom: 20px; }
      .topnews .flb ul li {
        padding-bottom: 20px;
        border-bottom: rgba(103, 65, 2, 0.4) 2px dashed;
        margin-bottom: 20px; }
        .topnews .flb ul li span {
          display: block;
          margin-bottom: 10px; }
        .topnews .flb ul li a {
          display: block;
          font-size: 1.3em;
          font-weight: 500;
          padding-right: 20px;
          position: relative; }
          .topnews .flb ul li a::after {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            border-top: 2px solid #674102;
            border-right: 2px solid #674102;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            right: 10px;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: .3s; }
          .topnews .flb ul li a:hover {
            font-weight: 700;
            opacity: .6; }
            .topnews .flb ul li a:hover::after {
              right: 0; }

.catlist {
  padding-bottom: clamp(4rem, 4.1666666667vw, 8rem); }
  .catlist li {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
    font-weight: 400;
    margin: 0 clamp(1.6rem, 1.5625vw, 3rem);
    color: rgba(103, 65, 2, 0.7);
    letter-spacing: 0.2em; }
    .catlist li a {
      display: block; }
      .catlist li a::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #674102;
        opacity: 0;
        transform: translateY(-10px);
        transition: .5s; }
      .catlist li a:hover::after {
        opacity: 1;
        transform: translateY(0); }
    .catlist li.current a {
      pointer-events: none;
      font-weight: 700;
      color: #674102; }
      .catlist li.current a::after {
        opacity: 1;
        transform: translateY(0); }

.topdisco {
  padding-top: clamp(20rem, 20.8333333333vw, 40rem);
  padding-bottom: clamp(10rem, 10.4166666667vw, 20rem);
  background: #FFFCF7;
  position: relative; }
  @media screen and (max-width: 600px) {
    .topdisco {
      padding-top: 12rem;
      padding-bottom: 8rem; } }
  .topdisco::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(217deg, rgba(255, 245, 224, 0.8), rgba(255, 245, 224, 0) 70.71%), linear-gradient(127deg, rgba(103, 65, 2, 0.4), rgba(103, 65, 2, 0) 70.71%), linear-gradient(336deg, rgba(103, 65, 2, 0.6), rgba(103, 65, 2, 0) 70.71%);
    position: absolute;
    top: 0;
    left: 0; }
  .topdisco .list {
    flex-wrap: wrap;
    position: relative;
    padding: 0 4%;
    margin-bottom: 6rem; }
    @media screen and (max-width: 600px) {
      .topdisco .list {
        margin-bottom: 4rem; } }
    .topdisco .list li {
      width: 24%; }
      @media screen and (max-width: 600px) {
        .topdisco .list li {
          width: 48%;
          padding-bottom: 4%; } }
      .topdisco .list li a {
        display: block;
        border-radius: 1rem;
        overflow: hidden;
        position: relative; }
        .topdisco .list li a div {
          width: 100%;
          height: 100%;
          background: rgba(103, 65, 2, 0.7);
          position: absolute;
          top: 0;
          left: 0;
          align-items: center;
          flex-direction: column;
          transform: translateY(-100%);
          transition: .3s; }
          .topdisco .list li a div span, .topdisco .list li a div b {
            color: #FFFCF7; }
          .topdisco .list li a div .cat {
            position: absolute;
            top: 2rem;
            left: 2rem;
            font-family: "Poppins", sans-serif;
            letter-spacing: 0.2em;
            font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
            font-weight: 700; }
          .topdisco .list li a div .date {
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            padding-bottom: 2rem;
            letter-spacing: 0.1em; }
          .topdisco .list li a div b {
            font-size: clamp(2rem, 1.6666666667vw, 3.2rem);
            font-weight: 700;
            letter-spacing: 0.1em; }
        .topdisco .list li a:hover div {
          transform: translateY(0); }
      .topdisco .list li img {
        display: block; }
  .topdisco .inner {
    align-items: center;
    padding: 0 4.1666666667vw;
    margin-bottom: 3.125vw; }
  .topdisco figure {
    display: block;
    width: 40%;
    background: rgba(255, 245, 224, 0.5);
    padding: 2%;
    border-radius: 0.5208333333vw;
    position: relative; }
    .topdisco figure img {
      display: block;
      border-radius: 0.5208333333vw; }
    .topdisco figure::before {
      content: "";
      display: block;
      width: 95%;
      height: 95%;
      border: #674102 2px dashed;
      position: absolute;
      top: 2.5%;
      left: 2.5%;
      border-radius: 0.5208333333vw;
      pointer-events: none; }
  .topdisco .txt {
    width: 52%;
    flex-direction: column; }
    .topdisco .txt h3 {
      font-size: clamp(2.2rem, 2.0833333333vw, 4rem);
      letter-spacing: 0.1em;
      line-height: 1.8em;
      font-weight: 700;
      padding-bottom: 1.0416666667vw; }
      .topdisco .txt h3 span {
        display: block;
        font-family: "Poppins", sans-serif;
        font-size: clamp(1.8rem, 1.25vw, 2.4rem);
        font-weight: 700;
        letter-spacing: 0.06em;
        line-height: 1.6em;
        position: relative; }
    .topdisco .txt h4 {
      font-size: clamp(1.8rem, 1.25vw, 2.4rem);
      letter-spacing: 0.1em;
      line-height: 1.8em;
      font-weight: 900;
      padding-bottom: 2.0833333333vw; }
    .topdisco .txt p, .topdisco .txt dt, .topdisco .txt dd {
      font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
      line-height: 2.2em; }
    .topdisco .txt dl {
      padding: 2.6041666667vw 0; }
    .topdisco .txt dt {
      font-weight: 700;
      align-items: center; }
      .topdisco .txt dt::before {
        content: "";
        display: block;
        width: 1.5625vw;
        height: 1px;
        background: #674102;
        margin-right: 0.5208333333vw; }
      .topdisco .txt dt:nth-of-type(n+2) {
        padding-top: 1.0416666667vw; }
    .topdisco .txt dd {
      padding-left: 2.0833333333vw; }
    .topdisco .txt .lead p {
      font-size: clamp(1.7rem, 1.1458333333vw, 2.2rem);
      font-weight: 700;
      line-height: 2.2em; }

.topvideo {
  position: relative;
  padding-top: clamp(12rem, 12.5vw, 24rem);
  padding-bottom: clamp(16rem, 16.6666666667vw, 32rem);
  background: linear-gradient(#fff, #FFF5E0, #fff);
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 600px) {
    .topvideo {
      padding: 8rem 0; } }
  .topvideo::before {
    content: "";
    display: block;
    width: 100%;
    height: 8rem;
    background: url("../images/common/wave.svg") center center repeat-x;
    background-size: auto 8rem;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%); }
    @media screen and (max-width: 600px) {
      .topvideo::before {
        height: 4rem;
        background-size: auto 3rem; } }
  .topvideo ul {
    margin: auto; }
    .topvideo ul .slick-prev, .topvideo ul .slick-next {
      width: 3.6458333333vw;
      height: auto;
      aspect-ratio: 1 / 1; }
      @media screen and (max-width: 600px) {
        .topvideo ul .slick-prev, .topvideo ul .slick-next {
          width: 3rem; } }
      .topvideo ul .slick-prev::before, .topvideo ul .slick-next::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/common/arrow.svg") center center no-repeat;
        background-size: 100% auto;
        opacity: 1;
        z-index: 3; }
    .topvideo ul .slick-prev {
      left: 20.5vw;
      transform: scale(-1, 1); }
      @media screen and (max-width: 600px) {
        .topvideo ul .slick-prev {
          left: 4.5vw; } }
    .topvideo ul .slick-next {
      right: 20.5vw; }
      @media screen and (max-width: 600px) {
        .topvideo ul .slick-next {
          right: 4.5vw; } }
    .topvideo ul li {
      display: block;
      width: 100%;
      background: rgba(103, 65, 2, 0.5);
      padding: 40px;
      border-radius: 1rem;
      position: relative;
      opacity: .3;
      transform: scale(0.8);
      transition: 1s; }
      @media screen and (max-width: 600px) {
        .topvideo ul li {
          border-radius: .8rem;
          padding: 20px; } }
      .topvideo ul li::before {
        content: "";
        display: block;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        border: #FFFCF7 2px dashed;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 1rem;
        pointer-events: none; }
        @media screen and (max-width: 600px) {
          .topvideo ul li::before {
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            border-radius: .8rem;
            border: #FFFCF7 1px dashed; } }
      .topvideo ul li.slick-center {
        opacity: 1;
        transform: scale(1); }
      .topvideo ul li .yt {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
        border-radius: 0.5208333333vw;
        overflow: hidden; }
        .topvideo ul li .yt img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .topvideo ul li .yt .yt_play {
          position: relative;
          cursor: pointer; }
          .topvideo ul li .yt .yt_play::before {
            content: "";
            width: 10%;
            aspect-ratio: 514 / 353;
            background: url("../images/common/play.webp") center center no-repeat;
            background-size: 100% auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: .3s; }
          .topvideo ul li .yt .yt_play:hover::before {
            background: url("../images/common/play_ov.webp") center center no-repeat;
            background-size: 100% auto;
            transition: .3s; }
        .topvideo ul li .yt iframe {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          border: 0; }

/* 下層ページ */
.pagettl {
  position: relative;
  overflow: hidden; }
  .pagettl::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 467 / 55;
    background: url("../images/common/round.svg") center center no-repeat;
    background-size: 100% auto;
    transform: scale(1, -1);
    position: absolute;
    left: 0;
    bottom: -1px; }
  .pagettl .inner {
    padding: 15.625vw clamp(1.6rem, 2.0833333333vw, 4em); }
    @media screen and (max-width: 600px) {
      .pagettl .inner {
        display: block;
        padding: 31.25vw clamp(1.6rem, 2.0833333333vw, 4em); } }
  .pagettl .ttl {
    text-align: left; }
  @media screen and (max-width: 600px) {
    .pagettl .bread {
      justify-content: flex-start; } }
  .pagettl .bread li {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
    font-weight: 600; }
    .pagettl .bread li a {
      align-items: center; }
      .pagettl .bread li a::after {
        content: "";
        display: block;
        width: .8rem;
        height: .8rem;
        border-top: 1px solid #674102;
        border-right: 1px solid #674102;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 0 1.6rem; }
    .pagettl .bread li.home a::before {
      content: "";
      display: block;
      width: clamp(1.4rem, 0.8333333333vw, 1.6rem);
      aspect-ratio: 514 / 463;
      background: url("../images/common/home.svg") center center no-repeat;
      background-size: 100% auto;
      margin-right: 1.6rem; }

.page {
  background: linear-gradient(#FFF5E0, #fff, #FFF5E0);
  padding: 7.8125vw 0;
  position: relative;
  margin-bottom: calc(100% * (55 / 467)); }
  @media screen and (max-width: 600px) {
    .page {
      padding: 16.6666666667vw 0; } }
  .page::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 467 / 55;
    background: url("../images/common/round.svg") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: calc(100% - 1px); }

.newslist {
  flex-wrap: wrap;
  width: 90%;
  margin: auto; }
  .newslist::before, .newslist:after {
    content: "";
    display: block;
    width: 24%; }
  .newslist::before {
    order: 1; }
  .newslist .box {
    width: 24%;
    margin-bottom: 2%;
    flex-direction: column;
    background: #fff;
    aspect-ratio: 1 / 1;
    position: relative;
    border: #FFF5E0 2px solid;
    padding: 0 2.0833333333vw;
    border-radius: 1rem;
    transition: .3s; }
    @media screen and (max-width: 900px) {
      .newslist .box {
        width: 49%; } }
    @media screen and (max-width: 600px) {
      .newslist .box {
        padding: 0 1.6rem;
        border-radius: .8rem;
        width: 100%;
        margin-bottom: 4%; } }
    .newslist .box a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .newslist .box:hover {
      background: #FFF5E0;
      border: rgba(103, 65, 2, 0.4) 2px solid; }
  .newslist .excerpt {
    font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
    font-weight: 300;
    line-height: 2em;
    min-height: 3em; }
  .newslist .date {
    font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
    padding-bottom: 0.8333333333vw;
    font-weight: 600; }
  .newslist h3 {
    font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
    font-weight: 600;
    padding-bottom: 1.0416666667vw; }
  .newslist .cat {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: .6rem; }
    .newslist .cat li {
      display: block;
      font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
      background: rgba(103, 65, 2, 0.5);
      padding: 2px 20px;
      margin-right: 4px;
      color: #fff;
      letter-spacing: 0.1em;
      border-radius: 0 0 .8rem .8rem; }

.cms {
  width: min(90%, 80rem);
  margin: auto; }
  .cms h1 {
    font-size: clamp(2rem, 1.6666666667vw, 3.2rem);
    font-weight: 700;
    padding-bottom: clamp(1rem, 1.0416666667vw, 2rem); }
  .cms .cat {
    padding-bottom: clamp(1rem, 1.0416666667vw, 2rem); }
    .cms .cat li {
      display: block;
      font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
      background: rgba(103, 65, 2, 0.5);
      padding: 2px 20px;
      margin-right: 4px;
      color: #fff;
      letter-spacing: 0.1em;
      border-radius: .8rem; }
  .cms .date {
    font-size: clamp(1.3rem, 0.8333333333vw, 1.6rem);
    font-weight: 500; }
  .cms .cmsmv {
    display: block;
    margin-top: clamp(2rem, 2.0833333333vw, 4rem); }
    .cms .cmsmv img {
      display: block; }
  .cms .dtl {
    padding: clamp(6rem, 4.1666666667vw, 8rem) 0; }
    .cms .dtl p {
      font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
      font-weight: 400;
      line-height: 1.8em;
      letter-spacing: 0.04em; }

.live-info {
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: clamp(3rem, 3.125vw, 6rem);
  margin-top: clamp(3rem, 3.125vw, 6rem);
  border-top: rgba(103, 65, 2, 0.6) 1px dashed; }
  .live-info dt, .live-info dd {
    font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
    padding-bottom: 2rem;
    line-height: 2em; }
  .live-info dt {
    align-items: center;
    width: 180px;
    font-family: "Poppins", sans-serif;
    font-weight: 600; }
    @media screen and (max-width: 600px) {
      .live-info dt {
        width: 100%;
        padding-bottom: 0; } }
    .live-info dt::before {
      content: "";
      display: block;
      width: 16px;
      height: 1px;
      background: rgba(103, 65, 2, 0.6);
      margin-right: 8px; }
  .live-info dd {
    width: calc(100% - 180px);
    margin-left: 0; }
    @media screen and (max-width: 600px) {
      .live-info dd {
        width: 100%; } }

.biography {
  flex-wrap: wrap;
  align-items: center;
  padding: 0 4.1666666667vw; }
  .biography h2 {
    width: 100%; }
    .biography h2 img {
      display: block;
      width: clamp(200px, 20.8333333333vw, 400px);
      margin: 0 auto clamp(30px, 4.1666666667vw, 80px); }
  .biography figure {
    display: block;
    width: 40%;
    background: rgba(103, 65, 2, 0.5);
    padding: 2%;
    border-radius: 0.5208333333vw;
    position: relative; }
    @media screen and (max-width: 600px) {
      .biography figure {
        width: 100%;
        margin-bottom: 8.3333333333vw; } }
    .biography figure a {
      display: block; }
    .biography figure img {
      display: block;
      border-radius: 0.5208333333vw; }
    .biography figure::before {
      content: "";
      display: block;
      width: 95%;
      height: 95%;
      border: #FFFCF7 2px dashed;
      position: absolute;
      top: 2.5%;
      left: 2.5%;
      border-radius: 0.5208333333vw;
      pointer-events: none; }
  .biography .txt {
    width: 52%;
    flex-direction: column; }
    @media screen and (max-width: 600px) {
      .biography .txt {
        width: 100%; } }
    .biography .txt h3 {
      font-size: clamp(1.8rem, 1.25vw, 2.4rem);
      letter-spacing: 0.1em;
      font-weight: 700;
      padding-bottom: clamp(20px, 1.5625vw, 30px); }
    .biography .txt p, .biography .txt dt, .biography .txt dd {
      font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
      line-height: 2em; }
    .biography .txt dl {
      padding: 2.6041666667vw 0; }
      @media screen and (max-width: 600px) {
        .biography .txt dl {
          padding: 8.3333333333vw 0; } }
    .biography .txt dt {
      font-weight: 700;
      align-items: center; }
      .biography .txt dt::before {
        content: "";
        display: block;
        width: 1.5625vw;
        height: 1px;
        background: #674102;
        margin-right: 0.5208333333vw; }
      .biography .txt dt:nth-of-type(n+2) {
        padding-top: 1.0416666667vw; }
        @media screen and (max-width: 600px) {
          .biography .txt dt:nth-of-type(n+2) {
            padding-top: 5.2083333333vw; } }
    .biography .txt dd {
      padding-left: 2.0833333333vw; }
    .biography .txt .lead p {
      font-size: clamp(1.7rem, 1.1458333333vw, 2.2rem);
      font-weight: 700;
      line-height: 2.2em; }
    .biography .txt h1 {
      font-weight: 900;
      font-size: clamp(2.8rem, 1.9791666667vw, 3.8rem);
      letter-spacing: 0.3em;
      line-height: 1.2em;
      padding-bottom: clamp(0.5rem, 0.5208333333vw, 1rem); }
      @media screen and (max-width: 600px) {
        .biography .txt h1 {
          font-size: 3rem; } }
      .biography .txt h1 a {
        font-weight: 900; }
        .biography .txt h1 a:hover {
          color: #F15A24; }
    .biography .txt .cat {
      font-family: "Poppins", sans-serif;
      font-size: clamp(1.4rem, 0.9375vw, 1.8rem);
      font-weight: 700;
      letter-spacing: 0.08em; }
    .biography .txt .discinfo li {
      font-family: "Poppins", sans-serif;
      font-size: clamp(1.3rem, 0.8333333333vw, 1.6rem);
      font-weight: 400;
      letter-spacing: 0.08em;
      line-height: 2.4em; }
      .biography .txt .discinfo li b {
        font-weight: 700; }

.disco-list {
  flex-wrap: wrap;
  position: relative;
  padding: 0 4%;
  margin-bottom: 6rem; }
  @media screen and (max-width: 600px) {
    .disco-list {
      margin-bottom: 4rem; } }
  .disco-list li {
    width: 24%;
    padding-bottom: 2%; }
    @media screen and (max-width: 600px) {
      .disco-list li {
        width: 48%;
        padding-bottom: 4%; } }
    .disco-list li a {
      display: block;
      border-radius: 1rem;
      overflow: hidden;
      position: relative; }
      .disco-list li a div {
        width: 100%;
        height: 100%;
        background: rgba(103, 65, 2, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        align-items: center;
        flex-direction: column;
        transform: translateY(-100%);
        transition: .3s; }
        .disco-list li a div span, .disco-list li a div b {
          color: #FFFCF7; }
        .disco-list li a div .cat {
          position: absolute;
          top: 2rem;
          left: 2rem;
          font-family: "Poppins", sans-serif;
          letter-spacing: 0.2em;
          font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
          font-weight: 700; }
        .disco-list li a div .date {
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          padding-bottom: 2rem;
          letter-spacing: 0.1em; }
        .disco-list li a div b {
          font-size: clamp(2rem, 1.6666666667vw, 3.2rem);
          font-weight: 700;
          letter-spacing: 0.1em; }
      .disco-list li a:hover div {
        transform: translateY(0); }
    .disco-list li img {
      display: block; }

/* お問い合わせ */
.contact {
  width: min(90%, 80rem);
  margin: auto; }
  .contact h2 {
    font-size: clamp(1.7rem, 1.25vw, 2.4rem);
    font-weight: 700;
    line-height: 1.8em;
    text-align: center;
    padding-bottom: 5rem; }
  .contact h3 {
    font-size: clamp(1.7rem, 1.25vw, 2.4rem);
    font-weight: 700;
    line-height: 1.8em;
    text-align: center;
    padding-bottom: 5rem; }
  .contact .lead {
    text-align: left;
    font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
    padding-bottom: 5rem; }
    .contact .lead span {
      color: #F15A24;
      margin-right: 1rem; }
  .contact .thanks {
    padding-bottom: 5rem; }
    @media screen and (max-width: 600px) {
      .contact .thanks {
        text-align: left; } }
    .contact .thanks p {
      font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
      line-height: 2.2em; }
  .contact dl {
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5rem; }
    @media screen and (max-width: 600px) {
      .contact dl {
        display: block; } }
    .contact dl dt, .contact dl dd {
      font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
      letter-spacing: 0.08em;
      margin-bottom: 3rem; }
    .contact dl dt {
      font-weight: 700;
      width: 22rem; }
      @media screen and (max-width: 600px) {
        .contact dl dt {
          width: 100%;
          margin-bottom: 1rem; } }
      .contact dl dt span {
        color: #F15A24;
        margin-left: 1rem; }
    .contact dl dd {
      width: calc(100% - 22rem); }
      @media screen and (max-width: 600px) {
        .contact dl dd {
          width: 100%; } }
  .contact input, .contact textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
    color: #674102; }
  .contact input[type=text], .contact input[type=email], .contact textarea {
    width: 100%;
    background: #fff;
    border: rgba(103, 65, 2, 0.4) 1px solid;
    border-radius: .6rem;
    padding: 1.2rem 2rem; }
  .contact textarea {
    height: 16rem; }
  .contact input[type=submit], .contact input[type=button] {
    align-items: center;
    border-radius: 10rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: auto;
    background: #674102;
    border: #674102 2px solid;
    width: min(100%, 28rem);
    height: 6rem;
    transition: .3s;
    color: #fff;
    letter-spacing: 0.08em; }
    .contact input[type=submit]:hover, .contact input[type=button]:hover {
      background: #fff;
      transition: .3s;
      color: #674102; }
  .contact .formbtn {
    width: min(100%, 58rem);
    margin: auto; }
    @media screen and (max-width: 600px) {
      .contact .formbtn {
        display: block; } }
    .contact .formbtn li {
      width: 48%; }
      @media screen and (max-width: 600px) {
        .contact .formbtn li {
          width: 100%; } }
      @media screen and (max-width: 600px) {
        .contact .formbtn li:first-child {
          margin-bottom: 1rem; } }
      .contact .formbtn li input[type=submit], .contact .formbtn li input[type=button] {
        margin: 0; }
        @media screen and (max-width: 600px) {
          .contact .formbtn li input[type=submit], .contact .formbtn li input[type=button] {
            margin: auto; } }
