@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: .35em .75em .625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

@font-face {
  font-family: 'URWDINCond';
  src: url("/static/original/assets/font/URWDINCond-Medium.eot");
  src: url("/static/original/assets/font/URWDINCond-Medium.woff") format("woff"), url("/static/original/assets/font/URWDINCond-Medium.ttf") format("truetype");
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  font-family: 'HelveticaNeue', 'Helvetica', 'HiraginoSans-W3', '游ゴシック','メイリオ', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

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

::selection {
  background: #0b2560;
  color: #fff;
}

::-moz-selection {
  background: #0b2560;
  color: #fff;
}

.parts-svg {
  display: none;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--main, .btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn--main {
  background: #fff;
  color: #000;
  margin: 1em 0;
  padding: 1.4em 2em;
  font-style: normal !important;
  text-decoration: none !important;
}

.btn--sub {
  border: 1px solid #000;
  background: none;
  color: #000;
  margin: 1em 0;
  padding: 1.4em 2em;
  text-decoration: none !important;
}

.txt--link a {
  text-decoration: underline;
  transition: .3s;
}

.txt--link a:hover {
  text-decoration: none;
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.medium {
  font-size: 3.8rem;
  line-height: 0.9;
  letter-spacing: -0.0004em;
}

.small {
  font-size: 2.4rem;
  line-height: 1.08333;
  letter-spacing: -0.0001em;
}

.Xsmall {
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.date,
.category {
  display: inline-block;
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0px;
  color: #999;
  font-size: 1.6rem;
}

.cnt {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0px;
  color: #999;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}

.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb img {
  width: 100%;
}

.block--pager {
  position: relative;
  text-align: center;
  margin-top: 36px;
}

.block--pager li {
  position: absolute;
  display: inline-block;
  padding: .6em 0;
  margin: 0 5px;
  vertical-align: middle;
  line-height: 1;
}

.block--pager li a, .block--pager li button {
  position: relative;
  cursor: pointer;
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0px;
}

.block--pager li.pager-link--prev {
  left: 0;
}

.block--pager li.pager-link--prev a, .block--pager li.pager-link--prev button {
  padding-left: 33px;
}

.block--pager li.pager-link--prev a::before, .block--pager li.pager-link--prev a::after, .block--pager li.pager-link--prev button::before, .block--pager li.pager-link--prev button::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.block--pager li.pager-link--prev a::before, .block--pager li.pager-link--prev button::before {
  left: 3px;
  width: 15px;
  height: 1px;
  background: #000;
}

.block--pager li.pager-link--prev a::after, .block--pager li.pager-link--prev button::after {
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.block--pager li.pager-link--next {
  right: 0;
}

.block--pager li.pager-link--next a, .block--pager li.pager-link--next button {
  padding-right: 33px;
}

.block--pager li.pager-link--next a::before, .block--pager li.pager-link--next a::after, .block--pager li.pager-link--next button::before, .block--pager li.pager-link--next button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.block--pager li.pager-link--next a::before, .block--pager li.pager-link--next button::before {
  right: 3px;
  width: 15px;
  height: 1px;
  background: #000;
}

.block--pager li.pager-link--next a::after, .block--pager li.pager-link--next button::after {
  right: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block--pager li.pager-link--next a::before, .block--pager li.pager-link--next a::after, .block--pager li.pager-link--next button::before, .block--pager li.pager-link--next button::after {
  top: -5px;
}

#next {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
  text-align: center;
}

#next img {
  width: 32px;
  height: 32px;
}

.slider--pickup .item {
  width: 197px;
  padding: 0 5px;
}

.slider--pickup .item a {
  display: block;
}

.slider--pickup .item img {
  backface-visibility: hidden;
}

.slider--pickup .list__txt {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.slider--pickup .list__txt .txt {
  margin-top: 7px;
}

.photo--slider #swipebox-slider .slide-loading {
  background-image: none !important;
}

.photo--slider #swipebox-slider .slide img {
  max-height: 80%;
}

.photo--slider #swipebox-overlay {
  background: rgba(25, 25, 25, 0.8);
}

.photo--slider #swipebox-close {
  top: 3vw;
  right: 4vw;
  width: 30px;
  height: 30px;
  background: none;
}

.photo--slider #swipebox-close::before, .photo--slider #swipebox-close::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 14px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}

.photo--slider #swipebox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.photo--slider #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.photo--slider #swipebox-bottom-bar {
  background: none;
}

.photo--slider #swipebox-bottom-bar #swipebox-prev,
.photo--slider #swipebox-bottom-bar #swipebox-next {
  background: none;
  color: #fff;
}

.photo--slider #swipebox-bottom-bar #swipebox-prev::after,
.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 3px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}

.photo--slider #swipebox-bottom-bar #swipebox-prev {
  left: 3%;
}

.photo--slider #swipebox-bottom-bar #swipebox-prev::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 1em;
}

.photo--slider #swipebox-bottom-bar #swipebox-next {
  right: 3%;
}

.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (min-width: 800px) {
  .photo--slider #swipebox-arrows {
    max-width: none;
  }
}

/*-- YouTube --*/
.youtube, .player {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}

.youtube iframe,
.youtube embed, .player iframe,
.player embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 40px;
}

.block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player--ios {
  width: 100%;
  text-align: center;
}

.block--player.player-sp {
  width: 100%;
  padding-top: 0;
}

.block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.block--player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.eq-header, .video_title, .video_title_text_cover, .video_title_text {
  display: none !important;
}

.block--player .txt {
  margin-bottom: 1em;
}

.flash__player--accordion {
  margin: 2em 0;
}

.flash__player--accordion dl {
  border: solid 1px #000;
}

.flash__player--accordion dt {
  text-align: center;
  line-height: 3em;
  background-color: #000;
  color: #fff;
}

.flash__player--accordion dd {
  display: none;
  background: #fff;
}

.flash__player--accordion .list--player li {
  border-top: 1px solid rgba(150, 150, 150, 0.5);
}

.flash__player--accordion .list--player li:first-of-type {
  border-top: none;
}

.flash__player--accordion .list--player li a {
  display: block;
  padding: 1em;
}

@media screen and (max-width: 960px) {
  .block--player video {
    width: 100%;
  }
  .block--player--ios > video {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .block--player {
    width: 100%;
    padding-top: 56.25%;
  }
  .block--player.player-sp {
    width: 100%;
    padding-top: 0;
  }
}

.area--movie {
  margin: 3% auto;
  max-width: 640px;
}

.section--list .section--inner,
.section--list .no-data {
  max-width: none;
  padding: 60px 60px 0;
}

.list--info li a {
  position: relative;
  display: block;
  padding: 36px 60px;
}

.list--info li a .block-txt {
  width: 100%;
  max-width: 760px;
  margin: 0px auto;
}

.list--info li a .block--date {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.list--info li a .block--date p {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
  margin-bottom: 9px;
}

.list--info li a .block--date .category {
  position: relative;
  margin-left: 11px;
  padding-right: 19px;
}

.list--info li a .block--date .category::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 100%;
  margin-top: 5px;
  width: 100vw;
  height: 1px;
  background: #999;
}

.list--info li a .tit {
  line-height: 1.71;
}

.list--info li a:hover {
  background: linear-gradient(to left, rgba(167, 206, 255, 0.22), rgba(232, 255, 243, 0.22) 25%, rgba(233, 175, 255, 0.22) 54%, rgba(144, 177, 255, 0.22));
}

.list--contents li {
  content-visibility: auto;
}

.list--contents li a {
  padding: 20px 25px;
  display: block;
}

.list--contents li a .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.list--contents li a .item .thumb {
  width: 50%;
}

.list--contents li a .item .list__txt {
  width: 50%;
  padding-left: 25px;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.list--contents li a:hover {
  background: linear-gradient(to left, rgba(167, 206, 255, 0.22), rgba(232, 255, 243, 0.22) 25%, rgba(233, 175, 255, 0.22) 54%, rgba(144, 177, 255, 0.22));
}

.list--link .link a {
  position: relative;
  display: block;
  padding: 9px 45px 9px 20px;
  margin-bottom: 1px;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  white-space: nowrap;
}

.list--link .link a::before, .list--link .link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.list--link .link a::before {
  right: 20px;
  width: 15px;
  height: 1px;
  background: #fff;
}

.list--link .link a::after {
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list--link.fixed {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 173px;
  z-index: 1;
}

.section--detail {
  margin-top: 80px;
  padding: 0 25px;
}

.section--detail .block--date p {
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.section--detail .block--date p span {
  position: relative;
  padding-right: 30px;
  line-height: 1.125;
  letter-spacing: 0px;
  font-size: 1.6rem;
}

.section--detail .block--date p span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 100%;
  margin-top: 7px;
  width: 100vw;
  height: 1px;
  background: #999;
}

.section--detail .tit {
  margin-bottom: 60px;
  line-height: 1.6;
  letter-spacing: 0.0004em;
  font-size: 2rem;
}

.section--detail .txt {
  padding-bottom: 80px;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.section--detail .txt .ph {
  margin: 2% 0;
}

.section--detail .block--share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.section--detail .block--share .share-tit {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0px;
  padding: 5px 20px 0px 0px;
  color: #999;
}

.section--detail .block--share .share-line {
  width: 100%;
  height: 1px;
  background: #999;
}

.section--detail .block--share ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 20px;
  font-size: 25px;
}

.section--detail .block--share ul li {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: block;
}

.section--detail .block--share ul li.line a {
  vertical-align: middle;
}

.section--detail .block--share ul li:last-child {
  margin-right: 0;
}

.section--detail .block--share ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.section--detail .block--share ul li a i, .section--detail .block--share ul li a svg {
  display: block;
  margin: 0 auto;
}

.section--detail.area--box {
  padding: 0;
  margin-top: 60px;
}

.section--detail.area--box .section--inner {
  max-width: none;
}

.section--detail.area--box .txt {
  padding-bottom: 0;
}

.form--post dt,
.form--confirm dt {
  margin: 3em 0 1em;
  font-weight: bold;
}

.form--post dd,
.form--confirm dd {
  margin: 0 0 1em;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #b1b1b1;
}

::-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b1b1b1;
}

:-moz-placeholder {
  color: #b1b1b1;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
button {
  font-family: 'HelveticaNeue', 'Helvetica', 'HiraginoSans-W3', '游ゴシック','メイリオ', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
button:focus {
  border-color: #000;
}

input[type="text"].form__error,
input[type="tel"].form__error,
input[type="email"].form__error,
input[type="password"].form__error,
input[type="number"].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}

input[type="text"].form__error:focus,
input[type="tel"].form__error:focus,
input[type="email"].form__error:focus,
input[type="password"].form__error:focus,
input[type="number"].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}

input[type="text"][disabled],
input[type="tel"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="number"][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly="readonly"],
input[readonly="readonly"] {
  border: none;
  background: #fff;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  font-family: 'HelveticaNeue', 'Helvetica', 'HiraginoSans-W3', '游ゴシック','メイリオ', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}

textarea:focus {
  border-color: #000;
}

textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}

textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}

textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}

.form__select select {
  font-family: 'HelveticaNeue', 'Helvetica', 'HiraginoSans-W3', '游ゴシック','メイリオ', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}

.form__select select:focus {
  border-color: #000;
}

.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}

.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}

.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

.form__select::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}

.form__select::after {
  position: absolute;
  border-color: #000;
  top: 15px;
  right: 9px;
  z-index: -1;
}

/* checkbox */
.form__checkbox label p {
  font-family: 'HelveticaNeue', 'Helvetica', 'HiraginoSans-W3', '游ゴシック','メイリオ', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}

.form__checkbox input[type="checkbox"],
.form__checkbox input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.form__checkbox.form__error {
  color: #f33;
}

.form__checkbox label p {
  padding-left: 1.6em;
}

.form__checkbox label p::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.form__checkbox label p::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}

.form__checkbox :checked ~ p::before {
  background: #000;
  border-color: #000;
}

.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: 'HelveticaNeue', 'Helvetica', 'HiraginoSans-W3', '游ゴシック','メイリオ', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}

.form__radio input[type="checkbox"],
.form__radio input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.form__radio.form__error {
  color: #f33;
}

.form__radio label p {
  padding: 0 0.5em 0 1.6em;
}

.form__radio label p::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.form__radio :checked ~ p::before {
  border-color: #000;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: 'HelveticaNeue', 'Helvetica', 'HiraginoSans-W3', '游ゴシック','メイリオ', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}

.form__toggle input[type="checkbox"],
.form__toggle input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.form__toggle.form__error {
  color: #f33;
}

.form__toggle label p {
  padding-left: 0;
  position: relative;
}

.form__toggle label p::before,
.form__toggle label p::after {
  content: '';
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #000;
}

.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}

.form__toggle label p::after {
  width: 30px;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}

.form__toggle :checked ~ p::before {
  background: #000;
  border-color: #000;
}

.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  margin: 1em 0 2em;
}

.form--confirm {
  border: 0.5px solid #d9dde0;
  border-radius: 6px;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}

.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}

.form--confirm dd {
  margin: 0 0 30px;
}

/* required */
.required {
  display: inline-block;
  margin-left: 0.5em;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #999;
  color: #fff;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1;
}

.drawer__btn {
  display: block;
  position: fixed;
  top: 35px;
  right: 0px;
  z-index: 100;
  width: 58px;
}

.drawer__menu .drawer__menu-inner {
  position: absolute;
  padding-top: 7px;
  right: 0px;
  width: 56px;
  z-index: 1;
  cursor: pointer;
}

.drawer__menu .drawer__menu-inner .menu-parts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 4px;
  height: 4px;
}

.drawer__menu .drawer__menu-inner .menu-parts .star {
  margin-right: 2px;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  line-height: 0;
}

.drawer__menu .drawer__menu-inner .menu-parts .star svg {
  display: block;
}

.drawer__menu .drawer__menu-inner .menu-parts .line {
  display: block;
  width: 100%;
  height: 100%;
  transition-property: width;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #000;
}

.drawer__menu .drawer__menu-inner .menu-parts.parts01 .star {
  transition-delay: 1.4s;
}

.drawer__menu .drawer__menu-inner .menu-parts.parts02 .star {
  transition-delay: 1.45s;
}

.drawer__menu .drawer__menu-inner .menu-parts.parts03 .star {
  transition-delay: 1.5s;
}

.drawer__menu .drawer__menu-inner .menu-parts.parts04 .star {
  transition-delay: 1.55s;
}

.drawer__menu .drawer__menu-inner .menu-parts.parts01 .line {
  transition-delay: 1.6s;
}

.drawer__menu .drawer__menu-inner .menu-parts.parts02 .line {
  transition-delay: 1.5s;
}

.drawer__menu .drawer__menu-inner .menu-parts.parts03 .line {
  transition-delay: 1.4s;
}

.drawer__menu .drawer__menu-inner .menu-parts.parts04 .line {
  transition-delay: 1.3s;
}

.is-open .drawer__menu .drawer__menu-inner {
  z-index: -1;
}

.is-open .drawer__menu .drawer__menu-inner .menu-parts .star {
  opacity: 0;
}

.is-open .drawer__menu .drawer__menu-inner .menu-parts .line {
  width: 0px;
}

.is-open .drawer__menu .drawer__menu-inner .menu-parts.parts01 .star {
  transition-delay: 0.65s;
}

.is-open .drawer__menu .drawer__menu-inner .menu-parts.parts02 .star {
  transition-delay: 0.6s;
}

.is-open .drawer__menu .drawer__menu-inner .menu-parts.parts03 .star {
  transition-delay: 0.55s;
}

.is-open .drawer__menu .drawer__menu-inner .menu-parts.parts04 .star {
  transition-delay: 0.5s;
}

.is-open .drawer__menu .drawer__menu-inner .menu-parts.parts01 .line {
  transition-delay: 0.4s;
}

.is-open .drawer__menu .drawer__menu-inner .menu-parts.parts02 .line {
  transition-delay: 0.3s;
}

.is-open .drawer__menu .drawer__menu-inner .menu-parts.parts03 .line {
  transition-delay: 0.2s;
}

.is-open .drawer__menu .drawer__menu-inner .menu-parts.parts04 .line {
  transition-delay: 0.1s;
}

.drawer__close {
  padding: 3px 22px 0px 0px;
}

.drawer__close .drawer__close-inner {
  width: 36px;
  height: 34px;
  cursor: pointer;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 2s;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate3d(30px, 0px, 0px);
  cursor: pointer;
}

.drawer__close .drawer__close-inner .btn_close {
  position: relative;
  width: 100%;
  height: 100%;
}

.drawer__close .drawer__close-inner .star-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  padding: 0px 3px;
  z-index: 1;
}

.drawer__close .drawer__close-inner .star-wrap .star {
  display: block;
  margin-bottom: 3px;
}

.drawer__close .drawer__close-inner .star-wrap .star svg {
  display: block;
}

.drawer__close .drawer__close-inner .star-wrap .star:last-of-type {
  margin-bottom: 0;
}

.drawer__close .drawer__close-inner .line {
  width: 4px;
  height: 0px;
  background-color: black;
  position: absolute;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.drawer__close .drawer__close-inner .line.left-top {
  top: 0px;
  left: 0px;
  transform: rotate(-45deg);
  transform-origin: center top;
  transition-delay: 0.3s;
}

.drawer__close .drawer__close-inner .line.right-top {
  top: 0px;
  right: 0px;
  transform: rotate(45deg);
  transform-origin: center top;
  transition-delay: 0.5s;
}

.drawer__close .drawer__close-inner .line.left-bottom {
  top: calc(50% + 7px);
  left: calc(50% - 10px);
  transform: rotate(45deg);
  transform-origin: right top;
  transition-delay: 0.2s;
}

.drawer__close .drawer__close-inner .line.right-bottom {
  top: calc(50% + 7px);
  right: calc(50% - 10px);
  transform: rotate(-45deg);
  transform-origin: left top;
}

.is-open .drawer__close .drawer__close-inner {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.is-open .drawer__close .drawer__close-inner .line {
  height: 14px;
}

.is-open .drawer__close .drawer__close-inner .line.left-top {
  transition-delay: 1.8s;
}

.is-open .drawer__close .drawer__close-inner .line.right-top {
  transition-delay: 1.5s;
}

.is-open .drawer__close .drawer__close-inner .line.left-bottom {
  transition-delay: 1.65s;
}

.is-open .drawer__close .drawer__close-inner .line.right-bottom {
  transition-delay: 2s;
}

.drawer {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.drawer .drawer--inner {
  position: fixed;
  left: auto;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  padding-bottom: 87px;
  background-color: white;
  z-index: 2;
  overflow: hidden scroll;
}

.drawer .drawer--inner .drawer--header {
  margin-bottom: 35px;
  padding: 15px 0px 0px 52px;
}

.drawer .drawer--inner .drawer--header .logo {
  width: 80px;
  height: 80px;
}

.drawer .drawer--inner .block--gnav {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-bottom: 75px;
}

.drawer .drawer--inner .block--gnav .drawer--nav {
  width: 75.73%;
}

.drawer .drawer--inner .block--gnav .drawer--nav li a {
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
  color: black;
  padding: 18px 0px 5px 20px;
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 0.9;
  letter-spacing: -0.0004em;
}

.drawer .drawer--inner .block--gnav .drawer--nav li a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0%;
  margin: auto 0px;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to left, rgba(167, 206, 255, 0.22), rgba(232, 255, 243, 0.22) 25%, rgba(233, 175, 255, 0.22) 54%, rgba(144, 177, 255, 0.22));
  transform-origin: right center;
  z-index: -1;
}

.drawer .drawer--inner .block--gnav .drawer--nav li a:hover::after {
  opacity: 1;
}

.drawer .drawer--inner .content--wrap {
  margin-bottom: 72px;
}

.page--info .drawer .drawer--inner .block--gnav .drawer--nav .menu-news a::after,
.page--profile .drawer .drawer--inner .block--gnav .drawer--nav .menu-profile a::after,
.page--disco .drawer .drawer--inner .block--gnav .drawer--nav .menu-disco a::after,
.page--live .drawer .drawer--inner .block--gnav .drawer--nav .menu-live a::after,
.page--video .drawer .drawer--inner .block--gnav .drawer--nav .menu-videos a::after,
.page--photo .drawer .drawer--inner .block--gnav .drawer--nav .menu-photos a::after,
.page--goods .drawer .drawer--inner .block--gnav .drawer--nav .menu-goods a::after {
  opacity: 1;
}

.drawer-visible .cover {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: #0b2560;
  opacity: 0.6;
  z-index: 3;
}

.drawer-visible .drawer {
  display: block;
  opacity: 1;
  pointer-events: auto;
  animation-duration: 0.6s;
  animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fade-in;
  transition-property: opacity;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

footer {
  z-index: 1;
}

footer .inner {
  width: 100%;
  padding: 150px 0px 150px 18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .inner h1 {
  width: 80px;
  margin-right: 7px;
}

footer .inner h1 img {
  vertical-align: bottom;
}

footer .inner .nav--footer {
  width: 80.54%;
  max-width: 890px;
  margin: 0px auto;
  display: block;
}

footer .inner .nav--footer .since {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

footer .inner .nav--footer .copyright {
  color: #999;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  transition: none;
}

#loading .loader {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loading .loader .star-wrap {
  height: 90px;
  width: 90px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loading .loader .star-wrap .star {
  width: 25%;
  text-align: center;
}

.wrap {
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-top: 95px;
  z-index: 1;
}

.wrap::after {
  content: "";
  position: fixed;
  width: 100%;
  bottom: 0;
  left: auto;
  right: 0;
  height: 400px;
  background: url("/static/bumpofchicken/common/bg-aurora.png") no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -2;
}

.content--body {
  width: 100%;
}

.content--body .content--wrap {
  margin-bottom: 80px;
}

.content--body .content--wrap .inner {
  padding: 0 60px;
}

.content--body .content--wrap .block--head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 32px;
}

.content--body .content--wrap .block--head .section-tit {
  line-height: 0.5;
}

.content--body .content--wrap .block--head .btn--more a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.content--body .content--wrap .block--head .btn--more a::before, .content--body .content--wrap .block--head .btn--more a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.content--body .content--wrap .block--head .btn--more a::before {
  right: 3px;
  width: 15px;
  height: 1px;
  background: #000;
}

.content--body .content--wrap .block--head .btn--more a::after {
  right: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content--body .content--wrap .block--head .btn--more a span {
  padding-right: 30px;
}

.section--inner {
  width: 100%;
  max-width: 760px;
  margin: 0px auto;
}

.section-tit {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.08333;
  letter-spacing: -0.0001em;
}

.block--tit {
  position: absolute;
  top: 0;
  width: 100%;
  height: 95px;
  padding: 15px 0px 0px 52px;
}

.block--tit .block--tit-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.block--tit .block--tit-inner .logo {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.block--tit .block--tit-inner .logo a {
  display: block;
  width: 80px;
}

.block--tit .block--tit-inner .section-tit {
  width: 80.54%;
  max-width: 905px;
  margin: 0px auto;
  padding-top: 10px;
  display: block;
}

.block--tit .block--tit-inner .section-tit a {
  position: relative;
}

.block--tit .block--tit-inner .section-tit a .icon-back {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 11px;
}

.block--tit .block--tit-inner .section-tit a .icon-back svg {
  width: 100%;
  height: 100%;
}

.block--related h3 {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.08333;
  letter-spacing: -0.0001em;
  margin: 12px 0 40px 0;
}

/*-- SNS --*/
.block--link-sns {
  text-align: center;
}

.block--link-sns p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

.block--link-sns .list--sns {
  margin-top: 27px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
}

.block--link-sns .list--sns li {
  margin: 0 20px;
}

.block--link-sns .list--sns li a {
  display: block;
}

.page--home .wrap {
  padding-top: 0;
}

.page--home .wrap::after {
  width: 50%;
  left: 50%;
}

.page--home .wrap--content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 100vw;
}

.page--home .wrap--content .block--mainvisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.page--home .wrap--content .block--mainvisual img {
  width: 100%;
  height: 100vh;
}

.page--home .wrap--content .content--body {
  width: 50%;
}

.page--home .wrap--content .content--body::after {
  width: 50%;
}

.page--home .wrap--content .content--body .block--home-logo {
  padding: 14px 0px 0px 48px;
}

.page--home .wrap--content .content--body .logo {
  width: 120px;
  height: 120px;
}

.page--home .wrap--content .content--body .block--sitename {
  padding: calc(100vh - 245px) 25px 60px 60px;
}

.page--home .wrap--content .content--body .block--sitename h2 {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
}

.page--home .wrap--content .content--body .block--sitename h2 span {
  display: block;
}

.page--home .wrap--content .content--body .section-tit {
  font-size: 3.8rem;
  line-height: 0.9;
  letter-spacing: -0.0004em;
}

.page--home .drawer .drawer--inner .drawer--header .logo {
  width: 80px;
  height: 80px;
}

.page--home.drawer-visible .wrap--content,
body:not(.page--home).drawer-visible .wrap {
  position: fixed;
  overflow: hidden;
}

.page--info .section--info-pikup {
  margin: 80px 0 30px 0;
  padding: 35px 25px;
  background-color: #0b2560;
  color: #fff;
}

.page--info .section--info-pikup .section-tit {
  margin-bottom: 32px;
}

.page--info .section--info-pikup .list--info-pickup li {
  margin-bottom: 18px;
}

.page--info .section--info-pikup .list--info-pickup li:last-child {
  margin-bottom: 0;
}

.page--info .section--info-pikup .list--info-pickup li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.page--info .section--detail .txt a {
  display: inline;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  word-break: break-word;
}

.page--live .list--live {
  margin-top: 60px;
}

.page--live .list--live li {
  content-visibility: auto;
}

.page--live .list--live li a {
  position: relative;
  display: block;
  padding: 20px 0;
}

.page--live .list--live li a .block-txt {
  width: 100%;
  max-width: 760px;
  margin: 0px auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.page--live .list--live li a .list__txt {
  width: calc(100% - 110px);
  margin-right: 32px;
}

.page--live .list--live li a .list__txt .date {
  margin-bottom: 10px;
}

.page--live .list--live li a .list__txt .tit {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.0002em;
}

.page--live .list--live li a .thumb {
  width: 80px;
  min-height: 160px;
  max-height: 100%;
}

.page--live .list--live li a .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0b2560;
}

.page--live .list--live li a:hover {
  background: linear-gradient(to left, rgba(167, 206, 255, 0.22), rgba(232, 255, 243, 0.22) 25%, rgba(233, 175, 255, 0.22) 54%, rgba(144, 177, 255, 0.22));
}

.page--live .block--live .outline .thumb {
  width: 100%;
  overflow: hidden;
}

.page--live .block--live .outline .thumb img {
  width: 100%;
  height: 320px;
  display: block;
  margin-bottom: 36px;
  background-repeat: no-repeat;
  background-color: #0b2560;
}

.page--live .block--live .category {
  margin-bottom: 10px;
}

.page--live .block--live .tit {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.0002em;
}

.page--live .block--live .sub {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.page--live .block--live .block--live-detail .txt h3 {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.08333;
  letter-spacing: -0.0001em;
  margin-bottom: 32px;
}

.page--live .block--live .block--live-detail .txt h3.live--schedule {
  margin-top: 60px;
}

.page--live .block--live .block--live-detail .txt p {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.page--profile .section--detail {
  margin-top: 60px;
  padding: 0;
}

.page--profile .profile-photo {
  position: relative;
}

.page--profile .profile-photo img {
  width: 100%;
  display: block;
}

.page--profile .profile-photo img.photo-left {
  position: absolute;
  top: 0;
  left: -20px;
  transform: translateX(-100%);
}

.page--profile .profile-photo img.photo-right {
  position: absolute;
  top: 0;
  right: -20px;
  transform: translateX(100%);
}

.page--profile .profile-text {
  margin-top: 42px;
}

.page--profile .profile-text li {
  width: 50%;
  float: left;
  padding-right: 30px;
  margin-bottom: 44px;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.page--profile .profile-text li:nth-child(2n) {
  padding-right: 0;
}

.page--profile .profile-text li:nth-last-child(1), .page--profile .profile-text li:nth-last-child(2) {
  margin-bottom: 0;
}

.page--profile .profile-text .part {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0px;
  color: #999;
  margin-bottom: 12px;
}

.page--profile .profile-text .name {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.08333;
  letter-spacing: -0.0001em;
  word-break: break-word;
  margin-bottom: 6px;
}

.page--profile .profile-text .kana {
  margin-bottom: 16px;
  color: #999;
}

.page--profile .profile-text .link--sns a {
  display: inline-block;
  margin-right: 10px;
}

.page--profile .link--history {
  position: relative;
  z-index: 1;
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.08333;
  letter-spacing: -0.0001em;
}

.page--profile .link--history::before {
  content: "";
  width: 100%;
  max-width: 280px;
  height: 1px;
  position: absolute;
  inset: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  transform: rotate(-36deg);
  transform-origin: center center;
  z-index: -1;
}

.page--profile .link--history .btn--history {
  display: block;
  padding: 20px 0px 15px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.page--profile .link--history .year {
  width: 100%;
  max-width: 325px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.page--profile .link--history .year.since {
  margin: 0px auto 40px;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.page--profile .link--history .year.now {
  margin: 40px auto 0px;
}

.page--history .block--history {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.page--history .block--history .list--year {
  margin-right: 45px;
  width: 57px;
  text-align: center;
}

.page--history .block--history .list--year .year {
  position: relative;
  display: inline-block;
  padding: 5px 15px 0px;
  margin-bottom: 14px;
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0px;
  color: #999;
  cursor: pointer;
}

.page--history .block--history .list--year .year.current {
  color: #000;
}

.page--history .block--history .list--year .year.current::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
  z-index: 0;
  left: 60px;
}

.page--history .block--history .list--history {
  width: 100%;
  position: relative;
  z-index: 1;
}

.page--history .block--history .list--history .box {
  display: none;
}

.page--history .block--history .list--history .box.is-show {
  display: block;
}

.page--history .block--history .list--history .historybox li {
  min-height: 160px;
  padding: 20px;
  color: #fff;
  background-color: #000;
}

.page--history .block--history .list--history .historybox li:nth-child(2n) {
  background-color: #0b2560;
}

.page--history .block--history .list--history .historybox li .date {
  margin-bottom: 12px;
}

.page--history .block--history .list--history .historybox li .txt {
  padding-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.page--disco .list--contents li a:hover .thumb {
  box-shadow: rgba(0, 0, 0, 0.2) 15px 15px 30px 0px;
  background-color: rgba(0, 0, 0, 0.03);
}

.page--disco .block--disco .jacket .jacket--inner {
  width: 77%;
  margin: 0px auto;
}

.page--disco .block--disco .jacket .jacket--inner .photo {
  box-shadow: rgba(0, 0, 0, 0.2) 15px 15px 30px 0px;
}

.page--disco .block--disco .jacket .list--jacket li {
  margin-bottom: 2vw;
}

.page--disco .block--disco .jacket .list--jacket li:last-child {
  margin-bottom: 0;
}

.page--disco .block--disco .block--disc-detail .category {
  margin-bottom: 13px;
}

.page--disco .block--disco .block--disc-detail .tit {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.0002em;
  margin-bottom: 0;
}

.page--disco .block--disco .block--disc-detail .item-box {
  margin-top: 80px;
}

.page--disco .block--disco .block--disc-detail .item-detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}

.page--disco .block--disco .block--disc-detail .item-detail .thumb {
  width: 80px;
}

.page--disco .block--disco .block--disc-detail .item-detail .text {
  flex: 1 1 0%;
  margin-left: 20px;
}

.page--disco .block--disco .block--disc-detail .item-detail .text p {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.0004em;
}

.page--disco .block--disco .block--disc-detail .item-detail .text span {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
  color: #999;
  letter-spacing: 0.4px;
}

.page--disco .block--disco .block--disc-detail .track {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.page--disco .block--disco .block--disc-detail .track .track--tit {
  position: relative;
  margin-bottom: 10px;
  padding-left: 100px;
  color: #999;
}

.page--disco .block--disco .block--disc-detail .track .track--tit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 1px;
  background: #999;
}

.page--disco .block--disco .block--disc-detail .track ol {
  margin-bottom: 42px;
}

.page--disco .block--disco .block--disc-detail .track ol li {
  padding-left: 100px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.page--disco .block--disco .block--disc-detail .track ol li span {
  position: absolute;
  left: 0;
  width: 80px;
  color: #999;
}

.page--disco .block--disco .block--disc-detail .list--link {
  padding: 35px 25px 80px;
  position: relative;
  background: linear-gradient(to left, rgba(167, 206, 255, 0.22), rgba(232, 255, 243, 0.22) 25%, rgba(233, 175, 255, 0.22) 54%, rgba(144, 177, 255, 0.22));
}

.page--disco .block--disco .block--disc-detail .list--link p {
  margin-bottom: 35px;
}

.page--video .list--video li {
  margin-bottom: 20px;
}

.page--video .list--video li a {
  padding: 0;
}

.page--video .list--video li a .slider_video .item img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.27%;
}

.page--video .list--video li a .list__txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
  padding: 15px 18px;
}

.page--video .list--video li a .list__txt .category {
  width: 83px;
  padding-top: 5px;
}

.page--video .list--video li a .list__txt .tit {
  flex: 1 1 0%;
}

.page--video .block--video .block--video-detail .category {
  margin-bottom: 13px;
}

.page--video .block--video .block--video-detail .tit {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.0002em;
  margin-bottom: 0;
}

.page--video .block--video .block--video-detail .item-box {
  margin-top: 80px;
}

.page--video .block--video .block--video-detail .txt a {
  display: inline;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  word-break: break-word;
}

.page--photo .list--photo {
  margin-top: 60px;
}

.page--photo .list--photo li {
  margin-bottom: 14px;
}

.page--photo .list--photo li a {
  position: relative;
  display: block;
  padding: 20px 0;
}

.page--photo .list--photo li a .block-txt {
  width: 100%;
  max-width: 760px;
  margin: 0px auto;
}

.page--photo .list--photo li a .list__txt .tit {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
  margin-bottom: 10px;
}

.page--photo .list--photo li a .list--item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 18px;
}

.page--photo .list--photo li a .list--item .item {
  width: calc(100% / 3);
}

.page--photo .list--photo li a .list--item .item img {
  width: 100%;
  height: 100%;
  display: block;
}

.page--photo .list--photo li a:hover {
  background: linear-gradient(to left, rgba(167, 206, 255, 0.22), rgba(232, 255, 243, 0.22) 25%, rgba(233, 175, 255, 0.22) 54%, rgba(144, 177, 255, 0.22));
}

.page--photo .section--detail {
  margin-top: 60px;
  padding: 0 60px;
}

.page--photo .section--detail .contents-tit {
  margin-bottom: 70px;
}

.page--photo .section--detail .contents-tit .tit {
  margin-bottom: 17px;
  font-size: 2.4rem;
  line-height: 1.08333;
  letter-spacing: -0.0001em;
}

.page--photo .section--detail .list--photo-contents li {
  content-visibility: auto;
  margin-bottom: 100px;
}

.page--photo .section--detail .list--photo-contents li:last-child {
  margin-bottom: 0;
}

.page--photo .section--detail .list--photo-contents .list__txt .subtit {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
  margin-bottom: 5px;
}

.page--photo .section--detail .list--photo-contents .list__txt .tit {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
  margin-bottom: 17px;
}

.page--photo .section--detail .list--photo-contents .list__photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #0b2560;
}

.page--photo .section--detail .list--photo-contents .list__photo .group {
  width: calc(100% / 3);
}

.page--photo .section--detail .list--photo-contents .list__photo .group img {
  width: 100%;
  height: 100%;
}

.page--photo .section--detail .list--photo-contents .list__photo .is-hidden {
  display: none;
}

.page--photo .section--detail .list--photo-contents .list__photo .hide {
  display: none;
}

.page--photo .section--detail .list--photo-contents .more {
  position: relative;
  width: calc(100% / 3);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page--photo .section--detail .list--photo-contents .more span {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}

.page--photo .section--detail .list--photo-contents .more span::before, .page--photo .section--detail .list--photo-contents .more span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background: #fff;
}

.page--photo .section--detail .list--photo-contents .more span::after {
  transform: rotate(90deg);
}

.page--goods .block--goods {
  margin-top: 60px;
}

.page--goods .block--goods .list--link {
  width: 100%;
  max-width: 760px;
  margin: 0px auto;
}

.page--goods .block--goods .list--link p {
  margin-bottom: 21px;
}

.page--goods .block--goods .list--goods {
  margin-top: 75px;
  margin-bottom: 68px;
}

.page--goods .block--goods .list--goods li {
  margin-bottom: 14px;
}

.page--goods .block--goods .list--goods li a {
  position: relative;
  display: block;
  padding: 20px 0;
}

.page--goods .block--goods .list--goods li a .block-txt {
  width: 100%;
  max-width: 760px;
  margin: 0px auto;
}

.page--goods .block--goods .list--goods li a .list__txt .tit {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
  margin-bottom: 10px;
}

.page--goods .block--goods .list--goods li a .list--item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 18px;
}

.page--goods .block--goods .list--goods li a .list--item .item {
  width: calc(100% / 3);
}

.page--goods .block--goods .list--goods li a .list--item .item img {
  width: 100%;
  height: 100%;
  display: block;
}

.page--goods .block--goods .list--goods li a:hover {
  background: linear-gradient(to left, rgba(167, 206, 255, 0.22), rgba(232, 255, 243, 0.22) 25%, rgba(233, 175, 255, 0.22) 54%, rgba(144, 177, 255, 0.22));
}

.page--goods .block--goods .outline img {
  display: block;
  margin-bottom: 36px;
}

.page--goods .block--goods .tit {
  font-size: 2.4rem;
  line-height: 1.08333;
  letter-spacing: -0.0001em;
  margin-bottom: 10px;
}

.page--goods .block--goods .tourname {
  margin-bottom: 10px;
}

.page--goods .block--goods .block--goods-detail .item-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page--goods .block--goods .block--goods-detail .item-box li {
  width: calc(100% / 3);
}

.page--goods .block--goods .block--goods-detail .item-box li a {
  display: block;
}

.page--goods .block--goods .block--goods-detail .item-other {
  margin-top: 40px;
  padding: 50px 40px;
  border: solid 1px;
}

.page--goods .block--goods .block--goods-detail .item-other .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.page--goods .block--goods .block--goods-detail .item-other .inner .txt {
  width: 81.3%;
  padding-right: 30px;
}

.page--goods .block--goods .block--goods-detail .item-other .inner .txt .tit {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.08333;
  letter-spacing: -0.0001em;
}

.page--goods .block--goods .block--goods-detail .item-other .inner .photo {
  width: 21.7%;
  min-width: 104px;
}

.page--goods .block--goods .block--goods-detail .item-detail dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
  margin-bottom: 70px;
}

.page--goods .block--goods .block--goods-detail .item-detail dl:last-of-type {
  margin-bottom: 0;
}

.page--goods .block--goods .block--goods-detail .item-detail dl dt {
  min-width: 90px;
  color: #999;
}

.page--goods .block--goods .block--goods-detail .item-detail dl dd {
  width: calc(100% - 90px);
}

.page--goods .item .item-thumb {
  margin-bottom: 60px;
}

.page--goods .item .item-thumb img {
  vertical-align: bottom;
}

.page--goods .item .item-txt {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.page--goods .item .item-txt .tit {
  margin-top: 10px;
}

.page--goods .slick-dots {
  text-align: left;
}

.page--goods .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 2px;
}

.page--goods .slick-dots li button {
  width: 10px;
  height: 10px;
}

.page--goods .slick-dots li button::before {
  font-size: 13px;
  line-height: 10px;
  width: 10px;
  height: 10px;
  content: '■';
  color: #efefef;
  opacity: 1;
}

.page--goods .slick-dots li.slick-active button:before {
  color: #000;
}

.entry--tit-inner {
  width: 80.54%;
  max-width: 905px;
  margin: 0 auto;
}

.entry--tit-inner .btn {
  text-align: left;
  line-height: 0;
}

.entry--tit-inner .btn a {
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}

.entry--tit-inner .btn a.join {
  margin-right: 20px;
}

.entry--tit-inner .btn a:first-of-type::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #000;
  vertical-align: middle;
  margin-right: 10px;
}

.block--tit .entry--tit-inner .section-tit {
  width: auto;
  max-width: initial;
  margin: 0;
}

.section--detail.page--entry .content--inner {
  margin: 0 auto;
}

.section--detail.page--entry .intro, .section--detail.page--entry .main {
  margin-bottom: 80px;
}

.section--detail.page--entry .tit {
  color: #808080;
  font-size: 1.8rem;
  margin-bottom: 40px;
  overflow: hidden;
}

.section--detail.page--entry .tit:first-child {
  margin-top: 0;
}

.section--detail.page--entry .tit span {
  font-weight: 600;
  padding-right: 15px;
  position: relative;
}

.section--detail.page--entry .tit span::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  margin-left: 100%;
  margin-top: 7px;
  width: 100vw;
  height: 1px;
  background: #808080;
}

.section--detail.page--entry .txt {
  padding-bottom: 0px;
}

.section--detail.page--entry .main > .sub--link {
  margin-bottom: 40px;
}

.section--detail.page--entry .main > .sub--link li:first-child {
  margin-bottom: 10px;
}

.section--detail.page--entry .main .caption {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}

.section--detail.page--entry .main .sub--txt {
  font-size: 13px;
}

.section--detail.page--entry .main .sub--link {
  margin-top: 12px;
}

.section--detail.page--entry .main .list--link {
  margin-bottom: 24px;
}

.section--detail.page--entry .main .list--link .link {
  margin-top: 20px;
}

.section--detail.page--entry .main .note {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
  font-size: 1.3rem;
}

.section--detail.page--entry .main .note a {
  display: inline;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  word-break: break-word;
}

.section--detail.page--entry .sub--tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}

.section--detail.page--entry .list--link {
  padding: 40px 24px;
  position: relative;
  background: linear-gradient(to left, rgba(167, 206, 255, 0.22), rgba(232, 255, 243, 0.22) 25%, rgba(233, 175, 255, 0.22) 54%, rgba(144, 177, 255, 0.22));
  margin-bottom: 24px;
}

.section--detail.page--entry .list--link .link .txt {
  font-size: 13px;
  padding-bottom: 20px;
}

.section--detail.page--entry .list--link .link a {
  text-overflow: initial;
  white-space: initial;
}

.section--detail.page--entry .sub--link a {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.section--detail.page--entry .sub--link a::before, .section--detail.page--entry .sub--link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.section--detail.page--entry .sub--link a::before {
  right: 3px;
  width: 15px;
  height: 1px;
  background: #000;
}

.section--detail.page--entry .sub--link a::after {
  right: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section--detail.page--entry .sub--link a span {
  padding-right: 23px;
}

.section--detail.page--entry span.icon-back {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.section--detail.page--entry span.icon-back svg {
  width: 100%;
  height: 100%;
  fill: #B74848;
}

.section--detail.page--entry .support--link li {
  display: inline-block;
  font-size: 12px;
  margin-right: 20px;
}

.section--detail.page--entry .support--link li a {
  color: #999;
}

.page--error.error404 {
  color: #fff;
}

.page--error.error404 .wrap {
  background: url("/static/bumpofchicken/common/bg_error.jpg") no-repeat center center;
  background-size: cover;
}

.page--error.error404 .wrap::after {
  background: none;
}

.page--error.error404 .drawer__menu .drawer__menu-inner .menu-parts {
  fill: #fff;
}

.page--error.error404 .drawer__menu .drawer__menu-inner .menu-parts .line {
  background-color: #fff;
}

.page--error.error404 .section--detail {
  margin: 0;
  padding: 80px 60px 0px;
}

.page--error.error404 .section--detail .tit {
  margin-bottom: 30px;
  font-family: 'URWDINCond', sans-serif;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 0.9;
  letter-spacing: -0.0004em;
}

.page--error.error404 .section--detail .txt {
  padding-bottom: 30px;
}

.page--error.error404 .section--detail .list--menu li {
  margin-bottom: 5px;
}

.page--error.error404 .section--detail .list--menu li a {
  display: block;
  color: #fff;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.0004em;
}

.page--error.error404 .section--detail .list--menu li a:hover {
  opacity: 0.5;
}

.page--faq .section--list {
  max-width: 1050px;
  width: 96%;
  margin: 0 auto;
  padding: 0px 90px 0px 90px;
}

.page--faq .section--list .section-tit {
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 70px;
}

.page--faq .searchBox form {
  position: relative;
  margin-bottom: 70px;
}

.page--faq .searchBox form input[type=text] {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid;
  padding: 15px;
  font-size: 16px;
}

.page--faq .searchBox form input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  right: 3px;
  z-index: 1;
  cursor: pointer;
}

.page--faq .section--list .tit--category {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page--faq .list--faq {
  margin-bottom: 70px;
}

.page--faq .icon--q {
  line-height: 1.4;
  color: #000;
  margin-right: 5px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
}

.page--faq .icon--a {
  line-height: 1.4;
  color: #000;
  margin-right: 5px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
}

.page--faq .list--faq li {
  background-color: #00000005;
  margin-bottom: 5px;
}

.page--faq .list--faq li:hover {
  background: linear-gradient(to left, rgba(167, 206, 255, 0.22), rgba(232, 255, 243, 0.22) 25%, rgba(233, 175, 255, 0.22) 54%, rgba(144, 177, 255, 0.22));
}

.page--faq .list--faq li a {
  position: relative;
  padding: 25px 1em 25px 1em;
  display: flex;
  align-items: baseline;
}

.page--faq .list--faq li a:hover {
  opacity: 1;
}

.page--faq .list--faq li:last-child {
  margin-bottom: 0;
}

.page--faq .list--faq li a .tit {
  line-height: 1.5;
}

.page--faq .section--detail {
  max-width: 1050px;
  width: 96%;
  margin: 0 auto;
  padding: 0px 90px 0px 90px;
}

.page--faq .section--detail .tit--category {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page--faq .section--detail dl.block--faq-detail {
  background-color: #00000005;
  margin-bottom: 5px;
  line-height: 1.7;
  padding: 30px;
  margin: 0 0 80px;
}

.page--faq .section--detail .txt {
  padding: 0;
}

.page--faq .section--detail dl.block--faq-detail dt {
  display: flex;
  align-items: baseline;
  padding: 0 0 15px;
  border-bottom: 1px solid #898989;
}

.page--faq .section--detail dl.block--faq-detail dd {
  padding-top: 15px;
  display: flex;
  align-items: baseline;
}

.page--faq .section--detail dl.block--faq-detail a {
  text-decoration: underline;
}

.page--faq .section--detail .block--contact {
  margin-top: 40px;
}

.page--faq .section--detail .block--contact .txt {
  margin-bottom: 10px;
}

.page--faq .section--detail .block--contact a {
  font-weight: bold;
}

.page--faq .section--detail .block--contact a:hover {
  text-decoration: none !important;
  opacity: 1;
}

@media screen and (min-width: 760px) {
  .sp {
    display: none !important;
  }
  .block--pager li a:hover, .block--pager li button:hover {
    opacity: 0.5;
  }
  .slider--pickup .item a:hover {
    opacity: 0.5;
  }
  .list--contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list--contents li {
    width: calc(100% / 3);
  }
  .list--link a:hover {
    opacity: 0.5;
  }
  .list--link.fixed {
    right: 60px;
  }
  .section--detail a:hover {
    opacity: 0.5;
  }
  .section--detail.area--box .block--box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .section--detail.area--box .block--box .box-left {
    width: 50%;
    padding: 0px 20px 0px 60px;
  }
  .section--detail.area--box .block--box .box-right {
    width: 50%;
    padding: 0px 60px 0px 20px;
  }
  .section--detail.area--box .block--share ul li a:hover {
    opacity: 0.5;
  }
  footer .inner {
    padding: 150px 0px 150px 52px;
  }
  .block--link-sns .list--sns a:hover {
    opacity: 0.5;
  }
  .block--sns-share {
    margin-bottom: 60px;
  }
  .page--info .section--info-pikup .list--info-pickup li a:hover {
    opacity: 0.5;
  }
  .page--live .wrap {
    overflow: visible;
  }
  .page--live .block--live {
    margin-bottom: 80px;
  }
  .page--live .block--live .outline .outline-inner {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
  }
  .page--profile .link--history .btn--history:hover {
    background-color: #808080;
    opacity: 1;
  }
  .page--history .block--history .list--year .current::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    z-index: 0;
    left: -100vw;
  }
  .page--disco .wrap {
    overflow: visible;
  }
  .page--disco .block--disco {
    margin-bottom: 80px;
  }
  .page--disco .block--disco .jacket .jacket--inner {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
  }
  .page--video .wrap {
    overflow: visible;
  }
  .page--video .block--video {
    margin-bottom: 80px;
  }
  .page--video .block--video .outline .outline--inner {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
  }
  .page--goods .block--goods .block--goods-detail .item-box li a:hover {
    opacity: 0.5;
  }
  .entry--tit-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .entry--tit-inner .btn {
    margin-right: 130px;
  }
  .section--detail.page--entry .content--inner {
    width: 90%;
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 1px) and (max-width: 759px) {
  .pc {
    display: none !important;
  }
  .section--list .section--inner {
    padding: 60px 0;
  }
  .section--list .no-data {
    padding: 60px 25px;
  }
  .list--info li a {
    padding: 36px 25px;
  }
  .section--detail.area--box .block--box .box-right {
    padding: 0 25px;
  }
  .drawer__btn {
    top: 23px;
  }
  .drawer__menu .drawer__menu-inner {
    padding-top: 4px;
  }
  .drawer__close {
    padding-top: 0;
  }
  .drawer .drawer--inner {
    width: 100%;
  }
  .drawer .drawer--inner .drawer--header {
    padding-top: 0;
    padding-left: 18px;
  }
  .drawer-visible .cover {
    display: none;
  }
  .wrap {
    padding-top: 80px;
  }
  .content--body .content--wrap .inner {
    padding: 0 25px;
  }
  .block--tit {
    padding: 0 0 0 18px;
    height: 80px;
  }
  .block--sub-contents {
    margin-top: 80px;
    padding: 0 25px;
  }
  .block--sub-contents .box-right {
    padding: 0 !important;
  }
  .block--sns-share {
    margin-bottom: 80px;
  }
  .page--home .wrap {
    padding-top: 0;
  }
  .page--home .wrap::after {
    width: 100%;
    left: 0;
  }
  .page--home .wrap--content {
    display: block;
  }
  .page--home .wrap--content .content--body {
    width: 100%;
  }
  .page--home .wrap--content .content--body::after {
    width: 100%;
  }
  .page--home .wrap--content .content--body .block--home-logo {
    padding: 0 0 0 12px;
  }
  .page--home .wrap--content .content--body .block--home-top {
    width: 100%;
    height: calc(100vh - 120px);
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 80px;
  }
  .page--home .wrap--content .content--body .block--sitename {
    height: auto;
    display: block;
    padding: 80px 25px 28px;
  }
  .page--home .wrap--content .content--body .block--pickup {
    margin-top: 80px;
  }
  .page--home .wrap--content .block--mainvisual {
    position: static;
    width: 100vw;
    height: inherit;
    overflow: hidden;
  }
  .page--home .wrap--content .block--mainvisual .item {
    width: auto;
  }
  .page--home .wrap--content .block--mainvisual img {
    height: auto;
  }
  .page--live .list--live li a .list__txt {
    padding-left: 25px;
  }
  .page--live .block--live .outline .outline-txt {
    padding: 0 25px;
    margin-bottom: 60px;
  }
  .page--profile .section--detail {
    margin-top: 60px;
  }
  .page--profile .profile-photo {
    position: relative;
  }
  .page--profile .profile-photo img {
    width: 100%;
    display: block;
  }
  .page--profile .profile-photo img.photo-left, .page--profile .profile-photo img.photo-right {
    display: none;
  }
  .page--profile .profile-text {
    padding: 0 25px;
  }
  .page--profile .profile-text .name {
    width: 100px;
  }
  .page--profile .link--history {
    padding: 0 25px;
  }
  .page--history .section--detail {
    padding: 0 25px 0 10px;
  }
  .page--disco .block--disco .jacket .jacket--inner {
    width: 62.9%;
    margin-bottom: 36px;
  }
  .page--disco .block--disco .block--disc-detail {
    margin-bottom: 40px;
  }
  .page--disco .block--disco .block--disc-detail .list--link {
    margin: 0 -25px;
  }
  .page--video .block--video .youtube {
    margin-bottom: 36px;
  }
  .page--video .block--video .box-left {
    margin-bottom: 36px;
  }
  .page--video .block--video .item a {
    display: block;
    position: relative;
    padding-top: 56.25%;
  }
  .page--video .block--video .item a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .page--photo .list--photo li a .block-txt .list__txt {
    padding: 0 25px;
  }
  .page--photo .section--detail {
    padding: 0;
  }
  .page--photo .section--detail .contents-tit {
    padding: 0 25px;
  }
  .page--photo .section--detail .list__txt {
    padding: 0 25px;
  }
  .page--goods .list--link {
    padding: 0 25px;
  }
  .page--goods .list--goods li a .block-txt .list__txt {
    padding: 0 25px;
  }
  .page--goods .block--goods {
    margin-top: 60px;
  }
  .page--goods .block--goods .outline .outline-txt {
    margin-bottom: 35px;
    padding: 0 25px;
  }
  .page--goods .block--goods .item .item-txt {
    margin-bottom: 50px;
    padding: 0 25px;
  }
  .page--goods .block--goods .block--goods-detail .item-other {
    border: none;
    border-top: solid 1px;
    border-bottom: solid 1px;
  }
  .page--goods .block--goods .block--goods-detail .item-detail {
    padding: 0 25px;
  }
  .page--goods .section--detail.area--box .block--box .box-right {
    padding: 0;
  }
  .page--goods .slick-dots {
    padding: 0 22px;
  }
  .entry--tit-inner .btn {
    margin-top: 4px;
  }
  .section--detail.page--entry .content--inner {
    width: 100%;
    margin-bottom: 80px;
  }
  .section--detail.page--entry .intro, .section--detail.page--entry .main {
    margin-bottom: 60px;
  }
  .section--detail.page--entry .tit {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .section--detail.page--entry .sub--tit {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section--detail.page--entry .list--link {
    padding: 32px 20px;
  }
  .section--detail.page--entry .list--link .txt {
    line-height: 1.6;
  }
  .section--detail.page--entry dt {
    margin-bottom: 20px;
  }
  .section--detail.page--entry .support--link {
    text-align: left;
    padding-top: 100px;
  }
  .section--detail.page--entry .support--link li {
    margin-bottom: 14px;
  }
  .page--error.error404 .section--detail {
    padding: 80px 25px 0px;
  }
  .page--faq .section--list {
    width: auto;
    padding: 0;
    max-width: none;
    margin-left: calc(40 / 750 * 100%);
    margin-right: calc(40 / 750 * 100%);
  }
  .page--faq .section--list .section-tit {
    font-size: 23px;
    margin-bottom: 40px;
    padding: 0;
  }
  .page--faq .searchBox form input[type=text] {
    padding: 15px 45px 15px 5px;
    font-size: 15px;
  }
  .page--faq .searchBox form input[type=submit] {
    font-size: 18px;
    line-height: 54px;
    right: -5px;
  }
  .page--faq .searchBox form {
    margin-bottom: 50px;
  }
  .page--faq .section--list .tit--category {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .page--faq .list--faq {
    margin-bottom: 40px;
  }
  .page--faq .list--faq li a {
    padding: 12px 1em;
    font-size: 13px;
  }
  .page--faq .section--detail {
    width: auto;
    padding: 0;
    max-width: none;
    margin-left: calc(40 / 750 * 100%);
    margin-right: calc(40 / 750 * 100%);
  }
  .page--faq .section--detail dl.block--faq-detail {
    margin: 0 0 50px;
    padding: 20px 4%;
  }
  .page--faq .section--detail .txt {
    font-size: 13px;
  }
  .body--app .wrap {
    padding-top: 30px;
  }
  .body--app .section--detail {
    margin-top: 30px;
  }
  .body--app .block--tit .block--tit-inner .section-tit {
    width: 100%;
    padding-top: 60px;
  }
  .body--app.page--disco .block--disco .block--disc-detail {
    margin-bottom: 0;
  }
  .body--app.page--video .outline--inner {
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 30px;
  }
  .body--app.page--video .outline--inner .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .body--app.page--video .outline--inner .item a {
    display: block;
    line-height: 0;
  }
  .body--app.page--video .outline--inner .item img {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
  }
  .body--app.page--history .section--detail, .body--app.page--profile .section--detail {
    padding-bottom: 30px;
    margin-top: 0;
  }
  .body--app.page--profile .wrap {
    padding-top: 0;
  }
  .page--notice .section--list .no-data {
    opacity: 1;
  }
  .page--notice .section--list .list--info li a {
    padding: 16px ​25px;
  }
  .page--notice .section--list .list--info li a .date {
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: 0.0004em;
    margin-bottom: 9px;
  }
  .page--notice .section--list .list--info li a .txt {
    line-height: 1.71;
  }
}

@media (min-width: 550px) {
  .page--home .wrap--content .content--body .block--home-top {
    height: auto;
  }
}
