@charset "UTF-8";

html {
  box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%
}

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

:after,
:before {
  vertical-align: inherit;
  text-decoration: inherit
}

* {
  margin: 0;
  padding: 0
}

hr {
  overflow: visible;
  height: 0;
  color: inherit
}

details,
main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline-width: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

pre {
  font-size: 1em
}

b,
strong {
  font-weight: bolder
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  text-indent: 0;
  border-color: inherit
}

iframe {
  border-style: none
}

input {
  border-radius: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
input,
optgroup,
select,
textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

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

select::-ms-value {
  color: currentColor
}

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  border: 0
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  -webkit-appearance: button
}

[disabled] {
  cursor: default
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled=true] {
  cursor: default
}

html {
  font-size: 62.5%;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #222
}

body {
  counter-reset: section;
  background-color: #f5f5f5
}

body,
button,
input,
select,
textarea {
  font-family: Hiragino Sans, Meiryo, sans-serif
}

a {
  color: #222
}

a:active,
a:link,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

a:focus {
  outline: none
}

ol,
ul {
  list-style: none
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.hide {
  text-indent: 150%
}

.hide,
.sr-only {
  overflow: hidden;
  white-space: nowrap
}

.sr-only {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border-width: 0
}

@media screen and (max-width: 767px) {

  #tko_header *,
  #tko_footer * {
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, 'Meiryo', 'メイリオ', sans-serif;
    font-weight: normal;
    font-feature-settings: normal !important;
    letter-spacing: 0 !important;
  }

  #tko_header a,
  #tko_footer a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000;
    text-decoration: none;
  }

  #tko_header a:link,
  #tko_header a:active,
  #tko_footer a:link,
  #tko_footer a:active {
    color: #000;
    text-decoration: none;
  }

  #tko_header a:visited,
  #tko_footer a:visited {
    color: #000;
    text-decoration: none;
  }

  #tko_header a:focus,
  #tko_footer a:focus {
    outline: none;
  }

  #tko_header {
    width: 100%;
    height: 50px;
    background: #fff;
  }

  #tko_header .tko_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
  }

  #tko_header .logo {
    width: 127px;
  }

  #tko_header .logo a {
    display: block;
  }

  #tko_header .logo a img {
    display: block;
    width: 127px;
    height: 40px;
  }

  #tko_header .ad .cliant {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

  #tko_header .ad .cliant p {
    margin-right: 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #333;
  }

  #tko_header .ad .cliant img {
    display: block;
    width: 24px;
    height: auto;
    margin: 0 0 0 auto;
  }

  #tko_header .ad .date {
    text-align: right;
    font-size: 12px;
    line-height: 1;
    color: #333;
  }

  .g-footer {
    margin-top: 42px;
    background-color: #6c7883;
    order: 99;
  }

  .g-footer-menu {
    display: grid;
    margin: 0 auto;
    padding: 30px 14px 0;
    grid-template-columns: 99px auto;
    align-items: center;
    justify-content: space-between;
  }

  .g-footer-logo {
    width: 99px;
  }

  .g-footer-sns {
    justify-self: flex-end;
  }

  .m-sns {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 17px;
  }

  .m-sns__item {
    width: 24px;
  }

  .g-footer-nav {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 10px;
    grid-column: 1 / -1;
  }

  .g-footer-nav__list.\--genre,
  .g-footer-nav__list.\--main {
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }

  .g-footer-nav__list.\--genre {
    margin-top: 6px;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }

  .g-footer-nav__link {
    color: #fff;
  }

  .g-footer-nav__link.\--blank:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    content: "";
    background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }

  .g-footer-related {
    margin-top: 24px;
    padding: 0 14px;
  }

  .g-footer-nav {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 10px;
    grid-column: 1 / -1;
  }

  .g-footer-nav__ttl {
    font-size: 1.5rem;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #c1c1c1;
  }

  .g-footer-nav__list {
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .g-footer-nav__list.\--cols-2 {
    display: grid;
    grid-template-columns: auto auto;
  }

  .g-footer-nav__ttl.\--blank:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    content: "";
    background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }

  .g-footer-info {
    display: flex;
    margin-top: 24px;
    padding: 0 14px 50px;
    flex-wrap: wrap;
    gap: 10px 24px;
  }

  .g-footer-info .g-footer-nav,
  .g-footer-info .g-footer-nav__list {
    display: contents;
  }

  .g-footer-bottom {
    padding: 14px;
    background-color: #fff;
  }

  .g-footer-bottom__inner-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: center;
  }

  .g-footer-bottom__inner {
    display: contents;
  }

  .g-footer-bottom__txt {
    font-size: 1.2rem;
    text-align: center;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .g-footer-bottom__logo {
    width: 184px;
    grid-column: 1;
    grid-row: 1;
  }

  .g-footer-bottom__abj {
    width: 48px;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
}

@media screen and (min-width: 768px) {

  #tko_header *,
  #tko_footer * {
    font-family: Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: normal;
  }

  #tko_header a:hover,
  #tko_footer a:hover {
    color: #000;
    text-decoration: underline;
  }

  #tko_header {
    height: 80px;
  }

  #tko_header .tko_header_inner {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    padding: 8px 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #tko_header .logo {
    width: 192px;
  }

  #tko_header .logo a img {
    width: 192px;
    height: 60px;
  }

  #tko_header .ad {
    padding-top: 5px;
  }

  #tko_header .ad .cliant {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }

  #tko_header .ad .cliant p {
    margin-right: 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #333;
  }

  #tko_header .ad .cliant img {
    width: 30px;
  }

  #tko_header .ad .date {
    font-size: 14px;
    text-align: right;
    list-style: 1;
    color: #333;
  }

  .g-footer {
    background-color: #6c7883;
  }

  .g-footer-menu {
    display: grid;
    width: 1200px;
    margin: 0 auto;
    padding: 38px 0 15px;
    grid-template-columns: 137px auto auto;
    align-items: center;
    gap: 40px;
  }

  .g-footer-logo {
    width: 137px;
    margin-right: 60px;
  }

  .m-sns {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 17px;
  }

  .m-sns__item {
    width: 24px;
  }

  .g-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .g-footer-nav__link {
    color: #fff;
  }

  .g-footer-nav__list.\--genre,
  .g-footer-nav__list.\--main {
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

  .g-footer-nav__list.\--main {
    font-size: 1.6rem;
    gap: 23px;
  }

  .g-footer-nav__list.\--genre {
    font-size: 1.5rem;
    gap: 21px;
  }

  .g-footer-nav__list.\--genre,
  .g-footer-nav__list.\--main {
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

  .g-footer-nav__link.\--blank:after {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 3px;
    content: "";
    background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }

  .g-footer-related {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding-top: 38px;
    align-items: flex-start;
    gap: 58px;
  }

  .g-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .g-footer-nav__ttl {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
  }

  .g-footer-nav__ttl.\--blank:after {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 3px;
    content: "";
    background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
    background-size: 100% auto;
    margin-left: 10px;
  }

  .g-footer-nav__list {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .g-footer-nav__list.\--cols-2 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px 50px;
  }

  .g-footer-info {
    width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
  }

  .g-footer-nav.\--row {
    flex-direction: row;
    align-items: center;
    gap: 29px;
  }

  .g-footer-nav.\--row+.g-footer-nav.\--row {
    margin-top: 8px;
    padding: 14px 0;
    border-top: 1px solid #c1c1c1;
  }

  .g-footer-nav__list.\--company {
    flex-direction: row;
    gap: 29px;
  }

  .g-footer-nav__list.\--regal {
    flex-direction: row;
    gap: 21px;
  }

  .g-footer-bottom {
    background-color: #fff;
  }

  .g-footer-bottom__inner-wrap {
    position: relative;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    justify-content: space-between;
  }

  .g-footer-bottom__inner {
    display: flex;
    align-items: center;
  }

  .g-footer-bottom__logo {
    display: block;
    width: 144px;
    margin-right: 20px;
  }

  .g-footer-bottom__txt {
    font-size: 1.4rem;
  }

  .g-footer-bottom__abj {
    display: block;
    width: 55px;
  }
}