/* ===================================================================
   CONTENTS
=================================================================== */
/* トップページ */
.sp-slide {
}
.sp-slide img {
   opacity: 0.7;
}
.sp-slide.sp-selected img {
   opacity: 1;
}
#slider {
   margin: 20px auto 70px;}
#slider .sp-arrows {
    left: 0;
    margin-top: 0;
    top: 50%;
    width: 100%;
}
@media screen and (max-width: 1000px) {
#slider {
   margin-bottom: 40px;}
#slider .sp-arrows {
    top: 45%;
}
}
@media screen and (max-width: 640px) {
#slider .sp-arrows {
    top: 25%;
}
}
#slider .sp-arrow {
    height: 60px;
    transition: all 0.2s ease 0s;
}

#slider .sp-arrow:hover {
    opacity: 0.6;
}
#slider .sp-arrow::before {
    background: rgba(0, 0, 0, 0) url(../../whiteday2020/img/slider_prev.png) no-repeat scroll 0 center;
    height: 100%;
    transform: none;
    width: 50px;
}
#slider .sp-arrow::after {
    display: none;
}
#slider a {
    transition: all 0.2s ease 0s !important;
}
#slider .sp-previous-arrow {
    left: 12%;
}
#slider .sp-next-arrow {
    right: 12%;
}
@media screen and (max-width: 1000px) {
#slide .sp-mask {
    min-height: 200px !important;
}
.sp-slide img {
   max-width: 100%;
   height: auto;
}
#slider .sp-next-arrow:before, #slider .sp-previous-arrow:before {
   background-size: 60%;
}
#slider .sp-next-arrow {
    right: -45%;
	top: 0;
}
#slider .sp-previous-arrow {
    left: -45%;
	top: 0;
}
}

.main {
   margin-top: 20px;
}
.main img {
   width: 100%;
   height: auto;
}
@media screen and (max-width: 768px) {
.main {
   margin-top: 0px;
}
}

.xmas_menu {
   background-color: #c5dbde;
   margin-bottom: 200px;
}
.xmas_menu ul {
   width: 1200px;
   margin: 0 auto;
}
.xmas_menu li a {
   display: block;
   padding: 30px 1.7em 20px;
   color: #535353;
   text-align: center;
   height: 100%;
}
@media all and (-ms-high-contrast:none){
.xmas_menu li a {
   padding: 30px 0.7em 20px;
}
}
.xmas_menu li a:hover {
   background-color: #fff;
   color: #535353;
}
.xmas_menu .xm_icon {
   width: 100%;
   height: 50px;
}
.xmas_menu .xmi01 {
   background: url(../../whiteday2020/img/menu_icon01.png) top center no-repeat;
   background-size: 40px auto;
}
.xmas_menu li:hover .xmi01 {
   background: url(../../whiteday2020/img/menu_icon01_o.png) top center no-repeat;
   background-size: 40px auto;
}
.xmas_menu .xmi02 {
   background: url(../../whiteday2020/img/menu_icon02.png) top center no-repeat;
   background-size: 36px auto;
}
.xmas_menu li a:hover .xmi02 {
   background: url(../../whiteday2020/img/menu_icon02_o.png) top center no-repeat;
   background-size: 36px auto;
}
.xmas_menu .xmi03 {
   background: url(../../whiteday2020/img/menu_icon03.png) top center no-repeat;
   background-size: 40px auto;
}
.xmas_menu li a:hover .xmi03 {
   background: url(../../whiteday2020/img/menu_icon03_o.png) top center no-repeat;
   background-size: 40px auto;
}
.xmas_menu .xmi04 {
   background: url(../../whiteday2020/img/menu_icon04.png) top center no-repeat;
   background-size: 36px auto;
}
.xmas_menu li a:hover .xmi04 {
   background: url(../../whiteday2020/img/menu_icon04_o.png) top center no-repeat;
   background-size: 36px auto;
}
.xmas_menu .xmi05 {
   background: url(../../whiteday2020/img/menu_icon05.png) top center no-repeat;
   background-size: 40px auto;
}
.xmas_menu li a:hover .xmi05 {
   background: url(../../whiteday2020/img/menu_icon05_o.png) top center no-repeat;
   background-size: 40px auto;
}
.xmas_menu .xmi06 {
   background: url(../../whiteday2020/img/menu_icon06.png) top center no-repeat;
   background-size: 40px auto;
}
.xmas_menu li a:hover .xmi06 {
   background: url(../../whiteday2020/img/menu_icon06_o.png) top center no-repeat;
   background-size: 40px auto;
}
.xmas_menu li div {
   font-size: 2.6rem;
}
#necklace::before, #pearl::before, #wrapping::before {
   content: '';
    display: block;
    height: 100px;/* ヘッダの高さ */
    margin-top: -100px;/* ヘッダの高さ */
    vertical-align: top;
   }
@media screen and (max-width: 768px) {
.xmas_menu {
   background-color: #FFF;
   padding-bottom: 40px;
   margin-bottom: 0;
}
.xmas_menu ul {
   width: 100%;
   margin: 0 auto;
   padding: 1em;
}
.xmas_menu .xm_icon {
   height: 41px;
}
.xmas_menu .cormorant {display: none;}
.xmas_menu li {
   width: 31.5%;
   margin-bottom: 10px;
   background-color: #c5dbde;/*2020_0214_1830_変更#ecf7fc*//*2020_0206_2200_変更#e8e1db*/
}
.xmas_menu li a {
   display: block;
   padding: 15px 0;
   font-size: 1.2rem;
   line-height: 140%;
}
#wrapping::before, #pearl::before, #price::before {
   content: '';
    display: block;
    height: 70px;/* ヘッダの高さ */
    margin-top: -70px;/* ヘッダの高さ */
    vertical-align: top;
   }
}

.title01 {
   text-align: center;
   font-weight: 500;
   display: inline-block;
   background: url(../../whiteday2020/img/title_border.png) bottom left repeat-x;
   padding-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   font-size: 3.6rem;
}
.title01.tl01-red {
   color: #89b7bd;/*20200129_2157_変更#942343*/
}
.title01.tl01-bj {
   color: #232d5a;/*変更#77c5ed*/
}
@media screen and (max-width: 768px) {
.title01 {
   font-size: 3.0rem;
}
}

/*.limited_neck_bg {
   background: url(../../whiteday2020/img/top_bg01.jpg) top 80px left no-repeat;
   background-size: contain;
   padding: 10px 0;
}
.limited_neck_bg02 {
   background: url(../../whiteday2020/img/top_bg01-02.jpg) top 80px right no-repeat;
   background-size: contain;
   padding: 10px 0;
}*/
/*@media screen and (max-width: 768px) {
.limited_neck_bg {
   background: url(../../whiteday2020/img/top_bg01.jpg) top center repeat-y;
   background-size: contain;
}  
.limited_neck_bg02 {
   background: url(../../whiteday2020/img/top_bg01-02_sp.jpg) top center repeat-y;
	background-size: contain;
}
}*/

.dia_etc {
   text-align: center;
   margin: 0 auto 50px;
}
.dia_etc li {
   padding: 15px 0 15px 35px;
   display: inline-block;
   margin: 0 10px;
}
.dia_etc li.dia01 {
   background: url(../../whiteday2020/img/icon_dia.png) center left no-repeat;
}
.dia_etc li.dia02 {
   background: url(../../whiteday2020/img/icon_truck03.png) center left no-repeat;
}
.lim_neck_left {
   width: 100%;
   margin: 0 0 100px 0;
   text-align: center;
}
.lim_neck_left li {
   display: inline-block;
   margin: 0 25px;
   position: relative;
}
.lim_neck_left.limn_right li {
   display: inline-block;
   margin: 0 25px;
   position: relative;
}
.limneck01 {
   width: 778px;
}
.limneck02 {
   width: 576px;
}
.limneck01 img, .limneck02 img {
   max-width: 100%;
   height: auto;
}
.caption {
	color: #fff;
}
.hover li {position: relative;}
.hover li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #942343;
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	cursor: pointer;
}
.hover li a:hover {
	opacity: 0.8;
	-webkit-transition:	 all 0.25s ease;
	transition:	all 0.25s ease;
}
.lim_title {
   display: inline-block;
   border-bottom: 1px solid #FFF;
   border-top: 1px solid #FFF;
   padding: 15px 5px;
   margin-bottom: 25px;
}
.lim_more {
   display: inline-block;
   padding: 5px 15px;
   border: 1px solid #FFF;
   font-size: 12px;
   letter-spacing: 0;
}
.lim_s {
   font-size: inherit;
}
@media screen and (max-width: 1480px) {
.limneck01 {
   width: 44%;
}
.limneck02 {
   width: 33%;
}
}
@media screen and (max-width: 768px) {
.lim_neck_left {
   width: 92%;
   margin: 0 auto 40px;
}
.lim_neck_left li {
   width: 100%;
   margin: 0 auto 30px;
   position: relative;
}
.lim_neck_left.limn_right li {
   display: block;
   margin: 0 auto 30px;
   position: relative;
}
.lim_neck_left li img {
   max-width: 100%;
   height: auto;
}
.hover li a {
	pointer-events:none;
	line-height: 130%;
}
.lim_s {
   font-size: 10px;
   letter-spacing: 0;
}
.lim_neck_left.limn_right {
   display: flex;
   flex-wrap: wrap;
} 
.limneck01 {
   order: 1;
   width: 100%;
}
.limneck02 {
   order: 2;
   width: 100%;
}
}
.giftboxArea {
   margin-bottom: 180px;
}
.giftbox01 {
   width: 49%;
   text-align: center;
}
.giftbox02 {
   width: 49%;
   text-align: center;
}
.giftbox03 {
   width: 49%;
   text-align: center;
}
.giftbox04 {
   width: 49%;
   text-align: center;
}
@media screen and (max-width: 768px) {
.giftboxArea {
   margin-bottom: 60px;
}
.giftbox01 {
   width: 100%;
   order: 2;
   text-align: center;
}
.giftbox02 {
   order: 1;
   width: 70%;
   margin: 0 auto 25px;
   text-align: center;
}
.giftbox03 {
   width: 38%;
   text-align: center;
}
.giftbox04 {
   width: 57%;
   text-align: center;
}
}
.dot_title {
	margin-bottom: 30px;
	display: inline-block;
	position:relative;
	overflow:hidden;
	border:1px #dedede solid;/*20200129_2157_変更#d4c5bc*/
	box-shadow:0 0 0 5px #f5f5f5 inset;/*20200129_2157_変更#e9e2dd*/
	padding:9px;
}
.dot_title::after {
	width: 18.6%;
	content:"";
	background-color: #FFF;
	position:absolute;
	top:0;
	left:0;
	z-index: -1;
}
.dot_title div {
	display:block;
	padding: 5px 2em;
	border:2px #dedede dotted;/*20200129_2157_変更#d4c5bc*/
}
@media screen and (max-width: 768px) {
.dot_title {
	padding: 5px;
}
}
.media_bg {
   background: url(../../whiteday2020/img/top_bg02.jpg) top center no-repeat;
   background-size: cover;
   padding: 100px 0 250px;
}

.media01 {
   width: 31.1%;
}
.media02 {
   width: 66%;
}
.media li {
   position: relative;
}
.border01 {
   border: 1px solid #f5f5f5;/*20200129_2157_変更#d4c5bc*/
}
.moaction {
   position: relative;
}
.limited_bg {
   position: relative;
   background-color: #FFF;
   border-top: 2px solid #dedede;/*20200206_2200_変更#f5f5f5*//*20200129_2157_変更#d0c0b8*/
}
.limited_head {
   position: absolute;
   top: -156px;
   left: 0;
   right: 0;
   text-align: center;
   margin: auto;
   z-index: 0;
}
@media screen and (max-width: 768px) {
.media_bg {
   background: url(../../whiteday2020/img/top_bg02.jpg) top center no-repeat;
   background-size: cover;
   padding: 100px 0 100px;
}
.limited_head {
   position: absolute;
   top: -87px;
   width: 300px;
}
.limited_head img {
   max-width: 100%;
   height: auto;
}
}
.limited_title {
   margin: -70px auto 0;
   position: relative;
   z-index: 99;
}
@media screen and (max-width: 768px) {
.limited_title {
   margin: -30px auto 0;
}
}
.title_ranking {
   text-align: center;
   font-weight: 500;
   display: inline-block;
   background: url(../../whiteday2020/img/icon_crown.png) center left no-repeat;
   padding-left: 40px;
   margin-left: auto;
   margin-right: auto;
   font-size: 3.6rem;
   color: #232d5a;/*変更前#77c5ed*/
}
@media screen and (max-width: 768px) {
   .title_ranking {
      font-size: 3.0rem;
   }
}

.top_ranking {
   width: 100%;
   margin: 0 auto 100px;
   padding-top: 200px;
   border-top: 2px solid #f5f5f5;/*20200129_2157_変更#d0c0b8*/
}
.top_ranking li {
	width: 18.6%;
	text-align: center;
}
.top_ranking li div {
	display:block;
	background-color: #FFF;
	margin-bottom: 10px;
	position:relative;
	overflow:hidden;
	border:1px #dedede solid;/*20200129_2157_変更#ccbbb3*/
	box-shadow:0 0 0 5px #f5f5f5 inset;/*20200129_2157_変更#e7e1db*/
	padding:9px;
}
.top_ranking li div .ranking_no {
   font-size: 2.2rem;
   color: #959595;
   position: absolute;
   top: 25px;
   left: 25px;
}
.top_ranking li div::after {
	width: 18.6%;
	content:"";
	background-color: #FFF;
	position:absolute;
	top:0;
	left:0;
	z-index: -1;
}
.top_ranking li div a {
	display:block;
	padding: 35px 0 10px;
	/*border:2px #dedede dotted;*/
}
@media screen and (max-width: 768px) {
.top_ranking {
   margin: 0 auto 80px;
   padding-top: 80px;
}
.top_ranking li.sp_ranking_01 {
	width: 70%;
	margin: 0 auto 20px;
}
.top_ranking li.sp_ranking_02 {
	width: 48%;
	margin-bottom: 20px;
}
}

.price_bg {
   background: url(../../whiteday2020/img/top_bg03.jpg) top center no-repeat;
   background-size: cover;
   padding: 100px 0px 0px 0px;
   margin: 0 auto 200px;
}
.price65 {
   width: 65%;
}
.price32 {
   width: 32%;
}
.price33 {
   width: 33%;
}
.price33-02 {
   width: 33%;
}
.price33-03 {
   width: 33%;
}
.price65 li {
   width: 48%;
}
.price32 li {
   width: 48%;
   margin-bottom: 12px;
}
.price33-02 li {
   width: 48%;
   margin-bottom: 12px;
}
.price33-03 li {
   width: 48%;
   margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
.price_bg {
   /*background: url(../../whiteday2020/img/top_bg04.jpg) top center no-repeat;202002142029非表示*/
   background-size: cover;
   padding: 50px 0 80px;
   margin: 0 auto;
}
.price65 {
   width: 100%;
   margin-bottom: 15px;
}
.price32 {
   width: 100%;
}
.price33 {
   width: 48.7%;
}
.price33-02 {
   width: 48.7%;
}
.price33-03 {
   width: 100%;
}
.price65 li {
   width: 48.7%;
}
.price32 li {
   width: 23%;
   margin-bottom: 12px;
}
.price33-02 li {
   width: 48%;
   margin-bottom: 8px;
}
.price33-03 li {
   width: 23%;
   margin-bottom: 12px;
}
}
.wrapping {
   margin-bottom: 100px;
}
.wrapping_left {
   width: 50%;
   background: url(../../whiteday2020/img/top_wrapping01.jpg) top center no-repeat;
   background-size: cover;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #FFF;
}
.wrapping_left.quality_left {
   background: url(../../whiteday2020/img/top_quality.jpg) top center no-repeat;
   background-size: cover;
}
.wrapping_title {
   font-size: 3.6rem;
   display: inline-block;
   background: url(../../whiteday2020/img/title_border_wh.png) bottom left repeat-x;
   padding-bottom: 10px;
   margin-bottom: 30px;
   text-align: center;
   font-weight: 500;
}
.wrapping_right {
   width: 50%;
   background-color: #fff;/*2020_0206_2200_変更#ecf7fc*//*20200129_2157_変更#942343*/
   padding: 70px 0 60px;
   color: #535353;/*20200129_2157_変更#FFF*/
}
.wrapping_right.quality_right {
   padding: 70px 8em 60px;
}
.wr_title {
   display: inline-block;
   text-align: center;
   border: 1px solid #dedede;/*20200129_2157_変更#FFF*/
   padding: 8px 1em;
   font-size: 1.6rem;
}
.wr_base {
   width: 490px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}
.wr_left {
   width: 315px;
   display: inline-block;
   text-align: left;
   letter-spacing: 0.07em;
}
.wr_right {
   width: 170px;
   display: inline-block;
   text-align: center;
}
@media screen and (max-width: 768px) {
.wrapping {
   margin-bottom: 80px;
}
.wrapping_left {
   width: 100%;
   padding: 70px 10px;
}
.wrapping_title {
   font-size: 3.0rem;
   display: inline-block;
   background: url(../../whiteday2020/img/title_border_wh.png) bottom left repeat-x;
   padding-bottom: 10px;
   margin-bottom: 30px;
   text-align: center;
   font-weight: 500;
}
.wrapping_right {
   width: 100%;
   background-color: #fff;/*2020_0206_2228変更#ecf7fc*//*2020_0206_2200_変更#942343*/
   padding: 70px 0 60px;
   color: #535353;/*2020_0206_2200_変更#FFF*/
}
.wrapping_right.quality_right {
   padding: 70px 2em 60px;
}
.wr_base {
   width: 90%;
}
.wr_left {
   width: 58%;
   display: inline-block;
   text-align: left;
   letter-spacing: 0.07em;
}
.wr_right {
   width: 38%;
   display: inline-block;
   text-align: center;
}
.wr_right img {
   max-width: 100%;
   height: auto;
}
.wrapping_left.quality_left {
   order: 1;
}
.wrapping_right.quality_right {
   order: 2;
}
}

.deliveryArea {
   margin: 0 auto 200px;
}
.cal_title {
   display: inline-block;
   text-align: center;
   color: #FFF;
   background-color: #535353;
   padding: 3px 15px;
   margin: 0 auto;
}
.cal_att {
   vertical-align: top;
   font-size: 12px;
   letter-spacing: 0;
}
.cal_att span {
   width: 36px;
   height: 25px;
   background-color: #942343;
   display: inline-block;
   margin-bottom: -6px;
}
.callenderarea {
   width: 370px;
}
.callender {
   width: 100%;
   border-top: 1px solid #d7d7d7;
}
.callender td {
   border-bottom: 1px solid #d7d7d7;
   text-align: center;
   padding: 5px;
}
.callender td.off {
   background-color: #942343;
   color: #FFF;
}

@media screen and (max-width: 768px) {
.deliveryArea {
   padding: 30px 15px;
   margin: 0 auto 30px;
}
.del_month {
   padding: 20px;
}
.cal_title {
   width: 100%;
   margin-bottom: 20px;
}
.cal_att {
   width: 100%;
   margin-bottom: 25px;
}
.callender {
   margin-bottom: 25px;
}
}

.hurry_title i {
   font-size: 150%;
}
.asuraku {
   color: #FFF!important;
   text-decoration: none!important;
   text-align: center;
   padding: 20px 2em;
   display: inline-block;
   background-color: #942343;
}
.asuraku span {
   background: url(../../whiteday2020/img/icon_truck04.png) center left no-repeat;
   padding-left: 32px;
}
.asuraku:hover {
   background-color: #790c2b;
}

@media screen and (max-width: 768px) {
.asuraku {
   width: 100%;
}
}
.delivery_left {
   width: 30%;
}
.delivery_right {
   width: 62%;
   padding-top: 80px;
}
.delivery_right .red02 {
   color: #942343;
}
.hosho_left {
   width: 58%;
}
.hosho_right {
   width: 40%;
}
@media screen and (max-width: 768px) {
.delivery_left {
   width: 100%;
}
.delivery_right {
   width: 100%;
   padding-top: 20px;
}
.hosho_left {
   width: 100%;
   text-align: center;
   margin-bottom: 20px;
}
.hosho_right {
   width: 100%;
}
.sp_oisogi {margin-top: 40px;}
}