@charset "UTF-8";
body {
  position: relative;
  overflow-x: hidden;
  font-family: vdl-gigag, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.8;
  color: #222;
  letter-spacing: 0.06em;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../img/bg.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  body::before {
    background: url("../img/bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}

body.js-no_scroll {
  overflow: hidden;
}

body.js-no_scroll:before {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

body :focus {
  outline: none;
}

.lyt-panel {
  margin: 0 auto 40px;
  padding: 4px;
  border-radius: 12px;
  background-color: #ffffff;
}

.lyt-anchor {
  padding-top: 80px;
}

h1 {
  margin-bottom: 0;
}

h2 {
  margin: 0 auto 30px;
  padding: 30px 0;
  text-align: center;
  border-bottom: 4px solid #ffffff;
}
@media (max-width: 767px) {
  h2 {
    margin: 0 auto 20px;
    padding: 15px 2%;
  }
}

img {
  max-width: 100%;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

strong {
  font-weight: 900;
}

.text-attention {
  color: #ff2b53;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .text-attention {
    font-size: 15px;
  }
}

.repletion {
  font-size: 14px;
  color: #ffea00;
  border: 1px solid #ffea00;
  padding: 2px 2px 4px 6px;
  margin-left: 4px;
}

@media (max-width: 767px) {
  .repletion {
    font-size: 12px;
  }
}

.color-red {
  color: red;
}

.color-red text {
  font-weight: 600;
}

.color-blue {
  color: #fff;
}

ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

@media (max-width: 767px) {
  li {
    padding: 0;
  }
}

a {
  color: #ffea00;
  text-decoration: none;
  word-break: break-all;
}
a:hover {
  opacity: 0.8;
  color: #ffea00;
}

.pc-none {
  display: none;
}
@media (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.md-none {
  display: block;
}
@media (max-width: 991px) {
  .md-none {
    display: none;
  }
}

footer {
  position: relative;
}
footer .copyright {
  padding-bottom: 10px;
  background-color: #000;
}
footer .copyright small {
  display: block;
  text-align: center;
  color: #ffffff;
}
footer .copyright small span {
  position: relative;
  top: 4px;
  margin-right: 2px;
  font-size: 23px;
}
footer .link-pageup {
  position: fixed;
  right: 8px;
  bottom: 20px;
  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;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup img {
  opacity: 1;
}
@media (max-width: 767px) {
  footer .link-pageup img {
    width: 90px;
    height: auto;
  }
}
footer .link-pageup:hover, footer .link-pageup:visited, footer .link-pageup:active {
  opacity: 1;
}

@media (min-width: 575px) {
  .link-pageup:hover, .link-pageup:visited, .link-pageup:active {
    -webkit-animation: yokoyure 2s infinite;
            animation: yokoyure 2s infinite;
    opacity: 1;
  }
  @-webkit-keyframes yokoyure {
    0% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    5% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    10% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    15% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    20% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    25% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yokoyure {
    0% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    5% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    10% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    15% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    20% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    25% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
}

.content-official {
  padding: 64px 0 120px;
}
@media (max-width: 767px) {
  .content-official {
    padding-bottom: 20px;
    background-position: center 170px, left top;
    background-size: cover, auto;
  }
}
.content-official h2 {
  padding: 30px 2%;
  border-bottom: none;
}
@media (max-width: 767px) {
  .content-official h2 img {
    width: 240px;
  }
}
.content-official h3 {
  margin-bottom: 0;
}
.content-official .link-box {
  width: 90%;
  max-width: 540px;
  margin: 50px auto 0;
  padding: 40px;
  text-align: center;
  border: 10px solid #d5c1a2;
  border-radius: 10px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .content-official .link-box {
    padding: 20px;
  }
}
.content-official .link-box hr {
  margin: 24px 0;
}
.content-official .link-box ul {
  padding-left: 0;
}
.content-official .link-box ul li {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.5;
}
.content-official .link-box ul li::before {
  position: relative;
  top: 3px;
  margin-right: 3px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 700;
  color: #222;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 48px;
}
header .img-logo {
  display: block;
  position: relative;
  z-index: 4;
  padding: 10px 0 0 8px;
}
@media (max-width: 767px) {
  header .img-logo {
    padding: 4px 0 0 8px;
  }
}
header .img-logo img {
  max-width: 100px;
}

nav.navbar {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
  padding: 8px;
}
nav.navbar div.collapse,
nav.navbar div.collapsing {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 80px 0 20px;
  background-color: #000;
}
nav.navbar ul.navbar-nav {
  color: #fff;
  padding-left: 20px;
}
nav.navbar ul.navbar-nav > li {
  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;
}
@media (min-width: 768px) {
  nav.navbar ul.navbar-nav > li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
nav.navbar ul.navbar-nav > li:last-child {
  border-bottom: none;
}
nav.navbar ul.navbar-nav a {
  padding: 24px 12px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  nav.navbar ul.navbar-nav a {
    padding: 12px 6px;
    display: block;
    width: 100%;
    height: 100%;
  }
}
nav.navbar button.navbar-toggler {
  color: #fff;
  z-index: 4;
  padding: 0;
}
nav.navbar button.navbar-toggler .navbar-toggler-icon {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  nav.navbar button.navbar-toggler .navbar-toggler-icon {
    width: 80px;
  }
}

.img-main {
  width: 100%;
}
@media (max-width: 767px) {
  .img-main {
    padding: 20px 0;
  }
}
.img-main img {
  display: block;
  margin: 0 auto;
}


.content-frame .ttl-primary {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 0;
}
.content-frame .ttl-primary span {
  font-size: 20px;
  color: #E92130;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .content-frame .ttl-primary {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .content-frame .ttl-primary span {
    font-size: 14px;
    margin-left: 3px;
  }
}
.text-center {
  margin: auto;
}
.content-order .lead-order {
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .content-order .lead-order {
    display: inline-block;
    padding: 0 4%;
    font-size: 12px;
    text-align: left;
  }
}
.content-order .day-order,
.content-order .day-delivery {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .content-order .day-order,
.content-order .day-delivery {
    font-size: 16px;
  }
}
.content-order .day-order span,
.content-order .day-delivery span {
  display: inline-block;
  margin-right: 8px;
  padding: 0 6px 2px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .content-order .day-order span,
.content-order .day-delivery span {
    display: block;
    width: 8rem;
    margin: 0 auto 4px;
    padding: 1px 6px;
  }
}
.content-order .day-white {
  color: #ffffff;
}
.content-order .day-white span {
  color: #000000;
  background: #ffffff;
}
.content-order .day-yellow {
  color: #ffea00;
}
.content-order .day-yellow span {
  color: #000000;
  background: #ffea00;
}
.content-order .detail-order {
  padding: 0 6% 40px;
}
.content-order .detail-order.row {
  margin: 0 30px;
}
@media (max-width: 767px) {
  .content-order .detail-order.row {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .content-order .detail-order {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .content-order .detail-order.row {
    display: block;
  }
}
.detail-order + .detail-order {
  padding: 40px 6%;
  border-top: 2px solid #fff;
}
.content-order .slider-area {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}
.content-order .slider-area ul {
  margin-bottom: 0;
}
.content-order .slider-area .slider-thumbnail {
  position: relative;
}
.content-order .slider-area .slider-thumbnail img {
  display: block;
  margin: 8px 4px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.content-order .slider-area .slider-thumbnail .slick-current img {
  opacity: 1;
}
.content-order .slick-list.draggable {
  padding: 0 !important;
}
.content-order .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}
.content-order .js-slider li {
  position: relative;
  max-width: 380px;
  margin: 0 auto 20px;
  padding: 0;
}
@media (max-width: 991px) {
  .content-order .js-slider li {
    padding: 0 5px;
  }
}
.content-order .js-slider li::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  content: "\f00e";
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 767px) {
  .content-order .js-slider li::after {
    font-size: 4vw;
  }
}
.content-order .js-slider li img {
  cursor: pointer;
}
.content-order .slick-arrow {
  position: absolute;
  top: calc(50% - 2rem);
  padding: 0;
  font-size: 40px;
  color: #ffffff;
  border: none;
  background-color: transparent;
}
.content-order .slick-arrow img {
  display: block;
  margin: 8px;
}
.content-order .slick-arrow.slick-prev {
  left: -20px;
}
.content-order .slick-arrow.slick-next {
  right: -20px;
}
.text-order {
  padding: 0;
  letter-spacing: 1px;
}
.list-content dt {
  display: block;
  margin-bottom: 6px;
  padding: 0 10px 5px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .list-content dt {
    font-size: 16px;
  }
}
.list-content dd {
  margin: 20px auto 40px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .list-content dd {
    margin: 10px auto 20px;
    font-size: 15px;
  }
}
.list-content dd .fas {
  margin-right: 2px;
  font-size: 18px;
}
.list-content dd + dt {
  margin-top: 12px;
}
.text-payment {
  margin: 20px 0 6px 0;
  font-size: 15px;
  line-height: 1.4;
}
.list-note {
  margin: 30px auto;
  padding-left: 1rem;
  text-indent: -0.8rem;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .list-note {
    margin: 20px auto;
    font-size: 14px;
  }
}
.list-note li {
  margin-bottom: 6px;
  line-height: 1.4;
}
.list-dotted .list-dotted__item {
  position: relative;
  padding-left: 18px;
}
.list-dotted .list-dotted__item:nth-child(n+2) {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .list-dotted .list-dotted__item {
    font-size: 14px;
  }
}
.list-dotted .list-dotted__item::before {
  position: absolute;
  content: "■";
  font-size: 12px;
  top: 4px;
  left: 0;
}
.list-circle .list-circle__item {
  position: relative;
  padding-left: 20px;
}
.list-circle .list-circle__item:nth-child(n+2) {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .list-circle .list-circle__item {
    font-size: 14px;
  }
}
.list-circle .list-circle__item::before {
  position: absolute;
  content: "・";
  top: 2px;
  left: 0;
}


.list-square > li {
  margin-bottom: 6px;
  line-height: 1.7;
  position: relative;
  padding-left: 18px;
}
.list-dotted li:nth-child(n+2) {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .list-square > li {
    font-size: 14px;
  }
}
.list-square > li::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  top: 11px;
  left: 0;
}

.list-attention {
  margin-top: 6px;
}

.list-attention > li {
  margin-bottom: 3px;
  line-height: 1.7;
  position: relative;
  padding-left: 20px;
}

.list-attention li:nth-child(n+2) {
  margin-top: 3px;
}

@media (max-width: 767px) {
  .list-attention > li {
    font-size: 14px;
  }
}

.list-attention > li::before {
  position: absolute;
  content: "※";
  display: block;
  color: #fff;
  top: 0;
  left: 0;
}


.content-order .list-other {
  margin: 30px auto;
  font-size: 12px;
}
@media (max-width: 767px) {
  .content-order .list-other {
    margin: 20px auto;
    font-size: 10px;
  }
}
.content-order .list-other li {
  margin-bottom: 6px;
  line-height: 1.4;
}
.content-order .balloon {
  position: relative;
  max-width: 100%;
  padding: 8px;
  text-align: center;
  border: solid 2px #ffffff;
}
.content-order .balloon::before, .content-order .balloon::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content-order .balloon::before {
  border: solid 12px transparent;
  border-top: solid 12px #ffffff;
}
.content-order .balloon::after {
  margin-top: -5px;
  border: solid 14px transparent;
  border-top: solid 14px #000000;
}

.single-btn .list-btn {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-btn .list-btn {
    margin: 0;
  }
}
.single-btn .list-btn a {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px 6px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  border: 2px solid #d3092f;
}
@media (max-width: 767px) {
  .single-btn .list-btn a {
    font-size: 14px;
  }
}
.single-btn .list-btn a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.single-btn .list-btn a::before {
  position: relative;
  top: 0;
  right: 5px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 700;
}
.single-btn .list-btn .btn-cart a {
  color: #ffffff;
  background: #d3092f;
}
.single-btn .list-btn .btn-cart a::before {
  right: 5px;
  color: #ffffff;
}
.single-btn .list-btn .btn-detail a {
  color: #d3092f;
  background: #f8f8f8;
}
.single-btn .list-btn .btn-detail a::before {
  right: 0;
  color: #d3092f;
}

.multi-btn {
  margin-top: 40px;
}
.multi-btn p {
  line-height: 1;
  text-align: center;
  margin-bottom: 6px;
}
.multi-btn p .fas {
  font-size: 24px;
}
.multi-btn .left-box {
  border-right: 2px solid #fff;
}
.multi-btn .list-btn {
  width: 100%;
}
.multi-btn .list-btn a {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 8px 6px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  border: 2px solid #d3092f;
}
@media (max-width: 767px) {
  .multi-btn .list-btn a {
    font-size: 14px;
  }
}
.multi-btn .list-btn a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.multi-btn .list-btn .btn-cart a {
  color: #ffffff;
  background: #d3092f;
}
.multi-btn .list-btn .btn-cart a::before {
  position: relative;
  top: 0;
  right: 5px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 700;
}
.multi-btn .list-btn .btn-detail a {
  color: #d3092f;
  background: #f8f8f8;
}
.multi-btn .list-btn .btn-detail a::before {
  position: relative;
  top: 0;
  right: 5px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 700;
}

.goods_ .StyleF_Frame_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 40px;
}
@media (max-width: 991px) {
  .goods_ .StyleF_Frame_ {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ {
  width: 340px;
  max-width: calc(33% - 60px);
  margin: 30px;
}
@media (max-width: 991px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    max-width: calc(50% - 16px);
    margin: 6px 6px 20px 6px;
    padding: 8px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ img {
  width: 100%;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a,
.goods_ .StyleF_Frame_ .StyleF_Item_ a:hover,
.goods_ .StyleF_Frame_ .StyleF_Item_ a:active,
.goods_ .StyleF_Frame_ .StyleF_Item_ a:visited {
  color: #ffffff;
}

.goods_ .StyleF_Frame_ .price_ {
  margin-top: 8px;
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .goods_ .StyleF_Frame_ .price_ {
    width: calc(100% + 8px);
    margin-bottom: 0;
    margin-left: -4px;
    padding: 2px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.goods_ .StyleF_Frame_ .rdt_,
.goods_ .StyleF_Frame_ .comment_ {
  display: none;
}

.goods_ .StyleF_Frame_ .name1_ {
  margin-top: 8px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .goods_ .StyleF_Frame_ .name1_ {
    font-size: 14px;
  }
}

.goods_ .StyleF_Frame_ .btn_cart_ {
  display: block;
  max-width: 100%;
  margin: 20px auto 0;
}

.goods_ .StyleF_Frame_ .name_ {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}

.goods_ .StyleF_Frame_ .cart_ {
  margin-top: 4px;
}

.goods_ .StyleF_Frame_ .cart_btn_ {
  display: block;
  width: 100%;
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.goods_ .StyleF_Frame_ .cart_btn_.order_ {
  background: #d3092f url("../img/arrow-left.png") no-repeat 16% center;
  background-size: 8px auto;
}
.goods_ .StyleF_Frame_ .cart_btn_.reservation_ {
  background: #0d47ee url("../img/arrow-left.png") no-repeat 16% center;
  background-size: 8px auto;
}
.goods_ .StyleF_Frame_ .cart_btn_.sold_out_, .goods_ .StyleF_Frame_ .cart_btn_.closed_ {
  background-color: #666666;
}

.goods_ .StyleF_Frame_ .pre_sales_ {
  color: #ffffff;
}

.content-frame {
  position: relative;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .content-frame {
    margin: 40px auto 60px;
  }
}
@media (max-width: 767px) {
  .content-frame h2 img {
    width: 60%;
  }
}
.content-frame h3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .content-frame h3 {
    font-size: 18px;
  }
}
.content-frame .ttl-summary {
  text-align: left;
  font-size: 24px;
  line-height: 1.7;
  padding: 0;
}
@media (max-width: 767px) {
  .content-frame .ttl-summary {
    font-size: 20px;
  }
}
.content-frame .text-note {
  font-size: 16px;
}
@media (max-width: 767px) {
  .content-frame .text-note {
    font-size: 14px;
  }
}
.content-frame .content-box {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  color: #ffffff;
  border-radius: 4px;
  background: #000000;
  -webkit-box-shadow: 0 0 0 6px #ffffff, 0 0 0 9px #000000;
          box-shadow: 0 0 0 6px #ffffff, 0 0 0 9px #000000;
}
.content-frame .content-box .content-detail {
  text-align: left;
  padding: 10px 80px;
}
@media (max-width: 767px) {
  .content-frame .content-box .content-detail {
    padding: 0 20px;
  }
}
.content-frame .content-box .content-detail .ttl-event {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content-frame .content-box .content-detail .ttl-event {
    font-size: 20px;
    text-align: left;
  }
}
.content-frame .content-box .content-detail .ttl-event span {
  font-size: 15px;
}
@media (max-width: 767px) {
  .content-frame .content-box .content-detail .ttl-event span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .content-frame .content-box .content-detail p {
    font-size: 13px;
    text-align: left;
  }
}

/* グッズ一覧 */
.goods-box .goods-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px;
}

@media (max-width: 767px) {
  .goods-box .goods-list {
    margin: 0;
    justify-content: space-between;
  }
}

.goods-box .goods-list .goods-list__item {
  width: 340px;
  max-width: calc(33% - 60px);
  margin: 30px;
}

@media (max-width: 767px) {
  .goods-box .goods-list .goods-list__item {
    max-width: calc(50% - 16px);
    margin: 6px 8px 20px 8px;
    padding: 4px;
  }
}

.goods-box .goods-list .goods-list__img {
  margin: 0 0 10px;
  cursor: pointer;
}

.goods-box .goods-list .goods-list__label {
  display: inline-block;
  align-items: center;
  justify-content: center;
  background: #4fbdb0;
}

.goods-box .goods-list .goods-list__label.--all {
  background: #dc31aa;
}

.goods-box .goods-list .goods-list__label.--ev {
  background: #CCC86F;
}

.goods-box .goods-list .goods-list__label.--ec {
  background: #4fbdb0;
}

.goods-box .goods-list .goods-list__label span {
  font-size: 14px;
  padding: 4px 8px;
  color: #000;
}

@media (max-width: 767px) {
  .goods-box .goods-list .goods-list__label span {
    font-size: 13px;
    padding: 4px;
  }
}

.goods-box .goods-list .goods-list__name {
  line-height: 1.4;
  color: #fff;
  margin: 10px 0 0;
}

.goods-box .goods-list .goods-list__price {
  font-size: 20px;
  margin: 8px 0 12px;
}

@media (max-width: 767px) {
  .goods-box .goods-list .goods-list__price {
    font-size: 16px;
    margin: 8px 0 18px;
  }
}

.goods-box .goods-list .goods-list__desc {
  font-size: 14px;
  overflow-wrap:  break-word;
}

/* グッズ一商品 モーダル */

.modal-body {
  display: flex;
  justify-content: center;
  padding: 0 1rem 2rem;
}

.modal-header {
  border-bottom: none;
}

@media (max-width: 767px) {
  .modal-open .modal {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .modal-open .modal .modal-body ul li:nth-child(n+2) {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .modal-open .modal .modal-body ul li:nth-child(n+3) {
    margin-top:30px;
  }
}

.link-btn {
  display: block;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  margin: 40px auto 0;
  width: 480px;
  max-width: 92%;
  background-color: #0A39BE;
  color: #ffffff;
}

.link-btn:hover {
  text-decoration: none;
}

.link-btn::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 8px;
  font-size: 20px;
}

.img-box {
  display: flex;
  flex-direction: column;
}

.img-box .img-benefit {
  width: 70%;
}

@media (max-width: 767px) {
  .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .img-box .img-benefit {
    width: 100%;
  }
}
