@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: #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: "Roboto", "Noto Sans JP", "YuGothic", "Yu Gothic", "Segoe UI", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Arial", "Meiryo", "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #393939;
  font-size: 1.6rem;
  font-weight: 500;
}

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

#main_cont {
  padding: 25px 0 0;
}

#main_cont img {
  width: 100%;
}

.line img {
  width: 100%;
}

h1 {
  line-height: 0;
}

h1 img {
  max-width: 600px;
}

section {
  padding: 30px 0;
}

/* GOODS
--------------------------------------------------*/
#goods {
  padding-top: 15px;
}

h2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "sans-serif", "Arial", "Meiryo", "-apple-system";
  margin-bottom: 10px;
  color: #e72d76;
  font-size: 5rem;
  font-weight: bold;
}

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

.content {
  position: relative;
  width: 32%;
  margin: 8px 6px;
  padding: 15px;
  border: solid 1.5px #e72d76;
  background-color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.icon_box {
  height: 30px;
}

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

.new_icon:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  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 {
  height: 80px;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.2;
  word-break: keep-all;
}

h3 span {
  display: inline-block;
}

.package_box {
  margin: 0 auto;
  max-width: 285px;
}

.jacket_box {
  width: 285px;
  height: 285px;
  margin: 5px auto;
  border: solid 1px #d1d1d1;
  background-color: #fff;
}

.jacket {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 283px;
  max-height: 283px;
}

.jacket .lazy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.jacket .popup {
  display: block;
  width: 100%;
  height: 100%;
}

.jacket .zoom {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  max-width: 30px;
  border: none;
}

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

.column li {
  margin-top: 5px;
  border: solid 1px #d0d0d0;
}

.column .li_border {
  border: none;
}

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

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

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

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

.content .detail {
  padding-top: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}

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

.content .detail span {
  display: block;
  font-size: 1.25rem;
}

.tokuten {
  margin: 5px 0;
  padding: 5px 8px;
  border-radius: 5px;
  background-color: #e50012;
  color: #fff;
  font-weight: bold;
}

.btn {
  display: block;
  cursor: pointer;
  width: 80%;
  margin: 0 auto;
  padding: 5px 5px 3px;
  border: solid 2px #e72d76;
  border-radius: 30px;
  background-color: #e72d76;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  transition: all .2s ease-in-out;
}

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

.btn:hover {
  background-color: #fff;
  color: #e72d76;
}

.cart_end {
  background-color: #4d4d4d;
}

.cart_end:hover {
  background-color: #fff;
  color: #4d4d4d;
}

/* ATTENTION
--------------------------------------------------*/
#attention {
  padding: 0 0 30px;
  text-align: left;
}

.attention {
  margin: 0 auto;
}

.attention ul {
  width: 80%;
  margin: 0 auto;
  padding: 0 15px 15px;
  font-size: 1.4rem;
}

.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 {
  color: #e50012;
  font-weight: bold;
}

.attention .attention_title {
  margin: 0 auto;
  border-radius: 30px;
  color: #e50012;
  font-size: 2.5rem;
  text-align: center;
}

.en {
  display: block;
}

.en a {
  display: block;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
footer {
  padding: 0 10px 80px;
  color: #000;
  font-size: 1.2rem;
}

footer p {
  margin-bottom: 5px;
}

/* 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: #e72d76;
  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 #e72d76;
  background-color: #fff;
}

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

/* -------------------- for SP (480px) ---480px以下
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  section {
    padding: 15px 0;
  }
  /* MAIN
  --------------------------------------------------------------------------------------*/
  
  /* GOODS
  *************************************** */
  h2 {
    font-size: 4rem;
  }

  .cont_box {
    padding: 0 0;
  }
  
  .content {
    width: 85%;
    margin: 10px auto;
    padding: 15px 10px 20px;
  }

  .new_icon {
    font-size: 3.5vw;
  }

  h3 {
    height: auto;
  }

  .package_box {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .jacket_box {
    width: 70vw;
    height: 70vw;
    max-width: 400px;
    max-height: 400px;
  }

  .jacket {
    max-width: 397px;
    max-height: 397px;
  }

  .jacket .zoom {
    top: 1vw;
    right: 1vw;
    max-width: 6vw;
  }

  .column {
    width: 70vw;
    max-width: 400px;
    margin: auto;
  }

  .no_column {
    display: none;
  }

  .column li {
    width: 15vw;
    height: 15vw;
  }

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

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

  .hinban_box {
    display: block;
  }

  .hinban {
    max-width: 85px;
    margin: 0 auto 7px;
  }

  .hinban_val {
    margin-left: 0;
  }

  /* ATTENTION
  *************************************** */
  .attention ul {
    width: 100%;
  }

  /* FOOTER
  --------------------------------------------------------------------------------------*/


  /* PAGETOP
  --------------------------------------------------------------------------------------*/
  .page-top{
    right: 10px;
    bottom: 10px;
  }  
}

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

  /* GOODS
  *************************************** */
  .cont_box {
    padding: 0 15px;
  }
  
  .content {
    width: 48%;
  }
  
  .content:nth-child(2n) {
    margin-right: 0;
  }

  h3 {
    height: auto;
  }

  .jacket_box {
    width: 37vw;
    height: 37vw;
    max-width: 285px;
    max-height: 285px;
  }

  .column {
    width: 35vw;
    max-width: 285px;
    margin: auto;
  }

  .column li {
    width: 6vw;
    height: 6vw;
  }

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

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

  /* PAGETOP
  --------------------------------------------------------------------------------------*/
  .page-top {
    right: 25px;
  }
}