@charset "utf-8";

:root {
    --base-color: #ffffff;
    --blue-color: #174f92;
    --gold-color: #7f5608;
    
    --bg-color01 :#09689d;
    --bg-color02 :#fffbed;
}

body {
    font-size: 26px;
    font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",serif;

}
.fd-header {
    text-align: center;
    padding: 10px;
    background: #fff;
}
#fd-fv {
    padding: 90px 0;
    text-align: center;
    background: url("../img/ptn1.jpg") no-repeat center;
    background-size: cover;
}
#fd-fv h1 {
    line-height: 1;
}

#fd-main {
    position: relative;
    overflow: hidden;
}



.fd-contents {
    padding: 70px 0;
}
.has-bg {
    background-image: url("../img/kazari_lft.png"),
                      url("../img/kazari_rgt.png");
    background-repeat: repeat-y;
    background-position: top left, top right;
	background-size: 10%;
}

.fd-in {
    max-width :1040px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}
.fd-title {
    text-align: center;
    margin-bottom: 90px;
}
.fd-title .icon {
    margin-bottom: 30px;
}
.fd-title h2 {
    font-size: 64px;
    font-weight: 500;
    color: var(--base-color);
}

.imgs-2__list {
    display: flex;
    justify-content: space-between;
}
.imgs-2__list >li {
    width: 48%;
}
.imgs-3__list {
    display: flex;
    flex-wrap: wrap;
}
.imgs-3__list >li {
    width: 30%;
    margin: 0 0 5% 5%;
    position: relative;
}
.imgs-3__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.imgs-3__list >li.no-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue-color);
    text-align: center;
    background: url(../img/7dai_nobg.png) no-repeat center;
    background-size: contain;
}

.fd-btn {
	text-align: center;
	margin-top:80px;
}
.fd-btn a {
    display: block;
    color: var(--blue-color);
    font-size: 40px;
    padding: 40px 10px 35px;
    background: #fad44f;
    border-radius: 10px;
}

/* point7 */
#point7 {
    padding-top: 0;
	background: #caecff;
}
#point7 h2 {
    font-size: 64px;
    color: #fff;
    text-align: center;
    background-color: var(--bg-color01);
    line-height: 1;
    padding: 20px 10px 16px;
}
.point7__list {
	margin-top: 50px;
}
.point7__list >li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: solid 2px var(--bg-color01);
}
.point7__list >li .img {
    width: 180px;
}
.point7__list >li .info {
	color: var(--bg-color01);
    width: calc(100% - 200px);
}
.point7__list >li .info h3 {
    font-size: 40px;
}
.point7__list >li .info p {
    font-size: 26px;
}


/* message-card */
#message-card {
    padding-top: 0;
	background: #caecff;
}
#message-card h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    background-color: var(--bg-color01);
    line-height: 1.6;
    padding: 20px 10px 16px;
}
.message-card__list {
	margin-top: 70px;
}


/* giftset-ranking */
#giftset-ranking h2 {
	color: var(--blue-color);
	font-size: 62px;
	text-align: center;
	margin-bottom: 50px;
}
.giftset-ranking__list >li{
	text-align: center;
	margin-bottom: 50px;
}
.giftset-ranking__list >li .icon {
	margin-bottom: 40px;
}

/* ranking */
#ranking {
    background-color: var(--bg-color01);
}

/* point */
#point {
	background-color: var(--bg-color02);
}
.point__list >li {
	text-align: center;
	margin-bottom: 70px;
}
.point__list >li:last-child {
	margin-bottom: 0;
}


/* benefit */
.benefit-point {
    margin-top: 150px;
}
.benefit-point h2 {
    color: var(--blue-color);
    font-size: 56px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 200px;
    position: relative;
}
.benefit-point h2 span {
    font-size: 88px;
}
.benefit-point h2:after {
    content: '';
    width: 100%;
    height: 58px;
    background: url("../img/boder2.png") no-repeat center;
    position: absolute;
    left: 0;
    bottom: -80px;
}
.benefit-point-detail__list >li {
    margin-bottom: 110px;
}
.benefit-point-detail__list >li .title {
    color: var(--blue-color);
    text-align: center;
    margin-bottom: 70px;
}
.benefit-point-detail__list >li .title h3 {
    font-size: 48px;
    font-weight: 500;
}
.benefit-point-detail__list >li .title p {
    margin-top: 20px;
}



.b-p-d-method {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}
.b-p-d-method .-text {
    width: 48%;
}
.b-p-d-method .-text h4 {
    color: var(--blue-color);
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    padding: 10px 0;
    border-top: solid 2px;
    border-bottom: solid 2px;
}
.b-p-d-method .-text p {
    margin-top: 30px;
    line-height: 2;
}
.b-p-d-method .-img {
    width: 44%;
}

.b-p-d-cmn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}
.b-p-d-cmn .-text {
    width: 48%;
    color: var(--blue-color);
}
.b-p-d-cmn .-text h4 {
    color: var(--blue-color);
    font-size: 28px;
    font-weight: 500;
    padding: 20px 0;
    border-top: solid 2px;
    border-bottom: solid 2px;
}
.b-p-d-cmn .-text p {
    font-size: 32px;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
}
.b-p-d-cmn .-img {
    width: 48%;
}

/* wrapping */
#wrapping {
    background-color: var(--bg-color02);
}
#wrapping h2 {
    font-size: 56px;
    font-weight: 500;
    color: var(--gold-color);
    text-align: center;
    margin-bottom: 50px;
}
.wrapping__list {

}
.wrapping__list >li{
    text-align: center;
    margin: 0 auto 100px;
}
.wrapping__list >li:last-child {
	margin-bottom: 0;
}
.wrapping__list >li p {
    color: var(--gold-color);
    margin-top: 20px;
}


/* gift cmn */
.gift__list > li {
    text-align: center;
    margin-bottom: 40px;
}

/* gift-ranking */
#gift-ranking {
    background-color: var(--bg-color01);
}



/* safety */
#safety {
    background-color: var(--bg-color02);
}
#safety h2 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    color: var(--gold-color);
    margin-bottom: 20px;
}
#safety h3 {
    font-size: 52px;
    font-weight: 500;
    color: var(--gold-color);
    text-align: center;
    margin: 20px 0 10px;
}
#safety p {
    font-size:28px;
    color: var(--gold-color);
    padding: 0 50px;
    line-height: 2;
}

/* gift-item */
#gift-item .fd-title h2 {
    color: var(--blue-color);
}

/* review */
#review {
    background-color: var(--bg-color02);
}
#review h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
    color: var(--gold-color);
}
.review__list >li {
    margin-bottom: 20px;
    text-align: center;
}
#review p {
    font-size: 24px;
    text-align: center;
}


/* fd-footer */
.fd-footer {
    text-align: center;
    padding: 50px 20px;
    background: url("../img/ptn1.jpg") no-repeat center;
    background-size: cover;
}
.to-toppage {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    background: #000;
}
.to-toppage a {
    color: #fff;
    text-decoration: none;
}



#right-nav {
    width: 100px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 100px;
	z-index: 10;
   -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#right-nav.show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}
.right-nav__list >li {
    padding-top: 100%;
    position:relative;
    margin-bottom: 20px;
}
.right-nav__list >li a {
    font-size: 20px;
    font-weight: bold;
    color: var(--blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    letter-spacing: -1px;
    line-height: 1.2;
    border: solid 2px;
    border-radius: 10000px;
    background: #e4eff6;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.right-nav__list >li a:hover {
    color: #fff;
    background: var(--blue-color);
}


@media (max-width: 815px) {

    body {
        font-size: 16px;
    }
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
    
    .fd-header img {
        width: 70px;
    }
    #fd-fv {
        padding: 50px 0;
    }
    #fd-main:before,
    #fd-main:after {
        display: none;
    }
    
    .fd-contents {
        padding: 40px 0;
    }
    .has-bg {
        background-size: 50px;
    }
    .imgs-3__list >li {
        width: 48%;
        margin: 0 0 4% 4%;
    }
    .imgs-3__list >li:nth-child(3n+1) {
        margin: 0 0 4% 4%;
    }
    .imgs-3__list >li:nth-child(2n+1) {
        margin-left: 0;
    }
	.fd-btn {
		margin-top: 40px;
	}
	.fd-btn a {
		font-size: 20px;
		padding: 20px 10px;
	}

	#point7 h2 {
		font-size: 24px;
	}
	.point7__list {
		margin-top: 30px;
	}
	.point7__list >li .img {
		width: 100px;
	}
	.point7__list >li .info {
		width: calc(100% - 110px);
	}
	.point7__list >li .info h3 {
		font-size: 20px;
	}
	.point7__list >li .info p {
		font-size: 13px;
	}


	#message-card h2 {
		font-size: 20px;
	}

    .fd-title {
        margin-bottom: 40px;
    }
    .fd-title h2 {
        font-size: 24px;
    }
	.fd-title .icon {
		margin-bottom: 20px;
	}
    .fd-title .icon img {
        width: 70px;
    }

	#giftset-ranking h2 {
		font-size: 21px;
		margin-bottom: 30px;
	}
	.giftset-ranking__list >li .icon {
		margin-bottom: 20px;
	}
	.giftset-ranking__list >li .icon img {
		width: 100px;
	}

	.benefit-point {
		margin-top: 70px;
	}
    .benefit-point h2 {
        font-size: 21px;
        margin-bottom: 100px;
    }
    .benefit-point h2:after {
        height: 25px;
        background-size: auto 25px;
        bottom: -40px;
    }
    .benefit-point h2 span {
        font-size: 44px;
    }
    .benefit-point-detail__list >li {
        margin-bottom: 40px;
    }
    .benefit-point-detail__list >li .title {
        margin-bottom: 30px;
    }
    .benefit-point-detail__list >li .title h3 {
        font-size: 18px;
    }
    .benefit-point-detail__list >li .title p {
        margin-top: 10px;
    }

	.point__list >li:not(:last-child) {
		margin-bottom: 30px;
	}



    .b-p-d-method {
        margin-top: 40px;
        display: block;
    }
    .b-p-d-method .-text {
        width: 100%;
    }
    .b-p-d-method .-text h4 {
        font-size: 18px;
    }
    .b-p-d-method .-text p br {
        display: none;
    }
    .b-p-d-method .-img {
        width: 100%;
        padding: 0 50px;
        margin-top: 30px;
    }

    .b-p-d-cmn {
        display: block;
        margin-top: 40px;
    }
    .b-p-d-cmn .-img {
        width: 100%;
        margin-bottom: 30px;
    }
    .b-p-d-cmn .-text {
        width: 100%;
    }
    .b-p-d-cmn .-text h4 {
        font-size: 18px;
    }
    .b-p-d-cmn .-text h4 br {
        display: none;
    }
    .b-p-d-cmn .-text p {
        font-size: 20px;
        margin-top: 20px;
    }
    
    #wrapping h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
	.wrapping__list >li:not(:last-child) {
		margin: 0 auto 40px;
	}
    .wrapping__list >li p {
        margin-top: 10px;
        font-size: 13px;
    }

    #safety h2 {
        font-size: 20px;
    }
    #safety h3 {
        font-size: 26px;
    }
    #safety p {
        font-size: 16px;
        padding: 0;
    }
    
    .gift__list > li {
        margin-bottom: 20px;
    }

    #review h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    #review p {
        font-size: 14px;
        text-align: left;
    }

    #right-nav {
        width: 70px;
        right: 10px;
    }
    .right-nav__list >li:not(:last-child) {
        margin-bottom: 10px;
   }
    .right-nav__list >li a {
        font-size: 13px;
    }

}



