@font-face {
   font-family: "myfont";
  src: url("fonts/Marker\ Felt.ttf") format("truetype");
}

.fixed-header{
  position: fixed;
  width: 100%;
  height: 20vw;
  transition: 2.5s;
  z-index: 15;
 /* background-color: #c6307a;
  padding-top:0 auto;
  padding-bottom:0 auto;
  padding-left:3vw;
  top:0vw;
  left:0vw;*/
     /* 市松模様の背景 */
    background-image: 
        linear-gradient(45deg, #b91b21 25%, transparent 25%),
        linear-gradient(-45deg, #b91b21 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #b91b21 75%),
        linear-gradient(-45deg, transparent 75%, #b91b21 75%);
    background-size: 30px 30px;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    background-color: #241c3a;
    
    /* ヘッダーの基本スタイル */
    padding: 15px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


.line:nth-of-type(1) {
  top: 18%;
  position:absolute;
}

.line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.line:nth-of-type(3) {
  bottom: 0;
  top:70%;
  position: absolute;
}

.hamburger-menu {
  cursor: pointer;
}

.hamburger-menu.active > .line:nth-of-type(1) {
  top: 18%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger-menu.active > .line:nth-of-type(2) {
  display: none;
  top: 50%;
  position: absolute;
}

.hamburger-menu.active > .line:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
  top:70%;
  position: absolute;
}

.menu-btn {
  /*position: fixed;
 
  display: flex;
  height:18vw;
  width:20vw;
  justify-content: center;
  align-items: center;
  z-index: 190;*/
   top: -2.3vw;
  right: -70vw;
   background-color: #b91b21;
    display: inline-block;
    position: relative;
    width: 65px;
    height: 65px;
    cursor: pointer;
    z-index: 1001;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
 /* content: '';
  display: block;
  height: 0.3vw;
  width: 7.5vw;
  border-radius: 1vw;
  background-color:#e0f1f4;
  position: absolute;*/
      content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #241c3a;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-btn span{
/*top:8vw;*/
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #241c3a;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.menu-btn span:before {
/*top: 2vw;*/
    top: -8px;

}
.menu-btn span:after {
/*top: 4vw;*/
  top: 8px;
}

#menu-btn-check {
    display: none;
}


#menu-btn-check:checked ~ .menu-btn span {
   background-color: transparent;
}
#menu-btn-check:checked ~ .menu-btn span::before {
 top: 0;
    transform: rotate(45deg);

}

#menu-btn-check:checked ~ .menu-btn span::after {
   top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
display: none;
}

.menu-content {
/*
top: 0;
left: 100%;
background-color: #c6307a;
transition: all 0.5s;
  font-size:15vw;*/
   font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
  z-index: 180;
width: 100%;
height: 1000%;
position: fixed;
  position: absolute;
    top: 100%;
    left: 0;
    background-color: #241c3a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
      /* メニューにも市松模様を適用（薄く） 
    background-image: 
        linear-gradient(45deg, rgba(198, 48, 122, 1) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(198, 48, 122, 1) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(198, 48, 122, 1) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(198, 48, 122, 1) 75%);
     background-size: 30px 30px;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;*/
}

.toukyu{
  width:50vw;
  position:absolute;
  left:25vw;
  top:auto;
}

@media screen and (min-width: 425px) {
  .toukyu {
    top: 58vh;
  }
}

@media screen and (min-width: 414px) and (max-width: 425px){
  .toukyu {
    top: 55vh;

  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .toukyu {
    top:50vh;
  }
}

@media screen and (max-width: 380px) {
  .toukyu {
    top: 50vh;
  }
}

.kouken{
  width:50vw;
  position:absolute;
  left:25vw;
  top:auto;
}

@media screen and (min-width: 425px) {
  .kouken {
    top: 70vh;
  }
}

@media screen and (min-width: 414px) and (max-width: 425px){
  .kouken {
    top: 67vh;

  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .kouken {
    top:65vh;
  }
}

@media screen and (max-width: 380px) {
  .kouken {
    top: 73vh;
  }
}


.menu-content a {
    display: block;
    padding: 15px 25px;
    color: #c6307a;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.menu-content a:hover {
    background-color: rgba(44, 85, 48, 0.1);
    padding-left: 35px;
}



#menu-btn-check:checked ~ .menu-content {
/*left: 0;/*メニューを画面内へ*/
   transform: translateY(0);
    opacity: 1;
    visibility: visible;
}


.menu-content ul {
/*padding: 35.0vw 1.5vw 0 1.5vw;*/
list-style: none;
    padding: 70px 40px;
}

.menu-content ul li {
border-bottom: solid 0.15vw #e0f1f4;
list-style: none;
}
.menu-content li:last-child {
    border-bottom: none;
}

.menu-content li {
    border-bottom: 1px solid rgba(44, 85, 48, 0.2);
}

.menu-content ul li a {
display: block;
width: 100%;
box-sizing: border-box;
color:#e0f1f4;
text-decoration: none;
padding: 3vw 3vw 5vw 1vw;
position: relative;
font-size:5vw;
z-index: 180;
}

.menu-content ul li a::before {
content: "";
width: 3.5vw;
height: 3.5vw;
border-top: solid 0.25vw #e0f1f4;
border-right: solid 0.25vw #e0f1f4;
transform: rotate(45deg);
position: absolute;
right: 4vw;
top: 5.2vw;
}



.nav-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 20vw;
  background-color: #e0f1f4;
  border: 1px solid #e0f1f4;
  opacity: 0;
  z-index:20;
}
.nav-menu.active {
  display: flex;
  animation: fadeIn 0.5s forwards;
}

.nav-menu a {
  text-decoration: none;
  color: #f225b8;
  padding: 3vw;
  margin: 3vw;
  font-size:3vw;

}



.infomation{
  font-size:5vw;
   margin-top:7vw;
   font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
}

.train{
  font-size:4vw;
   margin-top:2vh;
   margin-bottom:5vh;
   line-height:3.5rem;
   font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
border-bottom:#ffffff 1px solid;
width:90vw;
margin-left:5vw;
}

.train2{
  font-size:4vw;
   margin-top:2vh;
   margin-bottom:15vh;
   line-height:3.5rem;
  font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
border-bottom:#ffffff 1px solid;
width:90vw;
margin-left:5vw;
}

.fallback {
  font-family: "Yu Mincho", serif;
  font-weight: 700;
font-style: normal;
}

.yellow{
color:#D9B85A;
  display: inline-block;
    font-size:4vw;
      line-height:3.5rem;
  font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
}

.english{
   font-family: "myfont", sans-serif;
   font-weight: 400;
font-style: normal;
 display: inline-block;
}

.english2{
   font-family: "myfont", sans-serif;
   font-weight: 400;
font-style: normal;
 display: inline-block;
      color:#D9B85A;
}

.headline{
  display: inline-block;
    position: relative;
      color:#D9B85A;
}

.natsu{
  margin-left:2vw;
}

.headline span {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 24px;
}

.headline::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 90%;
  height: 7.8em; /* 必要に応じて調整 */
  background-image: url("line2_アートボード 1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

.headline2 {
  position: relative;
  display: inline-block;
    color:#D9B85A;
    white-space: nowrap;
}

.headline2 span {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 24px;
}

.headline2::before {
  content: "";
  position: absolute;
top:-45px;
  left: 2vw;
  width: 100%;
  height: 10.8em; /* 必要に応じて調整 */
  background-image: url("longline2_アートボード\ 1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

.frame {
  position: relative;
  width: 80vw;
  height: 50vh;
  clip-path: polygon(
    10% 0%, 90% 0%, 100% 10%, 
    100% 90%, 90% 100%, 10% 100%, 
    0% 90%, 0% 10%
  );
  border: 6px solid #B91B21;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 10vw;
  margin-top:15vw;
  background-color: #1b1231; /* 背景があった方がそれっぽい */
}

/* 斜め線（4つ） */
.frame::before,
.frame::after,
.frame .diagonal-line-1,
.frame .diagonal-line-2 {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  background-color: #B91B21;
  transform-origin: left center;
}

/* 左上 → 右上 斜め線 */
.frame::before {
  top: 55px;
  left:-17px;
  transform: rotate(-54deg);
}

/* 左下 → 右下 斜め線 */
.frame::after {
  bottom: -4px;
  right: -53px;
  transform: rotate(-54deg);
}

/* 右上 → 右下 斜め線 */
.frame .diagonal-line-1 {
  top: -5px;
  right: -52px;
  transform: rotate(54deg);
}

/* 左下 → 左上 斜め線 */
.frame .diagonal-line-2 {
  bottom: 45px;
  left: -9px;
  transform: rotate(54deg);
}



.sen{
  z-index:10;

}

.sen img{
  width:43vw; 
    position:absolute;
  right:20vw;
  top:auto;
}

@media screen and (min-width: 414px) {
  .sen img {
    top: 140vh;
  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .sen img {
    top:145vh;
  }
}

@media screen and (max-width: 380px) {
  .sen img {
    top: 149vh;
  }
}


/*
.sen2{
  z-index:10;

}

.sen2 img{
  width:43vw; 
    position:absolute;
  right:22vw;
  top:auto;
}

@media screen and (min-width: 414px) {
  .sen2 img {
    top: 230.5vh;
  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .sen2 img {
    top:245vh;
  }
}

@media screen and (max-width: 380px) {
  .sen2 img {
    top: 259.5vh;
  }
}*/



.fish{
  z-index:1;
}

.fish img{
  width:25vw;
  position:relative;
 margin-left:75vw;
  opacity:0.5;
  margin-top:-6vh;
}

.fish2{
  z-index:1;
}

.fish2 img{
  width:13vw;
  position:absolute;
  left:5vw;
  opacity:0.5;
  top:auto;
}

@media screen and (min-width: 414px) {
  .fish2 img {
    top: 1440px;
  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .fish2 img {
    top:172.5vh;
  }
}

@media screen and (max-width: 380px) {
  .fish2 img {
    top: 179vh;
  }
}


.fish3{
  z-index:1;
}

.fish3 img{
  width:auto;
  position:relative;
  margin-left:75vw;
  margin-top:1vh;
  opacity:0.5
}

@media screen and (min-width: 425px) {
  .fish3 img {
        width:18vw;
  }
}

@media screen and (min-width: 414px) and (max-width: 425px){
  .fish3 img {
     width:18vw;
  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .fish3 img {
        width:18vw;
  }
}

@media screen and (max-width: 380px) {
  .fish3 img {
        width:20vw;
  }
}

.fish4{
  z-index:1;
}

.fish4 img{
  width:20vw;
  position:relative;
  margin-left:5vw;
    transform: scaleX(-1);
  opacity:0.5
}
/*
@media screen and (min-width: 425px) {
  .fish4 img {
    top: 249vh;
  }
}

@media screen and (min-width: 414px) and (max-width: 425px){
  .fish4 img {
    top: 255vh;
  }
}


@media screen and (min-width: 381px) and (max-width: 413px) {
  .fish4 img {
    top:285vh;
  }
}

@media screen and (max-width: 380px) {
  .fish4 img {
    top: 303vh;
  }
}*/


.fish5{
  z-index:1;
}

.fish5 img{
  width:15vw;
  position:absolute;
  right:5vw;
    transform: scaleX(-1);
  top:auto;
  opacity:0.5
}

@media screen and (min-width: 414px) {
  .fish5 img {
    top: 209vh;
  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .fish5 img {
    top:206vh;
  }
}

@media screen and (max-width: 380px) {
  .fish5 img {
    top: 234vh;
  }
}


.fish6{
  z-index:1;
}

.fish6 img{
  width:17vw;
  position:relative;
  margin-left:8vw;
  opacity:0.5
}
/*
@media screen and (min-width: 425px) {
  .fish6 img {
    top: 405vh;
  }
}

@media screen and (min-width: 414px) and (max-width: 425px){
  .fish6 img {
    top: 409vh;
  }
}


@media screen and (min-width: 381px) and (max-width: 413px) {
  .fish6 img {
    top:478vh;
  }
}

@media screen and (max-width: 380px) {
  .fish6 img {
    top: 502vh;
  }
}*/

.fish7{
  z-index:1;
}

.fish7 img{
  width:17vw;
  position:relative;
  margin-right:8vw;
    transform: scaleX(-1);
  opacity:0.5
}
/*
@media screen and (min-width: 425px) {
  .fish7 img {
    top: 464vh;
  }
}

@media screen and (min-width: 414px) and (max-width: 425px){
  .fish7 img {
    top: 471vh;
  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .fish7 img {
    top:545vh;
  }
}

@media screen and (max-width: 380px) {
  .fish7 img {
    top: 579vh;
  }
}*/


.fish8{
  z-index:1;
}

.fish8 img{
  width:17vw;
  position:absolute;
  left:5vw;
  top:auto;
  opacity:0.5
}

@media screen and (min-width: 425px) {
  .fish8 img {
    top: 498vh;
  }
}

@media screen and (min-width: 414px) and (max-width: 425px){
  .fish8 img {
    top: 510vh;
  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .fish8 img {
    top:530vh;
  }
}

@media screen and (max-width: 380px) {
  .fish8 img {
    top: 643vh;
  }
}

.fish9{
  z-index:1;
}

.fish9 img{
  width:17vw;
  position:absolute;
  right:5vw;
    transform: scaleX(-1);
  top:auto;
  opacity:0.5
}

@media screen and (min-width: 425px) {
  .fish9 img {
    top: 498vh;
  }
}

@media screen and (min-width: 414px) and (max-width: 425px){
  .fish9 img {
    top: 510vh;
  }
}


@media screen and (min-width: 381px) and (max-width: 413px) {
  .fish9 img {
    top:530vh;
  }
}

@media screen and (max-width: 380px) {
  .fish9 img {
    top: 643vh;
  }
}

.yoko1 img{
  width:6.5vw;
  position:absolute;
  top:560vw;
  right:12vw;
}

.yoko2 img{
  width:6.5vw;
  position:absolute;
  top:560vw;
    left:12vw;
}

.yoko3 img{
  width:6.5vw;
  position:absolute;
  top:638vw;
  right:25vw;
}

.yoko4 img{
  width:6.5vw;
  position:absolute;
  top:638vw;
    left:25vw;
}

.yoko5 img{
  width:6.5vw;
  position:absolute;
  top:700vw;
  right:12vw;
}

.yoko6 img{
  width:6.5vw;
  position:absolute;
  top:700vw;
  left:12vw;
}



.insta{
  position:fixed;
  left:8vw;
  top:3.8vw;
  width:13vw;
  height:19vw;
    z-index: 1000;
}

.insta img{
   position:absolute;
  right:3vw;
  bottom:7.5vw;
  width:10vw;
  background-color: #e0f1f4;
border-radius: 10.5px;
}



.honey img{
   position:absolute;
    right: 0;
  width: auto;
  top:auto;
  z-index: 10;
      transform: rotate(180deg);
}

.honey2 img{
    position:absolute;
    left: 0;
  width: auto;
  top:auto;
  z-index: 10;
}

.honey{
  z-index:10;

}

.honey2{
  z-index:10;
}


@media screen and (min-width: 414px) {
  .honey img {
    top: 67.2vh;
    width:100vw;
  }
}


@media screen and (max-width: 380px) {
  .honey img {
    top: 52.1vh;
    width:100vw;
  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .honey img {
  top: 67.65vh;
    width:100vw;
  }
}


@media screen and (min-width: 414px) {
  .honey2 img {
    top: 3vh;
    width: 100vw;
  }
}

@media screen and (max-width: 380px) {
  .honey2 img {
    top: 5vh;
    width: 100vw;
  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .honey2 img {
    top: 3vh;
    width: 100vw;
  }
}


.sns{
width:15vw;
height:15vw;
  z-index:1;
}

  .twitter2{
    margin-right:5vw;
  }

  .insta2{
    margin-left:5vw;
  }

  .waku{
    width:85vw;
    margin-left:7.5vw;
  }
 
  footer {
    background-color: #c6307a;
    height:60vw;
    width:100%;
  position: relative;
  margin-top:35vw;
  color:#e0f1f4;
  }

  footer a{
    text-decoration: none;
    color:#e0f1f4;
  }

  .footer1 {
    color:#e0f1f4;
    position:absolute;
    left:5vw;
    top:3vw;
    font-size:3vw;
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
  }

  .footer2 {
   color:#e0f1f4;
    position:absolute;
    left:40vw;
    top:3vw;
    font-size:3vw;
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
  font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
  }

  .footer3 {
   color:#e0f1f4;
    position:absolute;
    left:40vw;
    top:15vw;
    font-size:3vw;
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
  }

  .footer4 {
   color:#e0f1f4;
    position:absolute;
    left:40vw;
    top:27vw;
    font-size:3vw;
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
  }

  .footer5 {
    color:#e0f1f4;
    position:absolute;
    left:40vw;
    top:39vw;
    font-size:3vw;
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
  }


  .footer1::before {
    color: #f8fdff;
    background-color: #f8fdff;
    content: "";
    height:1.5px;
    width:35px;
    margin-right:3vw;
    display: inline-block; /* 要素を表示 */
  }

  .footer2::before {
    color: #f8fdff;
    background-color: #f8fdff;
    content: "";
    height:1.5px;
    width:35px;
    margin-right:3vw;
    display: inline-block; /* 要素を表示 */
  }

  .footer3::before {
    color: #f8fdff;
    background-color: #f8fdff;
    content: "";
 height:1.5px;
    width:35px;
    margin-right:3vw;
    display: inline-block; /* 要素を表示 */
  }

  .footer4::before {
    color: #f8fdff;
    background-color: #f8fdff;
    content: "";
   height:1.5px;
    width:35px;
    margin-right:3vw;
    display: inline-block; /* 要素を表示 */
  }

  .footer5::before {
    color: #f8fdff;
    background-color: #f8fdff;
    content: "";
height:1.5px;
    width:35px;
    margin-right:3vw;
    display: inline-block; /* 要素を表示 */
  }



.logo img{
  text-align: center;
  position:absolute;
  width:80vw;
  top:auto;
  right:auto;
  z-index:10;
}

@media screen and (min-width: 414px) {
  .logo img {
    top: 32.2vh;
    width:80vw;
    right:6.5vw;
  }
}

@media screen and (max-width: 380px) {
  .logo img {
    top: 30vh;
    width:70vw;
    right:12.4vw;
  }
}

@media screen and (min-width: 381px) and (max-width: 413px) {
  .logo img {
top: 29vh;
    width:75vw;
    right:9.4vw;
  }
}






iframe{
  margin-top:5vw;
}

.info{
  color:#e0f1f4;
   font-size:5vw;
  font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
line-height:4rem;
width:80vw;
margin-top:-15vw;  
margin-left:10vw;
}

.yukata{
  color:#e0f1f4;
   font-size:4.5vw;
  margin-top:8vw;
font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
line-height:4rem;
text-align: center;
width:80vw;
margin-left:10vw;
}

.google{
  margin-top:15vw;
}

.info2{
  color:#e0f1f4;
    font-size:7vw;
    margin-top:35vw;
    margin-bottom:0vw;
}

.theme{
   position: relative;
  border-top:solid 3px #e0f1f4;
   border-bottom:solid 3px #e0f1f4;
   padding-top:3vw;
   padding-bottom:3vw;
   font-family: "ta-engeifude", sans-serif;
font-weight: 400;
font-style: normal;
  text-shadow:#B91B21 3px 3px 2px;
    margin-top:30vw;
    color:#e0f1f4;
      text-align: center;
    font-size:7vw;
}

.theme::before {
  content: "";
  position: absolute;
  left: 50px; /* 適宜調整 */
  top: 52%;
  transform: translateY(-50%);
  width: 25px;
  height:50px;
 background-image: url("bonbori_アートボード 1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* 右側の画像 */
.theme::after {
  content: "";
  position: absolute;
  right: 50px; /* 適宜調整 */
  top: 52%;
  transform: translateY(-50%);
  width: 25px;
    height:50px;
background-image: url("bonbori_アートボード 1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.theme2{
     position: relative;
  border-top:solid 3px #e0f1f4;
   border-bottom:solid 3px #e0f1f4;
   padding-top:3vw;
   padding-bottom:3vw;
align-items: center;
margin-right:auto;
margin-left:auto;
   font-family: "ta-engeifude", sans-serif;
font-weight: 400;
font-style: normal;
   text-shadow:#D9B85A  3px 3px 2px;
   text-align: center;
}

.theme2::before {
  content: "";
  position: absolute;
  left: 280px; /* 適宜調整 */
  top: 52%;
  transform: translateY(-50%);
  width: 25px;
  height:50px;
 background-image: url("bonbori_アートボード 1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* 右側の画像 */
.theme2::after {
     position: relative;
  content: "";
  position: absolute;
  right: 280px; /* 適宜調整 */
  top: 52%;
  transform: translateY(-50%);
  width: 25px;
    height:50px;
background-image: url("bonbori_アートボード 1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.theme3{
     position: relative;
  border-top:solid 3px #e0f1f4;
   border-bottom:solid 3px #e0f1f4;
   padding-top:3vw;
   padding-bottom:3vw;
   font-family: "ta-engeifude", sans-serif;
font-weight: 400;
font-style: normal;
   text-shadow:#55abdb  3px 3px 2px;
   text-align:center;
}


.theme3::before {
  content: "";
  position: absolute;
  left: 50px; /* 適宜調整 */
  top: 52%;
  transform: translateY(-50%);
  width: 25px;
  height:50px;
 background-image: url("bonbori_アートボード 1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* 右側の画像 */
.theme3::after {
  content: "";
  position: absolute;
  right: 50px; /* 適宜調整 */
  top: 52%;
  transform: translateY(-50%);
  width: 25px;
    height:50px;
background-image: url("bonbori_アートボード 1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

body{
   background-color: #241c3a;
}

.midashi{
    color:#e0f1f4;
    font-size:5vw;
    text-align:center;
    margin-top:-13vw;
    width:80vw;
    margin-right:auto;
    margin-left:auto;
    line-height:4rem;
  font-family: "ta-mincho-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(kabegami2.jpg);
    position: relative;
}

.slider-item01 > * {
  position: relative;
  z-index: 2;
}

.slider-item01::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(36,28,58, 0.5); /* ← 白いオーバーレイの透明度 */
  z-index: 1;
}

.slider-item02 {
    background:url(kabegami3.jpg);
    position: relative;
}

.slider-item02 > * {
  position: relative;
  z-index: 2;
}

.slider-item02::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(36,28,58, 0.5); /* ← 白いオーバーレイの透明度 */
  z-index: 1;
}

.slider-item03 {
    background:url(kabegami4.jpg);
      position: relative;
}

.slider-item03 > * {
  position: relative;
  z-index: 2;
}

.slider-item03::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(36,28,58, 0.5); /* ← 白いオーバーレイの透明度 */
  z-index: 1;
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
/*
.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #e0f1f4;
    border-right: 2px solid #e0f1f4;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}


.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:15px;/
    height:15px;
    display:block;
    border-radius:50%;
    background:#e0f1f4;
}

.slick-dots .slick-active button{
    background:#c6307a;
}*/

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the main element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd em font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd em font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent sub and sup elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}