<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*------------------
common
--------------------*/
#main li{
	list-style: none;
}
#main img{
    max-width: 100%;
    vertical-align:middle;
}
#main .inner{
    width: 860px;
    margin: 0 auto;
}
#main .p-t-2{
	padding-top: 2px;
}
#main h3{
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
    letter-spacing: 0.2rem;
}
.fadein {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*------------------
top-area
--------------------*/
.toparea .lead-area{
 	position: relative;
 	height: 400px;
}
.toparea .lead-area .lead-inner{
	width: 650px;
	margin: 0 auto;
}
.toparea .lead-area .lead-inner h2{
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 20px;
    color: #074580;
}
.toparea .lead-area .lead-inner .e-mark{
	width: 70px;
	margin-right: 15px;
	margin-left: -30px;
}
.toparea .lead-area .lead-inner p{
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
}
.toparea .bg-blue{
	width: 260px;
	height: auto;
 	position: absolute;
 	top: 120px;
 	left: 0;
 	z-index: -1;
} 
.toparea .bg-yellow{
	width: 320px;
	height: auto;	
 	position: absolute;
 	top: 50px;
 	right: 0;
	z-index: -1;
} 
.toparea .bg-green{
	width: 300px;
	height: auto;
 	position: absolute;
 	top: 500px;
 	left: 0;
 	z-index: -1;
} 
.toparea .bg-pink{
	width: 300px;
    height: auto;
    position: absolute;
    top: 360px;
    right: 0;
    z-index: -1;
} 

.toparea .insta01{
    width: 140px;
    height: auto;
    position: absolute;
    top: 250px;
    left: 130px;
} 
.toparea .insta02{
    width: 60px;
    height: auto;
    position: absolute;
    top: 320px;
    left: 100px;
} 
.toparea .line01{
	width: 130px;
	height: auto;
 	position: absolute;
 	top: 150px;
 	right: 150px;
} 
.toparea .line02{
    width: 100px;
    height: auto;
    position: absolute;
    top: 220px;
    right: 80px;
} 

/*吹き出しフェード*/
.fukidashi{
    opacity: 0;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*------------------
giftscene-area
--------------------*/
.giftscene h3{
	color: #074580;
    line-height: initial;
} 
.giftscene .scenelist ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 200px;
    flex-wrap: wrap;
    width: 550px;
    margin: 0 auto;
    font-size: 1.8rem;
 }
.giftscene .scenelist li{
	font-size: 1.7rem;
	color: #000;
	width: 49%;
    text-align: center;
    background: #fff;
    height: 80px;
    border: 2px #dae2ea solid;
    font-weight: bold;
    border-radius: 10px;
}
.giftscene .scenelist li.one-line{
	padding-top: 25px;
}
.giftscene .scenelist li.two-line{
	padding-top: 15px;
}
.giftscene .scenelist{
	margin-bottom: 10px;
}
.giftscene .people{
	text-align: center;
    margin-bottom: 10px;
}
.giftscene .people-img{
	width: 300px;
}

/*------------------
gift-point-arera
--------------------*/
.gift-point{
	margin: 0 auto;
	background: #fcfaf2;
	padding-bottom: 40px;
	margin-bottom: 100px;
}
.gift-point h3{
	width: 100%;
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 50px;
    padding: 0 2rem;
    box-shadow: 0px -5px #B6A356, 0px 5px #B6A356;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #B6A356;
    color: #fff !important;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.gift-point h3::before {
    position: absolute;
    top: -5px;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 40px 30px 40px 0px;
    border-color: transparent #fff;
    border-style: solid;
    content: '';
}
.gift-point .gift-point-inner{
    width: 760px;
    margin: 0 auto;
    padding-top: 30px;
}
.gift-point .gift-point-inner h4{
	font-size: 2.4rem;
	color: #074580;
	font-weight: bold;
	margin-bottom: 20px;
	position: inherit;
    z-index: 1;
    line-height: 3.6rem;
}
.gift-point .gift-point-inner .point02 h4{
	text-align: right !important;
}
.gift-point .gift-point-inner p{
	position: inherit;
	z-index: 1;
}
.gift-point .gift-point-inner .point02 p{
	text-align: right !important;
}
.gift-point .gift-point-inner .point01,.gift-point .gift-point-inner .point02,.gift-point .gift-point-inner .point03{
	position: relative;
}
.gift-point .gift-point-inner .ttl-yellow{
	width: 150px;
	top: -10px;
	position: absolute;
}
.gift-point .gift-point-inner .ttl-pink{
	width: 150px;
	right: 0;
	top: -10px;
	position: absolute;
}
.gift-point .gift-point-inner .ttl-blue{
	width: 150px;
	top: -10px;
	position: absolute;
}
.gift-point .gift-point-inner .box{
	margin-bottom: 20px;
}

/*------------------
gift-card-area
--------------------*/
.gift-card{
	background: #fff;
	margin: 40px 0;
	position: relative;
	height: 760px;
	padding: 60px 0;
}
.gift-card .spcard-img{
	position: absolute;
	z-index: 1;
	left: 35%;
    width: 220px;
}
.gift-card .slide-items{
	margin-top: 70px;
}
.gift-card .slide-items img{
    width: 180px;
}
.gift-card h4,.gift-card p{
	text-align: center;
}
.gift-card .txt-box{
    font-size: 1.4rem;
	width: 600px;
	margin: 0 auto;
	text-align: center;
    margin-top: 120px;
}

/*------------------
step-area
--------------------*/
.steparea{
	margin-bottom: 80px;
}
 .steparea h2{
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin: 40px;
}
 .steparea h3{
    font-size: 2.4rem!important;
    padding: 10px 0;
 }
 .steparea h3.give{
	background: #074580;
	color: #e5f2ff;
    margin-bottom: 40px!important;
}
 .steparea h3.take{
	background: #e5f2ff;
	color: #074580;
}
.steparea .inner{
    width: 760px !important;
}
 .steparea .inner .step{
	display: flex;
    margin-top: 15px;
    justify-content: space-around;
    flex-wrap: wrap;
}
 .steparea .inner .step ul{
 	text-align: center;
	width: 46%;
	margin-bottom: 40px;
    position: relative;
}
 .steparea .inner .step ul li{
    margin-top: 40px;
 	margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
 }
  .steparea .inner .step ul li:nth-child(2){
    font-weight: bold;
 }
 .steparea .inner .step .step_lead .txt{
	line-height: 50px;
}
 .steparea .inner .step .small{
	font-size: 0.8rem;
}
 .steparea .inner .step01{
	width: 88%;
	margin: 0 auto;
	margin-top: 30px;
	margin-left: 90px;
}
.step .give-step01{
    width: 234px;    
}
.step .give-step02{
    width: 234px;    
}
.step .give-step03{
    width: 234px;    
}
.step .give-step04{
    margin-top: 40px;
}
.step .ajst-height01{
    height: 423px;
}
.step .take-step01{
    width: 234px;    
}
.step .take-step02{
    width: 234px;    
}
.step .take-step03{
    width: 234px;    
}
.step .take-step04{
    margin-top: 100px;    
}
.step .ajst-height02{
   height: 423px;
}
.step .no-icon{
    position: absolute;
    top: 0;
    left: 0; 
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #000;
    font-weight: bold;
    border-radius: 50%; 
    color: #fff;
    text-align: center;
}
/*------------------
pickup-item-area
--------------------*/
.sec-item-wrapper{
	background: #fcfaf2;
	padding: 60px 0;
    margin-bottom: 30px;
    margin: 0 auto;	
}
.sec-item-wrapper h3{
	line-height: 3.8rem!important;
	color: #56430e !important;
}
.sec-item-wrapper .title-item-list-sub{
	font-size: 1.8rem;
	line-height: 1.8rem;
    border-bottom: 3px dotted #b6a356; 
}
.sec-item-wrapper .announce{
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #c62222;
}
.sec-item-wrapper h4{
	font-size: 1.8rem;
	color: #56430e;
	font-weight: bold;
}
.sec-item-wrapper .mark-blue{
	color: #B6A356;
	margin-right: 5px;
}
.sec-item-list{
    overflow: hidden;
    width: 760px;
    margin: 0 auto;
}

.sec-item-list-inner {
    position: relative;
}

.item-list-carousel li{
    text-align: center;
    margin-right: 15px;
}

.item-list-carousel img{}

.slick-list{
    overflow: visible;
}

.slick-nav-arrows {}

.slick-arrow {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
}

.slick-next {}
.slick-prev {}

.slick-prev:before, .slick-next:before{
    color: #000 !important;
    font-size: 3.0rem!important;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
}

.slick-next:before{ content: "\f054"!important; }
.slick-prev:before { content: "\f053"!important; }


.item-img {}

.item-img img {
    border: solid 1px #F2F2F2;
    float: left;
    margin-bottom: 10px;
}

.item-name, .item-price {
    font-size: 1.4rem;
    text-align: left;
}
.sec-item-list-wrapper{
    margin-bottom: 40px;
}
.icon-egift{
    width: 560px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    font-size: 1.2rem;
    font-weight: bold; 
    text-align: center;
}
.category ul{
    width: 860px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
}
.category ul li{
    width: 33%;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 1.4rem;
    color: #56430e;
    border: 1px solid #B6A356;
}
.category ul li a{
    display: block;
}
.category ul li a:hover{
    opacity: 0.8;
}

/*------------------
 .sec-faq
--------------------*/

.sec-faq {
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.txt-faq {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.bg-faq{
    background-color: #fcfaf2;
}

.faq-container {
    width: 80%;
    margin: 0 auto;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
}

.faq-container-inner {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #b7a36a;
    padding: 18px;
    margin-bottom: 10px;
    margin-right: 1%;
}
.faq-container-inner h4{
	color: #000;
	text-align: left;
}
.title-faq-container-inner {
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc09d;
}

.icon-question, .icon-answer {
    font-size: 2rem;
    padding-right: 10px;
    color: #b7a36a;
}

.faq-content-inner dt {
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-content-inner dd{ 
    font-size: 1.3rem;
}
.title-sec {
    position: relative;
    font-size: 2rem !important;
    font-weight: 700;
    text-align: center;
    background-color: #d7d2bd;
    color: #56430e !important;
    padding: 20px 20px;
    margin-top: 0;
    margin-bottom: 30px !important;
}
.title-sec:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    border: 15px solid transparent;
    border-top: 15px solid #d7d2bd;
    width: 0;
    height: 0;
}
.slick-nav-arrows{
	display: none;
}
/*------------------
 .sec-other
--------------------*/

.sec-other {
}

.other-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
}

.other-list-item {
    width: 30%;
}

.item-txt {
    margin-top: 5px;
    font-size: 1.4rem;
    padding-left: 5px;
    margin-bottom: 15px; 
    text-align: center;
}

.page-footer {
    margin-top: 80px;
}
</pre></body></html>