@charset "utf-8";
/* CSS Document */

html,
body {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.arart {
  position: relative;
  z-index: 50;
  font-size: 1.1rem;
  margin: 50px 0;
}
.wrapper.sakaillumi {
  width: 100%;
  background: linear-gradient(#0c1128, #0e1127);
  color: #fff;
  /*   font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
  font-family: "fot-tsukuardgothic-std", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 3px;
}
img {
  width: 100%;
}
.titlebox img {
  width: auto;
  height: 100svh;
  margin: 0 auto;
  /* 	box-shadow:0px 0px 16px -6px rgba(225,225,225,0.6); */
}
.sakaillumi .titlebox {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100svh;
}
.wrapper.sakaillumi a {
  text-decoration: underline;
  color: #fff;
}
.wrapper.sakaillumi ul {
  list-style: none;
  padding: 0;
}
.sakaillumi .fl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  float: unset;
}
.wrapper.sakaillumi footer {
  text-align: center;
}
.wrapper.sakaillumi footer .copy {
  font-size: 0.8rem;
  padding: 40px 0;
}
/* .sakaillumi .titlebox {
  background: linear-gradient(rgba(5, 6, 10, 0), rgba(5, 6, 10, 0), rgba(10, 15, 34, 0.9)), url("../images/illumi21.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  text-align: center;
  position: relative;
} */
.wrapper.sakaillumi img.main-back {
  width: 88%;
  display: block;
  max-width: 1180px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.sakaillumi .titlebox .logo {
  width: 37%;
  max-width: 680px;
  min-width: 480px;
  position: absolute;
  top: 124px;
  z-index: 3;
  left: 50%;
}
.sakaillumi .titlebox h1 {
  width: 90%;
  padding-top: 52vh;
  margin: 0 auto 40px;
  position: relative;
  z-index: 3;
  max-width: 780px;
}
.sakaillumi .titlebox .sitelead {
  font-size: 1.7rem;
  margin: 0;
}
.sakaillumi .titlebox p,
.sakaillumi .titlebox ul {
  position: relative;
  z-index: 3;
}
.sakaillumi .titlebox .time {
  font-size: 1.4rem;
  margin: 0;
}
.sakaillumi .titlebox .anchorlink {
  max-width: 960px;
  margin: 40px auto 0;
  justify-content: space-between;
}
.sakaillumi .titlebox .anchorlink li {
  width: 24%;
}
.sakaillumi .titlebox .anchorlink a {
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 24, 0.9);
  padding: 1rem 0;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  height: 45px;
}
.sakaillumi .titlebox .anchorlink li:nth-child(3) a,
.sakaillumi .titlebox .anchorlink li:nth-child(4) a,
.sakaillumi .titlebox .anchorlink li:nth-child(7) a {
  padding: 1.5rem 0 0;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 20;
  right: 8%;
  top: 100px;
  width: 32px;
  height: 35px;
  cursor: pointer;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 15px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 17px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 17px;
}
.hamburger span:nth-child(2) {
  top: 27px;
}
.hamburger span:nth-child(3) {
  top: 37px;
}
.hamburger:after {
  content: "メニュー";
  font-size: 0.7rem;
  position: absolute;
  left: 9px;
  bottom: 5px;
  color: #001311;
  letter-spacing: -1px;
  width: 45px;
  font-weight: bold;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 23px;
  left: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active:after {
  bottom: 5px;
  content: "閉じる";
  left: 11px;
}
nav.globalMenuSp {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-120%);
  transition: all 0.6s;
  width: 100%;
  overflow-y: scroll;
}
nav.globalMenuSp {
  background-color: #001311;
  height: 100vh;
  color: #fff;
}
nav.globalMenuSp .menuinnner .logobox div {
  width: 70%;
  margin-left: 30%;
}
nav.globalMenuSp .menuinnner {
  max-width: 1180px;
  margin: 100px auto 0;
  justify-content: space-between;
}
nav.globalMenuSp .menuinnner .logobox,
nav.globalMenuSp .menuinnner ul {
  width: 40%;
}
nav.globalMenuSp .menuinnner ul ul {
  width: 100%;
}
nav.globalMenuSp .menuinnner .logobox img {
  margin-top: -18px;
}
nav.globalMenuSp .menuinnner .logobox h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
nav.globalMenuSp .menuinnner .logobox .date {
  font-size: 1.2rem;
}
nav.globalMenuSp .menuinnner .logobox .time {
  font-size: 1.1rem;
}
nav.globalMenuSp .menuinnner ul {
  text-align: left;
}
nav.globalMenuSp .menuinnner ul ul {
  display: block;
  padding-left: 20px;
}
nav.globalMenuSp .menuinnner ul li {
  line-height: 2.2;
}
nav.globalMenuSp .menuinnner ul li.listtit {
  font-size: 1.1rem;
  margin-bottom: 40px;
}
nav.globalMenuSp .menuinnner ul li:last-child {
  margin-top: 80px;
  width: 72%;
}
nav.globalMenuSp .menuinnner ul li a {
  color: #fff;
  text-decoration: none;
}
nav.globalMenuSp .menuinnner ul li li {
  font-size: 0.9rem;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
section.illumibox {
  max-width: 1080px;
  margin: 0 auto 120px;
  text-align: center;
}
.illumibox .sectiontit {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 90px;
  margin-top: 120px;
  position: relative;
}
.illumibox .sectiontit:after {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  border-bottom: 4px solid #fff;
  border-radius: 2px;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0);
}
.map {
  margin-bottom: 70px;
}
.illumibox .sectionlead {
  line-height: 2.3;
  margin-bottom: 50px;
}
.illumibox .eventtable {
  border-top: 1px solid rgba(138, 147, 173, 0.6);
  width: 90%;
  margin: 80px auto;
}
.illumibox .eventtable dt {
  width: 32%;
  border-bottom: 1px solid rgba(138, 147, 173, 0.6);
  padding: 1rem 0;
}
.illumibox .eventtable dd {
  width: 68%;
  text-align: left;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(138, 147, 173, 0.6);
  margin: 0;
}
.illumibox .eventtable dd a {
  color: #fff;
}
.illumibox .eventimg {
  justify-content: center;
}
.illumibox .eventimg li {
  width: 31%;
  margin: 0 10px 30px;
}
.illumibox h3 {
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: #fff33f;
  width: 100%;
}
button.pcBlock {
  border-radius: 32px;
  padding: 2px 13px;
}
ul.contest-photo {
  display: flex;
  width: 88%;
  margin: 0 auto 80px;
  justify-content: space-between;
  flex-flow: row wrap;
}
ul.contest-photo li {
  width: 48%;
}
.illumibox h4 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.illumibox h4.yellow {
  color: #fff33f;
}
.illumibox a.btn.yellow {
  background: #fff33f;
  color: #111;
  border: none;
  width: 100%;
  padding: 0.7rem 0;
}
.illumibox .oubobtns {
  width: 56%;
  margin: 0 auto 120px;
  justify-content: space-between;
}
.illumibox .oubobtns li {
  width: 47%;
}
.illumibox .oubobtns li p {
  font-size: 94%;
}
.illumibox a.btn {
  border: 3px solid #bcc1d0;
  width: max-content;
  display: block;
  padding: 0.7rem 4rem;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin: 0 auto;
  text-decoration: none;
}
.oubo p {
  font-size: 122%;
  line-height: 1.7;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.oubo p span {
  font-size: 14px;
  letter-spacing: 0px;
}
.illumibox h4.line {
  margin-top: 60px;
  position: relative;
  margin-bottom: 60px;
}
.illumibox h4.line:after {
  border-bottom: 2px solid #fff;
  height: 2px;
  width: 3rem;
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translate(-50%, 0);
}
h4.line-sec {
  margin-top: 60px;
  position: relative;
  margin-bottom: 10px;
}
h4.line-sec:after {
  border-bottom: 2px solid #fff;
  height: 2px;
  width: 3rem;
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.illumibox h5 {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.illumibox .shoplist {
  margin-bottom: 80px;
}
.illumibox .shoplist li {
  width: 225px;
  margin-right: 20px;
  background-color: #fff;
  padding: 8px;
  margin-bottom: 20px;
}
.illumibox .shoplist li a {
  text-decoration: none;
}
.illumibox .shoplist li:nth-child(4n) {
  margin-right: 0;
}
.illumibox .shoplist li a {
  color: #122a66;
}
.illumibox .shoplist li a:hover {
  text-decoration: none;
}
.illumibox .shoplist li h6 {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 10px 0;
}
.illumibox .shoplist li h6 span {
  font-size: 1.1rem;
  letter-spacing: 0px;
}
.illumibox .shoplist li p {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-align: left;
}
.illumibox .shoplist li p.more {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 10px;
  color: #122a66;
  font-weight: bold;
  text-decoration: underline;
}
.illumibox h3.market {
  margin-top: 120px;
  font-size: 2.1rem;
  color: #fff;
}
.illumibox .oubobtn a.btn {
  padding: 0.7rem 3rem;
}
.illumibox .kyosan {
  margin-bottom: 100px;
}
.illumibox .kyosan li {
  width: 33.3333%;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}
.illumibox .kyosan2 li {
  width: 50%;
}
.illumibox h3.borderno {
  padding-top: 0px;
}
.illumibox h3.borderno:before {
  content: "";
  border: none;
}
.illumibox .map img {
  background-color: #1a1a1a;
}
.illumibox .img80 {
  width: 75%;
  margin: 0 auto;
}
h6.ma10 {
  margin-bottom: 8px;
}
section#i3 {
  margin-bottom: 200px;
  background: url(../images/photocon-bg_02.png) repeat-y;
  background-size: contain;
  background-position: left bottom 10px;
  position: relative;
}
section#i3 .sectiontit {
  padding-top: 66px;
  position: relative;
  margin-top: 0;
  color: #fff33f;
}
section#i3 .sectiontit:before {
  background: url(../images/photocon-bg_01.png) repeat-x;
  background-size: 100%;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
}
section#i3 .sectiontit:after {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  border-bottom: 4px solid #fff33f;
  border-radius: 2px;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0);
}
section#i3 .sectiontit span {
  display: block;
  width: 190px;
  margin: 0 auto;
}
section#i3:after {
  padding-bottom: 57px;
  background: url(../images/photocon-bg_04.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  content: "";
  display: block;
}
.photocon-img {
  width: 80%;
  margin: 0 auto 40px;
}
.flexbox {
  display: flex;
  width: 80%;
  margin: 0 auto 50px;
  text-align: left;
  flex-flow: row wrap;
  align-items: center;
}
.aword-img {
  width: 20%;
  margin-right: 8%;
}
.flexbox .text-area {
  width: 72%;
}
.flexbox .text-area h4 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.event-top {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.event-top .thumb,
.event-top .text-area {
  width: 48%;
  text-align: left;
}
.text-area h4 {
  margin-top: 0;
}
.wrapper.sakaillumi .text-area h4 a {
  text-decoration: none;
}
.text-area a.btn {
  padding: 0.9rem 2rem;
  margin-top: 30px;
}
ul.event-list {
  display: flex;
  flex-flow: row wrap;
  margin-top: 80px;
}
ul.event-list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 50px;
}
ul.event-list li .thumb {
  margin-bottom: 20px;
}
ul.event-list li:nth-child(3n) {
  margin-right: 0;
}
ul.event-list li .text-area .text {
  text-align: left;
}
.illumibox .kyosan li a {
  color: #fff;
}
.illumibox .kyosan li a:hover {
  color: #fff;
  text-decoration: none;
}
.footerbnr {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 19, 17, 0.8);
  z-index: 100;
}
.footerbnr .fl {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
.footerbnr .fl h2 {
  width: 48%;
  padding-left: 2%;
  font-size: 2rem;
}
.footerbnr .fl div {
  width: 48%;
  padding-left: 2%;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.4;
}
.sponly {
  display: none;
}
.mymap iframe {
  height: 500px;
}
.mymap {
  margin-bottom: 30px;
}
.photoimg {
  width: 360px;
  margin: 20px auto;
}
.photoimg img {
  padding-right: 39px;
}
section.illumibox.last {
  background: #000018;
}
.wrapper.sakaillumi .btn-1 {
  width: 40%;
  margin: 0 auto;
}
.wrapper.sakaillumi .btn-1 a {
  border: 3px solid #bcc1d0;
  width: 100%;
  display: block;
  padding: 1.2rem 0;
  border-radius: 26px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin: 0 auto;
  text-decoration: none;
}
@media screen and (max-width: 678px) {
  .mymap iframe {
    height: 300px;
  }
  .photoimg {
    width: 60%;
    margin: 20px auto;
  }
  .photoimg img {
    padding-right: 10%;
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  nav.globalMenuSp .menuinnner ul li:last-child {
    width: 100%;
  }
  .sakaillumi .titlebox .logo,
  .sakaillumi .titlebox .anchorlink,
  section.illumibox {
    width: 88%;
    max-width: unset;
    min-width: unset;
  }
  .sakaillumi .titlebox h1 {
    width: 94%;
    padding-top: 160px;
    margin-bottom: 20px;
  }
  .sakaillumi .titlebox .logo {
    top: 60px;
    transform: translate(-50%, 0);
    width: 66%;
  }
  .sakaillumi .titlebox h1 {
    font-size: 1.4rem;
  }
  .sakaillumi .titlebox .sitelead {
    font-size: 1rem;
    width: 94%;
    margin: 0 auto;
  }
  .sakaillumi .titlebox .time {
    font-size: 0.9rem;
  }
  .sakaillumi .titlebox .anchorlink li {
    width: 47%;
    margin-bottom: 20px;
  }
  .sakaillumi .titlebox .anchorlink li:nth-child(5),
  .sakaillumi .titlebox .anchorlink li:nth-child(6) {
    margin-bottom: 0;
  }
  .sakaillumi .titlebox .anchorlink a,
  .sakaillumi .titlebox .anchorlink li:nth-child(7) a {
    padding: 0.8rem 0;
    letter-spacing: 1px;
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .sakaillumi .titlebox {
    padding-bottom: 60px;
  }
  .illumibox .sectiontit {
    font-size: 1.5rem;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .illumibox .sectionlead {
    line-height: 1.6;
    text-align: left;
    width: 94%;
    margin: 0 auto 20px;
  }
  .flexbox .text-area h4 {
    font-size: 1.1rem;
  }
  .illumibox .toplead {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    margin-bottom: 40px;
  }
  .wrapper.sakaillumi .btn-1 {
    width: 94%;
  }
  .wrapper.sakaillumi .btn-1 a {
    letter-spacing: 1px;
  }
  .illumibox .img80 {
    width: 100%;
  }
  .illumibox .eventtable {
    width: 100%;
    flex-flow: column;
    font-size: 0.8rem;
  }
  .illumibox .eventtable dt {
    width: 100%;
    border-bottom: none;
    padding: 1rem 0 0;
    text-align: left;
  }
  .illumibox .eventtable dd {
    width: 100%;
    text-align: left;
    padding: 0 0 1rem;
  }
  .illumibox .eventimg li {
    width: 48%;
    margin: 0 3px 7px;
  }
  section.illumibox {
    margin: 0 auto 80px;
  }
  .photocon-img {
    width: 90%;
  }
  .flexbox {
    width: 94%;
  }
  .illumibox .oubo {
    padding: 15px;
    font-size: 0.8rem;
    width: 94%;
  }
  .illumibox .oubobtns {
    width: 100%;
    margin-bottom: 0px;
  }
  .oubo p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .illumibox a.btn {
    padding: 0.6rem 2rem;
  }
  .illumibox .shoplist li h6 {
    letter-spacing: -1px;
    margin: 0;
  }
  .illumibox .shoplist li h6 span {
    font-size: 1rem;
  }
  .illumibox .shoplist {
    margin-bottom: 60px;
  }
  .illumibox .shoplist li,
  .illumibox .kyosan li {
    width: 48.5%;
    margin-right: 3%;
    font-size: 0.8rem;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  .illumibox .kyosan li:nth-child(2n) {
    margin-right: 0;
  }
  .illumibox .shoplist li:nth-child(2n) {
    margin-right: 0;
  }
  .illumibox .shoplist li p {
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 1.7;
  }
  .illumibox .shoplist li p.more {
    font-size: 0.8rem;
  }
  .mapbtn {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .mapbtn a.btn {
    letter-spacing: 0px;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }
  .map {
    margin-bottom: 0;
  }
  section#i3 .sectiontit:before {
    background: url(../images/photocon-bg_01.png) repeat-x;
    background-size: 172%;
  }
  .illumibox .oubobtns a.btn {
    width: max-content;
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
  }
  .illumibox h3.market {
    margin-top: 40px;
    font-size: 1.6rem;
  }
  .illumibox h4.kyosantit {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  .illumibox h4 {
    margin-top: 0;
  }
  .illumibox h3 {
    padding-top: 50px;
    font-size: 1.3rem;
    width: 94%;
    margin: 0 auto 20px;
  }
  section#i3 {
    margin-bottom: 80px;
    background: url(../images/photocon-bg_02sp.png) repeat-y;
    background-size: contain;
  }
  #i3 .sectionlead {
    width: 90%;
    font-size: 0.9em;
  }
  .footerbnr .fl {
    width: 92%;
    align-content: center;
    flex-flow: column;
    text-align: center;
  }
  .footerbnr .fl h2 {
    width: 100%;
    padding-left: 0;
    font-size: 1.1rem;
    letter-spacing: 3px;
    padding-top: 0.4rem;
    margin: 0 auto;
  }
  .footerbnr .fl div {
    width: 100%;
    padding-left: 0;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.6;
  }
  .footerbnr .fl div p {
    margin: 0px auto;
  }
  .footerbnr .fl {
    padding: 13px 0;
  }
  nav.globalMenuSp .menuinnner {
    width: 82%;
  }
  nav.globalMenuSp .menuinnner .logobox {
    width: 100%;
    margin: 0 auto;
  }
  nav.globalMenuSp .menuinnner .logobox div {
    width: 71%;
    margin-left: 29%;
  }
  nav.globalMenuSp .menuinnner ul {
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  nav.globalMenuSp .menuinnner .logobox h2 {
    font-size: 1rem;
    letter-spacing: 2px;
  }
  nav.globalMenuSp .menuinnner .logobox .date {
    font-size: 0.9rem;
    width: 140%;
    margin-left: -20%;
    letter-spacing: 2px;
  }
  nav.globalMenuSp .menuinnner .logobox .time {
    font-size: 0.9rem;
  }
  nav.globalMenuSp .menuinnner ul {
    margin-top: 40px;
  }
  nav.globalMenuSp .menuinnner ul li.listtit {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 2px;
  }
  nav.globalMenuSp .menuinnner ul ul {
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .hamburger {
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    border-radius: 9px;
    padding: 0;
  }
  .hamburger span {
    width: 26px;
    height: 2px;
    left: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger:after {
    content: "メニュー";
    font-size: 0.7rem;
    position: absolute;
    left: 1px;
    bottom: -1px;
    color: #001311;
    letter-spacing: -1px;
    width: 45px;
    font-weight: bold;
  }
  .hamburger span:nth-child(1) {
    top: 9px;
  }
  .hamburger span:nth-child(2) {
    top: 18px;
  }
  .hamburger span:nth-child(3) {
    top: 27px;
  }
  .hamburger.active span:nth-child(1) {
    top: 17px;
    left: 10px;
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 17px;
  }
  .hamburger.active:after {
    bottom: -1px;
    content: "閉じる";
    left: 1px;
  }
  .wrapper.sakaillumi footer .copy {
    padding: 0;
  }
}
/*--detail--*/
.illumi-detail {
  width: 960px;
  margin: 0 auto;
}
.illumi-detail .logo-detail {
  width: 280px;
  padding-top: 40px;
  margin-left: -40px;
}
.sakaillumi .titlebox h1.detail-tit {
  font-size: 1.7rem;
  margin-bottom: 40px;
  margin-top: -60px;
}
.sakaillumi .titlebox h2 span {
  font-size: 1.6rem;
}
.sakaillumi .titlebox h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.sakaillumi .titlebox .gallery-wrap {
  width: 100%;
  margin: 20px 0 40px;
}
.sakaillumi .titlebox .gallery-wrap p {
  width: calc(64% - 20px);
  margin-right: 20px;
}
.sakaillumi .titlebox .gallery-wrap p img {
  width: 100%;
  height: calc(100% - 14px);
  object-fit: cover;
}
.sakaillumi .titlebox .gallery-wrap ul {
  width: 32%;
}
.sakaillumi .titlebox .gallery-wrap li {
  width: 49%;
  margin-right: 2%;
}
.sakaillumi .titlebox .gallery-wrap li:nth-child(2n) {
  margin-right: 0;
}
.sakaillumi .titlebox .gallery-wrap li img {
  cursor: pointer;
}
.illumibox .shop-detail-box {
  background-color: #f6d700;
  width: 88%;
  margin: 0 auto 80px;
  padding: 52px;
  position: relative;
}
.illumibox .shop-detail-box h3 {
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  width: max-content;
  background-color: #fff;
  padding: 0.4rem 4rem;
  position: absolute;
  top: -1.4rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.illumibox .shop-detail-box .shopimg {
  width: calc(40% - 30px);
  margin-right: 30px;
}
.illumibox .shop-detail-box .shopdetail {
  width: 60%;
  color: #333;
  text-align: left;
}
.illumibox .shop-detail-box .shopdetail h4 {
  font-size: 1rem;
  margin-bottom: 20px;
}
.illumibox .shop-detail-box2 {
  justify-content: space-between;
  margin-bottom: 80px;
}
.illumibox .shop-detail-box2 .shopdetail {
  width: 60%;
  text-align: left;
}
.illumibox .shop-detail-box2 .shopimg {
  width: 35%;
}
.illumibox .shop-detail-box2 .mapbtn {
  margin: 60px auto;
}
.illumibox .g-map iframe {
  width: 800px;
  height: 360px;
}
@media screen and (max-width: 678px) {
  .illumi-detail {
    width: 88%;
  }
  .illumibox .g-map iframe {
    width: 100%;
    height: 240px;
  }
  .illumi-detail .logo-detail {
    padding-top: 61px;
    width: 60%;
    margin: 0 auto;
  }
  .sakaillumi .titlebox h1.detail-tit {
    font-size: 1.4rem;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .sakaillumi .titlebox h2 span {
    font-size: 1.4rem;
  }
  .sakaillumi .titlebox .gallery-wrap p {
    width: 100%;
    margin-right: 0;
  }
  .sakaillumi .titlebox .gallery-wrap ul {
    width: 100%;
  }
  .sakaillumi .titlebox .gallery-wrap li {
    width: calc(25% - 3px);
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .sakaillumi .titlebox .gallery-wrap li:nth-child(2n) {
    margin-right: 3px;
  }
  .sakaillumi .titlebox .gallery-wrap li:nth-child(4n) {
    margin-right: 0;
  }
  .sakaillumi .titlebox .gallery-wrap {
    margin: 20px 0 50px;
  }
  .sakaillumi .titlebox h3 {
    font-size: 1.1rem;
    text-align: left;
  }
  .sakaillumi .titlebox p.shopdetail {
    text-align: left;
  }
  .illumibox .shop-detail-box h3 {
    font-size: 1rem;
    padding: 0.4rem 2rem;
  }
  .illumibox .shop-detail-box {
    width: 100%;
    margin: 0 auto 60px;
    padding: 40px 20px;
  }
  .illumibox .shop-detail-box .shopimg {
    width: 100%;
    margin-right: 0;
  }
  .illumibox .shop-detail-box .shopdetail {
    width: 100%;
    margin-top: 20px;
  }
  .illumibox .shop-detail-box .shopdetail h4 {
    font-size: 0.9rem;
  }
  .illumibox .shop-detail-box2 .shopdetail {
    width: 100%;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .illumibox .shop-detail-box2 .shopimg {
    width: 88%;
    margin: 0 auto;
  }
  ul.contest-photo {
    margin-bottom: 40px;
  }
  ul.contest-photo li {
    width: 100%;
    margin-bottom: 20px;
  }
  .event-top .thumb,
  .event-top .text-area {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.event-list {
    margin-top: 30px;
  }
  section#i3 .photo-bottom {
    padding-bottom: 50px;
  }
  .illumibox .sectiontit:after {
    content: "";
    position: absolute;
    display: block;
    width: 90px;
    border-bottom: 3px solid #fff;
    border-radius: 2px;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0);
  }
  ul.event-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  ul.event-list li:nth-child(3n) {
    margin-right: 2%;
  }
  ul.event-list li:nth-child(2n) {
    margin-right: 0;
  }
  .text-area h4 {
    margin-top: 0;
    font-size: 1.1rem;
    text-align: left;
  }
  .text-area .days {
    text-align: left;
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  ul.event-list li .text-area .text {
    font-size: 0.9rem;
  }
  .text-area a.btn {
    padding: 0.6rem 1rem;
    margin-top: 30px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border: 2px solid #bcc1d0;
  }
  .wrapper.sakaillumi footer {
    text-align: center;
    padding-bottom: 10px;
  }
  #i4 .sectionlead {
    margin-bottom: 60px;
  }
  .illumibox .oubobtns li {
    width: 70%;
    margin: 0 auto 20px;
  }
}
/*illumi2023*/
.wrapper.sakaillumi.illumi2023 {
  background: #000820;
}
/* .illumi2023.sakaillumi .titlebox {
  background-image: url("../images/2023/ilummi_23_03.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 80vw;
  z-index: 1;
  padding-bottom: 60px;
}
.illumi2023.sakaillumi .titlebox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  width: 100%;
  height: 68vw;
  background: url("../images/2023/ilummi_23_01.png")no-repeat;
  background-size: contain;
}
.illumi2023.sakaillumi .titlebox:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  width: 100%;
  height: 70vw;
  background: url("../images/2023/ilummi_23_09.png")no-repeat;
  background-size: contain;
  background-position: 0 330px;
} */
.illumi2023.sakaillumi .titlebox h1 {
  width: 68%;
  max-width: 870px;
  min-width: 540px;
  padding-top: 0;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.illumi2023.sakaillumi .titlebox .time {
  margin-top: 1.8em;
}
.illumi2023.sakaillumi nav.globalMenuSp .menuinnner .logobox,
.illumi2023.sakaillumi nav.globalMenuSp .menuinnner ul {
  width: 50%;
}
.illumi2023.sakaillumi .day2023 {
  width: 42%;
  margin: -177px auto 0;
}
.illumi2023.sakaillumi .lead2023 {
  width: 42%;
  margin: -74px auto 0;
}
.illumi2023.sakaillumi .area2023 {
  width: 20%;
  margin: 0 auto;
}
.illumi2023.sakaillumi .line2023 {
  width: 32%;
  margin: 20px auto 0;
}
nav.globalMenuSp .menuinnner .logobox div.daymenuinnner {
  width: 80%;
  margin: -105px auto -30px;
}
nav.globalMenuSp .menuinnner .logobox div.leadmenuinnner {
  width: 87%;
  margin: 0 auto;
}
.sakaillumi .titlebox .anchorlink.il23:first-of-type {
  margin-top: 0px;
}
.sakaillumi .titlebox .anchorlink.il23 {
  margin: 0 auto;
  justify-content: center;
}
.sakaillumi .titlebox .anchorlink.il23 li {
  margin: 0 10px;
}
.illumi2023.sakaillumi .titlebox .anchorlink a {
  border: 3px solid #5b6a99;
}
.sakaillumi .titlebox .anchorlink.il23:nth-of-type(2) li a {
  padding: 1.5rem 0 0;
}
.illumi2023.sakaillumi section#i1 {
  position: relative;
}
/* .illumi2023.sakaillumi section#i1:before {
  content: '';
  position: absolute;
  top: -180px;
  display: block;
  width: 100vw;
  height: 60px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 8, 32, 1));
  left: calc(0px - (50vw - 540px));
  z-index: 2;
} */
.grumephotolist {
  background: #20273e;
  width: 90%;
  margin: 6em auto 0;
  padding: 2em;
  box-sizing: border-box;
}
.grumephotolist .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.grumephotolist .text {
  width: 50%;
  text-align: left;
}
.grumephotolist .text h3 {
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #9194a0;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.grumephotolist .text h3 span {
  display: block;
  font-size: 1.2rem;
}
.grumephotolist .imagearea {
  width: 42%;
}
.grumephotolist p {
  font-size: 0.9em;
  letter-spacing: 1px;
  margin-top: 0;
}
.grumephotolist h4 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 1em;
  margin-top: 2em;
}
.wrapper.sakaillumi .grumephotolist a {
  color: #fff33f;
  text-decoration: none;
}
@media screen and (max-width: 1350px) {
  .illumi2023.sakaillumi .day2023 {
    margin: -150px auto 0;
  }
  .illumi2023.sakaillumi .lead2023 {
    margin: -50px auto 0;
  }
}
@media screen and (max-width: 1100px) {
  .illumi2023.sakaillumi .day2023 {
    margin: -120px auto 0;
  }
  .illumi2023.sakaillumi .lead2023 {
    margin: -30px auto 0;
  }
  .illumi2023.sakaillumi .area2023 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 890px) {
  .illumi2023.sakaillumi .day2023 {
    margin: -100px auto 0;
  }
}
@media screen and (max-width: 778px) {
  .illumi2023.sakaillumi .day2023 {
    margin: -110px auto 0;
    width: 60%;
  }
  .illumi2023.sakaillumi .lead2023 {
    margin: -50px auto 0;
    width: 68%;
  }
  .illumi2023.sakaillumi .area2023 {
    width: 36%;
  }
}
@media screen and (max-width: 678px) {
  .illumi2023.sakaillumi .titlebox h1 {
    width: 100%;
    padding-top: 10%;
    min-width: unset;
  }
  .illumi2023.sakaillumi .day2023 {
    width: 85%;
    margin: -77px auto 0;
  }
  .illumi2023.sakaillumi .lead2023 {
    width: 90%;
    margin: -38px auto 0;
  }
  .illumi2023.sakaillumi .area2023 {
    width: 46%;
    margin: 0 auto 1em;
  }
  .illumi2023.sakaillumi .line2023 {
    width: 84%;
  }
  .illumi2023.sakaillumi .titlebox:after {
    width: 100%;
    height: 100%;
    background: url(../images/2023/ilummi_23_02.png) no-repeat;
    background-size: contain;
    background-position: bottom;
  }
  .illumi2023.sakaillumi .titlebox {
    height: calc(100vh - 60px);
    padding-bottom: 100px;
  }
  .illumi2023.sakaillumi .titlebox .time {
    margin-top: -30px;
  }
  .illumi2023.sakaillumi nav.globalMenuSp .menuinnner .logobox,
  .illumi2023.sakaillumi nav.globalMenuSp .menuinnner ul {
    width: 100%;
  }
  nav.globalMenuSp .menuinnner .logobox div.daymenuinnner {
    width: 96%;
    margin: -50px auto -12px;
  }
  nav.globalMenuSp .menuinnner .logobox div.leadmenuinnner {
    width: 100%;
  }
  .sakaillumi .titlebox .anchorlink.il23 li {
    margin: 0;
  }
  .sakaillumi .titlebox .anchorlink.il23 li:first-child {
    margin-right: 6%;
  }
  .sakaillumi .titlebox .anchorlink.il23:nth-of-type(2) {
    margin-top: -10px;
  }
  .sakaillumi .titlebox .anchorlink.il23:nth-of-type(2) li {
    margin-bottom: 10px;
  }
  .sakaillumi .titlebox .anchorlink.il23:nth-of-type(2) li:last-child a {
    padding: 0.8rem 0;
  }
  .illumi2023.sakaillumi section#i1:before {
    top: -2em;
    height: 40px;
    left: -8%;
  }
  section#i3 h3 {
    font-size: 1.1rem;
    width: 90%;
    margin: 0 auto 1em !important;
  }
  .grumephotolist {
    width: 94%;
    margin: 2em auto 0;
    padding: 1em;
  }
  .grumephotolist .text {
    width: 100%;
  }
  .grumephotolist .text h3 {
    padding-top: 20px;
  }
  .grumephotolist .text h3 span {
    display: block;
    font-size: 0.9rem;
  }
  .grumephotolist .imagearea {
    width: 100%;
  }
  section#i3:after {
    padding-bottom: 8px;
  }
}

/* .sakaillumi .titlebox{
	background:url(https://sakai-machi.com/illumination/wp-content/uploads/2024/11/layout2.jpg);
	background-size:contain;
	height:auto;
	background-repeat:no-repeat;
} */
.sakaillumi .titlebox {
  position: relative;
}
.anchorlinkarea {
  position: absolute;
}
.anchorlinkarea {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
}
.illumi2023.sakaillumi .titlebox .anchorlink a {
  padding: 0;
}
.sakaillumi .titlebox .anchorlink.il23:nth-of-type(2) li a {
  padding: 0;
}
.illumi2023.sakaillumi .titlebox .anchorlink a {
  border: 3px solid #132b88;
  background-color: #fff;
  color: #132b88;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  line-height: 1.5;
  border-radius: 100vmax;
}
.sakaillumi .titlebox .anchorlink.il23:first-of-type {
  margin-bottom: 10px;
}
.illumi2023.sakaillumi .titlebox .anchorlink a span {
  display: block;
}
.wrapper.sakaillumi.illumi2023 {
  background-image: linear-gradient(90deg, #3b0259, #1b4b8b);
}
.illumibox a.btn,
.wrapper.sakaillumi .btn-1 a {
  border: 2px solid #fff;
}
.grumephotolist {
  background: #6373b0;
}
.grumephotolist .text h3 {
  border-bottom: 3px solid #fff;
}
@media (max-width: 678px) {
  .sakaillumi .titlebox .anchorlink.il23:nth-of-type(2) li:last-child a {
    padding: 0;
  }
  .sakaillumi .titlebox .anchorlink.il23:nth-of-type(2) {
    margin-top: 0;
  }
  .illumi2023.sakaillumi .titlebox {
    height: auto;
    padding-bottom: 0;
  }
  .anchorlinkarea {
    position: static;
    font-size: 0.8rem;
  }
}
nav.globalMenuSp {
  background: #0c1d59;
}
.illumibox .sectionlead {
  line-height: 1.8;
}
.illumibox .sectionlead strong {
  margin-bottom: 30px;
  display: inline-block;
  font-size: 1.2em;
  margin-top: 10px;
}
.illumibox .sectionlead .box {
  border: 1px solid #fff;
  width: fit-content;
  margin: 20px auto 40px;
  padding: 40px 40px 60px;
}
.illumibox .sectionlead .box .left {
  display: inline-block;
  text-align: left;
}
.illumibox .sectiontit {
  margin-top: 0;
  margin-bottom: 70px;
}
.sectiontit.about {
  margin-top: 90px;
}
.illumibox .sectiontit:after {
  width: 50px;
  border-bottom: 2px solid #fff;
}
.wrapper.sakaillumi .btn-1 a {
  padding: 10px;
  padding-right: 20px;
  border: 1px solid #fff;
  border-radius: 100vmax;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
}
.wrapper.sakaillumi .btn-1 a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.wrapper.sakaillumi .btn-1 {
  width: fit-content;
}
.illumibox .eventtable {
  margin-top: 100px;
  margin-bottom: 120px;
}
.lastyear {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
.illumibox .eventimg li img {
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.1);
}
h2,
.illumibox .sectiontit {
  font-weight: normal;
}
strong {
  font-weight: normal;
}
.wrapper.sakaillumi a {
  text-underline-offset: 6px;
}
.koikimap {
  font-size: 1.2rem;
  margin-bottom: 40px;
  margin-top: 90px;
}
section#i3 .sectiontit:after {
  width: 50px;
  border-bottom: 2px solid #fff33f;
}
section#i3 {
  background: none;
  border: 1px solid #fff33f;
}
section#i3 .sectiontit::before {
  background: none;
}
section#i3 .sectiontit {
  padding-top: 80px;
}
.oubo p {
  font-size: inherit;
  line-height: 1.8;
  margin: 0px;
  letter-spacing: inherit;
}
.oubo .sub {
  font-size: 1.2rem;
  margin-top: 70px;
  margin-bottom: 20px;
}
.oubo .way {
  border: 1px solid #fff;
  width: fit-content;
  margin: 50px auto 20px;
  padding: 0px 15px;
  border-radius: 100vmax;
}
.oubo p span {
  font-size: inherit;
  letter-spacing: inherit;
}
.oubo .way-list {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: fit-content;
  margin-top: 15px;
}
.wrapper.sakaillumi .btn {
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 100vmax;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.btn.pdf {
  margin-top: 20px !important;
}
.shokai {
  margin-top: 100px;
}
.contest-photo img {
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
ul.contest-photo {
  margin-bottom: 40px;
}
.grumephotolist {
  margin-top: 120px;
}
.grumephotolist .text h3 {
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 30px;
}
.grumephotolist .text h3 span {
  font-size: 1rem;
  margin-bottom: 20px;
}
.grumephotolist h4 {
  margin-top: 50px;
}
.grumephotolist small {
  line-height: 1.5;
  display: block;
}
section#i3:after {
  background: none;
}
.event-top {
  margin-top: 80px;
}
.event-top.second {
  margin-top: 50px;
}
ul.event-list {
  margin-top: 100px;
  row-gap: 30px;
}
.illumibox h4 {
  line-height: 1.5;
}
.illumibox h4.kyosantit {
  margin-bottom: 60px;
}
.sakaillumi .titlebox {
  background: url(https://sakai-machi.com/illumination/wp-content/uploads/2024/11/layout2.jpg);
  background-size: cover;
  background-position: center;
  /* max-height: calc(95svh) !important; */
  height: fit-content !important;
  background-image: linear-gradient(
    90deg,
    #1b4b8b,
    #3b0259,
    #3b0259,
    #3b0259,
    #1b4b8b
  );
}
.titlebox img {
  max-height: calc(95svh);
  max-width: 100vw;
  height: auto;
}
.anchorlinkarea {
  bottom: -220px;
}
.toplead.first {
  margin-top: 250px;
}
.illumi2023.sakaillumi .titlebox .anchorlink a {
  border: 1px solid #fff;
  border-radius: 100vmax;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: inherit;
  color: #fff;
}
.sakaillumi .titlebox .anchorlink.il23:first-of-type {
  margin-bottom: 20px;
}
.grumephotolist .sub {
  font-weight: bold;
  display: block;
}
.days {
  text-align: left;
  line-height: 1.5;
}
.days span {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.days span:not(:first-child) {
  margin-top: 20px;
}
.anchorlinkarea {
  position: absolute !important;
}
@media (max-width: 678px) {
  .anchorlinkarea {
    bottom: -310px;
  }
  .toplead.first {
    margin-top: 330px;
  }
  .sakaillumi .titlebox .anchorlink.il23:nth-of-type(2) li {
    margin-bottom: 20px;
  }
  .illumibox h4.kyosantit {
    margin-top: 100px;
  }
}
.saka0 {
  margin-bottom: 30px;
}
.saka3 {
  margin-top: 30px;
  font-size: 0.9rem;
  line-height: 1.8;
}
.illumibox .sectionlead .box .ttl {
  display: block;
  font-weight: bold;
}
.illumibox .sectionlead .box .ttl.second {
  margin-top: 10px;
}
.illumibox .eventtable dt {
  font-weight: bold;
}
.oubo .way {
  border: none;
  margin-bottom: 10px;
}
.oubo .sub {
  margin-bottom: 5px;
}
.contest-photo img {
  object-fit: cover;
  object-position: bottom;
  aspect-ratio: 1/1;
}
.no-obj img {
  object-fit: contain;
  aspect-ratio: auto;

}
section#i3 .sectiontit {
  font-weight: bold;
}
.illumi2023.sakaillumi section#i1 {
  margin-top: 300px;
}
@media (max-width: 678px) {
  .illumi2023.sakaillumi section#i1 {
    margin-top: 370px;
  }
  .illumi2023.sakaillumi .titlebox .anchorlink a,
  .wrapper.sakaillumi .btn-1 a,
  .wrapper.sakaillumi .btn {
    font-size: 0.8rem;
  }
}
.fv-box {
  position: relative;
  z-index: 0;
}
.fv img {
  position: relative;
  z-index: -1;
  display: block;
}
.illumi2023.sakaillumi .titlebox .anchorlink a,
.wrapper.sakaillumi .btn-1 a,
.wrapper.sakaillumi .btn {
  color: #3b0259;
  background: #fff;
  border: 3px solid #3b0259;
  font-weight: bold;
  width: fit-content;
	position:relative;
}
.wrapper.sakaillumi .btn-1 a::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #3b0259;
  border-right: 2px solid #3b0259;
}
.wrapper.sakaillumi .btn::after {
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  position: absolute;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 2px solid #3b0259;
  border-right: 2px solid #3b0259;
}
.wrapper.sakaillumi .btn,
.wrapper.sakaillumi .btn-1 a {
  padding: 10px 20px;
  padding-right: 40px;
}
.oubo .sub {
  margin-top: 30px;
}
.oubo .way {
  margin-top: 20px;
}
.illumibox .eventimg li img {
  aspect-ratio: 1/1;
}
.illumi2023.sakaillumi .titlebox .anchorlink a {
  width: 100%;
}
.oubo .way {
  margin-top: 30px;
  margin-bottom: 5px;
}
.oubo .sub {
  margin-top: 40px;
}
.fv-bg{
	z-index:-2;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
}
.fv-bg img{
	object-fit:cover;
	height:100%;
	max-width:unset;
	max-height:unset;
	width:100%;
	
}
.fv img{
	object-fit:cover;
	height:100%;
	max-height:unset;
	max-width:unset;
	width:100%;
			z-index:1;
}
.fv{
		height:100%;
}
.fv-box{
	height:95vh;
	width:100%;
}
.sakaillumi .titlebox{
	background-image:none;
}

.anchorlinkarea{
	position:static !important;
	margin:40px auto 0;
}
.sakaillumi .titlebox .anchorlink li {
	width:14rem;
	}
.illumi2023.sakaillumi section#i1{
	margin-top:100px;
}
.sectiontit.about{
	margin-top:0;
}
.anchorlinkarea li{
	  color: #3b0259 !important;
  background: #fff;
  border: 3px solid #3b0259;
  font-weight: bold;
  width: fit-content;
	position:relative;
	border-radius:100vmax;
	height:70px;
	line-height:1.3;
	font-size:1rem;
	text-align:center;
	width:220px
}
.anchorlinkarea li a{
	    text-decoration:none !important;
	
	color:#3b0259 !important;
}
.anchorlinkarea{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	flex-direction:row;
	gap:10px;
	margin-top:60px;
}
.anchorlinkarea li{
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center
}
@media(max-width:1000px){
	.anchorlinkarea{
	grid-template-columns:repeat(2,1fr)
	}
}
@media(max-width:520px){
	.anchorlinkarea{
	grid-template-columns:repeat(1,1fr);
		width:80%;
	}
	.anchorlinkarea li{
		width:100%;
	}
}
.fv{
	position:relative;
}
.fv-logo{
	position:absolute;
	bottom:10px;
	right:10px;
	width:20vw;
	max-width:150px;
}
section#i3{
	border:10px solid #fff33f;
}
section#i3 .sectiontit span{
	height:fit-content;
}
section#i3 .sectiontit span img{
	display:block;
}
.oubo .sub.shohin{
	margin-top:60px;
}
.aword-img{
	width:200px;
}
.flexbox {
    flex-flow:unset;
    flex-direction: row;
	margin-bottom:20px;
}
nav.globalMenuSp .menuinnner .logobox .date{
	margin:0;
}
nav.globalMenuSp .menuinnner ul li.listtit{
	margin-bottom:0px;
}
.sakaillumi .menuinnner{
	flex-flow:unset;
	flex-direction:row;
	max-width:unset;
}
.illumi2023.sakaillumi nav.globalMenuSp .menuinnner .logobox{
	width:45%;
}
/* nav.globalMenuSp .menuinnner ul li.listtit:not(.bnr){
	    color: #3b0259 !important;
    background: #fff;
    border: 3px solid #3b0259;
    font-weight: bold;
    width: fit-content;
    position: relative;
    border-radius: 100vmax;
    height: 70px;
    line-height: 1.3;
    font-size: 1rem;
    text-align: center;
    width: 220px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:20px;
} */
nav.globalMenuSp .menuinnner ul li.listtit:not(.bnr){
margin-bottom:10px;
}
nav.globalMenuSp .menuinnner ul li.listtit.bnr{
	width:400px;
}
nav.globalMenuSp .menuinnner ul li a {
    color: unset;
    text-decoration: none;
}
@media screen and (max-width: 1000px){
	nav.globalMenuSp .menuinnner{
		flex-direction:column;
		align-items:center;
	}
	.illumi2023.sakaillumi nav.globalMenuSp .menuinnner .logobox{
		width:100%;
		max-width:400px;
	}
	.illumi2023.sakaillumi nav.globalMenuSp .menuinnner ul{
		display:flex;
		align-items:center;
		flex-direction:column;
	}
}
.illumi2023.sakaillumi nav.globalMenuSp .menuinnner u{
	width:fit-content;
}
nav.globalMenuSp .menuinnner{
	justify-content:flex-start;
	gap:80px;
}
.illumi2023.sakaillumi nav.globalMenuSp .menuinnner .logobox{
	max-width:500px;
}
@media screen and (max-width: 1000px) {
    nav.globalMenuSp .menuinnner {
gap:30px;
    }
	.illumi2023.sakaillumi nav.globalMenuSp .menuinnner ul{
		align-items:flex-start;
		width:fit-content;
		margin:0;
	}
	nav.globalMenuSp .menuinnner ul li.listtit.bnr{
		margin:0;
		margin-top:40px;
		width:100%;
		max-width:400px;
	}
}
.fv{
	width:100%;
}
/* .fv picture img{
	object-fit:cover;
	min-height:95vh;
} */
@media (max-width:1000px){
	.fv picture img{
		object-fit:unset;
		height:auto;
		width:100%;
	}
	.fv{
		height:fit-content;
	}
	.fv-box{
		height:auto;
	}
}
.fv {
	background:url(https://sakai-machi.com/illumination/wp-content/themes/sakaillumi/img/p_2024-bg--pc.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}