@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
*,
*:before,
*:after {
  margin:0;
  padding:0;
  box-sizing:border-box;
  border:0;
  outline:0
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  opacity: .7;
}
ul,ol,li {
  list-style: none;
}
@keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

/* header */
#container {
  position: relative;
  background-image: url(images/header_bg.jpg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.logo {
  max-width: 1100px;
  margin: 0 auto;
}
.logo img {
  margin: 0 1em 0 0;
}
header {
  padding: 30px 2em 0;
}

/* main */
.wrapper.sub {
  padding: 0 2em;
}
.main {
  text-align: center;
  padding: 5vw 0 2vw;
}
.main dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main dt {
  margin: 0 9% 0 0;
}
.main dd {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  position: relative;
}
.main dd img {
  margin: 0 0 5px;
}
.main_contents {
  margin-top: 3em;
}
.main_contents.musuci_ch {
  line-height: 2.5;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 800px;
  margin: 3em auto;
}
.main_contents.musuci_ch dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 3em auto;
}
.main_contents.musuci_ch dt {
  text-align: center;
  width: 30%;
}
.main_contents.musuci_ch dd {
  text-align: left;
  width: 67%;
}
.main_contents.musuci_ch dd h4 {
  color: #d42e00;
}
.main_contents.musuci_ch a {
  font-weight: bold;
  color: #d42e00;
}
.main_contents.musuci_ch a.musuci_ch_btn {
  border-radius: 2px;
  color: #fff;
  background-color: #d42e00;
  display: block;
  padding: 1em;
  background-size: cover;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-weight: normal;
}
h3.character_h3 {
  margin-bottom: .5em;
}
.musuci_ch h4 {
  font-size: 20px;
  font-size: 2.0rem;
}


/* hamburger menu */
.header__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: rgba(255,255,255,.8);
  transition: ease .4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__items {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 2em;
}
.nav__items li {
  margin: 2vw auto;
  width: 48%;
}
.nav-items__item a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
}
.header__hamburger {
  width: 60px;
  position: absolute;
  top: .5em;
  right: .5em;
  cursor: pointer;
  padding: 1em;
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 10;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -15px;
  transform: rotate(-45deg);
} 
.side-open {
  overflow: hidden;
}

/* shop_listWrap */
.shop_listWrap {
  text-align: center;
  max-width: calc(1100px + 4em);
  padding: 0 2em;
  margin: -47px auto 125px;
  font-size: 18px;
  font-size: 1.8rem;
}
.shop_listWrap ul {
  margin: 1em 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop_listWrap li {
  margin: 0 0 15px 0;
  width: 24%;
  display: flex;
}
.shop_listWrap li a {
  border-radius: 2px;
  color: #fff;
  background-image: url(images/bg5.png);
  padding: 1em;
  background-size: cover;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2;
}
.shop_listWrap .link_dealer a {
  background-image: none;
  color: #333;
  position: relative;
}

/* pagetop */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 70px;
  height: auto;
}
#pagetop a {
  position: relative;
  display: block;
}

/* footer */
footer {
  background-color: #fff;
  padding: 0 2em;
}
.footer_contents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 3em;
}
.footer_contact {
  margin: 3em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 800px;
}
.footer_contact dt {
  margin: 0 0 2em 0;
  text-align: center;
  width: 100%;
}
.footer_contact dd {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 3em auto;
}
.footer_contact dd.footer_contact1 {
  width: calc(100% - (150px + 2em));
}
.footer_contact dd.footer_contact2 {
  max-width: 150px;
  margin-left: 2em;
  text-align: left;
}

.footer_contact dd a {
  color: #d42e00;
}
.footer_contact dd ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_contact dd>p {
  position: relative;
  padding-bottom: 1em;
  display: block;
  border-bottom: 1px solid #333;
  padding: 0.5em;
}
.footer_contact dd ul li {
  width: 24%;
  text-align: left;
  margin-top: 1em;
  margin-right: 1%;
}
.footer_contact dd ul li:nth-child(4n) {
  margin-right: 0;
}
.btn {
  border-radius: 2px;
  color: #fff;
  background-color: #d42e00;
  display: block;
  padding: 1em;
  background-size: cover;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 264px;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
.btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.copy {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 2em 8em;
  text-align: center;
}

/* backnumber */
.backnumber {
  max-width: 980px;
  background-color: #efeae2;
  margin: 3em auto 0;
  padding: 1em 2em;
}
.backnumber h3 {
  color: #d42e00;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 0.5em;
}
.backnumber dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .5em auto;
}
.backnumber dt {
  margin: 0 1em 0 0;
}
.backnumber dd {
  margin: 0 0.3em;
}
.backnumber dd a {
  background-color: #d42e00;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 15px;
  min-width: 3em;
}
.backnumber dd a:last-child {
  margin: 0;
}
.backnumber_list {
  text-align: left;
}

/* update */
.top_update {
  padding: 0 2em;
  margin: 5vw 0;
}
.top_update dl {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_update dt {
  color: #d42e00;
}
.top_update dt:after {
  content: "";
  display: inline-block;
  background-image: linear-gradient(-0deg, transparent 49%, #333 49%, #333 51%, transparent 51%, transparent);
  width: 2em;
  height: 2em;
  vertical-align: middle;
  margin: 0 1em;
}
.top_update dt img {
  margin: 0 1em 0 0;
}

/* topic_path */
.topic_path {
  padding: 0 2em;
  margin: 0 0 50px;
}
.topic_path ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topic_path li {
  position: relative;
  padding: 0 2em 0 0 ;
}
.topic_path li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 1em;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topic_path li:last-child:after {
  display: none;
}

/* top_menu */
.top_menu {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.top_menu li {
  width: 48%;
  max-width: 510px;
  padding: 0;
  margin-bottom: 2em;
}
.top_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 .5em;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 3px;
  background-size: cover;
}
.menu_commentWrap {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
.list.wrapper {
  padding: 0 2em;
}
#news_box {
  margin-top: 5em;
  padding: 5vw 2em;
  background-color: #efeae2;
}
#news_box div {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
#news_box div {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
#news_box .news_box_contents {
  display: flex;
  justify-content: center;
  margin: 2em auto 0;
}
#news_box .news_box_contents p {
  width: 49%;
}
#news_box .news_box_contents p {
  margin: 0 2% 0 0;
}
#news_box .news_box_contents p:last-child {
  margin: 0;
}
#gallery_list {
  padding: 5vw 2em;
}
#gallery_list div {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
#gallery_list ul {
  margin: 2em 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#gallery_list li {
  margin: 0 1% 2%;
}
#gallery_list .map {
  display: flex;
  max-width: 800px;
  margin: 0 auto 3em;
  justify-content: space-between;
}
#gallery_list .map p {
  width: 49%;
}

/* article */
article {
  max-width: 1100px;
  margin: 0 auto 120px;
  text-align: center;
}

/* modal */
.modal-close {
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  cursor: pointer;
}
.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  background-color: #fff;
}
.modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 999;
}
.modal-content {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100vh;
  text-align: center;
}
.modal{
  display: none;
}
.player {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  height: 100vh;
}
.player img {
  width: auto;
  height: 90vh;
  display: block;
}
.modal-content iframe {
  width: 100%;
  height: 100%;
}

  .listWrap h3 {
    background-color: #fff;
    padding: 1em;
    border-radius: 5px;
  }



@media screen and (max-width: 980px) {
  .main {
    width: 60vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #container  {
    background-size: 200vh;
  }
  .nav__items {
    width: 70vh;
  }
  .nav__items li {
    margin: 2vw auto;
    width: 80vw;
  }
  .logo img {
    display: block;
    margin: 0 0 0.5em;
  }
  .main {
    width: 100%;
    margin: 0 auto;
  }
  .top_update dl {
    display: block;
  }
  .top_update dt:after {
    display: none;
  }
  .top_update dt {
    margin-bottom: .5em;
  }
  .top_menu {
    display: block;
  }
  .menu_commentWrap {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top_menu li {
    width: 100%;
    max-width: 100%;
  }
  .top_menu a img {
    width: 100%;
  }
  .shop_listWrap li {
    width: 48%;
  }
  .footer_listWrap li {
    width: 49%;
  }
  .footer_listWrap li:nth-child(10) {
    margin-left: 0;
    margin-right: 0;
  }
  .footer_listWrap .link_dealer {
    width: 100%;
  }
  .topic_path {
    margin: 0 0 50px;
  }
  #pagetop {
    position: static;
  }
  .listWrap h2 {
    letter-spacing: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .event_contents p br {
    display: none;
  }
  .footer_contact dt {
    width: 50vw;
    margin: 0 auto 1em;
  }
  #pagetop {
    width: 12vw;
    margin: 0 auto;
  }
  .footer_contact dd a:after {
    display: none;
  }
  .footer_contact dd {
    display: block;
    text-align: center;
  }
  .footer_contact dd p:last-child {
    border: 0;
  }
  .footer_contact dd ul li {
    width: 32%;
    font-size: 3vw;
  }
  .footer_contact dd ul li:nth-child(4n) {
    margin-right: 1%;
  }
  .footer_contact dd ul li:nth-child(3n) {
    margin-right: 0;
  }
  .copy {
    padding: 0 0 2em;
    text-align: left;
  }
  .main_contents.musuci_ch {
    text-align: left;
    font-size: 3vw;
  }
  .main_contents.musuci_ch a.musuci_ch_btn {
    display: block;
    max-width: 100%;
  }
  .main_contents.musuci_ch dd {
    line-height: 1.75;
  }
  .topic_path {
    color: #fff;
  }
  .topic_path a {
    color: #fff;
  }
  .listWrap h3 {
    background-color: #fff;
    padding: 1em;
    border-radius: 5px;
  }
  .topic_path li:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .modal-close::before,
  .modal-close::after {
    top: 50%;
  }
  .player img {
    width: 100%;
    height: auto;
  }
  #gallery_list li {
    width: 48%;
  }
  .footer_contact dd.footer_contact1 {
    width: 100%;
  }
  .footer_contact dd.footer_contact2 {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}