@charset "UTF-8";
/* common *
-------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  min-width: 1280px;
}

@media (max-width: 768px) {
  body {
    min-width: auto;
  }
}
section {
  padding: 0;
  margin-bottom: 40px;
}
section:after {
  content: "";
  clear: both;
  display: block;
}

header .inner:after,
.itemlist:after,
p:after {
  content: "";
  clear: both;
  display: block;
}

h3.yellowLine {
  font-weight: bold;
  font-size: 24px;
  padding: 0 28px;
  margin: 40px auto 15px;
  display: block;
  text-align: center;
}
h3.yellowLine .frame {
  display: inline-block;
  position: relative;
}
h3.yellowLine .frame:before {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  position: absolute;
  left: -28px;
  top: calc(50% - 22px);
}
h3.yellowLine .frame:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg);
  position: absolute;
  right: -28px;
  top: calc(50% - 22px);
}
h3.yellowLine span {
  letter-spacing: 1px;
  position: relative;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffff00), color-stop(0.51, #ffff00), color-stop(0.5, #fff), color-stop(0, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #ffff00 51%, #ffff00 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #ffff00 51%, #ffff00 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 50%, #ffff00 51%, #ffff00 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #ffff00 51%, #ffff00 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ffff00 51%, #ffff00 100%);
}

@media (max-width: 768px) {
  h3.yellowLine {
    font-size: 15px;
  }
  h3.yellowLine span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffff00), color-stop(0.41, #ffff00), color-stop(0.4, #fff), color-stop(0, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 40%, #ffff00 41%, #ffff00 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 40%, #ffff00 41%, #ffff00 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 40%, #ffff00 41%, #ffff00 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 40%, #ffff00 41%, #ffff00 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 40%, #ffff00 41%, #ffff00 100%);
  }
}
/* header *
-------------------------------------*/
header .inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  height: 116px;
}

header .inner h1 {
  position: absolute;
  display: block;
  margin: 0;
  height: 104px;
  width: 121px;
  overflow: hidden;
  left: 55px;
  bottom: 6px;
}

header .inner h1 img {
  height: 104px;
  width: 121px;
}

@media (max-width: 768px) {
  header .inner {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
  header .inner h1 {
    position: relative;
    float: left;
    height: auto;
    width: 100px;
    left: 7%;
    bottom: auto;
  }
  header .inner h1 img {
    height: auto;
    width: 100%;
  }
}
header .inner a:hover h1 {
  background-image: url(../img/logo_hover.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header .inner a:hover h1 {
    background-image: url(../img/logo_hover@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
header .inner a:hover h1 img {
  opacity: 0;
}

@media (max-width: 768px) {
  header .inner a:active h1 {
    background-image: url(../img/logo_hover.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-resolution: 2dppx) {
  header .inner a:active h1 {
    background-image: url(../img/logo_hover@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  header .inner a:active h1 img {
    opacity: 0;
  }
}
header .inner .buttonArea {
  position: absolute;
  display: block;
  width: 580px;
  height: 60px;
  bottom: 26px;
  right: 55px;
}
header .inner .buttonArea a {
  display: inline-block;
  width: 280px;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border-radius: 30px;
  border: 4px solid #000000;
  box-sizing: border-box;
  height: 60px;
  padding-left: 70px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 28px center;
  position: relative;
}
header .inner .buttonArea a i {
  position: absolute;
  top: 18px;
  left: 30px;
  font-size: 18px;
}
header .inner .buttonArea a span {
  display: block;
}
header .inner .buttonArea a span.large {
  padding-top: 4px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3em;
}
header .inner .buttonArea a span.description {
  font-size: 12px;
  line-height: 1.2em;
}
header .inner .buttonArea a + a {
  float: right;
  border: 2px solid #000000;
  box-sizing: border-box;
  padding-top: 2px;
  padding-bottom: 2px;
}
header .inner .buttonArea a + a i {
  position: absolute;
  top: 20px;
  left: 32px;
}
header .inner .buttonArea a:hover {
  background-color: #000000;
}
header .inner .buttonArea a:hover i {
  color: #ffffff;
}
header .inner .buttonArea a:hover span {
  color: #FFFFFF;
}
header .inner .buttonArea a + a:hover {
  background-color: #000000;
}
header .inner .buttonArea a + a:hover i {
  color: #ffffff;
}
header .inner .buttonArea a + a:hover span {
  color: #FFFFFF;
}
header .inner .buttonArea .notice {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: -25px;
  left: 216px;
}
header .inner .buttonArea .notice:before {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  position: absolute;
  left: -28px;
  top: calc(50% - 24px);
}
header .inner .buttonArea .notice:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg);
  position: absolute;
  right: -28px;
  top: calc(50% - 24px);
}

@media (max-width: 768px) {
  header .inner .buttonArea {
    float: right;
    position: relative;
    display: block;
    width: calc(86% - 120px);
    max-width: 180px;
    height: auto;
    bottom: auto;
    right: 7%;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
  }
  header .inner .buttonArea a {
    width: 100%;
    height: 38px;
    border: 2px solid #000000;
    margin: 0 auto 10px;
    float: none;
    display: block;
    padding-left: 36px;
    overflow: hidden;
    box-sizing: border-box;
  }
  header .inner .buttonArea a i {
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 18px;
  }
  header .inner .buttonArea a span.large {
    padding-top: 0;
    font-size: 14px;
    line-height: 36px;
  }
  header .inner .buttonArea a span.description {
    display: none;
  }
  header .inner .buttonArea a + a {
    float: none;
    border: 1px solid #000000;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  header .inner .buttonArea a + a i {
    position: absolute;
    top: 10px;
    left: 16px;
    font-size: 18px;
  }
  header .inner .buttonArea a:active {
    background-color: #000000;
  }
  header .inner .buttonArea a:active i {
    color: #ffffff;
  }
  header .inner .buttonArea a:active span {
    color: #FFFFFF;
  }
  header .inner .buttonArea a + a:active {
    background-color: #000000;
  }
  header .inner .buttonArea a + a:active i {
    color: #ffffff;
  }
  header .inner .buttonArea a + a:active span {
    color: #FFFFFF;
  }
}
/* #mainVisual *
-------------------------------------*/
.mainImage {
  background: url(/img/main_image_princess1-pc.png);
  margin: 0 auto;
  max-width: 1280px;
  background-size: 1280px 340px;
  background-repeat: no-repeat;
  height: 340px;
}

.mainImage .mainImageInner {
  display: flex;
  align-items: center;
  padding: 32px 0 0 64px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.mainImage .mainDate {
  background-image: url(/img/main_image_text_bg.png);
  width: 248px;
  height: 248px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
}

@media (max-width: 768px) {
  .mainImage {
    background: none;
    width: 100%;
    height: auto;
  }
  .mainImage .mainImageInner {
    display: block;
    padding: 0;
    position: relative;
  }
  .mainImage .mainDate {
    width: 100%;
    height: auto;
    position: static;
    background-image: none;
    background-color: #fff000;
    padding: 12px 0;
  }
}
.mainImage .mainDate .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainImage .mainDate .number {
  font-size: 20px;
  font-weight: bold;
}

.mainImage .mainDate .text {
  font-size: 18px;
}

.mainImage .mainDate .date-box {
  font-weight: bold;
}

.mainImage .mainDate .date-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainImage .mainDate .year {
  font-size: 18px;
}

.mainImage .mainDate .date {
  font-size: 26px;
}

.mainImage .mainDate .week {
  font-size: 18px;
}

.mainImage .mainDate .caption {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

.mainImage .mainDate .note {
  font-size: 12px;
  margin-top: 8px;
}

.mainImage .mainDetail {
  color: #fff;
}

@media (max-width: 768px) {
  .mainImage .mainDate .number {
    font-size: 16px;
  }
  .mainImage .mainDate .text {
    font-size: 14px;
  }
  .mainImage .mainDate .date-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainImage .mainDate .year {
    font-size: 14px;
  }
  .mainImage .mainDate .date {
    font-size: 20px;
  }
  .mainImage .mainDate .week {
    font-size: 14px;
  }
  .mainImage .mainDate .caption {
    font-size: 14px;
    padding-left: 8px;
  }
  .mainImage .mainDate .note {
    font-size: 12px;
    margin-top: 0;
  }
}
.mainImage .mainDetail .mainDetailHeader {
  display: flex;
  align-items: center;
}

.mainImage .mainDetail .mainDetailHeader h2 {
  font-weight: bold;
  font-size: 38px;
  margin-block-start: 0;
  margin-block-end: 0;
}

@media (max-width: 768px) {
  .mainImage .mainDetail .mainDetailHeader {
    padding: 12px 0 6px;
    display: block;
  }
  .mainImage .mainDetail .mainDetailHeader h2 {
    font-size: 26px;
    color: #000;
    margin-left: 0;
    text-align: center;
  }
}
.mainImage .mainDetail p {
  font-size: 18px;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 16px;
}

.mainImage .mainDetail p span {
  font-size: 16px;
  display: block;
  color: #a0d7ff;
  margin-top: 8px;
}

@media (max-width: 768px) {
  section#mainVisual img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  section#mainVisual .detailBox {
    padding: 16px 7% 0;
    text-align: center;
  }
  section#mainVisual .detailBox p {
    font-size: 14px;
    margin: 8px 0;
    text-align: left;
  }
}
.navigation ul {
  margin: 0 auto;
  padding: 0;
  border: 1px solid #000000;
  font-size: 0;
  margin-top: -30px;
  position: relative;
  max-width: 650px;
}
.navigation ul li {
  border: 1px solid #000000;
  list-style-type: none;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.navigation ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
  background-color: #ffffff;
  font-weight: bold;
  line-height: 60px;
  font-size: 18px;
}
.navigation ul li a.disible {
  pointer-events: none;
  color: #d7d7d7;
}
.navigation ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}

@media (max-width: 768px) {
  .navigation ul {
    margin: 0 7%;
  }
  .navigation ul li {
    width: 50%;
    box-sizing: border-box;
  }
  .navigation ul li a {
    line-height: 40px;
    font-size: 15px;
  }
  .navigation ul li a.disible {
    pointer-events: none;
    color: #d7d7d7;
  }
  .navigation ul li a:active {
    color: #ffffff;
    background-color: #000000;
  }
}
/* #detail *
-------------------------------------*/
section .inner {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}
section .inner h2 {
  text-align: center;
  font-size: 42px;
  padding-top: 40px;
}
section .inner .prizeBox {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  max-width: 970px;
  margin: 0 auto;
}
section .inner .prizeBox .block {
  display: table;
  width: 100%;
}
section .inner .prizeBox .block__element {
  display: table-cell;
  position: relative;
  width: 33.3%;
  vertical-align: middle;
  height: 100px;
  padding: 0 30px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
section .inner .prizeBox .block__element:last-child {
  border-right: none;
}
section .inner .prizeBox .block__element.gold {
  color: #ffffff;
  background-color: #ab8616;
  height: 134px;
}
section .inner .prizeBox .block__element.silver {
  color: #ffffff;
  background-color: #a0a0a0;
  height: 134px;
}
section .inner .prizeBox .block__element.pink {
  color: #ffffff;
  background-color: #ec87c0;
  height: 134px;
}
section .inner .prizeBox .block__element.pink .prizeArea {
  top: 12px;
}
section .inner .prizeBox .block__element.salmon-pink {
  color: #ffffff;
  background-color: #ffa8a5;
  padding: 20px 30px;
}
section .inner .prizeBox .block__element.salmon-pink .title--new span {
  position: relative;
}
section .inner .prizeBox .block__element.salmon-pink .title--new span:before {
  content: "NEW";
  padding: 0 8px;
  display: block;
  background: #dc3d66;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  position: absolute;
  font-weight: bold;
  top: -30px;
  left: 0;
  height: 24px;
  line-height: 24px;
}
section .inner .prizeBox .block__element.salmon-pink .prizeArea {
  top: 20px;
}
section .inner .prizeBox .block__element.salmon-pink .link {
  margin-top: 12px;
  text-align: right;
}
section .inner .prizeBox .block__element.salmon-pink .link a {
  display: inline-block;
  background: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 50px;
  border: 2px solid #dc3d66;
  text-decoration: none;
  color: #dc3d66;
  font-weight: bold;
  font-size: 14px;
}
section .inner .prizeBox .block__element.salmon-pink .link a i {
  color: #dc3d66;
  padding-left: 8px;
}
section .inner .prizeBox .block__element.salmon-pink .link a:hover {
  background: #dc3d66;
  color: #fff;
}
section .inner .prizeBox .block__element.salmon-pink .link a:hover i {
  color: #fff;
}
section .inner .prizeBox .block__element.extra {
  color: #ffffff;
  background-color: #698ba3;
  height: 134px;
  border-bottom: none;
}
section .inner .prizeBox .block__element.single {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-right: none;
  height: auto;
}
section .inner .prizeBox .block__element.single .prizeArea {
  position: relative;
  text-align: left;
  padding-left: 30px;
}
section .inner .prizeBox .block__element .title {
  font-weight: bold;
  font-size: 36px;
}
section .inner .prizeBox .block__element .prizeArea {
  position: absolute;
  right: 30px;
  top: calc(50% - 48px);
  text-align: right;
}
section .inner .prizeBox .block__element .prizeArea .prize {
  font-size: 18px;
  font-weight: bold;
}
section .inner .prizeBox .block__element .prizeArea .prize span {
  display: inline-block;
  font-size: 36px;
  line-height: 1.4em;
}
section .inner .prizeBox .block__element .prizeArea .note {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 768px) {
  section .inner .prizeBox .block__element {
    display: block;
    width: auto;
    border-right: none;
    height: 60px;
    padding: 0 20px;
  }
  section .inner .prizeBox .block__element .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
  }
  section .inner .prizeBox .block__element .prizeArea {
    position: absolute;
    right: 20px;
    top: calc(50% - 17px);
    text-align: right;
  }
  section .inner .prizeBox .block__element .prizeArea .prize {
    font-size: 15px;
    font-weight: bold;
  }
  section .inner .prizeBox .block__element .prizeArea .prize span {
    display: inline-block;
    font-size: 24px;
    line-height: 1.4em;
  }
  section .inner .prizeBox .block__element .prizeArea .note {
    font-weight: normal;
    font-size: 12px;
  }
  section .inner .prizeBox .block__element.gold {
    height: auto;
  }
  section .inner .prizeBox .block__element.gold .title {
    line-height: 1.3em;
    padding: 12px 0;
    text-align: center;
  }
  section .inner .prizeBox .block__element.gold .prizeArea {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 20px;
    top: auto;
    padding-bottom: 12px;
  }
  section .inner .prizeBox .block__element.silver {
    height: auto;
  }
  section .inner .prizeBox .block__element.silver .title {
    line-height: 1.3em;
    padding: 12px 0;
    text-align: center;
  }
  section .inner .prizeBox .block__element.silver .prizeArea {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 12px;
  }
  section .inner .prizeBox .block__element.pink {
    height: auto;
  }
  section .inner .prizeBox .block__element.pink .title {
    line-height: 1.3em;
    padding: 12px 0;
    text-align: center;
    letter-spacing: -0.5px;
  }
  section .inner .prizeBox .block__element.pink .prizeArea {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 20px 12px;
    top: auto;
  }
  section .inner .prizeBox .block__element.salmon-pink {
    height: auto;
    padding: 0 20px;
  }
  section .inner .prizeBox .block__element.salmon-pink .title {
    line-height: 1.3em;
    padding: 12px 0;
    text-align: center;
  }
  section .inner .prizeBox .block__element.salmon-pink .title--new span {
    position: static;
  }
  section .inner .prizeBox .block__element.salmon-pink .title--new span:before {
    display: inline-block;
    margin-right: 8px;
    position: static;
    vertical-align: middle;
  }
  section .inner .prizeBox .block__element.salmon-pink .prizeArea {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 20px 12px;
    top: auto;
  }
  section .inner .prizeBox .block__element.salmon-pink .link {
    margin-top: 0;
    text-align: center;
    padding-bottom: 12px;
  }
}

@media (max-width: 768px) {
  section .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 7%;
    box-sizing: border-box;
  }
  section .inner h2 {
    text-align: center;
    font-size: 30px;
  }
}
.itemlist {
  position: relative;
  display: block;
  max-width: 970px;
  margin: 40px auto 0;
}
.itemlist .item {
  width: 50%;
  display: inline-block;
  float: left;
}
.itemlist .item img {
  display: inline-block;
  width: 170px;
  height: 128px;
  float: left;
  margin-right: 16px;
  background-color: gray;
}
.itemlist .item .extraPrize {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 8px;
  padding-right: 30px;
}
.itemlist .item .name {
  font-size: 16px;
  line-height: 1.8em;
  padding-right: 30px;
  padding-bottom: 8px;
}
.itemlist + .item {
  float: right;
}

@media (max-width: 768px) {
  .itemlist {
    position: relative;
    display: block;
    max-width: 970px;
    margin: 40px auto 0;
  }
  .itemlist .item {
    width: 100%;
    display: inline-block;
    float: none;
  }
  .itemlist .item img {
    display: block;
    width: 170px;
    height: 128px;
    float: none;
    margin: 0 auto 16px;
    background-color: gray;
  }
  .itemlist .item .extraPrize {
    font-size: 15px;
    padding-right: 0;
    padding-bottom: 0px;
    text-align: center;
  }
  .itemlist .item .name {
    font-size: 14px;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .itemlist p {
    font-size: 14px;
  }
  .itemlist + .item {
    float: right;
  }
}
.textLink {
  display: block;
  text-align: center;
  padding-top: 16px;
}
.textLink a {
  text-decoration: none;
  color: #0066cc;
  position: relative;
}
.textLink a:after {
  content: "";
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #0066cc;
  bottom: 4px;
  position: absolute;
}
.textLink a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .textLink {
    font-size: 14px;
    text-align: left;
  }
  .textLink a:active {
    text-decoration: underline;
  }
}
.judgeList {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  max-width: 970px;
  margin: 0 auto;
}
.judgeList .block {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.judgeList .block__element {
  display: table-cell;
  position: relative;
  width: auto;
  vertical-align: middle;
  height: 100px;
  padding: 0 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
}
.judgeList .block__element:last-child {
  border-right: none;
}
.judgeList .block__element img {
  float: left;
  width: 70px;
  height: 70px;
  display: block;
  background-color: gray;
  vertical-align: middle;
  margin-right: 20px;
}
.judgeList .block__element .position {
  font-size: 18px;
}
.judgeList .block__element .name {
  font-size: 30px;
  font-weight: bold;
}
.judgeList .block__element .name span {
  font-size: 24px;
  font-weight: normal;
}
.judgeList .block__element.withImage {
  width: auto;
}
.judgeList .block__element.withImage .name {
  line-height: 70px;
}

@media (max-width: 768px) {
  .judgeList .block__element {
    display: block;
    width: auto;
    border-right: none;
    height: 70px;
    padding: 0 10px;
  }
  .judgeList .block__element img {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .judgeList .block__element .position {
    font-size: 10px;
    padding-top: 12px;
  }
  .judgeList .block__element .name {
    font-size: 16px;
    font-weight: bold;
  }
  .judgeList .block__element .name span {
    font-size: 11px;
    font-weight: normal;
  }
  .judgeList .block__element.withImage {
    width: auto;
  }
  .judgeList .block__element.withImage .name {
    line-height: 1.3em;
    padding-top: 14px;
  }
}
#detail03 {
  margin-top: 60px;
}
#detail03 p {
  text-align: center;
  line-height: 1.8em;
}

@media (max-width: 768px) {
  #detail03 {
    margin-top: 0;
  }
}
#detail02 p, #detail03 p {
  text-align: center;
  line-height: 1.8em;
}
#detail02 p span, #detail03 p span {
  font-weight: bold;
  font-size: 20px;
  background-color: #ffff00;
}
@media (max-width: 768px) {
  #detail02 p span, #detail03 p span {
    font-size: 16px;
  }
}
#detail02 .summaryArea, #detail03 .summaryArea {
  border-top: 2px solid #000000;
  border-bottom: 4px solid #000000;
}
#detail02 .summaryArea p, #detail03 .summaryArea p {
  text-align: left;
}

.themaList {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  max-width: 970px;
  margin: 0 auto;
}
.themaList ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.themaList ul li {
  list-style-type: none;
  text-align: center;
  width: 33.33%;
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 24px;
  vertical-align: top;
}
.themaList ul li:nth-child(3n) {
  border-right: 1px solid #CCCCCC;
}
.themaList ul li.current {
  background-color: #ffff00;
}
.themaList ul li .term {
  font-size: 18px;
}
.themaList ul li .thema {
  font-size: 24px;
  font-weight: bold;
}
.themaList ul li .thema.blue {
  color: #0f8bdd;
}
.themaList ul li .thema.purple {
  color: #9c49b4;
}
.themaList ul li .thema.pink {
  color: #c94ab6;
}
.themaList ul li .thema.red {
  color: #dc3d66;
}
.themaList ul li .thema.orange {
  color: #c78c46;
}
.themaList ul li .thema.green {
  color: #61a848;
}
.themaList ul li .thema.darkgreen {
  color: #49a593;
}
.themaList ul li .thema.darkblue {
  color: #6056a0;
}

@media (max-width: 768px) {
  .themaList ul li {
    padding: 16px 0;
    width: 50%;
  }
  .themaList ul li:nth-child(3n) {
    border-right: none;
  }
  .themaList ul li:nth-child(2n) {
    border-right: 1px solid #CCCCCC;
  }
  .themaList ul li .term {
    font-size: 10px;
  }
  .themaList ul li .thema {
    font-size: 15px;
    letter-spacing: -1px;
  }
}
.summaryArea {
  max-width: 970px;
  margin: 0 auto;
}
.summaryArea .box {
  border-top: 2px solid #000000;
  padding: 40px 0;
}
.summaryArea .box h3 {
  font-size: 24px;
  margin: 0 0 30px;
}
.summaryArea .box p {
  padding: 0;
  margin: 15px 0 0 0;
  font-size: 16px;
}
.summaryArea .box p img {
  float: left;
  width: 193px;
  height: 228px;
  display: block;
  margin-right: 30px;
}
.summaryArea .box div.draft {
  display: flex;
}
.summaryArea .box div.draft img {
  width: 193px;
  height: 228px;
  display: block;
  margin-right: 30px;
}
.summaryArea .box ul.square {
  padding-left: 12px;
  margin: 0;
}
.summaryArea .box ul.square li {
  list-style-type: none;
  position: relative;
  font-size: 16px;
  padding-bottom: 16px;
}
.summaryArea .box ul.square li:last-child {
  padding-bottom: 0;
}
.summaryArea .box ul.square li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background-color: #000000;
  position: absolute;
  left: -12px;
  top: 0.55em;
}
.summaryArea .box .notice {
  padding-bottom: 16px;
  text-align: center;
  font-weight: bold;
}
.summaryArea .box .notice span {
  display: inline-block;
  position: relative;
}
.summaryArea .box .notice span:before {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  position: absolute;
  left: -28px;
  top: calc(50% - 22px);
}
.summaryArea .box .notice span:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg);
  position: absolute;
  right: -28px;
  top: calc(50% - 22px);
}
.summaryArea .box .buttonArea {
  display: block;
  width: auto;
  max-width: 970px;
  height: 60px;
  bottom: 26px;
  right: 55px;
  margin: 0 auto;
  text-align: center;
}
.summaryArea .box .buttonArea a {
  display: inline-block;
  width: 280px;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border-radius: 30px;
  border: 4px solid #000000;
  box-sizing: border-box;
  height: 60px;
  padding-left: 70px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 28px center;
  position: relative;
  text-align: left;
  margin: 0 16px;
}
.summaryArea .box .buttonArea a i {
  position: absolute;
  top: 18px;
  left: 30px;
  font-size: 18px;
}
.summaryArea .box .buttonArea a span {
  display: block;
}
.summaryArea .box .buttonArea a span.large {
  padding-top: 4px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3em;
}
.summaryArea .box .buttonArea a span.description {
  font-size: 12px;
  line-height: 1.2em;
}
.summaryArea .box .buttonArea a + a {
  border: 2px solid #000000;
  box-sizing: border-box;
  padding-top: 2px;
  padding-bottom: 2px;
}
.summaryArea .box .buttonArea a + a i {
  position: absolute;
  top: 20px;
  left: 32px;
}
.summaryArea .box .buttonArea a:hover {
  background-color: #000000;
}
.summaryArea .box .buttonArea a:hover i {
  color: #ffffff;
}
.summaryArea .box .buttonArea a:hover span {
  color: #FFFFFF;
}
.summaryArea .box .buttonArea a + a:hover {
  background-color: #000000;
}
.summaryArea .box .buttonArea a + a:hover i {
  color: #ffffff;
}
.summaryArea .box .buttonArea a + a:hover span {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .summaryArea {
    margin: 0 auto;
  }
  .summaryArea .box {
    border-top: 2px solid #000000;
    padding: 30px 0;
  }
  .summaryArea .box h3 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .summaryArea .box p {
    padding: 0;
    margin: 15px 0 0 0;
    font-size: 14px;
  }
  .summaryArea .box p img {
    float: none;
    width: 193px;
    height: 228px;
    display: block;
    margin: 0 auto 16px;
  }
  .summaryArea .box div.draft {
    padding: 0;
    margin: 15px 0 0 0;
    font-size: 14px;
    display: block;
  }
  .summaryArea .box div.draft img {
    width: 193px;
    height: 228px;
    display: block;
    margin: 0 auto 24px;
  }
  .summaryArea .box ul.square li {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .summaryArea .box ul.square li:before {
    top: 0.5em;
  }
  .summaryArea .box .notice {
    padding-bottom: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .summaryArea .box .buttonArea {
    position: relative;
    display: block;
    max-width: 180px;
    height: auto;
    bottom: auto;
    right: auto;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
  }
  .summaryArea .box .buttonArea a {
    width: 100%;
    height: 38px;
    border: 2px solid #000000;
    margin: 0 auto 10px;
    float: none;
    display: block;
    padding-left: 36px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .summaryArea .box .buttonArea a i {
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 18px;
  }
  .summaryArea .box .buttonArea a span.large {
    padding-top: 0;
    font-size: 14px;
    line-height: 36px;
  }
  .summaryArea .box .buttonArea a span.description {
    display: none;
  }
  .summaryArea .box .buttonArea a + a {
    float: none;
    border: 1px solid #000000;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .summaryArea .box .buttonArea a + a i {
    position: absolute;
    top: 10px;
    left: 16px;
    font-size: 18px;
  }
  .summaryArea .box .buttonArea a:active {
    background-color: #000000;
  }
  .summaryArea .box .buttonArea a:active i {
    color: #ffffff;
  }
  .summaryArea .box .buttonArea a:active span {
    color: #FFFFFF;
  }
  .summaryArea .box .buttonArea a + a:active {
    background-color: #000000;
  }
  .summaryArea .box .buttonArea a + a:active i {
    color: #ffffff;
  }
  .summaryArea .box .buttonArea a + a:active span {
    color: #FFFFFF;
  }
}
.winningList {
  max-width: 970px;
  margin: 0 auto;
}
.winningList .box {
  border-top: 5px solid #000000;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
}
.winningList .box:after {
  content: "";
  clear: both;
  display: block;
}
.winningList .box .imageArea {
  float: left;
  background-color: gray;
  margin-right: 30px;
  position: relative;
}
.winningList .box .imageArea img {
  display: block;
  width: 270px;
  height: 406px;
}
.winningList .box .imageArea span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 16px 8px;
  background-color: #000000;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.winningList .box .imageArea span.first {
  background-color: #ab8616;
}
.winningList .box .imageArea span.extra {
  background-color: #698ba3;
}
.winningList .box .textArea {
  padding-top: 40px;
  position: relative;
}
.winningList .box .textArea .date {
  font-weight: bold;
  font-size: 18px;
}
.winningList .box .textArea .winningTitle {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
}
.winningList .box .textArea .buttonArea {
  position: absolute;
  top: 60px;
  right: 30px;
}
.winningList .box .textArea .buttonArea a {
  width: 200px;
  line-height: 36px;
  border: 2px solid #000000;
  display: block;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  color: #000000;
}
.winningList .box .textArea .buttonArea a:hover {
  background-color: #000000;
  color: #ffffff;
}
.winningList .box .textArea .buttonArea a i {
  position: absolute;
  left: 1em;
  line-height: 40px;
}
.winningList .box .textArea .detail {
  font-size: 18px;
}
.winningList .box .textArea .profile {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}
.winningList .box .textArea .profile span {
  display: inline-block;
  padding-right: 16px;
}
.winningList .box .textArea .summary, .winningList .box .textArea .comment {
  font-size: 16px;
  margin-bottom: 16px;
}
.winningList .box .textArea .summary .title, .winningList .box .textArea .comment .title {
  font-weight: bold;
}
.winningList .box .textArea .evaluation {
  font-size: 12px;
}
.winningList .box .textArea .evaluation span {
  padding-right: 16px;
}

@media (max-width: 768px) {
  .winningList {
    margin: 0 auto;
  }
  .winningList .box {
    border-top: 5px solid #000000;
    border-bottom: none;
    margin-bottom: 40px;
  }
  .winningList .box:after {
    content: "";
    clear: both;
    display: block;
  }
  .winningList .box .imageArea {
    float: left;
    background-color: gray;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .winningList .box .imageArea img {
    width: 130px;
    height: 195px;
  }
  .winningList .box .imageArea span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 10px 6px;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
  }
  .winningList .box .imageArea span.first {
    background-color: #ab8616;
  }
  .winningList .box .textArea {
    padding-top: 20px;
    position: relative;
  }
  .winningList .box .textArea .date {
    font-weight: bold;
    font-size: 12px;
  }
  .winningList .box .textArea .winningTitle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .winningList .box .textArea .buttonArea {
    position: relative;
    top: auto;
    right: auto;
    display: inline;
  }
  .winningList .box .textArea .buttonArea a {
    width: calc(100% - 155px);
    max-width: 180px;
    font-size: 12px;
    line-height: 26px;
    border: 2px solid #000000;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    text-decoration: none;
    color: #000000;
    padding: 0;
    margin-bottom: 8px;
  }
  .winningList .box .textArea .buttonArea a:active {
    background-color: #000000;
    color: #ffffff;
  }
  .winningList .box .textArea .buttonArea a i {
    position: absolute;
    left: 1em;
    line-height: 28px;
  }
  .winningList .box .textArea .detail {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .winningList .box .textArea .profile {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .winningList .box .textArea .profile span {
    display: inline-block;
    padding-right: 16px;
  }
  .winningList .box .textArea .summary, .winningList .box .textArea .comment {
    clear: both;
    display: block;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .winningList .box .textArea .summary .title, .winningList .box .textArea .comment .title {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .winningList .box .textArea .summary .text, .winningList .box .textArea .comment .text {
    font-size: 12px;
  }
  .winningList .box .textArea .evaluation {
    font-size: 10px;
  }
  .winningList .box .textArea .evaluation span {
    padding-right: 16px;
  }
}
/* #novel *
-------------------------------------*/
article#novel .inner {
  padding: 80px 0;
}
article#novel .inner .novel {
  border-top: 4px solid #000000;
  max-width: 970px;
  margin: 0 auto;
  padding-top: 16px;
}
article#novel .inner .novel__caption {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
article#novel .inner .novel__title {
  font-size: 42px;
  padding: 56px 0;
  margin: 0;
}
article#novel .inner .novel__author {
  font-size: 18px;
  text-align: right;
  margin: 0;
  padding: 16px 0;
}
article#novel .inner .novel__content {
  line-height: 2;
  font-size: 16px;
}

@media (max-width: 768px) {
  article#novel .inner {
    padding: 0 7%;
  }
  article#novel .inner .novel__title {
    font-size: 30px;
    padding: 24px 0;
  }
}
/* .snsArea *
-------------------------------------*/
.snsArea {
  padding: 15px 0 25px;
}
.snsArea ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
}
.snsArea ul li {
  display: inline-block;
  width: 42px;
  margin: 0 10px;
}
.snsArea ul li a {
  display: block;
  width: 42px;
  height: 0;
  padding-top: 42px;
  overflow: hidden;
  border-radius: 50%;
  background-position: center center;
  background-size: 42px 42px;
}
.snsArea ul li a.twitter {
  background-image: url(/img/sns_tw.png);
  background-color: #1da1f2;
}
.snsArea ul li a.facebook {
  background-image: url(/img/sns_fb.png);
  background-color: #3b5998;
}
.snsArea ul li a.google {
  background-image: url(/img/sns_gp.png);
  background-color: #dc5043;
}
.snsArea ul li a.hatena {
  background-image: url(/img/sns_hb.png);
  background-color: #00a4de;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .snsArea ul li a.twitter {
    background-image: url(/img/sns_tw@2x.png);
  }
  .snsArea ul li a.facebook {
    background-image: url(/img/sns_fb@2x.png);
  }
  .snsArea ul li a.google {
    background-image: url(/img/sns_gp@2x.png);
  }
  .snsArea ul li a.hatena {
    background-image: url(/img/sns_hb@2x.png);
  }
}
.snsArea ul li a:hover {
  opacity: 0.6;
}

.fourPanelComicArea .fullBox {
  max-width: 970px;
  margin: 0 auto;
}
.fourPanelComicArea .fullBox .half {
  width: 50%;
  float: right;
  padding-left: 10px;
  box-sizing: border-box;
}
.fourPanelComicArea .fullBox .half + .half {
  float: right;
  padding-left: 0;
  padding-right: 10px;
  box-sizing: border-box;
}
.fourPanelComicArea .fullBox .half h3 {
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.fourPanelComicArea .fullBox .half h3 span {
  font-size: 14px;
  display: block;
}
.fourPanelComicArea .fullBox .half h3 .point {
  position: absolute;
  top: -4px;
  left: -6px;
  font-size: 10px;
  display: block;
  background-color: yellow;
  color: #000000;
  text-align: center;
  width: 54px;
  height: 54px;
  padding-top: 12px;
  box-sizing: border-box;
  border-radius: 27px;
  transform: rotate(-20deg);
  border: 3px solid #000000;
  line-height: 1.3em;
}
.fourPanelComicArea .fullBox .half h3 .point.oneline {
  padding-top: 0;
  line-height: 50px;
}
.fourPanelComicArea .fullBox .half .imageArea {
  text-align: center;
}
.fourPanelComicArea .fullBox .half .imageArea img {
  width: 100%;
  max-width: 420px;
}
.fourPanelComicArea .fullBox .half .description p {
  text-align: left !important;
  border-bottom: 4px solid #000000;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .fourPanelComicArea .fullBox .half {
    width: 100%;
    float: inherit;
    padding-left: 0;
  }
  .fourPanelComicArea .fullBox .half + .half {
    float: inherit;
    padding-right: 0;
  }
}

/* 以下 akita-shoten サイトより継承 *
--------------------------------------------------------------------------*/
/* pagetopC *
-------------------------------------*/
#pagetopC {
  position: fixed;
  width: 27px;
  right: 0px;
  bottom: 60px;
  border-top: 3px solid #5a5954;
  border-left: 3px solid #5a5954;
  border-bottom: 3px solid #5a5954;
}

#pagetopC a {
  width: 27px;
  padding-top: 114px;
  height: 0px;
  overflow: hidden;
  display: block;
  background: url("/img/common/pageTop.gif") left top repeat;
}

#pagetopC a:hover {
  opacity: 0.75;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  -khtml-opacity: 0.7; /* Safari 1.x */
  -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
}

/* footer *
-------------------------------------*/
footer {
  position: relative;
  margin: 0;
  background: url("/img/common/footerDotBg.png") center top repeat;
  font: 75%/1.5 "Lucida Grande", Arial, Helvetica;
}

#footer {
  padding-top: 20px;
  background: url("/img/common/footerDotBg.png") center top repeat-x;
}

footer .menu {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 150px;
}
footer .menu:after {
  content: "";
  clear: both;
  display: block;
}

footer .box {
  width: 25%;
  float: left;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul ul {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
}

footer ul ul li {
  font-size: 88%;
  padding-left: 14px;
}

footer ul li {
  padding-left: 17px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.8em;
}

footer ul.boys li {
  background: url("/img/common/listBlueL.png") left 0.8em no-repeat;
}

footer ul.boys ul li {
  background: url("/img/common/listBlueS.png") left 1em no-repeat;
}

footer ul.girls li {
  background: url("/img/common/listPinkL.png") left 0.8em no-repeat;
}

footer ul.girls ul li {
  background: url("/img/common/listPinkS.png") left 1em no-repeat;
}

footer ul.listYellow li {
  background: url("/img/common/listYellowL.png") left 0.8em no-repeat;
}

footer ul.listYellow ul li {
  background: url("/img/common/listYellowS.png") left 1em no-repeat;
}

footer ul.listGreen li {
  background: url("/img/common/listGreenL.png") left 0.8em no-repeat;
}

footer ul.listGreen ul li {
  background: url("/img/common/listGreenS.png") left 1em no-repeat;
}

footer ul.listBlack li {
  background: url("/img/common/listBlackL.png") left 0.8em no-repeat;
}

footer ul.listBlack ul li {
  background: url("/img/common/listBlackS.png") left 0.8em no-repeat;
}

footer ul.listYellow {
  padding-bottom: 20px;
}

footer #footer ul li a {
  color: #d7d5cd;
  text-decoration: none;
  display: inline;
  line-height: 1.8em;
}

footer #footer ul li a:visited {
  text-decoration: none;
}

footer #footer ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

footer #footer ul li a:active {
  color: #ff3333;
  text-decoration: none;
}

footer #footer div.copy {
  padding-top: 10px;
}

footer #footer div.copy small {
  padding-top: 0;
  background: none;
  color: #9d9b94;
  font-size: 88%;
}

#spfooter ul {
  padding-left: 0;
  letter-spacing: -4px;
  margin-bottom: 0;
}
#spfooter ul li {
  letter-spacing: 0px;
  width: 50%;
  display: inline-block;
  padding: 0;
  border-top: 1px solid gray;
  box-sizing: border-box;
  background-color: #53524c;
  background-image: none;
}
#spfooter ul li:nth-child(2n) {
  border-left: 1px solid gray;
}
#spfooter ul li a {
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 0;
}
#spfooter ul li a img {
  vertical-align: middle;
  width: 30px;
  padding-bottom: 2px;
}
#spfooter .copy {
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 0;
  border-top: 1px solid gray;
  box-sizing: border-box;
  background-color: #53524c;
  background-image: none;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}