/* 
------------
ページ共通
------------
*/
#fb_sl {
  background-color: #F3F1EF;
  color: #3c3c3c;
}
a:hover {
  opacity: .7;
}

#fb_sl .main_title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  text-align: center;
  color: #4D4D4D;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  #fb_sl .main_title {
    font-size: 3rem;
    margin-bottom: 2.3rem;
  }
  #fb_sl main {
    font-size: 1.4rem;
  }
}

/* 共通　外部リンク */
.ex_link_wrap a {
  color: #181818;
  font-weight: 600;
  font-size: 1.5rem;
  position: relative;
  padding-right: 12px;
}
.ex_link_wrap a::after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 2.8px;
  right: -6px;
  background:url("/outfield/img/common/ex-link_bl.svg") no-repeat;
  background-size: contain;
}

/* 
---------------------------
START Field Biege パンくず 
---------------------------
*/
.fb_w_bread_name {
  background-color: #DFDDD7;
}
.fb_w_bread_name .-w-wrapper {
  display: flex;
  justify-content: space-between;
}
.fb_w_bread_name #bread-list {
  display: flex;
  gap: 46px;
  white-space: nowrap;
}
.fb_w_bread_name #bread-list li a {
  color: #000000;
  transition: .3s;
}
.fb_w_bread_name #bread-list li:nth-of-type(n + 2)::before {
  background-color: #000000;
}
.fb_w_bread_name .en_name {
  margin: 0;
  padding: 18px 11% 18px 0;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #000000;
}

@media screen and (max-width:830px) {
  .fb_w_bread_name .en_name {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .fb_w_bread_name #bread-list {
    gap: 30px;
    overflow-x: auto;
  }
}
/* 
-----------------------
END Field Biege パンくず 
-----------------------
*/

/* 
=========
START FV 
=========
*/
#fb_sl_fv {
  padding: 7.5rem 90px 0; /*ヘッダーの幅*/
  display: flex;
  gap: 34px;
}
#fb_sl_fv ._w_text {
  width: 32%;
  padding-top: 9rem;
}
#fb_sl_fv ._w_text .tag {
  font-family: 'Alata', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  display: inline-block;
  background-color: #B4A89F;
  padding: 0 12px;
  border: 0.5px solid #ffffff;
  color: #ffffff;
  margin-bottom: 2.6rem;
}
#fb_sl_fv ._w_text .main_c {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
}
#fb_sl_fv ._w_text .sub_c {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#fb_sl_fv ._w_text .texl_l {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: .8rem;
}
#fb_sl_fv ._w_text .texl_m {
  font-size: 1.6rem;
  font-weight: 500;
}
#fb_sl_fv ._w_img {
  width: 68%;
}
#fb_sl_fv ._w_img img {
  width: 100%;
}
/* FV 画像フェードイン */
.fb_fadein {
  animation: fb_fadein 1.6s ease-in-out 0s 1 normal;
}
@keyframes fb_fadein { 
  0% {
    opacity: 0;
  } 
  100% {
    opacity: 1;
  } 
}
/* FVキャッチコピー1 フェードイン */
.fb_fade_catch1 {
  animation: fb_fade_catch1 0.9s ease-in-out 0.8s forwards;
  opacity: 0;
}
@keyframes fb_fade_catch1 {
  0% {
    opacity: 0;
  transform: translateY(20%);
  }
  100% {
    opacity: 1;
  transform: translateY(0);
  }
}
/* FVキャッチコピー2 フェードイン */
.fb_fade_catch2 {
  animation: fb_fade_catch2 1.2s ease-in-out 1.3s forwards;
  opacity: 0;
}
@keyframes fb_fade_catch2 {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* FVキャッチコピー3 フェードイン */
.fb_fade_catch3 {
  animation: fb_fade_catch2 1.5s ease-in-out 1.8s forwards;
  opacity: 0;
}
@keyframes fb_fade_catch2 {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width:1400px) {
  #fb_sl_fv {
    padding: 0 80px 0; /*ヘッダーの幅*/
  }

  #fb_sl_fv {
    display: block;
    margin: 0;
    position: relative;
  }
  #fb_sl_fv ._w_text {
    position: absolute;
    width: auto;
    padding-top: 0rem;
    left: calc(80px + 4vw);
    bottom: 6%;
    color: #ffffff;
  }
    #fb_sl_fv ._w_img {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  #fb_sl_fv {
    padding: 0; /*ハンバーガーメニューに切り替わるため*/
  }
  #fb_sl_fv ._w_text {
    left: 6vw;
    width: 90%;
  }
  #fb_sl_fv ._w_text .tag {
    margin-bottom: 1.4rem;
  }
  #fb_sl_fv ._w_text .main_c {
    font-size: 2.8rem;
  }
  #fb_sl_fv ._w_text .sub_c {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  #fb_sl_fv ._w_text .texl_l {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }
  #fb_sl_fv ._w_text .texl_m {
    font-size: 1.4rem;
  }
}
/* 
=======
END FV 
=======
*/


/*=================
カート固定ボタン
===================*/
.right_btns {
  position: fixed;
  bottom: 18px;
  right: 12px;
  z-index: 1000;
  visibility: visible;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transform: translateY(220px);
}
.right_btns .cart_btn {
  display: block;
  width: 112px;
  height: 112px;
  background: linear-gradient(45deg,rgb(193, 180, 160) 0%, rgb(166, 155, 141) 40%, rgb(152, 133, 101) 100%);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  transition: 0.5s;
}

.right_btns .cart_btn::before {
  position: absolute;
  content: '';
  background: url("/outfield/img/common/icon_cart.svg") no-repeat;
  background-size: contain;
  width: 40%;
  height: 28px;
  top: 20px;
  left: 32%; 
  transition: 0.3s;
}
.right_btns .cart_btn p {
  font-size: 1.15rem;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  top: 54px;
  line-height: 1.55;
}
.right_btns .cart_btn p span {
  font-size: 0.9rem;
  letter-spacing: 0.8px;
}
.right_btns .cart_btn:hover {
  filter: hue-rotate(-5deg) brightness(1.15);
  opacity: 1;
}
.right_btns .cart_btn:hover::before {
  transform: scale(1.07);
}

/*　上に上がる動き　*/
.right_btns.up {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(180px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*　下に下がる動き　*/
.right_btns.down {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(180px);
  }
}

/*SP*/
@media screen and (max-width: 768px) { 
  .right_btns {
    right: 8px;
    bottom: 3px;
  }
  .right_btns .cart_btn {
    width: 90px;
    height: 90px
  }
  .right_btns .cart_btn::before {
    width: 34%;
    height: 22px;
    top: 15px;
  }
  .right_btns .cart_btn p {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    top: 42px;
    line-height: 1.5;
  }
  .right_btns .cart_btn p span {
    font-size: 0.75rem;
    letter-spacing: 0.4px;
  }
}
/* 
=======
END カート固定ボタン
=======
*/


/* 
---------------
START Feature 
---------------
*/
/* START Feature スライダー画像 */
#fb_sl .spacer_top {
  height: 11.2rem;
}
/* セクション全体 */
#fb_sl_feature.scroll-section {
  position: relative;
  height: 400vh; /* スクロール領域 */
}
/* 固定表示エリア */
#fb_sl_feature .sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
/* タイトル */
#fb_sl_feature h2 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
/* 画像部分 */
#fb_sl_feature .images {
  position: relative;
  width: 77.84%;
  height: 60vh;
}
#fb_sl_feature .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s;
}
#fb_sl_feature .images img.active {
  opacity: 1;
}
/* テキスト部分 */
#fb_sl_feature .texts {
  position: relative;
  right: 11%; /* 画像と少し重なる */
  background: #0B0D11;
  box-sizing: border-box;
  min-width: 337px;
  min-height: 328px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#fb_sl_feature .text-slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.8s;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  padding: 0 2rem;
}
#fb_sl_feature .text-slide.active {
  opacity: 1;
  transform: translateX(0);
}
#fb_sl_feature .text-slide.exit-left {
  transform: translateX(-100%);
  opacity: 0;
}
/* ページ送りドット */
#fb_sl_feature .dots {
  position: absolute;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%);
}
#fb_sl_feature .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}
#fb_sl_feature .dot.active {
  background: #ffffff;
}
@media screen and (max-width:768px) {
  #fb_sl .spacer {
    height: 8rem;
  }
  /* セクション全体 */
  #fb_sl_feature.scroll-section {
    height: 400vh; /* スクロール領域 */
  }
  /* 固定表示エリア */
  #fb_sl_feature .sticky-wrapper {
    height: 90vh;
    flex-direction: column;
  }
  /* タイトル */
  #fb_sl_feature  h2 {
    position: initial;
    transform: initial;
  }
  /* 画像部分 */
  #fb_sl_feature .images {
    width: 100%;
    height: 80vh;
  }
  #fb_sl_feature .images ._w_img:first-of-type img {
    object-position: 40% 50%;
  }
  #fb_sl_feature .images ._w_img:last-of-type img {
    object-position: 34% 50%;
  }
  /* テキスト部分 */
  #fb_sl_feature .texts {
    position: initial;
    /* width: 72%; */
    /* padding: 0 3rem 0; */
    min-height: 218px;
    min-width: 271px;
    width: 90%;
    margin-top: -126px;
    z-index: 1;
  }
  #fb_sl_feature .text-slide {
    font-size: 1.4rem;
  }
  /* ページ送りドット */
  #fb_sl_feature .dots {
    bottom: 22px;
  }
}
/* END Feature スライダー画像 */
#fb_sl .spacer_bottom {
  height: 3.7rem;
}

/* START Feature イメージ画像 */
.fb_sl_img {
  padding: 0 8% 9rem;
}
.fb_sl_img .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 112px;
}
.fb_sl_img .wrapper .img1 {
  padding-top: 9vh;
  width: 58%;
}
.fb_sl_img .wrapper .img2 {
  margin: -18vh 6vw 0 0;
  width: 31%;
}
.fb_sl_img .wrapper .img1 img, .fb_sl_img .wrapper .img2 img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .fb_sl_img {
    padding-bottom: 4.5rem;
  }
  .fb_sl_img .wrapper {
    flex-direction: column-reverse;
    gap: 1.9rem;
  }
  .fb_sl_img .wrapper .img1 {
    padding-top: 0;
    width: 80%;
  }
  .fb_sl_img .wrapper .img2 {
    margin: 0;
    margin: 0 0 0 auto;
    width: 51.9%;
  }
}
/* END Feature イメージ画像 */

/* START Other Feature */
.fb_sl_other_feature {
  padding: 0 8% 21.6rem;
}
.fb_sl_other_feature .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 21px;
}
.fb_sl_other_feature .wrapper .item {
  width: calc(25% - 63px / 4);
  text-align: center;
}
.fb_sl_other_feature .wrapper .item img {
  margin-bottom: 10px;
}
.fb_sl_other_feature .wrapper .item p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .fb_sl_other_feature {
    padding: 0 8% 8rem;
  }
  .fb_sl_other_feature .wrapper {
    gap: 20px 13px;
  }
  .fb_sl_other_feature .wrapper .item {
    width: calc(50% - 13px / 2);
  }
  .fb_sl_other_feature .wrapper .item img {
    margin-bottom: 4px;
  }
  .fb_sl_other_feature .wrapper .item p {
    font-size: 1.4rem;
  }
}
/* END Other Feature */

/* START Field Biege SL 商品概要 */
.fb_sl_products {
  padding: 0 10% 14.4rem 10%;
}
.fb_sl_products .wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
.fb_sl_products ._w_outline {
  display: grid;
  gap: 89px 80px;
  grid-template-columns: 1fr 1fr;
}
.fb_sl_products ._w_outline ._w_img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.fb_sl_products ._w_outline ._w_text {
  width: 100%;
}
.fb_sl_products ._w_outline ._w_ttl {
  margin-bottom: .9rem;
}
.fb_sl_products ._w_outline ._w_ttl .sub_ttl {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}
.fb_sl_products ._w_outline ._w_ttl .main_ttl {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.5;
}
.fb_sl_products ._w_outline .price {
  padding-left: 9px;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.5;
  /* margin-bottom: 4px; */
  margin-bottom: 2.3rem;
}
.fb_sl_products ._w_outline .price small {
  font-weight: 700;
  font-size: 1.5rem;
}
.fb_sl_products ._w_outline .schedule {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 2.3rem;
}
.fb_sl_products ._w_outline .btn_column {
  margin-bottom: 3rem;
  width: 80%;
}
.fb_sl_products ._w_outline .btn_column .btn + .btn {
  margin-top: 12px;
}
.fb_sl_products ._w_outline .btn_column .btn {
  width: 100%;
}
.fb_sl_products .btn_column .btn a {
  display: inline-block;
  width: 100%;
  padding: 15px 10px 15px 110px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  border-radius: 5em;
  transition: .25s;
}
.fb_sl_products .btn_column .btn .cart {
  padding: 15px 15px 15px 50px;
  background-color: #ffffff;
  border: 1px solid #3c3c3c;
  color: #000000;
}
.fb_sl_products .btn_column .btn .cart::before {
  position: absolute;
  content: '';
  background: url(../img/icon_cart.svg) no-repeat;
  top: 50%;
  left: 48%;
  transform: translate(-300%, -45%);
  width: 22px;
  height: 18px;
  background-size: contain;
}
.fb_sl_products .btn_column .btn .rakuten_link {
  background-color: #BF0000;
  color: #ffffff;
}
.fb_sl_products .btn_column .btn .rakuten_link::before {
  position: absolute;
  content: '';
  background: url(../img/rakuten_logo_cut.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 35px;
  top: 50%;
  left: 47%;
  transform: translate(-110%, -36%);
}
.fb_sl_products .btn_column .btn .jre_link {
  background-color: #008803;
  color: #ffffff;
}
.fb_sl_products .btn_column .btn .jre_link::before {
  position: absolute;
  content: '';
  background: url(../img/jre_logo.svg) no-repeat;
  background-size: contain;
  width: 112px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -32%);
}
.fb_sl_products .btn_text + .btn_text  {
  margin-top: 11px;
}
.fb_sl_products .btn_text a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3c3c3c;
  transition: .3s;
}

.fb_sl_products ._w_table {
  margin-top: -12rem;
}
.fb_sl_products ._w_outline ._w_table {
  padding: 20px 0;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
}
.fb_sl_products table {
  border-collapse: collapse;
}
.fb_sl_products table th {
  min-width: 9em;
  padding: 7px 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.fb_sl_products table td {
  padding: 7px 0;
}

@media screen and (max-width:1080px) {
  .fb_sl_products ._w_outline .btn_column {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .fb_sl_products {
    padding-bottom: 8rem;
  }
  .fb_sl_products ._w_outline {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .fb_sl_products ._w_outline ._w_img {
    width: 80%;
  }
  .fb_sl_products ._w_outline ._w_ttl {
    margin-bottom: .5rem;
  }
  .fb_sl_products ._w_outline ._w_ttl .sub_ttl {
    font-size: 1.4rem;
  }
  .fb_sl_products ._w_outline ._w_ttl .main_ttl {
    font-size: 2.4rem;
  }
  .fb_sl_products ._w_outline .price {
    padding-left: 0;
    font-size: 2rem;
    /* margin-bottom: 6px; */
    margin-bottom: 2rem;
  }
  .fb_sl_products ._w_outline .price small {
    font-size: 1.2rem;
  }
  .fb_sl_products ._w_outline .schedule {
    margin-bottom: 2rem;
  }
  .fb_sl_products ._w_outline .btn_column {
    margin-bottom: 1.6rem;
  }
  .btn_column .btn a {
    font-size: 1.4rem;
  }

  .fb_sl_products .btn_text .new_tab {
    font-size: 1.4rem;
  }
  .fb_sl_products .btn_text > a {
    font-size: 1.4rem;
  }

  .fb_sl_products ._w_table {
    margin-top: 0rem;
  }
  .fb_sl_products ._w_outline ._w_table {
    padding: 17px 0;
  }
  .fb_sl_products table th {
    font-size: 1.4rem;
  }

}
/* END Field Biege SL 商品概要 */
/* 
---------------
END FEATURE
---------------
*/

/* 
==================================
START Field Biege SL Related Items 
==================================
*/
#fb_sl .fb_bg_white {
  background-color: #ffffff;
}
#related-items {
  border-radius: 10px;
  padding: 90px 60px 96px;
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  #related-items {
    padding: 60px 30px;
  }
}
@media (max-width: 768px) {
  #related-items {
    padding: 40px 30px;
    margin: 0px 24px;
  }
}
@media (max-width: 600px) {
  #related-items {
      padding: 40px 0;
  }
}

/*ボックス*/
.item_wrap {
  border: 1px solid #8A8A8A;
  padding: 30px 60px 32px;
  display: flex;
  gap: 80px;
  align-items: center;
}
.item_wrap .image_wrap {
  width: calc(50% - 80px);
  position: relative;
}
.item_wrap .image_wrap img {
  margin: 0 auto;
}
.item_wrap .image_wrap span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  color: #FFF;
  letter-spacing: 0.5px;
  background: #B4A89F;
  display: inline-block;
  padding: 0 12px 1px 12px;
}
@media screen and (max-width:768px) {
  .item_wrap .image_wrap span {
    font-size: 10.5px;
    padding: 3px 8px 3px 8px;
    line-height: 1;
    top: 0px;
  }
}

.item_wrap .text_wrap {
  color: #000000;
  width: 50%;
}

.item_wrap .txt_shipping {
  padding: 4px 24px 5px;
  background: #2B42A2;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 20px;
}

.item_wrap .text_wrap h3,.item_wrap .text_wrap .price {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.item_wrap .text_wrap h3 {
  margin-bottom: 9px;
  line-height: 1.4;
}
.item_wrap .text_wrap .price small {
  font-size: 1.5rem;
}
.item_wrap .text_wrap .text {
  font-size: 1.5rem;
  letter-spacing: 0.8px;
  line-height: 1.5;
}

.item_wrap .cart_btn_wrap {
  gap: 8px;
}
.item_wrap .ex_link_wrap {
  margin-top: 20px;
}
/*ボタン*/
.cart_btn_wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cart_btn_wrap .btn {
  max-width: 390px;
  width: auto;
}
.cart_btn_wrap .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  border-radius: 32px;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  font-weight: 600;
  line-height: 1.5;
  background: #FFFFFF;
  border: 1px solid #181818;
  transition: 0.3s;
}
.cart_btn_wrap .btn a:hover {
  opacity: 0.7;
}

/*楽天*/
.cart_btn_wrap .btn a.rakuten {
  background: #BF0000;
  border: none;
  color: #FFFFFF;
  font-weight: 500;
  padding-left: 5.55em;
  position: relative;
}
.cart_btn_wrap .btn a.rakuten::before {
  position: absolute;
  content: '';
  background: url("/outfield/img/common/btn_rakuten.svg") no-repeat;
  background-size: contain;
  width: 70px;
  height: 35px;
  top: 50%;
  left: 47%;
  transform: translate(-110%, -36%);
}
/*楽天 予告*/
.cart_btn_wrap .btn .rakuten.soon {
  pointer-events: none;
  font-size: 1.5rem;
  padding-left: 7.3em;
  opacity: 0.5;
}
.cart_btn_wrap .btn .rakuten.soon::before {
  background-size: contain;
  width: 66px;
  height: 36px;
  top: 50%;
  left: 41%;
  transform: translate(-138%,-36%);
}

/*JRE*/
.cart_btn_wrap .btn a.jre {
  background: #008303;
  border: none;
  color: #FFFFFF;
  font-weight: 500;
  padding-left: 5.55em;
  position: relative;
}
.cart_btn_wrap .btn a.jre::before {
  position: absolute;
  content: '';
  background: url("/outfield/img/common/cta_jre.svg") no-repeat;
  background-size: contain;
  width: 112px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-105%, -32%);
}
/*jre 予告*/
.cart_btn_wrap .btn .jre.soon {
  pointer-events: none;
  font-size: 1.5rem;
  padding-left: 7.3em;
  opacity: 0.5;
}
.cart_btn_wrap .btn .jre.soon::before {
  left: 41%;
  width: 100px;
  transform: translate(-115%, -32%);
}

/*カート*/
.cart_btn_wrap .btn .btn-cart {
  position: relative;
  padding-left: 3em;
}
.cart_btn_wrap .btn .btn-cart::before {
  content: '';
  background: url("/outfield/img/common/icon_cart_bl.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-360%, -49%);
}

.cart_btn_wrap .btn .pre-release {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  border-radius: 32px;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  font-weight: 600;
  line-height: 1.5;
  background: #E8E8E8;
  transition: 0.3s;
  color: #686565;
}
.cart_btn_wrap .btn .end {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  border-radius: 32px;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  font-weight: 600;
  line-height: 1.5;
  background: #DDD;
  transition: 0.3s;
}

@media (max-width: 980px) {
  .cart_btn_wrap .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 0;
    border-radius: 32px;
    font-size: 1.6rem;
  }
  .cart_btn_wrap .btn a {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .cart_btn_wrap .btn a.t_lg {
    font-size: 1.1rem;
    letter-spacing: 0.2px;
  }
  .cart_btn_wrap .btn .btn-cart::before {
    top: 50%;
    left: 50%;
    transform: translate(-360%, -49%);
  }
}
@media (max-width: 768px) {
  .cart_btn_wrap .btn a.rakuten,.cart_btn_wrap .btn a.jre {
    padding-left: 7em;
  }
  .cart_btn_wrap .btn {
    width: 100%;
    max-width: none;
  }
}

.item_wrap:nth-of-type(n + 2) {
  margin-top: 30px;
}

@media (max-width: 1280px) {
  .item_wrap {
    padding: 24px 30px 24px;
    gap: 40px;
  }
  .item_wrap .image_wrap {
    width: calc(50% - 40px);
  }
}

@media (max-width: 800px) {
  .item_wrap {
    gap: 20px;
  }
  .item_wrap .image_wrap {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .item_wrap {
    flex-direction: column;
    padding: 24px 16px;
  }
  .item_wrap .image_wrap {
    width: 100%;
  }
  .item_wrap .text_wrap {
    width: 100%;
  }

  .item_wrap .txt_shipping {
    padding: 2px 20px 3px;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    margin-bottom: 15px;
  }

  .item_wrap .text_wrap h3 {
    font-size: 1.7rem;
    margin-bottom: 9px;
    line-height: 1.3;
  }
  .item_wrap .text_wrap .price {
    font-size: 1.7rem;
  }
  .item_wrap .text_wrap .text {
    font-size: 1.4rem;
  }

  .item_wrap .ex_link_wrap {
    margin-top: 12px;
  }
  .item_wrap .ex_link_wrap a {
    font-size: 1.4rem;
  }
}
/* 
==================================
END Field Biege SL Related Items 
==================================
*/

/* 
==================================
START Field Biege SL Other Products 
==================================
*/
#other_products {
  margin-top: 140px;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

#other_products .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 680px;
  align-items: flex-end;
  margin: 0 auto;
}

#other_products .wrapper .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 165px;
}

#other_products .wrapper .item a {
  position: relative;
  transition: 0.3s;
}

#other_products .wrapper .item .image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}

#other_products .wrapper .item .text_wrap {
  margin-top: 3px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}
#other_products .wrapper .item .text_wrap .product_name {
  line-height: 1.3;
  min-height: calc(1.5em * 2);
  font-size: 1.3rem;
}
#other_products .wrapper .item .text_wrap .product_number {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.3;
}
#other_products .wrapper .item .image_wrap img {
  margin: 0 auto;
}

#other_products .wrapper .item .image_wrap img.sz {
  width: 142px;
}
#other_products .wrapper .item .image_wrap img.cpf25 {
  width: 120px;
}
#other_products .wrapper .item .image_wrap img.cpf33 {
  width: 152px;
}
#other_products .wrapper .item .image_wrap img.sl{
  width: 162px;
}

#other_products .wrapper .item a:hover .image_wrap img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  #other_products {
    margin-top: 100px;
  }
  #other_products h2 {
    font-size: 2.8rem;
  }

  #other_products .wrapper {
    gap: 12px;
  }
  #other_products .wrapper .item .text_wrap .product_name {
    font-size: 0.9rem;
    letter-spacing: 0.3px;
  }
  #other_products .wrapper .item .text_wrap .product_number {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  #other_products .wrapper .item .image_wrap img.sz {
    width: 79px;
  }
  #other_products .wrapper .item .image_wrap img.cpf25 {
    width: 70px;
  }
  #other_products .wrapper .item .image_wrap img.cpf33 {
    width: 84px;
  }
  #other_products .wrapper .item .image_wrap img.sl{
    width: 98px;
  }

}
/* 
==================================
END Field Biege SZ Other Products 
==================================
*/


/* 
----------------------
START カートポップアップ 
----------------------
*/
.in-cart_pop {
  width: 100%;
  max-height: 92vh !important;
  overflow: auto;/*2step*/
}
.in-cart_pop .box {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  color: #0a0a0a;
}
.in-cart_pop .box * {
  font-size: 14px;
}
.in-cart_pop .box .alert {
  color: #e12c2c;
  text-align: center;
}
.in-cart_pop .box .alert strong {
  font-size: 2.7rem;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.in-cart_pop .box .alert strong .sp380 {
  display: none;
}

.in-cart_pop .box .txt_wrap_shipping {
  text-align: center;
}
.in-cart_pop .box .txt_shipping {
  padding: 6px 30px 7px;
  background: #304AB6;
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 6px;
}

.in-cart_pop .box ul {
  padding-left: 1em;
}
.in-cart_pop .box ul li {
  line-height: 1.7;
  padding-left: 0.08em;
  list-style-type: disc;
  font-weight: 600;
}
.in-cart_pop .box ul li.text_red { 
  color: #e12c2c;
}
.in-cart_pop .box .button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.in-cart_pop .box .button > a {
  margin-right: 30px;
  background: #acacac;
  padding: 10px 30px;
  border-radius: 4px;
  color: #070707;
}
.in-cart_pop .box .button form .arrow {
  position: relative;
}
.in-cart_pop .box .button form .addCart {
  background: #8FB217;
  border: none;
  padding: 10px 35px 10px 30px;
  border-radius: 4px;
  color: #fff;
  letter-spacing: 0.05em;
}
.in-cart_pop .box .button form .arrow::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1.5px #fff !important;
  border-right: solid 1.5px #fff !important;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  right: 1.5em;
}
@media screen and (max-width:768px) {
  .in-cart_pop .box {
    padding: 40px 5%;
    margin: 0 20px;
  }
  .in-cart_pop .box .alert strong {
    font-size: 2rem;
  }
  .in-cart_pop .box .button a {
    padding: 10px 35px;
  }
  .in-cart_pop .box .button > a {
    margin-right: 15px;
  }
}

@media screen and (max-width:460px) {
  .in-cart_pop .box ul {
    padding-left: 15px;
  }
}

@media screen and (max-width:380px) {
  .in-cart_pop .box .alert strong .sp380 {
    display: block;
  }
}

@media screen and (max-width:330px) {
  .in-cart_pop .box .button {
    flex-direction: column;
    gap: 15px;
  }
  .in-cart_pop .box .button > a {
    margin-right: 0px;
  }
}

/*===2ステップ用　追加 PC===*/
.in-cart_pop.steps .box {
  width: 90vw;
  max-width: 980px;
  min-height: 88vh;
  padding: 40px 60px;
  background: #fff;
  margin: auto;
  border-radius: 8px;
  box-sizing: border-box;

  position: relative;
  min-height: 70vh;
  max-height: 88vh;
}
.in-cart_pop.steps .alert b {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #181818;
  margin-bottom: 20px;
}

/*step*/
.step-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 60px;
    transition: opacity 0.3s ease;

  height: 100%;
  overflow: scroll;
}
.step-content.active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
}
.step-content.inactive {
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}
.step-content.step2.active {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/*選択して次へボタン*/
.in-cart_pop.steps .box .button > a.to-step2 {
  background: #8FB217;
  color: #FFF;
}
/*サムネイル*/
.cart_pop_thumbs {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.cart_pop_thumbs .tb {
  width: calc((100% - 48px) / 5);
  max-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart_pop_thumbs img {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  opacity: 0.4;
}
.cart_pop_thumbs .tb.selected img {
  border-color: #454546;
  border-radius: 50%;
  opacity: 1;
}
.cart_pop_thumbs .tb:nth-of-type(3) img {
  padding: 0.2px 0.2px 0.2px 0.2px;
}
.cart_pop_thumbs .tb:nth-of-type(4) img {
  padding: 0.5px 1.2px 0.3px 0px;
}
.cart_pop_thumbs .tb:nth-of-type(5) img {
  padding: 0.5px 1.2px 0.3px 0.3px;
}

/*プレビュー*/
.preview-area {
  width: 70%;
  margin: 0 auto;
}
.preview-area > div{
  display: flex;
  gap: 20px;
  align-items: center;
}
.preview-area img {
  width: calc(50% - 10px);
}
.preview-name {
  text-align: center;
  margin-top: 10px;
  font-size: 1.7rem;
  font-weight: 500;
}
/*===2ステップ用　追加 PC end===*/

@media (max-width: 768px) {
  .in-cart_pop .box {
    padding: 40px 5%;
    margin: 0 20px;
  }
  .in-cart_pop .box .alert strong {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.45;
    display: block;
    margin-bottom: 20px;
  }
  .in-cart_pop .box .alert p {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .in-cart_pop .box .txt_shipping {
    padding: 3px 24px 4px;
    font-size: 1.7rem;
    letter-spacing: 2px;
    margin-bottom: 18px;
    margin-top: -10px;
  }

  .in-cart_pop .box .button > a {
    margin-right: 15px;
}
  .in-cart_pop .box .button a {
      padding: 10px 35px;
  }
}

@media screen and (max-width: 460px) {
  .in-cart_pop .box ul {
      margin-left: 0;
      padding-left: 15px
  }
}
@media screen and (max-width: 380px) {
  .in-cart_pop .box .alert strong {
    font-size: 2.3rem;
  }
}

/*===2ステップ用 SP　追加===*/
@media (max-width: 768px) {
    .step-content {
      padding: 36px 20px;
    }
    .in-cart_pop.steps .alert b {
      font-size: 1.7rem;
      letter-spacing: 0;
      text-align: left;
    }
    .cart_pop_thumbs {
      flex-wrap: wrap;
      gap: 0;
    }
    .cart_pop_thumbs .tb {
      width: calc((100% - 24px) / 3);
    }
    .cart_pop_thumbs .tb p {
      font-size: 1.2rem;
      line-height: 1.35;
    }
    .cart_pop_thumbs img {
      width: 72px;
      height: 72px;
    }
    .in-cart_pop.steps .box {
      min-height: 82vh;
      padding: 0;
    }
    .preview-area {
      width: 100%;
    }
    .in-cart_pop.steps .box .button a {
        padding: 10px 22px;
    }
}
/*===2ステップ用 SP　追加 end===*/

/* END カートポップアップ */

#cta {
  margin-top: 0px;
}