@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Shippori+Mincho+B1:wght@400;600;700&family=Zen+Maru+Gothic:wght@700&display=block');

#landing ol,#landing li { list-style: none!important; margin-left: 0!important;}

/* ??p?N???X */
.mt0 { margin-top: 0px !important;}
.mb0 { margin-bottom: 0px !important;}
.pt0 { padding-top: 0px !important;}
.pb0 { padding-bottom: 0px !important;}
.mt5 { margin-top: 5px !important;}
.mb5 { margin-bottom: 5px !important;}
.pt5 { padding-top: 5px !important;}
.pb5 { padding-bottom: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mb10 { margin-bottom: 10px !important;}
.pt10 { padding-top: 10px !important;}
.pb10 { padding-bottom: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mb15 { margin-bottom: 15px !important;}
.pt15 { padding-top: 15px !important;}
.pb15 { padding-bottom: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mb20 { margin-bottom: 20px !important;}
.pt20 { padding-top: 20px !important;}
.pb20 { padding-bottom: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mb25 { margin-bottom: 25px !important;}
.pt25 { padding-top: 25px !important;}
.pb25 { padding-bottom: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mb30 { margin-bottom: 30px !important;}
.pt30 { padding-top: 30px !important;}
.pb30 { padding-bottom: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mb35 { margin-bottom: 35px !important;}
.pt35 { padding-top: 35px !important;}
.pb35 { padding-bottom: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mb40 { margin-bottom: 40px !important;}
.pt40 { padding-top: 40px !important;}
.pb40 { padding-bottom: 40px !important;}

.marker { background-color: #ffff00;}

header , footer{
	max-width: 750px !important;
	margin: auto;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/
html {
	font-size: 32px;
	font-size: 4.3vw!important;
	font-size: clamp(12px,4.3vw,40px)!important;/*1rem 32px/width-750px*/
}

#gib_lp {
	--bra-color-beige:#dbc5b1;
	--bra-color-l_pink: #dfbbb9;
	--bra-color-black: #000;
	--bra-color-greige: #b0999b;
	--bra-color-r_pink: #cb8da7;
	--bra-color-navy: #415b75;
	--bra-color-espresso: #7d463c;
	--bra-color-khaki: #5c6554;
	--bra-color-plum: #743c64;
	--color-pink: #ec5f87;
	--color-rose: #e55f80;
	--color-d-red: #e92d5c;
	--font-base: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--font-allura: 'Allura', "YuMincho", "Yu Mincho", "MS PMincho", serif;
	--font-shippori: 'Shippori Mincho B1', "YuMincho", "Yu Mincho", "MS PMincho", serif;
	--font-zen_maru: 'Zen Maru Gothic', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	position: relative;
	width: auto;
	height: auto;
	background-color: white;
	font-weight: 700;
	overflow: hidden;
	text-align: center;
	font-family: var(--font-base);
	font-size: 1rem;
	color: #000;
}

* {
	box-sizing: border-box;
}

@media screen and (min-width:750px) {
    #gib_lp {
        font-size: 32px;
    }
}

img {
	vertical-align: middle!important;
}


#gib_lp h2 {
	font-size: 1.2rem;
	white-space: nowrap;
	font-weight: 700;
	margin-bottom: 0.62rem;
	line-height: 1.44;
	font-family: var(--font-shippori);
}
#gib_lp h2.heading.allura {
	line-height: 1;
	font-weight: 400;
	color: #333;
	font-size: 2.64rem;
	font-family: var(--font-allura);
}

#gib_lp h3 {
	font-size: 0.72rem;
	font-weight: 600;
	margin-bottom: 1rem;
	line-height: 1.3;
	text-align: center;
}
#gib_lp h3.tit {
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.4;
	font-family: var(--font-shippori);
}

#gib_lp p {
	font-size: 0.78rem;
	margin-bottom: 0.4rem;
	line-height: 1.24;
	letter-spacing: 0.04em;
}

#gib_lp img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align:top;
}


/***  design css   ***/
#gib_lp .contents_wrapper {
	position: relative;
	width: 83.4vw;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#gib_lp .flex_base {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#gib_lp .color_pink {
	color: var(--color-pink);
}
#gib_lp .color_rose {
	color: var(--color-rose);
}

#gib_lp .attention_text {
	font-size: 0.56rem;
	text-align: left;
	font-weight: 700;
	letter-spacing: -0.02em;
	font-family: var(--font-base);
}

#gib_lp .emphasis_text_pink {
	position: relative;
	display: inline-block;
	font-size: 1.06em;
	background: linear-gradient( transparent 0%, transparent 64.6%, rgba(243,176,186,0.5) 64.6%,rgba(243,176,186,0.5) 88%,transparent 88%,transparent 100%);
}


/* ---   fv   --- */
#gib_lp #fv {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#gib_lp #fv .fv_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#gib_lp #fv .fv_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top right;
}

#gib_lp #fv .contents_wrapper {
	position: relative;
	width: 95.4vw;
	font-family: var(--font-shippori);
}

#gib_lp #fv {
	width: 100%;
	text-align: center;
}
#gib_lp #fv .logo {
	padding-top: 1.82rem;
	width: 43.6vw;
	margin-bottom: 2.76rem;
	margin-left: 1.4rem;
}
#gib_lp #fv h1 {
	width: 57.74vw;
	margin-bottom: 0.62rem;
	line-height: 1;
}

#gib_lp #fv .deco {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	margin-bottom: 0.69rem;
}
#gib_lp #fv .deco img {
	width: 34.2vw;
}
#gib_lp #fv .deco img:nth-of-type(2) {
	position: relative;
	left: -8.28vw;
}

#gib_lp #fv .text {
	text-align: center;
}
#gib_lp #fv .text img {
	width: 39.6vw;
	line-height: 1;
}

#gib_lp #fv  .img_box {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
}

#gib_lp #fv .attention {
	width: 93.8%;
	font-size: 0.5224rem;
	line-height: 1.32;
	text-align: left;
	font-family: var(--font-base);
	margin: 0 auto;
	padding-bottom: 0.76rem;
}


/* ---   offer   --- */
/* - オファー内の購入ボタン調整 - */
#gib_lp .cp_ofr {
	padding: 2.8125rem 0 2.8125rem;
	background-color: rgb(255, 229, 228);
}

#gib_lp .cp_ofr .cp_attention {
	margin: -2.8125rem auto 2.8125rem;
}

#gib_lp .cp_ofr .contents_box {
	width:100%;
	height: auto;
	padding: 0.73rem 0.719rem 0.04rem;
	box-sizing: border-box;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	white-space: nowrap;
	font-family: var(--font-zen_maru);
	font-weight: 700;
	border-radius: 2px;
}

#gib_lp .cp_ofr .contents_box>.flex_base {
	position: relative;
	align-items: center;
	justify-content: space-between;
	margin: 0 1.33vw;
}

#gib_lp .cp_ofr .products_boxttl {
	width: 96%;
	margin: 0.75rem auto 0;
}

#gib_lp .cp_ofr .products_boxttl .big {
	color:#e42d5c;
	font-size: 1.25rem;
}

#gib_lp .cp_ofr .products_boxttl .normal {
	color:#e42d5c;
	font-size: 0.72rem;
}


#gib_lp .cp_ofr .products_box {
	width: 100%;
	display: flex;
	margin: 1.05rem 0 1.05rem;
}
#gib_lp .cp_ofr .products_box figure {
	margin: 0;
}
#gib_lp .cp_ofr .products_box figure:last-of-type {
	margin-bottom: 0;
}
#gib_lp .cp_ofr .products_box figure figcaption {
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1;
}

#gib_lp .cp_ofr .color_box {
	width: 46.7%;
	padding-bottom: 1.24rem;
	background-color: #fcf4f6;
	border-radius: .31rem;
}
#gib_lp .cp_ofr .color_box .color_text {
	margin-bottom: 20px;
}
#gib_lp .cp_ofr .color_list {
	position: relative;
	width: 89.6%;
	margin: 0 auto;
}
#gib_lp .cp_ofr .color_list:not(:last-of-type)::before {
	position: absolute;
	left: 50%;
	bottom: -4.25vw;
	width: 2.93vw;
	height: 2.93vw;
	margin-left: -1.7vw;
	background: url(../img/design/cp_multiply2-sp.png) no-repeat center/100%;
	content: '';
}
#gib_lp .cp_ofr .color_list:nth-of-type(n+2) {
	margin-top: 1.14rem;
}
#gib_lp .cp_ofr .color_list .flex_base {
	padding-right: 0.1rem;
	margin-bottom: 0.28rem;
}
#gib_lp .cp_ofr .color_list li {
	--color: var(--color-d-red);
	--size: 1.25rem;
	position: relative;
	width: var(--size);
	height: var(--size);
	background: var(--color);
	border-radius: var(--size);
	margin: 0;
	line-height: 1;
}
#gib_lp .cp_ofr .color_list li:not(:last-of-type)::before {
	position: absolute;
	left: 6.75vw;
	top: 50%;
	width: 1.73vw;
	height: 1.6vw;
	margin-top: -.8vw;
	background: url(../img/design/cp_multiply1-sp.png) no-repeat center/100%;
	content: '';
}
#gib_lp .cp_ofr .color_list li.c_beige {
	--color: var(--bra-color-beige);
}
#gib_lp .cp_ofr .color_list li.c_l_pink {
	--color: var(--bra-color-l_pink);
}
#gib_lp .cp_ofr .color_list li.c_black {
	--color: var(--bra-color-black);
}
#gib_lp .cp_ofr .color_list li.c_greige {
	--color: var(--bra-color-greige);
}
#gib_lp .cp_ofr .color_list li.c_r_pink {
	--color: var(--bra-color-r_pink);
}
#gib_lp .cp_ofr .color_list li.c_navy {
	--color: var(--bra-color-navy)
}
#gib_lp .cp_ofr .color_list li.c_espresso {
	--color: var(--bra-color-espresso)
}
#gib_lp .cp_ofr .color_list li.c_khaki {
	--color: var(--bra-color-khaki)
}
#gib_lp .cp_ofr .color_list li.c_plum {
	--color: var(--bra-color-plum)
}

#gib_lp .cp_ofr .color_list .type {
	margin-top: 0.8rem;
	color: #888;
	font-size: 0.68rem;
	line-height: 1.22;
	font-weight: 800;
	text-align: left;
}

#gib_lp .cp_ofr .text_box {
	text-align: left;
	font-weight: 700;
}
#gib_lp .cp_ofr .text_box .label1 {
	margin-top: 0.56rem;
	margin-bottom: 0.62rem;
}
#gib_lp .cp_ofr .text_box .text1 {
	margin: 0 1.52rem 1.40625rem;
}
#gib_lp .cp_ofr .text_box .price {
	width: 92.2%;
	margin-bottom: 0.75rem;
	margin-left: 0.44rem;
}
#gib_lp .cp_ofr .text_box .label2 {
	margin-bottom: 0.782rem;
	margin-left: 0.14rem;
}
#gib_lp .cp_ofr .text_box .text2 {
	width: 70%;
	margin-bottom:0.32rem;
	margin-left: 0.32rem;
}
#gib_lp .cp_ofr .text_box .cp_ofr_button {
	width: 90%;
    position: relative;
    left: 0.9rem;
    padding-bottom: 1.75rem;
}

#gib_lp .cp_ofr .attention_text {
	margin: 0 auto;
	margin-top: 1.28em;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0;
}


/***   movie   ***/
#movie_gib {
	position: relative;
	background-color: rgba(224,95,128,0.2);
	z-index: 10;
	padding-top: 9.6vw;
	padding-bottom: 11.4vw;
}
#movie_gib .contents_wrapper_ {
	width: 87.8vw;
	position: relative;
}

#movie_gib h2 {
	margin-bottom: 0.86rem;
}
#movie_gib .youtube_box {
	width: 96%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}
#movie_gib iframe {
	width: 80vw;
	height:80vw;
}


/* ---   extend   --- */
#gib_lp .extend {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 2.22rem;
	background-image: url(../img/design/extend_bg-sp@2x.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: var(--font-shippori);
	text-align: center;
}

#gib_lp .extend p {
	text-align: center;
	line-height: 1;
}

#gib_lp .extend.how .sub {
	position: relative;
	font-size: 1.092rem;
	line-height: 1.36;
	color: #fff;
	background: var(--color-rose);
	height: 14.92vw;
	margin-bottom: 17.6vw;
}
#gib_lp .extend.how .sub::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	border-top: 10.92vw solid var(--color-rose);
	border-right: clamp(50px,50vw,1000px) solid transparent;
	border-left: clamp(50px,50vw,1000px)solid transparent;
}
#gib_lp .extend.how .sub span {
	position: relative;
	top: 5.66vw;
	z-index: 10;
}

#gib_lp .extend.so .sub {
	padding: 9.22vw 0 7.2vw;
	font-size: 1.14rem;
	letter-spacing: 0.02em;
	line-height: 1.52;
	font-family: var(--font-shippori);
}
#gib_lp .extend.so .sub .adjust {
	padding: 0 0.28rem;
}

#gib_lp .extend .text {
	font-size: 1.082rem;
	margin-bottom:1.04rem;
}

#gib_lp .extend .heading{
	position: relative;
	width: 74.2vw;
	color: #80803f;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13.3vw;
}
#gib_lp .extend .heading .abs_img {
	position: absolute;
	top: -0.32rem;
	right: -0.686rem;
	transform: translateY(-100%);
	width: 6.14rem;
}
#gib_lp .extend .label {
	font-size: 1rem;
	margin-right: auto;
	margin-left: auto;
	width: 90vw;
	height: 12.1vw;
	padding-top: 0.56rem;
	line-height: 1;
	color: #fff;
	background-image: url(../img/design/label_design-sp@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#gib_lp .extend .label span {
	padding-left: 0.32rem;
}
#gib_lp .extend .attention_text {
	margin-top: -0.54rem;
	font-family: var(--font-base);
	font-weight: 700;
}

/* ---   worry   --- */
#gib_lp .worry {
	background: rgba(246, 194, 228, 0.2);
}

#gib_lp .worry .heading {
	color: #603813;
	margin-bottom: 0;
}

#gib_lp .worry .img_box {
	width: 100%;
}
#gib_lp .worry .contents_wrapper {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 104.4vw;
	padding: 8.8vw 0 11.2vw;
}
#gib_lp .worry .illust {
	position: absolute;
	bottom: -11.2vw;
	right: 0;
	width: 36.6vw;
}


/* ---   comfy   --- */
#gib_lp .comfy {
	padding: 15.6vw 0 7.6vw;
}

#gib_lp .comfy .heading {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 1.082rem;
	margin-bottom: 2rem;
	color: var(--color-rose);
}
#gib_lp .comfy .heading .adjust {
	padding: 0 0.28em;
}
#gib_lp .comfy .heading::before,#gib_lp .comfy .heading::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9.94vw;
	height: 16.7vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/design/comfy_tit_design_left-sp@2x.png);
}
#gib_lp .comfy .heading::before {
	left: -1.32rem;
}
#gib_lp .comfy .heading::after {
	right: -1.32rem;
	transform: translateY(-50%) rotateY(180deg);
}

#gib_lp .comfy .contents_bust_line .img_box {
	width: 82.8%;
	margin-right: auto;
	margin-left: auto;
}
#gib_lp .comfy .contents_bust_line .text {
	font-size: 0.946rem;
	text-align: center;
	font-family: var(--font-zen_maru);
	margin-top: 1.6rem;
	margin-bottom: 2.8rem;
	white-space: nowrap
}
#gib_lp .comfy .contents_bust_line .attention_text {
	text-align: left;
	margin-top: 1.28em;
	font-weight: 700;
	font-size: 0.62rem;
}

#gib_lp .comfy .contents_comfy {
	position: relative;
}
#gib_lp .comfy .contents_comfy .img_box {
	position: relative;
	width: 58.2vw;
	left: -2.2rem;
	margin-bottom: 2.64rem;
}
#gib_lp .comfy .contents_comfy .img_box .huki {
	--size: 26.62vw;
	position: absolute;
	top: -1rem;
	right: -4.54rem;
	width: var(--size);
	height: var(--size);
	border-radius: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: var(--color-rose);
	font-family: var(--font-zen_maru);
}

#gib_lp .comfy .contents_comfy .img_box .huki>span {
	display: block;
	line-height: 1;
	letter-spacing: 0.056em;
	font-size: 0.96rem;
	color: #fff;
}
#gib_lp .comfy .contents_comfy .img_box .huki>span:nth-of-type(1) {
	font-size: 0.982rem;
	margin-top: 0.362rem;
	margin-bottom: -0.16rem;
}
#gib_lp .comfy .contents_comfy .img_box .huki>span:nth-of-type(2) {
	font-size: 1.8rem;
	padding-left: 0.18rem;
}
#gib_lp .comfy .contents_comfy .img_box .huki>span:nth-of-type(2) span{
	font-size: 0.982rem;
	padding-left: 0.2rem;
}
#gib_lp .comfy .contents_comfy .img_box .huki>span:nth-of-type(3) {
	position: relative;
	font-size: 1.32rem;
}
#gib_lp .comfy .contents_comfy .img_box .huki>span:nth-of-type(3)::after {
	content: "※";
	position: absolute;
	top: 0.18rem;
	right: -0.73rem;
	font-size: 0.5rem;
	transform: scale(0.86);
	font-weight: 700;
}

#gib_lp .comfy .contents_comfy .text_box {
	position: absolute;
	bottom: 0.64rem;
	right: -0.4rem;
}
#gib_lp .comfy .contents_comfy .text_box .text {
	font-size: 0.766rem;
	line-height: 1.6;
	font-family: var(--font-zen_maru);
	text-align: left;
	letter-spacing: 0.04em;
}
#gib_lp .comfy .contents_comfy .text_box .text .big{
	font-size: 1.44em;
	margin-bottom: 0.2rem;
	letter-spacing: 0.08em;
}
#gib_lp .comfy .contents_comfy .attention_text {
	text-align: right;
}

/* ---   best   --- */
#gib_lp .best {
	padding-bottom: 2.4rem;
    background: #fbe4d3;
	background: linear-gradient(90deg, #fbe4d3 0%, #faf1e3 84%, #fbe4d3 100%);
}
#gib_lp .best .contents_wrapper {
	width: 92vw;
}

/*   collabo   */
#gib_lp .collabo {
	text-align: center;
	padding: 1.28rem 0 1rem;
	background: url(../img/design/collabo_bg-sp.png);
}
#gib_lp .collabo .heading {
	margin-bottom: 0.4rem;
}
#gib_lp .collabo .text {
	text-align: center;
	margin: 0;
	color: var(--color-pink);
	font-family: var(--font-shippori);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: -0.06em;
}

/*   best   */
#gib_lp .best .tit {
	position: relative;
	padding: 1.4rem 0;
	margin: 1rem auto 1.4rem;
	display: block;
	text-align: center;
	line-height: 1.4;
	color: var(--color-pink);
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 700;
}
#gib_lp .best .tit::before,#gib_lp .best .tit::after {
	--size: 1.54rem;
	content: "";
	position: absolute;
	display: block;
	width: var(--size);
	height: var(--size);
	background-image: url(../img/design/best_tit_design-sp.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#gib_lp .best .tit::before {
	left: 0;
	top: 0;
	transform: rotate(180deg);
}
#gib_lp .best .tit::after {
	bottom: 0;
	right: 0;
}

#gib_lp .best .attention_text {
	color: #705632;
	font-weight: 400;
	line-height: 1.44;
	text-align: left;
	margin-top: 0.44rem;
}


/* ---   good_voice   --- */
#gib_lp .good_voice {
	position: relative;
	padding: 2.52rem 0 1.82rem;
}
#gib_lp .good_voice h2.heading{
	margin-bottom: 1.2rem;
	color: var(--color-rose);
}

#gib_lp .good_voice .box {
	position: relative;
	width: 100%;
	height: 64vw;
	padding: 9.8vw 9.2vw;
	padding-right: 12.2vw;
	text-align: left;
	background-image: url(../img/design/good_voice_box-sp@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#gib_lp .good_voice h3.tit{
	margin-bottom: 0.44rem;
	font-size: 1.2rem;
	font-family: var(--font-shippori);
	font-weight: 700;
	text-align: left;
}
#gib_lp .good_voice .emphasis_text_pink {
	background: -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(58.4%, transparent), color-stop(58.4%, rgba(243,176,186,0.5)),color-stop(92.2%, rgba(243,176,186,0.5)),color-stop(92.2%, transparent),to(transparent));
	background: linear-gradient( transparent 0%, transparent 58.4%, rgba(243,176,186,0.5) 58.4%,rgba(243,176,186,0.5) 92.2%,transparent 92.2%,transparent 100%);
}
#gib_lp .good_voice .text {
	font-size: 0.74rem;
}
#gib_lp .good_voice .text span {
	display: block;
	margin: 0;
	width: 100%;
	height: 1.4rem;
	padding: 0.32rem 0.14rem;
	border-top: 0.2px solid #808080;
	white-space: nowrap;
}
#gib_lp .good_voice .age {
	position: relative;
	top: -1.34rem;
	padding-right: 0.32rem;
	font-size: 0.74rem;
	text-align: right;
}

#gib_lp .good_voice .attention_text {
	padding-left: 0.8rem;
	text-align: left;
}

/* ---   points   --- */
#gib_lp .points {
	position: relative;
	padding: 2.8rem 0 2.2rem;
    background: #fbe4d3;
    background: linear-gradient(90deg, #fbe4d3 0%, #faf1e3 50%, #fbe4d3 100%);
	white-space: nowrap;
	color: #333;
}
#gib_lp .points::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
    background-image: url(../img/design/points_bg-sp.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 26.9%;
}

#gib_lp .points .contents_wrapper {
	width: 86.4vw;
}
#gib_lp .points .point_box:not(:last-of-type) {
	margin-bottom: 3rem;
}
#gib_lp .points .point_box {
	position: relative;
    box-shadow: 0px 0.52rem 0.5rem 0.75px rgb(165 140 122 / 16%);
}
#gib_lp .points .point_box::before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.2rem solid #c21500;
    border-image: linear-gradient(to right, #c7ad7e 0%, #e5cda1 25%, #f0ddba 70%, #c7ad7e 100%);
    border-image-slice: 1;
    top: 0.6rem;
    left: 0.6em;
    box-sizing: border-box;
	box-shadow: 0px 0.32rem 0.5rem 0.75px rgb(165 140 122 / 20%);
}
#gib_lp .points .point_box .wrapper {
	position: relative;
	background: #fff;
	padding: 0;
	z-index: 2;
}
#gib_lp .points .point_box .inner {
	width: 100%;
	padding: 1rem 1.2rem;
	box-sizing: border-box;
}

#gib_lp .points .point_box .num {
	padding: 0;
    text-align: center;
    background-image: -moz-linear-gradient(0deg, #c7ad7e 0%, #dec89f 41%, #f5e2bf 55%, #c7ad7e 100%);
    background-image: -webkit-linear-gradient(0deg, #c7ad7e 0%, #dec89f 41%, #f5e2bf 55%, #c7ad7e 100%);
    background-image: -ms-linear-gradient(0deg, #c7ad7e 0%, #dec89f 41%, #f5e2bf 55%, #c7ad7e 100%);
}
#gib_lp .points .point_box .tit {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 1rem 0;
	font-size: 0.98rem;
	letter-spacing: 0;
	font-family: var(--font-shippori);
	font-weight: 700;
}
#gib_lp .points .point_box .tit::before,#gib_lp .points .point_box .tit::after {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	background-image: url(../img/design/points_tit_design-sp.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#gib_lp .points .point_box .tit::before {
	top: 0;
	left: -1.22rem;
}
#gib_lp .points .point_box .tit::after {
	bottom: 0;
	right: -1.22rem;
	transform: rotate(180deg);
}

#gib_lp .points .point_box p {
	text-align: center;
	font-family: var(--font-base);
	line-height: 1.46;
	letter-spacing: 0;
	font-size: 0.662rem;
	line-height: 1.8;
	font-weight: 400;
}

#gib_lp .points .point_box h4 {
    margin-bottom: 0.42rem;
	color: #ec5f87;
    font-family: "?q???M?m???? ProN W3", "Hiragino Mincho ProN","??????", YuMincho, "Yu Mincho", serif;
    font-size: 0.8rem;
	line-height: 1.6;
    font-weight: bold;
	letter-spacing: -0.01em;
	font-feature-settings: "palt";
}

#gib_lp .points .point_box p.attention_text {
	margin-top: 0.244rem;
	font-size: 0.52rem;
	color: #838383;
	text-align: center;
}

#gib_lp .points .point_box .img_box .huki_abs {
	position: absolute;
	top: -0.76rem;
	right: -1.4rem;
	display: flex;
}
#gib_lp .points .point_box .img_box .huki_abs img {
	width: 15.4vw;
	margin-left: 0.32rem;
}


/*point1*/
#gib_lp .points .point_box:nth-of-type(1) .img_box {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0.68rem;
}
#gib_lp .points .point_box:nth-of-type(1) .img_box p {
	letter-spacing: 0;
}
#gib_lp .points .point_box:nth-of-type(1) .block:nth-of-type(1) {
	margin-bottom: 1.8rem;
}
#gib_lp .points .point_box:nth-of-type(1) .block:nth-of-type(2) {
	padding-top: 2rem;
	border-top: 1px solid #c7ad7e;
}

#gib_lp .points .point_box:nth-of-type(1) .contents_box:nth-of-type(2) .img_box {
	margin-top: 1.92rem;
}


/*point2*/
#gib_lp .points .point_box:nth-of-type(2) .contents_block {
	align-items: flex-start;
	margin-top: 1.28rem;
}
#gib_lp .points .point_box:nth-of-type(2) .img_box{
	position: relative;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.73rem;
}

#gib_lp .points .point_box:nth-of-type(2) .text_box {
	width: 100%;
}

/*point3*/
#gib_lp .points .point_box:nth-of-type(3) .tit {
	margin-bottom: 1rem;
}
#gib_lp .points .point_box:nth-of-type(3) .contents_block:first-of-type>div {
	width: 86%;
	margin-right: auto;
	margin-left: auto;
}

#gib_lp .points .point_box:nth-of-type(3) .contents_block:first-of-type .text_box {
	margin-top: 0.28rem;
	margin-bottom: 0.92rem;
}
#gib_lp .points .point_box:nth-of-type(3) .contents_block:first-of-type .text_box p {
	margin-top: 0.32rem;
}

#gib_lp .points .point_box:nth-of-type(3) .contents_block:nth-of-type(2) .flex_base {
	width: 100%;
	margin-bottom: 1.22rem;
}
#gib_lp .points .point_box:nth-of-type(3) .contents_block:nth-of-type(2) .flex_base > img {
	width: 46%;
}

/*point4*/
#gib_lp .points .point_box:nth-of-type(4) .text {
	text-align: center;
	margin: 0.92rem 0 1.2rem;
}
#gib_lp .points .point_box:nth-of-type(4) .img_block {
	position: relative;
	padding: 0.28rem;
	margin-bottom: 0.82rem;
	background: var(--color-pink);
	box-shadow: 0px 0.32rem 0.5rem 0.75px rgb(165 140 122 / 20%);
	z-index: 10;
}
#gib_lp .points .point_box:nth-of-type(4) .img_block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #c7ad7e;
	z-index: 1;
}
#gib_lp .points .point_box:nth-of-type(4) .img_block .box_inner {
	position: relative;
	padding: 0.4rem 0.44rem;
	background: #fff;
	z-index: 10;
}
#gib_lp .points .point_box:nth-of-type(4) .img_block .img_box:first-of-type {
	position: relative;
}


/* ---   detail   --- */
#gib_lp .detail {
	padding: 2.4rem 0 0.56rem;
	background-image: -moz-linear-gradient(76deg, #fedad8 0%, #feeceb 73%, #fef5f4 100%);
    background-image: -webkit-linear-gradient(76deg, #fedad8 0%, #feeceb 73%, #fef5f4 100%);
    background-image: -ms-linear-gradient(76deg, #fedad8 0%, #feeceb 73%, #fef5f4 100%);
	color: #333;
}

#gib_lp .detail .heading {
	font-family: var(--font-allura);
	margin: auto;
}

#gib_lp .detail .tit {
	position: relative;
	display: inline-block;
	padding: 1rem 0;
	font-size: 1rem;
	margin: auto;
	margin: 0.92rem auto 0;
}
#gib_lp .detail .tit::before,#gib_lp .detail .tit::after {
    content: "";
    position: absolute;
    width: 1.24rem;
    height: 1.24rem;
    background-image: url(../img/design/detail_tit_design-sp.png);
    background-repeat: no-repeat;
    background-size: auto;
}
#gib_lp .detail .tit::before {
	top: 0;
	left: -2.44rem;
}
#gib_lp .detail .tit::after {
	bottom: 0;
	right: -2.44rem;
	transform: rotate(180deg);
}

#gib_lp .detail .contents_wrapper {
	width: 98.28vw;
}

#gib_lp .detail .img_box {
	margin: auto;
}
#gib_lp .detail .img_box img {
	width: 100%;
}

#gib_lp .detail .img_row {
	width: 84.4%;
	margin-right: auto;
	margin-left: auto;
	flex-wrap: wrap;
	align-items: flex-start;
}
#gib_lp .detail .img_row > div {
	position: relative;
	width: 46.2%;
	margin-top: 0.44rem;
	margin-bottom: 1.62rem;
}
#gib_lp .detail .img_row > div img {
	box-shadow: 0px 10px 10px 0px rgb(200 165 154 / 30%);
}
#gib_lp .detail .img_row p {
	margin-top: 0.62em;
	margin-bottom: 0;
	font-family: var(--font-shippori);
	line-height: 1.4;
	letter-spacing: -0.02em;
	font-size: 0.682rem;
	font-weight: 700;
	white-space: nowrap;
	text-align: center;
	color: #333;
	font-weight: 600;
}
#gib_lp .detail .img_row > div::before {
	--size: 9.6vw;
	content: "";
	position: absolute;
	top: -1rem;
	left: -0.4rem;
	width: var(--size);
	height: var(--size);
	filter: drop-shadow(8px 8px 5px rgba(200, 165, 154, 0.3));
	background-repeat: no-repeat;
	background-size: contain;
}

#gib_lp .detail .img_row > div.img1::before {
	background-image: url(../img/detail_img_num1-sp.png);
}
#gib_lp .detail .img_row > div.img2::before {
	background-image: url(../img/detail_img_num2-sp.png);
}
#gib_lp .detail .img_row > div.img3::before {
	background-image: url(../img/detail_img_num3-sp.png);
}
#gib_lp .detail .img_row > div.img4::before {
	background-image: url(../img/detail_img_num4-sp.png);
}
#gib_lp .detail .img_row > div.img5::before {
	background-image: url(../img/detail_img_num5-sp.png);
}


/* ---   scene   --- */
#gib_lp .scene {
	padding: 2.62rem 0 3.4rem;
	background-image: url(../img/design/scene_bg-sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	color: #333;
}

#gib_lp .scene .contents_wrapper {
	width: 86vw;
}

#gib_lp .scene .heading {
	margin: auto;
}
#gib_lp .scene .text {
	margin: 0.6rem 0 2.24rem;
	text-align: center;
	font-family: var(--font-shippori);
	font-weight: 700;
	font-size: 1.162rem;
	line-height: 1;
}
#gib_lp .scene .contents_block {
	flex-wrap: wrap;
}
#gib_lp .scene .contents_block .box {
	position: relative;
	width: 45.62%;
}
#gib_lp .scene .contents_block .box:nth-of-type(-n+2) {
	margin-bottom: 2.182rem;
}
#gib_lp .scene .contents_block .label {
	position: absolute;
	top: -0.414rem;
	left: -0.44rem;
	width: 16.2vw;
	height: 5.4vw;
	background: -moz-linear-gradient(-36deg, #c7ad7e 0%, #dec89f 49%, #f5e2bf 100%);
    background: -webkit-linear-gradient(-36deg, #c7ad7e 0%, #dec89f 49%, #f5e2bf 100%);
    background: -ms-linear-gradient(-36deg, #c7ad7e 0%, #dec89f 49%, #f5e2bf 100%);
	box-shadow: 0px 15px 14.25px 0.75px rgb(165 140 122 / 16%);
	color: #7e5b1b;
	line-height: 5.4vw;
	text-align: center;
	font-family: var(--font-shippori);
	font-weight: 600;
	font-size: 0.68rem;
	z-index: 3;
}
#gib_lp .scene .contents_block .box img {
	position: relative;
	z-index: 2;
	box-shadow: 0px 0.62rem 0.66rem 0px rgb(152 141 120 / 30%);
}
#gib_lp .scene .contents_block .box::after {
	content: "";
	position: absolute;
	top: 0.362rem;
    left: 0.362rem;
	width: 100%;
	height: 100%;
	border: 0.12rem solid #a38a5e;
    border-image: linear-gradient(to right, #c7ad7e 0%, #e5cda1 25%, #f0ddba 70%, #c7ad7e 100%);
    border-image-slice: 1;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: 0px 0.44rem 0.4rem 0.75px rgb(165 140 122 / 16%);
}


/* ---   user_voice   --- */
#gib_lp .user_voice {
	padding: 3.2rem 0 2.82rem;
	background-image: -moz-linear-gradient(90deg, #fedad8 0%, #feeceb 73%, #fef5f4 100%);
    background-image: -webkit-linear-gradient(90deg, #fedad8 0%, #feeceb 73%, #fef5f4 100%);
    background-image: -ms-linear-gradient(90deg, #fedad8 0%, #feeceb 73%, #fef5f4 100%);
	color: #333;
}
#gib_lp .user_voice .heading {
	margin: auto;
}
#gib_lp .user_voice .contents_wrapper {
	width: 88.6vw;
}
#gib_lp .user_voice h3.text {
	margin: 1.04rem 0 2.14rem;
	text-align: center;
	font-size:1.04rem;
	font-weight: 700;
	font-family: var(--font-shippori);
	line-height: 1.5;
}

#gib_lp .user_voice .question_box {
	position: relative;
	width: 100%;
	background-image: url(../img/design/user_voice_box_bg-sp.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
	border: 0.18rem solid #fad4da;
	box-shadow: 0px 0.6rem 1.2rem 2.5px rgb(208 93 126 / 8%);
	padding: 1rem 0 0.14rem;
}

#gib_lp .user_voice .question_box ul {
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

#gib_lp .user_voice .question_box li {
	position: relative;
	width: 49.6%;
	background-size: contain;
	background-repeat: no-repeat;
}
#gib_lp .user_voice .question_box li:last-of-type {
	width: 100%;
}

#gib_lp .user_voice .question_box .attention_text {
	text-align: center;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.74rem;
}


/* ---   size   --- */
#gib_lp .size {
	padding: 2.2rem 0 0.76rem;
}
#gib_lp .size .contents_wrapper {
	width: 99.28vw;
}
#gib_lp .size .heading {
	margin: auto;
	color: var(--color-rose)!important;
	font-weight: 400;
}
#gib_lp .size img {
	margin-bottom: 0.82rem;
}
#gib_lp .size .text {
	margin-top: 1rem;
	margin-bottom: 1.14rem;
	line-height: 1.2;
	text-align: center;
	font-size: 0.86rem;
	font-family: var(--font-shippori);
	font-weight: 700;
}
#gib_lp .size .text > span {
	padding: 0 0.2rem;
}
#gib_lp .size .text:nth-of-type(2) {
	margin-top: 0.76rem;
	margin-bottom: -0.044rem;
}


/* ---   how_to_use   --- */
#gib_lp .how_to_use {
	padding: 2.2rem 0 1.86rem;
	color: #333;
	text-align: center;
	background: #e4f5fc url("../img/design/how_to_use_bg-sp.png") repeat-y center top;
	background-size: contain;
}

#gib_lp .how_to_use .contents_wrapper {
	width: 91.4vw;
}

#gib_lp .how_to_use .heading {
	width: 88.6%;
	margin: auto;
	line-height: 1;
	margin-bottom: 0;
}

#gib_lp .how_to_use .lead {
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 0.01em;
	font-weight: 400;
	margin: 0.86rem auto 1rem;
}

#gib_lp .how_to_use .contents_block {
	align-items: flex-start;
}
#gib_lp .how_to_use .contents_block .box {
	position: relative;
	width: 49.2%;
}

#gib_lp .how_to_use .contents_block .box .img_box {
	position: relative;
}
#gib_lp .how_to_use .contents_block .box:first-of-type .img_box::after {
	--size: 6vw;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: var(--size);
	height: calc(var(--size) * (62/38));
	transform: translateX(62%) translateY(-50%);
	background-image: url(../img/design/how_to_use_arrow-sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}
#gib_lp .how_to_use .contents_block .box p {
	text-align: left;
	font-weight: 400;
	font-size: 0.76rem;
	line-height: 1.54;
	padding-right: 0.86em;
	margin-top: 0.6em;
}

/* ---   color_bra   --- */
#gib_lp .color_bra {
	padding: 2.8rem 0 2.2rem;
	background: rgba(243, 191, 204, 0.2);
}

#gib_lp .color_bra .contents_wrapper {
	width: 92vw;
}

#gib_lp .color_bra .heading {
	color: var(--color-rose)!important;
	font-weight: 400;
}

#gib_lp .color_bra .products_block:not(:last-of-type) {
	margin: 2.5rem 0 1.6rem 0;
}
#gib_lp .color_bra .products_block ul {
	align-items: stretch;
	justify-content: space-between;
}
#gib_lp .color_bra .products_block li img{
	width: 28.8vw;
	height: 28.8vw;
	object-fit: contain;
}
#gib_lp .color_bra figcaption {
	margin-top: 0.28rem;
	font-family: var(--font-zen_maru);
	font-weight: 700;
	padding-right: 0px;
	letter-spacing: 0.02em;
	font-size: 0.82rem;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
}

#gib_lp .color_bra .kind {
	width: 100%;
	height: 1.73rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: .18rem;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1.562rem;
	border: 0.5px solid var(--color);
	color: var(--color);
	letter-spacing: 0.06em;
	font-size: 1.04rem;
	font-family: var(--font-zen_maru);
	background: #fff;
}
#gib_lp .color_bra .standard {
	--color: var(--color-rose);
}
#gib_lp .color_bra .antique {
	--color: #80803f;
}
#gib_lp .color_bra .bitter {
	--color: #5c6554;
}
#gib_lp .color_bra .orient {
	--color: #6b3b41;
}
#gib_lp .color_bra .country {
	--color: #5f846e;
}

/* ---   page_bottom   --- */
#gib_lp .page_bottom {
	position: relative;
	width: 100%;
}
#gib_lp .page_bottom .bg {
	position: relative;
}
#gib_lp .page_bottom .bg img {
	width: 100%;
	object-fit: cover;
	object-position: top;
}
#gib_lp .page_bottom .contents_wrapper {
	position: absolute;
	top: 14.86vw;
	left: 50%;
	transform: translateX(-50%);
}

#gib_lp .page_bottom .text_box {
	width: fit-content;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}
#gib_lp .page_bottom .text_box .logo {
	width: 42.8vw;
}
#gib_lp .page_bottom .text_box p {
	margin-top: 1.82rem;
	line-height: 1.69;
	font-size: 0.782rem;
	letter-spacing: 0;
	font-family: var(--font-shippori);
	font-weight: 700;
}

#gib_lp .color_bra .swiper--wrapper {
	/* wrapper?ｿｽﾌサ?ｿｽC?ｿｽY?ｿｽ?ｲ撰ｿｽ */
	width: 100%;
	height: auto;
  }
  
#gib_lp .color_bra .swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 300px;
  }

#gib_lp .color_bra .swiper-pagination-bullets {
position: static;
} 

#gib_lp .color_bra .swiper-pagination-bullet {
width: 0.25rem !important;
height: 0.25rem !important;
margin: 0 0 0 0.625rem !important;
background: #999898 !important;
opacity: 1;
}

#gib_lp .color_bra .swiper-pagination-bullet-active {
	width: 0.25rem !important;
	height: 0.25rem !important;
	margin: 0 0 0 0.625rem !important;
	background: #e05e80 !important;
	}

#gib_lp .color_bra .swiper-pagination-bullet:first-child {
margin: 0 !important;
}

/* -- 商品仕様-- */
#products_specification {
	padding-bottom: 3.44rem;
	padding-top: 1.58rem;
	background-color: rgb(255, 196, 196);
}
#products_specification .contents_wrapper_ {
	max-width: 1000px;
	width: 94%;
}
#products_specification table {
	border-collapse: collapse;
	width: 99%;
	margin: 0 1%;
	text-align: left;
}
#products_specification caption {
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	width: calc(100%);
	height: auto;
	padding: 2.66% 5% 2%;
	box-sizing: border-box;
	margin-bottom: 0.7rem;
	font-size: 0.96rem;
	font-weight: 700;
	color: #fff;
	font-family: var(--gothic);
	background-color: rgba(241, 45, 92, 0.5);
	text-align:left;
}
#products_specification td,#products_specification th {
	display: block;
	width: 100%;
	font-weight: 600;
	padding: 1.34% 3% 1%;
	height: auto;
	font-size: 0.87em;
	font-family: var(--gothic);
	color: #5c3250;
	border: 1px solid rgb(241, 45, 92);
	border-bottom-width: 0px;
	font-weight: 600;
}
#products_specification tr:last-of-type td {
	border-bottom-width: 1.2px;
}

#products_specification th {
	background-color:rgba(255,255,255,0.5);
	font-size: 0.9rem;
}
#products_specification td {
	background-color: white;
	font-size: 0.76rem;
	padding: 1.8% 3%;
	font-weight: 500;
}

#products_specification .attention_text {
	margin-top: 1.56em;
	padding-left: 0.44em;
}

/* ---   20240423 add   --- */


/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/