@charset 'utf-8';
@font-face {
	font-family:  'TrajanPro-Bold';
	src: url('../../font/TrajanPro-Bold.woff') format('woff'),
	url('../../font/TrajanPro-Bold.ttf') format('truetype'),
	url('../../font/TrajanPro-Bold.otf') format("opentype"),
	url('../../font/TrajanPro-Bold.eot') format("embedded-opentype"),
	url('../../font/TrajanPro-Bold.svg') format('svg');
}

/* 全体 */
img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    }
.genpin_sale {
    text-align: center;
}
.genpin_sale p {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0.02rem;
}

.h2_bg {
    position: relative;
    margin: 80px auto 30px;
}
.h2_bg img {
    width: 95%;
	opacity: .8;
}
.genpin_sale h2 {
    font-family: "TrajanPro-Bold";
    color: #333;
    font-size: 2.8rem;
	font-weight: normal;
}
.h2_bg p {
    letter-spacing: 0.5rem;
    font-size: 15px !important;
    margin-top: 3px;
}
.h2_bg div {
    width: 100%;
    position: absolute;
    top: 15px;
}
.h2_under {
    margin: 50px auto 60px;
}
.h2_under p {
    font-size: 1.7rem;
    line-height: 1.8;
}

.genpin_sale h3 {
    padding: 30px 0;
    width: 100%;
    margin: 0 auto 80px;
    background-color: #F9F9F9;
    /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    font-weight: bold !important;
    letter-spacing: 0.05rem;
    color: #333;
    font-size: 2rem;
}
.tyuui {
    margin-top: 40px;
    text-align: center;
    display: inline-block;
}
.tyuui p {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}
.genpin_sale p.ten{
    padding-left: 1em;
    text-indent: -1em;
    padding: 0 0 0 10px;
    margin-bottom: 8px;
}
.goriyou{
	font-size: 1.7rem;
    line-height: 1.8;
    background-color: #F2F6F7;
    width: 50%;
    margin: 0 auto 40px;
    padding: 15px;
}

.btn_inner {
    display: flex;
    justify-content: center;
    margin: 40px auto 80px;
}
.btn_inner div {
    margin: 0 10px;
}
.btn_inner div img {
    width: 350px;
}

.flex_b_e {
    display: flex;
    flex-wrap: wrap;
    /* width: 1125px; */
    margin: 0px auto;
    justify-content: center;
}
.flex_b {
    display: flex;
    flex-wrap: wrap;
    /* width: 1125px; */
    margin: 30px auto;
    justify-content: center;
}
.jump {
	margin-top: -70px;
	padding-top: 70px;
	display: block;
}
.sale_rink {
    margin: 50px auto;
}
.sale_rink a {
    text-decoration: underline;
}
.sale_top_txt {
    margin:50px auto 120px;
    font-size:1.6rem;
    line-height:2;
    text-align: center;
}
.sale_info_txt{
    width: 800px;
    margin: 40px auto 10px;
    padding: 30px 38px;
    /* margin: 0em 274px 3em; */
    /* border-top: solid 1px #999; */
    /* border-bottom: solid 1px #999; */
    background-image: url(../img/221112_xmas_fair/pc_lead_bg_x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.sale_info_txt p{
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
    line-height:1.8;
    text-align: center;
}
.sale_top_span {
    font-weight: bold;
    font-size: 105%;
    display: block;
    /*margin-bottom: 20px;*/
    letter-spacing: 0.05rem;
}
.x_btn {
    margin: 20px auto 15px;
}
.x_btn img {
    width: 350px;
}

/* 指輪１グループ */
.flex_b_e .sale_img img {
    /* width: 230px; */
    width: 256px;
    margin: 0 auto;
}
.flex_b .sale_img img {
    /* width: 230px; */
    width: 256px;
    margin: 0 auto;
}
.sale_txt p {
    line-height: 1.6;
}
.sale_txt span {
    /*text-decoration: line-through;*/
    font-size: 100%;
}
.sale_txt span.fz90 {
    text-decoration: none;
    font-size: 85%;
}
.sale_inner {
    margin: 20px 25px 100px;
    text-align: center;
    position: relative;
    width: 375px;
}
.pea {
    font-size: 80%;
}


/* オンラインショップ */
.buy_btn {
    border: 1px solid #CCCCCC;
    width: 115px;
    margin: 12px auto;
    padding: 0.6rem;
    text-align: center;
}
.buy_btn p {
    font-size: 1.2rem !important;
}
.buy_btn a {
    text-decoration: none;
    color: #333333;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/* 矢印 */
.genpin_sale .arrow_btn {
    width: 5px;
    height: 5px;
    border: 0.7px solid;
    border-color: #333 #333 transparent transparent;
    transform: rotate(45deg);
    margin-left: 5px;
    margin-right: 2px;
}


/* ソールドアウト用 */
.mask-soldout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}
.mask-soldout .soldout {
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 60%;
}
.mask-soldout .soldout > p {
    font-size: 30px !important;
    /* font-weight: bold; */
    width: 100%;
    margin: 90px auto 0;
    text-align: center;
    color: #ff6666;
    transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    font-family:'TrajanPro-Bold';
}
