@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "BIZ UDPMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
}

html,
body {
  background: #1a1614;
  color: #332b2f;
  font-size: 20px;
  line-height: 1.7em;
  width: 100%;
}
body:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg_pc.jpg) center no-repeat #fff;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  body:before {
    background-image: url(../img/bg_sp.jpg);
    background-size: 100% auto;
  }
}

a {
  color: #855ccc;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

a:hover {
  text-decoration: none;
}

a, img {
  border: none;
}

h1 {
  color: #f1eae2;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  padding: 0.25em 0;
  margin: 0 0 1em 0;
  background: #552402;
}

li {
  list-style-type: none;
}

::selection {
  background: #ccc;
}

::-moz-selection {
  background: #ccc;
}

.notelet,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.anchor {
  height: 100px;
  margin-top: -130px;
  display: block;
}

.legacy_ie {
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 640px;
  margin-left: -320px;
  padding: 10px 0;
  background: #fff;
  z-index: 1000;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

i.fa {
  margin: 0 0.2em;
}

/*-----------------------*/
/* over */
/*-----------------------*/
.over {
  width: 100%;
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  display: none;
  padding-bottom: 60px;
  background: rgba(0, 0, 0, 0.8);
}
.over > .inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.over .over_contents {
  background: #1a1614;
  margin: 0 auto;
}
.over .over_youtube {
  background-color: #1a1614;
}
.over .over_youtube > div {
  margin: 0 auto;
}
.over .over_youtube iframe {
  width: 100%;
  height: 100%;
}
.over .over_image a,
.over .over_image img {
  display: block;
  width: 100%;
  height: 100%;
}
.over .over_image a:hover {
  opacity: 0.8;
}
.over .over_controller {
  height: 96px;
  width: 100%;
  position: relative;
}
.over .over_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 96px;
  width: 96px;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
}
.over .over_close:after {
  content: " ";
  width: 100%;
  height: 100%;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/close.svg);
  position: absolute;
  top: 0;
  left: 0;
  transition-property: transform;
  transition-duration: 120ms;
  transition-timing-function: ease-out;
}
.over .over_close:hover:after {
  transform: rotate(90deg);
}

/*-----------------------*/
/* page_top */
/*-----------------------*/
section.page_top {
  position: relative;
  min-width: 900px;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 150px;
}
section.page_top img {
  display: block;
  width: 100%;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #a88a72, #c9b59e 50%, #a88a72);
  border-image-slice: 1;
}
section.top {
  padding-top: 3em;
  padding-bottom: 1em;
}
section.top h1 img {
  display: block;
  max-width: 100%;
  margin: 1em auto;
}

/*-----------------------*/
/* container */
/*-----------------------*/
.container {
  overflow: hidden;
  position: relative;
  min-width: 1024px;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
}
.container:before {
  content: " ";
  display: block;
  height: 80px;
  background: #1a1614;
}

h2.title {
  display: block;
  margin-bottom: 0.1em;
}
h2.title img {
  display: block;
  margin: 0 auto;
}

/*-----------------------*/
/* top */
/*-----------------------*/
header {
  height: 50px;
  width: 100%;
  min-width: 1080px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
header > .inner {
  position: relative;
  height: 100%;
  z-index: 100;
  max-width: 1920px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #a88a72, #c9b59e 50%, #a88a72);
  background-size: 100% auto;
}
header nav {
  height: 100%;
  width: 100%;
}
header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #a88a72, #c9b59e 50%, #a88a72);
  border-image-slice: 1;
  background-image: linear-gradient(90deg, #33281f, #1a1614 50%, #33281f);
}
header nav ul li a {
  padding: 0 20px;
  display: block;
}
header nav a div {
  height: 23px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/nav.png);
  background-size: 706px auto;
}
header nav a.nav_topics div {
  width: 59px;
  background-position: 0 0;
}
header nav a.nav_topics:hover div {
  background-position: -353px 0;
}
header nav a.nav_visual div {
  width: 59px;
  background-position: 0 -76px;
}
header nav a.nav_visual:hover div {
  background-position: -353px -76px;
}
header nav a.nav_movie div {
  width: 52px;
  background-position: 0 -146px;
}
header nav a.nav_movie:hover div {
  background-position: -353px -146px;
}
header nav a.nav_event div {
  width: 53px;
  background-position: 0 -217px;
}
header nav a.nav_event:hover div {
  background-position: -353px -217px;
}
header nav a.nav_popup div {
  width: 59px;
  background-position: 0 -287px;
}
header nav a.nav_popup:hover div {
  background-position: -353px -287px;
}
header nav a.nav_collabo div {
  width: 66px;
  background-position: 0 -365px;
}
header nav a.nav_collabo:hover div {
  background-position: -353px -365px;
}
header nav a.nav_fc div {
  width: 75px;
  background-position: 0 -435px;
}
header nav a.nav_fc:hover div {
  background-position: -353px -435px;
}

/*-----------------------*/
/* global_footer */
/*-----------------------*/
footer.global_footer {
  border-top: 3px solid;
  border-image: linear-gradient(90deg, #a88a72, #c9b59e 50%, #a88a72);
  border-image-slice: 1;
  background-image: linear-gradient(90deg, #33281f, #1a1614 50%, #33281f);
  color: #c9b59e;
  padding: 1.0em 0;
  text-align: center;
}
footer.global_footer small {
  letter-spacing: 0.05em;
  font-size: 60%;
  font-weight: 700;
  margin: 1.0em 0;
}

aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
aside a {
  width: 200px;
  display: block;
  margin: 25px;
  overflow: hidden;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  opacity: 1;
}
aside a:hover {
  opacity: 0.6;
}
aside a img {
  display: block;
  width: 100%;
}

/*-----------------------*/
/* page_sub */
/*-----------------------*/
section.page_sub {
  position: relative;
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 150px;
}
section.page_sub > img {
  display: block;
  max-width: 100%;
}
section.page_sub > .inner {
  background: 0 0 repeat-y;
  background-size: 100% auto;
  padding: 30px 120px;
}
section.page_sub img.image {
  display: block;
  margin: 0.8em auto;
}
section.page_sub img.image:last-child {
  margin-bottom: 0;
}
section.page_sub img.image:first-child {
  margin-top: 0;
}
section.page_sub h3 {
  background: #182f52;
  text-align: center;
  color: #182f52;
  padding: 0.2em;
  margin: 0.8em 0;
}
section.page_sub h3:last-child {
  margin-bottom: 0;
}
section.page_sub h3:first-child {
  margin-top: 0;
}
section.page_sub hr {
  border: none;
  border-bottom: 5px double #ccb9a3;
  margin: 2em 0;
}
section.page_sub hr:last-child {
  margin-bottom: 0;
}
section.page_sub hr:first-child {
  margin-top: 0;
}
section.page_sub p {
  padding: 0;
  margin: 0.5em 0;
}
section.page_sub p:last-child {
  margin-bottom: 0;
}
section.page_sub p:first-child {
  margin-top: 0;
}
section.page_sub p span {
  display: inline-block;
}

section.page_sub dl.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0;
}
section.page_sub dl.table:first-child {
  margin-top: 0;
}
section.page_sub dl.table:last-child {
  margin-bottom: 0;
}
section.page_sub dl.table dt, section.page_sub dl.table dd {
  margin-bottom: 0.3em;
  padding: 0.2em;
}
section.page_sub dl.table dt {
  text-align: center;
  width: 20%;
  background: #eb0c38;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.page_sub dl.table dd {
  width: 70%;
  padding-left: 0.6em;
}
section.page_sub ul.attention {
  padding-left: 1em;
  padding-right: 1em;
  margin: 0;
  text-align: left;
}
section.page_sub ul.attention:first-child {
  margin-top: 0;
}
section.page_sub ul.attention:last-child {
  margin-bottom: 0;
}
section.page_sub ul.attention li {
  list-style-type: disc;
  margin-bottom: 0.6em;
  font-size: 70%;
  line-height: 1.6em;
  word-break: break-all;
}
section.page_sub ul.attention li:last-child {
  margin-bottom: 0;
}
section.page_sub ul.attention li span {
  display: inline-block;
}
section.page_sub ul.goods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.page_sub ul.goods li {
  width: calc(50% - 20px);
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  margin: 10px;
}
section.page_sub ul.goods li:nth-child(1), section.page_sub ul.goods li:nth-child(4), section.page_sub ul.goods li:nth-child(5), section.page_sub ul.goods li:nth-child(8), section.page_sub ul.goods li:nth-child(9), section.page_sub ul.goods li:nth-child(12), section.page_sub ul.goods li:nth-child(13) {
  background: transparent 0 0 repeat;
}
section.page_sub ul.goods li:nth-child(2), section.page_sub ul.goods li:nth-child(3), section.page_sub ul.goods li:nth-child(6), section.page_sub ul.goods li:nth-child(7), section.page_sub ul.goods li:nth-child(10), section.page_sub ul.goods li:nth-child(11), section.page_sub ul.goods li:nth-child(14) {
  background: transparent 0 0 repeat;
}
section.page_sub ul.goods li > h3 {
  text-align: center;
  color: #552402;
  padding: 0;
  margin: 0.4em;
  font-size: 100%;
  font-weight: 700;
  background: transparent;
  text-shadow: none;
  line-height: 1.5em;
}
section.page_sub ul.goods li > hr {
  border: none;
  border-bottom: 2px solid #b39447;
  margin: 0.5em 0;
}
section.page_sub ul.goods li > .price {
  padding: 0.25em 0 0 0;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  color: #f1eae2;
  background: #552402;
}
section.page_sub ul.goods li > p {
  margin: 0;
  padding: 0;
  font-size: 80%;
  line-height: 1.5em;
  color: #332b2f;
  margin: 0.75em 0;
}
section.page_sub ul.goods li > p:last-child {
  margin-bottom: 0;
}
section.page_sub ul.goods .images img {
  width: 100%;
  display: block;
}
section.page_sub ul.goods .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 2px solid;
  border-color: #ccb9a3;
  background: transparent;
  opacity: 1;
  margin: 0 6px;
}
section.page_sub ul.goods .swiper-pagination-bullet-active {
  border-color: #ccb9a3;
  background: #ccb9a3;
}

/*-----------------------*/
/* scroll animation */
/*-----------------------*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*-----------------------*/
/* text */
/*-----------------------*/
p.big_text {
  font-size: 130%;
  font-weight: 400;
  line-height: 2.0em;
  text-align: center;
}
p.small_text {
  font-size: 80%;
  line-height: 1.7em;
  text-align: left;
}
p.small2_text {
  font-size: 80%;
  line-height: 1.7em;
  text-align: left;
}
p.small3_text {
  font-size: 80%;
  line-height: 1.7em;
  text-align: center;
}

/*-----------------------*/
/* accordion menu */
/*-----------------------*/
p.accordion_text {
  font-size: 80%;
  line-height: 1.7em;
  text-align: left;
  border-bottom: 1px solid #332b2f;
}
.toggle {
  display: none;
}
.Label {
  padding: 0.5em;
  display: block;
  color: #f2eee6;
  background:#552402;
}
.Label::before{
  content:"";
  width: 6px;
  height: 6px;
  border-top: 2px solid #f2eee6;
  border-right: 2px solid #f2eee6;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
}
.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content {
  height: 0;
  margin-bottom: 10px;
  padding:0 10px;
  font-size: 100%;
  line-height: 1.75em;
  text-align: left;
  overflow: hidden;
}
.toggle:checked + .Label + .content {
  height: auto;
  padding: 10px ;
  transition: all .3s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

/*-----------------------*/
/* goods */
/*-----------------------*/
.text_limit {
  float: left;
  background-color: #855ccc;
  padding : 0px 10px;
  margin: 0.75em 0 0 0;
  text-align: center;
  font-size: 100%;
  color: #f1eae2;
}

.info_text{
  line-height: 2em;
  width: 755px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 100%;
}
.info_text dt{
  width: 15%;
  font-weight: 600;
  color: #e75288;
}
.info_text dd{
  width: 85%;
}

.btn_links a {
  border: 1px solid #552402;
  background-image: linear-gradient(0deg, #542201, #9e7547);
  color: #f2eee6;
  text-decoration: none;
  font-size: 150%;
  font-weight: 400;
  padding: 20px 20px;
  margin: 10px 0;
  display: inline-block;
}
.btn_links a:hover {
  background-image: linear-gradient(0deg, #855ccc, #ba9bef);
  border: 1px solid #855ccc;
  color: #f2eee6;
}

/*-----------------------*/
/* pagetop btn */
/*-----------------------*/
.pagetop {
  width: 150px;
  height: 300px;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/pagetop.png);
  background-size: 100% auto;
  position: fixed;
  right: 50px;
  bottom: -100px;
}

@media screen and (max-width: 1100px) {
  .pagetop {
    width: 150px;
    height: 300px;
  }
}

/*-----------------------*/
/* movie */
/*-----------------------*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}