@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%;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
}

/* MAIN
----------------------------------------------------------------------------------------------------*/
main {
  width: 100%;
}

#main_cont img {
  width: 100%;
}

#main_cont .smartphone {
  display: none;
}

h1 {
  font-family: 'Archivo Black', sans-serif;
  margin-top: 20px;
  color: #719b17;
  font-size: 4.5rem;
}

.limited {
  display: flex;
  justify-content: center;
  align-items: baseline;
  max-width: 990px;
  margin: 10px auto;
  padding: 10px;
  background-color: #da0052;
  font-size: 3rem;
  font-weight: bold;
}

.limited_title {
  margin-right: 15px;
  padding: 5px 10px;
  background-color: #fff;
  color: #da0052;
}

@media all and (-ms-high-contrast: none) {
  .limited_title {
    padding-top: 15px;
  }
}

.limited_day {
  color: #fff;
}

/* PCSC
*************************************** */
#pcsc {
  padding: 0;
}

.pcsc_comment {
  font-size: 2rem;
  font-weight: bold;
}

.pcsc {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  padding: 15px 10px;
}

.pcsc_logo {
  display: flex;
  align-items: center;
  width: 470px;
}

.pcsc img {
  width: 100%;
  max-width: 50px;
  max-height: 53px;
}

.pcsc span {
  margin-left: 5px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #000;
}

.button {
  display: flex;
  align-items: center;
}

.button li {
  width: 140px;
  margin-left: 8px;
  font-weight: bold;
}

.button li a {
  display: block;
  padding: 12px 5px;
  color: #fff;
  border-radius: 30px;
  transition: all .2s ease-in-out;
}

@media all and (-ms-high-contrast:none) {
  .button li a {
    padding-top: 16px;
  }
}

.use {
  background-color: #808080;
  border: solid 2px #808080;
}

.use:hover {
  color: #808080;
  background-color: #fff;
  border-radius: 30px;
}

.cart {
  background-color: #c6000b;
  border: solid 2px #c6000b;
}

.cart:hover {
  color: #c6000b;
  background-color: #fff;
  border-radius: 30px;
}

/* GOODS
--------------------------------------------------*/
.cont_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}

.content {
  width: 32%;
  margin-top: 15px;
  padding: 15px;
  background-color: #fff4d8;
  font-size: 2rem;
  font-weight: bold;
}

.content:nth-child(3n) {
  margin-right: 0;
}

.content_title {
  width: 100%;
}

.content_title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

h2, .sub_title {
  margin-bottom: 10px;
}

.border {
  margin-bottom: 10px;
  border-bottom: solid 1px;
}

.color {
  max-width: 283px;
  margin: 0 auto 5px;
  font-size: 1.8rem;
}

.jacket_box {
  width: 285px;
  height: 285px;
  margin: 5px auto 15px;
  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;
}

.price {
  padding-bottom: 20px;
}

.price span {
  font-size: 1.3rem;
}

.content .detail {
  padding-bottom: 15px;
  font-size: 1.6rem;
  font-weight: normal;
}

.content .detail p {
  max-width: 130px;
  margin: 10px auto 7px;
  padding: 5px;
  background-color: #000;
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .content .detail p {
    padding-top: 10px;
  }
}

.content .detail span {
  display: block;
}

.content .detail_2 {
  padding-bottom: 0;
}

.size {
  position: relative;
  font-size: 1.6rem;
}

.size::before {
  content: "\0bb";
  position: absolute;
  top: 0;
  left: -12px;
  font-size: 2rem;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none) {
  .size::before {
    top: 0.2vw;
  }
}

.btn_box {
  padding-top: 15px;
}

.hinban_box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 10px 0;
  font-size: 1.6rem;
  font-weight: normal;
  word-break: break-all;
}

.hinban {
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .hinban {
    padding-top: 12px;
  }
}

.hinban_val {
  margin-left: 10px;
}

.select {
  width: 75%;
  height: 35px;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.btn_box2 {
  height: 86px;
  position: relative;
}

.btn_box3 {
  height: 205px;
  position: relative;
}

.btn {
  display: block;
  width: 80%;
  margin: 20px auto 0;
  padding: 10px;
  border-radius: 50px;
  background-color: #da0052;
  color: #fff;
  font-weight: bold;
  transition: all .2s ease-in-out;
}

@media all and (-ms-high-contrast: none) {
  .btn {
    padding-top: 15px;
  }
}

.btn:hover {
  opacity: 0.5;
}

.btn2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.cart_end {
  background-color: #808080;
}

.cart_end:hover {
  opacity: 1;
}

/* ATTENTION
--------------------------------------------------*/
#attention {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.8;
}

.attention {
  padding: 50px 15px 0;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.attention .attention_title {
  margin: 0;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}

.attention_title span {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  background-color: #c6000b;
  font-weight: bold;
}

@media all and (-ms-high-contrast:none) {
  .attention_title span {
    padding-top: 12px;
  }
}

.attention .li_style, .attention a {
  color: #c6000b;
  font-weight: bold;
}

.attention li {
  margin-left: 20px;
  list-style-type: disc;
}

.attention .li_style {
  margin: 22px 0 3px;
  list-style-type: none;
}

.en {
  display: block;
}

/* 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 {
  background-color: #f3f3f3;
}

footer p {
  padding: 35px 10px;
}

/* PAGETOP
----------------------------------------------------------------------------------------------------*/
.page-top {
  display: none;
  position: fixed;
  overflow: hidden;
  width: 60px;
  height: 60px;
  right: calc(50% - 500px);
  bottom: 20px;
  cursor:pointer;
  z-index: 80;
}

.page-top a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../image/top.png) center top no-repeat;
}

/* -------------------- for SP (480px) ---480px以下
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  /* MAIN
  --------------------------------------------------------------------------------------*/
  #main_cont .pc {
    display: none;
  }

  #main_cont .smartphone {
    display: block;
  }

  h1 {
    margin-top: 2vw;
    font-size: 7.5vw;
  }

  .limited {
    display: block;
    margin: 2vw auto;
    font-size: 2.5rem;
  }

  .limited_title {
    margin: 0 0 10px;
  }

  @media all and (-ms-high-contrast: none) {
    .limited_title {
      padding-top: 15px;
    }
  }

  /* PCSC
  *************************************** */
  .pcsc {
    display: block;
    padding: 15px 0;
  }

  .pcsc_logo {
    justify-content: center;
    width: auto;
  }

  .pcsc img {
    max-width: 40px;
    max-height: 42px;
  }

  .pcsc span {
    font-size: 4.5vw;
  }

  .button {
    display: block;
    justify-content: center;
    padding-top: 0;
  }

  .button li {
    width: 90%;
    margin: 20px auto;
  }
  
  /* GOODS
  *************************************** */
  .cont_box {
    padding: 0 0;
  }
  
  .content {
    width: 49%;
    margin-top: 8px;
    padding: 10px;
  }
  
  .content:nth-child(2n) {
    margin-right: 0;
  }

  .sub_title {
    font-size: 1.8rem;
  }

  .jacket_box {
    width: 35vw;
    height: 35vw;
    max-width: 185px;
    max-height: 185px;
  }

  .jacket .zoom {
    top: 1vw;
    right: 1vw;
    max-width: 6vw;
  }

  .hinban_box {
    display: block;
  }

  .hinban {
    max-width: 85px;
    margin: 0 auto 7px;
  }

  .hinban_val {
    margin-left: 0;
  }

  .btn_box2, .btn_box3 {
    height: auto;
  }

  .btn {
    width: 100%;
    font-size: 1.8rem;
  }

  .btn2 {
    position: static;
  }

  /* ATTENTION
  --------------------------------------------------*/
  #attention {
    width: 95%;
  }

  .attention {
    padding: 30px 5px;
  }

  .attention_title span {
    width: 90%;
  }

  /* FOOTER
  --------------------------------------------------------------------------------------*/
  footer p {
    padding-bottom: 80px;
  }

  /* 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
  --------------------------------------------------------------------------------------*/  
  #main_cont .smartphone {
    display: none;
  }

  h1 {
    margin-top: 1vw;
    font-size: 5vw;
  }

  .limited {
    font-size: 4.5vw;
  }

  /* PCSC
  *************************************** */
  .pcsc {
    display: block;
    padding: 15px 0;
  }

  .pcsc_logo {
    justify-content: center;
    width: auto;
  }

  .pcsc img {
    max-width: 40px;
    max-height: 42px;
  }

  .button {
    justify-content: center;
    padding-top: 15px;
  }

  /* GOODS
  *************************************** */
  .cont_box {
    padding: 0 15px;
  }
  
  .content {
    width: 48%;
  }
  
  .content:nth-child(2n) {
    margin-right: 0;
  }

  .jacket_box {
    width: 37vw;
    height: 37vw;
    max-width: 285px;
    max-height: 285px;
  }

  .btn_box3 {
    height: 86px;
  }

  /* PAGETOP
  --------------------------------------------------------------------------------------*/
  .page-top{
    right: 25px;
  }  
}