@charset "UTF-8";
/* Scss Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", sans-serif;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.9;
  font-feature-settings: "palt"; /*CSSでカーニング調整をして先頭が 「 （カッコ）の左端を揃える*/
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media only screen and (min-width: 768px) {
  /* Tablet */
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
}
li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
}

/* 保存禁止の画像 */
img.selectNone,
.goods_list li img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

a {
  color: #000;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 1;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: flash;
            animation-name: flash;
  }
  @-webkit-keyframes flash {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes flash {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
  font-weight: normal;
}

/* clearfix
-------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.sp_none {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  /* Tablet */
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: inline-block !important;
  }
}
/* 注釈 */
.annotation_tx {
  font-size: 0.8em;
  line-height: 1.6;
}

/* ページ遷移時にふわっと表示 */
body.fadeIn_body {
  animation: fadeInbody 1s ease 0s 1 normal;
  -webkit-animation: fadeInbody 1s ease 0s 1 normal;
}

@keyframes fadeInbody {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInbody {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --- アニメーション --- */
.fadein_slide {
  opacity: 0;
  transform: translateY(40px); /* 下からスライドフェードイン */
  transition: all 0.7s 0s ease;
}

/* -- 共通コンテンツ幅 -- */
.common_container {
  width: 100%;
  padding: 50px 8%;
  border-top: 1px solid #eee;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .common_container {
    width: 80%;
    max-width: 1100px;
    padding: 80px;
    border: 1px solid #000;
    position: static;
    border-radius: 8px;
    margin: 0 auto 30px;
  }
}
/* -- 共通コンテンツタイトル -- */
.content_title_headSP {
  position: absolute;
  top: 50px;
  left: 0;
  width: 6px;
  height: 3em;
  background: #000;
}

.content_title {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.content_title span {
  display: block;
  width: 30px;
  height: 1.5px;
  background: #000;
  margin-top: 8px;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .content_title_headSP {
    display: none;
  }
  .content_title {
    font-size: 2.6em;
    margin-bottom: 70px;
  }
  .content_title span {
    width: 40px;
    margin-top: 12px;
  }
}
/* -- Coming Soon --*/
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .coming_soon {
    position: relative;
  }
  .coming_soon .content_title {
    margin-bottom: 0;
  }
  .coming_soon .coming_soon_tx {
    position: absolute;
    top: 80px;
    right: 80px;
    text-align: right;
    font-size: 0.8em;
  }
  .coming_soon .coming_soon_tx strong {
    font-size: 1.4em;
  }
}
/* -- キービジュアル -- */
#Main {
  width: 100%;
  height: 0;
  padding-top: 78.75%; /* (画像の高さ / 画像の横幅) × 100 */
  background: url("../images/main_sp.jpg") no-repeat center center/cover;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #Main {
    padding-top: 77.08333333%; /* (画像の高さ / 画像の横幅) × 100 */
    background: url("../images/main_pc.jpg") no-repeat center center/cover;
  }
}
@media only screen and (min-width: 1440px) {
  /* 1440px以上の場合は、それ以上画像大きくしない。 */
  #Main {
    padding-top: 0;
    background: url("../images/main_pc.jpg") no-repeat center center/cover;
    width: 1440px;
    height: 1110px;
    margin: 0 auto;
  }
}
/* -- イントロ -- */
#Intro {
  width: 100%;
  padding: 50px 8%;
}
#Intro p {
  text-align: justify;
  line-height: 2.1;
}
#Intro .head_tx {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 15px;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #Intro {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 0 70px;
  }
  #Intro p {
    text-align: center;
    line-height: 2.2;
    font-size: 1.2em;
  }
}
/* -- 開催概要 -- */
#Outline ul.outline_list {
  width: 100%;
}
#Outline ul.outline_list li {
  margin-bottom: 30px;
}
#Outline ul.outline_list li:last-child {
  margin-bottom: 0;
}
#Outline ul.outline_list li .dt {
  font-weight: bold;
  padding-bottom: 5px;
}
#Outline ul.outline_list li .dd span {
  font-size: 0.8em;
}
#Outline ul.outline_list li .kana4 {
  letter-spacing: 0.2em;
}
#Outline ul.outline_list .google_map {
  width: 100%;
  height: 260px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
#Outline ul.outline_list .google_map iframe {
  width: 100%;
  height: 260px;
}
#Outline a.google_map_link {
  border: 1px solid;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 0.8em;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #Outline {
    position: relative;
  }
  #Outline .content_title {
    position: absolute;
    top: 80px;
    left: 80px;
  }
  #Outline ul.outline_list {
    width: 100%;
    padding-left: 300px;
  }
  #Outline ul.outline_list li {
    display: flex;
  }
  #Outline ul.outline_list li .dt {
    width: 25%;
    padding-bottom: 0;
  }
  #Outline ul.outline_list li .dd {
    width: 75%;
  }
  #Outline ul.outline_list .google_map {
    height: 360px;
    margin-bottom: 50px;
  }
  #Outline ul.outline_list .google_map iframe {
    height: 360px;
  }
}
/* -- 展示内容 --*/
/* -- 見どころ --*/
#Highlight .topic,
#news .topic {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
#Highlight .topic:last-child,
#news .topic:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#Highlight .topic h2,
#news .topic h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 6px double #c789c9;
  padding-left: 20px;
}
#Highlight .topic .tx,
#news .topic .tx {
  text-align: justify;
}

/* -- グッズ --*/
#Goods .content_title span {
  margin-top: 12px;
}
#Goods .intro {
  margin-bottom: 40px;
}
#Goods .goods_box,
#Goods .goods_listbox {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
}
#Goods .goods_box:last-child,
#Goods .goods_listbox:last-child {
  margin-bottom: 0;
}
#Goods .goods_box .credit,
#Goods .goods_listbox .credit {
  margin-top: 20px;
  font-size: 0.8em;
  line-height: 1.8;
  height: 7em;
}
#Goods .goods_box .credit .slash,
#Goods .goods_listbox .credit .slash {
  display: none;
}

.goods_release_date {
  color: #c789c9;
  padding-left: 10px;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #Goods .content_title span {
    margin-top: 18px;
  }
  #Goods .intro {
    margin-bottom: 80px;
  }
  #Goods .goods_box {
    border: 0;
    padding: 0;
    margin-bottom: 100px;
  }
  #Goods .goods_box .credit {
    margin-top: 40px;
    font-size: 1em;
    line-height: 1.9;
    text-align: center;
    height: 6em;
  }
  #Goods .goods_box .credit p,
#Goods .goods_box .credit .slash {
    display: inline-block;
  }
  #Goods .goods_listbox {
    width: 46%;
    margin: 0 2% 40px;
    padding: 40px;
    float: left;
    background: #f6f6f6;
    border: 0;
  }
}
/* --- Footer --- */
#Footer {
  width: 100%;
  padding: 30px 8%;
  border-top: 1px solid #eee;
}
#Footer .note {
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}
#Footer .byt_logo {
  width: 100px;
  margin: 65px auto 15px;
}
#Footer .copyright {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
}

.twitter_btn a,
.x_btn a {
  background: #555;
  width: 100%;
  max-width: 440px;
  height: 80px;
  border-radius: 40px;
  color: #fff;
  position: relative;
  display: block;
  margin: 0 auto;
}
.twitter_btn a .icon,
.x_btn a .icon {
  background: #4d9ae9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 24px;
  line-height: 60px;
}
.twitter_btn a .tx,
.x_btn a .tx {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  padding: 0 30px 0 80px;
  width: 100%;
  text-align: center;
  line-height: 1.6;
}

.x_btn a .icon {
  background: #000;
}
.x_btn a .icon img {
  width: 24px;
  vertical-align: text-bottom;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #Footer {
    width: 100%;
    padding: 80px 0;
    border-top: 0;
  }
  #Footer .note {
    margin-top: 30px;
  }
  #Footer .byt_logo {
    width: 130px;
  }
}/*# sourceMappingURL=style_common.css.map */