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

anniversary0515.scss

------------------------------------*/
a {
  color: #cf0000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

body {
  min-width: 980px;
  background: #000;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  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;
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

img {
  vertical-align: top;
}

footer {
  line-height: 100%;
}
footer img {
  vertical-align: inherit;
}
footer #partnersArea h2#titlePartners {
  background: url(/img/common/ttl_partners.png) 0 -8px no-repeat;
}
footer #partnersArea h2#broadcastingPartners {
  background: url(/img/common/broading_partners.png) 0 -8px no-repeat;
}

/* ==========================================================================
   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%;
  margin-bottom: 20px;
}
.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, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}

.CLM__four > li, .CLM__four > article, .CLM__four > figure {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > figure:nth-child(4n) {
  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-family: "Noto Serif JP", "メイリオ", serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

.txt__size11 {
  font-family: "Noto Serif JP", "メイリオ", serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

.txt__size15 {
  font-family: "Noto Serif JP", "メイリオ", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.85;
  margin-bottom: 1em;
  font-weight: bold;
}

.txt__size18 {
  font-family: "Noto Serif JP", "メイリオ", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.85;
  margin-bottom: 1em;
  font-weight: bold;
}

.txt__size22 {
  font-family: "Noto Serif JP", "メイリオ", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.85;
  margin-bottom: 1em;
  font-weight: bold;
}

.txt__red {
  color: #ce0010;
}

.txt__white {
  color: #FFF;
}

.txt__bold {
  font-weight: bold !important;
}

.txt__left {
  text-align: left !important;
}

.txt__right {
  text-align: right !important;
}

.txt__center {
  text-align: center !important;
}

.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;
}

.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__decimal li {
  margin-left: 1em;
}

.kome {
  font-size: 10px;
  font-size: 1rem;
  text-align: left;
}

.kome__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

.heading__main {
  margin-bottom: 1.5em;
}

.heading__main__EN {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.5;
  font-family: "Damion", cursive;
  display: block;
}

.heading__main__JP {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.5em;
  font-family: "Noto Serif JP", "メイリオ", serif;
  display: block;
}

/* ==========================================================================
   header
========================================================================== */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
}

.header__left {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 1111;
}

.header__left__jleaguejp {
  width: 40px;
}
.header__left__jleaguejp img {
  width: 100%;
}

/* ==========================================================================
   KV
========================================================================== */
.kvArea__kv img {
  width: 100%;
}

/* ==========================================================================
   section
========================================================================== */
.sec {
  text-align: center;
}

.sec__inner {
  min-width: 980px;
  max-width: 1200px;
  margin: auto;
  padding: 100px 5%;
  box-sizing: border-box;
}

/* ==========================================================================
   catchcopyArea
========================================================================== */
.catchcopyArea {
  position: relative;
}
.catchcopyArea .sec__inner {
  position: relative;
}

.catchcopyArea__catch {
  position: relative;
  top: -30px;
}
.catchcopyArea__catch span, .catchcopyArea__catch a {
  font-size: 30px;
  font-size: 3rem;
  background: #2378a1;
  color: #FFF;
  display: inline-block;
  padding: 1em 2em 1em 2.5em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
}
.catchcopyArea__catch span::before, .catchcopyArea__catch span::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.catchcopyArea__catch a::before, .catchcopyArea__catch a::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: -1;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.catchcopyArea__catch span::before, .catchcopyArea__catch a::before {
  top: 0;
}
.catchcopyArea__catch span::after {
  bottom: 0;
}
.catchcopyArea__catch a {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 900;
  background: #35aae2;
  background-image: linear-gradient(90deg, #35aae2 50%, #b9bd77 50%);
  background-position: 0 0;
  background-size: 200% auto;
  top: -10px;
  left: 20%;
}
.catchcopyArea__catch a::after {
  bottom: 0;
}
.catchcopyArea__catch a .ion-ios-arrow-thin-right {
  position: relative;
  left: 0;
  transition: 0.5s all;
}
.catchcopyArea__catch a:hover {
  opacity: 1;
  background-position: -100% 0;
}
.catchcopyArea__catch a:hover .ion-ios-arrow-thin-right {
  left: 15px;
}

.catchcopyArea__catch__txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
.catchcopyArea__catch__txt strong {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}
.catchcopyArea__catch__txt:last-of-type {
  margin-bottom: 0;
}

.catchcopyArea__catch__timing {
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 900;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  height: 60px;
  line-height: 60px;
  padding: 0 2em;
}

.catchcopyArea::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  height: 70px;
  background: url(/img/special/anniversary/bg_wave.png) repeat top center;
  bottom: -60px;
}
.catchcopyArea svg {
  width: 100%;
  position: absolute;
  bottom: -15%;
  display: block;
}

/* ==========================================================================
   countdownArea
========================================================================== */
.BG_countdown {
  background: #000;
  background-image: url(/img/special/anniversary/BG_countdown.jpg);
  background-size: cover;
  background-position: bottom;
}

.countdownArea {
  padding: 50px 0 40px;
}
.countdownArea .timer__lead {
  margin-bottom: 10px;
  background: #000;
  display: inline-block;
  padding: 15px 60px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 5px;
  position: relative;
}
.countdownArea .timer__lead:after {
  background: no-repeat center center;
  background-image: url(/img/special/anniversary/king.png);
  background-size: contain;
  content: " ";
  display: block;
  width: 90px;
  height: 120px;
  top: 10px;
  right: -36px;
  position: absolute;
}
.countdownArea .timer__lead .txt__white {
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
}
.countdownArea .timer__lead .txt__red {
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: bold;
  display: inline-block;
}
.countdownArea .timer__lead .txt__red span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
.countdownArea .timer__limit {
  color: #fff;
  font-weight: bold;
  justify-content: center;
}
.countdownArea .timer__limit dl {
  width: 120px;
  padding-right: 40px;
}
.countdownArea .timer__limit dl dt {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.countdownArea .timer__limit dl dd {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 80px;
  font-size: 8rem;
  line-height: 116px;
  position: relative;
}
.countdownArea .timer__limit dl dd:after {
  background: no-repeat center center;
  background-image: url(/img/special/anniversary/colon.png);
  background-size: contain;
  content: " ";
  display: block;
  width: 15px;
  height: 125px;
  top: 0;
  right: -25px;
  position: absolute;
}
.countdownArea .timer__limit dl:last-child {
  padding-right: 0;
}
.countdownArea .timer__limit dl:last-child dd:after {
  content: none;
}
.countdownArea .finishtxt {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 900;
  background: #000;
  line-height: 1;
  padding: 20px 100px;
  position: relative;
  margin: 50px 0;
}
.countdownArea .finishtxt:after {
  background: no-repeat center center;
  background-image: url(/img/special/anniversary/king.png);
  background-size: contain;
  content: " ";
  display: block;
  width: 120px;
  height: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -36px;
}

.btn__tw {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 900;
  background: #35aae2;
  background-image: linear-gradient(90deg, #35aae2 50%, #b9bd77 50%);
  background-position: 0 0;
  background-size: 200% auto;
  top: -10px;
  left: 20%;
  color: #FFF;
  display: inline-block;
  padding: 1em 2em 1em 2.5em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}
.btn__tw .ion-ios-arrow-thin-right {
  position: relative;
  left: 0;
  transition: 0.5s all;
}
.btn__tw:hover {
  opacity: 1;
  background-position: -100% 0;
}
.btn__tw:hover .ion-ios-arrow-thin-right {
  left: 15px;
}

/* ==========================================================================
   anniversaryArea
========================================================================== */
.anniversaryArea {
  background: url(/img/special/anniversary/BG_cont_light) no-repeat bottom center !important;
  background-size: auto 90%;
  margin-top: -30px;
  position: relative;
}

/* ==========================================================================
   navTab
========================================================================== */
.navTab {
  width: 90%;
  margin: 10px auto 0;
}
.navTab li {
  margin-bottom: 0;
  text-align: center;
}
.navTab li:last-child {
  margin-right: 0;
}
.navTab li a, .navTab li span {
  display: block;
  height: 80px;
  line-height: 80px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 2px;
}
.navTab li a i, .navTab li span i {
  font-style: normal;
  font-weight: 700;
}
.navTab li a:hover {
  opacity: 1;
  transform: translateY(-5%);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

body.impScene .navTab li.impScene a, body.anniversary .navTab li.anniversary a, body.compare .navTab li.compare a {
  background: #FFF;
  color: #000;
  border: 1px solid #000;
  box-sizing: border-box;
}
body.impScene .navTab li.impScene a:hover, body.anniversary .navTab li.anniversary a:hover, body.compare .navTab li.compare a:hover {
  transform: translateY(0);
  box-shadow: none;
  cursor: pointer;
}

#floatingCntNav {
  text-align: center;
  background: url(/img/special/anniversary/BG_cont_s.jpg) no-repeat bottom center;
  background-size: 100% auto;
}
#floatingCntNav.fixed {
  background: none;
}
#floatingCntNav.fixed li a, #floatingCntNav.fixed li span {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* ==========================================================================
   mainCNT
========================================================================== */
.mainCNT {
  text-align: center;
  background: url(/img/special/anniversary/BG_cont.jpg) repeat-y top center;
  background-size: 100% auto;
}
.mainCNT .sec__inner {
  overflow: hidden;
}

/* ==========================================================================
   impSceneArea
========================================================================== */
.videoOneArea {
  width: 100%;
  position: relative;
  border: 5px solid #eddaaa;
}
.videoOneArea iframe {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.videoOneArea figure img {
  width: 100%;
}

.photovideolist {
  margin: 0 auto 70px;
  position: relative;
  text-align: left;
}

.photovideolist__cnt {
  width: 60%;
  display: inline-block;
  position: relative;
}
.photovideolist__cnt::before {
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  background: url(/img/special/anniversary/BG_gara.jpg) repeat top center;
  position: absolute;
  top: 5%;
  background-size: 70%;
}

.photovideolist__heading {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}
.photovideolist__heading span {
  display: inline-block;
  background: #FFF;
  font-size: 20px;
  font-size: 2rem;
  height: 60px;
  line-height: 60px;
  padding: 0 1em;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 800;
  margin: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.photovideolist__heading span:last-child {
  position: relative;
}

.photovideolist__time {
  position: absolute;
  top: 55%;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Damion", cursive;
}

.photovideolist:nth-of-type(odd) {
  text-align: left;
}
.photovideolist:nth-of-type(odd) .photovideolist__cnt::before {
  left: 25%;
}
.photovideolist:nth-of-type(odd) .photovideolist__heading {
  left: 58%;
  text-align: left;
}
.photovideolist:nth-of-type(odd) .photovideolist__heading span:last-child {
  left: 4em;
}
.photovideolist:nth-of-type(odd) .photovideolist__time {
  left: 62.5%;
}
.photovideolist:nth-of-type(even) {
  text-align: right;
}
.photovideolist:nth-of-type(even) .photovideolist__cnt::before {
  right: 25%;
}
.photovideolist:nth-of-type(even) .photovideolist__heading {
  right: 58%;
  text-align: right;
}
.photovideolist:nth-of-type(even) .photovideolist__heading span:last-child {
  right: 4em;
}
.photovideolist:nth-of-type(even) .photovideolist__time {
  right: 62.5%;
}

/* ==========================================================================
   compareTab
========================================================================== */
#compareTab .tabSelecter {
  margin-bottom: 50px;
}
#compareTab .tabSelecter li {
  border-right: none;
}
#compareTab .tabSelecter li > a, #compareTab .tabSelecter li > span {
  background: none;
  border-bottom: 3px solid #000;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
#compareTab .tabSelecter li.current a {
  border-color: #cf0000;
  color: #cf0000;
}

.photolist li {
  margin-bottom: 50px;
}
.photolist li img {
  width: 100%;
}

#sns-bread {
  position: relative;
}
#sns-bread #breadcrumbList {
  position: absolute;
}
#sns-bread #breadcrumbList li {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

.snsBtn {
  margin: 20px 0 10px;
}

.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;
}

.fade-here, .fade-scale, .fade-up, .fade-from-left, .fade-from-right {
  transition: all 1s;
  -webkit-transition: all 1s;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.popup-modal-dismiss a {
  border: 2px solid #ff0000;
  padding: 10px;
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  font-weight: 700;
}

.mfp-wrap {
  top: 0 !important;
}

.mfp-close-btn-in .mfp-close {
  left: 50%;
  top: -40px;
  color: #FFF;
  opacity: 1;
  transform: translateX(350px);
}

/* ==========================================================================
   planArea
========================================================================== */
.planArea {
  background-color: #e50014;
  padding: 120px 0;
}
.planArea h2 {
  /* border: 4px solid #000; */
  /* background-color: #fff; */
  color: #000;
  font-size: 5rem;
  text-align: center;
  width: 450px;
  padding: 20px;
  /* border-radius: 50px; */
  font-weight: 900;
  /* box-shadow: 8px 8px 0px 0 rgb(0, 0, 0); */
  margin: auto;
}

.planArea__img p {
  width: 60%;
  margin: 20px auto;
  text-align: center;
}
.planArea__img p img {
  width: 100%;
  max-width: 600px;
}

.planArea__img2 p {
  width: 40%;
  margin: 80px auto;
  text-align: center;
}
.planArea__img2 p img {
  width: 100%;
  max-width: 400px;
}

.planArea__img3 p {
  width: 80%;
  margin: 40px auto;
  text-align: center;
}
.planArea__img3 p img {
  width: 100%;
  max-width: 600px;
}

.jcurry_copy {
  color: #000;
  font-size: 5rem;
  text-align: center;
  padding: 20px;
  font-weight: 900;
}

.jcurry_txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.14em;
  color: #000;
}

/* ==========================================================================
   movieArea
========================================================================== */
.movieArea {
  background-color: #e50014;
  padding: 20px 0 160px;
}
.movieArea h3 {
  width: 450px;
  padding: 20px;
  margin: auto;
}
.movieArea img {
  width: 100%;
}

.movieArea_movie {
  width: 80%;
  max-width: 700px;
  margin: 80px auto 20px;
  text-align: center;
}
.movieArea_movie img {
  width: 100%;
}

/* ==========================================================================
   presentArea
========================================================================== */
.presentArea {
  background-color: #e50014;
  padding: 120px 0;
}

.presentArea__inner {
  margin: 0 auto;
  border: 4px solid #000;
  background-color: #f5f5f5;
  color: #000;
  text-align: center;
  width: 80%;
  max-width: 800px;
  padding: 30px 30px 60px;
  border-radius: 30px;
  box-shadow: 8px 8px 0px 0 black;
}
.presentArea__inner h3 {
  width: 450px;
  padding: 20px;
  margin: -110px auto 40px;
}
.presentArea__inner img {
  width: 80%;
  max-width: 500px;
  padding: auto;
}
.presentArea__inner .jcurry_txt2 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.14em;
  color: #000;
  margin: 5% auto 2%;
}
.presentArea__inner .jchara img {
  width: 80%;
  max-width: 200px;
  margin: 0 -20% 0 0;
}

.presentArea__match {
  width: 80%;
  background-color: #fff;
  border-radius: 10px;
  padding: 5%;
  margin: 60px auto 0;
}
.presentArea__match .box_srcollbar {
  overflow: auto;
  width: 90%;
  height: 1000px;
  padding: 5%;
  border: none;
  background-color: #fff;
}
.presentArea__match h2 {
  border: 4px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 2.5rem;
  text-align: center;
  width: 450px;
  margin: auto;
  padding: 20px;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 8px 8px 0px 0 black;
}

/* ==========================================================================
   soccergoodsArea
========================================================================== */
.soccergoodsArea {
  background-color: #f5f5f5;
  padding: 120px 0;
}

.soccergoods__kv img {
  width: 100%;
}

.soccergoods__inner {
  width: 80%;
  max-width: 700px;
  margin: 80px auto 120px;
  text-align: center;
}
.soccergoods__inner .soccergoods_cont {
  width: 50%;
  margin: 80px auto 40px;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  padding: 2%;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.14em;
}
.soccergoods__inner .soccergoods_txt p {
  width: 50%;
  margin: 0 auto;
  text-align: left;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.14em;
  text-indent: -1em;
  padding-left: 1em;
}

.presentArea2__inner {
  margin: 0 auto;
  border: 4px solid #000;
  background-color: #f5f5f5;
  color: #000;
  text-align: center;
  width: 80%;
  max-width: 800px;
  padding: 30px 30px 60px;
  border-radius: 30px;
  box-shadow: 8px 8px 0px 0 black;
}
.presentArea2__inner h3 {
  width: 450px;
  padding: 20px;
  margin: -110px auto 0;
}
.presentArea2__inner img {
  width: 80%;
  max-width: 500px;
  margin: 0 auto 60px;
}

.presentArea2__x {
  width: 80%;
  padding: 5%;
  margin: 0 auto;
  background: repeat url(/img/special/anniversary/bg_pattern.png);
  background-size: auto;
}
.presentArea2__x .box_srcollbar {
  overflow: auto;
  width: 80%;
  height: 560px;
  padding: 5% 10%;
  border: none;
  background-color: #fff;
  border-radius: 10px;
}
.presentArea2__x .x_inner {
  width: 100%;
}

.jcurry_txt2 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.14em;
  color: #000;
  margin: 5% auto;
}

.jchara2 img {
  width: 80%;
  max-width: 200px;
  margin: 10% auto 0;
}

.presentArea2__sns {
  width: 50%;
  margin: 0 auto;
}
.presentArea2__sns ul {
  font-size: 0;
  line-height: 0;
}
.presentArea2__sns ul li {
  width: 20%;
  display: inline-block;
  margin: 0 5%;
}
.presentArea2__sns ul li img {
  width: 100%;
}
.presentArea2__sns .jcurry_txt3 {
  color: #000;
  font-size: 4.4rem;
  text-align: center;
  padding: 20px 0;
  font-weight: 900;
}

.presentArea2__cp {
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  padding: 2%;
  margin: 60px auto 0;
}
.presentArea2__cp .box_srcollbar {
  overflow: auto;
  width: 90%;
  height: 1000px;
  padding: 5%;
  border: none;
  background-color: #fff;
}
.presentArea2__cp .cp_txt {
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.2em;
}
.presentArea2__cp .cp_txt .cp_ttl {
  font-size: 2.2rem;
  font-weight: 900;
  margin: 0 0 10px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.presentArea2__cp .cp_txt .cp_subt {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.presentArea2__cp .cp_txt .cp_index {
  font-weight: 700;
  margin: 0 0 10px;
  display: block;
}
.presentArea2__cp .cp_txt .cp_small {
  font-size: 1.2rem;
  line-height: 1.8em;
  padding: 5px 0 0;
  display: block;
}

/* ==========================================================================
   catchcopyArea
========================================================================== */
.matchArea {
  background-color: #e50014;
}
.matchArea h2 {
  border: 4px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 2.5rem;
  text-align: center;
  width: 450px;
  margin: auto;
  padding: 20px;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 8px 8px 0px 0 black;
}

.matchArea__inner {
  width: 100%;
  max-width: 980px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.matchArea__inner ul {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.matchArea__inner ul li {
  border: 4px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  width: 400px;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 8px 8px 0px 0 black;
}
.matchArea__inner ul li:nth-child(n+3) {
  margin-top: 30px;
}
.matchArea__inner ul li .match_content {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.matchArea__inner ul li .match_emb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  padding: 0 20px;
}
.matchArea__inner ul li .match_emb dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.matchArea__inner ul li .match_emb dl dd {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 5px;
}
.matchArea__inner ul li .match_emb p {
  font-size: 1.4rem;
  font-weight: bold;
}
.matchArea__inner ul li .match_date {
  width: 260px;
}
.matchArea__inner ul li .match_date p {
  margin-top: 13px;
  font-weight: bold;
}
.matchArea__inner ul li .match_date .time {
  font-size: 2rem;
  line-height: 1;
}
.matchArea__inner ul li .match_date .stadium {
  line-height: 1.3;
}
.matchArea__inner ul li .match_btn {
  display: flex;
  justify-content: space-evenly;
}
.matchArea__inner ul li .match_btn .btn {
  padding: 15px 20px;
  border-radius: 30px;
  font-weight: bold;
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.5rem;
}
.matchArea__inner ul li .match_btn .btn:first-child {
  margin-right: 10px;
}
.matchArea__inner ul li .match_btn .btn_off {
  padding: 15px 20px;
  border-radius: 30px;
  font-weight: bold;
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.5rem;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
  background-color: #a9a9a9 !important;
}
.matchArea__inner ul li .match_btn .ticket {
  background: #e50014;
  color: #fff;
}
.matchArea__inner ul li .match_btn .event {
  background: #000;
  color: #fff;
}

.postArea p {
  text-align: center;
  font-size: 2.5rem;
  padding: 40px;
  font-weight: bold;
  color: #fff24f;
}

/* ==========================================================================
  photoslide
========================================================================== */
.ps_wrap {
  width: 100%;
  max-width: 900px;
  margin: 0;
}
.ps_wrap ul {
  font-size: 0;
  line-height: 0;
}
.ps_wrap ul li {
  width: 300px;
}
.ps_wrap ul li img {
  width: 100%;
}

.slick-list {
  overflow: visible !important;
}

.slick-track {
  box-shadow: none;
  border-top: none;
  border-bottom: none;
}

/* ==========================================================================
  追加ページ（/special/0515/）
========================================================================== */
.jcurry0515Area {
  background-color: #e50014;
}

.jcurry0515__wrap {
  max-width: 700px;
  padding: 0 0 200px;
  margin: 0 auto;
}
.jcurry0515__wrap .jcurry0515_subt {
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #000;
}
.jcurry0515__wrap .jcurry0515_movie {
  max-width: 700px;
  margin: 60px auto 30px;
  text-align: center;
}
.jcurry0515__wrap .jcurry0515_txt1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.14em;
  color: #000;
  margin: 0 0 40px;
}
.jcurry0515__wrap .jcurry0515_txt2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #000;
}
