@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;
}

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: #fff;
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  text-align: left;
  background-color: #220026;
  color: #fff;
}

.contents {
  position: relative;
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 15px 30px;
  z-index: 120;
}

/* MAIN
--------------------------------------------------------------------------------------*/
main {
  display: block;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.6;
  overflow: hidden;
}

#main_cont .contents {
  width: 100%;
  padding: 0;
  text-align: center;
  line-height: 0;
}

h1 img {
  width: 100%;
  max-width: 1100px;
}

.text {
  width: 100%;
  margin: 15px auto;
}

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

.image_box {
  width: 100%;
  max-width: 280px;
  margin: 10px 10px 10px 0;
}

.flex_box img {
  box-shadow: 0 0 10px #d1d1d1;
}

.flex_box p {
  border-bottom: solid 1px #d1d1d1;
}

.flex_box p span {
  display: inline-block;
}

.image {
  width: 100%;
  max-width: 400px;
}

.image_l {
  width: 100%;
  max-width: 1000px;
}

.text span {
  display: inline-block;
}

h2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 45px 0 5px 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #fff;
  font-size: 2.3rem;
  font-weight: bold;
  color: #ffe500;
}

.sub_title {
  display: table;
  margin: 20px 0 10px;
  padding: 3px 10px 2px;
  background-color: rgb(205 70 255 / 50%);
  font-size: 1.6rem;
  font-weight: bold;
}

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

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

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

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

.white {
  color: #fff;
}

.red {
  color: #ff574f;
}

.bold {
  font-weight: bold;
}

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

.point_line {
  border-bottom: solid 1px #d1d1d1;
}

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

.list a:hover {
  color: blue
}

.point span {
  display: block;
}

.list li {
  margin-left: 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;
}

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

.list .point {
  margin: 0 0 5px;
  list-style-type: none;
}

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

.en {
  display: block;
}

/* CART BTN
*************************************** */
.btn_box {
  display: flex;
  flex-wrap: wrap;
}

.btn_cont {
  width: 20%;
  margin: 10px;
}

.btn_cont img {
  width: 100%;
  max-width: 500px;
}

.btn {
  display: block;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  margin: 5px auto 10px;
  padding: 5px;
  border-radius: 100px;
  background: linear-gradient(to left, #ed660c, #ef0808);
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  transition: all .2s ease-in-out;
}

.btn:hover {
  transform: scale(0.97);
}

.btn_end {
  background: linear-gradient(to left, #6f6f6f, #6f6f6f);
}

.btn_end:hover {
  transform: unset;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
footer {
  width: 100%;
  padding: 30px 5px;
  font-size: 1.2rem;
  text-align: center;
}

/* PAGE TOP
----------------------------------------------------------------------------------------------------*/
.page-top {
  display: none;
  position: fixed;
  overflow: hidden;
  width: 50px;
  height: 50px;
  right: calc(50% - 500px);
  bottom: 0;
  margin-bottom: 30px;
  padding: 8px 15px;
  border-radius: 50%;
  background-color: #220026;
  border: solid 1px #8600ac;
  z-index: 130;
  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 #8600ac;
}

.page-top:hover {
  background-color: #8600ac;
}

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




.sc_cart_box {
  margin: 10px 0 30px;

}

.sc_cart_box_pcsc {
  background: #570061;
}

.cart_box {
  display: flex;
  border-top: 1px solid #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.cart_box_tn {
  border-top: none;
}
.cart_box_tn {
  border-top: none;
}

.cart_box_bw {
  border-bottom: 1px solid #fff;
}

.cart_box dt {
  width: 70%;
  font-weight: bold;
}

.cart_box dd {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart {
  position: relative;
  border: 3px solid #8600ac;
  background: #fff;
  color: #8600ac;
  padding: 10px;
  font-weight: bold;
  transition: all 0.2s linear;
  width: 80%;
  text-align: center;
}

.cart:hover {
  background: #8600ac;
  color: #fff;
}

.cart a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc_cart_box_caution {
  margin-top: 10px;
}

.sc_cart_box_caution li {
  position: relative;
}

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

.sc_cart_box_caution li p {
  position: relative;
  margin-left: 15px;
  font-size: 1.4rem;
  font-weight: normal;
}

.c_yellow {
  color: #ffe500;
}

.mtb_10 {
  margin: 15px 0;
}




/* -------------------- for SP (480px) ---480px以下
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  /* CONTENTS
  --------------------------------------------------------------------------------------*/
  .contents {
    padding: 3vw;
  }

  /* MAIN
  --------------------------------------------------------------------------------------*/
  main {
    margin: 0 auto;
  }

  .text {
    margin-bottom: 15px;
  }

  .text span {
    display: inline;
  }

  h2 {
    font-size: 1.8rem;
  }

  .fas {
    font-size: 1.6rem;
  }

  /* CART BTN
  *************************************** */
  .btn_cont {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: solid 1px #7e7e7e;
    text-align: center;
  }

  .btn_cont img {
    max-width: 200px;
  }

  /* LIST
  --------------------------------------------------*/
  .point span {
    display: inline-block;
  }

  /* PAGE TOP
  *************************************** */
  .page-top {
    right: 2vw;
  }
  
  .cart_box {
    display: block;
  }
  
  .cart_box dt {
    width: 100%;
  }
  
  .cart_box dd {
    width: 100%;
	margin-top: 15px;
  }
  
  .cart {
    width: 70%;
  }
}
/* (max-width: 480px) end */


/* -------------------- for Tablet (481px) and (1023px) ---481から1023px以内
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 1023px) {
  /* CONTENTS
  ----------------------------------------------------------------------------------------------------*/
  .contents {
    padding: 15px;
  }

  /* MAIN
  --------------------------------------------------------------------------------------*/
  main {
    margin: 0 auto;
  }

  .text {
    margin-bottom: 15px;
  }

  /* CART BTN
  *************************************** */
  .btn_cont {
    min-width: 185px;
  }

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