@charset "UTF-8";
/*------------------------------------------------------------
	TOPページ(PC)
------------------------------------------------------------*/
.sec01 {
  position: relative;
}
.sec01 .content {
  position: relative;
  color: #FFF;
  padding: 94px 0;
}
.sec01 .title {
  font-size: 30px;
  line-height: 53px;
  letter-spacing: 7.2px;
  margin: 0 0 30px;
}
.sec01 .txt {
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 2.16px;
  margin-bottom: 40px;
}
.sec01 .artist {
  margin-bottom: 45px;
}
.sec01 .snsBox .snsList {
  display: flex;
  gap: 20px;
}
.sec01 .snsBox .snsList li {
  width: 27px;
}
.sec01 .snsBox .snsList li a {
  display: inline-block;
  position: relative;
}
.sec01 .snsBox .snsList li a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.sec01 .snsBox .snsList li embed {
  width: 27px;
  height: 27px;
}
.sec01 .snsBox .snsList .twitter {
  width: 27px;
}
.sec01 .snsBox .snsList .twitter embed {
  width: 27px;
  height: 27px;
}
.sec01 .snsBox .snsList .line {
  margin: 0;
  width: 27px;
  height: 27px;
}
.sec01 .snsBox .snsList .line embed {
  width: 27px;
  height: 27px;
}
.sec01 .snsBox p {
  padding-top: 4px;
  float: left;
  font-size: 12px;
  letter-spacing: 1.32px;
}

@media all and (min-width: 768px) {
  .sec01 .snsBox .snsList li a:hover {
    opacity: 0.7;
  }
}
.sec02 {
  position: relative;
  color: #FFF;
  z-index: 21;
}
.sec02 .content.gallery {
  padding: 94px 0 0;
}
.sec02 .content.info {
  padding: 94px 0 86px;
}
.sec02 .headLine01 {
  margin-bottom: 50px;
  color: #D39B85;
}
.sec02 .btn a {
  padding: 20px 0;
  display: block;
  width: 296px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 3.78px;
  text-align: center;
  border: 2px solid #FFF;
  position: relative;
  color: #FFF;
}
.sec02 .btn .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.sec02 .btn .info {
  display: block;
  font-size: 14px;
  letter-spacing: 1.54px;
}
.sec02 .btn a:before {
  margin-top: -8px;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon01.svg) no-repeat left top;
  background-size: 15px 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  filter: brightness(0) invert(1);
}
.sec02 .title {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 7.84px;
  margin: 0 auto 90px;
  text-align: center;
}
.sec02 .boxWrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  margin-bottom: 70px;
}
.sec02 .txtDl dt {
  padding: 0 0 12px;
  width: 65px;
  float: left;
  clear: left;
  font-size: 14px;
  letter-spacing: 1.54px;
  font-weight: 600;
  color: #D39B85;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.sec02 .txtDl dd {
  padding: 0 0 16px 100px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.54px;
}
.sec02 .txtUl {
  font-size: 14px;
  line-height: 1.5;
}
.sec02 .txtUl li {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.sec02 .txtUl li .icon {
  color: #D39B85;
  width: 10px;
  height: 10px;
}
.sec02 .contactBox {
  position: relative;
}
.sec02 .contactBox a, .sec02 .contactBox div.close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 60px;
  margin: 0 auto;
  background: #777;
  border-radius: 30px;
  cursor: pointer;
}
.sec02 .contactBox a {
  font-weight: 600;
}
.sec02 .contactBox a:before {
  position: absolute;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon01.svg) no-repeat left top;
  background-size: 15px 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  filter: brightness(0) invert(1);
}

@media all and (min-width: 768px) {
  .sec02 .btn a:hover {
    opacity: 0.7;
  }
}
#gFooter .contactBox div.close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 25px;
}

.sec02 .contactBox div.close, #gFooter .contactBox div.close {
  cursor: default;
}

.sec02 .contactBox a:after {
  margin-top: -8px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  filter: brightness(0) invert(1);
}
.sec02 .contactBox a span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #FFFFFF;
}
.sec02 .contactBox div.close span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #FFFFFF;
}

#gFooter .contactBox div.close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 60px;
  margin: 0 auto 20px;
  background: #777;
  border-radius: 30px;
  cursor: pointer;
}

#gFooter .contactBox div.close span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #FFFFFF;
}

.sec02 .contactBox div.close span, #gFooter .contactBox div.close span {
  line-height: 1.3;
  text-align: center;
}

.sec02 .contactBox .free embed {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 120px;
  top: 0;
  width: 106px;
  height: 106px;
  padding: 7px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-top: -30px;
}
.sec02 .comBtn a {
  margin-left: 70px;
  margin-top: -6px;
  color: #FFF;
}
.sec02 .comBtn embed {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.sec03 {
  position: relative;
  color: #FFF;
}
.sec03 .content.program {
  padding: 130px 0 30px;
}
.sec03 .content.food {
  padding: 0 0 306px;
}
.sec03 .content.food .inner {
  flex-direction: row;
}
.sec03 .headLine01 {
  margin-bottom: 90px;
  color: #175B72;
}
.sec03 .inner {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  flex-direction: row-reverse;
}
.sec03 .inner:nth-child(odd) {
  flex-direction: row;
}
.sec03 .inner .photoBox {
  width: 414px;
}
.sec03 .inner .photoBox picture img {
  width: 100%;
}
.sec03 .inner .textBox {
  flex: 1;
  padding-top: 26px;
}
.sec03 .inner .textBox .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 17px;
}
.sec03 .inner .textBox .txt {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #EDD7CE;
  margin-bottom: 20px;
}
.sec03 .inner .textBox .small {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.04px;
}
.sec03 .inner .textBox .small a {
  display: inline-block;
  padding-right: 15px;
  text-decoration: underline;
  color: #FFF;
}
.sec03 .inner .textBox .small a embed {
  filter: brightness(0) invert(1);
  margin-left: 10px;
}
.sec03 .inner .textBox .small embed {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.sec03 .program {
  position: relative;
  padding: 84px;
  z-index: 19;
}
.sec03 .program .timetable {
  display: grid;
  grid-template-columns: 5em 13em;
  margin: 0 auto;
  max-width: 18em;
  gap: 10px;
}
.sec03 .program .timetable.first {
  margin: 0 auto 30px;
}
.sec03 .program .timetable.second {
  margin: 0 auto 15px;
}
.sec03 .program .programTitle {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #FFF;
  font-size: 19px;
  letter-spacing: 2.85px;
  text-align: center;
}
.sec03 .program .time {
  font-size: 16px;
  letter-spacing: 3.36px;
}
.sec03 .program .spot {
  font-size: 14px;
  letter-spacing: 1.8px;
}
.sec03 .program .note {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-align: center;
}
.sec03 .snsList {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.sec03 .snsList li a {
  display: flex;
  align-items: center;
}
.sec03 .snsList li embed {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
.sec03 .snsList li span {
  display: inline-block;
  line-height: 1;
  color: #FFF;
  font-size: 12px;
}

@media all and (min-width: 768px) {
  .sec03 .inner .textBox .small a:hover {
    text-decoration: none;
  }
}
/*------------------------------------------------------------
	TOPページ(SP)
------------------------------------------------------------*/
@media all and (max-width: 767.98px) {
  .sec01 .content {
    padding: 18vw 6.6666666667vw;
  }
  .sec01 .title {
    margin: 0 0 6vw;
    font-size: 5.0666666667vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0.6666666667vw;
  }
  .sec01 .txt {
    margin: 0 0 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0.384vw;
  }
  .sec01 .artist {
    font-size: 2.9333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .sec01 .snsBox {
    margin-bottom: 12.5333333333vw;
  }
  .sec01 .snsBox .snsList {
    align-items: center;
  }
  .sec01 .snsBox .snsList li embed {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
  .sec01 .snsBox .snsList .twitter {
    width: 7.7333333333vw;
  }
  .sec01 .snsBox .snsList .twitter embed {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
  .sec01 .snsBox .snsList .line {
    margin: 0;
    width: 6.6666666667vw;
    height: 6.4vw;
  }
  .sec01 .snsBox .snsList .line embed {
    width: 100%;
    height: auto;
  }
  .sec01 .snsBox .snsList p {
    font-size: 3.2vw;
    letter-spacing: 0.2186666667vw;
    margin-top: 3.3333333333vw;
  }
  .sec02 .content.gallery {
    padding: 26.6666666667vw 6.6666666667vw 0;
  }
  .sec02 .content.info {
    padding: 0 6.6666666667vw 40vw;
  }
  .sec02 .headLine01 {
    margin-bottom: 13.3333333333vw;
  }
  .sec02 .btn a {
    padding: 2.6666666667vw 0;
    width: auto;
    margin: 0 auto 9.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.784vw;
  }
  .sec02 .btn .info {
    display: block;
    font-size: 2.9333333333vw;
    letter-spacing: 0.3226666667vw;
  }
  .sec02 .title {
    margin: 0 auto 8vw;
    font-size: 4.1333333333vw;
    letter-spacing: 1.1573333333vw;
  }
  .sec02 .boxWrap {
    grid-template-columns: 1fr;
    gap: 3.3333333333vw;
    margin-bottom: 6vw;
  }
  .sec02 .txtDl dt {
    width: 5em;
    font-size: 3.2vw;
    letter-spacing: 0.352vw;
    padding: 0 0 2.6666666667vw;
  }
  .sec02 .txtDl dd {
    position: relative;
    padding: 0 0 2.6666666667vw 7em;
    font-size: 3.2vw;
    letter-spacing: 0.352vw;
    font-weight: 400;
  }
  .sec02 .comBtn {
    position: absolute;
    top: 0;
    left: 42.6666666667vw;
  }
  .sec02 .comBtn a {
    margin-left: 24vw;
  }
  .sec02 .comBtn embed {
    height: 3.7333333333vw;
  }
  .sec02 .txtUl {
    font-size: 2.9333333333vw;
    letter-spacing: 0.1066666667vw;
  }
  .sec02 .txtUl li {
    padding-top: 0.6666666667vw;
    padding-bottom: 0.6666666667vw;
  }
  .sec02 .contactBox a {
    width: 86.1333333333vw;
    height: 15.7333333333vw;
    border-radius: 7.8666666667vw;
  }
  .sec02 .contactBox a span {
    font-size: 3.4666666667vw;
    letter-spacing: 0.3466666667vw;
  }
  .sec02 .contactBox .free embed {
    margin-top: 0;
    right: -6.6666666667vw;
    top: 12.6666666667vw;
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
  .sec03 .headLine01 {
    margin-bottom: 16vw;
  }
  .sec03 .content.program {
    padding: 21.3333333333vw 6.6666666667vw 0;
  }
  .sec03 .content.food {
    padding: 12vw 6.6666666667vw 24vw;
  }
  .sec03 .content.food .headLine01 {
    margin-bottom: 18vw;
  }
  .sec03 .inner {
    display: block;
    margin-bottom: 13.3333333333vw;
  }
  .sec03 .inner .photoBox {
    width: 100%;
  }
  .sec03 .inner .photoBox img {
    width: 100%;
  }
  .sec03 .inner .textBox {
    float: none;
    width: auto;
    padding-top: 5.3333333333vw;
  }
  .sec03 .inner .textBox .ttl {
    font-size: 4.1333333333vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.6613333333vw;
    margin-bottom: 6vw;
  }
  .sec03 .inner .textBox .txt {
    font-size: 2.9333333333vw;
    line-height: 5.0666666667vw;
    letter-spacing: 0.8666666667vw;
  }
  .sec03 .inner .textBox .small {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.48vw;
  }
  .sec03 .inner .textBox .small a {
    text-decoration: underline;
    position: relative;
    font-weight: 300;
  }
  .sec03 .inner .textBox .small a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  .sec03 .inner .textBox .small embed {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
  }
  .sec03 .snsList {
    display: flex;
    gap: 20px;
    margin-top: 6.6666666667vw;
  }
  .sec03 .snsList li a {
    display: flex;
    align-items: center;
  }
  .sec03 .snsList li embed {
    width: 4.9333333333vw;
    height: 4.9333333333vw;
    margin-right: 10px;
  }
  .sec03 .snsList li span {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.48vw;
    color: #FFF;
    font-size: 2.9333333333vw;
  }
}