/*
Theme Name: ircle.ver.2.4
Theme URI: http://wordpress.org/themes/ircle2019
Author: Yuki Tanaka @capslockers
Author URI: http://wordpress.org/
Description: In 2018, ircle2019's theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: ircle2019, capslockers
Text Domain: ircle.ver.2.1

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "UTF-8";

/* reset */
html {
  color: #fff;
  background: #010002;
  /*font-size: 62.5%;*/
  font-size: 50%;
  width: 100%;
}
body {
  font-family: 'Lato', 'Yu Gothic', 'YuGothic', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ ProN W6', 'ＭＳ Ｐ明朝', 'Osaka－等幅', 'Osaka-Mono', 'sans-serif';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    min-width: 1200px;
  }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
  *font-size: 100%;
}
legend {
  color: #000;
}
img {
  vertical-align: bottom;
  width: 100%;
}
main {
  display: block;
}
a {
  color: #fff;
  text-decoration: none;
}


/* environment */
* {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

/* common */
.cf {
  overflow: hidden;
  zoom: 1;
}
.block {
  display: inline-block;
}
.bg--black {
  background-color: #010002;
}
.bg--gray--dark {
  background-color: #595757;
}
.bg--pink {
  background-color: #ff7bac;
}
.color--black {
  color: #010002;
}
.color--pink {
  color: #ff7bac;
}
.container {
  position: relative;
  overflow: hidden;
}
.content {
  box-sizing: border-box;
  padding: 4em 5%;
  width: 100%;
}
.contentTitle--idx {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.contentTitle {
  filter: opacity(.2);
  font-size: 40rem;
  font-weight: 100;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  word-break: normal;
  top: .5em;
  z-index: -1;
}
.contentNavList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contentNav {
  margin: 2em 1em 0;
  text-align: center;
}
.contentNav--pickup {
  width: 100%;
}
.contentNav a {
  color: #ccc;
  font-weight: bold;
}
.contentNav a:hover {
  color: #333;
}
.contentNav .active {
  color: #333;
}
.btn--back {
  background-color: #bbb;
  border-radius: 20px;
  color: #fff;
  display: block;
  margin: 6em auto 0;
  padding: .5em 0;
  text-align: center;
  width: 30%;
}
.btn--ticket {
  background-color: #bbb;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 1em auto;
  padding: .5em 0;
  text-align: center;
  width: 60%;
}
.btn--submit {
  background-color: #bbb;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 3em auto 0;
  padding: .5em 0;
  width: 60%;
}
.noForm {
  margin-top: 6em;
  text-align: center;
}
.more a {
  border: 1px solid #fff;
  border-radius: 40px;
  display: block;
  line-height: 1;
  margin: 2em auto 0;
  padding: 1em 0;
  text-align: center;
  width: 120px;
}
.wp-pagenavi {
  margin-top: 3em;
}
.wp-pagenavi .current {
  background-color: #fff;
  color: #010002;
}
.wp-pagenavi .current, .wp-pagenavi a {
  border: 1px solid #fff;
  margin-left: .4em;
  padding: .8em .6em;
}
@media screen and (min-width: 768px) {
  .col1 {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 730px;
  }
  .opa:hover {
    opacity: .5;
  }
  .inner--pc1 {
    margin: 0 auto;
    padding: 4em 0;
    width: 1000px;
  }
  .inner--pc2 {
    margin: 0 auto;
    padding: 2em 0;
    width: 580px;
  }
  .contentTitleWrap--idx {
    text-align: center;
  }
  .contentTitle {
    font-size: 60rem;
    top: -100px;
    transform: rotate(0deg);
    word-break: break-all;
  }
  .contentTitle--idx {
    font-size: 3.2rem;
    margin-bottom: 1em;
  }
  .contentTitle img {
    max-width: 100%;
    zoom: 1;
  }
  .separator--thunder img, .separator--airship img, .separator--saturn img, .separator--moon img {
    max-width: 100%;
  }
  .contentNavList {
    display: flex;
    justify-content: center;
  }
  .contentNav {
    font-size: 1.4rem;
    width: auto;
  }
  .btn--back {
    font-size: 1.4rem;
    padding: 1em 0;
    width: 200px;
  }
  .btn--ticket {
    font-size: 1.4rem;
    padding: 1em 0;
    width: 200px;
  }
  .btn--submit {
    padding: 1em 0;
    width: 200px;
  }
}

/* header */
header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.navBar {
  align-items: center;
  display: block;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 1em 4%;
}
.navBar--idx {
  background-color: #fff;
}
.hTwitter,
.hInstagram,
.hYoutube {
  margin-right: 1em;
  max-width: 35px;
  float: left;
}
.gnavBtn {
  cursor: pointer;
  height: 19px;
  float: right;
  margin: 8px 0;
  position: relative;
  width: 30px;
  z-index: 100;
}
.gnavBtnIcon {
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.navBar--idx .gnavBtnIcon {
  background-color: #000;
}
.gnavBtnIcon:nth-of-type(1) {
  top: 0;
}
.gnavBtnIcon:nth-of-type(2) {
  top: 9px;
}
.gnavBtnIcon:nth-of-type(3) {
  bottom: 0;
}
.gnavBtn.active .gnavBtnIcon:nth-of-type(1) {
  transform: translate(9px) rotate(-315deg);
  -webkit-transform: translateY(9px) rotate(-315deg);
}
.gnavBtn.active .gnavBtnIcon:nth-of-type(2) {
  opacity: 0;
}
.gnavBtn.active .gnavBtnIcon:nth-of-type(3) {
  transform: translate(-9px) rotate(315deg);
  -webkit-transform: translateY(-9px) rotate(315deg);
}
.gnavList {
  background-color: #595757;
  display: none;
  padding: 3em 0 2em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: none;
  -webkit-transition: none;
  width: 100%;
  z-index: 90;
}
.gnav {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 2em;
}
.gnav a {
  color: #ff7bac;
}
.logo {
  clear: both;
  margin: 0 auto;
  max-width: 104px;
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  .navBar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 3em;
    position: relative;
  }
  .home .navBar::before {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .hSnslist{
    align-items: center;
    display: flex;
    position: relative;
    width: 10%;
  }
  .hTwitter,
  .hInstagram,
  .hYoutube {
    float: none;
  }
  .hYoutube {
    margin-right: 0;
  }
  header nav{
    width: calc(90% - 100px);
  }
  .gnavBtn {
    display: none;
  }
  .gnavList {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    left: 0;
    margin: 0 auto;
    max-width: 1100px;
    padding: 3em 0;
    position: static;
    right: 0;
    width: 90%;
  }
  .navBar--idx .gnavList {
    position: relative;
  }
  .gnav {
    margin-top: 0;
  }
  .navBar--idx .gnav a {
    color: #000;
  }
  .gnav--idx img {
    height: 18px;
    width: auto;
  }
  .logo {
    margin: 0;
    width: 100px;
    padding-top: 0;
    position: relative;
  }
  .logo--idx {
    left: 0;
    margin: 0 auto;
    max-width: 208px;
    position: absolute;
    right: 0;
    top: 9em;
  }
  #hero {
    margin-top: -112px;
  }
  #hero img {
    width: 100%;
  }
}

/* footer */
footer {
  background-image: url('./assets/images/bg-footer-sp.jpg');
  background-position: 75% bottom;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 3em;
  text-align: center;
  width: 100%;
}
.ec {
  margin: 2em auto 0;
  max-width: 100px;
}
.snsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3em auto 0;
}
.sns {
  margin: 3em 1em 0;
  max-width: 73px;
}
.toTop {
  margin: 6em auto 0;
  max-width: 47px;
}
#copyright {
  padding: 6em 0 3em;
}
.privacypolicy{
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  footer {
    background-image: url('./assets/images/bg-footer.jpg');
    background-position: bottom;
    background-size: cover;
  }
  .snsList {
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }
  .sns {
    margin-left: 3em;
    max-width: 60px;
  }
  .sns:nth-child(4n + 1) {
    margin-left: 0;
  }
  .privacypolicy{
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-right: 1em;
  }
}

/* bnr */
.bnr--special{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.bnr--special > *{
  margin-right: 1em;
  width: calc(50% - .5em);
}
.bnr--special > *:nth-of-type(2n){
  margin-right: 0;
}
.bnr--special a{
  display: block;
  margin-bottom: 1em;
}
.bnr--special a:last-of-type{
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bnr--special{
    flex-wrap: wrap;
    justify-content: center;
    margin: 4em auto 6em;
    width: 1136px;
  }
  .bnr--special > *{
    margin-right: 2em;
    width: calc((100% - 4em) / 3);
  }
  .bnr--special > *:nth-of-type(2n){
    margin-right: 2em;
  }
  .bnr--special > *:nth-of-type(3n){
    margin-right: 0;
  }
  .bnr--special a{
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .index__row{
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6em;
    width: 100%;
  }
  .index__row:last-of-type{
    margin-bottom: 0;
  }
  .index__row > div{
    box-sizing: border-box;
    margin: 0;
    max-width: 600px;
    padding: 0 2em;
    width: 50%;
  }
}

/* topics */
#sec--topics {
  background: url('./assets/images/bg-live-sp.jpg') no-repeat center;
  background-size: cover;
  padding-top: 2em;
}
.news-contents{
  margin-bottom: 4em;
}
.topics {
  border-bottom: 1px solid #595757;
  margin-top: 1em;
  padding-bottom: 1em;
}
.topics:first-child {
  margin-top: 0;
}
.topics a {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.topics__cat {
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
}
.topics__title {
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #sec--topics {
    background: url('./assets/images/bg-live.jpg') no-repeat center bottom;
    background-size: cover;
  }
  .topics__cat {
    font-size: 1.6rem;
  }
  .topics__title {
    font-size: 1.6rem;
  }
}

/* row movie-reease*/
@media screen and (min-width: 768px) {
  .movie-release__info{
    background: rgba(0,0,0,.2);
    margin: 0 auto;
    padding: 4em 0;
    width: 1136px;
  }
  .movie-release__info > div{
    width: 360px;
  }
  .movie-release__info .movieList--idx{
    width: 100%;
  }
  .movie-release__info .releaseList__item__img{
    width: 55%;
  }
}

/* movie */
#sec--movie {
  background-color: #000;
  background: url('./assets/images/bg-movie-sp.jpg') no-repeat center;
  background-size: cover;
}
.movie, .movie--idx {
  margin-top: 3em;
}
.movie:first-child, .movie--idx:first-child {
  margin-top: 0;
}
.movie__content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.movie__content iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
.movie__title {
  /*
  border: 1px solid #ccc;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 1em;
  padding: 1em 1.5em;*/
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #sec--movie {
    background: url('./assets/images/bg-movie.jpg') no-repeat center;
    background-size: cover;
  }
  .movieList--idx{
    margin: 0 auto;
    width: 440px;
  }
  .movie--idx {
    margin-top: 4em ;
  }
  .movie:first-child, .movie--idx:first-child {
    margin-top: 2em;
  }
  .movieList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .movie {
    margin: 2em 0;
    width: 46%;
  }
  .sec-movie-disco{
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .sec-movie-disco > *{
    margin: 0;
    width: 500px;
  }
}

/* release */
#sec--release {
  background: url('./assets/images/bg-release-sp.png') no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.releaseWrap {
  margin-top: 4em;
  position: relative;
  z-index: 10;
}
.releaseList {
  margin: 0 auto;
}
.releaseList__item {
  font-weight: bold;
  margin-top: 3em;
  text-align: center;
}
.releaseList__item:first-child {
  margin-top: 0;
}
.releaseList__item__img {
  max-width: 100%;
  width: auto;
}
.releaseList__item__title {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #sec--release {
    background: url('./assets/images/bg-release.png') no-repeat center;
    background-size: cover;
  }
  .releaseWrap {
    margin-top: 0;
  }
  .releaseList__item__img {
    max-width: 350px;
  }
  .releaseList__item__title, .releaseList__item__date {
    font-weight: bold;
  }
}

/* news */
.news {
  border-bottom: 1px solid #595757;
  cursor: pointer;
  padding: 1em 0;
}
.news:first-child {
  padding-top: 0;
}
.news__title {
  font-weight: bold;
}
.news__title span {
  display: block;
  font-weight: normal;
}
.news__content {
  border-top: 1px dotted #595757;
  display: none;
  margin-bottom: 3em;
  margin-top: 1em;
  padding-top: 1em;
  transition: none;
  -webkit-transition: none;
}
.news__content img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.news__content iframe {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .news{
    padding: 1.5em 0;
  }
  .news__title {
    width: 100%;
  }
  .news__title span {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
  }
  .news__content {
    margin-top: 1.5em;
    padding-top: 1.5em;
    width: 100%;
  }
  .news__content iframe {
    height: 371.25px !important;
  }
}

/* live */
#sec--live--idx {
  background: url('./assets/images/bg-live-sp.jpg') no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.live-contents{
  margin-bottom: 4em;
}
.liveList__item {
  border-bottom: 1px solid #595757;
  cursor: pointer;
  margin-bottom: 1em;
  padding: 0 0 1em;
}
.liveList__item:first-child {
  padding-top: 0;
}
.liveList__item img {
  max-width: 100%;
  width: auto;
}
.live__header {
  display: flex;
  justify-content: space-between;
}
.live__date {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 14%;
}
.live__month {
  font-size: 1.8rem;
}
.live__day {
  border-bottom: 4px solid #fff;
  font-size: 3rem;
  margin-top: .15em;
  padding-bottom: .6em;
}
.home .live__titleWrap {
  width: 100%;
}
.live__titleWrap {
  width: 82%;
}
.live__date--jpn {
}
.live__area {
  display: inline-block;
  line-height: 1;
  margin-right: 1em;
  margin-top: .15em;
}
.live__place {
  display: inline-block;
  margin-top: .15em;
}
.live__place::before {
  /*content: '会場：';*/
}
.live__title {
  font-weight: bold;
  margin-top: .15em;
}
.live__soldout {
  color: #ff7bac;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: .15em;
}
.live__contentWrap {
  border-top: 1px dotted #595757;
  display: none;
  margin-bottom: 3em;
  margin-top: 1em;
  padding-top: 1em;
  transition: none;
  -webkit-transition: none;
}
.live__useForm, .live__soldout {
  margin-top: 1em;
}
.sec--ticket{
  margin-top: 6em;
}
@media screen and (min-width: 768px) {
  #sec--live--idx {
    background: url('./assets/images/bg-live.jpg') no-repeat center;
    background-size: cover;
  }
  .liveList__item {
    margin-bottom: 0;
    padding: 1.5em 0;
  }
  .live__contentWrap{
    margin-top: 1.5em;
    padding-left: 18%;
    padding-top: 1.5em;
  }
  .live-contents{
    margin-bottom: 0;
  }
  .live__month {
    font-size: 2.6rem;
  }
  .live__day {
    font-size: 4rem;
  }
}

/* ticket */
.ticket__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.ticket__explain {
  margin-top: .5em;
}
@media screen and (min-width: 768px) {
  .ticket__explain {
    text-align: center;
  }
}

/* profile */
.profile__name {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 1em;
}
.profile__name span {
  display: inline-block;
  margin: .5em 1em;
}
.profile__artistName {
  font-weight: bold;
  margin: 2em 0;
}
.profile__artistName__explain {
  line-height: 1.8;
}
.profileSns {
  margin-top: 5em;
  text-align: center;
}
.profileSns img {
  max-width: 40px;
}
.profileSns a {
  display: inline-block;
  margin: 5px 1em 0;
}
.profileSns__name {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .profile__name span {
    display: inline-block;
    margin-left: 1em;
  }
  .profile__name span:first-child {
    margin-left: 0;
  }
  .profile__imgWrap{
    margin-bottom: -2em;
    padding-bottom: 0;
  }
  .profile__img {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
  }
  .profile__name {
    margin-top: 2em;
    text-align: center;
  }
  .profileSnsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .profileSns {
    margin-left: 4%;
    width: 48%;
  }
  .profileSns:nth-child(2n + 1) {
    margin-left: 0;
  }
}

/* discography */
.discographyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4em;
}
.discographyList__item {
  border: 5px solid #fff;
  box-sizing: border-box;
  height: 42vw;
  margin-top: 1em;
  overflow: hidden;
  position: relative;
  width: 48%;
}
.discographyList__item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.discography {
  margin-top: 2em;
}
.discography__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2em;
}
.discography__content {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .discographyList {
    justify-content: left;
  }
  .discographyList__item {
    height: 230px;
    margin: 14px 1% 0;
    width: 230px;
  }
  .discography {
    display: flex;
    justify-content: space-between;
  }
  .discography__img {
    height: 100%;
    width: 250px;
  }
  .discography__detail {
    height: auto;
    width: calc(100% - 250px - 4em);
  }
  .discography__title {
    margin-top: 0;
  }
}

/* goods */
.ec__explain {
  font-size: 1.4rem;
  text-align: center;
}
.goodsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.goods {
  margin-top: 3em;
  width: 46%;
}
.goods__name {
  font-weight: bold;
  margin-top: 1em;
}
.goods__price, .goods__note {
  font-size: 1.4rem;
  margin-top: .2em;
}
.goods__img {
  cursor: pointer;
}
.js-modal {
  display: none;
}
.js-modal-close {
  cursor: pointer;
  display: block;
  font-size: 30px;
  line-height: 1;
}
.modal__bg {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modal__content {
  left: 10%;
  margin: auto;
  position: fixed;
  top: 1em;
  width: 80%;
  z-index: 200;
}
.modal__content__img li {
  margin: 0 auto;
  text-align: center;
}
.modal__content__img img {
  display: block;
  margin: 0 auto;
}
.modal__content__img.thumb li {
  background-color: #000;
  margin-top: 1em;
}
.modal__content__img.thumb li img {
  opacity: .6;
}
.modal__content__img.thumb li.slick-current img {
  opacity: 1;
}
.modal__txt {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .goods {
    margin-left: 5%;
    width: 30%;
  }
  .goods:nth-child(3n + 1) {
    margin-left: 0;
  }
  .js-modal-close {
    font-size: 50px;
    width: 50px;
  }
  .modal__content {
    left: 50%;
    margin: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
  }
  .modal__content__inner {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  .modal__content__img {
    width: 580px;
  }
  .modal__content__img li {
    height: 580px;
    width: 580px;
  }
  .modal__content__img.thumb {
    margin-left: 20px;
    width: 150px;
  }
  .modal__content__img.thumb li {
    margin-top: 0;
    height: 145px !important;
    width: 145px !important;
  }
  .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
  .modal__txt {
    margin-left: 50px;
    margin-top: 0;
  }
}

/* contact */
.form {
  border-top: 1px solid #595757;
  margin-top: 2em;
  padding-top: 2em;
}
.required::before {
  color: #f00;
  content: '※';
}
.input__title {
  clear: both;
  float: left;
  font-size: 1.4rem;
  margin-top: 1em;
  text-align: right;
  width: 30%;
}
.input__content {
  float: right;
  margin-top: 1em;
  width: 66%;
}
.input__content input, .input__content textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: .2em;
  width: 100%;
}
.input__content textarea {
  height: 100px;
}
.input__content select {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: .2em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .input__content {
    font-size: 1.4rem;
  }
}

/* mail magazine */
.mailmagazine__form {
  margin-top: 4em;
}
.wysija-input {
  box-sizing: border-box;
  padding: .5em .2em;
  width: 100%;
}
.wysija-submit {
  background-color: #bbb;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 3em auto 0;
  padding: .5em 0;
  width: 60%;
}
.formErrorContent {
  box-sizing: border-box;
  width: 100% !important;
}
.formError {
  left: 0 !important;
  margin: 1.5em 0 !important;
  position: relative !important;
  top: 0 !important;
}

/* wpcf */
.wpcf7 form {
  margin-top: 2em;
}
.wpcf7 p {
  margin-top: 1em;
}
.wpcf7 label::before {
  color: #f00;
  content: '※';
}
.wpcf7 input {
  box-sizing: border-box;
}
.wpcf7 input[type='text'] {
  width: 100%;
}
.wpcf7 input[type='email'] {
  width: 100%;
}
.wpcf7 select {
  padding: .2em 0 .3em;
  width: 100%;
}
.wpcf7 input[type='submit'] {
  background-color: #0074be;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 1.5em auto 0;
  padding: .5em 0;
  width: 60%;
}

/* special */
.specialCatList {
}
.specialCat {
  margin-top: 2em;
  text-align: center;
  width: 100%;
}
.specialCat a {
  background-color: rgba(0, 0, 0, .8);
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.specialList__item {
  margin-top: 4em;
}
.specialList__item:first-child {
  margin-top: 0;
}
.special__detail {
  margin-top: 2em;
}
.special__title {
  font-size: 2rem;
  font-weight: bold;
}
.special__content {
  margin-top: 2em;
}
.special__content img {
  width: 100%;
  height: auto;
}
.special--cd__ttl {
  font-weight: bold;
}
.special--cd__img {
  margin-top: 1em;
}
.special--cd__detail {
  border-bottom: 1px solid #fff;
  margin: 2em 0;
  padding-bottom: 2em;
}
.special--cd__mv {
  margin-top: 2em;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.special--cd__mv iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .special__content img {
    width: auto;
  }
  .special--cd__contentWrap {
    border-bottom: 1px solid #fff;
    padding-bottom: 4em;
  }
  .special--cd__content {
    display: flex;
    justify-content: center;
    margin: 2em 0 4em;
  }
  .special--cd__imgWrap {
    width: 400px;
  }
  .special--cd__detail {
    border: none;
    margin: 0 0 0 4em;
    width: 400px;
  }
  .special--cd__mvs {
    display: flex;
    flex-wrap: wrap;
  }
  .special--cd__mvWrap {
    margin: 1em 0 0 2%;
    width: 32%;
  }
  .special--cd__mvWrap:nth-child(3n + 1) {
    margin-left: 0;
  }
  .special--cd__mvWrap:nth-child(-n + 3) {
    margin-top: 0;
  }
}

.recaptcha_policy{
  color: #505050;
  font-size: 1.2rem;
  margin-top: 1em;
}
.recaptcha_policy a{
  color: #bbb;
}
.grecaptcha-badge{
 visibility: hidden;
}
@media screen and (min-width: 768px) {
  .recaptcha_policy{
    text-align: center;
  }
}

/* 20201224 追加 countdown timer */
/* logo ver. 
#hero{
  position: relative;
}
.anniversary__contents{
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 0;
  height: 100%;
  justify-content: space-between;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}
.anniversary__contents h2{
  margin-top: 10px;
  width: 30%;
}
.anniversary__contents img{
  max-height: 100%;
  max-width: 100%;
}
.anniversary__contents a{
  background-color: rgba(0,0,0,.7);
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  font-size: 10px;
  margin-bottom: 20px;
  padding: 1em 2.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .logo{
    max-width: 104px;
  }
  .home .navBar--idx{
    background: none;
    z-index: 11;
  }
  .home .navBar--idx::before{
    background: none;
  }
  .home .navBar--idx .gnav a{
    color: #fff;
  }
  #hero{
    max-height: 130vh;
    min-height: 600px;
    overflow: hidden;
  }
  .anniversary__contents{
    justify-content: flex-start;
  }
  .anniversary__contents h2{
    margin-top: 8%;
    max-width: 300px;
    width: 20%;
  }
  .anniversary__contents a{
    font-size: 14px;
    margin-top: 2%;
    padding: 1em 2em;
    transition: .4s;
  }
  .anniversary__contents a:hover{
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
}
*/

/* txt ver. */
.logo{
  max-width: 64px;
}
#hero{
  position: relative;
}
.anniversary__contents{
  background: radial-gradient(transparent,rgba(0,0,0,.2),rgba(0,0,0,.3));
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 0;
  height: 100%;
  justify-content: space-between;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}
.anniversary__contents h2{
  font-family: 'Old Standard TT', serif;
  font-size: 20px;
  line-height: 1;
  margin-left: 20px;
  margin-top: 5%;
}
.anniversary__contents .blk{
  display: block;
}
.anniversary__contents .num{
  font-size: 52px;
}
.anniversary__contents .txt{
  font-size: 30px;
  margin-left: .3em;
}
.anniversary__contents a{
  background-color: #fff;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5%;
  margin-left: 20px;
  padding: .8em 3.5em;
  position: relative;
}
.anniversary__contents a::after{
  border-right: 1px solid;
  border-top: 1px solid;
  bottom: 0;
  content: '';
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 1em;
  top: 0;
  transform: rotate(45deg);
  width: 5px;
}
@media screen and (min-width: 768px) {
  .logo{
    max-width: 104px;
  }
  .home .navBar--idx{
    background: none;
    z-index: 11;
  }
  .home .navBar--idx::before{
    background: none;
  }
  .home .navBar--idx .gnav a{
    color: #fff;
  }
  #hero{
    max-height: 130vh;
    min-height: 600px;
    overflow: hidden;
  }
  .anniversary__contents{
    box-sizing: border-box;
    justify-content: flex-start;
    padding: 0 5%;
  }
  .anniversary__contents h2{
    font-size: 3vw;
    margin-left: 0;
    margin-top: 12%;
  }
  .anniversary__contents .num{
    font-size: 8vw;
  }
  .anniversary__contents .txt{
    display: block;
    font-size: 5vw;
    margin-left: 0;
  }
  .anniversary__contents a{
    background-color: transparent;
    border: 1px solid;
    color: #fff;
    font-size: 1vw;
    margin-left: 0;
    margin-top: 2em;
    padding: 1em 4em;
  }
  .anniversary__contents a:hover{
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
}