@charset "UTF-8";
/* ***********************************
 *
 *    Ire's CSS Reset & Base
 *
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
 * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* Elements
 * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
 * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* ボタンの初期スタイルをリセット
 * *********************************** */
button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.is-hidden {
  display: none !important;
}

/* ----------------------------------------
   base
---------------------------------------- */
html {
  font-size: 62.5%;
}

/* 10px */
body {
  font-size: 1.6em;
  /*  16px */
  background-color: #eee;
  color: #000;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: normal;
}

*[class^="wpj"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* **************************************
// base layout
************************************** */
.wpj-l-header {
  background-color: #716F69;
  height: 63px;
}
@media only screen and (max-width: 1023px) {
  .wpj-l-header {
    height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-l-header {
    height: 46px;
  }
}

.wpj-l-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .wpj-l-main {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.wpj-l-main-item {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 60px 18px 120px;
}
@media only screen and (max-width: 1155px) {
  .wpj-l-main-item {
    padding: 60px 18px 90px;
  }
}
@media only screen and (max-width: 1023px) {
  .wpj-l-main-item {
    padding: 5px 10px 10px;
    width: 100%;
  }
}
.wpj-l-main-item.iticket-cloud {
  background-color: rgba(86, 199, 194, 0.15);
}
.wpj-l-main-item.iticket-tv {
  background-color: rgba(113, 111, 105, 0.15);
}
.wpj-l-main-item.iticket-park {
  background-color: rgba(255, 151, 11, 0.15);
}

.wpj-l-footer {
  background-color: #716F69;
}

/* **************************************
// ヘッダー
************************************** */
.wpj-container-header {
  cursor: pointer;
  display: flex;
}
.wpj-container-header .wpj-iticket-face-mark {
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .wpj-container-header .wpj-iticket-face-mark {
    margin-top: 10px;
    height: 30px;
    width: auto;
  }
}
.wpj-container-header .wpj-site-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: 13px;
  margin-top: 22px;
  text-decoration: none;
}
@media only screen and (max-width: 1155px) {
  .wpj-container-header .wpj-site-title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .wpj-container-header .wpj-site-title {
    font-size: 1.7rem;
    margin-left: 5px;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-container-header .wpj-site-title {
    margin-top: 16px;
  }
}

/* **************************************
// 　mainエリア
************************************** */
.wpj-container-main-item {
  width: 100%;
}

.wpj-main-item-title {
  background-repeat: no-repeat;
  font-size: 2.3rem;
  font-weight: bold;
  margin-left: 25px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  .wpj-main-item-title {
    font-size: 1.8rem;
    margin-left: 10px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-main-item-title {
    font-size: 1.7rem;
  }
}
.iticket-cloud .wpj-main-item-title {
  background-image: url("../images/icon-clinic.svg");
  color: #265C5A;
  padding-top: 10px;
  padding-bottom: 13px;
  padding-left: 56px;
}
@media only screen and (max-width: 1023px) {
  .iticket-cloud .wpj-main-item-title {
    background-size: 32px auto;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 38px;
  }
}
.iticket-tv .wpj-main-item-title {
  background-image: url("../images/icon-enterprise.svg");
  color: enterprise_title_color;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 53px;
}
@media only screen and (max-width: 1023px) {
  .iticket-tv .wpj-main-item-title {
    background-size: 25px auto;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 33px;
  }
}
.iticket-park .wpj-main-item-title {
  background-image: url("../images/icon-personal.svg");
  color: #6A4411;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 50px;
}
@media only screen and (max-width: 1023px) {
  .iticket-park .wpj-main-item-title {
    background-size: 25px auto;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 33px;
  }
}

.wpj-main-item-body {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  padding: 5px;
}
@media only screen and (max-width: 1023px) {
  .wpj-main-item-body {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-main-item-body {
    margin-top: -10px;
  }
}

.wpj-body-title {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  padding-top: 8px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media only screen and (max-width: 1155px) {
  .wpj-body-title {
    font-size: 2.2rem;
    height: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .wpj-body-title {
    font-size: 2.0rem;
    font-weight: bold;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-body-title {
    font-size: 1.7rem;
    height: 32px;
  }
}
.iticket-cloud .wpj-body-title {
  background-color: #56C7C2;
}
.iticket-tv .wpj-body-title {
  background-color: #716F69;
}
.iticket-park .wpj-body-title {
  background-color: #FF970B;
}

.wpj-wrap-body-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 3px solid #fff;
}
.iticket-cloud .wpj-wrap-body-content:hover {
  border-bottom-color: #56C7C2;
  background-color: rgba(86, 199, 194, 0.15);
}
.iticket-tv .wpj-wrap-body-content:hover {
  border-bottom-color: #716F69;
  background-color: rgba(113, 111, 105, 0.1);
}
.iticket-park .wpj-wrap-body-content:hover {
  border-bottom-color: #FF970B;
  background-color: rgba(255, 151, 11, 0.15);
}

.wpj-body-content {
  margin-top: 45px;
  margin-bottom: 25px;
}
.wpj-body-content img {
  max-width: 100%;
}
@media only screen and (max-width: 1155px) {
  .wpj-body-content {
    margin-top: 18px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 1023px) {
  .wpj-body-content {
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-body-content {
    margin-top: 3px;
    margin-bottom: 8px;
  }
  .wpj-body-content img {
    margin-bottom: -10px;
  }
}

.wpj-icon-arrow {
  margin-bottom: 27px;
}
@media only screen and (max-width: 1155px) {
  .wpj-icon-arrow {
    height: 30px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 1023px) {
  .wpj-icon-arrow {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-icon-arrow {
    width: 25px;
    margin-bottom: 3px;
  }
}

.wpj-body-comment {
  background-color: #eee;
  font-size: 1.5rem;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1155px) {
  .wpj-body-comment {
    font-size: 1.6rem;
    padding: 0 10px;
    height: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .wpj-body-comment {
    font-size: 1.5rem;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-body-comment {
    font-size: 1.3rem;
    height: 30px;
  }
}

/* **************************************
// お問合せ/資料請求・デモ依頼ボタン
************************************** */
.wpj-container-contact-btn {
  position: absolute;
  right: 10px;
  top: 12px;
  display: flex;
}
@media only screen and (max-width: 1155px) {
  .wpj-container-contact-btn {
    right: 6px;
    top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .wpj-container-contact-btn {
    right: 8px;
    top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-container-contact-btn {
    right: initial;
    top: initial;
    background-color: #FCE9D3;
    padding: 5px 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    flex-wrap: wrap;
    max-height: 100px;
  }
}
.wpj-container-contact-btn button {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #EB244B;
  color: #fff;
  font-size: 2.0rem;
  height: 43px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 1155px) {
  .wpj-container-contact-btn button {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .wpj-container-contact-btn button {
    font-size: 1.4rem;
    font-weight: bold;
    height: 40px;
    padding: 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-container-contact-btn button {
    font-size: 1.7rem;
    font-weight: bold;
    padding: 0 10px;
    flex-grow: 1;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
  }
}
.wpj-container-contact-btn button:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .wpj-container-contact-btn button:not(:last-child) {
    margin-right: 5px;
  }
}
.wpj-container-contact-btn button img {
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .wpj-container-contact-btn button img {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-container-contact-btn button img {
    margin-right: 10px;
  }
}
.wpj-container-contact-btn button:hover {
  background-color: #4D4DFF;
}

/* **************************************
// 　fotterエリア
************************************** */
.wpj-container-footer {
  margin: 0 auto;
  padding: 30px 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: right;
}
@media only screen and (max-width: 1155px) {
  .wpj-container-footer {
    padding: 30px 30px 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .wpj-container-footer {
    padding: 0px 10px 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: initial;
    justify-content: initial;
    -webkit-align-items: center;
    align-items: center;
  }
}

.wpj-footer-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.wpj-footer-menu-list li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .wpj-footer-menu-list {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.4rem;
  }
  .wpj-footer-menu-list li {
    margin-bottom: 10px;
  }
  .wpj-footer-menu-list li:not(:last-child) {
    margin-right: inherit;
  }
}
.wpj-footer-menu-list a:link, .wpj-footer-menu-list a:visited {
  color: #fff;
  text-decoration: none;
}
.wpj-footer-menu-list a:hover {
  text-decoration: underline;
}

.wpj-area-footer-contents-2 {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .wpj-area-footer-contents-2 {
    margin-top: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wpj-area-footer-contents-2 {
    margin-bottom: 100px;
  }
}

.wpj-copyright {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .wpj-copyright {
    border-top: 1px solid #fff;
    padding-top: 5px;
    text-align: center;
  }
}

/* **************************************
// 　スマホメニュー
************************************** */
.wpj-l-header {
  position: relative;
}

.wpj-sp-menu {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .wpj-sp-menu {
    display: block;
  }
}

#navToggle {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 13px;
  top: 15px;
  width: 30px;
}
#navToggle .wpj-menu-icon-img {
  position: relative;
}
#navToggle span {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  border-bottom: solid 3px #fff;
  display: block;
  position: absolute;
  width: 100%;
}
#navToggle span:nth-child(1) {
  top: 0;
}
#navToggle span:nth-child(2) {
  top: 8px;
}
#navToggle span:nth-child(3) {
  top: 16px;
}

.wpj-sp-menu-list {
  display: none;
  position: absolute;
  top: 46px;
  width: 100%;
  background-color: #716F69;
  z-index: 120;
}
.wpj-sp-menu-list a {
  display: block;
  padding: 14px 10px 14px 40px;
}
.wpj-sp-menu-list a:link, .wpj-sp-menu-list a:visited {
  color: #fff;
  text-decoration: none;
}
.wpj-sp-menu-list li {
  border-bottom: 1px solid #eee;
  font-size: 1.7rem;
}
.wpj-sp-menu-list li:first-child {
  border-top: 1px solid #eee;
}
.wpj-sp-menu-list li:hover {
  background-color: #a3a29d;
}
.wpj-sp-menu-list li span {
  display: block;
  font-size: 1.4rem;
  margin-top: 3px;
  margin-bottom: -10px;
}
.wpj-sp-menu-list li span::before {
  content: "（ ";
}
.wpj-sp-menu-list li span::after {
  content: " ）";
}

.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.openNav .wpj-sp-menu-list {
  display: block;
  z-index: 10;
}
