#header h1 img {
  height: 3rem;
  /* padding-top: 0.3rem; */
  vertical-align: middle;
}
@media screen and (max-width: 736px) {
  #header h1 img {
    height: 2.2rem;
    padding-top: 0.3rem;
    vertical-align: baseline;
  }
}
.clearfix:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

/* Intro */

#top {
  /*background: url("../assets/css/images/overlay.png"), url("../images/missyou_1400.jpg");*/
  /*background: url("../assets/css/images/overlay.png"), url("../images/2019nerd.jpg");*/
  background: url("../assets/css/images/overlay.png"),
    url("../images/ners2020.jpg");
  /*background: url("../assets/css/images/overlay.png"), url("../images/20191215.jpeg");*/
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, bottom center;
  background-repeat: repeat, no-repeat;
}

/* One */

#info {
  /* background: url("../assets/css/images/overlay.png"), url("../images/NERD2018-web_1400.jpg"); */
  /*background: url("../assets/css/images/overlay.png"), url("../images/COVER_FreaksGeeks_1400.jpg");*/
  /* background: url("../assets/css/images/overlay.png"),url("../images/NERD_Toumei-COVER_1400.jpg"); */
  background: url("../assets/css/images/overlay.png"),
    url("../images/COVER_IM_STILL_HERE_1400.jpg");
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, center center;
}

/* Two */

#live {
  /*background: url("../assets/css/images/overlay.png"), url("../images/suda02.jpg");*/
  background: url("../assets/css/images/overlay.png"), url("../images/live.jpg");
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, center center;
}

#ondemand {
  background: url("../assets/css/images/overlay.png"),
    url("../images/nerd202311_1400.jpg");
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, center center;
}

/*main.cssの「.image:before」はコメントアウトしている*/
.image-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/css/images/overlay.png");
}

a {
  text-decoration: none;
  border-bottom: dotted 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#header nav ul li a,
.shopIcon a,
.gallery a,
#footer ul.actions li a {
  border-bottom: none;
}

h2 small {
  font-size: smaller;
}

.button.btn-small {
  line-height: 2rem;
  height: 2rem;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 5px 7px;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*background-color: #f56a6a;*/
  background-color: #39454b;
  border-radius: 8px;
  margin-bottom: 3px;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  /*color: #a94442;*/
  color: #fff;
  background-color: #e7746f;
  border-color: #ebccd1;
}
.alert-liveinfo {
  padding: 3rem;
  text-align: center;
  font-size: 1.3rem;
}
.text-danger {
  color: #e7746f;
}
.videoBox {
  width: 100%; /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%; /*高さをpaddingで指定(16:9)*/
  height: 0px; /*高さはpaddingで指定するためheightは0に*/
  position: relative;
}
.videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-orange {
  color: #ff851b !important;
}

/* 単独ページ用 */
/* -------------------------------------------------- */
.main.style3.single {
  padding-top: 2em;
}
.main.style3.single .box {
  font-size: 80%;
  line-height: 150%;
  text-align: left;
}
.main.style3.single .box h1 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.main.style3.single .box h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 5px;
}
.main.style3.single .box header {
  margin-bottom: 0;
}
.main.style3.single .box header p.date {
  color: #999;
  text-align: right;
  margin: 0.5rem 0 0.5rem 0;
  padding: 0;
}
.main.style3.single .box > article > .image {
  margin-bottom: 2rem;
}
.main.style3.single .posts h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.main.style3.single .posts h4 {
  font-weight: normal;
  color: #999;
}

.main.style3.single .posts .button {
  font-size: 11px;
}
.main.style3.single .posts article a.image {
  /*max-height: 272px;*/
  height: 272px;
  overflow: hidden;
  border: none;
}

/*INFO詳細ページ*/
.infoDetail {
  margin-bottom: 5rem;
}
.infoDetail blockquote {
  border: dotted 1px #ccc;
  padding: 1.5rem;
  line-height: 1.8;
}

/* DISCO一覧 */
.features article h4 {
  color: #999;
  font-weight: normal;
  font-size: 0.9rem;
}
.features article h3 {
  font-size: 1.2rem;
}
.features ul.actions.btnBoxRight li > a {
  font-size: 90%;
}

/* DISCO詳細各ページ */
.discoDetail dl > dt {
  float: left;
  width: 45%;
}
.discoDetail dl > dd {
  margin-left: 50%;
}
.discoDetail dl > dd:after {
  content: "";
  display: block;
  clear: both;
}
.discoDetail .songs {
  margin-bottom: 3rem;
}
.discoDetail ul.shopIcon > li {
  display: inline-block;
  padding: 0;
  margin: 0 0 3px 0;
  border: #eee solid 2px;
}
@media screen and (max-width: 736px) {
  .discoDetail dl > dt {
    float: none;
    width: 100%;
  }
  .discoDetail dl > dd {
    margin-left: 0;
  }
}

/*ライブ詳細ページ*/
.liveDetail dl > dt,
.liveDetail dl > dd {
  padding: 0 0 0.6rem 1rem;
}
.liveDetail dl > dt {
  float: left;
  width: 6rem;
  text-align: right;
}
.liveDetail dl > dd {
  margin-left: 7rem;
}
.liveDetail dl > dd:after {
  content: "";
  display: block;
  clear: both;
}
.naviBtnBox > div {
  width: 50%;
  margin-top: 1rem;
}
.naviBtnBox > div.prevBtnBox {
  padding-right: 2rem;
  float: left;
}
.naviBtnBox > div.nextBtnBox {
  padding-left: 2rem;
  float: right;
}

@media screen and (max-width: 736px) {
  .naviBtnBox > div {
    width: 100%;
  }
  .naviBtnBox > div.prevBtnBox {
    padding-right: 0;
    float: none;
  }
  .naviBtnBox > div.nextBtnBox {
    padding-left: 0;
    float: none;
  }
}

/*Mediaページ用*/
.features > h3.title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: 3rem;
  border-bottom: 1px solid #999;
  padding: 0.3rem 0;
}
.main.style3.single .box .features > article > h1 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}
.features.media > article {
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px dotted #999;
}
.features.media > article:last-child {
  border: none;
}
.features.media > article > p.date {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  color: #666;
}
.features.media > article > p.detail {
}

.innerBoxStyle01 {
  padding: 2rem;
  background-color: #f5f6f7;
}
.innerBoxStyle01 header h2 {
  padding: 8px;
  background-color: #999;
  color: #fff;
  text-align: center;
}

/* INFOブロック用 */
/* -------------------------------------------------- */
.content.box.style2 h3 {
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
.content.box.style2 p {
  font-size: 0.9rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}

/* LIVEブロック用 */
/* -------------------------------------------------- */
.livelistArea {
  text-align: left;
}
.livelistArea dl {
  border-bottom: 1px dotted #999;
  overflow: hidden;
  vertical-align: middle;
  min-height: 40px;
}
.livelistArea dl:hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
  background-color: rgba(255, 255, 255, 0.2);
}
.livelistArea dl.ttlBox:hover {
  background-color: transparent;
}
.livelistArea dl.ttlBox {
  min-height: 30px;
  /*font-size:14px;*/
  border-bottom: 1px solid #999;
}
.livelistArea dl dt {
  /*float:left;*/
  margin: 0;
  font-weight: normal;
  /*font-size:14px;*/
  font-size: 0.8rem;
  overflow: hidden;
  line-height: 24px;
}
.livelistArea dl dt a {
  display: block;
  color: inherit;
  border-bottom: none;
}
.livelistArea dl dt a ul {
  padding: 5px 0;
  height: 40px;
  vertical-align: middle;
  /*overflow:hidden;*/
  /*display: table-cell;*/
  display: block;
}
.livelistArea dl dt a li {
  text-decoration: none;
}
.livelistArea dl dt a:hover li {
  text-decoration: none;
  color: #98c593;
}
.livelistArea dl dt li {
  float: left;
  display: table-cell;
  vertical-align: middle;
}
.livelistArea dl dt li.date {
  /*width:145px;*/
  width: 20%;
  min-width: 110px;
  padding-right: 20px;
}
.livelistArea dl dt li.place {
  /*width:320px;*/
  width: 35%;
  padding-right: 20px;
  /*padding-left:20px;*/
}
.livelistArea dl dt li.ttl {
  /*width:345px;*/
  width: 45%;
}
.livelistArea dl dd.reserve {
  /*float:right;*/
  padding: 5px 0;
  /*width:162px;*/
  width: 100%;
  /*text-align:left;*/
  text-align: center;
  margin: 0;
  font-size: 0.7em;
}
.livelistArea .tourTtl {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
}

/*予約ボタンリンク*/
.sbtn a {
  display: block;
  border: #666 solid 1px;
  text-decoration: none;
  line-height: 170%;
  width: 40%;
  margin: 0 auto 5px;
}

/*アーカイブページ*/
.archiveYearSelectorBox {
  margin-bottom: 1rem;
}
.archiveYearSelectorBox select {
  width: 13rem;
  font-size: 1rem;
  padding: 0.5rem;
  float: right;
}

/* オンデマンドブロック用 */
/* -------------------------------------------------- */
.ondemand-gallery-wrap {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ondemand-gallery {
  width: 50%;
  padding-right: 1rem;
}
.ondemand-gallery .videoBox {
  background-color: #000;
}
/* コンタクトブロック用 */
/* -------------------------------------------------- */
form .field div {
  text-align: left;
  position: relative;
  line-height: 2rem;
}
form .field .error {
  font-size: 1rem;
  color: #f00;
  padding: 0.5rem;
}
form .field .error::before {
  content: "\f071";
  font-family: FontAwesome;
}
form .field input.invalid,
form .field textarea.invalid {
  border-color: rgba(245, 106, 106, 0.46);
}

/*SNSボタン*/
.sns_btn_box {
  text-align: right;
}

.sns_btn_box ul li {
  display: inline-block;
}
.sns_btn_box ul li a {
  border: none;
  padding: 0.3rem 1rem;
  color: #fff;
}
.sns_btn_box .common_txt {
  display: none;
}
.ogn_tweet {
  background-color: #55acee;
  border-color: #55acee;
}
.ogn_facebook {
  background-color: #305097;
  border-color: #305097;
}
.ogn_google_plus {
  background-color: #db4a39;
  border-color: #db4a39;
}

@media screen and (max-width: 1920px) {
  .main.style2-xlarge .content {
    /*width: 60%;*/
    width: 85%;
  }
  .main.style2-wide .content {
    /*width: 40%;*/
    width: 60%;
  }
}

@media screen and (max-width: 1280px) {
  .main.style2-xlarge .content {
    /*width: 60%;*/
    width: 90%;
  }
  .main.style2-wide .content {
    /*width: 50%;*/
    width: 75%;
  }
}

@media screen and (max-width: 1000px) {
  .main.style2-xlarge .content {
    /*width: 60%;*/
    width: 100%;
  }
  .main.style2-wide .content {
    /*width: 60%;*/
    width: 80%;
  }
  .livelistArea dl dt {
    font-size: 0.9rem;
  }
  .livelistArea dl dd.reserve {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 736px) {
  .main.style2-xlarge .content {
    /*width: 60%;*/
    width: 100%;
  }
  .main.style2-wide .content {
    /*width: 60%;*/
    width: 100%;
  }
  .ondemand-gallery {
    width: 100%;
    padding-right: 0;
  }
  .livelistArea dl {
    margin-bottom: 0.5rem;
  }
  .livelistArea dl dt li.date {
    /*width:20%;*/
    width: 30%;
    text-align: left;
  }
  .livelistArea dl dt li.place {
    /*width:40%;*/
    width: 70%;
    text-align: left;
  }
  .livelistArea dl dt li.ttl {
    /*width:40%;*/
    width: 100%;
    text-align: left;
  }
  .livelistArea dl:not(.ttlBox) dt li.ttl {
    font-size: 110%;
    padding-bottom: 0.5rem;
    /*color: #000;*/
    font-weight: 600;
  }
  .livelistArea dl dd.reserve {
    display: none;
  }

  /*.main.fullscreen {
        height: auto !important;
    }

    .main.style1 {
        padding: 4em 15px 4em 15px;
    }

        .main.style1 h2 {
            font-size: 3em;
        }

    .main.style2 {
        padding: 6em 15px 6em 15px;
    }

        .main.style2:before, .main.style2:after {
            display: none !important;
        }

        .main.style2 .button.anchored {
            display: none;
        }

        .main.style2 .content {
            width: 100%;
            max-width: 100%;
            text-align: center;
            -moz-transform: none;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

    .main.style3 {
        text-align: center;
        padding: 3em 10px 3em 10px;
    }*/
}

@media screen and (max-width: 480px) {
  /*.main > .content {
        max-width: calc(100% - 1.5em);
    }*/
}

/*サイドバーメニュー用*/

/* Sidebar */

#search form {
  text-decoration: none;
  position: relative;
}

#search form:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

#search form:before {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  color: #7f888f;
  content: "\f002";
  cursor: default;
  display: block;
  font-size: 1.5em;
  height: 2em;
  line-height: 2em;
  opacity: 0.325;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2em;
}

#search form input[type="text"] {
  padding-right: 2.75em;
}

#sidebar {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  background-color: #f5f6f7;
  font-size: 0.9em;
  position: relative;
  width: 17em;
  display: none;
}

#sidebar h2 {
  font-size: 1.38889em;
}

#sidebar > .inner {
  /*padding: 2.22222em 2.22222em 2.44444em 2.22222em ;*/
  padding: 1.6em 1.6em 1.8em 1.6em;
  position: relative;
  width: 17em;
}

#sidebar > .inner > * {
  border-bottom: solid 2px rgba(210, 215, 217, 0.75);
  margin: 0 0 3.5em 0;
  padding: 0 0 3.5em 0;
}

#sidebar > .inner > * > :last-child {
  margin-bottom: 0;
}

#sidebar > .inner > *:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#sidebar > .inner > .alt {
  background-color: #eff1f2;
  border-bottom: 0;
  margin: -2.22222em 0 4.44444em -2.22222em;
  padding: 2.22222em;
  width: calc(100% + 4.44444em);
}

#sidebar .toggle {
  text-decoration: none;
  -moz-transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  transition: left 0.5s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: 0;
  display: block;
  height: 48px;
  left: 13.5em;
  line-height: 48px;
  outline: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-indent: 7.5em;
  top: 0;
  width: 6em;
  z-index: 10000;
}
#sidebar.inactive .toggle {
  left: 15.5rem;
}

#sidebar .toggle:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

#sidebar .toggle:before {
  content: "\f0c9";
  font-size: 2rem;
  height: inherit;
  left: 0;
  line-height: inherit;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: inherit;
}

#sidebar.inactive {
  margin-left: -17em;
}

@media screen and (max-width: 1680px) {
  #sidebar {
    /*width: 24em;*/
    display: none;
  }

  #sidebar > .inner {
    /*padding: 1.66667em 1.66667em 1.33333em 1.66667em ;
                    width: 24em;*/
  }

  #sidebar > .inner > .alt {
    /*margin: -1.66667em 0 3.33333em -1.66667em;
                        padding: 1.66667em;
                        width: calc(100% + 3.33333em);*/
  }

  #sidebar .toggle {
    /*height: 6.25em;
                    left: 24em;
                    line-height: 6.25em;
                    text-indent: 5em;
                    width: 5em;*/
  }

  #sidebar .toggle:before {
    /*font-size: 1.5rem;*/
  }

  #sidebar.inactive {
    /*margin-left: -24em;*/
  }
}

@media screen and (max-width: 1280px) {
  #sidebar {
    display: none;
    box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10000;
  }

  #sidebar.inactive {
    box-shadow: none;
  }

  #sidebar > .inner {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
  }

  #sidebar > .inner:after {
    content: "";
    display: block;
    height: 4em;
    width: 100%;
  }

  #sidebar .toggle {
    /*text-indent: 6em;
                    width: 6em;*/
  }

  #sidebar .toggle:before {
    /*font-size: 1.5rem;
                        margin-left: -0.4375em;*/
  }

  body.is-loading #sidebar {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  #sidebar {
    display: block;
  }
  #sidebar .toggle {
    text-indent: 7.25em;
    width: 3em;
  }

  #sidebar .toggle:before {
    color: #7f888f;
    margin-left: -0.0625em;
    margin-top: -0.25em;
    font-size: 1.1rem;
    z-index: 1;
  }

  #sidebar .toggle:after {
    background: rgba(222, 225, 226, 0.75);
    border-radius: 0.375em;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 3em;
  }
}

#menu ul {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #3d4449;
  font-family: "Roboto Slab", serif;
  font-family: 400;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
}

#menu ul a,
#menu ul span {
  border-bottom: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 0.9em;
  padding: 0.625em 0;
}

#menu ul a:hover,
#menu ul span:hover {
  color: #f56a6a;
}

#menu ul a.opener,
#menu ul span.opener {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  position: relative;
}

#menu ul a.opener:before,
#menu ul span.opener:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

#menu ul a.opener:before,
#menu ul span.opener:before {
  -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
  color: #9fa3a6;
  content: "\f078";
  position: absolute;
  right: 0;
}

#menu ul a.opener:hover:before,
#menu ul span.opener:hover:before {
  color: #f56a6a;
}

#menu ul a.opener.active + ul,
#menu ul span.opener.active + ul {
  display: block;
}

#menu ul a.opener.active:before,
#menu ul span.opener.active:before {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#menu > ul > li {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0;
}

#menu > ul > li > ul {
  color: #9fa3a6;
  display: none;
  margin: 0.5em 0 1.5em 0;
  padding-left: 1em;
}

#menu > ul > li > ul a,
#menu > ul > li > ul span {
  font-size: 0.8em;
}

#menu > ul > li > ul > li {
  margin: 0.125em 0 0 0;
  padding: 0.125em 0 0 0;
}

#menu > ul > li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

/* MOREボタン (editorialの.button と同じ) */
.moreBtn {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.375em;
  border: 0;
  /*box-shadow: inset 0 0 0 2px #f56a6a;*/
  box-shadow: inset 0 0 0 2px #98c593;
  /*color: #f56a6a !important;*/
  color: #98c593 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.075em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.moreBtn:hover {
  /*background-color: rgba(245, 106, 106, 0.05);*/
  background-color: rgba(152, 197, 147, 0.05);
  /*background-color: #a8cea4;*/
}

.moreBtn:active {
  /*background-color: rgba(245, 106, 106, 0.15);*/
  background-color: rgba(152, 197, 147, 0.15);
  /*background-color: #88bc82;*/
}

.moreBtn.icon:before {
  margin-right: 0.5em;
}
.moreBtn.fit {
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
}
.moreBtn.small {
  font-size: 0.6em;
}
.moreBtn.big {
  font-size: 1em;
  height: 3.65em;
  line-height: 3.65em;
}
.moreBtn.special {
  background-color: #f56a6a;
  box-shadow: none;
  color: #ffffff !important;
}
.moreBtn.special:hover {
  background-color: #f67878;
}
.moreBtn.special:active {
  background-color: #f45c5c;
}
.moreBtn.disabled,
.moreBtn:disabled {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  opacity: 0.25;
}

/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #98c593;
  border: 0;
  border-radius: 3.5em;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  height: 3.5em;
  line-height: 3.5em;
  outline: 0;
  padding: 0 2em 0 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-family: "Source Sans Pro", "sans-serif";
}
input[type="button"].down,
input[type="submit"].down,
input[type="reset"].down {
  width: 5em;
  height: 5em;
  line-height: 4.5em;
  padding: 0;
  background-image: url("images/dark-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -10em;
  overflow: hidden;
}

input[type="button"].down.anchored,
input[type="submit"].down.anchored,
input[type="reset"].down.anchored {
  bottom: 0;
  border-bottom: 0;
  border-radius: 3em 3em 0 0;
  height: 4.5em;
  margin-left: -2.5em;
}

input[type="button"].anchored,
input[type="submit"].anchored,
input[type="reset"].anchored {
  position: absolute;
  left: 50%;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #a8cea4;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
  background-color: #88bc82;
}

input[type="button"].style2,
input[type="submit"].style2,
input[type="reset"].style2 {
  background-color: transparent;
  border: solid 2px #e5e6e7;
  color: inherit;
}

input[type="button"].style2:hover,
input[type="submit"].style2:hover,
input[type="reset"].style2:hover {
  background-color: rgba(229, 230, 231, 0.25);
}

input[type="button"].style2:active,
input[type="submit"].style2:active,
input[type="reset"].style2:active {
  background-color: rgba(229, 230, 231, 0.375);
}

input[type="button"].style2.down,
input[type="submit"].style2.down,
input[type="reset"].style2.down {
  background-image: url("images/arrow.svg");
}

/* Vue Modal表示用 */
/* -------------------------------------------------- */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 70%;
  min-width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.modal-footer {
  min-height: 2rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* for GoogleFonts
2024-05-08  「スリー！ツー！ワン！マン」 */
.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
