@charset "utf-8";

@font-face {
  font-family: 'Bolton';
  font-style: normal;
  font-weight: normal;
  src: local('Bolton'), url('font/Bolton.woff') format('woff');
}

@font-face {
	font-family: 'decnodi';
	src: url('font/decnodi.eot');
	src: local('decnodi'), url('font/decnodi.woff') format('woff'), url('font/decnodi.ttf') format('truetype');
}
/************************************************

@common.css

(c) ULM Co.,Ltd. - https://www.ulm-design.com
==========

0.html5doctor.com Reset Stylesheet v1.6.
1.html,body
2.#wrapper
3.#header
  3.1 nav
4.#main
  4.1 banner
  4.2 SNS
5.#footer
6.#preloader
7.Modules
8.iziModal
  8.1 iziModal custom

************************************************/
/* 0.html5doctor.com Reset Stylesheet v1.6.1 + box-sizing:border-box */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::after,blockquote::before,q::after,q::before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}*,*::before,*::after{box-sizing:border-box}

/*-------------------------------

1.html,body

-------------------------------*/
html {}

body {
  width: 100%;
  /* min-width: 1280px; */
  color: #444;
  font: 16px/1em "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-display: swap;
  letter-spacing: 2px;
  line-height: 2;
  word-break: break-all;
  word-wrap: break-word;

  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  
  background: #fff url("../img/event/bg_pc.jpg") center top no-repeat fixed;
  background-size: cover;
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.w100 {
  width: 100%;
}

.sans-selif {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

img {
  vertical-align: bottom;
}

a {
  cursor: pointer;
  transition: all ease .4s;
  text-decoration: none;
}

a:hover {
  opacity: .6;
}

#main {
  text-align: center;
}

/* main */
.contents-wrapper {
  width: calc(100% - 220px);
  position: absolute;
  right: 0;
  text-align: center;
}

.mv {
}

.ttl {
  width: 500px;
  margin: 0 auto 4%;
  padding: 5% 0 0;
}

.menu {
  background: #000;
  padding: 40px 0 10px 0;
}

.nav-container {
  display: flex;
  justify-content: center;
}

.nav-btn {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  width: 130px;
  height: 50px;
}

.nav {
  height: 14px;
}

/* about */
#about {
  width: 700px;
  margin: 0 auto;
}

.lead {
  width: 620px;
  margin: 0 auto;
  font-size: 16px;
}

.about-contents {
  width: 620px;
  margin: 3% auto;
  padding: 15px 0;
  position: relative;
}

.about-contents::before, .about-contents::after {
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
}

.about-contents::before {
	border-left: solid 2px #bbb;
	border-top: solid 2px #bbb;
	border-bottom: solid 2px #bbb;
	top: 0;
	left: 0;
}

.about-contents::after {
	border-right: solid 2px #bbb;
	border-top: solid 2px #bbb;
	border-bottom: solid 2px #bbb;
	top: 0;
	right: 0;
}

.about-caption {
  color: #fff;
  background: #000;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 20px;
}

.about-detail {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.date {
  width: 300px;
}

.character {
  font-size: 18px;
  display: block;
  margin: 5px auto 20px;
}

.about-caution {
  text-align: left;
  font-size: 14px;
  margin: 0 auto 10px;
}

.link-txt {
  color: #b88f44;
  text-decoration: underline;
}

#about .link-txt {
  font-size: 18px;
}

/* ticket */

.ticket-price {
  width: 280px;
  margin: 0 auto 40px;
}

.ticket-container {
  width: 600px;
  margin: 0 auto;
}

.ticket-ttl {
  /* width: 360px; */
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
}

.ticket-txt {
  /* width: 360px; */
  margin: 0 auto 20px;
  text-align: left;
}

.gray {
  color: #aaa;
}

.ticket-caption {
  background: #e1cca6;
}

.ticket-detail {
  margin: 6px auto 20px;
}

.ticket-caution {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
}

.bold {
  font-weight: bold;
}

.ticket-caution .bold {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.ticket-caution .strong-txt {
  font-weight: bold;
}

.ticket-detail-box .caution {
  font-size: 14px;
  margin: 17px auto;
}


/* notice */
.corona-txt {
  width: 800px;
  margin: 0 auto 40px;
  padding: 30px 25px;
  border: solid 2px #bbb;
  text-align: left;
}

.corona-txt .bold {
  text-align: center;
  display: block;
}

.caution {
  font-size: 12px;
}

.notice-txt {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
}

.notice-txt .bold {
  font-weight: bold;
  font-size: 16px;
}

.notice-txt .strong-txt {
  font-size: 16px;
  font-weight: bold;
  color: #b88f44;
}

.info {
  width: 520px;
  margin: 30px auto;
  padding: 10px 10px;
  border: solid 2px #bbb;
}

.info-caption {
  font-size: 14px;
  font-weight: bold;
}

.info-detail {
  font-size: 12px;
  margin: 0 auto 10px;
}

#footer {
  margin: 5% auto 0;
  padding: 3% 0 1%;
  background: #151515;
}

#footer p {
  color: #fff;
}


.top-link {
  width: 300px;
  display: block;
  margin: 0 auto 2%;
}

#cc {
  color: #fff;
  font-size: 13px;
}

/* goods */

#goods {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

#goods .strong-txt {
  font-weight: bold;
  font-size: 22px;
  border-bottom: double 3px #444;
  padding-bottom: 3px;
}

.goods-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 10px auto 0;
}

.goods-box {
  width: 435px;
  background: #0000001f;
  margin: 20px auto;
  padding: 10px;
}

.goods-ttl {
  background: #fbfbfb;
  border: solid 2px #b88f44;
  display: inline-block;
  margin: 10px auto;
  padding: 0 14px;
  font-size: 18px;
}

.goods-img {
  width: 90%;
  margin: 10px auto;
}

.goods-price {
  font-size: 14px;
  margin: 0 auto 10px;
}

.goods-txt {
  background: #b88f44;
  color: #fff;
  display: inline-block;
  margin: 10px auto;
  padding: 0 10px;
}

/************************************************

SP

************************************************/
@media all and (max-width:896px) {
  
  html {
    width: 100%;
    overflow-x: hidden;
    background: #f3f3f3;
  }
  
  body {
    min-width: 100%;
    position: relative;
    z-index: 1;
    background: none;
    overflow-x: hidden;
  }
  
  body::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: #fff url("../img/event/bg_sp.jpg") center top no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  
  #wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .ttl {
    width: 100%;
    margin: 0 auto 5%;
    padding: 10% 0 0;
  }

  .menu {
    padding: 6% 0 2% 0;
  }

  .top-link {
    margin: 0 auto 7%;
  }

  .nav {
    height: 10px;
  }

  .nav-btn {
    width: 100px;
    height: 40px;
  }

  #about {
    width: 90%;
  }

  .lead {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    text-align: left;
  }

  .about-contents {
    width: 100%;
    margin: 8% auto;
    padding: 2% 0;
    position: relative;
  }

  .about-caption {
    font-size: 13px;
  }

  .about-detail {
    margin: 0 0 30px;
    font-size: 22px;
  }

  .date {
    width: 78%;
  }

  .character {
    font-size: 14px;
  }

  .about-caution {
    text-align: left;
    font-size: 11px;
  }

  .link-txt {
    color: #b88f44;
    text-decoration: underline;
  }

  #about .link-txt {
    font-size: 14px;
  }

  .ticket-price {
    width: 62%;
    margin: 30px auto 40px;
  }

  .ticket-container {
    width: 100%;
    margin: 0 auto;
  }

  .ticket-ttl {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
  }

  .ticket-txt {
    width: 90%;
  }

  .ticket-caption {
    background: #e1cca6;
    font-size: 13px;
  }

  .ticket-detail {
    margin: 6px auto 20px;
    font-size: 13px;
    line-height: 1.5;
    width: 90%;
  }

  .ticket-caution {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 11px;
  }

  .ticket-caution .bold {
    font-size: 13px;
    font-weight: bold;
    display: block;
  }

  .ticket-detail-box .caution {
    font-size: 12px;
    margin: 17px auto;
    width: 90%;
    text-align: left;
  }

  .corona-txt {
    width: 90%;
    margin: 0 auto 40px;
    padding: 30px 25px;
    border: solid 2px #bbb;
    text-align: left;
    font-size: 13px;
  }

  .caution {
    font-size: 10px;
    line-height: 1.5;
    display: block;
  }

  .notice-txt {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 11px;
  }

  .notice-txt .bold {
    font-size: 13px;
    font-weight: bold;
    display: block;
  }

  .notice-txt .strong-txt {
    font-size: 12px;
    line-height: 1.4;
  }

  .info {
    width: 90%;
    margin: 30px auto;
    padding: 10px 10px;
    border: solid 2px #bbb;
  }

  .info-caption {
    font-size: 13px;
  }

  .info-detail {
    font-size: 11px;
  }

  #footer {
    margin: 12% auto 0;
    padding: 11% 5% 5%;
  }

  #footer p {
    font-size: 11px;
  }

  #cc {
    font-size: 10px;
  }

  #goods {
    width: 90%;
  }

  .goods-lead {
    font-size: 13px;
  }

  #goods .strong-txt {
    font-size: 16px;
  }

  #goods .caution {
    margin-top: 2%;
  }

  .goods-ttl {
    border: solid 1px #b88f44;
    font-size: 15px;
  }

  .goods-box {
    width: 94%;
  }

  .goods-price {
    font-size: .7em;
  }

  .goods-txt {
    font-size: .8em;
  }

  
}