@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap');
/*Theme name:anothermarket theme
Author:katachilab
Author URI: https://katachilab.com
Version: 1.0
License: katachilab
Copyright (c) 2025 katachilab. All Rights Reserved.*/
body {
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='20' height='20' patternTransform='scale(11) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z'  stroke-width='1.5' stroke='%23fff0f3ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
  font-family: 'Zen Kaku Gothic New', sans-serif;

  font-weight: 400;
  font-style: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.85;
  word-wrap: break-word;

  letter-spacing: 0.1em;
  color: #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  scroll-behavior: auto;
	 transition: background-color 0.3s;
}
.jost{
	  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
   font-weight: 400; 
  /* font-style: normal; */
}
/* ------------------------------------------------ */
/*/*各ページ背景色
/* ------------------------------------------------ */

/* ------------------------------------------------ */
/*/*sp pc 切り替え
/* ------------------------------------------------ */
.pc {
  display: block;
}
.sp {
  display: none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.spc {
  display: block;
}
.ssp {
  display: none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 960px) {
  .spc {
    display: none;
  }
  .ssp {
    display: block;
  }
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.overflow {
  overflow: hidden;
}
/* ------------------------------------------------ */
/*/文字の設定
/* ------------------------------------------------ */
p {
  font-size: 14px;
  /* margin-bottom: 15px; */
}
.db {
  display: block;
}
.fontsmall {
  font-size: 60%;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.flr {
  float: right;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.hides {
  display: block;
}
section {
  position: relative;
}
* {
  box-sizing: border-box
}
@media screen and (min-width: 960px) {
  .pccenter {
    text-align: center;
  }
}
.relative {
  position: relative;
}
.button {
    background-color: white;
    color: black;
    border-radius: 10em;
    font-size: 17px;
    font-weight: 600;
    padding: 0.4em 2em;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 1px solid black;
    box-shadow: 0 0 0 0 black;
    display: inline-block;
}

.button:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 black;
}

.button:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 black;
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.kokode{
	  animation-name: floating;
  animation-duration: 3000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
/* ------------------------------------------------ */
/*/*width設定
/* ------------------------------------------------ */
.widt100 {
  width: 100%;
}
.w90pc80 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w90pc80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w90pc80s {
  width: 90%;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .w90pc80s {
    width: 80%;
    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;
  }
}
.w80pc60 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w80pc60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w90pc50 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w90pc50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w90pc70 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w90pc70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w60pc40 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w60pc40 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w40pc20 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .w40pc20 {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
}
.w60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.secmar {
  margin-bottom: 12vw;
}
.mb100 {
  margin-bottom: 100px;
}
.mb200 {
  margin-bottom: 200px;
}
.mb5 {
  margin-bottom: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb21vw {
  margin-bottom: 21vw;
}
@media screen and (min-width: 960px) {
  .pcmb80 {
    margin-bottom: 80px;
  }
}
.mt100 {
  margin-top: 100px;
}
.mt-3 {
  margin-top: -3%;
}
.mt200 {
  margin-top: 200px;
}
.mt50 {
  margin-top: 50px;
}
.mt30 {
  margin-top: 30px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt200 {
  padding-top: 200px;
}
.pt300 {
  padding-top: 300px;
}
.pt100 {
  padding-top: 100px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pb14vw {
  padding-bottom: 14vw
}
@media screen and (min-width: 769px) {
  .pcpt200 {
    padding-top: 200px;
  }
}
ul,li{ /*※番号を使用する場合はolは記述しない*/
list-style:none;
}
 h2 {
  font-size: 3.2rem;
	}
 h3 {
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
 h2 {
  font-size: 4.2rem;
	}}
 h3 {
  font-size: 2.2rem;
}
.pagetitles {font-size: 1.8rem;}
@media screen and (min-width: 960px) {
.pagetitles {font-size: 2.2rem;
	}}
/* ------------------------------------------------ */
/*/*ロゴ
/* ------------------------------------------------ */
.logo_main {

  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;
  }
}
/* ------------------------------------------------ */
/*/*navigation　固定
/* ------------------------------------------------ */
.header_area {
/*  position: relative;*/
}
.nav {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: #D7FF00;
  clip-path: circle(29px at calc(350px - 5vw - 30px) calc(5vh + 30px));
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 9;
  border: 1px solid #000;
}
.nav.active {
  clip-path: circle(75% at 175px 50vh);
}
.nav__link {
  display: block;
  font-size: 30px;
  font-weight: 800;
  /* text-transform: lowercase; */
  letter-spacing: -1px;
  text-align: right;
  padding: 1vh 5vw;
  color: #000;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
  transform: translateY(50%);
}
.nav__link a {
  color: #000;
  border-bottom: 1px solid #000;
}
.nav__link:nth-child(1) {
  transition-delay: 0.05s;
}
.nav__link:nth-child(2) {
  transition-delay: 0.1s;
}
.nav__link:nth-child(3) {
  transition-delay: 0.15s;
}
.nav__link:nth-child(4) {
  transition-delay: 0.2s;
}
.nav__link.active {
  opacity: 1;
  transform: translateY(0);
}
.hamburger {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  z-index: 10;
  top: 5vh;
  right: 5vw;
}
.hamburger__patty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 50%;
  backgroud-clip: padding-box;
  background: #000;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.hamburger__patty:nth-child(1) {
  transform: translate(-50%, calc(-50% - 8px));
}
.hamburger__patty:last-child {
  transform: translate(-50%, calc(-50% + 8px));
}
.hamburger.active .hamburger__patty {
  background: #000;
}
.hamburger.active .hamburger__patty:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.active .hamburger__patty:nth-child(2) {
  opacity: 0;
}
.hamburger.active .hamburger__patty:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: -1;
}
.bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-global_nav-container {
	 text-align: right;
}
/* ------------------------------------------------ */
/*/* footer
/* ------------------------------------------------ */
.footer {
  padding: 2rem;
  font-size: 15px;
  color: #999;
}
.footer__navi {
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.footer__navi li {
  display: inline-block;
}
.footer__navi li {
  margin-right: 16px;
}
.footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}
/* ------------------------------------------------ */
/*/*top fiestview
/* ------------------------------------------------ */
.title {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8vw;
  background: #fff0f3;
  z-index: 999;
  transition: opacity 1s ease;
}
.door-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 30vw;
  aspect-ratio: 2 / 5;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
	    align-items: center;
    pointer-events: none;
}
.door-container.show {
  display: flex;
}
.door-container img {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.door-container img.active {
  opacity: 1;
}
.door-expand {

  position: fixed;
  top: 50%;
  left: 50%;
  width: 20vw;
  aspect-ratio: 2 / 5;
  transform: translate(-50%, -50%) scale(1);
  z-index: 998;
  transition: all 1.8s ease-in-out;
  display: block;
  border-radius: 5px;
}
.door-expand.expand.fullscreen {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transform: none;
  border-radius: 0;
}
.color-section {
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
  position: relative;
}
.color-section.visible {
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  .door-container,
  .door-expand {
    width: 40vw; /* スマホでは扉を大きくする */
  }
}
@media (max-width: 768px) {
  .color-section {
    padding-top: 25vh;
  }
}

.google-maps {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
	
}




.topp{
background: #fff;
  padding-bottom: 50px;
		background-image:url("img/ala.png");
 background-size: 30%;
	 animation: bg 10s infinite linear;
	z-index:-1;
}
.topps{
  padding-bottom: 50px;
background-image:url("img/ala.png");
 background-size: 30%;
	 animation: bg 10s infinite linear;

}
.aboutsecs {


  position: relative;
  aspect-ratio: 393/852;
}
.aboutsecstext {
  writing-mode: vertical-lr;
  z-index: 2;
  position: absolute;
width: calc((193 / 393)* 100%);
    left: calc((10 / 393)* 100%);
    top: calc((591 / 852)* 100%);
}
.aboutsecstext > span {
  background: #fff;
}
.aboutsecsimg1 {
  position: absolute;
  width: calc((156/393)*100%);
  left: calc((21/393)*100%);
  top: calc((0/852)*100%);
}
.toptext {
    position: absolute;
  width: calc((300 / 393)* 100%);
    left: calc((21 / 393)* 100%);
    top: calc((0 / 852)* 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}
.aboutsecsimg1 img{
    aspect-ratio: 252 / 315;
    object-fit: cover;
	
}
.aboutsecsimg2 {
  position: absolute;
  width: calc((183 / 393)* 100%);
  left: calc((207 / 393)* 100%);
  top: calc((172/ 852)* 100%);
}
.aboutsecsimg2 img{
    aspect-ratio: 1477 / 1108;
    object-fit: cover;
}
.aboutsecsimg3 {
  position: absolute;
  width: calc((199/393)*100%);
  left: calc((21/393)*100%);
  top: calc((286/852)*100%);
}
.aboutsecsimg3 img{
	aspect-ratio:1 / 1 ;
	object-fit: cover;
}
.aboutsecsimg4 {
  position: absolute;
  width: calc((196/393)*100%);
  left: calc((187/393)*100%);
  top: calc((491/852)*100%);
}
.aboutsecsimg4 img {
    aspect-ratio: 324 / 243;
    object-fit: cover;}
.aboutsecsimg5 {
  position: absolute;
  width: calc((180/393)*100%);
  left: calc((47/393)*100%);
  top: calc((765/852)*100%);
}
.aboutsecsimg5 img{
    aspect-ratio: 291 / 194;
    object-fit: cover;
}

.draws1{
        position: absolute;
        width: calc((142 / 393)* 100%);
        left: calc((0/ 393)* 100%);
        top: calc((55 / 1080)* 100%);
        z-index: 2;
        }
.draws2{
        position: absolute;
        width: calc((142 / 393)* 100%);
        left: calc((154/ 393)* 100%);
        top: calc((1040 / 1080)* 100%);
        z-index: 2;
        }
.penimg1{
     position: absolute;
    width: calc((842 / 1920)* 100%);
    left: calc((140 / 1920)* 100%);
    top: calc((1040 / 1080)* 100%);
    z-index: -1;
        }
.yubi {
    position: absolute;
    width: calc((142 / 393)* 100%);
    left: calc((171 / 393)* 100%);
    top: calc((1040 / 1080)* 100%);
	z-index: 2;}
.yubisashi{
    position: absolute;
    width: calc((182 / 393)* 100%);
    left: calc((1 / 393)* 100%);
    top: calc((1000 / 1080)* 100%);
    z-index: 2;
}
@media screen and (min-width: 960px) {
	.draws1{
        position: absolute;
        width: calc((942 / 1920)* 100%);
        left: calc((154 / 1920)* 100%);
        top: calc((625 / 1080)* 100%);
        z-index: -1;
        }
.draws2{
        position: absolute;
        width: calc((342 / 1920)* 100%);
        left: calc((1540 / 1920)* 100%);
        top: calc((1040 / 1080)* 100%);
        z-index: 2;
        }
	.yubi {
    position: absolute;
    width: calc((342 / 1920)* 100%);
    left: calc((171 / 1920)* 100%);
    top: calc((1040 / 1080)* 100%);
	z-index: 0;}
.yubisashi{
	    position: absolute;
    width: calc((442 / 1920)* 100%);
    left: calc((171 / 1920)* 100%);
    top: calc((800 / 1080)* 100%);
    z-index: 0;
}
  .aboutsecs {
    position: relative;
    aspect-ratio: 1920/1080;
  }
  .aboutsecstext {
position: absolute; 
        width: calc((562 / 1920)* 100%);
        left: calc((1337 / 1920)* 100%);
        top: calc((930 / 1080)* 100%);
  }

  .aboutsecstext > span {
    background: #fff;
  }
  .aboutsecsimg1 {
        position: absolute;
        width: calc((572 / 1920)* 100%);
        left: calc((0 / 1920)* 100%);
        top: calc((370 / 1080)* 100%);
  }
  .aboutsecsimg2 {
        position: absolute;
        width: calc((601 / 1920)* 100%);
        left: calc((0 / 1920)* 100%);
        top: calc((-200 / 1080)* 100%);
  }
  .aboutsecsimg3 {
        position: absolute;
        width: calc((607 / 1920)* 100%);
        left: calc((627 / 1920)* 100%);
        top: calc((767 / 1080)* 100%);
  }
  .aboutsecsimg4 {
        position: absolute;
        width: calc((642 / 1920)* 100%);
        left: calc((1254 / 1920)* 100%);
        top: calc((-150 / 1080)* 100%);
  }
  .aboutsecsimg5 {
 position: absolute;
        width: calc((652 / 1920)* 100%);
        left: calc((1268 / 1920)* 100%);
        top: calc((427 / 1080)* 100%);
  }
.aboutsecstext img{
	        width: 100%;
        aspect-ratio: 175 / 134;
	}
}
/* ------------------------------------------------ */
/*/*top 題名
/* ------------------------------------------------ */
.daimei{
    flex-wrap: nowrap;
    max-width: 100%;
    pointer-events: all;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    align-content: center;
    align-items: center;
    /* display: flex; */
    flex: none;
    flex-direction: column;
    position: relative;
    align-content: flex-start;
    align-items: flex-start;
    /* flex-wrap: nowrap; */
    /* justify-content: flex-start; */
    /* margin: 0px 0px 30px 0px; */
    padding: 0px;
    max-width: 100%;
	    font-size: 1.2rem;


}
@media (min-width: 960px) {
.daimei{
	    flex-direction: row;
	}}
.textb {
    color: #333;
    font-size: 5rem;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.05em;
    line-height: normal;
    /* margin: 0px 0px 0px 0px; */
    /* text-align: left; */
    /* width: auto; */
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    /* max-width: 100%; */
    justify-content: flex-start;
    margin: 0 auto;
}
.subtext{color: #333;font-family: "Slackside One", cursive;font-weight: 400;font-style: normal;font-feature-settings: 'palt' 1;font-size: 3rem;font-weight: 400;height: auto;letter-spacing: 0.08em;line-height: normal;margin: 15px 0px 0px 0px;text-align: left;width: auto;max-width: 100%;justify-content: flex-start;}
.wrapper{
	    flex-wrap: nowrap;
	    max-width: 100%;
	    pointer-events: all;
	    z-index: 0;
	    -webkit-overflow-scrolling: touch;
	    align-content: center;
	    align-items: center;

	    flex: none;
	    flex-direction: column;
	    position: relative;
	    align-content: center;
	    align-items: center;
	    flex: none;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    margin: 0px 0px 80px 0px;
	    padding: 50px 60px;
	    width: 100%;
	    /* max-width: 100%; */
	    margin-left: auto;
	    margin-right: auto;
}
@media screen and (min-width:960px) {
	.wrapper{	    display: flex;}
}@media screen and (min-width:960px) {
.zadanimg{
    margin: 0px 0px 0px 80px;
    width: auto;
    z-index: 1;
	max-width: calc(100% - 80px);}}
.zadanimg img{
	    aspect-ratio: 1 / 1;
	    object-fit: cover;
	    border-radius: 30px;
	    border: 1px solid;
}
@media screen and (min-width:960px) {
	.zadanimg img{border-radius: 110px;
	}}
.daimei_wrapper{
	    align-content: center;
	    align-items: center;
	    flex: none;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    justify-content: center;
	    /* margin: 0px 0px 0px 0px; */
	    /* padding: 0px 0px; */
	    margin-bottom: 50px;
}@media screen and (min-width:960px) {
	 .daimei_wrapper{
		 width: calc((740/1929)*100%);
	}
}
/* ------------------------------------------------ */
/* 流れるスライダー
/* ------------------------------------------------ */
.slider2 img {
  width: 100%;
  /* height: auto; */
  aspect-ratio: 1/1;
  object-fit: cover;
 
}
.slider2 .slick-slide {
  margin: 0 10px; 
}

.nz{
	font-family: "Slackside One", cursive;font-weight: 400;font-style: normal;
}
/* ------------------------------------------------ */
/* top tab
/* ------------------------------------------------ */

.tabs {
  margin-top: 50px;
  /* padding-bottom: 40px; */
  /* background-color: #fff; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  /* border: 2px dashed #000; */
  /* border-radius: 15px; */
  /* background-color: #fff; */
 }

/*タブのスタイル*/
.tab_item {
  width: calc( 80%/3);
  height: 50px;
  /* border-bottom: 1px solid #000; */
  background-color: #fff;
  line-height: 50px;
  font-size: 1rem;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border: 1px solid;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  /* padding: 40px 40px 0; */
  clear: both;
  /* overflow: hidden; */
  border: 2px dashed #000;
  /* border-radius: 30px; */
  background: #fff;
  border-top: 1px solid;
  padding: 50px 19px;
	position: relative;
}
.tab_content:before {
	content:"";
	background: url("img/miru.svg");
	position: absolute;
	content: '';
	top: -35%;
	left: -8%;
	display: block;
	width: 36%;/*幅*/
	/* max-height: 800px; *//*どれだけデカくなってもはみ出ないであろう高さを指定*/
	background-size: contain;
	background-repeat: no-repeat;/*画像を繰り返さない*/
	aspect-ratio: 150/131;
	transform: rotate(-15deg);
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #D7FF00;
  color: #000;
}

/* ------------------------------------------------ */
/* 境界線
/* ------------------------------------------------ */
.hr1{
	position: relative;
}
    .hr1::after {
        content: "";
        background-image: url(img/pasta2.svg);
        display: block;
        width: 100%;
        z-index: 2;
        background-position: center bottom;
        background-repeat: no-repeat;
		aspect-ratio:300 / 5;
    }
/* ------------------------------------------------ */
/* 　　top 説明のところ
/* ------------------------------------------------ */
.hcolor{
	background: #ffd700;
	font-size:1.4rem;
	margin-top: -1rem;
}
@media screen and (min-width: 960px) {
	.hcolor{
	background: #ffd700;
	font-size:2rem;
	}}
/* ------------------------------------------------ */
/* 　　top intaview 
/* ------------------------------------------------ */
.dai{
	    position: absolute;
	    top: -8%;
	    width: 10%;
	    z-index: 33333;
	    display: block;
	    left: 1%;
}

.card-container {
  /* margin: 25px auto 0; */
  position: relative;
  width: 80%;
  margin-left: 15%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.cardr {
  background-color: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 5px rgba(75, 75, 75, .07);
  z-index: 1;
  /* border: 1px solid #000; */
}
@media screen and (min-width:960px) {
.card-body {
  display: inline-block;
  float: left;
  width: 40%;
	}}

.card-number {
  margin-top: 15px;
}

.card-circle {
  border: 1px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  height: 25px;
  text-align: center;
  width: 25px;
}

.card-author {
  display: block;
  font-size: 12px;
  letter-spacing: .5px;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.card-title {
  /* font-family: 'Cormorant Garamond', serif; */
  /* font-size: 2rem; */
  font-weight: 300;
  /* line-height: 60px; */
  margin: 10px 0;
  font-size: 0.9rem;
}

.card-description {
  display: inline-block;
  font-weight: 300;
  line-height: 22px;
  margin: 10px 0;
}

.card-read {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 5px 0 20px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}

.card-read:after {
  background-color: #b8bddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 9px;
  width: 75%;
}

.card-tag {
  float: right;
  margin: 5px 0 0;
}

.card-media {
  float: right;
  /* width: 50%; */
}
@media screen and (min-width:960px) {.card-media {
  float: right;
   width: 50%; 
}}
.card-media img {
    border-radius: 100px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid;
}
.card-shadow {
  background-color: #fff;
  box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 1), 0 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
  height: 1px;
  margin: -1px auto 0;
  width: 80%;
  z-index: -1;
}
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-clearfix {
  *zoom: 1;
}

.subtle {
  color: #aaa;
}
.parallax-area{
    width: 100%;
}
.img-wrapper{
    width: 100%;
    /* height: 90vh; */
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.cardr{
    /* position: absolute; */
    left: 0;
    bottom: 0;
}
/* ------------------------------------------------ */
/*/*投稿
/* ------------------------------------------------ */
.waku {

}

.fukidashi {
  position: relative;
  width: 90%;
  padding: 30px 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  font-weight: 400;
  font-style: normal;
  /* filter: drop-shadow(10px 10px 5px #000); */
}
@media screen and (min-width:960px) {
.fukidashi {
	 font-size: 2.4rem;
  width: 60%;	
	}}
.fukidashi {
  /* filter:drop-shadow(5px 5px 0 #000); */
  filter: drop-shadow(10px 10px 5px #ccc);
}
.fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  filter: drop-shadow(10px 10px 5px #ccc);
}
.waku .size-full {
  width: 100%;
}
.categorymimi {
  position: absolute;
  top: 0;
  right: -10px;
  border: 1px solid #221817;
  /* border-radius: 10px; */
  background-color: #F8F6ED;
  background: #D7FF00;
  padding: 3px;
  z-index: 3;
  color: #262626;
  font-size: 1.2rem;
  writing-mode: vertical-lr;
}
@media (min-width: 960px) {
  .categorymimi {
    position: absolute;
    top: 48px;
    right: -35px;
    border: 1px solid #221817;
    /* border-radius: 10px; */
    background-color: #F8F6ED;
    background: #D7FF00;
    padding: 10px 5px;
    z-index: 3;
    color: #262626;
    font-size: 1.6rem;
    writing-mode: vertical-lr;
  }
}
.entry-content a {
  border-bottom: 1px solid #000;
}
.midashiwaku {
  font-size: 120%;
}
.midashi {
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
}
.entry-content > h2 {
   background: linear-gradient(transparent 60%, #D7FF00 60%);
   display: inline;
   padding: 0 2px 4px;
margin-bottom:15px;
}
 .entry-content > h2 {
 font-size: 1.3rem;
}
@media screen and (min-width: 960px) {
  .entry-content > h2 {
    font-size: 1.4rem;
  }
}
.entry-content p {
  font-size: 1rem;
  /* margin-bottom: 15px; */
  line-height: 1.8;
  margin-bottom: 10px;
  margin-top: 10px;
}
.entry-content a {
  border-bottom: 1px solid #000;
}
.wp-block-image figcaption {
  margin-bottom: 1em !important;
  margin-top: -0.8em !important;
}
figcaption.wp-element-caption span {
  font-size: 0.7rem !important;
  color: gray !important;
}
.wp-block-image img {
  width: 100%;
}
.wakunonaka {
  background: #D7FF00;
  padding: 10px;
  border: 1px solid #000;
  font-size: 1rem;
  filter: drop-shadow(10px 10px 5px #ccc);
}
.postdate {
  /* font-family: "Hind", sans-serif; */
  font-weight: 500;
  font-style: normal;
  color: gray !important;
}
.posttag {
  font-weight: 500;
  font-style: normal;
  color: gray !important;
}
.blogdate span {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid #000;
}
.posttag a {
  /* font-family: 'Zen Kaku Gothic New', sans-serif; */
  font-size: 1rem;
  list-style: none;
  display: inline-block;
  z-index: 1;
  margin: 2px 1px;
  padding: 2px 12px;
  border: 1px solid gray;
  border-radius: 20px;
  font-size: var(--fz_xxs);
  line-height: 1.4;
  text-align: center;
  font-size: 0.6rem;
  color: gray !important;
  background: #D7FF00;
}
.post-navigation {
  overflow: hidden;
  padding: 12px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  filter: drop-shadow(10px 10px 5px #ccc);
}
.next_post {
  font-size: 1rem;
  /* font-family: "Hind", sans-serif; */
  font-weight: 400;
  font-style: normal;
  float: right;
}
.prev_post {
  font-size: 1rem;
  /* font-family: "Hind", sans-serif; */
  font-weight: 400;
  font-style: normal;
  float: left;
}
ul.wp-block-archives-list.wp-block-archives li a {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0rem;
  /* margin-bottom: 50px; */
  font-weight: 100;
  background: #fff;
}
.wp-block-archives-list {
  display: flex;
}
.wp-block-archives-list li a:after {
  content: '/';
  display: inline-block;
  width: 1rem;
  text-indent: 0;
}
.wp-block-categories-list li a:after {
  content: '/';
  display: inline-block;
  width: 1rem;
  text-indent: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  margin-top: 10px;
  margin-bottom: 10px;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.card_title {
  position: relative;
  margin-top: calc(8 / 1440 * 100vw);
  overflow: hidden;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  word-break: break-all;
  /*  background: #fff;
*/
  /* border: 1px solid; */
  /* border-radius: 30px; */
  margin-bottom: calc(8 / 1440* 100vw);
}
.card_title span{

}
.wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed__wrapper {
  /* position: relative; */
  position: static !important;
}
@media (min-width: 960px) {
  .card_title {
    font-size: 1.0rem;
  }
}
.archivecard_title {
  position: relative;
  margin-top: calc(8 / 1440* 100vw);
  overflow: hidden;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  word-break: break-all;
  background: #FFFAD1;
  /* border: 1px solid; */
  /* border-radius: 30px; */
  display: inline-block;
  background: #fff;
}
.taglist {
  margin-top: min(1.8vw, 16px);
  font-weight: 500;
  font-style: normal;
}
.taglist li {
  list-style: none;
  display: inline-block;
  z-index: 1;
  margin: 2px 5px;
  padding: 2px 12px;
  border: 1px solid #000;
  border-radius: 100vh;
  font-size: 1rem;
  /* line-height: 1.4; */
  text-align: center;
  /* color: #fff; */
  background: #fff;
}
.taglist li:hover{
	background: #D7FF00;
}.taglist li:hover a{
	color: #000;
}
.taglists li {
  list-style: none;
  display: inline-block;
  z-index: 1;
  margin: 2px 1px;
  padding: 2px 12px;
   border: 1px solid #000; 
  /* border-radius: 20px; */
  font-size: 0.6rem;
  text-align: center;
  /* color: #fff; */
  background: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.authortaglists li {
  list-style: none;
  display: inline-block;
  z-index: 1;
  margin: 2px 1px;
  padding: 2px 12px;
   border: 1px solid #000; 
   border-radius: 20px; 
  font-size: 0.6rem;
  text-align: center;
  /* color: #fff; */
  background: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
/* ------------------------------------------------ */
/*/*wordpress 抜粋
/* ------------------------------------------------ */
#ez-toc-container {
    margin-top: 2em;
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    display: table;
    margin-bottom: 1em;
    padding: 10px 20px 10px 10px;
    position: relative;
    width: auto;
	font-size: 1.2rem;}
/* ------------------------------------------------ */
/*/* タイル一覧表示　投稿固定共通
/* ------------------------------------------------ */
/* ------.koushi{
		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='20' height='20' patternTransform='scale(5) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z'  stroke-width='1' stroke='hsla(199, 98%, 48%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
	}------ */
.zadanh2:before {
    position: absolute;
    display: block;
    content: " ";
    background: url(img/hidari.svg) no-repeat center center / 100% 100%;
    aspect-ratio: 46 / 150;
    width: 10%;
    top: 0;
    left: 0;
    z-index: -1;
}
.cards {
  display: flex;
  flex-wrap: wrap;
}

.cardss{
	width:80%;
	margin-left:20%;
}
.zadanh2{
	position: absolute;
	width:15%;
}
 .thumbnailimage img{
  mask-image: url("img/kiri.svg"); /*マスクレイヤーとして使用する画像*/
  -webkit-mask-image: url("img/kiri.svg");
  -webkit-mask-size: cover;
  mask-size: conver;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
	    aspect-ratio: 2350 / 2168;
}
.card_item {
  /* padding: 56px 0 0 56px; */
  width: 33.333%;
padding: 56px 0 0 0;
}
.card_item:nth-of-type(1) {
 /* padding: 56px 0 0 0; */
}

@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
}
@media screen and (min-width: 960px) {}
@media (max-width: 767px) {
  .card_item {
    width: 50%;
        padding: 56px 0 0 0;
  }
}
.card_thumbnail {
  position: relative;
  margin-bottom: calc(20 / 1440 * 100vw);
  /* box-shadow: inset 0 0 0 1px #000000, 5px -5px 0 -1px rgb(255 255 255), 5px -5px 0 #000, 10px -10px 0 -1px rgb(255 255 255), 10px -10px 0 #000; */
  overflow: hidden;
  box-shadow: 8px 8px 0 0 #ccc;
  /* margin: 50px; */
  background: #fff;
	    border: 1px solid;
  filter: drop-shadow(10px 10px 5px #ccc);
}
.card_thumbnails {
  /* position: relative; */
  margin-bottom: calc(20 / 1440 * 100vw);
  /* box-shadow: inset 0 0 0 1px #000000, 5px -5px 0 -1px rgb(255 255 255), 5px -5px 0 #000, 10px -10px 0 -1px rgb(255 255 255), 10px -10px 0 #000; */
  /* overflow: hidden; */
}
.thumbnailimage img {
  /* position: absolute; */
  left: -2px;
  top: -2px;
  /* width: calc(100% + 4px); */
  /* height: calc(100% + 4px); */
    aspect-ratio: 145 / 150;
  object-fit: cover;
}

.card_thumbnail::before {
  /* content: ""; */
  display: block;
  padding-top: 100%;
}
.card_thumbnails::before {
  /* content: ""; */
  display: block;
  padding-top: 100%;
}
.card_thumbnail .thumbnailimage img {
  -o-object-fit: cover;
  object-fit: cover;
}
.card_thumbnails .thumbnailimage img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* ------------------------------------------------ */
/*/* profile
/* ------------------------------------------------ */
.module-profile {
    position: relative;
    margin: 62px 0 0;
    padding: 26px 28px;
    background: #f6f7f7;
}
.module-profile__heading {
    /* display: -webkit-box; */
    /* display: flex; */
    /* position: absolute; */
    top: 0;
    /* left: 9px; */
    justify-content: center;
    align-items: center;
    /* min-width: 142px; */
    height: 42px;
    padding: 0 6px;
    border-bottom: 1px solid #000;
    font-size: 1.2rem;
    text-align: center;
    /* letter-spacing: 0; */
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.module-profile__inner {
    position: relative;
    overflow: hidden;
    /* margin: 30px 0 0; */
    padding: 26px 0 0;
}
.module-profile__media {
    position: relative;
    float: left;
    clear: both;
    overflow: hidden;
    max-width: 100px;
    margin: 40px 30px 0 0;
    padding: 0;
    border: 1px solid #000;
    border-radius: 50%;
}
.module-body figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 512px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    -o-object-fit: contain;
}
.module-body .module-profile__body__text {
    margin: 3px 0 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.66667;
}

.module-body p {
    margin: 16px 0 0;
    padding: 0 30px;
    font-size: 1.4rem;
    line-height: 1.9;
    text-align: justify;
    letter-spacing: .025em;
    letter-spacing: .06em;
}
.module-profile__body__text {
    margin: 3px 0 0;
    font-size: 1rem;
    /* line-height: 1.66667; */
    text-align: justify;
    /* letter-spacing: .06em; */
}


.module-profile__body__names{
	font-size: 1.2rem;
}

.module-profile__media img{
	    aspect-ratio: 1 / 1;
    object-fit: cover;
}
/* ------------------------------------------------ */
/*/*アニメーション
/* ------------------------------------------------ */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.1);
    opacity: 0;
  }
  to {
    transform: scale(1);
  }
}
/* ------------------------------------------------ */
/*/* ページャー
/* ------------------------------------------------ */
.wp-pagenavi {
	margin-top:50px;
	margin-bottom:50px;
align-items: center;
display: flex;
justify-content: center;
}

.wp-pagenavi .page, .wp-pagenavi .current {
    display: block;
    background: #fff;
    color: #262626;
    margin: 0 6px;
    border-radius: 50%;
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
}@media(min-width: 960px) {
.wp-pagenavi .page, .wp-pagenavi .current {display: block;background: #fff;color: #262626;margin: 0 6px;border-radius: 50%;font-size: 18px;/* font-weight: bold; */line-height: 40px;text-align: center;height: 40px;width: 40px;}}
.current {background: #D7FF00 !important;color: #262626;border: 1px solid #262626;}
.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);
}
/* ------------------------------------------------ */
/*/* -----------トップ・下層：contact
	/* ------------------------------------------------ */
.contact {
  width: 100%;
  margin: 0 auto;
}
.form__wrap {
  width: 100%;
  max-width: 900px; /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #403B3A;
  font-size: 14px;
}
.wpcf7 .template04 a {
  margin: 0;
  padding: 0;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template04 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template04 div.form__row {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 2em;
}
.wpcf7 .template04 div.form__row.row-message {
  width: 100%;
}
.wpcf7 .template04 div.form__row.row-checkbox, .wpcf7 .template04 div.form__row.row-radio, .wpcf7 .template04 div.form__row.row-select {
  /* display: flex;*/
  align-items: center;
  width: 100%;
}
.wpcf7 .template04 div.form__row.row-select {
  width: 100%;
}
.wpcf7 .template04 div.form__row.row-privacy {
  width: 100%;
  margin-top: 3.5em;
  text-align: center;
}
.wpcf7 .template04 div.form__row.row-submit {
  width: 100%;
  margin-top: 3em;
  text-align: center;
}
.wpcf7 .template04 p.form__label {
  flex-shrink: 0;
  min-width: 146px;
  margin: 0 0 .3em 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template04 p.form__body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template04 div.form__row.row-checkbox p.form__body, .wpcf7 .template04 div.form__row.row-radio p.form__body, .wpcf7 .template04 div.form__row.row-select p.form__body {
  margin: 0 0 .3em 2em;
}
.wpcf7 .template04 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  color: #403B3A;
  font-size: .95em;
  box-sizing: border-box;
}
.wpcf7 .template04 p.form__label.is-required label {
  margin-right: 1em;
}
.wpcf7 .template04 p.form__label.is-required label::after {
  content: "*";
  display: block;
  position: absolute;
  top: -.3em;
  right: -.5em;
  color: #b74c4c;
  box-sizing: border-box;
}
/* テキストフィールド */
.wpcf7 .template04 input[type=text], .wpcf7 .template04 input[type=tel], .wpcf7 .template04 input[type=email], .wpcf7 .template04 input[type=url], .wpcf7 .template04 input[type=date], .wpcf7 .template04 input[type=number] {
  width: 100%;
  margin: 0;
  padding: .2em 0;
  border: 0;
  border-bottom: 1px solid;
  /* border-image: linear-gradient(135deg, #F6D242 10%, #FF52E5 100%); */
  border-image-slice: 1;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template04 textarea {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: .2em 0;
  border: 0;
  border-bottom: 1px solid #ababab;
  /* border-image: linear-gradient(135deg, #F6D242 10%, #FF52E5 100%); */
  border-image-slice: 1;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template04 input[type=text]::placeholder, .wpcf7 .template04 input[type=tel]::placeholder, .wpcf7 .template04 input[type=email]::placeholder, .wpcf7 .template04 input[type=url]::placeholder, .wpcf7 .template04 input[type=date]::placeholder, .wpcf7 .template04 input[type=number]::placeholder, .wpcf7 .template04 textarea::placeholder {
  opacity: 0;
  display: none;
}
.wpcf7 .template04 input[type=text]:-ms-input-placeholder, .wpcf7 .template04 input[type=tel]:-ms-input-placeholder, .wpcf7 .template04 input[type=email]:-ms-input-placeholder, .wpcf7 .template04 input[type=url]:-ms-input-placeholder, .wpcf7 .template04 input[type=date]:-ms-input-placeholder, .wpcf7 .template04 input[type=number]:-ms-input-placeholder, .wpcf7 .template04 textarea:-ms-input-placeholder {
  opacity: 0;
  display: none;
}
.wpcf7 .template04 input[type=text]::-ms-input-placeholder, .wpcf7 .template04 input[type=tel]::-ms-input-placeholder, .wpcf7 .template04 input[type=email]::-ms-input-placeholder, .wpcf7 .template04 input[type=url]::-ms-input-placeholder, .wpcf7 .template04 input[type=date]::-ms-input-placeholder, .wpcf7 .template04 input[type=number]::-ms-input-placeholder, .wpcf7 .template04 textarea::-ms-input-placeholder {
  opacity: 0;
  display: none;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template04 input[type=text]:focus, .wpcf7 .template04 input[type=tel]:focus, .wpcf7 .template04 input[type=email]:focus, .wpcf7 .template04 input[type=url]:focus, .wpcf7 .template04 input[type=date]:focus, .wpcf7 .template04 input[type=number]:focus, .wpcf7 .template04 textarea:focus {
  outline: 1px solid transparent;
}
/* チェックボックス */
.wpcf7 .template04 input[type=checkbox] {
  display: none;
}
.wpcf7 .template04 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template04 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ababab;
  /* border-image: linear-gradient(135deg, #F6D242 10%, #FF52E5 100%); */
  border-image-slice: 1;
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}
.wpcf7 .template04 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.13em;
  left: 0.5em;
  width: 0.3em;
  height: .85em;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}
.wpcf7 .template04 input[type=checkbox]:checked + span {
  color: inherit;
  transition: all .25s ease;
}
.wpcf7 .template04 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity .25s ease;
}
.wpcf7 .template04 input[type=checkbox]:checked + span::after {
  opacity: 1;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template04 input[type=radio] {
  display: none;
}
.wpcf7 .template04 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template04 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ababab;
  /* border-image: linear-gradient(135deg, #F6D242 10%, #FF52E5 100%); */
  border-image-slice: 1;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template04 input[type=radio] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: -0.1em;
  left: 0.5em;
  width: 0.3em;
  height: .85em;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}
.wpcf7 .template04 input[type=radio]:checked + span {
  color: inherit;
  transition: opacity .25s ease;
}
.wpcf7 .template04 input[type=radio]:checked + span::after {
  opacity: 1;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template04 span.select-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.wpcf7 .template04 select {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: .5em 2.5em .5em 1em;
  border: 0;
  border-bottom: 1px solid #ababab;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template04 select::-ms-expand {
  display: none;
}
.wpcf7 .template04 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template04 select:focus {
  outline: 0;
}
/* 送信ボタン */
.wpcf7 .template04 .submit-btn {
  position: relative;
  width: 320px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template04 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 1px #10554b solid;
  color: #403B3A;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  letter-spacing: .2em;
  border-radius: 9999px;
}
.wpcf7 .template04 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid !important;
  /* border-image: linear-gradient(135deg, #F6D242 10%, #FF52E5 100%) !important; */
  border-image-slice: 1 !important;
  /* background-color: #f8f8f8!important; */
}
.wpcf7 .template04 input[type="submit"]:hover {
  background-color: #D7FF00;
  color: #fff;
  transition: opacity .25s, background-color .25s;
}
.wpcf7 .template04 input[type="submit"]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}
.wpcf7 .template04 span.wpcf7-list-item {
  margin: 0 1em .2em 0;
  width: 100%;
}
.wpcf7 .template04 div.wpcf7 .ajax-loader {
  display: block;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template04 div.form__row.row-checkbox, .wpcf7 .template04 div.form__row.row-radio, .wpcf7 .template04 div.form__row.row-select {
    display: block;
  }
  .wpcf7 .template04 div.form__row.row-checkbox p.form__body, .wpcf7 .template04 div.form__row.row-radio p.form__body, .wpcf7 .template04 div.form__row.row-select p.form__body {
    margin-left: 0;
  }
  .wpcf7 .template04 span.wpcf7-list-item {
    display: block;
  }
}
.wpcf7 form .wpcf7-response-output {
  padding: 1em !important;
  border: 2px solid #00a0d2;
  text-align: center;
  margin: 0 !important;
}

.saisinsec{
  width:40%;
  border: 1px solid #000;
  padding-bottom: 50px;
	background: #fff;
  box-shadow: inset 0 0 0 1px #000000, 5px -5px 0 -1px rgb(255 255 255), 5px -5px 0 #000, 10px -10px 0 -1px rgb(255 255 255), 10px -10px 0 #000;
		background-image:url("img/p.svg");
  background-size: 160px 160px; /* image size */
	 animation: bg 10s infinite linear;
}
.saisinsec2{
  width:40%;
    margin-top: -40%;
    margin-left: 55%;
  border: 1px solid #000;
	background: #fff;
  padding-bottom: 50px;
  box-shadow: inset 0 0 0 1px #000000, 5px -5px 0 -1px rgb(255 255 255), 5px -5px 0 #000, 10px -10px 0 -1px rgb(255 255 255), 10px -10px 0 #000;
		background-image:url("img/o.svg");
 background-size: 154px 120px;/* image size */
	 animation: bg 10s infinite linear;
}
.saisinsec3{
  width:40%;
	 margin-top: 5%;
    margin-left: 5%;
  border: 1px solid #000;
	background: #fff;
  padding-bottom: 50px;
  box-shadow: inset 0 0 0 1px #000000, 5px -5px 0 -1px rgb(255 255 255), 5px -5px 0 #000, 10px -10px 0 -1px rgb(255 255 255), 10px -10px 0 #000;
		background-image:url("img/p2.svg");
 background-size: 154px 120px;/* image size */
	 animation: bg 10s infinite linear;
}
.saisinsec4{
    width: 40%;
    margin-top: -30%;
    margin-left: 55%;
  border: 1px solid #000;
	background: #fff;
  padding-bottom: 50px;
  box-shadow: inset 0 0 0 1px #000000, 5px -5px 0 -1px rgb(255 255 255), 5px -5px 0 #000, 10px -10px 0 -1px rgb(255 255 255), 10px -10px 0 #000;
		background-image:url("img/ho.svg");
 background-size: 154px 120px;/* image size */
	 animation: bg 10s infinite linear;
}
.saisinsec5{
    width: 40%;
  border: 1px solid #000;
	background: #fff;
  padding-bottom: 50px;
  box-shadow: inset 0 0 0 1px #000000, 5px -5px 0 -1px rgb(255 255 255), 5px -5px 0 #000, 10px -10px 0 -1px rgb(255 255 255), 10px -10px 0 #000;
		background-image:url("img/ho2.svg");
 background-size: 154px 120px;/* image size */
	 animation: bg 10s infinite linear;
}
.saisinsec6{
    width: 40%;
    margin-top: -30%;
    margin-left: 55%;
  border: 1px solid #000;
	background: #fff;
  padding-bottom: 50px;
  box-shadow: inset 0 0 0 1px #000000, 5px -5px 0 -1px rgb(255 255 255), 5px -5px 0 #000, 10px -10px 0 -1px rgb(255 255 255), 10px -10px 0 #000;
		background-image:url("img/ho3.svg");
 background-size: 154px 120px;/* image size */
	 animation: bg 10s infinite linear;
}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 360px -360px;
  }
}
.syuttenimag img{
	aspect-ratio:1/1;
	object-fit:cover; box-shadow: -6px -6px 14px rgba(255, 255, 255, .99), -6px -6px 10px rgba(255, 255, 255, .9), 6px 6px 8px rgba(255, 255, 255, .075), 6px 6px 10px rgba(0, 0, 0, .75);
	    width: 100%;

}
.titlename{
	  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0.7em 2em;
border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
 text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
	background: #fff;
}
.backwh{
	    font-size: 1rem;
	background:#fff;
}
.blue{
	 color: #00b7ff;
	 border: 3px solid #00b7ff;
}
.reds{
	 color: #ff3551;
	 border: 3px solid #ff3551;
}
.pks{
	 color: #ffb4dc;
	 border: 3px solid #ffb4dc;
}
.ors{
	 border: 3px solid #ffaf74;
	 color: #ffaf74;}
.grs{
	 border: 3px solid #7AC499;
	 color: #7AC499;
}
.bls{
	border: 3px solid #C8E8F5;
	 color: #C8E8F5;
}
@media screen and (max-width: 959px){
.saisinsec,.saisinsec2,.saisinsec3,.saisinsec4,.saisinsec5,.saisinsec6{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 50px;
	}
	}
.keyvisual {
  position: relative;    max-width: 100%;
    overflow-y: hidden;
}

.keyvisual__scroll {
    max-width: 100%;
    overflow-y: hidden;    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.keyvisual__scroll--circle {
     aspect-ratio: 1 / 1;
    object-fit: contain;
  width: 100%;
  animation: rotate 150s linear infinite;
}
.keyvisual__scroll--arrow {
      width: 100%;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    aspect-ratio: 1 / 1;
    object-fit: contain;

}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.setsumei{
	margin-top:-10%;
}
.copyright{
	color:#fff;
}
.copyright a{
	color:#fff;
}