@charset "utf-8";

body {
  background-color: #f0e7d5;
  color: #4d4d4d;
}
p, ul li {
  font-size: 12px;
}

/* ハンバーガーメニュー */
.side__menu__btn {
  position: fixed;
  top: 23px;
  right: 12px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 15;
}
@media (min-width: 768px) {
  .side__menu__btn {
    position: fixed;
    top: 40px;
    right: 20px;
    width: 50px;
  }
}
.side__menu__btn div {
  position: relative;
}
.side__menu__btn span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  background: #8F0038;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.side__menu__btn span:nth-child(1) {
  top: 0;
}
.side__menu__btn span:nth-child(2) {
  top: 11px;
}
@media (min-width: 768px) {
  .side__menu__btn span:nth-child(2) {
    top: 13px;
  }
}
.side__menu__btn span:nth-child(3) {
  top: 22px;
}
@media (min-width: 768px) {
  .side__menu__btn span:nth-child(3) {
    top: 26px;
  }
}

.side__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(143, 0, 56, 0.8);
  z-index: 14;
}
.side__menu__list {
  margin: 20px 8% 0;
}
.side__menu__list > li {
  border-bottom: 1px solid #fff;
}
.side__menu__list > li:last-child {
  border-bottom: none;
}
.side__menu__list > li > a {
  color: #fff;
  display: block;
  padding: 5px 10px 5px calc(10px + 1em);
  text-indent: -1em;
}

.side__menu__list > li li {
  list-style: disc;
  color: #fff;
  margin-left: 3em;
}
.side__menu__list > li li a {
  color: #fff;
  font-weight: normal;
}

/* ハンバーガーメニュー展開後 */
.js-sideopen .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
.js-sideopen .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8);
}
.js-sideopen .side__menu {
  display: block;
}
@media (min-width: 768px) {
  .js-sideopen #js-sideMenuBtn span {
    background: #8f0038;
  }
}
.js-sideopen #js-sideMenuBtn span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
  background: #fff;
}
.js-sideopen #js-sideMenuBtn span:nth-child(2) {
  width: 0;
  left: 50%;
}
.js-sideopen #js-sideMenuBtn span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
  background: #fff;
}

#lp_howtoenjoy {
  overflow: hidden;
  position: relative;
  padding: 60px 0 0;
  width: 100%;
  min-height: 100vh;
}

/* header */
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background: rgba(143,0,56,0.5);
  border-top: 2px solid #fff;
  text-align: center;
  padding: 15px 0 10px;
}

#header img {
  width: 250px;
}
#main_img {
  padding-top: 10px;
}
#main_lead {
  margin-bottom: 40px;
}
#main_lead p {
  color: #000;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
}
#main_lead .attention {
  border: 1px solid #8f0038;
  color: #8f0038;
  display: table;
  font-size: 10px;
  margin: 0 auto;
  padding: 3px 8px;
}
article#ready:before,
article#gameday:before,
article#match:before,
article#way:before,
article#qa:before,
article#sns:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 100%;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(../img/decoborder_sp.png);
  background-size: 285px;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  top: -10px;
}
article#ready,
article#match {
  background-color: #f2e6e6;
  position: relative;
}
article#gameday,
article#way,
article#qa {
  position: relative;
}

article#sns {
  background-color: #fff;
  position: relative;
}

#ready01, #ready02, #ready03, #ready04,
#gameday01, #gameday02, #gameday03, #gameday04, #gameday05,
#match01, #match02, #match03, #match04 {
  margin-top: -30px;
  padding-top: 30px;
}

h2 {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 60px 60px 0;
  text-align: center;
}
h2 span {
  border-bottom: 1px solid #8f0038;
  color: #8f0038;
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}

p.lead {
  margin-bottom: 30px;
  text-align: center;
}

.ready-box {
  padding: 0 30px 40px;
}

.ready-box h3 {
  color: #8f0038;
  margin-bottom: 5px;
}
.ready-box h3 span {
  display: table-cell;
  vertical-align: middle;
}
.ready-box h3 span:first-child {
  padding-right: 15px;
}
.ready-box h3 img {
  width: 33px;
}
.ready-box h3 span:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.ready-box p,
.ready-box ul li {
  margin-bottom: 1.5em;
}
.ready-box ul li img {
  margin-top: 1.5em;
}
.ready-box p.img {
  line-height: 1;
}

a.ready-btn {
  background-color: #f8f4e9;
  border: 2px solid #8f0038;
  border-radius: 18px;
  color: #8f0038;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 20px;
  padding: 0.5em;
  text-align: center;
}
a.blgt {
  display: block;
  margin: 0 auto;
  width: 100%;
}
a.blgt img {
  width: 100%;
}

article#qa dl {
  padding: 0 30px 50px;
  font-size: 12px;
}
article#qa dl dt:first-letter,
article#qa dl dd:first-letter {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
article#qa dl dt:first-letter{
  color: #8f0038;
}
article#qa dl dd:first-letter{
  color: #b58f2e;
}

article#qa dl dt {
  font-weight: bold;
  margin-bottom: 15px;
}
article#qa dl dd {
  margin-bottom: 20px;
  padding-left: 2em;
  text-indent: -2em;
}

article#qa .qa-map li {
  text-align: center;
  margin-top: 1em;
}
article#qa .qa-map img {
  width: 100%;
}

.kawasaki_lp_sns {
  padding: 0 30px;
}
.kawasaki_lp_sns a:hover { opacity: 0.7; }
.kawasaki_lp_sns a { display: block; }
.kawasaki_lp_sns img{ width:100%; vertical-align: top; }

/* !footer
---------------------------------------------------------- */
#kawasaki_lp_footer {
  padding: 20px 0 10px;
  background-color: #c3818b;
  text-align: center;
  color: #000;
}
#kawasaki_lp_footer .footLogo { margin: 0 auto 25px; }
#kawasaki_lp_footer .footLogo img { width: 130px; }
#kawasaki_lp_copyright { font-size: 10px; }

/* for PC
---------------------------------------------------------- */
@media (min-width: 768px) {
  p {
    font-size: 28px;
  }
  ul li {
    font-size: 16px;
  }
  #lp_howtoenjoy {
    padding: 108px 0 0;
  }
  #header {
  padding: 23px 0 18px;
  }
  #header img {
    width: 763px;
  }
  #main_img img {
    width: 100%;
  }
  #main_img {
    padding-bottom: 60px;
  }
  #main_lead {
    margin-bottom: 110px;
  }
  #main_lead p {
    font-weight: normal;
    line-height: 2;
    margin-bottom: 43px;
  }
  #main_lead .attention {
    font-size: 22px;
    padding: 15px 35px;
  }
  article#ready:before,
  article#gameday:before,
  article#match:before,
  article#way:before,
  article#qa:before,
  article#sns:before {
    height: 75px;/*画像の高さ*/
    background-image: url(../img/decoborder_pc.png);
    background-size: 1080px;
    top: -37px;
  }
  #ready01, #ready02, #ready03, #ready04,
  #gameday01, #gameday02, #gameday03, #gameday04, #gameday05, #gameday06,
  #match01, #match02, #match03, #match04 {
    margin-top: -60px;
    padding-top: 60px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 60px;
    padding: 125px 200px 0;
  }
  h2 span {
    border-bottom: 2px solid #8f0038;
    font-size: 68px;
  }
  p.lead {
    margin-bottom: 90px;
  }

  .ready-box {
    padding: 0 80px 80px;
  }

  .ready-box h3 {
    margin-bottom: 15px;
  }
  .ready-box h3 span:first-child {
  padding-right: 35px;
  }
  .ready-box h3 img {
    width: 70px;
  }
  .ready-box h3 span:nth-child(2) {
    font-size: 26px;
  line-height: 1.2;
  }

  .ready-box p {
    font-size: 16px;
  }
  .ready-box p.img {
    width: 45%;
    float: left;
    margin-left: 2%;
  }
  .ready-box p.img img {
    width: 100%;
  }

  .ready-box p.img.sticker {
    width: 64%;
  }

  .ready-box p.img.img-right {
    float: right;
  }

  .ready-box p,
  .ready-box ul li {
    margin-bottom: 2em;
  }

  a.ready-btn {
    border: 4px solid #8f0038;
    border-radius: 40px;
    display: table;
    font-size: 26px;
    margin: 0 auto;
    padding: 0.5em 70px;
  }
  #match02 a.ready-btn {
    padding: 0.5em 30px;
  }
  .ready-txt {
    width: 45%;
    float: right;
    padding-top: 1em;
  }
  .ready-txt-left {
    width: 45%;
    float: left;
    padding-top: 1em;
    margin-left: 2%;
  }
  .ready-txt-clear {
    clear: both;
    margin-left: 2%;
  }
  #ready03 .ready-txt-clear {
    text-align: center;
    padding-top: 40px;
  }
  .ready-txt.sticker {
    width: 26%;
  }

  a.blgt {
  width: 80%;
  }

  .ready-box ul li {
    width: 45%;
    float: left;
    margin-left: 2%;
  }
  .ready-box ul li:nth-child(even) {
    width: 45%;
    float: right;
  }
  .ready-box ul li img {
    width: 100%;
  }

  .gmap iframe {
    height: 340px;
  }

  article#qa dl {
    padding: 0 80px 110px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  article#qa dl dd {
    margin-bottom: 20px;
    padding-left: 1.6em;
    text-indent: -1.6em;
  }

  article#qa .qa-map {
    display: -webkit-flex;
    display: flex;
  }
  article#qa .qa-map li {
    text-align: center;
    width: 33%;
  }
  article#qa .qa-map img {
    width: 90%;
  }

  .kawasaki_lp_sns {
    padding: 0 65px;
    text-align: center;
  }
  .kawasaki_lp_sns a{
    display: inline-block;
    width: 16.6%;
  }

  #kawasaki_lp_footer {
    padding: 20px 0 25px;
  }
  #kawasaki_lp_footer .footLogo { margin: 0 auto 15px; }
  #kawasaki_lp_footer .footLogo img { width: 230px; }
  #kawasaki_lp_copyright { font-size: 14px; }
}
