@charset "UTF-8";
/* CSS Document */
.disp_pc {
  display: inline-block;
}
.disp_sp790 {
  display: none;
}
.disp_sp {
  display: none;
}
.disp_sp_430 {
  display: none;
}
.disp_sp_319 {
  display: none;
}
.mt60{
  margin-top: 60px !important;
}
.mt90{
  margin-top: 90px !important;
}
.tx_c {
  text-align: center !important;
}
.tx_r {
  text-align: right !important;
}
.tx_ind0 {
  text-indent: inherit !important;
}
#futari.contest .inner {
  width: 90%;
  margin: 40px auto 0;
}
#futari.contest section h1 {
  padding-top: 10px;
}
#futari.contest .inner h2 {
  width: 100%;
  text-align: center;
  float: none;
}
#futari.marriageregistration h2 {
  width: 100%;
  font-size: 160%;
  text-align: center;
  float: none;
}
#futari.contest .inner h2.head {
  font-weight: bold;
}
#futari.contest .inner h2 span {
  font-size: 90%;
  margin-top: 0.5em;
  display: inline-block;
}
#futari.contest .inner h2 span.head_sb {
  font-size: 80%;
  margin-top: 0;
  font-weight: bold;
  line-height: 1.4;
}
#futari.contest .inner h3,
#futari.marriageregistration h3 {
  margin: 0 0 30px;
  border-left: 2px solid #192f63;
  font-weight: 500;
  font-size: 130%;
  padding-left: 10px;
  line-height: 1.4;
}
#futari.marriageregistration p.notes {
  font-weight: 500;
  font-size: 120%;
  text-align: left;
  max-width: 700px;
  line-height: 1.4;
}
#futari.marriageregistration .point h3 {
  margin: 30px 0;
  border-left: none;
}
#futari.contest section ul {
  display: block;
}
#futari.contest section ul li {
  list-style-type: disc;
  font-weight: 500;
  line-height: 1.8;
  list-style-position: inside;
  margin-bottom: 10px;
  font-size: 105%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  color: #192f63;
  width: auto;
  text-align: left;
  margin: 0;
}
#futari.marriageregistration .point ul {
  display: block;
  padding-left: 1em;
}
#futari.marriageregistration .point li,
#futari.marriageregistration ul.doc_contents li {
  list-style-type: disc;
  font-weight: 500;
  line-height: 1.8;
  list-style-position: inside;
  margin-bottom: 10px;
  font-size: 105%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  color: #192f63;
  width: auto;
  text-align: left;
  margin: 0;
}
#futari.marriageregistration .point li.co_red {
  color: #D31C21;
}
#futari.contest section ul li:last-child {
  margin-bottom: 30px;
}
#futari.contest section ul li .list_contents {
  padding-left: 2em;
  text-indent: 0;
}
#futari.contest section .require_sheet ul li:last-child {
  margin-bottom: 0;
}
.co_red {
  color: #D31C21;
}
.co_gold {
  color: #bf8a55;
}
#futari .inner h3.co_red {
  color: #D31C21;
  border-color: #D31C21;
}
#futari .inner h3.co_gold {
  color: #bf8a55;
  border-color: #bf8a55;
}
#futari.contest .inner p {
  text-align: center;
}
#futari.contest .inner p.headline {
  font-weight: bold;
  font-size: 130%;
  line-height: normal;
}
#futari.contest .inner p.headline.episode{
  margin-bottom: 0;
}
.contest__table {
  width: 100%;
  color: #192f63;
  border-collapse: separate;
  border-spacing: 0 5px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.contest__table th {
  width: 50%;
  padding: 20px;
  background-color: #F4EEE8;
  border: #192f63 2px solid;
  border-radius: 10px 0 0 10px;
  border-right: #ddd 1px solid;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 500;
  font-size: 105%;
}
.contest__table td {
  padding: 20px;
  box-sizing: border-box;
  border: #192f63 2px solid;
  border-radius: 0 10px 10px 0;
  border-left: 0;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 500;
  font-size: 90%;
  vertical-align: middle;
  text-align: center;
}
.join_btn {
  width: 50%;
  text-align: center;
  margin: 10px auto 15px;
}
.join_btn.floating {
  display: none;
}
.join_btn a {
  padding: 10px 0;
  display: block;
  font-size: 160%;
  color: #fff;
  background-color: #192f63;
  text-decoration: none;
  line-height: 1.6;
  border-radius: 30px;
}
.join_btn a:hover {
  border: 2px solid #192f63;
  background-color: #fff;
  transition: 0.5s;
  color: #192f63;
  transition: 0.5s;
  opacity: 1;
  margin: -2px;
}
.require_sheet {
  border: 1px solid #000;
  color: #192f63;
}
.require_sheet dl {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 1em;
}
.require_sheet dt {
  width: 18%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 15px;
  /* -moz-text-align-last: justify;
  text-align-last: justify; */
}
.require_sheet dt::before {
  content: "●";
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  font-size: 50%;
  padding-right: 5px;
}
.require_sheet dd {
  width: 82%;
  display: inline-block;
  float: right;
  position: relative;
}
.require_sheet dd::before {
  content: ":";
  display: inline-block;
  position: absolute;
  font-weight: bold;
  top: -2px;
  left: -10px;
}
.require_sheet__wrap {
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.5;
}
.require_sheet__wrap .link {
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  float: right;
  background-color: #bf8a55;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  padding: 0.5em 10px;
  font-weight: bold;
  margin-top: 90px;
  width: auto;
  background-image: none;
}
.require_sheet__wrap .point {
  background-color: #F4EEE8;
  padding: 20px;
}
#futari.marriageregistration section .point {
  background-color: #F4EEE8;
  padding: 5px 2em 2em;
  width: 90%;
  margin: 3em auto 0;
}
#futari.marriageregistration section .point a {
  background-color: transparent;
  text-decoration: inherit;
  width: auto;
  color: #0066cb;
  border-bottom: 1px solid #0066cb;
  text-align: left;
  word-break: break-all;
  display: inline-block;
  padding: 0;
  text-indent: 0;
  border-radius: 0;
}
#futari.marriageregistration section .doc_wrap {
  width: 90%;
  margin: 0 auto;
}
#futari.marriageregistration section .doc_wrap ul.doc_contents {
  width: 100%;
  justify-content: flex-start;
}
#futari.marriageregistration section .doc_wrap ul.doc_contents li {
  width: calc(100% / 3);
  border: 1px solid #192f63;
  box-sizing: border-box;
  list-style: none;
  text-indent: inherit;
  padding-left: 0;
  color: #192f63;
  border-right: none;
  border-top: none;
}
#futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(1),
#futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(2),
#futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(3) {
  border-top: 1px solid #192f63;
}
#futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(3n),
#futari.marriageregistration section .doc_wrap ul.doc_contents li:last-child {
  border-right: 1px solid #192f63;
}
#futari.marriageregistration section .doc_wrap ul.doc_contents li h4 {
  width: 50%;
  border: 1.5px solid #bf8a55;
  border-radius: 5px;
  margin: 0 auto 0.5em;
}
#futari.marriageregistration section .doc_wrap ul.doc_contents li a {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #192f63;
  display: block;
  padding: 0.5em 1em 1em;
  cursor: pointer;
}
#futari.marriageregistration section .doc_wrap ul.doc_contents li img {
  width: 90%;
  margin: 0 auto;
  max-width: 320px;
  /* border: 1px solid #333; */
}
#futari.marriageregistration section .doc_wrap ul.doc_contents li p {
  margin: 0.5em auto 0;
  text-align: left;
}
/* ↓↓↓event2020/messasge.html start */




#futari .message_wrap {
  background-color: #FAF2CC;
  margin: 0 auto;
  padding: 60px 30px;
}
#futari .message_wrap .message_contents {
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
}
#futari .message_wrap .message_contents.w_joy_illust .illust {
  position: absolute;
  top: 0;
  left: 0;
}
#futari .message_wrap .message_contents:last-child {
  padding-bottom: 0;
}
#futari .message_wrap h2.target {
  position: relative;
  padding: 0.5em 0.7em;
  background-color: #efd654;
  border-radius: 0.5em;
  display: inline-block;
  color: #00446f;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  z-index: 1;
}
#futari .message_wrap h2.target::before {
  position: absolute;
  content: '';
  top: 80%;
  left: 40px;
  border: 15px solid transparent;
  border-top: 15px solid #efd654;
  width: 0;
  height: 0;
  border-width: 35px 0px 15px 30px;
  transform: rotate(-10deg);
}
#futari .messsage_flex_2col {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#futari .messsage_flex_2col figure {
  width: 28%;
}
#futari .messsage_flex_2col figure img {
  width: 100%;
  height: auto;
  float: none;
  margin: auto auto 1em;
}
#futari .messsage_flex_2col figure figcaption {
  text-align: center;
  color: #000;
  line-height: 1.4;
}
#futari .messsage_flex_2col figure figcaption span {
  font-size: 80%;
}
#futari .messsage_flex_2col .message_box {
  width: 60%;
  padding: 60px 50px;
  background-color: #fff;
  text-align: right;
}
#futari .messsage_flex_2col .message_box p {
  text-align: left;
  text-indent: 1em;
}
#futari .messsage_flex_2col .message_box p:first-child {
  margin-top: 0;
}
#futari .message_wrap .message_contents.w_joy_illust .illust {
  position: absolute;
  top: 500px;
  left: 0;
  max-width: 300px;
  width: 30%;
}
#futari .messsage_flex_2col .message_box p.name {
  text-align: right;
  margin-bottom: 0.3em;
}
#futari .messsage_flex_2col .message_box .page_link {
  display: inline-block;
}
#futari .messsage_flex_2col .message_box .page_link a {
  text-decoration: none;
}
#futari .messsage_flex_2col .message_box .page_link p {
  margin: auto;
  color: #AA7D47;
  text-indent: inherit;
  padding: 0 0.5em;
  border: 1px solid;
}
#futari .messsage_flex_2col .message_box p.name.mai {
  border-bottom: 1.5px dashed;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 1118px) {
  #futari .message_wrap .message_contents {
    text-align: center;
  }
  #futari .message_wrap h2.target::before {
    top: 95%;
  }
  #futari .messsage_flex_2col {
    display: block;
  }
  #futari .messsage_flex_2col figure {
    margin: 0 auto 1em;
    width: 100%;
    min-width: 200px;
    max-width: 450px;
  }
  #futari .messsage_flex_2col .message_box {
    width: 100%;
    box-sizing: border-box;
    padding: 1em 2em;
  }
  #futari .message_wrap .message_contents.w_joy_illust .illust {
    top: auto;
    bottom: 0;
    left: -10%;
    max-width: 200px;
    width: 35%;
    min-width: 150px;
  }
  #futari .w_joy_illust .messsage_flex_2col .message_box {
    padding-bottom: 160px;
  }
}
/* ↑↑↑event2020/messasge.html end */





@media screen and (max-width: 790px) {
  #futari.marriageregistration section .doc_wrap ul.doc_contents li {
    width: 50%;
    border: 1px solid #192f63;
    border-top: none;
  }
  #futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(1),
  #futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(2) {
    border-top: 1px solid #192f63;
  }
  #futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(3) {
    border-top: none;
  }
  #futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(odd) {
    border-right: none;
  }
  #futari.marriageregistration section .point {
    padding: 5px 0.5em 1em;
    width: 90%;
  }
}
@media screen and (max-width: 672px) {
  .mt60{
    margin-top: 30px !important;
  }
  #futari.marriageregistration section li:nth-child(1),
  #futari.marriageregistration section li:nth-child(2),
  #futari.marriageregistration section li:nth-child(3),
  #futari.marriageregistration section li:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  #futari.marriageregistration section .doc_wrap ul.doc_contents li {
    width: 100%;
    border: 1px solid #192f63;
    border-top: none;
  }
  #futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(1) {
    border-top: 1px solid #192f63;
  }
  #futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(2) {
    border-top: none;
  }
  #futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(odd) {
    border-right: 1px solid #192f63;
  }
}
.require_sheet dd dt {
  width: 20%;
}
.require_sheet dd dt::before {
  display: none;
}
.require_sheet dd dd {
  width: 80%;
}
.require_sheet dd dd::before {
  display: none;
}
#futari.contest section .require_sheet ul {
    display: block;
    list-style-type: disc;
    padding-left: 1.5em;
}
#futari.contest section .require_sheet li {
  font-weight: normal;
  line-height: normal;
  margin: 0;
  width: auto;
  text-align: left;
  color: #192f63;
  margin: 0;
}
#futari.contest section .require_sheet ol {
  margin-left: 2em;
}
#futari.contest section .require_sheet ol li {
  counter-increment: cnt;
  list-style-type: none;
  padding: 0;
  text-indent: 0;
  font-size: 100%;
}
#futari.contest section .require_sheet ol li:before {
  content: "(" counter(cnt) ") ";
  display:inline-block;
  margin-left:-2em;
  width: 2em;
}
#futari.contest section .episode_wrap {
  padding: 10px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 35px;
}
#futari.contest section .episode_wrap .talk {
  width: auto;
  height: auto;
  float: none;
  display: block;
  margin: 0 auto;
  max-width: none;
}
#futari.contest section .episode_wrap a {
  text-decoration: none;
  color: #192f63;
}
#futari.contest section .episode_wrap p.prof {
  width: 270px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}
#futari.contest section .episode_wrap img.episode {
  margin: 0 auto;
  width: 100%;
  height: auto;
  float: none;
  max-width: 900px;
}
#futari.contest section .episode_wrap p.prof img {
  float: right;
  width: auto;
  height: auto;
  margin: 0 auto;
}
#futari.contest section .episode_wrap p small {
  font-size: 12px;
  font-weight: normal;
}
#futari.contest section .episode_wrap p span {
  font-size: 28px
}
#futari.contest section li a {
  width: auto;
  height: auto;
  padding: 0;
  display: inline;
  color: #192f63;
  background-color: #fff;
}
#futari.contest .flex-item{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#futari.contest .flex-wrap {
  width: 49%;
  padding: 0 15px 15px;
  box-sizing: border-box;
}
#futari.contest .flex-wrap h2 {
  font-size: 142%;
  float: none;
  margin: 1em 0;
}
#futari.contest .flex-wrap p {
  font-size: 100%;
  margin: 0 0 1em;
  line-height: 1.4;
}
#futari.contest .flex-wrap a {
  color: #192f63;
  text-decoration: none;
}
#futari.contest .flex-wrap div {
  height: 90%;
}
#futari.contest .flex-wrap div:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#futari.contest .wrap_brue {
  border: 6px #ccecff solid;
  border-radius: 45px;
}
#futari.contest .wrap_pink {
  border: 6px #ffccff solid;
  border-radius: 45px;
}

#futari .link_btn {
  text-align: center;
  margin-top: 2em;
}
#futari .link_btn a {
  text-decoration: none;
  color: #fff;
}
#futari .link_btn a p {
  color: #fff;
  box-sizing: border-box;
  background-color: #bf8a55;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  padding: 1em 10px;
  margin: 0 auto;
  font-weight: bold;
}
#futari .link_btn.col_blue a p {
  background-color: #192f63;
}
#futari .link_btn a p.imp_link {
  font-size: 24px;
  padding: 0.5em 4em;
  line-height: 1.3;
}
#futari .link_btn a p span {
  display: block;
  font-size: 80%;
  font-weight: normal;
}
#futari .link_btn a p.imp {
  font-size: 130%;
}
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 80%;
}
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1146px) {
}

@media screen and (max-width: 1118px) {
  .require_sheet dd dt {
    width: 100%;
  }
  .require_sheet dd dd {
    width: 100%;
    padding-bottom: 10px;
  }
  .require_sheet__wrap {
    padding: 20px 10px;
    font-size: 80%;
  }
  .require_sheet__wrap .link {
    margin-top: 45px;
  }
}
@media screen and (max-width:960px) {
  .join_btn a:hover {
    color: #fff;
    background-color: #192f63;
  }
}

@media screen and (max-width:900px) {

}

@media screen and (max-width:870px) {

}
@media screen and (max-width:826px) {
}

@media screen and (max-width:793px) {

}

@media screen and (max-width: 790px) {
  .disp_pc {
    display: none;
  }
  .disp_sp790 {
    display: inline-block;
  }
  .contest__table th {
      padding: 10px;
  }
  .contest__table td {
      padding: 15px;
  }
  .join_btn a {
    font-size: 140%;
  }
  .require_sheet dt {
    width: 38%;
  }
  .require_sheet dd {
    width: 62%;
  }
  #futari.contest .flex-item{
    display: block;
  }
  #futari.contest .flex-wrap {
    width: 100%;
    padding: 0 10px 20px;
  }
  #futari.contest .wrap_pink {
    margin-bottom: 20px;
  }
  #futari.contest .flex-wrap div:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 736px) {
}

@media screen and (max-width: 693px) {
}

@media screen and (max-width: 672px) {
}

@media screen and (max-width: 630px) {
  #futari.contest .inner p {
    font-size: 13px;
  }
  #futari section .episode_wrap p small {
    font-size: 10px;
  }
  #futari.contest section .episode_wrap p.prof img:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .disp_sp {
    display: inline-block;
  }
  .join_btn.floating {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 80%;
    padding: 10px 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .join_btn.floating a {
    padding: 10px 0;
    display: block;
    font-size: 160%;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    background-color: #192f63;
    text-decoration: none;
    line-height: 1.6;
    border-radius: 30px;
  }
  #futari.contest section .episode_wrap .talk {
    width: 260px;
  }
  #futari.contest .inner h2.head {
    margin-bottom: 1em
  }
  #futari.contest .inner h2 span.head_sb {
    font-size: 60%;
  }
}
@media screen and (max-width: 430px) {
  .disp_sp_430 {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  #futari.contest section h1 {
    padding-top: 10px;
  }
  #futari.contest section h1 img {
    max-width: none;
  }
  #futari .link_btn p {
    font-size: 80%;
  }
  #futari .link_btn a p.imp_link {
    padding: 0.5em 1em;
  }
}

@media screen and (max-width: 394px) {
}

@media screen and (max-width: 374px) {
}

@media screen and (max-width: 319px) {
  .disp_sp_319 {
    display: inline-block;
  }
  .contest__table th {
    font-size: 90%;
  }
}
 /* event page  */
#futari.event  p.bold-info{
  display: block;
  text-align: center;
  font-size: 130%;
  color: #CB102B;
  margin-bottom: 20px;
}
#futari.event .inner .btn {
/*width: 600px;*/
width: 650px;
margin: 0 auto 20px;
text-align: center;
}
#futari.event .inner .btn a {
display: block;
width: 600px;
background-color: #1A2E63;
color: #fff;
font-size: 20px;
font-weight: bold;
padding: 30px;
border-radius: 15px 0 15px 0;
text-decoration: none;
line-height: 1.4;
}
#futari.event .inner .btn_txt {
text-align: center;
width: 100%;
padding-top: 0;
margin: 0 0 60px;
}
#futari.event .sns_btn_wrap {
  display: inline-block;
  margin: 0 auto 20px;
  width: 100%;
}
#futari.event .sns_btn_wrap .sns_btn {
  width: 45px;
  height: auto;
  margin: auto;
  float: none;
}
#futari.event .inner img {
  width: 100%;
  height: auto;
  float: none;
  margin: 0 auto;
  max-width: 780px;
}
#futari.event .inner figure {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#futari.event .inner figcaption {
  text-align: right;
  margin: 0.5em auto;
}
@media screen and (max-width: 1118px){
#futari.event .inner .btn {
  width: auto;
}
#futari.event .inner .btn a {
  width: auto;
}
}
/* marriageregistration page */
#futari.marriageregistration p.text-center {
  display: block;
  text-align: center !important;
}
#futari.marriageregistration .flex-item {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 90%;
  margin: 0 auto 20px;
}
#futari.marriageregistration .flex-img {
  width: 49%;
  /* padding: 0 40px; */
  box-sizing: border-box;
}
/* #futari.marriageregistration .flex-img.Lside {
  padding-left: 0;
}
#futari.marriageregistration .flex-img.Rside {
  padding-right: 0;
} */
#futari.marriageregistration .flex-img img {
  width: 100%;
  /* max-width: 465px; */
  height: auto;
  border: 1px solid #1a2e63;
  box-sizing: border-box;
  margin: 0 !important;
  float: none !important;
}
#futari.marriageregistration .flex-img p {
  text-align: center;
  margin: 0;
}
#futari.marriageregistration .flex-item img.center {
  max-width: 40px;
  height: auto;
  border: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 790px) {
  #futari.marriageregistration .flex-img p {
    font-size: 78%;
  }
}
@media screen and (max-width: 480px) {
  #futari.marriageregistration .flex-item{
    display: block;
  }
  #futari.marriageregistration .flex-item .flex-img{
    width: 100%;
    padding: 0 0 60px;
  }
  #futari.marriageregistration .flex-item .flex-img img {
    max-width: none;
  }
  #futari.marriageregistration .flex-item .flex-img:last-of-type {
    padding: 0;
  }
}
/* report CSS */
#futari.contest.report section h1 {
  padding-top: 60px;
}
#futari.contest.report section h2 {
  text-align: left;
}
#futari.report .inner img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 500px;
  float: none;
}
#futari.report .inner figure {
  margin: 0 auto 30px;
}
#futari.report .inner figcaption {
  text-align: center;
  margin-top: 1em;
}
#futari.contest.report .inner p {
  text-align: left;
  text-indent: 1em;
}
@media screen and (max-width: 630px) {
  #futari.report .inner figcaption {
    font-size: 12px;
  }
}
/* 20200106 100Stories を見てみる*/
#futari.contest section .sort_wrap ul#btn {
	margin-bottom: 4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#futari.contest section .sort_wrap ul#btn li {
  font-weight: bold;
	cursor: pointer;
  list-style: none;
  line-height: inherit;
  text-indent: inherit;
  text-align: center;
  width: 32%;
  box-sizing: border-box;
  margin: 0 2px;
  background-color: #DBDCDC;
  color: #fff;
  padding: 0.5em 0;
}
#futari.contest section .sort_wrap ul#btn li.active.blue {
  background-color: #73C0DA;
}
#futari.contest section .sort_wrap ul#btn li.active.orange {
  background-color: #EE8567;
}
#futari.contest section .sort_wrap ul#btn li.active.gray {
  background-color: #F7DD54;
}
#futari.contest section .sort_wrap ul#animationList {
  display: flex;
  justify-content: center;
  /* -ms-overflow-style: none;    /* IE, Edge 対応 */ 
  /* scrollbar-width: none;       /* Firefox 対応 */ 
}
#futari.contest section .sort_wrap ul#btn li.meet_box_sp,
#futari.contest section .sort_wrap ul#btn li.fact_box_sp,
#futari.contest section .sort_wrap ul#btn li.life_box_sp {
  display: none;
}
#futari.contest section .sort_wrap ul#animationList ::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  /* display:none; */
}
#futari.contest section .sort_wrap ul#animationList li {
  width: 19%;
  box-sizing: border-box;
  overflow: hidden;
	height: 280px;
	padding: 1em 4px;
  list-style: none;
  line-height: inherit;
  text-indent: inherit;
  margin: 4px 2px auto;
}
#futari.contest section .sort_wrap ul#animationList li.m_meet {
  background-color: #72B9D3;
}
#futari.contest section .sort_wrap ul#animationList li.m_fact {
  background-color: #EE8567;
}
#futari.contest section .sort_wrap ul#animationList li.m_life {
  background-color: #F7DD54;
}
#futari.contest section .sort_wrap ul#animationList li img {
  width: 100%;
  height: auto;
  margin: auto;
  float: none;
  border-radius: 50%;
  max-width: 300px;
}
#futari.contest section .sort_wrap ul#animationList li p {
  margin: 1em 4px 0;
  font-weight: bold;
  font-size: 14px;
}


#futari.contest .inner div.comment_wrap ul.judge_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#futari.contest .inner div.comment_wrap ul.judge_box p {
  text-align: left;
}
#futari .inner div.comment_wrap {
  margin-top: 30px;
}
#futari .inner div.comment_wrap h3 {
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  width: 70%;
  font-size: 160%;
  border-bottom: 2px #192f63 dashed;
  border-left: none;
  font-weight: bold;
}
#futari .inner div.comment_wrap img {
  float: none;
  width: auto;
  height: auto;
  margin: auto;
  border-radius: 1em;
}
#futari.contest .inner .judge_box li {
  width: 20%;
  max-width: 180px;
  list-style: none;
  text-indent: inherit;
  line-height: inherit;
  padding: 0;
}
#futari.contest .inner .judge_box li h4 {
  text-align: center;
  margin-top: 0.5em;
  height: 60px;
}
#futari.contest .inner .judge_box li h4 span {
  font-size: 70%;
  font-weight: bold;
}
#futari.contest .inner .judge_box li p {
  font-size: 14px;
}
#futari .link_btn.find a p {
  font-size: 150%;
  width: 70%;
  border: 2px solid #1a2e63;
  background-color: inherit;
  color: #aa7d49;
  padding: 0.5em 0;
}
#futari .link_btn.find a p span {
  font-size: 100%;
  font-weight: bold;
  border-top: 2px dashed #192f63;
  border-bottom: 2px dashed #192f63;
  width: 95%;
  margin: 0 auto;
  padding: 8px 0;
}
#futari .link_btn.find a p span::before,
#futari.marriageregistration .event_intro p.lead span::before {
  content: '\25b6';
  display: inline-block;
  color: #CB102B;
}
#futari.marriageregistration .event_intro {
  width: 70%;
  border: 2px solid #192f63;
  border-radius: 1em;
  padding: 0.5em;
  margin: 30px auto 0;
}
#futari.marriageregistration .event_intro p.lead {
  font-size: 130%;
  width: 100%;
  background-color: inherit;
  color: #aa7d49;
  padding: 0.5em 0;
  margin-bottom: 0;
}
#futari.marriageregistration .event_intro p {
  width: 100%;
  margin-bottom: 0;
}
#futari.marriageregistration .event_intro p:last-child {
  margin-bottom: 30px;
}
#futari.marriageregistration .event_intro p.lead span {
  font-size: 100%;
  font-weight: bold;
  border-top: 2px dashed #192f63;
  border-bottom: 2px dashed #192f63;
  width: 95%;
  margin: 0 auto;
  padding: 8px 0;
  display: block;
}
@media screen and (max-width: 1118px) {
  #futari.contest .inner div.comment_wrap ul.judge_box {
    display: block;
    margin: 0 auto;
  }
  #futari.contest .inner .judge_box li {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    align-items: center;
  }
  #futari .inner div.comment_wrap h3 {
    width: 100%;
  }
  #futari.contest .inner .judge_box li h4 {
    height: auto;
    font-size: 14px;
  }
  #futari .inner div.comment_wrap img {
    width: 100%;
    max-width: 180px;
  }
  #futari.contest .inner .judge_box li:last-child {
    margin-bottom: 0;
  }
  #futari.contest .inner .judge_box li div:first-child {
    width: 30%;
  }
  #futari.contest .inner .judge_box li div:last-child {
    width: 70%;
    text-align: left;
    padding-left: 1em;
  }
  #futari .link_btn.find a p {
    font-size: 130%;
  }
}
@media screen and (max-width: 790px) {
  #futari.contest section .sort_wrap ul#btn {
  	display: block;
    width: 100%;
  }
  #futari.contest section .sort_wrap ul#btn li {
    width: 100%;
    text-align: left;
    text-indent: 1em;
    margin: 0;
    padding: 0.8em 0;
    font-size: 20px;
    background-color: transparent;
  }
  #futari.contest section .sort_wrap ul#btn li.meet_sp,
  #futari.contest section .sort_wrap ul#btn li.fact_sp,
  #futari.contest section .sort_wrap ul#btn li.life_sp {
    color: #fff;
    position: relative;
  }
  #futari.contest section .sort_wrap ul#btn li.meet_sp {
    background-color: #72B9D3;
  }
  #futari.contest section .sort_wrap ul#btn li.fact_sp {
    background-color: #EE8567;
  }
  #futari.contest section .sort_wrap ul#btn li.life_sp {
    background-color: #F7DD54;
  }
  #futari.contest section .sort_wrap ul#btn li.meet_sp,
  #futari.contest section .sort_wrap ul#btn li.fact_sp {
    border-bottom: 2px solid #fff;
  }
  #futari.contest section .sort_wrap ul#btn li.meet_sp::after,
  #futari.contest section .sort_wrap ul#btn li.fact_sp::after,
  #futari.contest section .sort_wrap ul#btn li.life_sp::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    color: #fff;
  }
  #futari.contest section .sort_wrap ul#btn li.active.blue,
  #futari.contest section .sort_wrap ul#btn li.active.orange,
  #futari.contest section .sort_wrap ul#btn li.active.gray {
    color: #fff;
  }
  #futari.contest section .sort_wrap ul#btn li.act_sp.meet_sp::after,
  #futari.contest section .sort_wrap ul#btn li.act_sp.fact_sp::after,
  #futari.contest section .sort_wrap ul#btn li.act_sp.life_sp::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    color: #fff;
  }
  #futari.contest section .sort_wrap ul#animationList.list_PC {
    display: none;
  }
  #futari.contest section .sort_wrap ul#animationList {
    height: 70vh;
    overflow-y: scroll;
  }
  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li {
    height: auto;
    padding: 0;
    border-top: 4px solid #fff;
  }
  #futari.contest section .sort_wrap ul#animationList li.m_meet,
  #futari.contest section .sort_wrap ul#animationList li.m_fact,
  #futari.contest section .sort_wrap ul#animationList li.m_life {
    background-color: #fff;
  }
  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    border-radius: 0;
    height: 140px;
  }
  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a {
    background-color: #72B9D3;
  }
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a {
    background-color: #EE8567;
  }
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a {
    background-color: #F7DD54;
  }
  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a img,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a img,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a img {
    width: 25%;
    border-radius: 50%;
    min-width: 100px;
    padding-left: 5px;
  }
  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a p,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a p,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a p {
    width: 65%;
    text-align: left;
    margin: 0;
    font-size: 1em;
    text-indent: 0;
    padding-left: 4px;
  }
}
@media screen and (max-width: 600px) {
  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a p,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a p,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a p {
    font-size: 0.8em;
  }
}

/* modal用CSS */
.modal-overlay {
    z-index:2; /*デモではheader,footerをz-index:1にしたので それより上げています*/
    display:none; /*jsでフェードインされるまでdisplay:none*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhでビューポートの高さいっぱいになります*/
    background-color:rgba(0,0,0,.5)} /*これは好きな色・透明度で*/
a.modal-open:hover {cursor:pointer} /*カーソルをポインタに*/
.modal-content {
    position:fixed;
    display:none; /*jsでフェードインされるまでdisplay:none*/
    z-index:3; /*オーバーレイより上に*/
    margin:10px;
    padding:15px;
    border-radius:20px;
    background: #F7DD54;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    padding: 3em 0px;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.modal-content img {
  width: 100%;
  max-width: 300px;
  border-radius: 1em;
}
#futari.contest section .modal-content h2 {
  margin: 1em 0 0.5em;
  font-weight: bold;
  padding-top: 0;
  font-size: 180%;
  text-align: center;
}
.modal-content p {max-width:565px; text-align:left}
#futari.contest section .modal-content p.subtitle {
  position:absolute;
  top:0;
  right:0;
  background-color: #EA624C;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0.5em;
  border-radius: 1em 0 0 1em;
}
.modal-content div.Box {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
}
.modal-content div.Box div {
  width: 40%;
  padding: 0 2em;
}
.modal-content div.Box div.lead {
  width: 60%;
  padding-left: 0;
}
#futari.contest section .modal-content div.Box p {
  text-align: left;
  font-weight: bold;
  padding: 0 2em;
}
#futari.contest section .modal-content div.Box p.model {
  text-align: right;
}
a.modal-close { /*クローズボタンは何でも好きなスタイルでOK*/
  color:#fff;
  font-size:35px;
  line-height:1;
  font-weight:bold;
  text-decoration:none;
  width: 80%;
  display: block;
  background-color: #192f63;
  padding: 0.2em 0;
  text-align: center;
  border-radius: 1em;
  margin: 0 auto;
}
@media screen and (max-width: 790px) {
  .modal-content {
    top: 0;
    bottom: 0;
    width: 80%;
    margin: 0 auto;
    height: 80vh;
  }
  #futari.contest section .modal-content h2 {
    font-size: 160%;
    padding: 0 1em;
    width: 80%;
    margin: 1em auto;
  }
  .modal-content div.Box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .modal-content div.Box div {
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }
  .modal-content div.Box div img {
    max-width: none;
  }
  .modal-content div.Box div.lead {
    width: 80%;
    font-size: 12px;
  }
  #futari.contest section .modal-content h2 {
    font-size: 120%;
    line-height: 1.2;
  }
  a.modal-close {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #futari.contest section .modal-content h2 {
    font-size: 110%;
  }
  #futari.contest section .modal-content div.Box p {
    margin: 1em 0 0;
    padding: 0 1em;
  }
  #futari.contest section .modal-content div.Box p.model {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
a.modal-close:hover {cursor:pointer} /*カーソルをポインタに*/

/* 100Stories ページにイベントスライダー追加ＣＳＳ　20200319 */
#futari.mirai.st100 section .slide-wrap {
  margin-bottom: 5px;
}
#futari section#point {
  margin-top: 3em;
}
#futari section#point h1 {
  font-weight: bold;
}
/* 印刷専用CSS */
@media print {
　.join_btn.floating {
    display: none;
  }
}


/* === 100episodes 2022-03-08 追加 start === */

#futari .inner div.comment_wrap h3 {
  padding: 0;
}

#futari.contest .is-hidden {
  display: none;
}

#futari.contest .is-opened {
  display: block;
}

#futari.contest .comment_btn:before {
  content: '\25b6';
  display: inline-block;
  color: #CB102B;
}

#futari.contest .comment_btn.arrow-down:before {
  content: '\25bc';
  display: inline-block;
  color: #CB102B;
}

@media screen and (max-width: 790px) {

  #futari.contest section .sort_wrap ul#animationList {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li {
    width: 33%;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a {
    display: block;
    justify-content: center;
    height: 220px;
    padding: 0 10px;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a img,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a img,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a img {
    padding: 15px 0 20px;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a p,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a p,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a p {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0;
    /* letter-spacing: .5px; */
    font-size: 90%;
  }
}

@media screen and (max-width: 480px) {

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a {
    justify-content: space-between;
    display: flex;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li {
    width: 47%;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li {
    margin-right: 7px;
  }

  #futari.contest section .sort_wrap ul#animationList {
    justify-content: start;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a {
    display: block;
    height: 225px;
    padding: 5px 8px 15px;
    margin-bottom: 8px;
  }

  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a {
    display: block;
    height: 205px;
    padding: 5px 8px 15px;
    margin-bottom: 8px;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a img,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a img,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a img {
    margin: 0 auto;
    padding: 8px 0 15px;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a p,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a p,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a p {
    margin: 0 auto;
    font-size: 15px;
    width: auto;
    padding: 0;
    line-height: 1.4;
  }

  /* test 20220326 */

  #futari.contest section .sort_wrap ul#animationList {
    height: 62vh;
  }

  #futari.contest section .sort_wrap ul#btn li.act_sp::after {
    content: '\f107';
  }
}

@media screen and (max-width: 320px) {

  #futari.contest .inner h2 span.head_sb {
    font-size: 16px;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li {
    margin-right: 5px;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a {
    height: 245px;
  }

  #futari.contest section .sort_wrap ul#btn li.meet_box_sp li a img,
  #futari.contest section .sort_wrap ul#btn li.fact_box_sp li a img,
  #futari.contest section .sort_wrap ul#btn li.life_box_sp li a img {
    min-width: 100%;
  }
}

/* === 100episodes 2022-03-08 追加 end === */
