@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

h1, h2 {
  margin: 0;
}

a img {
  transition: 0.1s opacity linear;
}

a:hover {
  opacity: 0.8;
}

.sp {
  display: none;
}

img {
  max-width: 100%;
}

.mgothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}

#wrap {
  background-color: #eee;
}
#wrap #inner {
  width: 1080px;
  margin: 0 auto;
  background-color: #fff;
}
#wrap #inner header {
  position: relative;
  z-index: 1;
}
#wrap #inner header #header-logo {
  position: absolute;
  top: 0;
  left: 10px;
}
#wrap #inner header #header-ttl {
  width: 90%;
  max-width: 868px;
  margin: 0 auto;
  padding-top: 40px;
}

@media only screen and (max-width:768px) {
  #wrap {
    background-color: #eee;
  }
  #wrap #inner {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  #wrap #inner header {
    position: relative;
    z-index: 1;
  }
  #wrap #inner header #header-logo {
    position: absolute;
    width: 12vw;
    top: 10px;
    left: 10px;
  }
  #wrap #inner header #header-ttl {
    width: 94%;
    max-width: 868px;
    margin: 0 auto 2vw;
    padding-top: 40px;
  }
}
#visual {
  position: relative;
}
#visual .date {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: -2.4% auto 0;
  z-index: 100;
}
#visual .date img {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}

@media only screen and (max-width:768px) {
  #visual {
    position: relative;
  }
  #visual .date {
    position: absolute;
    width: 94%;
    left: 4vw;
    text-align: center;
    margin: 2vw auto 0;
    z-index: 100;
  }
  #visual .date img {
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
  }
}
#early_voting {
  padding: 40px 50px;
  position: relative;
}
#early_voting:after {
  content: "";
  position: absolute;
  top: 50px;
  right: 60px;
  background: url("/image/meisuikun.png") no-repeat;
  background-size: cover;
  width: 78px;
  height: 77px;
}
#early_voting .ev_msg {
  line-height: 1.2;
  font-size: 39px;
  margin: 0 0 2%;
}
#early_voting .ev_msg span {
  font-size: 54px;
  color: #6fc7e2;
}

@media only screen and (max-width:768px) {
  #early_voting {
    padding: 20px 20px;
    position: relative;
    font-size: 14px;
  }
  #early_voting:after {
    content: "";
    position: absolute;
    top: 76px;
    right: 4vw;
    background: url("/image/meisuikun.png") no-repeat;
    background-size: cover;
    width: 13.1vw;
    height: 13vw;
  }
  #early_voting .ev_msg {
    line-height: 1.2;
    font-size: 6vw;
    margin: 0 0 4%;
  }
  #early_voting .ev_msg span {
    font-size: 8vw;
    color: #6fc7e2;
  }
}
#links {
  background-color: #fff362;
  padding: 50px;
}
#links .list {
  display: flex;
  justify-content: space-between;
}
#links .list li:nth-child(1) {
  width: 300px;
}
#links .list li:nth-child(2) {
  width: 250px;
}
#links .list li:nth-child(3) {
  width: 353px;
}
#links .list li a {
  display: block;
  line-height: 47px;
  height: 47px;
  font-size: 19px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
#links .list li a span {
  font-size: 26px;
}

@media only screen and (max-width:768px) {
  #links {
    background-color: #fff362;
    padding: 9vw;
    text-align: center;
  }
  #links .list {
    display: block;
    justify-content: space-between;
  }
  #links .list li {
    margin: 0 auto;
  }
  #links .list li:nth-child(1) {
    width: 100%;
    margin: 0 0 5vw;
  }
  #links .list li:nth-child(2) {
    width: 100%;
    margin: 0 0 5vw;
  }
  #links .list li:nth-child(3) {
    width: 100%;
  }
  #links .list li a {
    display: block;
    line-height: auto;
    height: auto;
    font-size: 19px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
  }
  #links .list li a span {
    font-size: 26px;
  }
}
#links .layout {
  display: flex;
  justify-content: center;
}

#links .layout span,
#links .layout a {
  display: inline-block;
  padding: 0 20px;
}

#links .layout span {
  opacity: 0.5;
}

#mov {
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #6fc7e2 0%, #6fc7e2 60%, #fff 60%, #fff 100%);
  padding: 60px 0 40px;
}
#mov .mov-ttl-txt01 {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 500;
}
#mov .mov-ttl-img {
  width: 90%;
  max-width: 924px;
  margin: 0 auto 10px;
}
#mov .mov-ttl-txt02 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.mov-container {
  width: 768px;
  margin: 0 auto;
}

.twitter-container {
  width: 768px;
  margin: 0 auto;
}

@media only screen and (max-width:768px) {
  #mov {
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, #6fc7e2 0%, #6fc7e2 60%, #fff 60%, #fff 100%);
    padding: 30px 0 30px;
  }
  #mov .mov-ttl-txt01 {
    font-size: 3.2vw;
    margin-bottom: 20px;
    font-weight: 500;
  }
  #mov .mov-ttl-img {
    width: 90%;
    max-width: 924px;
    margin: 0 auto 10px;
  }
  #mov .mov-ttl-txt02 {
    font-size: 4vw;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 500;
  }
  .mov-container {
    width: 90%;
    margin: 0 auto;
  }
  .twitter-container {
    width: 90%;
    margin: 0 auto;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

#twitter {
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #6fc7e2 0%, #6fc7e2 120px, #fff 120px, #fff 100%);
}
#twitter h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 768px;
  margin: 0 auto;
  padding: 20px 0;
}
#twitter h3 .twitter-ttl {
  width: 440px;
}
#twitter h3 .twitter-link {
  width: 284px;
}

@media only screen and (max-width:768px) {
  #twitter {
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, #6fc7e2 0%, #6fc7e2 190px, #fff 190px, #fff 100%);
  }
  #twitter h3 {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 20px;
  }
  #twitter h3 .twitter-ttl {
    width: 70%;
    margin: 0 auto;
  }
  #twitter h3 .twitter-link {
    width: 70%;
    margin: 0 auto;
  }
}
#pr-message {
  padding: 50px 0 60px;
  background: linear-gradient(180deg, #fff 0%, #fff 156px, #fff362 156px, #fff362 300px, #fff 300px);
}
#pr-message h3 {
  width: 768px;
  margin: 0 auto 20px;
}
#pr-message h3 .pr-ttl-txt01 {
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
}
#pr-message h3 .pr-ttl-txt02 {
  font-size: 39px;
  line-height: 1.2;
  color: #6fc7e2;
}
#pr-message h3 .pr-ttl-txt02 span {
  font-size: 55px;
}
#pr-message h3 .pr-ttl-txt03 {
  font-size: 55px;
  line-height: 1.2;
}
#pr-message .profile {
  padding: 20px;
  background: linear-gradient(180deg, #fff 0%, #fff 61%, #fff362 61%, #fff362 100%);
  margin: 0 0 80px;
}
#pr-message .profile-inner {
  width: 730px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pr-message .profile-inner .image {
  width: 187px;
}
#pr-message .profile-inner .text {
  width: 483px;
}
#pr-message .profile-inner .text h4 {
  font-size: 25px;
  margin: 0 0 10px;
}
#pr-message .sanga .sanga-pr-txt01 {
  font-size: 27px;
  text-align: center;
  margin: 0 auto;
}
#pr-message .sanga .sanga-pr-txt02 {
  font-size: 66px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 0 20px 150px;
  background: #88308c;
  margin: 0 auto;
}
#pr-message .sanga .sanga-pr-txt03 {
  font-size: 55px;
  color: #88308c;
  line-height: 1;
  width: 780px;
  margin: 0 auto 30px;
}
#pr-message .sanga .message {
  width: 768px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#pr-message .sanga .message .text {
  width: 400px;
  font-size: 17px;
}
#pr-message .sanga .message .image {
  width: 348px;
}

@media only screen and (max-width:768px) {
  #pr-message {
    padding: 10vw 0 8vw;
    background: linear-gradient(180deg, #fff 0%, #fff 25vw, #fff362 25vw, #fff362 60vw, #fff 60vw);
  }
  #pr-message h3 {
    width: 90%;
    margin: 0 auto 8px;
  }
  #pr-message h3 .pr-ttl-txt01 {
    font-size: 5vw;
    line-height: 1;
    font-weight: 500;
  }
  #pr-message h3 .pr-ttl-txt02 {
    font-size: 5vw;
    line-height: 1.2;
    color: #6fc7e2;
  }
  #pr-message h3 .pr-ttl-txt02 span {
    font-size: 8vw;
  }
  #pr-message h3 .pr-ttl-txt03 {
    font-size: 8vw;
    line-height: 1.2;
  }
  #pr-message .profile {
    padding: 20px;
    background: linear-gradient(180deg, #fff 0%, #fff 23%, #fff362 23%, #fff362 100%);
    margin: 0 0 40px;
  }
  #pr-message .profile-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #pr-message .profile-inner .image {
    width: 50vw;
    margin-right: 15px;
  }
  #pr-message .profile-inner .text {
    width: 483px;
  }
  #pr-message .profile-inner .text h4 {
    font-size: 5.5vw;
    margin: 0 0 10px;
  }
  #pr-message .sanga .sanga-pr-txt01 {
    font-size: 5vw;
    text-align: left;
    margin: 0 5% 5px;
  }
  #pr-message .sanga .sanga-pr-txt02 {
    font-size: 10vw;
    color: #ffffff;
    line-height: 1;
    padding: 10px 5% 15px;
    background: #88308c;
    margin: 0 auto 5px;
  }
  #pr-message .sanga .sanga-pr-txt03 {
    font-size: 8vw;
    color: #88308c;
    line-height: 1;
    width: 90%;
    margin: 0 aitp 20px;
  }
  #pr-message .sanga .message {
    width: 90%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
  }
  #pr-message .sanga .message .text {
    width: 100%;
    font-size: 16px;
  }
  #pr-message .sanga .message .image {
    width: 70%;
    margin: 1em 15% 0;
  }
}
#taisaku {
  background-color: #fff362;
}
#taisaku .layout1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#taisaku .layout1 h2 {
  padding-left: 50px;
  font-size: 20px;
  width: 310px;
  line-height: 1.2;
}
#taisaku .layout1 h2 strong {
  font-size: 50px;
}
#taisaku .layout1 h2 span {
  margin-top: 5px;
  display: block;
  text-align: right;
}
#taisaku .layout1 h2 span img {
  width: 80px;
  height: auto;
}
#taisaku .layout1 .block {
  position: relative;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 46px 26px 46px 46px;
}
#taisaku .layout1 .block .box {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 20px 0;
  position: relative;
}
#taisaku .layout1 .block .box .image {
  width: 123px;
  justify-content: center;
  display: flex;
  align-items: center;
}
#taisaku .layout1 .block .box .image img {
  width: 72px;
}
#taisaku .layout1 .block .box .text {
  color: #000;
  flex: 1;
  font-size: 1.3rem;
  font-weight: bold;
}
#taisaku .layout1 .block .box:nth-child(1) {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 46%;
}
#taisaku .layout1 .block .box:nth-child(2) {
  border-bottom: 1px solid #fff;
  padding-left: 20px;
  width: 54%;
}
#taisaku .layout1 .block .box:nth-child(3) {
  border-right: 1px solid #fff;
  width: 46%;
}
#taisaku .layout1 .block .box:nth-child(4) {
  padding-left: 20px;
  width: 54%;
}
#taisaku .layout1 .block .box .maru {
  width: 51px;
  margin-right: 20px;
}
#taisaku .layout1 .block::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff362;
  top: calc(50% - 13px);
  left: calc(50% - 33px);
}

#footer-msg {
  text-align: center;
}
#footer-msg img {
  width: 778px;
  margin: 40px 0;
}

@media only screen and (max-width:768px) {
  #footer-msg {
    text-align: center;
  }
  #footer-msg img {
    width: 90%;
    margin: 40px auto;
  }
}
footer {
  background-color: #6fc7e2;
  padding: 28px 56px;
  color: #fff;
}

footer .title a {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}

footer .address {
  font-size: 1.3rem;
}

footer .privacy a {
  display: block;
  font-size: 1.3rem;
  color: #fff;
  margin: 1em 0;
}

footer #copyright {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #date {
    padding: 5%;
  }
  #links .layout {
    display: block;
    text-align: center;
  }
  #taisaku {
    padding-top: 40px;
  }
  #taisaku .layout1 {
    display: block;
  }
  #taisaku .layout1 h2 {
    padding-left: 0;
    width: 100%;
    text-align: center;
    font-size: 5vw;
    position: relative;
  }
  #taisaku .layout1 h2 strong {
    font-size: 10vw;
  }
  #taisaku .layout1 h2 span img {
    width: 55px;
    display: inline;
    position: absolute;
    top: -28px;
    right: 16%;
  }
  #taisaku .layout1 .block {
    display: block;
    padding: 5%;
  }
  #taisaku .layout1 .block .box {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid #fff;
    padding-left: 0 !important;
  }
  #taisaku .layout1 .block .box:nth-child(4) {
    border: none;
  }
  #taisaku .layout1 .block::after {
    content: none;
  }
  #taisaku .layout1 .block .box .image {
    width: 100px;
  }
  #taisaku .layout1 .block .box .maru.sp {
    display: inline-block;
    width: auto !important;
    background-color: #fff;
    line-height: 1;
    padding: 4px 15px;
    border-radius: 12px;
  }
  #movie {
    padding: 5%;
    margin-bottom: 10px;
  }
  #movie p {
    text-align: left;
    font-size: 1.2rem;
  }
  #movie .play {
    width: 100%;
  }
  #talk {
    background: none;
    padding: 0;
  }
  #talk .layout-head {
    position: relative;
  }
  #talk .text {
    padding: 0 5%;
  }
  #talk .text2 p {
    flex: 1;
    font-size: 1.2rem;
    padding-right: 5px;
  }
  #talk .text2 .guest {
    width: 110px;
  }
  #talk .info .box {
    border: 1px solid #88318D;
    padding: 20px;
    color: #88318D;
    font-size: 1.4rem;
  }
  #talk .info .box ul {
    padding: 0;
    margin: 0;
  }
  #talk .info .box ul li {
    list-style: none;
    text-indent: -3em;
    padding-left: 3em;
  }
  #talk .info .annotation {
    margin-top: 1rem;
    display: block;
    font-size: 0.9rem;
    line-height: 1.2;
  }
  footer {
    padding: 28px;
  }
  footer .title a {
    display: block;
    font-size: 1.5rem;
  }
  footer #copyright,
  footer .address {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .youtube {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }
}
#message {
  position: relative;
  background-color: #6fc7e2;
  margin-top: 60px;
  text-align: center;
  padding-bottom: 45px;
}

#message h2 {
  width: 80%;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  top: -25px;
}

#message p {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  margin: 0 0 1em;
}

#message > ul {
  padding: 0;
  width: 600px;
  margin: 0 auto;
}

#message > ul > li {
  background: #fff;
  margin-bottom: 20px;
  padding: 12px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 8px 8px 0px 0px #339CB5;
  border-radius: 40px;
}

#message > ul > li:after {
  position: absolute;
  width: 50px;
  height: 50px;
  content: "";
  left: -20px;
  top: -15px;
  background: url("../image/msg01_num.png");
  background-size: cover;
}

#message > ul > li.no2:after {
  background-image: url("../image/msg02_num.png");
}

#message > ul > li.no3:after {
  background-image: url("../image/msg03_num.png");
}

#message > ul > li img {
  vertical-align: bottom;
}

#message > ul > li.no3 ul {
  margin-left: 50px;
  margin-top: 20px;
}

#message > ul > li.no3 li {
  margin: 0 0 10px;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

#message > ul > li.no3 li a {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

#message > ul > li.no3 li a:after {
  content: "";
  background: url("../image/ext_link.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: -30px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .bg04 {
    background: url("image/message_04_bg_sp.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 53vw;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #message h2 {
    width: 80%;
    margin: 0 auto;
    line-height: 1;
    top: -5vw;
  }
  #message p {
    padding: 0 5%;
    text-align: left;
    font-size: 16px;
    margin: 0 0 2em;
  }
  #message > ul {
    padding: 0 5%;
    width: 100%;
    margin: 0 auto;
  }
  #message > ul > li {
    background: #fff;
    margin-bottom: 4vw;
    padding: 12px 20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 8px 8px 0px 0px #339CB5;
    border-radius: 30px;
  }
  #message > ul > li:after {
    position: absolute;
    width: 40px;
    height: 40px;
    content: "";
    left: -10px;
    top: -10px;
  }
  #message > ul > li.no3 ul {
    margin-left: 5%;
    margin-top: -15px;
  }
  #message > ul > li.no3 li {
    margin: 0 0 10px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  #message > ul > li.no3 li a {
    position: relative;
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */