@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500');

#contents_area.dream_wrap {
  color: #000;
  font-family: Montserrat, "こぶりなゴシック W3 JIS2004", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.dream_wrap .w3 {
  font-family: Montserrat, "こぶりなゴシック W3 JIS2004", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

.dream_wrap .w6 {
  font-family: Montserrat, "こぶりなゴシック W6 JIS2004", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

@media screen and (max-width : 768px) {

  /*------------------------------------------------------------------------------------------
*
*
    /#NVAN_Dream/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
  /* MV */
  #dream_mv {
    height: 90vw;
    background: url(../image/mv_sp.jpg) #e4edf6 no-repeat;
    background-position: bottom center;
    background-size: contain;
  }

  #dream_mv h1 {
    text-align: center;
    padding-top: 22vw;
  }

  #dream_mv h1 img {
    width: 75vw;
  }

  #dream_mv h1 span {
    margin-bottom: 5vw;
    display: block;
  }

  #dream_mv h1 span img {
    width: 57vw;
  }

  /* つくろう */
  #dream_first {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* あなただけのN-VAN */
  #dream_customize {
    text-align: center;
    padding: 70px 0 70px 0;
  }

  #dream_customize h2 {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 30px;
  }

  #dream_customize .desc {
    font-size: 3.5vw;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  #dream_customize .desc br {
    display: block !important;
  }

  #dream_customize .desc br.sp {
    display: block;
  }

  #dream_customize .slide {
    display: none;
  }

  #dream_customize .sp_slide {
    width: 70vw;
    margin: 0 auto;
    display: block;
  }

  #dream_customize .sp_slide .bx-viewport {
    left: 0;
    box-shadow: none;
    border: none;
    background: transparent;
  }

  #dream_customize .sp_slide li img {
    width: 100%;
  }

  #dream_customize .sp_slide .bx-wrapper .bx-prev {
    background-image: url(../image/customize_sp_slide_aw_l.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center left;
  }

  #dream_customize .sp_slide .bx-wrapper .bx-next {
    background-image: url(../image/customize_sp_slide_aw_r.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center right;
  }

  #dream_customize .sp_slide .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
  }

  #dream_customize .sp_slide .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -40px;
  }

  #dream_customize .sp_slide .bx-wrapper .bx-controls-direction a.bx-next {
    right: -40px;
  }

  /* キャンペーン概要 */
  #dream_outline {
    text-align: center;
    padding: 0 0 70px 0;
    background-color: #f2f4f4;
  }

  #dream_outline h2 {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 30px;
  }

  #dream_outline .outline_sw {
    font-size: 3vw;
    position: relative;
  }

  #dream_outline .outline_sw::before {
    content: "";
    width: 90vw;
    height: 1px;
    margin: 0 auto;
    background-color: #ccc;
    display: block;
    position: relative;
    z-index: 1;
  }

  #dream_outline .outline_sw a {
    top: -0.7em;
    padding: 0 16px;
    background-color: #f2f4f4;
    display: inline-block;
    position: relative;
    z-index: 2;
  }

  #dream_outline .outline_sw a:hover {
    opacity: 1;
  }

  #dream_outline .outline_sw a img {
    width: 15px;
    margin-left: 7px;
    vertical-align: text-bottom;
    transition: all 300ms linear;
  }

  #dream_outline .outline_sw a.on img {
    transform: rotate(180deg);
  }

  #dream_outline .outline {
    line-height: 1.8;
    text-align: left;
    width: 90vw;
    margin: 0 auto;
    padding: 30px 0 0 0;
    display: none;
  }

  #dream_outline .outline h3 {
    font-size: 3vw;
    font-weight: bold;
  }

  #dream_outline .outline p {
    font-size: 2.5vw;
    margin-bottom: 1em;
  }

  #dream_outline .outline .cat_t {
    font-size: 3.5vw;
    font-weight: bold;
    padding-top: 1em;
    margin-bottom: 0.8em;
  }

  #dream_outline .outline ul {
    font-size: 2.5vw;
    margin-bottom: 1em;
    padding-left: 1.6em;
  }

  #dream_outline .outline ul.disc {
    list-style-type: disc;
  }

  #dream_outline .outline ul.decimal {
    list-style-type: decimal;
  }

  #dream_outline .application {
    margin-top: 25px;
  }

  #dream_outline .application a {
    color: #000;
    font-size: 5vw;
    font-weight: bold;
    line-height: 50px;
    width: 90vw;
    margin: 0 auto;
    border: #000 solid 2px;
    display: block;
  }

  #dream_outline .application a img {
    width: 7vw;
    margin-right: 3vw;
    vertical-align: middle;
  }

  #dream_outline .outline br {
    display: block !important;
  }

  #dream_outline .link {
    margin-top: 50px;
  }

  #dream_outline .link a {
    color: #000;
    font-size: 5vw;
    font-weight: bold;
    line-height: 50px;
    width: 90vw;
    margin: 0 auto;
    background-color: #fff;
    border: #000 solid 2px;
    display: block;
  }

  #dream_outline .link a img {
    width: 7vw;
    margin-right: 3vw;
    vertical-align: middle;
  }

  #dream_customize .tweet {
    font-size: 2.6vw;
    line-height: 1.8;
    text-align: center;
    width: 90vw;
    padding: 20px 0;
    margin-top: 50px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
  }

  #dream_customize .tweet br {
    display: block !important;
  }

  #dream_customize .tweet a {
    color: #03A9F4;
    text-decoration: none;
  }

  /* みんなの夢 */
  #nvan_dream {
    text-align: center;
    padding: 50px 0 100px 0;
    background-color: #f2f4f4;
  }

  #nvan_dream h2 {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #nvan_dream .htag {
    font-size: 4vw;
    margin-bottom: 30px;
  }

  #nvan_dream .tw_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  #nvan_dream .link {
    margin-top: 25px;
  }

  #nvan_dream .link a {
    color: #000;
    font-size: 5vw;
    font-weight: bold;
    line-height: 50px;
    width: 90vw;
    margin: 0 auto;
    border: #000 solid 2px;
    display: block;
  }

  #nvan_dream .link a img {
    width: 7vw;
    margin-right: 3vw;
    vertical-align: middle;
  }

  /* 終了 */
  #dream_first .information {
    width: 90vw;
    margin: 0 auto;
    padding: 0 0 50px 0;
  }

  #dream_first .information .thanks {
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  #dream_first .information .note {
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  #dream_first .information .tweet {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    padding: 15px;
    border: solid 1px #ccc;
    display: inline-block;
  }

  #dream_first .information .tweet a {
    color: #1DA1F2;
  }

  /* リポート */
  #report {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #report h2 {
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  #report .lead {
    font-size: 3vw;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  #report .lead br {
    display: block !important;
  }

  #report .lead br.sp {
    display: block !important;
  }

  #report .time-line {
    width: 90vw;
    margin: 0 auto;
    background-image: url(../image/report-bgline.png);
    background-size: 2.5px auto;
    background-repeat: repeat-y;
    background-position: center top;
    position: relative;
  }

  #report .time-line .stage {
    margin-bottom: 70px;
  }

  #report .time-line .stage.nb {
    margin-bottom: 0px;
  }

  #report .time-line .stage:after {
    content: "";
    display: block;
    clear: both;
  }

  #report .time-line .stage .pic {
    width: 80vw;
    float: none;
    margin: 0 auto;
    padding-bottom: 15px;
    background-color: #fff;
  }

  #report .time-line .stage .pic img {
    width: 100%;
  }

  #report .time-line .stage .desc {
    font-size: 3.2vw;
    line-height: 1.8;
    text-align: left;
    width: 80vw;
    margin: 0 auto;
    background-color: #fff;
    float: none;
  }

  #report .time-line .stage .tit {
    text-align: center;
    margin-bottom: 30px;
  }

  #report .time-line .stage h3 {
    font-size: 4vw;
    font-weight: bold;
    background-color: #fff;
    display: inline-block;
  }

  @media screen and (max-width : 320px) {
    #report .time-line .stage h3 {
      font-size: 3.8vw;
    }
  }

  #report .time-line .stage h3 img {
    margin-right: 5px;
    vertical-align: middle;
  }

  #report .time-line .stage h3 img.ico1 {
    width: 49.5px;
  }

  #report .time-line .stage h3 img.ico2 {
    width: 49px;
  }

  #report .time-line .stage h3 img.ico3 {
    width: 34.75px;
  }

  #report .time-line .stage h3 img.ico4 {
    width: 45.5px;
  }

  #report .time-line .stage .works {
    font-size: 3vw;
    width: 40vw;
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
  }

  #report .time-line .stage .works img {
    width: 70%;
    margin: 10px auto 0 auto;
    display: block;
  }

  #report .time-line .line-aw img {
    bottom: -5px;
    width: 26.25px;
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
  }

  #report .complete {
    text-align: center;
    padding-top: 30px;
  }

  #report .complete h3 {
    font-size: 3.8vw;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #report .complete p img {
    width: 90vw;
  }

  /* 夢の実現 */
  #dream_come_true {
    padding: 50px 0 30px 0;
  }

  #dream_come_true ul {
    display: none;
  }

  #dream_come_true h2 {
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }

  #dream_come_true .report {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  #dream_come_true .report.hb {
    margin-bottom: 30px;
  }

  #dream_come_true .report.hbs {
    margin-bottom: 25px;
  }

  #dream_come_true .report h3 {
    font-size: 3.6vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }

  #dream_come_true .report .pic {
    width: 100%;
    margin-bottom: 20px;
  }

  #dream_come_true .report .pic img {
    width: 100%;
    display: block;
  }

  #dream_come_true .report .pic img.hb {
    margin-bottom: 20px;
  }

  #dream_come_true .report .desc {
    width: 100%;
    float: none;
  }

  #dream_come_true .report .desc p {
    font-size: 3vw;
    line-height: 1.8;
  }

  #dream_come_true .report-movie {
    font-size: 12px;
    text-align: center;
    line-height: 50vw;
    width: 90vw;
    height: 51vw;
    margin: 25px auto 40px auto;
    background-color: #dfdfdf;
    position: relative;
  }

  #dream_come_true .report-movie iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
  }

  /* 結果 */
  #dream_result {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f4f4;
  }

  #dream_result h2 {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }

  #dream_result .separation {
    font-size: 3vw;
    font-weight: bold;
    text-align: left;
    width: 90vw;
    margin: 0 auto 30px auto;
    position: relative;
  }

  #dream_result .separation span {
    padding-right: 10px;
    background-color: #f2f4f4;
    display: inline-block;
    position: relative;
    z-index: 2;
  }

  #dream_result .separation:before {
    content: "";
    top: 50%;
    left: 0px;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #000;
    display: block;
    z-index: 1;
    position: absolute;
  }

  #dream_result .lead {
    font-size: 3vw;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  #dream_result .lead br {
    display: block !important;
  }

  #dream_result .lead br.sp {
    display: block !important;
  }

  #dream_result .inner {
    width: 90vw;
    margin: 0 auto;
  }

  #dream_result .detail {
    margin-bottom: 50px;
  }

  #dream_result .detail:after {
    content: "";
    clear: both;
    display: block;
  }

  #dream_result .detail .fig_wrap {
    width: 100%;
    float: none;
  }

  #dream_result .detail .fig_wrap .fig {
    margin-bottom: 20px;
  }

  #dream_result .detail .fig_wrap .fig img {
    width: 100%;
    border: solid 1px #dddddd;
  }

  #dream_result .detail .fig_wrap .link {
    text-align: center;
  }

  #dream_result .detail .fig_wrap .link a {
    color: #000;
    font-size: 4vw;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    width: 100%;
    background-color: #fff;
    border: solid 2px #000;
    display: inline-block;
    position: relative;
  }

  #dream_result .detail .fig_wrap .link a:after {
    content: "";
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
  }

  #dream_result .detail .prof {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }

  #dream_result .detail .prof .tw-wrap {
    width: 45vw;
    margin: 0 auto 20px auto;
  }

  #dream_result .detail .prof .tw-wrap:after {
    content: "";
    clear: both;
    display: block;
  }

  #dream_result .detail .prof .ico {
    width: 15vw;
    margin-right: 0;
    float: left;
  }

  #dream_result .detail .prof .ico img {
    width: 100%;
  }

  #dream_result .detail .prof .name_wrap {
    text-align: left;
    width: 25vw;
    margin-bottom: 20px;
    float: right;
  }

  #dream_result .detail .prof .name_wrap .name {
    font-size: 4vw;
    font-weight: bold;
    padding-top: 16px;
    margin-bottom: 10px;
  }

  #dream_result .detail .prof .name_wrap .name span {
    font-size: 2.5vw;
  }

  #dream_result .detail .prof .name_wrap .tw_name {
    font-size: 2vw;
  }

  #dream_result .detail .prof .dream {
    text-align: left;
    font-size: 3vw;
    line-height: 1.8;
    display: inline-block;
  }

  #dream_result .detail .prof .dream .q {
    font-size: 2vw;
  }

  #dream_result .detail .prof .dream br {
    display: block !important;
  }

  #dream_result .reason {
    margin-bottom: 50px;
  }

  #dream_result .reason h3 {
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  #dream_result .reason p {
    font-size: 3vw;
    text-align: left;
    line-height: 1.8;
  }

  #dream_result .reason p span {
    text-align: right;
    padding-top: 1em;
    display: block;
  }

  #dream_result .comment h3 {
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  #dream_result .comment p {
    font-size: 3vw;
    text-align: left;
    line-height: 1.8;
  }

  /* スケジュール */
  #dream_schedule {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  #dream_schedule h2 {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }

  #dream_schedule .fig {
    width: 90vw;
    margin: 0 auto 30px auto;
  }

  #dream_schedule .fig img {
    width: 100%;
    display: none;
  }

  #dream_schedule .fig img.sp {
    display: block;
  }

  #dream_schedule .expect {
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
  }

  /* 企画について */
  #dream_about {
    padding: 40px 0 80px 0;
    background-color: #f2f4f4;
  }

  #dream_about h2 {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  #dream_about .lead {
    font-size: 3vw;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  #dream_about .lead br {
    display: block !important;
  }

  #dream_about .separation {
    font-size: 3vw;
    font-weight: bold;
    width: 90vw;
    margin: 0 auto 30px auto;
    position: relative;
  }

  #dream_about .separation span {
    padding-right: 10px;
    background-color: #f2f4f4;
    display: inline-block;
    position: relative;
    z-index: 2;
  }

  #dream_about .separation:before {
    content: "";
    top: 50%;
    left: 0px;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #000;
    display: block;
    z-index: 1;
    position: absolute;
  }

  #dream_about h3 {
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  #dream_about .applications_desc {
    font-size: 3vw;
    line-height: 1.8;
    text-align: center;
  }

  #dream_about .applications_desc br {
    display: block !important;
  }

  #dream_about .applications_desc br.sp {
    display: block !important;
  }

  #dream_about .fig_text {
    width: 90vw;
    margin: 0 auto 0 auto;
    padding-top: 50px;
  }

  #dream_about .fig_text:after {
    content: "";
    clear: both;
    display: block;
  }

  #dream_about .fig_text .fig {
    width: 70vw;
    margin: 0 auto 0 auto;
    float: none;
  }

  #dream_about .fig_text .text {
    width: 100%;
    float: none;
    position: relative;
  }

  #dream_about .fig_text .fig img {
    display: block;
  }

  #dream_about .fig_text .fig img:first-child {
    width: 30vw;
    z-index: 2;
    position: relative;
  }

  #dream_about .fig_text .fig img:last-child {
    width: 70vw;
    margin-top: -20px;
    margin-left: 4px;
    z-index: 1;
    position: relative;
  }

  #dream_about .fig_text .text .desc {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.5;
    width: 100%;
    margin-top: 20px;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    border: #000 solid 2px;
  }

  #dream_about .fig_text .text .desc br {
    display: block !important;
  }

  #dream_about .fig_text .text .ico-close {
    top: -30px;
    right: 0;
    width: 60px;
    position: absolute;
    z-index: 2;
  }

  #dream_about .fig_text .text .ico-close img {
    width: 100%;
  }

  /* 3ステップ */
  #dream_application {
    text-align: center;
    padding: 0 0 40px 0;
    background-color: #f2f4f4;
  }

  #dream_application h2 {
    font-size: 4.5vw;
    font-weight: bold;
    margin-bottom: 40px;
  }

  #dream_application ul {
    width: 90vw;
    margin: 0 auto;
  }

  #dream_application ul:after {
    content: "";
    clear: both;
    display: block;
  }

  #dream_application ul li {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }

  #dream_application ul li:last-child {
    float: none;
    margin-bottom: none;
  }

  #dream_application ul li.m {
    width: 66px;
    float: none;
    display: none;
  }

  #dream_application ul li.m img {
    width: 21.5px;
    margin-top: 50px;
  }

  #dream_application ul li h3 {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }

  #dream_application ul li p {
    font-size: 3vw;
    line-height: 1.8;
    text-align: center;
  }

  #dream_application ul li p br {
    display: block !important;
  }

  #dream_application ul li p br.sp {
    display: block;
  }

  #dream_application ul li p span {
    font-weight: bold;
  }

  #dream_application ul li .fig {
    height: auto;
    margin-bottom: 20px;
  }

  #dream_application ul li.s1 .fig img {
    width: 20vw;
  }

  #dream_application ul li.s2 .fig img {
    width: 20vw;
    margin-top: 0;
  }

  #dream_application ul li.s3 .fig img {
    width: 20vw;
    margin-top: 0;
  }

  /* SP NAV */
  #contents_area.dream_wrap .sp_nav {
    top: 120px;
    right: -175px;
    width: 200px;
    padding: 20px 0 25px 10px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: block;
    z-index: 9999;
    box-shadow: 0 0 3px 0 rgba(1, 1, 1, 0.3);
    position: fixed;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }

  #contents_area.dream_wrap.tab_on .sp_nav {
    right: -5px;
  }

  #contents_area.dream_wrap .sp_nav .car img {
    width: 50px;
  }

  #contents_area.dream_wrap .sp_nav ul {
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    margin-top: 20px;
    display: none;
  }

  #contents_area.dream_wrap.tab_on .sp_nav ul {
    display: block;
  }

  #contents_area.dream_wrap .sp_nav ul a {
    color: #000;
  }

  #contents_area.dream_wrap .sp_nav ul li {
    margin-bottom: 30px;
  }

  #contents_area.dream_wrap .sp_nav ul li:last-child {
    margin-bottom: 15px;
  }

  #contents_area.dream_wrap .sp_nav ul li img.tw {
    width: 24px;
    margin-right: 5px;
    vertical-align: text-bottom;
  }

  /* full image */
  .dream-full-image {
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: auto;
    position: fixed;
    z-index: 99998;
  }

  .dream-full-image img {
    width: 80vw;
    margin: 75px auto 0 auto;
  }

  .dream-full-image-ov {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    position: fixed;
    z-index: 99997;
  }

  .dream-full-image-close {
    top: 10px;
    left: 50%;
    display: none;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    position: fixed;
    cursor: pointer;
    z-index: 99999;
  }

  .dream-full-image-close span::before,
  .dream-full-image-close span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 10%;
    margin: -8% 0 0 -42%;
    background: #fff;
  }

  .dream-full-image-close span::before {
    transform: rotate(-45deg);
  }

  .dream-full-image-close span::after {
    transform: rotate(45deg);
  }

  html.on_fi {
    height: 100%;
    overflow: hidden;
  }

  body.on_fi {
    height: 100%;
    overflow: hidden;
  }

  body.on_fi .dream-full-image {
    display: block;
  }

  body.on_fi .dream-full-image-ov {
    display: block;
  }

  body.on_fi .dream-full-image-close {
    display: block;
  }

  /* 20200522 plus */
  #nvan_dream .caution {
    max-width: 90vw;
    margin: 35px auto -40px;
    font-size: 11px;
    text-align: left;
  }

  /* 2022.0801 plus */
  #dream_come_true .caution {
    max-width: 90vw;
    margin: -20px auto 35px;
    font-size: 11px;
    text-align: center;
  }
}