@charset "utf-8";

body {
  font-size: 16px;
  line-height: 1.9;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, YuGothicM, "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #e55076;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

/** ------------------------------------------------------------
 * webfont
 */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?nd6ij3');
  src:  url('../fonts/icomoon.eot?nd6ij3#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?nd6ij3') format('truetype'),
        url('../fonts/icomoon.woff?nd6ij3') format('woff'),
        url('../fonts/icomoon.svg?nd6ij3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
  content: "\e901";
}

/** ------------------------------------------------------------
 * header
 */
header h1 img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

header.bg {
  background-color: #eee;
}

/** ------------------------------------------------------------
 * main
 */
/** ------------------------------
 * section
 */
.section {
  margin: 80px auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1000px;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .section {
    margin: 50px auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.sectionBg {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #eee;
}

@media only screen and (max-width: 600px) {
  .sectionBg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.secsectionBg__item {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1000px;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .secsectionBg__item {
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
  }
}

.secsectionBg__item + .secsectionBg__item {
  margin-top: 70px;
}

/** ------------------------------
 * contestTitle
 */
.contestTitle img {
  margin: 0 auto 40px;
  display: block;
  width: 100%;
  max-width: 592px;
}

.contestSummary::before {
  content: "";
  margin: 60px auto;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #000;
}

@media only screen and (max-width: 600px) {
  .contestSummary::before {
    margin: 40px auto;
  }
}

.contestDesired {
  margin-top: 80px;
  padding: 40px;
  border: 4px solid #000;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  .contestDesired {
    margin-top: 50px;
    padding: 20px;
    border-width: 3px;
  }
}

.contestDesired__item + .contestDesired__item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 4px dotted #ccc;
}
@media only screen and (max-width: 600px) {
.contestDesired__item + .contestDesired__item {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.contestDesired__title {
  margin-bottom: 30px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-size: 125%;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .contestDesired__title {
    margin-bottom: 15px;
    font-size: 128.5714285714286%;
  }
}
@media only screen and (max-width: 400px) {
  .contestDesired__title {
    font-size: 107.1428571428571%;
  }
}

/** ------------------------------
 * theme
 */
/* main 
@media only screen and (max-width: 600px) {
  .mainTheme {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}*/

.mainTheme img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 365px;
}

/* sub */
.subThemeTitle {
  margin-bottom: 10px;
  padding-left: 0.2em;
  position: relative;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

.subThemeTitle::before {
  content: "";
  margin: 60px auto;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #000;
}

@media only screen and (max-width: 600px) {
  .subThemeTitle {
    font-size: 110%;
  }

  .subThemeTitle::before {
    margin: 40px auto;
  }
}

.subTheme {
  border: 3px solid #000;
  border-radius: 8px;
  font-weight: bold;
  background-color: #fff;
  overflow: hidden;
  line-height: 1;
}

@media only screen and (max-width: 600px) {
  .subTheme {
    border-width: 3px;
  }
}

.subTheme__inner {
  margin-bottom: -4px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center;
}

.subTheme__item {
  margin: 0 1%;
  padding: 23px 4px;
  border-bottom: 4px dotted #ccc;
  position: relative;
  width: 31.33%;
  box-sizing: border-box;
  flex: none;
}

.subTheme__item::after {
  content: "";
  margin-right: -4px;
  display: block;
  position: absolute;
  top: 8px;
  right: -2%;
  bottom: 8px;
  border-right: 4px dotted #ccc;
}

.subTheme__item:nth-of-type(3n)::after {
  content: none;
}

@media only screen and (max-width: 400px) {
  .subTheme__item {
    padding: 16px 4px;
    width: 48%;
  }

  .subTheme__item::after {
    content: none;
  }

  .subTheme__item:nth-of-type(odd)::after {
    content: "";
    margin-left: -4px;
    display: block;
    position: absolute;
    top: 8px;
    left: -2%;
    bottom: 8px;
    border-right: 4px dotted #ccc;
  }
}

@media only screen and (max-width: 600px) {
  .subTheme__inner {
    margin-bottom: -3px;
  }

  .subTheme__item {
    border-bottom-width: 3px;
  }

  .subTheme__item:nth-of-type(odd)::after {
    margin-right: -1.5px;
    border-right-width: 3px;
  }
}

/* memo */
.memo {
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  background: #fff;
}

.memo::before {
  content: "";
  margin: 0 auto;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
}

.memo p {
  padding-left: 1em;
  text-indent: -1em;
}

.memo p > span {
  background: linear-gradient(transparent 70%, yellow 70%);
  font-weight: bold;
}

.memo__center {
  text-align: center;
}

@media only screen and (max-width: 660px) {
  .memo__center {
    text-align: left;
  }
}

/** ------------------------------
 * basicTitle
 */
.basicTitle {
  margin-bottom: 40px;
  line-height: 1.4;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}

.basicTitle > b {
  font-style: normal;
  background: linear-gradient(transparent 70%, yellow 70%);
}

.basicTitle br.sp {
  display: none;
}

@media only screen and (max-width: 600px) {
  .basicTitle {
    font-size: 140%;
  }

  .basicTitle br.sp {
    display: block;
  }
}

/** ------------------------------
 * schedule
 */
.schedule__item {
  background-color: #eee;
}

.schedule__item + .schedule__item {
  margin-top: 3px;
}

.schedule__item::after {
  content: "";
  display: block;
  clear: both;
}

.schedule__title {
  padding: 20px 3em 20px 3.2em;
  float: left;
  width: 9.6em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.2em;
}

.schedule__body::before {
  margin-right: 3em;
  content: "／";
}

.schedule__body {
  padding: 20px 1em 20px 0;
  letter-spacing: 0.1em;
}

.schedule__body span {
  margin-left: 0.8em;
  padding: 1px 5px;
  border: 1px solid #999;
  display: inline-block;
  line-height: 1.2;
  color: #999;
  font-size: 12px;
  vertical-align: middle;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .schedule__title {
    padding: 20px 2em 20px 2.2em;
  }

  .schedule__body::before {
    margin-right: 2em;
  }
}

@media only screen and (max-width: 600px) {
  .schedule__title {
    padding: 20px 1em 0;
    float: none;
    width: auto;
  }

  .schedule__body {
    padding: 0 1em 20px;
    text-align: center;
  }

  .schedule__body::before {
    content: "";
    margin: 10px auto;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #000;
  }
}

/** ------------------------------
 * award
 */
/*.awardTitle {
  margin: 0 auto -1%;
  width: 75.74%;
}

@media only screen and (max-width: 500px) {
  .awardTitle {
    width: auto;
  }
}

.awardTitle img {
  position: relative;
  vertical-align: middle;
}

.awardTitle img:nth-child(1) {
  width: 34%;
}

.awardTitle img:nth-child(2) {
  width: calc(100% - 34%);
}

@media only screen and (max-width: 420px) {
  .awardTitle img {
    margin: 0 auto;
    display: block;
  }

  .awardTitle img:nth-child(1) {
    margin-bottom: 5px;
    width: 200px;
  }

  .awardTitle img:nth-child(2) {
    width: 300px;
  }
}*/

.awardBallon {
  display: table;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 5px .8333333333333333em; /* 20/24 */
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-indent: .05em;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .awardBallon {
    font-size: -webkit-calc( 18px + ( 24 - 18 ) * ( ( 100vw - 501px ) / ( 1000 - 501 ) ) );
    font-size:         calc( 18px + ( 24 - 18 ) * ( ( 100vw - 501px ) / ( 1000 - 501 ) ) );
  }
}
@media only screen and (max-width: 500px) {
  .awardBallon {
    font-size: 18px;
  }
}

.awardBallon br {
  display: none;
}
@media only screen and (max-width: 500px) {
  .awardBallon br {
    display: inline;
  }
}

.awardBallon:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  content: " ";
}

.awardList {
  padding: 4.25531914893617%;
  border: 4px solid #000;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  .awardList {
    padding: 25px;
    border-width: 3px;
  }
}

.awardList__item + .awardList__item {
  margin-top: 4.694835680751174%;
  padding-top: 4.694835680751174%;
  border-top: 4px dotted #ccc;
}
@media only screen and (max-width: 600px) {
  .awardList__item + .awardList__item {
    margin-top: 25px;
    padding-top: 25px;
    border-top-width: 3px;
  }
}

.awardList img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.awardGrand {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  justify-content: flex-start;
  -ms-align-items: center;
      align-items: center;
}
@media only screen and (max-width: 500px) {
  .awardGrand {
    display: block;
    max-width: 220px;
    margin: 0 auto;
  }
}

.awardGrand__title {
  -webkit-flex: none;
     -moz-flex: none;
      -ms-flex: none;
       -o-flex: none;
          flex: none;
  width: 29.34272300469484%;
}
@media only screen and (max-width: 500px) {
  .awardGrand__title {
    width: auto;
  }
}

.awardGrand__body {
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
       -o-flex: 1;
          flex: 1;
  margin-left: 3.52112676056338%;
}
@media only screen and (max-width: 500px) {
  .awardGrand__body {
    margin: 0;
    margin-top: 25px;
  }
}

.awardGrandDetail {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  justify-content: center;
  -ms-align-items: center;
      align-items: center;
}
@media only screen and (max-width: 500px) {
  .awardGrandDetail {
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;
  }
}

.awardGrandDetail:before {
  display: block;
  -ms-align-self: stretch;
      align-self: stretch;
  width: 12.58741258741259%;
  background-image: url("../img/award/01/plus.png");
  background-position: 50%;
  -webkit-background-size: 55.55555555555556%;
          background-size: 55.55555555555556%;
  background-repeat: no-repeat;
  content: '';
}
@media only screen and (max-width: 500px) {
  .awardGrandDetail:before{
    width: auto;
    height: 60px;
    background-size: 30px;
  }
}

.awardGrandDetail_item {
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
       -o-flex: 1;
          flex: 1;
}

.awardGrandDetail_item:first-of-type {
  -webkit-order: -1;
     -moz-order: -1;
      -ms-order: -1;
       -o-order: -1;
          order: -1;
}

.awardGrandIllust {
  margin: .9375em 0 0;
  padding: .5em 1em;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 93.75%; /* 15/.16 */
  line-height: 1.5;
}
@media only screen and (max-width: 1000px) {
  .awardGrandIllust {
    font-size: -webkit-calc( 12px + ( 15 - 12 ) * ( ( 100vw - 501px ) / ( 1000 - 501 ) ) );
    font-size:         calc( 12px + ( 15 - 12 ) * ( ( 100vw - 501px ) / ( 1000 - 501 ) ) );
  }
}
@media only screen and (max-width: 500px) {
  .awardGrandIllust {
    font-size: 100%;
    margin-top: 15px;
  }
}

.awardWrap {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  justify-content: flex-start;
  -ms-align-items: center;
      align-items: center;
}
@media only screen and (max-width: 500px) {
  .awardWrap {
    display: block;
  }
}

.awardWrap__item {
  width: -webkit-calc( ( 100% - 4.694835680751174% ) / 2 );
  width:         calc( ( 100% - 4.694835680751174% ) / 2 );
}
@media only screen and (max-width: 500px) {
  .awardWrap__item {
    width: auto;
  }
}

.awardWrap__item + .awardWrap__item {
  margin-left: 4.694835680751174%;
}
@media only screen and (max-width: 500px) {
  .awardWrap__item + .awardWrap__item {
    margin: 0;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 3px dotted #ccc;
  }
}

.awardContents {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  justify-content: flex-start;
  -ms-align-items: center;
      align-items: center;
}
@media only screen and (max-width: 500px) {
  .awardContents {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
}

.awardContents__title {
  -webkit-flex: none;
     -moz-flex: none;
      -ms-flex: none;
       -o-flex: none;
          flex: none;
  width: 41.87192118226601%;
}
@media only screen and (max-width: 500px) {
  .awardContents__title {
    width: auto;
  }
}

.awardContents__body {
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
       -o-flex: 1;
          flex: 1;
  margin-left: 4.926108374384236%;
}
@media only screen and (max-width: 500px) {
  .awardContents__body {
    margin: 0;
    margin-top: 15px;
  }
}

.awardMemo {
  margin-top: 1em;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .awardMemo {
    text-align: left;
  }
}


/** ------------------------------
 * illustrator
 */
.illustratorPlan img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 500px;
}

.illustrator::after {
  content: "";
  display: block;
  clear: both;
}

.illustrator__sub {
  margin-right: 60px;
  float: left;
  width: 40%;
  box-shadow: 14px 14px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 768px) {
  .illustrator__sub {
    margin: 0 auto 40px;
    float: none;
    width: auto;
    max-width: 250px;
  }
}

.illustrator__sub img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.illustrator__main {
  overflow: hidden;
}

.illustrator__title {
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.illustrator__title span {
  padding: 5px 24px;
  border: 1px solid #000;
  border-radius: 4em;
  display: inline-block;
  background-color: #eee;
}

.illustratorBook__title {
  margin: 30px 0 15px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

.illustratorBook__title > span {
  padding: 0 2.8em 0 3em;
  position: relative;
  display: inline-block;
  letter-spacing: 0.2em;
}

.illustratorBook__title > span::before,
.illustratorBook__title > span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.5em;
  height: 1px;
  background-color: #282A36;
}

.illustratorBook__title > span::before {
  left:0;
}

.illustratorBook__title > span::after {
  right: 0;
}

.illustratorBook__body {
  font-size: 86%;
}

.illustratorBook__body ul {
  margin-left: 2em;
  list-style-type: square;
}

.illustratorSoon {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  justify-content: center;
  -ms-align-items: center;
      align-items: center;
  padding: 18.4% 10px;
  background-color: #f6f6f6;
}

/** ------------------------------
 * entryText
 */
.entryText {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.entryText > span,
.entryText__item > span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, yellow 70%);
}

.entryText__item {
  padding-left: 1em;
  text-indent: -1em;
}

.entryText__item + .entryText__item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 4px dotted #ccc;
}

@media only screen and (max-width: 600px) {
  .entryText__item + .entryText__item {
    border-top-width: 3px;
  }
}

/** ------------------------------
 * basicDl
 */
.basicDl {
  display: table;
  width: 100%;
}

.basicDl + .basicDl {
  margin-top: 30px;
  margin-bottom: 30px;]
}

.basicDl__item {
  display: table-row;
}

.basicDl__title,
.basicDl__body {
  border-bottom: 3px solid #eee;
  padding: 16px 20px;
  display: table-cell;
  vertical-align: middle;
}

.basicDl__title {
  width: 12em;
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: center;
}

.basicDl__title--subTheme {
  color: yellow;
  background-color: #e6537b;
}

.basicDl__body {
  background-color: #fff;
}

.basicDl__body span {
  color: #e6537b;
  background: linear-gradient(transparent 70%, yellow 70%);
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .basicDl,
  .basicDl__item,
  .basicDl__title,
  .basicDl__body {
    display: block;
    width: auto
  }

  .basicDl__title {
    padding: 10px 20px;
  }

  .basicDl__title br {
    display: none;
  }
}

/** ------------------------------
 * refer
 */
.refer {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 20px;
  border-radius: 8px;
  background-color: #eee;
}

.referTitle {
  margin-bottom: 15px;
  font-size: 100%;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

.referTitle > span {
  padding: 0 2.8em 0 3em;
  position: relative;
  display: inline-block;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 359px) {
  .referTitle > span {
    padding: 0 2.8em;
    letter-spacing: normal;
  }
}

.referTitle > span::before,
.referTitle > span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.5em;
  height: 1px;
  background-color: #282A36;
}

.referTitle > span::before {
  left:0;
}

.referTitle > span::after {
  right: 0;
}

.refer__logo {
  margin-top: 15px;
  text-align: right;
}

.refer__logo img {
  width: 90px;
}

/** ------------------------------
 * closedMessage
 */
.closedMessage {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  color: #fff;
  background-color: #c33;
  font-size: 116%;
  font-weight: bold;
  text-align: center;
}

.closedMessage::before {
  content: "";
  margin: 0 auto;
  border: 15px solid transparent;
  border-bottom-color: #c33;
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
}

/** ------------------------------
 * selection
 */
.selectionTitle img {
  margin: 0 auto 40px;
  display: block;
  width: 100%;
  max-width: 441px;
}

.selectionMessage {
  text-align: center;
}

.selectionTitle + .selectionMessage::after {
  content: "";
  margin: 60px auto;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #000;
}

@media only screen and (max-width: 600px) {
  .selectionMessage {
    margin: 0 auto;
    display: table;
    text-align: left;
  }

  .selectionMessage::after {
    margin: 40px auto;
  }
}

.selection {
  margin-bottom: 30px;
  line-height: 1.4;
  counter-reset: number 0;
}

.selectionNovel {
  border: 3px solid #000;
  border-radius: 8px;
  position: relative;
  display: flex;
  background: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  .selectionNovel {
    display: block;
  }
}

.selectionNovel__item {
  margin: 0 1% -4px;
  padding: 45px 35px calc(45px + 2.1em);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 48%;
}

@media only screen and (max-width: 850px) {
  .selectionNovel__item {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 700px) {
  .selectionNovel__item {
    width: auto;
    padding: 35px 13px calc(35px + 2.1em);
  }
}

.selectionNovel__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  border-top: 4px dotted #ccc;
}

.selectionNovel__item:nth-of-type(2n+1)::before {
  content: "";
  border-right: 4px dotted #ccc;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: calc(-2% - 2px);
  display: block;
  width: 0;
}

@media only screen and (max-width: 700px) {
  .selectionNovel__item:nth-of-type(2n+1)::before {
    content: none;
  }
}

.selectionNovel__title {
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}

.selectionNovel__title::before {
  margin-bottom: 15px;
  padding: 7px 5px;
  border-radius: 50px;
  counter-increment: number 1;
  content: "Nominated No." counter(number);
  display: block;
  color: #fff;
  background-color: #000;
  font-family: 'Anton', sans-serif;
  font-size: 13px;
  line-height: 1;
  vertical-align: top;
  font-weight: normal;
  text-align: center;
}

.selectionNovel__body {
  text-align: left;
  font-size: 13px;
}

.selectionNovel__body::after {
  content: "";
  display: block;
  clear: both;
}

.selectionNovel__name {
  margin-top: 1em;
  display: block;
}

.selectionNovel__name span {
  margin-right: 0.6em;
  padding: 2px 10px;
  display: inline-block;
  line-height: 1.2;
  font-size: 12px;
  vertical-align: middle;
  background-color: #eee;
}

.selectionNovel__link {
  position: absolute !important;
  right: 35px;
  bottom: 45px;
  display: block;
  position: relative;
  font-weight: bold;
}

@media only screen and (max-width: 850px) {
  .selectionNovel__link {
    right: 15px;
  }
}

@media only screen and (max-width: 700px) {
  .selectionNovel__link {
    right: 13px;
    bottom: 30px;
  }
}

.selectionNovel__link::before {
  content: "";
  border-radius: 4em;
  position: absolute;
  top: 3px;
  right: -2px;
  bottom: -2px;
  left: 3px;
  display: block;
  background-color: #e7acbe;
  background-color: #f1a7ba;
  transition: all .5s;
}

.selectionNovel__link:hover::before {
  background-color: #ecc6d2;
}

.selectionNovel__link a {
  padding: 5px 40px 4px;
  border: 1px solid #000;
  border-radius: 4em;
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  vertical-align: top;
}

.selectionNovel__link a::after {
  margin-left: 0.8em;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 440px) {
  .selectionNovel__link {
    margin: 0 auto;
    right: 0;
    bottom: 25px;
    left: 0;
    width: 14em;
    font-size: 12px;
  }

  .selectionNovel__link a {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    text-align: center;
  }
}

/** ------------------------------
 * final
 */
.finalTitle {
  display: table;
  margin: 0 auto 40px;
  padding: 0 50px;
}

.finalTitle img {
  display: block;
  max-width: 100%;
}

.finalMessage {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .finalMessage {
    display: table;
    margin: 0 auto;
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .finalMessage::after {
    margin: 40px auto;
  }
}

.finalTitle + .finalMessage::after {
  display: block;
  width: 80px;
  height: 2px;
  margin: 60px auto;
  background-color: #000;
  content: " ";
}

.final__item + .final__item {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .final__item + .final__item {
    margin-top: 30px;
  }
}

.finalResult__item + .finalResult__item {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .finalResult__item + .finalResult__item {
    margin-top: 30px;
  }
}

.finalMiddleTitle {
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 30px;
}

.finalMiddleTitle img {
  display: block;
  max-width: 100%;
}

.finalResultDetail {
  padding: 30px;
  border: 3px solid #000;
  border-radius: 8px;
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
  .finalResultDetail {
    padding: 20px;
  }
}

.finalResultDetail + .finalResultDetail {
  margin-top: 10px;
}

.finalResultDetail__title {
  display: table;
  margin: 0 auto;
  padding: 0 15px;
}

.finalResultDetail__title div {
  margin-top: 5px;
}

.finalResultDetail__title img {
  display: block;
  max-width: 100%;
}

.finalResultDetail__body {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .finalResultDetail__body {
    margin-top: 20px;
    font-size: 12px;
  }
}

.finalSubTitle {
  font-size: 1.2857142857em; /* 19/14 */
}

.finalSubTitle span {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  background-color: #000;
  font-weight: normal;
  color: #fff;
  font-size: .7777777777em; /* 14/19 */
  text-align: center;
  vertical-align: middle;
}

.finalResultDetail--grand .finalSubTitle {
  font-size: 1.5714285714em; /* 22/14 */
}

.finalName {
  margin-top: 10px;
}

.finalName span {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  background-color: #eee;
  font-size: 12px;
  vertical-align: middle;
}

.finalLink {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
}
@media only screen and (max-width: 440px) {
  .finalLink {
    left: 0;
    width: 14em;
    margin: 0 auto;
    font-size: 12px;
  }
}

.finalLink a {
  display: inline-block;
  position: relative;
  padding: 5px 40px 4px;
  border: 1px solid #000;
  border-radius: 4em;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
}
@media only screen and (max-width: 440px) {
  .finalLink a {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
}

.finalLink a::before {
  display: block;
  position: absolute;
  top: 3px;
  right: -2px;
  bottom: -2px;
  left: 3px;
  z-index: -1;
  border-radius: 4em;
  background-color: #e7acbe;
  content: " ";
  transition: all .5s;
}

.finalLink a:hover::before {
  background-color: #ecc6d2;
}

.finalLink a::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 4px;
  margin-left: .8em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: middle;
  content: " ";
}

.finalResultDetail__body.finalResultList {
  padding-bottom: 0;
}

.finalResultList__item {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}

.finalResultList__item + .finalResultList__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 4px dotted #ccc;
}
@media only screen and (max-width: 600px) {
  .finalResultList__item + .finalResultList__item {
    border-top-width: 3px;
  }
}

.finalResultFlex {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  justify-content: flex-start;
  -ms-align-items: stretch;
      align-items: stretch;
  gap: 0 10px;
}
@media only screen and (max-width: 600px) {
  .finalResultFlex {
    display: block;
  }
}

.finalResultDetail + .finalResultFlex {
  margin-top: 10px;
}

.finalResultFlex__item {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  flex-basis: 50%;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: stretch;
      align-items: stretch;
}

.finalResultFlex .finalResultDetail + .finalResultDetail {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .finalResultFlex .finalResultDetail + .finalResultDetail {
    margin-top: 10px;
  }
}

.finalResultFlex__item .finalResultDetail__body {
  -webkit-flex: 1 0 auto;
     -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
       -o-flex: 1 0 auto;
          flex: 1 0 auto;
}

.finalResult__item + .finalResultMemo {
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .finalResult__item + .finalResultMemo {
    margin-top: 10px;
  }
}

.finalResultMemo {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .finalResultMemo {
    font-size: 12px;
  }
}

.finalReview {
  padding: 45px;
  border-radius: 8px;
  background-color: #eee;
}
@media only screen and (max-width: 600px) {
  .finalReview {
    padding: 25px;
  }
}

.finalReview__title {
  margin-bottom: 20px;
  padding: 0 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.25em; /* 20/16 */
  line-height: 1.8;
  letter-spacing: .4em;
}
@media only screen and (max-width: 600px) {
  .finalReview__title {
    padding: 0 15px;
  }
}

.finalReview__special {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .finalReview__special {
    margin-top: 20px;
  }
}

.finalReviewSpecial + .finalReviewSpecial {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 4px dotted #ccc;
}
@media only screen and (max-width: 600px) {
  .finalReviewSpecial + .finalReviewSpecial {
    margin-top: 20px;
    padding-top: 20px;
    border-top-width: 3px;
  }
}

.finalReviewSpecial__title {
  margin-bottom: 20px;
  padding: 0 20px;
  background-color: #e7acbe;
  font-size: 1.125em; /* 18/16 */
  line-height: 2;
}
@media only screen and (max-width: 600px) {
  .finalReviewSpecial__title {
    padding: 0 15px;
  }
}



/** ------------------------------------------------------------
 * footer
 */
footer {
  color: #aaa;
  background-color: #000;
  font-size: 13px;
  text-align: center;
}

footer ul,
footer li {
  display: inline;
}

footer a {
  color: #fff;
}

/** ------------------------------
 * footerNav
 */
.footerNav {
  padding: 20px 15px;
}

.footerNav li + li {
  margin-left: 1em;
}

.footerNav a {
  padding: 5px 20px;
  border-radius: 10em;
  display: inline-block;
  background-color: #444;
  text-decoration: none;
  transition: all .5s;
}

@media only screen and (max-width: 400px) {
  .footerNav a {
    padding: 5px 12px;
  }
}

.footerNav a:hover {
  background-color: #666;
}

.footerNav a::after {
  margin-left: 0.3em;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
}

/** ------------------------------
 * support
 */
.support {
  padding: 0 15px 20px;
}

.support__item,
.support__body {
  display: inline;
}

.support__item + .support__item {
  margin-left: 2em;
}

@media only screen and (max-width: 900px) {
  .support__item {
    display: block;
    text-align: left;
  }

  .support__item + .support__item {
    margin-top: 10px;
    margin-left: 0;
  }
}

.support__title {
  margin-right: 5px;
  padding: 0 1em;
  border: 1px solid #aaa;
  display: inline-block;
  font-size: 11px;
}

.support__body li + li::before {
  margin-right: 0.5em;
  content: "／";
}

/** ------------------------------
 * 過去の受賞作品
 */
.history {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
  font-weight: bold;
}

.history__item {
  margin-bottom: 20px;
  width: 32%;
}

.history__item + .history__item {
  margin-left: 2%;
}

.history__item a {
  position: relative;
  display: block;
  padding: 20px 35px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  color: #fff;
  background-color: #000;
  text-align: center;
  text-decoration: none;
}

.history__item a::after {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 700px) {
  .history {
    display: block;
    margin: 0;
  }

  .history__item {
    margin: 0;
    width: auto;
  }

  .history__item + .history__item {
    margin-top: 10px;
    margin-left: 0;
  }

  .history__item a {
    padding: 15px 35px;
  }
}

/** ------------------------------
 * Q＆A
 */
.qaTitleWrap {
  padding: 0 1.5em;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 340px) {
  .qaTitleWrap {
    padding: 0 1.3em;
  }
}

.qaTitleWrap::before,
.qaTitleWrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
}

.qaTitleWrap::before {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  left: 0;
}

.qaTitleWrap::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  right: 0;
}

.qaTitle {
  margin-left: 0.06em;
  display: block;
  line-height: 1.1;
  color: #f3abbe;
  font-size: 3em;
  font-family: Roboto, sans-serif;
  text-shadow: 2px  2px 1px #000,
              -2px  2px 1px #000,
               2px -2px 1px #000,
              -2px -2px 1px #000,
               2px  0px 1px #000,
               0px  2px 1px #000,
              -2px  0px 1px #000,
               0px -2px 1px #000;
  letter-spacing: 0.06em;
}

.qaTitle span {
  font-size: 0.5em;
}

.qaText {
  margin: 0 auto;
  display: table;
}

.qa div {
  margin-top: 30px;
  padding: 30px;
  border: 2px solid #000;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #eee;
}

.qa dt {
  font-weight: bold;
  font-size: 1.1em;
}

.qa dt span {
  margin: 0 auto 30px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  position: relative;
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  color: #fff;
  background-color: #000;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 2em;
}

.qa dt span::after {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 97%;
  right: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}

.qa dd {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #000;
}

.qa dd p + p {
  margin-top: 1em;
}


@media only screen and (max-width: 460px) {
  .qa div {
    padding: 20px;
  }

  .qa dt span {
    margin-bottom: 20px;
  }

  .qa dd {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.qa dd span {
  margin: 0 0.7em 0.1em 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: block;
  float: left;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  color: #fff;
  background-color: #000;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 1.2em;
}

/** ------------------------------------------------------------
 * advice
 */
.advice {
  margin: 80px auto;
  padding: 0 30px;
  position: relative;
  max-width: 942px;
}

@media only screen and (max-width: 600px) {
  .advice {
    margin: 80px auto 60px;
    padding: 0 10px;
  }
}

.adviceWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: #000;
}

@media only screen and (max-width: 760px) {
  .adviceWrap {
    display: block;
    text-align: center;
  }
}

.adviceTitle,
.adviceLink {
  padding: 40px;
}

.adviceTitle {
  padding-left: 130px;
}

@media only screen and (max-width: 982px) {
  .adviceTitle {
    padding-left: calc(45px + 7.5vw);
  }
}

.adviceTitle::before {
  content: "check!";
  margin: auto;
  -webkit-border-radius: 5em;
          border-radius: 5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 55px;
  display: block;
  width: 5em;
  height: 5em;
  line-height: 5em;
  color: #000;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

@media only screen and (max-width: 982px) {
  .adviceTitle::before {
    font-size: 1.5vw;
  }
}

@media only screen and (max-width: 760px) {
  .adviceTitle::before {
    border: 2px solid #000;
    position: absolute;
    top: -2.5em;
    right: 0;
    bottom: auto;
    left: 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 440px) {
  .adviceTitle::before {
    font-size: 15px;
  }
}

.adviceTitle {
  line-height: 1.5;
  font-size: 29px;
}

@media only screen and (max-width: 982px) {
  .adviceTitle {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 900px) {
  .adviceTitle {
    font-size: 2.8vw;
  }
}

@media only screen and (max-width: 760px) {
  .adviceTitle {
    font-size: 160%;
  }
}

@media only screen and (max-width: 440px) {
  .adviceTitle {
    font-size: 5.3vw;
  }
}

.adviceLink {
  padding-left: 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 982px) {
  .adviceLink {
    font-size: 2.2vw;
  }
}

@media only screen and (max-width: 760px) {
  .adviceLink {
    font-size: 120%;
  }
}

@media only screen and (max-width: 440px) {
  .adviceLink {
    font-size: 4vw;
  }
}

.adviceLink a {
  padding: 0.5em 1.5em;
  -webkit-border-radius: 3em;
          border-radius: 3em;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #000;
  background: #fff;
  text-decoration: none;
  transition: all .5s;
}

.adviceLink a:hover {
  background: #ddd;
}

.adviceLink a::after {
  margin-top: -0.15em;
  margin-left: 0.3em;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  width: 0.3em;
  height: 0.3em;
  transform: rotate(45deg);
}

@media only screen and (max-width: 760px) {
  .adviceTitle,
  .adviceLink {
    padding: 40px 20px;
  }

  .adviceTitle {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .adviceLink {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 440px) {
  .adviceTitle {
    padding-top: 50px;
  }
}

/** ------------------------------------------------------------
 * result
 */
.resultTitle {
  margin-bottom: 40px;
}

.resultTitle img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 330px;
}

.resultMessage {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .resultMessage {
    display: table;
    margin: 0 auto;
    text-align: left;
  }
}

.resultMessage::after {
  display: block;
  width: 80px;
  height: 2px;
  margin: 60px auto;
  background-color: #000;
  content: " ";
}
@media only screen and (max-width: 600px) {
  .resultMessage::after {
    margin: 40px auto;
  }
}

.reslutNovel__item + .reslutNovel__item {
  margin-top: 30px;
}

.resultContents {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  justify-content: flex-start;
  -ms-align-items: center;
      align-items: center;
  padding: clamp( 15px, 3vw, 30px );
  /*
  1000px 10*3vw 30px / 10*4vw 40px
  700px   7*3vw 21px /  7*4vw 28px
  500px   5*3vw 15px /  5*4vw 20px
  400px   4*3vw 12px /  4*4vw 16px
  */
  border: 4px solid #000;
  border-radius: 8px;
  font-size: 1.125em; /* 18/16 */
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .resultContents {
    display: block;
  }
}

.resultContents__prize {
  -webkit-flex: none;
     -moz-flex: none;
      -ms-flex: none;
       -o-flex: none;
          flex: none;
}
@media only screen and (min-width: 768.1px) {
  .resultContents__prize {
    width: 11.5em; /* 230/20 */
  }
}

@media only screen and (max-width: 768px) {
  .resultPrize {
    width: max( 160px, 30% );
    margin: 0 auto;
  }
}

.resultPrize img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.resultProduct {
  margin-top: 15px;
  font-size: 12px;
  font-feature-settings: "palt";
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .resultProduct {
    width: max( 220px, 35% );
    margin: 0 auto;
    margin-top: 15px;
  }
}

.resultProduct__item {
  padding: 6px 3px 3px;
  border-radius: 50px;
  background-color: #d7c300;
}

.resultProduct__item + .resultProduct__item {
  margin-top: 3px;
}

.resultProduct__item--illust {
  background-color: #e50039;
  color: #fff;
}

.resultContents__title {
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
       -o-flex: 1;
          flex: 1;
  margin-left: clamp( 15px, 3vw, 30px );
}
@media only screen and (max-width: 768px) {
  .resultContents__title {
    margin: 0;
    margin-top: clamp( 15px, 3vw, 30px );
  }
}

.resultDetail {
  padding: clamp( 20px, 3vw, 30px );
  border-radius: 8px;
  background-color: #eee;
}

.resultDetail + .resultDetail {
  margin-top: 15px;
}

.resultDetail__title:before {
  display: inline-block;
  margin-right: .15em;
  color: #e50039;
  font-size: .88888889em; /* 16/18 */
  font-family: 'icomoon';
  content: "\e901";
}

.resultDetail__auther {
  margin-top: 5px;
  font-size: .77777778em; /* 14/18 */
}

.resultDetail__link {
  margin-top: 15px;
  font-weight: bold;
  font-size: .77777778em; /* 14/18 */
  text-align: center;
}

.resultDetail__link a {
  display: table;
  position: relative;
  z-index: 0;
  margin-left: auto;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .resultDetail__link a {
    margin: 0 auto;
  }
}

.resultDetail__link a:before ,
.resultDetail__link a:after {
  display: block;
  position: absolute;
  border-radius: 50px;
  content: " ";
}

.resultDetail__link a:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #000;
}

.resultDetail__link a:after {
  top: 3px;
  right: -2px;
  bottom: -3px;
  left: 2px;
  z-index: -1;
  background-color: #e7acbe;
  -webkit-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}

.resultDetail__link a:hover::after {
  background-color: #ecc6d2;
}

.resultDetail__link span {
  display: block;
  position: relative;
  z-index: 0;
  padding: 10px 45px;
  padding-bottom: 7px;
  
}

.resultDetail__link span:after {
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin: auto 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-box-sizing: border-box;
      moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  content: " ";
  -webkit-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.resultDetail__link a:hover span:after {
  right: 15px;
}

.resultDetail__comment {
  margin-top: clamp( 20px, 3vw, 30px );
  padding-top: clamp( 20px, 3vw, 30px );
  border-top: 1px dashed #000;
  font-size: .88888889em; /* 16/18 */
}

.resultDetail__comment span {
  display: inline-block;
  margin: 0 .5em .25em 0;
  padding: 0 .5em;
  padding-top: 3px;
  background-color: #111;
  color: #fff;
  font-size: .875em; /* 14/16 */
  text-indent: .05em;
}

.resultContents--grand {
  font-size: 1.25em; /* 20/16 */
}

.resultContents--grand .resultProduct {
  font-size: .65em; /* 13/20 */
}

.resultContents--grand .resultDetail__title:before {
  font-size: .9em; /* 18/20 */
}

.resultContents--grand .resultDetail__auther {
  font-size: .8em; /* 16/20 */
}

.resultContents--grand .resultDetail__link {
  font-size: .7em; /* 14/20 */
}

.resultContents--grand .resultDetail__comment {
  font-size: .8em; /* 16/20 */
}

.reslutText {
  margin-top: 30px;
}

.reslutText p {
  inline-size: fit-content;
  margin-inline: auto;
}

.reslutReview {
  margin-top: 30px;
  padding: clamp( 20px, 3vw, 30px );
  border: 4px solid #000;
  border-radius: 8px;
}

.reslutReview__title {
  margin-bottom: 1em;
  padding-left: 16px;
  border-left: 4px solid #000;
  font-size: 1.25em; /* 20/16 */
  line-height: 1.5;
}

.reslutReview__comment {
  padding: clamp( 20px, 3vw, 30px );
  border-radius: 8px;
  background-color: #eee;
  line-height: 1.75;
}
