/* pristine_Christmas_sp */
@charset "utf-8";

.page-brand-site--mobile .p-lp {
  /* min-width: 1180px; */
  margin: 0 auto;
}


.page-brand-site--mobile .p-breadclumb-wrap {
  /* width: 1180px; */
  margin: 10px auto 20px;
  padding: 0 10px;
  font-size: 10px;
}

.page-brand-site--mobile .p-breadclumb {
  display: flex;
  align-items: center;
}

.page-brand-site--mobile ol {
  list-style: none;
}

.page-brand-site--mobile .p-breadclumb>li {
  font-size: 10px;
  line-height: 1.2;
  padding: 0;
}

.page-brand-site--mobile a:visited {
  color: black;
  text-decoration: none;
  outline: 0;
}

.page-brand-site--mobile .p-breadclumb>li+li::before {
  content: '>';
  display: inline-block;
  margin: 0 0.5em;
}

.page-brand-site--mobile .font {
  font-family: 'BIZ UDGothic', sans-serif;
}

.page-brand-site--mobile .font_1 {
  font-family: Poppins, Yu Gothic Medium, "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.page-brand-site--mobile .font_2 {
  font-family: "FOT-筑紫明朝 Pr6N M", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.page-brand-site--mobile img {
  width: 100%;
}

.page-brand-site--mobile li {
  list-style: none;
  /* padding-right: 2rem; */
}

.page-brand-site--mobile .main {
  display: flex;
  justify-content: space-around;
  margin-bottom: 5rem;
  /* height: 500px; */
  width: 100%;
}

.page-brand-site--mobile .main_2 {
  /* width: 1200px; */
  margin: 0 20px;
}

.page-brand-site--mobile .main_text_1 {
  width: 100%;
}

/* .main_text_1 img {
  border-top-right-radius: 50px;
} */

.page-brand-site--mobile .main_text_1 p {
  line-height: 2.4;
  font-weight: 500;
  margin: 3%;
  font-size: 1rem;

}

.page-brand-site--mobile .main_text_2 {
  width: 13%;
}

.page-brand-site--mobile .main_text_2 p {
  writing-mode: vertical-rl;
  /* margin: 60% 20% auto; */
  
  /* font-size: 2rem; */
  /* height: 75%; */
  /* height: 40%; */
  font-size: 1.8rem;
  position: absolute;
  right: 16%;
  top: 35%;
  font-weight: 500;
  color: white;
}

.page-brand-site--mobile .main_text_3 {
  margin: 0 20px 5rem;
  font-size: 16px;
  font-weight: 500;
}


.page-brand-site--mobile h2 {
  padding-left: 0 !important;
  /* color: gold; */
  font-weight: 500;
  font-size: 1.5em;
  font-family: "FOT-筑紫明朝 Pr6N M", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  /* background-color: #e5e3e3; */
  /* text-align: left; */
  padding: 10px 0;
  border-top: 0px solid #e5e3e3;
}

.page-brand-site--mobile .background {
  background-color: #e5e3e3;
  padding: 10%;
  margin-bottom: 2.5rem;
}

.page-brand-site--mobile .text {
  margin: 1rem 20px 0;

}

.page-brand-site--mobile .img_container {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.page-brand-site--mobile .details {
  width: 100%;
  margin: 0 0 4rem;
  padding: 0;
}

.page-brand-site--mobile .details:last-child {
  margin-bottom: 0;
}

.page-brand-site--mobile figure ul li {
  margin: 0;
  padding: 0;
}

.page-brand-site--mobile .image {
  margin: 0;
}

.page-brand-site--mobile dd {
  margin: 0;
  font-size: 1em;
}

.page-brand-site--mobile .text dt {
  border-bottom: 1px solid black;
  margin-bottom: .5rem;
  font-size: 1.3em;
  font-family: "FOT-筑紫明朝 Pr6N M", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.page-brand-site--mobile section {
  margin-bottom: 4rem;
}

.page-brand-site--mobile .gift {
  display: flex;
  flex-direction: column;
  /* max-width: 70%; */
  margin: 0 auto;
}

.page-brand-site--mobile .gift_box {
  /* width: 50%; */
  margin: 5% 5% 10%;
}


.page-brand-site--mobile .gift img {
  box-shadow: 11px 11px white;
  /* width: 50%; */
}

.page-brand-site--mobile .gift-title {
  /* padding-bottom: 2%; */
  font-size: 1.3em;
  border-bottom: 1px solid;
  margin-top: 5%;
}

.page-brand-site--mobile .gift-text {
  font-size: 1em;
  margin-top: 3%;
}

.page-brand-site--mobile .item_container {
  display: flex;
  /* margin: 0 auto; */
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-brand-site--mobile .item_box {
  width: 48%;
}

.page-brand-site--mobile .price {
  text-align: right;
  margin-bottom: 1.5rem;
}

.page-brand-site--mobile .name_item {
  margin-top: 0.5rem;
}

.page-brand-site--mobile .last_text {
  position: absolute;
  z-index: 1;
  font-size: 1em;
  font-weight: 500;
  background: rgba(250, 250, 250, 0.7);
  padding: 2rem;
  margin-top: 5rem;
  /* text-align: center; */
}

.page-brand-site--mobile .last_text_container img {
  position: relative;
  padding-top: 17%;
}


/* effect */

.page-brand-site--mobile .effect-fade {
  opacity: 0;
  transform: translateX(100px);
  transition: all 600ms;
}

.page-brand-site--mobile .effect-fade.effect-scroll {
  opacity: 1;
  transform: translateX(0);
}

.page-brand-site--mobile .effect-fade-second {
  opacity: 0;
  transition: all 1000ms;
}

.page-brand-site--mobile .effect-fade-second.effect-scroll {
  opacity: 1;
}

.page-brand-site--mobile .effect-fade-third {
  opacity: 0;
  transition: all 2000ms;
}

.page-brand-site--mobile .effect-fade-third.effect-scroll {
  opacity: 1;
}


/*追記 202411*/

.page-brand-site--mobile .main {
    margin-bottom: 3rem;
    margin-top: 1rem;
}
.page-brand-site--mobile .main_2 {
    margin: 0;
}
.page-brand-site--mobile dd {
    margin: 0;
    font-size: 14px;
}
.page-brand-site--mobile .text dt {
    font-size: 18px;
}
.page-brand-site--mobile h2 {
    padding-left: 0 !important;
    font-weight: 400;
    font-size: 2em;
    font-family: "fot-tsukumin-pr6n", "FOT-筑紫明朝 Pr6N M", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
    /* background-color: #e5e3e3; */
    text-align: center;
    padding: 10px 0 30px;
    border-top: 0px solid #e5e3e3;
    position: relative;
    margin-bottom: 0;
	margin-top: 100px;
    color: #466756;
}
.page-brand-site--mobile h2::after {
    content: url(https://image.avantijapan.co.jp/img/usr/lp/christmas2025/snow.png);
    position: absolute;
    bottom: -20px;
    left: -140px;
    right: 0;
    transform: scale(0.7);
    opacity: 0.6;
}
.page-brand-site--mobile h3 {
    padding-left: 0 !important;
    font-weight: 400;
    font-size: 4.5vw;
    font-family: "fot-tsukumin-pr6n", "FOT-筑紫明朝 Pr6N M", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
    /* background-color: #e5e3e3; */
    text-align: center;
    padding: 0;
    border-top: 0px solid #e5e3e3;
    background-color: #fff;
}
.page-brand-site--mobile image dd {
    margin: 20px 0 0;
    line-height: 1.8;
}
.page-brand-site--mobile .details {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
}
.page-brand-site--mobile .gift img {
    width: 100%;
    margin-bottom: 2%;
    box-shadow: none;
}
.page-brand-site--mobile .gift.full {
    display: block;
    max-width: 98%;
    margin: 0 auto;
    background-image: url(https://image.avantijapan.co.jp/img/usr/lp/christmas2025/snow2.png), url(https://image.avantijapan.co.jp/img/usr/lp/christmas2025/snow2.png);
    background-position: left 0px top 30%, right -5px bottom 0;
    background-size: 150px, 150px;
    background-repeat: no-repeat, no-repeat;
    background-color: rgb(255 255 255 / 0.6);
    padding: 20px 10px;
}
.page-brand-site--mobile .gift.full .full_img {
    position: relative;
}
.page-brand-site--mobile .gift.full .gift_box {
    width: 100%;
    max-width: 100%;
    padding: 0 1% 0;
    margin: 0;
}
.page-brand-site--mobile .gift.full .full_img img {
    width: 100%;
}
.page-brand-site--mobile .gift.full .full_img::after {
    content: "";
    position: absolute;
    display: block;
    width: 250px;
    height: 100px;
    background-image: url(https://image.avantijapan.co.jp/img/usr/lp/christmas2025/special.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -30px;
    left: -15px;
    transform: rotate(-14deg);
}
.page-brand-site--mobile .novelty_wrap .gift_box {
    width: 100%;
    padding: 0 5% 15%;
    color: #333;
    margin: 0;
}
.page-brand-site--mobile .gift_box {
    margin: 0 5% 15%;
}
.page-brand-site--mobile .gift_box_2 {
    padding-left: 0;
    margin: 0 5% 15%;
}
.page-brand-site--mobile .gift-text {
    font-size: 14px;
    padding-top: 5%;
    line-height: 1.8;
}
.page-brand-site--mobile .gift-title {
    font-weight: 400;
    font-size: 18px;
    padding: 2% 0;
    border-bottom: 1px solid;
    line-height: 1.8;
}
.page-brand-site--mobile .gift-title span {
    font-size: 18px;
}
.page-brand-site--mobile .gift_box small {
    font-size: 10px;
}
	.page-brand-site--mobile .gift_box .sub small {
    font-size: 13px;
}

.page-brand-site--mobile .lead {
    text-align: center;
    font-size: 1.2em;
    　font-family: "fot-tsukumin-pr6n", "FOT-筑紫明朝 Pr6N M", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
    margin-bottom: 8rem;
    line-height: 2;
}
.page-brand-site--mobile .novelty_wrap {
    background: #CCB99D;
    padding: 40px 0 40px;
    margin-bottom: 40px;
}
.page-brand-site--mobile .main_2 {
    width: 100%;
    max-width: 100%;
}
.page-brand-site--mobile .innner_wrap {
    width: 95%;
    margin: 0 auto 6rem;
}
.page-brand-site--mobile .novelty_wrap .innner_wrap {
    margin: 0 auto 2rem;
}
.page-brand-site--mobile .last_text {
    font-size: 14px;
    font-weight: 400;
    padding: 3rem;
    margin-top: 9rem;
    left: 5%;
    line-height: 1.8;
    width: 90%;
}
.page-brand-site--mobile .last_text_container.innner_wrap {
    margin: 0 auto 24rem;
}
.page-brand-site--mobile .last_text_container img {
    padding-top: 0;
}
	.page-brand-site--mobile .pagelink_btn.xmas{
		margin: 40px auto 0;
	}

.page-brand-site--mobile .pagelink_btn.xmas a {
    color: #FFFFFF;
    background: #56534D;
}
.page-brand-site--mobile a:link, .page-brand-site--mobile a:visited, .page-brand-site--mobile a:hover,
.page-brand-site--mobile a:active, .page-brand-site--mobile a:focus {
    text-decoration: none;
}
	.page-brand-site--mobile small{
		font-size: smaller;
	}
.page-brand-site--mobile #notice .gift-text {
    font-size: 14px;
    padding-top: 2%;
    list-style: disc;
    margin-left: 1rem;
    padding-left: -1rem;
}