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

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

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

body {
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Arial", "Meiryo", "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  text-align: center;
  background-color: #fef9ee;
  color: #522d18;
  letter-spacing: 0.05rem;
}

.contents {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
}

/* MAIN
--------------------------------------------------------------------------------------*/
main {
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
}

.main_cont {
  padding: 30px 0;
  line-height: 0;
}

.main_cont .contents {
  width: 100%;
  max-width: 100%;
}

.main_img {
  width: 95%;
  max-width: 1024px;
}

/* SECTION
*************************************** */
section {
  padding: 50px 0;
}

h2 {
  font-size: 4.3rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

/* INTRODUCTION
*************************************** */
#introduction {
  padding: 30px 0;
  background-color: #847065;
  color: #000;
  line-height: 1.6;
}

#introduction .contents {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}

/* FADE UP */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  /*アニメーションの開始から終了までを指定する*/
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

  .fadeUpTrigger{
    opacity: 0;
  }

/* TEXT
*************************************** */
.text {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.7;
}

.big_text {
  font-size: 2.3rem;
  font-weight: bold;
}

.detail_box .text {
  font-size: 1.6rem;
  font-weight: unset;
}

.text:last-child {
  margin-bottom: 0;
}

.text span {
  display: inline-block;
}

/* CART
*************************************** */
#cart {
  padding-bottom: 0;
}

.sale_box {
  margin-top: 40px;
  text-align: left;
}

.sale_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.sale_title span {
  display: inline-block;
}

.sale_title_sub {
  margin: 5px 0 15px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.sale_info {
  display: flex;
}

.picture {
  margin-right: 25px;
  text-align: center;
}

.package_box {
  width: 452px;
}

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

/*.jacket_box {
  width: 452px;
  height: 452px;
  margin: 0 auto;
}

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

.jacket img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 420px;
  max-height: 420px;
  margin: auto;
}

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

.column li {
  margin: 10px 5px 0;
  border: solid 1px #d0d0d0;
  background-color: #fff;
}

.column .li_border {
  border: none;
}

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

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

.price {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: bold;
}

.price span {
  font-size: 1.6rem;
  font-weight: normal;
}

.price_detail span {
  display: inline-block;
}

.btn {
  display: block;
  cursor: pointer;
  width: 100%;
  margin: 10px 0 25px;
  padding: 10px;
  border-radius: 5px;
  background: linear-gradient(180deg, #59341f 45%, #30180b 90%);
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  transition: all .2s ease-in-out;
}

.btn_red {
  background: linear-gradient(180deg, #cc1804 45%, #800d00 90%);
}

.btn:hover {
  opacity: .7;
}

.btn img {
  width: 100%;
  max-width: 350px;
}

.detail_box {
  width: 100%;
  line-height: 1.4;
}

.tokuten {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  font-weight: bold;
}

.sub_title {
  width: 100%;
  padding: 8px 10px;
  background-color: #614e43;
  color: #fff;
  font-size: 2rem;
}

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

.sp_tokuten {
  margin: 0 auto;
}

.sp_tokuten .sub_title {
  background: linear-gradient(145deg, #d18600 60%, #b37300);
  font-weight: bold;
}

.sub_title span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

.add {
  width: 100%;
  padding: 15px 0 25px 10px;
}

.add_list {
  position: relative;
  padding-bottom: 5px;
  font-size: 1.8rem;
}

.price_box .add_list {
  font-size: 2rem;
}

.cont_1 {
  margin-bottom: 25px;
  padding: 25px 0 7px;
  border-top: dashed 1px #522d18;
  border-bottom: dashed 1px #522d18;
}

.add_list .memo {
  margin-left: 0;
  padding-top: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}

.add_list:last-child {
  padding-bottom: 0;
}

.add_list:before {
  content: "◆";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1rem;
  vertical-align: middle;
}

.price_box .add_list:before {
  font-size: 1.2rem;
}

.limited {
  color: #cc1804;
  font-weight: bold;
}

.limited span {
  display: inline-block;
}

.memo {
  display: inline-block;
  margin-bottom: 6px;
  color: #cc1804;
  font-size: 1.4rem;
  font-weight: normal;
}

.add_list p {
  margin-left: 16px;
  font-weight: bold;
}

.add_list span {
  display: inline-block;
  margin-left: 16px;
  font-size: 1.6rem;
}

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

.list {
  width: 100%;
  padding: 15px 10px 10px;
  font-weight: normal;
}

.list li {
  margin: 0 0 5px 5px;
}

.list li:last-child {
  margin-bottom: 0;
}

.list li span {
  display: inline-block;
  font-size: 1.4rem;
}

.list .li_style {
  font-size: 1.4rem;
}

.pcsc_tokuten {
  color: #cc1804;
}

.pcsc_tokuten span {
  padding: 5px 8px;
  background-color: #c21300;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}

/* ATTENTION
--------------------------------------------------*/
.attention {
  font-size: 1.4rem;
  text-align: left;
}

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

.attention .attention_title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  font-size: 2.3rem;
  text-align: center;
}

/* 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 {
  width: 100%;
  padding: 30px 5px 85px;
  font-size: 1.4rem;
}

footer p {
  margin-bottom: 10px;
}

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

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

/* -------------------- for SP (480px) ---480px以下
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  /* MAIN
  --------------------------------------------------------------------------------------*/
  .main_cont {
    padding: 0;
  }
  
  .main_img {
    width: 100%;
  }

  /* SECTION
  *************************************** */
  section {
    padding: 30px 0;
  }

  /* INTRODUCTION
  *************************************** */
  #introduction .contents {
    padding: 4vw;
  }

  /* TEXT
  *************************************** */
  .big_text {
    font-size: 2.2rem;
  }

  /* CART
  *************************************** */
  .sale_box {
    margin-top: 15px;
  }

  h2 {
    font-size: 3.5rem;
  }

  .sale_info {
    display: block;
    padding: 3vw 2vw;
  }

  .picture {
    display: block;
    margin: 0 0 20px 0;
  }

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

  /*.jacket_box {
    width: 80vw;
    height: 80vw;
    max-width: 452px;
    max-height: 452px;
    margin: auto;
  }  

  .jacket img, .column img {
    max-width: 95%;
    max-height: 95%;
  }

  .column {
    width: 80vw;
    max-width: 450px;
    margin: auto;
    justify-content: center;
  }

  .column li {
    width: 15vw;
    height: 15vw;
    margin: 15px 10px 0;
  }

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

  .detail_box {
    margin-top: 25px;
  }

  .sale_title {
    font-size: 2.5rem;
  }

  .price_box {
    margin: 0 auto 25px;
  }

  .price_box .add_list {
    font-size: 1.8rem;
  }

  /* PAGE TOP
  *************************************** */
  .page-top {
    right: 2vw;
  }
}
/* (max-width: 480px) end */


/* -------------------- for Tablet (481px) and (1023px) ---481から1023px以内
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 1023px) {
  /* MAIN
  --------------------------------------------------------------------------------------*/
  /* CART
  *************************************** */
  .sale_info {
    display: block;
  }

  .picture {
    display: block;
    margin: 0 0 20px 0;
  }

  .package_box {
    width: 70vw;
    max-width: 452px;
    margin: auto;
  }

  /*.jacket_box {
    width: 70vw;
    height: 70vw;
    max-width: 452px;
    max-height: 452px;
    margin: auto;
  }

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

  .column li {
    width: 8vw;
    min-width: 55px;
    height: 8vw;
    min-height: 55px;
  }

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

  .jacket img, .column img {
    max-width: 95%;
    max-height: 95%;
  }*/

  .sale_title {
    justify-content: center;
  }

  .sale_title_sub {
    text-align: center;
  }

  .detail_box .text {
    text-align: center;
  }

  .price_box {
    width: 100%;
    max-width: 425px;
    margin: 0 auto 25px;
  }

  .btn {
    max-width: 425px;
    margin: 20px auto 25px;
  }

  .tokuten, .sp_tokuten {
    max-width: 450px;
  }

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