body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
brockquote,
pre,
table,
caption,
address,
form,
object,
img,
span,
a,
strong,
em,
q,
ins,
del,
site,
code,
dfn,
abbr,
acronym,
section,
header,
footer,
nav,
aside,
article,
address,
figure,
hgroup,
menu {
  margin: 0;
  padding: 0
}

html {
  overflow: auto
}

body {
  color: #0b0b0b;
  text-align: center;
  word-break: break-all;
  font: 0.9em/1.75em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "Meiryo", "Meiryo", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-width: 100%
}

@media screen and (max-width:768px) {
  body {
    font-size: .9em;
    line-height: 1.4em
  }
}

ul {
  list-style-position: outside;
  list-style-type: none;
  -webkit-padding-start: 0 !important;
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important
}

li a {
  border: none
}

ol li {
  margin-bottom: 5px
}

table {
  border-collapse: collapse;
  font-size: 100%
}

img,
a {
  border: none
}

address,
em,
cite {
  font-style: normal
}

a {
  overflow: hidden;
  outline: none;
  text-decoration: underline;
  color: #000
}

a:visited {
  text-decoration: underline;
  color: #333
}

a:hover {
  text-decoration: none
}

.img-waku {
  margin: 2px
}

.nobr {
  white-space: nowrap
}

article p {
  margin-bottom: 1.2em
}

.clearboth {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0
}

.mt5 {
  margin-top: 5px
}

.mt10 {
  margin-top: 10px
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.mt30 {
  margin-top: 30px
}

.mt40 {
  margin-top: 40px
}

.mb0 {
  margin-bottom: 0
}

.mb5 {
  margin-bottom: 5px
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb20 {
  margin-bottom: 20px
}

.mb30 {
  margin-bottom: 30px !important
}

.mb40 {
  margin-bottom: 40px
}

.mb50 {
  margin-bottom: 50px
}

.mb60 {
  margin-bottom: 60px
}

.m5 {
  margin: 5px
}

.m10 {
  margin: 10px
}

.m15 {
  margin: 15px
}

.m20 {
  margin: 20px
}

.m30 {
  margin: 30px
}

.pt5 {
  padding-top: 5px
}

.pt10 {
  padding-top: 10px
}

.pt15 {
  padding-top: 15px
}

.pt20 {
  padding-top: 20px
}

.pt30 {
  padding-top: 30px
}

.pb5 {
  padding-bottom: 5px
}

.pb10 {
  padding-bottom: 10px
}

.pb15 {
  padding-bottom: 15px
}

.pb20 {
  padding-bottom: 20px
}

.pb30 {
  padding-bottom: 30px
}

.p5 {
  padding: 5px
}

.p10 {
  padding: 10px
}

.p15 {
  padding: 15px
}

.p20 {
  padding: 20px
}

.p30 {
  padding: 30px
}

figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

ul.txt-attention {
  margin-left: 1em
}

ul.txt-attention li {
  text-indent: -1em
}

.txt-left {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: justify !important;
  text-justify: inter-ideograph !important
}

.txt-center {
  text-align: center
}

.txt-right {
  text-align: right
}

.txt-s {
  font-size: .8em
}

.txt-l {
  font-size: 1.4em
}

@media screen and (max-width:479px) {
  .txt-l {
    font-size: 1.2em
  }
}

.txt-ll {
  font-size: 2em
}

.txt-non {
  display: none
}

.float-right {
  float: right
}

.float-left {
  float: left
}

.absmiddle {
  vertical-align: middle
}

.pagetop-txt {
  display: none
}

.txt-pink {
  color: #c50035
}

.txt-red {
  color: #c00
}

.txt-orange {
  color: #eb610f
}

.txt-brown {
  color: #9c6f31
}

.txt-gray {
  color: #ccc
}

.img-over {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

.img-over:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

.bg-black {
  background: #000;
  color: #fff
}

.bg-black a {
  color: #fff
}

.bg-gray {
  background: #f0f0f0
}

.clearfix {
  clear: both;
  height: auto
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

.txt-long {
  display: inline-block;
  -moz-transform: scale(3, 1);
  -webkit-transform: scale(3, 1);
  -o-transform: scale(3, 1);
  -ms-transform: scale(3, 1);
  transform: scale(3, 1);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.txt-long2 {
  display: inline-block;
  -moz-transform: scale(2, 1);
  -webkit-transform: scale(2, 1);
  -o-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
  transform: scale(2, 1);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 1000;
  width: 50px
}

span.loading07 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  -webkit-animation: animation07 2s linear infinite;
  animation: animation07 2s linear infinite
}

span.loading07 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  -webkit-animation: animation07 2s linear infinite;
  animation: animation07 2s linear infinite
}

span.loading07 span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

span.loading07:before,
span.loading07:after,
span.loading07 span:before,
span.loading07 span:after {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 23px;
  height: 23px
}

span.loading07:before {
  left: 0;
  top: 0;
  background-image: -webkit-gradient(radial, 25 25, 0, 25 25, 25, from(transparent), color-stop(.81, transparent), color-stop(.82, #ccc), color-stop(.98, #ccc), color-stop(.99, transparent), to(transparent));
  background-image: -webkit-radial-gradient(25px 25px, 25px 25px, transparent, transparent 81%, #ccc 82%, #ccc 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at 25px 25px, transparent, transparent 81%, #ccc 82%, #ccc 98%, transparent)
}

span.loading07:after {
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(radial, -2 -2, 0, -2 -2, 25, from(transparent), color-stop(.81, transparent), color-stop(.82, #ccc), color-stop(.98, #ccc), color-stop(.99, transparent), to(transparent));
  background-image: -webkit-radial-gradient(-2px -2px, 25px 25px, transparent, transparent 81%, #ccc 82%, #ccc 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at -2px -2px, transparent, transparent 81%, #ccc 82%, #ccc 98%, transparent)
}

span.loading07 span:before {
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(radial, 25 -2, 0, 25 -2, 25, from(transparent), color-stop(.81, transparent), color-stop(.82, #ccc), color-stop(.98, #ccc), color-stop(.99, transparent), to(transparent));
  background-image: -webkit-radial-gradient(25px -2px, 25px 25px, transparent, transparent 81%, #ccc 82%, #ccc 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at 25px -2px, transparent, transparent 81%, #ccc 82%, #ccc 98%, transparent)
}

span.loading07 span:after {
  right: 0;
  top: 0;
  background-image: -webkit-gradient(radial, -2 25, 0, -2 25, 25, from(transparent), color-stop(.81, transparent), color-stop(.82, #ccc), color-stop(.98, #ccc), color-stop(.99, transparent), to(transparent));
  background-image: -webkit-radial-gradient(-2px 25px, 25px 25px, transparent, transparent 81%, #ccc 82%, #ccc 98%, transparent 99%, transparent);
  background-image: radial-gradient(25px 25px at -2px 25px, transparent, transparent 81%, #ccc 82%, #ccc 98%, transparent)
}

@-webkit-keyframes animation07 {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes animation07 {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

#appears-block {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  opacity: 0
}

#contaier {
  padding-top: 89px
}

#pagetotop {
  margin-top: -100px;
  padding-top: 100px
}

@media screen and (max-width:767px) {
  #contaier {
    padding-top: 70px
  }

  #pagetotop {
    margin-top: -50px;
    padding-top: 50px
  }
}

.btn-honyaku {
  position: fixed;
  right: 3px;
  top: 3px;
  z-index: 11;
  display: inline-block;
  width: auto
}

@media screen and (max-width:767px) {
  .btn-honyaku {
    left: 3px;
    z-index: 1001;
    text-align: left
  }
}

#top-main-area {
  width: 100%;
  position: relative;
  height: auto;
  margin: 0 auto 0;
  background: #edede9
}

#top-main-area div {
  width: 960px;
  margin: auto;
  height: auto;
  position: relative
}

#top-main-area div figure {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0
}

#top-main-area div figure.top-main01 {
  z-index: 1
}

#top-main-area div figure.top-main02 {
  z-index: 2
}

#top-main-area div div.top-main03 {
  z-index: 3;
  width: 100%;
  height: auto
}

#top-main-area div div.top-main03 div.top-main03-in {
  position: relative;
  width: 100%;
  text-align: left
}

#top-main-area div div.top-main03 ul {
  position: absolute;
  bottom: 15px;
  left: 15px;
  letter-spacing: -.4em;
  width: 100%;
  text-align: left
}

#top-main-area div div.top-main03 ul li {
  margin-right: 8px;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left
}

#top-main-area div div.top-main03 ul li a {
  display: block;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  width: 25px
}

#top-main-area div figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

@media screen and (max-width:959px) {
  #top-main-area div {
    width: 100%
  }

  #top-main-area div div.top-main03 ul li a {
    width: 20px
  }
}

.top-info-box {
  border: 1px solid #ccc;
  padding: 0 0 20px 20px;
  position: relative
}

.top-info-box-2 {
  border: 1px solid #ccc;
  padding: 0 0 20px 20px;
  position: relative
}

@media screen and (max-width:767px) {
  .top-info-box-2 {
    padding: 0 0 40px 20px
  }
}

.btn-top-info {
  right: 0;
  bottom: 0;
  font-size: .8em;
  letter-spacing: .1em;
  position: absolute
}

.btn-top-info a {
  display: block;
  background: #9c6f31;
  text-decoration: none;
  color: #fff;
  padding: 2px 15px
}

#timeline-block {
  clear: both;
  width: 100%;
  margin-bottom: 60px
}

#timeline-block-in {
  width: 960px;
  height: auto;
  margin: auto
}

#timeline-block-in ul {
  letter-spacing: -.4em
}

#timeline-block-in ul li {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  width: 44%;
  margin: 3%;
  letter-spacing: normal;
  font-size: 1.1em
}

#timeline-block-in ul li div.timelinewaku {
  border: 3px solid #000;
  padding: 30px;
  margin-top: 10px
}

@media screen and (max-width:959px) {
  #timeline-block-in {
    width: auto;
    margin: 0 10px
  }
}

@media screen and (max-width:480px) {
  #timeline-block-in ul li {
    width: 85%;
    margin: 0 auto 30px
  }
}

#bread-block {
  background: #333;
  padding: 10px 0 5px;
  font-size: .9em
}

#bread-block div {
  width: 960px;
  margin: auto;
  text-align: left
}

#bread-block div ul {
  letter-spacing: -.4em
}

#bread-block div ul li {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  width: auto;
  letter-spacing: normal;
  margin-right: 20px
}

#bread-block div ul li a,
#bread-block div ul li {
  color: #fff
}

#bread-block div ul li i {
  color: #c88823;
  margin-right: 3px
}

@media screen and (max-width:959px) {
  #bread-block div {
    width: auto;
    padding: 0 10px
  }
}

/*#second-main-area > ul li {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: middle;
  width: auto;
  letter-spacing: normal;
  width: 50%
}*/
/*#second-main-area > ul li div {
  width: 430px;
  margin-left: 30px;
  color: #fff;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.8em
}

#second-main-area > ul li div i {
  margin-right: 5px
}

#second-main-area > ul li div a {
  color: #fff
}

#second-main-area > ul li div strong {
  font-size: 1.2em;
  line-height: 1.6em
}*/
#second-main-area {
  background: #000;
}

#second-main-area > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  min-height: 350px;
}

#second-main-area > ul li {
  width: 48%;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#second-main-area > ul li h2 {
  margin-bottom: 0;
}

#second-main-area > ul li p {
  color: #FFF;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 0;
}

#second-main-area > ul li img {
  min-width: 100%;
  min-height: 100%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

#second-main-area > ul li:last-child {
  padding: 50px 0;
}

#second-main-area > ul li:last-child div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#second-main-area a {color:#fff}

#second-main-area > ul.tasting-main li img {
  min-height:auto;
}

#second-main-area > ul li:last-child {
  padding: 50px 0;
}

#second-main-area > ul li:last-child div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1000px) {
#second-main-area > ul.tasting-main li:last-child {
  padding: 15px 0 5px;
}
#second-main-area > ul.tasting-main li p {
  font-size: 13.5px;
  line-height: 1.8;
}
#second-main-area > ul.tasting-main {
  min-height: 307px;
}
}

@media only screen and (max-width: 768px) {
  #second-main-area > ul {
    min-height: 100%;
    overflow: auto;
  }
	
	#second-main-area > ul.tasting-main {
  min-height: 350px;
}
#second-main-area > ul.tasting-main li:last-child {
  padding: 30px 0;
}

  #second-main-area > ul li {
    width: 100%;
  }

  #second-main-area > ul li h2 {
    margin-bottom: 0;
  }

  #second-main-area > ul li p {
    font-size: 14px;
    line-height: 1.8;
  }

  #second-main-area > ul li img {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    transform: translateY(0);
  }

  #second-main-area > ul li:last-child {
    width: 90%;
    margin: auto;
    padding: 20px 0;
  }

  #second-main-area > ul li:last-child div {
    position: static;
    top: 0;
    transform: translateY(0);
  }
}

#schedule,
#flow,
#entrysheet,
#paper,
#target,
#price,
#number,
#rule {
  margin-top: -100px;
  padding-top: 100px
}

#now h2 [data-ruby] {
  position: relative
}

#now h2 [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -.55em;
  left: .8em;
  right: 0;
  margin: auto;
  font-size: .4em;
  letter-spacing: 1em
}

@media screen and (max-width:679px) {
  #now h2 [data-ruby]::before {
    top: -.9em
  }
}

#now h2 rt {
  display: none
}

#now #now-left {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  width: 70%;
  margin-right: 3%
}

#now #now-right {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  width: 26%
}

@media screen and (max-width:679px) {
  #now #now-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  #now #now-right {
    width: 100%
  }
}

.sns-area {
  margin: 60px auto 10px;
  padding: 0;
  overflow: hidden;
  table-layout: fixed;
  display: table;
  width: 100%
}

.sns-area li {
  list-style-type: none;
  display: table-cell;
  vertical-align: middle
}

.sns-area li i {
  margin-right: 5px
}

.sns-area li:last-child {
  margin-right: 0
}

.sns-link {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  height: 50px;
  line-height: 50px
}

.sns-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0
}

.sns-link:hover {
  text-decoration: none
}

.sns-link:hover::after {
  -webkit-animation: circle .75s;
  animation: circle .75s
}

@-webkit-keyframes circle {
  50% {
    opacity: 1
  }

  100% {
    width: 300px;
    height: 300px
  }
}

@keyframes circle {
  50% {
    opacity: 1
  }

  100% {
    width: 300px;
    height: 300px
  }
}

.sns-twitter {
  background: #55acee
}

.sns-facebook {
  background: #3a5795
}

.sns-bookmark {
  background: #00A5DE
}

.sns-pocket {
  background: #ED4055
}

.blogicon-twitter,
.blogicon-facebook,
.blogicon-bookmark,
.blogicon-chevron-down {
  margin-right: 5px
}

@media only screen and (max-width:767px) {
  .sns-txt {
    display: none
  }

  .blogicon-twitter,
  .blogicon-facebook,
  .blogicon-bookmark,
  .blogicon-chevron-down {
    margin-right: 0
  }
}

.sns-area li a {
  color: #fff
}

.sns-area li a:visited {
  color: #fff
}

.block-topbnr {
  width: 960px;
  margin: auto;
  letter-spacing: -.4em;
  padding-top: 60px
}

.bnr-result {
  width: 600px;
  margin: 0 auto 15px
}

.bnr-result2 {
  width: 960px;
  margin: 0 auto 30px
}

.block-topbnr dl {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  width: 33%;
  margin: 10px 0 0
}

.block-topbnr dl:last-child {
  margin-left: 0
}

.block-topbnr dl dt {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: middle;
  width: 17%;
  margin-right: 2%;
  letter-spacing: normal;
  margin-bottom: 5px
}

.block-topbnr dl dd {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: middle;
  width: 70%;
  letter-spacing: normal;
  margin-bottom: 5px;
  font-size: .95em;
  text-align: left;
  margin-bottom: 10px
}

.block-topbnr dl dd span {
  font-size: .9em;
  font-weight: 400
}

@media screen and (max-width:959px) {
  .block-topbnr {
    width: auto;
    padding-top: 40px
  }

  .block-topbnr dl dd {
    font-size: .9em
  }

  .bnr-result {
    width: auto;
    margin: 0 10px
  }

  .bnr-result2 {
    width: auto;
    margin: 0 10px 25px
  }

  .block-topbnr dl {
    display: inline-block;/display: inline;/zoom: 1;
    vertical-align: top;
    width: 48%
  }
}

@media screen and (max-width:599px) {
  .block-topbnr dl {
    width: 96%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 0 auto 10px
  }

  .block-topbnr dl dt {
    width: 12%;
    margin-right: 3%
  }

  .block-topbnr dl dd {
    width: 84%
  }
}

.list-01 {
  letter-spacing: -.4em;
  margin: auto;
  width: 100%
}

.list-01 li {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  width: 48.5%;
  letter-spacing: normal;
  margin-bottom: 10px
}

.list-01 li:first-child {
  margin-right: 1.5%
}

.list-01 li div.top-pickup {
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 30px 15px
}

.list-01 li:last-child {
  margin-left: 1.5%
}

@media screen and (max-width:679px) {
  .list-01 li {
    width: 100%;
    margin-bottom: 0
  }

  .list-01 li:first-child {
    margin-right: 0;
    margin-bottom: 0 !important
  }

  .list-01 li:last-child {
    margin-left: 0
  }
}

.list-02 {
  letter-spacing: -.4em;
  margin: auto
}

.list-02 li {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  width: 29%;
  letter-spacing: normal;
  margin: 0 4% 15px 0
}

.list-02 li:last-child {
  margin-right: 0
}

.list-03 {
  letter-spacing: -.4em;
  margin: auto;
  text-align: left
}

.list-03 li {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  width: 31%;
  margin: 0 2% 15px 0;
  text-align: left
}

.list-03 li:nth-child(3n) {
  margin-right: 0
}

.list-03 li figure {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  width: 30%;
  letter-spacing: normal;
  margin: 0 3% 15px 0;
  letter-spacing: normal
}

.list-03 li div {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  width: 67%;
  letter-spacing: normal;
  margin: 0 0 15px 0;
  letter-spacing: normal
}

.list-03 li div h3 {
  font-size: 1.1em;
  margin-bottom: 3px
}

.list-03 li div p {
  font-size: .71em;
  line-height: 1.3em
}

.list-03 li div p.txt-height-s {
  font-size: .71em;
  line-height: 1em
}

.list-03 li:last-child {
  margin-right: 0
}

@media screen and (max-width:680px) {
  .list-03 li {
    width: 48%
  }

  .list-03 li:nth-child(3n) {
    margin-right: 3%
  }

  .list-03 li:nth-child(2n) {
    margin-right: 0
  }
}

.list-04 {
  letter-spacing: -.4em;
  margin: 30px auto
}

.list-04 li {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  letter-spacing: normal
}

.list-04 li:first-child {
  width: 65%;
  margin-right: 2%;
  font-size: .95em;
  line-height: 1.6em
}

.list-04 li:last-child {
  width: 33%
}

@media screen and (max-width:679px) {
  .list-04 {
    text-align: center
  }

  .list-04 li:first-child {
    width: auto;
    text-align: left;
    margin-bottom: 10px
  }

  .list-04 li:last-child {
    width: 75%;
    margin: auto;
    text-align: center
  }
}

.list-05 {
  width: 100%
}

.list-05 li {
  padding: 20px 0
}

.list-05 li:nth-child(2n) {
  width: 100%;
  background: #f0f0f0
}

.list-06 {
  width: 100%;
  border-top: #cecece 1px solid
}

.list-06 li {
  padding: 30px 0;
  border-bottom: #cecece 1px solid;
  letter-spacing: -.4em;
  width: 100%;
  text-align: left
}

.list-06 li div.now-list-img {
  width: 35%;
  margin-right: 2%;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  position: relative
}

.list-06 li div.now-list-img figure {
  position: absolute;
  top: 0;
  left: 0
}

.list-06 li div.now-list-interview {
  width: auto;
  position: absolute;
  background: #fcbf05;
  color: #000;
  display: inline;
  left: 0;
  bottom: 10px;
  padding: 3px 10px;
  font-size: .8em;
  line-height: 1.4em
}

.list-06 li div.now-list-about {
  width: 61%;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  letter-spacing: normal
}

.list-06 li div.now-list-about .txt-brown {
  float: right
}

.list-06 li div.now-list-about div.now-list-about-txt {
  font-size: .9em;
  line-height: 1.5em
}

.list-06 li div.now-list-about div.now-list-other {
  margin-top: 10px;
  letter-spacing: -.4em
}

.list-06 li div.now-list-about div.now-list-sns {
  font-size: .9em;
  color: #9c6f31;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
  width: auto;
  width: 39%
}

.list-06 li div.now-list-about div.now-list-btn {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
  width: auto;
  text-align: right;
  width: 60%
}

.list-06 li div.now-list-about div.now-list-btn a {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 1px 0;
  width: 100%;
  font-size: .9em
}

.now-back-btn {
  padding: 30px 0;
  text-align: left
}

.now-back-btn a {
  display: inline;
  text-align: center;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 3px 20px;
  width: auto;
  font-size: .9em
}

@media screen and (max-width:679px) {
  .list-06 li div.now-list-img {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px
  }

  .list-06 li div.now-list-about {
    width: 100%
  }
}

.list-06 li div.now-list-about div.now-list-sns ul {
  letter-spacing: -.4em;
  width: auto
}

.list-06 li div.now-list-about div.now-list-sns ul li {
  letter-spacing: normal;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  margin-right: 5px;
  padding: 0;
  border-bottom: none;
  letter-spacing: normal;
  width: 28px
}

.list-06 li div.now-list-about div.now-list-sns ul li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 50%
}

.list-06 li div.now-list-about div.now-list-sns ul li a.now-list-sns-twitter {
  background: #55acee
}

.list-06 li div.now-list-about div.now-list-sns ul li a.now-list-sns-facebook {
  background: #3a5795
}

.list-07 {
  letter-spacing: -.4em;
  text-align: left
}

.list-07 li {
  letter-spacing: normal;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  margin-bottom: 10px;
  width: 48.5%;
  font-size: .85em;
  line-height: 1.5em
}

.list-07 li:nth-child(odd) {
  margin-right: 2%
}

.list-01 .list-07 li:last-child {
  margin-left: 0
}

.list-08 {
  letter-spacing: -.4em;
  text-align: left;
  margin-bottom: 40px
}

.list-08 li {
  letter-spacing: normal;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  margin-bottom: 10px;
  width: 31%;
  font-size: .85em;
  line-height: 1.5em;
  margin-right: 2%
}

.list-08 li:nth-child(3n) {
  margin-right: 0
}

@media screen and (max-width:679px) {
  .list-08 li {
    width: 48.5%
  }

  .list-08 li:nth-child(3n) {
    margin-right: 2%
  }

  .list-08 li:nth-child(2n) {
    margin-right: 0
  }
}

#home .list-06 {
  width: 100%;
  border-top: #cecece 1px solid
}

#home .list-06 li {
  padding: 15px 0;
  border-bottom: #cecece 1px solid;
  letter-spacing: -.4em;
  width: 100%;
  text-align: left;
  font-size: .9em;
  line-height: 1.3em
}

#home .list-06 li div.now-list-about div.now-list-sns ul {
  letter-spacing: -.4em;
  font-size: .9em
}

#home .list-06 li div.now-list-about div.now-list-sns ul li {
  letter-spacing: normal;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  margin-right: 5px;
  padding: 0;
  border-bottom: none;
  letter-spacing: normal;
  width: 24px
}

#home .list-06 li div.now-list-about div.now-list-sns ul li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 50%
}

#home .list-06 li div.now-list-about div.now-list-sns ul li a.now-list-sns-twitter {
  background: #000
}

#home .list-06 li div.now-list-about div.now-list-sns ul li a.now-list-sns-facebook {
  background: #000
}

#home .list-06 li div.now-list-about .txt-brown {
  float: right
}

#home .list-06 li div.now-list-about .now-list-other {
  clear: both
}

.wpp-list {
  width: 100%;
  counter-reset: count;
  list-style-type: none
}

.wpp-list li {
  padding: 15px 0;
  border-bottom: #cecece 1px solid;
  letter-spacing: -.4em
}

.wpp-list li:before {
  counter-increment: count;
  content: counter(count);
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
  width: auto;
  text-align: center;
  width: 15%;
  margin-right: 1%;
  color: #fcbf05;
  font-size: 1.4em;
  font-weight: 700
}

.wpp-list li a {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
  width: auto;
  text-align: left;
  width: 83%;
  font-size: .9em;
  line-height: 1.4em;
  letter-spacing: normal;
  text-decoration: none
}

.wpp-list li a:hover {
  text-decoration: underline
}

.table01 {
  width: 100%;
  margin: 20px auto 60px;
  border-top: 1px solid #e6e6e7
}

.table01 th,
.table01 td {
  padding: 10px;
  font-size: .9em;
  text-align: left
}

.table01 td {
  border-bottom: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  background: #fff;
  color: #000;
  width: 80%
}

.table01 th {
  background: #403e39;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  width: 20%;
  text-align: center
}

.table01 td a {
  color: #000
}

@media screen and (max-width:479px) {
  .table01 th {
    padding: 5px;
    white-space: normal
  }

  .table01 td {
    padding: 5px
  }
}

.table02 {
  width: 100%;
  margin: 20px auto 60px;
  border-top: 1px solid #e6e6e7
}

.table02 th,
.table02 td {
  padding: 15px;
  text-align: center;
  font-size: .9em;
  text-align: left
}

@media screen and (max-width:360px) {

  .table02 th,
  .table01 td {
    padding: 5px 0;
    font-size: .7em;
    line-height: 1.2em
  }
}

.table02 td {
  border-bottom: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  background: #fff;
  color: #000;
  width: 75%
}

.table02 th {
  background: #403e39;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  width: 25%;
  text-align: center;
  border-bottom: 1px dotted #ccc
}

.table02 td a {
  color: #000
}

.table03 {
  width: 100%;
  margin: 20px auto 60px;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7
}

.table03 th,
.table03 td {
  padding: 10px 10px;
  text-align: center;
  font-size: .9em;
  text-align: left
}

@media screen and (max-width:360px) {

  .table03 th,
  .table03 td {
    padding: 5px 5px;
    font-size: .8em;
    line-height: 1.2em
  }
}

.table03 td {
  border-bottom: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  background: #fff;
  color: #000
}

.table03 td.td01 {
  text-align: center
}

.table03 th {
  background: #403e39;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  text-align: center
}

.table03 td a {
  color: #000
}

.table04 {
  width: 100%;
  margin: auto
}

.table04 th,
.table04 td {
  padding: 10px;
  border-right: 10px solid #000;
  border-bottom: 10px solid #000;
  vertical-align: middle;
  font-weight: 400
}

.table04 th.th01 {
  background: #9c6f31;
  font-size: .95em;
  line-height: 1.4em;
  width: 20%;
  color: #000
}

.table04 th.th01 strong {
  font-size: 1.4em
}

.table04 th.th02 {
  background: #fff;
  color: #000;
  width: 25%
}

.table04 td {
  text-align: left
}

@media screen and (max-width:479px) {

  .table04 th,
  .table04 td {
    padding: 5px;
    border-bottom: 5px solid #000
  }

  .table04 th {
    border-right: 5px solid #000
  }

  .table04 td {
    border-right: none
  }
}

.dl-01 {
  width: auto;
  margin: auto;
  text-align: left;
  letter-spacing: -.4em;
  font-size: .9em;
  line-height: 1.65em;
  height: auto;
  margin: 20px 0 20px 0;
  overflow: auto;
  padding-right: 15px
}

.dl-01 dt {
  width: 22%;
  padding-right: 1%;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  font-weight: 700;
  color: #9c6f31;
  margin-bottom: 10px;
  letter-spacing: normal;
  padding-top: 10px;
  border-top: 1px dotted #ccc
}

.dl-01 dd {
  width: 77%;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  margin-bottom: 10px;
  letter-spacing: normal;
  padding-top: 10px;
  border-top: 1px dotted #ccc
}

dl.dl-01 dt:first-child {
  border-top: none
}

dl.dl-01 dt:first-child + dd {
  border-top: none
}

@media screen and (max-width:479px) {
  .dl-01 dt {
    width: 24%
  }

  .dl-01 dd {
    width: 73%
  }
}

.dl-01-2 {
  width: auto;
  margin: auto;
  text-align: left;
  letter-spacing: -.4em;
  font-size: .9em;
  line-height: 1.65em;
  height: auto;
  margin: 20px 0 20px 0;
  overflow: auto;
  padding-right: 15px
}

.dl-01-2 dt {
  width: 22%;
  padding-right: 1%;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  font-weight: 700;
  color: #9c6f31;
  margin-bottom: 10px;
  letter-spacing: normal;
  padding-top: 10px;
  border-top: 1px dotted #ccc
}

.dl-01-2 dd {
  width: 77%;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  margin-bottom: 10px;
  letter-spacing: normal;
  padding-top: 10px;
  border-top: 1px dotted #ccc
}

dl.dl-01-2 dt:first-child {
  border-top: none
}

dl.dl-01-2 dt:first-child + dd {
  border-top: none
}

@media screen and (max-width:479px) {
  .dl-01-2 dt {
    width: 24%
  }

  .dl-01-2 dd {
    width: 73%
  }
}

.dl-02 {
  margin: 0 15px
}

.dl-02 dt {
  font-weight: 700
}

.dl-02 dd {
  margin-bottom: 20px
}

.dl-03 {
  width: auto;
  margin: auto;
  text-align: left;
  letter-spacing: -.4em;
  height: auto;
  margin: 2auto
}

.dl-03 dt {
  width: 19%;
  padding-right: 1%;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  font-weight: 700;
  color: #9c6f31;
  margin-bottom: 10px;
  letter-spacing: normal;
  padding-top: 10px
}

.dl-03 dd {
  width: 80%;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  margin-bottom: 10px;
  letter-spacing: normal;
  padding-top: 10px
}

.dl-04 {
  width: auto;
  margin: auto;
  text-align: left;
  letter-spacing: -.4em;
  height: auto;
  margin: 2auto
}

.dl-04 dt {
  width: 19%;
  padding-right: 2%;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  font-weight: 700;
  color: #9c6f31;
  margin-bottom: 10px;
  letter-spacing: normal;
  padding-top: 10px
}

.dl-04 dd {
  width: 79%;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  margin-bottom: 10px;
  letter-spacing: normal;
  padding-top: 10px
}

.dl-05 {
  margin: 15px 15px
}

.dl-05 dt {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #9c6f31;
  font-size: 1.2em
}

.dl-05 dd {
  margin-bottom: 50px
}

.block-01 {
  width: 100%;
  margin: auto;
  padding: 60px 0;
  margin-bottom: 60px
}

@media screen and (max-width:767px) {
  .block-01 {
    width: auto;
    margin: 0 0 30px;
    padding-bottom: 30px;
    padding: 30px 15px
  }
}

.block-02 {
  width: 100%;
  margin: auto;
  margin-bottom: 60px
}

@media screen and (max-width:767px) {
  .block-02 {
    width: 100%;
    margin: auto;
    margin-bottom: 30px
  }
}

.block-03 {
  width: 100%;
  margin: auto;
  padding: 60px 0
}

@media screen and (max-width:767px) {
  .block-03 {
    width: 100%;
    margin: auto;
    padding: 30px 0
  }
}

.block-04 {
  width: 100%;
  margin: auto;
  padding: 60px 0 0
}

@media screen and (max-width:767px) {
  .block-04 {
    width: 100%;
    margin: auto;
    padding: 30px 0 0
  }
}

.block-960 {
  width: 960px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width:959px) {
  .block-960 {
    margin-left: 10px;
    margin-right: 10px;
    width: auto
  }
}

.block-860 {
  width: 860px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:859px) {
  .block-860 {
    margin-left: 10px;
    margin-right: 10px;
    width: auto
  }
}

.block-680 {
  width: 680px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:679px) {
  .block-680 {
    margin-left: 10px;
    margin-right: 10px;
    width: auto
  }
}

.block-600 {
  width: 600px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:599px) {
  .block-600 {
    margin-left: 10px;
    margin-right: 10px;
    width: auto
  }
}

.block-500 {
  width: 500px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:499px) {
  .block-500 {
    margin-left: 10px;
    margin-right: 10px;
    width: auto
  }
}

.block-480 {
  width: 480px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:479px) {
  .block-480 {
    margin-left: 10px;
    margin-right: 10px;
    width: auto
  }
}

.block-400 {
  width: 400px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:399px) {
  .block-400 {
    margin-left: 10px;
    margin-right: 10px;
    width: auto
  }
}

.block-border {
  border: 3px solid #e2e2e2;
  padding: 20px;
  background: #fff
}

.block-border p:last-child {
  margin-bottom: 0
}

article section.bg-black:last-child {
  margin-bottom: 0
}

.tit-01 {
  font-size: 1.4em;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-weight: 400;
  letter-spacing: .1em
}

.tit-02 {
  font-size: 1.6em;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-family: YuMincho, '游明朝', "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, Barrett;
  line-height: 1.2em
}

@media only screen and (max-width:768px) {
  .tit-02 {
    font-size: 1.4em
  }
}

.tit-03 {
  font-size: 1.2em;
  margin-bottom: 10px
}

.tit-04 {
  font-size: 1em;
  margin-bottom: 5px
}

.tit-05 {
  font-size: 1em;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid #000
}

.tit-06 {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-bottom: 20px
}

.form01 {
  width: 75%;
  padding: 10px;
  border: 1px solid #999;
  margin-bottom: 10px;
  background: #fff
}

.form02 {
  width: 50%;
  padding: 0 10px;
  border: 1px solid #999;
  margin-bottom: 10px;
  background: #fff;
  height: 2.2em
}

.form03 {
  width: auto;
  padding: 0 10px;
  border: 1px solid #999;
  margin-bottom: 10px;
  background: #fff;
  height: 2.2em;
  margin-bottom: 20px
}

.txt-order-en {
  font-size: .8em;
  color: #333
}

#contact sup {
  color: #c30
}

#contact .btn-form {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-top: 30px
}

#contact.btn-form a {
  background: #b01b2f;
  color: #edc833;
  text-align: center;
  padding: 30px 100px
}

#contact .riyoubibox {
  border-bottom: 2px solid #fff;
  margin-bottom: 10px
}

@media screen and (max-width:680px) {
  .form01 {
    width: 80%
  }
}

#contact input.wpcf7-submit,
#contact input.wpcf7-confirm {
  width: 200px;
  margin: 30px auto 0;
  display: block;
  background: #9c6f31;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  boder: none !important;
  shadow: none !important;
  cursor: hand;
  cursor: pointer;
  outline: 0;
  border-style: none;
  letter-spacing: .1em
}

#contact input.wpcf7-back {
  width: 300px;
  margin: 20px auto 0;
  display: block;
  background: #ccc;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 700;
  boder: none !important;
  shadow: none !important;
  cursor: hand;
  cursor: pointer;
  outline: 0;
  border-style: none
}

#contact input.wpcf7-submit:hover,
#contact input.wpcf7-confirm:hover,
#contact input.wpcf7-back:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6
}

.sent dl,
.sent .wpcf7-confirm,
.sent .txt-right,
.sent .wpcf7c-btn-confirm,
.sent input,
#today {
  display: none !important
}

.custom-wpcf7c-confirmed .moushikomi {
  display: none
}

.custom-wpcf7c-confirmed .kakunin {
  display: block !important
}

.sent .kakunin {
  display: none !important
}

.sent .moushikomi {
  display: block !important
}

.wpcf7-form .kakunin {
  display: none
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #cccccc !important;
  background-color: rgb(204, 204, 204) !important
}

input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.custom-wpcf7c-confirmed input:-webkit-autofill,
.custom-wpcf7c-confirmed select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ccc inset
}

.wpcf7c-conf {
  background-color: #cccccc !important
}

.wpcf7.is_confirm input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset
}

footer {
  background: #9c6f31;
  padding-bottom: 10px
}

footer div {
  background: #333;
  padding: 5px 0;
  margin-bottom: 10px
}

footer ul {
  width: 960px;
  margin: auto;
  text-align: left
}

footer ul li {
  width: auto;
  margin-left: 10px;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: bottom;
  letter-spacing: normal;
  text-align: right;
  font-size: 12px
}

footer ul li i {
  margin-right: 3px;
  color: #c88823
}

footer ul li a,
footer ul li a:visited {
  color: #fff;
  text-decoration: none
}

footer small {
  color: #fff;
  text-align: center;
  padding: 0 5%;
}

@media only screen and (max-width: 768px) {
  footer ul {
    width: 90%;
  }

  footer ul li {
    display: block;
    text-align: left;
  }

  footer small {
    line-height: 1.2;
    font-size: 10px;
  }
}

#privacy footer div ul li.footer-privacy a,
#company footer div ul li.footer-company a {
  color: #c88823
}

#winners dl.dl-winnersresult-about {
  letter-spacing: -.4em;
  margin-bottom: 40px
}

#winners dl.dl-winnersresult-about dt {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 3%;
  width: 17%
}

#winners dl.dl-winnersresult-about dd {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
  width: 69%;
  font-size: .95em;
  line-height: 1.5em
}

#winners dl.dl-winnersresult-about dd h3 {
  font-size: 1.2em;
  margin-bottom: 10px
}

@media screen and (max-width:679px) {
  #winners dl.dl-winnersresult-about dt {
    margin-right: 0;
    margin: auto;
    width: 70%;
    text-align: center
  }

  #winners dl.dl-winnersresult-about dd {
    width: 100%
  }
}

#winnersresult-block {
  width: 960px;
  margin: auto
}

#winnersresult-block .list-winnersresultcat {
  overflow: hidden;
  letter-spacing: -.4em;
  text-align: left
}

#winnersresult-block .list-winnersresultcat li {
  background: #333;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 1%;
  width: 19%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
  transition: 1.0s;
  color: #fff;
  line-height: 1.4em
}

#winnersresult-block .list-winnersresultcat li div {
  padding: 13px 0
}

#winnersresult-block .list-winnersresultcat li:last-child {
  margin-right: 0
}

#winnersresult-block .list-winnersresultcat li:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6
}

#winnersresult-block .list-winnersresultcat li.select {
  color: #000
}

#winnersresult-block .list-winnersresultcat li.select:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1
}

#winnersresult-block .catwinnersresultarea .list-catwinnersresultarea li {
  margin-bottom: 30px;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 1%;
  width: 15%;
  font-size: .85em;
  line-height: 1.4em
}

#winnersresult-block .catwinnersresultarea .list-catwinnersresultarea li a {
  text-decoration: none;
  display: block
}

#winnersresult-block .catwinnersresultarea h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2em
}

#winnersresult-block .catwinnersresultarea h4 {
  margin-bottom: 20px;
  font-size: 1.2em;
  text-align: center;
  padding: 5px 0;
  font-weight: 400;
  line-height: 2em
}

#winnersresult-block .catwinnersresultarea h5 {
  margin-bottom: 7px;
  font-size: 1.1em;
  text-align: center
}

@media screen and (max-width:959px) {
  #winnersresult-block {
    width: auto;
    margin: 0 0
  }

  #winnersresult-block .tab li {
    width: 48%
  }
}

@media screen and (max-width:479px) {
  #winnersresult-block .catwinnersresultarea .list-catwinnersresultarea li {
    width: 30%
  }
}

#winnersresultabout-block dl {
  letter-spacing: -.4em;
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px
}

#winnersresultabout-block dl dt {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 1%;
  width: 29%
}

#winnersresultabout-block dl dd {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  width: 69%
}

#winnersresultabout-block dl dd ul {
  letter-spacing: -.4em
}

#winnersresultabout-block dl dd ul li {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  letter-spacing: normal
}

#winnersresultabout-block dl dd ul li:first-child {
  width: 79%
}

#winnersresultabout-block dl dd ul li:first-child div {
  margin-bottom: 5px
}

#winnersresultabout-block dl dd ul li:last-child {
  width: 20%
}

#winnersresultabout-block dl dd ul li h4 {
  font-size: 1.6em;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.4em
}

#winnersresultabout-block dl dd h5 {
  font-size: 1em;
  margin-bottom: 3px;
  margin-top: 5px
}

#winnersresultabout-block dl section {
  margin-top: -120px;
  padding-top: 120px
}

@media screen and (max-width:679px) {
  #winnersresultabout-block dl dd ul li h4 {
    font-size: 1.2em;
    margin-bottom: 10px
  }

  #winnersresultabout-block dl dt {
    text-align: center;
    margin: auto;
    margin: auto;
    width: 50%;
    margin-bottom: 10px
  }

  #winnersresultabout-block dl dd {
    width: 100%
  }
}

#specialprize-block {
  width: 960px;
  margin: auto
}

#specialprize-block .tab {
  overflow: hidden;
  letter-spacing: -.4em;
  text-align: left
}

#specialprize-block .tab li {
  background: #333;
  padding: 7px 1%;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 1%;
  width: 30%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
  transition: 1.0s;
  color: #fff;
  line-height: 1.4em
}

#specialprize-block .tab li:last-child {
  margin-right: 0
}

#specialprize-block .tab li:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6
}

#specialprize-block .tab li.select {
  background: #9c6f31;
  color: #000
}

#specialprize-block .tab li.select:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1
}

#specialprize-block .content li {
  background: #eee;
  padding: 30px;
  text-align: left
}

#specialprize-block .content li div {
  margin-bottom: 30px
}

#specialprize-block .content li h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4em
}

#specialprize-block .content li h4 {
  margin-bottom: 10px;
  font-size: 1em;
  text-align: left
}

#specialprize-block .hide {
  display: none
}

#specialprize-block .content li dl dt {
  font-weight: 700;
  margin-bottom: 2px
}

#specialprize-block .content li dl dd {
  margin-left: 1em;
  margin-bottom: 20px
}

@media screen and (max-width:959px) {
  #specialprize-block {
    width: auto;
    margin: 0 15px
  }

  #specialprize-block .tab li {
    width: 48%
  }
}

.list-sponsorship {
  letter-spacing: -.4em;
  width: 960px;
  margin: auto
}

@media screen and (max-width:959px) {
  .list-sponsorship {
    width: auto;
    margin: 0 15px
  }
}

.list-sponsorship li {
  letter-spacing: -.4em;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  width: 31%;
  margin-right: 2%
}

.list-sponsorship li:last-child {
  margin-right: 0
}

.list-sponsorship li div.list-sponsorship-top {
  text-align: left;
  margin: 0 0 30px
}

.list-sponsorship li div.list-sponsorship-top h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.2em;
  font-family: YuMincho, '游明朝', "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, Barrett
}

.list-sponsorship li div.list-sponsorship-top ol li {
  text-indent: -2em;
  margin-left: 2em;
  width: 100%;
  margin-bottom: 10px;
  font-size: .8em;
  line-height: 1.6em
}

.list-sponsorship li div.list-sponsorship-bottom {
  text-align: center;
  padding: 5px 20px;
  width: auto;
  text-align: center;
  margin: 30px auto;
  background: #333;
  color: #fff;
  font-size: 1.1em;
  display: inline;
  margin-left: 2em
}

@media screen and (max-width:680px) {
  .list-sponsorship li {
    width: auto;
    margin: 20px 20px 40px
  }
}

.list-gallery {
  letter-spacing: -.4em;
  width: 100%;
  text-align: left
}

.list-gallery li {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%
}

.list-gallery li:nth-child(4) {
  margin-right: 0
}

@media screen and (max-width:680px) {
  .list-gallery li {
    width: 47%;
    margin-right: 2%
  }

  .list-gallery li:nth-child(2) {
    margin-right: 0
  }
}

#backtotop {
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 5
}

#backtotop a {
  display: block;
  color: #FFF;
  font-size: 20px;
  border: 1px solid #FFF;
  background-color: #9c6f31;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 0.2s linear
}

#backtotop a:hover {
  opacity: .6
}

#menu {
  width: 100%;
  top: 0;
  left: 0;
  background: #9c6f31;
  height: auto;
  z-index: 10;
  position: fixed;
  padding: 7px 0 20px
}

.menu-in {
  width: 960px;
  margin: auto;
  position: relative;
  letter-spacing: -.4em
}

@media screen and (max-width:959px) {
  .menu-in {
    width: 100%
  }
}

#menu h1 {
  width: 192px;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: bottom;
  text-align: left
}

#menu #nav {
  width: 760px;
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: bottom;
  letter-spacing: normal;
  text-align: right
}

#menu h1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

@media screen and (max-width:959px) {
  #menu h1 {
    width: 192px;
    display: block;
    margin: auto;
    text-align: center
  }

  #menu #nav {
    width: auto;
    display: inline-block;
    text-align: center;
    margin: auto
  }
}

.list-menu {
  height: auto;
  width: auto;
  font-size: .95em;
  letter-spacing: -.4em;
  text-align: right
}

.list-menu li {
  display: inline-block;/display: inline;/zoom: 1;
  vertical-align: bottom;
  width: auto;
  margin-left: 15px;
  line-height: 1.4em;
  letter-spacing: normal
}

.list-menu li:first-child {
  margin-left: 0
}

.list-menu li i {
  display: none
}

.list-menu li a {
  color: #000;
  text-decoration: none;
  padding: 5px 12px;
  border-bottom: 2px solid #4e3718;
  display: block;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}

.list-menu li a small {
  font-size: .7em;
  color: #442e10
}

.list-menu li a:hover {
  color: #fff
}

.list-menu > li.menu__single {
  position: relative
}

ul.menu__second {
  visibility: hidden;
  opacity: 0;
  z-index: 1
}

li.menu__single ul.menu__second {
  position: absolute;
  top: 50px;
  width: 170px;
  background: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  display: block;
  overflow: visible
}

li.menu__single ul.menu__second li {
  display: block;
  margin: 0
}

li.menu__single ul.menu__second li a {
  color: #fff;
  border-bottom: 1px solid #666;
  padding: 10px 0;
  text-align: left
}

li.menu__single ul.menu__second li a small {
  color: #9c6f31;
  margin-right: 3px
}

li.menu__single ul.menu__second li a i {
  color: #fff;
  display: inline;
  margin: 0 5px 0 10px
}

li.menu__single ul.menu__second li a:hover {
  opacity: .6
}

.list-menu li.menu__second_bg {
  display: none
}

li.menu__single:hover ul.menu__second {
  top: 50px;
  visibility: visible;
  opacity: 1
}

#home .list-menu li.menu-home a,
#contact .list-menu li.menu-contact a,
#winners .list-menu li.menu-winners a,
#category .list-menu li.menu-category a,
#judges .list-menu li.menu-judges a,
#judgingprocess .list-menu li.menu-judgingprocess a,
#judgingprocess .list-menu li.menu-judgingprocess a,
#guidelines .list-menu li.menu-guidelines a,
#outline .list-menu li.menu-outline a {
  border-bottom: 2px solid #fff;
  color: #000
}

#outline li.menu__single ul.menu__second li a,
#exhibition li.menu__single ul.menu__second li a {
  color: #fff;
  border-bottom: 1px solid #666;
  padding: 10px 0;
  text-align: left
}

.list-menu li.menu-home {
  display: none
}

.sponly {
  display: none
}

.pconly {
  display: inline-block
}

@media screen and (max-width:767px) {
  body.index #second-h1 {
    display: block
  }

  #menu a.sp {
    display: block
  }

  #menu a.pc {
    display: none
  }

  #menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    text-align: left;
    border-bottom: #ccc solid 1px
  }

  #menu img,
  body.second #container #menu #second-h1 img {
    width: auto;
    height: 50px;
    margin: 0 0 0 5px
  }

  #menu {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    z-index: 1000
  }

  #menu nav#nav {
    position: relative;
    display: none;
    margin: 0 0 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    min-width: none;
    height: auto;
    display: block
  }

  #menu nav#nav a.menu-btn {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1001
  }

  #menu nav#nav:not(:target) > a:last-of-type.menu-btn {
    display: none
  }

  #menu nav#nav:target > a:first-of-type.menu-btn {
    display: none
  }

  #menu nav#nav ul {
    display: none;
    position: fixed;
    top: 50px;
    left: auto;
    float: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0
  }

  #menu nav#nav:target > ul {
    display: block
  }

  #menu nav#nav ul li {
    margin: 0;
    padding: 0;
    background: #eeece7;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    position: static;
    left: auto;
    float: none;
    border-top: #000 solid 1px;
    text-shadow: none;
    text-align: left
  }

  #menu nav#nav ul li.none {
    display: none
  }

  #menu nav#nav ul li small {
    font-size: 10px;
    color: #666;
    margin-right: 3px
  }

  #menu nav#nav ul li a {
    color: #000;
    margin: 0 5%;
    display: block;
    width: 95%;
    text-decoration: none;
    border-bottom: none
  }

  #menu nav#nav ul li i {
    font-size: 12px;
    margin: 0 5px 0 0;
    color: #9c6f31
  }

  #menu nav#nav ul li.txt {
    margin-top: 0
  }

  #menu nav#nav ul li.icon {
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-shadow: none;
    float: left
  }

  #menu nav#nav ul li.icon a span.sp {
    display: inline;
    font-size: 10px
  }

  #menu nav#nav ul li.icon i {
    font-size: 18px
  }

  #menu nav#nav ul li.facebook {
    width: 33%;
    background: #3C56A2;
    margin: 0;
    padding: 0
  }

  #menu nav#nav ul li.twitter {
    width: 33%;
    background: #00ABED;
    margin: 0;
    padding: 0
  }

  #menu nav#nav ul li.insta {
    width: 34%;
    background: #75654e;
    margin: 0;
    padding: 0
  }

  #menu nav#nav ul li.facebook a,
  #menu nav#nav ul li.twitter a,
  #menu nav#nav ul li.insta a {
    display: block;
    color: #FFF;
    margin: 0 10px;
    padding: 0;
    height: 30px;
    width: 100%
  }

  #menu nav#nav ul li a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
  }

  #menu nav#nav ul li.list-menu02 {
    background: #999
  }

  #menu nav#nav ul.mini {
    position: fixed;
    top: 235px;
    left: auto;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0
  }

  #menu nav#nav ul.mini li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    position: static;
    left: auto;
    float: none;
    border-bottom: #FFF solid 1px;
    text-shadow: none;
    background: #6d416f;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
  }

  #menu nav#nav ul.mini li a {
    color: #FFF;
    padding: 0 0 0 0
  }

  .fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
  }

  .list-menu li.menu__second_bg {
    display: block
  }

  #menu nav#nav ul li.menu__second_bg {
    width: 100%;
    margin: 0 0;
    background: #c0c0be
  }

  .menu__second_bg a {
    background: #c0c0be;
    width: 100%;
    margin: 0 0
  }

  .list-menu li.menu-home {
    display: inline-block
  }

  .sponly {
    display: inline-block
  }

  .pconly {
    display: none !important
  }
}
