@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v6.6.0/css/all.css);

:root{
	--main-color: #8f7270;
	--main-color: #f2e1ac;
	--accent-color: #cb9d9a;
	--accent-color: #d9cf43;
	--orange-color: #cc7333;
	--orange-color: #bf4f26;
	--base-color:#fff;
	--base-beige: #f2e1ac80;
	--base-baige-light:#eae9e1;
	--accent-beige-light:#fffddc;
	--base-beige-light-clear:#eae9e187;
	--black:#202020;
	--light-gray-color:#F3EFF2;
	--dark-main-color: #371515;
	--dark-board-color:#464f4a;
	--dark-gray-color:#63626a;
	--text-white-color:#fff;
	--text-bright-color: #FDE7C9;
	--text-dark-color:#351414;
	--text-red-color:#b30b00;
	--passion-color:#ff4d5b;
	--clear-color:#ffffff00;
	--max-large-width:1560px;
	--max-width: 1200px;
	--large-width: 1024px;
	--middle-width: 600px;
	--small-width: 350px;

	--font-main: "Zen Kaku Gothic New", sans-serif;
	--font-sub: 'Kiwi Maru', serif;
	--font-title: "Zen Kaku Gothic Antique", sans-serif;
	--font-en: "Playwrite DE Grund", cursive;
	--font-en: "Playwrite US Modern", cursive;
	--font-en-cursive: "Lavishly Yours", cursive;
	--font-num: "Bubbler One", sans-serif;

}
:root .colors-blue-gray
{ 	--main-color: #6d7d8c;
	--accent-color: #9fbccd;
	--orange-color: #3189c3;
	--base-beige: #6d818c87;
	--base-beige-light:#dde3e7;
	--base-beige-light-clear:#dde3e787;
	--light-gray-color:#eff1f3;
	--dark-main-color: #142335;
	--dark-gray-color:#65646d;
	--text-bright-color: #FDE7C9;
	--text-dark-color:#141e35;
	--text-red-color:#002ab3;
}
/*========= base ===============*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
}
body{
	position: relative;
	overflow: hidden;
	margin: 0;
	font-family: var(--font-main);
	font-size: 16px;
	font-weight: 800;
	background-color: #ffffff00;
}
body::before {
	content: "";
	width: 100vw;
	height: 100vh;
	background-image:url(../images/webp/background_cover.webp);
	position: fixed;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	background-repeat: repeat;
	z-index: 9999;
	opacity: .5;
	pointer-events: none;
}
.hentry {
	border: none;
}
.entry-footer {
	display: none;
}
main {
	display: block;
	z-index: 2;
	margin: 0 auto;
	position: relative;
	width: 100vw;
	/*min-height: 100vh;*/
	background-color: var(--base-baige-light);
}
aside#sub {
	display: block;
	z-index: 1;
	width: calc((100vw - 768px) / 2);
	position: relative;
}
aside#sub:last-child {
	z-index: 3;
}
::-webkit-scrollbar {
  width: 6px;
  background: var(--light-gray-color);
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
	width: 6px;
	background-color: var(--orange-color);
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
li{
	list-style: none;
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  color: var(--black);
  border-radius: 0.5rem;
}
table th,
table td {
	border-bottom: none;
	display: block;
	width: 100%;
}
.t-white{
	color: #FFF;
	color: var(--text-white-color);
	overflow: hidden;
}
.t-dark{
	color: #351414;
	color: var(--text-dark-color);
}
.t-main{
	color: var(--main-color);
}
.text-stroke{
	-webkit-text-stroke: 0.5px;
}
.text-left{
	text-align: left!important;
}
.t-backwhite{
	background-color: #ffffffb8;
  border-radius: 5rem;
	padding: .2rem 2rem;
}
/*========= parts ===============*/
.none {
	opacity: 0;
}
.br {
	display: contents;
}
.inline-block {
	display: inline-block;
}
.important {
	z-index: 99;
}
.main-container{
	position: relative;
	z-index: 1;
}
.entry-content {
  background-color: var(--base-baige-light);
	color: var(--dark-main-color);
}
#primary {
	display: flex;
	align-items: stretch;
	z-index: 3;
	position: relative;
}
.block {
	display: block;
}
.flex{
	display: flex;
}
.photo {
	position: relative;
	flex: 1;
	height: 160px;
}
p.date {
  font-size: .8rem;
}
p.posttitle {
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-text-stroke: 0.5px;
}
.bc {
	border: 2px solid var(--accent-color);
	text-align: left;
	display: flex;
	align-items: center;
	padding: 30px 80px;
	justify-content: center;
	margin: auto;
}
.glass {
	background: rgb(255 255 255 / 8%);
	border-radius: 20px;
	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(1px);
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.button_1 {
	height: 50px;
	width: fit-content;
	position: relative;
	background-color: transparent;
	cursor: pointer;
	border: 2px solid #252525;
	overflow: hidden;
	border-radius: 30px;
	line-height: 40px;
	color: #333;
	transition: all 0.3s ease-in-out;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-txt {
	z-index: 1;
	font-weight: 800;
	letter-spacing: 1px;
}
.type1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease-in-out;
	background-color: #fff;
	border-radius: 30px;
	visibility: hidden;
	height: 10px;
	width: 10px;
	z-index: -1;
}
.button_1:hover {
	box-shadow: 1px 1px 100px #fff;
	color: #252525;
	border-color: transparent;
}
.button_1:hover.type1::after,.type1:hover::after {
	visibility: visible;
	transform: scale(100) translateX(2px);
}

.subheading-1 {
	display: flex;
	align-items: center;
	padding: .5em .7em;
}
.subheading-1::before {
	display: inline-block;
	width: 5px;
	height: 1.5em;
	margin-right: .5em;
	background-color: var(--accent-color);
	content: '';
}
.heading-1 {
	font-family: var(--font-title);
	color: var(--base-color);
	-webkit-text-stroke: 1px var(--blue-gray-color);
	text-shadow: 3px 3px var(--accent-color);
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 1.5;
	display: inline-block;
	font-size: 2.5rem;
	text-align: center;
	margin: auto;
	padding: 1em .7em;
	border: 2px solid var(--accent-color);
	border-radius: 1rem;
	box-shadow: 5px 5px var(--accent-color);
}
.heading-2 {
	font-family: var(--font-title);
	letter-spacing: 0.1em;
	line-height: 1.4;
	display: inline-block;
	margin: auto;
	padding: 1em .7em;
	border: 2px solid var(--accent-color);
	border-radius: 1rem;
	box-shadow: 5px 5px var(--accent-color);
	text-align: left;
	font-size: 1.2rem;
}
.table1 {
	/*font-family: 'Noto Serif JP', serif;*/
	font-size: 14px;
	margin: auto;
	border: none;
}
.table1 tr {
	display: flex;
}
.table1 th,
.table1 td {
	padding: 14px;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #646566;
}
.table1 td span {
	font-size: 90%;
}
.table1 th {
	width: 200px;
	border: none;
	border-color: white;
}
*:has(>.border_img) {
	position: relative;
}
.border_img {
	position: absolute;
	inset-inline: calc(50% - 50vw);
	bottom: -1px;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	width: 100vw;
	overflow: clip;
	aspect-ratio: 1920 / 24;
}
.border_img img{
	width: 100%;
	height: auto;
}
.move_img{
	width: 100px;
	margin: 3.5%;
	z-index: 3;
}
/*========= headerのCSS ===============*/
header {
  position: relative;
	position: fixed;
  z-index: 99;
  background: var(--base-color);
  width: 100%;
	top: 0;
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
	position: fixed;
	display: flex;
  z-index: 999;
  height: 70px;
  animation: DownAnime 0.5s forwards;
  justify-content: space-around;
	top: 0;
}
#header.HeightMin .top h4 {
	font-size: 1rem;
}
.header-wrapper {
	display: flex;
  align-items: center;
	backdrop-filter: blur(5px);
	justify-content: space-around;
  gap: 10px;
}
header #top {
	display: flex;
  align-items: center;
	gap: 10px;
}
.headA{
  display: flex;
  justify-content: space-around;
  text-decoration: none;
  letter-spacing: 2px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
	width: fit-content;
	color: var(--dark-main-color);
}
.headA .text {
	margin-left: 10px;
	text-shadow: 0 0 5px var(--base-color), 0 0 15px var(--base-color);
  /*水平の距離0px 垂直の距離0px 影の大きさ15px 影の色#fff*/
}
#logo-img {
	margin: 0 10px;
}
.headA a.custom-logo-link{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.headA .custom-logo-link img {
	width: auto;
	height: 60px;
}
.headA h2 {
	font-size: 1.2rem;
}
.headA h4{
	padding-left: 20px;
	font-size: 1.6rem;
}
.headD{
	display: flex;
}
.headD .text p {
	margin: 10px;
}
.headD a{
	color: var(--base-color);
}
/* ---ドロップダウン--- */
/*==ナビゲーション全体の設定*/
.headB{
	color:#fff;
	color: var(--base-color);
  background-color: var(--clear-color);
	transition: overflow 3s;
	position: relative;
}
.headB.hide{
	overflow: hidden;
}
.headB.flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.headB nav{
	color:#fff;
	color: var(--text-dark-color);
	text-align: center;
	font-size: 1rem;
}
/*ナビゲーションを横並びに*/
.headB ul{
	position: relative;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: flex-end;
  align-content: center;
  justify-content: center;
	/*transition: 1s;*/
  }
.headB ul::-webkit-scrollbar{
	display: none;
}
/*ナビゲーションのリンク設定*/
.headB ul li{
	position: relative;
}
.headB ul li a{
  /*矢印の基点にするためrelativeを指定*/
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
	min-width: 150px;
	height: 100%;
  text-decoration: none;
  color: #fff;
  color: var(--text-dark-color);
  padding: 20px 10px;
  transition: all .3s;
  margin: auto;
  font-size: 1rem;
}
.headB li.menu-item-has-children>a{
	padding-left: 15px;
  margin-left: 15px;
}
.headB ul li li a{
	padding:10px;
}
.headB .sub-menu{
	position: absolute;
  left:0;
  top:100%;
  width:100%;
  visibility:visible;
  opacity:1;
  display: none;
  /*transition:.3s;*/
}
.headB li.menu-item-has-children a span{
	position: relative;
}
.headB li.menu-item-has-children>a>span::before{
	content:'';
	position: absolute;
	left:-25px;
	top: 50%;
	width:10px;
	height:10px;
	border-top: 2px solid var(--text-dark-color);
	border-right:2px solid var(--text-dark-color);
	transform: rotate(135deg) translateY(5px);
	transition: .3s;
	transform-origin: center;
}
.headB li.menu-item-has-children.active>a>span{
	color: var(--orange-color);
}
.headB li.menu-item-has-children.active>a>span::before{
	transform: rotate(-45deg);
	border-color: var(--orange-color);
}
.headB ul li a:hover span{
	color: var(--orange-color);
}
.headB ul li a:hover span::before {
	scale: 1;
	border-color: var(--orange-color);
	color: var(--orange-color);
}
.headB .sub-menu li{
	width:100%;
	text-align: left;
}
.headB.hide ul{
	transform:translateY(-100%);
	opacity: 0;
	transition: .3s;
}
.fas.fa-bars{
	font-size: 2em;
}

.headD {
	color: var(--black);
}
/* ---ハンバーガーメニュー--- */
/* <reset-style>  */
button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-family: inherit;
}
  /* ================= */
  /* <style for bg> */
.background {
  border-radius: 8px;
  background: var(--accent-color);
  mix-blend-mode: luminosity;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(15px);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
	position: fixed;
  top: 0;
  right: 0;
  margin: 10px;
	z-index: 998;
}
/* <style for menu__icon> */
.menu-toggle {
	width: 32px;
	height: 32px;
	padding: 4px;
}
.menu-toggle span {
	display: block;
	width: 100%;
	height: 0.125rem;
	border-radius: 2px;
	background-color: var(--base-color);
	box-shadow: 0 .5px 2px 0 hsla(0, 0%, 0%, .2);
	transition: background-color .4s;
	position: relative;
}
.menu-toggle .fas.fa-bars {
	font-size: 2em;
}
.menu-toggle span+span {
	margin-top: .375rem;
}
.menu-toggle span:nth-child(1) {
	animation: ease .8s menu-icon-top-2 forwards;
}
.menu-toggle span:nth-child(2) {
	animation: ease .8s menu-icon-scaled-2 forwards;
}
.menu-toggle span:nth-child(3) {
	animation: ease .8s menu-icon-bottom-2 forwards;
}
/*activeクラスが付与されると線が回転して×になる*/
.headC.active span:nth-child(1) {
	animation: ease .8s menu-icon-top forwards;
}
.headC.active span:nth-child(2) {
	animation: ease .8s menu-icon-scaled forwards;
}
.headC.active span:nth-child(3) {
	animation: ease .8s menu-icon-bottom forwards;
	background-color: var(--dark-main-color);
}
@keyframes menu-icon-top {
	0% {
	  top: 0;
	  transform: rotate(0);
	}
	50% {
	  top: .5rem;
	  transform: rotate(0);
	}
	100% {
	  top: .5rem;
	  transform: rotate(45deg);
	}
}
@keyframes menu-icon-top-2 {
	0% {
	  top: .5rem;
	  transform: rotate(45deg);
	}
	50% {
	  top: .5rem;
	  transform: rotate(0);
	}
	100% {
	  top: 0;
	  transform: rotate(0);
	}
}
@keyframes menu-icon-bottom {
	0% {
	  bottom: 0;
	  transform: rotate(0);
	}
	50% {
	  bottom: .5rem;
	  transform: rotate(0);
	}
	100% {
	  bottom: .5rem;
	  transform: rotate(135deg);
	}
}
@keyframes menu-icon-bottom-2 {
	0% {
	  bottom: .5rem;
	  transform: rotate(135deg);
	}
	50% {
	  bottom: .5rem;
	  transform: rotate(0);
	}
	100% {
	  bottom: 0;
	  transform: rotate(0);
	}
}
@keyframes menu-icon-scaled {
	50% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(0);
	}
}
@keyframes menu-icon-scaled-2 {
	0% {
	  transform: scale(0);
	}
	50% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
}
/*  --------------------------- */
.nav span {
	padding-left: 10px;
}
.nav li {
  /*線の基点とするためrelativeを指定*/
	position: relative;
}
.nav li::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: left top;/*左上基点*/
}
/*現在地とhoverの設定*/
.nav li.current::after,
.nav li:hover::after {
  transform: scale(1, 1);/*X方向にスケール拡大*/
}

/*========= mainimages ===============*/
.mainimages{
  position: relative;
  width: 100%;
  background-color: #e7dedd;
	background-color: var(--base-baige-light);
}
.img-box .slick-slider,.img-box .slick-list,.img-box .slick-track,.img-box .slick-slide{
	height: 100%;
}
.mainimages .wrapper{
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.mainimages .wrapper.heightmax {
	height: 100vh;
}
.mainimages .text {
  position: absolute;
  grid-row: 3;
  grid-column: 1 / -1;
  display: flex;
  flex-flow: column;
	align-items: center;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
  padding-right: 50px;
	color: var(--dark-main-color);
}
.mainimages .text img{
	position: relative;
	z-index: 1;
	width: 50%;
}
.mainimages .text h1{
	font-size: 5vw;
	position: relative;
	z-index: 1;
}
.mainimages .text::after{
	content: "";
  width: 100vw;
	z-index: 0;
	top: 50%;
	left: 0;
	height: 30px;
  position: absolute;
	background-repeat: repeat-x;
	background-size: contain;
}
.mainimages .wrapper-blur {
	content: '';
  backdrop-filter: blur(12px);
  position: absolute;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: 1;
}
#top-background{
	background-size: cover;
  background-position: center;
}
.images{
	position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 0 auto;
  z-index: 0;
  grid-row: 1 / 4;
  grid-column: 3 / -1;
}
.images::before {
  content: "";
	z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #e7dedd, rgba(255,255,255,0) 15%);
	background: linear-gradient(90deg, var(--base-baige-light), rgba(255,255,255,0) 15%);

}
.images.all {
	grid-row: 1 / -1;
	grid-column: 1 / -1;
}
.images img,.images2 img{
	width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-box{
  position: relative;
  margin: 0;
  overflow: hidden;
  z-index: 0;
	grid-row: 4/-1;
  grid-column: 1 / 5;
}
.img-box.all {
  grid-row: 1 / -1;
  grid-column: 1 / -1;
}
.img-box::before {
  content: "";
	z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, #e7dedd, rgba(255,255,255,0) 15%);
	background: linear-gradient(270deg, var(--base-baige-light), rgba(255,255,255,0) 15%);
}
.img-box::before,.cover::before {
  content: "";
  right: 0;
  top: 0;
	width: 100%;
  height: 100%;
	/*background: #ffffff8c;*/
	z-index: 3;
}
.wrapper-cover{
  position: absolute;
  left: 0;
  top: 0;
	width: calc((100vw - 768px) / 2);
  height: 100vh;
	background: var(--base-baige-light);
  opacity: 0.5;
	z-index: 3;
}
.anim_img{
	position: absolute;
  right: 50px;
  bottom: 50px;
	width: calc((100vw - 768px) / 5);
	z-index: 3;
}
.anim_img2 {
	transform: rotateX(180deg) rotateZ(156deg);
	position: absolute;
	left: 50px;
	top: 200px;
	width: calc((100vw - 768px) / 5);
	z-index: 3;
}
/* ---comingsoon--- */
.comingsoon {
	/*border-radius: 20px;
	background-color: var(--base-color);
	overflow: hidden;*/
	border: solid #ccc 50px;
	width: 100vw;
	height: 100vh;
	display: inline-block;
	/*border-image: url(../images/comingsoon/comingsoon_box.svg) 100 fill / 50px / 0px round;*/
	position: relative;
	border-image-source: url(../images/comingsoon/comingsoon_box.svg);
  border-image-slice: 250;
	border-image-width: 10vw;
  /* border-image-outset: 10px; */
  border-image-repeat: round;
	background-color: transparent;
}
.mainimages.comingsoon .text::after {
	content: none;
}
.mainimages.comingsoon .img-box::before,
.mainimages.comingsoon .cover::before {
	content: none;
}
.comingsoon .wrapper {
	height: 100%;
}
.comingsoon #top-background {
	z-index: -1;
}
@media (min-width:768px) and (max-width:1279px) and (orientation: landscape)/*デバイスが横長の状態の場合(小PC)*/{
.comingsoon {
	border-image-slice: 200;
}
.mainimages.comingsoon .wrapper {
height: 100vh;
margin-top: 0;
 }
}
@media (max-width: 767px) {
.comingsoon {
  border: solid #ccc 50px;
  width: 100vw;
  height: 100vh;
  display: inline-block;
  /* border-image: url(../images/comingsoon/comingsoon_box.svg) 100 fill / 50px / 0px round; */
  position: relative;
  border-image-source: url(../images/comingsoon/comingsoon_box.svg);
  border-image-slice: 100;
  border-image-width: 50px;
  /* border-image-outset: 10px; */
  border-image-repeat: round;
  background-color: transparent;
}
.mainimages.comingsoon .wrapper {
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
}
}
/* ---top banner--- */
.top-banner {
	background-color: var(--base-baige-light);
}
.top-banner.heightmax {
	display: none;
}
.top-banner .flex {
	height: 100%;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.top-banner .child {
	width: 50%;
	height: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-banner img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	padding: 10px 0;
}
.catchcopy {
	display: flex;
	align-items: center;
	justify-content: center;
}
.catchcopy img{
	width: 500px;
}
.button-flame .main-container {
  justify-content: center;
  align-items: center;
}
/*========= toppage content ===============*/
.main-content{
	position: relative;
}
/* ---top btn pagetop--- */
.pagetop {
	cursor: pointer;
	position: fixed;
	z-index: 99;
	right: 30px;
	bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: .3s;
	color: var(--accent-beige-light);
	background: var(--base-beige);
	background: var(--orange-color);
	/*   デフォルトは非表示*/
	display: none;
}
.pagetop:hover {
	box-shadow: 0 0 10px var(--orange-color);
}



/* ---con1--- */
.con1{
	position: relative;
	font-weight: 800;
}
.con1 .svg-anm_1{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	width: 20%;
}
.con1 .svg-anm_2{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 20%;
}
.con1 .svg-anm_2,
.con1 .svg-anm_1 {
	width: 50%;
	height: 30%;
}
.con1 .photo .frame1 {
	top: -10%;
	width: 215px;
}
.con1 .photo .frame2 {
	bottom: -10%;
	width: 120px;
}
.con1 .text::-webkit-scrollbar {
	height: 5px;
}
.worksbox {
	position: relative;
}
.worksbox .photo{
	z-index: -1;
	width: 100%;
	height: 100%;
}
/*スクロールバーの動く部分*/
.con1 .text::-webkit-scrollbar-thumb {
	width: 4px;
	border-radius: 4px;
}
/* ---main.page--- */
main.page .entry-content section {
	padding: 100px 0;
}
main.page .entry-content .title {
	padding: 20px;
}
/* ---con2--- */
.con2 {
	margin-top: 150px;
}
.con2 img {
	border-radius: 15px 0 0 15px;
}
/* ---con3--- */
.con3 {
	margin-top: 150px;
	padding-bottom: 250px;
}
.con3 .uk-slider{
	cursor: grab;
}
.con3 .uk-slider:active {
	cursor: grabbing;
}
.con3 .uk-slider-container {
	overflow: visible;
}
.con3 .uk-card {
	margin-top: 0;
}
.con3 .uk-card .container{
	/*border-radius: 20px;
	background-color: var(--base-color);
	overflow: hidden;*/
	color: var(--black);
	pointer-events: none;

	border: solid #ccc 20px;
	width: 300px;
  height: 300px;
	display: inline-block;
	border-image: url(../images/parts/ラクガキボックス.svg) 100 fill / 50px / 0px;
	position: relative;
}


.con3 img {
	position: relative;
	z-index: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	aspect-ratio: 1 / 1;
}
.con3 .uk-card .container::before {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	box-shadow: 0 12px 18px rgba(0, 0, 0, 0.3),0 12px 1px rgba(0, 0, 0, 0.6);
	aspect-ratio: 1 / 1;
}
/* スクロールダウンの位置 */
.scroll {
	position: relative;
	padding-top: 15px;
}
/* 線のアニメーション部分 */
.scroll::before {
	animation: scroll 2s infinite;
	background-color: #000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	margin-left: 0;
	position: absolute;
	right: 0;
	width: 100px;
	z-index: 2;
}
/* 線の背景色 */
.scroll::after {
	background-color: #ccc;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	margin-left: 0;
	position: absolute;
	right: 0;
	width: 100px;
}
.scroll svg {
	animation: scroll-ICON 2s infinite;
	margin: auto;
	margin-left: 0;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 3;
}
/* 線のアニメーション */
@keyframes scroll {
	0% {
		transform: scale(0, 1);
		transform-origin: 100% 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 100% 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	100% {
		transform: scale(0, 0);
		transform-origin: 0 0;
	}
}
@keyframes scroll-ICON {
	0% {
		transform: translateX(100px);
		opacity: 0;
	}
	50% {
		transform: translateX(0px);
		opacity: .8;
	}
	51% {
		transform: translateX(0px);
		opacity: .8;
	}
	100% {
		transform: translateX(-50px);
		opacity: 0;
	}
}
/* ---confinal--- */
.confinal {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--dark-board-color);
	color: var(--light-gray-color);
}
.confinal::before {
	content: "";
	background-image: url(../images/parts/木材.svg);
	width: 100vw;
  z-index: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  position: absolute;
  background-repeat: repeat-x;
  background-size: contain;
}
.confinal table {
	border: solid #ccc 50px;
	display: inline-block;
	padding: 30px;
	border-image-source: url(../images/parts/チョークボックス.png);
	border-image-slice: 100;/*画像を9つの領域に分割する*/
	border-image-width: 50px;/* 画像が表示される領域の幅を指定*/
	border-image-outset: 0px;/* 画像が枠線からはみ出す幅を指定*/
	border-image-repeat: round;/* 画像の辺領域での表示方法を指定*/
	/* 下記と同じ意味です。
	border-image: url(../images/parts/チョークボックス.png) 100 / 50px / 0px round;*/
}
.confinal .table1 td {
	border-image: url(../images/parts/チョークボックス.png) 100 / 50px / 0px round;
	border-image-width: 0px 0px 5px 0px;
}
/* ---box-2--- */
.box-2 {
	position: relative;
	padding: 100px 0;
	color: var(--base-color);
	background-color: transparent;
}
.box-2::before {
	content: "";
	background-color: var(--accent-color);
	color: var(--base-color);
	border-radius: 0 100px;
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.box-2 .main-container {
	position: relative;
	z-index: 1;
}
.box-2:last-child::before {
	border-radius: 0 100px 0 0%;
}
.box-2:first-child::before {
	border-radius: 0 0 0 100px;
}
/* ---main-title---- */
.main-title_1 {
	position: relative;
}
.main-title_1 h2 {
	font-size: 2.5rem;
	font-weight: bold;
	/*position: relative;*/
	padding-left: 140px;
	padding-top: 60px;
	padding-bottom: 30px;
}
.main-title_1 h2::before {
    content: attr(data-tip);
    display: inline-block;
    font-family: var(--font-en);
    font-weight: 400;
    font-style: normal;
    font-size: 180%;
    color: var(--accent-color);
    transform: rotate(347deg);
    letter-spacing: 10px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: -1;
    white-space: nowrap;
}
/* ---title_1--- */
.title_1 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 0;
}
.title_1 h2 {
	font-family: var(--font-title);
	font-weight: 400;
	width: fit-content;
	letter-spacing: 0.1em;
	line-height: 1;
	display: inline-block;
	font-size: 2.2rem;
	text-align: left;
	z-index: 0;
}
.title_1::after,.title_1::before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	width: 150px;
	height: 50px;
	background-size: 100%;
	background-position: center;
}
.title_1::after {
	transform: scale(-1, 1);
}
/* ---title_2--- */
.title_2{
	display: flex;
	align-items: center;
  justify-content: flex-start;
	flex-direction: column;
	padding: 20px 0;
}
.title_2 h2 {
  font-family: var(--font-title);
  font-weight: 400;
  width: 100%;
  letter-spacing: 0.15em;
	line-height: 1.5;
	display: inline-block;
	font-size: 2.2rem;
	text-align: center;
  z-index: 0;
}
.title_2::before {
	content: attr(data-tip);
	display: inline-block;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}



/*========= footerのCSS ===============*/
footer{
	display: block;
	/*background: linear-gradient(to top, #fffccc, 80%,#007bbd00);*/
	color: #eee;
	background: #8c6f6d;
	background: var(--accent-color);
	z-index: 2;
  position: relative;
}
footer .main-container{
	padding-top: 50px;
	padding: 40px 20px;
}
/* ---iconmenu--- */
.iconmenu .menu-image-title-after.menu-image-title {
  display: none;
}
.iconmenu #nav{
	display: flex;
	padding: 0;
}
.iconmenu .dashicons, .dashicons-before:before {
	width: 2rem;
  height: 2rem;
  font-size: 2rem;
}
/* ---.footA--- */
.footA{
	display: block;
	text-align: center;
	/*border-left: solid 8px;
	padding-left: 15px;*/
}
.footA img{
	width: 20em;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.footA p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1rem;
}
.footA a{
	color: inherit;
	text-decoration: none;
}
.footA-2 {
	margin-top: 0;
}
/* ---.footB--- */
.footB{
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	justify-content: center;
}
.footB ul {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
	justify-content: flex-start;
}
.footB ul.sub-menu {
	flex-flow: column;
}
.footB ul li a,.footB .nav li p {
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	line-height: 2.8;
	text-decoration: none;
	font-weight: bolder;
	box-sizing: border-box;
	border-bottom: solid 1px currentColor;/*solid=実線 currentColor=文字と同じ色*/
	width: calc(60vw/5);
}
.footB ul li ul li a {/*layer-2▷*/
	border-bottom: none;
	font-weight: lighter;
	font-weight: 200;
}
.footB ul li a:hover {
	opacity: 0.7;
}
/* ---.footC--- */
.footC {
	margin-bottom: 20px;
	text-align: center;
}
.footC a{
	padding: 10px;
	color: #fff;
	color: var(--base-color);
	font-size: 16px;
	text-decoration: none;
}
.footC p{
	margin: 5px 10px;
}
.footC button{
  vertical-align: middle;
  color: inherit;
	color: var(--black);
	border: none;
  padding: 0;
  margin: 50px;
  border-radius: 0;
  text-align: center;
}
.copywright{
	font-size: 12px;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
}
/*========= page ===============*/
div.main-container.block {
	display: block;
	position: relative;
}



/*========= .accordion ===============*/
.accordion-1 {
	position: relative;
  width: 80%;
  margin: auto;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
	background-color: #fff;
}
details.accordion-1::details-content {
	transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
	height: 0;
	opacity: 0;
	overflow: clip;
	border-radius: 5px;
	box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
	background-color: #fff;
}
.accordion-1:first-child:after {
	position: absolute;
  content: "";
  width: 80px;
  height: 40px;
  background-image: url(../images/parts/click.svg);
	background-repeat: no-repeat;
	background-size: contain;
  top: -40px;
  right: 0px;
  transform: rotateZ(10deg);
}
/* --------アコーディオンの中身のスタイル（開いている時）-------- */
details.accordion-1[open]::details-content {
	opacity: 1;
}
/* アコーディオンが開いた時のスタイル */
.accordion-1 summary {
	display: grid;
	grid-template-columns: auto 1fr auto 24px;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em;
	font-weight: 600;
	color: #333333;
	cursor: pointer;
}
.accordion-1 summary>* {
	margin: 0;
	line-height: 1;
}
.accordion-1.QandA summary {
	grid-template-columns: 24px .3fr 1fr auto 24px;
}
.accordion-1 summary::-webkit-details-marker {
	display: none;
}
.accordion-1.QandA summary::before {
	content: 'Q';
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30%;
	background-color: var(--accent-beige-light);
}
.accordion-1 summary::after {
	margin-left: 25px;
	transition: transform .3s;
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--text-dark-color);
	border-right: 2px solid var(--text-dark-color);
	transform: rotate(135deg) translateY(5px);
	transform-origin: center;
}
.accordion-1[open] summary::after {
	transform: rotate(315deg);
}
@supports (interpolate-size: allow-keywords) {
	:root {
		interpolate-size: allow-keywords;
		/* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
	}

	details[open]::details-content {
		height: auto;
	}
}
@supports not (interpolate-size: allow-keywords) {
	details[open]::details-content {
		height: 150px;
		overflow-y: scroll;
		/* 溢れる場合はスクロール可能にする */
	}
}
/* --------アコーディオンの中身のスタイル-------- */
.accordion-1 .content {
	box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
	background-color: #fff;
	padding: 1em 2em;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.accordion-1.QandA .content>*:first-child:before {
	content: 'A';
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30%;
	background-color: var(--accent-color);
	color: var(--base-color);
}
.accordion-1 p {
	color: #333333;
}
.accordion-1 .cat {
	position: relative;
  background-color: var(--wp--preset--color--luminous-vivid-amber);
  border-radius: 86% 92% 100% 100% / 73% 64% 100% 86%;
  padding: 5px 10px 8px;
  /*color: var(--base-color);*/
}
.accordion-1:nth-of-type(even) .cat {
	border-radius: 76% 61% 92% 51% / 57% 80% 72% 91%;
}

/*========= 404 ===============*/
.small-mainimages .title h2 span.error {
	font-family: var(--font-main);
	font-size: 1.2rem;
}
.text#planetext.error {
	padding: 50px 20px;
	min-height: 410px;
}



/*============= calendar ============*/
/*カレンダータイトル*/
.tablecalendar h4 {
	text-align: center;
	font-size: 1.2rem;
	color: var(--base-color);
	height: 5%;
	height: 15%;
	display: flex;
}
.tablecalendar h4 a {
	display: block;
}
.tablecalendar h4 a:hover {
	opacity: 0.5;
}
/*カレンダー枠*/
.tablecalendar {
	border-radius: 15px;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
/*カレンダー中身*/
#wp-calendar td,
#wp-calendar th {
	text-align: center;
	color: #000;
}
#wp-calendar th {
	color: var(--accent-color);
}
#wp-calendar small {
	font-size: 80%;
}
#wp-calendar {
	border: solid 1px var(--accent-color);
}
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	border: solid 0px #d3adaa26;
	border-bottom: dotted 1px var(--accent-color);
	border-right: dotted 1px var(--accent-color);
	display: flex;
}
#wp-calendar td {
	padding: 0 3px;
}
#wp-calendar {
	width: 100% !important;
	height: 95%;
}
#wp-calendar thead {
	height: 20px;
}
#wp-calendar thead th {
	justify-content: center;
}
#wp-calendar tbody {
	height: calc(100% - 20px);
}
tbody tr {
	height: calc(100% / 5);
}

/*日別アーカイブリンク*/
.marker {
	text-align: center;
	/*writing-mode: vertical-rl;*/
	text-orientation: upright;
}
.marker p {
	font-size: .85rem;
	line-height: 1.2em;
}
.calendar_column {
	display: block;
	background-color: var(--light-gray-color);
	height: 85%;
}
.calendar_column tbody {
	display: flex;
	width: 100%;
	height: 100%;
	overflow-x: scroll;
}
.calendar_column tr {
	border: solid 0px #d3adaa26;
	border-right: dotted .5px var(--accent-color);
	height: 100%;
}
.calendar_column td {
	width: 90px;
	height: 15%;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border: solid 0px #d3adaa26;
	border-bottom: dotted 1px var(--accent-color);
}
.calendar_column td.content {
	height: 180px;
	height: 70%;
	border-bottom: none;
	padding: 5px 1px;
}
tr.week0 td:not(.content),
td.holiday {
	color: #c56464;
}
tr.week6 td:not(.content) {
	color: #6295c1;
}
tr.today {
	border: solid 1px #c70909;
}
.today td:first-of-type {
	background-color: #000 !important;
	color: white;
}
.calendar_column tbody::-webkit-scrollbar,
.calendar_column tbody::-webkit-scrollbar-track-piece {
	height: 6px;
}
.next,
.prev {
	position: relative;
	transition: all 1s;
	display: block;
}
.next:hover {
	transform: translateX(15px);
}
.prev:hover {
	transform: translateX(-15px);
}
.next::before {
	content: "";
	position: absolute;
	right: -50px;
	bottom: 10px;
	width: 20px;
	height: 2px;
	background: var(--base-color);
	transform: rotate(20deg);
}
.next::after {
	content: "";
	position: absolute;
	right: -50px;
	width: 50px;
	height: 5px;
	bottom: 7px;
	border-bottom: 2px solid var(--base-color);
}
.prev::before {
	content: "";
	position: absolute;
	left: -50px;
	bottom: 10px;
	width: 20px;
	height: 2px;
	background: var(--base-color);
	transform: rotate(340deg);
}
.prev::after {
	content: "";
	position: absolute;
	left: -50px;
	width: 50px;
	height: 5px;
	bottom: 7px;
	border-bottom: 2px solid var(--base-color);
}
/*============= form ============*/
form{
  background: var(--base-baige-light);
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea ,select{
  padding: 5px 10px;
  border: none;
	border-bottom: solid 1px var(--dark-gray-color);
  border-radius: 3px;
}
select,textarea{
  border: solid 1px var(--dark-gray-color);
}
.required {
  color: var(--text-red-color);
  width: fit-content;
  white-space: nowrap;
  background: var(--base-color);
	border-radius: 1rem;
	padding: 1px 10px 5px;
	padding: 1px 4px 2px;
	padding: 0px 3px 1px;
}
.mw_wp_form_complete .thank-you {
	background-color: var(--base-baige-light);
	padding: 10px;
	border-radius: 5px;
}
.card {
  width: 100%;
	padding-bottom: 40px;
}
.inputBox {
  display: flex;
  flex-direction: column-reverse;
	align-items: left;
	justify-content: flex-start;
	margin-bottom: 35px;
}
.inputBox:last-of-type{
  margin: 0;
}
.inputBox div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
span.mwform-zip-field {
	display: flex;
  width: min-content;
	align-items: center;
}
span.mwform-zip-field input{
	width: 4rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: var(--orange-color);
}
:focus-visible {
  outline: var(--orange-color) auto 1px;
}
/*
input[type="submit"] {
	font-family: 'Ropa Sans', sans-serif;
	color: white;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05rem;
	border: 1px solid #0E1822;
	padding: 0.8rem 2.1rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23FF4655 %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-color: #0E1822;
	background-size: 200%;
	background-position: 200%;
	background-repeat: no-repeat;
	transition: 0.3s ease-in-out;
	transition-property: background-position, border, color;
	position: relative;
	z-index: 1;
}
input[type="submit"]:hover {
	border: 1px solid var(--passion-color);
	color: var(--base-color);
	background-position: 40%;
}
input[type="submit"]:before {
	content: "";
	position: absolute;
	background-color:  var(--dark-main-color);
	width: 0.2rem;
	height: 0.2rem;
	top: -1px;
	left: -1px;
	transition: background-color 0.15s ease-in-out;
}
input[type="submit"]:hover:before {
	background-color: var(--base-color);
}
input[type="submit"]:hover:after {
	background-color: var(--base-color);
}
input[type="submit"]:after {
	content: "";
	position: absolute;
	background-color: var(--accent-color);
	width: 0.25rem;
	height: 0.25rem;
	bottom: -1px;
	right: -1px;
	transition: background-color 0.15s ease-in-out;
}*/
.button-borders {
	position: relative;
	width: fit-content;
	height: fit-content;
}
.button-borders:before {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -0.25em;
	top: -0.25em;
	border: 1px solid var(--dark-main-color);
	border-bottom: 0px;
}
.button-borders:after {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -0.25em;
	bottom: -0.25em;
	border: 1px solid var(--dark-main-color);
	border-top: 0px;
	z-index: 0;
}
.shape {
	fill: var(--dark-main-color);
}