@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Viga&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dokdo&family=Zen+Kaku+Gothic+Antique:wght@500&family=Zen+Kaku+Gothic+New&display=swap');
/*Theme name:spinofftheme
Author:katachilab
Author URI: https://katachilab.com
Version: 1.0
License: katachilab
Copyright (c) 2026 katachilab. All Rights Reserved.

このテーマの2次使用は固くお断りいたします。
*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  letter-spacing: 0.2em;
	background: #e4e7f0;
}
/* ------------------------------------------------ */
/*/*文字の設定
/* ------------------------------------------------ */
li {
  list-style: none;
}
strong {
  font-weight: bold;
}
section {
  position: relative;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
p {
  font-size: 1.1rem;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.6rem;
}
.relative {
  position: relative;
}
.w90pc80 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w90pc80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .pccenter {
text-align:center;
	}}
.w90pc80r {
  width: 90%;
  margin-left: auto;
  margin-right: 2.5%;
}
@media screen and (min-width: 960px) {
  .w90pc80r {
    width: 80%;
    margin-left: auto;
    margin-right: 5%;
  }
}
.w90pc90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w90pc90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w90pc60 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w90pc60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.center {
  text-align: center;
}
.mb100 {
  margin-bottom: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt200 {
  margin-top: 200px;
}
.mt50 {
  margin-top: 50px;
}
.mt30 {
  margin-top: 30px;
}
.pb100 {
  /* padding-bottom: 100px; */
}
.pb50 {
  padding-bottom: 50px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt100 {
  padding-top: 100px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.fuchi {
  color: #3777e1;
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* letter-spacing: 0.4em; */
  font-size: 3rem;
}
.fuchitext {
  color: #3777e1;
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* letter-spacing: 0.4em; */
  font-size: 3rem;
  position: absolute;
  z-index: 2;
  left: -10%;
  top: -20%;
}
@media screen and (min-width: 960px) {
	.fuchitext,.fuchi  {
		top: 0;
		  font-size: 5rem;
	}
}
/* ------------------------------------------------ */
/*/*sp pc 切り替え
/* ------------------------------------------------ */
.pc {
  display: block;
}
.sp {
  display: none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.backwh{
	background: #fff;
	margin-top:-2%;
}
body:before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url("img/bg1.jpg") no-repeat center / cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
	transition: background-image 0.6s ease;
}
body.bg1::before {
  background-image: url("img/bg1.jpg");
}

body.bg2::before {
  background-image: url("img/bg2.jpg");
}

body.bg3::before {
  background-image: url("img/bg3.jpg");
}
body.bg4::before {
  background-image: url("img/bg4.jpg");
}
body.single-shop::before{
	    content: "";
    width: 100%;
    height: 100vh;
    background:#ddd;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    display: block
}
/* ------------------------------------------------ */
/*/*navigation　固定
/* ------------------------------------------------ */
.gnav_inner .gnav_list > ul > li {
  margin-right: 0;
  border-bottom: 1px solid #000;
}
.gnav_inner {
  display: flex;
}
.gnav_inner .gnav_list > ul > li > a:hover {
  border-bottom: #FFD2BF;
}
.menu-item a img {
  height: 81px;
}
.hamlogo {
  display: block;
  width: 200px;
  margin: 10px 0;
}
.circle-bg {
  position: fixed;
  z-index: 30;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  left: -18px;
  top: -18px;
  transition: all .6s;
}
.circle-bg.circleactive {
  transform: scale(50);
}
.openbtn {
  display: block;
  position: fixed;
  top: 0;
  right: 5px;
  z-index: 999;
  cursor: pointer;
  width: 80px;
  height: 80px;
  right: 0;
  cursor: pointer;
  z-index: 99999;
  border-radius: 0 0 0 60px;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 20px;
  height: 1px;
  border-radius: 5px;
  background: #ddd;
  width: 60%;
}
.openbtn span:nth-of-type(1) {
  top: 18px;
}
.openbtn span:nth-of-type(2) {
  top: 26px;
  width: 40%;
}
.openbtn span:nth-of-type(3) {
  top: 33px;
  width: 20%;
}
.openbtn span:nth-of-type(3)::after {
  /* content: "Menu"; */
  position: absolute;
  top: 8px;
  left: -px;
  color: #000;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.openbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  background: #000;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  background: #000;
}
.openbtn.active span:nth-of-type(3)::after {
  content: "Close";
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 4px;
}
@media screen and (min-width: 960px) {
  .openbtn {
    display: none;
  }
}
/* ------------------------------------------------ */
/*/* NAV
/* ------------------------------------------------ */
/* ハンバーガーメニュー */
.hamburger__patty {
  display: block;
  width: 100%;
  height: 7%;
  background: black;
  transition: 0.3s;
}
/* メニューオーバーレイ */
#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #E8DBC8;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* padding: 5%; */
  z-index: 99;
  overflow: auto;
  height: 100vh;
}
#menu-overlay.active {
  display: flex;
  animation: slideIn 0.5s ease-in-out;
}
/* スライドイン */
@keyframes slideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* 閉じるボタン */
#close-button {
  position: absolute;
  top: 3%;
  right: 3%;
  font-size: 4vw;
  background: none;
  border: none;
  cursor: pointer;
}
/* メニューの中身 */
.menu-content {
  width: 100%;
  height: 80%;
  align-items: center;
}
.menu-left {
  width: 40%;
  height: 100%;
  display: none;
}
.menu-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}
.menu-right {
  width: 100%;
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .menu-content {
    display: flex;
    width: 100%;
    height: 80%;
  }
  .menu-left {
    width: 40%;
    height: 100%;
    display: block;
  }
  .menu-right {
    /* height: 100vh; */
    width: 55%;
  }
}
.nav__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2%;
}
.nav__list li {
  font-size: 1rem;
  text-align: left;

    font-size: 1rem;
    text-align: left;
    font-family: "Dokdo", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 6rem;
}
.footer-nav li {
  font-size: 1rem;
  text-align: left;

    font-size: 1rem;
    text-align: left;
    font-family: "Dokdo", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}
/* タグスタイル */
.tags {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.tags span {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border-radius: 2vw;
  font-size: 0.8rem;
  border-bottom: 1px solid #000;
}
/* 背景ぼかし */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 98;
} /* ハンバーガー（通常時） */
.hamburger.openwaku {
  position: fixed;
  top: 2%;
  right: 2%;
  z-index: 100;
  cursor: pointer;
  width: 15%;
  aspect-ratio: 2 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .hamburger.openwaku {
    width: 5%;
  }
}
/* メニューが開いたら非表示 */
.hamburger.open {
  display: none;
}
/* 閉じるボタン（×） */
#close-button {
  position: absolute;
  top: 3%;
  right: 3%;
  font-size: 14vw;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
}
/* ハンバーガー開いたときの変化（× に変える） */
.hamburger.open .hamburger__patty:nth-child(1) {
  transform: translateY(150%) rotate(45deg);
}
.hamburger.open .hamburger__patty:nth-child(2) {
  opacity: 0;
}
.hamburger.open .hamburger__patty:nth-child(3) {
  transform: translateY(-150%) rotate(-45deg);
}
/* グローバルナビのスタイル */
.menu-global_nav-container {
  /* background: #333; */
  padding: 10px;
}
.header_side.header_sidewaku::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -1px;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(img/mask.png) no-repeat;
  background-position: left top;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .header_side.header_sidewaku::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: -1px;
    left: 0;
    width: 200px;
    height: 200px;
    background: url(img/mask.png) no-repeat;
    background-position: left top;
    background-size: contain;
  }
}
.navi li {
  list-style: none;
}
.nav-item li a {
  margin-left: 12px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 1.5px;
  transition: 0.5s;
}
@media screen and (min-width:768px) {
  header.scroll-nav {
    padding: 10px 15px;
  }
}
header.scroll-nav .logo, header.scroll-nav ul li a {
  color: #AAB7AE;
}
header.scroll-nav .nav-item {
  display: flex;
}
.header_side {
  position: absolute;
  transform-origin: 0 0 0;
}
@media screen and (min-width:768px) {
  .header_side {
    position: absolute;
    left: 0;
    top: 0;
    /* --------------------------------transform: rotate(90deg);---------------- */
    transform-origin: 0 0 0;
  }
}
.header_catch {
  float: left;
  word-break: keep-all;
  line-height: 12px;
  padding: 0 0 0 30px;
  /* color: #AAB7AE; */
}
.header_side img {
  width: 90px;
  float: left;
}
.header_navi_wrap {
  float: right;
}
.header_navi li {
  font-size: 1.1rem;
  margin: 0 30px 0 0;
}
ul.sub-menu {
  margin-left: 20px;
}
.sub-menu li a{
	font-size:0.8rem;
}
.side_widget img   {width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  mask-image: url("img/tobira2.svg"); /* マスクレイヤーとして使用 */
  -webkit-mask-image: url("img/tobira2.svg");
  -webkit-mask-size: 90%; /* マスクサイズを小さく調整 */
  mask-size: 90%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
	-webkit-mask-position: center;}
.nav__list > li > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(img/maru.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.sub-menu > li > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(img/maru.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
}
/* ------------------------------------------------ */
/*/*navigation　固定
/* ------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  z-index: 10;
  /* ----------padding: 25px 15px;--------- */
  transition: 0.5s;
}
#g-nav {
  display: none;
}
#g-nav.panelactive {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: url('img/menupc.jpg') no-repeat;
  background-size: cover;
  background-position: 80% 20%;
}
.header_area {
  position: relative;
}
.gnav_inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 50px);
  height: 100vh;
  margin: auto;
}
@media screen and (min-width:768px) {
  .gnav_inner {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width:960px) {
  .gnav_inner {
    width: calc(100% - 120px);
  }
}
.gnav_inner .gnav_list {
  /* padding: 45px 0 0 75px; */
  width: 90%;
  margin: 0 auto;
  padding-top: 120px;
}
@media screen and (min-width:960px) {
  .gnav_inner .gnav_list {
    width: 90%;
  }
}
.gnav_inner .gnav_list > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* width: 50%; */
  background-color: #fff;
  opacity: 1;
  background-image: linear-gradient(#000 1.8px, transparent 1.8px), linear-gradient(to right, #000 1.8px, #fff 1.8px);
  background-size: 36px 36px;
}
.gnav_inner .gnav_list > ul > li {
  background: #fff;
  margin-right: 50px;
}
.gnav_list .menu-item-description {
  padding: 20px;
}
ol {
  padding-bottom: 50px;
  padding-top: 20px;
}
.gnav_inner .gnav_list > ul > li > a {
  display: block;
  line-height: 1em;
  font-size: 18px;
  width: 100%;
  padding: 25px 0;
}
.gnav_inner .gnav_list > ul > li > a > span {
  display: block;
  font-size: 13px;
  line-height: 1.7em;
  margin-bottom: 10px;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .gnav_inner .gnav_list {
    margin-left: 0;
  }
  .gnav_inner .gnav_list > ul {
    display: block;
  }
  .gnav_inner .gnav_list > ul > li {
    /* width: 150px; */
    margin-right: 0;
    /* border-bottom: 1px solid #000; */
  }
  .gnav_inner .gnav_list > ul > li > a > span {
    line-height: 1.5em;
  }
}
.g-nav_filter {
  background-color: rgba(0, 0, 0, 0.6);
}
/* ------------------------------------------------ */
/*/*ロゴ
/* ------------------------------------------------ */
.logo_main {
  display: none;
  margin: 0 auto;
  z-index: 2;
  position: fixed;
  top: 0px;
  max-width: auto !important;
  background-size: 100%;
  padding-left: 10px;
  width: 100px;
  /* height: 85px; */
}
/*.logo_main img {
  width: 70%;
}*/
.logo_main.mini {
  width: 80px !important;
  -webkit-animation-name: logo_anime;
  -webkit-animation-duration: 1s;
  animation-name: logo_anime;
  animation-duration: 1s;
}
@-webkit-keyframes logo_anime {
  from {
    width: 100px;
  }
  to {
    width: 80px !important;
  }
}
@keyframes logo_anime {
  from {
    width: 100px;
  }
  to {
    width: 80px !important;
  }
}
@media screen and (min-width: 769px) {
  .logo_main {
    margin: 0 auto;
    z-index: 222222222222222;
    position: fixed;
    top: 30px;
    max-width: auto !important;
    background-size: 100%;
    padding-left: 10px;
    width: 180px;
  }
  .logo_main.mini {
    width: 100px !important;
    -webkit-animation-name: logo_anime;
    -webkit-animation-duration: 1s;
    animation-name: logo_anime;
    animation-duration: 1s;
  }
}
@-webkit-keyframes logo_anime {
  from {
    width: 180px;
  }
  to {
    width: 100px !important;
  }
}
@keyframes logo_anime {
  from {
    width: 180px;
  }
  to {
    width: 100px !important;
  }
}
.fadeIn {
  transition: 1.5s;
  opacity: 0;
}
.fadeIn.animated {
  opacity: 1;
}
/* ------------------------------------------------ */
/*/*ロゴ
/* ------------------------------------------------ */
@media screen and (min-width: 769px) {
  .logo.mini {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    width: 30vw;
    letter-spacing: 1px;
    transition: 0.5s;
    display: block;
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 99999999999;
  }
}
.logo.mini {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 20vw;
  letter-spacing: 1px;
  transition: 0.5s;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  z-index: 99999999999;
}
.logo_main {
  display: none;
  margin: 0 auto;
  z-index: 2;
  position: fixed;
  top: 0px;
  max-width: auto !important;
  background-size: 100%;
  padding-left: 10px;
  width: 8vw;
  /* height: 85px; */
}
.logo_main.mini {
  width: 80px !important;
  -webkit-animation-name: logo_anime;
  -webkit-animation-duration: 1s;
  animation-name: logo_anime;
  animation-duration: 1s;
}
@-webkit-keyframes logo_anime {
  from {
    width: 100px;
  }
  to {
    width: 80px !important;
  }
}
@keyframes logo_anime {
  from {
    width: 100px;
  }
  to {
    width: 80px !important;
  }
}
@media screen and (min-width: 769px) {
  .logo_main {
    margin: 0 auto;
    z-index: 222222222222222;
    position: fixed;
    top: 30px;
    max-width: auto !important;
    background-size: 100%;
    padding-left: 10px;
    width: 8vw;
  }
  .logo_main.mini {
    width: 100px !important;
    -webkit-animation-name: logo_anime;
    -webkit-animation-duration: 1s;
    animation-name: logo_anime;
    animation-duration: 1s;
  }
}
@-webkit-keyframes logo_anime {
  from {
    width: 180px;
  }
  to {
    width: 100px !important;
  }
}
@keyframes logo_anime {
  from {
    width: 180px;
  }
  to {
    width: 100px !important;
  }
}
/* ------------------------------------------------ */
/*/*ボタン
/* ------------------------------------------------ */
.story_boxs .toybox_btn {
  width: 60%;
  text-align: center;
  margin: 10% auto 0;
}
.story_boxs .toybox_btn a {
  font-size: 1rem;
  /* letter-spacing: 0.02em; */
  display: block;
  /* padding: 5px; */
}
.toybox_btn {
  width: 60%;
  text-align: center;
  margin: 10% auto 0;
  background: #fff;
}
.toybox_btn a {
  /* letter-spacing: 0.02em; */
  display: block;
  padding: 20px;
  /* background-color: #fff; */
  /* color: #2f3f63; */
  border: 1px
}
@media screen and (min-width: 960px) {
  .story_boxs .toybox_btn {
    width: 40%;
    text-align: center;
    margin: 10% auto 0;
  }
  .toybox_btn {
    width: 60%;
    text-align: center;
    margin: 10% auto 0;
  }
}
.toybox_btn a:hover {
  background: #D7FF00;
}
/* ------------------------------------------------ */
/*/*footer
/* ------------------------------------------------ */
footer {
  /*background-color: #cac9bd;
    background-image: url(img/220924_041.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 6rem;
  width: 100%;
}
.footerlogo img {
  width: 30vw;
  /* text-align: center; */
}
@media only screen and (min-width: 960px) {
  .footerlogo img {
    width: 10vw;
  }
}
.footer-nav > ul li a {
  color: #000;
}
.footer-nav {
  margin-top: 50px;
}
.info > ul {
  margin-top: 30px;
}
#footer06 {
  background: linear-gradient(rgba(256, 256, 256, 0.85), rgba(256, 256, 256, 0.85)), url(http://localhost:8888/spinoff/wordpress/wp-content/uploads/2026/04/bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  /* margin-top: 5rem; */
  padding-bottom: 6rem;
  width: 100%;
  padding-top: 6rem;
}
#footer06 .cont-wrap {
  padding: 40px 0;
}
#footer06 .info .address {
  padding-left: 20px;
  border-left: 1px solid #fff;
  color: #ccc;
}
#footer06 .cont .nav a {
  color: #ccc;
}
#footer06 .cont-wrap .map {
  width: 40%;
  /* height: 300px; */
  margin-right: 10%;
}
#footer06 .cont-wrap .map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 960px) {
  #footer06 .cont-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 959px) {
  #footer06 .inner-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer06 .cont-wrap {
    padding: 30px 0;
  }
  #footer06 .cont .logo img {
    width: 120px;
  }
  #footer06 .nav {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #footer06 .nav li {
    border-top: 1px solid #555;
  }
  #footer06 .nav li:last-child {
    border-bottom: 1px solid #555555;
  }
  #footer06 .nav li a {
    display: block;
    padding: 12px 20px;
    background-size: 6px auto;
  }
  #footer06 .cont-wrap .map {
    margin-top: 20px;
    width: 100%;
    height: 200px;
  }
}
.copyright {
  font-size: 0.6rem;
  text-align: center;
}


/* ------------------------------------------------ */
/*/*TOP-PLACE 
/* ------------------------------------------------ */
.placesec {
padding-bottom:6%;
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='30' height='30' patternTransform='scale(9) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M0 22.5h30v15H0zm15-15h30v15H15m-30-15h30v15h-30zm15-15h30v15H0z'  stroke-width='0.5' stroke='%23000000ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");

  opacity: 1;

}
.facility_thumb {
  position: relative;
  overflow: hidden;

}
.facility_thumb img {
  aspect-ratio: 4/4;
  object-fit: cover;
  margin-bottom: 20px;
  width: 100%;
  transition: 0.3s ease;
  mask-image: url("img/sikakudayo.svg"); /* マスクレイヤーとして使用 */
  -webkit-mask-image: url("img/sikakudayo.svg");
  -webkit-mask-size: 90%; /* マスクサイズを小さく調整 */
  mask-size: 90%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.facility_thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 暗くする */
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none; /* クリックを画像に通す */
}
/* ホバーされた .facility_thumb だけに適用 */
.facility_thumb:hover .overlay {
  opacity: 1;
}
.facility_thumb:hover img {
  transform: scale(1.05);
}
@media only screen and (min-width: 900px) {
  .facility_thumb {
    aspect-ratio: 4/4;
    width: 100%;
  }
}
.facility_thumbs {
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 20px;
  width: 100%;
}
.timeline1 > .img-wrap img {
  aspect-ratio: 704 / 469;
}
.timeline1 {
  margin-top: 100px;
}
@media only screen and (min-width: 960px) {
  .timeline1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 200px;
  }
  .timeline1 .img-wrap {
    width: 55%;
    justify-content: space-between;
  }
  .timeline1 .opens {
    width: 40%;
  }
  .facility_thumbs {
    aspect-ratio: 16/9;
    width: 100%;
  }
  .timeline__content-desc {
    margin: 0;
    font-size: 1.2rem;
    box-sizing: border-box;
    color: #FFF;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 959px) {
  .timeline1 {
    flex-direction: column-reverse; /* スマホ時に上下逆にして縦並び */
  }
}
.thumbnailimage img {
  aspect-ratio: 4/4;
  width: 100%;
  object-fit: cover;
}
.henkei {
	border: 1px solid #000;
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin-left: 10%;
  transform-style: preserve-3d;
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
  transition: .4s ease-in-out transform, .4s ease-in-out box-shadow;
  border-radius: 20vw 0 0 20vw;


}
@media only screen and (min-width: 960px) {
	.henkei {
			margin-top:50px;
	}}
/* ------------------------------------------------ */
/*/*下層-PLACE投稿ページ 
/* ------------------------------------------------ */
.facilitybox {
  position: relative;
  margin: 2em 0;
  padding: 2rem 1em;
  border: solid 1px #000;
  border-radius: 8px;
  background: #fff;
}
.facilitybox a {
  border-bottom: 1px solid #000;
}
.facilitybox .box-title {
  position: absolute;
  display: inline-block;
  top: -25px;
  left: 10px;
  padding: 9px;
  background: #FFF;
  color: #000;
  font-weight: bold;
  /* background-color: #303135; */
  border: 1px solid;
}
.sikaku {
  font-size: 1.2rem;
  border: 1px solid;
  display: inline-block;
  padding: 0 10px;
}
.facilitylist_wraps {
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.facility_information {
  width: calc(100% - 20px);
  margin-bottom: 50px;
  /* padding: 30px; */
  margin: 50px 10px;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 900px) {
  .facility_information {
    width: calc(100% / 3 - 30px);
    margin-bottom: 50px;
    /* padding: 30px; */
    /* margin: 50px 30px; */
    position: relative;
    margin-bottom: 50px;
    /* border: 1px solid; */
    /* background: #fff; */
  }
}
.facility_information__header {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
p.facility_name {
  font-size: 1.4rem;
  /* margin-top: 30px; */
  line-height: 1.2;
}
@media only screen and (min-width: 960px) {
  p.facility_name {
    font-size: 1.4rem;
  }
}
.facility_news {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .facility_news {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.facility_disc {
  width: 75%;
  color: #000;
}
.facilitysetsumei {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  width: 100%;
  color: #000;
  margin-bottom: 8px;
}
.facility_subject {
  font-weight: 600; /* background: #ccc; */ color: #fff;
  margin-bottom: 10px;
  width: 18%;
  font-size: 0.8rem;
  text-align: center;
  margin-right: 30px; /* display: flex; */
}
.facilitybox .facility_subject {
  color: #000;
}
.facilitysns {
  display: flex;
  justify-content: right;
}
.facilitysns li {
  /* margin: 10px; */
  margin: 0 5px;
}
.facilitysns li i {
  font-size: 20px;
}
.shopname{
	    background: linear-gradient(transparent 60%, #fff100 60%);
    display: inline;
    padding: 0 2px 4px;
	 font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* ------------------------------------------------ */
/*/* タイル一覧表示　投稿固定共通
/* ------------------------------------------------ */
.cards, .cards2, .cards3 {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.card_item {
  /* padding: 4%; */
  /* width: 30%; */
  width: calc(100% / 3 - 30px);
  margin-bottom: 30px;
  margin: 0.5%;
	        background: #fff;
	    border: 1px solid #000;
    padding-bottom: 20px;
	 padding-top: 20px;
	
}
@media (max-width: 959px) {
  .cards2 {
    overflow-x: auto;
    white-space: nowrap;
  }
  .card_item {
    width: 50%;
    /* padding: 26px; */
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 28px);
    margin: 13px;
	          border: 1px solid;
	          background: #fff;
  }
}
/* ------------------------------------------------ */
/*/* ------------ページャー
	/* ------------------------------------------------ */
.post-navigation {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid #2f3f63;
  border-bottom: 1px solid #2f3f63;
}
.prev_post {
  float: left;
  margin-left: 3%;
}
.next_post {
  float: right;
  margin-right: 3%;
}
.wp-pagenavi {
  margin-top: 50px;
  margin-bottom: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.pages {
  padding-right: 3%;
}
.wp-pagenavi .page, .wp-pagenavi .current {
  display: block;
  /* background: #fff; */
  color: #fff;
  margin: 0 6px;
  line-height: 20px;
  text-align: center;
  height: 20px;
  width: 20px;
}
@media screen and (min-width:960px) {
  .wp-pagenavi .page, .wp-pagenavi .current {
    display: block; /* background: #fff; */ color: #fff;
    margin: 0 6px;
    font-size: 18px;
  }
}
.current { /* background: #f7f7f7 !important; */ color: #262626;
  border-bottom: 1px solid #fff;
}
.nextpostslink, .previouspostslink {
  background: none !important;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  display: block;
  height: 10px;
  margin: 20px;
  text-indent: 100%;
  overflow: hidden;
  width: 10px;
  white-space: nowrap;
}
.nextpostslink {
  transform: rotate(45deg);
}
.previouspostslink {
  transform: rotate(-135deg);
}
ul.wp-block-archives-list.wp-block-archives {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.post_wrap_waku {
  position: relative;
  display: block;
  height: 100%;
}
.post_wrap.is-large .post_wrap_waku {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post_time {
  position: absolute;
  top: 48px;
  right: 0;
  border: 1px solid #221817;
  /* border-radius: 10px; */
  background-color: #F8F6ED;
  background: #F2F3F5;
  padding: 3px;
  z-index: 3;
  color: #262626;
  font-size: 10px;
}
@media (min-width: 960px) {
  .post_time {
    position: absolute;
    top: 48px;
    right: -20px;
    border: 1px solid #221817;
    /* border-radius: 10px; */
    background-color: #F8F6ED;
    background: #F2F3F5;
    padding: 3px;
    z-index: 3;
    color: #262626;
    font-size: 10px;
  }
}
.post_times {
  position: absolute;
  top: 20%;
  right: 3%; /* border: 1px solid #221817; */ /* border-radius: 10px; */ /* background-color: #F8F6ED; */ background: #fff;
  padding: 3px;
  z-index: 3; /* color: #262626; */ font-size: 10px;
}
@media (min-width: 960px) {
  .post_times {
    position: absolute;
    top: 8px;
    /* right: -35px; */
    border: 1px solid #221817;
    /* border-radius: 10px; */
    background-color: #fff;
    padding: 3px;
    z-index: 3;
    /* color: #fff; */
    font-size: 10px;
    /* background-color: #303135; */
  }
}
.post_waku {}
.postimages_wrap {
  position: relative;
  /* filter: drop-shadow(10px 10px 5px #ccc); */
  /* padding:10px; */
}
.post_images {
  overflow: hidden;
  /* border-radius: 30px; */
  position: relative;
  z-index: 2;
}
.post_images picture, .post_images img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transform-origin: center center;
  aspect-ratio: 1/1;
}
.post_images img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  mask-image: url("img/tobira2.svg"); /* マスクレイヤーとして使用 */
  -webkit-mask-image: url("img/tobira2.svg");
  -webkit-mask-size: 90%; /* マスクサイズを小さく調整 */
  mask-size: 90%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.postimages_wrap .post_tag {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: inline-block;
  color: #F8F6ED;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  background-color: #00A9E0;
  padding: 3px 15px;
  white-space: nowrap;
  border-radius: 0 0 0 30px;
  font-family: 'Lato', sans-serif;
}
.posttitle_wrap {
  width: 100%;
}
.posttitle_wrap .title {
  font-size: 1.0rem;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  /* color: #6A945E; */
  /* color: #262626; */
  letter-spacing: 0.2em;
  font-size: .86rem;
  /* border: 1px solid #262626; */
  /*-webkit-writing-mode: vertical-rl; */
  /*-ms-writing-mode: tb-rl; */
  /*writing-mode: vertical-rl; */
  padding: 0.15rem 0 0.08rem;
  letter-spacing: .25em;
  /* position: absolute;*/
  /* left: -18px;*/
  /*  text-orientation: upright;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 100%;
  /* background-color: #F2F3F5; */
}
.posttitle_wrap .titles {
  font-size: 1.0rem;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  /* color: #6A945E; */
  color: #262626;
  letter-spacing: 0.2em;
  font-size: .86rem;
  border: 1px solid #262626;
  /* -webkit-writing-mode: vertical-rl; */
  -ms-writing-mode: tb-rl;
  /* writing-mode: vertical-rl; */
  padding: 0.15rem 0 0.08rem;
  letter-spacing: .25em;
  position: absolute;
  left: 3px;
  top: -10px;
  text-orientation: upright;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 100%;
  background-color: #F2F3F5;
}
@media (min-width: 960px) {
  .posttitle_wrap .titles {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: justify;
    word-break: break-all;
    /* color: #6A945E; */
    color: #262626;
    letter-spacing: 0.2em;
    border: 1px solid #262626;
    /* -webkit-writing-mode: vertical-rl; */
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0.15rem 0 0.08rem;
    letter-spacing: .25em;
    position: absolute;
    left: -1%;
    top: 10px;
    text-orientation: upright;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 100%;
    background-color: #F2F3F5;
  }
}
.posttitle_wrap .title {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  /* color: #6A945E; */
  color: #000;
  letter-spacing: 0.2em;
  font-size: .86rem;
  padding: 0.85rem 0.6rem 0.8rem;
  letter-spacing: .25em;
  /*position: absolute;*/
  /*left: -20px;*/
  /*text-orientation: upright;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 100%;
  /* background-color: #303135; */
  /* background-color: #303135; */
  z-index: 2;
}
@media (min-width: 960px) {
  .posttitle_wrap .title {
    bottom: 10px;
  }
}
@media (max-width: 959px) {
  .posttitle_wrap .title {
    top: 10px;
    max-height: 90%;
  }
}
.cards .card_item:not(:first-child).posttitle_wrap .title {
  font-size: .36rem;
  border-top: 1px solid #262626;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0.15rem 0 0.08rem;
  letter-spacing: .25em;
  position: absolute;
  left: -20px;
  bottom: 30vw;
}
.postwrap_texts {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  /* padding: 14px 0; */
  position: relative;
  white-space: normal;
}
.post_category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 60%;
  color: #262626;
  background-color: #F2F3F5;
  border-radius: 30px;
  /* border: #262626 1px solid; */
  padding: 5px;
  display: inline-block;
  float: right;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post_category > a {
  color: #000;
  border-bottom: 0.5px solid #fff;
  /* padding: 10px; */
}
.posttag > a {
  border: 0.5px solid #000;
  padding: 3px;
  border-radius: 10px;
}
.tag_category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 60%;
  color: #fff;
  background-color: #F2F3F5;
  display: inline-block;
  float: right;
  clear: both;
  margin-bottom: 50px;
  width: 90%;
}
.taginfo {
  border: 1px solid;
  padding: 3px;
  background: #fff;
}
.taginfo.no-tag {
  visibility: hidden; /* 非表示だがスペースは維持 */
}
.tag_category li {
  border-radius: 30px;
  border: #262626 1px solid;
  padding: 5px;
  margin: 5px;
  display: inline-block;
}
.postwrap_texts:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  background-color: #fff;
}
.post_time .year {
  display: block;
  /* padding: 0 0 8px; */
  /* display: flex; */
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 8px;
}
.post_time .year:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  /* left: 5%; */
  width: 100%;
  height: 1px;
  background-color: #262626;
}
.post_time .year .hyouki {
  font-size: 0.6rem;
  display: inline-block;
}
.post_time .year .unit {
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}
.post_time .month {
  display: block;
  padding: 0 0 0 2px;
  text-align: center;
}
.post_time .month .hyouki {
  font-size: 0.6rem;
}
.post_time .month .unit {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}
.post_time .day {
  display: block;
  text-align: center;
  font-size: 0.6rem;
}
.post_time .day .hyouiki {
  font-weight: 100;
  text-align: center;
}
.post_time .day .unit {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}
.kasouview {
  width: 75%;
  float: left;
  margin-bottom: 100px;
}
.kasouview img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
  border-radius: 0 calc(calc(876 / 778 / 2) * 100vh) calc(calc(876 / 778 / 2) * 100vh) 0;
}
.post_times .year {
  display: block;
  /* padding: 0 0 8px; */
  /* display: flex; */
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 8px;
  /* color: #fff; */
}
.post_times .year:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  /* left: 5%; */
  width: 100%;
  height: 1px;
  background-color: #000;
}
.post_times .year .hyouki {
  font-size: 0.6rem;
  display: inline-block;
}
.post_times .month {
  display: block;
  padding: 0 0 0 2px;
  text-align: center;
  /* color: #fff; */
  font-size: 8px;
}
.post_times .month .hyouki {
  font-size: 0.6rem;
}
.post_times .day {
  display: block;
  text-align: center;
  font-size: 8px;
  /* color: #fff; */
}
.post_times .day .hyouiki {
  font-weight: 100;
  text-align: center;
  font-size: 8px;
}
.pages {
  /* font-family: 'Alegreya Sans SC', sans-serif; */
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 959px) {
  .pages {
    /* font-family: 'Alegreya Sans SC', sans-serif; */
    letter-spacing: 0.2em;
  }
}
.single_post_times {
  width: 14%;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .single_post_times {
    align-items: flex-start;
  }
}
.pagetitle ul li {
  border: 1px solid;
  display: inline-block;
  padding: 3px;
}
.single_post_times span.day {
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 4px;
}
.single_post_times span.year {
  font-size: 1.6rem;
  letter-spacing: .1em;
}
@media only screen and (max-width: 960px) {
  .single_post_times span.day {
    font-size: 2rem;
    padding-left: 3px;
  }
  .single_post_times span.year {
    font-size: 1.2rem;
  }
}
.titles {
  width: calc(100% + 14%);
  /* margin: 0 auto; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.titles h2 {
  font-size: 2.8rem;
  letter-spacing: .1em;
  line-height: 1.75;
}
@media only screen and (max-width: 960px) {
  .titles {
    width: calc(100% - 70px);
  }
  .titles h2 {
    font-size: 1.4rem;
  }
}
.titles .posttag {
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 10px
}
.titlewrap {
  display: flex;
  border-bottom: 4px solid #000;
  margin-bottom: 60px;
  padding: 67px 0 58px;
  align-items: center;
}
.sectionwaku {}
.section_inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.midashiwaku {
  /* margin-bottom: 50px; */
  border-bottom: 1px solid;
  display: inline-block;
}
.metadate {
  font-size: 60%;
  right: 20%;
  bottom: 10%;
}
/* ===== TOP ===== */
.top-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.stage {
  position: relative;
  width: 100%;

}

/* カメラ */
.camera-wrap {
  position: absolute;
  width: 18vw;
  top: calc(50% - 9vw);
  left: calc(50% - 9vw);
  z-index: 10;
  opacity: 0;
}

/* タイトル */
.title-img {
  position: absolute;
  width: 28vw;
  top: 4vh;
  left: 3vw;
  opacity: 0;
}

/* 日付 */
.date-img {
  position: absolute;
  width: 18vw;
  top: 20vh;
  left: 4vw;
}

/* 中央 */
.center-illust {
  position: absolute;
  width: 24vw;
  top: calc(50% - 12vw);
  left: calc(50% - 12vw);
  opacity: 0;
}

/* 周り */
.gather-illust {
  position: absolute;
  width: 11vw;
  opacity: 0;
}

/* tatemonoだけ大きく */
.illust2 {
  width: 14vw;
}

/* ===== シャッター ===== */
.screen-shutter {
  position: fixed;
  inset: 0;
  background: black;
  clip-path: circle(0% at 50% 50%);
  pointer-events: none;
  z-index: 20;
}

.screen-shutter.is-active {
  animation: shutter 0.4s ease;
}

@keyframes shutter {
  0% { clip-path: circle(0%); }
  50% { clip-path: circle(100%); }
  100% { clip-path: circle(0%); }
}

.screen-flash {
  position: fixed;
  inset: 0;
  background: white;
  opacity: 0;
  z-index: 21;
	pointer-events: none;
}

/* ===== パララックス ===== */
.parallax-section {
  position: relative;
  height: 400px;
  overflow: hidden;
  z-index: -1;
}

.parallax-image {
  position: absolute;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center;
}

/* ===== SP ===== */
@media(max-width:768px){
  .camera-wrap{width:30vw;top:calc(50% - 15vw);left:calc(50% - 15vw);}
  .title-img{width:58vw;}
  .center-illust{width:40vw;top:calc(50% - 20vw);left:calc(50% - 20vw);}
  .gather-illust{width:18vw;}
  .illust2{width:22vw;}
}

.top-hero {
  position: relative;
  min-height: 100vh;
}

.stage {
  position: relative;
  width: 100%;
aspect-ratio:1920/1080;
}

/* 共通 */
.gather-illust,
.center-illust,
.title-img,
.date-img,
.camera-wrap {
  position: absolute;
  height: auto;
}

.gather-illust,
.center-illust,
.title-img,
.date-img {
  display: block;
}

.gather-illust {
  opacity: 0;
  z-index: 4;
}

.center-illust {
  opacity: 0;
  z-index: 5;
}

.title-img {
  opacity: 0;
  z-index: 6;
}

.date-img {
  z-index: 6;
}

.camera-wrap {
  z-index: 10;
  opacity: 0;
}

.camera-img {
  display: block;
  width: 100%;
  height: auto;
}

/* タイトル */
.title-img {
  width: calc((595 / 1920) * 100%);
  left: calc((55 / 1920) * 100%);
  top: calc((24 / 1080) * 100%);
}

.date-img {
  width: calc((405 / 1920) * 100%);
  left: calc((69 / 1920) * 100%);
  top: calc((220 / 1080) * 100%);
}

/* カメラ */
.camera-wrap {
  width: calc((220 / 1920) * 100%);
  left: calc((850 / 1920) * 100%);
  top: calc((430 / 1080) * 100%);
}

/* PC位置 */
.illust2 {
  /* Tatemono */
  width: calc((449.98 / 1920) * 100%);
  left: calc((771 / 1920) * 100%);
  top: calc((18 / 1080) * 100%);
}

.illust3 {
  /* cafe */
  width: calc((347 / 1920) * 100%);
  left: calc((1245 / 1920) * 100%);
  top: calc((18 / 1080) * 100%);
}

.illust6 {
  /* kuma */
  width: calc((358.73 / 1920) * 100%);
  left: calc((1473 / 1920) * 100%);
  top: calc((210 / 1080) * 100%);
}

.center-illust {
  /* futari */
  width: calc((501.09 / 1920) * 100%);
  left: calc((679 / 1920) * 100%);
  top: calc((354.54 / 1080) * 100%);
}

.illust7 {
  /* bag */
  width: calc((312.7 / 1920) * 100%);
  left: calc((149.08 / 1920) * 100%);
  top: calc((591.65 / 1080) * 100%);
}

.illust8 {
  /* Cake */
  width: calc((325 / 1920) * 100%);
  left: calc((638 / 1920) * 100%);
  top: calc((824.1 / 1080) * 100%);
}

.illust9 {
  /* Cookie */
  width: calc((320.11 / 1920) * 100%);
  left: calc((1144.11 / 1920) * 100%);
  top: calc((753.48 / 1080) * 100%);
}

.illust1 {
  /* hana */
  width: calc((247.52 / 1920) * 100%);
  left: calc((407.46 / 1920) * 100%);
  top: calc((105.91 / 1080) * 100%);
}

.illust10 {
  /* Neck */
  width: calc((291.88 / 1920) * 100%);
  left: calc((1540 / 1920) * 100%);
  top: calc((630.67 / 1080) * 100%);
}

.illust5 {
  /* Hat */
  width: calc((385.87 / 1920) * 100%);
  left: calc((62 / 1920) * 100%);
  top: calc((238 / 1080) * 100%);
}
.mokumoku-shape{
	width:100%;
	 asoect-ratio:1920/1080;
}

/* SP */
@media screen and (max-width: 768px) {
	.stage{aspect-ratio:393/852;}
	.mokumoku-shape{
	width:100%;
	 aspect-ratio:393/852;
}
  .title-img {
    width: calc((240 / 393) * 100%);
    left: calc((10 / 393) * 100%);
    top: calc((12 / 852) * 100%);
  }

  .date-img {
    width: calc((170 / 393) * 100%);
    left: calc((14 / 393) * 100%);
    top: calc((116 / 852) * 100%);
  }

  .camera-wrap {
    width: calc((96 / 393) * 100%);
    left: calc((148 / 393) * 100%);
    top: calc((378 / 852) * 100%);
  }

  .illust2 {
    /* Tatemono */
    width: calc((154.01 / 393) * 100%);
    left: calc((135.5 / 393) * 100%);
    top: calc((13 / 852) * 100%);
  }

  .illust1 {
    /* Hana */
    width: calc((95.98 / 393) * 100%);
    left: calc((39.52 / 393) * 100%);
    top: calc((138.13 / 852) * 100%);
  }

  .illust5 {
    /* Hat */
    width: calc((99.5 / 393) * 100%);
    left: calc((19.9 / 393) * 100%);
    top: calc((301.35 / 852) * 100%);
  }

  .illust7 {
    /* Bag */
    width: calc((147.48 / 393) * 100%);
    left: calc((0 / 393) * 100%);
    top: calc((445 / 852) * 100%);
  }

  .illust8 {
    /* Cake */
    width: calc((142.95 / 393) * 100%);
    left: calc((29.42 / 393) * 100%);
    top: calc((714.03 / 852) * 100%);
  }

  .illust9 {
    /* cookie */
    width: calc((119.72 / 393) * 100%);
    left: calc((232.55 / 393) * 100%);
    top: calc((679.03 / 852) * 100%);
  }

  .illust10 {
    /* neck */
    width: calc((97.12 / 393) * 100%);
    left: calc((260 / 393) * 100%);
    top: calc((504 / 852) * 100%);
  }

  .illust6 {
    /* Kuma */
    width: calc((99.56 / 393) * 100%);
    left: calc((273.51 / 393) * 100%);
    top: calc((260.39 / 852) * 100%);
  }

  .illust3 {
    /* Cafe */
    width: calc((128.34 / 393) * 100%);
    left: calc((244.72 / 393) * 100%);
    top: calc((128.33 / 852) * 100%);
  }

  .center-illust {
    /* Futari */
    width: calc((191.21 / 393) * 100%);
    left: calc((100.89 / 393) * 100%);
    top: calc((302 / 852) * 100%);
  }
}
	.newswaku{
		position: absolute;
    bottom: 0;
    left: 0;
    background: #fcf3e9;
    height: 100%;
    width: 100%;
    border: 1px solid #000;
    border-radius: 1.428571428571429vw;
	}
  .topptitlefont{font-family: "Dokdo", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 6rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #fff;

}

.shopparara:before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url("img/bg1.jpg") no-repeat center / cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
}

.blogtop {
    margin-left: auto;
    margin-right: 0;
  
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
    .blogtop {
        border: 1px solid;
        width: 60%;
        margin-left: 30%;
        margin-right: auto;
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.8);
        margin-bottom: 50px;
        border-radius: 30px;
    }
}

.tag-filter {
  text-align: center;
  margin-bottom: 20px;
}
.tag-filter button {
  padding: 3px;
  margin: 5px;
  cursor: pointer;
  border: 1px solid #000;
	color:#000!important;
  background: #FFF;
  transition: 0.3s;
}
@media (min-width: 960px) {
	.tag-filter button {
		padding: 10px 20px;}
}

.tag-filter button.active {
  background: #D7FF00;
  border: none;
}
/* =========================
パララックス
========================= */
.parallax-section {
  position: relative;
  height: 400px;
  overflow: hidden;
  z-index: -1;
}

@media screen and (min-width: 960px) {
  .parallax-section {
    height: 800px;
  }
}

.parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.mapp iframe{
filter: grayscale(100%);
   transition: all 0.7s ease;
}
.mapp {
  width: 100%;
  position: relative;
aspect-ratio: 600 / 450;
}

.mapp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-kv {
  position: relative;
  /* aspect-ratio: 351 / 233; */
  /* margin-left: 10%; */
  /* width: 90%; */
  max-width: calc(100% - 48px);
  margin-inline: auto;
  /* background: #fff; */
  border-radius: 58px;
  /* padding: 10%; */
  box-sizing: border-box;
  /* margin-top: 360px; */
}
.section_innner{
	  /* aspect-ratio: 351 / 233; */
	  /* margin-left: 10%; */
	  width: 90%;
	  max-width: calc(100% - 48px);
	  margin-inline: auto;
	  background: #fff;
	  border-radius: 58px;
	  /* padding: 10%; */
	  box-sizing: border-box;
	  padding-bottom: 50px;
}
.p-kvs {
  position: relative;
  /* margin-top: 360px; */
}
.p-kv__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  /* height: 18vw;
  min-height: 300px;*/
  overflow: hidden;
  /* border-radius: 20vw 0 0 20vw; */
  /* margin-bottom: 50px; */
}
.p-kv__img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 960px) {
  .p-kv__img {
    width: 100%;
    /* height: 60vw;
  min-height: 700px;*/
    /* width: 90%;
	  margin-left: 10%;*/
  }
	
}
@media only screen and (max-width: 959px) {
  .p-kv__img {
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
    /*margin-left: 10%;*/
  }
  .p-kv__img img {
    object-fit: cover;
    transition: all 0.4s ease;
  }
  .simpleParallax {
    overflow: visible !important;
  }
}
.p-kv__img div {
  /* border-radius: 30vh 0 0 30vh; */
  border: 1px solid;
}
.p-kvwrap {
  /* margin-top: 80px; */
  width: 90%;
  margin-left: 10%;
}
.p-kv__imgs {aspect-ratio: 1 / 1;object-fit: cover;overflow: hidden;border-radius: 20vw 0 0 20vw;}
.p-kv__imgs img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 960px) {
  .p-kv__imgs {
	   aspect-ratio: 16 / 9;

  }
	.p-kv__imgs img {
		aspect-ratio: 16 / 9;}
}
@media only screen and (max-width: 959px) {
  .p-kv__imgs {
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
    /*margin-left: 10%;*/
  }
  .p-kv__imgs img {
    object-fit: cover;
    transition: all 0.4s ease;
  }
}
.pararadai {
  font-size: 1.6rem;
  position: absolute;
  z-index: 9;
    background: linear-gradient(transparent 60%, #D7FF00 60%);
    display: inline;
    padding: 0 2px 4px;
  color: #000;

  left: -10%;
  bottom: 0;
}
@media screen and (min-width: 960px) {
  .pararadai {
    font-size: 2rem;
    /* font-size: 2rem; */
    padding: 20px 23px;
    letter-spacing: .2em;

    left: -10%;
    bottom: 0;
  }
}
.pararadais {
  font-size: 1rem;
  position: absolute;
  z-index: 9;
  writing-mode: vertical-rl;
  color: #3777e1;
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* letter-spacing: 0.4em; */
  font-size: 5rem;
  text-orientation: upright;
  left: -10%;
}
@media screen and (min-width: 960px) {
  .pararadais {
    color: #3777e1;
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.4em;
    font-size: 5rem;
    /* font-size: 2rem; */
    padding: 20px 23px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    left: -15%;
  }
}
/* ------------------------------------------------ */
/*/*ボタン
/* ------------------------------------------------ */
.story_boxs{
  width: 60%;
  text-align: center;
  margin: 10% auto 0;
}
.story_boxs a {
  font-size: 1rem;
  /* letter-spacing: 0.02em; */
  display: block;
  /* padding: 5px; */
}

@media screen and (min-width: 960px) {
  .story_boxs{
    width: 40%;
    text-align: center;
    margin: 10% auto 0;
  }

}
.story_btn {
    text-align: center;
    margin: 10% auto 0;
    background: #fff;
    margin-bottom: 50px;
    border: 1px solid #000;
	display: inline-block;
}
.tstory_btn a {
  /* letter-spacing: 0.02em; */
  display: block;
  padding: 20px;
  /* background-color: #fff; */
  /* color: #2f3f63; */
  border: 1px
}
@media screen and (min-width: 960px) {
  .story_boxs .story_btn {
    width: 40%;
    text-align: center;
    margin: 10% auto 0;
  }
  .story_btn {
    width: 60%;
    text-align: center;
    margin: 10% auto 0;
  }
}
.story_btn a:hover {
  background: #D7FF00;
}
/* ------------------------------------------------ */
/*/*TOP-STORY 
/* ------------------------------------------------ */
.story {
  position: relative;
  padding: 20% 0 20% 0;
}
.storysec {
  background-color: #ffd916;
}
.story_box {
  width: 50%;
  margin-left: 3%;
  margin-right: auto;
  position: relative;
  z-index: 2;
	    display: inline-block;
    margin-bottom: 50px;
}
.story_text {
	
	  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  font-size: clamp(14px, 1.4vw, 20px);
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .story .tatesen {
    width: 1px;
    height: 120px;
  }
  .story_box {
    width: 90%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }
  .story_box .story_text {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 960px) {
  .story_box {
    min-width: 650px;
  }
}
.story_box h2 {
  font-size: 1.2rem;
  margin-bottom: 50px;
}
.story_box h5 {
  margin-bottom: 8%;
}
.story_box .story_text {
  margin-bottom: 50px;
}
.story_box .story__sub {
  font-size: 1rem;
  margin-top: 4%;
}
.story__img {
  position: absolute;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 1s ease;
}
.story__img img {
  width: 100%;
  display: block;
  filter: grayscale(50%);
}
.story .js-img01 {
	width: 25%;
    top: -10%;
    left: auto;
    position: absolute;

}
.story .js-img02 {
  width: 0;
  right: 0;
  top: 14%;
  position: absolute;
}
.story .js-img03 {
  width: 0;
  right: 0%;
  top: 28%;
  height: 100vh;
  position: absolute;
  /* opacity: 0.3; */
  /* opacity: 0.3; */
}
.story .js-img04 {
  width: 0;
  right: 5%;
  top: 48%;
}
@media only screen and (min-width: 960px) {
  .story__img {
    position: absolute;
  }
  .story .js-img01 {
	    width: 45%;
  top: 15%;
  left: auto;
  position: absolute;
    width: 38%;
    top: 18%;
    left: 0;
  }
  .story .js-img02 {
    width: 31%;
    right: 0;
    top: 47%;
  }
  .story .js-img03 {
    width: 40%;
    right: 0%;
    top: 72%;
  }
  .story .js-img04 {
    width: 32%;
    right: 5%;
    top: 18%;
  }
  .story .js-img05 {
    width: 36%;
    bottom: 1%;
    right: 0%;
  }
}

@keyframes verticalAnime {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  25% {
    clip-path: inset(0 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.tatesen {
  width: 1px;
  height: 120px;
  height: 200px;
  background-color: #2f3f63;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  animation: verticalAnime 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}
@media screen and (max-width: 959px) {
  .story .tatesen {
    width: 1px;
    height: 120px;
  }
}
.henkei {
	border: 1px solid #000;
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin-left: 10%;
  transform-style: preserve-3d;
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
  transition: .4s ease-in-out transform, .4s ease-in-out box-shadow;
  border-radius: 20vw 0 0 20vw;


}
@media only screen and (min-width: 960px) {
	.henkei {
			margin-top:50px;
	}}
.tag-filter {
  text-align: center;
  margin-bottom: 20px;
}
.tag-filter button {
  padding: 3px;
  margin: 5px;
  cursor: pointer;
  border: 1px solid #000;
	color:#000!important;
  background: #FFF;
  transition: 0.3s;
}
@media (min-width: 960px) {
	.tag-filter button {
		padding: 10px 20px;}
}

.tag-filter button.active {
  background: #fff100;
  border: none;
}
