@charset "UTF-8";
/* type common */
html, body, div,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd,
table, th, td,
form, fieldset,
header, section, article, aside, footer, figure, /* mod */
figcaption, nav {
  margin: 0px;
  padding: 0px;
}

article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary { /* mod */
  display: block;
}

@-ms-viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}

@-o-viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}

@viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}

img {
  max-width: 100%;
}

input, textarea, select, button {
  outline: none;
}

label,
select,
[type="button"],
[type="checkbox"],
[type="radio"],
[type="submit"],
[type="reset"],
[type="file"],
[type="number"] {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

html {
  overflow: scroll;
  overflow: -moz-scrollbars-vertical;
  overflow-x: scroll;
}

ul, ol {
  list-style: none;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

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

img {
  border: none;
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 1.5;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  color: #333;
}

a {
  color: inherit;
  text-decoration: none;
}

input, select {
  outline: 0;
}

input:focus, select:focus {
  border: 1px solid #e6e6e;
}

select::-ms-expand {
  display: none;
}

button {
  font-family: inherit;
  letter-spacing: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}

/* ------ header ------ */

#header {
  /* padding: 8px 0; */ /* mod */
}

/* column */
#header .column2 {
  align-items: center;
  /* text-align: center; */ /* mod */
  padding: 8px 0; /* mod */
}

.column2 {
  display:-webkit-box; /* for old browser */
  display:-webkit-flex; /* for old browser */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column2 .col {
  width: 49%;
}


#header .logo {
  margin-bottom: 0;
}

#header .logo img {
  display: block;
  margin-left: 10px;
}

.header-mainCol {
  position: relative;
  text-align: center;
  font-size: 0;
}

.header-mainCol-clickable {
  display: block;
  height: 80%;
  margin: 0 auto;
}

/* ------ sns share ------ */
#header .sns {
  text-align: right;
  margin-right: 5px;
}

#header .sns li {
  display: inline-block;
}

#header .sns li a {
  display: -webkit-inline-box;  /* for old browser */
  display: -ms-inline-flexbox;  /* for old browser */
  display: -webkit-inline-flex; /* for old browser */
  display: inline-flex;
  width: 34px;
  height: 34px;
  overflow: hidden;
  color: transparent;
}

#header .sns .sns-icon1 {
  background: url(../../../../img/images/campaign/odakyu/icon-twitter.png) no-repeat;
  background-size: contain;
}

#header .sns .sns-icon2 {
  background: url(../../../../img/images/campaign/odakyu/icon-facebook.png) no-repeat;
  background-size: contain;
}

#header .sns .sns-icon3 {
  background: url(../../../../img/images/campaign/odakyu/icon-line.png) no-repeat;
  background-size: contain;
}

#header .sns .sns-icon4 {
  background: url(../../../../img/images/campaign/odakyu/icon-hateb.png) no-repeat;
  background-size: contain;
}

/* ------ footer ------ */

footer {
  background-color: #484848;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  position: absolute;
  /* bottom: 0; */
  width: 100%;
}
footer small {
  font-size: 10px;
}

footer:before {
  content: url(../../../../img/images/campaign/odakyu/common/train.png);
  position: absolute;
  top: -78px;
  right: 20%;
}

/* ------ inner ------ */
.inner {
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ------ ------ */
section {
  background-position: top center;
  background-repeat: no-repeat;
}

.btn {
  display: block;
  padding: 15px;
  text-align: center;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, .2);
}

.btn-blue {
  color: #fff;
  background-color: #009DE6;
}

.btn-blue:hover {
  letter-spacing: 6px;
  letter-spacing: 0.6rem;
  color: #009DE6;
  background-color: #FFEE00;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-white {
  color: #009DE6;
  border: 1px solid #009DE6;
}

.btn-white:hover {
  letter-spacing: 6px;
  letter-spacing: 0.6rem;
  color: #009DE6;
  background-color: #FFEE00;
  border-color: #FFEE00;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.textLink:before {
  content: "> ";
}

.textLink:hover {
  text-decoration: underline;
}

.keyword-head {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.keyword-head-number {
  position: relative;
  display: inline;
  margin: 0 auto;
  font-weight: bold;
}

.keyword-head-number:not(.number-white) {
  background: -webkit-linear-gradient(top, rgba(255, 238, 0, 0) 0%, rgba(255, 238, 0, 0) 49%, #ffee00 50%, #ffee00 100%);
  background: linear-gradient(to bottom, rgba(255, 238, 0, 0) 0%, rgba(255, 238, 0, 0) 49%, #ffee00 50%, #ffee00 100%);
}

.keyword-head-number span {
  font-size: 30px;
  font-size: 3rem;
}

.keyword-head-word {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 20px 50px;
  color: #009DE6;
}

.keyword-head-word:before, .keyword-head-word:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 70%;
}

.keyword-head-word:before {
  left: 0;
  top: 0;
  border-left: 2px solid #009DE6;
  border-top: 2px solid #009DE6;
}

.keyword-head-word:after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #009DE6;
  border-bottom: 2px solid #009DE6;
}

.heading-under {
  padding-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #009DE6;
  border-bottom: 2px solid #009DE6;
}

.sign {
  text-align: center;
}

.errormsg {
  color: #dd174b;
  font-weight: bold;
  margin-bottom: .2em;
}

/* ------ pagetop ------ */
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
}

.pagetop {
  right: 16px;
  border: 16px;
}
.pagetop img {
  width: 50px;
  height: auto;
}

/* ------ type pc ------ */
@media only screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
  }
  .sp {
    display: none !important;
  }
  .header .wrapper-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-mainCol-clickable {
    width: 50%;
  }
  .header-subCol {
    height: 40px;
  }
  .header-subCol-logo {
    margin-top: 4px;
  }
  .header-subCol-logo img {
    height: 32px;
  }
  .wrapper {
    width: 700px;
    margin: 0 auto;
  }
  .wrapper-wide {
    width: 1020px;
    margin: 0 auto;
  }
  section:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .keyword-head-number.number-white {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, white 50%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, white 50%, white 100%);
  }
  .sign {
    margin-bottom: 60px;
  }
}

/* ------ type sp ------ */
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  .pc {
    display: none !important;
  }
  .header .wrapper-wide {
    overflow: hidden;
    padding: 10px 5%;
  }
  .header-mainCol-clickable {
    width: 90%;
  }
  .header-subCol-logo {
    width: 30%;
    float: left;
  }
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  section:not(:last-of-type) {
    margin-bottom: 70px;
  }
  .keyword-head-word {
    padding: 10px 50px;
    font-size: 2rem;
  }
  .keyword-head-number.number-white {
    background: -webkit-linear-gradient(top, rgba(255, 238, 0, 0) 0%, rgba(255, 238, 0, 0) 49%, #ffee00 50%, #ffee00 100%);
    background: linear-gradient(to bottom, rgba(255, 238, 0, 0) 0%, rgba(255, 238, 0, 0) 49%, #ffee00 50%, #ffee00 100%);
  }
  .sign {
    margin-bottom: 40px;
  }
  .-android4 .profile-wrap {
    display: block;
  }
  .-android4 .profile-box02 {
    text-align: center;
  }
}

/* type landscape */
