@charset "UTF-8";
/* ==========================================================
 mixin 
========================================================== */
.c-breadcrumb {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    font-size: 1rem;
  }
}
.c-breadcrumb__list {
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-breadcrumb__list {
    overflow-x: scroll;
  }
}
.c-breadcrumb__list li {
  display: inline;
}

.c-skipnav {
  margin: 0;
}
.c-skipnav .skip-link {
  position: absolute;
  top: -26px;
  left: 0;
  display: inline-block;
  height: 1px;
  padding: 2px 10px;
  text-align: left;
  overflow: hidden;
  color: #FFF;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  background: var(--tertiary);
  transition: top 0.3s ease;
  z-index: 5;
}
.c-skipnav .skip-link:focus {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.c-blubtn {
  background-color: var(--secondary);
  color: #fff;
  font-weight: 700;
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-blubtn:hover:hover {
    background-color: #8f9bb3;
  }
}
.c-blubtn a, .c-blubtn button {
  padding: 1.5rem 6rem;
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-blubtn a, .c-blubtn button {
    font-size: 1.4rem;
    padding: 0.7rem;
  }
}
.c-blubtn button {
  width: 100%;
  color: inherit;
}
.c-blubtn .blubtn-nopad {
  padding: 1.5rem 0;
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-blubtn .blubtn-nopad {
    font-size: 1.4rem;
    padding: 0.7rem;
  }
}
.c-blubtn--small {
  background-color: var(--secondary);
  color: #fff;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.3s;
}
.c-blubtn--small a {
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-blubtn--small a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-blubtn--small:hover:hover {
    background-color: #fff;
    color: var(--secondary);
    border: 1px solid var(--secondary);
  }
}

.c-graybtn {
  background-color: #747474;
  color: #fff;
  font-weight: 700;
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-graybtn:hover:hover {
    background-color: #8f9bb3;
  }
}
.c-graybtn a {
  padding: 1.5rem 6rem;
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-graybtn a {
    font-size: 1.4rem;
    padding: 0.7rem;
  }
}

.c-whibtn {
  background-color: #fff;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  font-weight: 700;
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-whibtn:hover:hover {
    background-color: #8f9bb3;
    color: #fff;
    border: 1px solid transparent;
  }
}
.c-whibtn a {
  padding: 1.5rem;
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-whibtn a {
    font-size: 1.4rem;
    padding: 0.7rem;
  }
}
.c-whibtn--small {
  background-color: #fff;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  font-weight: 700;
  transition: 0.3s;
}
.c-whibtn--small a {
  display: flex;
  width: 100%;
  height: inherit;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-whibtn--small a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-whibtn--small:hover:hover {
    background-color: var(--secondary);
    color: #fff;
    border: 1px solid transparent;
  }
}

.c-fgoldbtn {
  color: #fff;
  background-color: var(--tertiary);
  transition: 0.3s;
  border: 1px solid transparent;
}
.c-fgoldbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 4rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-fgoldbtn:hover:hover {
    background-color: #fff;
    border: 1px solid var(--tertiary);
    color: var(--tertiary);
    font-weight: 700;
  }
}

.c-goldbtn {
  border: 1px solid var(--tertiary);
  color: var(--tertiary);
  font-weight: 700;
  background-color: #fff;
  transition: 0.3s;
}
.c-goldbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 4rem;
}
@media (max-width: 767px) {
  .c-goldbtn a {
    font-size: 1.4rem;
  }
}
.c-goldbtn a p {
  width: 100%;
  text-align: center;
}
.c-goldbtn--arw {
  display: flex;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .c-goldbtn:hover:hover {
    background-color: var(--tertiary);
    border: 1px solid transparent;
    color: #fff;
  }
}

.c-more {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  border: solid 1px #d0d0d0;
  text-align: center;
  width: 17rem;
  height: 3.7rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-more {
    font-size: 1.4rem;
  }
}
.c-more p {
  width: 90%;
}
@media (hover: hover) and (pointer: fine) {
  .c-more:hover:hover {
    background: #d0d0d0;
    color: #fff;
    border: 1px solid transparent;
  }
}
.c-more--on {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.3rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
  width: 14rem;
  height: 3rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-more--on {
    background-color: var(--gray);
    position: relative;
    height: 1.6rem;
    width: 100%;
  }
}
.c-more--on p {
  width: 90%;
  font-size: 13px;
}
@media (max-width: 767px) {
  .c-more--on p {
    font-size: 1rem;
    width: 8.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-more--on:hover:hover {
    background: #d0d0d0;
    color: #fff;
    border: 1px solid transparent;
  }
}

.c-ctrl {
  width: 12rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.c-ctrl__btn {
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adadad;
  font-size: 1.4rem;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23adadad%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-Pause%22%3E%3Cpath%20d%3D%22M7%205v14M17%205v14%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.c-ctrl__btn.is-off {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23adadad%22%20stroke-width%3D%221%22%20class%3D%22ai%20ai-TriangleRightFill%22%3E%3Cpath%20d%3D%22M8%206a1%201%200%200%201%201.6-.8l8%206a1%201%200%200%201%200%201.6l-8%206A1%201%200%200%201%208%2018V6z%22%2F%3E%3C%2Fsvg%3E");
}
.c-ctrl__arw {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adadad;
  font-size: 1.4rem;
  cursor: pointer;
}
.c-ctrl__arw::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  border-top: currentColor 1px solid;
  border-right: currentColor 1px solid;
  width: 1rem;
  height: 1rem;
  transform: translateX(25%) rotate(-135deg);
}
.c-ctrl__arw--next::after {
  transform: translateX(-25%) rotate(45deg);
}
.c-ctrl .__next::after {
  transform: translateX(-10%) rotate(45deg);
}

.obj--ctrl-border {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #adadad;
  border-left: 1px solid #adadad;
}

.c-play {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='レイヤー_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' style='enable-background:new 0 0 36 36;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;%7D%0A%3C/style%3E%3Cpath class='st0' d='M10.5,7.5v21 M25.5,7.5v21'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-play.is-off {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='レイヤー_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' style='enable-background:new 0 0 36 36;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M12,9c0-0.8,0.7-1.5,1.5-1.5c0.3,0,0.6,0.1,0.9,0.3l12,9c0.7,0.5,0.8,1.4,0.3,2.1c-0.1,0.1-0.2,0.2-0.3,0.3 l-12,9c-0.7,0.5-1.6,0.4-2.1-0.3C12.1,27.6,12,27.3,12,27V9z'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .c-play {
    width: 18px;
    height: 18px;
    border-radius: 5px;
  }
}

.c-trans {
  width: 100%;
  height: inherit;
  color: currentColor;
  border: 1px solid currentColor;
  padding: 1rem 0;
  cursor: pointer;
}

.c-plus {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 2px;
  height: 20px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transition: 0.3s;
}
.c-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.js-minus .c-plus {
  transform: rotate(90deg);
}
.js-minus .c-plus::before {
  width: 0;
  height: 0;
}

.js-rotate .c-plus {
  transform: rotate(45deg);
}

.c-date {
  width: 20px;
  height: 26px;
  display: inline-block;
  margin-right: 1rem;
}
.c-date img {
  vertical-align: unset;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-date {
    width: 2rem;
    height: 2.3rem;
  }
}

.c-close {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
.c-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.c-select {
  width: 100%;
  display: flex;
}
.c-select label {
  width: 24%;
  font-size: 1.5rem;
  background-color: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-select label {
    font-size: 1.3rem;
  }
}
.c-select select {
  width: 76%;
  height: 4.6rem;
  border: 1px solid #ddd;
  padding-left: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--black);
}
@media (max-width: 767px) {
  .c-select select {
    font-size: 1.2rem;
  }
}

/*formテキスト*/
.c-form-text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
}

.c-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px var(--primary) inset;
}

/*formラジオボタン*/
/*formチェックボックス*/
.c-form-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-form-checkbox input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  margin: -1px;
}

.c-form-checkbox-name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #666;
  position: relative;
}

.c-form-checkbox-name:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 6px;
  flex-shrink: 0;
}

.c-form-checkbox input:checked + .c-form-checkbox-name {
  color: var(--primary);
}

.c-form-checkbox input:checked + .c-form-checkbox-name:before {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
}

.c-form-checkbox input:checked + .c-form-checkbox-name:after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.4em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.65em;
  transform: translateY(-1px) rotate(45deg);
}

.c-form-checkbox input:focus-visible + .c-form-checkbox-name .c-form-checkbox-text {
  background: linear-gradient(transparent 90%, var(--secondary) 90%);
}

/*formセレクトボックス*/
.c-form-select {
  position: relative;
}

.c-form-select:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  pointer-events: none;
}

.c-form-select select {
  height: 2.4em;
  width: 100%;
  padding: 0 8px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.c-form-select select::-ms-expand {
  display: none;
}

.c-form-select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px var(--secondary) inset;
}

/*formテキストエリア*/
.c-form-textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: vertical;
  box-sizing: border-box;
}

.c-form-textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px var(--secondary) inset;
}

.p-oth {
  padding: 6rem 0 5rem;
}
@media (max-width: 767px) {
  .p-oth-btn {
    padding: 3rem 0 5rem;
    width: 90%;
    margin: 0 auto;
  }
}

.p-other {
  padding: 4rem 0;
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-other {
    width: 100%;
    padding: 2rem 0;
  }
}
.p-other__ttl {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-other__ttl {
    text-align: center;
    font-size: 1.8rem;
  }
}
.p-other__ttl--big {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .p-other__ttl--big {
    text-align: center;
  }
}
.p-other__wrap {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .p-other__wrap {
    padding: 1rem 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 0;
  }
}
.p-other__wrap-sp {
  display: none;
}
@media (max-width: 767px) {
  .p-other__wrap-sp {
    display: flex;
    padding: 1rem 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 0;
  }
}
.p-other-page {
  color: #adadad;
  position: absolute;
  left: 0;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .p-other-page {
    padding-left: 1rem;
  }
}
.p-other-page .pagingInfo {
  font-size: 2rem;
  font-weight: 700;
}
.p-other-page--m {
  color: #adadad;
  left: 0;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-other-page--m {
    position: absolute;
    padding-left: 1rem;
    font-size: 1rem;
  }
}
.p-other-page--m .pagingInfo {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-other-page--m .pagingInfo {
    font-size: 2rem;
  }
}

.p-other1 {
  padding: 2rem 0;
}
.p-other1-area {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .p-other1-area {
    padding: 2rem 0;
  }
}

.p-rec {
  display: flex;
  gap: 3rem;
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 767px) {
  .p-rec {
    display: block;
    width: 100%;
  }
}
.p-rec--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.p-rec__item {
  max-width: 46rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-rec__item {
    display: flex !important;
  }
}
.p-rec__item-img {
  position: relative;
}
.p-rec__item-img a {
  display: block;
  height: 100%;
  width: 100%;
}
.p-rec__item-img a img {
  transition: 0.3s;
}
.p-rec__item-img a:hover img {
  filter: opacity(0.5);
}
.p-rec__item-img--noh a {
  display: block;
  height: 100%;
  width: 100%;
}
.p-rec__item-img--noh a img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-rec__item-img__arw span {
  color: var(--black);
}
.p-rec__item-ttl {
  font-size: 2rem;
  line-height: 20px;
  margin-top: 1rem;
}
.p-rec__item-ttl--mid {
  text-align: center;
  line-height: 1.4;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .p-rec__item-ttl--mid {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-rec__item-ttl {
    font-size: 1.5rem;
  }
}
.p-rec__item-ttl span {
  display: inline-block;
}
.p-rec__item-p {
  font-size: 1.5rem;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .p-rec__item-p {
    font-size: 1.3rem;
  }
}
.p-rec__item-btn {
  height: 5rem;
}
.p-rec__item-btn a {
  position: relative;
}

.p-events {
  padding: 2rem 0;
}
.p-events h2 {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-events h2 {
    font-size: 1.8rem;
  }
}
.p-events__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1rem;
  margin-top: 2rem;
}
@media (max-width: 1079px) {
  .p-events__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-events__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-events__list-item {
  background: var(--gray);
  min-height: 12rem;
  position: relative;
  min-height: 15rem;
}
@media (max-width: 767px) {
  .p-events__list-item {
    width: 100%;
    min-height: 15rem;
  }
}
.p-events__list-item a {
  display: grid;
  grid-template-columns: 46% 1fr;
  position: relative;
  height: 100%;
  width: 100%;
  align-items: center;
  gap: 2rem;
  box-sizing: border-box;
  border: 1px solid var(--gray);
  grid-template-columns: 60% 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-events__list-item a {
    grid-template-columns: 1fr;
    grid-template-rows: min-content 1fr;
    align-items: flex-start;
    gap: 1rem;
  }
}
.p-events__list-item a .u-name {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: #1b1b1b;
  color: #fff;
  font-weight: bold;
  display: none;
}
.p-events__list-item a p {
  font-weight: 700;
  line-height: 1.7;
  padding: 1rem 0;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .p-events__list-item a p {
    padding: 0 1rem 1rem 1rem;
  }
}
.p-events__list-item a p span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 767px) {
  .p-events__list-item a p span {
    width: 14rem !important;
  }
}
.p-events__list-item a .obj--ttl {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.p-events__list-item a small {
  display: block;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.p-events__list-item a picture {
  overflow: hidden;
  height: 100%;
  background-color: #fefefe;
}
@media (max-width: 767px) {
  .p-events__list-item a picture {
    height: unset;
  }
}
.p-events__list-item a picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  aspect-ratio: 153/81;
}
@media (max-width: 767px) {
  .p-events__list-item a picture img {
    height: unset;
  }
}
.p-events__list-item--fuki::after {
  content: "";
  background-image: url("../../../../assets/img/exhibit/details/icon-exhibiteve.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18rem;
  height: 6rem;
  position: absolute;
  top: -3.6rem;
  right: 13%;
  right: 0;
}
@media (max-width: 767px) {
  .p-events__list-item--fuki::after {
    width: 100%;
    height: 5rem;
    right: 0;
    top: -3.1rem;
    width: 93%;
  }
}
.p-events__list--flex {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .p-events__list--flex .p-events__list-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-events__list--flex {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-otherbtn {
  display: flex;
  gap: 2rem;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-otherbtn {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0 5rem;
  }
}
.p-otherbtn a {
  position: relative;
}

.p-look__ttl {
  text-align: center;
}
.p-look--wrap {
  padding: 3rem 0;
  width: 85%;
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "A B";
  gap: 8rem;
}
@media (max-width: 767px) {
  .p-look--wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "A";
    width: 100%;
    padding: 2rem 0;
  }
}
.p-look--wrap-th {
  display: grid;
  grid-template-columns: 34.09% 34.09% 22%;
  grid-template-areas: "A B C";
  gap: 5rem;
}
@media (max-width: 767px) {
  .p-look--wrap-th {
    padding-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "A A" "C C";
    gap: 2rem 0;
  }
}
.p-look--wrap-th p {
  width: 100%;
  padding: 1rem;
  background-color: var(--tertiary);
  color: #fff;
  text-align: center;
}
.p-look--wrap-tab {
  display: flex;
}
@media (max-width: 767px) {
  .p-look--wrap-tab {
    padding-top: 2rem;
  }
  #js-top .p-look--wrap-tab {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .p-look {
    justify-content: center;
  }
  .p-look--tab {
    width: 100%;
    padding: 1rem 0;
    border-right: 1px solid var(--secondary);
    border-bottom: 1px solid var(--secondary);
    background-color: var(--gray);
    cursor: pointer;
  }
  .p-look--tab:last-of-type {
    border-right: none;
  }
}
.p-look-f {
  grid-area: A;
  display: flex;
}
.p-look-s {
  grid-area: B;
  display: flex;
}
@media (max-width: 767px) {
  .p-look-s {
    grid-area: A;
  }
}
.p-look-th {
  grid-area: C;
}
.p-look__wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .p-look__wrap {
    width: 90%;
  }
}
.p-look__wrap-ttl {
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-look__wrap-ttl {
    font-size: 1.6rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .p-look__wrap-inner__btn {
    font-size: 1.4rem;
  }
}
.p-look__wrap-inner__s {
  margin-bottom: 1rem;
  position: relative;
}
.p-look__wrap-inner__btn2 {
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .p-look__wrap-inner__btn2 {
    font-size: 1.4rem;
  }
}
.p-look__wrap-inner__btn2 a {
  position: relative;
}
.p-look__wrap-inner__camp {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--secondary);
  text-align: center;
  padding-bottom: 1rem;
}
.p-look__wrap-inner__camp a {
  border-bottom: 1px solid var(--secondary);
}
.p-look-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .p-look-icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0;
    margin-right: 0;
  }
}
.p-look-icon img {
  vertical-align: unset;
}

.obj--bord {
  border-top: 1px solid var(--secondary);
  border-bottom: none;
  background-color: #fff;
}

.p-nsearch {
  position: relative;
  padding-bottom: 4rem;
  font-family: "source-han-sans-japanese", sans-serif;
}
@media (max-width: 767px) {
  .p-nsearch {
    padding-bottom: unset;
  }
}
.p-nsearch--wrap {
  padding: 7rem 0 2rem;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-nsearch--wrap {
    padding-top: 1rem;
    padding-bottom: 0;
    width: 100%;
  }
}
.p-nsearch__ttl {
  text-align: center;
  background-color: var(--secondary);
  color: #fff;
  width: 100%;
  margin: 3rem auto 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-nsearch__ttl {
    font-size: 1.8rem;
  }
}
.p-nsearch__link {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-nsearch__link {
    font-size: 1.4rem;
  }
}
.p-nsearch__img1 {
  width: 27rem;
  display: block;
  position: absolute;
  top: 0;
  left: 7%;
}
@media (max-width: 767px) {
  .p-nsearch__img1 {
    width: 10rem;
    left: 1%;
  }
}
.p-nsearch__img2 {
  width: 15.5rem;
  transform: scale(0.8);
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .p-nsearch__img2 {
    width: 8.5rem;
  }
  .p-nsearch__img2 img {
    z-index: 1;
    position: relative;
  }
}
.p-nsearch__img2--txt {
  position: absolute;
  top: 0;
  left: -21rem;
  display: block;
  text-align: center;
  padding: 1rem 3rem;
  border: 0.3rem solid lightgray;
  background-color: #fff;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-nsearch__img2--txt {
    top: -0.8rem;
    left: -14rem;
    padding: 0.5rem 2rem;
    border: 0.2rem solid lightgray;
    font-size: 1.3rem;
  }
}
.p-nsearch__img2--txt::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  bottom: -2rem;
  right: 4rem;
}
@media (max-width: 767px) {
  .p-nsearch__img2--txt::before {
    width: 2rem;
    height: 1rem;
    bottom: -0.7rem;
  }
}
.p-nsearch__img2--txt::after {
  content: "";
  width: 3.4rem;
  height: 0.3rem;
  background-color: lightgray;
  position: absolute;
  bottom: -1.1rem;
  right: 4rem;
  transform: rotate(28deg);
}
@media (max-width: 767px) {
  .p-nsearch__img2--txt::after {
    content: "";
    width: 2.4rem;
    height: 0.18rem;
    bottom: -0.7rem;
    right: 3.8rem;
  }
}
.p-nsearch__img2--wrap {
  position: absolute;
  top: -2rem;
  right: 10%;
}
@media (max-width: 767px) {
  .p-nsearch__img2--wrap {
    right: 0%;
  }
}
.p-nsearch--tab {
  background-color: #F4EFE1;
}
@media (max-width: 767px) {
  .p-nsearch--tab {
    background-color: #FAF8F1;
    border-right: 1px solid #d3cbbb;
    border-bottom: 1px solid #d3cbbb;
  }
}

.p-nsearch--tab.obj--bord {
  background-color: #F4EFE1;
  border-bottom: none;
  border-top: 1px solid #d3cbbb;
}

.p-nsearch__img2--txt {
  display: none;
}

.p-pastevent .p-nsearch__img2--txt.ver1 {
  display: block;
}

.p-exp .p-nsearch__img2--txt.ver2 {
  display: block;
}

.p-campaign .p-nsearch__img2--txt.ver1 {
  display: block;
}

.p-fcttour .p-nsearch__img2--txt.ver1 {
  display: block;
}

.p-museum .p-nsearch__img2--txt.ver1 {
  display: block;
}

.p-feature .p-nsearch__img2--txt.verfeat {
  display: block;
}

.p-lineup .p-nsearch__img2--txt.verline {
  display: block;
}

.p-case .p-nsearch__img2--txt.vercase {
  display: block;
}

.p-imadoki .p-nsearch__img2--txt.verima {
  display: block;
}

.p-intGall .p-nsearch__img2--txt.ver2 {
  display: block;
}

.p-othertdh .p-nsearch__img2--txt.vercase {
  display: block;
}

.p-othertdht6 .p-nsearch__img2--txt.ver1 {
  display: block;
}

.p-heim-concierge .p-nsearch__img2--txt.verheimc {
  display: block;
}

.p-smenu {
  display: grid;
  grid-template-areas: "A B" "A C";
  grid-template-columns: 30% calc(70% - 1rem);
  grid-template-rows: 1fr min-content;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-smenu {
    grid-template-columns: 32% calc(68% - 1rem);
  }
}
.p-smenu--full {
  display: grid;
  grid-template-columns: 37.49% 37.49% 22%;
  grid-template-areas: "A B C";
  gap: 2rem;
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-smenu--full {
    width: 100%;
    display: block;
    padding: unset;
  }
}
.p-smenu--wrap {
  background-color: #F4EFE1;
  padding: 2rem;
  height: 100%;
}
@media (max-width: 767px) {
  .p-smenu--wrap {
    padding: 3rem 2rem 3rem;
    margin-bottom: 1rem;
  }
}
.p-smenu--wrap dt {
  padding-bottom: 2rem;
  font-size: 2.4rem;
}
@media (max-width: 1079px) {
  .p-smenu--wrap dt {
    padding-bottom: 1rem;
  }
}
.p-smenu__img {
  grid-area: A;
  display: block;
}
.p-smenu__list {
  grid-area: B;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: min-content min-content;
  gap: 1rem;
}
.p-smenu__list-item {
  background: var(--tertiary);
  color: #fff;
  height: min(3.5vw, 5.3rem);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-smenu__list-item {
    height: 4rem;
  }
}
.p-smenu__list-item a {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-smenu__list-item a {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-smenu__list-item:hover {
    background-color: #8c7138;
  }
}
.p-smenu__btn {
  position: relative;
  grid-area: C;
}
.p-smenu__btn a {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-smenu__btn a {
    font-size: 1.3rem;
  }
}

body.is-modopen {
  overflow: hidden;
}

.p-mv {
  margin: 2rem auto;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 4rem;
}
@media (max-width: 767px) {
  .p-mv {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-mv__ctrl {
  display: grid;
  grid-template-columns: 13rem max-content;
  margin: 1rem auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-mv__wipe {
  position: relative;
  width: 12rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.p-mv__tagList {
  margin: 0 auto 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-mv__tag {
  display: inline-block;
  width: 120px;
  padding: 3px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: #E4C3AC;
  border: 2px solid transparent;
  /* 特典あり */
  /* 完全予約制 */
  /* 見学会 */
  /* 相談会 */
  /* セミナー */
  /* イベント */
  /* 工場見学 */
}
@media (max-width: 767px) {
  .p-mv__tag {
    width: 11rem;
  }
}
.p-mv__tag.tag-gift {
  color: var(--tertiary);
  border: 2px solid var(--tertiary);
  background-color: #fff;
  font-weight: 700;
}
.p-mv__tag.tag-book {
  color: var(--secondary);
  border: 2px solid var(--secondary);
  background-color: #fff;
  font-weight: 700;
}
.p-mv__tag.category-01 {
  background: #3E824D;
}
.p-mv__tag.category-02 {
  background: var(--secondary);
}
.p-mv__tag.category-03 {
  background: #CC7614;
}
.p-mv__tag.category-04 {
  background: #afaba6;
}
.p-mv__tag.category-05 {
  background: #cc3f14;
}
.p-mv__tag.tag_area {
  background: #84a5ce;
}
.p-mv__ttl {
  font-size: 3.2rem;
  line-height: 1.6;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .p-mv__ttl {
    font-size: 2.4rem;
    margin: 2rem 0;
  }
}
.p-mv__subttl {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .p-mv__subttl {
    font-size: 1.8rem;
  }
}

#slidEventTtl.slider {
  padding: 0;
}
#slidEventTtl .inner {
  width: 100%; /* デフォルトは90％ */
}
#slidEventTtl .inner img {
  aspect-ratio: 3/2.2;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}
#slidEventTtl .slides {
  left: -100%;
}
@media (max-width: 767px) {
  #slidEventTtl .slides {
    left: -100%; /* スマホで1枚表示は−100％ */
  }
}
#slidEventTtl .js-slider-dots {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
#slidEventTtl .slider-prev,
#slidEventTtl .slider-next {
  width: 4rem;
  height: 2.8rem;
  position: static;
  box-shadow: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adadad;
  font-size: 1.4rem;
  cursor: pointer;
  margin-top: unset;
}

.p-cont__h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-cont__h2 {
    font-size: 2rem;
  }
}
.p-cont__cap {
  display: block;
  font-size: 1.2rem;
}
.p-cont__cap p {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.5rem;
}
.p-cont__img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100rem;
}
.p-time {
  background-color: #F9F9F9;
  padding: 4rem;
  margin: 2rem auto;
}
@media (max-width: 767px) {
  .p-time {
    padding: 3rem 1rem;
  }
}
.p-time__endttl {
  display: none;
  margin-block: 4rem;
  text-align: center;
}
.is-end .p-time__endttl {
  display: block;
}
.p-time__ttl {
  margin: 0 auto 2rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.p-time__ttl--chu {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  border-top: 1px solid;
  margin-top: 1rem;
  padding-block: 1rem;
}
@media (max-width: 767px) {
  .p-time__ttl--chu {
    font-size: 1.3rem;
  }
}
.is-end .p-time__ttl {
  display: none;
}
.p-time__table {
  font-size: 16px;
  padding-right: 22px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-time__table {
    font-size: 1.5rem;
    padding-right: 3vw;
  }
}
.is-end .p-time__table {
  display: none;
}
.p-time__list {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto;
  gap: 2px 5vw;
}
@media (max-width: 767px) {
  .p-time__list {
    grid-template-rows: unset;
    grid-template-columns: 1fr;
    grid-auto-flow: unset;
    gap: 1rem;
    justify-content: center;
  }
}
@media (max-width: 1079px) {
  .p-eventList__modalList .p-time__list {
    grid-template-rows: unset;
    grid-template-columns: 1fr;
    grid-auto-flow: unset;
    gap: 1rem;
    justify-content: center;
  }
}
.p-time__date-wrap {
  text-align: left;
  padding-top: 5px;
}
.p-time__when-wrap {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .p-time__when-wrap {
    grid-template-columns: 1fr;
    gap: unset;
  }
}
.p-time__btn {
  background-color: #AA8944;
  border-radius: 2px;
  color: #fff !important;
  display: block;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 12px;
}
@media (max-width: 767px) {
  .p-time__btn {
    font-size: 3.33vw;
    letter-spacing: 0;
    padding: 2.56vw 3.08vw;
  }
}

.p-info {
  margin: 4rem auto;
}
.p-info__catch {
  margin: 3rem 0;
  position: relative;
  padding-left: 1.5rem;
  font-size: 2.4rem;
  line-height: 1;
}
.p-info__catch::after {
  content: "";
  height: 1lh;
  width: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 0;
}
.p-info__subcatch {
  margin: 2rem 0;
  font-size: 2rem;
  font-weight: 400;
}
.p-info .p-cont__img img {
  width: auto;
  display: block;
  margin: 0 auto;
}

/* p-access
-----------------------------------------------------*/
.p-access {
  margin: 70px auto;
}
@media (max-width: 767px) {
  .p-access {
    margin: 10.26vw auto;
  }
}
.p-access__address {
  font-size: 16px;
  margin-bottom: 1.75em;
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-access__address {
    font-size: 1.5rem;
  }
}

.p-map {
  height: 50vh;
}

/* p-contact
-----------------------------------------------------*/
.p-contact {
  background-color: #F4F4F4;
  padding: 40px 50px;
  margin: 70px auto;
}
@media (max-width: 767px) {
  .p-contact {
    background-color: #F4F4F4;
    padding: 10.26vw 6.41vw;
    margin: 10.26vw -6.41vw;
  }
}
.p-contact__ttl {
  text-align: center;
  border-bottom: 1px solid #cecdcd;
  padding-bottom: 2rem;
}
.p-contact__detail {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 4rem;
}
@media (max-width: 767px) {
  .p-contact__detail {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-contact__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5em;
  color: #324468;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .p-contact__name {
    font-size: 1.6rem;
  }
}
.p-contact__tel {
  background: url(/assets/img/exhibit/event/common/dummy_ico_phone.svg) left center no-repeat;
  background-size: 20px;
  color: #333 !important;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  text-decoration: none !important;
  padding: 0 0 0 34px;
  margin: 2rem 0;
  line-height: 1;
}
.p-contact__tel:visited {
  color: #333 !important;
}
@media (max-width: 767px) {
  .p-contact__tel {
    padding: 0 0 0 8vw;
    background: url(/assets/img/exhibit/event/common/dummy_ico_phone.svg) left bottom 1vw no-repeat;
    background-size: 4.62vw;
  }
}

.p-eventList__modalList {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.p-eventList__modalList.is-active {
  display: flex;
}
.p-eventList__modal {
  display: none;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  max-width: 1200px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .p-eventList__modal {
    width: 95%;
    padding: 1rem 0;
  }
}
.p-eventList__modal.is-active {
  display: block;
}

.js-modclose {
  display: inline-block;
  margin-top: 1rem;
  background: var(--secondary);
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  position: absolute;
  right: calc((100% - 1220px) / 2);
  top: 3%;
  height: 6rem;
  width: 6rem;
  border-radius: 1000px;
}
@media (max-width: 767px) {
  .js-modclose {
    height: 4rem;
    width: 4rem;
    right: 3% !important;
    top: 1% !important;
  }
}

@media (max-width: 1260px) {
  .js-modclose {
    right: 5%;
  }
}
#slidEventList.slider {
  padding: 0;
}
@media (max-width: 767px) {
  #slidEventList.slider {
    width: 110%;
    left: -5%;
  }
}
@media (max-width: 767px) {
  #slidEventList .slides {
    left: -50%;
  }
}
@media (max-width: 767px) {
  #slidEventList .inner {
    width: 97%;
  }
}
@media (max-width: 767px) {
  #slidEventList.js-single {
    padding: 0 2% !important;
  }
}
#slidEventList.js-single .slides {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  max-width: 50rem;
  margin: 0rem auto 8rem;
}
@media (max-width: 767px) {
  #slidEventList.js-single .slides {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  #slidEventList.js-double {
    padding: 0 2% !important;
  }
}
#slidEventList.js-double .slides {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 100rem;
  margin: 0rem auto 8rem;
}
@media (max-width: 767px) {
  #slidEventList.js-double .slides {
    gap: 1rem;
  }
}

.p-card {
  background-color: #fff;
  border: 1px solid #afaba6;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-card__img {
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  background: #131431;
}
.p-card__img picture {
  width: 100%;
  height: 100%;
  display: block;
}
.p-card__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-card__ttlwrap {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr max-content;
  gap: 0.5rem;
}
@media (max-width: 1079px) {
  .p-card__ttlwrap {
    grid-template-columns: 1fr;
  }
}
.p-card__icon {
  background-color: #AA8944;
  color: white;
  padding: 0 1rem;
  height: 1lh;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
}
.p-card__txt-wrap {
  padding: 1rem;
}
.p-card__name {
  font-size: 2.2rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
}
@media (max-width: 1079px) {
  .p-card__name {
    order: 2;
  }
}
@media (max-width: 767px) {
  .p-card__name {
    font-size: 1.5rem;
  }
}
.p-card__txt {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-card__txt {
    font-size: 1.4rem;
  }
}
.p-card__tel {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-card__tel {
    font-size: 1.6rem;
  }
}
.p-card__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem;
  width: 100%;
  max-width: 1000px;
  margin: 1rem auto 0;
  transition: 0.3s;
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-card__btn {
    font-size: 1.5rem;
  }
}
.is-end .p-card__btn {
  background-color: #5b5b5b;
  border: 1px solid #5b5b5b;
}
.is-end .p-card__btn p {
  display: none;
}
@media (max-width: 767px) {
  .p-card__btn .u-arw {
    display: none;
  }
}
.p-card__btnend {
  display: none;
}
.is-end .p-card__btnend {
  display: block !important;
}
.p-card:hover .p-card__btn {
  background-color: #fff;
  border: 1px solid var(--secondary);
  transition: 0.3s;
  color: var(--secondary);
}
.p-card.is-end:hover .p-card__btn {
  border: 1px solid #5b5b5b;
  color: #5b5b5b;
}

.p-mod {
  padding: 1rem 5%;
}
.p-mod__ttl {
  margin-block: unset;
}
@media (max-width: 767px) {
  .p-mod__ttl {
    order: 2;
  }
}
.p-mod__endttl {
  display: none;
  margin-block: 4rem;
  text-align: center;
}
.is-end .p-mod__endttl {
  display: block;
}
.is-end .p-mod__table {
  display: none;
}
.p-mod__img {
  position: relative;
  aspect-ratio: 2/1;
  width: 100%;
  height: 100%;
}
.p-mod__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-mod__ttlwrap {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr max-content;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .p-mod__ttlwrap {
    grid-template-columns: 1fr;
  }
}
.p-mod__icon {
  background-color: #AA8944;
  color: white;
  padding: 0 1rem;
  font-size: 1.6rem;
  height: 1.1lh;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-mod__icon {
    height: 1lh;
  }
}
.p-mod__time {
  background-color: #F9F9F9;
  padding: 2rem 4rem 4rem;
  margin: 2rem auto;
}
.p-mod__timettl span {
  display: block;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}
.is-end .p-mod__timettl {
  display: none;
}
.p-mod__close {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 2rem;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
  transition: 0.3s;
}
.p-mod__close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.3s;
}
.js-minus .p-mod__close::before {
  width: 0;
  height: 0;
  transition: 0.3s;
}

.p-return {
  max-width: 40rem;
  width: 90%;
  margin: 3rem auto 6rem;
}
.p-return__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  border: 1px solid var(--secondary);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1rem;
  width: 100%;
  transition: 0.3s;
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-return__btn {
    font-size: 1.5rem;
  }
}
.p-return__btn:hover {
  background-color: var(--primary);
  transition: 0.3s;
  color: white;
}

.cms-icon.is-hidden {
  display: none;
}

.u-btn-play {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='レイヤー_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' style='enable-background:new 0 0 36 36;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;%7D%0A%3C/style%3E%3Cpath class='st0' d='M10.5,7.5v21 M25.5,7.5v21'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.u-btn-play.js-pause {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='レイヤー_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' style='enable-background:new 0 0 36 36;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M12,9c0-0.8,0.7-1.5,1.5-1.5c0.3,0,0.6,0.1,0.9,0.3l12,9c0.7,0.5,0.8,1.4,0.3,2.1c-0.1,0.1-0.2,0.2-0.3,0.3 l-12,9c-0.7,0.5-1.6,0.4-2.1-0.3C12.1,27.6,12,27.3,12,27V9z'/%3E%3C/svg%3E%0A");
}

.u-font-en {
  font-family: "proxima-nova", "source-han-sans-japanese", sans-serif !important;
  font-weight: 400;
}

.u-font-enb {
  font-family: "proxima-nova", "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}

.u-font-b {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}

.u-font-semi {
  font-weight: 600;
}

.u-font-med {
  font-weight: 500;
}

.u-siz-eng {
  font-size: 1.06em;
}

.u-font-cute {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================
    rwd switch
========================================================== */
.u-md {
  display: none !important;
}

.u-sp {
  display: none !important;
}

.u-md.u-pc {
  display: block !important;
}

.u-spi {
  display: none !important;
}

.u-pci {
  display: inline-block !important;
}

@media screen and (max-width: 1079px) {
  .u-md {
    display: block !important;
  }
  .u-md.u-pc {
    display: none !important;
  }
  .u-md.u-sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-sp--flex {
    display: flex !important;
  }
  .u-pci {
    display: none !important;
  }
  .u-spi {
    display: inline-block !important;
  }
}
.u-hide {
  display: none;
}

@media (max-width: 767px) {
  .u-revertimg img {
    filter: brightness(100);
  }
}

.u-js-three {
  display: flex;
  justify-content: space-between;
}
.u-js-three li {
  width: calc(33.3333333333% - 1rem);
}

.u-padd2 {
  padding: 2rem 0 8rem;
}

.u-paddn {
  padding: 0;
}

.obj--noscroll {
  overflow: hidden;
}

.u-sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-arw {
  color: currentColor;
  position: absolute;
  right: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}
.u-arw::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.u-arw--next {
  position: relative;
  right: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}
@media (max-width: 767px) {
  .u-arw--next {
    right: 0;
  }
}
.u-arw--next::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.u-arw--ku {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
}
.u-arw--ku::before, .u-arw--ku::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.u-arw--ku::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.u-arw--ku::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.obj--bot {
  bottom: 2rem;
}

.obj--botbot {
  bottom: 1.2rem;
  right: 0.7rem;
}

.u-arw-on {
  position: relative;
}
.u-arw-on__bg {
  position: absolute;
  display: flex;
  align-items: center;
  width: 4rem;
  height: 4rem;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--black);
}
.u-arw-on__bg--bn {
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--black);
  position: absolute;
  display: flex;
  align-items: center;
  width: 3rem;
  height: 2.7rem;
  bottom: 0;
  right: 0;
}

.u-darw {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
  pointer-events: none;
}

.u-darw.darw-close {
  transform: translateY(0%) rotate(315deg);
}

.u-down {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.u-play {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.u-play::before {
  content: "";
  color: currentColor;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}/*# sourceMappingURL=style.css.map */