@charset "UTF-8";
* { margin: 0; padding: 0; }
html, body {
  width: 100%;
  background: #fff;
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
body{
	overflow-x: hidden;
}
ul { list-style: none; }
a {
	
  text-decoration: none;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

p { margin-bottom: 30px; }
table { table-layout: fixed; border-collapse: collapse; }
iframe { margin-bottom: 40px; }


#wrapper {}
main {}

section {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto 80px;
  font-size: 16px;
}
section h1 {
  line-height: 39px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #000;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

aside { display: block; font-size: 14px; }


header {
  display: flex;
  justify-content: space-between; 
  align-items: center;            
  padding: 16px 20px 0;
  background: #fff;
}
header a { color: #000; display: inline-block; }


#logo img { display: block; width: 160px; }


#side_menu {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
#side_menu nav { padding-bottom: 10px;}

#side_menu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}


#side_menu ul li { order: 0; }

#side_menu ul li.reserve { order: 999; }

#side_menu nav a {
  color: #000;
  text-decoration: none;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
#side_menu nav a:hover { color: #fff; background: #000; }

#side_menu nav li { display: inline-block; font-size: 14px; }

#side_menu nav li:last-child a {
  background: #333;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
}
#side_menu nav li:not(:last-child) {
  margin-right: 30px;
  padding-top: 10px;
}
#side_menu nav li a { position: relative; }
#side_menu nav li:not(:last-child) a:before {
  content: "";
  position: absolute;
  background: url("/icon01.png") no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  top: calc(50% - 3.5px);
  left: -9px;
}


.overlay { display: none; }
.hamburger { display: none; }


#pankuzu {
  background: #f2f2f2;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
}
#pankuzu ul { display: flex; }
#pankuzu li {
  position: relative;
  margin-right: 30px;
  display: inline;
}
#pankuzu li:last-of-type { position: static; }
#pankuzu li:after {
  content: "";
  position: absolute;
  background: url("/img/pankuzu_arrow.png");
  top: calc(50% - 9px);
  right: -21px;
  width: 18px;
  height: 15px;
  background-size: contain;
}
#pankuzu li a { color: #000; }


#txt01 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  font-size: 24px;
}
#img01 img { width: 100%; }

#txt02 h1, #txt03 h1 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 30px;
}
#txt02 li, #txt03 li, .list01 li {
  position: relative;
  padding-left: 30px;
}
#txt02 li:before, #txt03 li:before, .list01 li:before {
  content: "";
  position: absolute;
  background: url("/icon01.png");
  width: 7px;
  height: 7px;
  top: 19px;
  left: 15px;
}
.list01 li ul{
	margin-bottom: 20px;
}
#txt03 li {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}
#txt03 li:before {
  content: "";
  position: absolute;
  background: url("/icon01.png");
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
}


#page_tit {
  max-width: 960px;
  width: 100%;
  height: 200px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
}


#list a, .list a {
  background: #333;
  color: #fff;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 15px 0;
}
#list a:after, .list a:after {
  content:"";
  position: absolute;
  background: url("/img/contact_arrow.png");
  background-size: contain;
  top: calc(50% - 6px);
  right: 20px;
  width: 10px;
  height: 12px;
}


footer {
  padding: 30px 0 20px;
  text-align: center;
  background: #333;
  color: #fff;
  bottom: 0;
  width: 100%;
}
footer a { color: #fff; }
footer #contact a {
  display: block;
  position: relative;
  margin: 0 auto 10px;
  width: 300px;
  height: 50px;
  background: #191717;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 50px;
  color: #fff;
  text-align: center;
}
footer #contact a:after {
  content: "";
  position: absolute;
  background: url("/img/contact_arrow.png");
  width: 14px;
  height: 17px;
  top: calc(50% - 9px);
  right: 12px;
}
#privacy { margin-bottom: 20px; }
#copy { font-size: 12px; }


@media screen and (max-width: 880px) {
  body { padding-top: 60px; }
  #wrapper { width: 100%; padding-top: 66px; }

  header {
    display: block;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
    top: 0;
  }

  .hamburger {
    display: inherit;
    cursor: pointer;
    height: 56px;
    position: fixed;
    right: 4px;
    top: -2px;
    width: 56px;
    z-index: 300;
  }
  .hamburger span {
    background-color: #666;
    height: 2px;
    left: 11px;
    position: absolute;
    transition: all 0.6s;
    width: 30px;
  }
  .hamburger__lineTop { top: 20px; }
  .hamburger__lineCenter { top: 29px; }
  .hamburger__lineBottom { top: 38px; }
  .hamburger:after {
    position: absolute;
    content: "menu";
    bottom: 0;
    text-align: center;
    font-size: 11px;
    left: calc(50% - 18px);
    color: #666;
    letter-spacing: 1px;
  }

  .overlay {
    display: inherit;
    background-color: #000;
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 100;
  }

  #side_menu {
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    padding-top: 56px;
    position: fixed;
    right: -200px;
    transition: all 0.6s;
    top: 0;
    width: 200px;
    z-index: 200;
  }
  #side_menu nav { position: absolute; top: 73px; left: 0; }

  
  #side_menu ul {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  #side_menu ul li {
    order: 1;
    position: relative;
    display: block;
    width: 200px;
    padding-left: 0;
    font-size: 14px;
  }
  
  #side_menu ul li.reserve { order: -1; }

  #side_menu nav li a::before {
    content: "";
    position: absolute;
    background: url("/img/common/menu_arrow.png") no-repeat;
    background-size: contain;
    width: 6px;
    height: 8px;
    top: calc(50% - 4px);
    left: 39px;
  }
  #side_menu nav li a:hover::before {
    background: url("/img/common/menu_arrow_hover.png") no-repeat;
  }

  #side_menu li a:link,
  #side_menu li a:visited {
    display: block;
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 49px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  #side_menu li a:hover,
  #side_menu li a:active {
    background: #000;
    color: #fff;
  }
  #side_menu li a:hover::before,
  #side_menu li a:active::before {
    background: url("/img/common/menu_arrow_sphover.png") no-repeat;
    background-size: contain;
    width: 6px;
    height: 8px;
    top: calc(50% - 4px);
    left: 39px;
  }

  
  .nav-open .hamburger span { background-color: #000; }
  .nav-open .hamburger:after { content: "close"; color: #000; }
  .nav-open #side_menu { right: 0; }
  .nav-open .hamburger__lineTop { top: 26px; transform: rotate(45deg); }
  .nav-open .hamburger__lineCenter { left: 50%; width: 0; }
  .nav-open .hamburger__lineBottom { top: 26px; transform: rotate(-45deg); }
  .nav-open .overlay { opacity: 0.8; visibility: visible; }

  #new_release .hgroup, #lineup .hgroup { margin: 0 auto 20px; }

  main { width: 100%; padding-top: 0; margin-bottom: 60px; }
  section { max-width: 960px; width: calc(100% - 40px); margin: 0 auto 60px; }

  footer span { display: block; }
  footer br { display: none; }
}
