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

momotetsu.scss

------------------------------------*/
.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

a {
  color: #e60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

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

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

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

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  overflow: hidden;
}

.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  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;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
  margin-bottom: 15px;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li {
  width: 48%;
}
.CLM__three > li {
  width: 32%;
}
.CLM__four > li {
  width: 24%;
}

.txt__pink {
  color: #e31855;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #e31855;
}
.txt__left {
  text-align: left;
}
.txt__center {
  text-align: center;
}
.txt__right {
  text-align: right;
}
.txt__red {
  color: red;
}

p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  text-align: left;
}

.list__disc {
  list-style: disc;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}
.list__disc li {
  padding-bottom: 0.5em;
}
.list__attention {
  list-style: none;
}
.list__attention li {
  padding-left: 1em;
  position: relative;
}
.list__attention li:after {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.heading__main {
  text-align: center;
  margin-bottom: 30px;
}
.heading__main .eng_S {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 2px;
  display: block;
  line-height: 1;
  padding-bottom: 15px;
  color: #fff;
  font-family: "ta-kakugo-gf-03", sans-serif;
}
.heading__main .jpn_L {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  font-family: "ta-kakugo-gf-03", sans-serif;
}
.heading__wide {
  background: red;
  overflow: hidden;
}
.heading__wide .sec__inner980 {
  padding: 20px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.heading__wide .num {
  font-size: 20px;
  font-size: 2rem;
  background: #000;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
}
.heading__wide .jpn {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 5px;
}
.heading__wide .jpn span {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.heading__wide .eng {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding-top: .5em;
}
.heading__dotline {
  display: flex;
  align-items: center;
}
.heading__dotline:after, .heading__dotline:before {
  content: "";
  flex-grow: 1;
  border-bottom: 3px dotted #000000;
}
.heading__dotline:before {
  margin-right: 1rem;
}
.heading__dotline:after {
  margin-left: 1rem;
}
.heading__dotline p {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.heading__dotline p span {
  font-weight: bold;
}
.heading__S {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  position: relative;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 800;
  display: block;
  width: 300px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #000;
}
.btn:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f362';
  font-size: 40px;
  font-size: 4rem;
  right: 7%;
  color: #fff;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.btn:hover:after {
  right: 5%;
}
.btn__S {
  width: 210px;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.btn__S:after {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn__L {
  width: 90%;
}
.btn__M {
  min-width: 70%;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}
.btn__red {
  background: #e60c11;
  color: #fff;
  border: none;
}
.btn__red:after {
  color: #fff;
}
.btn__red:hover {
  opacity: 1;
  background: #ba0a0e;
}
.btn__border {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
.btn__border:after {
  color: #000;
}
.btn__blank:before {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f39c";
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

span.btn {
  background: #aaa;
  border: 1px solid #aaa;
  opacity: 1;
  color: #828080;
}
span.btn:after {
  color: #999 !important;
}
span.btn:hover:after {
  right: 7%;
}

.table__wrap {
  width: 100%;
}
.table__wrap table {
  width: 100%;
}
.table__wrap thead tr th {
  background: #000;
  color: #fff;
}
.table__wrap tbody tr th {
  color: #fff;
  font-weight: bold;
}
.table__wrap tbody tr th.j1 {
  background: #e60012;
}
.table__wrap tbody tr th.j2 {
  background: #007e41;
}
.table__wrap tbody tr th.j3 {
  background: #000;
}
.table__wrap tbody tr td {
  background: #fff;
}
.table__wrap tbody tr td span {
  display: inline-block;
  vertical-align: middle;
}
.table__wrap tbody tr.brder {
  border-bottom: 2px solid #000;
}
.table__wrap th,
.table__wrap td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #d7d7d7;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__lightBG {
  background: url(/img/special/momotetsu/BG_light.jpg) no-repeat top center;
  background-size: cover;
}
.sec__nanameBG {
  background: url(/img/special/momotetsu/BG_naname.png) no-repeat top center;
  background-size: 100%;
  background-repeat: repeat;
}
.sec__greennanameBG {
  background: url(/img/special/momotetsu/BG_nanamegreen.png) no-repeat top center;
  background-size: 100%;
  background-repeat: repeat;
}
.sec__goldBG {
  background: url(/img/special/momotetsu/BG_gold.jpg) no-repeat top center;
  background-size: 100%;
  background-repeat: repeat;
}
.sec__yellow {
  background-color: #fffccc;
}

.clearfix {
  overflow: inherit;
}

.tabSelecter {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.tabSelecter li {
  position: relative;
}
.tabSelecter li.current:after {
  width: 0;
  height: 0;
  border-left: 15px solid #000;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  content: '';
  right: 0;
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
}
.tabSelecter li.current a {
  background: #000;
}
.tabSelecter li > a {
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.BG__momo {
  background-color: #e31855;
  background: url(/img/special/momotetsu/BG_momo.png) repeat top center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 500%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  -ms-transform: translate(-50%, -50%) rotate(-15deg);
}
.BG__momo--wrap {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  z-index: 0;
  padding: 50px 0 40px;
}
.BG__momo--wrap .sec__inner980 {
  position: relative;
  z-index: 1;
}

.contArea {
  background: url(/img/special/momotetsu/dot.png) repeat top center;
  background-size: auto;
  background-repeat: repeat;
  background-color: #f7f5e6;
}

#bottomArea p {
  text-align: center;
}

/* ==========================================================================
   header
========================================================================== */
.menutriggerWrap {
  position: fixed;
  right: 0;
  z-index: 11111111;
  background: #e31855;
  width: 70px;
  height: 70px;
  top: 0;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
  z-index: 1;
  top: 15px;
  right: 20px;
}
.menu-trigger:hover {
  opacity: 1;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  box-sizing: border-box;
  width: 980px;
  margin: auto;
}
#navigation .navigation_inner h1 {
  width: 300px;
  margin: auto;
}
#navigation .navigation_inner h1 img {
  width: 100%;
  max-height: inherit;
}
#navigation .navList {
  text-align: center;
}
#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#navigation .navList li h1 a {
  color: #c7ba66;
}
#navigation .navList li a {
  padding: 0.5em;
  color: #fff;
  display: block;
}
#navigation .navList li a:hover {
  color: #e31855;
  opacity: 1;
}

.momotetsuHeader {
  z-index: 100;
  position: fixed;
}

.headerArea__left__jleaguejp {
  margin: 10px;
}
.headerArea__left__jleaguejp img {
  width: 40px;
}

/* ==========================================================================
   kv
========================================================================== */
.kvArea {
  position: relative;
}
.kvArea__BG img {
  width: 100%;
}
.kvArea__img li {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  animation-delay: .5s;
  position: absolute;
  opacity: 0;
}
.kvArea__img li img {
  width: 100%;
}
.kvArea__img li.momotaro {
  top: 7%;
  left: 35%;
  z-index: 5;
  width: 26%;
}
.kvArea__img li.binbo {
  left: 54%;
  top: 3%;
  width: 24%;
  z-index: 3;
}
.kvArea__img li.kintaro {
  left: 59%;
  bottom: 33%;
  z-index: 4;
  width: 22%;
}
.kvArea__img li.sl_blue {
  left: 71%;
  top: 23%;
  width: 20%;
}
.kvArea__img li.inu {
  left: 84%;
  bottom: 40%;
  width: 8%;
}
.kvArea__img li.kiji {
  left: 81%;
  top: 9%;
  width: 7%;
}
.kvArea__img li.yashahime {
  right: 64%;
  bottom: 34%;
  z-index: 4;
  width: 17%;
}
.kvArea__img li.saru {
  right: 78%;
  bottom: 48%;
  width: 9%;
}
.kvArea__img li.urashima {
  right: 57%;
  top: 4%;
  width: 17%;
  z-index: 3;
}
.kvArea__img li.sl_red {
  right: 65%;
  top: 10%;
  width: 19%;
  z-index: 2;
}
.kvArea__img li.saikoro {
  right: 75%;
  bottom: 41%;
  width: 5%;
}
.kvArea__img--title li {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 1s;
  position: absolute;
  opacity: 0;
}
.kvArea__img--title li img {
  width: 100%;
}
.kvArea__img--title li.title {
  z-index: 6;
  left: 25%;
  width: 50%;
  bottom: 10%;
}

@keyframes poyoyon {
  0% {
    transform: scale(0.5) translateY(0px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
  20%,100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* ==========================================================================
   leadArea
========================================================================== */
.leadArea {
  position: relative;
  padding: 50px 0 100px;
}
.leadArea__txt {
  width: 45%;
  margin: auto;
}
.leadArea__txt img {
  width: 100%;
}
.leadArea__img li {
  opacity: 0;
  position: absolute;
  transition: .2s all;
}
.leadArea__img li.active {
  animation: 3s fuwafuwa infinite;
  opacity: 1;
}
.leadArea__img li img {
  width: 100%;
}
.leadArea__img li.lead_sl_blue {
  top: -28%;
  right: 10%;
  width: 21%;
}
.leadArea__img li.lead_sl_red {
  top: 37%;
  left: 6%;
  width: 27%;
  z-index: 1;
}
.leadArea__img li.lead_soccer {
  top: 1%;
  left: 21%;
  width: 8%;
}
.leadArea__img li.lead_saikoro {
  top: 53%;
  right: 18%;
  width: 12%;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20px);
  }
}
/* ==========================================================================
   howtoArea_遊び方
========================================================================== */
.howtoArea {
  position: relative;
  padding: 200px 0;
  background: url(/img/special/momotetsu/BG_howto.jpg) repeat top center;
  background-size: auto;
  background-repeat: repeat;
  margin-bottom: -100px;
}
.howtoArea__img li {
  opacity: 0;
  position: absolute;
  transition: .2s all;
  box-shadow: 10px 10px 0px 4px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.howtoArea__img li.active {
  animation: kurukuru .8s ease-out;
  opacity: 1;
}
.howtoArea__img li img {
  width: 100%;
  display: block;
}
.howtoArea__img li.img_01 {
  top: 8%;
  left: 5%;
  width: 23%;
}
.howtoArea__img li.img_03 {
  bottom: -7%;
  left: 11%;
  width: 24%;
  z-index: 1;
}
.howtoArea__img li.img_05 {
  top: -5%;
  right: 35%;
  width: 18%;
}
.howtoArea__img li.img_02 {
  bottom: 10%;
  right: 27%;
  width: 14%;
}
.howtoArea__img li.img_04 {
  bottom: 5%;
  right: 2%;
  width: 17%;
}
.howtoArea__img li.img_06 {
  top: -7%;
  right: -2%;
  width: 25%;
}
.howtoArea__btn {
  background: #10be72;
  border: 5px solid #10be72;
  width: fit-content;
  padding: 25px;
  width: 980px;
  border-radius: 5px;
  background: url(/img/special/momotetsu/dot.png) repeat top center;
  background-color: #10be72;
  box-shadow: 10px 10px 0px 4px rgba(0, 0, 0, 0.3);
}
.howtoArea__btn:after {
  content: '\f362';
  font-size: 40px;
  font-size: 4rem;
}
.howtoArea__btn:hover {
  opacity: 1;
}
.howtoArea__btn:hover img {
  opacity: 1;
}

@keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
/* ==========================================================================
   slArea_列車エリア
========================================================================== */
.rednamiArea {
  background-color: #e3e3c5;
  background: url(/img/special/momotetsu/nami_5.png) repeat top center;
  background-size: auto;
  background-repeat: repeat;
  height: 103px;
  width: 100%;
  position: relative;
}

.slArea.BG__momo--wrap {
  padding-bottom: 0;
  box-shadow: none;
}
.slArea .sec__inner980 {
  padding-top: 30px;
}
.slArea__lead {
  position: relative;
}
.slArea__lead img {
  opacity: 0;
}
.slArea__lead img.active {
  opacity: 1;
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
.slArea__lead--ttl {
  transform: rotate(-7deg);
  position: relative;
  top: 0px;
}
.slArea__lead--ttl .btn {
  margin: inherit;
  font-size: 25px;
  font-size: 2.5rem;
  padding: 10px;
  background: #fcef03;
  border: 5px solid #fff;
  box-shadow: 10px 10px 0px 4px rgba(0, 0, 0, 0.3);
  color: #01b0e1;
}
.slArea__lead--ttl .btn:hover {
  opacity: 1;
}
.slArea__lead--ttl .btn:after {
  transform: rotate(90deg);
  color: #01b0e1;
}
.slArea__lead--img {
  position: absolute;
  right: -40px;
  z-index: -1;
  top: 80px;
}
.slArea__lead--txt {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 100px;
}
.slArea .clubslArea {
  position: relative;
  z-index: 1;
}
.slArea .tabContentsBox {
  background: rgba(246, 242, 217, 0.9);
  padding: 100px 5%;
}
.slArea .tabSelecter {
  background: url(/img/special/momotetsu/border.png) repeat top center;
  background-color: #f6f2d9;
  padding: 10px 0;
  margin-bottom: 0;
}
.slArea .tabSelecter .tab {
  width: 980px;
  margin: auto;
}
.slArea .tabSelecter .tab li {
  border: none;
}
.slArea .tabSelecter .tab li > a {
  background: none;
  border: none;
  color: #423b2b;
  padding: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "ta-kakugo-gf-03", sans-serif;
  border-radius: inherit;
}
.slArea .tabSelecter .tab li > a:hover {
  opacity: 1;
  background: #f7bc44;
}
.slArea .tabSelecter .tab li.current a {
  background: #f7bc44;
  border-radius: inherit;
}
.slArea .tabSelecter .tab li.current:after {
  background: url(/img/special/momotetsu/momo.png) repeat top center;
  background-size: 65px;
  width: 65px;
  height: 53px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: none;
  left: -30px;
  top: 50%;
}

.clubslArea__lead {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.clubslArea__pop--ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.clubslArea__pop--ttl span {
  display: inline-block;
  vertical-align: middle;
}
.clubslArea__pop--img {
  width: 700px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.clubslArea__pop--img img {
  width: 100%;
}
.clubslArea__pop--txt {
  width: 700px;
  margin: 0 auto;
}
.clubslArea__pop--txt tr {
  border-bottom: 10px solid #fff;
}
.clubslArea__pop--txt th {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  margin-right: 20px;
  font-size: 20px;
  font-size: 2rem;
  width: 4em;
  vertical-align: middle;
}
.clubslArea__pop--txt td {
  font-size: 20px;
  font-size: 2rem;
  padding-left: 20px;
}
.clubslArea__pop--attention {
  width: 700px;
  margin: 30px auto;
}
.clubslArea__pop--attention li {
  font-size: 12px;
  font-size: 1.2rem;
}
.clubslArea__pop--btn {
  background: #e31855;
  width: 700px;
  border: none;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
  margin-top: 10px;
}
.clubslArea .popup-modal {
  width: calc((100% - 10%) / 4);
  display: inline-block;
  margin: 0 1%;
  margin-bottom: 50px;
}
.clubslArea .popup-modal:nth-child(4n) {
  margin-right: 0;
}
.clubslArea .popup-modal img {
  width: 100%;
}
.clubslArea .popup-modal:hover {
  opacity: 1;
  animation: bounce 0.8s ease-out;
}
.clubslArea .popup-modal:hover img {
  opacity: 1;
}

.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: 50px 0;
  padding: 30px 5%;
}

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

@keyframes bounce {
  0% {
    transform: translate(0, 0);
  }
  16.6% {
    transform: translate(0, -20px);
    animation-timing-function: ease-in;
  }
  33.3% {
    transform: translate(0, 0);
  }
  49.8% {
    transform: translate(0, -14px);
    animation-timing-function: ease-in;
  }
  66.4% {
    transform: translate(0, 0);
  }
  83% {
    transform: translate(0, -4px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
   getArea_ダウンロード方法
========================================================================== */
.getArea__ttl {
  position: relative;
  background: #01b0e1;
  padding: 30px;
}
.getArea__ttl img {
  display: block;
  margin: auto;
  height: 60px;
}
.getArea__ttl:after {
  content: '';
  position: absolute;
  background: url(/img/special/momotetsu/switch_blue.png) no-repeat top center;
  background-size: 250px;
  height: 155px;
  width: 250px;
  right: 0;
  bottom: 0;
}
.getArea__ttl:before {
  left: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background: url(/img/special/momotetsu/switch_red.png) no-repeat top center;
  background-size: 250px;
  height: 155px;
  width: 250px;
}
.getArea__slide {
  width: 980px;
  margin: 50px auto 30px !important;
}
.getArea__slide .slick-slide {
  overflow: hidden;
  display: flex;
}
.getArea__slide .slick-slide > img {
  display: block;
  width: 500px;
  margin-right: 40px;
  height: 100%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 10px 10px 0px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.getArea__slide .slick-slide:nth-child(1) .getArea__slide--step:before {
  content: '1';
}
.getArea__slide .slick-slide:nth-child(2) .getArea__slide--step:before {
  content: '2';
}
.getArea__slide .slick-slide:nth-child(3) .getArea__slide--step:before {
  content: '3';
}
.getArea__slide .slick-slide:nth-child(4) .getArea__slide--step:before {
  content: '4';
}
.getArea__slide .slick-slide:nth-child(5) .getArea__slide--step:before {
  content: '5';
}
.getArea__slide .slick-slide:nth-child(6) .getArea__slide--step:before {
  content: '6';
}
.getArea__slide .slick-slide .getArea__slide--step {
  position: relative;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
  font-style: normal;
  color: #6c4524;
  vertical-align: middle;
  font-weight: bold;
  font-size: 50px;
  font-size: 5rem;
  font-family: "ta-kakugo-gf-03", sans-serif;
}
.getArea__slide .slick-slide .getArea__slide--step:before {
  background: url(/img/special/momotetsu/momo.png) repeat top center;
  content: '1';
  position: absolute;
  width: 60px;
  height: 50px;
  top: 0px;
  background-size: 60px;
  z-index: 1;
  line-height: 50px;
  font-weight: bold;
  color: #6c4524;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  font-family: "ta-kakugo-gf-03", sans-serif;
  right: -65px;
}
.getArea__slide .slick-slide .getArea__slide--txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.getArea__slide .slick-slide .getArea__slide--img {
  margin: auto;
}
.getArea > .sec__inner980 {
  box-sizing: border-box;
  padding: 50px 0;
  background: url(/img/special/momotetsu/border.png) repeat top center;
  background-size: auto;
  background-repeat: repeat;
  background-color: #f78787;
  width: 100%;
  max-width: 100%;
}
.getArea .thumbs_dots {
  margin: 10px auto;
  width: 980px;
}
.getArea .thumbs_list {
  display: flex;
}
.getArea .thumbs_list li {
  border: 5px solid #fff;
  display: inline-block;
  width: calc(100% / 6);
  height: 80px;
  margin-right: 10px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s;
  position: relative;
}
.getArea .thumbs_list li:nth-child(1):before {
  content: '1';
}
.getArea .thumbs_list li:nth-child(2):before {
  content: '2';
}
.getArea .thumbs_list li:nth-child(3):before {
  content: '3';
}
.getArea .thumbs_list li:nth-child(4):before {
  content: '4';
}
.getArea .thumbs_list li:nth-child(5):before {
  content: '5';
}
.getArea .thumbs_list li:nth-child(6):before {
  content: '6';
}
.getArea .thumbs_list li:before {
  background: url(/img/special/momotetsu/momo.png) repeat top center;
  content: '1';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 50px;
  top: -30px;
  background-size: 60px;
  z-index: 1;
  line-height: 50px;
  font-weight: bold;
  color: #6c4524;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  font-family: "ta-kakugo-gf-03", sans-serif;
}
.getArea .thumbs_list li:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.getArea .thumbs_list li:last-child {
  margin-right: 0;
}
.getArea .thumbs_list li.slick-active {
  opacity: 1;
}
.getArea .thumbs_list li.slick-active:after {
  content: none;
}
.getArea .slick-prev, .getArea .slick-next {
  width: 45px;
  height: auto;
}
.getArea .slick-prev {
  left: -55px;
}
.getArea .slick-next {
  right: -55px;
}
.getArea .slick-prev::before, .getArea .slick-prev::before, .getArea .slick-next::before, .getArea .slick-next::before {
  display: block;
  width: 35px;
  height: 80px;
  opacity: 1;
  transition: .5s all;
  background: url(/img/special/momotetsu/arrow_left.png) repeat top center;
  background-size: 35px;
  content: '';
}
.getArea .slick-prev::before, .getArea .slick-prev::before {
  background: url(/img/special/momotetsu/arrow_left.png) repeat top center;
  width: 35px;
  height: auto;
  background-size: cover;
  padding-top: 190%;
}
.getArea .slick-next::before, .getArea .slick-next::before {
  background: url(/img/special/momotetsu/arrow_right.png) repeat top center;
  width: 35px;
  height: auto;
  background-size: cover;
  padding-top: 190%;
}

.getmovieArea {
  position: relative;
}
.getmovieArea__tweet .twitter-tweet {
  margin: auto;
}
.getmovieArea__img li {
  position: absolute;
  opacity: 0;
}
.getmovieArea__img li.active {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
.getmovieArea__img li img {
  width: 100%;
}
.getmovieArea__img li:nth-child(1) {
  width: 230px;
  top: auto;
  right: calc(50% + 310px);
  bottom: 60px;
}
.getmovieArea__img li:nth-child(2) {
  width: 270px;
  top: 40px;
  left: calc(50% + 310px);
}

/* ==========================================================================
   kingslArea_Jリーグキング号
========================================================================== */
.kingslArea {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  margin-bottom: -100px;
}
.kingslArea:after {
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  transform: skewY(-5deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: green;
  background: url(/img/special/momotetsu/BG_kingsl.jpg) repeat top center;
}
.kingslArea__lead {
  width: 1100px;
  position: relative;
  z-index: 1;
  margin: 50px auto 0px;
}
.kingslArea__lead--ttl {
  width: 51%;
  z-index: 1;
  transform: rotate(-8deg);
}
.kingslArea__lead--ttl p {
  opacity: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 2;
}
.kingslArea__lead--ttl p.active {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
.kingslArea__lead--ttl img {
  opacity: 0;
}
.kingslArea__lead--ttl img.active {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
.kingslArea__lead--kingsl {
  position: absolute;
  width: 62%;
  right: -2%;
  top: -40px;
}
.kingslArea__lead--kingsl img {
  margin-bottom: 0;
  opacity: 0;
}
.kingslArea__lead--kingsl img.active {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
.kingslArea__lead--kingsl .btn {
  display: none;
  font-size: 20px;
  font-size: 2rem;
  padding: 5px;
}
.kingslArea__lead--kingsl .btn:after {
  background: url(/img/special/momotetsu/icon_plus.svg) repeat top center;
  position: absolute;
  background-size: 40px;
  width: 40px;
  content: '';
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.kingslArea__img {
  position: relative;
  width: 100%;
  height: 160px;
  background-image: url("/img/special/momotetsu/king_game.png");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: rotate(-5deg);
}
.kingslArea__color {
  margin-top: 140px;
  background: url(/img/special/momotetsu/dot.png) repeat top center;
  background-color: #dddddd;
}
.kingslArea__color .CLM__four {
  width: 1180px;
  margin: auto;
  position: relative;
  top: -110px;
}
.kingslArea__color .CLM__four li {
  opacity: 0;
}
.kingslArea__color .CLM__four li.active {
  animation: kurukuru .8s ease-out;
  opacity: 1;
}
.kingslArea__color .CLM__four li:nth-child(1) p {
  background: #2970ec;
}
.kingslArea__color .CLM__four li:nth-child(1) p:after {
  border-left: 15px solid #2970ec;
}
.kingslArea__color .CLM__four li:nth-child(2) p {
  background: #07933f;
}
.kingslArea__color .CLM__four li:nth-child(2) p:after {
  border-left: 15px solid #07933f;
}
.kingslArea__color .CLM__four li:nth-child(3) p {
  background: #f1bb3a;
}
.kingslArea__color .CLM__four li:nth-child(3) p:after {
  border-left: 15px solid #f1bb3a;
}
.kingslArea__color .CLM__four li:nth-child(4) p {
  background: #fe4981;
}
.kingslArea__color .CLM__four li:nth-child(4) p:after {
  border-left: 15px solid #fe4981;
}
.kingslArea__color p {
  display: none;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  width: 80%;
  margin: auto;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  position: relative;
}
.kingslArea__color p:after {
  width: 0;
  height: 0;
  border-left: 15px solid #000;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  content: '';
  right: 0;
  display: block;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  -moz-transform: translateX(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) rotate(-90deg);
}
.kingslArea__pop img {
  width: 100%;
}
.kingslArea__pop.CLM__four img {
  width: 25%;
}

@keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}
/* ==========================================================================
   presentArea_プレゼント
========================================================================== */
.presentArea {
  position: relative;
  background-color: #e3e3c5;
  background: url(/img/special/momotetsu/nami.png) repeat top center;
  background-size: auto;
  background-repeat: repeat;
  padding: 50px 0;
}
.presentArea__map {
  background: url(/img/special/momotetsu/BG_map.png) repeat top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  width: 800px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0.5;
}
.presentArea .heading__main {
  position: relative;
}
.presentArea__card {
  position: relative;
  left: 10%;
  width: 65%;
}
.presentArea__card + .presentArea__card {
  margin-top: 50px;
  left: 25%;
}
.presentArea__card--img img {
  width: 100%;
  display: block;
}
.presentArea__card--txt {
  background: #fff;
  padding: 30px;
}
.presentArea__card--txt p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.presentArea__card--txt .CLM__half {
  justify-content: flex-start;
  align-items: flex-start;
}
.presentArea__card--txt .CLM__half + .CLM__half {
  margin-top: 10px;
}
.presentArea__card--txt .CLM__half ul li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.presentArea__card--txt .CLM__half > div {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.presentArea__card--txt .CLM__half > div:nth-child(1) {
  margin-right: 10px;
  background: #000;
  color: #fff;
  font-weight: bold;
  width: 150px;
  text-align: center;
  height: 43px;
  line-height: 43px;
}
.presentArea__card--txt .CLM__half > div:nth-child(2) {
  line-height: 43px;
}
.presentArea__card--btn {
  border: none !important;
  width: 100%;
  border-radius: inherit;
  font-size: 25px;
  font-size: 2.5rem;
  padding: 15px 0;
}
.presentArea__card--btn:hover {
  opacity: 1;
}

/* ==========================================================================
   mascotArea_マスコット訪問
========================================================================== */
.mascotArea {
  background: url(/img/special/momotetsu/BG_mascot.jpg) repeat top center;
  margin-top: -100px;
  padding: 50px 0;
}
.mascotArea__lead {
  position: relative;
  margin-bottom: 60px;
}
.mascotArea__lead > div {
  width: 50%;
}
.mascotArea__lead > div:nth-child(2) {
  order: 1;
}
.mascotArea__lead > div:nth-child(2) ul li {
  opacity: 0;
  position: absolute;
  width: 20%;
}
.mascotArea__lead > div:nth-child(2) ul li:nth-child(1) {
  top: 0px;
  width: 180px;
  z-index: 2;
  left: -10px;
}
.mascotArea__lead > div:nth-child(2) ul li:nth-child(2) {
  top: -20px;
  width: 350px;
  left: 145px;
  z-index: 2;
}
.mascotArea__lead > div:nth-child(2) ul li.active {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  opacity: 1;
}
.mascotArea__lead > div:nth-child(1) {
  order: 2;
  transform: rotate(-5deg);
  position: relative;
  z-index: 2;
}
.mascotArea__lead > div:nth-child(1) img {
  width: 100%;
  opacity: 0;
}
.mascotArea__lead > div:nth-child(1) img.active {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  opacity: 1;
}
.mascotArea__schedule {
  padding: 50px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 5px solid #ad9371;
  box-shadow: 10px 10px 0px 4px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.5);
}
.mascotArea__schedule p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.mascotArea__schedule ul li {
  align-items: center;
  display: flex;
  width: 49%;
  margin-right: 2%;
  padding: 10px 0;
  border-bottom: 1px solid #ad9371;
  align-items: center;
  justify-content: flex-start;
}
.mascotArea__schedule ul li:nth-child(2n) {
  margin-right: 0;
}
.mascotArea__schedule ul li span {
  font-weight: bold;
}
.mascotArea__schedule ul li .btn {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: inherit;
  margin-right: 0;
  width: 170px;
}
.mascotArea__schedule ul li .btn:after {
  font-size: 14px;
  font-size: 1.4rem;
}
.mascotArea__schedule ul li .btn:hover {
  opacity: 1;
}
.mascotArea__schedule ul li .team {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mascotArea__schedule ul li .name {
  font-size: 16px;
  font-size: 1.6rem;
  width: 3em;
}
.mascotArea__schedule ul li .day {
  font-size: 16px;
  font-size: 1.6rem;
}
.mascotArea__schedule ul li .day i {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  background: #000;
  color: #fff;
  text-align: center;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  margin: 0 3px;
}
.mascotArea__schedule ul li .team {
  width: 13%;
}
.mascotArea__schedule ul li .name {
  width: 13%;
}
.mascotArea__schedule ul li .day {
  width: 44%;
}
.mascotArea__schedule ul li .btn {
  width: 30%;
}

/* ==========================================================================
   movieArea_動画
========================================================================== */
.movieArea {
  padding: 80px 0 0;
}
.movieArea__ttl {
  text-align: center;
  margin-bottom: 130px;
}
.movieArea__ttl.pcDISP {
  display: block;
}
.movieArea__BG {
  background: url(/img/special/momotetsu/border.png) repeat top center;
  background-color: #01b0e1;
}
.movieArea__youtube {
  position: relative;
  top: -100px;
  width: 700px;
  margin: auto;
  aspect-ratio: 16 / 9;
  box-shadow: 10px 10px 0px 4px rgba(0, 0, 0, 0.3);
}
.movieArea__youtube iframe {
  border: 5px solid #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.movieArea__img li {
  position: absolute;
}
.movieArea__img li:nth-child(1) {
  position: absolute;
  z-index: 2;
  left: -140px;
  bottom: -60px;
  width: 180px;
  animation: 3s purupuru infinite;
}
.movieArea__img li:nth-child(1) img {
  width: 100%;
}
.movieArea__img li:nth-child(2) {
  z-index: 1;
  bottom: 0px;
  transition: 1.5s all;
  animation-delay: 2s;
}
.movieArea__img li.active {
  animation: 1s slideIn forwards;
  animation-delay: .5s;
  right: 0px;
}
.movieArea .soon {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  border: 5px solid #fff;
}

@keyframes slideIn {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }
  100% {
    transform: translateX(110px);
  }
  40%,100% {
    opacity: 1;
  }
}
@keyframes purupuru {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(-5px, 0);
  }
  10% {
    transform: translate(5px, 0);
  }
  15% {
    transform: translate(-5px, 0);
  }
  20% {
    transform: translate(5px, 0);
  }
  25% {
    transform: translate(-5px, 0);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
   collaborationArea
　　///第一弾リリース時///
========================================================================== */
.namiArea {
  background-color: #e3e3c5;
  background: url(/img/special/momotetsu/nami_2.png) repeat top center;
  background-size: auto;
  background-repeat: repeat;
  height: 103px;
  width: 100%;
  position: relative;
}
.namiArea.under {
  background-color: #e3e3c5;
  background: url(/img/special/momotetsu/nami_3.png) repeat top center;
  background-size: auto;
  background-repeat: repeat;
  height: 94px;
  width: 100%;
  transform: rotate(180deg);
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   aboutArea
========================================================================== */
.aboutArea {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  margin-top: -80px;
  z-index: 0;
  padding: 50px 0 40px;
}
.aboutArea .CLM__half {
  align-items: center;
}
.aboutArea .heading__main {
  margin-bottom: 60px;
}
.aboutArea .sec__inner980 {
  position: relative;
  z-index: 10;
  padding-bottom: 0;
}
.aboutArea__BG {
  background-color: #e31855;
  background: url(/img/special/momotetsu/BG_momo.png) repeat top center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 500%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  -ms-transform: translate(-50%, -50%) rotate(-15deg);
}
.aboutArea__wrap {
  background: url(/img/special/momotetsu/dot.png) repeat top center;
  background-color: #f7f5e6;
  background-size: auto;
  background-repeat: repeat;
  padding: 55px 40px 40px;
  box-sizing: border-box;
  border: 5px solid #943800;
  border-radius: 10px;
  pointer-events: stroke;
  position: relative;
}
.aboutArea__wrap:after {
  content: "";
  position: absolute;
  background: url(/img/special/momotetsu/momo.png) repeat top center;
  background-size: 55px;
  height: 45px;
  width: 55px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.aboutArea__logo {
  width: 35% !important;
  margin-right: 5%;
}
.aboutArea__logo img {
  width: 100%;
}
.aboutArea__txt {
  width: 60% !important;
}
.aboutArea__txt p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.momotetsu_copylight {
  color: #fff;
  text-align: center;
  margin-top: 100px;
}

/* ==========================================================================
   newsArea
========================================================================== */
.newsArea {
  padding-top: 50px;
}
.newsArea .heading__main {
  position: relative;
}
.newsArea .heading__main .jpn_L {
  color: #000;
}
.newsArea__img li {
  position: absolute;
  animation: 3s fuwafuwa infinite;
}
.newsArea__img li:nth-child(even) {
  animation-delay: .5s;
}
.newsArea__img li img {
  width: 100%;
}
.newsArea__img li.nasu {
  right: calc(50% + 310px);
  top: -25px;
}
.newsArea__img li.chabe {
  right: calc(50% + 200px);
  top: -5px;
}
.newsArea__img li.tomato {
  right: calc(50% + 110px);
  top: -15px;
}
.newsArea__img li.momo {
  left: calc(50% + 120px);
  top: -15px;
}
.newsArea__img li.orange {
  left: calc(50% + 220px);
  top: 5px;
}
.newsArea__img li.mame {
  left: calc(50% + 320px);
  top: -30px;
}
.newsArea .newslist article {
  background: #FFF;
  margin: 10px;
}
.newsArea .newslist article a {
  display: block;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: .5s all;
}
.newsArea .newslist article a:hover {
  opacity: 1;
}
.newsArea .newslist article a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.newsArea .newslist article a:hover figcaption {
  color: #e31855;
}
.newsArea .newslist article figure {
  position: relative;
}
.newsArea .newslist article figure:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  position: absolute;
  right: 15px;
  bottom: -10px;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  z-index: 11;
}
.newsArea .newslist article figure img {
  width: 100%;
  transition: .5s all;
}
.newsArea .newslist article figure figcaption {
  transition: .5s all;
  color: #333;
  padding: 20px;
  box-sizing: border-box;
  background: #FFF;
  border-top: 1px solid #ededed;
  line-height: 1.4;
  height: 120px;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.newsArea .slick-prev, .newsArea .slick-next {
  width: 45px;
}
.newsArea .slick-prev {
  left: -55px;
}
.newsArea .slick-next {
  right: -55px;
}
.newsArea .slick-prev::before, .newsArea .slick-prev::before, .newsArea .slick-next::before, .newsArea .slick-next::before {
  display: block;
  width: 45px;
  height: 100px;
  line-height: 100px;
  background: #e31855;
  font-family: 'ionicons';
  opacity: 1;
  transition: .5s all;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.newsArea .slick-dots {
  bottom: inherit;
}
.newsArea .slick-dots li {
  width: 40px;
  height: 5px;
}
.newsArea .slick-dots li button {
  width: 40px;
  height: 5px;
  padding: 0;
}
.newsArea .slick-dots li button:before {
  background: #c9c9c9;
  opacity: 1;
  content: '';
  width: 40px;
  height: 5px;
}
.newsArea .slick-dots li.slick-active button:before {
  background: #e31855;
}

.dotnamiArea.under {
  background-color: #e3e3c5;
  background: url(/img/special/momotetsu/nami_4.png) repeat top center;
  background-size: auto;
  background-repeat: repeat;
  height: 94px;
  width: 100%;
  transform: rotate(180deg);
  position: relative;
  z-index: 1;
}

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

.pt0 {
  padding-top: 0 !important;
}

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