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

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

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

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

body {
  font-family: 'ヒラギノ角ゴシック','meiryo',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 500;
}

/* MAIN
----------------------------------------------------------------------------------------------------*/
main {
  width: 100%;
}

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
}

#main_cont {
  padding: 0;
}

h1 {
  margin: 10px auto 0;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}

h2 {
  margin-bottom: 5px;
  border-bottom: solid 1px;
  font-size: 1.8rem;
  font-weight: bold;
}

section {
  padding: 30px 0;
}

.text {
  position: relative;
  width: 90%;
  margin: 38px auto 0;
  padding: 15px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  line-height: 1.6;
  text-align: left;
}

.text span {
  display: inline-block;
}

.attn {
  font-size: 1.4rem;
  text-align: left;
}

.attn li {
  position: relative;
}

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

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

/* Disc detail
*************************************** */
.disc_detail_box {
  color: #e50012;
  text-align: left;
  line-height: 1.4;
}

.disc_type {
  position: relative;
  margin-top: 15px;
  padding: 10px 15px;
  border: solid 1px #e50012;
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.disc_type:hover {
  color: #e50012;
  background-color: #fff0f1;
}

.disc_type_close:hover {
  color: #e50012;
  text-decoration: none;
}

.title_open {
  background-color: #fff0f1;
  color: #e50012;
}

.disc_type::before {
  position: absolute;
  top: 25%;
  left: 10px;
  display: block;
  content: url(../image/arrow_color.png);
}

.disc_type p {
  margin-left: 20px;
}

.disc_type span {
  font-size: 1.6rem;
}

.disc_detail {
  display: none;
  padding: 15px;
  border: solid 1px #e50012;
  border-top: none;
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
}

/* GOODS
--------------------------------------------------*/
.cont_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}

.content {
  position: relative;
  width: 23%;
  margin: 8px 6px;
  padding: 15px 5px;
  border-radius: 10px;
  border: solid 1.5px #9a9a9a;
  background-color: #fff;
  font-weight: bold;
}

.content_2 {
  padding-bottom: 75px
}

.icon_box {
  height: 50px;
}

.new_icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
  box-sizing: border-box;
  padding: 7px 12px;
  margin: 0;
  height: 40px;
  background: #e50012;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.new_icon:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 48px;
  width: 7px;
  background: #e50012;
  border-radius: 5px 0 0 5px;
}

.new_icon:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #b32241;
  border-radius: 5px 0 0 5px;
}

h3 {
  display: inline-grid;
  align-items: flex-end;
  height: 95px;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.2;
}

h3 span, .limit {
  display: block;
  padding-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}

.limit {
  margin: 10px 0 3px;
}

.limit span {
  display: inline-block;
}

.jacket {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  border: solid 1px #d1d1d1;
}

.jacket .lazy {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.price {
  margin: 15px 0 10px;
}

.price span {
  font-size: 1.3rem;
}

.content .detail {
  font-size: 1.3rem;
  font-weight: 500;
}

.content .detail p {
  line-height: 1.4;
}

.cp img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/* FOOTER
--------------------------------------------------*/
footer {
  padding-bottom: 10px;
  font-size: 1.2rem;
}

footer .ponican {
  display: none;
}


/* -------------------- for SP (480px) ---480px以下
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  nav {
    display: none;
  }

  section {
    padding: 15px 0;
  }

  /* MAIN
  --------------------------------------------------------------------------------------*/
  .text {
    margin: 25px auto 0;
  }
  
  /* GOODS
  *************************************** */
  .cont_box {
    padding: 0 0;
  }
  
  .content {
    width: 85%;
    margin: 10px auto;
    padding: 15px 10px;
  }

  .new_icon {
    font-size: 4vw;
  }

  h3 {
    height: unset;
    font-size: 1.6rem;
  }

}

/* -------------------- for Tablet (481px) and (1023px) ---481から1023px以内
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 1023px) {
  /* MAIN
  --------------------------------------------------------------------------------------*/  

  /* GOODS
  *************************************** */
  .jacket_box {
    width: 37vw;
    height: 37vw;
    max-width: 190px;
    max-height: 190px;
  }
  
  .cont_box {
    padding: 0 15px;
  }
  
  .content {
    width: 31%;
    min-width: 205px;
  }
  
  .content:nth-child(2n) {
    margin-right: 0;
  }

  .column, .owl-dots {
    width: 40vw;
    max-width: 190px;
    margin: auto;
  }

  .column li, .owl-theme .owl-dots .owl-dot span {
    width: 3vw;
    min-width: 32px;
    height: 3vw;
    min-height: 32px;
  }

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

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

}