@charset "UTF-8";
/*scssをインポート*/
/* 設定用。変数の宣言はここ*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/*----------------------------------------------------
	各種角丸
----------------------------------------------------*/
/* リセットCSS、フォントサイズ*/
/* Reset Style */
html {
  overflow-y: scroll; }

body {
  line-height: 1; }

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* ミックスイン、@extend、CSS3など*/
/* clearfix */
.clearfix, .mainbox, footer {
  *zoom: 1; }
  .clearfix:after, .mainbox:after, footer:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/* メインのスタイル */
a {
  text-decoration: none;
  color: #ea6000; }

a img {
  border: none; }

.nopc {
  display: none; }
  @media all and (max-width: 1024px) {
    .nopc {
      display: none; } }
  @media all and (max-width: 640px) {
    .nopc {
      display: block; } }
  @media all and (max-width: 320px) {
    .nopc {
      display: block; } }

@media all and (max-width: 1024px) {
  .nosp {
    display: block; } }
@media all and (max-width: 640px) {
  .nosp {
    display: none;
    height: 0; } }
@media all and (max-width: 320px) {
  .nosp {
    display: none; } }

img {
  max-width: 100%;
  image-rendering: auto; }

li {
  list-style-type: none; }

body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin: 0 auto;
  background: url("../images/bg_tile.png");
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden; }
  @media all and (max-width: 1024px) {
    body {
      width: 100%; } }


li a{color: #000;transition: all.5s;text-decoration: none}
li a:hover{color: #f00;text-decoration: underline}


/*----------------------------------------------------
	アンカー設定
----------------------------------------------------*/
/*----------------------------------------------------
	全体に効かせたい設定
----------------------------------------------------*/
#kaijyu_result {
  margin: 0 auto;
  max-width: 1000px; }
  @media all and (max-width: 1024px) {
    #kaijyu_result {
      width: 100%; } }
  @media all and (max-width: 640px) {
    #kaijyu_result {
      margin: 0 auto; } }

/*----------------------------------------------------
    ヒーローイメージ設定
----------------------------------------------------*/
.mainph_wrapper {
  width: 100vw;
  margin: 0 auto 3rem;
  text-align: center;
  background: url("../images/mainph_bg.jpg");
  background-size: 100%;
  background-position: bottom center;}
  .mainph_wrapper .mainph {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0; }
  @media all and (max-width: 640px) {
    .mainph_wrapper {
      background: none; }
      .mainph_wrapper .mainph {
        width: 100%; } }
.mainph img{width: 100%}
/*----------------------------------------------------
	メイン囲みの設定
----------------------------------------------------*/
.mainbox {
  z-index: 10;
  position: relative;
  width: 100%;
  margin: 0 auto 5%;
  padding: 0; }
  .mainbox h1 {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  @media all and (max-width: 1024px) {
    .mainbox {
      width: 80%;
      text-align: center;
      margin: 0% auto; } }
  @media all and (max-width: 640px) {
    .mainbox {
      width: 100%;
      position: relative;
      text-align: center;
      margin: 0% auto; }
      .mainbox h1 {
        overflow: hidden;
        width: 150%;
        margin: 0 0 0 -25%; } }

/*----------------------------------------------------
mainboxの背景と終わりの設定
----------------------------------------------------*/
.bg_brown {
  background: #660000; }

.border_ph_brown {
  width: 100%;
  background: url(../images/border_ph_660000.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 2vh; }

.bg_green {
  background: #075a0f; }

.border_ph_green {
  width: 100%;
  background: url(../images/border_ph_075a0f.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 2vh; }

.bg_white {
  background: #fff; }

/*----------------------------------------------------
受賞作ボックス設定
----------------------------------------------------*/
.hoka{color: #f00;text-align: center;margin: 2rem auto 0;font-size: 15px;font-weight: bold}
.winner_box {
  z-index: 20;
  width: 80%;
  margin: 5% auto 10%;
  position: relative; }
  .winner_box .winner_ph {
    position: relative;
    z-index: 21;
    margin: 0 auto 2rem; }
  .winner_box .participants_list {
    position: relative;
    z-index: 21;
    margin: 2rem auto;
    background: #fff;
    box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.6); }
    .winner_box .participants_list ul {
      width: 70%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      padding: 3rem 0 3rem 0;
      text-align: left; }
      .winner_box .participants_list ul li {
        width: calc(100%/2);
        margin: 1% auto;
        font-size: 1rem;
        line-height: 1.4rem; }
  .winner_box .cushion_ph_right001 {
    z-index: 22;
    position: absolute;
    width: 30%;
    top: 2rem;
    right: -25%; }
  .winner_box .cushion_ph_right002 {
    z-index: 23;
    position: absolute;
    width: 40%;
    top: 14rem;
    right: -30%; }
  .winner_box .cushion_ph_right003 {
    z-index: 23;
    position: absolute;
    width: 35%;
    top: 14rem;
    right: -25%; }
  .winner_box .cushion_ph_left001 {
    z-index: 24;
    position: absolute;
    width: 45%;
    top: 45%;
    left: -37%; }
  .winner_box .cushion_ph_left002 {
    z-index: 24;
    position: absolute;
    width: 45%;
    top: 37%;
    left: -25%; }
  .winner_box .cushion_ph_left003 {
    z-index: 24;
    position: absolute;
    width: 50%;
    top: 35rem;
    left: -40%; }
  .winner_box .winner_txt {
    position: relative;
    z-index: 25;
    color: #fff; }
    .winner_box .winner_txt h3 {
      font-size: 1.4rem;
      padding-bottom: .5rem;
      border-bottom: .1rem solid #fff;
      text-align: left; }
    .winner_box .winner_txt .comment_box {
      display: flex;
      margin: 1rem auto; }
      .winner_box .winner_txt .comment_box .ico_matsumoto {
        flex-basis: 10%;
        padding-right: 3%; }
      .winner_box .winner_txt .comment_box .txt_matsumoto {
        flex-basis: 85%;
        text-align: left;
        font-size: 1rem;
        line-height: 1.6rem; }
h3 a{color: #fff;transition: all.5s}
h3 a:hover{color: #f00;text-decoration: underline}

  @media all and (max-width: 1024px) {
    .winner_box .cushion_ph_left001 {
      z-index: 24;
      position: absolute;
      width: 38%;
      top: 48%;
      left: -26%; }
    .winner_box .cushion_ph_left002 {
      z-index: 24;
      position: absolute;
      width: 30%;
      top: 12rem;
      left: -10%; } }




  @media all and (max-width: 640px) {
    .winner_box {
      z-index: 20;
      width: 95%;
      margin: 5% auto 10%;
      position: relative;
      padding: 10% 0 10% 0; }
      .winner_box .winner_ph {
        position: relative;
        z-index: 21;
        margin: 0 auto 3rem; }
      .winner_box .participants_list {
        position: relative;
        z-index: 21;
        margin: 2rem auto;
        background: #fff;
        box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.6); }
        .winner_box .participants_list ul {
          width: 90%;
          margin: 0 auto;
          display: flex;
          flex-wrap: wrap;
          padding: 1rem 0 1rem 0; }
          .winner_box .participants_list ul li {
            width: calc(100%/2);
            margin: 1% auto;
            font-size: .7rem;
            line-height: 1.4rem; }
      .winner_box .cushion_ph_right001 {
        z-index: 22;
        position: absolute;
        width: 25%;
        top: -4%;
        left: 1%; }
      .winner_box .cushion_ph_right002 {
        z-index: 23;
        position: absolute;
        width: 25%;
        top: 1%;
        left: 30%;
      }
      .winner_box .cushion_ph_right003 {
        z-index: 23;
        position: absolute;
        width: 45%;
        top: -6%;
        left: 30%; }
      .winner_box .cushion_ph_left001 {
        z-index: 24;
        position: absolute;
        width: 34%;
        top: 50%;
        left: auto;
        right: 0rem; }
      .winner_box .cushion_ph_left002 {
        z-index: 24;
        position: absolute;
        width: 30%;
        top: 45%;
        left: 75%;
         }
      .winner_box .cushion_ph_left003 {
        z-index: 24;
        position: absolute;
        width: 30%;
        top: auto;
        bottom: 2%;
        left: auto;
      right: 1%;}
      .winner_box .winner_txt {
        position: relative;
        z-index: 25;
        color: #fff;
        width: 90%;
        margin: 5% auto 5%; }
        .winner_box .winner_txt h3 {
          font-size: 1.0rem;
          padding-bottom: .5rem;
          border-bottom: .1rem solid #fff;
          text-align: left; }
        .winner_box .winner_txt .comment_box {
          display: flex;
          margin: 1rem auto; }
          .winner_box .winner_txt .comment_box .ico_matsumoto {
            flex-basis: 20%;
            padding-right: 3%; }
          .winner_box .winner_txt .comment_box .txt_matsumoto {
            flex-basis: 75%;
            text-align: left;
            font-size: .8rem;
            line-height: 1.4rem; }
      .winner_box .pdg_b_sp_10 {
        padding-bottom: 25%; }
      .winner_box .pdg_b_sp_20 {
        padding-bottom: 20rem; } }









  @media all and (max-width: 320px) {
   
      .winner_box .cushion_ph_right001 {
        z-index: 22;
        position: absolute;
        width: 25%;
        top: -4%;
        left: 1%; }
      .winner_box .cushion_ph_right002 {
        z-index: 23;
        position: absolute;
        width: 25%;
        top: 1%;
        left: 30%;
      }
      .winner_box .cushion_ph_right003 {
        z-index: 23;
        position: absolute;
        width: 45%;
        top: -6%;
        left: 30%; }
      .winner_box .cushion_ph_left001 {
        z-index: 24;
        position: absolute;
        width: 25%;
        top: 48%;
        left: auto;
        right: 0rem; }
      .winner_box .cushion_ph_left002 {
        z-index: 24;
        position: absolute;
        width: 30%;
        top: 40%;
        left: 55%;
         }
      .winner_box .cushion_ph_left003 {
        z-index: 24;
        position: absolute;
        width: 30%;
        top: auto;
        bottom: -3%;
        left: auto;
      right: 1%;}
      .winner_box .winner_txt {
        position: relative;
        z-index: 25;
        color: #fff;
        width: 90%;
        margin: 5% auto 5%; }
      

}








 /*----------------------------------------------------
受賞賞品部分
----------------------------------------------------*/
.prize_box {
  position: relative;
  z-index: 26;
  width: 70%;
  text-align: center; }
  .prize_box h3 {
    width: 75%;
    margin: 0 auto 5%; }
  .prize_box .prize_ph_box {
    display: flex;
    margin: 1rem auto;
    flex-wrap: wrap;
    align-items: center;
    margin: 1rem auto; }
    .prize_box .prize_ph_box .prize_ph {
      width: calc(94%/2);
      margin: 1% auto; }
  .prize_box .prize_cap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 0; }
  @media all and (max-width: 640px) {
    .prize_box {
      position: relative;
      z-index: 26;
      width: 90%; } }

.margin_gp {
  margin: 5% auto; }

.margin_participants {
  margin: 0% auto;
  padding:  0; }

/*----------------------------------------------------
書誌情報
----------------------------------------------------*/
.bookinfo {
  width: 85%;
  display: flex;
  margin: 0% auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 0 2rem 0; }
  .bookinfo .cover_ph {
    width: calc(90%/4);
    margin: 1%; }
    .bookinfo .cover_ph img {
      max-width: 100%; }

  @media all and (max-width: 640px) {
    .bookinfo {
      width: 90%;
      display: flex;
      margin: 0% auto;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      padding: 2rem 0 2rem 0; }
      .bookinfo .cover_ph {
        width: calc(90%/4);
        margin: 1%; }
        .bookinfo .cover_ph img {
          max-width: 100%; } }

.bookinfo_txtarea {
  width: 75%;
  margin: 1% auto; }
  @media all and (max-width: 640px) {
    .bookinfo_txtarea {
      width: 75%; } }

/*----------------------------------------------------
購入ボタン
----------------------------------------------------*/
.btnbox {
  width: 80%;
  margin: 5% auto;
  display: flex; }
  .btnbox a {
    width: calc(96%/2);
    margin: 0% auto; }
    .btnbox a .btn {
      color: #fff;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: .1rem;
      padding: .8rem 0 .8rem 0;
      text-decoration: none;
      background: #b9081c;
      text-align: center; }
  @media all and (max-width: 640px) {
    .btnbox {
      width: 90%;
      margin: 5% auto;
      display: block; }
      .btnbox a {
        width: 100%;
        margin: 0% auto; }
        .btnbox a .btn {
          margin: 2% auto;
          color: #fff;
          font-size: 1.2rem;
          font-weight: 700;
          letter-spacing: .1rem;
          padding: .8rem 0 .8rem 0;
          text-decoration: none;
          background: #b9081c;
          text-align: center; } }

/****************************************
SNSリスト
*****************************************/
.sns-list {
  margin: 5% auto;
  font-size: 0;
  width: 70%;
  display: flex; }
  .sns-list li {
    width: calc(92%/3);
    text-align: center;
    margin: 0 1%; }
    .sns-list li a {
      display: block; }
    .sns-list li img {
      width: 25%;
      margin: 0 auto;
      padding: 5px; }
  @media all and (max-width: 640px) {
    .sns-list {
      width: 90%; } }

.tw {
  background-color: #54abee; }

.line {
  background-color: #00ba01; }

.fb {
  background-color: #385495; }

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
  max-width: 100%; }
  footer .copyright {
    text-align: center;
    font-size: 100%;
    line-height: 1.6em;
    padding: 2em; }
    footer .copyright p {
      margin-bottom: 1em;
      color: #fff; }
  @media all and (max-width: 1024px) {
    footer .copyright {
      text-align: center;
      font-size: 80%;
      line-height: 1.6em;
      padding: 2em; }
      footer .copyright p {
        margin-bottom: 1em; } }
  @media all and (max-width: 640px) {
    footer .copyright {
      max-width: 100%;
      text-align: center;
      font-size: 90%;
      line-height: 1.6em;
      padding: 3em 1em 7rem; }
      footer .copyright p {
        text-align: center;
        margin-bottom: 1em; } }
  @media all and (max-width: 320px) {
    footer .copyright {
      text-align: center;
      font-size: 60%;
      line-height: 1.6em;
      padding: 3em 1em; }
      footer .copyright p {
        text-align: center;
        margin-bottom: 1em; } }

/*# sourceMappingURL=kaijyu_result.css.map */
