@charset "utf-8";

.sp_pc {
  display: block;
}

.sp_sp {
    display: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ","Meiryo", sans-serif;
}

#main {
  font-family: "Meiryo",sans-serif;
}

ol, ul {
    margin-top: 0;
     margin-bottom: 0 !important; 
}

ul {
      -webkit-padding-start: 0px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

/*------------------------------------------------------------
  結果発表トップページ
------------------------------------------------------------*/

.main-page {
  background-image: url(../images/bg_cutlery.png);
  background-size: 700px;
}

.main-contents-box {
  max-width: 900px;
  margin: 0 auto;
}

.title-mark {
  margin: auto;
  width: 190px;
  margin-bottom: 25px;
}

.title-text {
  margin: auto;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

.sec01 {
  padding: 60px 0 60px;
  text-align: center;
}

.sec01 {
  margin: 0 auto;
}

.sec01 .pho {
  margin: 40px auto 30px;
  text-align: center;
}

.sec01 .pho img {
  width: 100%;
}

.sec01 .txt {
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  line-height: 2;
}

.sec01 .sns_share {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid #ccc;
    display: inline-block;
}

.sec01 .sns_share_txt {
  font-size: 11.2px;
  width: auto;
  text-align: center;
  color:#813B34;
}

.sec01 .sns_share_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  padding-top: 12px;
}

.sec01 .sns_share_btn li {
	margin-right: 15px;
  width: 120px;
}

.sec01 .sns_share_btn li:hover {
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.sec01 .sns_share_btn li:last-child {
	margin-right: 0;
}

.sec02 {
  padding: 80px 0 80px;
  background-color: #6fd482;
  background-image: url(../images/bg_stripe.png);
}

.sec02 .main-contents-box {
  max-width: 1000px !important;
}

.sec02 .photo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.sec02 .photo_list::before {
  content: "";
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 470px;
  height: 138px;
  background-image: url(../images/fukidashi.png);
  background-repeat: no-repeat;
  position: absolute;
}

.sec02 .photo_list .photo_list_el {
  background: #fff;
  margin-top: 30px;
  padding: 30px 20px;
  width: 485px;
  box-sizing: border-box;
}

.sec02 .photo_list .photo_list_el:nth-of-type(-n+2) {
  margin-top: 165px;
}

.sec02 .photo_list .title {
  color: #333;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.sec02 .photo_list .name {
  font-size: 15px;
  text-align: center;
}

.sec02 .photo_list .name em {
  font-weight: bold;
  font-size: 18px;
  color: #555555;
}

.sec02 .photo_list .text {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 15px;
  text-align: left;
  height: auto;
  word-wrap: break-word;
}

.sec02 .photo_list .img img {
  height: auto;
}

.sec02 .photo_list .img + .text {
  padding-top: 32px;
}

.sec02 .photo_list .shop.adjust_height {
  min-height: 79px;
}

.sec02 .photo_list .js-more {
  display: none;
}

.sec02 .photo_list .shop {
 font-size: 13px;
 padding-top: 25px;
 color: #555555;
}

.sec02 .photo_list .comment {
  font-size: 14px;
  border-top: 1px solid #CCCCCC;
  margin-top: 25px;
  padding-top: 25px;
  word-wrap: break-word;
}

.sec02 .photo_list .comment .commetn_title {
   font-weight: bold;
   height: 45px;
   line-height: 45px;
   margin-bottom: 20px;
}

.sec02 .photo_list .comment .commetn_img {
  display: inline-block;
  margin-right: 15px;
}

.sec02 .photo_list .comment .commetn_txt {
  padding: 20px 15px;
  background-color: #F5F5F5;
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  min-height: calc(2em * 1.5);
  display: flex;
  align-items: center;
}

.sec02 .photo_list .comment .commetn_txt::before,
.sec02 .photo_list .comment .commetn_txt::after {
  content: "";
  position: absolute;
  right: auto;
  left: 15px;
  width: 0;
  height: 0;
  margin: auto;
}

.sec02 .photo_list .comment .commetn_txt::before {
    top: -10px;
    border-style: solid;
    border-color: transparent transparent #333333 transparent;
    border-width: 0px 7px 10px 7px;
}

.sec02 .photo_list .comment .commetn_txt::after {
    top: -9px;
    border-style: solid;
    border-color: transparent transparent #F5F5F5 transparent;
    border-width: 0px 7px 10px 7px;
    z-index: 1;
}

.sec02 .btn {
  margin-top: 25px;
}

.sec02 .btn a {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 40px;
  width: 270px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}

.sec02 .btn a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  background: url(/common/images/common_ic021.png) no-repeat;
  width: 15px;
  height: 12px;
}

.sec03 {
  padding: 80px 0 80px;
  background-color: #d6f9d5;
}

.sec04 {
  padding-top: 60px;
}

.sec04 .main-contents-box {
  width: 660px;
  font-size: 14px;
  text-align: center;
  margin: auto;
}

.sec04 .link-area-title {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec04 .main-txt {
  margin-bottom: 20px;
}

.sec05 {
  padding: 60px 0 40px;
  margin: 0 auto;
}

.sec05 .introduction {
  width: 620px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  margin: auto;
  padding: 20px;
}

.sec05 .introduction_title {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec05 .introduction_wrap {
  display: flex;
  align-items: flex-start;
}

.sec05 .introduction_txt {
  width: 510px;
  margin-right: 20px;
}

.sec05 .introduction_img {
  width: 90px;
}

.sec06 {
  padding: 0 0 60px;
}
.sec06 .main-contents-box {
  width: 660px;
  font-size: 14px;
  text-align: center;
  margin: auto;
}

/* bxスライダーカスタマイズ */

.bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 17px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #B8B8B5;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #666666;
}

.bx-wrapper .bx-pager {
  bottom: -17px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.bx-wrapper .bx-prev {
  left: -10px;
  background: url(../images/pickup_prev.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 29px;
}

.bx-wrapper .bx-next {
  right: -10px;
  background: url(../images/pickup_next.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 29px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

.bx-wrapper img {
  height: auto;
}

/*------------------------------------------------------------
  マンガページ
------------------------------------------------------------*/

.manga-contents-box {
  max-width: 600px !important;
  margin: 0 auto;
  padding-bottom: 80px;
}


@media (max-width: 768px) {
  
  #d_page {
    font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
    color: #000;
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    min-width: 310px;
    padding: 0;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .sp_pc {
    display: none;
  }
  
  .sp_sp {
      display: block;
  }

  .state_link {
    text-decoration: underline !important;
  }

/*------------------------------------------------------------
  結果発表トップページ
------------------------------------------------------------*/

  .main-page {
    background-image: url(../images/bg_cutlery_sp.png);
    background-size: 300px;
  }

  .main-contents-box {
    width: 92%;
    padding: 0 4%;
  }

  .title-text {
    font-size: 15px;
  }
  
  .title-mark {
    width: 100px;
    margin-bottom: 15px;
  }
  
  .sec01 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .sec01 .pho {
    margin: 20px auto 15px;
  }

  .sec01 .pho img {
    width: 100%;
  }

  .sec01 .txt {
    text-align: left;
  }

  .sec01 .sns_share_btn li {
    width: 82.5px;
  }

  .sec02 {
    padding-top: 30px;
    padding-bottom: 30px;
    width: auto;
    background-size: 25px 25px;
  }

  .sec02 .photo_list::before {
    content: none;
  }

  .sec02 .photo_list .photo_list_el {
    width: 100%;
    padding: 20px 4.3%;
    margin-top: 20px;
    position: relative;
  }

  .sec02 .photo_list .photo_list_el:nth-of-type(-n+2)::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -33px;
    display: block;
    width: 122px;
    height: 66px;
    background: url(../images/fukidashi_sp.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .sec02 .photo_list .photo_list_el:nth-of-type(1) {
    margin-top: 47px;
  }
  
  .sec02 .photo_list .photo_list_el:nth-of-type(2) {
    margin-top: 47px;
  }
  
  .sec02 .photo_list .name,
  .sec02 .photo_list .name em {
    font-size: 13px;
  }

  .sec02 .photo_list .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .sec02 .photo_list .text {
    font-size: 13px;
  }

  .sec02 .photo_list .img + .text {
    padding-top: 15px;
  }

  .sec02 .photo_list .text.closeTxt {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    /* max-height: calc(14 * 1.5 * 3); */
  }

  .sec02 .photo_list .shop {
    font-size: 11px;
  }

  .sec02 .photo_list .shop.adjust_height {
    min-height: auto;
  }
  
  .sec02 .photo_list .js-more {
    border: 1px solid #CCCCCC;
    text-align: center;
    margin: 15px auto 0;
    padding: 1em 0;
    width: 60%;
    position: relative;
    box-shadow: 0 1px 0 0 #CCCCCC;
  }

  .sec02 .photo_list .js-more::after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    border-right: 2px solid #707070;
    border-bottom: 2px solid #707070;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    right: 12px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
  }

  .sec02 .photo_list .text.closeTxt + .js-more::after {
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-top: -5px;
  }

  .sec02 .photo_list .comment .commetn_txt {
    padding: 15px 4.7%;
    font-size: 13px;
    min-height: auto;
    display: block;
  }

  .sec02 .btn {
    margin-bottom: 10px;
  }

  .sec02 .btn a {
    width: 80%;
  }

  .sec03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sec04 {
    width: auto;
    padding-top: 30px;
  }
  
  .sec04 .main-contents-box {
    width: initial;
    margin: auto;
  }
  
  .sec04 .link-area-title {
    font-size: 14px;
  }  

  .sec04 .txt {
    font-size: 13px;
  }

  .sec04 .main-txt {
    margin-bottom: 12px;
  }  

  .sec05 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  
  .sec05 .introduction {
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
  }
  
  .sec05 .introduction_title {
    font-size: 14px;
  }

  .sec05 .introduction_txt {
    width: auto;
    margin-right: 15px;
  }
  
  .sec05 .introduction_img {
    display: inline-block;
    max-width: 70px;
    height: auto;
  }

  .sec06 .main-contents-box {
    width: initial;
    margin: auto;
  }

  .sec06 .txt {
    font-size: 13px;
  }

/*------------------------------------------------------------
  マンガページ
------------------------------------------------------------*/
  .manga-contents-box {
    padding-bottom: 40px;
  }

}