@charset "UTF-8";
.f-robot {
  font-family: "Roboto", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium",
 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN",
 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
 "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif,
 "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  body {
    overflow: auto;
  }
}

.main {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main {
    min-width: 100%;
    width: 100%;
  }
}

.season_camp {
  background: #fff;
  color: #4c4948;
}

.season_camp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.season_camp *:before, .season_camp *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.season_camp .container {
  width: 1230px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .season_camp .container {
    width: 100%;
    padding: 0 15px;
  }
}

.season_camp .pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .season_camp .pc-only {
    display: none;
  }
}

.season_camp .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .season_camp .sp-only {
    display: block;
  }
}

.season_camp .oil_newrelease {
  /*FAQ*/
  /*使用上の注意*/
  /*全成分表示*/
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .sp-only-block {
    display: block;
  }
}

.season_camp .sold-out__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  top: 0px;
  line-height: 35px;
  padding: 7px 15px;
  font-size: 0.875rem;
  background: #a4a4a4 !important;
  border: none !important;
  pointer-events: none;
  box-shadow: none !important;
}
.season_camp .sold-out__btn:before {
  content: none !important;
  display: block;
}
.season_camp .cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #126335;
  border-radius: 5px;
  box-shadow: 0px 5px #0e4927;
  position: relative;
  top: 0px;
  line-height: 25px;
  padding: 13px 15px;
}
.season_camp .cart-btn__type {
  color: #126335;
  background-color: #fff;
  border-radius: 50px;
}
.season_camp .cart-btn:before {
  content: "";
  width: 26px;
  height: 31px;
  background: url(../img/i_cart.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  left: 20px;
  position: absolute;
}
.season_camp .cart-btn:hover {
  top: 5px;
  box-shadow: 0px 0px #0e4927;
  opacity: 1;
}

.season_camp .oil_newrelease .cart-btn:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../../../../../user_data/camp/common/img/i_cart.png") center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  left: 20px;
  position: absolute;
}

.season_camp .oil_newrelease .cart-btn:hover {
  top: 5px;
  -webkit-box-shadow: 0px 0px #126335;
          box-shadow: 0px 0px #126335;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .cart-btn:hover {
    top: 0;
  }
}

.season_camp .oil_newrelease .dtl-btn {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 35px;
  padding: 7px 15px;
  background: #c0d8dc;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .season_camp .oil_newrelease .dtl-btn {
    padding: 12px 15px 6px 15px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .dtl-btn {
    line-height: 35px;
    padding: 5px 10px;
  }
}

.season_camp .oil_newrelease .dtl-btn:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.season_camp .oil_newrelease .bg-bt-line {
  background: url(../img/line-bg-pc.png) left bottom;
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .bg-bt-line {
    background: url(../img/line-bg-sp.png) left bottom;
    line-height: 35px;
  }
}

.season_camp .oil_newrelease .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fceeee));
  background: linear-gradient(transparent 60%, #fceeee 60%);
  display: inline;
}

.season_camp .oil_newrelease .txt-bt-line {
  background: url(../img/txt-bg-pc.png) left bottom;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .txt-bt-line {
    background: url(../img/txt-bg-sp.png) left bottom;
    line-height: 35px;
  }
}

.season_camp .oil_newrelease .skw-line {
  position: relative;
  z-index: 1;
}

.season_camp .oil_newrelease .skw-line:after {
  content: "";
  width: 100%;
  height: 45%;
  position: absolute;
  left: -2%;
  bottom: -5%;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  z-index: -1;
  background-color: #fdefbd;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .skw-line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fdefbd));
    background: linear-gradient(transparent 60%, #fdefbd 0%);
  }
  .season_camp .oil_newrelease .skw-line:after {
    display: none;
  }
}

.season_camp .oil_newrelease .skw-line.type-brown:after {
  background-color: #efdcce;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .skw-line.type-brown {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #efdcce));
    background: linear-gradient(transparent 60%, #efdcce 0%);
  }
  .season_camp .oil_newrelease .skw-line.type-brown:after {
    display: none;
  }
}

.season_camp .oil_newrelease .bg-yel {
  background: #ffe400;
}

.season_camp .oil_newrelease .bg-wh {
  background: #fff;
}

.season_camp .oil_newrelease .bg-brown {
  background: #bf7254;
}

.season_camp .oil_newrelease .del-line {
  text-decoration: line-through;
}

.season_camp .oil_newrelease .marker-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #faeea2));
  background: linear-gradient(transparent 60%, #faeea2 0%);
}

.season_camp .oil_newrelease .fc-yel {
  color: #e2c221;
}

.season_camp .oil_newrelease .fc-wh {
  color: #fff;
}

.season_camp .oil_newrelease .fc-pink {
  color: #e96496;
}

.season_camp .oil_newrelease .fc-red {
  color: #cc0000;
}

.season_camp .oil_newrelease .bg-gre {
  background: #036635;
}

@media screen and (min-width: 768px) {
  .season_camp .oil_newrelease .mv_wrap {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .season_camp .oil_newrelease .mv-img {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .mv-img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .border-under {
    border-bottom: 1px dashed #dee2e6;
  }
  .season_camp .oil_newrelease .border-under:last-of-type {
    border-bottom: none;
  }
}

.season_camp .oil_newrelease .id-cf-recommend {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-recommend {
    padding-top: 50px;
  }
}

.season_camp .oil_newrelease .id-cf-recommend .inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .season_camp .oil_newrelease .id-cf-recommend .inner {
    max-width: 1150px;
    min-width: 1008px;
    padding: 0 10px 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-recommend .inner {
    width: 100%;
    padding: 0 15px;
  }
}

.season_camp .oil_newrelease .id-cf-feature {
  background: #f8f8f8;
  padding: 140px 0;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-feature {
    padding: 60px 0;
  }
}

.season_camp .oil_newrelease .id-cf-feature .point-inner {
  background: rgba(255, 255, 255, 0.9);
  width: 1008px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 90px 100px 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-feature .point-inner {
    width: 100%;
    padding: 45px 20px;
  }
}

.season_camp .oil_newrelease .id-cf-feature .point-inner + .point-inner {
  margin-top: 30px;
}

.season_camp .oil_newrelease .id-cf-feature .point-inner .border-bottom {
  border-color: #595757;
}

.season_camp .oil_newrelease .id-cf-feature .point-inner__num {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .season_camp .oil_newrelease .id-cf-feature .point-inner__num {
    top: 55px;
    left: 45px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-feature .point-inner__num {
    top: 30px;
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .season_camp .oil_newrelease .id-cf-feature .point-inner__imglist > * + * {
    border-left: #fff 1px solid;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-feature .point-inner__imglist > * + * {
    margin-top: 15px;
  }
}

.season_camp .oil_newrelease .id-cf-step {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-step {
    padding: 45px 0;
  }
}

.season_camp .oil_newrelease .id-cf-step__link {
  position: relative;
}

.season_camp .oil_newrelease .id-cf-step__link:last-child:after {
  display: none;
}

.season_camp .oil_newrelease .id-cf-step__link:after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background: url(../../craftorganic/product/common/ico-step-arrow.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
}

.season_camp .oil_newrelease .id-cf-step__link + .id-cf-step__link {
  margin-top: 40px;
}

.season_camp .oil_newrelease .id-cf-step__link > a {
  padding: 25px 0;
  background-color: #f8f8f8;
  line-height: 1.6;
  display: block;
  border-radius: 4px;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px) {
  .season_camp .oil_newrelease .id-cf-step__link > a:hover {
    background: #fcfeaa;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-step__link > a {
    padding: 10px 0 18px;
  }
}

.season_camp .oil_newrelease .id-cf-step__link .txt-special {
  background-color: #126335;
  border-radius: 20px;
  line-height: 1;
  padding: 4px 10px 2px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .season_camp .oil_newrelease .id-cf-step__link .txt-special {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-step__link .txt-special {
    display: block;
    width: 25%;
    margin: 0 auto 5px;
  }
}

.season_camp .oil_newrelease .id-cf-step__link .txt-step {
  color: #769982;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .season_camp .oil_newrelease .id-cf-step__link .txt-step {
    position: absolute;
    left: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-step__link .txt-step {
    display: block;
  }
}

.season_camp .oil_newrelease .id-cf-step__link .img-step {
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 25px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-step__link .img-step {
    right: 15px;
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-howto {
    padding: 45px 0;
  }
}

.season_camp .oil_newrelease .id-qa {
  background-color: #f2f0e9;
}

.season_camp .oil_newrelease .id-qa__list {
  padding: 60px 60px 0;
  border-top: #595757 1px solid;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-qa__list {
    padding: 30px 20px 0;
  }
}

.season_camp .oil_newrelease .id-qa__list + .id-qa__list {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-qa__list + .id-qa__list {
    margin-top: 30px;
  }
}

.season_camp .oil_newrelease .id-qa__list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-qa__list dt {
    font-size: 16px;
  }
}

.season_camp .oil_newrelease .id-qa__list dt:before {
  font-size: 28px;
  font-family: rustica, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
 "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,
 "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro",
 "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
 "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif,
 "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-style: normal;
  content: "Q";
  display: block;
  width: 60px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-qa__list dt:before {
    font-size: 20px;
    width: 30px;
    height: 20px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.season_camp .oil_newrelease .id-qa__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16em;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-qa__list dd {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.14em;
  }
}

.season_camp .oil_newrelease .id-qa__list dd:before {
  font-size: 28px;
  font-family: rustica, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
 "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,
 "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro",
 "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
 "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif,
 "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-style: normal;
  content: "A";
  display: block;
  width: 60px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-qa__list dd:before {
    font-size: 20px;
    width: 30px;
    height: 16px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.season_camp .oil_newrelease .id-cf-attention {
  background: #fff;
  border-radius: 4px;
  padding: 60px 60px 90px;
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-attention {
    margin-top: 40px;
    padding: 30px 20px 40px;
  }
}

.season_camp .oil_newrelease .id-cf-attention ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-attention ul li {
    font-size: 13px;
    line-height: 1.7;
  }
}

.season_camp .oil_newrelease .id-cf-attention ul li:before {
  content: "◇";
}

.season_camp .oil_newrelease .id-cf-component__head {
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: center;
  height: 80px;
  line-height: 80px;
  border-top: #595757 1px solid;
  border-bottom: #595757 1px solid;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-component__head {
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }
}

.season_camp .oil_newrelease .id-cf-component__head:before, .season_camp .oil_newrelease .id-cf-component__head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #595757;
}

.season_camp .oil_newrelease .id-cf-component__head:before {
  width: 30px;
  height: 1px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-component__head:before {
    width: 20px;
    right: 20px;
  }
}

.season_camp .oil_newrelease .id-cf-component__head:after {
  width: 1px;
  height: 30px;
  right: 44px;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-component__head:after {
    height: 20px;
    right: 29px;
  }
}

.season_camp .oil_newrelease .id-cf-component__head-change {
  display: none !important;
}

.season_camp .oil_newrelease .id-cf-component__box {
  display: none;
  padding: 60px 60px 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .id-cf-component__box {
    padding: 30px 20px;
    font-size: 13px;
    line-height: 1.7;
  }
}

.season_camp .oil_newrelease .sold-out__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0px;
  line-height: 35px;
  padding: 7px 15px;
  font-size: 0.875rem;
  background: #a4a4a4 !important;
  border: none !important;
  pointer-events: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.season_camp .oil_newrelease .sold-out__btn:before {
  content: none !important;
  display: block;
}

.header .header-bottom {
  background-color: #f3f3f3;
}

.season_camp .oil_newrelease .pricebox ,
.season_camp .oil_newrelease .cartarea {
  top: -25px;
  position: relative;
}
.season_camp .oil_newrelease .pricebox-set ,
.season_camp .oil_newrelease .cartarea-set {
  top: -45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .season_camp .oil_newrelease .pricebox,
  .season_camp .oil_newrelease .cartarea {
    top: 0px;
   }
   .season_camp .oil_newrelease .pricebox-set,
   .season_camp .oil_newrelease .cartarea-set {
     top: 0px;
    }
}
.border-cta {
  border-right:1px solid #ededed;
}
@media screen and (max-width: 767px) {
  .border-cta {
    border-right: none;
    border-bottom:1px solid #ededed;
  }
  .height-sp-box{
    max-height: 54px;
  }
}