@media screen and (min-width: 768px) {
  #breadcrumbs {
    width: 1012px;
    display: block;
    margin: 0 auto;
  }
}

.xmas_wrap {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.xmas_global_navigation {
  width: 100%;
  background: #11263a;
}

.xmas_global_navigation ul {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xmas_global_navigation ul li {
  width: 19%;
  text-align: center;
  font-size: 15px;
  border-left: 1px solid #fff;
}

@media screen and (min-width: 769px) {

  .xmas_global_navigation ul li a:link,
  .xmas_global_navigation ul li a:visited {
    color: #fff;
    padding: 20px 0;
    display: block;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {

  .xmas_global_navigation ul li {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    border-left: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .xmas_global_navigation ul li a:link,
  .xmas_global_navigation ul li a:visited {
    color: #fff;
    display: block;
    box-sizing: border-box;
  }
}

.xmas_global_navigation ul li:last-child {
  border-right: 1px solid #fff;
}
.xmas_global_navigation ul li a:hover {
  opacity: 0.7;
}

.xmas_sale_wrap {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto 60px;
}

.xmas_sale_wrap .sale_shohin_wrap .pickup-items {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .xmas_sale_wrap .sale_shohin_wrap .pickup-items ._wrap {
    width: 20%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .xmas_sale_wrap .sale_shohin_wrap .pickup-items ._wrap {
    width: 49%;
    box-sizing: border-box;
  }
}

.xmas_sale_wrap .sale_shohin_wrap .pickup-items ._wrap img {
  width: 100%;
  height: auto;
}

.product-list_wrap {
  box-sizing: border-box;
  padding-bottom: 60px;
}

.title_wrap {
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
}

.title_wrap h2 {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .title_wrap h2 {
    font-size: 25px;
  }
}

.xmas_sale_wrap .title_wrap h2 {
  color: #a2802f;
}

.sale_btn {
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .sale_btn {
    display: block;
    padding: 0 20px;
    text-align: center;
  }

  .sale_btn img {
    width: 100%;
    height: auto;
  }
}

.xmas_recommended_watches .product-btn {
  display: block;
  margin: 0 auto 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .xmas_recommended_watches .product-btn {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .xmas_recommended_watches .product-btn img {
    width: 100%;
    height: auto;
  }
}

.xmas_recommended_watches h2 {
  color: #fff;
}

.include-category-block,
.include-search-block {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 1000px;
}

.include-category-block .pickup-items,
.include-search-block .pickup-items {
  width: 100%;
  box-sizing: border-box;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.include-search-block .pickup-items ._title {
  height: auto !important;
}


.include-category-block .pickup-items section,
.include-search-block .pickup-items ._item {
  width: 18%;
}

@media screen and (max-width: 768px) {
  .include-search-block .pickup-items ._item {
    width: 49%;
  }
}

.include-search-block .pickup-items ._item ._title a,
.include-search-block .pickup-items ._item ._additional_text4 {
  font-weight: 300 !important;
}

.include-search-block .pickup-items ._item ._additional_text4 {
  margin: 0 !important;
}

.include-search-block .pickup-items ._wrap {
  border: none;
  padding: 0 !important;
}

.include-category-block .pickup-items img,
.include-search-block .pickup-items ._wrap img {
  width: 100%;
}

.sps-wishAddItem,
.sps-wishAddItemOk,
.include-search-block .pickup-items ._wrap ._display_text3,
.include-search-block .pickup-items ._wrap ._additional_text3,
.include-search-block .pickup-items ._wrap ._add_item_list,
.include-search-block .pickup-items ._wrap .badge {
  display: none;
}

@media screen and (max-width: 768px) {
  .pickup-items {
    width: 100%;
    padding: 10px;
  }

  .pickup-items .itemlist_bottom {
    width: 48%;
  }

  .pickup-items .itemlist_bottom img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #contents section {
    padding-bottom: 0 !important;
  }
}

.xmas_recommended_watches {
  width: 100%;
}

.xmas-lp_tab .tabs {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  justify-content: center;
  background: #ddd;
}

.xmas-lp_tab .tab {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  max-width: 400px;
  padding: 10px 20px;
  cursor: pointer;
  background: #f5f5f5;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {

  .xmas-lp_tab .tab {
    font-size: 16px;
  }
}

.tab.active {
  font-weight: 600;
  color: #fff;
}

.tab.active[data-target^="men"] {
  background: #11263a;
  background: #11263a;
}

/* 女性タブ（data-target が women1 / women2 など “women” で始まる場合）*/
.tab.active[data-target^="women"] {
  background: #4b2222;
  /* 赤 */
  border-color: #4b2222;
}

.xmas-lp_tab .product-list {
  display: none;
}

.xmas-lp_tab .product-list.active {
  display: block;
}

@media screen and (min-width: 769px) {
  .xmas_recommended_watches .product-item {
    display: flex;
    margin-bottom: 20px;
    padding: 50px;
    box-sizing: border-box;
    max-width: 1000px;
    height: 460px;
    background: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/product-list_bg.jpg?ver=0.0.1) no-repeat;
    margin: 30px auto 10px;
  }

  .xmas_recommended_watches .product-item img {
    width: 50%;
    height: auto;
    object-fit: cover;
  }

  .xmas_recommended_watches .product-info {
    flex: 1;
    margin-left: 50px;
  }

}

@media screen and (max-width: 768px) {
  .xmas_recommended_watches .product-item {
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    background: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/product-list_spbg.jpg?ver=0.0.1) no-repeat;
    background-size: cover;
    background-position: top center;
    margin: 30px auto 10px;
  }

  .xmas_recommended_watches .product-item:first-child {
    margin: 0 auto 10px !important;
  }

  .xmas_recommended_watches .product-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

}

.xmas_recommended_watches .product-info h3 {
  font-size: 25px;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  margin-bottom: 30px;
}

.xmas_recommended_watches .product-info h3 span {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.xmas_recommended_watches .product-info h3 span {
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 768px) {
  .xmas_recommended_watches .product-info h3 {
    text-align: center;
    margin-top: 15px;
  }
}

.xmas_recommended_watches .product-info p {
  font-size: 16px;
  line-height: 2;
}

.product-list_inner {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
}

.product-list_inner ul {
  width: 100%;
  max-width: 1012px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.product-list_inner ul li {
  width: 18%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .mens_product-inner .product-list_inner ul li:nth-child(1)::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 160px;
    /*画像の幅*/
    height: 24px;
    /*画像の高さ*/
    background-image: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/m_ninki1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -20px;
  }

  .mens_product-inner .product-list_inner ul li:nth-child(5)::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 160px;
    /*画像の幅*/
    height: 24px;
    /*画像の高さ*/
    background-image: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/m_niki2.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -20px;
  }

  .mens_product-inner .product-list_inner ul li:nth-child(7)::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 160px;
    /*画像の幅*/
    height: 24px;
    /*画像の高さ*/
    background-image: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/m_ninki3.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 3px;
    position: absolute;
    top: -20px;
  }

  .women_product-inner .product-list_inner ul li:nth-child(1)::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 160px;
    /*画像の幅*/
    height: 24px;
    /*画像の高さ*/
    background-image: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/l_ninki.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 3px;
    position: absolute;
    top: -20px;
  }
}

@media screen and (max-width: 768px) {
  .mens_product-inner .product-list_inner ul li:nth-child(1)::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 31px;
    /*画像の幅*/
    height: 23px;
    /*画像の高さ*/
    background-image: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/m_ninki1sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    left: 40%;
  }

  .mens_product-inner .product-list_inner ul li:nth-child(5)::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 31px;
    /*画像の幅*/
    height: 23px;
    /*画像の高さ*/
    background-image: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/m_ninki2sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    left: 40%;
  }

  .mens_product-inner .product-list_inner ul li:nth-child(7)::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 31px;
    /*画像の幅*/
    height: 23px;
    /*画像の高さ*/
    background-image: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/m_ninki3sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 3px;
    position: absolute;
    top: -20px;
    left: 40%;
  }

  .women_product-inner .product-list_inner ul li:nth-child(1)::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 31px;
    /*画像の幅*/
    height: 23px;
    /*画像の高さ*/
    background-image: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/m_ninki1sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 3px;
    position: absolute;
    top: -20px;
    left: 40%;
  }

  .product-list_inner ul li {
    width: 40%;
    padding: 10px;
    box-sizing: border-box;
  }
}

.product-list_inner ul li p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .product-list_inner ul li p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    margin-top: 10px;
  }
}

.product-list_inner ul li img {
  width: 100%;
  height: auto;
}

.case_size {
  display: block;
  margin-top: 30px;
}

.case_size p {
  color: #c9a245;
}

.case_size p span {
  color: #fff;
  background: #c9a245;
  padding: 3px 5px;
  margin-right: 10px;
}



#lifetime_item {
  background: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/isshoumono_bg.jpg) no-repeat,
    #000;
}

.Lifetime_item_wrap {
  width: 100%;
  padding: 100px 30px !important;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .Lifetime_item_wrap {
    width: 100%;
    background: #000 !important;
    padding: 60px 20px !important;
    box-sizing: border-box;
  }
}

.Lifetime_item_wrap .title_wrap h2 {
  color: #fff;
  line-height: 1.3;
}

.introductory_text img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .Lifetime_item_wrap .introductory_text {
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .Lifetime_item_wrap .introductory_text p {
    width: 50%;
    margin-right: 20px;
  }

  .Lifetime_item_wrap .introductory_text {
    padding: 0 20px;
  }

}


.Lifetime_item_wrap .introductory_text p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.Lifetime_item_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.Lifetime_item_inner h3 {
  margin: 50px auto;
  display: block;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .Lifetime_item_inner ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .Lifetime_item_inner ul li {
    max-width: 480px;
    width: 48%;
    padding: 50px;
    box-sizing: border-box;
    background: #383838;
    border: #a2802f solid 5px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .Lifetime_item_inner ul {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px;
  }

  .Lifetime_item_inner ul li {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #383838;
    border: #a2802f solid 5px;
    margin-bottom: 30px;
  }

}



.Lifetime_item_inner ul li img {
  width: 100%;
  height: auto;
}

.Lifetime_item_inner ul li h4 {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

.Lifetime_item_inner ul li span {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.Lifetime_item_inner ul li p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.Lifetime_item_btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.product-inner {
  width: 100%;
}

.mens_product-inner {
  background: #11263a;
}

.women_product-inner {
  background: #4b2222;
  padding-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .product-box {
    padding: 60px 0 60px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .product-box {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
}

.product-summary {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

.product-title {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
}

.product-price {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.product-image {
  width: 100%;
  height: auto;
  max-width: 350px;
  display: block;
  margin: 0 auto 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.product-description {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}

/* ------- 吹き出しエリア ------- */
.staff-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.staff-bubble {
  flex: 1;
  min-width: 260px;
  background: #f8f8f8;
  padding: 15px;
  border: 1px solid #ddd;
  position: relative;
}

.staff-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.staff-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.staff-name {
  font-size: 16px;
  font-weight: bold;
}

.staff-comment {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .staff-wrap {
    flex-direction: column;
  }
}

.product-box .product-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}


.product-box .product-btn img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {

  .product-box .product-btn img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .staff_recommended_fv {
    width: 100%;
    padding: 50px 0;
    background: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/staff_recommended_fv.jpg);
  }
}

@media screen and (max-width: 768px) {
  .xmas_wrap .staff_recommended {
    margin-bottom: 0;
  }

  .staff_recommended_fv {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/staff_recommended_fv.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
  }
}

.staff_recommended_fv img {
  margin: 0 auto;
  display: block;
}

.Pair_watch_head {
  padding: 50px 0;
  width: 100%;
  background: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/Pair_watch_fv_bg.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .Pair_watch_head {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    background: url(https://www.rasin.co.jp/contents/xmas-lp/img/2025/Pair_watch_fv_bg.jpg) no-repeat;
    background-size: cover;
  }
}

.Pair_watch_introductory_text {
  width: 100%;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  background: rgba(0, 0, 0, 0.4);
}

.Pair_watch_wrap {
  width: 100%;
  box-sizing: border-box;
  background: #4b2222 !important;
}

.Pair_watch_wrap ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {

  .Pair_watch_wrap ul {
    margin-top: 30px auto;
  }

  .Pair_watch_wrap ul li {
    max-width: 1000px;
    background: #fcf9e9;
    margin: 0 auto 30px;
    padding: 50px 20px;
    box-sizing: border-box;
  }

  .Pair_watch_wrap ul li a {
    max-width: 500px;
    height: auto;
    margin: 50px auto 0;
    display: block;
  }

  .Pair_watch_wrap ul li a img {
    width: 100%;
    height: auto;
  }

}

@media screen and (max-width: 768px) {
  .Pair_watch_wrap ul li {
    background: #fdf1db;
    margin: 0 auto 30px;
    padding: 50px 20px 0;
    box-sizing: border-box;
  }

  .Pair_watch_wrap img {
    width: 100%;
    height: auto;
  }
}

.Pair_watch_wrap ul li h3 {
  color: #4d4934;
  font-size: 23px;
  text-align: center;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  margin-bottom: 20px;
}

.Pair_watch_wrap ul li p {
  color: #4d4934;
  font-size: 16px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

@media screen and (min-width: 769px) {

  .Pair_watch_wrap ul li img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .Pair_watch_wrap ul {
    width: 100%;
    margin: 0 auto;
  }

  .Pair_watch_wrap ul li img {
    width: 100%;
    margin: 0 auto 30px;
  }

}

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

.xmas_wrapping_area {
  width: 100%;
  background: #e6f2f8 !important;
  padding-bottom: 50px !important;
}

.xmas_wrapping {
  max-width: 1012px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .xmas_wrapping_area {
    width: 100%;
    padding: 20px;
  }

  .xmas_wrapping img {
    width: 100%;
    height: auto;
  }
}

.xmas_wrapping_inner {
  width: 100%;
  max-width: 1012px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  align-items: center;
}

.xmas_wrapping_inner img {
  width: 50%;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .xmas_wrapping_inner {
    width: 100%;
    display: block;
    margin: 30px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .xmas_wrapping_inner img {
    width: 100%;
  }
}


.xmas_wrapping_inner p {
  font-size: 16px;
  line-height: 2;
}

.xmas_wrapping_btn {
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .xmas_wrapping_btn {
    padding: 0 20px;
  }
}