@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes shiny-btn {
  0% {
    left: -160%;
    opacity: 0;
  }

  70% {
    left: -160%;
    opacity: 0.5;
  }

  71% {
    left: -160%;
    opacity: 1;
  }

  100% {
    left: -20%;
    opacity: 0;
  }
}

@keyframes shiny-btn {
  0% {
    left: -160%;
    opacity: 0;
  }

  70% {
    left: -160%;
    opacity: 0.5;
  }

  71% {
    left: -160%;
    opacity: 1;
  }

  100% {
    left: -20%;
    opacity: 0;
  }
}

.webexhibition__sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .webexhibition__sp {
    display: block;
  }
}

.webexhibition__tb {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .webexhibition__tb {
    display: block;
  }
}

.webexhibition__pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .webexhibition__pc {
    display: none;
  }
}

.webexhibition p {
  text-align: center;
  color: #0e1271;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.webexhibition ul {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.webexhibition img {
  width: 100%;
}

.webexhibition__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px;
}

@media only screen and (max-width: 1200px) {
  .webexhibition__inner {
    padding: 40px;
  }
}

.webexhibition__lead {
  margin: 60px auto;
}

@media only screen and (max-width: 768px) {
  .webexhibition__lead {
    margin: 40px auto;
  }
}

.webexhibition__bnr {
  margin: 60px auto 40px;
}

@media only screen and (max-width: 768px) {
  .webexhibition__bnr {
    margin: 40px auto 20px;
  }
}

.webexhibition__btn-1,
.webexhibition__btn-2 {
  display: block;
  margin: 0 auto 60px;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}

.webexhibition__btn-1:hover,
.webexhibition__btn-2:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}

.webexhibition__btn-1::after,
.webexhibition__btn-2::after {
  content: "";
  -webkit-animation: shiny-btn 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  animation: shiny-btn 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 130%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

.webexhibition__btn-1 {
  background: #fab406;
  -webkit-box-shadow: 0 5px 0 0 #956b00;
  box-shadow: 0 5px 0 0 #956b00;
  max-width: 650px;
}

.webexhibition__btn-2 {
  background: #00a0e9;
  -webkit-box-shadow: 0 5px 0 0 #1277a9;
  box-shadow: 0 5px 0 0 #1277a9;
  max-width: 150px;
  padding: 10px 5px;
}

.webexhibition__header {
  background: url(../../img/webexhibition/bg-blue-title.jpg);
  padding: 15px;
  height: 70px;
}

@media only screen and (max-width: 550px) {
  .webexhibition__header {
    height: 40px;
  }
}

.webexhibition__header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .webexhibition__header__inner {
    left: 3%;
  }
}

.webexhibition__header__logo img,
.webexhibition__header__title-logo img {
  width: 85%;
}

.webexhibition__header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1200px) {
  .webexhibition__header__btn {
    display: block;
    position: fixed;
    bottom: 195px;
    top: auto;
    right: 13px;
    z-index: 10;
  }
}

@media only screen and (max-width: 768px) {
  .webexhibition__header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    z-index: 10;
    height: 80px;
  }
}

.webexhibition__header__btn li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 1200px) {
  .webexhibition__header__btn li:first-child {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .webexhibition__header__btn li:first-child {
    margin-bottom: 0;
  }
}

.webexhibition__header__btn li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 20px;
  border-radius: 5px;
  margin-left: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

@media only screen and (max-width: 1200px) {
  .webexhibition__header__btn li a {
    width: 100px;
    height: 70px;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .webexhibition__header__btn li a {
    width: auto;
    height: 70px;
    text-align: center;
    line-height: 120px;
    font-size: 10px;
  }

  .webexhibition__header__btn li a:first-child {
    margin-left: 0;
    border-radius: 0;
  }
}

@media only screen and (max-width: 768px) {
  .webexhibition__header__btn li {
    width: 50%;
  }
}

.webexhibition__header__btn-1,
.webexhibition__header__btn-2,
.webexhibition__header__btn-3 {
  position: relative;
  overflow: hidden;
}

.webexhibition__header__btn-1::before,
.webexhibition__header__btn-2::before,
.webexhibition__header__btn-3::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  vertical-align: middle;
  padding-right: 10px;
}

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

  .webexhibition__header__btn-1::before,
  .webexhibition__header__btn-2::before,
  .webexhibition__header__btn-3::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

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

  .webexhibition__header__btn-1::before,
  .webexhibition__header__btn-2::before,
  .webexhibition__header__btn-3::before {
    top: 10px;
    padding-right: 0;
  }
}

.webexhibition__header__btn-1::after,
.webexhibition__header__btn-2::after,
.webexhibition__header__btn-3::after {
  content: "";
  -webkit-animation: shiny-btn 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  animation: shiny-btn 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

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

  .webexhibition__header__btn-1::after,
  .webexhibition__header__btn-2::after,
  .webexhibition__header__btn-3::after {
    width: 130%;
  }
}

.webexhibition__header__btn-1:hover,
.webexhibition__header__btn-2:hover,
.webexhibition__header__btn-3:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}

.webexhibition__header__btn-1 {
  background: #fab406;
  -webkit-box-shadow: 0 5px 0 0 #956b00;
  box-shadow: 0 5px 0 0 #956b00;
}

.webexhibition__header__btn-1::before {
  content: "";
  background: url(../../img/webexhibition/icon-1.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1200px) {
  .webexhibition__header__btn-1 span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 768px) {
  .webexhibition__header__btn-1 span {
    bottom: auto;
    font-size: 10px;
  }
}

.webexhibition__header__btn-2 {
  background: #00a0e9;
  -webkit-box-shadow: 0 5px 0 0 #1277a9;
  box-shadow: 0 5px 0 0 #1277a9;
}

.webexhibition__header__btn-2::before {
  content: "";
  background: url(../../img/webexhibition/icon-2.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1200px) {
  .webexhibition__header__btn-2 span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 768px) {
  .webexhibition__header__btn-2 span {
    bottom: auto;
    font-size: 10px;
  }
}

.webexhibition__header__btn-3 {
  background: #ee4e4a;
  -webkit-box-shadow: 0 5px 0 0 #b23c37;
  box-shadow: 0 5px 0 0 #b23c37;
}

.webexhibition__header__btn-3::before {
  content: "";
  background: url(../../img/webexhibition/icon-3.png) no-repeat;
  background-size: contain;
}

.webexhibition__header__btn .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.webexhibition__header__btn .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.webexhibition__header__btn .modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: calc(100vw * 0.65);
}

.webexhibition__header__btn .modal__content .js-modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
}

@media only screen and (max-width: 768px) {
  .webexhibition__header__btn .modal__content .js-modal-close {
    top: -15px;
    right: -15px;
  }
}

.webexhibition__header__btn .modal__content a.js-modal-close {
  background: #00a0e9 url(../../img/webexhibition/icn-close.png) no-repeat center center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.webexhibition__header__btn .modal__content a.js-modal-close:hover {
  background: #1277a9 url(../../img/webexhibition/icn-close.png) no-repeat center center;
}

@media only screen and (max-width: 768px) {
  .webexhibition__header__btn .modal__content a.js-modal-close {
    width: 30px;
    height: 30px;
  }
}

.webexhibition__header__btn .modal__content img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .webexhibition__header__btn .modal__content {
    width: calc(100vw * 0.85);
  }
}

.webexhibition__index {
  width: 100%;
  height: calc(100vh - 140px);
}

@media only screen and (max-width: 550px) {
  .webexhibition__index {
    height: calc(100vh - 190px);
  }
}

.webexhibition__campaign p {
  font-size: 18px;
}

.webexhibition__campaign .text-notes {
  font-size: 14px;
  margin-top: 1em;
}

.webexhibition__campaign .text-days {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}

.webexhibition__campaign .text-days span {
  font-size: 18px;
}

.webexhibition__campaign ul {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 2.3em;
}

.webexhibition__campaign ul .icon-check {
  color: #0e1271;
  font-size: 18px;
  margin: 5px auto;
  text-indent: -2em;
  line-height: 1.6;
}

.webexhibition__campaign ul .icon-check::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../../img/webexhibition/icon-check.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-left: 0.5em;
  margin-bottom: 3px;
}

.webexhibition__campaign__section {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .webexhibition__campaign__section {
    margin-top: 60px;
  }
}

.webexhibition__campaign .sec-7 {
  margin-bottom: 60px;
}

.webexhibition__campaign .sec-7 p a {
  color: #0e1271;
}

.webexhibition__campaign__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0e1271;
  line-height: 70px;
  background: url(../../img/webexhibition/bg-title_16.png) no-repeat center;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .webexhibition__campaign__title {
    background-size: contain;
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.webexhibition__campaign__title::before,
.webexhibition__campaign__title::after {
  content: '';
  height: 2px;
  background-color: #caa921;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: -1;
}

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

  .webexhibition__campaign__title::before,
  .webexhibition__campaign__title::after {
    background: none;
  }
}

.webexhibition__campaign__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .webexhibition__campaign__blocks {
    display: block;
  }
}

.webexhibition__campaign__block {
  width: 20%;
  background: #f5f5f5;
  padding: 15px;
  margin: 0 20px 20px 0;
}

@media only screen and (max-width: 768px) {
  .webexhibition__campaign__block {
    width: calc(100% - 30px);
  }
}

.webexhibition__campaign__block:last-child {
  margin-right: 0;
}

.webexhibition__campaign__block .campaign-item {
  padding-top: 0;
  position: relative;
}

.webexhibition__campaign__block .campaign-item span {
  background: #0e1271;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 12px;
  position: absolute;
  bottom: 14px;
  right: 7px;
}

.webexhibition__campaign__block .campaign-item-name {
  width: 100%;
  height: 70px;
  position: relative;
}

.webexhibition__campaign__block .campaign-item-name p {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.webexhibition__campaign__block .campaign-item-notes {
  width: 100%;
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: -4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.webexhibition__campaign__block .campaign-award {
  background: #0e1271;
  color: #fff;
  padding: 5px;
}

.webexhibition__catalog {
  margin: 0 auto;
  background: url(../../img/webexhibition/bg-catalog-1.png) no-repeat;
  background-size: contain;
  padding: 60px 0 0;
  position: relative;
}

.webexhibition__catalog::after {
  content: '';
  width: 100%;
  height: 863px;
  display: block;
  background: url(../../img/webexhibition/bg-catalog-2.png) no-repeat;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.webexhibition__catalog__title {
  margin-bottom: 40px;
  padding: 20px 20px 0;
}

.webexhibition__catalog__title .title-lead {
  color: #00a0e9;
  font-size: 48px;
  font-weight: bold;
  -webkit-text-stroke: 1px #0e1271;
  text-stroke: 1px #0e1271;
}

.webexhibition__catalog__title .title-lead span {
  display: block;
  font-size: 24px;
  font-weight: normal;
  -webkit-text-stroke: 0px #0e1271;
}

.webexhibition__catalog__title .title-text {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .webexhibition__catalog__title {
    margin-bottom: 20px;
  }
}

.webexhibition__catalog__section {
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 80px 0;
  margin-bottom: 60px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .webexhibition__catalog__section {
    padding: 40px 0;
  }
}

.webexhibition__catalog__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 80px;
  margin: 0 0 10px;
}

.webexhibition__catalog__blocks:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .webexhibition__catalog__blocks {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .webexhibition__catalog__blocks {
    display: block;
  }
}

.webexhibition__catalog__block {
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

@media only screen and (max-width: 768px) {
  .webexhibition__catalog__block {
    padding: 0 0 20px 0;
  }
}

.webexhibition__catalog__block img {
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

.webexhibition__catalog__block p {
  padding: 1em 0;
}

.webexhibition__catalog .catalog-name {
  width: 100%;
  height: 80px;
  position: relative;
  margin-bottom: 0.2em;
}

.webexhibition__catalog .catalog-name p {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.webexhibition__catalog .catalog-dl-btn a {
  display: block;
  background: #0e1271;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px;
}

.webexhibition__catalog .catalog-dl-btn a:hover {
  opacity: 0.7;
}

.webexhibition__catalog .catalog-dl-btn a::after {
  content: "";
  display: inline-block;
  background: url(../../img/webexhibition/icn-dl.png) no-repeat;
  width: 20px;
  height: 12px;
  background-size: contain;
  background-position-x: 0.5em;
}

.webexhibition__fixed-btn {
  position: fixed;
  bottom: 100px;
  right: 13px;
  width: 140px;
}

.webexhibition__fixed-btn .fixed-btn {
  display: block;
  background: #ee4e4a;
  -webkit-box-shadow: 0 5px 0 0 #b23c37;
  box-shadow: 0 5px 0 0 #b23c37;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}

.webexhibition__fixed-btn .fixed-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}

.webexhibition__fixed-btn .fixed-btn::after {
  content: "";
  -webkit-animation: shiny-btn 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  animation: shiny-btn 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 130%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

.webexhibition__footer {
  background: url(../../img/webexhibition/bg-blue-title.jpg);
  padding: 10px 0;
  height: 20px;
}

.webexhibition__footer__copy {
  color: #fff !important;
  font-size: 12px;
  text-align: center;
}

.webexhibition__anime {
  background: url(../../img/webexhibition/bg-blue.jpg);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.webexhibition__anime p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}

.webexhibition__anime p img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .webexhibition__anime p img {
    width: 100%;
  }
}


.webexhibition__popup .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.webexhibition__popup .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.webexhibition__popup .modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: calc(100vw * 0.65);
}

.webexhibition__popup .modal__content .js-modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
}

@media only screen and (max-width: 768px) {
  .webexhibition__popup .modal__content .js-modal-close {
    top: -15px;
    right: -15px;
  }
}

.webexhibition__popup .modal__content a.js-modal-close {
  background: #00a0e9 url(../../img/webexhibition/icn-close.png) no-repeat center center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.webexhibition__popup .modal__content a.js-modal-close:hover {
  background: #1277a9 url(../../img/webexhibition/icn-close.png) no-repeat center center;
}

@media only screen and (max-width: 768px) {
  .webexhibition__popup .modal__content a.js-modal-close {
    width: 30px;
    height: 30px;
  }
}

.webexhibition__popup .modal__content img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .webexhibition__popup .modal__content {
    width: calc(100vw * 0.85);
  }
}

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

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

body#webexhibition__campaign .webexhibition__fixed-btn {
  display: none;
}

@media only screen and (max-width: 768px) {
  body#webexhibition__campaign .webexhibition__header__btn {
    display: none;
  }
}