@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

body {
  color: #333;
  background: #fff;
  font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #09f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  vertical-align: baseline;
  background: transparent;
  /*
	&:hover {
	}
	
	img:hover {
		opacity:0.7;
	}
	*/
}

.a_deco a {
  text-decoration: underline;
}

.xxxxxxxxx:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.svg-inline--fa {
  margin-right: 0.2em;
}

.set_width {
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 1059px) {
  .set_width {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 599px) {
  .set_width {
    width: calc(100% - 30px);
  }
}

.central_box {
  padding: 5em 0;
}

.section_set {
  padding: 0 0 5em;
}

header a {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
  background-image: -webkit-linear-gradient(top, #333 0%, #000 100%);
  background-image: -o-linear-gradient(top, #333 0%, #000 100%);
  background-image: linear-gradient(to bottom, #333 0%, #000 100%);
  display: block;
  padding: 1em;
  text-align: center;
}

header a:hover {
  opacity: 0.7;
}

footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
  background-image: -webkit-linear-gradient(top, #333 0%, #000 100%);
  background-image: -o-linear-gradient(top, #333 0%, #000 100%);
  background-image: linear-gradient(to bottom, #333 0%, #000 100%);
  padding: 2em 0;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 599px) {
  footer p {
    font-size: 12px;
  }
}

.contents_wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4facfe), to(#0a68c6));
  background-image: -webkit-linear-gradient(top, #4facfe 0%, #0a68c6 100%);
  background-image: -o-linear-gradient(top, #4facfe 0%, #0a68c6 100%);
  background-image: linear-gradient(to bottom, #4facfe 0%, #0a68c6 100%);
  background-attachment: fixed;
}

.event_summary {
  color: #fff;
  padding: 4em 0;
}

@media screen and (max-width: 599px) {
  .event_summary {
    padding: 2em 0;
  }
}

.event_summary .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event_summary .title_wrap .icon {
  width: 250px;
  height: 250px;
  border-radius: 250px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background: #fff;
  margin-right: 1.5em;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .event_summary .title_wrap .icon {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    border: 3px solid #fff;
  }
}

.event_summary .title_wrap .icon img {
  width: 100%;
}

.event_summary .title_wrap .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 999px) {
  .event_summary .title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event_summary .title_wrap .icon {
    margin: 0 auto 2em;
  }
}

.event_summary h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 0.25em;
}

.event_summary h2 {
  font-size: 1.325em;
  line-height: 1.325;
}

@media screen and (max-width: 767px) {
  .event_summary h1 {
    font-size: 1.5em;
  }
  .event_summary h2 {
    font-size: 1.125em;
    line-height: 1.5;
  }
  .event_summary h2 br {
    display: none;
  }
}

.event_summary .data {
  margin-top: 1em;
  padding: 0.25em 0;
}

.event_summary .data p {
  font-size: 1.125em;
  margin-bottom: 0.25em;
}

.entry {
  font-weight: bold;
  margin: 0.75em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 599px) {
  .entry {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.entry a {
  display: block;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 6px;
  padding: 0.875em 1em;
  font-size: 1.25em;
  color: #f00;
}

.entry a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 599px) {
  .entry a {
    font-size: 1.125em;
    padding: 0.75em 0.5em;
    width: 100%;
  }
}

.entry .min {
  font-size: 80%;
  font-weight: normal;
}

@media screen and (max-width: 599px) {
  .entry .min {
    display: block;
    margin-top: 0.5em;
  }
}

.bottom_entry .entry a {
  margin: 1em auto;
}

.goods_area {
  padding: 0 0 5em;
}

.goods_area .white_booth {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.goods_area h2 {
  font-size: 1.5em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
  background-image: -webkit-linear-gradient(top, #666 0%, #333 100%);
  background-image: -o-linear-gradient(top, #666 0%, #333 100%);
  background-image: linear-gradient(to bottom, #666 0%, #333 100%);
  color: #fff;
  border-radius: 6px;
  padding: 0.75em;
  margin-bottom: 1em;
  text-align: center;
}

.goods_area h2 br {
  display: none;
}

@media screen and (max-width: 999px) {
  .goods_area h2 {
    font-size: 1.25em;
    line-height: 1.325;
    padding: 0.75em 0;
  }
}

@media screen and (max-width: 767px) {
  .goods_area h2 br {
    display: block;
  }
}

.goods_area .product_one {
  margin: 0 3em;
  padding: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 599px) {
  .goods_area .product_one {
    margin: 0 1em;
  }
}

@media screen and (max-width: 349px) {
  .goods_area .product_one {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .goods_area .product_one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2em 0;
  }
}

.goods_area .product_one:last-child {
  border: 0;
}

.goods_area .product_one .image_area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .goods_area .product_one .image_area {
    width: 100%;
    margin-bottom: 2em;
  }
}

.goods_area .product_one .image_area > div {
  margin: 0 0.25em;
}

.goods_area .product_one .image_area img {
  width: 100%;
}

.goods_area .product_one .image_area .can_badge,
.goods_area .product_one .image_area .keyholder {
  padding: 0 3em;
}

.goods_area .product_one .image_area .card {
  margin: 0 auto;
}

.goods_area .product_one .image_area .card img {
  max-width: 180px;
  border: 1px solid #ccc;
}

.goods_area .product_one .image_area p.limited {
  margin-top: 0.5em;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
  background-image: -webkit-linear-gradient(top, #666 0%, #333 100%);
  background-image: -o-linear-gradient(top, #666 0%, #333 100%);
  background-image: linear-gradient(to bottom, #666 0%, #333 100%);
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
  font-size: 0.8125em;
}

@media screen and (max-width: 349px) {
  .goods_area .product_one .image_area p.limited {
    font-size: 0.75em;
  }
}

.goods_area .product_one .image_area p.limited:before {
  display: none;
  content: "\f0aa";
  font-family: "Font Awesome 5 Solid";
}

.goods_area .product_one .data_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 3em;
}

@media screen and (max-width: 999px) {
  .goods_area .product_one .data_area {
    margin-left: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .goods_area .product_one .data_area {
    margin-left: 0;
  }
}

.goods_area .product_one .name {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 999px) {
  .goods_area .product_one .name {
    font-size: 1.325em;
    margin-bottom: 0.25em;
  }
}

.goods_area .product_one .summary {
  font-size: 1.125em;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .goods_area .product_one .summary {
    font-size: 1em;
  }
}

.goods_area .product_one .spec {
  margin-top: 0.5em;
  line-height: 1.25;
}

.goods_area .product_one .color {
  margin-top: 0.5em;
  line-height: 1.25;
}

.goods_area .product_one .color .min {
  font-size: 80%;
}

.goods_area .product_one .price {
  display: none;
}

.goods_area .product_one .ev {
  font-weight: bold;
}
