@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  -webkit-text-size-adjust: none;
}

html,
body {
  background: #000;
  color: #000;
  font-size: 18px;
  line-height: 1.75em;
  width: 100%;
}

a {
  color: #149ba6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

a:hover {
  text-decoration: none;
}

a, img {
  border: none;
}

li {
  list-style-type: none;
}

::selection {
  background: #ccc;
}

::-moz-selection {
  background: #ccc;
}

.noselect,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.anchor {
  height: 70px;
  margin-top: -118px;
  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;
}
/*-----------------------*/
/* share */
/*-----------------------*/
.share {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
  margin-left: 30px;
}
.share > div {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -5px;
}
.share > div > a {
  width: 60px;
  height: 60px;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/share.svg);
  background-size: auto 60px;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  opacity: 1;
}
.share > div > a:hover {
  opacity: 0.6;
}
.share > div > a.share_tw {
  background-position: 0px 0;
}
.share > div > a.share_fb {
  background-position: -60px 0;
}
.share > div > a.share_line {
  background-position: -120px 0;
}

/*-----------------------*/
/* 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: #000;
  margin: 0 auto;
}
.over .over_youtube {
  background-color: #000;
}
.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 <add> */
/*-----------------------*/
section.page_top {
  position: relative;
  background: #fff;
  min-width: 1080px;
  max-width: 1920px;
  margin: 0 auto;
}
section.page_top img {
  display: block;
  width: 100%;
}

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;
  background: url(../img/bg.jpg) center top repeat;
}
.container:before {
  content: " ";
  display: block;
  height: 88px;
  background: #000;
}

h2.title {
  display: block;
  margin-bottom: 0.1em;
}
h2.title img {
  display: block;
  margin: 0 auto;
}

/*-----------------------*/
/* page_top */
/*-----------------------*/
section.page_top {
  background: #fff;
  width: 100%;
  height: auto;
  position: relative;
}

section.page_top .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
section.page_top .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 5px #000;
  margin: 0 6px;
}
section.page_top .swiper-container .swiper-pagination-bullet-active {
  background: #eb0c38;
}

div.line {
  height: 35px;
  width: 100%;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background: url(../img/line.png) top center repeat-x;
  position: relative;
  margin-bottom: 50px;
}

/*-----------------------*/
/* top <add> */
/*-----------------------*/
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: #000;
  background-size: 100% auto;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}
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%;
}
header nav ul li {
}
header nav ul li a {
  padding: 0 20px;
  display: block;
}
header nav a div {
  height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/nav.png);
  background-size: 512px auto;
}
header nav a.nav_top div {
  width: 50px;
  background-position: 0 0;
}
header nav a.nav_top:hover div {
  background-position: -256px 0;
}
header nav a.nav_product div {
  width: 101px;
  background-position: 0 -59px;
}
header nav a.nav_product:hover div {
  background-position: -256px -59px;
}
header nav a.nav_privilege div {
  width: 114px;
  background-position: 0 -110px;
}
header nav a.nav_privilege:hover div {
  background-position: -256px -110px;
}
header nav a.nav_event div {
  width: 71px;
  background-position: 0 -162px;
}
header nav a.nav_event:hover div {
  background-position: -256px -162px;
}
header nav a.nav_fair div {
  width: 56px;
  background-position: 0 -204px;
}
header nav a.nav_fair:hover div {
  background-position: -256px -204px;
}
header nav a.nav_profile div {
  width: 94px;
  background-position: 0 -258px;
}
header nav a.nav_profile:hover div {
  background-position: -256px -258px;
}


/*-----------------------*/
/* global_footer */
/*-----------------------*/
footer.global_footer {
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
}
footer.global_footer .share {
  margin: 1em 0;
}
footer.global_footer .share:first-child {
  margin-top: 0;
}
footer.global_footer .share:last-child {
  margin-bottom: 0;
}
footer.global_footer small {
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 1em 0;
}
footer.global_footer small:first-child {
  margin-top: 0;
}
footer.global_footer small:last-child {
  margin-bottom: 0;
}
footer.global_footer .twitter {
  width: 960px;
  margin: 1em auto;
}
footer.global_footer .twitter:first-child {
  margin-top: 0;
}
footer.global_footer .twitter:last-child {
  margin-bottom: 0;
}
footer.global_footer h3 {
  text-align: center;
  color: #c7a46d;
  text-shadow: 0 0 25px #ffff00;
  margin: 1em 0;
}
footer.global_footer h3:first-child {
  margin-top: 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: 100px;
  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: 100px;
}
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: #000;
  text-align: center;
  color: #fff;
  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: 2px solid #b8c7d9;
  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 1em;
  margin: 0.8em 0;
  margin-bottom: 1em;
}
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.movie {
  padding-left: 2em;
  padding-right: 1.5em;
  margin: 1em 0;
}
section.page_sub ul.movie:first-child {
  margin-top: 0;
}
section.page_sub ul.movie:last-child {
  margin-bottom: 0;
}
section.page_sub ul.movie li {
  list-style-type: disc;
  margin-bottom: 0.6em;
  font-size: 80%;
  line-height: 1.6em;
  word-break: break-all;
}
section.page_sub ul.movie li:last-child {
  margin-bottom: 0;
}
section.page_sub ul.movie 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: url(../img/white_base.png) 0 0 repeat;
}
section.page_sub ul.goods li > h3 {
  text-align: center;
  color: #000;
  padding: 0;
  margin: 0.4em;
  font-size: 100%;
  font-weight: 800;
  background: transparent;
  text-shadow: none;
}
section.page_sub ul.goods li > h4 {
  text-align: left;
  color: #149ba6;
  padding: 0;
  margin: 0 0 0.4em 0;
  font-size: 150%;
  font-weight: 600;
  background: transparent;
  text-shadow: none;
}
section.page_sub ul.goods li > .shopname {
  padding: 0.2em 0;
  margin-bottom: 0.4em;
  font-size: 110%;
  text-align: center;
  color: #fff;
  background: #000;
}
section.page_sub ul.goods li > p {
  margin: 0;
  padding: 0;
  font-size: 80%;
  line-height: 1.75em;
  text-align: justify;
  text-justify: inter-ideograph;
}
section.page_sub ul.goods li > p.product {
  margin: 0;
  padding: 0;
  font-size: 80%;
  line-height: 2.0em;
  text-align: justify;
  text-justify: inter-ideograph;
}
section.page_sub ul.goods li > p:last-child {
  margin-bottom: 0;
}
section.page_sub ul.goods .images {
}
section.page_sub ul.goods .images img {
  width: 100%;
  display: block;
}
section.page_sub ul.goods .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #c7a46d;
  background: #fff;
  opacity: 1;
  margin: 0 6px;
}
section.page_sub ul.goods .swiper-pagination-bullet-active {
  background: #c7a46d;
}

.product_track1{
  height: 1.75em;
  width: 100%;
  background-color: #e6f6f6;
  display: block;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 100%;
}

.product_track2{
  height: 1.75em;
  width: 100%;
  background-color: #f8f5e7;
  display: block;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 100%;
}

/*-----------------------*/
/* 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); }
}

/*------------------------*/

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
h1 {
  border-bottom: solid 2px #7ad6e6;
  position: relative;
  text-align:center;
  font-size: 100%;
}
h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #b9ace3;
  bottom: -2px;
  width: 50%;
}
.p_privilege {
  font-size: 80%;
  line-height: 1.75em;
}
.p_shop {
  font-size: 90%;
  line-height: 1.75em;
  text-align: center;
}
.p_campaign {
  font-size: 80%;
  line-height: 1.75em;
}

/*------------------------*/
.btn_buy a {
	background-color: #3da3ab;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 80%;
}

/** CD情報 試聴 **/
.tracklist {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
.tracklist .playbtn {
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 20px;
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
  font-size: 80%;
  position: absolute;
  letter-spacing: 0.1em;
}
.tracklist .playbtn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  width: 16px;
  margin-right: 0.4em;
  display: inline-block;
}
.tracklist .playbtn[data-audio-playing="2"]:before {
  content: "\f110";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.tracklist .playbtn[data-audio-playing="1"]:before {
  content: "\f04d";
}

/** 表テンプレ **/
table {
    border-collapse:  collapse; /* セルの線を重ねる */
    font-size: 80%;
    line-height: 1.75em;
    border: solid 1px;
    width: 100%;
}
th {
    padding: 5px 10px;          /* 余白指定 */
    background: #fff;
    color: #149ba6;
    border: solid 1px #e5e5e5;
    width: 15%;
}
td {
    padding: 5px 10px;          /* 余白指定 */
    border: solid 1px #e5e5e5;
}
.delivery_list li {
	list-style-type: disc;/* リストの左側に黒丸 */
	margin-left: 24px;/* リストの左側に余白 */
	text-align: left;
}

dt {
	    /左に寄せる/
	    float: left ;
	    /後続の左寄せを解除/
	    clear: left ;
	    margin-right: 0.5em ;
	    width: 120px ;
}

dd {
	    float: left ;
	    margin-left: 1em ;
}

p.catch {
  font-size: 90%;
}
