@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}
.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container dl {
	font-size: 0;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
    width: 1000px;
    margin: 42px auto;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    line-height: 2.19;
    overflow: hidden;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
}

.sc-container a span {
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container a:hover,
.sc-container a:active {
	text-decoration: none;
}

#page-top a {
	background: url(../img/btn_pagetop.png) left top;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}


/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
    margin: 0 auto 60px;
}
.sc-container .keyv-image {
    width: 100%;
    height: 480px;
    margin: 0 auto 41px;
}
.sc-container .keyv-title {
    color: #184582;
    margin: 0 0 38px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.71;
    text-align: center;
}
.sc-container .keyv-text {
    text-align: center;
}

/* ====================
nav-area
==================== */
.sc-container .nav-area {
    position: relative;
    z-index: 0;
    width: 550px;
    margin: 0 auto 86px;
    padding: 32px 50px 27px;
    border: solid 1px #5f5fbe;
    box-sizing: border-box;
}
.sc-container .nav-title {
    position: absolute;
    top: -13px;
    left: calc(50% - 32px);
    width: 64px;
    background: #ffffff;
    color: #5f5fbe;
    font-size: 24px;
    font-family: 'Pathway Gothic One', sans-serif;
    line-height: 1;
    text-align: center;
}
.sc-container .nav-list-item {
    line-height: 1;
}
.sc-container .nav-list-item:not(:last-child) {
    margin: 0 0 18px;
    border-bottom: solid 1px #5f5fbe;
}
.sc-container .nav-list-link {
    display: block;
    position: relative;
    padding: 0 0 0 53px;
    color: #000000;
    line-height: 1.81;
}
.sc-container .nav-list-link::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 26px;
    height: 16px;
    background: url(../img/icon_ribbon.png) no-repeat;
    background-size: contain;
    content: "";
}

/* ====================
section
==================== */
.sc-container .section {
    position: relative;
}
.sc-container .section::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 31px;
    background: url(../img/image_line_pc.png) no-repeat;
    background-size: contain;
    content: "";
}
.sc-container .section-title {
    position: relative;
    padding: 38px 0 0;
    color: #184582;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    line-height: 2;
}
.sc-container .section-title::before {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 27.5px);
    width: 55px;
    height: 32px;
    background: url(../img/icon_ribbon.png) no-repeat;
    background-size: contain;
    content: "";
}
.sc-container .section-text {
    margin: 36px 0 0;
    text-align: center;
}

/* ====================
reason
==================== */
.sc-container #reason {
    padding: 117px 0 88px;
}
.sc-container .reason-image {
    width: 500px;
    margin: 34px auto 40px;
}
.sc-container .reason-text {
    text-align: center;
}

/* ====================
timing
==================== */
.sc-container #timing {
    padding: 122px 0 137px;
}
.sc-container .timing-list {
    width: 802px;
    margin: 103px auto 0;
}
.sc-container .timing-list-item {
    position: relative;
    z-index: 0;
}
.sc-container .timing-list-item:not(:last-child) {
    margin: 0 0 116px;
}
.sc-container .timing-title {
    position: absolute;
    top: -2px;
    left: -98px;
    width: 400px;
    padding: 0 0 13px 98px;
}
.sc-container .timing-title::after {
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 400px;
    height: 21px;
    content: "";
}
.sc-container .timing-list-item:nth-child(odd) .timing-title::after {
    background: url(../img/bg_timing_title_01_pc.png) no-repeat;
    background-size: contain;
}
.sc-container .timing-list-item:nth-child(even) .timing-title::after {
    background: url(../img/bg_timing_title_02_pc.png) no-repeat;
    background-size: contain;
}
.sc-container .timing-title span {
    color: #184582;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.sc-container .timing-image {
    padding: 55px 0 0;
}
.sc-container .timing-text {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 490px;
    height: 300px;
    padding: 45px 20px 0 60px;
    background: #edf0ff;
    font-size: 14px;
    line-height: 2.5;
}

/* ====================
present
==================== */
.sc-container #present {
    padding: 122px 0 0;
}
.sc-container #present .section-title {
    padding: 49px 0 0;
}
.sc-container .price-nav-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 566px;
    margin: 63px auto 48px;
}
.sc-container .price-nav-list-item {
    width: 180px;
    margin: 0 0 30px 13px;
}
.sc-container .price-nav-list-item:nth-child(3n+1) {
    margin: 0 0 30px;
}
.sc-container .price-nav-list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 65px;
    border: solid 1px #5f5fbe;
    font-size: 16px;
    line-height: 1;
}
.sc-container .price-nav-list-link::after {
    display: block;
    position: absolute;
    right: 13px;
    top: calc(50% - 7px);
    border-left: 9px solid #5f5fbe;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
}
.sc-container .present {
    width: 900px;
    margin: 0 auto 20px;
    padding-top: 70px;
}
.sc-container .present-inner {
    position: relative;
    z-index: 0;
    background: #edf0ff;
    padding: 38px 30px 32px 36px;
}
.sc-container .present-catch {
    position: absolute;
    top: -40px;
    left: 19px;
    width: 147px;
    height: 150px;
    padding: 56px 0 0;
    background: url(../img/bg_present_catch_pc.png) no-repeat;
    background-size: contain;
    text-align: center;
}
.sc-container .present-catch span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    color: #5f5fbe;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.sc-container #price10-20 .present-catch span {
    padding: 0;
}
.sc-container .present-catch span::after {
    display: block;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #5f5fbe;
    content: "";
}
.sc-container .present-title-wrapper {
    margin: 0 0 34px;
    padding-left: 150px;
}
.sc-container .present-title {
    margin: 0 0 8px;
    color: #184582;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.sc-container .present-name {
    font-weight: 700;
    text-indent: -0.5em;
}
.sc-container .present-note {
    margin: 0 0 -10px;
    font-size: 12px;
    line-height: 1;
}
.sc-container .item-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 0 47px;
}
.sc-container .item-image {
    width: 299px;
}
.sc-container .item-desc {
    display: flex;
    width: 520px;
    background: #ffffff;
}
.sc-container .item-desc-image {
    width: 183px;
}
.sc-container .item-desc-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 320px;
    padding: 24px 0 15px;
}
.sc-container .item-desc-text {
    height: 182px;
    font-size: 13px;
    line-height: 1.77;
}
.sc-container .btn-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;w
}
.sc-container .btn-list-item.item-btn {
    width: 158px;
}
.sc-container .btn-list-item.item-btn .btn-list-link {
    display: flex;
    align-items: center;
    position: relative;
    height: 39px;
    padding-left: 18px;
    background: #184582;
}
.sc-container .btn-list-item.item-btn .btn-list-link::after {
    display: block;
    position: absolute;
    right: 21px;
    top: calc(50% - 6px);
    border-left: 10px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
}
.sc-container .btn-list-item.item-btn .btn-list-link span {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
}
.sc-container .btn-list-item.lineup-btn {
    width: 150px;
}
.sc-container .btn-list-item.lineup-btn .btn-list-link {
    display: flex;
    align-items: center;
    position: relative;
    height: 30px;
    border: solid 1px #184582;
    padding-left: 4px;
}
.sc-container .btn-list-item.lineup-btn .btn-list-link::after {
    display: block;
    position: absolute;
    right: 7px;
    top: calc(50% - 4px);
    border-left: 7px solid #184582;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    content: "";
}
.sc-container .btn-list-item.lineup-btn .btn-list-link span {
    font-size: 9px;
    color: #184582;
    font-weight: 700;
    letter-spacing: -0.1em;
}
.sc-container .review-wrapper {
    margin: 0 0 44px;
}
.sc-container .review-title {
    position: relative;
    z-index: 0;
    margin: 0 0 27px;
    text-align: center;
}
.sc-container .review-title::before,
.sc-container .review-title::after {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    width: 250px;
    height: 1px;
    background: #184582;
    content: "";
}
.sc-container .review-title::before {
    left: 53px;
}
.sc-container .review-title::after {
    right: 53px;
}
.sc-container .review-title span {
    color: #184582;
    font-size: 21px;
    font-family: 'Pathway Gothic One', sans-serif;
    line-height: 1;
}
.sc-container .review-image {
    width: 480px;
    margin: 0 0 0 193px;
}
.sc-container .recommend-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 5px;
}
.sc-container .recommend-image {
    width: 219px;
}
.sc-container .recommend-desc {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 0;
    width: 500px;
    height: 200px;
    margin: 50px 0 0;
    padding: 16px 15px 0 35px;
    background: #ffffff;
}
.sc-container .recommend-desc-title span {
    color: #76a3d1;
    font-size: 21px;
    font-family: 'Pathway Gothic One', sans-serif;
    line-height: 1;
}
.sc-container .recommend-desc-text {
    width: 312px;
    margin: 31px 0 0;
    font-size: 11px;
    line-height: 1.73;
    letter-spacing: 0.02em;
}
.sc-container .recommend-desc-image {
    position: absolute;
    bottom: -100px;
    left: -95px;
    z-index: 1;
}

/* ====================
スクロール
==================== */
/* 下からふわっと */
.fadein {opacity:0;transform:translateY(40px)}
.fadein.scrollin {opacity:1;transition:.8s .2s ease;transform:none}