@charset "utf-8";
/* CSS Document */
/* 共通領域 */
.inner {
  max-width: 1024px;
  text-align: center;
  margin: 0 auto 0 auto;
}
p {
  font-size: 16px;
  font-family: "メイリオ";
  color: #f3ede7;
  line-height: 1.6;
}
h2 {
  font-size: 20px;
  font-family: "Simsun";
  font-weight: 400;
  text-align: center;
  color: #f3ede7;
  margin-top: 40px;
  margin-bottom: 60px;
}
h3 {
  font-size: 20px;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #f3ede7;
}
h4 {
  font-size: 24px;
  line-height: 2;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #f3ede7;
  margin-bottom: 60px;
  text-decoration: underline;
  text-decoration-color: rgba(241, 204, 188, 0.7);
}
small {
  font-size: 12px;
  font-family: "メイリオ";
  text-align: center;
  color: #0e4c5e;
}
a {
  color: #f3ede7;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}
.wrapper {
  overflow: hidden;
}
@media screen and (min-width:768px) {
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  p {
    font-size: 18px;
  }
}
/* ヘッダー領域 */
.event-logo-header img {
  width: 180px;
  height: 77px;
}
.event-logo-header h1 {
  float: left;
  margin-left: 10px;
}
.blue {
  background: #176ea3;
}
.pc-nav {
  display: none;
}
@media screen and (min-width:768px) {
  .globalMenuSp {
    display: none;
  }
  .event-logo-header img {
    width: 230px;
    height: 98px;
    margin-top: 10px;
  }
  .pc-nav {
    display: block;
  }
  .pc-nav ul {
    display: flex;
    float: right;
  }
  .pc-nav ul li {
    margin-left: 80px;
    margin-top: 43px;
    font-size: 30px;
    font-family: Simsun;
    color: #f3ede7;
  }
}
main {
  clear: both;
}
/* メイン領域 */
main p {
  text-align: center;
}
.sitka p {
  font-family: Sitka;
}
.sitka {
  margin-bottom: 150px;
}
main h1 {
  margin-bottom: 60px;
  /*margin-top: 30px;*/
}
main h3 {
  margin-top: 30px;
}
main p {
  margin-top: 30px;
}
.blue2 {
  color: #1b74ac;
}
/*ヒーロー*/
/*.hero {
  padding-top: 50px;
}*/
.hero li {
  display: none;
}
@media screen and (min-width:768px) {
  .hero {
  padding-top: 50px;
}
  .hero li {
    display: inline-block;
  }
  .hero1 {
    float: left;
    margin-left: 30px;
  }
  .hero2 {
    float: right;
    margin-right: 30px;
  }
  .hero3 {
    float: left;
    margin-left: 30px;
    margin-top: 20px;
  }
  .hero4 {
    float: right;
    margin-top: 20px;
    margin-right: 30px;
  }
  .hero {
    padding-bottom: 60px;
  }
  .hero ul {
    overflow: hidden;
  }
}
/*イベント*/
.event2 {
  background: #0e4c5e;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.event2 h3 {
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .event2 {
    margin-top: 20px;
  }
}
/*アーティスト*/
hr {
  width: 90%;
  margin-top: 60px;
  margin-bottom: 60px;
  color: #f3ede7;
}
.box1 {
  position: relative;
  width: 350px;
  margin: 0 auto;
}
.box1 p {
  position: absolute;
  bottom: 20px;
  right: -10px;
  writing-mode: vertical-rl;
  font-size: 40px;
  color: #f1ccbc;
  font-family: 'Antic Slab', serif;
}
.left {
  width: 350px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .creater {
    display: flex;
    justify-content: center;
  }
  .singer {
    display: flex;
    justify-content: center;
  }
  .box2 {
    margin-right: 80px;
  }
  .box2 h3 {
    text-align: left;
  }
}
/* ぱんくず領域 */
.pan {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.pan span {
  background: #0e4c5e;
  padding: 8px 20px 8px 20px;
  border-radius: 10px;
  margin: 60px 30px 0 30px;
}
/* フッター領域 */
.white {
  background: #f3ede7;
}
footer h2 {
  color: #0e4c5e;
  font-size: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "メイリオ";
  margin-top: 0;
}
.cafe-logo img {
  width: 180px;
}
.cafe-logo {
  text-align: center;
  margin-top: 60px;
}
.page-top {
  position: fixed;
  bottom: 0;
  right: 0;
}
.page-top img {
  width: 140px;
}
.footer-container ul {
  display: flex;
  width: 250px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
.sns p {
  color: #0e4c5e;
  text-align: center;
}
.footer-container li {
  margin-right: 30px;
  text-align: center;
}
.footer-container li:nth-child(2) {
  margin-right: 0;
}
.footer-container li:nth-child(5) {
  margin-right: 0;
}
.space {
  width: 100%;
}
.sns {
  margin-bottom: 30px;
}
.sns p {
  line-height: 4;
}
.sns a {
  color: #0e4c5e;
}
.copy small {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 40px;
}
.copy {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 40px;
  color: #0e4c5e;
}
@media screen and (min-width:768px) {
  .cafe-logo img {
    width: 285px;
    height: auto;
  }
  .page-top img {
    width: 200px;
  }
  .footer-container ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
  .footer-container li {
    margin-right: 50px;
  }
  .space {
    display: none;
  }
  .footer-container li:nth-child(2) {
    margin-right: 50px;
  }
  .footer-container li:nth-child(5) {
    margin-right: 0;
  }
}
/* アイコン */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?bxh9ix');
  src: url('fonts/icomoon.eot?bxh9ix#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?bxh9ix') format('truetype'), url('fonts/icomoon.woff?bxh9ix') format('woff'), url('fonts/icomoon.svg?bxh9ix#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-size: 50px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}