@charset "UTF-8";

/* 共通
//* -------------------------------------------------- */

.u-heading {
  font-size: calc(2.5rem * 500 / 750);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-heading {
    font-size: 1.8rem;
  }
}
.u-txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt {
    font-size: 1.3rem;
  }
}
.u-txt_20 {
  font-size: calc(2rem * 500 / 750);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt_20 {
    font-size: 1rem;
  }
}
.u-txt-inner {
  max-width: calc(600px * 500 / 750);
  margin: auto;
  line-height: 1.8;
}

.u-txt_sm {
  font-size: 1.4rem
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt_sm {
    font-size: 1.1rem;
  }
}

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

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

sup {
  font-size: 75%;
  vertical-align: top;
}

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

.u-batsu {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
}
.u-batsu:before, .u-batsu:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1em;
  background: #251a16;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-batsu:before, .u-batsu:after {
    height: 0.6em;
  }
}
.u-batsu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.u-batsu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.u-batsu_s {
  border: 1px solid;
}


.u-arrow {
  background: url(../images/common/ico_arrow.png) no-repeat;
  background-size: 100% auto;
  width: calc(6px * 500 / 750);
  height: calc(10px * 500 / 750);
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-arrow {
    width: 4px;
    height: 7px;
  }
}

.u-tab {
  width: calc(18px * 500 / 750);
  height: calc(15px * 500 / 750);
  background: url(../images/common/ico_tab.png) no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-tab {
    width: 12px;
    height: 9px;
  }
}

.u-textbox {
  max-width: calc(430px * 500 / 750);
  margin: calc(30px * 500 / 750) auto 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
.u-textbox {
  margin: 15px auto 0;
}
}

.u-flex {
  display: flex;
}
.u-flex_alcenter {
  align-items: center;
}
.u-flex_rev {
  flex-direction: row-reverse;
}
.u-flex_50 {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-flex_spnone .u-flex_50 {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-flex_spnone {
    flex-wrap: wrap;
  }
}

.u-lists_ten,
.u-lists_maru,
.u-lists_kome {
  font-size: 1.2rem;
  padding-left: 1.2em;
  line-height: 1.5;
}
.u-lists_ten li,
.u-lists_maru li,
.u-lists_kome li {
  position: relative;
}
.u-lists_maru li:before,
.u-lists_ten li:before,
.u-lists_kome li:before {
  display: block;
  position: absolute;
  left: -1.2em;
}
.u-lists_kome li:before {
  content: "※";
}
.u-lists_maru li:before {
  content: "◯";
}
.u-lists_ten li:before {
  content: "・";
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-lists_kome {
    font-size: calc(24vw / 7.5);
    line-height: 1.6;
  }
}

.u-mtop-10 {
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-10 {
    margin-top: 5px;
  }
}

.u-mtop-20 {
  margin-top: 20px!important;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-20 {
    margin-top: 15px!important;
  }
}

.u-mtop-30 {
  margin-top: 30px!important;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-30 {
    margin-top: 20px!important;
  }
}

.u-mtop-40 {
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-40 {
    margin-top: 30px;
  }
}

.u-mtop-50 {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-50 {
    margin-top: 40px;
  }
}

.u-mtop-100 {
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-100 {
    margin-top: 60px;
  }
}

.u-hoverButton {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1.5px solid #000;
  padding: 15px 0;
  position: relative;
  line-height: 1;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  z-index: 1;
}
.u-hoverButton:before {
  background: #ffdf00;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .6s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.u-hoverButton_arw:after {
  content: '';
  width: 21px;
  height: 7px;
  background: url(../images/common/ico_outarrow.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-hoverButton_tab:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/common/ico_tab.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.u-tablink {
  position: relative;
}
.u-tablink:after {
  position: absolute;
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_outarrow.svg) no-repeat;
  background-size: 100% auto;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -1.5em;
}
.u-underline:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center bottom;
  transition: transform .3s;
}
@media screen and (min-width: 768px) {
  .u-hoverButton:hover::before {
    transform: scale(1, 1);
    transition: all .6s ease-in-out;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hoverButton {
    border: 1px solid;
    padding: 15px 0;
  }
  .u-hoverButton_arw:after {
    width: 15px;
    height: 5px;
  }
  .u-hoverButton_tab:after {
    width: 10px;
    height: 10px;
  }
}

a .u-hoverImg {
  overflow: hidden;
}
a .u-hoverImg > img {
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  a.u-hoverImg:hover > img {
    transform: scale(1.05, 1.05);
    transition: 0.3s all;
    opacity: 1;
  }
}




.g-pagetop {
  background-color: #fff095;
  width: 100%;
  height: 120px;
  z-index: 99;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.g-pagetop span {
  position: relative;
  transition: all 0.3s;
}
.g-pagetop span:before {
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.g-pagetop img {
  width: 6px;
  height: 40px;
  margin-left: 6px;
  margin-top: 5px;
  transition: all .3s;
}
@media screen and (min-width: 768px) {
  .g-pagetop:hover span {
    margin-top: -10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-pagetop {
    height: calc(140vw / 7.5);
  }
  .g-pagetop span:before {
    width: calc(18vw / 7.5);
    height: calc(1.4vw / 7.5);
  }
  .g-pagetop img {
    width: calc(9vw / 7.5);
    height: calc(60vw / 7.5);
    margin-left: calc(8vw / 7.5);
    margin-top: calc(6vw / 7.5);
  }
}

/* 
//* -------------------------------------------------- */
@media screen and (min-width: 1px) and (min-width: 768px) {
.l-pcbottom {
  display: flex;
}
}

/* contact
//* -------------------------------------------------- */
.contact {
  background: url(../images/common/contact_bg.jpg) no-repeat;
  background: url(../images/common/contact_bg.webp) no-repeat;
  background-size: cover;
  width: 50%;
}
.contact-inner {
  position: relative;
  padding: 100px 0 80px;
  width: 63%;
  margin: 0 auto;
}
.contact .c-heading_en:after {
  background: #fff;
}
.contact-inner > p {
  margin: 30px 0 0;
}
.contact .u-hoverButton {
  max-width: 303px;
  margin: 30px 0 0;
}
.contact .u-lists_ten {
  margin: 40px 0 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .contact {
    width: 100%;
  }
  .contact-inner {
    padding: 50px 0 80px;
    width: 80%;
  }
  .contact-inner > p {
    margin: 20px auto 0;
  }
  .contact .u-hoverButton {
    max-width: 500px;
    margin: 20px auto 0;
  }
  .contact .u-lists_ten {
    margin: 20px auto 0;
    font-size: 1rem;
  }
}

/* footer
//* -------------------------------------------------- */
.g-footer {
  width: 50%;
  background: #ffdf00;
  padding: 110px 0 20px;
}
.g-footer-inner {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.g-footer-logo {
  position: absolute;
  width: calc(100vw / 14);
  top: 0;
  right: 0;
}
.g-footer-copy {
  margin: 140px auto 0;
  line-height: 1;
  font-size: calc(12vw /14);
  text-align: center;
}
.g-footer-lists li {
  margin: 0 0 30px ;
  position: relative;
}
.g-footer-lists a {
  display: block;
  width: fit-content;
}
.g-footer_en {
  display: block;
  position: relative;
}
.g-footer-lists .insta a {
  padding-left: 30px;
}
.g-footer-lists .insta a:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ico_insta.svg) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .g-footer-lists a:hover {
    letter-spacing: 0.15em;
  }
  .g-header-links a:hover img {
    transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer {
    width: 100%;
    padding: 50px 0 20px;
  }
  .g-footer-inner {
    width: 80%;
  }
  .g-footer-logo {
    width: calc(120vw / 7.5);
  }
  .g-footer-copy {
    margin: 45px auto 0;
    font-size: 1rem;
  }
  .g-footer-lists li {
    margin: 0 0 20px ;
  }
  .g-footer-lists .insta a {
    padding-left: 20px;
  }
  .g-footer-lists .insta a:before {
    top: 2px;
    width: 12px;
    height: 12px;
  }
  .g-footer-pagetop {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9%;
  }
}


/* SECTION　bace
//* -------------------------------------------------- */
.c-section {
  display: block;
}
.c-heading_en {
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: block;
  width: fit-content;
}
.c-heading_en:after {
  display: block;
  content: '';
  background: #ffe000;
  width: 100%;
  height: 3px;
  bottom: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
}
.is_animed .c-heading_en:after,
.is_animed.c-heading_en:after {
  animation: border 0.5s 0.5s ease-in forwards;
  transform-origin: top left;
}
@keyframes border {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-heading_en {
    font-size: 2rem;
  }
  .c-heading_en:after {
    height: 2px;
    bottom: 2px;
  }
  .is_animed .c-heading_en:after {
    animation: border 0.5s 0.5s ease-in forwards;
    transform-origin: top left;
  }
  @keyframes border {
    0% {
      transform: scaleX(0);
    }
    100% {
      transform: scaleX(1);
    }
  }
}

/* modal
//* -------------------------------------------------- */
/* .modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 1.2s ease; 
}
.modal[aria-hidden="true"] {
  display: none;
  opacity: 0;
}
.modal,
.modal-panel,
.modal-overlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity, transform;
}
.modal.is-opening,
.modal.is-closing,
.modal[aria-hidden="false"] {
  display: block;
  opacity: 1;
}
.modal.is-fading-out {
  opacity: 0;
  transition: opacity 1.2s ease; 
}
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(224, 224, 222, 0.9);
}
.modal.is-closing .modal-overlay {
  animation: modaloverlay 1.2s ease-out forwards;
}
@keyframes modaloverlay {
  0% {
    background: rgba(224, 224, 222, 0.9);
  }
  100% {
    background: rgba(224, 224, 222, 0.5);
  }
}
.modal-panel {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%,-30%);
  max-width: var(--max-width);
  max-height: calc(100vh - 20%);
  display: flex;
  flex-direction: column;
  outline: none;
  height: fit-content;
  width: 90%;
  max-width: 800px;

  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: translateY(-30%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.modal[aria-hidden="false"] .modal-panel {
  animation: modalpanel 0.5s ease-out forwards;
}
@keyframes modalpanel {
  0% {
    transform: translate(-50%, -30%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.modal.is-opening .modal-panel {
  opacity: 1;
  transform: translateY(0);
}
.modal.is-closing .modal-panel {
  opacity: 0;
  animation: modalpanelcl 1.5s ease-out forwards;
}
@keyframes modalpanelcl {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -30%);
  }
} */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
body.modal-open {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(224, 224, 222, 0.9);
  transition: opacity 0.4s ease;
}
.modal-panel {
  position: fixed;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  background: #fff;
  overflow-y: auto;
  max-width: var(--max-width, 800px);
  overflow: hidden;
  max-height: calc(100vh - 20%);
  display: flex;
  flex-direction: column;
  outline: none;
  height: fit-content;
  width: 90%;
}
.modal.is-opening .modal-panel {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.modal.is-closing .modal-panel {
  opacity: 0;
  transform: translate(-50%, -30%);
}

.modal-close {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background-color: #adb0bb;
  cursor: pointer;
  z-index: 999;
  line-height: 1;
  top: auto;
  opacity: 1;
  transition: opacity 0.4s ease, top 0.3s ease;
}
.modal.is-opening .modal-close {
  opacity: 1;
}
.modal-close.is-closing {
  opacity: 0;
}
.modal-close .u-batsu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.modal-close  .u-batsu:before, .modal-close  .u-batsu:after {
  height: 20px;
  width: 2px;
  background: #fff;
}

.modal-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 ; 
}
.modal-body:has(+ .modal-fixbtn) {
  padding: 0 0 80px;
}
.modal-body::after {
  display: block;
  content: '';
  position: fixed;
  width: 100%;
  height: 80px;
  bottom: 0px;
  left: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
.gallery-slider {
  position: relative;
  margin-bottom: 60px;
}
.slider-main {
  position: relative;
  width: 100%;
  height: 409px;
  overflow: hidden;
  background: #fff;
}
.slider-main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .28s ease, transform .28s ease;
}
.slider-main img.active {
  opacity: 1;
  transform: scale(1);
}
.slider-controls {
  margin: 32px auto 0;
}
.prev-slider,.next-slider {
  position: absolute;
  top: 36%;
  z-index: 10;
  cursor: pointer;
  background: none;
}
.prev-slider::before,.next-slider::before {
  content: '';
  width: 16px;
  height: 16px;
  border-top: solid 2px #008CBD;
  border-right: solid 2px #008CBD;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.prev-slider {
  display: inline-block;
  width: 58px;
  height: 58px;
  left: 2%;
}
.next-slider {
  display: inline-block;
  width: 58px;
  height: 58px;
  right: 2%;
}
.prev-slider::before {
  left: 0;
  transform: rotate(-135deg);
}
.next-slider::before {
  left: 0;
  transform: rotate(45deg);
}
.thumbnails {
  display: flex;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
}
.thumbnails .thumb {
  border: 1px solid transparent;
  width: 76px;
  height: 76px;
  cursor: pointer;
  margin:  0 10px;
  padding: 0;
}
.thumbnails .thumb.active {
  border-color: #008CBD;
}

.modal-fixbtn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  width: 440px;
  background-color: #ffdf00;
  border: none;
}
.u-modal-kv {
  position: relative;
}
.u-modal-kv figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff095;
  padding: .3px 1em;
}
.u-modal-inner_sp {
  padding: 30px 7% 50px;
  position: relative;
}
.u-modal-ttl {
  font-size: 2.2rem;
  position: relative;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 2px #fbe97e solid;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}
.u-modal-ttl span {
  font-size: 1.6rem;
  display: block;
}
.u-modal .u-txt {
  line-height: 2;
}

@media (max-width: 767px) {
  .modal-panel { 
    width: calc(100% - 20%);
    height: 80dvh;
    max-height: calc(100vh - 14%);
    top: 48%;
  }
  .modal-close {
    width: calc(80vw / 7.5);
    height: calc(80vw / 7.5);
  }
  .modal-close .u-batsu:before, .modal-close .u-batsu:after {
    height: calc(30vw / 7.5);
    width: 1px;
  }
  .modal-body {
    padding: 0;
  }
  .modal-body:has(+ .modal-fixbtn) {
    padding: 0 0 40px;
  }
  .modal-body::after {
    height: 40px;
  }
  .gallery-slider {
    margin-bottom: 0;
  }
  .slider-main {
    height: calc(714vw / 7.5);
  }
  .slider-controls {
    margin: 20px auto 0;
  }
  .prev-slider, .next-slider {
    top: 44%;
  }
  .prev-slider {
    width: 30px;
    height: 30px;
  }
  .next-slider {
    width: 30px;
    height: 30px;
  }
  .thumbnails .thumb {
    width: 42px;
    height: 42px;
    margin:  0 5px;
  }
  .u-modal-inner_sp {
    padding: 30px 6% 50px;
  }
  .u-modal-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .modal-fixbtn {
    bottom: 0;
    width: 100%;
  }
  .u-modal-kv figcaption {
    font-size: 1rem;
    padding: 2px 1.5em;
  }
}


/* sidebnr
//* -------------------------------------------------- */
.sidebnr {
  position: fixed;
  bottom: 5%;
  width: 200px;
  height: 203px;
  z-index: 99;
  text-align: center;
  left: -250px;
  z-index: 999;
  transition: all .5s ease;
  background-color: #ffdf00;
  border-radius: 0 10px 10px 0;
  box-shadow: 3px 3px 5px rgba(100, 100, 100, .1);
}
.sidebnr-btn {
  overflow: hidden;
  font-size: 2rem;
  line-height: 1;
  padding: 13px 0;
}
.sidebnr-box {
  font-size: 1.4rem;
  background-color: #fffced;
  border-radius: 0 0 10px 0;
  padding: 15px 0 30px;
  position: relative;
  transition: all .2s;
}
.sidebnr img {
  width: 121px;
  transition: all .5s ease;
}
.sidebnr figcaption {
  margin-top: .5em;
}
.sidebnr-box:after {
  content: '';
  width: 21px;
  height: 7px;
  background: url(../images/common/ico_outarrow.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1em;
  margin: auto;
  transition: all .5s ease;
}
.is_main .sidebnr {
  width: 50px;
  left: 0px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is_main .sidebnr a {
  height: 100%;
  width: 100%;
}
.is_main .sidebnr-box {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  transition: all .2s;
}
.is_main .sidebnr-btn {
  border-radius: 0 10px 10px 0;
  writing-mode: vertical-rl;
  padding: 0 13px 0 10px;
  transition: all .5s;
  height: 100%;
}
.sidebnr-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #adb0bb;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  z-index: 999;
  transition: 0.3s all;
}
.sidebnr-close .u-batsu:before, .sidebnr-close .u-batsu:after {
  background: #fff;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .sidebnr:hover .sidebnr-box:after {
    right: -1em;
  }
  .sidebnr:hover img {
    transform: scale(1.05, 1.05);
    transition: 0.3s all;
  }
  .sidebnr-close:hover {
    transform: scale(1.1, 1.1);
    transition: 0.3s all;
  }
  .is_main .sidebnr:hover .sidebnr-btn {
    letter-spacing: 0.15em;
  }
}
@media (max-width: 767px) {
  .sidebnr {
    bottom: 3%;
    width: calc(240vw / 7.5);
    height: calc(240vw / 7.5);
    left: calc(-260vw / 7.5);
    border-radius: 0 10px 10px 0;
    box-shadow: 2px 2px 8px rgba(100, 100, 100, .1);
  }
  .sidebnr-btn {
    font-size: calc(26vw / 7.5);
    padding: 10px 0;
  }
  .sidebnr-box {
    font-size: calc(17vw / 7.5);
    border-radius: 0 0 10px 0;
    padding: 10px 0 18px;
  }
  .sidebnr img {
    width: calc(145vw / 7.5);
  }
  .sidebnr figcaption {
    margin-top: .5em;
  }
  .sidebnr-box:after {
    width: calc(21vw / 7.5);
    height: calc(7vw / 7.5);
  }
  .is_main .sidebnr {
    width: calc(70vw / 7.5);
    left: 0px;
  }
  .is_main .sidebnr-btn {
    border-radius: 0 10px 10px 0;
    padding: 0 13px 0 10px;
  }
  .sidebnr-close {
    width: calc(40vw / 7.5);
    height: calc(40vw / 7.5);
    top: calc(-10vw / 7.5);
    right: calc(-10vw / 7.5);
  }
  .sidebnr-close .u-batsu:before, .sidebnr-close .u-batsu:after {
    height: calc(16vw / 7.5);
    width: 1px;
  }
}

/* l-main
//* -------------------------------------------------- */
.l-main {
  position: relative;
  background: #dbdad8;
  z-index: 9;
}

/* pagenav
//* -------------------------------------------------- */
.pagenav {
  background: #e0e0de;
}
.pagenav .u-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 0;
}
.pagenav .c-heading_en {
  margin-right: calc(22vw / 14);
  font-size: calc(32vw / 14);
  flex-shrink: 0;
}
.pagenav ul {
  display: flex;
  align-items: center;
}
.pagenav ul li {
  /* max-width: 106px;
  margin: 0 22px; */
  margin: 0 calc(22vw / 14);
  width: calc(106vw / 14);
}
.pagenav ul img {
  transition: all .3s;
}
@media screen and (min-width: 768px) {
  .pagenav a:hover img {
    transform: scale(1.1, 1.1);
  }
}

@media (max-width: 767px) {
  .pagenav .u-inner {
    display: block;
    padding: 40px 0 30px;
    width: 80%;
  }
  .pagenav .c-heading_en {
    margin: 0 auto;
    font-size: 2rem;
  }
  .pagenav ul {
    flex-wrap: wrap;
  }
  .pagenav ul li {
    width: calc(100% / 3);
    margin: 0;
  }
  .pagenav ul li a {
    text-align: center;
  }
  .pagenav ul li img {
    width: 65%;
    margin: 0 auto;
  }
}

/* lineup
//* -------------------------------------------------- */
.lineup {
  background-color: #e0e0de;
}
.lineup-kv {
  opacity: 1;
  position: relative;
}
.lineup-kv img {
  filter: grayscale(1);
}
.is_animed .lineup-kv img {
  animation: graysc 1s ease-in forwards;
  animation-delay: .6s;
}
@keyframes graysc {
  0% {
    filter: grayscale(1);
  }
  100% {
    filter: grayscale(0);
  }
}
.lineup-ttl {
  position: absolute;
  top: 12%;
  right: 12%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: calc(40vw / 14);
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
}
.lineup-ttl:after {
  display: block;
  content: '';
  background: #ffe000;
  width: calc(3vw / 14);
  height: 100%;
  top: 0;
  right: 2px;
  position: absolute;
  transform: scaleY(0);
}
.is_animed .lineup-ttl:after {
  animation: borderright 1s 1s ease-in forwards;
  transform-origin: top left;
}
@keyframes borderright {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.lineup-ttl .u-txt_ht {
  writing-mode: horizontal-tb;
  font-size: 0.4em;
  font-weight: bold;
}
.lineup-main {
  padding: 130px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lineup-item {
  width: 48%;
  position: relative;
}
.lineup-item .item-igc {
  margin-top: 1em;
}
.lineup-material {
  position: absolute;
  bottom: 0.5em;
  right: 0;
  padding-right: 1.5em;
  font-size: 1.4rem;
  z-index: 1;
}
.lineup-material:after {
  position: absolute;
  content: '';
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/common/ico_tab.png) no-repeat;
  background-size: 100% auto;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0em;
}
.lineup-content {
  width: 45%;
}
.lineup-name {
  font-size: 3rem;
  font-weight: 500;
  position: relative;
}
.lineup-cap {
  background-color: #9bbfd3;
  color: #fff;
  padding: 0.4em 1.2em;
  line-height: 1;
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 1em;
}
.lineup-name rt {
  font-size: 0.4em;
}
.lineup-copy {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 25px auto 0;
}
.lineup-txt {
  margin: 20px auto 0;
}
.lineup-price {
  font-size: 3rem;
  margin-top: 20px;
}
.lineup-price span {
  font-size: 1.8rem;
}
.lineup-price dl {
  display: flex;
}
.lineup-price dt {
  width: 2.8em;
}
.lineup-price dd {
  width: 6em;
}
.lineup-notes {
  font-size: 1.4rem;
  margin-top: 2em;
}
.lineup-time {
  display: flex;
  max-width: 384px;
  margin-top: 40px;
  line-height: 1;
  font-weight: 500;
}
.lineup-time span {
  display: block;
}
.lineup-time span:nth-child(1) {
  background-color: #ffdf00;
  width: fit-content;
  padding: 1em;
}
.lineup-time span:nth-child(2) {
  background-color: #fff;
  padding: 1em;
  flex-grow: 1;
  text-align: center;
}
.lineup .u-hoverButton {
  max-width: 384px;
  margin-left: 0;
}
.item-swiper {
  padding-bottom: 2.5em;
}
.item-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: monospace;
  font-size: 1.4rem;
  color: #000;
  background: none;
  border: none;
  font-family: quasimoda, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.item-pagination .bar {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.item-pagination .bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #000;
  animation: progress 5s linear forwards;
}
.item-igc {
  margin-top: 0;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.5em;
}
.item-igc .swiper-pagination {
  position: relative; 
}
.item-prev,
.item-next {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 1px;
  display: block;
  cursor: pointer;
}
.item-prev {
  left: 2px;
}
.item-next {
  right: 2px;
}
.item-prev::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(-135deg);
}
.item-next::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(45deg);
}
#anc_gift {
  background-color: #d7d7d3;
}
.lineup-limited {
  padding-bottom: 200px;
}
.lineup-limited .u-inner {
  border: 4px solid #ffdf00;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 60px 3%;
}
.lineup-limited figure {
  width: 50%;
  display: block;
}
.lineup-limited figcaption {
  width: 175px;
  height: 175px;
  background: #ffdf00;
  border-radius: 50%;
  font-size: clamp(16px, 30vw / 14, 26px);
  text-align: center;
  line-height: 175px;
  position: absolute;
  top: -70px;
  left: -70px;
}
.lineup-limited .lineup-content {
  width: 47%;
}
.lineup-limited .lineup-notes {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .item-prev:hover,
  .item-next:hover {
    transform: scale(1.1, 1.1);
  }
  .lineup-material:hover {
    letter-spacing: 0.15em;
  }
}
@media (max-width: 767px) {
  .lineup-kv img {
    height: calc(880vw / 7.5);
    object-fit: cover;
  }
  .lineup-main {
    margin-top: 40px;
    padding: 60px 0 60px;
    display: block;
  }
  #anc_gift {
    padding-top: 40px;
  }
  #anc_gift .lineup-main {
    margin-top: 0;
  }
  .lineup-item {
    width: 100%;
  }
  .lineup-item .item-igc {
    margin-top: 1em;
  }
  .lineup-material {
    padding-right: 1.5em;
    font-size: 1rem;
  }
  .lineup-content {
    width: 100%;
  }
  .lineup-name {
    font-size: 2rem;
  }
  .lineup-nameWrap,
  .lineup-name {
    position: absolute;
    top: 0;
  }
  .lineup-nameWrap .lineup-name {
    position: relative;
  }
  .lineup-nameWrap {
    width: 100%;
  }
  .lineup-cap {
    padding: 0.4em 1.2em;
    font-size: 1.2rem;
    margin-left: 1em;
  }
  .lineup-copy {
    font-size: 1.5rem;
    margin: 25px auto 0;
  }
  .lineup-txt {
    font-size: 1.2rem;
    margin: 15px auto 0;
  }
  .lineup-price {
    font-size: 2rem;
    margin-top: 20px;
  }
  .lineup-price span {
    font-size: 1.3rem;
  }
  .lineup-notes {
    font-size: 1rem;
    margin-top: 2em;
  }
  .lineup-time {
    font-size: 1.3rem;
    max-width: 440px;
    margin-top: 20px;
  }
  .lineup .u-hoverButton {
    max-width: 440px;
  }
  
  .item-pagination {
    gap: 8px;
    font-size: 1rem;
  }
  .item-pagination .bar {
    width: calc(50vw /7.5);
    height: 1px;
  }
  .item-igc {
    margin-top: 50px;
  }
  .item-prev,
  .item-next {
    width: 5px;
    height: 5px;
    top: -1px;
  }
  .item-prev {
    left: 2px;
  }
  .item-next {
    right: 2px;
  }
  .item-prev::before {
    width: 4px;
    height: 4px;
  }
  .item-next::before {
    width: 4px;
    height: 4px;
  }
  .lineup-limited {
    padding-bottom: 100px;
  }
  .lineup-limited {
    padding-bottom: 60px;
  }
  .lineup-limited .u-inner {
    border-width: 2px;
    display: block;
    padding: 60px 0 30px;
  }
  .lineup-limited figure {
    width: 100%;
  }
  .lineup-limited figcaption {
    width: calc(160vw / 7.5);
    height: calc(160vw / 7.5);
    font-size: calc(23vw / 7.5);
    line-height: calc(160vw / 7.5);
    top: -35px;
    left: -35px;
  }
  .lineup-limited .lineup-name {
    position: absolute;
    top: 10px;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
  }
  .lineup-limited .lineup-content {
    width: 90%;
    margin: 10px auto 0;
  }
  .lineup-limited .lineup-notes {
    font-size: 1rem;
  }
}

/* shop
//* -------------------------------------------------- */
.shop {
  width: 100%;
  position: relative;
  background: #fff;
}
.shop-kv {
  display: block;
  width: 100%;
}
.shop .u-inner {
  padding: 165px 0 145px;
  display: flex;
  justify-content: space-between;
}
.shop-map {
  width: 45%;
}
#googlemap {
  pointer-events: all;
  width: calc(500vw / 14);
  height: calc(500vw / 14);
  max-width: 500px;
  max-height: 500px;
}
.shop-block {
  width: 48%;
}
.shop-block > p span {
  font-size: 1.6rem;
}
.shop-name {
  margin: 30px auto 40px;
  font-size: 2.2rem;
}
.shop .u-hoverButton {
  max-width: 303px;
  margin: 30px 0 0;
}
.shop .u-hoverButton + .u-hoverButton {
  margin: 20px 0 0;
}
#modal_map .modal-body {
  padding: 0;
}
#modal_map .modal-body::after {
  display: none;
}

@media (max-width: 767px) {
  #modal_map .modal-panel {
    height: calc(510vw /7.5);
  }
  .shop .u-inner {
    padding: 40px 0 45px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shop-map {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  #googlemap {
    pointer-events: all;
    width: calc(500vw / 7.5);
    height: calc(500vw / 7.5);
    margin: 0 auto;
  }
  .shop-block {
    width: 100%;
    font-size: 1.3rem;
  }
  .shop-block > p span {
    font-size: 1rem;
  }
  .shop-name {
    margin: 20px auto 10px;
    font-size: 1.5rem;
  }
  .shop .u-hoverButton {
    width: 100%;
    margin: 20px auto 0;
    max-width: 500px;
  }
  .shop .u-hoverButton + .u-hoverButton {
    margin: 15px 0 0;
  }
  #modal_map .modal-body::after {
    display: none;
  }
}

/* news
//* -------------------------------------------------- */
.news {
  padding: 80px 0 50px;
  overflow: hidden;
}
.news-inner {
  width: calc(1260vw /14);
  margin-left: calc(100% - 90vw);
}
.news-block {
  margin-top: 40px;
  transform: translateX(100%);
  transition: all 2s;
  opacity: 1;
}
.news-block.is_animed {
  transform: translateX(0);
}
.news figure {
  overflow: hidden;
}
.news figure img {
  width: 100%;
  transition: all 0.3s;
}
.news-swiper {
  overflow: hidden;
}
.news-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  position: relative;
}
.news-swiper .swiper-slide {
  flex-shrink: 0;
  width: auto;
  width: 33%;
  height: auto;
}
.news-swiper .swiper-slide-item {
  height: 100%;
}
.news-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: monospace;
  font-size: 1.8rem;
  color: #000;
  background: none;
  border: none;
  font-family: quasimoda, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.news-pagination .bar {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.news-pagination .bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #000;
  animation: progress 5s linear forwards;
}
@keyframes progress {
  from { width: 0%; }
  to   { width: 100%; }
}
.news-igc {
  margin-top: 100px;
  width: fit-content;
  position: relative;
  padding: 0 1em;
}
.news-igc .swiper-pagination {
  position: relative; 
}
.news-prev,
.news-next {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 3px;
  display: block;
  cursor: pointer;
}
.news-prev {
  left: 2px;
}
.news-next {
  right: 2px;
}
.news-prev::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(-135deg);
}
.news-next::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(45deg);
}
.news-ttl {
  margin: 1em auto 2em;
}
.news-date {
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news figure {
  position: relative;
}
.news figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff095;
  padding: .3px 1em;
}
.news a.swiper-slide {
  position: relative;
}
.news a.swiper-slide:before {
  position: absolute;
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
.news a.swiper-slide:after {
  content: '';
  width: 21px;
  height: 7px;
  background: url(../images/common/ico_outarrow.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 18px;
  bottom: 28px;
  margin: auto;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a.news-swiper-slide:hover figure img {
    transform: scale(1.05, 1.05);
  }
  a.news-swiper-slide:hover:before,
  a.news-swiper-slide:hover:after,
  .news-prev:hover,
  .news-next:hover {
    transform: scale(1.1, 1.1);
  }
}
@media (max-width: 767px) {
  .news {
    padding: 50px 0 50px;
    overflow: hidden;
  }
  .news-inner {
    width: 90%;
    margin-left: 10%;
  }
  .news-block {
    margin-top: 30px;
  }
  .news-swiper .swiper-slide {
    width: 75%;
  }
  .news-pagination {
    gap: 10px;
    font-size: 1.2rem;
  }
  .news-pagination .bar {
    width: 35px;
    height: 1px;
  }
  .news-igc {
    margin-top: 50px;
    padding: 0 0.5em;
  }
  .news-prev,
  .news-next {
    width: 5px;
    height: 5px;
    top: 1px;
  }
  .news-prev {
    left: 2px;
  }
  .news-next {
    right: 2px;
  }
  .news-prev::before {
    width: 4px;
    height: 4px;
  }
  .news-next::before {
    width: 4px;
    height: 4px;
  }
  .news-ttl {
    font-size: 1.3rem;
  }
  .news-date {
    font-size: 1rem;
  }
  .news a.swiper-slide:before {
    width: 35px;
    height: 35px;
  }
  .news a.swiper-slide:after {
    width: 12px;
    height: 4px;
    right: 12px;
    bottom: 16px;
  }
  
}