@charset "UTF-8";
/* タブレット */
@media only screen and (max-width: 1200px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*コンテンツ
  ----------------------------------------------------------------*/
  .instagram {
    width: 95%;
    margin: 130px auto 0;
  }
  .main_wrp .main_title .down {
    width: 30px;
    margin-top: 30px;
  }
  .content-wrp {
    width: auto;
    padding: 0 10px;
  }
  .background-b {
    width: auto;
    padding: 25px 10px 25px 10px;
  }
  .background-b .content02 {
    width: auto;
  }
  .background-b .acMenu {
    width: auto;
  }
  .input-wrp ul {
    margin-top: 25px;
  }
  .input-wrp ul li {
    width: 60%;
  }
  .input-wrp ul li:last-child {
    float: right;
    width: 30%;
  }
  .modal-inner {
    *zoom: 1;
    width: auto;
    margin: 0 10% 0 10% !important;
    overflow-y: scroll !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
  }
  /*==========画像両サイドナビ追加=============*/
  .modal-inner #prevNextLink li {
    width: 20px !important;
    height: 50px !important;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto !important;
    right: auto;
    left: 35px;
  }
  .modal-inner #prevNextLink li:last-child {
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 35px;
  }
  /*==========//画像両サイドナビ追加=============*/
  .modal-inner .close {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .modal-inner .modal-img {
    float: none;
    margin: 0 auto;
  }
  .modal-inner .modal-txt {
    float: none;
    width: auto;
    height: 40vh; /*20250404*/
  }
  .modal-inner .modal-txt p.theme {
    margin-top: 25px;
  }
  .modal-inner .modal-txt h3 {
    margin-top: 20px;
  }
  .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;
    padding-left: 12px;
  }
  .modal-inner .modal-txt .modal-txt-under {
    margin-bottom: 100px;
    overflow: hidden;
  }
  .modal-inner .modal-txt .modal-txt-under .votes-btn {
    float: none;
  }
  .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: 20px center;
    padding: 5px;
    background-color: #5b9cdd;
  }
  .modal-inner .modal-txt .modal-txt-under .votes-btn a:hover {
    background-color: #3a81f6;
  }
  .modal-inner .modal-txt .modal-txt-under .m-sns-wrp {
    margin: 0;
    overflow: hidden;
    margin-top: 15px;
  }
  .modal-inner .modal-txt .modal-txt-under .m-sns-wrp .line {
    width: 126px;
    float: left;
    margin-left: 11px;
  }
  .iziModal.hasScroll .iziModal-wrap {
    overflow-y: visible !important;
    overflow-x: visible !important;
  }
  .iziModal.hasShadow::after {
    display: none;
  }
  .footer {
    width: auto;
  }
  ul.photo-wrp li {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    cursor: pointer;
    float: left;
    /*margin: 0.15%;*/
  }
  .thumbnails {
    overflow: hidden;
  }
  .banner_area .banner {
    width: 23%;
    margin: 0 1% 15px;
  }
  /*ネット投票追加*/
  ul.photo-wrp {
    width: 100%;
    max-width: 1200px;
  }
  ul.photo-wrp div.votebox {
    width: 24.6%;
    height: 24vw;
    float: left;
    margin: 20px auto 7vw;
    margin-right: 0.5%;
    display: block;
  }
  ul.photo-wrp div.votebox:nth-child(4n) {
    margin-right: 0;
  }
  /*ネット投票ランキング追加*/
  .voterank ul.photo-wrp {
    max-width: 100%;
  }
  .voterank h1 {
    width: 100%;
    margin: 15px auto 45px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    display: block;
  }
  .voterank h1::after {
    display: none;
  }
  .voterank ul.photo-wrp li {
    width: 18%;
  }
  .voterank ul.photo-wrp li.rank_b {
    top: -250px;
  }
  .voterank ul.photo-wrp li.rank_n {
    top: -250px;
  }
  .voterank ul.photo-wrp div.votebox {
    width: 17.5%;
    height: 16vw;
    margin-right: 3%;
    margin-bottom: 40px;
  }
  .voterank ul.photo-wrp div.votebox:nth-child(5n) {
    margin-right: 0;
  }
  .voterank ul.photo-wrp .votebox li {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .voterank .btn_area {
    width: 23%;
  }
  .votebox .check-content {
    width: 95%;
    height: 6.5em;
    bottom: -70px;
  }
  .votebox .check-content label {
    font-size: 14px;
  }
  .modal-txt .check-content {
    position: static;
    height: auto;
  }
  .modal-txt .check-content label {
    height: 15px !important;
  }
  .modal-txt .check-content label {
    height: 15px !important;
  }
  /*//////kanoseiartproject修正20230817/////*/
  .modal-inner .modal-txt .check-content label {
    height: auto !important;
  }
  .modal-inner .modal-txt p {
    margin-top: 0;
  }
  .modal-inner .modal-txt h3 {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 960px) {
  .votebox .thumbs iframe {
    width: 370px;
    height: 230px;
  }
  /*//////kanoseiartproject修正/////*/
  .input-wrp ul li {
    width: 100%;
    margin: 15px auto 0 auto;
  }
}
/* ==================================================================sp================================================================== */
@media only screen and (max-width: 767px) {
  /* /フォーム基本レイアウト */
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }
  .pc_main {
    display: none !important;
  }
  .sp_main {
    display: block !important;
  }
  .main_wrp .main_title .down {
    width: 30px;
    margin-top: 35px;
  }
  .content-wrp .btn-wrp {
    overflow: hidden;
    *zoom: 1;
  }
  .content-wrp .btn-wrp ul {
    width: auto;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    display: block;
    *zoom: 1;
  }
  .content-wrp .btn-wrp ul li {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .content-wrp .btn-wrp ul li a {
    background-size: 20px;
    font-size: 14px;
    padding: 10px 0;
  }
  .content-wrp .btn-wrp ul li:last-child {
    float: none;
    margin-bottom: 0px;
  }
  .content-wrp .btn-wrp ul li:last-child a {
    background-size: 20px;
  }
  .content-wrp .btn-wrp ul li.end {
    width: auto;
    float: none;
    margin-bottom: 20px;
    background-size: 20px;
    font-size: 14px;
    padding: 10px 0;
  }
  .background-b {
    width: auto;
    padding: 20px 10px;
  }
  .background-b .content02 {
    padding: 75px 10px 75px 10px;
  }
  .background-b .content02 h3 {
    text-align: left;
    font-size: 16px;
  }
  .background-b .content02 .content02-inner {
    width: auto;
  }
  .background-b .content02 .content02-inner .free-space {
    width: auto;
    font-size: 2.500em;
  }
  .background-b .content02 .content02-inner .left-content {
    float: none;
    width: auto;
    margin-top: 30px;
  }
  .background-b .content02 .content02-inner .right-content {
    margin-top: 30px;
    float: none;
    width: auto;
  }
  .background-b .acMenu {
    width: auto;
    padding: 15px 0;
  }
  .input-wrp ul {
    margin-top: 20px;
  }
  .input-wrp ul li {
    float: none;
    width: auto;
    overflow: hidden;
  }
  .input-wrp ul li input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
  }
  .input-wrp ul li .search-btn {
    right: 10px;
  }
  .input-wrp ul li:last-child {
    margin-top: 20px;
    float: none;
    width: auto;
  }
  .input-wrp ul li:last-child select {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
  }
  .instagram {
    margin-top: 20px;
  }
  .modal-inner {
    overflow: hidden;
    *zoom: 1;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
    width: auto;
    margin: 0 5px 0 5px !important;
    padding: 10px;
  }
  /*==========画像両サイドナビ追加=============*/
  .modal-inner .modal-txt .modal-txt-under {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .cb:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .modal-inner #prevNextLink li {
    width: 55px !important;
    height: 55px !important;
    position: relative;
    margin-bottom: 40px !important;
    left: 0;
    left: 5%;
  }
  .modal-inner #prevNextLink li:last-child {
    float: right;
    right: 0;
    right: 5%;
  }
  /*==========//画像両サイドナビ追加=============*/
  .modal-inner .sns-wrp {
    float: none;
  }
  .modal-inner .modal-txt .modal-txt-under .votes-btn {
    float: none;
  }
  .modal-inner .modal-txt .modal-txt-under .votes-btn a {
    background-position: 15px center;
  }
  .sns-wrp {
    width: 80%;
    margin: 30px auto 60px;
    /* overflow: hidden; */
  }
  .see-more {
    margin: 0 auto;
    margin-top: 30px;
  }
  .footer {
    margin: 20px auto 40px auto;
    padding: 0 10px;
  }
  .footer p {
    font-size: 12px;
  }
  #page-top {
    right: 10px;
  }
  .modal-inner .modal-txt .modal-txt-under .m-sns-wrp {
    margin: 0;
    overflow: hidden;
    margin-top: 15px;
  }
  .modal-inner .modal-txt .modal-txt-under .m-sns-wrp .twtter {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .modal-inner .modal-txt .modal-txt-under .m-sns-wrp .twtter a {
    width: auto;
  }
  .modal-inner .modal-txt .modal-txt-under .m-sns-wrp .fb {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .modal-inner .modal-txt .modal-txt-under .m-sns-wrp .fb a {
    width: auto;
  }
  .modal-inner .modal-txt .modal-txt-under .m-sns-wrp .line {
    width: auto;
    float: none;
    margin-left: 0;
  }
  .modal-inner .modal-txt .modal-txt-under .m-sns-wrp .line a {
    width: auto;
  }
  .modal_movie {
    width: 100%;
    height: 100%;
  }
  .modal-inner .modal-img {
    width: auto;
  }
  .modal-inner .modal-img img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
  }
  .banner_area {
    display: block;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .banner_area .banner {
    width: 100%;
    max-width: none;
    margin: 0 auto 3%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .banner_area .banner img {
    width: 100%;
  }
  /*検索ボックスにバツボタン追加*/
  .cross-btn {
    right: 40px;
  }
  /* ネット投票追加*/
  ul.photo-wrp div.votebox {
    width: 49.5%;
    height: 49vw;
    margin-right: 1%;
    margin-bottom: 17vw;
  }
  ul.photo-wrp div.votebox:nth-child(2n) {
    margin-right: 0;
  }
  ul.photo-wrp div.votebox .votecount {
    margin: 5% auto;
  }
  /* ネット投票追加 ランキング*/
  .voterank ul.photo-wrp div.votebox {
    width: 48%;
    height: 45vw;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .voterank ul.photo-wrp div.votebox:nth-child(2n) {
    margin-right: 4%;
  }
  .voterank ul.photo-wrp div.votebox:first-child {
    margin: 0 auto;
    margin-bottom: 40px;
    float: none;
    display: block;
  }
  .voterank ul.photo-wrp .votebox li.rank_b {
    width: 55px !important;
    height: 55px !important;
    position: relative;
    margin-bottom: 40px !important;
    float: left;
    left: 5%;
  }
  .voterank ul.photo-wrp .votebox li.rank_n {
    width: 55px !important;
    height: 55px !important;
    position: relative;
    margin-bottom: 40px !important;
    float: right;
    right: 5%;
  }
  .voterank ul.photo-wrp .votebox li .modal-inner .ribbon {
    top: -15px;
    left: 0px;
    padding: 15px 0;
  }
  .voterank .btn_area {
    width: 50%;
  }
  .votebox .check-imagechoice, .votebox .modal-check-imagechoice {
    border-top: 60px solid #f00;
    border-right: 60px solid transparent;
  }
  .votebox .check-mark::after {
    top: -53px;
    left: 6px;
    width: 20px;
    height: 10px;
    border-left: 6px solid #fff;
    border-bottom: 6px solid #fff;
  }
  .votebox .check-number {
    font-size: 3em;
    top: 15px;
    right: 15px;
  }
  .votebox .check-content label {
    font-size: 3vw;
    line-height: 1.8;
    height: 30px;
  }
  .modal-txt .check-content label {
    line-height: 1.2;
  }
  .votebox .modal-inner .modal-img iframe {
    height: 45%;
  }
  .votebox .thumbs iframe {
    width: 300px;
    height: 200px;
  }
  .content-wrp .vote-btn-wrp {
    width: 60%; /*20240901*/
    margin: 0 auto 50px;
    top: auto; /*20240901*/
    bottom: 0; /*20240901*/
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .content-wrp .vote-btn-wrp p { /*20240901*/
    margin: 10px 0 10px 0;
    font-size: 4vw;
    line-height: 1.5;
  }
  .content-wrp .vote-btn-wrp .vote-btn { /*20240901*/
    margin: 0 auto 10px;
  }
  /*//////投票終了/////*/
  .voteend {
    margin: 8% auto;
  }
  .voteend p {
    font-size: 1.2em;
  }
  .voteend p span {
    font-size: 1.5em;
  }
  /*//////cookie同意/////*/
  .cookie-consent { /*20240901*/
    flex-direction: column;
    padding: 1em;
    height: 17%;
  }
  .cookie-text { /*20240901*/
    margin-bottom: 0.5em;
    font-size: 3vw;
    line-height: 1.5;
  }
  .cookie-text a { /*20240901*/
    font-size: 3vw;
  }
  /*//////kanoseiartproject修正/////*/
  .instagram {
    margin-top: 0;
  }
  .input-wrp ul {
    width: 100%;
    margin: 0 auto -20px auto;
  }
}