@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: #e7e7e7;
  background: linear-gradient(to left, #cfcfcf, #f2f2f2);
  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: 95%;
  max-width: 1024px;
}

.line img {
  width: 100%;
}

h1 {
  line-height: 0;
}

h1 img {
  width: 100%;
}

section {
  padding: 30px 0;
}

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

.text_box {
  width: 90%;
  max-width: 1024px;
  margin: 10px auto 20px;
  padding: 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.text_box p {
  margin-top: 5px;
}

.cp {
  margin-top: 15px;
  padding: 10px;
  background-color: #f5f5f5;
  color: #b37d3d;
}

.text_box .cp_title {
  margin: 0 0 10px;
  padding: 3px 10px;
  background-color: #bb833f;
  color: #fff;
  text-align: center;
}

.cp span {
  display: inline-block;
}

h2 {
  margin-bottom: 10px;
  color: #cba16d;
  font-size: 2.5rem;
}

h2 span {
  display: inline-block;
}

.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;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 10px -2px #838383;
  font-size: 1.8rem;
  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 {
  display: inline-grid;
  align-items: center;
  height: 75px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.2;
  word-break: keep-all;
}

h3 span {
  display: inline-block;
}

h3 .sub {
  display: inline-block;
  font-size: 1.4rem;
}

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

.culumn_no {
  margin: 0 auto 15px;
}

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

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

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

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

.mfp-bg {
  background-color: #e7e7e7;
  transition: all 0.15s ease-out;
}

.mfp-close {
  cursor: pointer !important;
  color: #000 !important;
}

.mfp-title {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}

.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: 400px;
  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: 30px;
  height: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 30px;
  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: 30px;
  max-height: 30px;
  margin: auto;
}

/*--------------------------------------------------*/

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

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

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

.content .detail p {
  margin-bottom: 5px;
  line-height: 1.4;
}

.point {
  color: #e50012;
  font-weight: bold;
}

.content .detail p:last-child {
  margin-bottom: 0px;
}

.content .detail span {
  display: inline-block;
}

.attn {
  position: relative;
  font-size: 1.25rem;
  text-align: left;
}

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

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

.btn {
  display: block;
  cursor: pointer;
  width: 80%;
  margin: 0 auto;
  padding: 8px 5px;
  border: solid 2px #fff;
  border-radius: 30px;
  background-color: #8D7348;
  background: linear-gradient(to left, #8D7348, #cba371);
  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 {
  border: solid 2px #8D7348;
  background-color: #fff;
  background: linear-gradient(to left, #fff, #fff);
  color: #8D7348;
}

.cart_end {
  background: linear-gradient(to left, #4d4d4d, #4d4d4d);
}

.cart_end:hover {
  border: solid 2px #fff;
  background: linear-gradient(to left, #4d4d4d, #4d4d4d);
  color: #fff;
}

/* 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: #000;
  border: solid 2px #fff;
  z-index: 120;
  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) {
  section {
    padding: 15px 0;
  }
  /* MAIN
  --------------------------------------------------------------------------------------*/
  
  /* GOODS
  *************************************** */
  .text_box {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 2rem;
  }

  .cont_box {
    justify-content: space-between;
    padding: 0 2vw;
  }
  
  .content {
    width: 49%;
    min-width: 140px;
    margin: 8px auto 0;
    padding: 2vw;
    font-size: 1.6rem;
  }

  .new_icon {
    font-size: 3.5vw;
  }

  h3 {
    display: block;
    height: auto;
    margin-bottom: 8px;
  }

  /* Carousel
  --------------------------------------------------*/
  .carousel_box {
    max-width: 185px;
  }

  .owl-carousel {
    width: 39vw;
    height: 39vw;
    max-width: 185px;
    max-height: 185px;
  }

  .carousel_box .zoom {
    right: 13px;
  }

  .column {
    width: 38vw;
    max-width: 185px;
    margin: auto;
  }

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

  .column li, .owl-theme .owl-dots .owl-dot {
    margin: 0.5vw;
  }

  .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 {
    min-width: 200px;
    padding: 10px;
  }
  
  .content:nth-child(2n) {
    margin-right: 0;
  }

  h3 {
    height: auto;
  }

  /* Carousel
  --------------------------------------------------*/
  .carousel_box {
    max-width: 175px;
  }

  .owl-carousel {
    width: 175px;
    height: 175px;
  }

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

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

  .column li, .owl-theme .owl-dots .owl-dot {
    margin: 0.3vw;
  }

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

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

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