@charset "UTF-8";
/* normalize */
/* normalize */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style-type: none;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  background-color: #000;
  position: relative;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: left;
  height: 100vh;
  overflow: auto;
}
body.is-noscroll {
  height: 100vh !important;
  overflow: hidden !important;
}
body.radio_body {
  background-color: #F5F5F5;
  color: #000;
}

a {
  text-decoration: underline;
  color: #15b9ff;
  transition: all 300ms ease-out 0s;
}
a:hover {
  opacity: 0.7;
}

.xs {
  font-size: .7em;
}

.s {
  font-size: .85em;
}

.l {
  font-size: 1.15em;
}

.xl {
  font-size: 1.3em;
}

.b {
  font-weight: 700;
}

.i {
  font-style: italic;
}

.maker {
  background: linear-gradient(transparent 40%, #ffc20d 40%);
  padding-bottom: .25em;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  transition: all 1s ease;
}
.maker.is-active {
  background-size: 100% 100%;
}

.ff__gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.ff__mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.ff__en {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.w {
  width: 100%;
  min-width: 0;
  background-color: transparent;
}
.w::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .w {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .w {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.g {
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  /**
  		&.m-haln__left {
  			margin-left: 0;
  			margin-right: auto;
  		}
  		&.m-haln__right {
  			margin-left: auto;
  			margin-right: 0;
  		}
  **/
}
.g::after {
  content: "";
  display: block;
  clear: both;
}
.g.m-mxw__1100 {
  max-width: 1100px;
}
.g.m-mxw__1200 {
  max-width: 1200px;
}
.g.m-mxw__1400 {
  max-width: 1400px;
}
.g.m-mxw__1700 {
  max-width: 1700px;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.ir {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.l-footer {
  background-color: #05674a;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.l-footer_logo img {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 1.5em;
  }
  .l-footer_logo img {
    width: 240px;
  }
}

.l-copy {
  text-align: right;
}
.l-copy p {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .1em;
  padding-left: .1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-copy {
    text-align: center;
    margin-top: 1.5em;
  }
  .l-copy p {
    font-size: 1rem;
    letter-spacing: .05em;
  }
}

.l-gNav_li {
  letter-spacing: .2em;
}
.l-gNav_li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  position: relative;
}
.l-gNav_li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: -5%;
  transition: all 300ms ease-out 0s;
}
.l-gNav_li a:hover::after {
  width: 110%;
}
.l-gNav_li.is-this a::after {
  width: 110%;
}
.l-gNav_li + .l-gNav_li::before {
  content: "/";
  display: inline-block;
  margin: 0 1em;
}
.l-gNav_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: rgba(5, 103, 74, 0.95);
}
.l-gNav_modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  max-height: 96vh;
  overflow: auto;
}
.l-gNav_modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
}
.l-gNav_modal .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 100px;
  height: 100px;
}
.l-gNav_modal .close span {
  display: block;
  width: 70%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-gNav_modal .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(30deg);
}
.l-gNav_modal .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.l-gNav_modal li {
  font-size: 3rem;
  letter-spacing: .047em;
}
.l-gNav_modal li + li {
  border-top: solid 1px #569f8b;
}
.l-gNav_modal li a {
  display: block;
  padding: .45em 50px;
  text-decoration: none;
  color: #fff;
}
.l-gNav_btn {
  margin-left: 70px;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.l-gNav_btn span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: translate(0, -50%);
  transition: all 300ms ease-out 0s;
}
.l-gNav_btn span:nth-child(1) {
  width: 33.33333%;
}
.l-gNav_btn span:nth-child(2) {
  width: 66.66667%;
}
.l-gNav_btn span:nth-child(3) {
  margin-top: 10px;
}
.l-gNav_btn:hover span:nth-child(1) {
  width: 100%;
}
.l-gNav_btn:hover span:nth-child(3) {
  width: 33.33333%;
}
.l-gNav.m-radio {
  background-color: #fff;
  border-radius: 999px;
  padding: 5px 30px 5px 40px;
}
.l-gNav.m-radio .l-gNav_li a {
  color: #175539;
}
.l-gNav.m-radio .l-gNav_li a::after {
  background-color: #175539;
}
.l-gNav.m-radio .l-gNav_li + .l-gNav_li::before {
  color: #175539;
}
.l-gNav.m-radio .l-gNav_btn span {
  background-color: #175539;
}
.l-gNav.m-radio li.banner {
  border-top: 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-gNav_li + .l-gNav_li::before {
    display: none;
  }
  .l-gNav_li a {
    font-size: 1.5rem;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    height: 26px;
    width: 26px;
  }
  .l-gNav_li + .l-gNav_li {
    margin-left: 10px;
  }
  .l-gNav_li.m-tv a {
    background-image: url(../img/common/tv.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .l-gNav_li.m-radio a {
    background-image: url(../img/common/radio.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .l-gNav_btn {
    margin-left: 10px;
    width: 30px;
    height: 30px;
  }
  .l-gNav_btn span:nth-child(1) {
    margin-top: -6px;
  }
  .l-gNav_btn span:nth-child(3) {
    margin-top: 6px;
  }
  .l-gNav_modal .inner {
    height: 100%;
    padding-top: 70px;
  }
  .l-gNav_modal .close {
    width: 60px;
    height: 60px;
  }
  .l-gNav_modal li {
    font-size: 3rem;
  }
  .l-gNav_modal li a {
    padding: .45em 30px;
  }
  .l-gNav_modal li.sp_sm {
    font-size: 2.5rem;
  }
  .l-gNav.m-radio {
    padding: 5px 15px 5px 20px;
  }
  .l-gNav.m-radio .l-gNav_li.m-tv a {
    background-image: url(../img/common/tv_bk.svg);
  }
  .l-gNav.m-radio .l-gNav_li.m-radio a {
    background-image: url(../img/common/radio_bk.svg);
  }
}
@media screen and (min-width: 768px) {
  .l-gNav_li {
    font-size: 2rem;
    white-space: nowrap;
  }
  .l-gNav_btn {
    margin-left: 70px;
    width: 60px;
    height: 60px;
  }
  .l-gNav_btn span:nth-child(1) {
    margin-top: -10px;
  }
  .l-gNav_btn span:nth-child(3) {
    margin-top: 10px;
  }
  .l-gNav.m-radio .l-gNav_li {
    font-size: 1.8rem;
  }
  .l-gNav.m-radio .l-gNav_btn {
    height: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-gNav.m-radio .l-gNav_li {
    letter-spacing: .1em;
  }
  .l-gNav.m-radio .l-gNav_li + .l-gNav_li::before {
    margin: 0 .5em;
  }
  .l-gNav.m-radio .l-gNav_btn {
    margin-left: 40px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  transition: all 300ms ease-out 0s;
}
.l-header.m-radio .l-header_logo {
  padding: 18px 25px;
}
.l-header.m-radio .l-header_logo img {
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .l-header_logo img {
    margin-left: -20px;
    width: 90%;
  }
  .l-header.m-radio .l-header_logo {
    padding: 0;
  }
  .l-header.m-radio .l-header_logo a {
    display: block;
    padding-bottom: 20px;
  }
  .l-header.m-radio .l-header_logo img {
    margin-left: 0;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 768px) {
  .l-header.m-radio .l-header_logo img {
    width: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-header.m-radio .l-header_logo {
    padding: 20px 35px 35px 10px;
  }
}

.l-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.l-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.l-bg_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
.l-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  backdrop-filter: blur(0px);
  transition: all 300ms ease-out 0s;
}
.l-bg.is-scroll::after {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
