@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;

  margin: 0;
  padding: 0;

  vertical-align: baseline;

  border: 0;
  outline: 0;
}
body {
  line-height: 1;

  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: separate;

  vertical-align: middle;
}
caption,
th,
td {
  font-weight: normal;

  text-align: left;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;

  margin: 0;
  padding: 0;

  border: 0;
  outline: 0;
}
audio,
canvas,
video {
  display: inline-block;

  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
@-webkit-keyframes fadein {
  0% {
    display: block;
  }
  1% {
    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;

        -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes fadein {
  0% {
    display: block;
  }
  1% {
    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;

        -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@font-face {
  font-family: "HindGuntur";
  font-weight: "bold";
  font-style: "normal";

  src: url("/assets/font/HindGuntur/HindGuntur-SemiBold.eot");
  src: url("/assets/font/HindGuntur/HindGuntur-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/font/HindGuntur/HindGuntur-SemiBold.woff2") format("woff2"), url("/assets/font/HindGuntur/HindGuntur-SemiBold.woff") format("woff"), url("/assets/font/HindGuntur/HindGuntur-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "HindGuntur";
  font-weight: "normal";
  font-style: "normal";

  src: url("/assets/font/HindGuntur/HindGuntur-Medium.eot");
  src: url("/assets/font/HindGuntur/HindGuntur-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/font/HindGuntur/HindGuntur-Medium.woff2") format("woff2"), url("/assets/font/HindGuntur/HindGuntur-Medium.woff") format("woff"), url("/assets/font/HindGuntur/HindGuntur-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoCondensed";
  font-weight: "bold";
  font-style: "normal";

  src: url("/assets/font/RobotoCondensed/RobotoCondensed-Bold.eot");
  src: url("/assets/font/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/font/RobotoCondensed/RobotoCondensed-Bold.woff2") format("woff2"), url("/assets/font/RobotoCondensed/RobotoCondensed-Bold.woff") format("woff"), url("/assets/font/RobotoCondensed/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoCondensed";
  font-weight: "normal";
  font-style: "normal";

  src: url("/assets/font/RobotoCondensed/RobotoCondensed-Regular.eot");
  src: url("/assets/font/RobotoCondensed/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/font/RobotoCondensed/RobotoCondensed-Regular.woff2") format("woff2"), url("/assets/font/RobotoCondensed/RobotoCondensed-Regular.woff") format("woff"), url("/assets/font/RobotoCondensed/RobotoCondensed-Regular.ttf") format("truetype");
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Arial", "\30e1\30a4\30ea\30aa", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  line-height: 1.5;

  color: #000;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body a {
  text-decoration: none;

  color: #000;
}
body a:link,
body a:active,
body a:visited,
body a:focus {
  color: #000;
}
body a,
body input,
body button {
  font-family: "ヒラギノ角ゴ Pro W3", "Arial", "\30e1\30a4\30ea\30aa", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;

  -webkit-appearance: none;
     -moz-appearance: none;
}
body a:focus,
body input:focus,
body button:focus {
  outline: none;
}
body input::-moz-focus-inner,
body button::-moz-focus-inner {
  border: none;
}
body input {
  border: none;
  border-radius: 0;
}
body input[type="submit"],
body label {
  cursor: pointer;
}
body img {
  max-width: 100%;
  height: auto;
}
body .font-hind-guntur {
  font-family: "HindGuntur";
}
body .font-roboto-condensed,
.module-icon-new,
.module-pager li,
.layout-pc .program-index-page .global-article .local-select .calendar-area td {
  font-family: "RobotoCondensed";
}
body .category-pga {
  color: #023fbc !important;
}
body .category-pga a {
  color: #023fbc !important !important;
}
body .category-event_onair {
  color: #e1129f !important;
}
body .category-event_onair a {
  color: #e1129f !important !important;
}
body .category-news_info {
  color: #25a2b1 !important;
}
body .category-news_info a {
  color: #25a2b1 !important !important;
}
body .category-gear {
  color: #77410d !important;
}
body .category-gear a {
  color: #77410d !important !important;
}
body .category-documentary {
  color: #646464 !important;
}
body .category-documentary a {
  color: #646464 !important !important;
}
body .category-jgto_jlpga {
  color: #d82731 !important;
}
body .category-jgto_jlpga a {
  color: #d82731 !important !important;
}
body .category-champions {
  color: #6a0701 !important;
}
body .category-champions a {
  color: #6a0701 !important !important;
}
body .category-major {
  color: #ed5502 !important;
}
body .category-major a {
  color: #ed5502 !important !important;
}
body .category-lesson {
  color: #069e06 !important;
}
body .category-lesson a {
  color: #069e06 !important !important;
}
body .category-european {
  color: #16126d !important;
}
body .category-european a {
  color: #16126d !important !important;
}
body .category-lpga {
  color: #c90eda !important;
}
body .category-lpga a {
  color: #c90eda !important !important;
}
body .channel-au {
  color: #eb5505 !important;
}
body .channel-au a {
  color: #eb5505 !important !important;
}
body .channel-cable {
  color: #e83416 !important;
}
body .channel-cable a {
  color: #e83416 !important !important;
}
body .exception-area {
  clear: both;

  margin: 2em 0;
}
body .reserve-video {
  position: relative;
  top: 0;
  left: 0;

  width: 100%;
  padding-top: 56.25%;
}
body .reserve-video::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;

  display: block;

  width: 1em;
  height: 1em;
  margin-top: -.5em;
  margin-left: -.5em;

  content: "";
  -webkit-animation: spinner .5s infinite linear;
          animation: spinner .5s infinite linear;

  border: solid 2px #022167;
  border-right: solid 2px transparent;
  border-radius: 50%;
}
body .reserve-video .video-js {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;

  max-width: 100%;
  height: 100%;
}
body .body-area a,
body .local-free a,
body .local-dfp a,
body .aside-free a,
body .module-txt a {
  display: inline-block;

  text-decoration: none;

  color: #054df3;
}
body .body-area a:link,
body .local-free a:link,
body .local-dfp a:link,
body .aside-free a:link,
body .module-txt a:link,
body .body-area a:active,
body .local-free a:active,
body .local-dfp a:active,
body .aside-free a:active,
body .module-txt a:active,
body .body-area a:visited,
body .local-free a:visited,
body .local-dfp a:visited,
body .aside-free a:visited,
body .module-txt a:visited,
body .body-area a:focus,
body .local-free a:focus,
body .local-dfp a:focus,
body .aside-free a:focus,
body .module-txt a:focus {
  color: #054df3;
}
body .body-area a:hover,
body .local-free a:hover,
body .local-dfp a:hover,
body .aside-free a:hover,
body .module-txt a:hover {
  text-decoration: underline;
}
body > img {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 0;
  left: 0;

  overflow: hidden;

  width: 0;
  height: 0;
}
.layout-pc {
  font-size: 15px;

  min-width: 1100px;
  margin: 0 auto;
}
.layout-pc body {
  font-size: 15px;

  min-width: 1100px;
  margin: 0 auto;
}
.layout-pc .global-content {
  position: relative;
  top: 0;
  left: 0;

  margin: 0 auto;
  padding-top: 56px;
}
.layout-pc .global-content:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-content .local-parts-inner {
  width: 1100px;
  margin: 0 auto;
}
.layout-pc .global-essential-inner {
  position: relative;
  top: 0;
  left: 0;

  width: 1100px;
  margin: 0 auto;
}
.layout-pc .global-essential-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-main .global-article {
  padding-bottom: 160px;
}
.layout-pc .global-main.has-aside .global-content {
  width: 1100px;
  padding-top: 56px;
}
.layout-pc .global-main.has-aside .global-content-inner {
  position: relative;
  top: 0;
  left: 0;
}
.layout-pc .global-main.has-aside .global-content-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-main.has-aside .global-content-inner::before {
  position: absolute;
  top: 0;
  right: 0;

  display: block;
  clear: both;

  width: 348px;
  height: 100%;

  content: "";

  background: #f2f2f2;
}
.layout-pc .global-main.has-aside .local-parts-inner {
  width: 100%;
  margin: 0 auto;
}
.layout-pc .global-main.has-aside .global-article,
.layout-pc .global-main.has-aside .global-aside {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;

  float: left;

  padding-bottom: 238px;
}
.layout-pc .global-main.has-aside .global-article {
  width: 724px;
}
.layout-pc .global-main.has-aside .global-aside {
  width: 348px;
  margin-left: 28px;
}
.layout-pc .global-main .local-parts {
  margin-top: 90px;
}
.layout-pc .global-main .local-parts:first-child {
  margin-top: 0;
}
.layout-sp {
  font-size: 29px;

  width: 750px;
  margin: 0 auto;
}
.layout-sp body {
  font-size: 29px;

  width: 750px;
  margin: 0 auto;
}
.layout-sp .global-content {
  padding-top: 70px;
}
.layout-sp .global-content:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .global-main {
  overflow: hidden;
}
.layout-sp .global-article {
  overflow: hidden;

  padding-bottom: 180px;
}
.layout-sp .global-aside {
  background: #f2f2f2;
}
.layout-sp .local-parts {
  padding: 0 40px;
}
.layout-sp .local-parts-inner {
  position: relative;
  top: 0;
  left: 0;
}
.layout-sp .local-parts {
  margin-top: 180px;
}
.layout-sp .local-parts:first-child {
  margin-top: 0;
}
.module-ttl {
  font-weight: bold;
  line-height: 1.5;
}
h1.module-ttl,
h2.module-ttl {
  text-align: center;
}
h3.module-ttl {
  text-align: left;
}
.global-essential {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.global-essential .module-ttl.option-type1,
.global-article .module-ttl.option-type1 {
  text-align: center;
}
.global-essential .module-ttl.option-type1 > span,
.global-article .module-ttl.option-type1 > span {
  display: block;
}
.global-essential .module-ttl.option-type1 .en,
.global-article .module-ttl.option-type1 .en {
  line-height: 1;
}
.global-essential .module-ttl.option-type1 .ja,
.global-article .module-ttl.option-type1 .ja {
  font-weight: bold;
}
.global-essential .module-ttl.option-type1::after,
.global-article .module-ttl.option-type1::after {
  display: block;

  content: "";

  border-bottom: 3px solid #051f75;
}
.global-essential .module-ttl.option-type2,
.global-article .module-ttl.option-type2 {
  text-align: center;
}
.global-essential .module-ttl.option-type2 > span,
.global-article .module-ttl.option-type2 > span {
  font-weight: bold;

  position: relative;

  display: inline-block;
}
.global-essential .module-ttl.option-type2 > span::after,
.global-article .module-ttl.option-type2 > span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  display: inline-block;

  width: 100%;

  content: "";

  border-bottom: 3px solid #051f75;
}
.global-essential .module-ttl.option-type3,
.global-article .module-ttl.option-type3 {
  text-align: left;
}
.global-essential .module-ttl.option-type3 > span,
.global-article .module-ttl.option-type3 > span {
  font-weight: bold;

  display: block;
}
.global-essential .module-ttl.option-type3::after,
.global-article .module-ttl.option-type3::after {
  display: block;

  width: 100%;

  content: "";

  border-bottom: 4px solid #051f75;
}
.global-essential .module-ttl.option-type4,
.global-article .module-ttl.option-type4 {
  position: relative;
  top: 0;
  left: 0;

  text-align: left;
}
.global-essential .module-ttl.option-type4 > span,
.global-article .module-ttl.option-type4 > span {
  display: inline-block;

  margin: -5px 0;
  padding-left: 25px;

  vertical-align: middle;
}
.global-essential .module-ttl.option-type4::before,
.global-article .module-ttl.option-type4::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  display: block;

  width: 8px;
  height: 100%;
  margin: auto 0;

  content: "";

  background: #051f75;
}
.global-essential .module-ttl.option-type5,
.global-article .module-ttl.option-type5 {
  text-align: left;
}
.global-essential .module-ttl.option-type6,
.global-article .module-ttl.option-type6 {
  text-align: left;

  color: #fff;
  background: #022167;
}
.layout-pc h1.module-ttl {
  font-size: 240%;

  margin-bottom: 72px;
}
.layout-pc h2.module-ttl {
  font-size: 174%;

  margin-bottom: 35px;
}
.layout-pc h3.module-ttl {
  font-size: 120%;

  margin-bottom: 24px;
}
.layout-pc .global-essential .module-ttl.option-type1,
.layout-pc .global-article .module-ttl.option-type1 {
  font-size: 100%;
}
.layout-pc .global-essential .module-ttl.option-type1 .en,
.layout-pc .global-article .module-ttl.option-type1 .en {
  font-size: 334%;
}
.layout-pc .global-essential .module-ttl.option-type1 .ja,
.layout-pc .global-article .module-ttl.option-type1 .ja {
  font-size: 254%;
}
.layout-pc .global-essential .module-ttl.option-type1::after,
.layout-pc .global-article .module-ttl.option-type1::after {
  width: 50px;
  margin: 8px auto 0;
}
.layout-pc .global-essential .module-ttl.option-type2,
.layout-pc .global-article .module-ttl.option-type2 {
  font-size: 100%;

  margin-bottom: 30px;
}
.layout-pc .global-essential .module-ttl.option-type2 > span,
.layout-pc .global-article .module-ttl.option-type2 > span {
  font-size: 214%;

  padding-bottom: 5px;
}
.layout-pc .global-essential .module-ttl.option-type2 > span.en,
.layout-pc .global-article .module-ttl.option-type2 > span.en {
  padding-bottom: 0;
}
.layout-pc .global-essential .module-ttl.option-type3,
.layout-pc .global-article .module-ttl.option-type3 {
  font-size: 100%;

  margin-bottom: 42px;
}
.layout-pc .global-essential .module-ttl.option-type3 > span,
.layout-pc .global-article .module-ttl.option-type3 > span {
  font-size: 227%;
}
.layout-pc .global-essential .module-ttl.option-type3 .ja,
.layout-pc .global-article .module-ttl.option-type3 .ja {
  line-height: 1.647058823529412;
}
.layout-pc .global-essential .module-ttl.option-type4,
.layout-pc .global-article .module-ttl.option-type4 {
  font-size: 100%;
}
.layout-pc .global-essential .module-ttl.option-type4 > span,
.layout-pc .global-article .module-ttl.option-type4 > span {
  font-size: 147%;

  padding-left: 18px;
}
.layout-pc .global-essential .module-ttl.option-type4.option-size-small,
.layout-pc .global-article .module-ttl.option-type4.option-size-small {
  line-height: 1.066666666666667;
}
.layout-pc .global-essential .module-ttl.option-type4.option-size-small > span,
.layout-pc .global-article .module-ttl.option-type4.option-size-small > span {
  font-size: 100%;

  padding-left: 14px;
}
.layout-pc .global-essential .module-ttl.option-type4.option-size-small::before,
.layout-pc .global-article .module-ttl.option-type4.option-size-small::before {
  width: 4px;
}
.layout-pc .global-essential .module-ttl.option-type5,
.layout-pc .global-article .module-ttl.option-type5 {
  font-size: 127%;
  font-weight: bold;

  text-align: left;
}
.layout-pc .global-essential .module-ttl.option-type6,
.layout-pc .global-article .module-ttl.option-type6 {
  font-size: 120%;
  font-weight: bold;

  padding: 12px 20px 11px;

  text-align: left;
}
.layout-pc .global-essential .module-ttl.option-type1,
.layout-pc .global-essential .module-ttl.option-type2,
.layout-pc .global-essential .module-ttl.option-type3,
.layout-pc .global-essential .module-ttl.option-type4 {
  margin-top: 54px;
  margin-bottom: 0;
}
.layout-pc .global-aside .module-ttl.option-type1 {
  position: relative;
  top: 0;
  left: 0;

  display: table;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 11px 14px;

  color: #fff;
  background: #022167;
}
.layout-pc .global-aside .module-ttl.option-type1:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-aside .module-ttl.option-type1 .txt,
.layout-pc .global-aside .module-ttl.option-type1 .module-btn {
  display: table-cell;

  height: 27px;

  vertical-align: middle;
}
.layout-pc .global-aside .module-ttl.option-type1 .txt {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.166666666666667;
}
.layout-pc .global-aside .module-ttl.option-type1 .module-btn {
  padding-left: 10px;
}
.layout-pc .global-aside .module-ttl.option-type2 {
  position: relative;
  top: 0;
  left: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-bottom: 8px;

  border-bottom: 2px solid #c8c8c8;
}
.layout-pc .global-aside .module-ttl.option-type2:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-aside .module-ttl.option-type2 .txt {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.277777777777778;

  padding-left: 8px;

  border-left: 6px solid #022167;
}
.layout-sp h1.module-ttl {
  font-size: 159%;

  margin-bottom: 80px;
}
.layout-sp h2.module-ttl {
  font-size: 138%;

  margin-bottom: 40px;
}
.layout-sp h3.module-ttl {
  font-size: 118%;

  margin-bottom: 18px;
}
.layout-sp .global-essential .module-ttl.option-type1,
.layout-sp .global-article .module-ttl.option-type1 {
  font-size: 100%;
  font-weight: bold;
}
.layout-sp .global-essential .module-ttl.option-type1 .en,
.layout-sp .global-article .module-ttl.option-type1 .en {
  font-size: 242%;
}
.layout-sp .global-essential .module-ttl.option-type1 .ja,
.layout-sp .global-article .module-ttl.option-type1 .ja {
  font-size: 187%;
}
.layout-sp .global-essential .module-ttl.option-type1::after,
.layout-sp .global-article .module-ttl.option-type1::after {
  width: 70px;
  margin: 15px auto 0;
}
.layout-sp .global-essential .module-ttl.option-type2,
.layout-sp .global-article .module-ttl.option-type2 {
  font-size: 100%;

  margin-bottom: 70px;
}
.layout-sp .global-essential .module-ttl.option-type2 > span,
.layout-sp .global-article .module-ttl.option-type2 > span {
  font-size: 152%;

  padding-bottom: 20px;
}
.layout-sp .global-essential .module-ttl.option-type2 > span::after,
.layout-sp .global-article .module-ttl.option-type2 > span::after {
  border-width: 6px;
}
.layout-sp .global-essential .module-ttl.option-type2 > span.en,
.layout-sp .global-article .module-ttl.option-type2 > span.en {
  line-height: 1;
}
.layout-sp .global-essential .module-ttl.option-type3,
.layout-sp .global-article .module-ttl.option-type3 {
  font-size: 100%;

  width: 670px;
  margin: 0 auto 60px;
}
.layout-sp .global-essential .module-ttl.option-type3 > span,
.layout-sp .global-article .module-ttl.option-type3 > span {
  font-size: 166%;
}
.layout-sp .global-essential .module-ttl.option-type3 .ja,
.layout-sp .global-article .module-ttl.option-type3 .ja {
  line-height: 1.6875;
}
.layout-sp .global-essential .module-ttl.option-type4,
.layout-sp .global-article .module-ttl.option-type4 {
  font-size: 100%;
  line-height: 1;

  width: 670px;
  margin-right: auto;
  margin-left: auto;
}
.layout-sp .global-essential .module-ttl.option-type4 > span,
.layout-sp .global-article .module-ttl.option-type4 > span {
  font-size: 111%;
  line-height: 1.3125;
}
.layout-sp .global-essential .module-ttl.option-type6,
.layout-sp .global-article .module-ttl.option-type6 {
  font-size: 104%;
  font-weight: bold;

  padding: 23px 27px 22px;

  text-align: left;
}
.layout-sp .global-article #gn-magazine .module-ttl .ja::after {
  border-color: #035e36;
}
.layout-sp .global-essential .module-ttl.option-type1,
.layout-sp .global-essential .module-ttl.option-type2,
.layout-sp .global-essential .module-ttl.option-type3,
.layout-sp .global-essential .module-ttl.option-type4 {
  margin-top: 68px;
  margin-bottom: 0;
}
body .module-txt {
  line-height: 1.5;
}
body .module-notice {
  line-height: 1.5;
}
body .module-notice li {
  position: relative;
  top: 0;
  left: 0;

  padding-left: 1.2em;
}
body .module-notice li .option-mark {
  position: absolute;
  top: 0;
  left: 0;
}
body .module-bold {
  font-weight: bold;
}
body .module-breadcrumbs li {
  display: inline-block;
}
body .module-breadcrumbs li::before {
  display: inline-block;

  width: .4em;
  height: .4em;
  margin: 0 .5em 0 .4em;

  content: "";
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;

  border: 1px solid #000;
  border-top: none;
  border-left: none;
}
body .module-breadcrumbs li:first-child::before {
  display: none;

  content: "";
}
.layout-pc .module-breadcrumbs {
  font-size: 87%;

  width: 1100px;
  margin: 0 auto 20px;
}
.layout-pc .module-breadcrumbs li a {
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

  border-bottom: 1px solid transparent;
}
.layout-pc .module-breadcrumbs li a:hover {
  border-bottom: 1px solid #000;
}
.layout-sp .module-breadcrumbs {
  font-size: 69%;

  display: none;

  margin-bottom: 40px;
  padding: 0 40px;
}
.layout-sp .module-breadcrumbs li a {
  text-decoration: underline;
}
.module-arrow-circle {
  display: table;
  overflow: hidden;

  width: 1em;
  height: 1em;

  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;

  border-radius: 50%;
  background: #fff;
}
.module-arrow-circle span {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;
}
.module-arrow-circle span::after {
  position: absolute;
  top: 50%;
  left: 50%;

  display: table;

  width: .3em;
  height: .3em;
  margin-left: -.3em;

  content: "";
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;

  border: 1px solid #022167;
  border-top: none;
  border-left: none;
}
.module-arrow-circle.option-dir-left span::after {
  right: 50%;
  left: auto;

  margin-right: -.6em;
  margin-left: auto;

  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.layout-pc .module-arrow-circle:hover {
  background: #787878;
}
.layout-pc .module-arrow-circle:hover span::after {
  border-color: #011542;
}
.layout-sp .module-arrow-circle span::after {
  width: .25em;
  height: .25em;
  margin-left: -.25em;

  border-width: 2px;
}
.module-arrow a::after,
.module-pager .prev a::after,
.module-pager .next a::after,
.global-header .global-preliminary-report a::after,
.layout-pc .global-header .category li.has-list > a::after,
.module-data-tab .ttl.has-list .selected::after,
.module-anchor .icon::after,
.layout-pc .global-aside .aside-rank .ttl.has-list .selected::after,
.layout-pc .global-header .global-leadersboard .tournament .ttl.has-list dl::after,
.local-broadcast-schedule .btn a::after,
.event-detail-page .global-article .local-information .btn a::after,
.layout-sp .program-index-page .global-article .local-nav li span::after,
.layout-sp .program-index-page .global-article .local-pager .prev .column::after,
.layout-sp .program-index-page .global-article .local-pager .next .column::after,
.layout-sp .program-index-page .global-article .local-program-table td.data-cell::after,
.module-arrow a::before,
.module-pager .prev a::before,
.module-pager .next a::before,
.global-header .global-preliminary-report a::before,
.layout-pc .global-header .category li.has-list > a::before,
.module-data-tab .ttl.has-list .selected::before,
.module-anchor .icon::before,
.layout-pc .global-aside .aside-rank .ttl.has-list .selected::before,
.layout-pc .global-header .global-leadersboard .tournament .ttl.has-list dl::before,
.local-broadcast-schedule .btn a::before,
.event-detail-page .global-article .local-information .btn a::before,
.layout-sp .program-index-page .global-article .local-nav li span::before,
.layout-sp .program-index-page .global-article .local-pager .prev .column::before,
.layout-sp .program-index-page .global-article .local-pager .next .column::before,
.layout-sp .program-index-page .global-article .local-program-table td.data-cell::before {
  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: .5em;
  height: .5em;
  margin: 0 .4em;

  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;

  border: 1px solid #022167;
  border-top: none;
  border-left: none;
}
.module-arrow.option-pos-left.option-dir-right a::before,
.module-pager .prev.option-pos-left.option-dir-right a::before,
.module-pager .next.option-pos-left.option-dir-right a::before,
.global-header .global-preliminary-report.option-pos-left.option-dir-right a::before,
.layout-pc .global-header .category li.has-list > .option-pos-left.option-dir-right a::before,
.module-pager .prev.option-dir-right a::before {
  -webkit-transform-origin: 25% 50%;
      -ms-transform-origin: 25% 50%;
          transform-origin: 25% 50%;
}
.module-arrow.option-pos-right a::after,
.module-pager .prev.option-pos-right a::after,
.module-pager .next.option-pos-right a::after,
.global-header .global-preliminary-report.option-pos-right a::after,
.layout-pc .global-header .category li.has-list > .option-pos-right a::after,
.module-pager .next a::after,
.global-header .global-preliminary-report a::after,
.layout-pc .global-header .category li.has-list > a::after,
.module-data-tab .ttl.has-list .selected::after,
.layout-pc .global-aside .aside-rank .ttl.has-list .selected::after,
.layout-pc .global-header .global-leadersboard .tournament .ttl.has-list dl::after,
.local-broadcast-schedule .btn a::after,
.event-detail-page .global-article .local-information .btn a::after,
.layout-sp .program-index-page .global-article .local-pager .next .column::after,
.layout-sp .program-index-page .global-article .local-program-table td.data-cell::after {
  content: "";
}
.module-arrow.option-pos-left a::before,
.module-pager .prev.option-pos-left a::before,
.module-pager .next.option-pos-left a::before,
.global-header .global-preliminary-report.option-pos-left a::before,
.layout-pc .global-header .category li.has-list > .option-pos-left a::before,
.module-pager .prev a::before,
.module-anchor .icon::before,
.layout-sp .program-index-page .global-article .local-nav li span::before,
.layout-sp .program-index-page .global-article .local-pager .prev .column::before {
  content: "";
}
.module-arrow.option-dir-right a::before,
.module-pager .prev.option-dir-right a::before,
.module-pager .next.option-dir-right a::before,
.global-header .global-preliminary-report.option-dir-right a::before,
.layout-pc .global-header .category li.has-list > .option-dir-right a::before,
.module-pager .next a::before,
.global-header .global-preliminary-report a::before,
.layout-sp .program-index-page .global-article .local-pager .next .column::before,
.layout-sp .program-index-page .global-article .local-program-table td.data-cell::before,
.module-arrow.option-dir-right a::after,
.module-pager .prev.option-dir-right a::after,
.module-pager .next.option-dir-right a::after,
.global-header .global-preliminary-report.option-dir-right a::after,
.layout-pc .global-header .category li.has-list > .option-dir-right a::after,
.module-pager .next a::after,
.global-header .global-preliminary-report a::after,
.layout-sp .program-index-page .global-article .local-pager .next .column::after,
.layout-sp .program-index-page .global-article .local-program-table td.data-cell::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.module-arrow.option-dir-left a::before,
.module-pager .prev.option-dir-left a::before,
.module-pager .next.option-dir-left a::before,
.global-header .global-preliminary-report.option-dir-left a::before,
.layout-pc .global-header .category li.has-list > .option-dir-left a::before,
.module-pager .prev a::before,
.layout-sp .program-index-page .global-article .local-pager .prev .column::before,
.module-arrow.option-dir-left a::after,
.module-pager .prev.option-dir-left a::after,
.module-pager .next.option-dir-left a::after,
.global-header .global-preliminary-report.option-dir-left a::after,
.layout-pc .global-header .category li.has-list > .option-dir-left a::after,
.module-pager .prev a::after,
.layout-sp .program-index-page .global-article .local-pager .prev .column::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.module-arrow.option-dir-bottom a::before,
.module-pager .prev.option-dir-bottom a::before,
.module-pager .next.option-dir-bottom a::before,
.global-header .global-preliminary-report.option-dir-bottom a::before,
.layout-pc .global-header .category li.has-list > .option-dir-bottom a::before,
.layout-pc .global-header .category li.has-list > a::before,
.module-data-tab .ttl.has-list .selected::before,
.module-anchor .icon::before,
.layout-pc .global-aside .aside-rank .ttl.has-list .selected::before,
.layout-pc .global-header .global-leadersboard .tournament .ttl.has-list dl::before,
.local-broadcast-schedule .btn a::before,
.event-detail-page .global-article .local-information .btn a::before,
.layout-sp .program-index-page .global-article .local-nav li span::before,
.module-arrow.option-dir-bottom a::after,
.module-pager .prev.option-dir-bottom a::after,
.module-pager .next.option-dir-bottom a::after,
.global-header .global-preliminary-report.option-dir-bottom a::after,
.layout-pc .global-header .category li.has-list > .option-dir-bottom a::after,
.layout-pc .global-header .category li.has-list > a::after,
.module-data-tab .ttl.has-list .selected::after,
.module-anchor .icon::after,
.layout-pc .global-aside .aside-rank .ttl.has-list .selected::after,
.layout-pc .global-header .global-leadersboard .tournament .ttl.has-list dl::after,
.local-broadcast-schedule .btn a::after,
.event-detail-page .global-article .local-information .btn a::after,
.layout-sp .program-index-page .global-article .local-nav li span::after {
  top: -.25em;

  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 70% 70%;
      -ms-transform-origin: 70% 70%;
          transform-origin: 70% 70%;
}
body .module-btn,
.layout-pc .module-btn-list li {
  margin: 0 auto;

  text-align: center;
}
body .module-btn a,
.layout-pc .module-btn-list li a {
  font-weight: bold;

  position: relative;
  top: 0;
  left: 0;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: 2px solid #000;
  border-radius: 5em;
}
body .module-btn a::after,
.layout-pc .module-btn-list li a::after,
.layout-pc .program-index-page .global-article .local-pager .prev a::before,
.layout-pc .program-index-page .global-article .local-select .module-btn-list a::before {
  position: absolute;
  top: 50%;
  right: .76em;

  display: table;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: .55em;
  height: .55em;
  margin-top: -.275em;

  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

  border: 2px solid #022167;
  border-bottom: none;
  border-left: none;
}
body .module-btn.option-type-download a,
.layout-pc .module-btn-list li.option-type-download a {
  color: #fff;
  border-radius: 5px;
  background: #022167;
}
body .module-btn.option-type-download a::after,
.layout-pc .module-btn-list li.option-type-download a::after {
  right: .6875em;

  width: 1em;
  height: 1em;
  margin-top: -.5em;

  -webkit-transform: none;
      -ms-transform: none;
          transform: none;

  border: none;
  background: url("/assets/img/common/icon/download1.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
body .module-btn.option-type-pdf span,
.layout-pc .module-btn-list li.option-type-pdf span {
  position: relative;
  top: 0;
  left: 0;

  padding-right: 1.615384615384615em;
}
body .module-btn.option-type-pdf span::after,
.layout-pc .module-btn-list li.option-type-pdf span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  display: block;

  width: 1.269230769230769em;
  height: 1.307692307692308em;
  margin: auto;

  content: "";

  background: url("/assets/img/common/icon/pdf1.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
body .module-btn.option-type-disable a,
.layout-pc .module-btn-list li.option-type-disable a {
  cursor: default;

  color: #b9b9b9 !important;
  border-color: #505050 !important;
  background: #505050 !important;
}
body .module-btn.option-type-disable a::after,
.layout-pc .module-btn-list li.option-type-disable a::after {
  display: none !important;
}
body .module-tag {
  display: inline-block;

  margin: 0 auto;

  text-align: center;
}
body .module-tag a {
  font-weight: bold;

  position: relative;
  top: 0;
  left: 0;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  color: #fff;
  border: 2px solid #4e6394;
  border-radius: 5em;
  background: #4e6394;
}
body .global-article .module-btn.option-size-large a {
  border-radius: 5em;
}
body .global-article .module-btn.option-size-large a::after {
  border-color: #022167;
}
body .global-article .module-btn.option-size-small a,
.layout-pc .module-btn-list li a {
  border-radius: 5em;
}
body .global-article .module-btn.option-color-white a {
  background: #fff;
}
body .global-article .module-btn.option-color-blue a {
  color: #fff;
  border-color: #022167;
  background: #022167;
}
body .global-article .module-btn.option-color-blue a::after,
.layout-pc .program-index-page .global-article .local-pager .prev a::before {
  border-color: #fff;
}
body .global-article .module-btn.option-border-blue a {
  border-color: #022167;
}
body .global-aside .module-btn a {
  border: 2px solid #000;
}
body .global-aside .module-btn a::after {
  border-color: #022167;
}
body .global-aside .module-btn.option-color-blue a {
  color: #fff;
  border-color: #fff;
  background: #022167;
}
body .global-aside .module-btn.option-color-blue a::after {
  border-color: #fff;
}
body .global-aside .module-btn.option-border-blue a {
  border-color: #022167;
}
body .global-footer .module-btn a {
  border: 2px solid #fff;
}
body .global-footer .module-btn a::after {
  border-color: #fff;
}
.layout-pc .module-btn,
.layout-pc .module-btn-list li {
  font-size: 94%;

  width: 147px;
}
.layout-pc .module-btn a,
.layout-pc .module-btn-list li a {
  padding: 5px 22px 4px;

  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.layout-pc .module-btn a::after,
.layout-pc .module-btn-list li a::after {
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.layout-pc .module-btn a:hover,
.layout-pc .module-btn-list li a:hover {
  border-color: #dcdcdc;
  background: #dcdcdc;
}
.layout-pc .module-btn a.option-hover-opacity:hover,
.layout-pc .module-btn-list li a.option-hover-opacity:hover {
  opacity: .5;
  border-color: inherit !important;
  background: inherit !important;
}
.layout-pc .module-btn.option-type-download,
.layout-pc .module-btn-list li.option-type-download {
  font-size: 107%;

  width: auto;
  min-width: 223px;
}
.layout-pc .module-btn.option-type-download a,
.layout-pc .module-btn-list li.option-type-download a {
  padding: 2px;

  border-color: #022167;
}
.layout-pc .module-btn.option-type-download a:hover,
.layout-pc .module-btn-list li.option-type-download a:hover {
  border-color: #335ec1 !important;
  background: #335ec1 !important;
}
.layout-pc .module-btn.option-type-download span,
.layout-pc .module-btn-list li.option-type-download span {
  display: block;

  padding: 3px 1.875em;

  border: 1px solid #909dbc;
  border-radius: 5px;
}
.layout-pc .module-btn.option-color-white a:hover,
.layout-pc .module-btn-list li.option-color-white a:hover {
  border-color: #dcdcdc;
  background: #dcdcdc;
}
.layout-pc .module-btn.option-color-blue a.option-hover-opacity:hover,
.layout-pc .module-btn-list li.option-color-blue a.option-hover-opacity:hover {
  border-color: #022167 !important;
  background: #022167 !important;
}
.layout-pc .global-aside .module-btn.option-color-blue a.option-hover-opacity:hover {
  border-color: #fff !important;
}
.layout-pc .global-aside .module-btn.option-border-blue a.option-hover-opacity:hover {
  border-color: #022167 !important;
}
.layout-pc .module-tag {
  font-size: 87%;
}
.layout-pc .module-tag a {
  padding: 2px 16px;

  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.layout-pc .module-tag a:hover {
  border-color: #335ec1;
  background: #335ec1;
}
.layout-pc .global-article .module-btn.option-size-large {
  font-size: 114%;

  width: 300px;
}
.layout-pc .global-article .module-btn.option-size-large a {
  padding: 11px 30px 10px;
}
.layout-pc .global-article .module-btn.option-size-small {
  font-size: 74%;

  width: 127px;
}
.layout-pc .global-article .module-btn.option-size-small a {
  padding: 4px 19px 3px;
}
.layout-pc .global-article .module-btn.option-color-blue a:hover {
  border-color: #335ec1;
  background: #335ec1;
}
.layout-pc .global-article .module-btn.option-border-blue:hover {
  border-color: #022167;
}
.layout-pc .global-aside .module-btn {
  font-size: 74%;

  width: 102px;
}
.layout-pc .global-aside .module-btn a {
  padding: 4px 18px 3px;
}
.layout-pc .global-aside .module-btn a:hover {
  border-color: #c8c8c8;
  background: #c8c8c8;
}
.layout-pc .global-aside .module-btn.option-size-large {
  font-size: 120%;

  width: 320px;
}
.layout-pc .global-aside .module-btn.option-size-large a {
  padding: 13px 30px 12px;
}
.layout-pc .global-aside .module-btn.option-size-large.option-color-blue a:hover {
  border-color: #335ec1;
  background: #335ec1;
}
.layout-pc .global-aside .module-btn.option-size-small.option-color-blue a:hover {
  border-color: #677aa4;
  background: #677aa4;
}
.layout-pc .global-aside .module-btn.option-border-blue:hover {
  border-color: #022167;
}
.layout-pc .global-aside .module-tag {
  font-size: 74%;
}
.layout-pc .global-aside .module-tag a {
  padding: 1px 10px 0;
}
.layout-pc .global-footer .module-btn {
  width: auto;
}
.layout-pc .global-footer .module-btn li {
  font-size: 94%;

  width: 240px;
  margin: 0 auto;
}
.layout-pc .global-footer .module-btn a {
  padding: 6px 22px;
}
.layout-pc .global-footer .module-btn a:hover {
  color: #000;
  border-color: #fff;
  background: #fff;
}
.layout-pc .global-footer .module-btn a:hover::after {
  border-color: #000;
}
.layout-sp .module-btn {
  font-size: 104%;

  width: 100%;
}
.layout-sp .module-btn a {
  padding: 29px 50px 28px;

  border: 4px solid #000;
}
.layout-sp .module-btn a:after {
  border: 4px solid #022167;
  border-bottom: none;
  border-left: none;
}
.layout-sp .module-btn.option-type-download {
  font-size: 107%;
}
.layout-sp .module-btn.option-type-download a {
  padding: 1px 5px;

  border-color: #022167;
}
.layout-sp .module-btn.option-type-download a::after {
  width: 1.129032258064516em;
  height: 1.129032258064516em;
  margin-top: -.564516129032258em;
}
.layout-sp .module-btn.option-type-download span {
  display: block;

  padding: 16px 2em 16px;

  border: 1px solid #909dbc;
  border-radius: 5px;
}
.layout-sp .module-tag {
  font-size: 87%;
}
.layout-sp .module-tag a {
  padding: 2px 16px;
}
.layout-sp .global-article .module-btn.option-size-small {
  font-size: 90%;

  width: 292px;
}
.layout-sp .global-article .module-btn.option-size-small a {
  padding: 9px 35px 8px;
}
.layout-sp .global-aside .module-btn a {
  padding: 32px 50px;

  border: 4px solid #000;
}
.layout-sp .global-aside .module-btn a:after {
  border: 4px solid #022167;
  border-bottom: none;
  border-left: none;
}
.layout-sp .global-footer .module-btn li {
  font-size: 63%;

  width: 324px;
  margin: 0 auto;
}
.layout-sp .global-footer .module-btn a {
  padding: 16px 22px 15px;

  border: 3px solid #fff;
}
.layout-sp .global-footer .module-btn a:after {
  font-size: 134%;

  border: 3px solid #fff;
  border-bottom: none;
  border-left: none;
}
.module-citation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 3px;
  padding: 26px 21px 28px;

  border: 1px solid #e5e5e5;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
          box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
.layout-sp .module-citation {
  margin: 0 5px;
  padding: 37px 26px 37px;

  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
          box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.global-article .module-list,
.global-aside .module-list {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.global-article .module-list:after,
.global-aside .module-list:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.global-article .module-list li .column,
.global-aside .module-list li .column {
  display: block;
}
.global-article .module-list li .column:after,
.global-aside .module-list li .column:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.global-article .module-list li .img img,
.global-aside .module-list li .img img {
  vertical-align: bottom;
}
.global-article .module-list li .heading-txt.pga,
.global-aside .module-list li .heading-txt.pga {
  color: #023fbc;
}
.global-article .module-list li .heading-txt.jgto_jlpga,
.global-aside .module-list li .heading-txt.jgto_jlpga {
  color: #d82731;
}
.global-article .module-list li .heading-txt.champions,
.global-aside .module-list li .heading-txt.champions {
  color: #6a0701;
}
.global-article .module-list li .heading-txt.major,
.global-aside .module-list li .heading-txt.major {
  color: #ed5502;
}
.global-article .module-list li .heading-txt.event_onair,
.global-aside .module-list li .heading-txt.event_onair {
  color: #e1129f;
}
.global-article .module-list li .heading-txt.lesson,
.global-aside .module-list li .heading-txt.lesson {
  color: #069e06;
}
.global-article .module-list li .heading-txt.gear,
.global-aside .module-list li .heading-txt.gear {
  color: #77410d;
}
.global-article .module-list li .heading-txt.news_info,
.global-aside .module-list li .heading-txt.news_info {
  color: #25a2b1;
}
.global-article .module-list li .heading-txt.documentary,
.global-aside .module-list li .heading-txt.documentary {
  color: #646464;
}
.global-article .module-list li .heading-txt.european,
.global-aside .module-list li .heading-txt.european {
  color: #16126d;
}
.global-article .module-list li .heading-txt.lpga,
.global-aside .module-list li .heading-txt.lpga {
  color: #c90eda;
}
.global-article .module-list.campaign li,
.global-aside .module-list.campaign li {
  border-bottom: 1px solid #dcdcdc;
}
.global-article .module-list.campaign li .module-icon-new,
.global-aside .module-list.campaign li .module-icon-new {
  margin-right: 8px;
}
.global-article .module-list.campaign li .img img,
.global-aside .module-list.campaign li .img img {
  max-width: 100%;
}
.global-article .module-list.campaign li dt,
.global-aside .module-list.campaign li dt,
.global-article .module-list.campaign li .ttl,
.global-aside .module-list.campaign li .ttl {
  font-weight: bold;
}
.global-article .module-list.campaign li dd,
.global-aside .module-list.campaign li dd,
.global-article .module-list.campaign li .txt,
.global-aside .module-list.campaign li .txt {
  color: #404040;
}
.global-article .module-list.accepting-events li,
.global-aside .module-list.accepting-events li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: 1px solid #dcdcdc;
}
.global-article .module-list.accepting-events li .module-icon-new,
.global-aside .module-list.accepting-events li .module-icon-new {
  vertical-align: text-bottom;
}
.global-article .module-list.accepting-events li .img,
.global-aside .module-list.accepting-events li .img,
.global-article .module-list.accepting-events li .desc,
.global-aside .module-list.accepting-events li .desc {
  overflow: hidden;
}
.global-article .module-list.accepting-events li .img:after,
.global-aside .module-list.accepting-events li .img:after,
.global-article .module-list.accepting-events li .desc:after,
.global-aside .module-list.accepting-events li .desc:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.global-article .module-list.accepting-events li .img,
.global-aside .module-list.accepting-events li .img {
  text-align: right;
}
.global-article .module-list.accepting-events li .img img,
.global-aside .module-list.accepting-events li .img img {
  max-width: 100%;
}
.global-article .module-list.accepting-events li .ttl .ttl-txt,
.global-aside .module-list.accepting-events li .ttl .ttl-txt {
  font-weight: bold;
}
.global-article .module-list.accepting-events li .detail th,
.global-aside .module-list.accepting-events li .detail th {
  font-weight: bold;
}
.global-article .module-list.accepting-events li .to-past,
.global-aside .module-list.accepting-events li .to-past {
  font-weight: bold;

  clear: both;
}
.global-article .module-list.past-events ul,
.global-aside .module-list.past-events ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: 1px solid #dcdcdc;
}
.global-article .module-list.past-events ul:after,
.global-aside .module-list.past-events ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.global-article .module-list.past-events li,
.global-aside .module-list.past-events li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border-top: 1px solid #dcdcdc;
}
.global-article .module-list.past-events li .module-icon-new,
.global-aside .module-list.past-events li .module-icon-new {
  vertical-align: text-bottom;
}
.global-article .module-list.past-events li .desc,
.global-aside .module-list.past-events li .desc {
  overflow: hidden;
}
.global-article .module-list.past-events li .desc:after,
.global-aside .module-list.past-events li .desc:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.global-article .module-list.past-events li .ttl .ttl-txt,
.global-aside .module-list.past-events li .ttl .ttl-txt {
  font-weight: bold;
}
.global-article .module-list.past-events li .btn,
.global-aside .module-list.past-events li .btn {
  display: inline-block;

  width: auto;
}
.global-article .module-list.search li,
.global-aside .module-list.search li {
  margin-top: 20px;
}
.global-article .module-list.search li:first-child,
.global-aside .module-list.search li:first-child {
  margin-top: 0;
}
.global-article .module-list.search a,
.global-aside .module-list.search a {
  display: block;
}
.global-article .module-list.search a:after,
.global-aside .module-list.search a:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.global-article .module-list.search .label span,
.global-aside .module-list.search .label span {
  vertical-align: middle;
}
.global-article .module-list.search .category,
.global-aside .module-list.search .category {
  font-weight: bold;
}
.global-article .module-list.search .category.pga,
.global-aside .module-list.search .category.pga {
  color: #023fbc;
}
.global-article .module-list.search .category.jgto_jlpga,
.global-aside .module-list.search .category.jgto_jlpga {
  color: #d82731;
}
.global-article .module-list.search .category.champions,
.global-aside .module-list.search .category.champions {
  color: #6a0701;
}
.global-article .module-list.search .category.major,
.global-aside .module-list.search .category.major {
  color: #ed5502;
}
.global-article .module-list.search .category.event_onair,
.global-aside .module-list.search .category.event_onair {
  color: #e1129f;
}
.global-article .module-list.search .category.lesson,
.global-aside .module-list.search .category.lesson {
  color: #069e06;
}
.global-article .module-list.search .category.gear,
.global-aside .module-list.search .category.gear {
  color: #77410d;
}
.global-article .module-list.search .category.news_info,
.global-aside .module-list.search .category.news_info {
  color: #25a2b1;
}
.global-article .module-list.search .category.documentary,
.global-aside .module-list.search .category.documentary {
  color: #646464;
}
.global-article .module-list.search .category.european,
.global-aside .module-list.search .category.european {
  color: #16126d;
}
.global-article .module-list.search .category.lpga,
.global-aside .module-list.search .category.lpga {
  color: #c90eda;
}
.global-article .module-list.search .ttl,
.global-aside .module-list.search .ttl {
  font-weight: bold;
}
.global-article .module-list.search .img,
.global-aside .module-list.search .img,
.global-article .module-list.search .data,
.global-aside .module-list.search .data {
  position: relative;

  overflow: hidden;
}
.global-article .module-list.search .img,
.global-aside .module-list.search .img {
  line-height: 0;

  float: left;

  padding-right: 20px;
}
.global-aside .module-list.option-type1 li {
  font-weight: bold;
}
.global-aside .module-list.option-type1 .column:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.global-aside .module-list.option-type1 .img {
  float: left;

  text-align: center;
}
.global-aside .module-list.option-type1 .img,
.global-aside .module-list.option-type1 .desc {
  overflow: hidden;
}
.global-aside .module-list.option-type1 .heading-txt {
  color: #023fbc;
}
.global-aside .module-list.option-type1 .img {
  width: 98px;
  margin-right: 10px;
}
.global-aside .module-list.option-type1 .img img {
  max-width: 98px;
}
.global-aside .module-list.option-type1 .desc {
  font-size: 94%;
  line-height: 1.428571428571429;
}
.global-aside .module-list.option-type1 .module-icon-new {
  margin-right: 4px;
}
.global-aside .module-list.option-type1 .date {
  font-size: 87%;
  line-height: 1.538461538461539;

  margin-top: 5px;
}
.global-aside .module-list.option-type1.gn-magazine li,
.global-aside .module-list.option-type1.schedule li,
.global-aside .module-list.option-type1.pickup-program li {
  border-bottom: 2px solid #c8c8c8;
}
.global-aside .module-list.option-type1.gn-magazine li .column,
.global-aside .module-list.option-type1.schedule li .column,
.global-aside .module-list.option-type1.pickup-program li .column {
  display: block;

  padding: 20px 14px;
}
.global-aside .module-list.option-type1.gn-magazine li .date,
.global-aside .module-list.option-type1.schedule li .date,
.global-aside .module-list.option-type1.pickup-program li .date {
  display: block;
}
.global-aside .module-list.option-type1.news li,
.global-aside .module-list.option-type1.news_info li {
  font-weight: bold;

  border-bottom: 2px solid #c8c8c8;
}
.global-aside .module-list.option-type1.news li .column,
.global-aside .module-list.option-type1.news_info li .column {
  display: block;

  padding: 23px 14px 17px;
}
.global-aside .module-list.option-type1.news li .date,
.global-aside .module-list.option-type1.news_info li .date {
  display: block;
}
.global-aside .module-list.option-type1.news li .module-icon-new,
.global-aside .module-list.option-type1.news_info li .module-icon-new {
  margin-right: 4px;
}
.layout-pc .global-article .module-list ul:after,
.layout-pc .global-article .module-list ol:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-article .module-list li {
  float: left;

  width: 352px;
}
.layout-pc .global-article .module-list.option-type1 .img,
.layout-pc .global-article .module-list.option-type2 .img,
.layout-pc .global-article .module-list.option-type3 .img {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  overflow: hidden;

  padding-top: 56.25%;
}
.layout-pc .global-article .module-list.option-type1 .img img,
.layout-pc .global-article .module-list.option-type2 .img img,
.layout-pc .global-article .module-list.option-type3 .img img {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.layout-pc .global-article .module-list.option-type1 li {
  margin-top: 28px;
}
.layout-pc .global-article .module-list.option-type1 li:first-child {
  width: 724px;
  margin-top: 0;
}
.layout-pc .global-article .module-list.option-type1 li:nth-child(odd) {
  float: right;
}
.layout-pc .global-article .module-list.option-type1 li:nth-child(even) {
  clear: both;
}
.layout-pc .global-article .module-list.option-type2 li:nth-child(n+3) {
  margin-top: 28px;
}
.layout-pc .global-article .module-list.option-type2 li:nth-child(odd) {
  clear: both;
}
.layout-pc .global-article .module-list.option-type2 li:nth-child(even) {
  float: right;
}
.layout-pc .global-article .module-list.option-type3 li {
  width: 228px;
  margin-top: 25px;
  margin-left: 20px;
}
.layout-pc .global-article .module-list.option-type3 li:nth-child(1),
.layout-pc .global-article .module-list.option-type3 li:nth-child(2),
.layout-pc .global-article .module-list.option-type3 li:nth-child(3) {
  margin-top: 0;
}
.layout-pc .global-article .module-list.option-type3 li:first-child,
.layout-pc .global-article .module-list.option-type3 li:nth-child(3n+1) {
  clear: both;

  margin-left: 0;
}
.layout-pc .global-article .module-list.option-type4 li {
  float: none;

  width: 100%;
}
.layout-pc .global-article .module-list.option-type4 li:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-article .module-list + .module-btn {
  margin-top: 50px;
}
.layout-pc .global-article .module-list.pickup-program li .column,
.layout-pc .global-article .module-list.category-pickup li .column,
.layout-pc .global-article .module-list.gn-magazine li .column,
.layout-pc .global-article .module-list.related li .column,
.layout-pc .global-article .module-list.guide li .column {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .global-article .module-list.pickup-program li .column img,
.layout-pc .global-article .module-list.category-pickup li .column img,
.layout-pc .global-article .module-list.gn-magazine li .column img,
.layout-pc .global-article .module-list.related li .column img,
.layout-pc .global-article .module-list.guide li .column img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .global-article .module-list.pickup-program li .column:hover,
.layout-pc .global-article .module-list.category-pickup li .column:hover,
.layout-pc .global-article .module-list.gn-magazine li .column:hover,
.layout-pc .global-article .module-list.related li .column:hover,
.layout-pc .global-article .module-list.guide li .column:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .global-article .module-list.pickup-program li .column:hover,
.ua-not-pc.layout-pc .global-article .module-list.category-pickup li .column:hover,
.ua-not-pc.layout-pc .global-article .module-list.gn-magazine li .column:hover,
.ua-not-pc.layout-pc .global-article .module-list.related li .column:hover,
.ua-not-pc.layout-pc .global-article .module-list.guide li .column:hover {
  opacity: 1;
}
.layout-pc .global-article .module-list.pickup-program li .module-icon-new,
.layout-pc .global-article .module-list.category-pickup li .module-icon-new,
.layout-pc .global-article .module-list.gn-magazine li .module-icon-new,
.layout-pc .global-article .module-list.related li .module-icon-new,
.layout-pc .global-article .module-list.guide li .module-icon-new {
  margin-right: 8px;
}
.layout-pc .global-article .module-list.pickup-program li .desc,
.layout-pc .global-article .module-list.category-pickup li .desc,
.layout-pc .global-article .module-list.gn-magazine li .desc,
.layout-pc .global-article .module-list.related li .desc,
.layout-pc .global-article .module-list.guide li .desc {
  margin-top: 15px;
}
.layout-pc .global-article .module-list.pickup-program li .heading-txt,
.layout-pc .global-article .module-list.category-pickup li .heading-txt,
.layout-pc .global-article .module-list.gn-magazine li .heading-txt,
.layout-pc .global-article .module-list.related li .heading-txt,
.layout-pc .global-article .module-list.guide li .heading-txt {
  font-weight: bold;

  display: inline-block;
}
.layout-pc .global-article .module-list.pickup-program li .txt,
.layout-pc .global-article .module-list.category-pickup li .txt,
.layout-pc .global-article .module-list.gn-magazine li .txt,
.layout-pc .global-article .module-list.related li .txt,
.layout-pc .global-article .module-list.guide li .txt {
  font-size: 107%;
  font-weight: bold;
}
.layout-pc .global-article .module-list.pickup-program li .date,
.layout-pc .global-article .module-list.category-pickup li .date,
.layout-pc .global-article .module-list.gn-magazine li .date,
.layout-pc .global-article .module-list.related li .date,
.layout-pc .global-article .module-list.guide li .date {
  font-size: 87%;

  margin-top: 5px;

  color: #404040;
}
.layout-pc .global-article .module-list.pickup-program.option-type1 li {
  margin-top: 34px;
}
.layout-pc .global-article .module-list.pickup-program.option-type1 li:first-child {
  margin-top: 0;
}
.layout-pc .global-article .module-list.news li {
  font-size: 94%;
}
.layout-pc .global-article .module-list.news li .txt {
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

  border-bottom: 1px solid transparent;
}
.layout-pc .global-article .module-list.news li a:hover .txt {
  border-bottom: 1px solid #404040;
}
.layout-pc .global-article .module-list.news li .column {
  padding: 12px 0;

  border-bottom: 2px solid #dcdcdc;
}
.layout-pc .global-article .module-list.news li .module-icon-new {
  margin-right: 8px;
}
.layout-pc .global-article .module-list.news li .txt {
  font-weight: bold;
}
.layout-pc .global-article .module-list.news li .date {
  color: #000;
}
.layout-pc .global-article .module-list.related li .date {
  color: #000;
}
.layout-pc .global-article .module-list.campaign li {
  overflow: hidden;

  margin-bottom: 30px;
  padding-bottom: 30px;
}
.layout-pc .global-article .module-list.campaign li .module-icon-new {
  margin-right: 8px;

  vertical-align: text-bottom;
}
.layout-pc .global-article .module-list.campaign li .img {
  float: left;
  overflow: hidden;

  width: 228px;
  margin-right: 30px;
}
.layout-pc .global-article .module-list.campaign li .desc {
  overflow: hidden;
}
.layout-pc .global-article .module-list.campaign li .ttl {
  margin-bottom: 15px;
}
.layout-pc .global-article .module-list.campaign li .ttlTxt {
  font-size: 134%;
}
.layout-pc .global-article .module-list.campaign li dl {
  margin-top: 11.75px;
}
.layout-pc .global-article .module-list.campaign li dl,
.layout-pc .global-article .module-list.campaign li .txt {
  font-size: 94%;
}
.layout-pc .global-article .module-list.campaign li .date:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-article .module-list.campaign li .date dt,
.layout-pc .global-article .module-list.campaign li .date dd {
  float: left;
}
.layout-pc .global-article .module-list.campaign li .date dd {
  margin-left: 15px;
}
.layout-pc .global-article .module-list.campaign li .btn {
  font-size: 94%;

  float: right;

  width: 187px;
  margin-top: 16.5px;
}
.layout-pc .global-article .module-list.campaign li .btn a {
  padding: 5px 0 4px;
}
.layout-pc .global-article .module-list.accepting-events li {
  margin-top: 20px;
  padding: 30px 26px 20px 30px;
}
.layout-pc .global-article .module-list.accepting-events li:first-child {
  margin-top: 0;
}
.layout-pc .global-article .module-list.accepting-events li .module-icon-new {
  margin-right: 8px;
}
.layout-pc .global-article .module-list.accepting-events li .img {
  float: left;

  width: 340px;
  margin-right: 18px;
}
.layout-pc .global-article .module-list.accepting-events li .ttl {
  margin-bottom: 11px;
}
.layout-pc .global-article .module-list.accepting-events li .ttl .ttl-txt {
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

  border-bottom: 1px solid transparent;
}
.layout-pc .global-article .module-list.accepting-events li .ttl a:hover .ttl-txt {
  border-bottom: 1px solid #404040;
}
.layout-pc .global-article .module-list.accepting-events li .ttl .ttl-txt {
  font-size: 134%;
  line-height: 1.4;
}
.layout-pc .global-article .module-list.accepting-events li .txt,
.layout-pc .global-article .module-list.accepting-events li .detail {
  font-size: 94%;
  line-height: 1.571428571428571;
}
.layout-pc .global-article .module-list.accepting-events li .entry {
  margin-top: 16px;
}
.layout-pc .global-article .module-list.accepting-events li .detail {
  margin-top: 16px;
}
.layout-pc .global-article .module-list.accepting-events li .detail th {
  padding-right: 15px;
}
.layout-pc .global-article .module-list.accepting-events li .to-past {
  font-size: 87%;
  line-height: 1.123076923076923;

  float: left;

  margin-top: 16px;
}
.layout-pc .global-article .module-list.accepting-events li .btn {
  font-size: 94%;

  float: right;

  margin-top: 16px;
}
.layout-pc .global-article .module-list.accepting-events li .btn a {
  padding: 5px 0 4px;
}
.layout-pc .global-article .module-list.past-events ul {
  padding: 30px 30px 20px 30px;
}
.layout-pc .global-article .module-list.past-events li {
  margin-top: 20px;
  padding-top: 20px;
}
.layout-pc .global-article .module-list.past-events li:first-child {
  margin-top: 0;
  padding-top: 0;

  border-top: none;
}
.layout-pc .global-article .module-list.past-events li .module-icon-new {
  margin-right: 8px;
}
.layout-pc .global-article .module-list.past-events li .ttl {
  margin-bottom: 11px;
}
.layout-pc .global-article .module-list.past-events li .ttl .ttl-txt {
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

  border-bottom: 1px solid transparent;
}
.layout-pc .global-article .module-list.past-events li .ttl a:hover .ttl-txt {
  border-bottom: 1px solid #404040;
}
.layout-pc .global-article .module-list.past-events li .ttl .ttl-txt {
  font-size: 134%;
  line-height: 1.4;
}
.layout-pc .global-article .module-list.past-events li .txt {
  font-size: 94%;
  line-height: 1.571428571428571;
}
.layout-pc .global-article .module-list.past-events li .btn {
  font-size: 74%;

  margin-top: 13px;
}
.layout-pc .global-article .module-list.past-events li .btn a {
  padding: 5px 20px 4px 14px;
}
.layout-pc .global-article .module-list.search a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .global-article .module-list.search a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .global-article .module-list.search a:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .global-article .module-list.search a:hover {
  opacity: 1;
}
.layout-pc .global-article .module-list.search .module-icon-new {
  margin-left: 8px;
}
.layout-pc .global-article .module-list.search .category {
  font-size: 107%;
  font-weight: bold;
}
.layout-pc .global-article .module-list.search .ttl {
  font-size: 107%;

  margin-top: 5px;
}
.layout-pc .global-article .module-list.search .date {
  font-size: 87%;

  margin-top: 10px;
}
.layout-pc .global-article .module-list.search .img {
  width: 228px;
}
.layout-pc .global-aside .module-list.option-type1.gn-magazine li .column,
.layout-pc .global-aside .module-list.option-type1.schedule li .column,
.layout-pc .global-aside .module-list.option-type1.pickup-program li .column {
  -webkit-transition: background .2s ease-in-out;
          transition: background .2s ease-in-out;
}
.layout-pc .global-aside .module-list.option-type1.gn-magazine li .column:hover,
.layout-pc .global-aside .module-list.option-type1.schedule li .column:hover,
.layout-pc .global-aside .module-list.option-type1.pickup-program li .column:hover {
  background: #dcdcdc;
}
.layout-pc .global-aside .module-list.option-type1.gn-magazine li .txt,
.layout-pc .global-aside .module-list.option-type1.schedule li .txt,
.layout-pc .global-aside .module-list.option-type1.pickup-program li .txt {
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

  border-bottom: 1px solid transparent;
}
.layout-pc .global-aside .module-list.option-type1.gn-magazine li a:hover .txt,
.layout-pc .global-aside .module-list.option-type1.schedule li a:hover .txt,
.layout-pc .global-aside .module-list.option-type1.pickup-program li a:hover .txt {
  border-bottom: 1px solid #6e6e6e;
}
.layout-pc .global-aside .module-list.option-type1.news li .column,
.layout-pc .global-aside .module-list.option-type1.news_info li .column {
  -webkit-transition: background .2s ease-in-out;
          transition: background .2s ease-in-out;
}
.layout-pc .global-aside .module-list.option-type1.news li .column:hover,
.layout-pc .global-aside .module-list.option-type1.news_info li .column:hover {
  background: #dcdcdc;
}
.layout-pc .global-aside .module-list.option-type1.news li .txt,
.layout-pc .global-aside .module-list.option-type1.news_info li .txt {
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

  border-bottom: 1px solid transparent;
}
.layout-pc .global-aside .module-list.option-type1.news li a:hover .txt,
.layout-pc .global-aside .module-list.option-type1.news_info li a:hover .txt {
  border-bottom: 1px solid #6e6e6e;
}
.layout-sp .global-article .module-list.option-type1 li,
.layout-sp .global-article .module-list.option-type2 li {
  border-bottom: 1px solid #dcdcdc;
}
.layout-sp .global-article .module-list.option-type1 li .column,
.layout-sp .global-article .module-list.option-type2 li .column {
  padding: 40px 0;
}
.layout-sp .global-article .module-list.option-type1 li .img,
.layout-sp .global-article .module-list.option-type2 li .img {
  float: left;

  width: 260px;
}
.layout-sp .global-article .module-list.option-type1 li .desc,
.layout-sp .global-article .module-list.option-type2 li .desc {
  float: right;

  width: 388px;
}
.layout-sp .global-article .module-list.option-type2 li:first-child {
  border-top: none;
}
.layout-sp .global-article .module-list.option-type2 li:first-child .column {
  padding-top: 0;
}
.layout-sp .global-article .module-list.option-type2 li:first-child .img {
  float: none;

  width: 100%;
}
.layout-sp .global-article .module-list.option-type2 li:first-child .desc {
  float: none;

  width: 100%;
  margin-top: 30px;
}
.layout-sp .global-article .module-list.option-type3 .img {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  overflow: hidden;

  padding-top: 56.25%;
}
.layout-sp .global-article .module-list.option-type3 .img img {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.layout-sp .global-article .module-list.option-type3 li {
  float: left;

  width: 315px;

  border: none;
}
.layout-sp .global-article .module-list.option-type3 li:nth-child(odd) {
  clear: both;
}
.layout-sp .global-article .module-list.option-type3 li:nth-child(even) {
  float: right;
}
.layout-sp .global-article .module-list.option-type3 li:nth-child(n+3) {
  margin-top: 50px;
}
.layout-sp .global-article .module-list + .module-btn {
  margin-top: 80px;
}
.layout-sp .global-article .module-list.pickup-program li .img img,
.layout-sp .global-article .module-list.category-pickup li .img img,
.layout-sp .global-article .module-list.gn-magazine li .img img,
.layout-sp .global-article .module-list.related li .img img,
.layout-sp .global-article .module-list.guide li .img img {
  width: 100%;
}
.layout-sp .global-article .module-list.pickup-program li .module-icon-new,
.layout-sp .global-article .module-list.category-pickup li .module-icon-new,
.layout-sp .global-article .module-list.gn-magazine li .module-icon-new,
.layout-sp .global-article .module-list.related li .module-icon-new,
.layout-sp .global-article .module-list.guide li .module-icon-new {
  margin-right: 8px;
}
.layout-sp .global-article .module-list.pickup-program li .heading-txt,
.layout-sp .global-article .module-list.category-pickup li .heading-txt,
.layout-sp .global-article .module-list.gn-magazine li .heading-txt,
.layout-sp .global-article .module-list.related li .heading-txt,
.layout-sp .global-article .module-list.guide li .heading-txt {
  font-size: 118%;
  font-weight: bold;

  display: inline-block;
}
.layout-sp .global-article .module-list.pickup-program li .txt,
.layout-sp .global-article .module-list.category-pickup li .txt,
.layout-sp .global-article .module-list.gn-magazine li .txt,
.layout-sp .global-article .module-list.related li .txt,
.layout-sp .global-article .module-list.guide li .txt {
  font-size: 100%;
  font-weight: bold;
}
.layout-sp .global-article .module-list.pickup-program li .date,
.layout-sp .global-article .module-list.category-pickup li .date,
.layout-sp .global-article .module-list.gn-magazine li .date,
.layout-sp .global-article .module-list.related li .date,
.layout-sp .global-article .module-list.guide li .date {
  font-size: 90%;

  margin-top: 10px;

  color: #404040;
}
.layout-sp .global-article .module-list.news li {
  font-size: 90%;
}
.layout-sp .global-article .module-list.news li .column {
  padding: 29px 0 28px;

  border-bottom: 4px solid #dcdcdc;
}
.layout-sp .global-article .module-list.news li .module-icon-new {
  margin-right: 8px;
}
.layout-sp .global-article .module-list.news li .txt {
  font-weight: bold;

  text-decoration: underline;
}
.layout-sp .global-article .module-list.news li .date {
  color: #000;
}
.layout-sp .global-article .module-list.guide li .desc {
  margin-top: 17.75px;
}
.layout-sp .global-article .module-list.campaign ul {
  padding-top: 60px;

  border-top: 1px solid #dcdcdc;
}
.layout-sp .global-article .module-list.campaign li {
  margin-top: 60px;
  padding-bottom: 60px;

  border-bottom: 1px solid #dcdcdc;
}
.layout-sp .global-article .module-list.campaign li:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .global-article .module-list.campaign li:first-child {
  margin-top: 0;
}
.layout-sp .global-article .module-list.campaign li .module-icon-new {
  margin-right: 8px;
}
.layout-sp .global-article .module-list.campaign li .img {
  margin-bottom: 41.5px;

  text-align: center;
}
.layout-sp .global-article .module-list.campaign li .ttl {
  font-size: 118%;

  margin-bottom: 30px;
}
.layout-sp .global-article .module-list.campaign li .ttlTxt {
  font-size: 97%;
}
.layout-sp .global-article .module-list.campaign li dl {
  margin-top: 23px;
}
.layout-sp .global-article .module-list.campaign li dl,
.layout-sp .global-article .module-list.campaign li .txt {
  font-size: 97%;
  line-height: 1.5;
}
.layout-sp .global-article .module-list.campaign li .btn {
  margin-top: 43px;
}
.layout-sp .global-article .module-list.campaign li .btn a {
  padding: 27.5px 0;
}
.layout-sp .global-article .module-list.accepting-events li {
  margin-top: 40px;
  padding: 28px 28px 58px 28px;

  border-width: 2px;
}
.layout-sp .global-article .module-list.accepting-events li:first-child {
  margin-top: 0;
}
.layout-sp .global-article .module-list.accepting-events li .module-icon-new {
  margin-right: 8px;
}
.layout-sp .global-article .module-list.accepting-events li .img {
  margin: 0 auto 32px;

  text-align: center;
}
.layout-sp .global-article .module-list.accepting-events li .ttl {
  margin-bottom: 30px;
}
.layout-sp .global-article .module-list.accepting-events li .ttl .ttl-txt {
  font-size: 118%;
  line-height: 1.411764705882353;
}
.layout-sp .global-article .module-list.accepting-events li .txt,
.layout-sp .global-article .module-list.accepting-events li .detail,
.layout-sp .global-article .module-list.accepting-events li .entry {
  font-size: 97%;
  line-height: 1.571428571428571;
}
.layout-sp .global-article .module-list.accepting-events li .entry {
  margin-top: 22px;
}
.layout-sp .global-article .module-list.accepting-events li .entry a {
  text-decoration: underline;
}
.layout-sp .global-article .module-list.accepting-events li .detail {
  margin-top: 42px;
}
.layout-sp .global-article .module-list.accepting-events li .detail th,
.layout-sp .global-article .module-list.accepting-events li .detail td {
  display: block;
}
.layout-sp .global-article .module-list.accepting-events li .detail th {
  margin-top: 19px;
}
.layout-sp .global-article .module-list.accepting-events li .detail tr:first-child th {
  margin-top: 0;
}
.layout-sp .global-article .module-list.accepting-events li .to-past {
  font-size: 90%;

  margin-top: 38.5px;
}
.layout-sp .global-article .module-list.accepting-events li .btn {
  width: 100%;
  margin-top: 40.5px;
}
.layout-sp .global-article .module-list.past-events ul {
  padding: 48px 28px;

  border-width: 2px;
}
.layout-sp .global-article .module-list.past-events li {
  margin-top: 40px;
  padding-top: 40px;

  border-width: 2px;
}
.layout-sp .global-article .module-list.past-events li:first-child {
  margin-top: 0;
  padding-top: 0;

  border-top: none;
}
.layout-sp .global-article .module-list.past-events li .module-icon-new {
  margin-right: 8px;
}
.layout-sp .global-article .module-list.past-events li .ttl {
  margin-bottom: 18px;
}
.layout-sp .global-article .module-list.past-events li .ttl .ttl-txt {
  font-size: 100%;
  line-height: 1.344827586206897;
}
.layout-sp .global-article .module-list.past-events li .txt {
  font-size: 90%;
  line-height: 1.384615384615385;
}
.layout-sp .global-article .module-list.past-events li .btn {
  margin-top: 35px;
}
.layout-sp .global-article .module-list.past-events li .btn a {
  padding-right: 50px;
  padding-left: 41px;
}
.layout-sp .global-article .module-list.search li {
  padding-bottom: 35.5px;

  border-bottom: 2px solid #dcdcdc;
}
.layout-sp .global-article .module-list.search li:nth-child(n+2) {
  margin-top: 40px;
}
.layout-sp .global-article .module-list.search .module-icon-new {
  margin-left: 22px;
}
.layout-sp .global-article .module-list.search .category {
  font-size: 118%;
}
.layout-sp .global-article .module-list.search .ttl {
  font-size: 100%;

  margin-top: 4.25px;
}
.layout-sp .global-article .module-list.search .date {
  font-size: 90%;

  margin-top: 5.25px;
}
.layout-sp .global-article .module-list.search .img {
  width: 260px;
}
.module-selectbox-list,
.module-accr-content {
  overflow: hidden;

  height: 0;
}
.module-selectbox-list li a {
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.module-selectbox-list li.is-active a {
  color: #fff;
  background: #335ec1 !important;
}
.layout-pc .module-selectbox-list li a:hover {
  color: #fff;
  background: #335ec1;
}
.module-tab-content > .stats,
.module-tab-content > .schedule {
  display: none;
}
.module-layout {
  overflow: hidden;
}
.module-layout .col1,
.module-layout .col2 {
  overflow: hidden;
}
.module-layout.option-col1-left .col1 {
  float: left;
}
.module-layout.option-col1-right .col1 {
  float: right;
}
.module-modal {
  display: none;
}
#js-modal {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;

  width: 100%;
  height: 100% !important;
}
#js-modal.has-group #js-modal-wrapper {
  font-size: 107%;
}
#js-modal.has-group #js-modal-content {
  padding: 0;

  background: transparent;
}
#js-modal.has-group #js-modal-content .page {
  font-weight: bold;
  line-height: 1.375;

  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;

  text-align: center;

  color: #fff;
}
#js-modal.has-group #js-modal-content .page span {
  display: inline-block;
}
#js-modal.has-group #js-modal-content .li {
  line-height: 0;

  position: absolute !important;

  padding-bottom: 2.5em;
}
#js-modal.has-group #js-modal-content .img {
  line-height: 0;
}
#js-modal.has-group #js-modal-content .img img {
  max-width: 998px;
}
#js-modal.has-group #js-modal-content .txt {
  font-weight: bold;
  line-height: 1.5;

  color: #fff;
}
#js-modal.has-group #js-modal-content .slick-list {
  overflow: visible !important;
}
#js-modal.has-group #js-modal-content .slick-track {
  overflow: hidden;

  width: auto !important;
}
#js-modal.has-group #js-modal-content .slick-arrow {
  position: absolute;
  z-index: 10000;

  display: table;

  width: 2em;
  height: 2em;
  margin: auto;
  padding: 0;

  cursor: pointer;

  border: none;
  border-bottom: 4px solid #fff;
  background: transparent;
}
#js-modal.has-group #js-modal-content .slick-prev {
  top: 50%;
  left: -51px;

  margin-top: -1.73em;

  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;

  border-left: 4px solid #fff;
}
#js-modal.has-group #js-modal-content .slick-next {
  top: 50%;
  right: -51px;

  margin-top: -1.73em;

  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;

  border-right: 4px solid #fff;
}
#js-modal-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  opacity: .85;
  background: #000;
}
#js-modal-container {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;

  overflow-x: hidden;
  overflow-y: auto;

  width: 100%;
  height: 100%;
}
#js-modal-wrapper {
  position: relative;
  z-index: 3;
  top: 0 !important;
  left: 50%;

  width: 500px;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: -250px;
}
#js-modal-close {
  margin-bottom: 30px;
}
#js-modal-close:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
#js-modal-close a {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  float: right;

  width: 2.333333333333333em;
  height: 2.333333333333333em;
}
#js-modal-close a span {
  display: block;

  width: 100%;
  height: 100%;
}
#js-modal-close a span::before,
#js-modal-close a span::after {
  position: absolute;
  top: -10%;
  left: 50%;

  display: block;

  width: 4px;
  height: 120%;
  margin-left: -2px;

  content: "";

  background: #fff;
}
#js-modal-close a span::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#js-modal-close a span::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#js-modal-content {
  padding: 20px;

  background: #fff;
}
.layout-pc #js-modal #js-modal-close,
.layout-pc #js-modal .slick-arrow {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc #js-modal #js-modal-close:hover,
.layout-pc #js-modal .slick-arrow:hover {
  opacity: .5 !important;
}
.layout-sp #js-modal.has-group #js-modal-wrapper {
  font-size: 90%;
}
.layout-sp #js-modal.has-group #js-modal-content .page {
  line-height: 1.181818181818182;

  padding-bottom: .461538461538462em;
}
.layout-sp #js-modal.has-group #js-modal-content .li {
  padding-bottom: 3.643356643356643em;
}
.layout-sp #js-modal.has-group #js-modal-content .img img {
  max-width: 670px;
}
.layout-sp #js-modal.has-group #js-modal-content .slick-arrow {
  top: auto;
  bottom: 0;

  width: 2.692307692307693em;
  height: 2.692307692307693em;
}
.layout-sp #js-modal.has-group #js-modal-content .slick-prev {
  left: 50%;

  margin-top: -1.346153846153846em;
  margin-left: -155px;

  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;

  border-width: 5px;
}
.layout-sp #js-modal.has-group #js-modal-content .slick-next {
  right: 50%;

  margin-top: -1.346153846153846em;
  margin-right: -155px;

  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;

  border-width: 5px;
}
.layout-sp #js-modal-close {
  margin-bottom: 21px;
}
.layout-sp #js-modal-close:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp #js-modal-close a {
  width: 1.576923076923077em;
  height: 1.576923076923077em;
}
.layout-sp #js-modal-close a span::before,
.layout-sp #js-modal-close a span::after {
  width: 5px;
  margin-left: -2.5px;
}
.layout-sp #js-modal-wrapper {
  width: 670px;
  margin-top: 1.415em;
  margin-bottom: 1.415em;
  margin-left: -335px;
}
.module-label {
  display: inline-block;
}
.module-label ul {
  text-align: left;
}
.module-label li {
  line-height: 1;

  display: inline-block;

  text-align: center;
}
.module-label .txt {
  font-weight: bold;

  display: inline-block;

  color: #fff;
}
.module-label .txt::after {
  display: inline-block;

  vertical-align: middle;
}
.module-label .hd .txt {
  background: #d29936;
}
.module-label .hd .txt::after {
  content: "HD";
}
.module-label .digital .txt {
  background: #033ebc;
}
.module-label .digital .txt::after {
  content: "デジタル";
}
.module-label .analog .txt {
  background: #555;
}
.module-label .analog .txt::after {
  content: "アナログ・デジタルサイマル";
}
.module-label .a-la-carte .txt {
  background: #d82731;
}
.module-label .a-la-carte .txt::after {
  content: "アラカルト";
}
.module-label .golfcource .txt::before,
.module-label .hotel .txt::before,
.module-label .lesson .txt::before,
.module-label .practice .txt::before {
  display: inline-block;

  width: 1.090909090909091em;
  height: 1.272727272727273em;
  margin-right: .545454545454545em;

  content: "";
  vertical-align: middle;
}
.module-label .golfcource .txt {
  background: #2dab4b;
}
.module-label .golfcource .txt::before {
  background: url("/assets/img/common/icon/golfcourse1.png") no-repeat top left;
  -webkit-background-size: contain;
          background-size: contain;
}
.module-label .golfcource .txt::after {
  content: "ゴルフ場";
}
.module-label .hotel .txt {
  background: #d29936;
}
.module-label .hotel .txt::before {
  background: url("/assets/img/common/icon/golfcourse1.png") no-repeat top left;
  -webkit-background-size: contain;
          background-size: contain;
}
.module-label .hotel .txt::after {
  content: "ホテル";
}
.module-label .lesson .txt {
  background: #555;
}
.module-label .lesson .txt::before {
  background: url("/assets/img/common/icon/golfcourse1.png") no-repeat top left;
  -webkit-background-size: contain;
          background-size: contain;
}
.module-label .lesson .txt::after {
  content: "レッスンスタジオ";
}
.module-label .practice .txt {
  background: #d82731;
}
.module-label .practice .txt::before {
  background: url("/assets/img/common/icon/golfcourse1.png") no-repeat top left;
  -webkit-background-size: contain;
          background-size: contain;
}
.module-label .practice .txt::after {
  content: "練習場";
}
.layout-pc .module-label ul {
  margin-top: -3px;
  margin-right: -3px;
}
.layout-pc .module-label li {
  margin-top: 3px;
  margin-right: 3px;
}
.layout-pc .module-label .txt {
  font-size: 74%;
  line-height: 1.5;

  padding: 1px 10px 2px;
}
.layout-sp .module-label ul {
  margin-top: -5px;
  margin-right: -5px;
}
.layout-sp .module-label li {
  margin-top: 5px;
  margin-right: 5px;
}
.layout-sp .module-label .txt {
  font-size: 76%;
  line-height: 1.5;

  padding: 3px 14px 2px;
}
.layout-sp .module-label .golfcource .txt::before,
.layout-sp .module-label .hotel .txt::before,
.layout-sp .module-label .restaurant .txt::before,
.layout-sp .module-label .sportsshop .txt::before {
  width: 1.090909090909091em;
  height: 1.181818181818182em;
  margin-right: .318181818181818em;

  content: "";
}
.module-icon,
.module-icon-new {
  display: inline-block;

  text-align: center;

  color: #fff;
}
.module-icon::after,
.module-icon-new::after {
  display: inline-block;
}
.module-icon-new {
  font-weight: bold;
  line-height: 1.5;

  background-color: #d82731;
}
.module-icon-new::after {
  content: "NEW";
}
.layout-pc .module-icon,
.layout-pc .module-icon-new {
  vertical-align: top;
}
.layout-pc .module-icon-new {
  font-size: 80%;
  line-height: 1.5;

  width: 56px;
  padding: 1px 0;
}
.layout-sp .module-icon,
.layout-sp .module-icon-new {
  vertical-align: text-bottom;
}
.layout-sp .module-icon-new {
  font-size: 76%;
  line-height: 1.454545454545455;

  width: 100px;
  padding: 2px 0;
}
.module-local-navigation {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
}
.module-local-navigation:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-local-navigation ul li {
  border-style: solid;
  border-color: #f2f2f2;
}
.module-local-navigation ul li a {
  position: relative;

  display: block;

  text-align: center;

  color: #898989;
}
.module-local-navigation ul li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  content: "";

  border-bottom: 4px solid transparent;
}
.module-local-navigation ul .is-active a {
  color: #022167;
}
.module-local-navigation ul .is-active a:after {
  border-bottom-color: #032167;
}
.layout-pc .module-local-navigation ul {
  display: table;

  width: 100%;
  margin: 54px auto -13px;
}
.layout-pc .module-local-navigation ul li {
  font-weight: bold;

  display: table-cell;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.666666666666668%;
  height: 40px;

  border-left-width: 2px;
}
.layout-pc .module-local-navigation ul li:first-child {
  border-left-width: 0;
}
.layout-pc .module-local-navigation ul li a {
  font-size: 100%;
  line-height: 2.666666666666667;

  padding-right: 3px;
  padding-left: 3px;

  -webkit-transition: color .2s ease-in-out;
          transition: color .2s ease-in-out;
}
.layout-pc .module-local-navigation ul li a:after {
  margin: auto 3px;

  -webkit-transition: border-bottom-color .2s ease-in-out;
          transition: border-bottom-color .2s ease-in-out;
}
.layout-pc .module-local-navigation ul li a:hover {
  color: #335ec1;
}
.layout-pc .module-local-navigation ul li a:hover:after {
  border-bottom-color: #335ec1;
}
.layout-sp .module-local-navigation {
  margin-top: 54px;
  margin-bottom: -30px;
  padding: 0 40px;
}
.layout-sp .module-local-navigation ul {
  text-align: center;
}
.layout-sp .module-local-navigation ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .module-local-navigation ul li {
  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.333333333333336%;
  margin: 16px 0;

  border-left-width: 3px;
}
.layout-sp .module-local-navigation ul li:nth-child(3n+1) {
  clear: both;

  border-left-width: 0;
}
.layout-sp .module-local-navigation ul li a {
  font-size: 80%;
  line-height: 2.083333333333333;

  padding: 0 10px;

  white-space: nowrap;
}
.layout-sp .module-local-navigation ul li a:after {
  margin: auto 10px;
}
.layout-sp .european-page .module-local-navigation ul li,
.layout-sp .champions-page .module-local-navigation ul li {
  width: 50%;
}
.module-eye-catch:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-eye-catch figure {
  line-height: 0;

  text-align: center;
}
.module-eye-catch figure img {
  vertical-align: middle;
}
.module-eye-catch .box dl:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-eye-catch .box dl dt {
  font-weight: bold;
}
.module-eye-catch .box dl dd a {
  line-height: 1;

  text-decoration: underline;

  color: #4e6394;
}
.module-eye-catch .box .share {
  font-size: 0;
}
.module-eye-catch .box .share li {
  font-size: middle;
  line-height: 1;

  display: inline-block;
}
* html .module-eye-catch .box .share li {
  display: inline;
}
*:first-child + html .module-eye-catch .box .share li {
  display: inline;
}
.layout-pc .module-eye-catch:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .module-eye-catch figure {
  margin-bottom: 23px;
}
.layout-pc .module-eye-catch .box {
  margin: 0 auto 23px;
}
.layout-pc .module-eye-catch .box:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .module-eye-catch .box dl {
  display: table;
  float: left;

  margin: 2px auto 10px;
}
.layout-pc .module-eye-catch .box dl dt,
.layout-pc .module-eye-catch .box dl dd {
  line-height: 1;

  display: table-cell;

  vertical-align: middle;
}
.layout-pc .module-eye-catch .box dl dt {
  font-size: 107%;

  padding: 0 11px 0 4px;

  border-right: 1px solid #000;
  border-left: 5px solid #022167;
}
.layout-pc .module-eye-catch .box dl dd {
  font-size: 94%;

  padding-left: 11px;
}
.layout-pc .module-eye-catch .box dl dd a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .module-eye-catch .box dl dd a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .module-eye-catch .box dl dd a:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .module-eye-catch .box dl dd a:hover {
  opacity: 1;
}
.layout-pc .module-eye-catch .box .module-sns.option-align-right {
  float: right;
}
.layout-pc .module-eye-catch .box .module-sns.option-align-right ul li {
  margin-left: 4px;
}
.layout-sp .module-eye-catch {
  width: 670px;
  margin: 0 auto;
}
.layout-sp .module-eye-catch:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .module-eye-catch figure {
  margin-bottom: 36px;
}
.layout-sp .module-eye-catch .box {
  margin: 0 auto 36px;
}
.layout-sp .module-eye-catch .box dl {
  margin-left: -10px;
}
.layout-sp .module-eye-catch .box dl dt,
.layout-sp .module-eye-catch .box dl dd {
  margin-left: 10px;
}
.layout-sp .module-eye-catch .box dl dt {
  font-size: 97%;
  line-height: 1.142857142857143;

  margin-top: 28px;
  margin-right: auto;
  margin-bottom: 18px;
  padding-left: 12px;

  border-left: 8px solid #022167;
}
.layout-sp .module-eye-catch .box dl dd {
  font-size: 90%;
  font-weight: bold;
  line-height: 1;

  float: left;

  margin-top: 10px;
}
.module-held-list .item a {
  display: table;

  width: 100%;
}
.module-held-list .item figure,
.module-held-list .item dl {
  display: table-cell;

  vertical-align: middle;
}
.module-held-list .item dt {
  font-weight: bold;
}
.layout-pc .module-held-list .item {
  border-bottom: 2px solid #e8e8e8;
}
.layout-pc .module-held-list .item a {
  height: 64px;
}
.layout-pc .module-held-list .item a:hover dt,
.layout-pc .module-held-list .item a:hover dd {
  text-decoration: underline;
}
.layout-pc .module-held-list .item dl {
  padding: 0 12px;
}
.layout-pc .module-held-list .item dt {
  font-size: 107%;

  float: left;
}
.layout-pc .module-held-list .item dd {
  font-size: 107%;

  clear: both;
}
.layout-pc .module-held-list .item ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .module-held-list .item li {
  float: left;
}
.layout-pc .module-held-list .item li:nth-child(2) {
  margin-left: .5em;
}
.layout-sp .module-held-list {
  margin: 0 auto;
}
.layout-sp .module-held-list .item {
  border-bottom: 4px solid #e8e8e8;
}
.layout-sp .module-held-list .item a {
  padding: 30px 0;
}
.layout-sp .module-held-list .item dl {
  padding: 0 62px 0 20px;
}
.layout-sp .module-held-list .item dt,
.layout-sp .module-held-list .item dd {
  font-size: 97%;
  line-height: 1.392857142857143;
}
.layout-sp .module-held-list .item dt {
  text-decoration: underline;
}
.module-featured-player:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-featured-player figure {
  float: left;
}
.module-featured-player figure img {
  vertical-align: middle;
}
.module-featured-player .info .name {
  font-weight: bold;
}
.module-featured-player .data dl {
  font-weight: bold;

  display: table;
}
.module-featured-player .data dt {
  display: table-cell;
}
.module-featured-player .data .date {
  color: #969696;
}
.module-featured-player .schedule dt {
  font-weight: bold;
}
.module-featured-player .schedule dt a {
  display: inline-block;
}
.layout-pc .module-featured-player .info,
.layout-pc .module-featured-player .data {
  margin-left: 224px;
}
.layout-pc .module-featured-player .info {
  height: 38px;
}
.layout-pc .module-featured-player .info:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .module-featured-player .info .name {
  font-size: 134%;
  line-height: 1;

  float: left;

  margin-top: -1px;
}
.layout-pc .module-featured-player .info .module-btn {
  font-size: 74%;

  float: right;

  width: 170px;
  margin-top: -2px;
}
.layout-pc .module-featured-player .data {
  margin-bottom: 7px;
}
.layout-pc .module-featured-player .data dl {
  line-height: 1.75;
}
.layout-pc .module-featured-player .data dt {
  width: 204px;
}
.layout-pc .module-featured-player .data dt:first-child {
  margin-top: 0;
}
.layout-pc .module-featured-player .data dt:last-child {
  margin-bottom: 14px;
}
.layout-pc .module-featured-player .data .date {
  font-size: 94%;
  line-height: 2;
}
.layout-pc .module-featured-player .schedule {
  clear: both;

  margin-bottom: 49px;
}
.layout-pc .module-featured-player .schedule p.module-ttl {
  font-size: 114%;
  line-height: 1.1875;

  margin-bottom: 6px;
}
.layout-pc .module-featured-player .schedule p.module-ttl.option-type4.option-size-small::before {
  width: 5px;
}
.layout-pc .module-featured-player .schedule p.module-ttl span {
  padding-left: 5px;
}
.layout-pc .module-featured-player .schedule .item {
  display: table;

  padding: 9px 0;

  table-layout: fixed;

  border-bottom: 2px solid #e7e7e7;
}
.layout-pc .module-featured-player .schedule .date,
.layout-pc .module-featured-player .schedule dl {
  font-size: 107%;
}
.layout-pc .module-featured-player .schedule .date,
.layout-pc .module-featured-player .schedule .result {
  line-height: 1.6875;
}
.layout-pc .module-featured-player .schedule .date,
.layout-pc .module-featured-player .schedule .result,
.layout-pc .module-featured-player .schedule .module-btn {
  display: table-cell;

  vertical-align: middle;
}
.layout-pc .module-featured-player .schedule .date {
  width: 130px;
}
.layout-pc .module-featured-player .schedule .result dl {
  display: table;

  table-layout: fixed;
}
.layout-pc .module-featured-player .schedule .result dt,
.layout-pc .module-featured-player .schedule .result dd {
  display: table-cell;

  vertical-align: middle;
}
.layout-pc .module-featured-player .schedule .result dt {
  width: 375px;
}
.layout-pc .module-featured-player .schedule .result dt a:hover {
  text-decoration: underline;
}
.layout-pc .module-featured-player .schedule .result dd {
  width: 90px;
}
.layout-sp .module-featured-player {
  max-width: 670px;
  margin: 40px auto auto;
}
.layout-sp .module-featured-player .info {
  min-height: 146px;
  margin-left: 277px;
}
.layout-sp .module-featured-player .info .name {
  font-size: 111%;
  line-height: 1.21875;
}
.layout-sp .module-featured-player .info .module-btn {
  font-size: 90%;

  width: 360px;
  margin-top: 16px;
  margin-left: 0;
}
.layout-sp .module-featured-player .data {
  clear: both;

  margin: 20px auto 19px;
}
.layout-sp .module-featured-player .data dl {
  font-size: 97%;
  line-height: 1.428571428571429;
}
.layout-sp .module-featured-player .data dt {
  width: 320px;
}
.layout-sp .module-featured-player .data .date {
  font-size: 90%;
  line-height: 1.538461538461539;
}
.layout-sp .module-featured-player .schedule {
  clear: both;

  margin: 36px auto 70px;
}
.layout-sp .module-featured-player .schedule p.module-ttl {
  line-height: 1.290322580645161;
}
.layout-sp .module-featured-player .schedule p.module-ttl span {
  font-size: 107%;

  padding-left: 26px;
}
.layout-sp .module-featured-player .schedule .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px 0 32px;

  border-bottom: 4px solid #e7e7e7;
}
.layout-sp .module-featured-player .schedule .date {
  margin-bottom: 11px;
}
.layout-sp .module-featured-player .schedule .date,
.layout-sp .module-featured-player .schedule .result {
  font-size: 97%;
}
.layout-sp .module-featured-player .schedule .date {
  line-height: 1.428571428571429;

  margin: auto auto 10px;
}
.layout-sp .module-featured-player .schedule .result dt,
.layout-sp .module-featured-player .schedule .result dd {
  line-height: 1.428571428571429;

  margin: 10px auto;
}
.layout-sp .module-featured-player .schedule .module-btn {
  margin-left: 0;
}
.module-table,
.tour-leaderboard_s-page .global-article .local-leaderboard-s {
  overflow: hidden;

  width: 100%;

  word-wrap: break-word;
  word-break: break-all;

  overflow-wrap: break-word;
}
.module-table table,
.tour-leaderboard_s-page .global-article .local-leaderboard-s table {
  overflow: hidden;

  width: 100%;

  table-layout: fixed;
}
.module-table th,
.tour-leaderboard_s-page .global-article .local-leaderboard-s th,
.module-table td,
.tour-leaderboard_s-page .global-article .local-leaderboard-s td {
  font-weight: bold;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  text-align: center;
  vertical-align: middle;

  border-style: solid;
}
.module-table th,
.tour-leaderboard_s-page .global-article .local-leaderboard-s th {
  word-wrap: break-word;
  word-break: break-all;

  border-right-color: #f4f5f7;
  background-color: #d9dde5;
}
.module-table td,
.tour-leaderboard_s-page .global-article .local-leaderboard-s td {
  position: relative;

  border-bottom-color: #d6d6d6;
}
.module-table td:after,
.tour-leaderboard_s-page .global-article .local-leaderboard-s td:after {
  position: absolute;
  top: 0;
  right: 0;

  display: block;

  height: 100%;
  min-height: 99999px;

  content: "";

  background-color: #c8c8c8;
}
.module-table td:last-child:after,
.tour-leaderboard_s-page .global-article .local-leaderboard-s td:last-child:after {
  content: none;
}
.module-table td.name,
.tour-leaderboard_s-page .global-article .local-leaderboard-s td.name {
  text-align: left;
}
.module-table td.name .container,
.tour-leaderboard_s-page .global-article .local-leaderboard-s td.name .container {
  display: block;
  overflow: hidden;

  width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.module-table td .container,
.tour-leaderboard_s-page .global-article .local-leaderboard-s td .container {
  min-height: 1.5em;
}
.layout-pc .module-table th,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th,
.layout-pc .module-table td,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s td {
  font-size: 87%;
}
.layout-pc .module-table th,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th {
  padding: 10px 5px;

  border-right-width: 2px;
}
.layout-pc .module-table th:last-child,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th:last-child {
  border-right: 0;
}
.layout-pc .module-table th.rank,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.rank,
.layout-pc .module-table th.round,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.round {
  width: 3.5em;
}
.layout-pc .module-table th.updown,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.updown {
  width: 4em;
}
.layout-pc .module-table th.score,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.score,
.layout-pc .module-table th.total,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.total,
.layout-pc .module-table th.hole,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.hole {
  width: 4.5em;
}
.layout-pc .module-table th.today,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.today,
.layout-pc .module-table th.event,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.event,
.layout-pc .module-table th.ave,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.ave {
  width: 5em;
}
.layout-pc .module-table th.space,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.space {
  width: 5.5em;
}
.layout-pc .module-table th.point,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.point {
  width: 6em;
}
.layout-pc .module-table th.prize,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s th.prize {
  width: 9em;
}
.layout-pc .module-table td,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s td {
  padding: 8px 5px;

  border-bottom-width: 1px;
}
.layout-pc .module-table td:after,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s td:after {
  width: 2px;
}
.layout-pc .module-table td:last-child,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s td:last-child {
  border-right: 0;
}
.layout-pc .module-table td.name,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s td.name {
  padding-right: 10px;
  padding-left: 10px;
}
.layout-pc .module-table td.up i:after,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s td.up i:after,
.layout-pc .module-table td.down i:after,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s td.down i:after {
  font-size: 107%;
  font-style: normal;
  line-height: 1;

  display: inline;
}
.layout-pc .module-table td.up i:after,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s td.up i:after {
  content: "\002B06";

  color: #d82731;
}
.layout-pc .module-table td.down i:after,
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s td.down i:after {
  content: "\002B07";

  color: #0a1f62;
}
.layout-sp .module-table th,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th,
.layout-sp .module-table td,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s td {
  padding: 10px 5px;
}
.layout-sp .module-table th,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th {
  font-size: 97%;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border-right-width: 4px;
}
.layout-sp .module-table th .line-break,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th .line-break {
  display: block;
}
.layout-sp .module-table th:last-child,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th:last-child {
  border-right: 0;
}
.layout-sp .module-table th.rank,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.rank,
.layout-sp .module-table th.hole,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.hole,
.layout-sp .module-table th.today,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.today {
  width: 3em;
}
.layout-sp .module-table th.event,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.event {
  width: 4em;
}
.layout-sp .module-table th.ave,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.ave,
.layout-sp .module-table th.total,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.total {
  width: 3.5em;
}
.layout-sp .module-table th.score,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.score {
  width: 4em;
}
.layout-sp .module-table th.point,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.point {
  width: 5em;
}
.layout-sp .module-table th.space,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.space {
  width: 6em;
}
.layout-sp .module-table th.prize,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.prize {
  width: 5em;
}
.layout-sp .module-table th.hole,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.hole,
.layout-sp .module-table th.today,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.today,
.layout-sp .module-table th.total,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.total,
.layout-sp .module-table th.point,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.point,
.layout-sp .module-table th.event,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s th.event {
  line-height: 1.142857142857143;
}
.layout-sp .module-table td,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s td {
  font-size: 94%;

  border-bottom-width: 2px;
}
.layout-sp .module-table td:after,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s td:after {
  width: 4px;
}
.layout-sp .module-table td:last-child,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s td:last-child {
  border-right: 0;
}
.layout-sp .module-table td.name,
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s td.name {
  padding-right: 20px;
  padding-left: 20px;
}
.module-btn-list:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-btn-list li {
  float: left;
}
.module-btn-list li.is-active a {
  color: #fff !important;
  border-color: #022167 !important;
  background: #022167 !important;
}
.module-btn-list li.is-active a::after {
  border-color: #fff !important;
}
.layout-pc .module-btn-list {
  margin: 0 -5px;

  letter-spacing: -.05em;
}
.layout-pc .module-btn-list li {
  font-size: 87%;

  width: auto;
  margin: 4px 5px;
}
.layout-pc .module-btn-list li a {
  padding: 4px 1.384615384615385em 3px 1em;

  border-width: 2px;
}
.layout-pc .module-btn-list li a::after {
  right: .5em;

  width: .5em;
  height: .5em;
}
.layout-sp .module-btn-list {
  margin: -19px;

  letter-spacing: -.05em;
}
.layout-sp .module-btn-list li {
  font-size: 80%;
  font-weight: bold;

  position: relative;
  top: 0;
  left: 0;

  margin: 17px 19px;
}
.layout-sp .module-btn-list li a {
  padding: 2px;
}
.layout-sp .module-btn-list li a::after {
  position: absolute;
  bottom: 1px;
  left: 0;

  display: block;

  width: 100%;
  height: 0;

  content: "";

  border-bottom: 1px solid #000;
}
.layout-sp .module-btn-list li.is-active a::after {
  display: none;
}
.module-pager {
  font-weight: bold;

  text-align: center;
}
.module-pager .control {
  display: inline-block;

  vertical-align: middle;
}
.module-pager .num {
  margin: 0 1em;
}
.module-pager .num .is-active a {
  cursor: default;
}
.module-pager .prev,
.module-pager .next {
  font-size: 87%;
}
.module-pager .prev a::before,
.module-pager .next a::before,
.module-pager .prev a::after,
.module-pager .next a::after {
  width: .6em;
  height: .6em;

  border-width: 2px;
}
.module-pager .prev.is-disable a,
.module-pager .next.is-disable a {
  cursor: default;

  opacity: .5;
}
.module-pager li {
  font-size: 100%;

  display: inline-block;

  margin: 0 .4em;

  vertical-align: middle;
}
.module-pager li > a,
.module-pager li > span {
  position: relative;
  top: 0;
  left: 0;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2em;
  height: 2em;

  color: #c8c8c8;
  border: 2px solid #c8c8c8;
  border-radius: 6px;
  background: #fff;
}
.module-pager li > a span,
.module-pager li > span span {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.module-pager li > span span {
  cursor: default;
}
.module-pager li.is-active > a,
.module-pager li.is-active > span {
  color: #000 !important;
  border-color: #022167 !important;
  background: #fff !important;
}
.layout-pc .module-pager .prev a,
.layout-pc .module-pager .next a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .module-pager .prev a img,
.layout-pc .module-pager .next a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .module-pager .prev a:hover,
.layout-pc .module-pager .next a:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .module-pager .prev a:hover,
.ua-not-pc.layout-pc .module-pager .next a:hover {
  opacity: 1;
}
.layout-pc .module-pager li > a,
.layout-pc .module-pager li > span {
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.layout-pc .module-pager li > a:hover,
.layout-pc .module-pager li > span:hover {
  color: #fff;
  border: 2px solid #c8c8c8;
  background: #c8c8c8;
}
.layout-sp .module-pager .prev,
.layout-sp .module-pager .next {
  font-size: 90%;
}
.layout-sp .module-pager .prev a::before,
.layout-sp .module-pager .next a::before,
.layout-sp .module-pager .prev a::after,
.layout-sp .module-pager .next a::after {
  border-width: 4px;
}
.layout-sp .module-pager li {
  font-size: 104%;

  margin: 0 .316666666666667em;
}
.layout-sp .module-pager li > a,
.layout-sp .module-pager li > span {
  width: 2.166666666666667em;
  height: 2.166666666666667em;

  border-width: 3px;
}
.module-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .module-inner {
  padding: 0 40px;
}
.module-sns {
  font-size: 10px;

  text-align: left;
}
.module-sns:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-sns.option-align-center {
  text-align: center;
}
.module-sns.option-align-left {
  text-align: left;
}
.module-sns.option-align-right {
  text-align: right;
}
.module-sns li {
  line-height: 0;

  display: inline-block;

  vertical-align: top;
}
.layout-pc .module-sns li {
  margin-right: 8px;
  margin-left: 0;
}
.layout-pc .module-sns.option-align-center ul li {
  margin: 0 4px;
}
.layout-pc .module-sns.option-align-left ul li {
  margin-right: 8px;
  margin-left: 0;
}
.layout-pc .module-sns.option-align-right ul li {
  margin-right: 0;
  margin-left: 8px;
}
.layout-sp .module-sns {
  height: 4em;

  text-align: center;
}
.layout-sp .module-sns:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .module-sns ul {
  width: 50%;
  margin: 0 auto;

  -webkit-transform: scale(2, 2);
      -ms-transform: scale(2, 2);
          transform: scale(2, 2);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.layout-sp .module-sns ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .module-sns li {
  margin: 0 5px;
}
.layout-sp .module-sns li:first-child {
  margin-left: 0;
}
.layout-sp .module-sns.option-align-center {
  text-align: center;
}
.layout-sp .module-sns.option-align-center ul {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.layout-sp .module-sns.option-align-left {
  text-align: left;
}
.layout-sp .module-sns.option-align-left ul {
  float: left;

  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.layout-sp .module-sns.option-align-left ul li {
  margin-right: 10px;
  margin-left: 0;
}
.layout-sp .module-sns.option-align-right {
  text-align: right;
}
.layout-sp .module-sns.option-align-right ul {
  float: right;

  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.layout-sp .module-sns.option-align-right ul li {
  margin-right: 0;
  margin-left: 10px;
}
.module-bnr .universal {
  display: block;

  margin: 0 auto;

  text-align: center;
}
.module-bnr a {
  display: inline-block;
}
.module-bnr img {
  vertical-align: middle;
}
.module-bnr .list {
  font-size: 0;
  line-height: 0;
}
.module-bnr .list li {
  font-size: medium;
  line-height: 0;

  display: inline-block;
}
* html .module-bnr .list li {
  display: inline;
}
*:first-child + html .module-bnr .list li {
  display: inline;
}
.layout-pc .module-bnr li a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .module-bnr li a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .module-bnr li a:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .module-bnr li a:hover {
  opacity: 1;
}
.layout-pc .module-bnr .list {
  display: block;

  margin: 14px -7px -7px;
}
.layout-pc .module-bnr .list li {
  margin: 7px;
}
.layout-pc .module-bnr.option-size-large .list {
  margin: 0 -11px -11px;
}
.layout-pc .module-bnr.option-size-large .list li {
  margin: 11px;
}
.layout-sp .module-bnr .how-to-watch {
  text-align: center;
}
.layout-sp .module-bnr .how-to-watch .ttl {
  font-size: 94%;
  font-weight: bold;
}
.layout-sp .module-bnr .how-to-watch .list {
  display: block;

  margin: 14px -7px -7px;
}
.layout-sp .module-bnr .how-to-watch .list li {
  margin: 7px;
}
.layout-sp .module-bnr .how-to-watch .show-pcsp,
.layout-sp .module-bnr .how-to-watch .show-tv {
  padding: 22px 14px 27px;

  background-color: #f2f2f2;
}
.layout-sp .module-bnr .how-to-watch .show-pcsp dt,
.layout-sp .module-bnr .how-to-watch .show-tv dt {
  font-size: 94%;
  font-weight: bold;
  line-height: 1;

  margin-bottom: 14px;

  text-align: left;
}
.layout-sp .module-bnr .how-to-watch .show-pcsp img,
.layout-sp .module-bnr .how-to-watch .show-tv img {
  width: 314px;
}
.layout-sp .module-bnr .how-to-watch .show-pcsp ul,
.layout-sp .module-bnr .how-to-watch .show-tv ul {
  margin: auto -7px;

  text-align: center;
}
.layout-sp .module-bnr .how-to-watch .show-pcsp ul:after,
.layout-sp .module-bnr .how-to-watch .show-tv ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .module-bnr .how-to-watch .show-pcsp li,
.layout-sp .module-bnr .how-to-watch .show-tv li {
  display: inline-block;

  margin: 14px 7px 0;
}
.layout-sp .module-bnr .how-to-watch .show-pcsp li:nth-child(-n+2),
.layout-sp .module-bnr .how-to-watch .show-tv li:nth-child(-n+2) {
  margin-top: 0;
}
.layout-sp .module-bnr .how-to-watch .show-pcsp {
  margin-top: 15px;
}
.layout-sp .module-bnr .how-to-watch .show-tv {
  margin-top: 20px;
}
.module-data-tab .ttl {
  font-weight: bold;

  position: relative;
  top: 0;
  left: 0;

  background: #022167;
}
.module-data-tab .ttl .selected a {
  position: relative;
  top: 0;
  left: 0;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;

  cursor: default;

  color: #fff;
}
.module-data-tab .ttl .selected a .label {
  position: relative;

  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.module-data-tab .ttl.has-list .selected a {
  cursor: pointer;
}
.module-data-tab .ttl.has-list .selected.is-open::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.module-data-tab .ttl .list {
  font-weight: bold;

  position: absolute;
  z-index: 10;
  left: 0;

  width: 100%;

  background: #022167;
}
.module-data-tab .ttl .list ul {
  overflow-y: auto;

  max-height: 20em;

  -webkit-overflow-scrolling: touch;
}
.module-data-tab .ttl .list li {
  width: 100%;
}
.module-data-tab .ttl .list li a {
  display: block;
  overflow: hidden;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;

  color: #fff;
}
.module-data-tab .sync-btns:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-data-tab .sync-btns ul {
  font-weight: bold;

  text-align: center;
}
.module-data-tab .sync-btns ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-data-tab .sync-btns li {
  position: relative;
  top: 0;
  left: 0;

  float: left;

  cursor: pointer;
}
.module-data-tab .sync-btns li a {
  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;

  background: #f2f2f2;
}
.module-data-tab .sync-btns li.is-active a {
  color: #fff;
  background: #022167 !important;
}
.module-data-tab .sync-btns li.is-active a::before {
  display: inline-block;

  height: 0;

  content: "";
  vertical-align: top;

  background: url("/assets/img/common/icon/sync1.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.layout-pc .module-data-tab .ttl.has-list .selected::after {
  width: 10px;
  height: 10px;
  margin-top: -6px;

  border-width: 2px;
  border-color: #fff;
}
.layout-pc .module-data-tab .sync-btns {
  float: right;
}
.layout-pc .module-data-tab .sync-btns li {
  font-size: 87%;
  line-height: 1.384615384615385;

  margin-left: 5px;
}
.layout-pc .module-data-tab .sync-btns li a {
  min-width: 124px;
  padding: 5px 5px 4px;
}
.layout-pc .module-data-tab .sync-btns li a:hover {
  background: #dcdcdc;
}
.layout-pc .module-data-tab .sync-btns li.is-active a::before {
  width: 1.076923076923077em;
  margin-right: 10px;
  padding-top: 1.384615384615385em;
}
.layout-pc .module-data-tab .sync-btns li:first-child {
  margin-left: 0;
}
.layout-sp .module-data-tab .ttl .selected::after {
  width: 20px;
  height: 20px;
  margin-top: -13px;

  border-width: 4px;
  border-color: #fff;
}
.layout-sp .module-data-tab .ttl .list li a {
  padding: 0 27px;
}
.layout-sp .module-data-tab .sync-btns li {
  font-size: 104%;

  display: block;

  margin: auto 11px;
}
.layout-sp .module-data-tab .sync-btns li a {
  width: 324px;
  padding: 13px 20px;
}
.layout-sp .module-data-tab .sync-btns li.is-active a::before {
  width: 1em;
  margin-right: 14px;
  padding-top: 1.366666666666667em;
}
.layout-sp .module-tournament-schedule {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.layout-sp .module-tournament-schedule:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .module-tournament-schedule ul {
  font-size: 97%;
}
.layout-sp .module-tournament-schedule li {
  line-height: 1.142857142857143;

  padding: 29px 0;

  border-bottom: 4px solid #ddd;
}
.layout-sp .module-tournament-schedule li p {
  margin-bottom: 10px;
}
.layout-sp .module-tournament-schedule li p a {
  font-weight: bold;

  word-break: break-all;

  border-bottom: 1px solid #000;
}
.layout-sp .module-tournament-schedule dt {
  line-height: 1;

  margin-bottom: 18px;
}
.layout-sp .module-tournament-schedule p.module-btn {
  float: right;
}
.layout-sp .module-tournament-schedule p.module-btn a {
  margin-top: 42px;
}
.layout-pc .module-video {
  width: 724px;
  height: 407.25px;
  margin-bottom: 16.25px;
}
.layout-sp .module-video {
  width: 670px;
  height: 376.875px;
  margin-bottom: 32.75px;
}
.module-anchor {
  font-weight: bold;
  line-height: 1.416666666666667;
}
.module-anchor:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-anchor a {
  display: inline-block;
}
.module-anchor .icon {
  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  padding-left: 1.533333333333333em;
}
.module-anchor .icon::before {
  position: absolute;
  top: 1em;
  left: -.25em;

  display: table;

  margin-top: -.6em;

  border-width: 2px;
}
.layout-pc .module-anchor .txt {
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

  border-bottom: 1px solid transparent;
}
.layout-pc .module-anchor a:hover .txt {
  border-bottom: 1px solid #404040;
}
.layout-sp .module-anchor {
  font-size: 83%;
  line-height: 1.416666666666667;
}
.layout-sp .module-anchor:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .module-anchor .icon::before {
  margin-top: -.7em;

  border-width: 3px;
}
.module-contact {
  background: #efefef;
}
.module-contact .local-parts-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-contact .local-parts-inner .module-notice span {
  position: static;

  display: inline;
}
.module-contact .inner {
  position: relative;
  top: 0;
  left: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  background: #fff;
}
.module-contact .inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-contact .inner li {
  padding-left: 0;
}
.module-contact .tel-area .ttl .icon {
  padding-left: 1.2em;

  background: url("/assets/img/common/icon/phone1.png") no-repeat left .2em;
  -webkit-background-size: auto 1em;
          background-size: auto 1em;
}
.module-contact .net-area .ttl .icon {
  padding-left: 1.4em;

  background: url("/assets/img/common/icon/network1.png") no-repeat left .1em;
  -webkit-background-size: auto 1.210526315789474em;
          background-size: auto 1.210526315789474em;
}
.module-contact .net-area .btn {
  font-weight: bold;

  text-align: left;
}
.module-contact .net-area .btn .wrap {
  display: block;
}
.module-contact .net-area .btn .logo {
  line-height: 0;

  display: inline-block;
}
.module-contact .net-area .btn span {
  vertical-align: middle;
}
.module-contact .net-area .btn .column {
  display: block;

  color: #fff;
  border-radius: 6px;
}
.module-contact .net-area .btn a {
  position: relative;
  top: 0;
  left: 0;
}
.module-contact .net-area .btn a.blank::after {
  display: block;

  margin: auto;

  content: "";

  background: url("/assets/img/common/icon/blank2.png") no-repeat top center;
  -webkit-background-size: contain;
          background-size: contain;
}
.module-contact.option-type-au .net-area .btn .column {
  background: #eb5505;
}
.module-contact.option-type-cable .net-area .btn .column {
  background: #e83416;
}
.module-contact .ttl {
  font-weight: bold;

  border-bottom: 1px solid #c8c8c8;
}
.module-contact .ttl .icon {
  display: inline-block;
}
.module-contact .guide .module-notice,
.module-contact .guide .name .company,
.module-contact .guide .time {
  font-weight: bold;
}
.module-contact .guide .name .company,
.module-contact .guide .tel,
.module-contact .guide .tel a {
  color: #022167;
}
.module-contact .guide .name .company {
  padding-right: .5em;
}
.module-contact .guide .tel {
  line-height: 1.2;
}
.has-aside .module-contact {
  background: #fff;
}
.layout-pc .module-contact {
  padding: 50px 0;
}
.layout-pc .module-contact .local-parts-inner {
  position: relative;
  top: 0;
  left: 0;
}
.layout-pc .module-contact .inner {
  z-index: 10;

  padding: 34px 38px 40px;

  border-radius: 4px;
}
.layout-pc .module-contact .ttl {
  font-size: 127%;

  margin-bottom: 24.5px;
  padding-bottom: 7.25px;
}
.layout-pc .module-contact .outline {
  float: left;
}
.layout-pc .module-contact .outline .txt {
  font-size: 94%;
  line-height: 1.714285714285714;
}
.layout-pc .module-contact .outline .module-notice {
  font-size: 80%;
  line-height: 2;
}
.layout-pc .module-contact .guide {
  float: right;

  margin-right: 55px;
}
.layout-pc .module-contact .guide .name {
  font-size: 114%;
}
.layout-pc .module-contact .guide .tel {
  font-size: 267%;
}
.layout-pc .module-contact .guide .time {
  font-size: 120%;
}
.layout-pc .module-contact .guide .module-notice {
  font-size: 87%;
}
.layout-pc .module-contact .guide .block {
  margin-top: 16.75px;
  padding-top: 15.75px;

  border-top: 1px solid #dcdcdc;
}
.layout-pc .module-contact .guide .block:first-child {
  margin: 0;
  padding: 0;

  border-top: none;
}
.layout-pc .module-contact.option-type-au .local-parts-inner > div,
.layout-pc .module-contact.option-type-cable .local-parts-inner > div {
  margin-left: 20px;
}
.layout-pc .module-contact.option-type-au .local-parts-inner > div:first-child,
.layout-pc .module-contact.option-type-cable .local-parts-inner > div:first-child {
  margin-left: 0;
}
.layout-pc .module-contact.option-type-au .tel-area::after,
.layout-pc .module-contact.option-type-cable .tel-area::after,
.layout-pc .module-contact.option-type-au .net-area::after,
.layout-pc .module-contact.option-type-cable .net-area::after {
  display: block;

  width: 540px;
  height: 100%;

  content: "";

  border-radius: 5px;
  background: #fff;
}
.layout-pc .module-contact.option-type-au .tel-area .inner,
.layout-pc .module-contact.option-type-cable .tel-area .inner,
.layout-pc .module-contact.option-type-au .net-area .inner,
.layout-pc .module-contact.option-type-cable .net-area .inner {
  background: transparent;
}
.layout-pc .module-contact.option-type-au .tel-area::after,
.layout-pc .module-contact.option-type-cable .tel-area::after {
  position: absolute;
  top: 0;
  right: 0;
}
.layout-pc .module-contact.option-type-au .net-area::after,
.layout-pc .module-contact.option-type-cable .net-area::after {
  position: absolute;
  top: 0;
  left: 0;
}
.layout-pc .module-contact.option-type-au .tel-area,
.layout-pc .module-contact.option-type-cable .tel-area,
.layout-pc .module-contact.option-type-au .net-area,
.layout-pc .module-contact.option-type-cable .net-area {
  float: left;

  width: 540px;
}
.layout-pc .module-contact.option-type-au .guide,
.layout-pc .module-contact.option-type-cable .guide {
  float: none;

  margin: 0;
}
.layout-pc .module-contact.option-type-au .net-area .btn,
.layout-pc .module-contact.option-type-cable .net-area .btn {
  font-size: 120%;
  line-height: 1.333333333333333;
}
.layout-pc .module-contact.option-type-au .net-area .btn .wrap,
.layout-pc .module-contact.option-type-cable .net-area .btn .wrap {
  display: table;
}
.layout-pc .module-contact.option-type-au .net-area .btn .logo,
.layout-pc .module-contact.option-type-cable .net-area .btn .logo,
.layout-pc .module-contact.option-type-au .net-area .btn .txt,
.layout-pc .module-contact.option-type-cable .net-area .btn .txt {
  display: table-cell;
}
.layout-pc .module-contact.option-type-au .net-area .btn .logo,
.layout-pc .module-contact.option-type-cable .net-area .btn .logo {
  width: 132px;
  padding-right: 25px;
}
.layout-pc .module-contact.option-type-au .net-area .btn .column,
.layout-pc .module-contact.option-type-cable .net-area .btn .column {
  padding-right: 60px;
  padding-left: 37px;

  -webkit-transition: background .2s ease-in-out;
          transition: background .2s ease-in-out;
}
.layout-pc .module-contact.option-type-au .net-area .btn a.blank::after,
.layout-pc .module-contact.option-type-cable .net-area .btn a.blank::after {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;

  width: 26px;
  height: 23px;
  padding-bottom: 4px;
}
.layout-pc .module-contact.option-type-au .net-area .btn .column {
  padding: 45px 45px 45px 37px;
}
.layout-pc .module-contact.option-type-au .net-area .btn a:hover {
  background: #fb7306;
}
.layout-pc .module-contact.option-type-cable .net-area {
  position: relative;
}
.layout-pc .module-contact.option-type-cable .net-area .btn .column {
  padding: 35px;
}
.layout-pc .module-contact.option-type-cable .net-area .btn a:hover {
  background: #ff0202;
}
.layout-pc .has-aside .module-contact {
  margin-top: 70px;
  padding: 0;
}
.layout-pc .has-aside .module-contact .inner {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.layout-pc .has-aside .module-contact .outline,
.layout-pc .has-aside .module-contact .guide {
  float: none;
}
.layout-pc .has-aside .module-contact .guide {
  margin-top: 14.75px;
}
.layout-sp .module-contact {
  padding: 40px 40px 100px;

  background: #efefef;
}
.layout-sp .module-contact .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 47.5px 40px;

  border-radius: 10px;
  background: #fff;
}
.layout-sp .module-contact .ttl {
  font-size: 104%;

  margin-bottom: 29px;
  padding-bottom: 7.25px;

  border-width: 3px;
}
.layout-sp .module-contact .outline .txt {
  font-size: 97%;
}
.layout-sp .module-contact .outline .txt span {
  font-size: 86%;

  display: inline-block;

  padding-top: 14px;
}
.layout-sp .module-contact .guide {
  margin-top: 40.5px;
}
.layout-sp .module-contact .guide .name {
  font-size: 104%;
}
.layout-sp .module-contact .guide .tel {
  font-size: 280%;

  letter-spacing: -.02em;
}
.layout-sp .module-contact .guide .time {
  font-size: 121%;
  line-height: 1.314285714285714;
}
.layout-sp .module-contact .guide .module-notice {
  font-size: 90%;
}
.layout-sp .module-contact .guide .block {
  margin-top: 27.5px;
  padding-top: 23.5px;

  border-top: 2px solid #dcdcdc;
}
.layout-sp .module-contact .guide .block:first-child {
  margin: 0;
  padding: 0;

  border-top: none;
}
.layout-sp .module-contact.option-type-au .local-parts-inner > div,
.layout-sp .module-contact.option-type-cable .local-parts-inner > div {
  margin-top: 30px;
}
.layout-sp .module-contact.option-type-au .local-parts-inner > div:first-child,
.layout-sp .module-contact.option-type-cable .local-parts-inner > div:first-child {
  margin-left: 0;
}
.layout-sp .module-contact.option-type-au .net-area .ttl,
.layout-sp .module-contact.option-type-cable .net-area .ttl {
  margin-bottom: 36px;
}
.layout-sp .module-contact.option-type-au .net-area .btn,
.layout-sp .module-contact.option-type-cable .net-area .btn {
  font-size: 97%;
  line-height: 1.285714285714286;
}
.layout-sp .module-contact.option-type-au .net-area .btn .logo,
.layout-sp .module-contact.option-type-cable .net-area .btn .logo {
  display: block;
}
.layout-sp .module-contact.option-type-au .net-area .btn .txt,
.layout-sp .module-contact.option-type-cable .net-area .btn .txt {
  display: block;

  margin-top: 16px;
}
.layout-sp .module-contact.option-type-au .net-area .btn .column,
.layout-sp .module-contact.option-type-cable .net-area .btn .column {
  padding: 53px;
  padding-right: 90px;
  padding-left: 40px;
}
.layout-sp .module-contact.option-type-au .net-area .btn a.blank::after,
.layout-sp .module-contact.option-type-cable .net-area .btn a.blank::after {
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;

  width: 51px;
  height: 43px;
}
.layout-sp .module-contact.option-type-cable .net-area .btn .column {
  padding-top: 31px;
  padding-bottom: 31px;
}
.layout-sp .has-aside .module-contact {
  padding: 40px 40px 0;
}
.module-selectbox {
  font-weight: bold;

  position: relative;
  top: 0;
  left: 0;

  width: 100%;
  min-width: 30%;

  text-align: left;

  background: #022167;
}
.module-selectbox:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.module-selectbox a {
  position: relative;
  top: 0;
  left: 0;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;

  cursor: default;

  color: #fff;
}
.module-selectbox a:link,
.module-selectbox a:active,
.module-selectbox a:visited,
.module-selectbox a:focus {
  color: #fff;
}
.module-selectbox .label {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.module-selectbox.has-list a {
  cursor: pointer;
}
.module-selectbox.has-list .selected a::after {
  position: absolute;
  top: 50%;
  right: 0;

  display: table;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: .555555555555556em;
  height: .555555555555556em;
  margin-top: -.277777777777778em;

  content: "";
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 65% 65%;
      -ms-transform-origin: 65% 65%;
          transform-origin: 65% 65%;

  border: 2px solid #fff;
  border-top: none;
  border-left: none;
}
.module-selectbox.has-list .selected.is-open a::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.module-selectbox.has-list .selected .label::after {
  position: absolute;
  top: 0;
  right: 0;

  display: block;

  width: 2px;
  height: 100%;

  content: "";

  background: #fff;
}
.module-selectbox .list {
  position: absolute;
  z-index: 10;
  left: 0;

  width: 100%;

  background: #022167;
}
.module-selectbox .list ul {
  overflow-y: auto;

  max-height: 20em;

  -webkit-overflow-scrolling: touch;
}
.module-selectbox .list li {
  width: 100%;
}
.module-selectbox .list li.is-default {
  display: none;
}
.module-selectbox .list li.is-active {
  background: #335ec1;
}
.layout-pc .module-selectbox {
  font-size: 120%;
  line-height: 1.111111111111111;
}
.layout-pc .module-selectbox.has-list a {
  padding: 5px 2.777777777777778em 5px 20px;

  -webkit-transition: background .2s ease-in-out;
          transition: background .2s ease-in-out;
}
.layout-pc .module-selectbox.has-list a:hover {
  background: #335ec1;
}
.layout-pc .module-selectbox.has-list .label {
  padding: 10px 1.5em 10px 0;
}
.layout-pc .module-selectbox.has-list .label::after {
  opacity: .4;
}
.layout-pc .module-selectbox a {
  padding: 5px 20px 5px 20px;
}
.layout-pc .module-selectbox .label {
  padding: 10px 0 10px 0;
}
.layout-pc .module-selectbox .selected a::after {
  right: 20px;
}
.layout-sp .module-selectbox {
  font-size: 104%;
  line-height: 1.5;
}
.layout-sp .module-selectbox.has-list a {
  padding: 7px 3em 7px 25px;
}
.layout-sp .module-selectbox.has-list .label {
  padding: 16px 1.5em 15px 0;
}
.layout-sp .module-selectbox a {
  padding: 7px 25px 7px 25px;
}
.layout-sp .module-selectbox .label {
  padding: 16px 0 15px 0;
}
.layout-sp .module-selectbox .selected a::after {
  right: 37px;

  width: .6em;
  height: .6em;
  margin-top: -.3em;

  border-width: 5px;
}
.layout-sp .module-selectbox .selected .label::after {
  width: 3px;
}
.module-faq > ul > li > dl dt,
.module-faq > ol > li > dl dt {
  font-weight: bold;
}
.module-faq > ul > li > dl dt,
.module-faq > ol > li > dl dt,
.module-faq > ul > li > dl dd,
.module-faq > ol > li > dl dd {
  position: relative;
  top: 0;
  left: 0;
}
.module-faq > ul > li > dl dt .txt,
.module-faq > ol > li > dl dt .txt,
.module-faq > ul > li > dl dd .txt,
.module-faq > ol > li > dl dd .txt {
  display: block;
}
.module-faq > ul > li > dl dt::before,
.module-faq > ol > li > dl dt::before,
.module-faq > ul > li > dl dd::before,
.module-faq > ol > li > dl dd::before {
  font-weight: normal;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  content: "";
}
.module-faq > ul > li > dl dt::before,
.module-faq > ol > li > dl dt::before {
  content: "Q";

  color: #022167;
}
.module-faq > ul > li > dl dd::before,
.module-faq > ol > li > dl dd::before {
  left: .07em;

  content: "A";

  color: #d82731;
}
.module-faq > ul > li > dl dd .link,
.module-faq > ol > li > dl dd .link {
  display: inline-block;

  text-decoration: underline;
}
.layout-pc .module-faq > ul > li,
.layout-pc .module-faq > ol > li {
  margin-top: 22px;
  padding-bottom: 24.5px;

  border-bottom: 1px solid #dcdcdc;
}
.layout-pc .module-faq > ul > li:first-child,
.layout-pc .module-faq > ol > li:first-child {
  margin-top: 0;
}
.layout-pc .module-faq > ul > li > dl dt .txt,
.layout-pc .module-faq > ol > li > dl dt .txt {
  font-size: 107%;
  line-height: 1.5;
}
.layout-pc .module-faq > ul > li > dl dd .txt,
.layout-pc .module-faq > ol > li > dl dd .txt,
.layout-pc .module-faq > ul > li > dl dd .link,
.layout-pc .module-faq > ol > li > dl dd .link {
  font-size: 100%;
  line-height: 1.466666666666667;
}
.layout-pc .module-faq > ul > li > dl dt,
.layout-pc .module-faq > ol > li > dl dt,
.layout-pc .module-faq > ul > li > dl dd,
.layout-pc .module-faq > ol > li > dl dd {
  padding-left: 34px;
}
.layout-pc .module-faq > ul > li > dl dt::before,
.layout-pc .module-faq > ol > li > dl dt::before,
.layout-pc .module-faq > ul > li > dl dd::before,
.layout-pc .module-faq > ol > li > dl dd::before {
  font-size: 160%;
}
.layout-pc .module-faq > ul > li > dl dt::before,
.layout-pc .module-faq > ol > li > dl dt::before {
  line-height: 1;
}
.layout-pc .module-faq > ul > li > dl dd,
.layout-pc .module-faq > ol > li > dl dd {
  margin-top: 7.5px;
}
.layout-pc .module-faq > ul > li > dl dd::before,
.layout-pc .module-faq > ol > li > dl dd::before {
  line-height: .916666666666667;
}
.layout-pc .module-faq > ul > li > dl dd .link,
.layout-pc .module-faq > ol > li > dl dd .link {
  margin-top: .5em;
}
.layout-pc .module-faq > ul > li > dl dd .link li,
.layout-pc .module-faq > ol > li > dl dd .link li {
  margin-top: 1em;
}
.layout-pc .module-faq > ul > li > dl dd .link a,
.layout-pc .module-faq > ol > li > dl dd .link a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .module-faq > ul > li > dl dd .link a img,
.layout-pc .module-faq > ol > li > dl dd .link a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .module-faq > ul > li > dl dd .link a:hover,
.layout-pc .module-faq > ol > li > dl dd .link a:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .module-faq > ul > li > dl dd .link a:hover,
.ua-not-pc.layout-pc .module-faq > ol > li > dl dd .link a:hover {
  opacity: 1;
}
.layout-sp .module-faq > ul > li,
.layout-sp .module-faq > ol > li {
  margin-top: 33px;
  padding-bottom: 33px;

  border-bottom: 2px solid #dcdcdc;
}
.layout-sp .module-faq > ul > li:first-child,
.layout-sp .module-faq > ol > li:first-child {
  margin-top: 0;
}
.layout-sp .module-faq > ul > li > dl dt .txt,
.layout-sp .module-faq > ol > li > dl dt .txt {
  font-size: 111%;
  line-height: 1.4375;
}
.layout-sp .module-faq > ul > li > dl dd .txt,
.layout-sp .module-faq > ol > li > dl dd .txt,
.layout-sp .module-faq > ul > li > dl dd .link,
.layout-sp .module-faq > ol > li > dl dd .link {
  font-size: 97%;
  line-height: 1.5;
}
.layout-sp .module-faq > ul > li > dl dt,
.layout-sp .module-faq > ol > li > dl dt,
.layout-sp .module-faq > ul > li > dl dd,
.layout-sp .module-faq > ol > li > dl dd {
  padding-left: 65px;
}
.layout-sp .module-faq > ul > li > dl dt::before,
.layout-sp .module-faq > ol > li > dl dt::before,
.layout-sp .module-faq > ul > li > dl dd::before,
.layout-sp .module-faq > ol > li > dl dd::before {
  font-size: 166%;
}
.layout-sp .module-faq > ul > li > dl dt::before,
.layout-sp .module-faq > ol > li > dl dt::before {
  line-height: .958333333333333;
}
.layout-sp .module-faq > ul > li > dl dd,
.layout-sp .module-faq > ol > li > dl dd {
  margin-top: 14px;
}
.layout-sp .module-faq > ul > li > dl dd::before,
.layout-sp .module-faq > ol > li > dl dd::before {
  line-height: .875;
}
.layout-sp .module-faq > ul > li > dl dd .link li,
.layout-sp .module-faq > ol > li > dl dd .link li {
  margin-top: .642857142857143em;
}
.news-detail-page .global-article .module-eye-catch .txt-area h5 {
  font-size: 120%;
  font-weight: bold;

  margin: 0 0 1.5em;
  padding: .6em;

  border-bottom: 1px dashed #bbb;
  border-left: 7px solid #333;
}
.layout-sp .news-detail-page .global-article .module-eye-catch .txt-area h5 {
  font-size: 111%;
}
.slick-slider {
  position: relative;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@-webkit-keyframes fadein {
  0% {
    display: block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    display: block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;

  src: url("/assets/font/videojs/VideoJS.eot?#iefix") format("eot");
}
@font-face {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;

  src: url("/assets/font/videojs/VideoJS.ttf") format("truetype");
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: "\f10c";
}
.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: "\f115";
}
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
  content: "\f11d";
}
.vjs-icon-audio,
.video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
  content: "\f11e";
}
.video-js {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;

  position: relative;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: top;

  color: #fff;
  background-color: #000;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;

  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;

  list-style-position: outside;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  overflow-y: auto;

  height: 100%;
  margin: 0;
  padding: 0;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  overflow: hidden;
}
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  cursor: default;

  opacity: .5;
}
.video-js .vjs-offscreen {
  position: absolute;
  top: 0;
  left: -9999px;

  width: 1px;
  height: 1px;
}
.vjs-lock-showing {
  display: block !important;
  visibility: visible;

  opacity: 1;
}
.vjs-no-js {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;

  width: 300px;
  height: 150px;
  margin: 0 auto;
  padding: 20px;

  text-align: center;

  color: #fff;
  background-color: #000;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;

  position: absolute;
  top: 10px;
  left: 10px;

  display: block;

  width: 3em;
  height: 1.5em;
  padding: 0;

  cursor: pointer;
  -webkit-transition: all .4s;
          transition: all .4s;

  opacity: 1;
  border: .06666em solid #fff;
  border-radius: .3em;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;

  margin-top: -.75em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  -webkit-transition: all 0s;
          transition: all 0s;

  border-color: #fff;
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  font-size: inherit;
  line-height: inherit;

  display: inline-block;
  overflow: visible;

  -webkit-transition: none;
          transition: none;
  text-decoration: none;
  text-transform: none;

  color: inherit;
  border: none;
  background: none;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.video-js .vjs-control.vjs-close-button {
  position: absolute;
  z-index: 2;
  top: .5em;
  right: 0;

  height: 3em;

  cursor: pointer;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  font-family: Arial, Helvetica, sans-serif;

  display: block;
  overflow: auto;

  margin: 0;
  padding: 0;
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  font-size: 1.2em;
  line-height: 1.4em;

  margin: 0;
  padding: .2em 0;

  list-style: none;

  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  color: #2b333f;
  background-color: #fff;
}
.vjs-menu li.vjs-menu-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 2em;

  margin: 0 0 .3em 0;
  padding: 0;

  cursor: default;
  text-align: center;
  text-transform: uppercase;
}
.vjs-menu-button-popup .vjs-menu {
  position: absolute;
  bottom: 0;
  left: -3em;

  display: none;

  width: 10em;
  height: 0;
  margin-bottom: 1.5em;

  border-top-color: rgba(43,51,63,.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  position: absolute;
  bottom: 1.5em;

  width: 100%;
  max-height: 15em;

  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
}
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  overflow: hidden;

  -webkit-transition: all .4s;
          transition: all .4s;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
          transition: none;
}
.vjs-menu-button-inline .vjs-menu {
  position: absolute;
  top: 0;
  left: 4em;

  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;

  -webkit-transition: all .4s;
          transition: all .4s;

  opacity: 0;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;

  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  position: relative;

  display: block;

  width: auto;

  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  overflow: hidden;

  width: auto;
  height: 100%;
  margin: 0;
}
.video-js .vjs-control-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;

  width: 100%;
  height: 3em;

  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
}
.vjs-has-started .vjs-control-bar {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;
  visibility: visible;

  -webkit-transition: visibility .1s, opacity .1s;
          transition: visibility .1s, opacity .1s;

  opacity: 1;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;

  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;

  opacity: 0;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;

  opacity: 1;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;

  width: 4em;
  height: 100%;
  margin: 0;
  padding: 0;

  text-align: center;

  outline: none;

  -webkit-flex: none;
      -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-control-text {
  position: absolute;

  overflow: hidden;
  clip: rect(0 0 0 0);

  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;

  border: 0;
}
.vjs-no-flex .vjs-control {
  display: table-cell;

  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;

  min-width: 4em;

  -webkit-flex: auto;
      -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.video-js .vjs-progress-holder {
  height: .3em;

  -webkit-transition: all .2s;
          transition: all .2s;

  -webkit-flex: auto;
      -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666667em;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .6em;

  visibility: visible;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 0;
  height: .3em;
  margin: 0;
  padding: 0;
}
.video-js .vjs-mouse-display:before {
  display: none;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: .9em;

  position: absolute;
  top: -.333333333333333em;
  right: -.5em;
}
.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  font-size: .9em;

  position: absolute;
  top: -3.4em;
  right: -1.9em;

  visibility: hidden;

  padding: 6px 8px 8px 8px;

  content: attr(data-current-time);
  pointer-events: none;

  color: #000;
  border-radius: .3em;
  background-color: #fff;
  background-color: rgba(255,255,255,.8);
}
.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}
.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}
.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115,133,159,.5);
}
.video-js .vjs-load-progress div {
  background: #fff;
  background: rgba(115,133,159,.75);
}
.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-time-tooltip {
  position: relative;
  right: -1.9em;

  display: inline-block;
  float: right;

  height: 2.4em;
}
.vjs-tooltip-progress-bar {
  visibility: hidden;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  position: absolute;
  z-index: 1;

  display: none;

  width: 1px;
  height: 100%;

  background-color: #000;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;

  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;

  opacity: 0;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
}
.video-js .vjs-slider {
  position: relative;

  margin: 0 .45em 0 .45em;
  padding: 0;

  cursor: pointer;

  outline: 0;
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
}
.video-js .vjs-slider:focus {
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff;
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;

  -webkit-flex: none;
      -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
.video-js .vjs-volume-control {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;

  width: 5em;

  -webkit-flex: none;
      -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
}
.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;

  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  font-size: .9em;

  position: absolute;
}
.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;

  width: 0;
  height: 0;

  border-top-color: transparent;
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: .5em;

  height: 8em;
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  overflow-x: hidden;
  overflow-y: hidden;

  width: 0;
  height: 0;
}
.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  width: 2.9em;
  height: 8em;
}
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  width: 8em;
  height: 2.9em;
}
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}
.vjs-poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: inline-block;

  height: 100%;
  margin: 0;
  padding: 0;

  cursor: pointer;
  vertical-align: middle;

  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
          background-size: contain;
}
.vjs-poster img {
  display: block;

  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;

  vertical-align: middle;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  font-size: 1em;
  line-height: 3em;

  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;

  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-flex: auto;
      -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;

  width: auto;

  text-align: left;
}
.video-js .vjs-time-control {
  font-size: 1em;
  line-height: 3em;

  width: auto;
  min-width: 2em;
  padding-right: 1em;
  padding-left: 1em;

  -webkit-flex: none;
      -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  line-height: 3em;

  display: none;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;

  -webkit-flex: none;
      -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
.vjs-text-track-display {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3em;
  left: 0;

  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;

  margin-bottom: .1em;

  text-align: center;

  background-color: #000;
  background-color: rgba(0,0,0,.5);
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
      -ms-transform: translateY(-3em);
          transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
      -ms-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;

  -webkit-flex: none;
      -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  left: 0;

  width: 4em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;

  text-align: center;
}
.vjs-error .vjs-error-display:before {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  line-height: 1;

  position: absolute;
  top: 50%;
  left: 0;

  width: 100%;
  margin-top: -.5em;

  content: "X";
  text-align: center;
  vertical-align: middle;

  color: #fff;
  text-shadow: .05em .05em .1em #000;
}
.vjs-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;

  display: none;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;

  text-align: left;

  opacity: .85;
  border: 6px solid rgba(43,51,63,.7);
  border-radius: 25px;
  -webkit-background-clip: padding;
          background-clip: padding-box;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  position: absolute;

  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  margin: -6px;

  content: "";

  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
          animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation-delay: .44s;
          animation-delay: .44s;

  border-top-color: #fff;
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-flex: auto;
      -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}
.vjs-caption-settings {
  font-size: 12px;

  position: relative;
  top: 1em;

  width: 40em;
  height: 16em;
  margin: 0 auto;
  padding: .5em;

  color: #fff;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.75);
}
.vjs-caption-settings .vjs-tracksettings {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1em;
  left: 0;

  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  min-height: 40px;
  margin: 5px;
  padding: 3px;

  border: none;
}
.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;

  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  float: right;

  margin-left: 5px;

  vertical-align: top;
}
.vjs-caption-settings .vjs-tracksetting > div {
  min-height: 20px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em;
}
.vjs-caption-settings fieldset .vjs-label {
  position: absolute;

  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);

  width: 1px;
  height: 1px;
  padding: 0;

  border: 0;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
.video-js .vjs-modal-dialog {
  background: rgba(0,0,0,.8);
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,.8), rgba(255,255,255,0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.8)), to(rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,.8), rgba(255,255,255,0));
  background:         linear-gradient(180deg, rgba(0,0,0,.8), rgba(255,255,255,0));
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;

  z-index: 1;

  padding: 20px 24px;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
@media 0 screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar:before {
    content: "";
  }
}
@media 0 screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em;
}
.video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none !important;
}
.video-js .vjs-control {
  width: 3em;
}
.video-js .vjs-menu-button-inline:before {
  width: 1.5em;
}
.vjs-menu-button-inline .vjs-menu {
  left: 3em;
}
.video-js .vjs-load-progress div,
.vjs-seeking .vjs-big-play-button,
.vjs-waiting .vjs-big-play-button {
  display: none !important;
}
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  padding: 0 .4em .3em;
}
.video-js.vjs-ended .vjs-loading-spinner {
  display: none;
}
.video-js *,
.video-js:after,
.video-js:before {
  font-size: inherit;
  line-height: inherit;

  -webkit-box-sizing: inherit;
          box-sizing: inherit;

  color: inherit;
}
.video-js.vjs-fullscreen,
.video-js.vjs-fullscreen .vjs-tech {
  width: 100% !important;
  height: 100% !important;
}
.video-js {
  font-size: 14px;

  overflow: hidden;
}
.video-js .vjs-control {
  color: inherit;
}
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 8.35em;
}
.video-js .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
  width: 6.35em;
  height: 3em;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff;
}
.video-js .vjs-spacer,
.video-js .vjs-time-control {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.video-js .vjs-time-control {
  width: auto;

  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}
.video-js .vjs-time-control.vjs-time-divider {
  width: 14px;
}
.video-js .vjs-time-control.vjs-time-divider div {
  width: 100%;

  text-align: center;
}
.video-js .vjs-time-control.vjs-current-time {
  margin-left: 1em;
}
.video-js .vjs-time-control .vjs-current-time-display,
.video-js .vjs-time-control .vjs-duration-display {
  width: 100%;
}
.video-js .vjs-time-control .vjs-current-time-display {
  text-align: right;
}
.video-js .vjs-time-control .vjs-duration-display {
  text-align: left;
}
.video-js .vjs-play-progress:before,
.video-js .vjs-progress-control .vjs-play-progress:before,
.video-js .vjs-remaining-time,
.video-js .vjs-volume-level:after,
.video-js .vjs-volume-level:before,
.video-js.vjs-live .vjs-time-control.vjs-current-time,
.video-js.vjs-live .vjs-time-control.vjs-duration,
.video-js.vjs-live .vjs-time-control.vjs-time-divider,
.video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
  display: none;
}
.video-js.vjs-no-flex .vjs-time-control {
  display: table-cell;

  width: 4em;
}
.video-js .vjs-progress-control {
  position: absolute;
  top: -.5em;
  right: 0;
  left: 0;

  width: 100%;
  height: .5em;
}
.video-js .vjs-progress-control .vjs-load-progress,
.video-js .vjs-progress-control .vjs-play-progress,
.video-js .vjs-progress-control .vjs-progress-holder {
  height: 100%;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
}
.video-js .vjs-progress-control:hover {
  top: -1.5em;

  height: 1.5em;
}
.video-js .vjs-control-bar {
  -webkit-transition: -webkit-transform .1s ease 0s;
          transition: -webkit-transform .1s ease 0s;
          transition:         transform .1s ease 0s;
          transition:         transform .1s ease 0s, -webkit-transform .1s ease 0s;
}
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  visibility: visible;

  -webkit-transition: -webkit-transform 1s ease 0s;
          transition: -webkit-transform 1s ease 0s;
          transition:         transform 1s ease 0s;
          transition:         transform 1s ease 0s, -webkit-transform 1s ease 0s;
  -webkit-transform: translateY(3em);
      -ms-transform: translateY(3em);
          transform: translateY(3em);

  opacity: 1;

  -webkit-backface-visibility: hidden;
}
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
  top: -.25em;

  height: .25em;

  -webkit-transition: height 1s, top 1s;
          transition: height 1s, top 1s;
  pointer-events: none;
}
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
  -webkit-transition: opacity 1s ease 1s;
          transition: opacity 1s ease 1s;

  opacity: 0;
}
.video-js.vjs-live .vjs-live-control {
  margin-left: 1em;
}
.video-js .vjs-big-play-button {
  font-size: 3.5em;
  line-height: 2em;

  top: 50%;
  left: 50%;

  width: 2em;
  height: 2em;
  margin-top: -1em;
  margin-left: -1em;

  -webkit-transition: border-color .4s, outline .4s, background-color .4s;
          transition: border-color .4s, outline .4s, background-color .4s;

  color: #fff;
  border: none;
  border-radius: 50%;
  background-color: rgba(0,0,0,.45);
}
.video-js .vjs-menu-button-popup .vjs-menu {
  left: -3em;
}
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  left: -1.5em;

  width: 12em;
  padding-bottom: .5em;

  background-color: transparent;
}
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item,
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
  margin: .3em 0;
  padding: .5em;

  border-radius: .3em;
  background-color: #151b17;
}
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  background-color: #2483d5;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus,
.video-js .vjs-big-play-button:active {
  background-color: #cc181e;
}
.video-js .vjs-loading-spinner {
  border-color: #cc181e;
}
.video-js .vjs-control-bar2 {
  background-color: #000;
}
.video-js .vjs-control-bar {
  font-size: 12px;

  color: #fff;
  background-color: rgba(0,0,0,.3) !important;
}
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  background-color: #cc181e;
}
.video-js .vjs-load-progress {
  background: rgba(255,255,255,.3);
}
.video-js .vjs-big-play-button {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;

  width: 2em !important;
  height: 2em !important;
  margin: auto !important;

  -webkit-transition: none !important;
          transition: none !important;
}
.video-js .vjs-control-bar {
  height: 4.2em !important;
}
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  -webkit-transform: translateY(4.2em);
      -ms-transform: translateY(4.2em);
          transform: translateY(4.2em);
}
.video-js .vjs-progress-control .vjs-load-progress,
.video-js .vjs-progress-control .vjs-play-progress,
.video-js .vjs-progress-control .vjs-progress-holder {
  height: 100% !important;
}
.vjs-default-skin.vjs-sp-skin .vjs-mute-control .vjs-menu,
.vjs-default-skin.vjs-sp-skin .vjs-volume-menu-button .vjs-menu {
  left: 3em !important;
}
.layout-pc .vjs-slate-panel .vjs-slate:hover {
  opacity: .8;
}
.vjs-slate-panel .vjs-slate h4 {
  font-weight: bold !important;

  padding-top: 65px !important;

  color: #000 !important;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  padding-top: 12% !important;
}
.vjs-error .vjs-error-display:before {
  display: none !important;
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.global-aside:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.global-aside .aside-login li a span {
  position: relative;
  top: 0;
  left: 0;
}
.global-aside .aside-login li a span::before {
  position: absolute;
  top: 50%;
  left: 0;

  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  background: url("/assets/img/common/icon/gnplus1.png") no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
}
.global-aside .aside-how-to-watch li a,
.global-aside .aside-sns li a {
  line-height: 0;

  display: block;
}
.global-aside .aside-rank .content {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.layout-pc .global-aside {
  padding-top: 14px;
  padding-bottom: 238px;
}
.layout-pc .global-aside .aside-parts {
  margin-top: 60px;
}
.layout-pc .global-aside .aside-parts:first-child {
  margin-top: 0;
}
.layout-pc .global-aside .aside-rank {
  padding: 0 14px;
}
.layout-pc .global-aside .aside-rank .content {
  margin-top: 18px;
}
.layout-pc .global-aside .aside-rank .ttl,
.layout-pc .global-aside .aside-rank .desc {
  font-size: 87%;
  font-weight: bold;
}
.layout-pc .global-aside .aside-rank .desc {
  margin-top: 15px;
  margin-bottom: 10px;
}
.layout-pc .global-aside .aside-rank .ttl {
  position: relative;
  top: 0;
  left: 0;
}
.layout-pc .global-aside .aside-rank .ttl .selected .column {
  position: relative;
  top: 0;
  left: 0;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 7px 30px 6px 12px;

  cursor: default;

  border: 2px solid #022167;
  border-bottom: 2px solid transparent;
}
.layout-pc .global-aside .aside-rank .ttl .selected .column .unit {
  font-size: 67%;
}
.layout-pc .global-aside .aside-rank .ttl .selected .column::after {
  position: absolute;
  bottom: -2px;
  left: -2px;

  display: block;

  width: 320px;
  height: 2px;

  content: "";

  background: #022167;
}
.layout-pc .global-aside .aside-rank .ttl.has-list .selected .column {
  cursor: pointer;
}
.layout-pc .global-aside .aside-rank .ttl.has-list .selected::after {
  position: absolute;
  top: 30%;
  right: .714285714285714em;
  left: auto;

  width: .7em;
  height: .7em;

  border-width: 2px;
}
.layout-pc .global-aside .aside-rank .ttl.has-list .selected.is-open::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.layout-pc .global-aside .aside-rank .ttl .list {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;

  width: 100%;
  margin-top: -2px;

  background: #f2f2f2;
}
.layout-pc .global-aside .aside-rank .ttl .list li .column {
  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 7px 30px 6px 12px;

  border: 2px solid #022167;
  border-top: none;
  border-bottom: none;
}
.layout-pc .global-aside .aside-rank .ttl .list li .column .unit {
  font-size: 67%;
}
.layout-pc .global-aside .aside-rank .ttl .list li:last-child {
  border-bottom: 2px solid #022167;
}
.layout-pc .global-aside .aside-rank .selected {
  margin-bottom: 10px;
}
.layout-pc .global-aside .aside-rank table {
  width: 100%;
}
.layout-pc .global-aside .aside-rank table span {
  display: block;
}
.layout-pc .global-aside .aside-rank th,
.layout-pc .global-aside .aside-rank td {
  font-weight: bold;

  padding: 0 2px;

  text-align: center;
}
.layout-pc .global-aside .aside-rank th {
  font-size: 94%;

  color: #022167;
}
.layout-pc .global-aside .aside-rank td {
  font-size: 87%;

  padding-top: 8px;
}
.layout-pc .global-aside .aside-rank td.name {
  text-align: left;
}
.layout-pc .global-aside .aside-rank td.name span {
  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.layout-pc .global-aside .aside-rank th.rank {
  width: 2.5em;
}
.layout-pc .global-aside .aside-rank th.point,
.layout-pc .global-aside .aside-rank th.event,
.layout-pc .global-aside .aside-rank th.prize {
  width: 4.5em;
}
.layout-pc .global-aside .aside-rank th.score {
  width: 2.5em;
}
.layout-pc .global-aside .aside-rank .module-btn {
  margin-top: 10px;
}
.layout-pc .global-aside .aside-rank td.name span {
  width: 14em;
}
.layout-pc .global-aside .aside-how-to-watch {
  padding: 0 14px;
}
.layout-pc .global-aside .aside-how-to-watch .desc {
  font-size: 127%;
  font-weight: bold;
  line-height: 1.263157894736842;
}
.layout-pc .global-aside .aside-how-to-watch .content {
  margin-top: 14px;
}
.layout-pc .global-aside .aside-how-to-watch li {
  margin-top: 14px;

  text-align: center;
}
.layout-pc .global-aside .aside-how-to-watch li a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .global-aside .aside-how-to-watch li a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .global-aside .aside-how-to-watch li a:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .global-aside .aside-how-to-watch li a:hover {
  opacity: 1;
}
.layout-pc .global-aside .aside-how-to-watch li:first-child {
  margin-top: 0;
}
.layout-pc .global-aside .aside-program {
  padding: 0 14px;

  text-align: center;
}
.layout-pc .global-aside .aside-program a {
  line-height: 0;

  display: block;
}
.layout-pc .global-aside .aside-dfp,
.layout-pc .global-aside .aside-free {
  padding: 0 14px;
}
.layout-pc .global-aside .aside-login {
  padding: 0 14px;
}
.layout-pc .global-aside .aside-login li {
  margin-top: 11px;
}
.layout-pc .global-aside .aside-login li:first-child {
  margin-top: 0;
}
.layout-pc .global-aside .aside-login li a span {
  padding-left: 30px;
}
.layout-pc .global-aside .aside-login li a span::before {
  width: 20px;
  height: 27px;
}
.layout-pc .global-aside .aside-sns {
  padding: 0 14px;

  text-align: center;
}
.layout-pc .global-aside .aside-sns li {
  margin-top: 17px;
}
.layout-pc .global-aside .aside-sns li a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .global-aside .aside-sns li a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .global-aside .aside-sns li a:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .global-aside .aside-sns li a:hover {
  opacity: 1;
}
.layout-pc .global-aside .aside-sns li:first-child {
  margin-top: 0;
}
.layout-sp .global-aside {
  padding-top: 100px;
  padding-bottom: 100px;
}
.layout-sp .global-aside .aside-parts {
  margin-top: 90px;
}
.layout-sp .global-aside .aside-parts:first-child {
  margin-top: 0;
}
.layout-sp .global-aside .aside-dfp,
.layout-sp .global-aside .aside-free {
  padding: 0 40px;
}
.layout-sp .global-aside .aside-login {
  padding: 0 40px;
}
.layout-sp .global-aside .aside-login li {
  margin-top: 24px;
}
.layout-sp .global-aside .aside-login li:first-child {
  margin-top: 0;
}
.layout-sp .global-aside .aside-login li a span {
  padding-left: 55px;
}
.layout-sp .global-aside .aside-login li a span::before {
  width: 42px;
  height: 57px;
}
.layout-sp .global-aside .aside-sns {
  padding: 0 40px;
}
.layout-sp .global-aside .aside-sns li {
  margin-top: 24px;
}
.layout-sp .global-aside .aside-sns li:first-child {
  margin-top: 0;
}
.global-footer {
  color: #fff;
  background: #232323;
}
.global-footer a {
  color: #fff;
}
.global-footer a:link,
.global-footer a:active,
.global-footer a:visited,
.global-footer a:focus {
  color: #fff;
}
.global-footer-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.global-footer .howto-area {
  position: relative;
  top: 0;
  left: 0;

  text-align: center;
}
.global-footer .howto-area:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.global-footer .howto-area .col::before {
  display: block;

  content: "";
}
.global-footer .howto-area .col:first-child::before {
  display: none;
}
.global-footer .howto-area p.ttl span {
  display: block;
}
.global-footer .howto-area p.ttl .en {
  letter-spacing: .015em;
}
.global-footer .howto-area p.ttl .ja {
  font-weight: bold;

  letter-spacing: .035em;
}
.global-footer .howto-area dt {
  font-weight: bold;
}
.global-footer .contact-area .inner {
  font-weight: bold;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;

  text-align: center;

  border: 1px solid #fff;
}
.global-footer .contact-area dd {
  letter-spacing: -.06em;
}
.global-footer .related-area {
  text-align: center;
}
.global-footer .related-area li {
  display: inline-block;

  vertical-align: middle;
}
.global-footer .related-area li a {
  line-height: 0;

  display: block;
}
.global-footer .pagetop-area .btn {
  position: fixed;
  z-index: 10000;
  right: 16px;
  bottom: 16px;
}
.global-footer .pagetop-area .btn a {
  position: relative;
  top: 0;
  left: 0;

  display: block;

  height: 0;
  padding-top: 100%;

  background: rgba(160,160,160,.4);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.global-footer .pagetop-area .btn a span {
  line-height: 1;

  display: block;
  overflow: hidden;

  white-space: nowrap;
  text-indent: 100%;
}
.global-footer .pagetop-area .btn a::before,
.global-footer .pagetop-area .btn a::after {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  content: "";
}
.global-footer .pagetop-area .btn a::before {
  left: 50%;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 53.84615384615385%;
  height: 0;
  margin-top: 28.846153846153843%;
  margin-left: -26.923076923076923%;

  border-top: 3px solid #fff;
}
.global-footer .pagetop-area .btn a::after {
  top: 48.07692307692308%;
  left: 50%;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 38.46153846153847%;
  margin-left: -19.230769230769234%;
  padding-top: 32.69230769230769%;

  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);

  border: 3px solid #fff;
  border-bottom: none;
  border-left: none;
}
.layout-pc .global-footer {
  overflow: hidden;

  min-width: 1100px;
  margin: 0 auto;
}
.layout-pc .global-footer-inner {
  position: relative;
  top: 0;
  left: 0;

  width: 1100px;
  margin: 0 auto;
  padding-top: 82px;
  padding-bottom: 25px;
}
.layout-pc .global-footer .howto-area .col {
  display: inline-block;

  width: 50%;
  padding-bottom: 2px;

  vertical-align: top;
}
.layout-pc .global-footer .howto-area .col::before {
  position: absolute;
  top: 0;
  left: 50%;

  height: 100%;

  border-right: 1px solid #fff;
}
.layout-pc .global-footer .howto-area dt {
  font-size: 107%;

  margin-bottom: 20px;
}
.layout-pc .global-footer .howto-area dd.txt {
  font-size: 80%;
  line-height: 1.416666666666667;
}
.layout-pc .global-footer .howto-area .btn li {
  margin-top: 10px;
}
.layout-pc .global-footer .howto-area .btn li:first-child {
  margin-top: 0;
}
.layout-pc .global-footer .howto-area p.ttl {
  margin-bottom: 30px;
}
.layout-pc .global-footer .howto-area p.ttl .en {
  font-size: 180%;
  line-height: 1.111111111111111;
}
.layout-pc .global-footer .howto-area p.ttl .ja {
  font-size: 74%;

  margin-top: 5px;
}
.layout-pc .global-footer .howto-area .about .inner {
  padding-right: 55px;
}
.layout-pc .global-footer .howto-area .about .inner .outline {
  letter-spacing: .035em;
}
.layout-pc .global-footer .howto-area .about .inner .txt {
  line-height: 1.666666666666667;

  letter-spacing: .02em;
}
.layout-pc .global-footer .howto-area .about .inner .btn {
  margin-top: 20px;
}
.layout-pc .global-footer .howto-area .join .inner {
  padding-left: 57px;
}
.layout-pc .global-footer .howto-area .join .inner dl {
  display: inline-block;

  width: 240px;
  margin-left: 13px;

  vertical-align: top;
}
.layout-pc .global-footer .howto-area .join .inner dl:first-child {
  margin-left: 0;
}
.layout-pc .global-footer .contact-area {
  margin-top: 43px;
}
.layout-pc .global-footer .contact-area .inner {
  width: 600px;
  padding: 28px;
}
.layout-pc .global-footer .contact-area .ttl,
.layout-pc .global-footer .contact-area dl {
  display: inline-block;

  margin: 0 15px;

  vertical-align: middle;
}
.layout-pc .global-footer .contact-area .ttl {
  font-size: 94%;
}
.layout-pc .global-footer .contact-area dt {
  font-size: 74%;
}
.layout-pc .global-footer .contact-area dd {
  font-size: 160%;
}
.layout-pc .global-footer .related-area {
  margin-top: 41px;
}
.layout-pc .global-footer .related-area nav {
  padding: 14px 0;
}
.layout-pc .global-footer .related-area li a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .global-footer .related-area li a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .global-footer .related-area li a:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .global-footer .related-area li a:hover {
  opacity: 1;
}
.layout-pc .global-footer .related-area .sponsor li {
  margin: 0 22px;
}
.layout-pc .global-footer .related-area .sns li {
  margin: 0 8px;
}
.layout-pc .global-footer .data-area {
  font-size: 87%;
  line-height: 1.538461538461539;

  margin-top: 63px;

  text-align: center;
}
.layout-pc .global-footer .data-area:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-footer .data-area a {
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

  border-bottom: 1px solid transparent;
}
.layout-pc .global-footer .data-area a:hover {
  border-bottom: 1px solid #fff;
}
.layout-pc .global-footer .data-area .site-information li {
  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  margin-right: 8px;
  padding-right: 8px;
}
.layout-pc .global-footer .data-area .site-information li::after {
  position: absolute;
  top: 50%;
  right: 0;

  display: block;

  height: 1em;
  margin-top: -.5em;

  content: "";

  border-right: 1px solid #fff;
}
.layout-pc .global-footer .data-area .site-information li:first-child {
  padding-left: 8px;
}
.layout-pc .global-footer .data-area .site-information li:first-child::before {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  height: 1em;
  margin-top: -.5em;

  content: "";

  border-left: 1px solid #fff;
}
.layout-pc .global-footer .data-area .site-information li:last-child {
  margin-right: 0;
}
.layout-pc .global-footer .data-area .site-information {
  text-align: center;
}
.layout-pc .global-footer .data-area .copyright {
  clear: both;

  margin-top: 38px;

  letter-spacing: .03em;
}
.layout-pc .global-footer .pagetop-area .btn a {
  width: 52px;

  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .global-footer .pagetop-area .btn a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .global-footer .pagetop-area .btn a:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .global-footer .pagetop-area .btn a:hover {
  opacity: 1;
}
.layout-sp .global-footer {
  overflow: hidden;
}
.layout-sp .global-footer-inner {
  position: relative;
  top: 0;
  left: 0;

  width: 670px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 208px;
}
.layout-sp .global-footer .howto-area .col {
  position: relative;
  top: 0;
  left: 0;

  margin-top: 71px;
  padding-top: 65px;
}
.layout-sp .global-footer .howto-area .col::before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;

  border-top: 2px solid #fff;
}
.layout-sp .global-footer .howto-area .col:first-child {
  margin-top: 0;
  padding-top: 0;
}
.layout-sp .global-footer .howto-area .col .btn {
  overflow: hidden;

  text-align: center;
}
.layout-sp .global-footer .howto-area .col .btn ul {
  margin-right: -11px;
  margin-left: -11px;
}
.layout-sp .global-footer .howto-area .col .btn li {
  display: inline-block;

  margin-top: 16px;
  margin-right: 11px;
  margin-left: 11px;
}
.layout-sp .global-footer .howto-area dt {
  font-size: 94%;

  margin-bottom: 20px;
}
.layout-sp .global-footer .howto-area dd.txt {
  font-size: 83%;
  line-height: 1.416666666666667;
}
.layout-sp .global-footer .howto-area dd.btn {
  font-size: 100%;
}
.layout-sp .global-footer .howto-area p.ttl {
  margin-bottom: 30px;
}
.layout-sp .global-footer .howto-area p.ttl .en {
  font-size: 149%;
  line-height: 1.093023255813953;
}
.layout-sp .global-footer .howto-area p.ttl .ja {
  font-size: 80%;

  margin-top: 5px;
}
.layout-sp .global-footer .howto-area .about .inner .outline {
  letter-spacing: -.025em;
}
.layout-sp .global-footer .howto-area .about .inner .txt {
  line-height: 1.583333333333333;

  letter-spacing: -.06em;
}
.layout-sp .global-footer .howto-area .about .inner .btn {
  margin-top: 14px;
}
.layout-sp .global-footer .howto-area .join dt {
  margin-bottom: 4px;
}
.layout-sp .global-footer .howto-area .join dl {
  margin-top: 60px;
}
.layout-sp .global-footer .howto-area .join dl:first-child {
  margin-top: 0;
}
.layout-sp .global-footer .contact-area {
  margin-top: 111px;
}
.layout-sp .global-footer .contact-area .inner {
  padding: 80px 70px 70px;

  border: 2px solid #fff;
}
.layout-sp .global-footer .contact-area .ttl {
  font-size: 97%;

  margin-bottom: 30px;
}
.layout-sp .global-footer .contact-area dt {
  font-size: 90%;
}
.layout-sp .global-footer .contact-area dd {
  font-size: 132%;

  letter-spacing: -.1em;
}
.layout-sp .global-footer .related-area {
  margin-top: 106px;
}
.layout-sp .global-footer .related-area nav {
  padding: 34px 0;
}
.layout-sp .global-footer .related-area .sponsor li {
  margin: 0 29px;
}
.layout-sp .global-footer .related-area .sponsor li.dunlop {
  margin-left: 46px;
}
.layout-sp .global-footer .related-area .sns li {
  margin: 0 14px;
}
.layout-sp .global-footer .data-area {
  margin-top: 36px;
}
.layout-sp .global-footer .data-area:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .global-footer .data-area ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .global-footer .data-area .site-information li {
  position: relative;
  top: 0;
  left: 0;

  float: left;

  margin-top: 30px;
}
.layout-sp .global-footer .data-area .site-information li a {
  display: block;

  padding: 0 22px;
}
.layout-sp .global-footer .data-area .site-information li a::before,
.layout-sp .global-footer .data-area .site-information li a::after {
  display: block;

  height: 1em;
  margin-top: -.5em;

  content: "";
}
.layout-sp .global-footer .data-area .site-information li a::before {
  position: absolute;
  top: 50%;
  left: 0;

  border-left: 1px solid #fff;
}
.layout-sp .global-footer .data-area .site-information li a::after {
  position: absolute;
  top: 50%;
  right: -1px;

  border-right: 1px solid #fff;
}
.layout-sp .global-footer .data-area .site-information li.clear {
  clear: both;
}
.layout-sp .global-footer .data-area .site-information {
  font-size: 87%;
  font-weight: bold;

  letter-spacing: -.05em;
}
.layout-sp .global-footer .data-area .copyright {
  font-size: 83%;
  line-height: 1.541666666666667;

  margin-top: 70px;
}
.layout-sp .global-footer .pagetop-area .btn {
  right: 14px;
  bottom: 14px;
}
.layout-sp .global-footer .pagetop-area .btn a {
  width: 80px;
}
.layout-sp .global-footer .pagetop-area .btn a::before {
  margin-top: 33.75%;
}
.layout-sp .global-footer .pagetop-area .btn a::after {
  top: 52.5%;

  border: 5px solid #fff;
  border-bottom: none;
  border-left: none;
}
.global-header {
  position: relative;
  z-index: 100000;
  top: 0;
  left: 0;
}
.global-header a {
  display: block;
}
.global-header .logo a {
  line-height: 0;

  display: block;
}
.global-header .watching li,
.global-header .category li {
  font-weight: bold;

  position: relative;
  top: 0;
  left: 0;

  display: inline-block;
}
.global-header .category li {
  vertical-align: top;
}
.global-header .watching li {
  vertical-align: middle;
}
.global-header .watching .module-arrow-circle span {
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.global-header .watching .module-arrow-circle span::after {
  border-color: #d82731;
}
.global-header .watching .module-arrow-circle:hover {
  background: #fff;
}
.global-header .watching .module-arrow-circle:hover span::after {
  border-color: #d82731;
}
.global-header .watching li {
  text-align: center;
}
.global-header .watching li a {
  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  color: #fff;
  background: #d82731;
}
.global-header .watching li a:hover .module-arrow-circle span::after {
  border-color: #fd4d4d;
}
.global-header .global-leadersboard {
  color: #fff;
  background-color: #022167;
}
.global-header .global-leadersboard a {
  color: #fff;
}
.global-header .global-leadersboard .column {
  display: block;
}
.global-header .global-preliminary-report {
  color: #fff;
  background-color: #022167;
}
.global-header .global-preliminary-report a {
  color: #fff;
}
.global-header .global-preliminary-report a:after {
  top: -.06em;

  border-width: 2px;
  border-color: #fff;
}
.layout-pc .global-header .global-nav,
.layout-pc .global-header .global-leadersboard,
.layout-pc .global-header .global-preliminary-report {
  min-width: 1100px;
  margin: 0 auto;
}
.layout-pc .global-header .global-nav-inner,
.layout-pc .global-header .global-leadersboard-inner,
.layout-pc .global-header .global-preliminary-report-inner {
  width: 1100px;
  margin: 0 auto;
}
.layout-pc .global-header .global-nav-inner:after,
.layout-pc .global-header .global-leadersboard-inner:after,
.layout-pc .global-header .global-preliminary-report-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-header .global-nav {
  border-bottom: 6px solid #022167;
}
.layout-pc .global-header .global-nav.has-data {
  border-bottom: none;
}
.layout-pc .global-header .global-nav-inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 8px;
}
.layout-pc .global-header .global-nav-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-header .logo {
  line-height: 0;

  float: left;

  padding-top: 9px;
}
.layout-pc .global-header .logo a {
  width: 131px;
  height: 65px;

  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .global-header .logo a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .global-header .logo a:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .global-header .logo a:hover {
  opacity: 1;
}
.layout-pc .global-header .logo img {
  width: 100%;
  height: auto;
}
.layout-pc .global-header .watching,
.layout-pc .global-header .category {
  float: right;

  width: 965px;

  text-align: right;
}
.layout-pc .global-header .watching {
  font-size: 94%;

  margin-bottom: 8px;
}
.layout-pc .global-header .watching li {
  width: 296px;
  margin-left: 6px;
}
.layout-pc .global-header .watching li:first-child {
  margin-left: 0;
}
.layout-pc .global-header .watching li a {
  padding: 7px 27px 6px 15px;

  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;

  border-radius: 6px;
}
.layout-pc .global-header .watching li a:hover {
  background: #fd4d4d;
}
.layout-pc .global-header .watching .module-arrow-circle {
  position: absolute;
  top: 50%;
  right: 0;

  margin-right: 8px;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.layout-pc .global-header .category {
  font-size: 107%;
  line-height: 1.25;
}
.layout-pc .global-header .category > ul > li {
  position: relative;
  top: 0;
  left: 0;

  margin-left: 2px;
}
.layout-pc .global-header .category > ul > li:hover > a {
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;

  color: #fff;
  background: #022167;
}
.layout-pc .global-header .category > ul > li.is-active > a {
  color: #fff;
  background: #022167;
}
.layout-pc .global-header .category > ul > li.is-active > a::after {
  border-color: #fff;
}
.layout-pc .global-header .category > ul > li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;

  display: block;

  width: 2px;
  height: 37.5%;
  margin: auto 0;

  content: "";

  background: #e5e5e5;
}
.layout-pc .global-header .category > ul > li:first-child {
  margin-left: 0;
}
.layout-pc .global-header .category > ul > li:first-child::after {
  display: none;
}
.layout-pc .global-header .category .has-list .list {
  left: 50%;

  width: 370px;
  margin-left: -185px;
}
.layout-pc .global-header .category .original .list {
  width: 440px;
  margin-left: -220px;
}
.layout-pc .global-header .category .other .list {
  right: 0;
  left: auto;

  width: 492px;
  margin-left: auto;
}
.layout-pc .global-header .category li a {
  display: table;

  padding: 14px 8px;
}
.layout-pc .global-header .category li.has-list > a::after {
  margin: 0 .2em;

  border-width: 2px;
}
.layout-pc .global-header .category li.has-list:hover > a::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);

  border-color: #fff;
}
.layout-pc .global-header .category li .list {
  position: absolute;
  z-index: 100;

  width: 100%;

  background: #022167;
}
.layout-pc .global-header .category li .list ul {
  padding-top: 24px;
  padding-bottom: 24px;
}
.layout-pc .global-header .category li .list ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-header .category li .list li {
  font-size: 94%;

  position: relative;
  top: 0;
  left: 0;

  float: left;

  width: 50%;

  text-align: center;
}
.layout-pc .global-header .category li .list li:nth-child(odd) {
  clear: both;
}
.layout-pc .global-header .category li .list li:nth-child(odd)::after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;

  display: block;

  width: 2px;
  height: 56.25%;
  margin: auto 0;

  content: "";

  opacity: .4;
  background: #fff;
}
.layout-pc .global-header .category li .list a {
  display: block;

  padding-top: 7px;
  padding-bottom: 7px;

  color: #fff;
}
.layout-pc .global-header .category li .list a span {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;

  display: inline-block;

  padding: 0 5px;
}
.layout-pc .global-header .category li .list a span::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;

  display: block;

  width: 0;
  height: 7px;

  content: "";
  -webkit-transition: width .2s ease-in-out;
          transition: width .2s ease-in-out;

  background: #3661bf;
}
.layout-pc .global-header .category li .list a:hover span::after {
  width: 100%;
}
.layout-pc .global-header .category li .list li.is-active a span::after {
  width: 100%;
}
.layout-pc .global-header .global-leadersboard {
  position: relative;
  top: 0;
  left: 0;
}
.layout-pc .global-header .global-leadersboard::before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 50%;
  height: 100%;

  content: "";

  background: #011033;
}
.layout-pc .global-header .global-leadersboard .tournament {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;

  display: table;

  height: 3.2em;
}
.layout-pc .global-header .global-leadersboard .tournament:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-header .global-leadersboard .tournament .ttl,
.layout-pc .global-header .global-leadersboard .tournament .data {
  float: left;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl {
  font-size: 94%;
  line-height: 1.428571428571429;

  position: relative;
  top: 0;
  left: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;

  background: #011033;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl .column {
  display: block;

  padding: 4px 25px 4px 10px;

  cursor: default;

  background: #011033;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl .column::before,
.layout-pc .global-header .global-leadersboard .tournament .ttl .column::after {
  position: absolute;
  top: 0;

  display: block;

  height: 100%;

  content: "";

  opacity: .62;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl .column::before {
  left: 0;

  border-left: 2px solid #fff;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl .column::after {
  right: 0;

  border-right: 2px solid #fff;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl.has-list .column {
  cursor: pointer;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl.has-list dl::after {
  position: absolute;
  top: 43.75%;
  right: .428571428571429em;
  left: auto;

  border-width: 2px;
  border-color: #fff;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl.has-list .is-open dl::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.layout-pc .global-header .global-leadersboard .tournament .ttl dt {
  font-weight: bold;

  opacity: .7;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl dd,
.layout-pc .global-header .global-leadersboard .tournament .ttl span {
  display: block;
  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl .list {
  position: absolute;

  width: 100%;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl .list ul {
  overflow-y: auto;

  max-height: 20em;

  -webkit-overflow-scrolling: touch;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl .list li {
  position: relative;
  top: 0;
  left: 0;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl .list li a {
  padding: 3px 25px 3px 10px;
}
.layout-pc .global-header .global-leadersboard .tournament .ttl .list li a:hover {
  background: #335ec1;
}
.layout-pc .global-header .global-leadersboard .tournament .data {
  position: relative;
  top: 0;
  left: 0;

  overflow: hidden;

  width: 860px;
  height: 3.2em;

  background: #022167;
}
.layout-pc .global-header .global-leadersboard .tournament .data ol {
  position: absolute;
  top: 0;
  left: 0;

  width: 43000px;
  height: 100%;
}
.layout-pc .global-header .global-leadersboard .tournament .data li {
  font-weight: bold;

  display: table;
  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 215px;
  height: 100%;

  text-align: center;

  border-right: 1px solid #5c667b;
}
.layout-pc .global-header .global-leadersboard .tournament .data li .detail {
  display: table-cell;

  vertical-align: middle;
}
.layout-pc .global-header .global-leadersboard .tournament .data li span {
  display: inline-block;

  vertical-align: middle;
}
.layout-pc .global-header .global-leadersboard .tournament .data li .rank {
  font-size: 120%;

  padding-right: 10px;
}
.layout-pc .global-header .global-leadersboard .tournament .data li .name {
  overflow: hidden;

  max-width: 125px;
  padding-right: 5px;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.layout-pc .global-header .global-leadersboard .tournament .data li .score {
  color: #6594bc;
}
.layout-pc .global-header .global-preliminary-report-inner {
  line-height: 1.333333333333333;

  padding: 6px 0 4px;
}
.layout-pc .global-header .global-preliminary-report a {
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

  border-bottom: 1px solid transparent;
}
.layout-pc .global-header .global-preliminary-report a:hover {
  border-bottom: 1px solid #fff;
}
.layout-pc .global-header .global-preliminary-report a {
  display: inline-block;
}
.layout-pc .global-header .global-preliminary-report a::after {
  width: 8px;
  height: 8px;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.layout-sp .global-header {
  margin-bottom: 12px;
}
.layout-sp .global-header .global-nav {
  border-bottom: 16px solid #022167;
}
.layout-sp .global-header .global-nav.has-data {
  border-bottom: none;
}
.layout-sp .global-header .global-nav-inner {
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 14px;
  padding-left: 19px;
}
.layout-sp .global-header .logo,
.layout-sp .global-header .watching {
  display: inline-block;

  vertical-align: middle;
}
.layout-sp .global-header .watching {
  margin-left: 64px;
}
.layout-sp .global-header .watching li {
  width: 242px;
  margin-left: 10px;
}
.layout-sp .global-header .watching li.tv a {
  padding: 10px 40px 11px;
}
.layout-sp .global-header .watching li.net {
  letter-spacing: -.03em;
}
.layout-sp .global-header .watching li .txt {
  font-size: 83%;
}
.layout-sp .global-header .watching li:first-child {
  margin-left: 0;
}
.layout-sp .global-header .watching li a {
  padding: 10px 40px 11px 15px;

  border-radius: 6px;
}
.layout-sp .global-header .watching .module-arrow-circle {
  font-size: 97%;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  margin: auto 8px auto 0;
}
.layout-sp .global-header .global-preliminary-report-inner {
  font-size: 97%;
  line-height: 1.642857142857143;

  padding-right: 20px;
  padding-left: 18px;
}
.layout-sp .global-header .global-menu {
  margin-top: 9px;
}
.layout-sp .global-header .global-menu-inner {
  font-size: 59%;
}
.layout-sp .global-header .global-menu li {
  width: 148px;
  margin-top: 3px;
  margin-left: 3px;
}
.layout-sp .global-header .global-menu li.is-min {
  font-size: 82%;
}
.layout-sp .global-header .global-menu li.is-min a {
  line-height: 1.785714285714286;
}
.layout-sp .global-header .global-menu li:first-child {
  margin-left: 0;
}
.layout-sp .global-header .global-menu li.news {
  letter-spacing: -.05em;
}
.layout-sp .global-header .global-menu li:nth-child(2),
.layout-sp .global-header .global-menu li:nth-child(4),
.layout-sp .global-header .global-menu li:nth-child(7),
.layout-sp .global-header .global-menu li:nth-child(9) {
  width: 147px;
}
.layout-sp .global-header .global-menu li:nth-child(6n) {
  margin-left: 0;
}
.layout-sp .global-header .global-menu li.program a::before {
  background: url("/assets/img/sp/layout/header/program1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.search-monthly a::before {
  background: url("/assets/img/sp/layout/header/search_monthly1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.news a::before {
  background: url("/assets/img/sp/layout/header/news1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.major a::before {
  background: url("/assets/img/sp/layout/header/major1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.pga a::before {
  background: url("/assets/img/sp/layout/header/pga1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.jgto_jlpga a::before {
  background: url("/assets/img/sp/layout/header/jgto_jlpga1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.european a::before {
  background: url("/assets/img/sp/layout/header/european1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.lesson a::before {
  background: url("/assets/img/sp/layout/header/lesson1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.event a::before {
  background: url("/assets/img/sp/layout/header/event1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.campaign a::before {
  background: url("/assets/img/sp/layout/header/campaign1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.gear a::before {
  background: url("/assets/img/sp/layout/header/gear1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.all a::before {
  background: url("/assets/img/sp/layout/header/all1.png") no-repeat center center;
}
.layout-sp .global-header .global-menu li.is-active a {
  background: #b4b4b4;
}
.layout-sp .global-header .global-menu a {
  line-height: 1.473684210526316;

  position: relative;
  top: 0;
  left: 0;

  display: block;

  padding-top: 68px;
  padding-bottom: 4px;

  text-align: center;

  background: #e6e6e6;
}
.layout-sp .global-header .global-menu a span {
  display: block;
  overflow: hidden;

  padding: 0 .2em;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.layout-sp .global-header .global-menu a::before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 68px;

  content: "";

  -webkit-background-size: contain;
          background-size: contain;
}
.layout-sp #js-modal.other-nav #js-modal-close {
  margin-bottom: 46px;
}
.layout-sp #js-modal.other-nav #js-modal-close a {
  width: 2.269230769230769em;
  height: 1.384615384615385em;
}
.layout-sp #js-modal.other-nav #js-modal-close a span::before,
.layout-sp #js-modal.other-nav #js-modal-close a span::after {
  top: -35%;

  width: 5px;
  height: 170%;
}
.layout-sp #js-modal.other-nav #js-modal-close a span::before {
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.layout-sp #js-modal.other-nav #js-modal-close a span::after {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.layout-sp #js-modal.other-nav #js-modal-content {
  padding: 0;

  background: transparent;
}
.layout-sp #js-modal.other-nav #js-modal-content ul {
  margin-top: 10px;
  margin-left: -4px;
}
.layout-sp #js-modal.other-nav #js-modal-content ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp #js-modal.other-nav #js-modal-content ul:first-child {
  margin-top: -4px;
}
.layout-sp #js-modal.other-nav #js-modal-content li {
  font-size: 83%;
  font-weight: bold;
  line-height: 1.208333333333333;

  float: left;

  width: 333px;
  margin-top: 4px;
  margin-left: 4px;

  text-align: center;
}
.layout-sp #js-modal.other-nav #js-modal-content li a {
  display: table;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 14px 10px;

  background: #e6e6e6;
}
.layout-sp #js-modal.other-nav #js-modal-content li a span {
  display: table-cell;

  height: 2.416666666666667em;

  vertical-align: middle;
}
.layout-sp #js-modal.other-nav #js-modal-content li.is-active a {
  background: #b4b4b4;
}
.layout-simple {
  font-size: 15px;

  width: 768px;
  margin: 0 auto;
}
.layout-simple body {
  font-size: 15px;

  width: 768px;
  margin: 0 auto;
}
.layout-simple #wrapper {
  padding: 100px 50px;
}
.layout-simple .global-content {
  position: relative;
  top: 0;
  left: 0;
}
.layout-simple .global-content:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-simple .global-header {
  margin-bottom: 80px;

  text-align: center;
}
.layout-simple .global-header:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-simple .global-header h1,
.layout-simple .global-header .ttl {
  display: inline-block;

  text-align: left;
  vertical-align: middle;
}
.layout-simple .global-header .ttl {
  font-size: 200%;
  font-weight: bold;

  margin-left: 30px;
}
.layout-simple .global-main {
  margin: 0 auto;

  text-align: left;
}
.layout-simple .global-main h2 {
  font-size: 234%;
  font-weight: bold;
  line-height: 1.5;

  text-align: center;
}
.layout-simple .global-main .factor {
  font-size: 167%;
  line-height: 1.8;

  margin-top: 80px;
}
.local-broadcast-schedule {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.local-broadcast-schedule:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.local-broadcast-schedule .exception-area {
  text-align: center;
}
.local-broadcast-schedule .module-table table {
  table-layout: auto;
}
.local-broadcast-schedule .module-table td {
  text-align: left;
}
.local-broadcast-schedule span.first,
.local-broadcast-schedule span.live {
  display: inline-block;

  text-align: center;

  color: #fff;
  background-color: #8a713a;
}
* html .local-broadcast-schedule span.first,
* html .local-broadcast-schedule span.live {
  display: inline;
}
*:first-child + html .local-broadcast-schedule span.first,
*:first-child + html .local-broadcast-schedule span.live {
  display: inline;
}
.local-broadcast-schedule .btn .txt::after {
  display: inline;

  content: attr(data-close-text);
}
.local-broadcast-schedule .btn a {
  position: relative;
  top: 0;
  left: 0;
}
.local-broadcast-schedule .btn a::after {
  left: auto;

  display: table;

  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.local-broadcast-schedule .btn.is-open .txt::after {
  content: attr(data-open-text);
}
.local-broadcast-schedule .btn.is-open a::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.layout-pc .global-article .local-broadcast-schedule {
  margin-top: 65px;
}
.layout-pc .global-article .local-broadcast-schedule .module-table .time {
  color: #787878;
}
.layout-pc .global-article .local-broadcast-schedule .module-table span.first,
.layout-pc .global-article .local-broadcast-schedule .module-table span.live {
  font-size: 60%;
  line-height: 1.555555555555556;

  width: 38px;
  margin-right: 2px;
}
.layout-pc .global-article .local-broadcast-schedule .module-table span.first:last-child,
.layout-pc .global-article .local-broadcast-schedule .module-table span.live:last-child {
  margin-right: 0;
}
.layout-pc .global-article .local-broadcast-schedule .module-table th {
  font-size: 107%;

  padding: 11px 2px;
}
.layout-pc .global-article .local-broadcast-schedule .module-table td {
  font-size: 94%;
  line-height: 1.142857142857143;

  padding: 11px;
}
.layout-pc .global-article .local-broadcast-schedule .module-table td:nth-child(2) {
  width: 552px;
}
.layout-pc .global-article .local-broadcast-schedule .module-table td a:hover {
  text-decoration: underline;
}
.layout-pc .global-article .local-broadcast-schedule .module-table td a:hover span.first,
.layout-pc .global-article .local-broadcast-schedule .module-table td a:hover span.live {
  font-size: 54%;

  text-decoration: none;
}
.layout-pc .global-article .local-broadcast-schedule .module-table td:nth-child(even) {
  vertical-align: middle;
}
.layout-pc .global-article .local-broadcast-schedule .module-table td:nth-child(even) .container {
  display: inline-block;
}
* html .layout-pc .global-article .local-broadcast-schedule .module-table td:nth-child(even) .container {
  display: inline;
}
*:first-child + html .layout-pc .global-article .local-broadcast-schedule .module-table td:nth-child(even) .container {
  display: inline;
}
.layout-pc .global-article .local-broadcast-schedule .btn {
  margin-top: 20px;
}
.layout-pc .global-article .local-broadcast-schedule .btn a::after {
  position: absolute;
  top: 35%;
  right: .714285714285714em;

  width: .7em;
  height: .7em;

  border-width: 2px;
}
.layout-sp .global-article .local-broadcast-schedule h3.module-ttl {
  margin-bottom: 60px;
}
.layout-sp .global-article .local-broadcast-schedule .module-schedule ul,
.layout-sp .global-article .local-broadcast-schedule .module-schedule li,
.layout-sp .global-article .local-broadcast-schedule .module-schedule a,
.layout-sp .global-article .local-broadcast-schedule .module-schedule dl {
  display: block;
}
.layout-sp .global-article .local-broadcast-schedule .module-schedule li {
  font-weight: bold;

  border-bottom: 2px solid #e8e8e8;
}
.layout-sp .global-article .local-broadcast-schedule .module-schedule li:first-child {
  border-top: 2px solid #e8e8e8;
}
.layout-sp .global-article .local-broadcast-schedule .module-schedule dl {
  padding: 26px 0 28px;
}
.layout-sp .global-article .local-broadcast-schedule .module-schedule dt {
  margin-bottom: 11px;
}
.layout-sp .global-article .local-broadcast-schedule .module-schedule span.first,
.layout-sp .global-article .local-broadcast-schedule .module-schedule span.live {
  font-size: 80%;
  line-height: 1.652173913043478;

  width: 98px;
  margin-top: 13px;
  margin-right: 13px;
}
.layout-sp .global-article .local-broadcast-schedule .module-schedule span.first:last-child,
.layout-sp .global-article .local-broadcast-schedule .module-schedule span.live:last-child {
  margin-right: 0;
}
.layout-sp .global-article .local-broadcast-schedule .btn {
  margin-top: 43px;
}
.layout-sp .global-article .local-broadcast-schedule .btn a {
  padding-right: 50px;
  padding-left: 50px;
}
.layout-sp .global-article .local-broadcast-schedule .btn a::after {
  position: absolute;
  top: 40%;
  right: .730769230769231em;

  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;

  border-width: 3px;
}
.layout-sp .global-article .local-broadcast-schedule .btn.is-open a::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.local-campaign-bnr-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  background: #efefef;
}
.local-campaign-bnr h2 {
  font-weight: bold;

  text-align: center;
}
.local-campaign-bnr .list ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.local-campaign-bnr .list li {
  line-height: 0;

  float: left;
}
.local-campaign-bnr .list a {
  display: block;
}
.layout-pc .global-article .local-campaign-bnr-inner {
  padding: 30px;
}
.layout-pc .global-article .local-campaign-bnr h2 {
  font-size: 147%;

  margin-bottom: 15.5px;
}
.layout-pc .global-article .local-campaign-bnr .list ul {
  margin: -11px;
}
.layout-pc .global-article .local-campaign-bnr .list li {
  margin: 11px;
}
.layout-pc .global-article .local-campaign-bnr .list a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .global-article .local-campaign-bnr .list a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .global-article .local-campaign-bnr .list a:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .global-article .local-campaign-bnr .list a:hover {
  opacity: 1;
}
.layout-sp .global-article .local-campaign-bnr-inner {
  padding: 36px 40px 40px;
}
.layout-sp .global-article .local-campaign-bnr h2 {
  font-size: 111%;

  margin-bottom: 32px;
}
.layout-sp .global-article .local-campaign-bnr .list li {
  margin-top: 30px;
}
.layout-sp .global-article .local-campaign-bnr .list li:first-child {
  margin-top: 0;
}
.local-group-search:after,
.local-category-search:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .global-article .local-group-search,
.layout-pc .global-article .local-category-search {
  margin-top: 0;
  margin-bottom: 25px;
}
.layout-pc .global-article .local-group-search h2,
.layout-pc .global-article .local-category-search h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.layout-pc .global-article .local-category-search-inner {
  padding-bottom: 20px;

  border-bottom: 2px solid #022167;
}
.layout-sp .global-article .local-group-search,
.layout-sp .global-article .local-category-search {
  margin-top: 0;
}
.layout-sp .global-article .local-group-search-inner,
.layout-sp .global-article .local-category-search-inner {
  margin-bottom: 75px;
}
.layout-sp .global-article .local-group-search h2,
.layout-sp .global-article .local-category-search h2 {
  margin-bottom: 50px;
}
.local-category-visual {
  margin-top: 0;

  word-wrap: break-word;

  overflow-wrap: break-word;
}
.local-category-visual .visual {
  line-height: 0;

  text-align: center;
}
.local-category-visual img {
  max-width: 100%;
}
.local-category-visual video {
  vertical-align: middle;
}
.layout-pc .local-category-visual {
  margin-bottom: 60px;
}
.layout-pc .local-category-visual video {
  width: 100%;
}
.layout-pc .local-category-visual .module-txt {
  line-height: 1.45;

  margin-top: 22px;
}
.layout-sp .local-category-visual {
  margin-bottom: 52px;
}
.layout-sp .local-category-visual video {
  width: 100%;

  vertical-align: middle;
}
.layout-sp .local-category-visual .module-txt {
  line-height: 1.375;

  margin-top: 32px;
}
.global-mainvisual {
  overflow: hidden;
}
.global-mainvisual .visual {
  position: relative;

  overflow: hidden;

  text-align: center;
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.global-mainvisual .visual .title {
  font-weight: bold;
  line-height: 1;

  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;

  display: inline-table;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  color: #fff;
}
.index-page .global-mainvisual .slick-prev,
.index-page .global-mainvisual .slick-next,
.index-page .global-mainvisual .slick-dots button {
  font-size: 0;
  line-height: 0;

  position: absolute;

  display: block;

  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.index-page .global-mainvisual .slick-slide {
  outline: none;
}
.index-page .global-mainvisual .slick-arrow {
  z-index: 10;

  background-repeat: no-repeat;
}
.index-page .global-mainvisual .slick-prev {
  top: 50%;
  left: 0;

  background-position: 0 0;
}
.index-page .global-mainvisual .slick-next {
  top: 50%;
  right: 0;

  background-position: 100% 0;
}
.index-page .global-mainvisual .slick-dots {
  font-size: 0;

  position: absolute;
  z-index: 10;

  display: block;

  margin: 0;

  list-style: none;

  text-align: center;
}
.index-page .global-mainvisual .slick-dots li {
  font-size: medium;

  display: inline-block;
}
.index-page .global-mainvisual .slick-dots button {
  position: static;

  vertical-align: middle;

  background-repeat: no-repeat;
  background-position: 100% 0;
}
.index-page .global-mainvisual .slick-dots .slick-active button {
  background-position: 0 0;
}
.index-page .global-mainvisual .slick-dots button {
  background-color: #fff;
}
.index-page .global-mainvisual .slick-dots .slick-active button {
  background-color: #d82731;
}
.index-page .global-mainvisual .visual {
  position: static;

  overflow: visible;

  height: auto;

  text-align: left;
}
.index-page .global-mainvisual .visual .for img,
.index-page .global-mainvisual .visual .control img {
  vertical-align: middle;
}
.index-page .global-mainvisual .visual .for {
  margin: 0 auto;
}
.index-page .global-mainvisual .visual .control {
  position: relative;

  color: #fff;
}
.index-page .global-mainvisual .visual .control .visual-caption {
  opacity: 0;
}
.index-page .global-mainvisual .visual .control .visual-caption .head {
  line-height: 1;
}
.index-page .global-mainvisual .visual .control .visual-caption .head a {
  font-weight: bold;

  color: #fff;
}
.index-page .global-mainvisual .visual .control .visual-caption .head span {
  display: inline-block;
  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;
}
* html .index-page .global-mainvisual .visual .control .visual-caption .head span {
  display: inline;
}
*:first-child + html .index-page .global-mainvisual .visual .control .visual-caption .head span {
  display: inline;
}
.index-page .global-mainvisual .visual .control .visual-caption .meta .date {
  display: inline-block;
}
* html .index-page .global-mainvisual .visual .control .visual-caption .meta .date {
  display: inline;
}
*:first-child + html .index-page .global-mainvisual .visual .control .visual-caption .meta .date {
  display: inline;
}
.layout-pc .global-mainvisual .visual {
  height: 114px;

  background-image: url("/assets/img/pc/mainvisual/common1.jpg");
}
.layout-pc .global-mainvisual .visual .title {
  font-size: 254%;

  max-width: 1100px;
  padding-bottom: 6px;

  border-bottom: 3px solid #fff;
}
.layout-pc .campaign-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/campaign1.jpg");
}
.layout-pc .champions-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/champions1.jpg");
}
.layout-pc .documentary-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/documentary1.jpg");
}
.layout-pc .event-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/event1.jpg");
}
.layout-pc .event_onair-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/event_onair1.jpg");
}
.layout-pc .gear-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/gear1.jpg");
}
.layout-pc .guide-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/guide1.jpg");
}
.layout-pc .jgto_jlpga-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/jgto_jlpga1.jpg");
}
.layout-pc .lesson-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/lesson1.jpg");
}
.layout-pc .major-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/major1.jpg");
}
.layout-pc .news-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/news1.jpg");
}
.layout-pc .news_info-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/news_info1.jpg");
}
.layout-pc .pga-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/pga1.jpg");
}
.layout-pc .program-page .global-mainvisual .visual {
  background-image: url("/assets/img/pc/mainvisual/program1.jpg");
}
.layout-pc.is-loaded .index-page .global-mainvisual .visual .for figure {
  position: relative;
  top: 0;
  left: 0;

  visibility: visible;
}
.layout-pc .index-page .global-mainvisual .slick-dots {
  z-index: 100;
  bottom: -88px;

  width: 100%;
  padding: 17px 0;
}
.layout-pc .index-page .global-mainvisual .slick-dots li {
  font-size: medium;

  display: inline-block;
}
* html .layout-pc .index-page .global-mainvisual .slick-dots li {
  display: inline;
}
*:first-child + html .layout-pc .index-page .global-mainvisual .slick-dots li {
  display: inline;
}
.layout-pc .index-page .global-mainvisual .slick-dots li.slick-active button {
  background-color: #d82731;
}
.layout-pc .index-page .global-mainvisual .slick-dots button {
  overflow: hidden;

  width: 6px;
  height: 6px;
  margin-left: 15px;

  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;

  border-radius: 3px;
  background-color: #fff;
}
.layout-pc .index-page .global-mainvisual .slick-dots button img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .index-page .global-mainvisual .slick-dots button:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .index-page .global-mainvisual .slick-dots button:hover {
  opacity: 1;
}
.layout-pc .index-page .global-mainvisual .slick-dots li:last-child button {
  margin-right: 15px;
}
.layout-pc .index-page .global-mainvisual .slick-arrow {
  font-size: 100%;

  top: 55px;

  display: block;

  width: 18px;
  height: 18px;

  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;

  border-radius: 9px;
  background-color: #fff;
}
.layout-pc .index-page .global-mainvisual .slick-arrow img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .index-page .global-mainvisual .slick-arrow:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .index-page .global-mainvisual .slick-arrow:hover {
  opacity: 1;
}
.layout-pc .index-page .global-mainvisual .slick-arrow span::after {
  width: 5px;
  height: 5px;
  margin-left: -5px;
}
.layout-pc .index-page .global-mainvisual .slick-arrow.option-dir-left span::after {
  margin-right: -12px;
}
.layout-pc .index-page .global-mainvisual .slick-prev {
  left: -24px;
}
.layout-pc .index-page .global-mainvisual .slick-next {
  right: -24px;
}
.layout-pc .index-page .global-mainvisual .slick-disabled {
  display: none !important;
}
.layout-pc .index-page .global-mainvisual .visual {
  height: auto;
  margin: 0 auto;
  padding-bottom: 178px;

  background: none;
}
.layout-pc .index-page .global-mainvisual .visual .for {
  width: 1180px;
}
.layout-pc .index-page .global-mainvisual .visual .for figure {
  visibility: hidden;
  overflow: hidden;

  height: 664px;

  abolute: top 0 left 0;
}
.layout-pc .index-page .global-mainvisual .visual .for figure .js-video-wrapper {
  width: 1180px;
  height: 664px;
}
.layout-pc .index-page .global-mainvisual .visual .for figure .column {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: #fff;
}
.layout-pc .index-page .global-mainvisual .visual .for figure a {
  display: block;

  width: 100%;
  height: 100%;
}
.layout-pc .index-page .global-mainvisual .visual .for figure .video-wrapper {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}
.layout-pc .index-page .global-mainvisual .visual .for figure .column img {
  position: absolute;
  top: 50%;
  left: 50%;

  max-width: 1180px;
  height: auto;

  -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.layout-pc .index-page .global-mainvisual .visual .for figure .video-overlay {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}
.layout-pc .index-page .global-mainvisual .visual .control {
  z-index: 10;

  width: 1088px;
  margin: -178px auto;
  padding: 16px 6px 38px;

  background-color: #323232;
}
.layout-pc .index-page .global-mainvisual .visual .control .visual-caption {
  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 800px;
  padding-left: 24px;
}
.layout-pc .index-page .global-mainvisual .visual .control .visual-caption .head {
  margin: 13px auto 3px;
}
.layout-pc .index-page .global-mainvisual .visual .control .visual-caption .head a {
  -webkit-transition: border-bottom-color .2s ease-in-out;
          transition: border-bottom-color .2s ease-in-out;

  border-bottom: solid 1px transparent;
}
.layout-pc .index-page .global-mainvisual .visual .control .visual-caption .head a:hover {
  border-color: #fff;
}
.layout-pc .index-page .global-mainvisual .visual .control .visual-caption .head a span {
  font-size: 140%;

  overflow: hidden;

  max-width: 600px;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.layout-pc .index-page .global-mainvisual .visual .control .visual-caption .head a:after {
  font-size: 87%;

  display: inline-block;

  padding: 4px 0;

  content: "（詳細はこちら）";
  vertical-align: bottom;
}
* html .layout-pc .index-page .global-mainvisual .visual .control .visual-caption .head a:after {
  display: inline;
}
*:first-child + html .layout-pc .index-page .global-mainvisual .visual .control .visual-caption .head a:after {
  display: inline;
}
.layout-pc .index-page .global-mainvisual .visual .control .visual-caption .meta {
  line-height: 1;

  margin: 7px auto;

  opacity: .7;
}
.layout-pc .index-page .global-mainvisual .visual .control .visual-caption .meta .date {
  font-size: 87%;

  float: left;

  margin-right: 7px;
  padding: 5px 0;
}
.layout-pc .index-page .global-mainvisual .visual .control .visual-caption .meta .tag {
  font-size: 80%;

  display: inline-block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 106px;
  padding: 4px;

  text-align: center;

  border: 1px solid #fff;
}
* html .layout-pc .index-page .global-mainvisual .visual .control .visual-caption .meta .tag {
  display: inline;
}
*:first-child + html .layout-pc .index-page .global-mainvisual .visual .control .visual-caption .meta .tag {
  display: inline;
}
.layout-pc .index-page .global-mainvisual .visual .control .btn-howto {
  display: block;
  float: right;

  margin-right: 5px;
  padding-right: 6px;
}
.layout-pc .index-page .global-mainvisual .visual .control .btn-howto img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.45);
          box-shadow: 0 0 5px 0 rgba(0,0,0,.45);
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail {
  position: relative;

  clear: both;

  width: 1040px;
  margin: 0 auto;
  padding-top: 12px;
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px !important;
  min-height: 128px;
  margin: auto 5px;
  padding: 10px;

  cursor: pointer;
  -webkit-transition: border-color .2s ease-in-out, background-color .2s ease-in-out;
          transition: border-color .2s ease-in-out, background-color .2s ease-in-out;

  color: #000;
  border: 2px solid #616161;
  background-color: #323232;
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item:hover {
  border-color: #787878;
  background-color: #787878;
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: auto;
  height: auto;

  -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item figcaption {
  position: relative;
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item .figure-inner {
  display: table;

  width: 100%;

  table-layout: fixed;
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item .img {
  position: relative;

  display: table-cell;
  overflow: hidden;

  width: 106px;
  padding-top: 60px;
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item .meta {
  display: table-cell;

  text-align: right;
  vertical-align: middle;
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item .meta span {
  font-size: 60%;
  line-height: 1;

  display: inline-block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64px;
  padding: 5px 3px;

  text-align: center;

  color: #c8c8c8;
  border: 1px solid #bebebe;
}
* html .layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item .meta span {
  display: inline;
}
*:first-child + html .layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item .meta span {
  display: inline;
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item .caption {
  font-size: 87%;
  line-height: 1.230769230769231;

  display: block;

  height: 32px;
  margin-top: 9px;

  color: #fff;
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item.active,
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item.is-active,
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item.slick-current {
  padding: 8px;

  border: 4px solid #d82731;
  background-color: #fff;
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item.active .meta span,
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item.is-active .meta span,
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item.slick-current .meta span {
  color: #3a3a3a;
  border: 1px solid #5d5d5d;
}
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item.active .caption,
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item.is-active .caption,
.layout-pc .index-page .global-mainvisual .visual .control .thumbnail .item.slick-current .caption {
  color: #000;
}
.layout-sp .global-mainvisual .visual {
  height: 140px;

  background-image: url("/assets/img/sp/mainvisual/common1.jpg");
}
.layout-sp .global-mainvisual .visual .title {
  font-size: 200%;

  padding-bottom: 4px;

  border-bottom: 6px solid #fff;
}
.layout-sp .campaign-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/campaign1.jpg");
}
.layout-sp .champions-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/champions1.jpg");
}
.layout-sp .documentary-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/documentary1.jpg");
}
.layout-sp .event-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/event1.jpg");
}
.layout-sp .event_onair-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/event_onair1.jpg");
}
.layout-sp .gear-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/gear1.jpg");
}
.layout-sp .guide-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/guide1.jpg");
}
.layout-sp .jgto_jlpga-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/jgto_jlpga1.jpg");
}
.layout-sp .lesson-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/lesson1.jpg");
}
.layout-sp .major-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/major1.jpg");
}
.layout-sp .news-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/news1.jpg");
}
.layout-sp .news_info-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/news_info1.jpg");
}
.layout-sp .pga-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/pga1.jpg");
}
.layout-sp .program-page .global-mainvisual .visual {
  background-image: url("/assets/img/sp/mainvisual/program1.jpg");
}
.layout-sp .channel-index-page .global-mainvisual .visual .title {
  font-size: 173%;
}
.layout-sp .about-index-page .global-mainvisual .visual .title,
.layout-sp .channel-cable-page .global-mainvisual .visual .title {
  font-size: 152%;
}
.layout-sp .news-info-page .global-mainvisual .visual .title {
  font-size: 152%;
}
.layout-sp.is-loaded .index-page .global-mainvisual .visual .for figure {
  position: relative;
  top: 0;
  left: 0;

  visibility: visible;
}
.layout-sp .index-page .global-mainvisual .slick-dots {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -197px;
  left: 0;

  margin: 0 auto;
  padding: 8px 0;
}
.layout-sp .index-page .global-mainvisual .slick-dots button {
  width: 16px;
  height: 16px;
  margin: 5px 20px;

  border-radius: 8px;
}
.layout-sp .index-page .global-mainvisual .visual {
  height: auto;

  background: none;
}
.layout-sp .index-page .global-mainvisual .visual .for {
  width: 750px;
  margin: 0 auto;
}
.layout-sp .index-page .global-mainvisual .visual .for figure {
  visibility: hidden;
  overflow: hidden;

  height: 422px;

  abolute: top 0 left 0;
}
.layout-sp .index-page .global-mainvisual .visual .for figure a {
  display: block;
}
.layout-sp .index-page .global-mainvisual .visual .for figure img {
  z-index: 100;
}
.layout-sp .index-page .global-mainvisual .visual .for figure .column img {
  position: absolute;
  top: 50%;
  left: 50%;

  max-width: 100%;
  height: auto;

  -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.layout-sp .index-page .global-mainvisual .visual .control {
  z-index: auto;

  margin: 0 auto;
  padding: 21px 40px 63px;

  background: #000;
}
.layout-sp .index-page .global-mainvisual .visual .control .visual-caption a {
  line-height: 0;

  display: block;
}
.layout-sp .index-page .global-mainvisual .visual .control .visual-caption .head span {
  font-size: 104%;
  line-height: 1.666666666666667;

  max-width: 100%;
}
.layout-sp .index-page .global-mainvisual .visual .control .visual-caption .meta {
  font-size: 94%;
  line-height: 1.259259259259259;

  overflow: hidden;

  width: 100%;
  min-height: 2.518518518518519em;

  white-space: nowrap;
  text-overflow: ellipsis;

  opacity: .7;
}
.layout-sp .index-page .global-mainvisual .visual .control .visual-caption .meta .separate {
  margin: auto .5em;
}
.local-news-list:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.local-news-list .sns-area ul {
  line-height: 0;
}
.local-news-list .list-area {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.local-news-list .list-area a {
  display: block;
}
.local-news-list .list-area a:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.local-news-list .list-area .label span {
  vertical-align: middle;
}
.local-news-list .list-area .category {
  font-weight: bold;
}
.local-news-list .list-area .category.pga {
  color: #023fbc;
}
.local-news-list .list-area .category.jgto_jlpga {
  color: #d82731;
}
.local-news-list .list-area .category.champions {
  color: #6a0701;
}
.local-news-list .list-area .category.major {
  color: #ed5502;
}
.local-news-list .list-area .category.event_onair {
  color: #e1129f;
}
.local-news-list .list-area .category.lesson {
  color: #069e06;
}
.local-news-list .list-area .category.gear {
  color: #77410d;
}
.local-news-list .list-area .category.news_info {
  color: #25a2b1;
}
.local-news-list .list-area .category.documentary {
  color: #646464;
}
.local-news-list .list-area .category.european {
  color: #16126d;
}
.local-news-list .list-area .category.lpga {
  color: #c90eda;
}
.local-news-list .list-area .ttl {
  font-weight: bold;
}
.local-news-list .list-area .img,
.local-news-list .list-area .data {
  overflow: hidden;
}
.local-news-list .list-area .img {
  line-height: 0;

  float: left;

  text-align: right;
}
.local-news-list .pager-area {
  margin-top: 60px;
}
.layout-pc .global-article .local-news-list {
  margin-top: 0;
}
.layout-pc .global-article .local-news-list .sns-area {
  margin-bottom: 40px;
}
.layout-pc .global-article .local-news-list .list-area li {
  margin-top: 20px;
}
.layout-pc .global-article .local-news-list .list-area li:first-child {
  margin-top: 0;
}
.layout-pc .global-article .local-news-list .list-area a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .global-article .local-news-list .list-area a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .global-article .local-news-list .list-area a:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .global-article .local-news-list .list-area a:hover {
  opacity: 1;
}
.layout-pc .global-article .local-news-list .list-area .module-icon-new {
  margin-right: 8px;
}
.layout-pc .global-article .local-news-list .list-area .data {
  margin-top: -2px;
}
.layout-pc .global-article .local-news-list .list-area .category {
  font-size: 107%;
}
.layout-pc .global-article .local-news-list .list-area .label {
  margin-bottom: 3px;
}
.layout-pc .global-article .local-news-list .list-area .ttl {
  font-size: 107%;
}
.layout-pc .global-article .local-news-list .list-area .date {
  font-size: 87%;

  margin-top: 5px;
}
.layout-pc .global-article .local-news-list .list-area .img {
  width: 228px;
  padding-right: 20px;
}
.layout-pc .global-article .local-news-list .list-area .img img {
  max-width: 228px;
}
.layout-sp .global-article .local-news-list {
  margin-top: 0;
}
.layout-sp .global-article .local-news-list .sns-area {
  margin-top: 60px;
}
.layout-sp .global-article .local-news-list .list-area ul {
  border-top: 2px solid #dcdcdc;
}
.layout-sp .global-article .local-news-list .list-area li {
  border-bottom: 2px solid #dcdcdc;
}
.layout-sp .global-article .local-news-list .list-area li a {
  padding: 40px 0;
}
.layout-sp .global-article .local-news-list .list-area .module-icon-new {
  margin-right: 20px;
}
.layout-sp .global-article .local-news-list .list-area .label {
  margin-bottom: 10px;
}
.layout-sp .global-article .local-news-list .list-area .category {
  font-size: 118%;
}
.layout-sp .global-article .local-news-list .list-area .ttl {
  font-size: 100%;
  line-height: 1.344827586206897;

  letter-spacing: .02em;
}
.layout-sp .global-article .local-news-list .list-area .date {
  font-size: 90%;

  margin-top: 8.5px;
}
.layout-sp .global-article .local-news-list .list-area .img {
  width: 200px;
  padding-right: 20px;
}
.layout-sp .global-article .local-news-list .list-area .img img {
  max-width: 200px;
}
.local-template:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .local-template:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .local-template:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.index-page .global-article:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .index-page .global-content {
  padding-top: 110px;
}
.layout-pc .index-page .global-article .local-gn-magazine {
  margin-top: 95px;
}
.layout-pc .index-page .global-article .local-gn-magazine .module-btn {
  margin-top: 55px;
}
.layout-pc .index-page .global-article h2.module-ttl.option-type1 {
  margin: 0 0 42px;
}
.layout-sp .index-page .global-article .local-pickup-program {
  margin-top: 90px;
}
.layout-sp .index-page .global-article .local-free:nth-child(3) {
  margin-top: 90px;
}
.layout-sp .index-page .global-article .local-gn-magazine {
  margin-top: 90px;
}
.layout-sp .index-page .global-article .local-gn-magazine .module-btn {
  margin-top: 80px;
}
.layout-sp .index-page .global-article h2.module-ttl.option-type1 {
  margin: 0 0 70px;
}
.about_channel-index-page .global-essential {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.about_channel-index-page .global-essential .txt {
  position: relative;
  top: 50%;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.about_channel-index-page .global-article {
  padding-bottom: 0;
}
.about_channel-index-page .global-article img {
  vertical-align: bottom;
}
.about_channel-index-page .global-article .local-tv-movie .column .img img,
.about_channel-index-page .global-article .local-event .column .img img,
.about_channel-index-page .global-article .local-score .column .img img {
  max-width: 100%;
}
.about_channel-index-page .global-article .local-tv-movie .column .ttl,
.about_channel-index-page .global-article .local-event .column .ttl,
.about_channel-index-page .global-article .local-score .column .ttl {
  font-weight: bold;
}
.about_channel-index-page .global-article .local-tv-movie .column:after,
.about_channel-index-page .global-article .local-event .column:after,
.about_channel-index-page .global-article .local-score .column:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.about_channel-index-page .global-article .local-tv-movie .column .module-btn,
.about_channel-index-page .global-article .local-event .column .module-btn,
.about_channel-index-page .global-article .local-score .column .module-btn {
  display: inline-block;

  width: auto;
}
.about_channel-index-page .global-article .local-tv-movie .column .module-btn a,
.about_channel-index-page .global-article .local-event .column .module-btn a,
.about_channel-index-page .global-article .local-score .column .module-btn a {
  min-width: 170px;
  padding-right: 32px;
  padding-left: 32px;
}
.about_channel-index-page .global-article .local-tv-movie .module-ttl .ja:after,
.about_channel-index-page .global-article .local-event .module-ttl .ja:after,
.about_channel-index-page .global-article .local-score .module-ttl .ja:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.about_channel-index-page .global-article .local-tv-movie .module-ttl .main,
.about_channel-index-page .global-article .local-event .module-ttl .main,
.about_channel-index-page .global-article .local-score .module-ttl .main {
  padding-right: 20px;

  white-space: nowrap;
}
.about_channel-index-page .global-article .local-tv-movie .module-ttl .main,
.about_channel-index-page .global-article .local-event .module-ttl .main,
.about_channel-index-page .global-article .local-score .module-ttl .main,
.about_channel-index-page .global-article .local-tv-movie .module-ttl .sub,
.about_channel-index-page .global-article .local-event .module-ttl .sub,
.about_channel-index-page .global-article .local-score .module-ttl .sub {
  display: table-cell;

  vertical-align: top;
}
.about_channel-index-page .global-article .local-tv-movie .module-ttl .txt,
.about_channel-index-page .global-article .local-event .module-ttl .txt,
.about_channel-index-page .global-article .local-score .module-ttl .txt {
  display: block;
}
.about_channel-index-page .global-article .local-tv-movie .module-ttl .sub .txt,
.about_channel-index-page .global-article .local-event .module-ttl .sub .txt,
.about_channel-index-page .global-article .local-score .module-ttl .sub .txt {
  line-height: 1.263157894736842;

  position: relative;
  top: 0;
  left: 0;

  margin-left: 10px;
  padding-top: .65em;
  padding-left: 2em;
}
.about_channel-index-page .global-article .local-tv-movie .module-ttl .sub .txt::before,
.about_channel-index-page .global-article .local-event .module-ttl .sub .txt::before,
.about_channel-index-page .global-article .local-score .module-ttl .sub .txt::before {
  position: absolute;
  top: 1.2em;
  left: -10px;

  width: 2em;
  height: 1px;

  content: "";
  vertical-align: middle;

  background: #000;
}
.about_channel-index-page .global-article .local-tv-movie .btn a,
.about_channel-index-page .global-article .local-event .btn a,
.about_channel-index-page .global-article .local-score .btn a {
  position: relative;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px;

  text-align: center;

  color: #fff;
  border-radius: 5px;
  background-color: #022167;
  background-image: url("/assets/img/common/content/logo1.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.about_channel-index-page .global-article .local-tv-movie .btn a::after,
.about_channel-index-page .global-article .local-event .btn a::after,
.about_channel-index-page .global-article .local-score .btn a::after {
  position: absolute;
  top: 50%;

  display: table;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: .55em;
  height: .55em;
  margin-top: -.275em;

  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
}
.about_channel-index-page .global-article .local-tv-movie .btn a span,
.about_channel-index-page .global-article .local-event .btn a span,
.about_channel-index-page .global-article .local-score .btn a span {
  display: block;

  border: 1px solid #909dbc;
  border-radius: 5px;
}
.about_channel-index-page .global-article .local-tv-movie .btn a span::after,
.about_channel-index-page .global-article .local-event .btn a span::after,
.about_channel-index-page .global-article .local-score .btn a span::after {
  content: "";

  background: url("/assets/img/common/icon/watch1.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.about_channel-index-page .global-article .local-tv-movie .module-ttl .ja .main::before,
.about_channel-index-page .global-article .local-event .module-ttl .ja .main::before,
.about_channel-index-page .global-article .local-score .module-ttl .ja .main::before {
  display: inline-block;

  content: "";
  vertical-align: middle;
}
.about_channel-index-page .global-article .local-tv-movie .module-ttl .ja .main::before {
  width: 80px;
  padding-top: 45px;

  background: url("/assets/img/common/icon/tv_movie1.png") no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
}
.about_channel-index-page .global-article .local-event .module-ttl .ja .main::before {
  width: 49px;
  padding-top: 60px;

  background: url("/assets/img/common/icon/trophy1.png") no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
}
.about_channel-index-page .global-article .local-event .module-ttl::after {
  border-bottom: 3px solid #329606;
}
.about_channel-index-page .global-article .local-score .module-ttl .ja .main::before {
  width: 80px;
  padding-top: 50px;

  background: url("/assets/img/common/icon/gnplus2.png") no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
}
.about_channel-index-page .global-article .local-score .module-ttl::after {
  border-bottom: 3px solid #eda903;
}
.layout-pc .about_channel-index-page .global-essential {
  background-image: url("/assets/img/pc/about_channel/index/bg_mainvisual1.jpg");
}
.layout-pc .about_channel-index-page .global-essential .global-essential-inner {
  height: 350px;
}
.layout-pc .about_channel-index-page .global-main .global-article {
  padding-bottom: 0;
}
.layout-pc .about_channel-index-page .global-article .local-contents-nav {
  margin-bottom: 80px;
}
.layout-pc .about_channel-index-page .global-article .local-contents-nav ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .about_channel-index-page .global-article .local-contents-nav li {
  float: left;
}
.layout-pc .about_channel-index-page .global-article .local-contents-nav li:nth-child(n+2) {
  margin-left: 20px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie,
.layout-pc .about_channel-index-page .global-article .local-event,
.layout-pc .about_channel-index-page .global-article .local-score {
  margin-top: 60px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .module-ttl .ja,
.layout-pc .about_channel-index-page .global-article .local-event .module-ttl .ja,
.layout-pc .about_channel-index-page .global-article .local-score .module-ttl .ja {
  font-size: 100%;

  padding-bottom: 9px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .module-ttl .main,
.layout-pc .about_channel-index-page .global-article .local-event .module-ttl .main,
.layout-pc .about_channel-index-page .global-article .local-score .module-ttl .main {
  font-size: 214%;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .module-ttl .sub,
.layout-pc .about_channel-index-page .global-article .local-event .module-ttl .sub,
.layout-pc .about_channel-index-page .global-article .local-score .module-ttl .sub {
  font-size: 160%;

  margin-left: 20px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .column:after,
.layout-pc .about_channel-index-page .global-article .local-event .column:after,
.layout-pc .about_channel-index-page .global-article .local-score .column:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .column:nth-of-type(n+2),
.layout-pc .about_channel-index-page .global-article .local-event .column:nth-of-type(n+2),
.layout-pc .about_channel-index-page .global-article .local-score .column:nth-of-type(n+2) {
  margin-top: 45px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .column .img,
.layout-pc .about_channel-index-page .global-article .local-event .column .img,
.layout-pc .about_channel-index-page .global-article .local-score .column .img {
  float: right;

  width: 438px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .column .desc,
.layout-pc .about_channel-index-page .global-article .local-event .column .desc,
.layout-pc .about_channel-index-page .global-article .local-score .column .desc {
  float: left;

  width: 591px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .column .ttl,
.layout-pc .about_channel-index-page .global-article .local-event .column .ttl,
.layout-pc .about_channel-index-page .global-article .local-score .column .ttl {
  font-size: 187%;

  margin-bottom: 9px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .column .ttl span,
.layout-pc .about_channel-index-page .global-article .local-event .column .ttl span,
.layout-pc .about_channel-index-page .global-article .local-score .column .ttl span {
  font-size: 72%;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .column .btn-list:after,
.layout-pc .about_channel-index-page .global-article .local-event .column .btn-list:after,
.layout-pc .about_channel-index-page .global-article .local-score .column .btn-list:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .column .btn-list .module-btn,
.layout-pc .about_channel-index-page .global-article .local-event .column .btn-list .module-btn,
.layout-pc .about_channel-index-page .global-article .local-score .column .btn-list .module-btn {
  float: left;

  margin-left: 10px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .column .btn-list .module-btn:first-child,
.layout-pc .about_channel-index-page .global-article .local-event .column .btn-list .module-btn:first-child,
.layout-pc .about_channel-index-page .global-article .local-score .column .btn-list .module-btn:first-child {
  margin-left: 0;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .column .module-btn,
.layout-pc .about_channel-index-page .global-article .local-event .column .module-btn,
.layout-pc .about_channel-index-page .global-article .local-score .column .module-btn {
  font-size: 94%;

  display: inline-block;

  width: auto;
  margin-top: 22px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .btn,
.layout-pc .about_channel-index-page .global-article .local-event .btn,
.layout-pc .about_channel-index-page .global-article .local-score .btn {
  margin-top: 90px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .btn a,
.layout-pc .about_channel-index-page .global-article .local-event .btn a,
.layout-pc .about_channel-index-page .global-article .local-score .btn a {
  font-size: 160%;

  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;

  -webkit-background-size: 155px auto;
          background-size: 155px auto;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .btn a::after,
.layout-pc .about_channel-index-page .global-article .local-event .btn a::after,
.layout-pc .about_channel-index-page .global-article .local-score .btn a::after {
  right: 1.5em;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .btn a:hover,
.layout-pc .about_channel-index-page .global-article .local-event .btn a:hover,
.layout-pc .about_channel-index-page .global-article .local-score .btn a:hover {
  border-color: #335ec1 !important;
  background-color: #335ec1 !important;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .btn a span,
.layout-pc .about_channel-index-page .global-article .local-event .btn a span,
.layout-pc .about_channel-index-page .global-article .local-score .btn a span {
  padding: 20.5px 0;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .btn a span::after,
.layout-pc .about_channel-index-page .global-article .local-event .btn a span::after,
.layout-pc .about_channel-index-page .global-article .local-score .btn a span::after {
  display: inline-block;

  width: 115px;
  height: 36px;
  margin-bottom: -.5em;
  margin-left: 30px;
}
.layout-pc .about_channel-index-page .global-article .local-tv-movie .module-ttl .ja .main::before {
  margin-right: 14px;
}
.layout-pc .about_channel-index-page .global-article .local-event .module-ttl .ja .main::before {
  margin-top: -10px;
  margin-right: 19px;
}
.layout-pc .about_channel-index-page .global-article .local-score .module-ttl .ja .main::before {
  margin-right: 18px;
}
.layout-sp .about_channel-index-page .global-essential {
  background-image: url("/assets/img/sp/about_channel/index/bg_mainvisual1.jpg");
}
.layout-sp .about_channel-index-page .global-essential .global-essential-inner {
  height: 760px;
}
.layout-sp .about_channel-index-page .global-main .global-article {
  padding-bottom: 0;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie,
.layout-sp .about_channel-index-page .global-article .local-event,
.layout-sp .about_channel-index-page .global-article .local-score {
  margin-top: 85px;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .module-ttl,
.layout-sp .about_channel-index-page .global-article .local-event .module-ttl,
.layout-sp .about_channel-index-page .global-article .local-score .module-ttl {
  margin-bottom: 51.5px;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .module-ttl .ja,
.layout-sp .about_channel-index-page .global-article .local-event .module-ttl .ja,
.layout-sp .about_channel-index-page .global-article .local-score .module-ttl .ja {
  font-size: 100%;

  padding-bottom: 10px;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .module-ttl .main,
.layout-sp .about_channel-index-page .global-article .local-event .module-ttl .main,
.layout-sp .about_channel-index-page .global-article .local-score .module-ttl .main {
  font-size: 111%;

  padding-right: 8px;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .module-ttl .sub,
.layout-sp .about_channel-index-page .global-article .local-event .module-ttl .sub,
.layout-sp .about_channel-index-page .global-article .local-score .module-ttl .sub {
  font-size: 90%;

  margin-left: 8px;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .module-ttl .sub .txt,
.layout-sp .about_channel-index-page .global-article .local-event .module-ttl .sub .txt,
.layout-sp .about_channel-index-page .global-article .local-score .module-ttl .sub .txt {
  margin-left: 8px;
  padding-top: .5em;
  padding-left: .8em;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .module-ttl .sub .txt::before,
.layout-sp .about_channel-index-page .global-article .local-event .module-ttl .sub .txt::before,
.layout-sp .about_channel-index-page .global-article .local-score .module-ttl .sub .txt::before {
  top: 1em;

  width: .8em;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .module-ttl::after,
.layout-sp .about_channel-index-page .global-article .local-event .module-ttl::after,
.layout-sp .about_channel-index-page .global-article .local-score .module-ttl::after {
  border-width: 6px;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .column:after,
.layout-sp .about_channel-index-page .global-article .local-event .column:after,
.layout-sp .about_channel-index-page .global-article .local-score .column:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .column:nth-of-type(n+2),
.layout-sp .about_channel-index-page .global-article .local-event .column:nth-of-type(n+2),
.layout-sp .about_channel-index-page .global-article .local-score .column:nth-of-type(n+2) {
  margin-top: 61.5px;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .column .img,
.layout-sp .about_channel-index-page .global-article .local-event .column .img,
.layout-sp .about_channel-index-page .global-article .local-score .column .img {
  margin-bottom: 31px;

  text-align: center;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .column .ttl,
.layout-sp .about_channel-index-page .global-article .local-event .column .ttl,
.layout-sp .about_channel-index-page .global-article .local-score .column .ttl {
  font-size: 118%;

  margin-bottom: 24.5px;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .column .ttl span,
.layout-sp .about_channel-index-page .global-article .local-event .column .ttl span,
.layout-sp .about_channel-index-page .global-article .local-score .column .ttl span {
  font-size: 83%;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .column .btn-list:after,
.layout-sp .about_channel-index-page .global-article .local-event .column .btn-list:after,
.layout-sp .about_channel-index-page .global-article .local-score .column .btn-list:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .column .btn-list .module-btn,
.layout-sp .about_channel-index-page .global-article .local-event .column .btn-list .module-btn,
.layout-sp .about_channel-index-page .global-article .local-score .column .btn-list .module-btn {
  float: left;

  margin-left: 15px;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .column .btn-list .module-btn:first-child,
.layout-sp .about_channel-index-page .global-article .local-event .column .btn-list .module-btn:first-child,
.layout-sp .about_channel-index-page .global-article .local-score .column .btn-list .module-btn:first-child {
  margin-left: 0;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .column .module-btn,
.layout-sp .about_channel-index-page .global-article .local-event .column .module-btn,
.layout-sp .about_channel-index-page .global-article .local-score .column .module-btn {
  font-size: 90%;

  display: inline-block;

  width: auto;
  margin-top: 23.5px;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .column .module-btn a,
.layout-sp .about_channel-index-page .global-article .local-event .column .module-btn a,
.layout-sp .about_channel-index-page .global-article .local-score .column .module-btn a {
  padding: .326923076923077em 1.923076923076923em;
  padding-right: 2.423076923076923em;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .btn,
.layout-sp .about_channel-index-page .global-article .local-event .btn,
.layout-sp .about_channel-index-page .global-article .local-score .btn {
  margin-top: 103px;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .btn a,
.layout-sp .about_channel-index-page .global-article .local-event .btn a,
.layout-sp .about_channel-index-page .global-article .local-score .btn a {
  font-size: 107%;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .btn a::after,
.layout-sp .about_channel-index-page .global-article .local-event .btn a::after,
.layout-sp .about_channel-index-page .global-article .local-score .btn a::after {
  right: 1em;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .btn a span,
.layout-sp .about_channel-index-page .global-article .local-event .btn a span,
.layout-sp .about_channel-index-page .global-article .local-score .btn a span {
  padding: 14px 0;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .btn a span::after,
.layout-sp .about_channel-index-page .global-article .local-event .btn a span::after,
.layout-sp .about_channel-index-page .global-article .local-score .btn a span::after {
  display: block;

  width: 137px;
  height: 43px;
  margin: 5px auto 0;
}
.layout-sp .about_channel-index-page .global-article .local-tv-movie .module-ttl .ja .main::before {
  margin-right: 11px;
}
.layout-sp .about_channel-index-page .global-article .local-event .module-ttl .ja .main::before {
  margin-top: -10px;
  margin-right: 16px;
}
.layout-sp .about_channel-index-page .global-article .local-score .module-ttl .ja .main::before {
  margin-right: 15px;
}
.about-index-page .global-article .local-parts .table table {
  width: 100%;
}
.about-index-page .global-article .local-parts .table table th,
.about-index-page .global-article .local-parts .table table td {
  position: relative;
  top: 0;
  left: 0;
}
.about-index-page .global-article .local-parts .table table th {
  font-weight: bold;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  text-align: center;

  color: #fff;
  background: #232323;
}
.about-index-page .global-article .local-parts .table table a {
  text-decoration: underline;
}
.about-index-page .global-article .local-overview {
  margin-top: 0;
}
.about-index-page .global-article .local-access .link {
  text-align: right;
}
.about-index-page .global-article .local-access .link a {
  text-decoration: underline;
}
.about-index-page .global-article .local-public-notice .list .icon {
  position: relative;
  top: .6em;

  display: inline-block;

  height: auto;
}
.layout-pc .about-index-page .global-article .local-parts .module-ttl.option-type4 {
  margin-bottom: 25px;
}
.layout-pc .about-index-page .global-article .local-parts .table {
  font-size: 94%;
}
.layout-pc .about-index-page .global-article .local-parts .table tr {
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);

  background-color: #e1e4ea;
}
.layout-pc .about-index-page .global-article .local-parts .table tr:first-child th,
.layout-pc .about-index-page .global-article .local-parts .table tr:first-child td {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.layout-pc .about-index-page .global-article .local-parts .table tr:first-child th::after,
.layout-pc .about-index-page .global-article .local-parts .table tr:first-child td::after {
  display: none;
}
.layout-pc .about-index-page .global-article .local-parts .table tr:nth-child(even) {
  background-color: #eef0f3;
}
.layout-pc .about-index-page .global-article .local-parts .table th,
.layout-pc .about-index-page .global-article .local-parts .table td {
  padding-top: 24.5px;
  padding-bottom: 22.5px;
}
.layout-pc .about-index-page .global-article .local-parts .table th::after,
.layout-pc .about-index-page .global-article .local-parts .table td::after {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 2px;

  content: "";

  background: #fff;
}
.layout-pc .about-index-page .global-article .local-parts .table th {
  width: 170px;

  border-right: 2px solid #fff;
}
.layout-pc .about-index-page .global-article .local-parts .table td {
  padding-right: 28px;
  padding-left: 28px;
}
.layout-pc .about-index-page .global-article .local-parts .table td a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .about-index-page .global-article .local-parts .table td a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .about-index-page .global-article .local-parts .table td a:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .about-index-page .global-article .local-parts .table td a:hover {
  opacity: 1;
}
.layout-pc .about-index-page .global-article .local-access .link {
  margin-top: 5.75px;
}
.layout-pc .about-index-page .global-article .local-access .link a {
  font-size: 87%;

  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .about-index-page .global-article .local-access .link a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .about-index-page .global-article .local-access .link a:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .about-index-page .global-article .local-access .link a:hover {
  opacity: 1;
}
.layout-pc .about-index-page .global-article .local-access .txt {
  font-size: 94%;
}
.layout-pc .about-index-page .global-article .local-broadcaster .txt {
  font-size: 94%;

  margin-bottom: 16.5px;
}
.layout-pc .about-index-page .global-article .local-public-notice .list {
  font-size: 94%;
}
.layout-pc .about-index-page .global-article .local-public-notice .list .icon {
  width: 30px;
  margin: 0 5px;
}
.layout-pc .about-index-page .global-article .local-public-notice .list li a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .about-index-page .global-article .local-public-notice .list li a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .about-index-page .global-article .local-public-notice .list li a:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .about-index-page .global-article .local-public-notice .list li a:hover {
  opacity: 1;
}
.layout-pc .about-index-page .global-article .local-public-notice .list li:nth-child(n+2) {
  margin-top: 10px;
}
.layout-sp .about-index-page .global-article .local-parts .module-ttl.option-type4 {
  margin-bottom: 37px;
}
.layout-sp .about-index-page .global-article .local-parts .table {
  font-size: 90%;
}
.layout-sp .about-index-page .global-article .local-overview {
  padding: 0;
}
.layout-sp .about-index-page .global-article .local-overview .table tr {
  background-color: #e1e4ea;
}
.layout-sp .about-index-page .global-article .local-overview .table tr:first-child th,
.layout-sp .about-index-page .global-article .local-overview .table tr:first-child td {
  padding-top: 25.5px;
  padding-bottom: 25.5px;
}
.layout-sp .about-index-page .global-article .local-overview .table tr:first-child th::after,
.layout-sp .about-index-page .global-article .local-overview .table tr:first-child td::after {
  display: none;
}
.layout-sp .about-index-page .global-article .local-overview .table tr:nth-child(even) {
  background-color: #eef0f3;
}
.layout-sp .about-index-page .global-article .local-overview .table th,
.layout-sp .about-index-page .global-article .local-overview .table td {
  padding-top: 29.5px;
  padding-bottom: 25.5px;
}
.layout-sp .about-index-page .global-article .local-overview .table th::after,
.layout-sp .about-index-page .global-article .local-overview .table td::after {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 4px;

  content: "";

  background: #fff;
}
.layout-sp .about-index-page .global-article .local-overview .table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 201px;

  text-align: center;

  color: #fff;
  border-right: 4px solid #fff;
  background-color: #232323;
}
.layout-sp .about-index-page .global-article .local-overview .table td {
  padding-right: 28px;
  padding-left: 28px;
}
.layout-sp .about-index-page .global-article .local-access {
  margin-top: 70px;
  padding: 0;
}
.layout-sp .about-index-page .global-article .local-access .link {
  margin-top: 27px;
}
.layout-sp .about-index-page .global-article .local-access .link a {
  font-size: 83%;
}
.layout-sp .about-index-page .global-article .local-access .txt {
  font-size: 90%;
}
.layout-sp .about-index-page .global-article .local-broadcaster {
  margin-top: 129px;
}
.layout-sp .about-index-page .global-article .local-broadcaster .txt {
  font-size: 97%;

  margin-bottom: 31px;
}
.layout-sp .about-index-page .global-article .local-broadcaster .table tr:nth-child(n+2) th {
  border-top: 4px solid #fff;
}
.layout-sp .about-index-page .global-article .local-broadcaster .table tr:nth-child(odd) {
  background-color: #232323;
}
.layout-sp .about-index-page .global-article .local-broadcaster .table tr:nth-child(even) {
  background-color: #e1e4ea;
}
.layout-sp .about-index-page .global-article .local-broadcaster .table th,
.layout-sp .about-index-page .global-article .local-broadcaster .table td {
  padding: 27.5px 0;
}
.layout-sp .about-index-page .global-article .local-broadcaster .table td {
  padding-right: 28px;
  padding-left: 28px;

  border-top: 4px solid #f4f5f7;
}
.layout-sp .about-index-page .global-article .local-public-notice {
  margin-top: 129px;
}
.layout-sp .about-index-page .global-article .local-public-notice .list {
  font-size: 97%;

  margin-bottom: 125px;
}
.layout-sp .about-index-page .global-article .local-public-notice .list .icon {
  width: 58px;
  margin: 0 10px;
}
.layout-sp .about-index-page .global-article .local-public-notice .list li a,
.layout-sp .about-index-page .global-article .local-public-notice .list li:nth-child(n+2) {
  margin-top: 10px;
}
.layout-sp .about-index-page .global-article .local-bnr-area {
  margin-top: 133.25px;
}
.campaign-index-page .global-article .local-contents .nav-area .module-arrow:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.campaign-index-page .global-article .local-contents .nav-area .module-arrow a {
  font-weight: bold;

  display: block;
  overflow: hidden;
}
.campaign-index-page .global-article .local-contents .nav-area .module-arrow a::before {
  top: .4em;

  display: table;
  float: left;
  overflow: hidden;

  vertical-align: top;

  border: 2px solid #022167;
  border-top: none;
  border-left: none;
}
.campaign-index-page .global-article .local-contents .nav-area .module-arrow .txt {
  display: block;
  overflow: hidden;
}
.campaign-index-page .global-article .local-contents .not-list-area {
  text-align: center;
}
.campaign-index-page .global-article .local-contents .not-list-area .heading {
  font-weight: bold;
}
.campaign-index-page .global-article .local-contents .not-list-area .desc dt {
  font-weight: bold;
}
.layout-pc .campaign-index-page .global-article .local-contents .nav-area .module-arrow {
  margin-bottom: 30px;
  padding-bottom: 30px;

  border-bottom: 2px solid #022167;
}
.layout-pc .campaign-index-page .global-article .local-contents .nav-area .module-arrow li {
  margin-top: 6.25px;
}
.layout-pc .campaign-index-page .global-article .local-contents .nav-area .module-arrow li:first-child {
  margin-top: 0;
}
.layout-pc .campaign-index-page .global-article .local-contents .list-area {
  margin-top: 35px;
}
.layout-pc .campaign-index-page .global-article .local-contents .not-list-area {
  text-align: center;
}
.layout-pc .campaign-index-page .global-article .local-contents .not-list-area .heading {
  font-size: 147%;

  margin-top: 54.5px;
  margin-bottom: 19.5px;
}
.layout-pc .campaign-index-page .global-article .local-contents .not-list-area .desc {
  margin-top: 50.5px;
}
.layout-pc .campaign-index-page .global-article .local-contents .not-list-area .desc dt {
  font-size: 120%;

  margin-bottom: 25.5px;
}
.layout-pc .campaign-index-page .global-article .local-contents .not-list-area .desc li {
  display: inline-block;

  margin: 0 10px;
}
.layout-sp .campaign-index-page .global-article .local-contents .nav-area .module-arrow li {
  margin-top: 19px;
}
.layout-sp .campaign-index-page .global-article .local-contents .nav-area .module-arrow li:first-child {
  margin-top: 0;
}
.layout-sp .campaign-index-page .global-article .local-contents .list-area {
  margin: 51px 0 151px;
}
.layout-sp .campaign-index-page .global-article .local-contents .not-list-area {
  margin-bottom: 102px;

  text-align: center;
}
.layout-sp .campaign-index-page .global-article .local-contents .not-list-area .heading {
  font-size: 111%;

  margin-top: 52px;
  margin-bottom: 25px;
}
.layout-sp .campaign-index-page .global-article .local-contents .not-list-area .desc {
  margin-top: 81px;
}
.layout-sp .campaign-index-page .global-article .local-contents .not-list-area .desc dt {
  margin-bottom: 28px;
}
.layout-sp .campaign-index-page .global-article .local-contents .not-list-area .desc li:nth-child(n+2) {
  margin-top: 20px;
}
.layout-sp .campaign-index-page .global-article .local-contents .not-list-area .desc .module-btn {
  width: 610px;
}
.layout-sp .campaign-index-page .global-article .local-bnr-area {
  margin-top: 0;
}
.layout-pc .category-index-page .global-article .local-category-pickup,
.layout-pc .category-index-page .global-article .local-gn-magazine {
  margin-top: 62px;
}
.layout-sp .category-index-page .global-article .local-category-pickup {
  margin-top: 89px;
}
.layout-sp .category-index-page .global-article .local-gn-magazine {
  margin-top: 140px;
  padding-bottom: 140px;

  background-color: #edf3f1;
}
.layout-sp .category-index-page .global-article .local-gn-magazine .module-ttl {
  padding-top: 129px;
}
.category-program-page .global-article .local-eye-catching {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.layout-pc .category-program-page .global-essential h1.module-ttl.option-type3 .ja {
  line-height: 1.264705882352941;

  padding-bottom: 8px;
}
.layout-pc .category-program-page .global-content {
  padding-top: 30px;
}
.layout-pc .category-program-page .global-article .local-free {
  margin-top: 55px;
}
.layout-pc .category-program-page .global-article .local-broadcast-schedule {
  margin-top: 65px;
}
.layout-pc .category-program-page .global-article .local-how-to-watch {
  margin-top: 30px;
}
.layout-pc .category-program-page .global-article .local-gn-magazine {
  margin-top: 62px;
}
.layout-sp .category-program-page .global-essential h1.module-ttl.option-type3 .ja {
  line-height: 1.208333333333333;

  padding-bottom: 12px;
}
.layout-sp .category-program-page .global-essential h1.module-ttl.option-type3:after {
  border-bottom-width: 6px;
}
.layout-sp .category-program-page .global-main .global-content {
  padding-top: 30px;
}
.layout-sp .category-program-page .global-content {
  padding-top: 50px;
}
.layout-sp .category-program-page .global-article .local-free {
  margin-top: 45px;
}
.layout-sp .category-program-page .global-article .module-eye-catch .box > dl {
  margin-bottom: 40px;
}
.layout-sp .category-program-page .global-article .local-gn-magazine {
  margin: 140px 0;
  padding-bottom: 140px;

  background-color: #edf3f1;
}
.layout-sp .category-program-page .global-article .local-gn-magazine .module-ttl {
  padding-top: 129px;
}
.layout-sp .category-program-page .global-article .local-pickup-program {
  margin-top: 129px;
}
.layout-sp .category-program-page .global-article .local-broadcast-schedule {
  margin-top: 120px;
}
.layout-sp .category-program-page .global-article .local-how-to-watch {
  margin-top: 40px;
}
.layout-sp .category-program-page .global-article .local-how-to-watch .always a {
  display: inline-block;
}
* html .layout-sp .category-program-page .global-article .local-how-to-watch .always a {
  display: inline;
}
*:first-child + html .layout-sp .category-program-page .global-article .local-how-to-watch .always a {
  display: inline;
}
.layout-sp .category-program-page .global-article .local-how-to-watch .module-bnr .universal {
  margin-bottom: 80px;
}
.layout-sp .category-program-page .global-article .local-how-to-watch .module-bnr .how-to-watch .ttl {
  line-height: 1.055555555555556;

  margin-bottom: 16px;
}
.channel-auhikari-page .global-main .global-content .global-article {
  padding-bottom: 0;
}
.channel-auhikari-page .global-article .local-about {
  text-align: center;
}
.channel-auhikari-page .global-article .local-about .img {
  line-height: 0;
}
.channel-auhikari-page .global-article .local-about h2.ttl {
  line-height: 0;
}
.channel-auhikari-page .global-article .local-about h2.ttl .wrap {
  position: relative;
  top: 0;
  left: 0;
}
.channel-auhikari-page .global-article .local-about h2.ttl span {
  line-height: 0;

  display: inline-block;
}
.channel-auhikari-page .global-article .local-about h2.ttl .img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.channel-auhikari-page .global-article .local-about .outline-area {
  font-weight: bold;
}
.channel-auhikari-page .global-article .local-about .point-area .ttl {
  font-weight: bold;
}
.channel-auhikari-page .global-article .local-about .point-area .ttl dt {
  line-height: 1;

  color: #eb5505;
}
.channel-auhikari-page .global-article .local-about .point-area .attention {
  color: #eb5505;
}
.channel-auhikari-page .global-article .local-about .point-area .attention .icon {
  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  padding-left: 1.714285714285714em;
}
.channel-auhikari-page .global-article .local-about .point-area .attention .icon::before {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3;

  position: absolute;
  top: 0;
  left: 0;

  display: inline-block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.333333333333333em;
  height: 1.333333333333333em;

  content: "!";

  border: 2px solid #eb5505;
  border-radius: 50%;
}
.layout-pc .channel-auhikari-page .global-content {
  padding-top: 79px;
}
.layout-pc .channel-auhikari-page .global-article .local-about h2.ttl {
  margin-bottom: 21px;
}
.layout-pc .channel-auhikari-page .global-article .local-about h2.ttl .txt {
  padding: 0 165px 19px;
}
.layout-pc .channel-auhikari-page .global-article .local-about .outline-area {
  font-size: 120%;
  line-height: 1.666666666666667;
}
.layout-pc .channel-auhikari-page .global-article .local-about .point-area {
  margin-top: 67px;
}
.layout-pc .channel-auhikari-page .global-article .local-about .point-area .ttl dt {
  font-size: 294%;
}
.layout-pc .channel-auhikari-page .global-article .local-about .point-area .ttl .txt {
  font-size: 120%;
  line-height: 1.555555555555556;
}
.layout-pc .channel-auhikari-page .global-article .local-about .point-area .ttl .img {
  margin-top: 31px;
}
.layout-pc .channel-auhikari-page .global-article .local-about .point-area .outline {
  margin-top: 16.5px;
}
.layout-pc .channel-auhikari-page .global-article .local-about .point-area .outline .txt {
  font-size: 107%;
  line-height: 1.6875;
}
.layout-pc .channel-auhikari-page .global-article .local-about .point-area .attention {
  font-size: 94%;
  line-height: 1.928571428571429;

  margin-top: 9.5px;
}
.layout-sp .channel-auhikari-page .global-article .local-about h2.ttl {
  margin-bottom: 21px;
}
.layout-sp .channel-auhikari-page .global-article .local-about h2.ttl .txt {
  padding: 0 111px 87px 109px;
}
.layout-sp .channel-auhikari-page .global-article .local-about .outline-area {
  font-size: 104%;
  line-height: 1.6;
}
.layout-sp .channel-auhikari-page .global-article .local-about .point-area {
  margin-top: 81px;
}
.layout-sp .channel-auhikari-page .global-article .local-about .point-area .ttl dt {
  font-size: 235%;
}
.layout-sp .channel-auhikari-page .global-article .local-about .point-area .ttl .txt {
  font-size: 97%;
  line-height: 1.428571428571429;
}
.layout-sp .channel-auhikari-page .global-article .local-about .point-area .ttl .img {
  margin-top: 41px;
}
.layout-sp .channel-auhikari-page .global-article .local-about .point-area .outline {
  margin-top: 46px;
}
.layout-sp .channel-auhikari-page .global-article .local-about .point-area .outline .txt {
  font-size: 90%;
  line-height: 1.461538461538461;
}
.layout-sp .channel-auhikari-page .global-article .local-about .point-area .attention {
  font-size: 83%;
  line-height: 1.583333333333333;

  margin-top: 44px;
}
.layout-sp .channel-auhikari-page .global-article .local-about .point-area .attention .icon {
  padding-left: 0;
}
.layout-sp .channel-auhikari-page .global-article .local-about .point-area .attention .icon::before {
  line-height: 1.2;

  position: static;

  display: block;

  margin: 0 auto 8px;

  border-width: 4px;
}
.channel-business_list-page .global-main .global-content .global-article {
  padding-bottom: 0;
}
.channel-business_list-page .global-article .local-select .search .selectbox {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.channel-business_list-page .global-article .local-select .content {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.channel-business_list-page .global-article .local-select .content .name a {
  text-decoration: underline;
}
.channel-business_list-page .global-article .local-select .content .ttl {
  font-weight: bold;

  background: #f2f2f2;
}
.channel-business_list-page .global-article .local-select .content .facility .name {
  font-weight: bold;
}
.channel-business_list-page .global-article .local-select .content .exception-area {
  padding: 0 15px;
}
.layout-pc .channel-business_list-page .global-main .global-content {
  padding-top: 54px;
}
.layout-pc .channel-business_list-page .global-article .local-select .search {
  display: table;

  width: 100%;
  margin-bottom: 31px;
}
.layout-pc .channel-business_list-page .global-article .local-select .search .ttl,
.layout-pc .channel-business_list-page .global-article .local-select .search .selectbox {
  display: table-cell;

  vertical-align: middle;
}
.layout-pc .channel-business_list-page .global-article .local-select .search .ttl {
  width: 774px;
  padding-right: 20px;
}
.layout-pc .channel-business_list-page .global-article .local-select .search .module-ttl {
  margin-bottom: 0;
}
.layout-pc .channel-business_list-page .global-article .local-select .content {
  margin-top: -9px;
}
.layout-pc .channel-business_list-page .global-article .local-select .content a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .channel-business_list-page .global-article .local-select .content a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .channel-business_list-page .global-article .local-select .content a:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .channel-business_list-page .global-article .local-select .content a:hover {
  opacity: 1;
}
.layout-pc .channel-business_list-page .global-article .local-select .content .ttl {
  font-size: 134%;

  padding: 10px 20px;
}
.layout-pc .channel-business_list-page .global-article .local-select .content .list > ul > li {
  display: table;

  width: 100%;

  border-bottom: 1px solid #dcdcdc;
}
.layout-pc .channel-business_list-page .global-article .local-select .content .area {
  margin-top: 40px;
}
.layout-pc .channel-business_list-page .global-article .local-select .content .cell {
  display: table-cell;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px 19px;

  vertical-align: middle;
}
.layout-pc .channel-business_list-page .global-article .local-select .content .facility {
  width: 928px;
}
.layout-pc .channel-business_list-page .global-article .local-select .content .facility .name {
  font-size: 107%;
  line-height: 1.4375;
}
.layout-pc .channel-business_list-page .global-article .local-select .content .tel {
  font-size: 94%;
  line-height: 1.285714285714286;

  text-align: center;
}
.layout-pc .channel-business_list-page .global-article .local-select .notice {
  font-size: 80%;

  margin-top: 40px;
}
.layout-sp .channel-business_list-page .global-main .global-content {
  padding-top: 70px;
}
.layout-sp .channel-business_list-page .global-article .local-select .search .ttl {
  margin-bottom: 40px;
}
.layout-sp .channel-business_list-page .global-article .local-select .search .module-ttl {
  margin-bottom: 0;
}
.layout-sp .channel-business_list-page .global-article .local-select .search .txt {
  font-size: 97%;
  line-height: 1.428571428571429;

  margin-bottom: 47px;
}
.layout-sp .channel-business_list-page .global-article .local-select .content {
  margin-top: -40px;
}
.layout-sp .channel-business_list-page .global-article .local-select .content .ttl {
  font-size: 97%;
  font-weight: bold;

  padding: 27px;

  background: #f2f2f2;
}
.layout-sp .channel-business_list-page .global-article .local-select .content .area {
  margin-top: 80px;
}
.layout-sp .channel-business_list-page .global-article .local-select .content .list > ul > li {
  padding-top: 33px;
  padding-right: 15px;
  padding-bottom: 33.5px;
  padding-left: 15px;

  border-bottom: 2px solid #dcdcdc;
}
.layout-sp .channel-business_list-page .global-article .local-select .content .facility .name {
  font-size: 97%;
  line-height: 1.5;

  letter-spacing: -.02em;
}
.layout-sp .channel-business_list-page .global-article .local-select .content .tel {
  font-size: 90%;

  margin-top: 24.5px;
}
.layout-sp .channel-business_list-page .global-article .local-select .content .label {
  margin-top: 8px;
}
.layout-sp .channel-business_list-page .global-article .local-select .notice {
  font-size: 83%;

  margin-top: 80px;
}
.channel-business-page .global-main .global-content .global-article {
  padding-bottom: 0;
}
.channel-business-page .global-article .img {
  line-height: 0;
}
.channel-business-page .global-article .local-about .module-ttl,
.channel-business-page .global-article .local-about .ttl,
.channel-business-page .global-article .local-about .txt,
.channel-business-page .global-article .local-about .about {
  text-align: center;
}
.channel-business-page .global-article .local-about .ttl .module-ttl {
  margin-bottom: 0;
}
.channel-business-page .global-article .local-about .about {
  padding-top: .75em;
}
.channel-business-page .global-article .local-about .about .ttl {
  position: relative;
  top: -.75em;

  display: inline-block;

  padding: 0 14px;

  background: #fff;
}
.channel-business-page .global-article .local-about .about .ttl .icon {
  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  padding-left: 1.722222222222222em;
}
.channel-business-page .global-article .local-about .about .ttl .icon::before {
  font-size: 94%;
  font-weight: bold;
  line-height: 1.3;

  position: absolute;
  top: 50%;
  left: 0;

  display: table;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;

  content: "?";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  color: #022167;
  border: 2px solid #022167;
  border-radius: 50%;
}
.channel-business-page .global-article .local-about .attention .ttl {
  text-align: center;

  color: #d82731;
}
.channel-business-page .global-article .local-about .attention .ttl .icon {
  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  padding-left: 1.916666666666667em;
}
.channel-business-page .global-article .local-about .attention .ttl .icon::before {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.4;

  position: absolute;
  top: 50%;
  left: 0;

  display: table;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;

  content: "!";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  color: #d82731;
  border: 1px solid #d82731;
  border-radius: 50%;
}
.channel-business-page .global-article .local-case .ttl dt {
  font-weight: bold;
  line-height: 1;

  color: #022167;
}
.channel-business-page .global-article .local-case .ttl dd {
  font-weight: bold;
}
.layout-pc .channel-business-page .global-main .global-content {
  padding-top: 54px;
}
.layout-pc .channel-business-page .global-article .local-about .consideration {
  margin-bottom: 27px;
}
.layout-pc .channel-business-page .global-article .local-about .consideration .ttl {
  margin-bottom: 7.5px;
}
.layout-pc .channel-business-page .global-article .local-about .consideration .ttl .img {
  margin-bottom: 11.5px;
}
.layout-pc .channel-business-page .global-article .local-about .consideration .txt {
  font-size: 120%;
  line-height: 1.555555555555556;

  letter-spacing: .035em;
}
.layout-pc .channel-business-page .global-article .local-about .about,
.layout-pc .channel-business-page .global-article .local-about .attention {
  width: 740px;
  margin: 0 auto;
}
.layout-pc .channel-business-page .global-article .local-about .about {
  margin-bottom: 27px;
}
.layout-pc .channel-business-page .global-article .local-about .about .inner {
  padding: 0 30px 25px;

  border: 2px solid #022167;
}
.layout-pc .channel-business-page .global-article .local-about .about .ttl {
  margin-bottom: 3px;
}
.layout-pc .channel-business-page .global-article .local-about .about .txt {
  font-size: 94%;
  line-height: 1.714285714285714;

  letter-spacing: .035em;
}
.layout-pc .channel-business-page .global-article .local-about .attention .ttl {
  font-size: 80%;

  margin-bottom: 10px;
}
.layout-pc .channel-business-page .global-article .local-about .attention .notice {
  font-size: 80%;
  line-height: 1.5;
}
.layout-pc .channel-business-page .global-article .local-case .ttl {
  margin: 0 -20px 23px;

  text-align: center;
}
.layout-pc .channel-business-page .global-article .local-case .ttl dt {
  font-size: 294%;

  margin-bottom: 6px;
}
.layout-pc .channel-business-page .global-article .local-case .ttl .txt {
  font-size: 107%;
  line-height: 1.5;

  height: 4.5em;
}
.layout-pc .channel-business-page .global-article .local-case .outline .img {
  text-align: center;
}
.layout-pc .channel-business-page .global-article .local-case .outline .txt {
  font-size: 94%;
  line-height: 1.714285714285714;

  margin-top: 14px;

  text-align: left;
}
.layout-pc .channel-business-page .global-article .local-case ol {
  display: table;

  width: 100%;

  table-layout: fixed;
}
.layout-pc .channel-business-page .global-article .local-case li {
  display: table-cell;

  height: 457px;
  padding: 5px 33px 35px;

  vertical-align: top;

  background: url("/assets/img/pc/channel/border1.png") no-repeat left top;
  -webkit-background-size: 2px 457px;
          background-size: 2px 457px;
}
.layout-pc .channel-business-page .global-article .local-case li:first-child {
  background: none;
}
.layout-pc .channel-business-page .global-article .local-review {
  margin-top: 103px;
}
.layout-pc .channel-business-page .global-article .local-review .module-ttl {
  margin-bottom: 10px;
}
.layout-pc .channel-business-page .global-article .local-review li {
  padding: 30px 0;

  border-bottom: 1px solid #dcdcdc;
}
.layout-pc .channel-business-page .global-article .local-review li:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .channel-business-page .global-article .local-review li .outline,
.layout-pc .channel-business-page .global-article .local-review li .img {
  overflow: hidden;
}
.layout-pc .channel-business-page .global-article .local-review li .img {
  float: left;

  margin-right: 24px;
}
.layout-pc .channel-business-page .global-article .local-review li .outline .ttl {
  font-weight: bold;

  margin-bottom: 14px;
}
.layout-pc .channel-business-page .global-article .local-review li .outline .ttl dt {
  font-size: 120%;
  line-height: 1.333333333333333;
}
.layout-pc .channel-business-page .global-article .local-review li .outline .ttl dd {
  font-size: 94%;
  line-height: 1.714285714285714;

  margin-top: 4px;
}
.layout-pc .channel-business-page .global-article .local-review li .outline .txt {
  font-size: 94%;
  line-height: 1.714285714285714;
}
.layout-pc .channel-business-page .global-article .local-review .btn {
  width: 320px;
  margin-top: 40px;
}
.layout-pc .channel-business-page .global-article .local-faq .module-ttl {
  margin-bottom: 40px;
}
.layout-pc .channel-business-page .global-article .local-contact {
  margin-top: 117px;
}
.layout-sp .channel-business-page .global-main .global-content {
  padding-top: 70px;
}
.layout-sp .channel-business-page .global-article .local-about .consideration {
  margin-bottom: 49px;
}
.layout-sp .channel-business-page .global-article .local-about .consideration .ttl {
  margin-bottom: 22.631578947368425px;
}
.layout-sp .channel-business-page .global-article .local-about .consideration .ttl .module-ttl {
  font-size: 132%;
  line-height: 1.421052631578947;
}
.layout-sp .channel-business-page .global-article .local-about .consideration .ttl .img {
  margin-bottom: 30.631578947368425px;
}
.layout-sp .channel-business-page .global-article .local-about .consideration .txt {
  font-size: 111%;
  line-height: 1.5;

  letter-spacing: .035em;
}
.layout-sp .channel-business-page .global-article .local-about .about {
  margin-bottom: 75px;
}
.layout-sp .channel-business-page .global-article .local-about .about .inner {
  padding: 0 30px 32px;

  border: 4px solid #022167;
}
.layout-sp .channel-business-page .global-article .local-about .about .ttl {
  font-size: 111%;
  line-height: 1.5;

  margin-bottom: 3px;
}
.layout-sp .channel-business-page .global-article .local-about .about .ttl .icon {
  padding-left: 1.6875em;
}
.layout-sp .channel-business-page .global-article .local-about .about .ttl .icon::before {
  font-size: 72%;
  line-height: 1.5;

  width: 1.739130434782609em;
  height: 1.739130434782609em;

  border: 3px solid #022167;
  border-radius: 50%;
}
.layout-sp .channel-business-page .global-article .local-about .about .txt {
  font-size: 97%;
  line-height: 1.571428571428571;

  letter-spacing: .035em;
}
.layout-sp .channel-business-page .global-article .local-about .attention .ttl {
  font-size: 90%;

  margin-bottom: 6px;
}
.layout-sp .channel-business-page .global-article .local-about .attention .ttl .icon {
  padding-left: 1.653846153846154em;
}
.layout-sp .channel-business-page .global-article .local-about .attention .ttl .icon::before {
  font-size: 77%;

  width: 1.7em;
  height: 1.7em;

  border: 3px solid #d82731;
}
.layout-sp .channel-business-page .global-article .local-about .attention .notice {
  font-size: 83%;
  line-height: 1.583333333333333;
}
.layout-sp .channel-business-page .global-article .local-case {
  margin-top: 120px;
}
.layout-sp .channel-business-page .global-article .local-case .module-ttl {
  margin-bottom: 57.5px;
}
.layout-sp .channel-business-page .global-article .local-case .ttl {
  margin-bottom: 45px;

  text-align: center;
}
.layout-sp .channel-business-page .global-article .local-case .ttl dt {
  font-size: 214%;

  margin-bottom: 15.5px;
}
.layout-sp .channel-business-page .global-article .local-case .ttl .txt {
  font-size: 111%;
  line-height: 1.5;
}
.layout-sp .channel-business-page .global-article .local-case .outline .img {
  text-align: center;
}
.layout-sp .channel-business-page .global-article .local-case .outline .txt {
  font-size: 97%;
  line-height: 1.714285714285714;

  margin-top: 28px;

  text-align: left;
}
.layout-sp .channel-business-page .global-article .local-case li {
  margin-top: 65.5px;
  padding-bottom: 66px;

  border-bottom: 2px solid #dcdcdc;
}
.layout-sp .channel-business-page .global-article .local-case li:first-child {
  margin-top: 0;
}
.layout-sp .channel-business-page .global-article .local-review {
  margin-top: 150px;
}
.layout-sp .channel-business-page .global-article .local-review li {
  margin-top: 60px;
  padding-bottom: 50px;

  border-bottom: 2px solid #dcdcdc;
}
.layout-sp .channel-business-page .global-article .local-review li:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .channel-business-page .global-article .local-review li:first-child {
  margin-top: 0;
}
.layout-sp .channel-business-page .global-article .local-review li .img {
  margin-bottom: 32px;
}
.layout-sp .channel-business-page .global-article .local-review li .outline .ttl {
  font-weight: bold;

  margin-bottom: 25px;
}
.layout-sp .channel-business-page .global-article .local-review li .outline .ttl dt {
  font-size: 111%;
}
.layout-sp .channel-business-page .global-article .local-review li .outline .ttl dd {
  font-size: 97%;

  margin-top: 8px;
}
.layout-sp .channel-business-page .global-article .local-review li .outline .txt {
  font-size: 97%;
  line-height: 1.714285714285714;
}
.layout-sp .channel-business-page .global-article .local-review .btn {
  margin-top: 58px;
}
.layout-sp .channel-business-page .global-article .local-faq {
  margin-top: 152px;
}
.layout-sp .channel-business-page .global-article .local-faq .module-ttl {
  margin-bottom: 60px;
}
.channel-cable-page .global-main .global-content .global-article {
  padding-bottom: 0;
}
.channel-cable-page .global-article .local-about {
  text-align: center;
}
.channel-cable-page .global-article .local-about .img {
  line-height: 0;
}
.channel-cable-page .global-article .local-about h2.ttl {
  line-height: 0;
}
.channel-cable-page .global-article .local-about .outline-area {
  font-weight: bold;
}
.channel-cable-page .global-article .local-about .point-area {
  font-weight: bold;
}
.channel-cable-page .global-article .local-about .point-area .ttl dt {
  line-height: 1;

  color: #e83416;
}
.channel-cable-page .global-article .local-select .search .selectbox {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.channel-cable-page .global-article .local-select .content {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.channel-cable-page .global-article .local-select .content .broadcaster .name a {
  text-decoration: underline;
}
.channel-cable-page .global-article .local-select .content .exception-area {
  padding: 0 15px;
}
.layout-pc .channel-cable-page .global-main .global-content {
  padding-top: 79px;
}
.layout-pc .channel-cable-page .global-article .local-about h2.ttl {
  margin-bottom: 29px;
}
.layout-pc .channel-cable-page .global-article .local-about .outline-area {
  font-size: 120%;
  line-height: 1.666666666666667;
}
.layout-pc .channel-cable-page .global-article .local-about .point-area {
  margin-top: 84px;
}
.layout-pc .channel-cable-page .global-article .local-about .point-area .ttl dt {
  font-size: 294%;
}
.layout-pc .channel-cable-page .global-article .local-about .point-area .ttl .txt {
  font-size: 120%;
  line-height: 1.555555555555556;
}
.layout-pc .channel-cable-page .global-article .local-about .point-area .ttl .img {
  margin-top: 13px;
}
.layout-pc .channel-cable-page .global-article .local-about .point-area ol {
  display: table;

  width: 100%;

  table-layout: fixed;
}
.layout-pc .channel-cable-page .global-article .local-about .point-area li {
  display: table-cell;

  height: 247px;
  padding: 5px 20px 35px;

  vertical-align: top;

  background: url("/assets/img/pc/channel/border1.png") no-repeat left top;
}
.layout-pc .channel-cable-page .global-article .local-about .point-area li:first-child {
  background: none;
}
.layout-pc .channel-cable-page .global-article .local-campaign-bnr {
  margin-top: 70px;
}
.layout-pc .channel-cable-page .global-article .local-select {
  margin-top: 37px;
}
.layout-pc .channel-cable-page .global-article .local-select .search {
  font-weight: bold;

  display: table;

  width: 100%;
}
.layout-pc .channel-cable-page .global-article .local-select .search .txt,
.layout-pc .channel-cable-page .global-article .local-select .search .selectbox {
  display: table-cell;

  vertical-align: middle;
}
.layout-pc .channel-cable-page .global-article .local-select .search .txt {
  font-size: 107%;

  padding-right: 50px;
}
.layout-pc .channel-cable-page .global-article .local-select .search .selectbox {
  width: 306px;
}
.layout-pc .channel-cable-page .global-article .local-select .content {
  margin-top: 25px;
}
.layout-pc .channel-cable-page .global-article .local-select .content a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
  text-decoration: underline;
}
.layout-pc .channel-cable-page .global-article .local-select .content a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .channel-cable-page .global-article .local-select .content a:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .channel-cable-page .global-article .local-select .content a:hover {
  opacity: 1;
}
.layout-pc .channel-cable-page .global-article .local-select .content .ttl {
  font-size: 134%;
  font-weight: bold;

  padding: 10px 17px;

  background: #f2f2f2;
}
.layout-pc .channel-cable-page .global-article .local-select .content .list > ul > li {
  display: table;

  width: 100%;

  border-bottom: 2px solid #dcdcdc;
}
.layout-pc .channel-cable-page .global-article .local-select .content .cell {
  display: table-cell;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 15px 15px;

  vertical-align: middle;
}
.layout-pc .channel-cable-page .global-article .local-select .content .sub-area {
  font-size: 107%;
  font-weight: bold;
  line-height: 1.4375;

  width: 324px;
}
.layout-pc .channel-cable-page .global-article .local-select .content .broadcaster {
  width: 610px;
}
.layout-pc .channel-cable-page .global-article .local-select .content .broadcaster .name {
  font-size: 107%;
  line-height: 1.4375;

  letter-spacing: .02em;
}
.layout-pc .channel-cable-page .global-article .local-select .content .tel {
  font-size: 107%;
  line-height: 1.4375;

  text-align: center;
  letter-spacing: .02em;
}
.layout-pc .channel-cable-page .global-article .local-select .content .citation {
  margin-top: 38px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 18px;
  padding-left: 24px;
}
.layout-pc .channel-cable-page .global-article .local-select .content .citation .label ul,
.layout-pc .channel-cable-page .global-article .local-select .content .citation .label li {
  margin: 0;
}
.layout-pc .channel-cable-page .global-article .local-select .content .citation .label li {
  margin-top: 10px;
}
.layout-pc .channel-cable-page .global-article .local-select .content .citation ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .channel-cable-page .global-article .local-select .content .citation li {
  display: block;
  float: left;

  width: 510px;
}
.layout-pc .channel-cable-page .global-article .local-select .content .citation li:nth-child(odd) {
  clear: both;

  margin-right: 24px;
}
.layout-pc .channel-cable-page .global-article .local-select .content .citation dl {
  line-height: 1.4;
}
.layout-pc .channel-cable-page .global-article .local-select .content .citation dl:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .channel-cable-page .global-article .local-select .content .citation dt {
  line-height: 1;

  display: inline-block;
  float: left;

  margin-right: 10px;
}
.layout-pc .channel-cable-page .global-article .local-select .content .citation dt,
.layout-pc .channel-cable-page .global-article .local-select .content .citation dd {
  overflow: hidden;
}
.layout-pc .channel-cable-page .global-article .local-select .content .citation dd {
  font-size: 87%;
  line-height: 1.461538461538461;

  text-align: left;
}
.layout-pc .channel-cable-page .global-article .local-contact {
  margin-top: 159px;
}
.layout-sp .channel-cable-page .global-article .local-about h2.ttl {
  margin-bottom: 38px;
}
.layout-sp .channel-cable-page .global-article .local-about .outline-area {
  font-size: 104%;
  line-height: 1.6;
}
.layout-sp .channel-cable-page .global-article .local-about .point-area {
  margin-top: 117px;
}
.layout-sp .channel-cable-page .global-article .local-about .point-area .ttl dt {
  font-size: 235%;
}
.layout-sp .channel-cable-page .global-article .local-about .point-area .ttl .txt {
  font-size: 97%;
  line-height: 1.428571428571429;
}
.layout-sp .channel-cable-page .global-article .local-about .point-area .ttl .img {
  margin-top: 23px;
}
.layout-sp .channel-cable-page .global-article .local-about .point-area li {
  margin-top: 75px;
}
.layout-sp .channel-cable-page .global-article .local-about .point-area li:first-child {
  margin-top: 0;
}
.layout-sp .channel-cable-page .global-article .local-campaign-bnr {
  margin-top: 82px;
}
.layout-sp .channel-cable-page .global-article .local-select {
  margin-top: 108px;
}
.layout-sp .channel-cable-page .global-article .local-select .search .txt {
  font-size: 97%;
  line-height: 1.428571428571429;

  margin-bottom: 47px;
}
.layout-sp .channel-cable-page .global-article .local-select .content .ttl {
  font-size: 104%;
  font-weight: bold;

  margin-top: 44px;
  padding: 38px 17px 37px;

  background: #f2f2f2;
}
.layout-sp .channel-cable-page .global-article .local-select .content .list > ul > li {
  padding-top: 34px;
  padding-bottom: 44px;

  border-bottom: 2px solid #dcdcdc;
}
.layout-sp .channel-cable-page .global-article .local-select .content .sub-area {
  font-size: 97%;
  line-height: 1.357142857142857;

  margin-top: 19px;
}
.layout-sp .channel-cable-page .global-article .local-select .content .broadcaster .name {
  font-size: 111%;
  font-weight: bold;
  line-height: 1.625;
}
.layout-sp .channel-cable-page .global-article .local-select .content .tel {
  font-size: 97%;
  line-height: 1.357142857142857;
}
.layout-sp .channel-cable-page .global-article .local-select .content .label {
  margin-top: 24px;
}
.layout-sp .channel-cable-page .global-article .local-select .content .citation {
  margin-top: 63px;
  padding: 40px;
}
.layout-sp .channel-cable-page .global-article .local-select .content .citation .label ul,
.layout-sp .channel-cable-page .global-article .local-select .content .citation .label li {
  margin: 0;
}
.layout-sp .channel-cable-page .global-article .local-select .content .citation .label li {
  display: block;

  margin-top: 25px;
}
.layout-sp .channel-cable-page .global-article .local-select .content .citation .label li:first-child {
  margin-top: 0;
}
.layout-sp .channel-cable-page .global-article .local-select .content .citation ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .channel-cable-page .global-article .local-select .content .citation dl {
  line-height: 1.4;
}
.layout-sp .channel-cable-page .global-article .local-select .content .citation dt {
  line-height: 1;

  text-align: left;
}
.layout-sp .channel-cable-page .global-article .local-select .content .citation dd {
  font-size: 90%;
  line-height: 1.461538461538461;

  margin-top: 11px;

  text-align: left;
}
.channel-index-page .global-main .global-content .global-article {
  padding-bottom: 0;
}
.channel-index-page .global-article:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.channel-index-page .global-article .local-outline {
  background: #e8f4f6;
}
.channel-index-page .global-article .local-outline .top-area:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.channel-index-page .global-article .local-outline .top-area h2 {
  font-weight: bold;

  color: #022167;
}
.channel-index-page .global-article .local-outline .top-area ul {
  font-weight: bold;
}
.channel-index-page .global-article .local-outline .top-area li::before {
  background: url("/assets/img//common/icon/check1.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.channel-index-page .global-article .local-outline .top-area .contact {
  clear: both;

  text-align: center;
}
.channel-index-page .global-article .local-outline .top-area .contact h3 {
  font-weight: bold;

  position: relative;
  z-index: 1;
  top: 0;
  left: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;

  color: #fff;
  background: #022167;
}
.channel-index-page .global-article .local-outline .top-area .contact dl {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;

  background: #fff;
}
.channel-index-page .global-article .local-outline .top-area .contact dl .tel {
  font-weight: bold;

  color: #022167;
}
.channel-index-page .global-article .local-outline .top-area .contact dl .tel a {
  color: #022167;
}
.channel-index-page .global-article .local-outline .top-area .contact dl .tel span {
  position: relative;
  top: 0;
  left: 0;

  display: inline-block;
}
.channel-index-page .global-article .local-outline .top-area .contact dl .tel span::before {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  content: "";

  background: url("/assets/img//common/icon/freecall1.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.channel-index-page .global-article .local-outline .top-area .contact dl .accept {
  font-weight: bold;
}
.channel-index-page .global-article .local-outline .top-area .contact dl .accept .label,
.channel-index-page .global-article .local-outline .top-area .contact dl .accept .time {
  display: inline-block;

  vertical-align: middle;
}
.channel-index-page .global-article .local-outline .top-area .contact dl .accept .label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: .5em;
  padding: 0 .5em;

  color: #fff;
  border-radius: 10em;
  background: #022167;
}
.channel-index-page .global-article .local-select h3 {
  font-weight: bold;

  text-align: center;
}
.channel-index-page .global-article .local-select .txt {
  text-align: center;
}
.channel-index-page .global-article .local-select .howto-area li .module-btn .column {
  background: #fff;
}
.channel-index-page .global-article .local-select .howto-area li .module-btn .column.blank::after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;

  border: none;
  background: url("/assets/img/common/icon/blank1.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.channel-index-page .global-article .local-select .howto-area li .on-demand {
  font-weight: bold;

  position: relative;
  top: 0;
  left: 0;

  background: #efefef;
}
.channel-index-page .global-article .local-select .howto-area li .on-demand::before {
  position: absolute;
  top: 0;
  left: 50%;

  display: block;

  content: "";

  background: url("/assets/img/common/icon/arrow1.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.channel-index-page .global-article .local-select .howto-area.business .list ul {
  position: relative;
  top: 0;
  left: 0;
}
.channel-index-page .global-article .local-select .howto-area.business .list ul::before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  content: "";

  background: url("/assets/img/common/icon/arrow1.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.layout-pc .channel-index-page .global-main .global-content {
  padding-top: 0;
}
.layout-pc .channel-index-page .global-article .local-outline {
  padding-top: 40px;
  padding-bottom: 40px;
}
.layout-pc .channel-index-page .global-article .local-outline .wrap {
  width: 930px;
  margin: 0 auto;
}
.layout-pc .channel-index-page .global-article .local-outline h2 {
  font-size: 160%;
  line-height: 1.458333333333333;
}
.layout-pc .channel-index-page .global-article .local-outline ul {
  margin-top: 20px;
}
.layout-pc .channel-index-page .global-article .local-outline li {
  font-size: 107%;
  line-height: 1.5;

  position: relative;
  top: 0;
  left: 0;

  margin-top: 20px;
  padding-left: 44px;
}
.layout-pc .channel-index-page .global-article .local-outline li:first-child {
  margin-top: 0;
}
.layout-pc .channel-index-page .global-article .local-outline li::before {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 1.875em;
  height: 1.875em;
  margin-top: -.9375em;

  content: "";
}
.layout-pc .channel-index-page .global-article .local-outline .img {
  overflow: hidden;
}
.layout-pc .channel-index-page .global-article .local-outline .img {
  float: left;

  width: 445px;
  margin-right: 30px;
}
.layout-pc .channel-index-page .global-article .local-outline .txt {
  float: left;

  width: 455px;
}
.layout-pc .channel-index-page .global-article .local-outline .contact {
  padding-top: 30px;
}
.layout-pc .channel-index-page .global-article .local-outline .contact h3 {
  font-size: 107%;
  line-height: 1.1875;

  width: 600px;
  margin-bottom: -12px;
  padding: 11px;
}
.layout-pc .channel-index-page .global-article .local-outline .contact dl {
  width: 724px;
  padding: 15px;
  padding-top: 25px;
}
.layout-pc .channel-index-page .global-article .local-outline .contact dl .tel {
  font-size: 334%;
  line-height: 1.2;

  display: inline-block;

  letter-spacing: -.02em;
}
.layout-pc .channel-index-page .global-article .local-outline .contact dl .tel span {
  padding-left: 90px;
}
.layout-pc .channel-index-page .global-article .local-outline .contact dl .tel span::before {
  width: 1.52em;
  height: .62em;
  margin-top: -.31em;
}
.layout-pc .channel-index-page .global-article .local-outline .contact dl .accept {
  font-size: 94%;
  line-height: 1.357142857142857;

  display: block;
}
.layout-pc .channel-index-page .global-article .local-select {
  width: 1100px;
  margin: 35px auto 0;
}
.layout-pc .channel-index-page .global-article .local-select h3 {
  font-size: 127%;
  line-height: 1.473684210526316;

  margin-bottom: 10px;
}
.layout-pc .channel-index-page .global-article .local-select .txt {
  font-size: 100%;
  line-height: 1.533333333333333;
}
.layout-pc .channel-index-page .global-article .local-select .public > .list > ul {
  margin: 0 -10px;
}
.layout-pc .channel-index-page .global-article .local-select .public > .list > ul > li {
  float: left;

  width: 263px;
  margin: 0 8px;
  margin-top: 20px;
}
.layout-pc .channel-index-page .global-article .local-select .public > .list > ul > .cabletv {
  margin-left:14%;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area {
  margin-top: 60px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area .list:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .module-btn {
  font-size: 114%;
  line-height: 1.5625;

  width: 100%;
  margin-top: 10px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .module-btn .column {
  padding: 14px 25px;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  font-size: 80%;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area .primevideo .module-btn .column {
  padding-left: 7px;
}
.layout-pc .channel-index-page .global-article .local-select #business li .module-btn .column {
  font-size: 100%;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .module-btn .column:hover {
  background: #dcdcdc;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .module-btn .column.blank::after {
  right: .625em;

  width: 1.25em;
  height: 1.25em;
  margin-top: -.625em;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li:nth-child(1),
.layout-pc .channel-index-page .global-article .local-select .howto-area li:nth-child(2),
.layout-pc .channel-index-page .global-article .local-select .howto-area li:nth-child(3) {
  margin-top: 0;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li:nth-child(4n+1) {
  clear: both;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li:nth-child(4n) .accept::after {
  display: none;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .accept {
  font-size: 100%;
  line-height: 1.533333333333333;

  position: relative;
  top: 0;
  left: 0;

  padding: 0 20px 20px 20px;

  text-align: center;
}
/* .layout-pc .channel-index-page .global-article .local-select .howto-area li .accept::after {
  position: absolute;
  top: 0;
  right: -11px;

  display: block;

  width: 2px;
  height: 100%;

  content: "";

  background: #ebebeb;
} */
.layout-pc .channel-index-page .global-article .local-select .howto-area li .accept dt {
  line-height: 0;

  margin-top: 0;
  margin-bottom: 30px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .accept dd {
  display: table;

  width: 100%;
  height: 3.066666666666667em;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .accept dd span {
  display: table-cell;
  vertical-align: middle;
  font-size: 81%;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand {
  margin-top: 22px;
  padding: 22px 10px 20px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand::before {
  top: -19px;

  width: 34px;
  height: 22px;
  margin-left: -17px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dt {
  font-size: 94%;

  display: table;

  width: 100%;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dt .icon {
  line-height: 0;

  padding-right: 13px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dt .icon img {
  max-width: 75px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dt .icon,
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dt .txt {
  display: table-cell;

  text-align: left;
  vertical-align: middle;
  font-size: 90%;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area .primevideo .on-demand dt .txt {
  font-size: 105%;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dd {
  line-height: 1;

  display: table;

  width: 100%;
  margin-top: 16px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dd:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dd .module-btn {
  margin-top: 0;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dd div {
  float: left;

  margin-left: 11px;

  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dd div:first-child {
  margin-left: 0;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dd div:hover {
  opacity: .7;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dd .ios {
  width: 124px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .on-demand dd .android {
  width: 151px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .notice {
  font-size: 80%;
  line-height: 1.333333333333333;

  margin: 5px 0 0;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .notice ul {
  margin: 0;
  padding: 0 0 10px;
  font-size: 82%;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li .notice li {
  float: none;

  width: auto;
  margin: 0;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li.gnplus .on-demand dd {
  padding: 5px 0 4px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area li.cabletv dd span {
  font-size: 120%;

  color: #022167;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business {
  display: table;
  clear: both;

  width: 100%;
  margin-top: 30px;
  margin-left: 4.5%;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .outline,
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .list {
  display: table-cell;

  vertical-align: middle;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .outline {
  width: 464px;

  text-align: center;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .outline dl {
  margin-bottom: 20px;
  padding-bottom: 10px;

  border-bottom: 4px solid #022167;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .outline dt {
  margin-bottom: 10px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .outline dd {
  font-size: 127%;
  font-weight: bold;
  line-height: 1.473684210526316;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .outline .desc {
  font-size: 94%;
  font-weight: bold;
  line-height: 1.428571428571429;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .list {
  width: 490px;
  padding-left: 45px;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .list ul {
  padding: 40px 50px;

  background: #efefef;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .list ul::before {
  top: 50%;
  left: -24px;

  width: 40px;
  height: 22px;
  margin-top: -11px;

  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .list ul li {
  margin: 16px 0 0;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .list ul li .btn {
  margin: 0;
}
.layout-pc .channel-index-page .global-article .local-select .howto-area.business .list ul li:first-child {
  margin-top: 0;
}
.layout-pc .channel-index-page .global-article .local-contact {
  margin-top: 160px;
}
.layout-sp .channel-index-page .global-main .global-content {
  padding-top: 0;
}
.layout-sp .channel-index-page .global-article .local-outline {
  padding-top: 50px;
  padding-bottom: 40px;
}
.layout-sp .channel-index-page .global-article .local-outline h2 {
  font-size: 152%;
  line-height: 1.590909090909091;

  margin-bottom: 30px;

  text-align: center;
}
.layout-sp .channel-index-page .global-article .local-outline ul {
  margin-top: 40px;
  padding: 0 30px;
}
.layout-sp .channel-index-page .global-article .local-outline li {
  font-size: 111%;
  line-height: 1.5;

  position: relative;
  top: 0;
  left: 0;

  margin-top: 30px;
  padding-left: 80px;
}
.layout-sp .channel-index-page .global-article .local-outline li:first-child {
  margin-top: 0;
}
.layout-sp .channel-index-page .global-article .local-outline li::before {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 1.625em;
  height: 1.625em;
  margin-top: -.8125em;

  content: "";
}
.layout-sp .channel-index-page .global-article .local-outline .contact {
  padding-top: 45px;
}
.layout-sp .channel-index-page .global-article .local-outline .contact h3 {
  font-size: 97%;
  line-height: 1.285714285714286;

  padding: 20px;
}
.layout-sp .channel-index-page .global-article .local-outline .contact dl {
  padding: 33px 10px 45px;
}
.layout-sp .channel-index-page .global-article .local-outline .contact dl .tel {
  font-size: 235%;
  line-height: 1.2;

  display: inline-block;

  letter-spacing: -.02em;
}
.layout-sp .channel-index-page .global-article .local-outline .contact dl .tel span {
  padding-left: 120px;
}
.layout-sp .channel-index-page .global-article .local-outline .contact dl .tel span::before {
  width: 1.691176470588235em;
  height: .735294117647059em;
  margin-top: -.367647058823529em;
}
.layout-sp .channel-index-page .global-article .local-outline .contact dl .accept {
  display: block;

  margin-top: 5px;

  vertical-align: middle;
}
.layout-sp .channel-index-page .global-article .local-outline .contact dl .accept .label {
  font-size: 76%;
  line-height: 1.272727272727273;

  padding: 10px 20px;
}
.layout-sp .channel-index-page .global-article .local-outline .contact dl .accept .time {
  font-size: 97%;
  line-height: 1.357142857142857;
}
.layout-sp .channel-index-page .global-article .local-select {
  margin-top: 40px;
}
.layout-sp .channel-index-page .global-article .local-select h3 {
  font-size: 118%;
  line-height: 1.323529411764706;

  margin-bottom: 35px;
}
.layout-sp .channel-index-page .global-article .local-select .public > .list > ul {
  border-bottom: 2px solid #ebebeb;
}
.layout-sp .channel-index-page .global-article .local-select .public > .list > ul > li {
  border-top: 2px solid #ebebeb;
}
.layout-sp .channel-index-page .global-article .local-select .public > .list > ul > li .content-inner {
  padding-bottom: 45px;
}
.layout-sp .channel-index-page .global-article .local-select .public > .list > ul > li > .accept > a {
  display: block;
}
.layout-sp .channel-index-page .global-article .local-select .public > .list > ul > li > .accept > a.is-open > dl::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.layout-sp .channel-index-page .global-article .local-select .public > .list > ul > li > .accept > a > dl {
  position: relative;
  top: 0;
  left: 0;

  padding: 40px 105px 40px 30px;
}
.layout-sp .channel-index-page .global-article .local-select .public > .list > ul > li > .accept > a > dl::after {
  position: absolute;
  top: 50%;
  right: 30px;

  display: table;

  width: 26px;
  height: 26px;
  margin: auto;
  margin-top: -23px;

  content: "";
  -webkit-transition: -webkit-transform .2s ease-in-out;
          transition: -webkit-transform .2s ease-in-out;
          transition:         transform .2s ease-in-out;
          transition:         transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;

  border-right: 10px solid #022167;
  border-bottom: 10px solid #022167;
}
.layout-sp .channel-index-page .global-article .local-select .public > .list > ul > li > .accept > a > dl > dt {
  line-height: 0;
}
.layout-sp .channel-index-page .global-article .local-select .public > .list > ul > li > .accept > a > dl > dd {
  font-size: 100%;
  line-height: 1.517241379310345;

  margin-top: 26px;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area .list:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .module-btn {
  font-size: 111%;
  line-height: 1.1875;

  width: 100%;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .module-btn .column {
  padding: 40px 80px;

  border: 1px solid #c8c8c8;
  border-radius: 10px;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .module-btn .column.blank::after {
  right: .9375em;

  width: 1.25em;
  height: 1.25em;
  margin-top: -.625em;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .on-demand {
  margin-top: 40px;
  padding: 20px 30px 30px;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .on-demand::before {
  top: -19px;
  left: 50%;

  width: 40px;
  height: 25px;
  margin-left: -20px;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .on-demand dt {
  font-size: 97%;
  line-height: 1.285714285714286;

  display: table;

  width: 530px;
  margin: 0 auto;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .on-demand dt .icon {
  line-height: 0;

  padding-right: 30px;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .on-demand dt .icon,
.layout-sp .channel-index-page .global-article .local-select .howto-area li .on-demand dt .txt {
  display: table-cell;

  text-align: left;
  vertical-align: middle;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .on-demand dd {
  line-height: 1;

  display: table;

  width: 100%;
  margin-top: 15px;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .on-demand dd:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .on-demand dd div {
  float: left;

  margin-left: 20px;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .on-demand dd div:first-child {
  margin-left: 0;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .notice {
  font-size: 83%;
  line-height: 1.333333333333333;

  margin: 10px 0 0;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li .notice ul {
  margin: 0;
  padding: 0 30px;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area li.cabletv dd {
  display: none;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business {
  display: table;
  clear: both;

  width: 100%;
  margin-top: 100px;

  text-align: center;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business .outline dl {
  margin-bottom: 35px;
  padding-bottom: 20px;

  border-bottom: 4px solid #022167;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business .outline dt {
  margin-bottom: 20px;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business .outline dd {
  font-size: 132%;
  font-weight: bold;
  line-height: 1.473684210526316;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business .outline .desc {
  font-size: 97%;
  font-weight: bold;
  line-height: 1.428571428571429;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business .list {
  margin-top: 80px;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business .list ul {
  padding: 50px 30px;

  background: #efefef;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business .list ul::before {
  top: -47px;
  left: 50%;

  width: 93px;
  height: 50px;
  margin-left: -46.5px;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business .list ul li {
  margin: 40px 0 0;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business .list ul li .btn {
  margin: 0;
}
.layout-sp .channel-index-page .global-article .local-select .howto-area.business .list ul li:first-child {
  margin-top: 0;
}
.layout-sp .channel-index-page .global-article .local-campaign-bnr {
  margin-top: 140px;
}
.layout-sp .channel-index-page .global-article .local-contact {
  margin-top: 140px;
}
.errors-page .global-article .local-errors h2,
.errors-page .global-article .local-errors h3 {
  font-weight: bold;
}
.errors-page .global-article .local-errors h3 {
  text-align: center;
}
.layout-pc .errors-page .global-main .global-content {
  padding-top: 80px;
}
.layout-pc .errors-page .global-main .global-article {
  padding-bottom: 120px;
}
.layout-pc .errors-page .global-main .local-errors h2 {
  font-size: 147%;
  line-height: 1.272727272727273;

  margin-bottom: 25px;

  text-align: center;
}
.layout-pc .errors-page .global-main .local-errors .factor {
  font-size: 100%;
  line-height: 1.466666666666667;

  margin-bottom: 49.5px;

  text-align: center;
}
.layout-pc .errors-page .global-main .local-errors h3 {
  font-size: 120%;
  line-height: 1.166666666666667;

  margin: 27.5px auto;

  text-align: center;
}
.layout-pc .errors-page .global-main .local-errors .module-btn {
  width: 620px;
  margin: auto;
}
.layout-pc .errors-page .global-main .local-errors .module-btn:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .errors-page .global-main .local-errors .module-btn li {
  width: 300px;
}
.layout-pc .errors-page .global-main .local-errors .module-btn li:nth-child(1) {
  float: left;
}
.layout-pc .errors-page .global-main .local-errors .module-btn li:nth-child(2) {
  float: right;
}
.layout-sp .errors-page .global-main .global-content {
  padding-top: 88px;
}
.layout-sp .errors-page .global-main .global-article {
  padding-bottom: 130px;
}
.layout-sp .errors-page .local-errors h2 {
  font-size: 125%;
  line-height: 1.166666666666667;

  margin-bottom: 36px;
}
.layout-sp .errors-page .local-errors .factor {
  font-size: 97%;
  line-height: 1.571428571428571;

  margin-bottom: 70px;
}
.layout-sp .errors-page .local-errors h3 {
  font-size: 97%;
  line-height: 1.571428571428571;

  margin: 21px auto;
}
.layout-sp .errors-page .local-errors .module-btn li {
  margin: 20px auto;
}
.event-detail-page .global-article:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.event-detail-page .global-article .table table {
  width: 100%;
}
.event-detail-page .global-article .table th {
  font-weight: bold;

  text-align: center;

  color: #fff;
  background: #232323;
}
.event-detail-page .global-article .table tr:nth-child(odd) {
  background: #e1e4ea;
}
.event-detail-page .global-article .table tr:nth-child(even) {
  background: #eef0f3;
}
.event-detail-page .global-article .table .empty {
  display: none !important;
}
.event-detail-page .global-article .local-information-inner {
  overflow: hidden;

  -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
          transform: translateZ(0);
}
.event-detail-page .global-article .local-information-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.event-detail-page .global-article .local-information .btn {
  display: none;
}
.event-detail-page .global-article .local-information .btn .txt::after {
  display: inline;

  content: attr(data-close-text);
}
.event-detail-page .global-article .local-information .btn a {
  position: relative;
  top: 0;
  left: 0;
}
.event-detail-page .global-article .local-information .btn a::after {
  left: auto;

  display: table;
}
.event-detail-page .global-article .local-information .btn.is-open .txt::after {
  content: attr(data-open-text);
}
.event-detail-page .global-article .local-information .btn.is-open a::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.event-detail-page .global-article .local-district .table table tr:nth-child(odd) {
  background: #eef0f3;
}
.event-detail-page .global-article .local-district .table table tr:nth-child(even) {
  background: #e1e4ea;
}
.event-detail-page .global-article .local-final-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.event-detail-page .global-article .local-final .img {
  line-height: 0;
}
.event-detail-page .global-article .local-final .img img {
  max-width: 100%;
}
.event-detail-page .global-article .local-photo-gallery .list ul {
  overflow: hidden;
}
.event-detail-page .global-article .local-photo-gallery .list ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.event-detail-page .global-article .local-photo-gallery .list li {
  float: left;
}
.event-detail-page .global-article .local-photo-gallery .list li .img {
  line-height: 0;

  text-align: center;
}
.event-detail-page .global-article .local-photo-gallery .list li .img img {
  max-width: 100%;
}
.layout-pc .event-detail-page .global-content {
  padding-top: 20px;
}
.layout-pc .event-detail-page .global-article .local-parts {
  margin-top: 74px;
}
.layout-pc .event-detail-page .global-article .table th {
  width: 120px;

  border-right: 2px solid #f4f5f7;
}
.layout-pc .event-detail-page .global-article .table th,
.layout-pc .event-detail-page .global-article .table td {
  line-height: 1.533333333333333;

  position: relative;
  top: 0;
  left: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 10px 13px;
}
.layout-pc .event-detail-page .global-article .table th::after,
.layout-pc .event-detail-page .global-article .table td::after {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 2px;

  content: "";

  background: #fff;
}
.layout-pc .event-detail-page .global-article .table tr:first-child th,
.layout-pc .event-detail-page .global-article .table tr:first-child td {
  padding-top: 12px;
}
.layout-pc .event-detail-page .global-article .table tr:first-child th::after,
.layout-pc .event-detail-page .global-article .table tr:first-child td::after {
  display: none;
}
.layout-pc .event-detail-page .global-article .table td {
  padding-right: 20px;
  padding-left: 20px;
}
.layout-pc .event-detail-page .global-article .table td .pdf {
  display: inline-block;

  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .event-detail-page .global-article .table td .pdf img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .event-detail-page .global-article .table td .pdf:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .event-detail-page .global-article .table td .pdf:hover {
  opacity: 1;
}
.layout-pc .event-detail-page .global-article .table td .pdf img {
  width: 1.866666666666667em;
}
.layout-pc .event-detail-page .global-article h2.module-ttl {
  margin-bottom: 21px;
}
.layout-pc .event-detail-page .global-article .local-visual {
  margin-top: 0;
}
.layout-pc .event-detail-page .global-article .local-visual h2 {
  line-height: 0;

  text-align: center;
}
.layout-pc .event-detail-page .global-article .local-visual img {
  max-width: 100%;
}
.layout-pc .event-detail-page .global-article .local-visual .txt {
  line-height: 1.6;

  margin-top: 17.5px;
}
.layout-pc .event-detail-page .global-article .local-information {
  margin-top: 56.5px;
}
.layout-pc .event-detail-page .global-article .local-information-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .event-detail-page .global-article .local-information h2.module-ttl {
  margin-bottom: 9px;
}
.layout-pc .event-detail-page .global-article .local-information .btn {
  float: right;

  margin-top: 20px;
}
.layout-pc .event-detail-page .global-article .local-information .btn a::after {
  position: absolute;
  top: 30%;
  right: .714285714285714em;

  width: .7em;
  height: .7em;

  border-width: 2px;
}
.layout-pc .event-detail-page .global-article .local-free {
  margin-top: 51px;
}
.layout-pc .event-detail-page .global-article .local-district .table tr:first-child th {
  padding-top: 18px;
}
.layout-pc .event-detail-page .global-article .local-district .table tr:first-child td {
  padding-top: 14px;
}
.layout-pc .event-detail-page .global-article .local-district td,
.layout-pc .event-detail-page .global-article .local-district th {
  border-right: none;
  border-left: 2px solid #f4f5f7;
}
.layout-pc .event-detail-page .global-article .local-district td:first-child,
.layout-pc .event-detail-page .global-article .local-district th:first-child {
  border-left: none;
}
.layout-pc .event-detail-page .global-article .local-district td {
  padding: 14px 10px 13px;
}
.layout-pc .event-detail-page .global-article .local-district th {
  width: 100px;
  padding: 18px 10px 19px !important;
}
.layout-pc .event-detail-page .global-article .local-district th.course {
  width: 244px;
}
.layout-pc .event-detail-page .global-article .local-district td {
  text-align: center;
}
.layout-pc .event-detail-page .global-article .local-district td.course {
  text-align: left;
}
.layout-pc .event-detail-page .global-article .local-final .table,
.layout-pc .event-detail-page .global-article .local-final .img {
  overflow: hidden;
}
.layout-pc .event-detail-page .global-article .local-final .table {
  float: left;

  min-width: 734px;
}
.layout-pc .event-detail-page .global-article .local-final .img {
  max-width: 338px;
  padding-left: 28px;
}
.layout-pc .event-detail-page .global-article .local-photo-gallery .list ul {
  margin: -11px;
}
.layout-pc .event-detail-page .global-article .local-photo-gallery .list li {
  width: 352px;
  margin: 11px;
}
.layout-pc .event-detail-page .global-article .local-photo-gallery .list li:nth-child(3n+1) {
  clear: both;
}
.layout-sp .event-detail-page .global-content {
  padding-top: 40px;
}
.layout-sp .event-detail-page .global-article .local-parts {
  margin-top: 74px;
}
.layout-sp .event-detail-page .global-article .table th {
  width: 201px;

  border-right: 4px solid #f4f5f7;
}
.layout-sp .event-detail-page .global-article .table th,
.layout-sp .event-detail-page .global-article .table td {
  font-size: 90%;
  line-height: 1.384615384615385;

  position: relative;
  top: 0;
  left: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 30px 31px;
}
.layout-sp .event-detail-page .global-article .table th::after,
.layout-sp .event-detail-page .global-article .table td::after {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 4px;

  content: "";

  background: #fff;
}
.layout-sp .event-detail-page .global-article .table th {
  line-height: 1.230769230769231;

  padding-right: 10px;
  padding-left: 10px;
}
.layout-sp .event-detail-page .global-article .table tr:first-child th,
.layout-sp .event-detail-page .global-article .table tr:first-child td {
  padding-top: 31px;
}
.layout-sp .event-detail-page .global-article .table tr:first-child th::after,
.layout-sp .event-detail-page .global-article .table tr:first-child td::after {
  display: none;
}
.layout-sp .event-detail-page .global-article .table tr.colspan th,
.layout-sp .event-detail-page .global-article .table tr.colspan td {
  border-right: none;
}
.layout-sp .event-detail-page .global-article .table td {
  padding-right: 20px;
  padding-left: 20px;
}
.layout-sp .event-detail-page .global-article .table td .pdf {
  display: inline-block;
}
.layout-sp .event-detail-page .global-article .table td .pdf img {
  width: 2.192307692307693em;
}
.layout-sp .event-detail-page .global-article .local-visual {
  margin-top: 0;
}
.layout-sp .event-detail-page .global-article .local-visual h2 {
  line-height: 0;

  text-align: center;
}
.layout-sp .event-detail-page .global-article .local-visual img {
  max-width: 100%;
}
.layout-sp .event-detail-page .global-article .local-visual .txt {
  font-size: 97%;
  line-height: 1.5;

  margin-top: 27px;
}
.layout-sp .event-detail-page .global-article .local-information {
  margin-top: 140px;
}
.layout-sp .event-detail-page .global-article .local-information-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .event-detail-page .global-article .local-information .btn {
  float: right;

  width: 321px;
  margin-top: 32px;
}
.layout-sp .event-detail-page .global-article .local-information .btn a {
  padding-right: 50px;
  padding-left: 50px;
}
.layout-sp .event-detail-page .global-article .local-information .btn a::after {
  position: absolute;
  top: 35%;
  right: .730769230769231em;

  border-width: 3px;
}
.layout-sp .event-detail-page .global-article .local-implementation {
  margin-top: 67px;
}
.layout-sp .event-detail-page .global-article .local-district {
  margin-top: 94px;
}
.layout-sp .event-detail-page .global-article .local-district .block {
  margin-top: 40px;
  padding: 45px 30px 56px;

  background: #e1e4ea;
}
.layout-sp .event-detail-page .global-article .local-district .block:first-child {
  margin-top: 0;
}
.layout-sp .event-detail-page .global-article .local-district .date {
  font-size: 97%;
  line-height: 1.285714285714286;
}
.layout-sp .event-detail-page .global-article .local-district .course {
  font-size: 100%;

  margin-top: 14px;
}
.layout-sp .event-detail-page .global-article .local-district .course dt {
  font-size: 97%;
  line-height: 1.285714285714286;

  float: none;
}
.layout-sp .event-detail-page .global-article .local-district .course dd {
  font-size: 90%;
  line-height: 1.384615384615385;
}
.layout-sp .event-detail-page .global-article .local-district .course {
  font-weight: bold;

  margin-bottom: 24px;
}
.layout-sp .event-detail-page .global-article .local-district .data dl {
  font-size: 90%;
  line-height: 1.461538461538461;
}
.layout-sp .event-detail-page .global-article .local-district .data dl:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .event-detail-page .global-article .local-district .data dt {
  float: left;
}
.layout-sp .event-detail-page .global-article .local-district .data dl,
.layout-sp .event-detail-page .global-article .local-district .data dd {
  overflow: hidden;
}
.layout-sp .event-detail-page .global-article .local-district .application {
  margin-top: 41px;
}
.layout-sp .event-detail-page .global-article .local-district .btn-list {
  margin-top: 34px;
}
.layout-sp .event-detail-page .global-article .local-district .btn-list ul {
  margin: -10px;

  text-align: center;
}
.layout-sp .event-detail-page .global-article .local-district .btn-list li {
  display: inline-block;

  margin: 10px;
}
.layout-sp .event-detail-page .global-article .local-district .btn-list li .btn {
  width: 295px;
}
.layout-sp .event-detail-page .global-article .local-final .img {
  margin-top: 36px;
}
.layout-sp .event-detail-page .global-article .local-photo-gallery .list ul {
  margin: -20px;
}
.layout-sp .event-detail-page .global-article .local-photo-gallery .list li {
  width: 315px;
  margin: 20px;
}
.layout-sp .event-detail-page .global-article .local-photo-gallery .list li:nth-child(2n+1) {
  clear: both;
}
.event-index-page .global-article:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.event-index-page .global-article h2.module-ttl {
  letter-spacing: .02em;
}
.event-index-page .global-article .local-past h2.module-ttl {
  color: #000;
  background: #f2f2f2;
}
.layout-pc .event-index-page .global-content {
  padding-top: 20px;
}
.layout-pc .event-index-page .global-article h2.module-ttl {
  font-size: 134%;

  padding-top: 10px;
  padding-bottom: 10px;
}
.layout-pc .event-index-page .global-article .local-accepting h2.module-ttl {
  margin-bottom: 14.875px;
}
.layout-pc .event-index-page .global-article .local-accepting .nav-area li {
  margin-top: 7.75px;
}
.layout-pc .event-index-page .global-article .local-accepting .nav-area li:first-child {
  margin-top: 0;
}
.layout-pc .event-index-page .global-article .local-accepting .list-area {
  margin-top: 27.875px;
}
.layout-pc .event-index-page .global-article .local-past {
  margin-top: 71px;
}
.layout-pc .event-index-page .global-article .local-past h2.module-ttl {
  margin-bottom: 20.875px;
}
.layout-pc .event-index-page .global-article .local-past h3.module-ttl .ja {
  font-size: 120%;
}
.layout-pc .event-index-page .global-article .local-past .nav-area li {
  display: inline-block;
}
.layout-pc .event-index-page .global-article .local-past .nav-area li a {
  position: relative;
  top: 0;
  left: 0;

  padding: 0 18px 0 19px;
}
.layout-pc .event-index-page .global-article .local-past .nav-area li a::before,
.layout-pc .event-index-page .global-article .local-past .nav-area li a::after {
  position: absolute;
  top: 0;
  bottom: 0;

  display: block;

  width: 1px;
  height: .666666666666667em;
  margin: auto;

  content: "";

  background: #c8c8c8;
}
.layout-pc .event-index-page .global-article .local-past .nav-area li a::before {
  left: 0;
}
.layout-pc .event-index-page .global-article .local-past .nav-area li a::after {
  right: -1px;
}
.layout-pc .event-index-page .global-article .local-past .nav-area li .icon {
  padding-left: 1.066666666666667em;
}
.layout-pc .event-index-page .global-article .local-past .event-area {
  margin-top: 38px;
}
.layout-pc .event-index-page .global-article .local-past .event-area h3.module-ttl {
  line-height: 1;
}
.layout-pc .event-index-page .global-article .local-past .event-area h3.module-ttl::before {
  width: 5px;
}
.layout-pc .event-index-page .global-article .local-past .event-area h3.module-ttl span {
  margin: -2px 0 -2px;
}
.layout-sp .event-index-page .global-content {
  padding-top: 40px;
}
.layout-sp .event-index-page .global-article {
  padding-bottom: 131px;
}
.layout-sp .event-index-page .global-article h2.module-ttl {
  font-size: 111%;

  margin-right: -40px;
  margin-left: -40px;
  padding: 21px 40px;
}
.layout-sp .event-index-page .global-article .local-accepting h2.module-ttl {
  margin-bottom: 31px;
}
.layout-sp .event-index-page .global-article .local-accepting .nav-area li {
  margin-top: 24px;
}
.layout-sp .event-index-page .global-article .local-accepting .nav-area li:first-child {
  margin-top: 0;
}
.layout-sp .event-index-page .global-article .local-accepting .list-area {
  margin-top: 52px;
}
.layout-sp .event-index-page .global-article .local-past {
  margin-top: 65px;
}
.layout-sp .event-index-page .global-article .local-past h2.module-ttl {
  margin-bottom: 40px;
}
.layout-sp .event-index-page .global-article .local-past h3.module-ttl {
  margin-bottom: 32.75px;
}
.layout-sp .event-index-page .global-article .local-past .nav-area li {
  display: inline-block;

  width: 33.333333333333336%;

  vertical-align: top;
}
.layout-sp .event-index-page .global-article .local-past .nav-area li a {
  line-height: 1.25;

  position: relative;
  top: 0;
  left: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 15px;

  text-align: center;
}
.layout-sp .event-index-page .global-article .local-past .nav-area li a::before,
.layout-sp .event-index-page .global-article .local-past .nav-area li a::after {
  position: absolute;
  top: 0;
  bottom: 0;

  display: block;

  width: 2px;
  height: 100%;
  margin: auto;

  content: "";

  background: #ebebeb;
}
.layout-sp .event-index-page .global-article .local-past .nav-area li a::before {
  left: 0;
}
.layout-sp .event-index-page .global-article .local-past .nav-area li a::after {
  right: -2px;
}
.layout-sp .event-index-page .global-article .local-past .nav-area li .icon {
  padding-left: 1em;
}
.layout-sp .event-index-page .global-article .local-past .event-area {
  margin-top: 52.75px;
}
.layout-sp .event-index-page .global-article .local-past .event-area h3.module-ttl {
  line-height: 1;
}
.faq-index-page .global-article .local-question .arrow,
.faq-index-page .global-article .local-question .blank {
  position: relative;
}
.faq-index-page .global-article .local-question .arrow::after,
.faq-index-page .global-article .local-question .blank::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  content: "";
}
.faq-index-page .global-article .local-question .arrow::after {
  display: table;

  width: .5em;
  height: .5em;

  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;

  border: 2px solid #022167;
  border-top: none;
  border-left: none;
}
.faq-index-page .global-article .local-question .blank::after {
  display: inline-block;

  width: 1em;
  height: 1em;

  background: url("/assets/img//common/icon/blank1.png") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.faq-index-page .global-article .local-question .list > li {
  border-bottom: 1px solid #dcdcdc;
}
.faq-index-page .global-article .local-question .list > li a {
  font-weight: bold;

  display: block;
}
.faq-index-page .global-article .local-question .list > li a span {
  position: relative;

  display: block;
}
.faq-index-page .global-article .local-question .list > li a span::before {
  font-weight: normal;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  content: "Q";

  color: #022167;
}
.layout-pc .faq-index-page .global-article .local-question .module-ttl.option-type4 {
  margin-bottom: 20px;
}
.layout-pc .faq-index-page .global-article .local-question .module-ttl.option-type4 span {
  padding-left: 18px;
}
.layout-pc .faq-index-page .global-article .local-question .module-ttl.option-type4::before {
  width: 8px;
}
.layout-pc .faq-index-page .global-article .local-question .arrow::after {
  position: absolute;
  top: .5em;
  right: .25em;
}
.layout-pc .faq-index-page .global-article .local-question .blank::after {
  position: absolute;
  top: .5em;
  right: 0;
}
.layout-pc .faq-index-page .global-article .local-question .list {
  margin-bottom: 60px;
}
.layout-pc .faq-index-page .global-article .local-question .list > li a {
  font-size: 107%;

  padding: 13px 0;
}
.layout-pc .faq-index-page .global-article .local-question .list > li a span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 34px;
}
.layout-pc .faq-index-page .global-article .local-question .list > li a span::before {
  font-size: 150%;
  line-height: 1;
}
.layout-sp .faq-index-page .global-article {
  padding-bottom: 0;
}
.layout-sp .faq-index-page .global-article .local-question .module-ttl.option-type4 {
  margin-bottom: 18px;
}
.layout-sp .faq-index-page .global-article .local-question .arrow::after,
.layout-sp .faq-index-page .global-article .local-question .blank::after {
  margin: auto;
}
.layout-sp .faq-index-page .global-article .local-question .arrow::after {
  position: absolute;
  top: 0;
  right: .25em;
  bottom: 0;
}
.layout-sp .faq-index-page .global-article .local-question .blank::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.layout-sp .faq-index-page .global-article .local-question .list {
  margin-bottom: 90px;
}
.layout-sp .faq-index-page .global-article .local-question .list > li a {
  font-size: 111%;

  padding: 32px 0;
}
.layout-sp .faq-index-page .global-article .local-question .list > li a span {
  padding-right: 2em;
  padding-left: 65px;
}
.layout-sp .faq-index-page .global-article .local-question .list > li a span::before {
  font-size: 150%;
  line-height: .958333333333333;
}
.layout-sp .faq-index-page .global-article .module-btn {
  margin-top: 125px;
}
.layout-sp .faq-index-page .global-article .local-bnr-area {
  margin-top: 106.25px;
}
.guide-index-page .global-article .local-select {
  word-wrap: break-word;
  word-break: break-all;

  overflow-wrap: break-word;
}
.guide-index-page .global-article .local-program-list .block:first-child .module-ttl {
  margin-top: 0;
}
.layout-pc .guide-index-page .global-article .local-select .module-ttl {
  margin-top: 0;
  margin-bottom: 20px;
}
.layout-pc .guide-index-page .global-article .local-select .btn {
  margin-bottom: 20px;
  padding-bottom: 30px;

  border-bottom: 2px solid #022167;
}
.layout-pc .guide-index-page .global-article .local-select .btn a::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.layout-pc .guide-index-page .global-article .local-program-list {
  margin-top: 50px;
}
.layout-pc .guide-index-page .global-article .local-program-list .block {
  margin-top: 71px;
}
.layout-pc .guide-index-page .global-article .local-program-list .block .module-ttl {
  margin-bottom: 30px;
}
.layout-pc .guide-index-page .global-article .local-program-list .block:first-child {
  margin-top: 0;
}
.layout-pc .guide-index-page .global-article .local-program-list .exception-area {
  font-size: 107%;
  font-weight: bold;
}
.layout-pc .guide-index-page .global-article .module-list.guide li .column {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .guide-index-page .global-article .module-list.guide li .column img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .guide-index-page .global-article .module-list.guide li .column:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .guide-index-page .global-article .module-list.guide li .column:hover {
  opacity: 1;
}
.layout-sp .guide-index-page .global-article .local-select .module-ttl {
  margin-bottom: 34px;
}
.layout-sp .guide-index-page .global-article .local-select .module-arrow {
  word-wrap: break-word;
  word-break: break-all;

  overflow-wrap: break-word;
}
.layout-sp .guide-index-page .global-article .local-select .module-arrow ul {
  margin-left: -35px;
}
.layout-sp .guide-index-page .global-article .local-select .module-arrow ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .guide-index-page .global-article .local-select .module-arrow li {
  float: left;

  margin-left: 35px;
}
.layout-sp .guide-index-page .global-article .local-select .module-arrow li:nth-child(n+4) {
  margin-top: 4px;
}
.layout-sp .guide-index-page .global-article .local-select .module-arrow li.is-active a {
  text-decoration: none;

  color: #fff;
  background-color: #022167;
}
.layout-sp .guide-index-page .global-article .local-select .module-arrow li.is-active a::after,
.layout-sp .guide-index-page .global-article .local-select .module-arrow li.is-active a::before {
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
}
.layout-sp .guide-index-page .global-article .local-select .module-arrow a {
  font-size: 76%;
  font-weight: bold;

  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  text-decoration: underline;
}
.layout-sp .guide-index-page .global-article .local-select .module-arrow a::after,
.layout-sp .guide-index-page .global-article .local-select .module-arrow a::before {
  height: .53em;

  border: 2px solid #022167;
  border-top: none;
  border-left: none;
}
.layout-sp .guide-index-page .global-article .local-select .module-arrow.option-dir-bottom a::before,
.layout-sp .guide-index-page .global-article .local-select .module-arrow.option-dir-right a::before,
.layout-sp .guide-index-page .global-article .local-select .module-arrow.option-dir-bottom a::after,
.layout-sp .guide-index-page .global-article .local-select .module-arrow.option-dir-right a::after {
  top: -.1em;

  -webkit-transform-origin: 70% 30%;
      -ms-transform-origin: 70% 30%;
          transform-origin: 70% 30%;
}
.layout-sp .guide-index-page .global-article .local-program-list {
  margin-top: 70px;
}
.layout-sp .guide-index-page .global-article .local-program-list .exception-area {
  font-size: 100%;
  font-weight: bold;
}
.layout-sp .guide-index-page .global-article .module-list.guide {
  margin-bottom: 122.75px;
}
.layout-sp .guide-index-page .global-article .module-sns {
  margin-bottom: 133.25px;
}
.news-detail-page .global-article:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.news-detail-page .global-article .local-eye-catching {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.news-detail-page .global-article .local-eye-catching .label .category {
  font-weight: bold;
}
.news-detail-page .global-article .local-eye-catching .label .category.pga {
  color: #023fbc;
}
.news-detail-page .global-article .local-eye-catching .label .category.event_onair {
  color: #e1129f;
}
.news-detail-page .global-article .local-eye-catching .label .category.news_info {
  color: #25a2b1;
}
.news-detail-page .global-article .local-eye-catching .label .category.gear {
  color: #77410d;
}
.news-detail-page .global-article .local-eye-catching .label .category.documentary {
  color: #646464;
}
.news-detail-page .global-article .local-eye-catching .label .category.jgto_jlpga {
  color: #d82731;
}
.news-detail-page .global-article .local-eye-catching .label .category.champions {
  color: #6a0701;
}
.news-detail-page .global-article .local-eye-catching .label .category.major {
  color: #ed5502;
}
.news-detail-page .global-article .local-eye-catching .label .category.lesson {
  color: #069e06;
}
.news-detail-page .global-article .local-eye-catching .label .category.european {
  color: #16126d;
}
.news-detail-page .global-article .local-eye-catching .label .category.lpga {
  color: #c90eda;
}
.news-detail-page .global-article .local-eye-catching .ttl h1 {
  font-weight: bold;
}
.news-detail-page .global-article .local-eye-catching .next-area {
  float: right;
}
.news-detail-page .global-article .local-eye-catching .next-area:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.news-detail-page .global-article .local-eye-catching .next-area.is-disable {
  display: none;
}
.news-detail-page .global-article .local-eye-catching .pager-area {
  clear: both;
}
.news-detail-page .global-article .local-eye-catching .pager-area:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.news-detail-page .global-article .local-eye-catching .module-eye-catch .module-arrow {
  text-align: right;
}
.news-detail-page .global-article .local-eye-catching .module-eye-catch .module-arrow > a {
  color: #1a0dab;
}
.news-detail-page .global-article .local-broadcast-schedule {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.news-detail-page .global-article .local-broadcast-schedule .column:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.news-detail-page .global-article .local-broadcast-schedule .column .desc:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.news-detail-page .global-article .local-broadcast-schedule .column .img,
.news-detail-page .global-article .local-broadcast-schedule .column .desc {
  overflow: hidden;
}
.news-detail-page .global-article .local-broadcast-schedule .column .img {
  float: left;
}
.news-detail-page .global-article .local-broadcast-schedule .column .img img {
  width: 100%;
}
.news-detail-page .global-article .local-broadcast-schedule .column .heading {
  font-weight: bold;
}
.news-detail-page .global-article .local-broadcast-schedule .module-btn {
  float: right;
}
.news-detail-page .global-article .local-broadcast-schedule .module-bnr {
  text-align: center;
}
.news-detail-page .global-article .module-eye-catch .is-show {
  -webkit-animation: fadein .5s ease 0s 1 normal;
          animation: fadein .5s ease 0s 1 normal;
}
.news-detail-page .global-article .module-eye-catch .is-hide {
  display: none;
}
.layout-pc .news-detail-page .global-main .global-article {
  padding-bottom: 160px;
}
.layout-pc .news-detail-page .global-article .local-eye-catching .label {
  font-size: 134%;
  line-height: 1.25;

  margin-bottom: 5px;
}
.layout-pc .news-detail-page .global-article .local-eye-catching .ttl h1 {
  font-size: 160%;
  line-height: 1.333333333333333;
}
.layout-pc .news-detail-page .global-article .local-eye-catching .ttl .date {
  font-size: 100%;

  margin-top: 5px;
}
.layout-pc .news-detail-page .global-article .local-eye-catching .module-eye-catch {
  margin-top: 25px;
}
.layout-pc .news-detail-page .global-article .local-eye-catching .module-eye-catch .box {
  margin-top: 36px;
  margin-bottom: 40px;
  padding-top: 32px;

  border-top: 2px solid #022167;
}
.layout-pc .news-detail-page .global-article .local-eye-catching .module-eye-catch .txt-area {
  line-height: 1.733333333333333;

  margin-top: -100px;
  padding-top: 100px;
}
.layout-pc .news-detail-page .global-article .local-eye-catching .module-eye-catch .next-area {
  margin-top: 14.5px;

  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .news-detail-page .global-article .local-eye-catching .module-eye-catch .next-area img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .news-detail-page .global-article .local-eye-catching .module-eye-catch .next-area:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .news-detail-page .global-article .local-eye-catching .module-eye-catch .next-area:hover {
  opacity: 1;
}
.layout-pc .news-detail-page .global-article .local-eye-catching .module-eye-catch .pager-area {
  padding-top: 30px;
}
.layout-pc .news-detail-page .global-article .local-broadcast-schedule .module-ttl {
  margin-top: 0;
}
.layout-pc .news-detail-page .global-article .local-broadcast-schedule .column .img {
  margin-right: 14px;
}
.layout-pc .news-detail-page .global-article .local-broadcast-schedule .column .img img {
  max-width: 208px;
}
.layout-pc .news-detail-page .global-article .local-broadcast-schedule .column .heading-txt {
  font-size: 120%;
  line-height: 1.222222222222222;
}
.layout-pc .news-detail-page .global-article .local-broadcast-schedule .column .date {
  font-size: 94%;
  line-height: 1.428571428571429;

  margin-top: 5px;
}
.layout-pc .news-detail-page .global-article .local-broadcast-schedule .column .txt {
  margin-top: 10px;
}
.layout-pc .news-detail-page .global-article .local-broadcast-schedule .module-btn {
  margin-top: 12px;
}
.layout-pc .news-detail-page .global-article .local-broadcast-schedule .module-bnr {
  margin-top: 19px;
}
.layout-sp .news-detail-page .global-article .local-eye-catching .label .category {
  font-size: 118%;
  line-height: 1.25;

  margin-bottom: 10px;
}
.layout-sp .news-detail-page .global-article .local-eye-catching .ttl h1 {
  font-size: 125%;
  line-height: 1.277777777777778;
}
.layout-sp .news-detail-page .global-article .local-eye-catching .ttl .date {
  font-size: 97%;
  line-height: 1.142857142857143;

  margin-top: 15px;
}
.layout-sp .news-detail-page .global-article .local-eye-catching .module-eye-catch {
  margin-top: 45px;
}
.layout-sp .news-detail-page .global-article .local-eye-catching .module-eye-catch .box {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 40px;

  border-top: 3px solid #022167;
}
.layout-sp .news-detail-page .global-article .local-eye-catching .module-eye-catch .box dl {
  margin-bottom: 38px;
}
.layout-sp .news-detail-page .global-article .local-eye-catching .module-eye-catch .box dt {
  margin-top: 0;
}
.layout-sp .news-detail-page .global-article .local-eye-catching .module-eye-catch .txt-area {
  font-size: 97%;
  line-height: 1.714285714285714;

  margin-top: -50px;
  padding-top: 50px;
}
.layout-sp .news-detail-page .global-article .local-eye-catching .module-eye-catch .next-area {
  margin-top: 34.642857142857146px;
}
.layout-sp .news-detail-page .global-article .local-eye-catching .module-eye-catch .pager-area {
  padding-top: 50px;
}
.layout-sp .news-detail-page .global-article .local-eye-catching .module-eye-catch .sns-area {
  margin-top: 45px;
}
.layout-sp .news-detail-page .global-article .local-broadcast-schedule {
  margin-top: 90px;
}
.layout-sp .news-detail-page .global-article .local-broadcast-schedule .module-ttl {
  margin-bottom: 40px;
}
.layout-sp .news-detail-page .global-article .local-broadcast-schedule .column .img {
  margin-right: 20px;
}
.layout-sp .news-detail-page .global-article .local-broadcast-schedule .column .img img {
  max-width: 260px;
}
.layout-sp .news-detail-page .global-article .local-broadcast-schedule .column .heading-txt {
  line-height: 1.344827586206897;
}
.layout-sp .news-detail-page .global-article .local-broadcast-schedule .column .date {
  font-size: 90%;
  line-height: 1.384615384615385;
}
.layout-sp .news-detail-page .global-article .local-broadcast-schedule .column .txt {
  font-size: 97%;
  line-height: 1.357142857142857;

  clear: both;

  margin-top: 25px;
}
.layout-sp .news-detail-page .global-article .local-broadcast-schedule .column .module-btn {
  width: 326px;
  margin-top: 25px;
}
.layout-sp .news-detail-page .global-article .local-broadcast-schedule .module-bnr {
  margin-top: 90px;
}
.layout-sp .news-detail-page .global-article .local-related {
  margin-top: 90px;
}
.layout-sp .news-detail-page .global-article .local-pickup-program {
  margin-top: 140px;
  margin-top: 90px;
}
.news-index-page .global-article:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.news-index-page .global-article .btn-area {
  word-wrap: break-word;
  word-break: break-all;

  overflow-wrap: break-word;
}
.layout-pc .news-index-page .global-article:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .news-index-page .global-article {
  padding-bottom: 95px;
}
.layout-sp .news-index-page .global-article .bnr-area {
  margin-top: 110px;
}
.privacy-index-page .global-main.has-aside .global-content {
  padding-top: 0;
}
.privacy-index-page .global-article .local-handling-regulations .inner > ol li,
.privacy-index-page .global-article .local-handling-regulations .inner > ul li {
  counter-reset: child;
}
.privacy-index-page .global-article .local-handling-regulations a {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.layout-pc .privacy-index-page .global-main .global-content {
  padding-top: 54px;
}
.layout-pc .privacy-index-page .global-article .local-basic-policy a,
.layout-pc .privacy-index-page .global-article .local-handling-regulations a {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
  text-decoration: underline;
}
.layout-pc .privacy-index-page .global-article .local-basic-policy a img,
.layout-pc .privacy-index-page .global-article .local-handling-regulations a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .privacy-index-page .global-article .local-basic-policy a:hover,
.layout-pc .privacy-index-page .global-article .local-handling-regulations a:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .privacy-index-page .global-article .local-basic-policy a:hover,
.ua-not-pc.layout-pc .privacy-index-page .global-article .local-handling-regulations a:hover {
  opacity: 1;
}
.layout-pc .privacy-index-page .local-privacy h2.module-ttl {
  margin-bottom: 24px;
}
.layout-pc .privacy-index-page .local-privacy .policy-description p {
  font-size: 94%;
  line-height: 1.476190476190476;
}
.layout-pc .privacy-index-page .local-basic-policy {
  margin-top: 0;
  padding-bottom: 48px;

  counter-reset: policy;

  border-bottom: 2px solid #e8e8e8;
}
.layout-pc .privacy-index-page .local-basic-policy h3.module-ttl {
  margin: 27px auto;
}
.layout-pc .privacy-index-page .local-basic-policy h3.module-ttl > span.small {
  font-size: 120%;
  line-height: 1;

  border-left-width: 5px;
}
.layout-pc .privacy-index-page .local-basic-policy .policy li {
  font-size: 94%;
  line-height: 1.285714285714286;

  margin: 26px auto;

  counter-increment: policy;
}
.layout-pc .privacy-index-page .local-basic-policy .policy li::before {
  font-size: 115%;
  font-weight: bold;
  line-height: 1;

  display: block;

  margin: 14px auto;

  content: counter(policy) ". ";
}
.layout-pc .privacy-index-page .local-basic-policy .signature .date p,
.layout-pc .privacy-index-page .local-basic-policy .signature .name p {
  font-size: 94%;
  line-height: 1.25;
}
.layout-pc .privacy-index-page .local-basic-policy .signature .name {
  margin: 30px auto;
}
.layout-pc .privacy-index-page .local-basic-policy .signature .name p {
  text-align: right;
}
.layout-pc .privacy-index-page .local-basic-policy .signature .contact {
  margin: 30px auto;
}
.layout-pc .privacy-index-page .local-basic-policy .signature .contact dt,
.layout-pc .privacy-index-page .local-basic-policy .signature .contact dd {
  font-size: 94%;
  line-height: 1.404761904761905;

  text-align: right;
}
.layout-pc .privacy-index-page .local-basic-policy .signature:last-child:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .privacy-index-page .local-basic-policy .signature:last-child p:first-child {
  font-size: 94%;
  line-height: 1.428571428571429;

  float: left;

  width: 607px;
  padding-top: 11px;
  padding-right: 23px;

  letter-spacing: -.06em;
}
.layout-pc .privacy-index-page .local-basic-policy .signature:last-child p:last-child {
  display: block;

  height: 100%;
}
.layout-pc .privacy-index-page .local-basic-policy .signature:last-child p:last-child img {
  width: 94px;

  vertical-align: middle;
}
.layout-pc .privacy-index-page .local-handling-regulations {
  margin-top: 49px;

  counter-reset: parts;
}
.layout-pc .privacy-index-page .local-handling-regulations .document-heading,
.layout-pc .privacy-index-page .local-handling-regulations .date p {
  font-size: 94%;
  line-height: 1.380952380952381;
}
.layout-pc .privacy-index-page .local-handling-regulations .description {
  font-size: 94%;
  line-height: 1.479591836734694;

  margin: 31px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .signature {
  font-size: 94%;

  text-align: right;
}
.layout-pc .privacy-index-page .local-handling-regulations .signature dt span {
  padding-left: 1em;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts {
  margin: 26px auto;

  counter-reset: inner;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts h4 {
  font-size: 107%;
  font-weight: bold;
  line-height: 1;

  margin: 14px auto;

  counter-increment: parts;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts h4::before {
  content: counter(parts) ". ";
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .counter-inner {
  font-weight: bold;

  counter-increment: inner;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .counter-inner::before {
  content: counter(parts) "-" counter(inner) ". ";
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .counter-child {
  counter-increment: child;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .counter-child::before {
  content: counter(parts) "-" counter(inner) "-" counter(child) ". ";
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner {
  font-size: 94%;

  padding-left: 22px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner table {
  width: 100%;

  table-layout: fixed;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner table tr:first-child th,
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner table tr:first-child td {
  border-top: none;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner table tr th {
  font-weight: bold;
  line-height: 1.285714285714286;

  position: relative;

  padding: 16px 20px;

  text-align: center;
  vertical-align: middle;

  color: #fff;
  background-color: #232323;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner table tr th:after {
  position: absolute;
  top: 0;
  right: 0;

  width: 2px;
  height: 100%;

  content: "";

  background-color: #f4f5f7;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner table tr td {
  padding: 25px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner table tr th,
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border-top: 2px solid #fff;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner table tr th:last-child:after {
  content: none;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner table tr:nth-child(odd) td {
  background-color: #e1e4ea;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner table tr:nth-child(even) td {
  background-color: #eef0f3;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner .table-type1 table tr:first-child th {
  border-right-color: #fff;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr th:after {
  background-color: #fff;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr td {
  position: relative;

  border-right: none;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr td:after {
  position: absolute;
  top: 0;
  right: 0;

  width: 2px;
  height: 100%;

  content: "";

  background-color: #f2f3f6;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr td:last-child:after {
  content: none;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-parts-inner > p {
  font-size: 94%;
  line-height: 1.476190476190476;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner ul > li > dl {
  margin: 26px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner ul > li > dl > dt {
  line-height: 1;

  margin: 13px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner ul > li > dl > dd p {
  line-height: 1.380952380952381;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner table {
  margin: 18px auto 26px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner table:nth-of-type(2) {
  margin-top: auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner table tr th:nth-child(1) {
  width: 170px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner table tr:nth-child(odd) td {
  background-color: #eef0f3;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner table tr:nth-child(even) td {
  background-color: #e1e4ea;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner table tr:nth-child(even) td + td {
  border-left: 2px solid #fff;
  background-color: #f7f8fa;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner table dl:nth-of-type(2) {
  margin-top: 30px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner table dt {
  font-weight: bold;
  line-height: 1;

  margin-bottom: 8px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-of-use .inner table li {
  line-height: 1.410714285714286;

  padding-left: 1em;

  text-indent: -1em;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-shared-use {
  counter-reset: inner child;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-shared-use .inner li {
  margin: 26px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-shared-use .inner li > dl {
  margin-bottom: 15px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-shared-use .inner dt {
  line-height: 1;

  margin: 13px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-shared-use .inner table {
  margin-bottom: 16px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-shared-use .inner tr th:nth-child(1) {
  width: 170px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-shared-use .inner td {
  line-height: 1.285714285714286;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner {
  margin-top: 25px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner li {
  margin: 18px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner li:nth-of-type(2),
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner dt {
  font-weight: bold;

  margin: 10px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner li:nth-of-type(2)::before,
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner dt::before {
  content: counter(parts) "-" counter(inner) ". ";
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner dt {
  line-height: 1;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner li:nth-of-type(2) {
  line-height: 1.285714285714286;

  padding-left: 2em;

  text-indent: -2em;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner table tr th {
  width: 174px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner table tr th:nth-child(-n+3) {
  width: 176px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner table tr td {
  padding: 18px 20px;

  vertical-align: top;

  border-top: 2px solid #fff;
  border-right: 2px solid #f4f5f7;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner table tr td:last-child {
  border-right: none;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner table tr:nth-child(even) td:nth-child(odd) {
  background-color: #e1e4ea;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-third-party .inner table tr:nth-child(even) td:nth-child(even) {
  background-color: #eef0f3;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-editing {
  counter-reset: child;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-editing .inner .counter-inner {
  line-height: 1;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li {
  margin: 25px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li dd {
  line-height: 1.410714285714286;

  margin: 13px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li dd ul {
  counter-reset: child;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li dd ul li {
  padding-left: 1em;

  text-indent: -1em;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) p:nth-of-type(2) {
  margin: 30px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) dl {
  margin: 28px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) dl:last-child {
  margin-bottom: 0;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) dt {
  font-weight: bold;
  line-height: 1;

  margin: 9px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) dd {
  line-height: 1.25;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-consultation p,
.layout-pc .privacy-index-page .local-handling-regulations .local-consultation dt,
.layout-pc .privacy-index-page .local-handling-regulations .local-consultation dd {
  line-height: 1.410714285714286;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-consultation p {
  line-height: 1.410714285714286;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-consultation p:nth-of-type(1) {
  margin: 10px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-consultation p:nth-of-type(1) span {
  font-size: 80%;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-consultation dl {
  margin: 28px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-retention .counter-inner {
  font-weight: normal;
  line-height: 1.410714285714286;

  padding-left: 2em;

  text-indent: -2em;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-service-website .counter-inner {
  line-height: 1;

  margin: 14px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-service-website dl {
  margin: auto auto 26px;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-service-website dd {
  line-height: 1.410714285714286;
}
.layout-pc .privacy-index-page .local-handling-regulations .local-service-website dd p:last-child {
  margin: 26px auto;
}
.layout-pc .privacy-index-page .local-handling-regulations .revision {
  font-size: 94%;
  line-height: 1.25;

  margin: 53px auto;
}
.layout-sp .privacy-index-page .global-main .global-content {
  padding-top: 70px;
}
.layout-sp .privacy-index-page .global-article .local-basic-policy a,
.layout-sp .privacy-index-page .global-article .local-handling-regulations a {
  text-decoration: underline;
}
.layout-sp .privacy-index-page .local-privacy h2.module-ttl {
  margin-bottom: 36px;
}
.layout-sp .privacy-index-page .local-privacy .policy-description {
  margin-bottom: 36px;
}
.layout-sp .privacy-index-page .local-privacy .policy-description p {
  font-size: 90%;
  line-height: 1.419871794871795;
}
.layout-sp .privacy-index-page .local-privacy p.module-btn {
  margin-top: 90px;
}
.layout-sp .privacy-index-page .local-basic-policy {
  margin-top: 0;
  padding-right: 0;
  padding-bottom: 26px;
  padding-left: 0;

  counter-reset: policy;

  border-bottom: 4px solid #e8e8e8;
}
.layout-sp .privacy-index-page .local-basic-policy h3.module-ttl {
  line-height: 1;

  margin: 31px auto;
}
.layout-sp .privacy-index-page .local-basic-policy h3.module-ttl > span.small {
  font-size: 107%;

  border-left-width: 5px;
}
.layout-sp .privacy-index-page .local-basic-policy .policy {
  margin-bottom: 53px;
}
.layout-sp .privacy-index-page .local-basic-policy .policy li {
  font-size: 90%;
  line-height: 1.285714285714286;

  margin: 48px auto;

  counter-increment: policy;
}
.layout-sp .privacy-index-page .local-basic-policy .policy li::before {
  font-size: 120%;
  font-weight: bold;
  line-height: 1;

  display: block;

  margin: 24px auto;

  content: counter(policy) ". ";
}
.layout-sp .privacy-index-page .local-basic-policy .policy li:first-child {
  margin-top: auto;
}
.layout-sp .privacy-index-page .local-basic-policy .signature .date p,
.layout-sp .privacy-index-page .local-basic-policy .signature .name p {
  font-size: 90%;
  line-height: 1.173076923076923;
}
.layout-sp .privacy-index-page .local-basic-policy .signature .name {
  margin: 52px auto;
}
.layout-sp .privacy-index-page .local-basic-policy .signature .name p {
  text-align: right;
}
.layout-sp .privacy-index-page .local-basic-policy .signature .contact {
  margin: 52px auto;
}
.layout-sp .privacy-index-page .local-basic-policy .signature .contact dt,
.layout-sp .privacy-index-page .local-basic-policy .signature .contact dd {
  font-size: 94%;
  line-height: 1.404761904761905;

  text-align: right;
}
.layout-sp .privacy-index-page .local-basic-policy .signature .contact span {
  display: block;
}
.layout-sp .privacy-index-page .local-basic-policy .signature:last-child {
  margin-top: 78px;
}
.layout-sp .privacy-index-page .local-basic-policy .signature:last-child p:first-child {
  font-size: 90%;
  line-height: 1.394230769230769;
}
.layout-sp .privacy-index-page .local-basic-policy .signature:last-child p:last-child {
  margin: 12px auto;

  text-align: right;
}
.layout-sp .privacy-index-page .local-basic-policy .signature:last-child p:last-child img {
  width: 170px;

  vertical-align: middle;
}
.layout-sp .privacy-index-page .local-handling-regulations {
  margin-top: 38px;
  padding-right: 0;
  padding-left: 0;

  counter-reset: parts;
}
.layout-sp .privacy-index-page .local-handling-regulations .document-heading,
.layout-sp .privacy-index-page .local-handling-regulations .date p {
  font-size: 90%;
  line-height: 1.282051282051282;
}
.layout-sp .privacy-index-page .local-handling-regulations .description {
  font-size: 90%;
  line-height: 1.420118343195266;

  margin: 52px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .signature {
  font-size: 90%;

  text-align: right;
}
.layout-sp .privacy-index-page .local-handling-regulations .signature dt,
.layout-sp .privacy-index-page .local-handling-regulations .signature dd {
  line-height: 1.326923076923077;
}
.layout-sp .privacy-index-page .local-handling-regulations .signature dt span,
.layout-sp .privacy-index-page .local-handling-regulations .signature dd span {
  display: block;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts {
  margin: 48px auto;
  padding-right: 0;
  padding-left: 0;

  counter-reset: inner;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts h4 {
  font-size: 97%;
  font-weight: bold;
  line-height: 1;

  margin: 21px auto;

  counter-increment: parts;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts h4::before {
  content: counter(parts) ". ";
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .counter-inner {
  font-weight: bold;

  counter-increment: inner;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .counter-inner::before {
  content: counter(parts) "-" counter(inner) ". ";
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .counter-child {
  counter-increment: child;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .counter-child::before {
  content: counter(parts) "-" counter(inner) "-" counter(child) ". ";
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner {
  font-size: 90%;

  padding-left: 38px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner table {
  width: 100%;

  table-layout: fixed;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner table tr:first-child th,
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner table tr:first-child td {
  border-top: none;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner table tr th {
  font-weight: bold;
  line-height: 1.285714285714286;

  position: relative;

  padding: 36px 20px;

  text-align: center;
  vertical-align: middle;

  color: #fff;
  background-color: #232323;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner table tr th:after {
  position: absolute;
  top: 0;
  right: 0;

  width: 4px;
  height: 100%;

  content: "";

  background-color: #f4f5f7;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner table tr td {
  padding: 38px 30px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner table tr th,
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border-top: 4px solid #fff;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner table tr th:last-child:after {
  content: none;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner table tr:nth-child(odd) td {
  background-color: #e1e4ea;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner table tr:nth-child(even) td {
  background-color: #eef0f3;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner .table-type1 table tr:first-child th {
  border-right-color: #fff;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr th,
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr td {
  position: relative;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr th:after,
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr td:after {
  position: absolute;
  top: 0;
  right: 0;

  width: 4px;
  height: 100%;

  content: "";
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr th:nth-child(even):after,
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr td:nth-child(even):after {
  content: none;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr th:after {
  background-color: #fff;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr td {
  border-right: none;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts .inner .table-type2 table tr td:after {
  background-color: #f4f5f7;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-parts-inner > p {
  font-size: 90%;
  line-height: 1.307692307692308;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-about {
  margin-top: 100px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner .counter-inner {
  line-height: 1.211538461538461;

  padding-left: 2em;

  text-indent: -2em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner ul > li > dl {
  margin: 48px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner ul > li > dl > dt {
  line-height: 1;

  margin: 24px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner ul > li > dl > dd {
  line-height: 1.380952380952381;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner table {
  margin: 28px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner table:nth-of-type(2) {
  margin-top: auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner table tr th:nth-child(1) {
  width: 205px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner table tr:nth-child(odd) td {
  background-color: #eef0f3;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner table tr:nth-child(even) td {
  background-color: #e1e4ea;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner table tr:nth-child(even) td + td {
  border-left: 2px solid #fcfdfd;
  background-color: #f7f8fa;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner table dl:nth-of-type(2) {
  margin-top: 48px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner table dt {
  font-weight: bold;
  line-height: 1;

  margin-bottom: 9px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner table ul {
  margin-left: -.25em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner table ul:nth-of-type(2) {
  margin-top: 37px;
  padding-top: 37px;

  border-top: 2px solid #afb0b2;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-of-use .inner table li {
  line-height: 1.324175824175824;

  padding-left: 1em;

  text-indent: -1em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-shared-use {
  counter-reset: inner child;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-shared-use .inner li {
  margin: 26px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-shared-use .inner li:first-child {
  margin-bottom: 48px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-shared-use .inner li > dl {
  margin-bottom: 15px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-shared-use .inner dt {
  line-height: 1.211538461538461;

  margin: 21px auto;
  padding-left: 3em;

  text-indent: -3em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-shared-use .inner .counter-inner {
  padding-left: 2em;

  text-indent: -2em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-shared-use .inner table {
  margin-bottom: 32px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-shared-use .inner tr th:nth-child(1) {
  width: 205px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-shared-use .inner td {
  line-height: 1.285714285714286;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner {
  margin-top: 25px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner li {
  margin: 46px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner li:nth-of-type(2),
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner dt {
  font-weight: bold;

  margin: 10px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner li:nth-of-type(2)::before,
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner dt::before {
  content: counter(parts) "-" counter(inner) ". ";
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner li:nth-of-type(2) {
  line-height: 1.285714285714286;

  padding-left: 1.2em;

  text-indent: -1.2em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner .counter-inner {
  line-height: 1.211538461538461;

  margin: 21px auto;
  padding-left: 2em;

  text-indent: -2em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner table tr th {
  line-height: 1;

  width: 314px;
  padding-top: 39px;
  padding-bottom: 39px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner table tr th:nth-child(1) {
  width: 318px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner table tr td {
  line-height: 1.269230769230769;

  padding: 42px 36px;

  vertical-align: top;

  border-top: 4px solid #fff;
  border-right: 4px solid #f4f5f7;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner table tr td:last-child {
  border-right: none;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner table tr:nth-child(even) td:nth-child(odd) {
  background-color: #e1e4ea;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-third-party .inner table tr:nth-child(even) td:nth-child(even) {
  background-color: #eef0f3;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing {
  counter-reset: child;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing h4 {
  line-height: 1.160714285714286;

  padding-left: 1em;

  text-indent: -1em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner .counter-inner {
  line-height: 1;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li {
  margin: 42px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li dd {
  line-height: 1.410714285714286;

  margin: 23px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li dd ul {
  counter-reset: child;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li dd ul li {
  padding-left: 1.2em;

  text-indent: -1.2em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li dd ul li:last-child span {
  font-size: 83%;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) p:nth-of-type(2) {
  margin: 30px auto;
  padding-left: .6em;

  text-indent: -.6em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) dl {
  margin: 51px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) dl:last-child {
  margin-bottom: 0;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) dt {
  font-weight: bold;
  line-height: 1;

  margin: 9px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) dd {
  margin: 13px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) dd span {
  display: inline-block;

  padding-left: 1em;

  text-indent: -1em;
}
* html .layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) dd span {
  display: inline;
}
*:first-child + html .layout-sp .privacy-index-page .local-handling-regulations .local-editing .inner > ul > li:nth-of-type(1) dd span {
  display: inline;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-consultation p,
.layout-sp .privacy-index-page .local-handling-regulations .local-consultation dt,
.layout-sp .privacy-index-page .local-handling-regulations .local-consultation dd {
  line-height: 1.494047619047619;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-consultation p {
  line-height: 1.494047619047619;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-consultation p:nth-of-type(2) {
  font-size: 83%;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-consultation dl {
  margin: 28px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-retention .counter-inner {
  font-weight: normal;
  line-height: 1.410714285714286;

  padding-left: 2em;

  text-indent: -2em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-service-website h4 {
  line-height: 1.160714285714286;

  padding-left: 1.75em;

  text-indent: -1.75em;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-service-website .counter-inner {
  line-height: 1;

  margin: 25px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-service-website dl {
  margin: auto auto 49px;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-service-website dd {
  line-height: 1.410714285714286;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-service-website dd span {
  font-size: 83%;
}
.layout-sp .privacy-index-page .local-handling-regulations .local-service-website dd p:last-child {
  margin: 47px auto;
}
.layout-sp .privacy-index-page .local-handling-regulations .revision {
  font-size: 90%;
  line-height: 1.230769230769231;

  margin: 51px auto;
}
.layout-sp .privacy-index-page .local-bnr-area .module-bnr .how-to-watch .ttl {
  line-height: 1.055555555555556;

  margin-bottom: 28px;
}
.program-index-page .global-article:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.program-index-page .global-article .local-pager .is-disable a {
  cursor: default;

  opacity: .5;
}
.program-index-page .global-article .local-pager .is-disable a:hover {
  border-color: #022167;
  background: #022167;
}
.program-index-page .global-article .local-select {
  margin-top: 0;

  word-wrap: break-word;
  word-break: break-all;

  overflow-wrap: break-word;
}
.program-index-page .global-article .local-select-inner {
  background: #f2f2f2;
}
.program-index-page .global-article .local-select-inner:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.program-index-page .global-article #program-table .table-area td {
  overflow: hidden;

  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.program-index-page .global-article #program-table .table-area td::before {
  position: absolute;
  z-index: 0;
  z-index: 1;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;
  min-height: 99999px;
  margin: 0;

  content: "";
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);

  border: none;
  background: transparent;
}
.program-index-page .global-article #program-table .table-area.is-active td::before {
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;

  opacity: .7;
  background: #f2f2f2;
}
.program-index-page .global-article #program-table .table-area.is-active td.is-active::before {
  display: none;
}
.program-index-page .global-article .local-program-table {
  word-wrap: break-word;
  word-break: break-all;

  overflow-wrap: break-word;
}
.program-index-page .global-article .local-program-table table th,
.program-index-page .global-article .local-program-table table td {
  position: relative;
  top: 0;
  left: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  vertical-align: top;
}
.program-index-page .global-article .local-program-table table th {
  font-weight: bold;

  text-align: center;
}
.program-index-page .global-article .local-program-table table td {
  text-align: left;

  background: #f2f2f2;
}
.program-index-page .global-article .local-program-table table td.empty {
  line-height: 0;
}
.program-index-page .global-article .local-program-table table td.data-cell {
  cursor: pointer;
}
.program-index-page .global-article .local-program-table table td.data-cell .ttl {
  color: #054df3;
}
.program-index-page .global-article .local-program-table table td .head,
.program-index-page .global-article .local-program-table table td .ttl {
  font-weight: bold;
}
.program-index-page .global-article .local-program-table table td.pga .category span::before {
  background: #023fbc;
}
.program-index-page .global-article .local-program-table table td.jgto_jlpga .category span::before {
  background: #d82731;
}
.program-index-page .global-article .local-program-table table td.event_onair .category span::before {
  background: #e1129f;
}
.program-index-page .global-article .local-program-table table td.news_info .category span::before {
  background: #25a2b1;
}
.program-index-page .global-article .local-program-table table td.gear .category span::before {
  background: #77410d;
}
.program-index-page .global-article .local-program-table table td.documentary .category span::before {
  background: #646464;
}
.program-index-page .global-article .local-program-table table td.champions .category span::before {
  background: #6a0701;
}
.program-index-page .global-article .local-program-table table td.major .category span::before {
  background: #ed5502;
}
.program-index-page .global-article .local-program-table table td.lesson .category span::before {
  background: #069e06;
}
.program-index-page .global-article .local-program-table table td.european .category span::before {
  background: #16126d;
}
.program-index-page .global-article .local-program-table table td.lpga .category span::before {
  background: #c90eda;
}
.program-index-page .global-article .local-program-table table td .head {
  clear: both;
}
.program-index-page .global-article .local-program-table table td .head:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.program-index-page .global-article .local-program-table table td .time {
  float: left;
}
.program-index-page .global-article .local-program-table table td .label {
  float: right;

  color: #fff;
}
.program-index-page .global-article .local-program-table table td .label li {
  display: inline-block;
}
.program-index-page .global-article .local-program-table table td .label li::after {
  display: block;
}
.program-index-page .global-article .local-program-table table td .label .first::after {
  content: "初回";

  background: #022167;
}
.program-index-page .global-article .local-program-table table td .label .live::after {
  content: "LIVE";

  background: #d82731;
}
.program-index-page .global-article .local-program-table table td .category {
  text-align: right;
}
.program-index-page .global-article .local-program-table table td .category span::before {
  display: inline-block;

  content: "";
  vertical-align: middle;
}
.program-index-page .global-article .local-program-table table td .img {
  line-height: 0;
}
.program-index-page .global-article .local-select .module-btn-list li.is-active a {
  cursor: default;
}
.layout-pc .program-index-page .global-content {
  padding-top: 54px;
}
.layout-pc .program-index-page .global-article .local-pager {
  margin-bottom: 8px;

  color: #fff;
  background: #022167;
}
.layout-pc .program-index-page .global-article .local-pager-inner {
  display: table;

  width: 100%;
  max-width: 1100px;
  padding: 13px 0 12px;
}
.layout-pc .program-index-page .global-article .local-pager p {
  display: table-cell;

  text-align: center;
  vertical-align: middle;
}
.layout-pc .program-index-page .global-article .local-pager .select-week {
  font-size: 134%;
  font-weight: bold;

  padding: 0 20px;
}
.layout-pc .program-index-page .global-article .local-pager .module-btn {
  font-size: 100%;

  width: 89px;
}
.layout-pc .program-index-page .global-article .local-pager .module-btn a {
  border-color: #fff;
}
.layout-pc .program-index-page .global-article .local-pager .prev a::after {
  display: none;
}
.layout-pc .program-index-page .global-article .local-pager .prev a::before {
  position: absolute;
  top: 50%;
  right: auto;
  left: .76em;

  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.layout-pc .program-index-page .global-article .local-select {
  margin-top: 0;
}
.layout-pc .program-index-page .global-article .local-select .select-area > div {
  margin-top: 16px;
}
.layout-pc .program-index-page .global-article .local-select .select-area > div:first-child {
  margin-top: 0;
}
.layout-pc .program-index-page .global-article .local-select .module-btn-list a {
  padding: 4px 1em 3px 1.384615384615385em;
}
.layout-pc .program-index-page .global-article .local-select .module-btn-list a:hover {
  border-color: #000;
}
.layout-pc .program-index-page .global-article .local-select .module-btn-list a::after {
  display: none;
}
.layout-pc .program-index-page .global-article .local-select .module-btn-list a::before {
  position: absolute;
  top: 50%;
  right: auto;
  left: .5em;
}
.layout-pc .program-index-page .global-article .local-select .module-btn-list li.is-active a::before {
  border-color: #fff;
}
.layout-pc .program-index-page .global-article .local-select .module-ttl {
  margin-bottom: 9px;
}
.layout-pc .program-index-page .global-article .local-select .select-area {
  float: left;

  width: 754px;
  margin-right: 25px;
  padding: 23px 0 20px 25px;
}
.layout-pc .program-index-page .global-article .local-select .select-area .pdf .module-ttl {
  margin-bottom: 12px;
}
.layout-pc .program-index-page .global-article .local-select .select-area .pdf ul {
  margin-top: 12px;
}
.layout-pc .program-index-page .global-article .local-select .select-area .pdf ul:first-child {
  margin-top: 0;
}
.layout-pc .program-index-page .global-article .local-select .select-area .pdf li {
  display: inline-block;

  margin-left: 12px;

  vertical-align: bottom;
}
.layout-pc .program-index-page .global-article .local-select .select-area .pdf li:first-child {
  margin-left: 0;
}
.layout-pc .program-index-page .global-article .local-select .select-area .pdf .en.monthly {
  min-width: 284px;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area {
  font-weight: bold;

  float: right;

  width: 296px;

  text-align: center;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area li.is-active {
  display: block;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area table {
  width: 100%;

  table-layout: fixed;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area th,
.layout-pc .program-index-page .global-article .local-select .calendar-area td,
.layout-pc .program-index-page .global-article .local-select .calendar-area caption {
  font-weight: bold;

  text-align: center;

  background: #d9dde6;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area th,
.layout-pc .program-index-page .global-article .local-select .calendar-area td {
  border-left: 2px solid #f0f1f5;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area th:first-child,
.layout-pc .program-index-page .global-article .local-select .calendar-area td:first-child {
  border-left: none;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area th:nth-child(6),
.layout-pc .program-index-page .global-article .local-select .calendar-area td:nth-child(6) {
  color: #005288;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area th:nth-child(6) a,
.layout-pc .program-index-page .global-article .local-select .calendar-area td:nth-child(6) a {
  color: #005288;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area th:nth-child(7),
.layout-pc .program-index-page .global-article .local-select .calendar-area td:nth-child(7) {
  color: #d82731;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area th:nth-child(7) a,
.layout-pc .program-index-page .global-article .local-select .calendar-area td:nth-child(7) a {
  color: #d82731;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area .current-week th,
.layout-pc .program-index-page .global-article .local-select .calendar-area .current-week td {
  background: #d2d2d2;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area td {
  cursor: default;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area td.data-cell {
  cursor: pointer;
  -webkit-transition: background-color .2s ease-in-out;
          transition: background-color .2s ease-in-out;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area td.data-cell:hover {
  background-color: #dcdcdc;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area td.current-day {
  color: #fff;
  background: #555;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area td.current-day a {
  color: #fff;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area caption {
  border-bottom: 2px solid #f4f5f7;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager {
  display: table;

  width: 100%;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager p {
  display: table-cell;

  vertical-align: middle;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager a {
  display: block;

  padding: 15px 8px 14px;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager a::before,
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager a::after {
  display: table;

  width: .7em;
  height: .7em;

  border-width: 3px;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager .is-disable a {
  cursor: default;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager .prev,
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager .next {
  width: 25px;

  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager .prev img,
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager .next img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager .prev:hover,
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager .next:hover {
  opacity: .5;
}
.ua-not-pc.layout-pc .program-index-page .global-article .local-select .calendar-area .pager .prev:hover,
.ua-not-pc.layout-pc .program-index-page .global-article .local-select .calendar-area .pager .next:hover {
  opacity: 1;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager .prev.is-disable,
.layout-pc .program-index-page .global-article .local-select .calendar-area .pager .next.is-disable {
  cursor: default;

  opacity: .5;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area .date {
  font-size: 127%;

  padding: 6px 5px 5px;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area th {
  padding: 2px 2px 1px;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area td {
  font-size: 120%;

  padding-top: 1px;

  border-top: 2px solid #e4e7ee;
}
.layout-pc .program-index-page .global-article .local-select .calendar-area td a {
  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1px 2px;
}
.layout-pc .program-index-page .global-article .local-program-table {
  margin-top: 8px;
}
.layout-pc .program-index-page .global-article .local-program-table-inner {
  overflow: hidden;
}
.layout-pc .program-index-page .global-article .local-program-table .table-area {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
}
.layout-pc .program-index-page .global-article .local-program-table .table-area .js-fixed-header {
  position: absolute;
  z-index: 10;
  top: 0;
}
.layout-pc .program-index-page .global-article .local-program-table .table-area.is-active td::before {
  width: 147px !important;
}
.layout-pc .program-index-page .global-article .local-program-table table {
  width: 1102px;
}
.layout-pc .program-index-page .global-article .local-program-table table tr th {
  width: 149px;

  background: #d9dde6 url("/assets/img/common/border/f4f5f7-w2-h1.gif") repeat-y top right;
}
.layout-pc .program-index-page .global-article .local-program-table table tr th::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 3px;

  content: "";

  background: #fff;
}
.layout-pc .program-index-page .global-article .local-program-table table tr th:first-child {
  width: 59px;
  padding: 10px 7px;

  color: #fff;
  border-right: 4px solid #fff;
  background: #555;
}
.layout-pc .program-index-page .global-article .local-program-table table tr th:first-child::before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 2px;

  content: "";

  background: #f4f5f7;
}
.layout-pc .program-index-page .global-article .local-program-table table tr th:first-child::after {
  display: none;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td {
  -webkit-transition: background-color .2s ease-in-out;
          transition: background-color .2s ease-in-out;

  background: #f2f2f2 url("/assets/img/common/border/c8c8c8-w2-h1.gif") repeat-y top right;
  -webkit-background-size: 2px 100%;
          background-size: 2px 100%;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td.is-active {
  background-color: #b1c7ff;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td.data-cell:hover {
  background-color: #dcdcdc;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 2px;

  content: "";

  background: #c8c8c8;
}
.layout-pc .program-index-page .global-article .local-program-table table tr th,
.layout-pc .program-index-page .global-article .local-program-table table tr td {
  padding: 19px 8px 17px 6px;
}
.layout-pc .program-index-page .global-article .local-program-table table tr:nth-child(2) th::before {
  display: none;
}
.layout-pc .program-index-page .global-article .local-program-table table tr:nth-child(2) td::after {
  z-index: 1;

  height: 1px;

  background: #fff;
}
.layout-pc .program-index-page .global-article .local-program-table table tr:first-child th {
  padding: 17px 2px 16px;
}
.layout-pc .program-index-page .global-article .local-program-table table tr:first-child th span {
  padding-left: 1em;
}
.layout-pc .program-index-page .global-article .local-program-table table tr:first-child th::before {
  top: auto;
  bottom: 0;
}
.layout-pc .program-index-page .global-article .local-program-table table tr:first-child th:nth-child(7) {
  color: #fff;
  background: #335ec1 url("/assets/img/common/border/f4f5f7-w2-h1.gif") repeat-y top right;
}
.layout-pc .program-index-page .global-article .local-program-table table tr:first-child th:nth-child(8) {
  color: #fff;
  background: #d82731 url("/assets/img/common/border/f4f5f7-w2-h1.gif") repeat-y top right;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td .head {
  margin-bottom: 4px;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td .time {
  font-size: 94%;
  line-height: 1.071428571428571;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td .label {
  font-size: 67%;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td .label li {
  margin-left: 2px;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td .label li::after {
  padding: 0 2px;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td .ttl {
  font-size: 94%;
  line-height: 1.285714285714286;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td .category {
  font-size: 67%;

  margin-top: 6px;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td .category span::before {
  width: .666666666666667em;
  height: .333333333333333em;
  margin-right: .333333333333333em;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td .img {
  max-width: 100%;
  margin-top: 6px;

  text-align: center;
}
.layout-pc .program-index-page .global-article .local-program-table table tr td .img img {
  width: 100%;
}
.layout-pc .program-index-page .global-article .local-program-table .bnr-area {
  margin-top: 90px;
}
.layout-pc .program-index-page .global-article .local-program-table .bnr-area .module-ttl {
  margin-bottom: 4px;
}
.layout-sp .program-index-page .global-article .local-nav {
  margin-bottom: 37px;

  text-align: center;
}
.layout-sp .program-index-page .global-article .local-nav ul {
  width: 100%;
}
.layout-sp .program-index-page .global-article .local-nav li {
  font-size: 76%;
  font-weight: bold;

  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  width: 50%;
  margin-top: 3px;
}
.layout-sp .program-index-page .global-article .local-nav li span::before {
  top: -.2em;

  width: .6em;
  height: .6em;
  margin: 0 .5em;

  border-width: 3px;
}
.layout-sp .program-index-page .global-article .local-nav li a {
  display: block;

  padding: 8px;
}
.layout-sp .program-index-page .global-article .local-nav li a::before,
.layout-sp .program-index-page .global-article .local-nav li a::after {
  position: absolute;
  top: 0;

  display: block;

  width: 3px;
  height: 100%;

  content: "";

  background: #c8c8c8;
}
.layout-sp .program-index-page .global-article .local-nav li:nth-child(1),
.layout-sp .program-index-page .global-article .local-nav li:nth-child(2) {
  margin-top: 0;
}
.layout-sp .program-index-page .global-article .local-nav li:nth-child(odd) a::before {
  left: 0;
}
.layout-sp .program-index-page .global-article .local-nav li:nth-child(odd) a::after {
  right: 0;
}
.layout-sp .program-index-page .global-article .local-nav li:nth-child(even) a::before {
  display: none;
}
.layout-sp .program-index-page .global-article .local-nav li:nth-child(even) a::after {
  right: 0;
}
.layout-sp .program-index-page .global-article .local-select {
  margin-top: 0;
}
.layout-sp .program-index-page .global-article .local-select-inner {
  padding: 42px 32px;
}
.layout-sp .program-index-page .global-article .local-select .select-area > div {
  clear: both;

  margin-top: 40px;
}
.layout-sp .program-index-page .global-article .local-select .select-area > div:first-child {
  margin-top: 0;
}
.layout-sp .program-index-page .global-article .local-select .module-ttl {
  width: 100%;
  margin-bottom: 25px;
}
.layout-sp .program-index-page .global-article .local-pager {
  margin-top: 62px;
  padding: 0;

  color: #fff;
  background: #022167;
}
.layout-sp .program-index-page .global-article .local-pager .column {
  display: block;

  color: #fff;
}
.layout-sp .program-index-page .global-article .local-pager-inner {
  font-weight: bold;

  position: relative;
  top: 0;
  left: 0;

  width: 100%;

  text-align: center;
}
.layout-sp .program-index-page .global-article .local-pager .module-selectbox.has-list .selected a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  left: auto;

  width: .5em;
  height: .5em;
  margin-top: -.25em;

  border-width: 4px;
  border-color: #fff;
}
.layout-sp .program-index-page .global-article .local-pager .prev,
.layout-sp .program-index-page .global-article .local-pager .next {
  font-size: 90%;

  position: absolute;
  top: 0;

  width: 97px;
  height: 100%;
}
.layout-sp .program-index-page .global-article .local-pager .prev .column,
.layout-sp .program-index-page .global-article .local-pager .next .column {
  position: absolute;
  top: 0;
  left: 0;

  display: table;

  width: 100%;
  height: 100%;
}
.layout-sp .program-index-page .global-article .local-pager .prev .column span,
.layout-sp .program-index-page .global-article .local-pager .next .column span {
  display: table-cell;

  padding: 5px;

  vertical-align: middle;
}
.layout-sp .program-index-page .global-article .local-pager .prev {
  position: absolute;
  top: 0;
  left: 0;

  text-align: left;
}
.layout-sp .program-index-page .global-article .local-pager .prev .column::after {
  position: absolute;
  top: 50%;

  display: block;

  width: 3px;
  height: 84.44444444444444%;

  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  background: rgba(255,255,255,.4);
}
.layout-sp .program-index-page .global-article .local-pager .prev .column::before {
  position: absolute;
  top: 50%;
  left: 5px;

  margin-top: -.25em;

  border-width: 3px;
  border-color: #fff;
}
.layout-sp .program-index-page .global-article .local-pager .prev .column::after {
  right: 0;
  left: auto;

  margin: 0;
}
.layout-sp .program-index-page .global-article .local-pager .prev .column span {
  padding-left: 30px;
}
.layout-sp .program-index-page .global-article .local-pager .next {
  position: absolute;
  top: 0;
  right: 0;

  text-align: right;
}
.layout-sp .program-index-page .global-article .local-pager .next .column::before {
  position: absolute;
  top: 50%;

  display: block;

  width: 3px;
  height: 84.44444444444444%;

  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  background: rgba(255,255,255,.4);
}
.layout-sp .program-index-page .global-article .local-pager .next .column::before {
  right: auto;
  left: 0;

  margin: 0;
}
.layout-sp .program-index-page .global-article .local-pager .next .column::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;

  margin-top: -.25em;

  border-width: 3px;
  border-color: #fff;
}
.layout-sp .program-index-page .global-article .local-pager .next .column span {
  padding-right: 30px;
}
.layout-sp .program-index-page .global-article .local-pager .select-day {
  font-size: 111%;

  padding: 0 97px;
}
.layout-sp .program-index-page .global-article .local-pager .select-day .column {
  display: block;

  padding: 21px 60px;

  text-align: center;

  color: #fff;
}
.layout-sp .program-index-page .global-article .local-pager .select-day .label {
  padding: 0;
}
.layout-sp .program-index-page .global-article .local-pager .select-day .label::after {
  display: none;
}
.layout-sp .program-index-page .global-article .local-pager .select-day .list {
  position: absolute;
  z-index: 1000;
  left: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.layout-sp .program-index-page .global-article .local-pager .select-day .list li {
  position: relative;

  margin-top: 3px;

  text-align: center;
}
.layout-sp .program-index-page .global-article .local-pager .select-day .list li::before {
  position: absolute;
  top: -3px;
  left: 50%;

  display: block;

  width: 300px;
  height: 3px;
  margin-left: -150px;

  content: "";

  background-color: rgba(255,255,255,.4);
}
.layout-sp .program-index-page .global-article .local-pager .select-day .module-selectbox {
  font-size: 100%;
}
.layout-sp .program-index-page .global-article .local-program-table {
  width: 100%;
  margin-top: 10px;
  padding: 0;
}
.layout-sp .program-index-page .global-article .local-program-table table {
  width: 100%;
}
.layout-sp .program-index-page .global-article .local-program-table table tr:first-child th,
.layout-sp .program-index-page .global-article .local-program-table table tr:first-child td {
  border-top: none;
}
.layout-sp .program-index-page .global-article .local-program-table table td.is-active {
  background-color: #b1c7ff;
}
.layout-sp .program-index-page .global-article .local-program-table th {
  font-size: 97%;
  line-height: 1.25;

  border-top: 4px solid #f4f5f7;
}
.layout-sp .program-index-page .global-article .local-program-table td {
  border-top: 4px solid #c8c8c8;
}
.layout-sp .program-index-page .global-article .local-program-table th {
  width: 102px;
  padding: 15px 5px;

  text-align: center;

  color: #fff;
  background: #555;
}
.layout-sp .program-index-page .global-article .local-program-table td {
  position: relative;
  top: 0;
  left: 0;

  overflow: hidden;

  padding: 36px 40px 36px 26px;

  -webkit-transition: background-color .2s ease-in-out;
          transition: background-color .2s ease-in-out;
}
.layout-sp .program-index-page .global-article .local-program-table td.data-cell::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;

  margin-top: -.25em;
  margin-right: .5em;
  margin-left: .5em;

  border-width: 4px;
}
.layout-sp .program-index-page .global-article .local-program-table td .head {
  margin-bottom: 5px;
}
.layout-sp .program-index-page .global-article .local-program-table td .img {
  float: left;
  overflow: hidden;

  width: 260px;
  margin-right: 10px;
}
.layout-sp .program-index-page .global-article .local-program-table td .outline {
  overflow: hidden;
}
.layout-sp .program-index-page .global-article .local-program-table td .ttl {
  line-height: 1.344827586206897;
}
.layout-sp .program-index-page .global-article .local-program-table td .time {
  line-height: 1.275862068965517;
}
.layout-sp .program-index-page .global-article .local-program-table td .label {
  font-size: 83%;
  line-height: 1.333333333333333;
}
.layout-sp .program-index-page .global-article .local-program-table td .label li {
  margin-left: 5px;
}
.layout-sp .program-index-page .global-article .local-program-table td .label li::after {
  padding: 0 6px;
}
.layout-sp .program-index-page .global-article .local-program-table td .category {
  font-size: 97%;

  margin-top: 10px;
}
.layout-sp .program-index-page .global-article .local-program-table td .category span::before {
  width: .857142857142857em;
  height: .428571428571429em;
  margin-right: .321428571428571em;
}
.layout-sp .program-index-page .global-article .local-pickup-program {
  margin-top: 130px;
}
.layout-sp .program-index-page .global-article .local-program-guide {
  margin-top: 100px;
}
.layout-sp .program-index-page .global-article .local-program-guide ul {
  margin-top: 35px;
}
.layout-sp .program-index-page .global-article .local-program-guide ul:first-child {
  margin-top: 0;
}
.layout-sp .program-index-page .global-article .local-program-guide li {
  margin-top: 35px;
}
.layout-sp .program-index-page .global-article .local-program-guide li:first-child {
  margin-top: 0;
}
.search-index-page .global-article .local-parts img {
  vertical-align: bottom;
}
.search-index-page .global-article .local-parts .module-ttl.option-type4 {
  margin-bottom: 15px;
}
.search-index-page .global-article .local-eye-catching .box {
  margin-top: 40px;

  text-align: center;
}
.search-index-page .global-article .local-eye-catching .box:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.search-index-page .global-article .local-eye-catching .box dl {
  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3%;

  text-align: center;
}
.search-index-page .global-article .local-eye-catching .box dl:nth-child(n+2) {
  border-left: 1px solid #c8c8c8;
}
.search-index-page .global-article .local-eye-catching .box dt {
  font-weight: bold;
}
.search-index-page .global-article .local-eye-catching .box dd {
  line-height: 1;
}
.search-index-page .global-article .local-eye-catching .date {
  text-align: right;
}
.search-index-page .global-article .local-next-entry li {
  display: table;

  max-width: 100%;
  margin-top: 20px;
}
.search-index-page .global-article .local-next-entry li:first-child {
  margin-top: 0;
}
.search-index-page .global-article .local-next-entry li .img,
.search-index-page .global-article .local-next-entry li .txt {
  display: table-cell;

  vertical-align: middle;
}
.search-index-page .global-article .local-next-entry li .img {
  text-align: center;
}
.search-index-page .global-article .local-next-entry li .txt span {
  font-weight: bold;

  border-bottom: 1px solid #000;
}
.search-index-page .global-article .local-broadcast .list li {
  border-bottom: 2px solid #dcdcdc;
}
.search-index-page .global-article .local-broadcast .list li:first-child {
  padding-top: 0;
}
.search-index-page .global-article .local-broadcast .list span {
  font-weight: bold;
}
.search-index-page .global-article .local-search-list {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.search-index-page .global-article .local-search-list:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.search-index-page .global-article .local-search-list .pager-area {
  margin-top: 60px;
}
.search-index-page .global-article .local-search-list .nav ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.search-index-page .global-article .local-search-list .nav li {
  float: left;

  text-align: center;
}
.search-index-page .global-article .local-search-list .nav li a {
  font-weight: bold;

  display: block;

  background-color: #f2f2f2;
}
.search-index-page .global-article .local-search-list .nav li.is-active a {
  color: #fff;
  background-color: #022167;
}
.layout-pc .search-index-page .global-essential h1.module-ttl.option-type3 {
  margin-top: 43.5px;
}
.layout-pc .search-index-page .global-essential h1.module-ttl.option-type3 .ja {
  line-height: 1.264705882352941;

  padding-bottom: 8px;
}
.layout-pc .search-index-page .global-main.has-aside .global-content {
  padding-top: 24px;
}
.layout-pc .search-index-page .global-article .module-sns {
  margin-bottom: 24px;
}
.layout-pc .search-index-page .global-article .local-parts .module-ttl.option-type4 {
  line-height: 1.2;
}
.layout-pc .search-index-page .global-article .local-parts .module-ttl.option-type4 > span {
  font-size: 114%;

  padding-left: 10px;
}
.layout-pc .search-index-page .global-article .local-parts .module-ttl.option-type4::before {
  width: 5px;
}
.layout-pc .search-index-page .global-article .local-player-info {
  margin: 0 0 89px;
}
.layout-pc .search-index-page .global-article .local-eye-catching .box dl {
  padding-bottom: 3.75px;
}
.layout-pc .search-index-page .global-article .local-eye-catching .box dt {
  font-size: 87%;

  margin-top: 8px;
}
.layout-pc .search-index-page .global-article .local-eye-catching .box dd {
  font-size: 320%;
}
.layout-pc .search-index-page .global-article .local-eye-catching .box dd span {
  font-size: 50%;
}
.layout-pc .search-index-page .global-article .local-eye-catching .date {
  font-size: 94%;

  margin-top: 18.5px;
}
.layout-pc .search-index-page .global-article .local-next-entry {
  margin-top: 38.5px;
}
.layout-pc .search-index-page .global-article .local-next-entry li .img {
  max-width: 69px;
  padding: 0 36px 0 25px;
}
.layout-pc .search-index-page .global-article .local-next-entry li .txt span {
  font-size: 120%;
}
.layout-pc .search-index-page .global-article .local-broadcast {
  margin-top: 42px;
}
.layout-pc .search-index-page .global-article .local-broadcast .list li {
  font-size: 107%;

  padding: 12px 0;
}
.layout-pc .search-index-page .global-article .local-search-list {
  margin-top: 0;
}
.layout-pc .search-index-page .global-article .local-search-list .nav {
  margin-bottom: 20px;
}
.layout-pc .search-index-page .global-article .local-search-list .nav ul {
  border-bottom: 2px solid #022167;
}
.layout-pc .search-index-page .global-article .local-search-list .nav li {
  width: 130px;
  margin-left: 10px;
}
.layout-pc .search-index-page .global-article .local-search-list .nav li:first-child {
  margin-left: 0;
}
.layout-pc .search-index-page .global-article .local-search-list .nav li a {
  font-size: 134%;

  padding: 5px;

  -webkit-transition: background-color .2s ease-in-out;
          transition: background-color .2s ease-in-out;
}
.layout-pc .search-index-page .global-article .local-search-list .nav li a:hover {
  background-color: #dcdcdc;
}
.layout-pc .search-index-page .global-article .local-search-list .nav li.is-active a:hover {
  background-color: #022167;
}
.layout-sp .search-index-page .global-essential h1.module-ttl.option-type3 {
  margin-top: 48px;
}
.layout-sp .search-index-page .global-essential h1.module-ttl.option-type3 .ja {
  line-height: 1.208333333333333;

  padding-bottom: 12px;
}
.layout-sp .search-index-page .global-essential h1.module-ttl.option-type3:after {
  border-bottom-width: 6px;
}
.layout-sp .search-index-page .global-main .global-content {
  padding-top: 30px;
}
.layout-sp .search-index-page .global-article {
  padding-bottom: 120px;
}
.layout-sp .search-index-page .global-article .module-sns {
  margin-bottom: 60px;
  padding: 0 40px;
}
.layout-sp .search-index-page .global-article .local-parts .module-table {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.layout-sp .search-index-page .global-article .local-player-info {
  margin-top: 0;
  margin-bottom: 116px;
}
.layout-sp .search-index-page .global-article .local-player-info .local-parts {
  padding-right: 0;
  padding-left: 0;
}
.layout-sp .search-index-page .global-article .local-eye-catching {
  margin-top: 0;
}
.layout-sp .search-index-page .global-article .local-eye-catching .box dt {
  font-size: 76%;

  margin-top: 23.5px;
}
.layout-sp .search-index-page .global-article .local-eye-catching .box dd {
  font-size: 180%;
}
.layout-sp .search-index-page .global-article .local-eye-catching .box dd span {
  font-size: 50%;
}
.layout-sp .search-index-page .global-article .local-eye-catching .date {
  font-size: 90%;

  margin-top: 33.5px;
}
.layout-sp .search-index-page .global-article .local-next-entry {
  margin-top: 54.5px;
}
.layout-sp .search-index-page .global-article .local-next-entry .module-ttl.option-type4 {
  margin-bottom: 40px;
}
.layout-sp .search-index-page .global-article .local-next-entry li .img {
  max-width: 110px;
  padding: 0 31px 0 14px;
}
.layout-sp .search-index-page .global-article .local-next-entry li .txt {
  font-size: 97%;
}
.layout-sp .search-index-page .global-article .local-broadcast {
  margin-top: 91px;
}
.layout-sp .search-index-page .global-article .local-broadcast .list li {
  font-size: 90%;

  padding: 19.5px 0;
}
.layout-sp .search-index-page .global-article .local-search-list {
  margin-top: 0;
}
.layout-sp .search-index-page .global-article .local-search-list .nav {
  margin-bottom: 40px;
}
.layout-sp .search-index-page .global-article .local-search-list .nav ul {
  border-bottom: 4px solid #022167;
}
.layout-sp .search-index-page .global-article .local-search-list .nav li {
  width: 325px;
}
.layout-sp .search-index-page .global-article .local-search-list .nav li:nth-child(n+2) {
  float: right;
}
.layout-sp .search-index-page .global-article .local-search-list .nav li a {
  font-size: 104%;

  padding: 13px;
}
.layout-sp .search-index-page .global-article .local-tournament-schedule {
  margin-top: 172px;
}
.layout-sp .search-index-page .global-article .local-tournament-schedule h2.module-ttl {
  margin-bottom: 40px;
}
.layout-sp .search-index-page .global-article .local-tournament-schedule h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  padding-bottom: 33px;
}
.layout-sp .search-index-page .global-article .local-worldrank:after,
.layout-sp .search-index-page .global-article .local-prizerank:after,
.layout-sp .search-index-page .global-article .local-stats:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .search-index-page .global-article .local-worldrank .module-ttl,
.layout-sp .search-index-page .global-article .local-prizerank .module-ttl,
.layout-sp .search-index-page .global-article .local-stats .module-ttl {
  margin-bottom: 40px;
}
.layout-sp .search-index-page .global-article .local-worldrank p.module-btn,
.layout-sp .search-index-page .global-article .local-prizerank p.module-btn,
.layout-sp .search-index-page .global-article .local-stats p.module-btn {
  float: right;

  width: 290px;
}
.layout-sp .search-index-page .global-article .local-worldrank {
  margin: 177px auto auto;
}
.layout-sp .search-index-page .global-article .local-prizerank {
  margin: 70px auto auto;
}
.layout-sp .search-index-page .global-article .local-prizerank p.module-btn {
  margin-top: 35px;
}
.layout-sp .search-index-page .global-article .local-stats {
  margin: 70px auto auto;
}
.layout-sp .search-index-page .global-article .local-stats:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .search-index-page .global-article .local-stats .detail {
  font-size: 97%;
  font-weight: bold;
  line-height: 1.196428571428571;

  margin: 30px auto 61px;
}
.layout-sp .search-index-page .global-article .local-stats .ttl {
  font-size: 104%;

  margin-bottom: 30px;
}
.layout-sp .search-index-page .global-article .local-stats .ttl .label .unit {
  font-size: 67%;
}
.layout-sp .search-index-page .global-article .local-stats .ttl .selected .column {
  line-height: 3;

  padding: 0 27px;
}
.layout-sp .search-index-page .global-article .local-stats .ttl .selected::after {
  position: absolute;
  top: 50%;
  right: 27px;
  left: auto;

  width: 20px;
  height: 20px;
  margin-top: -13px;

  border-width: 4px;
  border-color: #fff;
}
.layout-sp .search-index-page .global-article .local-stats .ttl.has-list .selected .column {
  padding: 0 110px 0 27px;
}
.layout-sp .search-index-page .global-article .local-stats .ttl.has-list .selected .column:after {
  position: absolute;
  top: 7px;
  right: 90px;

  display: block;

  width: 3px;
  height: 76px;

  content: "";

  background-color: #fff;
}
.layout-sp .search-index-page .global-article .local-stats .ttl .list li .column {
  line-height: 3;

  padding: 0 27px;
}
.layout-sp .search-index-page .global-article .local-stats p.module-btn {
  margin-top: 25px;
}
.layout-sp .search-index-page .global-article .local-bnr-area {
  margin-top: 115px;
}
.sitepolicy-index-page .global-main.has-aside .global-content {
  padding-top: 0;
}
.sitepolicy-index-page .global-article .local-sitepolicy {
  counter-reset: terms serial;
}
.sitepolicy-index-page .global-article .local-sitepolicy .terms dt {
  counter-increment: terms;
}
.sitepolicy-index-page .global-article .local-sitepolicy .terms dt::before {
  content: counter(terms) ". ";
}
.sitepolicy-index-page .global-article .local-sitepolicy .serial li {
  counter-increment: serial;
}
.sitepolicy-index-page .global-article .local-sitepolicy .serial li::before {
  content: counter(serial) ". ";
}
.sitepolicy-index-page .global-article .local-sitepolicy .bnr {
  font-size: 0;
}
.sitepolicy-index-page .global-article .local-sitepolicy .bnr li {
  font-size: medium;

  display: inline-block;
}
* html .sitepolicy-index-page .global-article .local-sitepolicy .bnr li {
  display: inline;
}
*:first-child + html .sitepolicy-index-page .global-article .local-sitepolicy .bnr li {
  display: inline;
}
.sitepolicy-index-page .global-article .local-sitepolicy .bnr img {
  vertical-align: middle;
}
.layout-pc .sitepolicy-index-page .global-main.has-aside .global-content {
  padding-top: 54px;
}
.layout-pc .sitepolicy-index-page .local-sitepolicy h2.module-ttl {
  margin-bottom: 24px;
}
.layout-pc .sitepolicy-index-page .local-sitepolicy .description {
  font-size: 94%;
  line-height: 1.357142857142857;
}
.layout-pc .sitepolicy-index-page .local-sitepolicy .terms {
  margin: 27px auto 29px;
}
.layout-pc .sitepolicy-index-page .local-sitepolicy .terms dt {
  font-size: 107%;
  font-weight: bold;

  margin: 26px auto 14px;
}
.layout-pc .sitepolicy-index-page .local-sitepolicy .terms dd {
  font-size: 94%;
  line-height: 1.410714285714286;

  margin: 14px auto;
}
.layout-pc .sitepolicy-index-page .local-sitepolicy .serial {
  margin: 20px auto;
}
.layout-pc .sitepolicy-index-page .local-sitepolicy .serial li {
  margin: 10px auto;
}
.layout-pc .sitepolicy-index-page .local-sitepolicy .bnr {
  margin: 29px -5px;
}
.layout-pc .sitepolicy-index-page .local-sitepolicy .bnr li {
  margin: auto 5px;
}
.layout-sp .sitepolicy-index-page .global-main.has-aside .global-content {
  padding-top: 70px;
}
.layout-sp .sitepolicy-index-page .local-sitepolicy h2.module-ttl {
  margin-bottom: 32px;
}
.layout-sp .sitepolicy-index-page .local-sitepolicy .description {
  font-size: 90%;
  line-height: 1.492307692307692;
}
.layout-sp .sitepolicy-index-page .local-sitepolicy .terms {
  margin: 58px auto;
}
.layout-sp .sitepolicy-index-page .local-sitepolicy .terms dt {
  font-size: 97%;
  font-weight: bold;

  margin: 48px auto 21px;
}
.layout-sp .sitepolicy-index-page .local-sitepolicy .terms dd {
  font-size: 90%;
  line-height: 1.451923076923077;

  margin: 20px auto;
}
.layout-sp .sitepolicy-index-page .local-sitepolicy .serial {
  margin: 30px auto;
}
.layout-sp .sitepolicy-index-page .local-sitepolicy .serial li {
  line-height: 1.384615384615385;
}
.layout-sp .sitepolicy-index-page .local-sitepolicy .bnr {
  margin: 58px -10px;

  text-align: center;
}
.layout-sp .sitepolicy-index-page .local-sitepolicy .bnr li {
  margin: auto 10px;
}
.layout-sp .sitepolicy-index-page .local-sitepolicy .module-btn {
  margin-top: 90px;
}
.layout-sp .sitepolicy-index-page .local-bnr-area .module-bnr .how-to-watch .ttl {
  line-height: 1.055555555555556;

  margin-bottom: 28px;
}
.tour-data-page .global-article .module-table {
  word-wrap: break-word;
  word-break: break-all;

  overflow-wrap: break-word;
}
.tour-data-page .global-article .module-table td.name .container {
  display: block;
  overflow: hidden;

  width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.tour-data-page .global-article .module-data-tab .date {
  text-align: right;
}
.tour-data-page .global-article .module-data-tab .ttl .selected a:after {
  position: absolute;

  display: block;

  content: "";

  background-color: #fff;
}
.tour-data-page .global-article .module-data-tab .ttl .selected::after {
  border-color: #fff;
}
.layout-pc .tour-data-page .global-article .local-stats h2.module-ttl {
  margin-top: auto;
  margin-bottom: 15px;
}
.layout-pc .tour-data-page .global-article .local-stats h2.module-ttl span {
  line-height: 1;

  padding-bottom: 12px;
}
.layout-pc .tour-data-page .global-article .local-stats h2.module-ttl:after {
  border-bottom-width: 4px;
}
.layout-pc .tour-data-page .global-article .local-stats .meta:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .tour-data-page .global-article .local-stats .meta .module-sns {
  float: left;
}
.layout-pc .tour-data-page .global-article .table-area {
  clear: both;

  width: 100%;
}
.layout-pc .tour-data-page .global-article .table-area:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .tour-data-page .global-article .table-area section {
  position: relative;

  width: 352px;
  margin-top: 60px;
}
.layout-pc .tour-data-page .global-article .table-area section:nth-child(odd) {
  float: left;
  clear: both;
}
.layout-pc .tour-data-page .global-article .table-area section:nth-child(even) {
  float: right;
}
.layout-pc .tour-data-page .global-article .table-area section:nth-child(-n+2) {
  margin-top: 40px;
}
.layout-pc .tour-data-page .global-article .table-area section h3.module-ttl {
  line-height: normal !important;

  float: left;

  margin-bottom: 12px !important;
}
.layout-pc .tour-data-page .global-article .table-area section h3.module-ttl span {
  font-size: 120%;

  border-left-width: 5px;
}
.layout-pc .tour-data-page .global-article .table-area section h3.module-ttl .unit {
  font-size: 56%;
}
.layout-pc .tour-data-page .global-article .table-area section .desc {
  margin-bottom: 24px;
}
.layout-pc .tour-data-page .global-article .table-area section .desc:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .tour-data-page .global-article .table-area section .detail {
  line-height: 1.3;

  clear: both;

  margin-bottom: 12px;
}
.layout-pc .tour-data-page .global-article .table-area section .date {
  font-size: 94%;

  float: right;
  clear: both;
}
.layout-pc .tour-data-page.jgto_jlpga-page .global-article .local-fairway_g {
  float: left !important;
  clear: both;
}
.layout-sp .tour-data-page .global-article .local-stats h2.module-ttl {
  margin-bottom: 32px;
}
.layout-sp .tour-data-page .global-article .local-stats h2.module-ttl span {
  font-size: 166%;
  line-height: 1;

  padding-bottom: 18px;
}
.layout-sp .tour-data-page .global-article .local-stats h2.module-ttl:after {
  border-bottom-width: 6px;
}
.layout-sp .tour-data-page .global-article .local-stats .module-data-tab .ttl {
  font-size: 104%;

  margin: 60px auto 30px;
}
.layout-sp .tour-data-page .global-article .local-stats .module-data-tab .ttl .unit {
  font-size: 67%;
}
.layout-sp .tour-data-page .global-article .local-stats .module-data-tab .ttl .selected .column {
  line-height: 3;

  padding: 0 27px;
}
.layout-sp .tour-data-page .global-article .local-stats .module-data-tab .ttl .selected::after {
  position: absolute;
  top: 50%;
  right: 27px;
  left: auto;

  width: 20px;
  height: 20px;
  margin-top: -13px;

  border-width: 4px;
  border-color: #fff;
}
.layout-sp .tour-data-page .global-article .local-stats .module-data-tab .ttl.has-list .selected .column {
  padding: 0 110px 0 27px;
}
.layout-sp .tour-data-page .global-article .local-stats .module-data-tab .ttl.has-list .selected .column:after {
  position: absolute;
  top: 7px;
  right: 90px;

  display: block;

  width: 3px;
  height: 76px;

  content: "";

  background-color: #fff;
}
.layout-sp .tour-data-page .global-article .local-stats .module-data-tab .ttl .list li .column {
  line-height: 3;
}
.layout-sp .tour-data-page .global-article .local-stats .module-data-tab .desc {
  margin: 20px auto 30px;
}
.layout-sp .tour-data-page .global-article .local-stats .module-data-tab .desc:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .tour-data-page .global-article .local-stats .module-data-tab .detail {
  font-size: 97%;
  font-weight: bold;
  line-height: 1.321428571428571;

  margin-bottom: 15px;
}
.layout-sp .tour-data-page .global-article .local-gn-magazine {
  margin-top: 140px;
  padding-top: 140px;
  padding-bottom: 140px;

  background-color: #edf3f0;
}
.layout-sp .tour-data-page .global-article .local-gn-magazine h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  width: 100%;
  padding-bottom: 36px;
}
.layout-sp .tour-data-page .global-article .local-tournament-schedule {
  margin-top: 140px;
}
.layout-sp .tour-data-page .global-article .local-tournament-schedule h2.module-ttl {
  margin-bottom: 40px;
}
.layout-sp .tour-data-page .global-article .local-tournament-schedule h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  padding-bottom: 33px;
}
.layout-sp .tour-data-page .global-article .local-bnr-area .module-bnr .how-to-watch .ttl {
  line-height: 1.055555555555556;

  margin-bottom: 28px;
}
.tour-index-page .global-article .local-score-update {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.tour-index-page .global-article .local-score-update .module-data-tab .detail {
  font-weight: bold;
}
.tour-index-page .global-article .local-score-update .module-data-tab .ttl .selected a:after {
  position: absolute;

  display: block;

  content: "";

  background-color: #fff;
}
.tour-index-page .global-article .local-score-update .module-data-tab .ttl .selected::after {
  border-color: #fff;
}
.tour-index-page .global-article .local-score-update .module-data-tab .module-btn {
  float: right;
}
.tour-index-page .global-article .local-score-update .module-table td.split {
  background-color: #c8c8c8;
}
.layout-pc .tour-index-page .global-article .local-tour-report {
  margin-top: 70px;
}
.layout-pc .tour-index-page .global-article .local-tour-report h2.module-ttl {
  line-height: 1;
}
.layout-pc .tour-index-page .global-article .local-tour-report h2.module-ttl span {
  padding-bottom: 23px;
}
.layout-pc .tour-index-page .global-article .local-score-update {
  margin-top: 30px;
}
.layout-pc .tour-index-page .global-article .local-score-update h3.module-ttl span {
  font-size: 147%;

  margin: -5px 0 -6px;
}
.layout-pc .tour-index-page .global-article .local-score-update .module-data-tab:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .tour-index-page .global-article .local-score-update .module-data-tab .detail {
  font-size: 107%;
}
.layout-pc .tour-index-page .global-article .local-score-update .module-data-tab .sync-btns {
  margin: 19px auto 10px;
}
.layout-pc .tour-index-page .global-article .local-score-update .module-data-tab .ttl {
  font-size: 120%;

  margin: 30px auto 25px;
}
.layout-pc .tour-index-page .global-article .local-score-update .module-data-tab .ttl .selected a {
  line-height: 2.777777777777778;

  padding: 0 70px 0 20px;
}
.layout-pc .tour-index-page .global-article .local-score-update .module-data-tab .ttl .selected::after {
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;

  width: 10px;
  height: 10px;
  margin-top: -6px;

  border-width: 2px;
}
.layout-pc .tour-index-page .global-article .local-score-update .module-data-tab .ttl.has-list .selected a:after {
  top: 5px;
  right: 50px;

  width: 2px;
  height: 40px;
}
.layout-pc .tour-index-page .global-article .local-score-update .module-data-tab .ttl .list li a {
  line-height: 2.777777777777778;

  padding: 0 20px;
}
.layout-pc .tour-index-page .global-article .local-score-update .module-data-tab .desc .detail {
  display: none;
}
.layout-pc .tour-index-page .global-article .local-score-update .module-data-tab .desc .detail.is-active {
  display: block;
}
.layout-pc .tour-index-page .global-article .local-score-update .module-data-tab .module-btn {
  width: 168px;
  margin-top: 20px;
}
.layout-pc .tour-index-page .global-article .local-featured-player,
.layout-pc .tour-index-page .global-article .local-held-schedule {
  margin-top: 60px;
}
.layout-pc .tour-index-page .global-article .local-featured-player h3.module-ttl,
.layout-pc .tour-index-page .global-article .local-held-schedule h3.module-ttl {
  margin-bottom: 30px;
}
.layout-pc .tour-index-page .global-article .local-featured-player h3.module-ttl span,
.layout-pc .tour-index-page .global-article .local-held-schedule h3.module-ttl span {
  font-size: 147%;

  margin: -5px 0 -6px;
}
.layout-pc .tour-index-page .global-article .local-held-schedule-inner {
  position: relative;
}
.layout-pc .tour-index-page .global-article .local-held-schedule-inner .module-btn {
  position: absolute;
  top: -7px;
  right: 0;
}
.layout-pc .tour-index-page .global-article .module-held-list .item a {
  height: 66px;
  padding: 10px 0;
}
.layout-pc .tour-index-page .global-article .module-held-list .item:first-child a {
  padding-top: 0;
}
.layout-pc .tour-index-page .global-article .module-held-list .item figure {
  width: 124px;

  text-align: right;
}
.layout-pc .tour-index-page .global-article .module-held-list .item figure img {
  width: auto;
  max-width: 124px;
  height: auto;

  vertical-align: middle;
}
.layout-pc .tour-index-page .global-article .local-tour-articles {
  margin-top: 91px;
}
.layout-pc .tour-index-page .global-article .local-tour-articles h2.module-ttl {
  line-height: 1;

  margin-bottom: 50px;
}
.layout-pc .tour-index-page .global-article .local-tour-articles h2.module-ttl span {
  padding-bottom: 23px;
}
.layout-pc .tour-index-page .global-article .local-tour-articles .module-list li {
  margin-top: 33px;
}
.layout-pc .tour-index-page .global-article .local-tour-articles .module-list li:nth-child(-n+2) {
  margin-top: 0;
}
.layout-pc .tour-index-page .global-article .local-tour-articles .module-btn {
  margin-top: 54px;
}
.layout-pc .tour-index-page .global-article .table-area {
  clear: both;

  width: 100%;
  margin-top: 91px;

  word-wrap: break-word;

  overflow-wrap: break-word;
}
.layout-pc .tour-index-page .global-article .table-area:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .tour-index-page .global-article .table-area section {
  width: 352px;
  margin-top: 60px;
}
.layout-pc .tour-index-page .global-article .table-area section:nth-child(odd) {
  float: left;
  clear: both;
}
.layout-pc .tour-index-page .global-article .table-area section:nth-child(even) {
  float: right;
}
.layout-pc .tour-index-page .global-article .table-area section:nth-child(-n+2) {
  margin-top: auto;
}
.layout-pc .tour-index-page .global-article .table-area section .module-txt {
  line-height: 1.3;

  margin-bottom: 23px;
}
.layout-pc .tour-index-page .global-article .table-area section h3.module-ttl {
  line-height: 1;

  margin-top: 0;
  margin-bottom: 22px;
}
.layout-pc .tour-index-page .global-article .table-area section h3.module-ttl::before {
  width: 5px;
}
.layout-pc .tour-index-page .global-article .table-area section h3.module-ttl span {
  font-size: 120%;
  line-height: 1.444444444444444;

  margin: -7px 0;
  padding-left: 15px;
}
.layout-pc .tour-index-page .global-article .table-area section h3.module-ttl .unit {
  font-size: 56%;

  padding-left: 5px;
}
.layout-pc .tour-index-page .global-article .table-area section .module-table .module-btn {
  float: right;

  width: 128px;
  margin-top: 12px;
}
.layout-pc .tour-index-page .global-article .local-pickup-program h2.module-ttl {
  line-height: 1;

  margin-bottom: 50px;
}
.layout-pc .tour-index-page .global-article .local-pickup-program h2.module-ttl span {
  padding-bottom: 23px;
}
.layout-pc .tour-index-page.jgto_jlpga-page .global-article .local-fairway_g {
  float: left !important;
  clear: both;
}
.layout-sp .tour-index-page .global-article .local-tour-report {
  margin-top: 142px;
}
.layout-sp .tour-index-page .global-article .local-tour-report h2.module-ttl {
  line-height: 1;

  margin-bottom: 68px;
}
.layout-sp .tour-index-page .global-article .local-tour-report h2.module-ttl span {
  padding-bottom: 33px;
}
.layout-sp .tour-index-page .global-article .local-score-update {
  margin-top: auto;
  padding-right: 0;
  padding-left: 0;
}
.layout-sp .tour-index-page .global-article .local-score-update:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .tour-index-page .global-article .local-score-update .module-data-tab .detail {
  font-size: 97%;
  line-height: 1.3125;

  display: none;
}
.layout-sp .tour-index-page .global-article .local-score-update .module-data-tab .detail.is-active {
  display: block;
}
.layout-sp .tour-index-page .global-article .local-score-update .module-data-tab .sync-btns ul {
  margin: 58px -11px 34px;
}
.layout-sp .tour-index-page .global-article .local-score-update .module-data-tab .ttl {
  font-size: 104%;

  margin: 40px auto 33px;
}
.layout-sp .tour-index-page .global-article .local-score-update .module-data-tab .ttl .selected .column {
  line-height: 3;

  padding: 0 110px 0 27px;
}
.layout-sp .tour-index-page .global-article .local-score-update .module-data-tab .ttl .selected::after {
  position: absolute;
  top: 50%;
  right: 27px;
  left: auto;

  width: 20px;
  height: 20px;
  margin-top: -13px;

  border-width: 4px;
}
.layout-sp .tour-index-page .global-article .local-score-update .module-data-tab .ttl.has-list .selected .column:after {
  top: 7px;
  right: 90px;

  width: 3px;
  height: 76px;
}
.layout-sp .tour-index-page .global-article .local-score-update .module-data-tab .ttl .list li .column {
  line-height: 3;
}
.layout-sp .tour-index-page .global-article .local-score-update .module-btn {
  width: 321px;
  margin-top: 34px;
}
.layout-sp .tour-index-page .global-article .local-featured-player {
  margin-top: 80px;
  padding-right: 0;
  padding-left: 0;
}
.layout-sp .tour-index-page .global-article .local-featured-player .module-featured-player {
  margin-top: 40px;
}
.layout-sp .tour-index-page .global-article .local-held-schedule {
  margin-top: 80px;
  padding-right: 0;
  padding-left: 0;
}
.layout-sp .tour-index-page .global-article .local-held-schedule:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .tour-index-page .global-article .local-held-schedule .module-btn {
  float: right;

  width: 292px;
  margin-top: 42px;
}
.layout-sp .tour-index-page .global-article .module-held-list figure {
  width: 135px;

  text-align: right;
}
.layout-sp .tour-index-page .global-article .module-held-list figure img {
  width: auto;

  vertical-align: middle;
}
.layout-sp .tour-index-page .global-article .local-tour-articles {
  margin-top: 140px;
}
.layout-sp .tour-index-page .global-article .local-tour-articles h2.module-ttl {
  line-height: 1;

  margin-bottom: 68px;
}
.layout-sp .tour-index-page .global-article .local-tour-articles h2.module-ttl span {
  padding-bottom: 33px;
}
.layout-sp .tour-index-page .global-article .local-tour-articles p.module-btn {
  margin-top: 80px;
}
.layout-sp .tour-index-page .global-article .local-data {
  margin-top: 140px;

  word-wrap: break-word;

  overflow-wrap: break-word;
}
.layout-sp .tour-index-page .global-article .local-data:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .tour-index-page .global-article .local-data .local-parts {
  margin: 70px auto auto;
  padding-right: 0;
  padding-left: 0;
}
.layout-sp .tour-index-page .global-article .local-data .local-parts:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .tour-index-page .global-article .local-data .local-parts .module-ttl {
  margin-bottom: 40px;
}
.layout-sp .tour-index-page .global-article .local-data .local-parts p.module-btn {
  float: right;

  width: 290px;
}
.layout-sp .tour-index-page .global-article .local-data .local-parts p.module-btn {
  margin-top: 35px;
}
.layout-sp .tour-index-page .global-article .local-data .local-stats .detail {
  font-size: 97%;
  font-weight: bold;
  line-height: 1.196428571428571;

  margin: 30px auto 61px;
}
.layout-sp .tour-index-page .global-article .local-data .local-stats .ttl {
  font-size: 104%;

  margin-bottom: 30px;
}
.layout-sp .tour-index-page .global-article .local-data .local-stats .ttl .label .unit {
  font-size: 67%;
}
.layout-sp .tour-index-page .global-article .local-data .local-stats .ttl .selected .column {
  line-height: 3;

  padding: 0 27px;
}
.layout-sp .tour-index-page .global-article .local-data .local-stats .ttl .selected::after {
  position: absolute;
  top: 50%;
  right: 27px;
  left: auto;

  width: 20px;
  height: 20px;
  margin-top: -13px;

  border-width: 4px;
  border-color: #fff;
}
.layout-sp .tour-index-page .global-article .local-data .local-stats .ttl.has-list .selected .column {
  padding: 0 110px 0 27px;
}
.layout-sp .tour-index-page .global-article .local-data .local-stats .ttl.has-list .selected .column:after {
  position: absolute;
  top: 7px;
  right: 90px;

  display: block;

  width: 3px;
  height: 76px;

  content: "";

  background-color: #fff;
}
.layout-sp .tour-index-page .global-article .local-data .local-stats .ttl .list li .column {
  line-height: 3;

  padding: 0 27px;
}
.layout-sp .tour-index-page .global-article .local-data .local-stats p.module-btn {
  margin-top: 25px;
}
.layout-sp .tour-index-page .global-article .local-pickup-program {
  margin-top: 140px;
}
.layout-sp .tour-index-page .global-article .local-pickup-program h2.module-ttl {
  line-height: 1;

  margin-bottom: 68px;
}
.layout-sp .tour-index-page .global-article .local-pickup-program h2.module-ttl span {
  padding-bottom: 33px;
}
.tour-leaderboard_s-page .global-article .local-leaderboard-s {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tour-leaderboard_s-page .global-article .local-leaderboard-s .tournament-data {
  position: relative;
  top: 0;
  left: 0;

  margin-top: 4em;
  padding-top: 2em;
}
.tour-leaderboard_s-page .global-article .local-leaderboard-s .tournament-data::before {
  position: absolute;
  top: 0;
  left: 50%;

  display: block;

  width: 151.93370165745856%;
  margin-left: -75.96685082872928%;

  content: "";

  border-top: 4px solid #022167;
}
.tour-leaderboard_s-page .global-article .local-leaderboard-s .tournament-data:first-child {
  margin-top: 0;
  padding-top: 0;
}
.tour-leaderboard_s-page .global-article .local-leaderboard-s .tournament-data:first-child::before {
  display: none;

  border-top: none;
}
.tour-leaderboard_s-page .global-article .local-leaderboard-s dl {
  margin: .5em 0;
}
.tour-leaderboard_s-page .global-article .local-leaderboard-s dt,
.tour-leaderboard_s-page .global-article .local-leaderboard-s dd {
  font-weight: bold;

  display: inline;
}
.tour-leaderboard_s-page .global-article .local-leaderboard-s dt:after {
  display: inline;

  content: "：";
}
.tour-leaderboard_s-page .global-article .local-leaderboard-s table {
  table-layout: auto !important;
}
.tour-leaderboard_s-page .global-article .local-leaderboard-s td[colspan] {
  background-color: #c8c8c8;
}
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s .local-parts-inner {
  width: 724px;
}
.layout-pc .tour-leaderboard_s-page .global-article .local-leaderboard-s .tournament-data::before {
  width: 151.93370165745856%;
  margin-left: -75.96685082872928%;
}
.layout-sp .tour-leaderboard_s-page .global-article .local-leaderboard-s .tournament-data::before {
  width: 111.94029850746267%;
  margin-left: -55.970149253731336%;
}
.tour-leaderboard-page .global-article .module-data-tab {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.tour-leaderboard-page .global-article .module-table td.split {
  background-color: #c8c8c8;
}
.tour-leaderboard-page .global-article .module-table td.name .container {
  display: block;
  overflow: hidden;

  width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.tour-leaderboard-page .global-article .module-data-tab .ttl .list:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.tour-leaderboard-page .global-article .module-data-tab .ttl ul {
  overflow: visible;

  max-height: none;

  -webkit-overflow-scrolling: auto;
}
.tour-leaderboard-page .global-article .module-data-tab .ttl li .column {
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  text-align: center;

  color: #000;
  background-color: #f2f2f2;
}
.tour-leaderboard-page .global-article .module-data-tab .ttl li.is-active .column {
  color: #fff;
  background: #022167 !important;
}
.tour-leaderboard-page .global-article .module-data-tab .desc .detail {
  display: none;
}
.tour-leaderboard-page .global-article .module-data-tab .desc .detail li {
  font-weight: bold;
}
.tour-leaderboard-page .global-article .module-data-tab .desc .detail.is-active {
  display: block;
}
.tour-leaderboard-page .global-article .module-data-tab .date {
  font-weight: bold;
}
.layout-pc .tour-leaderboard-page .global-article .module-table th.rank {
  width: 4em;
}
.layout-pc .tour-leaderboard-page .global-article .module-table th.round {
  width: 3em;
}
.layout-pc .tour-leaderboard-page .global-article .module-table th.updown {
  width: 4em;
}
.layout-pc .tour-leaderboard-page .global-article .module-table th.score,
.layout-pc .tour-leaderboard-page .global-article .module-table th.total,
.layout-pc .tour-leaderboard-page .global-article .module-table th.hole {
  width: 4.5em;
}
.layout-pc .tour-leaderboard-page .global-article .module-table th.today,
.layout-pc .tour-leaderboard-page .global-article .module-table th.event,
.layout-pc .tour-leaderboard-page .global-article .module-table th.ave {
  width: 5em;
}
.layout-pc .tour-leaderboard-page .global-article .module-table th.space {
  width: 5.5em;
}
.layout-pc .tour-leaderboard-page .global-article .module-table th.point {
  width: 6em;
}
.layout-pc .tour-leaderboard-page .global-article .module-table th.prize {
  width: 9em;
}
.layout-pc .tour-leaderboard-page .global-article .module-table td.name {
  padding-right: 10px;
  padding-left: 10px;
}
.layout-pc .tour-leaderboard-page .global-article .module-table td.up i:after,
.layout-pc .tour-leaderboard-page .global-article .module-table td.down i:after {
  font-size: 107%;
  font-style: normal;

  display: inline;
}
.layout-pc .tour-leaderboard-page .global-article .module-table td.up i:after {
  content: "\002B06";

  color: #d82731;
}
.layout-pc .tour-leaderboard-page .global-article .module-table td.down i:after {
  content: "\002B07";

  color: #0a1f62;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update h2.module-ttl {
  margin-top: auto;
  margin-bottom: 13px;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update h2.module-ttl span {
  line-height: 1;

  padding-bottom: 12px;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update h2.module-ttl:after {
  border-bottom-width: 4px;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update .module-data-tab .ttl {
  margin: 38px auto 19px;

  background: transparent;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update .module-data-tab .ttl .list {
  position: static;

  background: transparent;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update .module-data-tab .ttl .list li {
  font-size: 120%;
  line-height: 1.666666666666667;

  width: 359px;
  margin-bottom: 6px;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update .module-data-tab .ttl .list li:nth-child(odd) {
  float: left;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update .module-data-tab .ttl .list li:nth-child(even) {
  float: right;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update .module-data-tab .ttl .list .column {
  padding: 10px;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update .module-data-tab .ttl .list a:hover {
  background: #dcdcdc;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update .module-data-tab .module-tab-content {
  clear: both;

  padding-top: 25px;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update .module-data-tab .desc .detail li {
  font-size: 107%;
  line-height: 1.5;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update .module-data-tab .sync-btns {
  margin: 15px auto 11px;
}
.layout-pc .tour-leaderboard-page .global-article .local-score-update .module-data-tab .date {
  line-height: 1;

  clear: both;

  margin-bottom: 14px;

  text-align: right;
}
.layout-sp .tour-leaderboard-page .global-article {
  padding-bottom: 180px;
}
.layout-sp .tour-leaderboard-page .global-article .module-table th.rank,
.layout-sp .tour-leaderboard-page .global-article .module-table th.event,
.layout-sp .tour-leaderboard-page .global-article .module-table th.hole,
.layout-sp .tour-leaderboard-page .global-article .module-table th.today {
  width: 3em;
}
.layout-sp .tour-leaderboard-page .global-article .module-table th.ave,
.layout-sp .tour-leaderboard-page .global-article .module-table th.total {
  width: 3.5em;
}
.layout-sp .tour-leaderboard-page .global-article .module-table th.score {
  width: 4em;
}
.layout-sp .tour-leaderboard-page .global-article .module-table th.point {
  width: 5em;
}
.layout-sp .tour-leaderboard-page .global-article .module-table th.space {
  width: 6em;
}
.layout-sp .tour-leaderboard-page .global-article .module-table th.prize {
  width: 8em;
}
.layout-sp .tour-leaderboard-page .global-article .module-table th.hole,
.layout-sp .tour-leaderboard-page .global-article .module-table th.today,
.layout-sp .tour-leaderboard-page .global-article .module-table th.total,
.layout-sp .tour-leaderboard-page .global-article .module-table th.point,
.layout-sp .tour-leaderboard-page .global-article .module-table th.event {
  line-height: 1.142857142857143;
}
.layout-sp .tour-leaderboard-page .global-article .module-table td.name {
  padding-right: 20px;
  padding-left: 20px;
}
.layout-sp .tour-leaderboard-page .global-article .local-score-update h2.module-ttl {
  margin-bottom: 32px;
}
.layout-sp .tour-leaderboard-page .global-article .local-score-update h2.module-ttl span {
  font-size: 166%;
  line-height: 1;

  padding-bottom: 18px;
}
.layout-sp .tour-leaderboard-page .global-article .local-score-update h2.module-ttl:after {
  border-bottom-width: 6px;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab {
  margin: 60px auto 30px;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .ttl {
  font-size: 104%;

  margin: 23px auto;

  background: none;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .ttl .selected a {
  line-height: 3;

  padding: 0 110px 0 27px;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .desc .detail ul {
  font-size: 97%;

  margin-top: 30px;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .desc .detail ul li {
  line-height: 1.335714285714286;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .leadersboard-btn-list {
  position: static;

  background: none;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .leadersboard-btn-list li {
  margin-bottom: 24px;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .leadersboard-btn-list li:last-child {
  margin-bottom: 0;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .leadersboard-btn-list a {
  padding: 21px;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .sync-btns {
  margin-top: 44px;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .sync-btns li {
  width: 50%;
  margin: 0;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .sync-btns li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;

  background: #dcdcdc;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .date {
  font-size: 97%;
  font-weight: bold;
  line-height: 1;

  padding: 22px 0 21px;

  text-align: center;

  background-color: #f2f2f2;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .date p {
  display: none;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .date p.is-active {
  display: block;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .round ul {
  display: table;

  width: 100%;
  margin: 23px auto;

  table-layout: fixed;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .round li {
  font-size: 97%;
  font-weight: bold;
  line-height: 1;

  display: table-cell;

  text-align: center;

  border-right: 3px solid #dcdcdc;
  background-color: #f2f2f2;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .round li:last-child {
  border-right: none;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .round li.is-active {
  background-color: #232323;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .round li.is-active a {
  color: #fff;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .round a {
  display: block;

  padding: 26px 28px;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .module-table table {
  display: none;
}
.layout-sp .tour-leaderboard-page .global-article .module-data-tab .module-table table.is-active {
  display: table;
}
.layout-sp .tour-leaderboard-page .global-article .local-gn-magazine {
  margin-top: 140px;
  padding-top: 140px;
  padding-bottom: 140px;

  background-color: #edf3f0;
}
.layout-sp .tour-leaderboard-page .global-article .local-gn-magazine h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  width: 100%;
  padding-bottom: 36px;
}
.layout-sp .tour-leaderboard-page .global-article .local-tournament-schedule {
  margin-top: 140px;
}
.layout-sp .tour-leaderboard-page .global-article .local-tournament-schedule h2.module-ttl {
  margin-bottom: 40px;
}
.layout-sp .tour-leaderboard-page .global-article .local-tournament-schedule h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  padding-bottom: 33px;
}
.layout-sp .tour-leaderboard-page .global-article .local-bnr-area .module-bnr .how-to-watch .ttl {
  line-height: 1.055555555555556;

  margin-bottom: 28px;
}
.tour-prizerank-page .global-article .local-prizerank .desc .date {
  text-align: right;
}
.tour-prizerank-page .global-article .local-prizerank .desc .date p {
  font-weight: bold;
}
.tour-prizerank-page .global-article .module-table {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.tour-prizerank-page .global-article .module-table td.name .container {
  display: block;
  overflow: hidden;

  width: 100%;

  /*
  white-space: nowrap;
  text-overflow: ellipsis;
  */
}
.layout-pc .tour-prizerank-page .global-article .local-prizerank h2.module-ttl {
  margin-top: auto;
  margin-bottom: 13px;
}
.layout-pc .tour-prizerank-page .global-article .local-prizerank h2.module-ttl span {
  line-height: 1;

  padding-bottom: 12px;
}
.layout-pc .tour-prizerank-page .global-article .local-prizerank h2.module-ttl:after {
  border-bottom-width: 4px;
}
.layout-pc .tour-prizerank-page .global-article .local-prizerank .desc .detail {
  margin-top: 31px;
}
.layout-pc .tour-prizerank-page .global-article .local-prizerank .desc .date {
  line-height: 1;

  margin: 23px auto 15px;
}
.layout-sp .tour-prizerank-page .global-article {
  padding-bottom: 180px;
}
.layout-sp .tour-prizerank-page .global-article .local-prizerank h2.module-ttl {
  margin-bottom: 32px;
}
.layout-sp .tour-prizerank-page .global-article .local-prizerank h2.module-ttl span {
  font-size: 166%;
  line-height: 1;

  padding-bottom: 18px;
}
.layout-sp .tour-prizerank-page .global-article .local-prizerank h2.module-ttl:after {
  border-bottom-width: 6px;
}
.layout-sp .tour-prizerank-page .global-article .local-prizerank .desc {
  font-size: 97%;
}
.layout-sp .tour-prizerank-page .global-article .local-prizerank .desc .detail {
  line-height: 1.321428571428571;

  margin: 59px auto 49px;
}
.layout-sp .tour-prizerank-page .global-article .local-prizerank .desc .date {
  line-height: 1;

  margin: 19px auto;
}
.layout-sp .tour-prizerank-page .local-gn-magazine {
  margin-top: 140px;
  padding-top: 140px;
  padding-bottom: 140px;

  background-color: #edf3f0;
}
.layout-sp .tour-prizerank-page .local-gn-magazine h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  width: 100%;
  padding-bottom: 36px;
}
.layout-sp .tour-prizerank-page .local-tournament-schedule {
  margin-top: 140px;
}
.layout-sp .tour-prizerank-page .local-tournament-schedule h2.module-ttl {
  margin-bottom: 40px;
}
.layout-sp .tour-prizerank-page .local-tournament-schedule h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  padding-bottom: 33px;
}
.layout-sp .tour-prizerank-page .local-bnr-area .module-bnr .how-to-watch .ttl {
  line-height: 1.055555555555556;

  margin-bottom: 28px;
}
.tour-schedule-page .global-article .module-table {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.tour-schedule-page .global-article .module-data-tab {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.tour-schedule-page .global-article .module-data-tab .ttl .selected a:after {
  position: absolute;

  display: block;

  content: "";

  background-color: #fff;
}
.tour-schedule-page .global-article .module-data-tab .ttl .selected::after {
  border-color: #fff;
}
.layout-pc .tour-schedule-page .global-article .local-schedule h2.module-ttl {
  margin-top: auto;
  margin-bottom: 13px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule h2.module-ttl .ja {
  line-height: 1;

  padding-bottom: 12px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule h2.module-ttl span {
  line-height: 1;

  padding-bottom: 12px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule h2.module-ttl:after {
  border-bottom-width: 4px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table th {
  font-size: 107%;
  line-height: 1.1875;

  padding: 14px 5px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table th.winner {
  width: 14em;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td .date {
  line-height: 1.384615384615385;

  margin-bottom: 5px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(odd) {
  font-weight: normal;

  padding: 17px 20px 16px 0;

  text-align: left;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(odd) dt {
  font-size: 124%;
  line-height: 1.5;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(odd) a {
  font-weight: bold;

  position: relative;

  padding-bottom: 1px;

  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;

  border-bottom: 1px solid #000;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(odd) a img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(odd) a:hover {
  opacity: .6;
}
.ua-not-pc.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(odd) a:hover {
  opacity: 1;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(odd) dd {
  line-height: 1.384615384615385;

  margin-top: 10px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(even) {
  padding: 18px 20px 16px 20px;

  vertical-align: middle;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(even) .name,
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(even) .last-year {
  font-size: 108%;
  line-height: 1.285714285714286;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(even) .name + .module-btn {
  padding-bottom: 4px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(even) .name.last,
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(even) .name.last + .last-year {
  line-height: 1.571428571428571;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(even) .name.last + .last-year {
  font-weight: normal;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-table tr td:nth-child(even) .module-btn {
  margin-top: 11px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl {
  font-size: 120%;

  margin: 40px auto 20px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl .selected .column {
  line-height: 2.777777777777778;

  padding: 0 20px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl .selected::after {
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;

  width: 10px;
  height: 10px;
  margin-top: -6px;

  border-width: 2px;
  border-color: #fff;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl .selected.is-open::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl.has-list .selected .column {
  padding: 0 70px 0 20px;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl.has-list .selected .column:after {
  position: absolute;
  top: 5px;
  right: 50px;

  display: block;

  width: 2px;
  height: 40px;

  content: "";

  background-color: #fff;
}
.layout-pc .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl .list li .column {
  line-height: 2.777777777777778;

  padding: 0 20px;
}
.layout-sp .tour-schedule-page .global-article .local-schedule h2.module-ttl {
  margin-bottom: 32px;
}
.layout-sp .tour-schedule-page .global-article .local-schedule h2.module-ttl span {
  font-size: 166%;
  line-height: 1;

  padding-bottom: 18px;
}
.layout-sp .tour-schedule-page .global-article .local-schedule h2.module-ttl:after {
  border-bottom-width: 6px;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl {
  font-size: 104%;

  margin: 61px auto auto;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl .selected .column {
  line-height: 3;

  padding: 0 27px;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl .selected::after {
  position: absolute;
  top: 50%;
  right: 27px;
  left: auto;

  width: 20px;
  height: 20px;
  margin-top: -13px;

  border-width: 4px;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl.has-list .selected .column {
  padding: 0 110px 0 27px;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl.has-list .selected .column:after {
  top: 7px;
  right: 90px;

  width: 3px;
  height: 76px;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-data-tab .ttl .list li .column {
  line-height: 3;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table tr {
  padding: 40px 0;

  border-bottom: 2px solid #d6d6d6 !important;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table th {
  display: none;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table tr,
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td {
  display: block;

  border: none;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td {
  font-weight: normal;

  text-align: left;

  border-right: none;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td dd {
  line-height: 1.226190476190476;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(odd) {
  font-size: 100%;

  border-bottom: none;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(odd):after {
  content: none;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(odd) .date {
  font-size: 97%;
  line-height: 1.357142857142857;

  margin-bottom: 4px;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(odd) dt {
  font-size: 111%;
  line-height: 1.375;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(odd) a {
  font-weight: bold;

  position: relative;

  padding-bottom: 1px;

  border-bottom: 1px solid #000;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(odd) dd {
  font-size: 97%;
  line-height: 1.357142857142857;

  margin-top: 19px;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(even) {
  font-size: 100%;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(even) .container:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(even) .name {
  font-size: 97%;
  line-height: 1.357142857142857;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(even) .name:before {
  display: inline;

  content: "優勝者：";
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(even) .name.last {
  margin-bottom: auto;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(even) .name.last::before {
  display: inline;

  content: "前年優勝者：";
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(even) .last-year {
  display: none;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(even) p.module-btn {
  float: left;

  margin-top: 24px;
}
.layout-sp .tour-schedule-page .global-article .local-schedule .module-table td:nth-child(even) p.module-btn a {
  font-size: 114%;
}
.layout-sp .tour-schedule-page .global-article .local-gn-magazine {
  margin-top: 160px;
  padding-top: 140px;
  padding-bottom: 140px;

  background-color: #edf3f0;
}
.layout-sp .tour-schedule-page .global-article .local-gn-magazine h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  width: 100%;
  padding-bottom: 36px;
}
.layout-sp .tour-schedule-page .global-article .local-tournament-schedule {
  margin-top: 140px;
}
.layout-sp .tour-schedule-page .global-article .local-tournament-schedule h2.module-ttl {
  margin-bottom: 40px;
}
.layout-sp .tour-schedule-page .global-article .local-tournament-schedule h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  padding-bottom: 33px;
}
.layout-sp .tour-schedule-page .global-article .local-bnr-area .module-bnr .how-to-watch .ttl {
  line-height: 1.055555555555556;

  margin-bottom: 28px;
}
.tour-tournament_logs-page .global-article .module-data-tab {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.tour-tournament_logs-page .global-article .module-data-tab .detail {
  font-weight: bold;
}
.tour-tournament_logs-page .global-article .module-data-tab .date {
  text-align: right;
}
.tour-tournament_logs-page .global-article .module-data-tab .tab .selected a:after {
  position: absolute;

  display: block;

  content: "";

  background-color: #fff;
}
.tour-tournament_logs-page .global-article .module-data-tab .tab .selected::after {
  border-color: #fff;
}
.layout-pc .tour-tournament_logs-page .global-main.has-aside .global-content {
  padding-top: 54px;
}
.layout-pc .tour-tournament_logs-page .local-results h2.module-ttl.option-type3 {
  margin-top: auto;
  margin-bottom: 13px;
}
.layout-pc .tour-tournament_logs-page .local-results h2.module-ttl.option-type3 span {
  line-height: 1;

  padding-bottom: 12px;
}
.layout-pc .tour-tournament_logs-page .local-results h2.module-ttl.option-type3:after {
  border-bottom-width: 4px;
}
.layout-pc .tour-tournament_logs-page .module-data-tab p.module-ttl {
  line-height: 2.777777777777778;

  margin: 38px auto 25px;
  padding-top: 0;
  padding-bottom: 0;
}
.layout-pc .tour-tournament_logs-page .module-data-tab p.module-ttl span {
  display: block;
  overflow: hidden;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.layout-pc .tour-tournament_logs-page .module-data-tab .desc .detail li {
  font-weight: bold;
  line-height: 1.5;

  margin-top: 7px;
}
.layout-pc .tour-tournament_logs-page .module-data-tab .desc .detail li:first-child {
  margin-top: 0;
}
.layout-pc .tour-tournament_logs-page .module-data-tab .desc .date {
  font-weight: bold;
  line-height: 1;

  margin: 15px auto;
}
.layout-sp .tour-tournament_logs-page .global-article .local-results h2.module-ttl {
  margin-bottom: 32px;
}
.layout-sp .tour-tournament_logs-page .global-article .local-results h2.module-ttl span {
  font-size: 166%;
  line-height: 1;

  padding-bottom: 18px;
}
.layout-sp .tour-tournament_logs-page .global-article .local-results h2.module-ttl:after {
  border-bottom-width: 6px;
}
.layout-sp .tour-tournament_logs-page .global-article .local-results .module-data-tab p.module-ttl {
  line-height: 3;

  margin: 60px auto 33px;
  padding-top: 0;
  padding-bottom: 0;
}
.layout-sp .tour-tournament_logs-page .global-article .local-results .module-data-tab p.module-ttl span {
  font-size: 100%;

  display: block;
  overflow: hidden;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;
}
.layout-sp .tour-tournament_logs-page .global-article .local-results .module-data-tab .detail {
  font-size: 97%;
  font-weight: bold;
  line-height: 1.3125;
}
.layout-sp .tour-tournament_logs-page .global-article .local-results .module-data-tab .date {
  font-weight: bold;
  line-height: 1;

  margin: 50px auto 20px;
}
.layout-sp .tour-tournament_logs-page .global-article .local-tournament-schedule {
  margin-top: 140px;
}
.layout-sp .tour-tournament_logs-page .global-article .local-tournament-schedule h2.module-ttl {
  margin-bottom: 40px;
}
.layout-sp .tour-tournament_logs-page .global-article .local-tournament-schedule h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  padding-bottom: 33px;
}
.layout-sp .tour-tournament_logs-page .global-article .local-bnr-area .module-bnr .how-to-watch .ttl {
  line-height: 1.055555555555556;

  margin-bottom: 28px;
}
.tour-tournament-page .global-article:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.tour-tournament-page .global-article .module-eye-catch {
  word-wrap: break-word;
  word-break: break-all;

  overflow-wrap: break-word;
}
.tour-tournament-page .global-article .module-eye-catch .list {
  font-weight: bold;
}
.tour-tournament-page .global-article .module-eye-catch .tags:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.tour-tournament-page .global-article .module-eye-catch .tags li {
  font-size: 80%;
  font-weight: bold;

  display: inline-block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;

  text-align: center;

  color: #fff;
}
* html .tour-tournament-page .global-article .module-eye-catch .tags li {
  display: inline;
}
*:first-child + html .tour-tournament-page .global-article .module-eye-catch .tags li {
  display: inline;
}
.tour-tournament-page .global-article .module-eye-catch .tags .live-broadcast {
  background-color: #6218c8;
}
.tour-tournament-page .global-article .local-match-result {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.tour-tournament-page .global-article .local-match-result p.module-ttl.option-type6 {
  margin-bottom: 24px;

  word-wrap: break-word;

  overflow-wrap: break-word;
}
.tour-tournament-page .global-article .local-score-update {
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.tour-tournament-page .global-article .local-score-update .module-data-tab .detail {
  font-weight: bold;
}
.tour-tournament-page .global-article .local-score-update .module-data-tab .ttl .selected a:after {
  position: absolute;

  display: block;

  content: "";

  background-color: #fff;
}
.tour-tournament-page .global-article .local-score-update .module-data-tab .ttl .selected::after {
  border-color: #fff;
}
.tour-tournament-page .global-article .local-score-update .module-data-tab .module-btn {
  float: right;
}
.tour-tournament-page .global-article .local-match-result:after,
.tour-tournament-page .global-article .local-score-update:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.tour-tournament-page .global-article .local-match-result .module-btn,
.tour-tournament-page .global-article .local-score-update .module-btn {
  float: right;
}
.tour-tournament-page .global-article .local-score-update .module-data-tab .desc .detail {
  display: none;
}
.tour-tournament-page .global-article .local-score-update .module-data-tab .desc .detail.is-active {
  display: block;
}
.layout-pc .tour-tournament-page .global-essential h1.module-ttl.option-type3 .ja {
  line-height: 1.264705882352941;

  padding-bottom: 8px;
}
.layout-pc .tour-tournament-page .global-main.has-aside .global-content {
  padding-top: 33px;
}
.layout-pc .tour-tournament-page .global-article .module-eye-catch .list {
  font-size: 100%;
  line-height: 1.433333333333333;
}
.layout-pc .tour-tournament-page .global-article .module-eye-catch .tags {
  margin: 9px -5px;
}
.layout-pc .tour-tournament-page .global-article .module-eye-catch .tags li {
  font-size: 74%;
  line-height: 1.818181818181818;

  min-width: 106px;
  margin: 5px;
}
.layout-pc .tour-tournament-page .global-article .module-eye-catch .module-sns {
  float: right;
}
.layout-pc .tour-tournament-page .global-article .local-match-result .module-btn,
.layout-pc .tour-tournament-page .global-article .local-score-update .module-btn {
  width: 168px;
  margin-top: 20px;
}
.layout-pc .tour-tournament-page .global-article .local-score-update h3.module-ttl {
  line-height: 1;
}
.layout-pc .tour-tournament-page .global-article .local-score-update h3.module-ttl span {
  font-size: 154%;
}
.layout-pc .tour-tournament-page .global-article .local-score-update .module-data-tab:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.layout-pc .tour-tournament-page .global-article .local-score-update .module-data-tab .detail {
  font-size: 107%;
}
.layout-pc .tour-tournament-page .global-article .local-score-update .module-data-tab .sync-btns {
  margin: 19px auto 10px;
}
.layout-pc .tour-tournament-page .global-article .local-score-update .module-data-tab .ttl {
  font-size: 120%;

  margin: 30px auto 25px;
}
.layout-pc .tour-tournament-page .global-article .local-score-update .module-data-tab .ttl .selected a {
  line-height: 2.777777777777778;

  padding: 0 70px 0 20px;
}
.layout-pc .tour-tournament-page .global-article .local-score-update .module-data-tab .ttl .selected::after {
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;

  width: 10px;
  height: 10px;
  margin-top: -6px;

  border-width: 2px;
}
.layout-pc .tour-tournament-page .global-article .local-score-update .module-data-tab .ttl.has-list .selected a:after {
  top: 5px;
  right: 50px;

  width: 2px;
  height: 40px;
}
.layout-pc .tour-tournament-page .global-article .local-score-update .module-data-tab .ttl .list li a {
  line-height: 2.777777777777778;

  padding: 0 20px;
}
.layout-pc .tour-tournament-page .global-article .local-score-update .module-data-tab .module-btn {
  width: 168px;
  margin-top: 20px;
}
.layout-pc .tour-tournament-page .global-article .local-broadcast-schedule {
  margin-top: 65px;
}
.layout-pc .tour-tournament-page .global-article .local-how-to-watch {
  margin-top: 30px;
}
.layout-pc .tour-tournament-page .global-article .local-tour-articles .module-btn {
  margin-top: 50px;
}
.layout-pc .tour-tournament-page .global-article .local-tour-articles {
  margin-top: 118px;
}
.layout-pc .tour-tournament-page .global-article .local-tour-articles h3.module-ttl span {
  line-height: 1;

  padding-left: 10px;
}
.layout-sp .tour-tournament-page .global-essential h1.module-ttl.option-type3 .ja {
  line-height: 1.208333333333333;

  padding-bottom: 12px;
}
.layout-sp .tour-tournament-page .global-essential h1.module-ttl.option-type3:after {
  border-bottom-width: 6px;
}
.layout-sp .tour-tournament-page .global-content {
  padding-top: 50px;
}
.layout-sp .tour-tournament-page .global-article .module-eye-catch .box dl dt {
  margin-bottom: 22px;
}
.layout-sp .tour-tournament-page .global-article .module-eye-catch .module-sns {
  margin: 38px auto;
}
.layout-sp .tour-tournament-page .global-article .module-eye-catch .list {
  font-size: 97%;

  margin-top: 45px;
}
.layout-sp .tour-tournament-page .global-article .module-eye-catch .list li {
  line-height: 1.571428571428571;
}
.layout-sp .tour-tournament-page .global-article .module-eye-catch .tags {
  margin: 11px -10px 25px;
}
.layout-sp .tour-tournament-page .global-article .module-eye-catch .tags li {
  font-size: 80%;
  line-height: 1.652173913043478;

  min-width: 223px;
  margin: 10px;
  padding-right: 25px;
  padding-left: 25px;
}
.layout-sp .tour-tournament-page .global-article .local-free:nth-child(2) {
  margin-top: 30px;
}
.layout-sp .tour-tournament-page .global-article .local-match-result .module-btn,
.layout-sp .tour-tournament-page .global-article .local-score-update .module-btn {
  width: 321px;
  margin-top: 34px;
}
.layout-sp .tour-tournament-page .global-article .local-match-result {
  margin-top: 160px;
}
.layout-sp .tour-tournament-page .global-article .local-score-update h3.module-ttl {
  line-height: 1;
}
.layout-sp .tour-tournament-page .global-article .local-score-update h3.module-ttl span {
  font-size: 111%;

  padding-left: 17px;
}
.layout-sp .tour-tournament-page .global-article .local-score-update .module-data-tab .detail {
  font-size: 97%;
  line-height: 1.3125;
}
.layout-sp .tour-tournament-page .global-article .local-score-update .module-data-tab .sync-btns ul {
  margin: 58px -11px 34px;
}
.layout-sp .tour-tournament-page .global-article .local-score-update .module-data-tab .ttl {
  font-size: 104%;

  margin: 40px auto 33px;
}
.layout-sp .tour-tournament-page .global-article .local-score-update .module-data-tab .ttl .selected a {
  line-height: 3;

  padding: 0 110px 0 27px;
}
.layout-sp .tour-tournament-page .global-article .local-score-update .module-data-tab .ttl .selected::after {
  position: absolute;
  top: 50%;
  right: 27px;
  left: auto;

  width: 20px;
  height: 20px;
  margin-top: -13px;

  border-width: 4px;
}
.layout-sp .tour-tournament-page .global-article .local-score-update .module-data-tab .ttl.has-list .selected a:after {
  top: 7px;
  right: 90px;

  width: 3px;
  height: 76px;
}
.layout-sp .tour-tournament-page .global-article .local-score-update .module-data-tab .ttl .list li a {
  line-height: 3;
}
.layout-sp .tour-tournament-page .global-article .local-score-update .module-data-tab .module-table th {
  color: #fff;
  border-right-color: #fff;
  background-color: #022167;
}
.layout-sp .tour-tournament-page .global-article .local-broadcast-schedule {
  margin-top: 120px;
}
.layout-sp .tour-tournament-page .global-article .local-how-to-watch {
  margin-top: 40px;
}
.layout-sp .tour-tournament-page .global-article .local-how-to-watch .always a {
  display: inline-block;
}
* html .layout-sp .tour-tournament-page .global-article .local-how-to-watch .always a {
  display: inline;
}
*:first-child + html .layout-sp .tour-tournament-page .global-article .local-how-to-watch .always a {
  display: inline;
}
.layout-sp .tour-tournament-page .global-article .local-how-to-watch .module-bnr .universal {
  margin-bottom: 80px;
}
.layout-sp .tour-tournament-page .global-article .local-how-to-watch .module-bnr .how-to-watch .ttl {
  line-height: 1.055555555555556;

  margin-bottom: 16px;
}
.layout-sp .tour-tournament-page .global-article .local-tour-articles h3.module-ttl,
.layout-sp .tour-tournament-page .global-article .local-pickup-program h3.module-ttl {
  margin-bottom: 68px;
}
.layout-sp .tour-tournament-page .global-article .local-tour-articles h3.module-ttl span,
.layout-sp .tour-tournament-page .global-article .local-pickup-program h3.module-ttl span {
  line-height: 1;

  padding-bottom: 27px;
}
.layout-sp .tour-tournament-page .global-article .local-tour-articles p.module-btn,
.layout-sp .tour-tournament-page .global-article .local-pickup-program p.module-btn {
  margin-top: 80px;
}
.layout-sp .tour-tournament-page .global-article .local-pickup-program {
  margin-top: 140px;
}
.tour-worldrank-page .global-article .local-worldrank .desc .date {
  text-align: right;
}
.tour-worldrank-page .global-article .local-worldrank .desc .date p {
  font-weight: bold;
}
.layout-pc .tour-worldrank-page .global-article .local-worldrank h2.module-ttl {
  margin-top: auto;
  margin-bottom: 13px;
}
.layout-pc .tour-worldrank-page .global-article .local-worldrank h2.module-ttl span {
  line-height: 1;

  padding-bottom: 12px;
}
.layout-pc .tour-worldrank-page .global-article .local-worldrank h2.module-ttl:after {
  border-bottom-width: 4px;
}
.layout-pc .tour-worldrank-page .global-article .local-worldrank .desc .detail {
  margin-top: 31px;
}
.layout-pc .tour-worldrank-page .global-article .local-worldrank .desc .date {
  line-height: 1;

  margin: 23px auto 15px;
}
.layout-sp .tour-worldrank-page .global-article {
  padding-bottom: 180px;
}
.layout-sp .tour-worldrank-page .global-article .local-worldrank h2.module-ttl {
  margin-bottom: 32px;
}
.layout-sp .tour-worldrank-page .global-article .local-worldrank h2.module-ttl span {
  font-size: 166%;
  line-height: 1;

  padding-bottom: 18px;
}
.layout-sp .tour-worldrank-page .global-article .local-worldrank h2.module-ttl:after {
  border-bottom-width: 6px;
}
.layout-sp .tour-worldrank-page .global-article .local-worldrank .desc {
  font-size: 97%;
}
.layout-sp .tour-worldrank-page .global-article .local-worldrank .desc .detail {
  line-height: 1.321428571428571;

  margin: 59px auto 49px;
}
.layout-sp .tour-worldrank-page .global-article .local-worldrank .desc .date {
  line-height: 1;

  margin: 19px auto;
}
.layout-sp .tour-worldrank-page .local-gn-magazine {
  margin-top: 140px;
  padding-top: 140px;
  padding-bottom: 140px;

  background-color: #edf3f0;
}
.layout-sp .tour-worldrank-page .local-gn-magazine h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  width: 100%;
  padding-bottom: 36px;
}
.layout-sp .tour-worldrank-page .local-tournament-schedule {
  margin-top: 140px;
}
.layout-sp .tour-worldrank-page .local-tournament-schedule h2.module-ttl {
  margin-bottom: 40px;
}
.layout-sp .tour-worldrank-page .local-tournament-schedule h2.module-ttl span {
  font-size: 152%;
  line-height: 1;

  padding-bottom: 33px;
}
.layout-sp .tour-worldrank-page .local-bnr-area .module-bnr .how-to-watch .ttl {
  line-height: 1.055555555555556;

  margin-bottom: 28px;
}

.layout-pc .adinfo-index-page .global-essential {
  background-image: url(/assets/img/pc/adinfo/index/bg_mainvisual1.jpg);
  background-size: cover;
}
.layout-pc .adinfo-index-page .global-essential .global-essential-inner {
  height: 450px;
}
.layout-pc .adinfo-index-page .global-essential .txt {
  position: relative;
  top: calc(50% - 142px);
  left: calc(50% - 407px);
  width: 815px;
  height: 284px;
}
.adinfo-index-page .global-content {
  padding-top: 0;
  background-color: #f2f2f2;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu {
  padding-top: 100px;

}
.layout-pc .adinfo-index-page .global-article .local-contents-menu ul{
  display: flex;
  justify-content: space-around;
  padding: 0 20px;
  margin-bottom: 60px;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu ul li {
  flex: 1;
  text-align: center;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu ul span {
  display: block;
  color: #022167;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  margin-top: 40px;
  white-space: nowrap;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu_txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 54px;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu_btn {
  text-align: center;
  margin-bottom: 80px;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu_btn a {
  display: inline-block;
  border: 2px solid #fdac4c;
  border-radius: 100px;
  cursor: pointer;
  background: url(/assets/img/pc/adinfo/index/icon_arrow.png) no-repeat right 30px top 46px / 27px 27px ,linear-gradient(60deg,#ff8010 0%,#e48b21 100%);
  background-image: ;
  box-shadow:  0 3px 7px rgba(228,139,33,0.5);
  padding: 22px 118px;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu_btn a:hover {
  background: #ff8010 url(/assets/img/pc/adinfo/index/icon_arrow.png) no-repeat right 30px top 46px / 27px 27px;
  box-shadow:  0 3px 7px rgba(228,139,33,0.2);
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu_btn a span {
  display: block;
  color: #fff;
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu_btn a span.ft_small {
  font-size: 20px;
  line-height: 1.8;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu_block {
  display: flex;
  justify-content: space-between;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu_block_box {
  width: 525px;
  background: #fff;
  border-radius: 20px;
  padding: 60px 70px 51px 70px;
  box-sizing: border-box;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu_block_box .img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 117px;
  text-align: center;
  margin-bottom: 21px;
}
.layout-pc .adinfo-index-page .global-article .local-contents-menu_block_box .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.layout-sp .adinfo-index-page .global-essential {
  background-image: url(/assets/img/sp/adinfo/index/bg_mainvisual1.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 124px;
  padding-bottom: 120px;
}
.layout-sp .adinfo-index-page .global-essential .txt {
  text-align: center;
}
.layout-sp .adinfo-index-page .global-essential .txt img{
  width: 93.33vw;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu {
  padding-top: 140px;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu ul li {
  width: 48%;
  text-align: center;
  margin-bottom: 70px;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu ul span {
  display: block;
  color: #022167;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.42;
  margin-top: 40px;
  white-space: nowrap;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu_txt {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.78;
  margin-bottom: 54px;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu_btn {
  text-align: center;
  margin-bottom: 140px;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu_btn a {
  display: inline-block;
  border: 2px solid #fdac4c;
  border-radius: 100px;
  cursor: pointer;
  background: url(/assets/img/sp/adinfo/index/icon_arrow.png) no-repeat right 30px top 54px / 27px 27px ,linear-gradient(60deg,#ff8010 0%,#e48b21 100%);
  background-image: ;
  box-shadow:  0 3px 7px rgba(228,139,33,0.5);
  padding: 30px 68px 30px 50px;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu_btn a:hover {
  background: #ff8010 url(/assets/img/sp/adinfo/index/icon_arrow.png) no-repeat right 30px top 54px / 27px 27px;
  box-shadow:  0 3px 7px rgba(228,139,33,0.2);
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu_btn a span {
  display: block;
  color: #fff;
  line-height: 1.2;
  font-size: 34px;
  font-weight: bold;
  white-space: nowrap;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu_btn a span.ft_small {
  font-size: 22px;
  line-height: 1.8;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu_block_box {
  background: #fff;
  border-radius: 20px;
  padding: 45px 50px 40px 50px;
  box-sizing: border-box;
  margin-bottom: 47px;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu_block_box .img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 171px;
  text-align: center;
  margin-bottom: 21px;
}
.layout-sp .adinfo-index-page .global-article .local-contents-menu_block_box .txt {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
}
.layout-pc #download-page {
  width: 1100px;
  margin: 24px auto 0;
}
#download-page h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 24px;
}
#download-page p {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
#download-page .download-btn {
  text-align: center;
  margin-bottom: 40px;
}
#download-page .download-btn a {
  width: 700px;
  display: inline-block;
  border: 2px solid #fdac4c;
  border-radius: 100px;
  cursor: pointer;
  background: url(/assets/img/pc/adinfo/index/icon_arrow.png) no-repeat right 30px top 50% / 27px 27px, linear-gradient(60deg, #ff8010 0%, #e48b21 100%);
  background-image: ;
  box-shadow: 0 3px 7px rgba(228,139,33,0.5);
  padding: 22px 0;
}
#download-page .download-btn a:hover {
  background: #ff8010 url(/assets/img/pc/adinfo/index/icon_arrow.png) no-repeat right 30px top 50% / 27px 27px;
  box-shadow: 0 3px 7px rgba(228,139,33,0.2);
}
#download-page .download-btn a span {
  display: block;
  color: #fff;
  line-height: 1.2;
  font-size: 26px;
  font-weight: bold;
}
.layout-sp #download-page {
  margin: 40px auto 80px;
}
.layout-sp #download-page h1 {
  font-size: 40px;
  margin-bottom: 36px;
}
.layout-sp #download-page p {
  font-size: inherit;
}
.layout-sp #download-page .download-btn a {
  max-width: 90%;
}
.layout-sp #download-page .download-btn a span {
  font-size: 34px;
}

