@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------

30thmessage.scss

------------------------------------*/
/*====================　leaguecupfinal2020　から移植↓　============================*/
a {
  color: #e70012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 980px;
  background: f5f3f3;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header *,
.CNT * {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.CNT {
  font-feature-settings: "palt";
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 18.4%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(5n), .CLM__four > article:nth-child(5n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.txt__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__red {
  color: #F92C55;
}
.txt__bold {
  font-weight: bold !important;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.textlink__right {
  text-align: right;
}
.textlink__right a {
  color: #000;
}
.textlink__down:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 10px;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  font-size: 20px;
  font-size: 2rem;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.arrow__Underlink {
  position: relative;
  color: #000;
}
.arrow__Underlink:after {
  display: block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: -10px;
  height: 1em;
}

.btn {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  box-sizing: border-box;
  padding-right: 0;
  width: 550px;
  background: #941414;
  color: #fff;
  margin: auto;
  padding: 30px;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
.btn:after {
  font-size: 30px;
  font-size: 3rem;
  right: 10%;
  transition: 0.3s ease-in-out;
  position: absolute;
  content: "\f362";
  font-family: ionicons;
  font-weight: normal;
  right: 20px;
  top: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn:hover {
  opacity: 1;
  background: #6c0e0e;
}
.btn__more {
  transition: 0.3s ease-in-out;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
  margin: 30px auto;
}
.btn__more:after {
  content: "\f35d";
  font-size: 20px;
  font-size: 2rem;
}

.commonTable {
  border: 1px solid #CCC;
  background: #FFF;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.75em 2em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
}

.sec {
  text-align: center;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner__gray {
  margin: 450px auto 60px;
}
.sec__inner__gray:before {
  top: -200px;
  padding-bottom: 0;
}
.sec__inner__gray.left:before {
  width: 90%;
  left: 10%;
}

.heading__main .jpn_S {
  font-size: 30px;
  font-size: 3rem;
}
.heading__main .eng_L {
  font-size: 100px;
  font-size: 10rem;
}
.heading__main:after {
  width: 5%;
  left: -20px;
  height: 5px;
  top: 20px;
}
.heading__sub {
  font-size: 40px;
  font-size: 4rem;
  padding: 10px 50px;
}
.heading__S {
  font-size: 50px;
  font-size: 5rem;
}
.heading__left {
  text-align: left;
}
.heading__sns img {
  height: 45px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

h2 {
  left: 5%;
  top: -120px;
}

.kome {
  display: block;
}

/* ==========================================================================
   header
========================================================================== */
.headerArea {
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  z-index: 99999;
}
.headerArea__left__jleaguejp {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 25px;
}
.headerArea__left__jleaguejp img {
  width: 40px;
}

.menuWrap {
  display: inline-block;
  right: 0;
  float: right;
}
.menuWrap #panel {
  display: none;
  text-align: center;
  width: 100%;
  min-width: 980px;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  background: rgba(0, 0, 0, 0.9);
  padding-top: 100px;
  top: 0;
  overflow: scroll;
  display: none;
}
.menuWrap #panel a:hover {
  opacity: 1;
}
.menuWrap #panel a:hover img {
  opacity: 0.8;
}
.menuWrap #panel > ul {
  width: 980px;
  margin: 0 auto;
}
.menuWrap #panel > ul li {
  padding: 20px;
  border-bottom: 1px solid #fff;
}
.menuWrap #panel > ul li:first-child {
  border-top: 1px solid #fff;
}
.menuWrap #panel > ul li a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.menuWrap #panel > ul li a:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}
.menuWrap #panel-btn {
  z-index: 10;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background: #fff;
  vertical-align: middle;
}
.menuWrap #panel-btn:hover {
  opacity: 1;
}
.menuWrap #panel-btn .close {
  background: transparent;
}
.menuWrap #panel-btn .close:before, .menuWrap #panel-btn .close:after {
  margin-top: 0;
}
.menuWrap #panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.menuWrap #panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.menuWrap #panel-btn-icon {
  display: block;
  position: absolute;
  top: 33%;
  left: 34%;
  width: 40px;
  height: 3px;
  margin: -1px 0 0 -7px;
  background: #000;
  transition: 0.2s;
}
.menuWrap #panel-btn-icon:before, .menuWrap #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #000;
  transition: 0.3s;
}
.menuWrap #panel-btn-icon:before {
  margin-top: -6px;
}
.menuWrap #panel-btn-icon:after {
  margin-top: 4px;
}
.menuWrap .btn {
  background: #000;
  height: 80px;
  line-height: 80px;
  width: 700px;
  margin-top: 20px;
  letter-spacing: 2px;
  color: #000;
}
.menuWrap .btn:after {
  color: #000;
}

/* ==========================================================================
   KV
========================================================================== */
.kvArea {
  position: relative;
  height: 120vw;
  height: 600px;
  background: #686868;
  /* スライド周りの基本スタイル */
}
.kvArea__title {
  margin: auto;
  width: 550px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kvArea__title img {
  width: 100%;
}
.kvArea .slick-dots, .kvArea .slick-arrow {
  display: none !important;
}
.kvArea #slick-main {
  background: url(/img/special/30thmessage/dot.png) repeat top;
  background-size: 2px 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 120vw;
  height: 600px;
  /* 効果をかけるためのスタイル設定 */
}
.kvArea #slick-main .slick-slide {
  /* slickによってelement.styleで付けられるopacityを無効化 */
  opacity: 1 !important;
}
.kvArea #slick-main .slideobject {
  /* フェード要素の初期設定 */
  opacity: 0;
  transition: 0s;
}
.kvArea #slick-main .slick-active .slideobject {
  /* slick-active(効果開始)の際のフェード設定 */
  /* [重要]slick側の設定と同じdurationを取る */
  opacity: 1;
  transition: ease 5s;
}
.kvArea #slick-main .slick-active figure.image {
  /* 画像　slick-active(効果開始) */
  /* ズームをかける要素には必ずフェードに対して大きめのtransition-durationを取る */
  transform: scale(1.2, 1.2);
  transition: ease 10s;
}
.kvArea #slick-main .slick-continue .slideobject {
  /* エフェクトの継続用に付与したslick-continueのフェード設定 */
  /* [重要]slick側の設定と同じdurationを取る */
  opacity: 0;
  transition: ease 5s;
}
.kvArea #slick-main .slick-continue figure.image {
  /* 画像　slick-continue */
  /* ズームをかける要素には必ずフェードに対して大きめのtransition-durationを取る */
  transform: scale(1.4, 1.4);
  transition: ease 10s;
}
.kvArea #slick-main figure.image {
  /* 画像 ズーム要素の初期設定 */
  transform: scale(1, 1);
  transition: 0s;
}
.kvArea .slick-slider .slick-track, .kvArea .slick-slider .slick-list {
  opacity: 0.6;
}
.kvArea .slideobject {
  position: relative;
  z-index: 10;
  overflow: hidden;
  vertical-align: bottom;
  height: 600px;
  overflow: hidden;
}
.kvArea .slideobject figure.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.kvArea__main {
  opacity: 0;
  -webkit-animation: kvmoving 3s ease 1s 1 forwards;
  animation: kvmoving 3s ease 1s 1 forwards;
}

.kvArea__free {
  transform: translateY(-50px);
  opacity: 0;
  -webkit-animation: kvmoving 2s ease 1s 1 forwards;
  animation: kvmoving 2s ease 1s 1 forwards;
}

.kvArea .btn__apply__free {
  transform: translateY(-100px);
  opacity: 0;
  -webkit-animation: kvmoving 3s ease 3s 1 forwards;
  animation: kvmoving 3s ease 3s 1 forwards;
}

@-webkit-keyframes kvmoving {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes kvmoving {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* ==========================================================================
   leadArea
========================================================================== */
.leadArea__ttl {
  position: relative;
}
.leadArea__ttl img:nth-child(1) {
  width: 500px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.leadArea__ttl img:nth-child(3) {
  top: 0;
  right: calc(50% + 170px);
  transform: rotate(-20deg);
}
.leadArea__ttl img:nth-child(4) {
  top: 15px;
  left: calc(50% + 160px);
  width: 80px !important;
  transform: rotate(10deg);
}
.leadArea__ttl img:nth-child(5) {
  top: 45px;
  left: calc(50% + 270px);
  width: 50px !important;
  transform: rotate(20deg);
}
.leadArea__ttl img:nth-child(6) {
  top: 50px;
  right: calc(50% + 270px);
  transform: rotate(-20deg);
}
.leadArea__ttl img:nth-child(3), .leadArea__ttl img:nth-child(4), .leadArea__ttl img:nth-child(5), .leadArea__ttl img:nth-child(6) {
  position: absolute;
  width: 60px;
}
.leadArea__txt {
  line-height: 2;
  text-align: center;
}
.leadArea__txt .underline__dot {
  border-bottom: dotted 3px #941414;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.7;
}

/* ==========================================================================
   outlineArea
========================================================================== */
.outlineArea {
  background: #bca366;
}
.outlineArea .outline__wrap {
  padding: 20px 40px 40px;
  background: #fff;
  border: 2px solid #423e3b;
  border-radius: 0 0 10px 10px;
}
.outlineArea .outline__wrap > p {
  text-align: center;
  margin: 40px;
}
.outlineArea .outline__wrap .btn {
  margin-bottom: 80px;
}
.outlineArea .outline__ttl {
  background: #423e3b;
  border-radius: 10px 10px 0 0;
}
.outlineArea .outline__ttl img {
  height: 45px;
  padding: 10px;
  margin: 0 auto;
  display: block;
}
.outlineArea .outline__subttl {
  background: #d9d8d8;
  padding: 5px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.outlineArea .outline__subttl img {
  height: 35px;
}
.outlineArea .outline__kikan {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.outlineArea .outline__kikan i {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.outlineArea .outline__snsttl {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-size: 2.5rem;
  color: #941414;
  font-weight: bold;
  margin: 40px 20px;
}
.outlineArea .outline__snsttl:after {
  margin-left: 1rem;
}
.outlineArea .outline__snsttl:before {
  margin-right: 1rem;
}
.outlineArea .outline__snsttl:after, .outlineArea .outline__snsttl:before {
  content: "";
  flex-grow: 1;
  border-bottom: 3px dotted #941414;
}
.outlineArea .outline__sns--wrap li a {
  background: #3aaae1;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  position: relative;
  display: block;
}
.outlineArea .outline__sns--wrap li a:after {
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  content: "\f362";
  font-family: ionicons;
  font-weight: normal;
  right: 10px;
  color: #fff;
  position: absolute;
  bottom: -5px;
}
.outlineArea .outline__sns--wrap li:nth-child(2) a {
  background: #2f4da0;
}
.outlineArea .outline__sns--wrap li:nth-child(3) a {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.outlineArea .outline__sns--wrap li:nth-child(4) a {
  background: #000;
}
.outlineArea .outline__sns--wrap li:nth-child(5) a {
  background: #41c9b4;
}
.outlineArea .outline__sns--wrap li i {
  color: #fff;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
}
.outlineArea .outline__sns--wrap li i img {
  height: 40px;
}
.outlineArea .outline__sns--wrap li p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.outlineArea .outline__sns--wrap li p span {
  font-weight: bold;
  display: block;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}

/* ==========================================================================
   ankrArea
========================================================================== */
.ankrArea {
  background: #eeeeee;
}
.ankrArea ul li a {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
  display: block;
  position: relative;
  padding-top: 10px;
  background: #fff;
}
.ankrArea ul li a:after {
  font-size: 20px;
  font-size: 2rem;
  transition: 0.3s ease-in-out;
  position: absolute;
  content: "\f35d";
  font-family: ionicons;
  font-weight: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

/* ==========================================================================
   snsArea
========================================================================== */
.snsArea .morewrap .CLM__three article:nth-child(n+4) {
  margin-top: 10px;
}
.snsArea .morewrap .CLM__three article.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
  display: none;
}

.facebookArea {
  background: #fff;
}

.wrap_sns {
  position: relative;
}
.instagramArea .wrap_sns:after {
  position: absolute;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  content: "\f16d";
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  right: 10px;
  bottom: 10px;
  line-height: 1;
}
.instagramArea .wrap_sns a {
  padding: 0;
}
.instagramArea .wrap_sns a > p {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
.instagramArea .wrap_sns a > p.name {
  font-size: 12px;
  font-size: 1.2rem;
}
.instagramArea .wrap_sns a > p.name span.idname {
  font-size: 12px;
  font-size: 1.2rem;
}
.instagramArea .wrap_sns a > p .moreinstagram {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0095f6;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.instagramArea .wrap_sns a time {
  padding: 10px;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  display: block;
  border-top: 1px solid #dbdbdb;
}
.facebookArea .wrap_sns:after {
  position: absolute;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  content: "\f09a";
  font-size: 25px;
  font-weight: normal;
  right: 10px;
  top: 15px;
  line-height: 1;
  color: #2c77f2;
}
.facebookArea .wrap_sns a p {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
.facebookArea .wrap_sns a .name {
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
.facebookArea .wrap_sns a time {
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
.wrap_sns + .wrap_sns {
  margin-top: 10px;
}
.wrap_sns a {
  background: #fff;
  border: 1px solid #cfd9de;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
  display: block;
}
.wrap_sns .icon {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.wrap_sns p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.wrap_sns .name {
  vertical-align: middle;
  width: calc(100% - 44px);
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
.wrap_sns .name span.idname {
  font-weight: normal;
  color: #536471;
  font-size: 14px;
  font-size: 1.4rem;
}
.wrap_sns time {
  color: #536471;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0;
  display: block;
}
.wrap_sns .img_wrap {
  width: 49%;
  display: inline-block;
  height: 110px;
  overflow: hidden;
  position: relative;
  background: #dbdbdb;
}
.wrap_sns .img_wrap:only-of-type {
  width: 100%;
  height: 250px;
}
.wrap_sns .img_wrap img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 150%;
}

.wrap_sns {
  position: relative;
}
.noteArea .wrap_sns .name {
  margin-top: 10px;
}
.noteArea .wrap_sns p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}

.popup-modal {
  background: #fff;
  border: 1px solid #cfd9de;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
  display: block;
  margin-top: 10px;
}

.mfp-inline-holder .mfp-content {
  padding: 50px;
  width: 980px;
  background: #fff;
  margin: 50px;
}
.mfp-inline-holder .mfp-content .mfp-close {
  color: #fff;
  top: -44px;
  font-size: 60px;
  opacity: 1;
}
.mfp-inline-holder .mfp-content span.btn {
  color: #fff !important;
}
.mfp-inline-holder .mfp-content span.btn:after, .mfp-inline-holder .mfp-content span.btn:before {
  content: none;
}

.mfp-container {
  padding: 0;
}

.mfp-inline-holder .mfp-content {
  width: 90%;
  box-sizing: border-box;
  margin: 140px 0;
  padding: 5%;
}
.mfp-inline-holder .mfp-content .img_wrap {
  height: 500px;
  margin-bottom: 30px;
}
.mfp-inline-holder .mfp-content .img_wrap img {
  margin: 0 auto;
  display: block;
  height: 100%;
  width: auto;
}
.mfp-inline-holder .mfp-content p {
  margin-bottom: 20px;
}
.mfp-inline-holder .mfp-content .name {
  display: inline-block;
  font-weight: bold;
}
.mfp-inline-holder .mfp-content time {
  color: #536471;
  float: right;
}

/* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: block !important;
}

.spDISP {
  display: none !important;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

.snsBtn {
  margin: 0 auto;
  padding: 20px;
  min-width: 980px;
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
}
.snsBtn li {
  vertical-align: bottom;
}

#footerSnsArea {
  position: relative;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}
/*# sourceMappingURL=30thmessage.css.map */