@charset "UTF-8";

/*tab*/
ul.resp-tabs-list, p {
  margin: 0px;
  padding: 0px;
}

ul.resp-tabs-list {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.resp-tabs-list li {
  list-style: none;
  cursor: pointer;
  width: 19%;
  border: solid 1px #999;
  border-bottom: none;
  font-size: 1.7rem;
  padding: 0;
  border-radius: 5px 5px 0px 0px;
}

.resp-tabs-list li div {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-decoration: none;
  align-items: center;
  padding: 10px 20px 8px 15px;
  line-height: 1.2;
  font-weight: 700;
  height: 100%;
}

.resp-tabs-list li .icon {
  width: 24px;
  display: inline-block;
}

.resp-tabs-list li .ttl {
  width: calc(100% - 30px);
  vertical-align: middle;
}

.resp-tabs-container {
  border-top: solid 5px #E35555;
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #E35555;
  color: #FFF;
}

.icon-svg {
  fill: #E35555;
}

.resp-tab-active .icon-svg {
  fill: #FFF !important;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  padding: 0px;
}

h2.resp-accordion {
  border-top: 1px solid #999999;
}

h2.resp-tab-active {
  border-bottom: 0px solid #999999 !important;
  margin-bottom: 0px !important;
}

h2.resp-accordion:last-child {
  border-bottom: 1px solid #999999 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #999999;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #999999;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  position: absolute;
  top: 50%;
  right: 9%;
  width: 0;
  height: 0;
}

.resp-arrow::after,
.resp-arrow::before {
  content: '';
  background: #000;
  display: block;
  height: 2px;
  width: 10px;
  margin: auto;
  position: absolute;
}


.resp-arrow::after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.resp-tab-active .resp-arrow:before {
  background-color: #FFF;
}

.resp-tab-active .resp-arrow:after {
  display: none;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #E35555;
  /*pointer-events: none;*/
}

h2.resp-accordion {
  position: relative;
}

h2.resp-accordion div {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-decoration: none;
  align-items: center;
  padding: 5px;
  line-height: 1.2;
  height: auto;
}

h2.resp-accordion .icon {
  width: 24px;
}

h2.resp-accordion .ttl {
  font-size: 1.7rem;
  font-weight: 700;
  width: calc(100% - 30px);
  vertical-align: middle;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #999999 !important;
}


@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #999999;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #999999 !important;
  }
}

/*ナビトップ*/

.purposeContents {
  max-width: 1200px;
  margin: 0 auto;
}

.purposeContents h1 {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 100px 0 0px;
  margin: 0 auto;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
}

.purposeContents .textblock {
  margin: 50px auto;
}

.purposeContents .textblock p {
  font-size: 1.6rem;
  line-height: 1.7;
}

.purposeContents .caution_block {
  margin: 20px auto -20px;
}

.purposeContents .caution_block p {
  font-size: 1.6rem;
  line-height: 1.7;
}

.purposeContents .caution_block p+p {
  margin-top: 1em;
}

.purposeContents .navigation {
  margin: 50px auto;
}

.purposeContents small {
  font-size: 90%;
}

.purposeContents .topbtn {
  max-width: 400px;
  margin: 0 auto 100px;
}


@media only screen and (min-width: 769px) {

  .purposeContents .resp-tabs-container ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 40px auto;
  }

  .purposeContents .resp-tabs-container ul::after {
    content: "";
    width: 32.5%;
    order: 100;
  }

  .purposeContents .resp-tabs-container ul li {
    width: 32.5%;
    margin-bottom: 15px;
  }

  .purposeContents .resp-tabs-container ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid #333;
    border-radius: 4px;
    color: #333;
    background: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 2px 2px 0 #bbb;
    -webkit-transition: background .2s ease, color .2s ease;
    -moz-transition: background .2s ease, color .2s ease;
    -o-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
  }

  .purposeContents .resp-tabs-container ul li a:hover {
    background: #333;
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {

  .purposeContents h1 {
    padding: 50px 20px 0px;
    margin: 0 auto;
    font-size: 2.2rem;
  }

  .purposeContents .textblock {
    margin: 30px auto;
    padding: 0px 20px 0px;
  }

  .purposeContents .textblock p {
    font-size: 1.5rem;
  }

  .purposeContents .caution_block {
    margin: 10px auto;
    padding: 0px 20px 0px;
  }

  .purposeContents .caution_block p {
    font-size: 1.5rem;
  }

  .purposeContents .navigation {
    margin: 30px auto;
  }

  .purposeContents small {
    font-size: 80%;
  }

  .purposeContents .topbtn {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
  }

  .resp-tabs-container {
    border: none;
    border-bottom: 1px solid #999999;
  }

  .purposeContents .resp-tabs-container ul {
    display: block;
    background-color: #EEE;
    padding: 1px 5px;
  }

  .purposeContents .resp-tabs-container ul li {
    width: auto;
    margin: 10px 5px;
  }

  .purposeContents .resp-tabs-container ul li:last-child {
    border-bottom: none;
  }

  .purposeContents .resp-tabs-container ul li a {
    display: block;
    background-color: #FFF;
    padding: 10px 30px 10px 10px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    text-decoration: none;
    position: relative;
  }

  .purposeContents .resp-tabs-container ul li a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}

/*各商品ページ*/
.purposeContents .firstCategoryName {
  border-bottom: solid 3px #E35555;
  font-size: 2.4rem;
  font-weight: 700;
  color: #E35555;
  margin: 100px 0 40px;
  padding-bottom: 10px;
}

.purposeContents .firstCategoryName .icon {
  width: 30px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.purposeContents .secondCategoryName {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0px 0 10px;
  padding: 10px;
  border: 4px solid rgba(254, 170, 138, 0.3);
}

.purposeContents .itemBlockWrapper {
  margin: 0px auto 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #CCC;
}

.purposeContents .itemBlock {
  width: 48%;
}

.purposeContents .itemBlock:nth-of-type(n+3) {
  margin-top: 60px;
}

.purposeContents .itemBlock .itemMainBlock {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.purposeContents .itemBlock .itemMainBlock .thumbnail {
  width: 30%;
  text-align: center;
}

.purposeContents .itemBlock .itemMainBlock .thumbnail img {
  max-height: 190px;
  width: auto;
}

.purposeContents .itemBlock .itemMainBlock .itemInfo {
  width: 68%;
}

.purposeContents .itemBlock .itemMainBlock .itemInfo h3 {
  background: #E35555;
  color: #fff;
  padding: 8px;
  font-size: 1.6rem;
  line-height: 1.1;
  margin-top: 10px;
}

.purposeContents .itemBlock .itemMainBlock .itemName {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.purposeContents .itemBlock .itemMainBlock .itemInfo h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 700;
  vertical-align: middle;
}

.purposeContents .itemBlock .itemMainBlock .itemInfo .label {
  font-size: 0;
  width: 100%;
}

.purposeContents .itemBlock .itemMainBlock .itemInfo .label li {
  display: inline-block;
  padding: 0 10px;
  line-height: 2;
  margin-top: 10px;
  margin-right: 10px;
  background: #eee;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}

.purposeContents .itemBlock .itemMainBlock .itemInfo .recommend {
  padding: 10px;
}

.purposeContents .itemBlock .itemMainBlock .itemInfo .recommend li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  min-height: 20px;
  margin-bottom: 5px;
  padding-left: 30px;
}

.purposeContents .itemBlock .itemMainBlock .itemInfo .recommend li::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/checkbox.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.1em;
}

.purposeContents .itemBlock .itemMainBlock .itemInfo .itemPrice {
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 350px;
}

.purposeContents .itemBlock .itemMainBlock .itemInfo .itemPrice dt {
  clear: both;
  float: left;
  text-align: left;
}

.purposeContents .itemBlock .itemMainBlock .itemInfo .itemPrice dd {
  text-align: right;
}

.purposeContents .itemBlock .itemDetailBlock {
  margin-top: 20px;
}

.purposeContents .itemBlock .itemDetailBlock dt {
  background: #E35555;
  color: #fff;
  padding: 8px;
  font-size: 1.6rem;
  line-height: 1.1;
  position: relative;
  cursor: pointer;
}

.purposeContents .itemBlock .itemDetailBlock dt .icon {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
}

.purposeContents .itemBlock .itemDetailBlock dt .icon::after,
.purposeContents .itemBlock .itemDetailBlock dt .icon::before {
  content: '';
  background: #FFF;
  display: block;
  height: 2px;
  width: 10px;
  margin: auto;
  position: absolute;
}

.purposeContents .itemBlock .itemDetailBlock dt .icon::after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.purposeContents .itemBlock .itemDetailBlock dt.active .icon::after {
  display: none;
}


.purposeContents .itemBlock .itemDetailBlock dd {
  border: solid 1px #CCC;
  border-top: none;
  padding: 20px;
  display: none;
  font-size: 1.4rem;
  line-height: 1.7;
}

.purposeContents .itemBlock .itemDetailBlock dd .buy_select_text {
  text-align: center;
  margin: 10px auto;
}

.purposeContents .itemBlock .itemDetailBlock .itembuyGroup {
  width: 48%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.3;
}

.purposeContents .itemBlock .itemDetailBlock .itembuyGroup.pc-center {
  margin-left: auto;
  margin-right: auto;
}


.purposeContents .itemBlock .itemDetailBlock .itembuyGroup:nth-of-type(n+3) {
  margin-top: 30px;
}

.purposeContents .itemBlock .itemDetailBlock .itembuyGroup .thumbnail {
  width: 20%;
  text-align: center;
}

.purposeContents .itemBlock .itemDetailBlock .itembuyGroup .thumbnail img {
  vertical-align: top;
  margin: 0;
}

.purposeContents .itemBlock .itemDetailBlock .itembuyGroup .price {
  width: 75%;
}

.purposeContents .itemBlock .itemDetailBlock .itembuyGroup .price b {
  font-weight: bold;
  color: #F00;
  font-size: 110%;
}

.purposeContents .itemBlock .itemDetailBlock .itembuyGroup .price .tax {
  font-size: 80%;
}

.purposeContents .itemBlock .itemDetailBlock .itembuyGroup .price .waribiki {
  display: inline-block;
  padding: 0 3px;
  font-size: 90%;
  line-height: 1.3;
  margin-right: 5px;
  background: #F00;
  color: #FFF;
  text-align: center;
}

.purposeContents .itemBlock .itemDetailBlock .itembuyGroup .buybtn {
  margin-top: 15px;
  width: 100%;
}

.purposeContents .itemBlock .itemDetailBlock .price_caution {
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
  font-size: 110%;
  line-height: 1.4;
}

.purposeContents .itemBlock .itemDetailBlock .teiki_caution {
  width: 100%;
  margin: 15px 0 0;
  text-align: center;
  font-size: 100%;
  line-height: 1.4;
}

.purposeContents .itemBlock .itemDetailBlock .teiki_caution b {
  font-weight: 700;
}

.purposeContents .itemBlock .itemDetailBlock .colla_caution {
  width: 100%;
  margin: 15px auto 0 0;
  text-align: left;
  font-size: 90%;
  line-height: 1.4;
}

.purposeContents .itemBlock .itemDetailBlock .colla_caution {
  text-indent: -1em;
  padding-left: 1em;
}

.purposeContents .itemBlock .itemDetailBlock .itempagebtn {
  max-width: 70%;
  margin: 20px auto 0;
}

.purposeContents .returnBtnBlock {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 850px;
  margin: 50px auto 100px;
}

.purposeContents .returnBtnBlock .btnWhite {
  width: 48%;
}


/*buttion*/
.purposeContents button.btnCustom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 10px 5px;
  font-size: 1.6rem;
  font-weight: 700;
  background: #FFFFFF !important;
  color: #333333 !important;
  border: 1px solid #333333;
  border-radius: 4px;
  background: #333333;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 0 rgb(187 187 187);
  position: relative;
  cursor: pointer;
}

.purposeContents button.btnCustom::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url("../img/icon_cart_black.svg") center center no-repeat;
  background-size: contain;
}

.purposeContents button.btnCustom:hover::before {
  background-image: url("../img/icon_cart_white.svg");
}

.purposeContents button.btnCustom:hover {
  background: #333 !important;
  color: #FFF !important;
}

@media only screen and (max-width: 768px) {
  .purposeContents .categorySection {
    padding-top: 70px;
    margin-top: -70px;
  }

  .purposeContents .firstCategoryName {
    font-size: 2.0rem;
    margin: 30px 0 20px;
    padding: 0 20px 5px;
  }

  .purposeContents .firstCategoryName .icon {
    width: 24px;
  }

  .purposeContents .secondCategoryName {
    width: auto;
    font-size: 1.6rem;
    margin: 0px 10px 10px;
    padding: 8px 10px;
  }

  .purposeContents .itemBlockWrapper {
    margin: 0px auto 60px;
    padding: 0;
    border: none;
  }

  .purposeContents .itemBlock {
    width: 100%;
    margin: 0px auto !important;
    padding: 20px 20px;
    border-bottom: 1px solid #CCC;
  }

  .purposeContents .itemBlock .itemMainBlock .thumbnail {
    width: 20%;
  }

  .purposeContents .itemBlock .itemMainBlock .itemInfo {
    width: 75%;
  }

  .purposeContents .itemBlock .itemMainBlock .itemInfo h3 {
    padding: 6px;
    font-size: 1.4rem;
    line-height: 1.1;
    margin-top: 10px;
  }

  .purposeContents .itemBlock .itemMainBlock .itemInfo h2 {
    font-size: 1.8rem;
  }

  .purposeContents .itemBlock .itemMainBlock .itemInfo .label li {
    font-size: 10px;
  }

  .purposeContents .itemBlock .itemMainBlock .itemInfo .recommend {
    padding: 10px 0;
  }

  .purposeContents .itemBlock .itemMainBlock .itemInfo .recommend li {
    font-size: 1.4rem;
    line-height: 1.4;
    min-height: 14px;
    margin-bottom: 5px;
    padding-left: 20px;
  }

  .purposeContents .itemBlock .itemMainBlock .itemInfo .recommend li::before {
    width: 14px;
    height: 14px;
  }

  .purposeContents .itemBlock .itemMainBlock .itemInfo .itemPrice {
    font-size: 1.4rem;
    line-height: 1.4;
    max-width: 100%;
  }

  .purposeContents .itemBlock .itemMainBlock .itemInfo .itemPrice.long {
    font-size: 1.3rem;
    letter-spacing: -0.1px;
  }

  .purposeContents .itemBlock .itemDetailBlock dt {
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .purposeContents .itemBlock .itemDetailBlock dt .icon {
    right: 20px;
  }

  .purposeContents .itemBlock .itemDetailBlock dt .icon::after,
  .purposeContents .itemBlock .itemDetailBlock dt .icon::before {
    content: '';
    background: #FFF;
    display: block;
    height: 2px;
    width: 10px;
    margin: auto;
    position: absolute;
  }

  .purposeContents .itemBlock .itemDetailBlock dt .icon::after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }

  .purposeContents .itemBlock .itemDetailBlock dt.active .icon::after {
    display: none;
  }


  .purposeContents .itemBlock .itemDetailBlock dd {
    padding: 15px;
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .purposeContents .itemBlock .itemDetailBlock dd .buy_select_text {
    text-align: center;
    margin: 10px auto;
  }

  .purposeContents .itemBlock .itemDetailBlock .itembuyGroup {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0px;
  }

  .purposeContents .itemBlock .itemDetailBlock .itembuyGroup+.itembuyGroup {
    margin-top: 40px !important;
  }

  .purposeContents .itemBlock .itemDetailBlock .itembuyGroup .thumbnail {
    width: 25%;
  }

  .purposeContents .itemBlock .itemDetailBlock .itembuyGroup .price {
    width: 70%;
  }

  .purposeContents .itemBlock .itemDetailBlock .itembuyGroup .buybtn {
    margin-top: 15px;
    width: 100%;
  }

  .purposeContents .itemBlock .itemDetailBlock .price_caution {
    margin: 40px 0 0;
    font-size: 1.3rem;
  }

  .purposeContents .itemBlock .itemDetailBlock .price_caution br {
    display: none;
  }

  .purposeContents .itemBlock .itemDetailBlock .teiki_caution {
    margin: 15px 0 0;
    line-height: 1.4;
  }

  .purposeContents .itemBlock .itemDetailBlock .teiki_caution b {
    font-weight: 700;
  }

  .purposeContents .itemBlock .itemDetailBlock .itempagebtn {
    max-width: 90%;
    margin: 15px auto 0;
  }


  /*buttion*/
  .purposeContents button.btnCustom {
    font-size: 1.5rem;
  }

  .purposeContents .returnBtnBlock {
    display: block;
    max-width: 90%;
    margin: 10px auto 20px;
  }

  .purposeContents .returnBtnBlock .btnWhite {
    width: 100%;
    margin-bottom: 20px;
  }

}


/*--------タブ---------------------------*/

.tab-wrap {
  background-color: #fff;
}

.tab-wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.tab-btn {
  width: 50%;
  padding: 5px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  color: #000;
  background: #DDDDDD;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.tab-btn.show {
  background: #E35555;
  color: #fff;
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 20px 16px 20px;
  border: solid 4px #E35555;
}

.tab-btn span {
  position: absolute;
  right: 25px;
  top: 50%;
}

.tab-btn span::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.tab-btn span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -2px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.tab-btn.show span::after {
  border-color: transparent transparent transparent #E35555;
}


/*pc/sp切り替え*/
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}
