@charset "utf-8";
html {
  font-size: 12px;
}
.l-wrapper {
  background: #fff;
}
.singlePage *,.singlePage *::after,.singlePage *::before {
  box-sizing: border-box;
}

a {
  color: #6d93e3 !important;
}

.l-main {
  background: #fff;
  font-weight: normal;
  padding: 16px 10px;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  box-shadow: none;
}

button:focus {
  outline:none;
}

button:focus-visible {
  outline:rgb(117, 250, 210) 3px solid;
}

.menuInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  }

.singleTitle {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-top: 0;
}

.section-top {
  background: #fcfa95;
}

.main-title-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

article.singlePage {
  padding-top: 0;
}

article.singlePage::before {
  content: none;
}

.text {
  font-size: 12px;
  font-size:clamp(12px,3.3vw,24px);
  font-weight: normal;
  line-height: 1.4;
}

.text + .text {
  margin-top: 1rem;
}

.text14 {
  font-size: 14px;
  font-size:clamp(14px,3.6vw,28px);
  font-weight: normal;
}

.cp-logo {
  max-width: 455px;
  width : 45%;
  margin: 0 auto 2%;
}

.cp-logo img {
  width: 100%;
}

.main-title {
  margin-top: 1%;
}

.btn-vote {
  width: 80%;
  max-width: 330px;
  margin-bottom: 8px;
}

.border-box {
  max-width: 728px;
  padding: 1% 2% 0;
}

@media screen and (min-width: 769px),print {
  html {
    font-size: 16px;
  }
  .chrBg01.l-main {
    width: 100%;
    max-width: none;
    background: url(../../../../../img/bg_2nd.jpg) repeat-x center top;
    background-size: auto 1080px;
    background-attachment: fixed;
    font-weight: normal;
    padding: 0 0 11.25rem;
  }
  .singlePage {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 0 2.5rem;
  }
}

.title {
  margin: 16px auto 8px;
  color: #41D0B3;
  font-weight: bold;
  font-size: 1.5rem;
}

.titleSubject {
  margin: 16px auto 8px;
  padding-left: 8px;
  line-height: 1.1;
  font-size: 1.66rem;
  border: none;
  border-left: 5px solid #41D0B3;
  position:relative;
}
.titleSubject::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #41D0B3;
  border-width: 3px 3px 0 0;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 10px;
}
.titleSubject.is-active::after {
  transform: rotate(-45deg);
  top: 25%;
}
.titleSubjectSub {
  margin: 16px 0 8px;
  font-size: 1.66rem;
}

.pageLinkSection {
  margin-bottom: 32px;
}

.pageLinkWrap a {
  padding: 2px 0 2px;
  display: inline-block;
  font-size: 1.33rem;
  margin-right: 16px;
}

/* .pageLinkWrap a::after {
  content: '＞';
  display: inline-block;
  color: #000;
} */

.pageLinkWrap a::after {
  content: '\0ab';
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 1.2em;
  color: #000;
}

.tohyoGroup dt {
  margin-top: 16px;
  margin-bottom: 16px;
}

.bgTitle {
  width: calc(100% + 20px);
  margin: 16px -10px;
  padding: 16px;
  background:#41D0B3;
  color: #fff;
  font-weight: bold;
  font-size: 1.66rem;
  line-height: 1.1;
}

.bgTitle_pink {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  border: 4px solid #e7558b;
  background: #fff;
  color: #e7558b;
}

dt.titleSubject {
  margin-top: 24px;
  font-weight: bold;
}

dt.titleSubjectSub {
  margin-top: 24px;
  font-weight: bold;
}

dt.titleSubject + .titleSubjectSub {
  margin-top: 16px;
}

.tohyoList {
  width: 100%;
  max-width: 386px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.tohyoList li {
  width: calc((100% - 32px) / 3);
  max-width: 118px;
  /* margin-bottom: 1.33rem; */
  margin-bottom: 1rem;
}
.tohyoList li:nth-child(3n-1) {
  margin-right: 16px;
  margin-left: 16px;
}

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

.figCaption {
  text-align: center;
  font-size: 1.16rem;
  padding: 0.5em 0;
}

.tohyoList__text {
  display: block;
}

.tohyoList__text li {
  margin-bottom: 16px;
}

.tohyoList__text .figCaption{
  text-align: left;
}

.tohyoBtn {
  pointer-events: none;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100px;
  position: relative;
  margin: 0 auto 0;
  padding: 5px;
  font-size: 16px;
  /* font-weight: bold; */
  cursor: pointer;
  color:#333;
  background: none;
}

.tohyoBtn::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}

.searchWrap {
  width: 100%;
  max-width: 960px;
  height:  42px;
  /* position:sticky;  */
  top: 1.33rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.searchWrap.is-fixed {
  width: calc(100% - 2.66rem);
  left: 1.33rem;
  position: fixed;
}
.inputWrap {
  width: 100%;
  border: 1px solid #333;
  background: #fff;
  position: relative;
}

.searchWrap input {
  width: 100%;
  border: none;
  appearance: none;
  padding: 8px 130px 8px 8px;
  font-size: 1.33rem;
  font-family: sans-serif;

}

.countWrap {
  height: calc(100% - 6px);
  padding: 0 0;
  position: absolute;
  right: 83px;
  top: 3px;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.inputButtonWrap {
  width: 80px;
  height: calc(100% - 2px);
  position:absolute;
  right: 1px;
  top: 1px;
}

.btnSearchNext,
.btnSearchPrev {
  border: none;
  background: #fff;
  width: 40px;
  height: calc(100% - 2px);
  font-size: 1.6rem;
}


.highlight {
  background-color: yellow;
}

.highlight.is-current {
  background-color: rgb(117, 250, 210);
}

.totop-wrap {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.totop {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  background: #52D1B7;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  position: relative;
}

.totop::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  border: 3px solid #fff;
  border-width: 3px 3px 0 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 39%;
}

.cat-wrap {
  display: none;
  width: 100%;
  margin: 0;
}

.cat-wrap.is-active {
  display: block;
}

/*モーダル*/
#modaal-close {
  display: none;
}
.modaal-content-container {
  padding-left: 1em;
  padding-right: 1em;
}
.modaal-container {
  max-width: 600px;
}
.modal-tokyo-wrap figure {
  text-align: center;
}

.modal-tokyo-wrap figure img {
  max-width: 150px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.modal-tohyo-figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

.modal-tokyo-text,.modal-tokyo-text2 {
  font-size: 1.2em;
  margin-top: 1.5em;
  text-align: center;
}


.modal-tokyo-text:empty,.modal-tokyo-text2:empty {
  margin-top: 0;
}

.modal-tokyo-text + .modal-tokyo-text2 {
  margin-top: 0.5em;
}

.modal-btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.modal-btn-wrap {
  width: 100%;
  max-width: 500px;
  margin: 1em auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-tohyo,.btn-share {
  width: 45%;
  background: #eb8894;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 10px;
  border-radius: 8px;
  border:none;
  cursor: pointer;
}

.btn-tohyo:disabled {
  background: #ddd;
  color: #bbb;
  pointer-events: none;
}

.btn-tohyo-cancel {
  width: 45%;
  margin-left: 10px;
  background: #ccc;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 10px;
  border-radius: 8px;
  border:none;
  cursor: pointer;
}

@media screen and (min-width: 510px) {
  .tohyoList {
    max-width: none;
  }
  .tohyoList li {
    max-width: none;
  }
}

@media screen and (min-width: 769px),print {
  .singleTitle {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .main-title-img {
    width: 100%;
    max-width: 960px;
  }

  .l-section-inner.border-box {
    padding: 16px 16px 10px;
  }
  .title,
  .titleSubject,
  .titleSubjectSub {
    font-size: 1.42rem;
  }
  .title {
    margin-top: 1.5em;
  }
  .titleSubject {
    margin-top: 24px;
  }
  .titleSubjectSub {
    margin: 16px 0 8px;
  }
  .pageLinkWrap a {
    font-size: 1.14rem;
  }
  .searchWrap {
    width: 500px;
    max-width: none;
    height: 51px;
    top: 10px;
  }
  .searchWrap.is-fixed {
    width: 500px;
    left: 50%;
    position: fixed;
    margin-left: calc(-500px + 3rem);
  }
  .tohyoGroup dt.bgTitle {
    width: 100%;
    margin: 24px auto;
  }
  .tohyoList {
    max-width: none;
  }
  .tohyoList li {
    width: 20%;
    max-width: none;
    padding: 0 10px;
  }
  .tohyoList li:nth-child(3n-1) {
    margin-right: 0;
    margin-left: 0;
  }

  .figCaption {
    font-size: 1.14rem;
  }
}

/*投票方法*/
#method {
  width: calc(100% + 20px);
  margin-left: -10px;
  background: #e7558b;
}
.use-wrap {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.limited {
  margin:6.8% auto 0;
  max-width: 100%;
  width: auto;
}

.use-figure {
  margin: 1em auto 1em;
  position:relative;
  display: block;
}

.use-figure img{
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}



.btn-radius-wrap {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  min-height: 40px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-radius-wrap .btn-radius {
  width: 100%;
  height: 100%;
  padding: 5px 0;
  border-radius: 10px;
  border: 2px solid #fff;
  background: #ff5777;
  font-size: 16px;
  font-size: clamp(16px,4.2vw,20px);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  color: #fff;
}

.btn-radius:hover {
  opacity: 1;
  text-decoration: none;
}

.btn-radius span::after{
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border: 9px transparent solid;
  border-width: 9px 12px;
  border-left-color: #fff;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.img-ogp {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/*ダウンロード*/
.dl-wrap {
  padding: 10px 10px 16px;
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
}
.dl-apli {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.btn-download-appstore,
.btn-download-googleplay {
  width: 49%;
  display: block;
  position: static;
}

.back {
  margin-top: 1em;
}

@media screen and (min-width: 768px),print {
  #method {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .dl-wrap .text{
    font-size: 20px;
  }
}

/*thanks*/
body.vote-thanks {
  background: #fcfa95;
}

.vote-thanks .chrBg01,.vote-thanks .l-wrapper,.vote-thanks .l-main {
  background: none;
}

.tohyo-thanks-title {
  max-width: 665px;
  width: 82%;
  padding-top: 25px;
  padding-bottom: 10px;
  margin: 0 auto;
}

.tohyo-thanks-title img {
  width: 100%;
}

.tohyo-thanks-pota {
  width: 44%;
  max-width: 350px;
  border-radius: 50%;
  border: 6px solid #ff5777;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
}

.vote-text-box {
  max-width: 728px;
  margin: 0 auto 1.5em;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  font-size:clamp(14px,3.6vw,24px);
  font-weight: bold;
  line-height: 1.4;
  color: #ff5777;
}

.vote-thanks .border-box {
  padding: 16px 10px;
}

.sns-list {
  margin-left:auto;
  margin-right: auto;
}

@media screen and (min-width: 769px),print {
  .tohyo-thanks-title {
    padding-top: 80px;
    margin-bottom: 35px;
  }
  .use-figure {
    pointer-events: none;
  }
}

/*フッター*/
footer {padding: 2rem 0;text-align: center;font-size: 0;background-color: #fff;}
footer li, footer p {font-size: 1rem;line-height: 100%;}
footer li {display: inline-block;color: #959595;}
.footerLink li {margin-top: .3rem;margin-bottom: .3rem;}
.link-tokutei, .link-shikin {display: block;}
footer > ul:not(.footerSNS) li:nth-child(3), footer > ul:not(.footerSNS) li:nth-child(4) {display: block;}
footer p {color: #959595;}
.copy-mark {font-family: Verdana,Roboto,"Droid Sans",sans-serif;}
.footerSNS li {padding: 1.25rem .5rem;}
.footerSNS span {display: inline-block;width: 2.66rem;height: 0;padding-top: 2.66rem;line-height: 2rem;overflow: hidden;}
.footerSNS .tw {background: url("../../../../img/sns_tw.png") no-repeat center center;}
.footerSNS .fb {background: url("../../../../img/sns_fb.png") no-repeat center center;}
.footerSNS .insta {background: url("../../../../img/sns_insta.png") no-repeat center center;}
.footerSNS .tw, .footerSNS .fb, .footerSNS .insta {background-size: 2.66rem;}
@media screen and (min-width: 960px) {footer {padding: 36px 0;text-align: center;font-size: 0;background-color: #fff;}
	footer > ul {max-width: 800px;margin-left: auto;margin-right: auto;}
	.link-tokutei, .link-shikin {display: inline-block;}
	footer li, footer p {font-size: 1rem;line-height: 100%;}
	footer li {display: inline-block;}
	footer > ul:not(.footerSNS) li:nth-child(3), footer > ul:not(.footerSNS) li:nth-child(4) {display: inline-block;}
	footer p {font-size: 14px;}
	.footerSNS li {padding: 16px 12px 36px;}
	.footerSNS span {display: inline-block;width: auto;height: 30px;padding-top: 0;padding-left: 38px;overflow: hidden;line-height: 32px;}
	.footerSNS .tw, .footerSNS .fb, .footerSNS .insta {background-position: left center;background-size: 30px;}}


