@charset "UTF-8";
/* ========================================================
	reset.css
	Format,Font Reset
======================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  border: 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  font: inherit;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/*==========================================================
	common
==========================================================*/
html {
  font-family: "Noto Sans JP", "Josefin Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-size: 62.5%;
  font-weight: 500;
  color: #3F3832;
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  background-color: #fff;
}
body:after {
  content: "";
  width: 100vw;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
body.fixed {
  position: fixed;
  width: 100%;
}
body.fixed:after {
  z-index: 20;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}

a, a:link, a:visited {
  color: #3F3832;
  text-decoration: none;
  transition: 0.5s;
}

@media (min-width: 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  transition: 0.5s;
}

.container {
  margin: 0 auto;
  max-width: 440px;
  width: 88%;
  height: auto;
}

/*==========================================================
	header
==========================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  z-index: 1;
}
@media (max-width: 1200px) {
  header {
    height: 65px;
    z-index: 100;
  }
}
@media (max-width: 480px) {
  header {
    height: 60px;
  }
}
header .headerInner {
  transition: all 0.3s;
  position: relative;
  width: 100%;
}
@media (max-width: 1200px) {
  header .headerInner {
    height: 65px;
    background: none;
  }
}
@media (max-width: 480px) {
  header .headerInner {
    height: 60px;
  }
}
header .headerInner #hlogo {
  flex-shrink: 0;
  width: 356px;
  margin: 35px 0 0 42px;
}
@media (max-width: 1200px) {
  header .headerInner #hlogo {
    width: 31.4%;
    margin-left: 6.5%;
    margin-top: 20px;
    z-index: 250;
    position: relative;
    max-width: 157px;
    min-width: 130px;
  }
}
header .headerInner #hlogo a {
  display: block;
  transition: all 0.4s;
}
header .headerInner #hlogo a picture source, header .headerInner #hlogo a picture img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
header .headerInner #hlogo a:hover {
  transform: scale(1.08);
}
@media (max-width: 480px) {
  header .headerInner #hlogo {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  header .headerInner #hlogo.is-hidden {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
header .headerInner #gnaviWrap {
  position: absolute;
  width: 10.28%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  header .headerInner #gnaviWrap {
    transform: translateY(-100%);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100dvh;
    background: #C1BEBA;
    overflow: scroll;
    padding: 65px 0 0 0;
    transition: all 0.4s;
  }
}
@media (max-width: 480px) {
  header .headerInner #gnaviWrap {
    padding: 60px 0 0 0;
  }
}
header .headerInner #gnaviWrap .gnaviList01 {
  margin-top: 45px;
  margin-left: 25px;
}
@media (max-width: 1200px) {
  header .headerInner #gnaviWrap .gnaviList01 {
    margin-left: 0;
    margin-top: 80px;
  }
}
header .headerInner #gnaviWrap .gnaviList01 > li > a {
  display: block;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  line-height: 1;
  position: relative;
}
@media (max-width: 1200px) {
  header .headerInner #gnaviWrap .gnaviList01 > li > a {
    text-align: center;
  }
}
header .headerInner #gnaviWrap .gnaviList01 > li > a span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
@media (max-width: 1200px) {
  header .headerInner #gnaviWrap .gnaviList01 > li > a span {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  header .headerInner #gnaviWrap .gnaviList01 > li > a span {
    font-size: 2rem;
  }
}
header .headerInner #gnaviWrap .gnaviList01 > li > a::before {
  content: attr(data-text);
  display: inline-block;
  transition: 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 16px;
  opacity: 0;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (min-width: 1025px) {
  header .headerInner #gnaviWrap .gnaviList01 > li > a:hover span {
    opacity: 0;
    transform: translate3d(0, -130%, 0);
  }
  header .headerInner #gnaviWrap .gnaviList01 > li > a:hover::before {
    opacity: 1;
    top: 3px;
  }
  header .headerInner #gnaviWrap .gnaviList01 > li > a:hover figure img {
    filter: invert(9%) sepia(4%) saturate(5483%) hue-rotate(346deg) brightness(97%) contrast(67%);
  }
}
header .headerInner #gnaviWrap .gnaviList01 > li.insta > a figure img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
header .headerInner #gnaviWrap .gnaviList01 > li.insta:hover > a figure img {
  opacity: 0.5;
}
header .headerInner #gnaviWrap .gnaviList01 > li + li {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  header .headerInner #gnaviWrap .gnaviList01 > li + li {
    margin-top: 30px;
  }
}
header .headerInner #gnaviWrap .gnaviList01 > li.is-show .subMenu, header .headerInner #gnaviWrap .gnaviList01 > li:hover .subMenu {
  transform: translateX(-50%) scaleY(1);
}
@media (max-width: 1024px) {
  header .headerInner #gnaviWrap .gnaviList01 > li.is-show .subMenu, header .headerInner #gnaviWrap .gnaviList01 > li:hover .subMenu {
    transform: unset;
  }
}
header .headerInner #gnaviWrap .cartBtn {
  margin: auto auto 45px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 9999px;
  width: 70px;
  height: 105px;
}
header .headerInner #gnaviWrap .cartBtn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  position: relative;
}
header .headerInner #gnaviWrap .cartBtn a svg path.white_path {
  fill: #fff;
}
header .headerInner #gnaviWrap .cartBtn a svg path.trans_path {
  fill: transparent;
}
header .headerInner #gnaviWrap .cartBtn a svg#beforeHover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
header .headerInner #gnaviWrap .cartBtn a svg#afterHover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  opacity: 0;
}
header .headerInner #gnaviWrap .cartBtn a span {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.125em;
  color: #fff;
}
header .headerInner #gnaviWrap .cartBtn:hover {
  border: none;
}
header .headerInner #gnaviWrap .cartBtn:hover a svg#beforeHover {
  opacity: 0;
}
header .headerInner #gnaviWrap .cartBtn:hover a svg#afterHover {
  opacity: 1;
}
@media (max-width: 768px) {
  header .headerInner #gnaviWrap .cartBtn {
    display: none;
  }
}
header .headerInner .nav-toggle {
  position: relative;
  width: 65px;
  min-height: 65px;
  background: #DAE3E9;
}
@media (min-width: 1025px) {
  header .headerInner .nav-toggle {
    display: none;
  }
}
@media (max-width: 480px) {
  header .headerInner .nav-toggle {
    width: 50px;
    min-height: 50px;
  }
}
header .headerInner .nav-toggle::before, header .headerInner .nav-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background: #fff;
  transition: 0.2s ease;
}
header .headerInner .nav-toggle::before {
  width: 15px;
  height: 1px;
}
header .headerInner .nav-toggle::after {
  width: 1px;
  height: 15px;
}
header .headerInner .nav-toggle.is-open::before {
  opacity: 0;
  transform: rotate(90deg);
}
header .headerInner .nav-toggle.is-open::after {
  transform: rotate(90deg);
}
header .headerInner .btnMenu {
  display: none;
}
@media (max-width: 1200px) {
  header .headerInner .btnMenu {
    display: block;
    width: 40px;
    height: 22px;
    position: absolute;
    z-index: 300;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  header .headerInner .btnMenu > span.line, header .headerInner .btnMenu::before, header .headerInner .btnMenu::after {
    display: inline-block;
    transition: 0.5s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    transition: all 0.4s;
  }
  header .headerInner .btnMenu::before, header .headerInner .btnMenu::after {
    content: "";
  }
  header .headerInner .btnMenu::before {
    top: 0px;
  }
  header .headerInner .btnMenu::after {
    top: 20px;
  }
}
@media (max-width: 480px) {
  header .headerInner .btnMenu {
    width: 36px;
    height: 20px;
  }
  header .headerInner .btnMenu::before {
    top: 0px;
  }
  header .headerInner .btnMenu::after {
    top: 18px;
  }
}
header.black .headerInner #hlogo a picture source, header.black .headerInner #hlogo a picture img {
  filter: brightness(0) invert(1);
}
@media (max-width: 480px) {
  header.black .headerInner #hlogo a picture source, header.black .headerInner #hlogo a picture img {
    filter: brightness(0) invert(0);
  }
}
header.black .headerInner .btnMenu > span.line, header.black .headerInner .btnMenu::before, header.black .headerInner .btnMenu::after {
  background: #000;
}

body.open header .headerInner #gnaviWrap {
  transform: translateY(0);
}
body.open header .headerInner #hlogo a picture source, body.open header .headerInner #hlogo a picture img {
  filter: brightness(0) invert(1);
}
body.open header .headerInner .btnMenu > span.line, body.open header .headerInner .btnMenu::before, body.open header .headerInner .btnMenu::after {
  background: #fff;
}
body.open header .headerInner .btnMenu::before {
  /*top: 14px;*/
  transform: translateY(10px) rotate(-20deg);
  width: 100%;
}
@media (max-width: 480px) {
  body.open header .headerInner .btnMenu::before {
    transform: translateY(8px) rotate(-20deg);
  }
}
body.open header .headerInner .btnMenu::after {
  /*top: 26px;*/
  transform: translateY(-10px) rotate(20deg);
  width: 100%;
}
body.open header .headerInner .btnMenu > span.line {
  opacity: 0;
}
body.open .floatingCartBtn.black {
  border: 1px solid #fff;
}
body.open .floatingCartBtn.black a figure img {
  filter: brightness(0) invert(1);
}
body.open .floatingCartBtn.black a span {
  color: #fff;
}

.floatingCartBtn {
  display: none;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .floatingCartBtn {
    display: block;
    position: fixed;
    right: 50%;
    transform: translateX(50%);
    bottom: 30px;
    z-index: 250;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 9999px;
    width: 228px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .floatingCartBtn a {
    gap: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    width: 100%;
    transition: all 0.4s;
  }
  .floatingCartBtn a figure img {
    filter: brightness(0) invert(1);
  }
  .floatingCartBtn a span {
    display: block;
    font-size: 1.5rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.125em;
    color: #fff;
    margin-top: 5px;
    transition: all 0.4s;
  }
}
.floatingCartBtn.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.floatingCartBtn.black {
  border: 1px solid #000;
}
.floatingCartBtn.black a figure img {
  filter: brightness(0) invert(0);
}
.floatingCartBtn.black a span {
  color: #000;
}
@media (max-width: 480px) {
  .floatingCartBtn a {
    height: 56px;
  }
  .floatingCartBtn a span {
    font-size: 1.4rem;
  }
}

/*==========================================================
	footer
==========================================================*/
.footer {
  padding: 100px 0 50px;
}
.footer .logo {
  text-align: center;
}
.footer .snsLink {
  margin: 60px auto 0;
  text-align: center;
}
.footer .snsLink a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer .snsLink a figure img {
  filter: invert(9%) sepia(4%) saturate(5483%) hue-rotate(346deg) brightness(97%) contrast(67%);
  transition: all 0.4s;
}
.footer .snsLink a:hover figure img {
  opacity: 0.5;
}
.footer ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.footer ul li a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  transition: all 0.4s;
  font-weight: 400;
}
.footer ul li a:hover {
  opacity: 0.7;
}
.footer p.copyright {
  text-align: center;
  margin-top: 50px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

/*==========================================================
	regulation
==========================================================*/
/*============================================================================
	調整用
=============================================================================*/
.fl {
  display: -moz-flex;
  display: flex;
}

.fl-pc {
  display: -moz-flex;
  display: flex;
}
@media (max-width: 1200px) {
  .fl-pc {
    display: block;
  }
}

.fl-tab {
  display: -moz-flex;
  display: flex;
}
@media (max-width: 1024px) {
  .fl-tab {
    display: block;
  }
}

.fl-smp {
  display: -moz-flex;
  display: flex;
}
@media (max-width: 480px) {
  .fl-smp {
    display: block;
  }
}

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

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

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

.fl-wrap {
  flex-wrap: wrap;
}

.fl-col {
  flex-direction: column;
}

.fl-reverse {
  flex-direction: row-reverse;
}

.mt0 {
  margin-top: min(0vw,0px) !important;
}

.mb0 {
  margin-bottom: min(0vw,0px) !important;
}

.pt0 {
  padding-top: min(0vw,0px) !important;
}

.pb0 {
  padding-bottom: min(0vw,0px) !important;
}

.mt10 {
  margin-top: min(3vw,10px) !important;
}

.mb10 {
  margin-bottom: min(3vw,10px) !important;
}

.pt10 {
  padding-top: min(3vw,10px) !important;
}

.pb10 {
  padding-bottom: min(3vw,10px) !important;
}

.mt20 {
  margin-top: min(6vw,20px) !important;
}

.mb20 {
  margin-bottom: min(6vw,20px) !important;
}

.pt20 {
  padding-top: min(6vw,20px) !important;
}

.pb20 {
  padding-bottom: min(6vw,20px) !important;
}

.mt30 {
  margin-top: min(9vw,30px) !important;
}

.mb30 {
  margin-bottom: min(9vw,30px) !important;
}

.pt30 {
  padding-top: min(9vw,30px) !important;
}

.pb30 {
  padding-bottom: min(9vw,30px) !important;
}

.mt40 {
  margin-top: min(12vw,40px) !important;
}

.mb40 {
  margin-bottom: min(12vw,40px) !important;
}

.pt40 {
  padding-top: min(12vw,40px) !important;
}

.pb40 {
  padding-bottom: min(12vw,40px) !important;
}

.mt50 {
  margin-top: min(15vw,50px) !important;
}

.mb50 {
  margin-bottom: min(15vw,50px) !important;
}

.pt50 {
  padding-top: min(15vw,50px) !important;
}

.pb50 {
  padding-bottom: min(15vw,50px) !important;
}

.mt60 {
  margin-top: min(18vw,60px) !important;
}

.mb60 {
  margin-bottom: min(18vw,60px) !important;
}

.pt60 {
  padding-top: min(18vw,60px) !important;
}

.pb60 {
  padding-bottom: min(18vw,60px) !important;
}

.mt70 {
  margin-top: min(21vw,70px) !important;
}

.mb70 {
  margin-bottom: min(21vw,70px) !important;
}

.pt70 {
  padding-top: min(21vw,70px) !important;
}

.pb70 {
  padding-bottom: min(21vw,70px) !important;
}

.mt80 {
  margin-top: min(24vw,80px) !important;
}

.mb80 {
  margin-bottom: min(24vw,80px) !important;
}

.pt80 {
  padding-top: min(24vw,80px) !important;
}

.pb80 {
  padding-bottom: min(24vw,80px) !important;
}

.mt90 {
  margin-top: min(27vw,90px) !important;
}

.mb90 {
  margin-bottom: min(27vw,90px) !important;
}

.pt90 {
  padding-top: min(27vw,90px) !important;
}

.pb90 {
  padding-bottom: min(27vw,90px) !important;
}

.mt100 {
  margin-top: min(30vw,100px) !important;
}

.mb100 {
  margin-bottom: min(30vw,100px) !important;
}

.pt100 {
  padding-top: min(30vw,100px) !important;
}

.pb100 {
  padding-bottom: min(30vw,100px) !important;
}

br {
  display: inline;
}
@media (min-width: 1201px) {
  br.showPC {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  br.showTab {
    display: none !important;
  }
}
@media (min-width: 769px) {
  br.show768 {
    display: none !important;
  }
}
@media (min-width: 481px) {
  br.showSP {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  br.hdnPC {
    display: none;
  }
  br.showPC {
    display: inherit;
  }
}
@media (max-width: 1024px) {
  br.hdnTab {
    display: none;
  }
  br.showTab {
    display: inherit;
  }
}
@media (max-width: 768px) {
  br.hdn768 {
    display: none;
  }
  br.show768 {
    display: inherit;
  }
}
@media (max-width: 480px) {
  br.hdnSP {
    display: none;
  }
  br.showSP {
    display: inherit;
  }
}

span {
  display: inline-block;
}
@media (min-width: 1201px) {
  span.showPC {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  span.showTab {
    display: none !important;
  }
}
@media (min-width: 769px) {
  span.show768 {
    display: none !important;
  }
}
@media (min-width: 481px) {
  span.showSP {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  span.hdnPC {
    display: none !important;
  }
  span.showPC {
    display: inherit;
  }
}
@media (max-width: 1024px) {
  span.hdnTab {
    display: none !important;
  }
  span.showTab {
    display: inherit;
  }
}
@media (max-width: 768px) {
  span.hdn768 {
    display: none !important;
  }
  span.show768 {
    display: inherit;
  }
}
@media (max-width: 480px) {
  span.hdnSP {
    display: none !important;
  }
  span.showSP {
    display: inherit;
  }
}

p, div, figure, ul {
  display: block;
}
@media (min-width: 1201px) {
  p.showPC, div.showPC, figure.showPC, ul.showPC {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  p.showTab, div.showTab, figure.showTab, ul.showTab {
    display: none !important;
  }
}
@media (min-width: 769px) {
  p.show768, div.show768, figure.show768, ul.show768 {
    display: none !important;
  }
}
@media (min-width: 481px) {
  p.showSP, div.showSP, figure.showSP, ul.showSP {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  p.hdnPC, div.hdnPC, figure.hdnPC, ul.hdnPC {
    display: none !important;
  }
  p.showPC, div.showPC, figure.showPC, ul.showPC {
    display: inherit;
  }
}
@media (max-width: 1024px) {
  p.hdnTab, div.hdnTab, figure.hdnTab, ul.hdnTab {
    display: none !important;
  }
  p.showTab, div.showTab, figure.showTab, ul.showTab {
    display: inherit;
  }
}
@media (max-width: 768px) {
  p.hdn768, div.hdn768, figure.hdn768, ul.hdn768 {
    display: none !important;
  }
  p.show768, div.show768, figure.show768, ul.show768 {
    display: inherit;
  }
}
@media (max-width: 480px) {
  p.hdnSP, div.hdnSP, figure.hdnSP, ul.hdnSP {
    display: none !important;
  }
  p.showSP, div.showSP, figure.showSP, ul.showSP {
    display: inherit;
  }
}

li {
  display: list-item;
}
@media (min-width: 1201px) {
  li.showPC {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  li.showTab {
    display: none !important;
  }
}
@media (min-width: 769px) {
  li.show768 {
    display: none !important;
  }
}
@media (min-width: 481px) {
  li.showSP {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  li.hdnPC {
    display: none !important;
  }
  li.showPC {
    display: inherit;
  }
}
@media (max-width: 1024px) {
  li.hdnTab {
    display: none !important;
  }
  li.showTab {
    display: inherit;
  }
}
@media (max-width: 768px) {
  li.hdn768 {
    display: none !important;
  }
  li.show768 {
    display: inherit;
  }
}
@media (max-width: 480px) {
  li.hdnSP {
    display: none !important;
  }
  li.showSP {
    display: inherit;
  }
}

.ta_cnt {
  text-align: center;
}

.ta_right {
  text-align: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*==========================================================
	character
==========================================================*/
/* 白目のスタイル */
#blue_eye #white-part {
  transform-origin: center center;
}

/* 黒目の左右移動アニメーション定義 */
@keyframes moveEyes01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
@keyframes moveEyes02 {
  0% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveEyes03 {
  0% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-6px);
  }
}
/* 黒目に左右移動アニメーションを適用 */
#blue_eye .cls-1 {
  transform-origin: center center;
  animation-name: moveEyes01;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* まぶたの初期スタイル - 重要！ */
#blue_eye #upper-eyelid {
  transform: translateY(-100%); /* 初期状態は上に隠れている */
  transform-origin: top center;
}

/* まぶたの瞬きアニメーション定義 */
@keyframes blink-eyelid {
  0%, 95% {
    /* 開いている状態 */
    transform: translateY(-100%);
  }
  97%, 98% {
    /* 閉じている状態 (ほんの一瞬) */
    transform: translateY(0%);
  }
}
/* まぶたにアニメーションを適用 */
#blue_eye #upper-eyelid {
  animation-name: blink-eyelid;
  animation-duration: 2s; /* 4秒ごとに瞬き */
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0s; /* すぐに始める */
  animation-play-state: running; /* 明示的に再生状態を指定 */
  will-change: transform; /* パフォーマンス最適化 */
}

.blueImg picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.blueImg picture::before {
  content: "";
  display: block;
  padding-top: 203.67%;
}
.blueImg picture source, .blueImg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.blueImg figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.blueImg figure::before {
  content: "";
  display: block;
  padding-top: 203.67%;
}
.blueImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.blueImg .eye {
  position: absolute;
  top: 8.02%;
  left: 5%;
  width: 38.33%;
  height: 11.95%;
}
.blueImg .eye svg {
  width: 100%;
  height: 100%;
}

#yellow_eye .cls-1 {
  transform-origin: center center;
  animation-name: moveEyes02;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.yellowImg picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.yellowImg picture::before {
  content: "";
  display: block;
  padding-top: 184.64%;
}
.yellowImg picture source, .yellowImg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.yellowImg figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.yellowImg figure::before {
  content: "";
  display: block;
  padding-top: 184.64%;
}
.yellowImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.yellowImg .eye {
  position: absolute;
  top: 30.64%;
  left: 54.21%;
  width: 18.17%;
  height: 6.32%;
}
.yellowImg .eye svg {
  width: 100%;
  height: 100%;
}

#pink_eye .cls-1 {
  transform-origin: center center;
  animation-name: moveEyes03;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.pinkImg picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.pinkImg picture::before {
  content: "";
  display: block;
  padding-top: 87.37%;
}
.pinkImg picture source, .pinkImg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.pinkImg figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.pinkImg figure::before {
  content: "";
  display: block;
  padding-top: 87.37%;
}
.pinkImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.pinkImg .eye {
  position: absolute;
  top: 17.02%;
  right: 12.19%;
  width: 30.85%;
  height: 22.56%;
}
.pinkImg .eye svg {
  width: 100%;
  height: 100%;
}

#green_eye .cls-1 {
  transform-origin: center center;
  animation-name: moveEyes01;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.greenImg picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.greenImg picture::before {
  content: "";
  display: block;
  padding-top: 106.11%;
}
.greenImg picture source, .greenImg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.greenImg figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.greenImg figure::before {
  content: "";
  display: block;
  padding-top: 106.11%;
}
.greenImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.greenImg .eye {
  position: absolute;
  bottom: 9.8%;
  right: 41.92%;
  width: 19.18%;
  height: 11.55%;
}
.greenImg .eye svg {
  width: 100%;
  height: 100%;
}