@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@700&display=swap');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
}
select {
  margin: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
p, address, blockquote, pre, div, abbr, acronym, dfn, cite, q, code, kbd, samp, var, dl, ol, ul, caption, th {
  font-weight: normal;
  font-style: normal;
}
ul, li, ol {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, li, ul, dl, dt, dd {
  -webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.8 !important;
  color: #232323;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  font-size: 1.8rem;
}
/* ---------------------------------------------
    共通レイアウト
--------------------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.tab-sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp {
    display: none;
  }
  .tab-sp {
    display: block;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .tab-sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.cx_smartphoneview #cx_commonPageTopBtn {
  width: 52px;
  height: 52px;
  bottom: 15px;
}
.cx_smartphoneview #cx_commonPageTopBtn a {
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 22px;
}
/* ============================================ */
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.small {
  font-size: 70%;
}
#fp-wrap a {
  color: #232323;
}
/* == 全体背景 ========================================== */
#fp-wrap {
  border-top: none;
  border-bottom: none;
  margin: 0 auto;
  background-color: #fefde3;
  position: relative;
  font-family: "Arvo", "Zen Kaku Gothic New", sans-serif;
  color: #232323;
}
#fp-wrap p {
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .fp-wrap__top {
    background-image: none;
  }
}
/* == メインビジュアル ========================================== */
#fp-wrap .l-mainvisual {
  width: 100%;
  height: 820px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../photo/mainVisual.jpg) no-repeat center top;
  background-size: cover;
  text-indent: -100000em;
}
@media screen and (max-width: 1200px) {
  #fp-wrap .l-mainvisual {
    width: 100%;
    height: 53.33vw;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #fp-wrap .l-mainvisual {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
}
/* ---------------------------------------------
    共通メインレイアウト
--------------------------------------------- */
#fp-contents {
  width: 100%;
  margin: 0 auto;
}
#fp-contents_inner {
  background: #154171 url(../img/bg2.jpg) repeat-y center top;
  background-size: 100%;
}
#fp-contents_inner2 {
  background: url(../img/bg3.png) no-repeat center top;
  background-size: 100%;
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  #fp-contents {
    padding-bottom: 0;
  }
}
/* ---------------------------------------------
    h2
--------------------------------------------- */
#fp-wrap h2 {
  font-size: 36px;
  color: #172346;
  margin-bottom: 30px;
  font-weight: 700;
}
#fp-wrap h2 span.h2_en {
  font-size: 24px;
  /* 背景にグラデーションを指定 */
  background: linear-gradient(to bottom, #bda05f 0%, #9f7c39 100%);
  /* 背景をテキストの形で切り抜く */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  margin-left: 0.3em;
}
/* ---------------------------------------------
    box
--------------------------------------------- */
.box_bg::before {
  content: '';
  position: absolute;
  top: 54px;
  display: inline-block;
  width: 30px;
  height: 10px;
  left: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(to right, #e9183b 0%, #c21837 100%);
  clip-path: polygon(0 0%, 100% 0%, 87% 100%, 0 100%);
}
.box_bg::after {
  content: '';
  position: absolute;
  bottom: -6px;
  display: inline-block;
  width: 56px;
  height: 56px;
  right: -6px;
  background: url(../img/box_bottom.png) no-repeat right bottom;
  background-size: contain;
}
.box_bg {
  box-sizing: border-box;
  border: 6px solid rgba(225, 225, 225, 0.79);
  background: #fff;
  padding: 30px 50px 57px;
  width: 50%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 49px;
  margin-bottom: 60px;
  position: relative;
}
/* ---------------------------------------------
    btn
--------------------------------------------- */
.c_btn {
  width: 100%;
  margin: 25px auto 0 auto;
}
.c_btn a {
  background: -moz-linear-gradient(left, #e9183b, #c21837);
  background: -webkit-linear-gradient(left, #e9183b, #c21837);
  background: linear-gradient(to right, #e9183b, #c21837);
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 24px 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c_btn a:hover, .tohyo_btn a:hover {
  opacity: .8;
}
/* ---------------------------------------------
    最新情報　ニュース
--------------------------------------------- */
#nextoa_news {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  width: 100%;
  Justify-content: space-between;
}
#nextoa {
  margin-right: 5%;
}
#news_1 {
  width: 46%;
}
#news {
  background: #FFF;
  border-radius: 10px;
  color: #232323 !important;
  border: 1px solid #ccc;
  max-width: 300px;
  margin: 0 auto;
}
.news_r {
  position: relative;
  padding: 20px 25px 50px;
  overflow: hidden;
}
.news_l img {
  border-radius: 10px 10px 0 0;
}
#fp-l .news_r p.news_tx a {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #333;
}
#fp-l .news_r p.news_tx a, #fp-l .news_r p.news_tx a visited {
  color: #333;
}
.news_icon {
  line-height: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 99rem;
  background-color: #FF5E5E;
  color: #FFF;
  font-weight: bold;
}
.news_icon span {
  font-size: .6875rem;
  font-weight: 700;
  line-height: 1.091;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: .05em;
  border-radius: 99rem;
}
#news .date {
  color: #757575;
  font-size: 13px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
#news_1 h2 span.news_tx {
  letter-spacing: -0.1em !important;
}
.oa_info {
  font-size: 25px;
  margin-bottom: 15px;
  border-bottom: 1px dotted;
  padding-bottom: 5px;
  font-weight: 700;
}
.oa_info_tx {
  margin-bottom: 30px;
}
.news_logo {
  margin-bottom: 30px;
}
/* ---------------------------------------------
    実録ドキュメント リアルストーリー
--------------------------------------------- */
#document {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  position: relative;
}
#document_bg {
  background: url(../img/document_bg.png) no-repeat right bottom;
  background-size: contain;
  padding-bottom: 60px;
}
/* フェードイン前の初期状態 */
.fadein_l {
  opacity: 0;
  transform: translateX(-50px); /* 左から */
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.fadein_r {
  opacity: 0;
  transform: translateX(50px); /* 右から */
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.fadein_y {
  opacity: 0;
  transform: translateY(-50px); /* 上から */
  transition: opacity 0.3s ease-out, transform 0.5s ease-out;
}
/* フェードイン後の状態 */
.fadein_l.show, .fadein_r.show, .fadein_y.show {
  opacity: 1;
  transform: translateY(0);
}
#story {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  position: relative;
}
#story_bg {
  background: url(../img/story_bg.png) no-repeat left bottom;
  background-size: contain;
  padding-bottom: 60px;
}
#fp-wrap h2 span.h2_docu_sto {
  background: #ff0000;
  font-size: 20px;
  text-align: center;
  padding: 0.2em 65px;
  vertical-align: top;
  margin-top: 19px;
  line-height: 1;
  color: #FFF;
  display: inline-block;
  margin-left: 5px;
}
.document_wrap {
  display: flex;
  width: 100%;
  Justify-content: space-between;
}
.btn_wrap {
  max-width: 290px;
  width: 100%;
}
.inner_Youtube {
  max-width: 560px;
  width: 100%;
}
.btn_Youtube a, .btn_Youtube a:visited {
  background: -webkit-linear-gradient(left, #e9183b, #c21837);
  background: linear-gradient(to right, #e9183b, #c21837);
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 24px 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: block;
  text-decoration: none;
  margin: 40px auto 0;
  position: relative;
}
.btn_Youtube a span {
  margin-left: -30px;
}
.btn_Youtube a:after {
  background: url(../img/youtube_icon.png) no-repeat;
  position: absolute;
  display: inline-block;
  content: " ";
  width: 38px;
  height: 26px;
  vertical-align: -0.03rem;
  background-size: 100% auto;
  top: 21px;
  right: 22px;
}
.btn_Youtube a:hover {
  opacity: .8;
}
#Youtube {
  text-align: center;
}
.btn_tver {
  display: flex;
  max-width: 340px;
}
.btn_tver a, .btn_tver a:visited {
  font-size: 20px;
  font-weight: bold;
  color: #323232 !important;
  text-decoration: none;
  background: #FFF !important;
  height: 70px;
  margin: 30px auto 0;
  border-radius: 100px;
  border: 2px solid #0087ca;
  text-align: left;
  line-height: 1.2;
  width: 100%;
  display: flex;
}
.btn_tver a:hover {
  opacity: 0.8;
  transition: all .3s;
}
.btn_tver img {
  display: block;
  width: 86px;
  height: 45px;
  vertical-align: -0.03rem;
  background-size: 100% auto;
  margin: 14px 8px 0 46px;
}
.btn_tver span {
  margin: 14px 10px 0 0;
}
.btn_tver span.s {
  font-size: 17px;
}
.btn_fod a, .btn_fod a:visited {
  display: flex !important;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  background: #1a1c22 !important;
  height: 70px;
  margin: 30px auto 0;
  border-radius: 100px;
  text-align: left;
  line-height: 1.2;
}
.btn_fod a:hover {
  opacity: 0.8;
  transition: all .3s;
}
.btn_fod img {
  display: block;
  width: 121px;
  height: 45px;
  vertical-align: -0.03rem;
  background-size: 100% auto;
  margin: 14px 8px 0 37px;
}
.btn_fod span {
  margin: 13px 10px 0 0;
}
.btn_fod span.s {
  font-size: 17px;
}
/* ---------------------------------------------
    情報提供
--------------------------------------------- */
#DOCS {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  position: relative;
}
#DOCS_bg {
  background: url(../img/story_bg.png) no-repeat left bottom;
  background-size: contain;
  padding-bottom: 60px;
}
/* ---------------------------------------------
    情報提供
--------------------------------------------- */
#wanted {
  background: rgba(26, 26, 26, 0.56);
  width: 100%;
  color: #FFF;
  position: relative;
  margin-bottom: 60px;
}
/*.wanted_wrap::before {
    background: url(../img/wanted_bg_l.png) no-repeat;
    content: '';
    position: absolute;
    display: inline-block;
    max-width: 472px;
    height: 100%;
    vertical-align: -0.03rem;
    top: 0;
    left: 0;
    background-size: cover;
    width: 43%;
}*/
.wanted_wrap_l {
  background: url(../img/wanted_bg_l.png) no-repeat left top;
  width: 100%;
  background-size: contain;
}
.wanted_wrap_r {
  background: url(../img/wanted_bg_r.png) no-repeat right top;
  width: 100%;
  background-size: contain;
}
.wanted_inner {
  max-width: 910px;
  margin: 0 auto;
  padding: 35px 45px 60px;
}
#wanted h2 {
  text-align: center;
  color: #FFF;
}
#wanted p {
  text-align: left;
  margin-bottom: 20px;
}
#wanted .c_btn {
  max-width: 320px;
  margin: 0 auto;
}
/* ---------------------------------------------
    公式アカウント
--------------------------------------------- */
#SNS {
  margin: 0 auto 60px;
  max-width: 1000px;
  width: 100%;
}
.sns_wrap {
  display: flex;
}
/*----TikTok---*/
.btn_twitter {
  width: 100%;
  vertical-align: bottom;
  margin: 0 auto;
}
.btn_twitter a, .btn_twitter a:visited {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  letter-spacing: .005rem;
  text-decoration: none;
  background: #000 !important;
  line-height: 1;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 100px;
  padding: 24px 20px;
  vertical-align: bottom;
}
.btn_twitter a:hover {
  opacity: 0.7;
  transition: all .3s;
}
div#insta_box {
  overflow: hidden;
  margin-top: 10px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  min-height: 330px;
  margin-bottom: 30px;
}
div#insta_box ul > li {
  float: left;
  width: 134px;
  height: 134px;
  overflow: hidden;
  margin: 0 11px 10px 0;
  vertical-align: top;
  background-color: #eeeeee;
}
div#insta_box ul > li > a {
  transition: all .3s;
}
#fp-l div#insta_box img {
  max-width: inherit;
}
div#insta_box ul > li:nth-child(3n) {
  margin-right: 0;
}
div#insta_box ul > li > a {
  transition: all .3s;
}
div#insta_box ul > li > a:hover {
  opacity: .7;
}
.document_wrap h3 {
  font-size: 24px;
  background: #efe09f;
  text-align: center;
  padding: 0.4em 10% 0.3em;
  line-height: 1;
  font-weight: 700;
}
.sns_l, .sns_r {
  width: 48%;
}
.sns_tx {
  margin-bottom: 50px;
}
/* ---------------------------------------------
    番組へのご意見・ご感想
--------------------------------------------- */
#message {
  width: 100%;
  background: url(../img/message_bg.png) no-repeat center left #efe09f;
  background-size: cover;
}
#message .document_wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
#message h2 {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0%, -50%);
}
#message h2:after {
  background: url(../img/message_icon.png) no-repeat;
  position: absolute;
  display: inline-block;
  content: " ";
  width: 72px;
  height: 77px;
  vertical-align: -0.03rem;
  background-size: 100% auto;
  top: -37px;
  right: 40px;
}
.message_l {
  width: 42%;
  position: relative;
}
.message_r {
  width: 58%;
  padding: 75px 50px;
}
.mes_tx1 {
  margin-bottom: 20px;
}
.mes_tx2 {
  margin-top: 50px;
  font-size: 80%;
}
.btn_send {
  width: 47%;
  position: relative;
}
.btn_send :after {
  background: url(../img/send_icon.png) no-repeat;
  position: absolute;
  display: inline-block;
  content: " ";
  width: 27px;
  height: 19px;
  vertical-align: -0.03rem;
  background-size: 100% auto;
  top: 24px;
  right: 61px;
}
.btn_read {
  width: 47%;
  position: relative;
}
.btn_read :after {
  background: url(../img/read_icon.png) no-repeat;
  position: absolute;
  display: inline-block;
  content: " ";
  width: 27px;
  height: 29px;
  vertical-align: -0.03rem;
  background-size: 100% auto;
  top: 15px;
  right: 61px;
}
/* ---------------------------------------------
    投票ボタン
--------------------------------------------- */
.tohyo_btn {
  max-width: 1000px;
  margin: 0 auto 60px;
  width: 100%;
}
.tohyo_btn a {
  background: -moz-linear-gradient(left, #e9183b, #c21837);
  background: -webkit-linear-gradient(left, #e9183b, #c21837);
  background: linear-gradient(to right, #e9183b, #c21837);
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 24px 0;
  line-height: 1;
  font-size: 34px;
  font-weight: 700;
  border-radius: 100px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
/* ---------------------------------------------
    告知
--------------------------------------------- */
#fp-contents_inner2 .note {
  font-family: YuMincho, "Yu Mincho";
  padding: 23px 60px 25px;
  border: 4px solid #666;
  border-radius: 10px;
  background-color: #eee;
  font-size: 14px;
  text-align: center;
  margin: 0 auto 60px;
  max-width: 880px;
}
#fp-contents_inner2 .note p.ttl {
  font-size: 1.6em;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
#fp-contents_inner2 .note p.date {
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
#fp-contents_inner2 .note p {
  text-align: left;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25em;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5 !important;
    font-size: 1.6rem;
  }
  #fp-wrap .l-mainvisual img {
    width: 100%;
    height: auto;
    display: block;
    min-width: inherit;
  }
  /*#fp-wrap .l-mainvisual {
    width: 100%;
    height: 41vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url(../photo/mainVisual_sp.jpg) no-repeat center top;
    background-size: cover;
  }	*/
  #nextoa_news {
    max-width: inherit;
    display: block;
    width: 100%;
  }
  #nextoa {
    margin-right: 0%;
  }
  .news_logo {
    margin-bottom: 1em;
    text-align: center;
  }
  .news_logo img {
    max-width: 80%;
  }
  .box_bg {
    width: 100%;
    margin-bottom: 4vh;
  }
  #news_1 {
    width: 100%;
  }
  .document_wrap {
    display: block;
  }
  .inner_Youtube iframe {
    width: 100%;
  }
  .box_bg {
    padding: 4vh 5% 4.5vh;
    width: 100%;
  }
  #fp-wrap h2 {
    font-size: 2.6rem;
    margin-left: 7%;
    margin-bottom: 1em;
    line-height: 1.3;
  }
  #fp-wrap h2 span.h2_docu_sto {
    margin-top: 0.2em;
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
  #wanted h2 {
    margin-left: inherit;
  }
  .oa_info {
    font-size: 2.1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
    padding-bottom: 5px;
  }
  .inner_Youtube {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  .mb1 {
    margin-bottom: 0.5em;
  }
  .mb2 {
    margin-bottom: 1.7em;
  }
  .btn_wrap {
    max-width: inherit;
    width: 90%;
    margin: 0 auto;
  }
  .btn_Youtube a, .btn_Youtube a:visited {
    padding: 1em 2%;
    line-height: 1;
    margin: 1em auto 0;
  }
  .btn_Youtube.sp_youtube {
    margin: 1em auto 0;
  }
  .btn_tver a, .btn_tver a:visited {
    margin: 1em auto 0;
    font-size: 1.7rem;
    height: inherit;
  }
  .btn_fod a, .btn_fod a:visited {
    margin: 1em auto 0;
  }
  .wanted_inner {
    max-width: inherit;
    margin: 0 auto;
    padding: 4vh 5% 5vh;
  }
  .wanted_wrap_r {
    background-size: cover;
  }
  .wanted_wrap_r {
    background-size: cover;
  }
  .sns_l {
    width: 100%;
    margin-bottom: 5vh;
  }
  .sns_r {
    width: 100%;
  }
  div#insta_box ul > li {
    float: left;
    width: 32%;
    height: 14vh;
    overflow: hidden;
    margin: 0 2% 0.9vh 0;
  }
  div#insta_box {
    min-height: inherit;
  }
  .sns_tx {
    margin-bottom: 1.5em;
  }
  .box_bg::before {
    top: 5.5vh;
    width: 27px;
    height: 6px;
    left: 15px;
  }
  #fp-wrap h2 span.h2_en {
    font-size: 2rem;
  }
  .oa_info_tx {
    margin-bottom: 2em;
  }
  .c_btn a {
    padding: 1em 2%;
    line-height: 1;
    font-size: 1.7rem;
  }
  .btn_Youtube a span {
    margin-left: -3.5%;
    font-size: 1.7rem;
  }
  .btn_tver img {
    width: 72px;
    height: 38px;
    vertical-align: -0.03rem;
    background-size: 100% auto;
    margin: 1.4vh 3% 0 25%;
  }
  .btn_tver span {
    margin: 1.5vh 5% 1vh 0;
  }
  .btn_fod img {
    display: block;
    width: 103px;
    height: 38px;
    margin: 1.9vh 3% 0 19%;
  }
  .btn_fod a, .btn_fod a:visited {
    font-size: 1.7rem;
    height: inherit;
    margin: 1em auto 0;
    border-radius: 100px;
    text-align: left;
    line-height: 1.2;
  }
  .btn_fod span {
    margin: 1.5vh 2% 1.5vh 0;
  }
  #wanted p {
    margin-bottom: 2em;
  }
  .document_wrap h3 {
    font-size: 2rem
  }
  .btn_twitter a, .btn_twitter a:visited {
    margin: 1.5em auto 0;
    padding: 1em 2%;
    line-height: 1;
    font-size: 1.7rem;
  }
  #message h2 {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    text-align: center;
    margin: 3vh 0 1vh;
    padding: 3vh 5% 5vh;
    background: #FFF;
    clip-path: circle(150% at 50% -244%);
  }
  .message_l {
    width: 100%;
    position: inherit;
  }
  #message .document_wrap {
    max-width: inherit;
    margin: 0 auto;
    width: 100%;
  }
  .message_r {
    width: 90%;
    padding: 2vh 5% 4.5vh;
  }
  .btn_Youtube a:after {
    width: 38px;
    height: 26px;
    top: 1.9vh;
    right: 10%;
  }
  #document_bg {
    background: none;
    padding-bottom: 4vh;
  }
  #story_bg {
    background: none;
    padding-bottom: 4vh;
  }
  #DOCS_bg {
    background: none;
    padding-bottom: 4vh;
  }
  #wanted {
    margin-bottom: 4vh;
  }
  #SNS {
    margin: 0 auto 4vh;
    max-width: inherit;
    width: 100%;
  }
  #message {
    width: 100%;
    background: #efe09f;
  }
  .btn_send {
    width: 70%;
  }
  .btn_read {
    width: 70%;
  }
  .mes_tx2 {
    margin-top: 3em;
  }
  .mes_tx1 {
    margin-bottom: 2em;
  }
  .btn_send :after {
    top: 1.9vh;
    right: 26%;
  }
  .btn_read :after {
    top: 1vh;
    right: 26%;
  }
  #message h2:after {
    width: 26px;
    height: 28px;
    top: 2vh;
    right: 3%;
  }
  .c_btn {
    margin: 1em auto 0 auto;
    width: 90%;
  }
  #fp-contents_inner2 {
    padding-top: 4vh;
  }
  .btn_twitter {
    width: 90%;
  }
  .rotate {
    display: flex;
    flex-direction: column-reverse; /* 縦並びで逆にする */
  }
  .tohyo_btn {
    padding: 0 5%;
    margin: 0 auto 3vh;
    width: 90%;
  }
  .tohyo_btn a {
    padding: 1em 2%;
    line-height: 1.5;
    font-size: 2.0rem;
  }
  #fp-contents_inner2 .note {
    font-size: 24px;
    margin-bottom: 1.2em;
	padding: 23px 25px 25px; 
  }
  #fp-contents_inner2 .note p.ttl {
    font-size: 0.8em !important;
  }
  #fp-contents_inner2 .note p {
    text-align: left;
    font-size: min(4.1vw, 21px) !important;
	line-height: 1.6;  
  }
}