@charset "utf-8";
/* Common CSS */

/* RESET
----------------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, img, strong, i, dl, dt, dd, ol, ul, li,
form, label, table, tbody, thead, tr, th, td, article, embed, figure, figcaption, footer, header, hgroup, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ol, ul {
  list-style: none;
}

li {
  word-wrap: break-word;
  white-space: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

object {
  pointer-events: none;
}

img {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #ffb641;
}

/* CONTENTS
----------------------------------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Arial", "Meiryo", "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  text-align: center;
  background-color: #000418;
  /*background: linear-gradient(90deg, #D1D4E1, #EFF1F5);*/
  color: #fff;
}

.contents {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
}

/* MAIN
--------------------------------------------------------------------------------------*/
main {
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
}

.main_cont {
  padding: 0;
  line-height: 0;
}

.main_cont .contents {
  width: 100%;
  max-width: 100%;
}

.main_img {
  width: 100%;
}

/* SECTION
*************************************** */
section {
  padding: 50px 0;
}

h2 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

.color {
  color: #ffb641;
}

.small {
  font-size: 1.4rem;
}

/* INTRODUCTION
*************************************** */
#introduction {
  padding: 30px 0;
  /*background: linear-gradient(145deg, #00C7DF, #003F7A);*/
  background: linear-gradient(145deg, #9b2817, #b08213);
  color: #000;
  line-height: 1.6;
}

#introduction .contents {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* TEXT
*************************************** */
.text {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: left;
}

.text:last-child {
  margin-bottom: 0;
}

.text span {
  display: inline-block;
}

.big_text {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}

/* CART
*************************************** */
.sale_box {
  margin-top: 40px;
  text-align: left;
}

.type {
  margin-bottom: 20px;
  padding: 15px;
  /*background: linear-gradient(145deg, #003F7A, #007FAA);*/
  background: linear-gradient(145deg, #C03520, #D09917);
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
}

.type span {
  display: inline-block;
}

.sale_info {
  display: flex;
  margin-bottom: 50px;
}

.sale_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.sale_title span {
  display: inline-block;
}

.point {
  margin-left: 10px;
  padding: 3px 7px;
  background-color: #c70717;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.dvd {
  background-color: #0771c7;
}

@media all and (-ms-high-contrast:none) {
  .point {
    padding-top: 10px;
  }
}

/* Carousel
*************************************** */
.carousel_box {
  position: relative;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 442px;
}

.carousel_box .zoom {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  max-width: 20px;
  border: none;
  z-index: 100;
}

.owl-carousel {
  width: 442px;
  height: 442px;
  margin: 0 auto 5px;
  border: solid 1px #d1d1d1;
  background-color: rgba(255, 255, 255, 0.8);
}

.owl-carousel .popup {
  display: block;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-item .image {
  width: 100%;
}

.mfp-title {
  font-size: 1.4rem;
}

.owl-carousel .owl-dots.disabled {
  display: block;
}

.culumn_no .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: unset;
}

.column, .owl-dots {
  display: flex;
  flex-wrap: wrap;
  max-width: 442px;
  margin: 0 auto;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 5px;
}

.owl-theme .owl-dots .owl-dot {
  margin: 3px;
  border: solid 1px #fff;
}

.column {
  display: flex;
  flex-wrap: wrap;
}

.column li {
  margin: 3px;
  border: solid 1px #d1d1d1;
}

.column .li_border {
  border: none;
}

.column a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: unset;
  background-color: rgba(255, 255, 255, .5);
}

.column img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 50px;
  max-height: 50px;
  margin: auto;
}

.price_box {
  position: relative;
}

.price_detail span {
  display: inline-block;
}

.price {
  font-size: 2rem;
  font-weight: bold;
}

.day {
  margin: 20px 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.day span {
  display: inline-block;
}

.select {
  display: block;
  width: 90%;
  max-width: 400px;
  height: 35px;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.btn {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 15px 0 0;
  padding: 10px;
  border-radius: 5px;
  background-color: #e50012;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  transition: all .2s ease-in-out;
}

@media all and (-ms-high-contrast: none) {
  .btn {
    padding-top: 15px;
  }
}

.btn:hover {
  background-color: #2f2f2f;
}

.cart_end {
  background-color: #808080;
}

.cart_end:hover {
  opacity: 1;
}

.detail_box {
  width: 100%;
  margin-left: 15px;
  line-height: 1.4;
}

.add {
  width: 100%;
  margin: 15px 0;
}

.add_list {
  position: relative;
  padding-bottom: 10px;
}

.add_list:last-child {
  padding-bottom: 0;
}

.add_list:before {
  content: "■";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1rem;
  vertical-align: middle;
}

.add_list p {
  margin-left: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

.add_list span {
  display: block;
  margin-top: 2px;
}

.sub_cont {
  padding: 15px;
  border: solid 1px;
  font-size: 1.4rem;
}

.sub_title {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: solid 1px;
  font-size: 1.8rem;
  font-weight: bold;
}

.sub_point {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 7px;
  background-color: #DBDBDB;
  color: #000;
}

.sub_line {
  display: inline-block;
  border-bottom: solid 1px;
  line-height: 1.4;
}

.list_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#cart .list {
  width: 48%;
  min-width: 280px;
  margin-top: 10px;
}

#cart .list li {
  margin-bottom: 10px;
}

#cart .list li:last-child {
  margin-bottom: 0;
}

#cart .list li span {
  display: inline-block;
}

/* EVENT
--------------------------------------------------*/
#event {
  padding-bottom: 0;
  text-align: left;
  line-height: 1.6;
}

#event .sub_cont {
  background-color: #DBDBDB;
  color: #000;
}

h5 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 35px 0 5px 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #003F7A;;
  color: #003F7A;
  font-size: 2rem;
  font-weight: bold;
}

h6 {
  display: table;
  margin: 20px 0 10px;
  padding: 3px 10px 2px;
  background-color: #003F7A;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.fas {
  margin-right: 5px;
  font-size: 1.8rem;
  transform: rotate(90deg);
}

.attn {
  position: relative;
  color: #cb0010;
}

.attn:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  vertical-align: middle;
}

.attn p {
  margin-left: 15px;
}

#event .btn {
  margin: 0;
}

/* LIST
*************************************** */
.bold {
  font-weight: bold;
}

.bold_line {
  border-bottom: solid 1px;
}

#event .list {
  margin-bottom: 15px;
}

#event .list a, .bold a, .text a {
  display: inline-block;
  margin-bottom: 10px;
  color: #5b88ff;
  font-weight: bold;
}

#event .list a:hover {
  color: blue
}

.bold span {
  display: block;
}

#event .list li {
  margin: 0 0 0 20px;
  list-style-type: disc;
}

.list_border li {
  margin-left: 20px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: solid 1px #d1d1d1;
  list-style-type: disc;
}

.list li span {
  display: inline-block;
}

.bold {
  margin: 15px 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
  list-style-type: none;
}

#event .list .bold {
  margin: 0 0 5px;
  list-style-type: none;
}

.bold_color {
  color: #e7261d;
  font-size: 1.8rem;
}

/* ATTENTION
--------------------------------------------------*/
.attention {
  font-size: 1.4rem;
  text-align: left;
}

.attention li {
  margin: 0 0 5px 20px;
  list-style-type: disc;
  line-height: 1.4;
}

.attention p {
  margin: 22px 0 3px;
}

.attention .li_style {
  margin: 22px 0 3px;
  list-style-type: none;
}

.attention p, .attention .li_style, .attention a {
  font-weight: bold;
}

.attention .attention_title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}

/* SNS
--------------------------------------------------*/
.sns {
  display: flex;
  padding: 30px 10px 25px;
  justify-content: center;
}

.sns li {
  margin-left: 15px;
}

.sns li:first-child {
  margin-left: 0;
}

.sns a {
  display: block;
  transition: all .2s ease-in-out;
}

.sns a:hover {
  opacity: 0.5;
}

.sns img {
  width: 100%;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
footer {
  width: 100%;
  padding: 30px 5px 85px;
  font-size: 1.4rem;
}

footer p {
  margin-bottom: 10px;
}

/* PAGE TOP
----------------------------------------------------------------------------------------------------*/
.page-top {
  display: none;
  position: fixed;
  overflow: hidden;
  width: 50px;
  height: 50px;
  right: calc(50% - 500px);
  bottom: 0;
  margin-bottom: 30px;
  padding: 7px 13px;
  border-radius: 50%;
  background-color: #000;
  border: solid 2px #fff;
  z-index: 80;
  transition: all .2s ease-in-out;
}

.page-top .top {
  transition:all 0.5s;
}

.top{
  position: relative;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #fff;
}

.page-top:hover {
  border: solid 2px #000;
  background-color: #fff;
}

.page-top:hover .top {
  border-bottom: 13px solid #000;
}

/* -------------------- for SP (480px) ---480px以下
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  /* MAIN
  --------------------------------------------------------------------------------------*/
  /* SECTION
  *************************************** */
  section {
    padding: 30px 0;
  }

  /* INTRODUCTION
  *************************************** */
  #introduction .contents {
    padding: 4vw;
  }

  /* TEXT
  *************************************** */
  .text {
    font-size: 1.6rem;
  }

  .big_text {
    font-size: 2rem;
  }

  .big_text span {
    display: inline-block;
  }

  /* CART
  *************************************** */
  .sale_box {
    margin-top: 25px;
  }

  h2 {
    font-size: 3.5rem;
  }

  .type {
    font-size: 1.8rem;
  }

  .type span {
    display: inline;
  }

  .sale_info {
    display: block;
  }

  /* Carousel
  *************************************** */
  .carousel_box {
    width: 85vw;
    max-width: 440px;
  }

  .owl-carousel {
    width: 85vw;
    height: 85vw;
    max-width: 440px;
    max-height: 440px;
  }

  .column {
    width: 84vw;
    max-width: 440px;
    margin: auto;
  }

  .column li, .owl-theme .owl-dots .owl-dot span {
    width: 15vw;
    height: 15vw;
  }

  .column a {
    width: 100%;
    height: 100%;
  }

  .column img {
    max-width: 98%;
    max-height: 98%;
  }

  .detail_box {
    margin: 0 5px;
  }

  .sale_title {
    font-size: 2rem;
  }

  .price_box {
    max-width: 440px;
    margin: 0 auto;
  }

  .select {
    font-size: 1.4rem;
  }

  .select, .btn {
    margin: 15px auto 0;
  }

  /* LIST
  *************************************** */
  .list_box {
    display: block;
  }

  #cart .list {
    width: 100%;
    min-width: unset;
  }

  /* EVENT
  *************************************** */
  #event .type {
    text-align: left;
  }

  #event .btn {
    margin: 0 auto;
  }

  /* PAGE TOP
  *************************************** */
  .page-top {
    right: 2vw;
  }
}
/* (max-width: 480px) end */


/* -------------------- for Tablet (481px) and (1023px) ---481から1023px以内
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 1023px) {
  /* MAIN
  --------------------------------------------------------------------------------------*/
  /* CART
  *************************************** */
  .sale_info {
    display: block;
  }

  .type {
    font-size: 2rem;
  }

  .type span {
    display: inline;
  }

  /* Carousel
  *************************************** */
  .detail_box {
    margin: 0 5px;
  }

  .sale_title {
    justify-content: center;
  }

  .price_box {
    max-width: 442px;
    margin: 0 auto;
  }

  .select, .btn {
    margin: 15px auto 0;
  }

  /* EVENT
  *************************************** */
  #event .type {
    text-align: left;
  }

  /* PAGE TOP
  *************************************** */
  .page-top {
    right: 25px;
  }
}
/* (min-width: 481px) and (max-width: 1023px) end */
