.display-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .display-pc {
    display: block;
  }
}

.display-sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .display-sp {
    display: none;
  }
}

.main-visual-campaign {
  height: 54vw;
}

@media screen and (min-width: 600px) {
  .main-visual-campaign {
    height: 23vw;
  }
}

.main-visual-campaign-img {
  background: url("../../img/campaign/yokohama-fc/main.jpg") no-repeat 50% 100%;
  background-size: cover;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .main-visual-campaign-img {
    background: url("../../img/campaign/yokohama-fc/main-sp.jpg") no-repeat 50% 50%;
    background-size: 100%;
  }
}

.main-visual-campaign-title {
  display: none;
}

.main-visual-campaign.wchance .main-visual-campaign-img {
  background: url("../../img/campaign/yokohama-fc/wchance-main.png") no-repeat 50% 100%;
  background-size: cover;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .main-visual-campaign.wchance .main-visual-campaign-img {
    background: url("../../img/campaign/yokohama-fc/wchance-main-sp.png") no-repeat 50% 50%;
    background-size: 100%;
  }
}

.main-visual-campaign.wchance .main-visual-campaign-title {
  display: none;
}

.main-visual-campaign-yc {
  height: 550px;
  padding-top: 50px;
  background-color: #1B16DF;
}

@media screen and (max-width: 1000px) {
  .main-visual-campaign-yc {
    height: 460px;
  }
}

@media screen and (max-width: 800px) {
  .main-visual-campaign-yc {
    height: 380px;
  }
}

@media screen and (max-width: 600px) {
  .main-visual-campaign-yc {
    height: auto;
    line-height: 0;
  }
}

.main-visual-campaign-yc .main-visual-campaign-title {
  display: none;
}

@media screen and (max-width: 600px) {
  .main-visual-campaign-yc .main-visual-campaign-title {
    display: block;
  }
}

.main-visual-campaign-img-yc {
  background-size: cover;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  text-indent: -9999px;
  background: url("../../img/campaign/yc2019/header-pc.png") no-repeat 50% 50%;
  background-size: auto 100%;
}

@media screen and (max-width: 1000px) {
  .main-visual-campaign-img-yc {
    background: url("../../img/campaign/yc2019/header-pc.png") no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-visual-campaign-img-yc {
    background-image: none;
    text-indent: 0;
  }
  .main-visual-campaign-img-yc img {
    width: 100%;
  }
}

.main-visual-campaign-kids {
  height: 550px;
  padding-top: 50px;
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .main-visual-campaign-kids {
    height: 460px;
  }
}

@media screen and (max-width: 800px) {
  .main-visual-campaign-kids {
    height: 380px;
  }
}

@media screen and (max-width: 600px) {
  .main-visual-campaign-kids {
    height: auto;
    line-height: 0;
  }
}

.main-visual-campaign-kids .main-visual-campaign-title {
  display: none;
}

@media screen and (max-width: 600px) {
  .main-visual-campaign-kids .main-visual-campaign-title {
    display: block;
  }
}

.main-visual-campaign-img-kids {
  background-size: cover;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  text-indent: -9999px;
  background: url("../../img/campaign/kids-challenge/header-pc.png") no-repeat 50% 50%;
  background-size: auto 100%;
}

@media screen and (max-width: 1000px) {
  .main-visual-campaign-img-kids {
    background: url("../../img/campaign/kids-challenge/header-pc.png") no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-visual-campaign-img-kids {
    background-image: none;
    text-indent: 0;
  }
  .main-visual-campaign-img-kids img {
    width: 100%;
  }
}

.campaign-section {
  padding: 1em;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .campaign-section.campaign-section-small {
    margin: 1em auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 680px;
  }
}

@media screen and (min-width: 768px) {
  .campaign-section {
    margin: 1em auto;
    max-width: 960px;
  }
  .campaign-section.apply-section-box {
    max-width: none;
  }
  .campaign-section.apply-section-box .apply-section {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .campaign-section .campaign-head {
    margin: auto;
    max-width: 680px;
  }
}

.campaign-section .campaign-section-title {
  font-size: 1.2rem;
  font-weight: 900;
  margin-top: 2rem;
  margin-bottom: .6em;
}

.campaign-section .campaign-section-title:first-of-type {
  margin-top: 0;
}

.campaign-section .campaign-section-title::after {
  background: #000;
  content: " ";
  display: inline-block;
  width: 100px;
  height: 2px;
  margin-left: 1.5rem;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 600px) {
  .campaign-section .campaign-section-title::after {
    width: 30%;
  }
}

@media screen and (max-width: 600px) {
  .campaign-section .campaign-section-title {
    font-size: 1.3rem;
  }
}

.campaign-section .campaign-main-text {
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .campaign-section .campaign-main-text {
    padding: 1em 0;
    font-size: 1.2rem;
  }
}

.campaign-section p {
  font-size: .85rem;
}

.campaign-description {
  margin: 0 0 2em;
  font-size: .85rem;
}

.campaign-description p {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .campaign-description {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.campaign-figure-img {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .campaign-figure-img {
    max-width: 680px;
  }
}

.campaign-figure-img img {
  width: 100%;
}

.campaign-table {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .campaign-table {
    margin: 2em auto 0;
    display: table;
    width: 100%;
  }
}

.campaign-table .campaign-table-cell {
  display: block;
  vertical-align: inherit;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .campaign-table .campaign-table-cell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .campaign-table .campaign-table-cell.movie {
    padding-left: 1.5em;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.lesson-table {
  display: table;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lesson-table {
    margin: auto;
    max-width: 450px;
  }
}

.lesson-table .lesson-table-cell {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  font-size: .7rem;
  padding: .4em .2em;
}

@media screen and (min-width: 768px) {
  .lesson-table .lesson-table-cell {
    padding: .6em .3em;
    font-size: .85rem;
  }
}

.lesson-table .example dt {
  font-weight: bold;
}

.lesson-table .example dd {
  margin: .3em 0 1em;
}

.lesson-desc {
  position: relative;
  padding: 1em;
  border: 2px solid #000;
  border-radius: 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lesson-desc {
    margin: 0 auto;
    max-width: 680px;
  }
}

.lesson-desc .lesson-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #013686;
  color: #FFF;
  width: 120px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  border-radius: 28px 60px 60px 0;
}

@media screen and (min-width: 768px) {
  .lesson-desc .lesson-label {
    width: 160px;
    height: 44px;
    line-height: 41px;
    border-radius: 22px 70px 70px 0;
    font-size: 1.2rem;
  }
}

.lesson-desc .lesson-title {
  padding: 2em 0 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.15rem;
}

@media screen and (min-width: 768px) {
  .lesson-desc .lesson-title {
    padding: 1.6em 1em .6em;
    font-size: 1.5rem;
  }
}

.lesson-desc .lesson-figure {
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lesson-desc .lesson-figure {
    max-width: 450px;
    text-align: center;
  }
}

.lesson-desc .lesson-text {
  padding: .5em 0;
  font-size: .85rem;
}

@media screen and (min-width: 768px) {
  .lesson-desc .lesson-text {
    padding: 1em 1.4em;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.lesson-desc .lesson-text .lesson-strong {
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .lesson-desc .lesson-text .lesson-strong {
    font-size: 1.2rem;
  }
}

.lesson-try-text {
  padding: 1em 1em 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lesson-try-text {
    padding: 2em 0 0;
    font-size: 1.3rem;
  }
}

.lesson-try-desc {
  padding: 1em;
  border-radius: 10px;
  background: #0A98D9;
}

@media screen and (min-width: 768px) {
  .lesson-try-desc {
    margin: 0 auto;
    padding: 1.4em;
    max-width: 680px;
  }
}

.lesson-try-desc .lesson-try-head {
  padding: 0 0 1em;
  text-align: center;
  color: #FFF;
  font-size: 1.15rem;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
}

.lesson-try-desc .lesson-try-head.border-none {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .lesson-try-desc .lesson-try-head {
    font-size: 1.3rem;
  }
}

.lesson-try-desc .lesson-try-text {
  padding: .3em 0 0;
  font-size: .85rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lesson-try-desc .lesson-try-text {
    font-size: 1rem;
  }
}

.lesson-try-desc .practice-box .practice-question {
  margin: 1em 0 .6em;
  font-size: .85rem;
  font-weight: bold;
  color: #FFF;
}

.lesson-try-desc .practice-box .practice-answer {
  padding: 1em;
  border-radius: 10px;
  background: #FFF;
  font-size: 1rem;
}

.lesson-try-desc .practice-box .practice-answer ul {
  margin-left: 1em;
}

.lesson-try-desc .practice-box .practice-answer ul li {
  padding: .1em 0;
  list-style-type: disc;
}

.lesson-try-desc .practice-box.white {
  padding: 1em;
  border-radius: 10px;
  background: #FFF;
}

.lesson-try-desc .practice-table th {
  display: block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  padding: .3em 0;
}

@media screen and (min-width: 768px) {
  .lesson-try-desc .practice-table th {
    display: table-cell;
    width: 50%;
  }
}

.lesson-try-desc .practice-table td {
  display: block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  padding: .3em 0;
}

@media screen and (min-width: 768px) {
  .lesson-try-desc .practice-table td {
    display: table-cell;
    width: 50%;
  }
}

.lesson-try-desc .practice-table .translation {
  color: #888;
  font-size: .75rem;
}

.lesson-try-desc .practice-table.talk .you {
  color: #0A98D9;
}

.lesson-try-desc .practice-table.talk th {
  display: table-cell;
  text-align: left;
  font-weight: bold;
  width: 4em !important;
}

.lesson-try-desc .practice-table.talk td {
  display: table-cell;
  text-align: left;
  width: inherit !important;
}

.lesson-present .lesson-present-title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #013686;
}

@media screen and (min-width: 768px) {
  .lesson-present .lesson-present-title {
    font-size: 1.5rem;
  }
}

.lesson-present .lesson-present-text {
  font-size: .85rem;
}

@media screen and (min-width: 768px) {
  .lesson-present .lesson-present-text {
    padding: .5em 0;
    text-align: center;
  }
}

.lesson-present .lesson-present-figure {
  padding: .2em 0;
}

@media screen and (min-width: 768px) {
  .lesson-present .lesson-present-figure {
    margin: auto;
    max-width: 680px;
  }
}

.lesson-present .lesson-present-flow {
  padding: 0 0 2em;
}

@media screen and (min-width: 768px) {
  .lesson-present .lesson-present-flow {
    margin: auto;
    max-width: 680px;
  }
}

.lesson-present .lesson-present-flow ol li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .more-wchance {
    margin: 0 auto;
    max-width: 680px;
  }
}

.more-wchance a {
  display: block;
  margin: 0 0 .5em;
}

.more-wchance .more-wchance-text {
  font-size: .9rem;
  margin-bottom: .5em;
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .more-wchance .more-wchance-text {
    font-size: 1.2rem;
    margin-bottom: 1em;
    margin-top: 2em;
  }
}

.campaign-appy-step {
  margin: 1em 0 0;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .campaign-appy-step {
    margin: 1em auto 0;
    max-width: 680px;
  }
}

.campaign-appy-step dt {
  padding: .5em;
  border-radius: 10px 10px 0 0;
  background: #013686;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
}

.campaign-appy-step dd {
  padding: 1em;
  font-size: .85rem;
}

.campaign-appy-step .step-text {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.campaign-appy-step .step-sns {
  padding: .8em 0 0;
  text-align: center;
}

.campaign-appy-step .step-sns img {
  margin: 0 1.5em;
  width: 50px;
  height: auto;
}

.campaign-appy-step .step-sns.step-sns-grid3 img {
  width: 40px;
}

.campaign-appy-step .step-hashtag {
  background: #F2F2F2;
  padding: 1em;
  border-radius: 10px;
  text-align: center;
}

.campaign-appy-step .step-hashtag span {
  display: inline-block;
  margin: 0 .2em;
}

.apply-section {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 1em 1em 1.5em;
  background: #F2F2F2;
}

@media screen and (min-width: 768px) {
  .apply-section {
    padding: 1.5em 1em 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .apply-section .apply-desc {
    margin: auto;
    max-width: 680px;
  }
}

.apply-section .apply-desc dt {
  margin: 0 0 .4em;
  font-size: 1rem;
  font-weight: bold;
  color: #013686;
}

@media screen and (min-width: 768px) {
  .apply-section .apply-desc dt {
    font-size: 1.2rem;
  }
}

.apply-section .apply-desc dd {
  margin: 0 0 1em;
  font-size: .85rem;
}

@media screen and (min-width: 768px) {
  .apply-section .apply-desc dd {
    margin: 0 0 2em;
  }
}

.apply-section .apply-desc-more {
  display: none;
}

.apply-section .apply-desc-more.active {
  display: block;
}

.apply-section .apply-desc-flow dt {
  padding-bottom: .2em;
  font-size: .95rem;
  color: #333;
}

.apply-section .apply-desc-flow dd {
  margin-bottom: 2em;
}

.campaign-appy-comp {
  margin: 1em auto;
  width: 100%;
  max-width: 680px;
  text-align: center;
  background: #ffeaef;
  padding: 1em;
  border-radius: 10px;
}

.campaign-appy-comp .comp-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ee4949;
  margin-bottom: .3em;
}

.apply-more .btn-apply-more {
  display: block;
  margin: auto;
  width: 180px;
  height: 44px;
  line-height: 44px;
  background: #FFF;
  border: 2px solid #013686;
  text-align: center;
  color: #013686;
  font-weight: bold;
  font-size: .85rem;
}

.lesson-link {
  text-align: center;
  max-width: 320px;
  margin: 2rem auto 5rem;
}

@media screen and (min-width: 768px) {
  .lesson-link {
    margin: 3em auto;
    max-width: 680px;
  }
}

@media screen and (min-width: 768px) {
  .lesson-link li {
    display: inline-block;
    padding: 0 1em;
  }
}

.lesson-link li:first-child {
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .lesson-link li:first-child {
    margin-left: inherit;
  }
}

.lesson-link li:last-child {
  margin-left: 4em;
}

@media screen and (min-width: 768px) {
  .lesson-link li:last-child {
    margin-left: inherit;
  }
}

.lesson-link .btn-lesson-link {
  display: block;
  position: relative;
  margin: 0 0 2em;
  padding-left: 1.5em;
  background: #013686;
  border: none;
  width: 240px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
}

.lesson-link img {
  position: absolute;
  top: -.5em;
  left: -.2em;
  width: 60px;
  height: auto;
}

.apply-btn-block {
  margin: .5em 0 2em;
}

.apply-btn-block .btn-apply-line {
  display: block;
  margin: auto;
  width: auto;
  height: 44px;
  line-height: 40px;
  background: #FFF;
  border: 2px solid #000;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: .85rem;
}

@media screen and (min-width: 768px) {
  .apply-btn-block .btn-apply-line {
    max-width: 300px;
  }
}

.go-apply {
  margin: 0 0 5em;
}

.go-apply .btn-go-apply {
  display: block;
  margin: 0 auto 2em;
  background: #FFCE00;
  border: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  border-radius: 1.875rem;
}

@media screen and (min-width: 768px) {
  .go-apply .btn-go-apply {
    max-width: 450px;
  }
}

.go-apply .btn-go-apply.disable {
  background: #ccc;
  box-shadow: none;
}

.go-apply p {
  text-align: center;
}

.campaign-try-text {
  margin: 0 auto 40px;
  display: table;
}

.campaign-try-text::before {
  content: "";
  display: table-cell;
  width: 6vw;
  height: 1px;
  border-top: 2px solid;
  display: block;
  text-align: center;
  margin-bottom: .5em;
}

.campaign-try-text::after {
  content: "";
  display: table-cell;
  width: 6vw;
  height: 1px;
  border-top: 2px solid;
  display: block;
  text-align: center;
  margin-bottom: .5em;
}

.campaign-try-text span {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 0 1rem;
}

@media screen and (max-width: 499px) {
  .campaign-try-text span {
    font-size: 24px;
  }
}

.campaign-spacer {
  display: block;
  height: 3rem;
}

.title-campaign-interim {
  color: #140f6d;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto 1rem;
}

@media screen and (min-width: 1000px) {
  .title-campaign-interim {
    font-size: 3rem;
  }
}

.date-campaign-interim {
  color: #140f6d;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.campaign-appy-step-title {
  background: #0b3a93;
  color: #fff;
  display: inline-block;
  padding: .3em .5em;
  border-radius: 1em;
  margin: 0 auto .5em auto;
}

.campaign-appy-step-center {
  text-align: center;
}

.campaign-section-subtitle {
  font-weight: bold;
  margin: 0 0 1em;
  text-align: center;
  font-size: 20px;
}

.campaign-section-img {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .campaign-section-img {
    width: 49%;
  }
}

.campaign-section-img-column {
  display: flex;
  margin: 0 auto 20px;
  flex-direction: column;
}

@media screen and (min-width: 1000px) {
  .campaign-section-img-column {
    justify-content: space-between;
    flex-direction: row;
  }
}

.campaign-section-snsicons {
  display: flex;
  justify-content: center;
}

.campaign-section-snsicons img {
  margin: 0 1.5em;
  width: 50px;
  height: auto;
}

.campaign-section-snsicons.grid3 img {
  width: 40px;
}

.campaign-article {
  margin: 20px 0 0;
}

.campaign-movie-list {
  display: flex;
  flex-wrap: wrap;
}

.campaign-movie-list > li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
  position: relative;
}

.campaign-movie-list > li.is-image:after {
  display: none;
}

.campaign-movie-list > li.is-textonly:after {
  display: none;
}

@media screen and (min-width: 1000px) {
  .campaign-movie-list > li:after {
    content: " ";
    background: url(../../img/video-thumbnail2.svg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    z-index: 1;
    opacity: .5;
    pointer-events: none;
  }
}

.campaign-movie-list > li.campaign-movie-list-twitter:after {
  content: " ";
  background: url(../../img/video-thumbnail2.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  z-index: 1;
  opacity: .5;
  pointer-events: none;
}

.campaign-movie-list > li .pc-only {
  display: none;
}

@media screen and (min-width: 1000px) {
  .campaign-movie-list > li .pc-only {
    display: block;
  }
}

.campaign-movie-list > li .sp-only {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .campaign-movie-list > li .sp-only {
    display: none;
  }
}

.campaign-movie-list > li:nth-child(2n) {
  margin-right: 0;
}

.campaign-movie-list > li video, .campaign-movie-list > li img, .campaign-movie-list > li iframe {
  width: 100%;
  height: auto;
}

.campaign-movie-list > li img.snsicon {
  width: 20px;
}

.campaign-movie-list > li img.campaign-movie-list-thumbnail-instagram {
  width: 80px;
  height: 80px;
}

.campaign-movie-list > li > a {
  display: block;
  height: 200px;
  overflow: hidden;
}

.campaign-movie-list > li > a.no-image {
  background: url(../../img/events/yabecchi/logo_monoqlo.png) no-repeat 50% 50%;
  background-size: 160px auto;
  background-color: #ccc;
}

@media screen and (min-width: 1000px) {
  .campaign-movie-list > li {
    width: 32%;
    margin-right: 2%;
  }
  .campaign-movie-list > li:nth-child(2n) {
    margin-right: 2%;
  }
  .campaign-movie-list > li:nth-child(3n) {
    margin-right: 0;
  }
}

.campaign-movie-list-comment {
  width: 100%;
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 90%;
  padding: 0 2px 2px;
}

.campaign-movie-list-comment img {
  vertical-align: middle;
}

.campaign-movie-list-comment span {
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.campaign-movie-list-comment .twitter {
  width: 20px;
  height: 20px;
  background: url(../../img/icon/sns/sns_twitter_color.png) no-repeat 0 0;
  background-size: 20px;
  content: " ";
  display: inline-block;
  margin-right: 3px;
}

.campaign-movie-list-comment .instagram {
  width: 20px;
  height: 20px;
  background: url(../../img/icon/sns/sns_instagram_color.png) no-repeat 0 0;
  background-size: 20px;
  content: " ";
  display: inline-block;
  margin-right: 3px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px 20px 20px 20px;
  width: auto;
  max-width: 90%;
  width: 800px;
  margin: 20px auto;
}

.white-popup .open-popup-link-img {
  max-height: 70vh;
}

.white-popup.is-textonly {
  padding-bottom: 50px;
}

.white-popup.is-textonly a {
  font-size: 18px;
}

.white-popup iframe, .white-popup video {
  width: 100%;
  height: 70vh;
}

.white-popup a {
  text-decoration: none;
  color: blue;
}

.white-popup .campaign-sns-icon {
  margin-top: 1em;
}

.white-popup .campaign-sns-icon img {
  width: 30px;
}

.white-popup .campaign-sns-icon a {
  display: flex;
  align-items: center;
}

.message-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(47, 155, 47, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
}

.message-float.active {
  -webkit-animation: show .5s linear 0s;
          animation: show .5s linear 0s;
  opacity: 1;
  display: flex;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.close-event{
  margin: 1em auto;
  max-width: 1000px;
  background: rgba(0,0,0, .5);
  height: 420px;
  position: relative;
}
.close-event .close-text{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 20%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 600px) {
  .close-event{
    margin: 1em auto;
    max-width: 1000px;
    background: rgba(0,0,0, .5);
    max-height: 300px;
    min-height:150px;
    position: relative;
  }
  .close-event .close-text{
    padding: 0 1em;
    width: 100%;
    height: 30%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
  }
}

.campaign-section-column-sticker {
  display: flex;
  align-items: center;
}

.campaign-section-column-sticker .text {
  width: 80%;
}
.campaign-section-column-sticker .text p.main{
  font-size: 1.4rem;
  font-weight: bold;
}

.campaign-section-column-sticker .sticker {
  width: 20%;
}

@media screen and (max-width: 1000px) {
  .campaign-section-column-sticker {
    flex-direction: column;
    justify-content: center;
  }
  .campaign-section-column-sticker .text {
    width: 100%;
    margin-bottom:10px;
  }
  .campaign-section-column-sticker .text p.main{
    font-size: 1rem;
  }
  .campaign-section-column-sticker .sticker {
    width: 50%;
  }
}

.main-visual-campaign-blog_20200127 {
  height: 550px;
  padding-top: 50px;
  background-color: #000;
}

@media screen and (max-width: 1000px) {
  .main-visual-campaign-blog_20200127 {
    height: 460px;
  }
}

@media screen and (max-width: 800px) {
  .main-visual-campaign-blog_20200127 {
    height: 380px;
  }
}

@media screen and (max-width: 600px) {
  .main-visual-campaign-blog_20200127 {
    height: auto;
    line-height: 0;
  }
}

.main-visual-campaign-blog_20200127 .main-visual-campaign-title {
  display: none;
}

@media screen and (max-width: 600px) {
  .main-visual-campaign-blog_20200127 .main-visual-campaign-title {
    display: block;
  }
}

.main-visual-campaign-img-blog_20200127 {
  background-size: cover;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  text-indent: -9999px;
  background: url("../../img/blog/20200127/header.jpg") no-repeat 50% 50%;
  background-size: auto 100%;
}

@media screen and (max-width: 1000px) {
  .main-visual-campaign-img-blog_20200127 {
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-visual-campaign-img-blog_20200127 {
    background-image: none;
    text-indent: 0;
  }
  .main-visual-campaign-img-blog_20200127 img {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .btn-apply-campaign {
    width: 100%;
    max-width: 260px;
  }
}

/*# sourceMappingURL=../../maps/pages/campaign.css.map */
