@charset "UTF-8";
/*右のメニュー*/
/*キャラ枠*/

.content2Wrap{
  position: relative;
  width: 100%;
  height: 0;
  z-index: 9998;
}
.content2Wrap .logoWrap{
  transition: 0.5s;
  filter: brightness(1) invert(0);
}

.content2{
  transition: 0.5s;
  filter: brightness(1) invert(0);
}

@media screen and (min-width:769px){
.content2Wrap.crossing .logoWrap{
  filter: brightness(0) invert(1);
}
header:has(.content2Wrap.crossing) .content2{
  filter: brightness(0) invert(1);
  /*mix-blend-mode: difference;*/
}}

/*チェックボックスの設定*/
label {
  display: block;
  cursor :pointer;
}

input {
  display: none;
}

/*キャラ移動アニメーション*/
.wrapBox{
  width:100%;
  overflow: hidden;
}

#wrap {
  position:relative;
  height:auto;
}

.object span {
  position:absolute;
  -webkit-transition: all 5s ease;/*アニメーションの変化*/
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
  z-index: 9999;
}

.object{
  width: 100%;
  overflow: hidden;
  background-color: aqua;
}

/*キャラスタートの位置*/
.pos0 {
  top:35px;
  right:160px;
}

.pos1 {
  top:500px;
  left:200px;
}
.pos2 {
  top:1000px;
  left:400px;
}
.pos3 {
  top:1500px;
  left:200px;
}

/*キャラ*/
.object .pos0 img,.object .pos1 img,.object .pos2 img,.object .pos3 img{
  width: 55px;
  height: 53px;
}

/*js キャラスタートの位置*/
.jspos0 {
  top:35px;
  right:160px;
}

.jspos1 {
  top:500px;
  left:200px;
}
.jspos2 {
  top:1000px;
  left:400px;
}
.jspos3 {
  top:1500px;
  left:200px;
}
.jspos4 {
  top:2000px;
  left:400px;
}
.object span.jsposE{
	position: fixed;
	top: 50px;
	right: 200px;
}

/*キャラ*/
.object img{
  width: 55px;
  height: 53px;
}
/*====================
　　右上メニュー
=======================*/


/*右上のコンテンツ*/
.content2{
  position: fixed;
  z-index: 9997;
  top: 25px;
  right: 60px;
}

.content2 ul li,.nomal label{
  height:0.75rem ;/*!important*/
  letter-spacing: 0.05rem;
  margin-bottom: 13px;/*!important*/
}

.nomal label p{
font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 700;
font-size: 0.8rem;
letter-spacing: 0.05rem;
height: 30px;
}

.content2 ul li a {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  height: 30px;
}

/*====================
　　　　メニュー
=======================*/

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

/*メニュー全体*/
#slideWrap {
  position: fixed;
  z-index: 9999;
  opacity: 1;
  background: #533833;
  width: 370px;
  height:auto;
  padding-bottom: 300px;
  top:0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  padding-top: 55px;
  display: block;
  transition: .5s ease-in-out;/*滑らかに表示*/
  transform: translateX(330px);
}

/* チェックボックスは非表示 */
#trigger {
  display: none;
}

/*茶色帯クリックで移動*/
#trigger:checked ~ label #slideWrap {
  transform: translateX(0);
}

/*===アコーディオンメニュー===*/

.slideWrap ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion{
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li{
  height: 1.9rem;
  opacity: 1;
  overflow-x: hidden;
}

/*三本線アイコン*/
#line1,#line2,#line3 {
  display: block;
  position: absolute;
  height: 1px;/*線の太さ*/
  width: 18px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  content: '';
  cursor: pointer;
  left:10px;
  transition: 0.3s;
}

  /*1番目の線*/
#line1 {
  top:30px;
}

  /*2番目の線*/
#line2 {
  top:37px;
}

  /*3番目の線*/
#line3 {
  top:44px;
}

/*閉じる用アイコン*/

#trigger:checked ~ label #slideWrap #line1 {
  transform:rotate(45deg);
  top: 37px;
  background: #fff;
}

#trigger:checked ~ label #slideWrap #line2 {
   opacity:0;
}

#trigger:checked ~ label #slideWrap #line3 {
  transform:rotate(-45deg);
  top: 37px;
  background: #fff;
}
/*menuの文字*/
.underLinkIcon{
  color: white;
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 400;
  display: block;
  letter-spacing: 0.2em;
}
/*DESIGN COLLECTION*/
.slideWrap div{
  margin:60px 30px 15px 45px;
  border: solid 1.4px #fff;
}

.slideWrap h4 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 400;


  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.4rem;
  padding-left: 0.4rem;
}

/*3つの小見出し*/
.slideWrap h5 {
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 400;


  font-size: 1rem;
  letter-spacing: 0.3rem;
  padding-left: 30px;
  padding:10px 3px 5px 45px; 
}

.slideWrap h5:hover{
  color: #C2DDD3;
}

/*メニューの小さい文字*/
.slideWrap ul li a{
  color: #fff;
  font-size: 0.9rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 300;


  padding-left: 80px;
  width: 100%;
  display: block;
  background-color: #533833;
}

/*メニューの小さい文字読んだ後の色*/
.slideWrap ul li a:visited{
  color:#C2DDD3;
}

/*---区切り線---*/
.dash{
   border: dashed 0.5px #fff;
  margin:13px 30px 0 45px; 
}

/*左のhoverの罫線*/
.slideWrap ul li a:hover::before{
  content: url("../img/circleLine.svg");
  padding-left: 0;
  display: inline-block;
  width: 30px;
  height: 1.9rem;
  vertical-align: 0.28rem;
  margin-left: -35px;
  padding-right: 5px;
  margin-top: -1rem;
}

.slideWrap ul li a:hover{
  color:#C2DDD3;
}
