@charset "UTF-8";
/*===============================================================

  2015/7/17

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
  font-size: 14px;
}
caption, th, td {
  text-align: left;
  vertical-align: top;
}
img {
  vertical-align: top;
  border: 0;
}
ul, li {
  list-style: none;
}
option {
  padding-right: 1em;
}
address, caption {
  font-style: normal;
  font-weight: normal;
}
a {
  outline: none;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
ul a, li a {
  zoom: 1;
}
/* HTML5
----------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* iOS3.1のhtml5対応 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
/* body
----------------------------------------------------------------*/
html {
  height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  color: #333;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  -webkit-text-size-adjust: none;
  font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  word-wrap: break-word;
}
a {
  color: #36C;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
}
a:hover {
  color: #39F;
}
img {
  max-width: 100%;
  height: auto;
}
/*.photo img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}*/
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.mt15 {
  margin-top: 15px !important;
}
.cb {
  clear: both;
}
/* --------------------------------------------------------------

                        コンテンツスタート

----------------------------------------------------------------*/
.sp {
  display: none;
}
.pc {
  display: block;
}
/*コンテンツ
----------------------------------------------------------------*/
.main_wrp .main_title h1 {
  background: #fff; /*メインビジュアル余白の色の指定*/
}
.main_wrp .main_title h1 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pc_main {
  display: block !important;
}
.sp_main {
  display: none !important;
}
.main_wrp .main_title .down {
  width: 50px;
  margin: 0 auto;
  margin-top: 65px;
}
.main_wrp .main_title .down a:hover {
  opacity: 0.7;
}
.content-wrp {
  width: 980px;
  margin: 0 auto;
}
.content-wrp .btn-wrp {
  overflow: hidden;
  *zoom: 1;
}
.content-wrp .btn-wrp ul {
  width: 700px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  *zoom: 1;
}
.content-wrp .btn-wrp ul li {
  width: 310px;
}
.content-wrp .btn-wrp ul li a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  background: no-repeat url(../../img/front/icon_camera.png);
  background-position: 20px center;
  background-size: 30px;
  background-color: #5b9cdd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
}
.content-wrp .btn-wrp ul li a:hover {
  background-color: #3a81f6;
}
.content-wrp .btn-wrp ul li:last-child a {
  background: no-repeat url(../../img/front/icon_upload.png);
  background-position: 20px center;
  background-size: 30px;
  background-color: #5b9cdd;
}
.content-wrp .btn-wrp ul li:last-child a:hover {
  background-color: #3a81f6;
}
.content-wrp .btn-wrp ul li.rank a {
  background: no-repeat url("../../img/front/icon_crown.png");
  background-position: 20px center;
  background-size: 30px;
  background-color: #5b9cdd;
}
.content-wrp .btn-wrp ul li.end {
  width: 310px;
  float: right;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  background: no-repeat url(../../img/front/icon_end.png);
  background-position: 20px center;
  background-size: 30px;
  background-color: #c7c7c7;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
  cursor: default;
}
input, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.background-b {
  width: 100%;
  background-color: #eef5fc;
  overflow: hidden;
  padding: 25px 0 25px 0;
}
.background-b .content02 {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding: 200px 0 200px 0;
}
.background-b .content02 h3 {
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', serif;
  font-size: 18px;
  color: #5b9cdd;
  line-height: 30px;
}
.background-b .content02 .content02-inner {
  width: 685px;
  margin: 0 auto;
  /*overflow: hidden;*/
  *zoom: 1;
}
.background-b .content02 .content02-inner .free-space {
  text-align: center;
  font-size: 70px;
}
.background-b .content02 .content02-inner .left-content {
  float: left;
  width: 250px;
  margin-top: 50px;
}
.background-b .content02 .content02-inner .left-content .person img {
  width: 100%;
}
.background-b .content02 .content02-inner .left-content p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  text-align: center;
  font-weight: 400;
}
.background-b .content02 .content02-inner .right-content {
  margin-top: 50px;
  float: right;
  width: 400px;
}
.background-b .content02 .content02-inner .right-content p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
}
.background-b .acMenu {
  width: 980px;
  margin: 25px auto 0 auto;
  background-color: #fff;
  padding: 25px 0;
}
.background-b .acMenu dt {
  font-size: 18px;
  color: #5b9cdd;
  font-weight: 400;
  margin: 0 25px;
  background: no-repeat right url(../../img/front/icon_plus.png);
  background-size: 20px;
  cursor: pointer;
}
.background-b .acMenu dt.open {
  background: no-repeat right 1px url(../../img/front/icon_minus.png);
  background-size: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #5b9cdd;
}
.background-b .acMenu dd {
  display: none;
  margin: 50px 25px 25px 25px;
}
.background-b .acMenu dd h3 {
  margin-bottom: 40px;
  background-color: #5b9cdd;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 10px;
}
.background-b .acMenu dd h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 15px;
}
.background-b .acMenu dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.background-b .acMenu dd ul p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.input-wrp ul {
  margin-top: 10px;
}
.input-wrp ul li {
  float: left;
  width: 710px;
  position: relative;
}
.input-wrp ul li input {
  width: 94%;
  font-size: 14px;
  color: #999;
  padding: 16px 20px;
  background-color: #eee;
  float: left;
}
input::-ms-clear {
  visibility: hidden;
}
.input-wrp ul li .search-btn {
  position: absolute;
  /*right: -30px;*/
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
}
.input-wrp ul li .search-btn a {
  width: auto;
  display: block;
}
.input-wrp ul li .search-btn a:hover {
  opacity: 0.7;
}
.input-wrp ul li:last-child {
  float: right;
  width: 200px;
}
.input-wrp ul li:last-child select {
  width: 100%;
  font-size: 14px;
  color: #777777;
  padding: 16px 20px;
  background: no-repeat url(../../img/front/icon_choice.png);
  background-color: #f7f6f2;
  background-size: 24px;
  background-position: right;
}
.instagram {
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
  *zoom: 1;
}
.instagram.voterank {
  margin-top: 30px;
}
/*ローディング*/
.hide-content {
  display: none;
  background: no-repeat url(../../img/front/loading.gif);
  background-size: 100px;
  background-position: center;
  width: 100%;
  min-height: 100px;
}
.hide-content .hide-content-inner {
  display: none;
}
/*ネット投票調整*/
ul.photo-wrp div.votebox {
  float: left;
}
ul.photo-wrp div.votebox:nth-child(4n) {
  margin-right: 0;
}
ul.photo-wrp div.votebox .votecount {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
  letter-spacing: 1px;
  float: left;
}
ul.photo-wrp div.votebox .votecount span {
  font-size: 26px;
  font-weight: bold;
}
ul.photo-wrp div.votebox .votebtn {
  width: 90%;
  margin: 0 auto 50px;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  background: #5b9cdd;
  text-align: center;
  border: none;
  border-radius: 3px;
  display: block;
}
ul.photo-wrp div.votebox .votebtn:hover {
  background: #3a81f6;
  cursor: pointer;
}
ul.photo-wrp div.votebox::after, ul.photo-wrp li::after, ul.photo-wrp div.votebox .votecount::after {
  content: "";
  clear: both;
  display: block;
}
ul.photo-wrp {
  width: 1200px;
  margin: 0 auto;
  /*overflow: hidden;*/
  *zoom: 1;
  /*column-count: 5;
  column-gap: 0;*/
}
ul.photo-wrp li {
  /*width: 19.8%;
  height: 50%;*/
  width: 290px;
  height: 290px;
  /*overflow: hidden;*/
  cursor: pointer;
  /*float: left;*/
  position: relative;
}
.entry_thanks + .voterank ul.photo-wrp li {
  cursor: default;
}
ul.photo-wrp .photo-inner {
  overflow: hidden;
  position: relative;
}
/*ul.photo-wrp .photo-inner .icon {
  position: absolute;
  z-index: 100;
  color: #fff;
  top: 20px;
  left: -30px;
  width: 24px;
}*/
ul.photo-wrp .icon {
  position: absolute;
  z-index: 100;
  top: 10px;
  left: -50px;
  width: 24px;
}
ul.photo-wrp .photo-inner .icon img {
  width: 100%;
}
ul.photo-wrp .photo-inner p.photo-title {
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 0px;
  color: #fff;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
ul.photo-wrp .photo-inner p.photo-title span {
  width: 50%;
}
ul.photo-wrp .photo-inner p.name {
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: -200px;
  color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
}
ul.photo-wrp .photo-inner .expansion {
  display: none;
}
ul.photo-wrp div li.on-mouse {
  overflow: hidden;
}
ul.photo-wrp div li.on-mouse .photo-inner .expansion {
  display: block;
  z-index: 100;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.photo-wrp div li.on-mouse .photo-inner .icon {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 100;
  color: #fff;
  top: 20px;
  left: 20px;
}
ul.photo-wrp div li.on-mouse .photo-inner p.photo-title {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: -200px;
}
ul.photo-wrp div li.on-mouse .photo-inner p.name {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 0px;
  color: #fff;
  padding: 5px 10px;
}
ul.photo-wrp div li.on-mouse .photo-mask:after {
  content: "";
  position: relative;
}
ul.photo-wrp div li.on-mouse .photo-mask:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.photo {
  width: auto;
}
.modal-inner { /*20250404*/
  *zoom: 1;
  padding: 25px;
  background-color: #fff;
  cursor: default;
  height: 90vh;
  width: 80vw;
}
.modal-inner .close {
  text-align: right;
}
.modal-inner .close a {
  cursor: pointer;
  font-size: 40px;
}
.modal-inner .modal-img {
  float: left;
  width: 800px; /*20250404*/
  position: relative;
}
/*==========画像両サイドナビ追加=============*/
.modal-inner #prevNextLink li {
  width: 20px !important;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: auto;
  left: -100px;
}
.modal-inner #prevNextLink li:last-child {
  margin: auto;
  left: auto;
  right: -100px;
}
/*==========//画像両サイドナビ追加=============*/
.modal_movie {
  width: 600px;
  height: 450px;
}
.modal-inner .modal-img img {
  width: auto;
  height: auto;
  /*max-width: 600px;0105追加*/
  max-width: 100%;
  max-height: 500px;
  display: block;
  margin: 0 auto;
}
.thumbnails {
  overflow: hidden;
}
.thumbnails_square {
  width: 20%;
  overflow: hidden;
  float: left;
  position: relative;
}
.thumbnails_square::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbnails_square img {
  width: 100% !important;
  height: 100% !important;
  margin-right: 3px !important;
  margin-top: 3px !important;
  box-sizing: border-box;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.thumbnails_square:last-child img {
  margin-right: 0px !important;
}
.thumbnails img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.modal-inner .modal-txt { /*20250404*/
  float: right;
  height: 80vh;/*20250424*/
  overflow-y: scroll;
  width: calc(95% - 800px);
  padding: 0 1em 0 0;
}
.modal-inner .modal-txt p.theme {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #e45f0c;
  padding: 1px 8px 2px 8px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.modal-inner .modal-txt h3 {
  font-size: 18px;
  font-weight: 500;
  color: #5b9cdd;
  margin: 30px 0 0 0;
}
.modal-inner .modal-txt p {
  margin-top: 30px;
}
.modal-inner .modal-txt p.name-inner {
  margin-top: 10px;
}
.modal-inner .modal-txt p.date {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
}
.modal-inner .modal-txt p.votes {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #5b9cdd;
  background-size: 6px;
  background-position: left;
  letter-spacing: 0.03em;
  float: left;
}
.modal-inner .modal-txt p.reading {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #5b9cdd;
  background: no-repeat url(../../img/front/icon_read_inner.png);
  background-size: 13px;
  background-position: left;
  padding-left: 17px;
  padding-right: 4px;
  letter-spacing: 0.03em;
  float: right;
}
.modal-inner .modal-txt .modal-txt-under {
  margin-top: 10px;
  clear: both;
}
.modal-inner .modal-txt .modal-txt-under .votes-btn a {
  width: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-align: center;
  background-size: 12px;
  background-position: 160px center;
  padding: 5px;
  background-color: #5b9cdd;
}
.modal-inner .modal-txt .modal-txt-under .votes-btn .once.active {
  background-color: #888888;
}
.thumbnail {
  height: 100%;
}
.thumbnail img {
  width: auto !important;
  height: 100px;
}
.modal-inner .modal-txt .modal-txt-under .votes-btn a:hover {
  background-color: #3a81f6;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp {
  overflow: hidden;
  margin-top: 15px;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .twtter {
  width: 126px;
  float: left;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .twtter a {
  width: 126px;
  height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background: no-repeat url(../../img/front/icon_t.png);
  background-size: 30px;
  background-position: 5px center;
  background-color: #1da1f2;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .fb {
  width: 126px;
  float: left;
  margin-left: 11px;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .fb a {
  width: 126px;
  height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background: no-repeat url(../../img/front/icon_f.png);
  background-size: 30px;
  background-position: 5px center;
  background-color: #3564a2;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .line {
  width: 126px;
  float: right;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .line a {
  width: 126px;
  height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background: no-repeat url(../../img/front/icon_l.png);
  background-size: 30px;
  background-position: 5px center;
  background-color: #00b900;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp a:hover {
  opacity: 0.7;
}
.modal-inner .modal-txt .form_contents h4 {
  font-weight: bold;
  margin: 15px 0 5px 0;
}
.modal-inner .modal-txt .form_contents input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: solid 1px #ccc;
  width: 100%;
  min-height: 3em;
  padding: 0 0.857em;
  line-height: 2;
  background-color: #F9FAFB;
  border-radius: 0;
}
.modal-inner .modal-txt .form_contents h4 span {
  font-size: 0.786em;
  background-color: #C66868;
  padding: 2px;
  color: #fff;
  border-radius: 3px;
  margin: 0 5px 0 0;
  font-weight: normal;
}
.modal-inner .modal-txt .form_contents div {
  overflow: hidden;
  margin: 0 0 5px 0;
}
.see-more {
  margin: 80px auto 100px;
  width: 100px;
  height: 59px;
}
.see-more p {
  background: url(../../img/front/icon_see-more.png) no-repeat center;
  display: block;
  /*-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px #5b9cdd solid;*/
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  width: 100px;
  height: 59px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
.sns-wrp {
  width: 400px;
  height: 30px;
  margin: 30px auto;
  /* overflow: hidden; */
  *zoom: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sns-wrp .fb {
  float: left;
  height: 30px
}
.sns-wrp .twtter {
  float: left;
  margin-left: 5px;
}
.sns-wrp .line-it-button {
  float: left;
  margin-left: 5px;
}
.banner_wrap {
  width: 100%;
  max-width: 1200px;
  ;
  margin: 30px auto;
}
.banner_area {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  width: 100%;
}
.banner_area .banner {
  width: 21%;
  max-width: 250px;
  height: auto;
  margin: 0 20px;
  margin-bottom: 15px;
}
.banner_area .banner:hover {
  opacity: 0.8;
}
.footer {
  width: 980px;
  margin: 50px auto;
  overflow: hidden;
  *zoom: 1;
}
.footer p {
  font-size: 14px;
  color: #ccc;
  text-align: center;
  margin: 50px auto;
  overflow: hidden;
}
.footer p span {
  font-size: 12px;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900;
}
#page-top a {
  width: 50px;
  display: block;
}
#page-top a:hover {
  opacity: 0.7;
}
.thumbs {
  width: 100%;
  height: 100%;
  position: relative;
}
.thumbs::before {
  content: "";
  display: block;
  padding-top: 100%;
}
/*.thumbs a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}*/
.thumbs img {
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.heart {
  position: absolute;
  width: 24px;
  left: -50px;
}
.on-mouse .heart {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 20px;
  left: 20px;
  z-index: 200;
}
.error-message {
  color: #DC143C;
}
/*検索ボックスにバツボタン追加*/
.cross-btn{
  border-right: 1px solid #999;
  position: absolute;
  right: 52px;
  top: 0;
  bottom: 0;
  margin: auto 5px auto 0;
  display: block;
  width: 30px;
  height: 24px;
}
.cross {
display: block;
position: relative;
   width: 12px;
  height: 25px;
}
.cross::before, .cross::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #999999;
}
.cross::before {
transform: translate(-50%, -50%) rotate(45deg);
}
.cross::after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.input-wrp ul li .cross-btn a:hover {
opacity: 0.7;
}
/*ネット投票ranking*/
.voterank h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 15px auto 45px;
}
.voterank h1 span {
  font-size: 28px;
  font-weight: bold;
  width: 18%;
}
.voterank h1::before, .voterank h1::after {
  content: '';
  width: 480px;
  height: 3px;
  background-color: #333;
}
.voterank::before {
  margin-right: 20px;
}
.voterank::after {
  margin-left: 20px;
}
.voterank ul.photo-wrp {
  max-width: 1190px;
  overflow: hidden;
}
.voterank ul.photo-wrp div.votebox {
  margin-right: 0;
}
.voterank ul.photo-wrp .votebox li {
  width: 218px;
  height: 218px;
  position: relative;
  float: left;
  margin-left: 25px;
  margin-bottom: 50px;
  overflow: unset;
}
.voterank ul.photo-wrp .votebox:nth-child(5n+1) li {
  margin-left: 0;
}
.voterank ul.photo-wrp .votebox li .ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  margin: 0;
  padding: 5px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 17px;
  background: #ddd;
}
.voterank ul.photo-wrp .votebox li .ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #ddd;
  border-right: 20px solid #ddd;
  border-bottom: 10px solid transparent;
}
.voterank ul.photo-wrp .votebox li .rank_01.ribbon {
  background: #eac231;
  color: #fff;
}
.voterank ul.photo-wrp .votebox li .rank_01.ribbon:after {
  border-left: 20px solid #eac231;
  border-right: 20px solid #eac231;
}
.voterank ul.photo-wrp .votebox li .rank_02.ribbon {
  background: #9e9e9f;
  color: #fff;
}
.voterank ul.photo-wrp .votebox li .rank_02.ribbon:after {
  border-left: 20px solid #9e9e9f;
  border-right: 20px solid #9e9e9f;
}
.voterank ul.photo-wrp .votebox li .rank_03.ribbon {
  background: #b3743e;
  color: #fff;
}
.voterank ul.photo-wrp .votebox li .rank_03.ribbon:after {
  border-left: 20px solid #b3743e;
  border-right: 20px solid #b3743e;
}
.voterank ul.photo-wrp .votebox li .modal-inner .ribbon {
  top: -25px;
  left: -15px;
  width: 60px;
  padding: 20px 0;
  font-size: 25px;
}
.voterank ul.photo-wrp .votebox li .modal-inner .ribbon:after {
  border-left: 30px solid #ddd;
  border-right: 30px solid #ddd;
}
.voterank ul.photo-wrp .votebox li .modal-inner .rank_01.ribbon:after {
  border-left: 30px solid #eac231;
  border-right: 30px solid #eac231;
}
.voterank ul.photo-wrp .votebox li .modal-inner .rank_02.ribbon:after {
  border-left: 30px solid #9e9e9f;
  border-right: 30px solid #9e9e9f;
}
.voterank ul.photo-wrp .votebox li .modal-inner .rank_03.ribbon:after {
  border-left: 30px solid #b3743e;
  border-right: 30px solid #b3743e;
}
.voterank ul.photo-wrp {
  position: relative;
}
.voterank ul.photo-wrp .votebox li.rank_b {
  height: 40px !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -60px;
  position: absolute;
}
.voterank ul.photo-wrp .votebox li.rank_n {
  height: 40px !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -60px;
  position: absolute;
}
.voterank ul.photo-wrp .votebox li.on-mouse .heart {
  top: 20px;
  left: 50px;
}
.voterank .btn_area {
  width: 14%;
  margin: 10px auto;
  text-align: center;
}
.voterank .btn_area .top_btn {
  overflow: hidden;
  height: 50px;
  display: block;
  position: relative;
  z-index: 100;
  text-align: center;
  color: #333;
  line-height: 50px;
  text-decoration: none;
  border: 1px solid #b2b2b2;
}
/*//////投票終了/////*/
.voteend {
  margin: 35px auto;
}
.voteend p {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #e50012;
}
.voteend p span {
  font-size: 30px;
  font-weight: bold;
}
/*//////投票済/////*/
ul.photo-wrp div.votebox .votebtn_end {
  pointer-events: none;
  background: #888888;
}
/*//////複数枚投票/////*/
ul.photo-wrp div.votebox {
  position: relative;
  margin: 20px 13.3px 6vw 0;
}
/** チェックOFFなら非表示 */
.votebox .check-imagechoice {
  display: none;
}
.votebox .check-content {
  position: absolute;
  bottom: -65px;
  width: 100%;
  height: 6em;
}
.modal-txt .check-content {
  position: absolute;
  width: 100%;
  top: 40px;
  height: 6em;
}
.votebox .check-content input[type="checkbox"] {
  display: none;
}
.votebox .check-content label {
  position: relative;
  padding: 12px 0 10px 35px;
  cursor: pointer;
  margin: 30px 0 0 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 30px;
}
.votebox .check-content label::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: 15px 0 0 0;
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
}
.votebox .check-content input[type="checkbox"]:checked + label::before {
  background: #5b9cdd;
}
.votebox .check-content input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: -5px;
  bottom: 0;
  left: 3px;
  width: 16px;
  height: 5px;
  margin: 27px 0 0 0;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.votebox .check-content input[type="checkbox"]:disabled + label {
  opacity: 0.5;
  cursor: default;
}
.votebox .check-imagechoice, .votebox .modal-check-imagechoice {
  display: none;
  width: 0;
  height: 0;
  border-top: 80px solid #f00;
  border-right: 80px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 30;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.votebox .check-mark::after {
  content: '';
  display: block;
  position: absolute;
  top: -70px;
  left: 10px;
  width: 25px;
  height: 12px;
  border-left: 8px solid #fff;
  border-bottom: 8px solid #fff;
  transform: rotate(-45deg);
  z-index: 35;
}
.votebox .check-number {
  color: #fff;
  padding-left: 10px;
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  top: 30px;
  right: 20px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-shadow: 1px 2px 3px rgb(0 0 0 / 60%);
}
ul.photo-wrp li .modal-inner ul li {
  margin: auto;
}
.content-wrp .vote-btn-wrp {
  width: 350px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: none;
  position: fixed;
  top: 40%;
  right: 0;
  /* display: none; */
  z-index: 200;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.content-wrp .vote-btn-wrp p {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 20px 0 20px 0;
}
.content-wrp .vote-btn-wrp .vote-btn {
  width: 80%;
  margin: 0 auto 30px;
  border: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  background-position: 20px center;
  background-size: 30px;
  background-color: #5b9cdd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
.content-wrp .vote-btn-wrp .vote-btn.disable {/*20240901*/
  background-color: #ccc;
  pointer-events: none;
}
.content-wrp .vote-btn-wrp .vote-btn:hover {
  background-color: #3a81f6;
}
.votebox .thumbs iframe {
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.votebox .modal-inner .modal-img iframe {
  width: 100% !important;
  height: 500px;
}
.modal-inner .modal-txt {
  margin: 40px 0 0 0;
}
.modal-inner .modal-txt h3 {
  margin: 0;
}
.modal-inner .modal-txt .check-content label {
  margin: 0;
}
.votes-btn {
  display: none;
}
/*//////kanoseiartproject修正/////*/
.input-wrp ul {
  margin: 35px auto;
  width: 710px;
}
.modal-txt .check-content{
  height: auto;
  position: unset;
}
.modal-inner .modal-txt {
  margin: 10px 0 0 0;
}
.votebox .check-content label{
  height: auto;
}
.modal-inner .modal-txt p {
  margin-top: 10px;
}
@media only screen and (max-width: 1300px) { /*20250404*/
  .modal-inner .modal-img {
    width: 65%;
  }
  .modal-inner .modal-txt {
    width: 30%;
  }
}