@charset "UTF-8";

/*見た目調整*/
.pB1 {
  padding-bottom: 1%;
}
.pB3 {
  padding-bottom: 3%;
}
.pB5 {
  padding-bottom: 5%;
}
.pB7 {
  padding-bottom: 7%;
}
.pT5 {
  padding-top: 5%;
}

/*ベース*/
#early {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

/*ファーストビュー*/
#early .early_title {
  margin-top: 5%;
  padding-bottom: 5%;
}
#early .line {
  border-bottom: 1px solid #636555;
  width: 50%;
  margin: 3% auto 7%;
}

#early .main_03_item {
  position: absolute;
  left: 11%;
  top: 28%;
}

/*口コミ*/
#early .uservoice {
  position: relative;
  overflow: hidden;
}

#early .uservoice .item01,
#early .uservoice .item02,
#early .uservoice .item03 {
  position: absolute;
}
#early .uservoice .item01 {
  top: 13%;
  right: 0;
  width: 50%;
}

#early .uservoice .item02 {
  top: 38%;
  right: 0%;
  width: 50%;
}

#early .uservoice .item03 {
  bottom: 5%;
  left: 3%;
  width: 80%;
}

/* ギフト案内 */
#early .gift_contents {
  position: relative;
  background-image: url("../images/bg_gift.png?$staticlink$");
  margin: 0% 0 5%;
  padding-bottom: 3%;
  overflow: hidden;
  z-index: 4;
}
#early .gift {
  position: relative;
}
#early .item01_midashi {
  margin-top: 7%;
}
#early .item01_midashi .item01 {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 5;
}
#early .item01_midashi .item01 {
  top: 5%;
  width: 25%;
}
#early .item01_midashi .item04 {
  width: 50%;
}

#early .gift_contents .item02 {
  margin: 13% 0 2%;
  width: 85%;
}

#early .gift_contents .item03 {
  position: absolute;
  top: 5%;
  right: -5%;
  z-index: -1;
}
#early .gift_contents .item03 {
  top: 3%;
  width: 40%;
}
#early .gift_contents .item04 {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, 0%);
}
#early .gift_include {
  background-color: #fff;
  margin: 3%;
  padding: 7% 5% 0%;
}
#early .early_title .early_cart {
  background-image: url("../images/bg_cart_nomal@2x.jpg?$staticlink$");
  padding: 5%;
}
#early .early_title .early_cart .display_exact {
  background-color: #fff;
  padding: 5% 4% 0;
}
#early .early_cart li {
  clear: both;
}

#early .display_exact .goods_set {
  overflow: visible;
  margin-bottom: 0.5em;
}
/*#early .display_exact li:first-child{
    padding-bottom: 10%;
}*/
#early .giftcart {
  width: 100%;
  margin-left: auto;
}

/*#early .gift_contents .display_exact .btn{
    display: none;
}*/
#early .early_cart .copy {
  display: none;
}
#early .early_cart .img_box {
  width: 25%;
  padding-right: 3%;
}

/* アーリーコンテンツ */

#early .econtents {
  background-image: url("../images/bg_qa.png?$staticlink$");
  padding: 0% 3% 5%;
}

#early .econtents div[class^="info"] {
  padding-top: 13%;
}
#early .econtents img:first-child {
  width: 70%;
}

#early .econtents .aword div.attention {
  text-align: center;
}

/* アーリーコンテンツ */
#early .econtents span {
  background-image: -webkit-linear-gradient(transparent 10%, #e5e2a1 10%);
  background-image: -o-linear-gradient(transparent 10%, #e5e2a1 10%);
  background-image: linear-gradient(transparent 10%, #e5e2a1 10%);
  display: inline;
}
#early .econtents p {
  font-size: 1.35em;
  color: #4c3900;
  text-align: left;
  padding: 5% 4% 3%;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/** 1個・2個共通 **/

#early .icon-cart {
  font-size: 1.2em;
  padding-right: 1%;
}
#early .icon-navi_right {
  font-size: 1.5em;
  padding-left: 3%;
  vertical-align: -7px;
}

/** 1個の時 オンマウス **/

/** 2個の時 オンマウス **/

/* ふわっとアニメ */
/* 動作を適用する箇所 */

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s; /* アニメ時間 */
  -ms-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-transition-delay: 0.1s; /* 開始時間 */
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-animation-name: fuwatAnime; /* アニメ名 */
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
/* .fadeIn_r, .fadeIn_l {
-webkit-animation-duration: 1.5s; -ms-animation-duration: 1.5s; animation-duration: 1.5s;
-webkit-animation-iteration-count: 1; -ms-animation-iteration-count: 1; animation-iteration-count: 1;/* アニメの繰り返し（無限infinite）
}*/
.fadeIn_r_Anime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s; /* アニメ時間 */
  -ms-animation-duration: 1.3;
  animation-duration: 1.3s;
  -webkit-transition-delay: 0.2s; /* 開始時間 */
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-animation-name: fadeIn_r_Anime; /* アニメ名 */
  -ms-animation-name: fadeIn_r_Anime;
  animation-name: fadeIn_r_Anime;
  visibility: visible !important;
}

.fadeIn_l_Anime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.2s; /* アニメ時間 */
  -ms-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-transition-delay: 0.2s; /* 開始時間 */
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-animation-name: fadeIn_l_Anime; /* アニメ名 */
  -ms-animation-name: fadeIn_l_Anime;
  animation-name: fadeIn_l_Anime;
  visibility: visible !important;
}

/* 動作内容 */
@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-50px);
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.display_exact .c-panel__desc {
  display: none;
  /*バッチ削除用*/
}
/* 価格色調整 */
.display_exact .c-panel__price-wrapper {
  color: #ea3323;
  /*価格の色*/
  margin-top: 10px;
  /*価格上の余白*/
  text-align: left;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.c-panel__link {
  display: inline-flex;
  /* width: 609px; */
}

.display_exact .c-panel__name {
  text-align: left;
}

/* ボタン調整 
.display_exact .btn {
  background-image: url(../images/miru_common.png?$staticlink$);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-top: 0.6px;
  border-radius: 0px;
  background-color: #fff;
  border: none;
}*/
.display_exact .c-panel__body {
  flex: auto;
  margin-top: 4px;
	margin-left: 1em;
}
.display_exact .c-panel__link {
  width: 100%;
}
/*.c-panel__action button {
  color: transparent;
  text-shadow: none;
}
.display_exact .btn {
  margin-top: 10px;
}
.display_exact .btn-sm {
  padding: 23px 1px !important;
  font-size: 1.4rem;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}*/
.display_exact .c-panel__action {
}
.c-panel__body > * + * {
  margin-top: var(--space, 0px);
}
.add_cart {
  display: inline-block;
  width: 40%;
  margin-left: 60%;
  margin-top: -80px;
  position: relative;
  z-index: 3;
}

/*レスポンシブ-----------------------------------------------------------------------------------------------------*/
/* PC表示 */
@media print, screen and (min-width: 768px) {
  #early {
    width: 720px;
    margin: 0 auto;
  }

  .display_exact .c-panel__name {
    font-size: 1.7rem;
    margin-bottom: -0.7em;
  }

  .display_exact .goods_set {
    height: 129px;
    margin-bottom: 0.5em;
  }
  .c-panel
    > .c-panel__inner
    > .c-panel__link
    > .c-panel__header
    > .c-panel__header__image {
    width: 120px !important;
    height: auto!important;
  }
	  .c-price {
    font-size: 150%;
	  margin: 0 5px;
  }
	.c-panel__action .btn {
    padding-inline: 50px;
}
	.display_exact .c-panel__action{
		display: flex;
    margin: 0 0% 0 auto;
    justify-content: flex-end;
	}
	
	
  /* ボタン調整 
  .display_exact .c-panel__action {
    width: 60%;
    justify-self: center !important;
    margin-top: 0%;
  }*/
  /*.display_exact .btn {
    width: 60%;
    max-width: 550px;
    text-align: right;
  }*/
	.c-price-delete{
		background: linear-gradient(transparent 14px, #333 14px, #333 15px, transparent 15px);
	}
}

/*   スマホ　　*/
@media print, screen and (max-width: 768px) {
  .l-main {
    width: auto !important;
  }
  .display_exact .c-panel__name {
    margin-bottom: 0.3em;
  }
  .c-panel
    > .c-panel__inner
    > .c-panel__link
    > .c-panel__header
    > .c-panel__header__image {
    width: 200px !important;
    height: auto !important;
  }
  /* ボタン調整 

  .display_exact .btn {
    width: 100%;
    max-width: 200px;
    text-align: left;
  }*/
	
	#early .display_exact .c-panel__action{
		    margin-top: -0.5rem;/**/
	}


  .pB3 {
    padding-bottom: 5%;
  }
  .pB7 {
    padding-bottom: 5%;
  }
  .w60 {
    width: 60%;
  }
  .w85 {
    width: 85%;
  }
  .w90 {
    width: 90%;
  }
  .contents_main {
    margin: 0;
  }
  #early .main_02 {
    width: 90%;
  }

  #early .main_03_item {
    left: 10%;
    top: 28%;
    width: 20%;
  }
  #early .uservoice .item01 {
    top: 9%;
    width: 50%;
  }
  #early .uservoice .item02 {
    top: 33%;
    right: -3%;
    width: 55%;
  }
  #early .uservoice .item03 {
    width: 85%;
  }
  #early .item01 {
    top: 5%;
    width: 30%;
  }
  #early .gift_contents .item02 {
    margin: 12% 0 3%;
    width: 80%;
  }
  #early .early_cart .name {
    font-size: 0.9em;
  }
  #early .giftcart {
    width: 60%;
  }
  #early .early_cart .img_box {
    width: 37%;
  }
  #early .econtents p {
    font-size: 0.95em;
    padding: 5% 3% 3%;
  }
  #early .econtents img:first-child {
    width: 90%;
  }
  #early .icon-navi_right {
    vertical-align: -5px;
  }
  .add_cart {
    display: inline-block;

    margin-top: -10px;
    width: 55%;
    margin-left: 30%;
    position: relative;
    z-index: 3;
  }
  .display_exact .c-panel__price-wrapper {
    margin-top: -3px;
		margin-bottom: 1em;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        line-height: 1;
  }
  .c-price {
    font-size: 2rem;
  }
	.c-price-delete{background: linear-gradient(transparent 11px, #333 11px, #333 12px, transparent 12px);}
	.display_exact .c-panel__body {
  flex: auto;
  margin-top: 4px;
	margin-bottom: 1em;
		width: 100%;
}
}
