@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html,
body,
div,
span,
object,
iframe,
embed,
main,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

ol,ul,li{
	padding-bottom: 10px;
}

button,
input,
select,
textarea,
datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit],
input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body,
button,
input,
select,
textarea,
datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-red: #ae0a29;
  --color-white: #fff;
  --color-black: #000;
  --color-gold: #c9af66;
  --color-label: #d8c18b;
  --font-family: YakuHanMP,"Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}

html {
  font-size: 0.625em;
}

body {
  font-family: var(--font-family);
  color: var(--color-white);
  background: url(../img/common/bg.jpg) repeat left top/370px;
  position: relative;
}

.svg-symbol {
  display: none;
}

a {
  text-decoration: none;
}

.p-op {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.5s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.5s;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.5s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.5s;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.5s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.5s;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.5s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.5s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.5s;
  pointer-events: none;
  background: url(../img/common/bg.jpg) repeat left top/370px;
  z-index: 20;
}

.is-load .p-op {
  opacity: 0;
}

.is-skip .p-op {
  display: none;
}

.p-op__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), filter 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), filter 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-load .p-op__bg {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.p-op__logo {
  width: 24.6%;
  max-width: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, -webkit-filter 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, -webkit-filter 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, filter 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, filter 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, -webkit-filter 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  z-index: 20;
}

@media screen and (max-width: 899px) {
  .p-op__logo {
    width: 60%;
  }
}

.p-op__logo img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}

.is-load .p-op__logo {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.is-load .p-op__logo img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media screen and (max-width: 899px) {
  .l-in__main {
    padding: 35px 20px 34px;
  }
}

@media screen and (max-width: 899px) {
  .l-in__main-inner {
    width: 100%;
  }
}

/************************************************************************************************************/
.p-bddvd__contents {
  color: var(--color-black);
  font-size: 15px;
}

.p-bddvd__contents-main {
  width: 100%;
  position: relative;
}

.p-bddvd_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1em;
  font-size: 18px;
  margin-bottom: 50px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_tab {
    margin-bottom: 25px;
    font-size: 13px;
    width: 90%;
  }
}

.p-bddvd_tab li {
  position: relative;
  border: 1px solid var(--color-gold);
  background: #fff;
  line-height: 1em;
  padding: 8px 15px 10px;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 899px) {
  .p-bddvd_tab li {
    padding: 5px 10px 6px;
    margin-bottom: 5px;
  }
}

.p-bddvd_tab li.is-current {
  background: var(--color-gold);
  pointer-events: none;
}

.p-bddvd_tab li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 900px) {
  .p-bddvd_tab li:hover {
    background: var(--color-gold);
  }
}

.p-bddvd_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .p-bddvd_wrap {
    display: block;
  }
}

.p-bddvd_jk {
  width: 45%;
  margin-right: 5%;
}

@media screen and (max-width: 899px) {
  .p-bddvd_jk {
    width: 85%;
    margin: 0;
  }
}

.p-bddvd__link {
  position: relative;
  width: 100%;
  background-color: var(--color-red);
  color: var(--color-white);
  text-align: center;
  margin-top: 10px;
  font-size: 1.6rem;
  padding: 15px 0;
  -webkit-transition: all, 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all, 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 900px) {
  .p-bddvd__link:hover {
    color: #000;
    background: var(--color-gold);
  }
}

@media screen and (max-width: 899px) {
  .p-bddvd__link {
    margin-top: 5px;
    padding: 12px 0;
    font-size: 13px;
  }
}

.p-bddvd__link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-bddvd_info {
  width: 50%;
}

@media screen and (max-width: 899px) {
  .p-bddvd_info {
    width: 100%;
    margin-top: 30px;
  }
}

.p-bddvd_info .att {
  font-size: 13px;
  margin-top: 30px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_info .att {
    font-size: 10px;
    margin-top: 20px;
  }
}

.p-bddvd_info-title {
  font-size: 28px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_info-title {
    font-size: 20px;
  }
}

.p-bddvd_info-release {
  font-size: 20px;
  margin-top: 15px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_info-release {
    font-size: 16px;
    margin-top: 10px;
  }
}

.p-bddvd_info-con {
  margin-top: 30px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_info-con {
    margin-top: 20px;
  }
}

.p-bddvd_info-con dl {
  margin-top: 20px;
  line-height: 1em;
}

@media screen and (max-width: 899px) {
  .p-bddvd_info-con dl {
    margin-top: 15px;
  }
}

.p-bddvd_info-con dl:first-child {
  margin-top: 0;
}

.p-bddvd_info-con dl dt {
  color: var(--color-red);
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_info-con dl dt {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.p-bddvd_info-con dl dt span {
  vertical-align: baseline;
  font-size: 13px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_info-con dl dt span {
    font-size: 10px;
  }
}

.p-bddvd_info-con dl dd {
  margin-top: 5px;
  padding-left: 1em;
  letter-spacing: .05em;
  line-height: 1.25;
}

@media screen and (max-width: 899px) {
  .p-bddvd_info-con dl dd {
    font-size: 13px;
    margin-top: 2px;
  }
}

.p-bddvd_info-con dl dd .txt_l {
  vertical-align: baseline;
  font-size: 18px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_info-con dl dd .txt_l {
    font-size: 15px;
  }
}

.p-bddvd_info-con dl dd .txt_s {
  vertical-align: baseline;
  font-size: 13px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_info-con dl dd .txt_s {
    font-size: 10px;
  }
}

.p-bddvd_special-all h3,
.p-bddvd_special-shop h3 {
  color: var(--color-red);
  font-size: 35px;
  margin-bottom: 50px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-all h3,
  .p-bddvd_special-shop h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.p-bddvd_special-all__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-all__box {
    display: block;
    margin-bottom: 40px;
  }
}

.p-bddvd_special-all__img {
  width: 45%;
  margin-right: 5%;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-all__img {
    width: 85%;
    margin: 0;
  }
}

.p-bddvd_special-all__txt {
  width: 50%;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-all__txt {
    width: 100%;
  }
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-all .ttl {
    margin-top: 25px;
  }
}

.p-bddvd_special-all .ttl dt {
  color: var(--color-red);
  font-size: 22px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-all .ttl dt {
    font-size: 18px;
  }
}

.p-bddvd_special-all .ttl dd {
  margin-top: 15px;
  line-height: 1.4em;
  font-size: 18px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-all .ttl dd {
    font-size: 15px;
    margin-top: 10px;
  }
}

.p-bddvd_special-all .txt {
  margin-top: 20px;
  line-height: 1.4em;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-all .txt {
    margin-top: 15px;
    font-size: 13px;
  }
}

.p-bddvd_special-all .shop {
  margin-top: 20px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-all .shop {
    margin-top: 15px;
  }
}

.p-bddvd_special-all .shop dt {
  font-size: 14px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-all .shop dt {
    font-size: 13px;
  }
}

.p-bddvd_special-all .shop dd {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4em;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-all .shop dd {
    font-size: 11px;
  }
}

.p-bddvd_special-shop {
  margin-top: 80px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-shop {
    margin-top: 60px;
  }
}

.p-bddvd_special-shop__list > li {
  margin-top: 40px;
}

.p-bddvd_special-shop__list > li:first-child {
  margin-top: 0;
}

.p-bddvd_special-shop__list .shop_name {
  color: var(--color-red);
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.p-bddvd_special-shop__list .shop_name span {
  font-size: 13px;
  vertical-align: baseline;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-shop__list .shop_name {
    font-size: 15px;
  }
  .p-bddvd_special-shop__list .shop_name span {
    font-size: 10px;
  }
}

.p-bddvd_special-shop__list-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-bddvd_special-shop__list-item {
  width: 32%;
  margin-left: 2%;
}

@media screen and (min-width: 900px) {
  .p-bddvd_special-shop__list-item:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-shop__list-item {
    width: 49%;
    margin-left: 2%;
    margin-top: 20px;
  }
  .p-bddvd_special-shop__list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-bddvd_special-shop__list-item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

.p-bddvd_special-shop__list-item p {
  margin-top: 5px;
  line-height: 1.4em;
  font-size: 14px;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-shop__list-item p {
    font-size: 12px;
  }
}

.p-bddvd_special-shop .note {
  font-size: 13px;
  margin-top: 40px;
  line-height: 1.4em;
}

@media screen and (max-width: 899px) {
  .p-bddvd_special-shop .note {
    font-size: 10px;
  }
}

.p-bddvd_special-shop .note li {
  text-indent: -1em;
  padding-left: 1em;
}

.shop_name a{
  color: var(--color-red);
  position: relative;
}

.shop_name::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -18px;
    height: 12px;
    width: 12px;
    background: url(../img/bddvd/icon.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 899px) {
  .shop_name::before {
    bottom: 0px;
    right: -15px;
    height: 10px;
    width: 10px;
  }
}




/**********************************************************************************/
@-webkit-keyframes search-chara {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
   98% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes search-chara {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  98% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
.search {
  position: absolute;
  bottom: 30px;
  right: 50px;
  overflow: initial;
  width: 200px;
  height: 281px;
  background-size: contain;
  -webkit-animation: search-chara 11s infinite;
          animation: search-chara 11s infinite;
}

@media screen and (max-width: 899px) {
  .search {
    width: 120px;
    height: 169px;
    bottom: -30px;
    right: 20px;
  }
}
*/