@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, .sc-container a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
}

.sc-container li {
	list-style: none;
}

.sc-container th {
	text-align: left;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-weight: normal;
	font-size: 100%;
	border: none;
}

.sc-container dl {
	font-size: 0;
}

/*ページトップへ戻る*/
#page-top a {
	display: block;
	opacity: 1;
	width: 60px;
	height: 60px;
	background: url(../img/btn_pagetop_sp.png) left top;
	-webkit-transition: .4s;
	transition: .4s;
}


/* ====================
***
==================== */
.sc-container {
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: 71px auto;
    color: #393939;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.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 p, .sc-container span {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    letter-spacing: 0.04em;
}

.sc-container img {
	width: 100%;
}

.sc-container strong,
.sc-container em {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
}

.sc-container a:hover {
	text-decoration: none;
	opacity: 1;
}


/* ====================
btn-more
==================== */
.btn-more {
    display: block;
    position: relative;
    width: 66%;
    height: 4em;
    margin: 25px auto 48px;
    border-radius: 4em;
    background: #132d51;
    line-height: calc(4em - 2px);
    text-align: center;
}
.btn-more::after {
    display: block;
    position: absolute;
    bottom: calc(50% - 1px);
    right: 20px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(135deg);
    content: "";
}
.btn-more span {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.04em;
}

/* ====================
section
==================== */
.sc-container .section {
    width: 95%;
    margin: 0 auto 70px;
    padding: 16px 0 0;
    border-top: solid 1px #393939;
}
.sc-container .section-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.sc-container .section-title span {
    color: #0e3162;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Kufam', sans-serif;
}
.sc-container .series-list {
    margin: 30px 0 0;
}
.sc-container .series-list-item {
    margin: 0 0 60px;
}
.sc-container .series-main {
    margin: 0 0 30px;
}
.sc-container .series-main-desc {
    width: 89.2%;
    margin: 0 auto 18px;
}
.sc-container .series-main-title {
    position: relative;
    z-index: 0;
    margin: 0 0 6px;
    padding: 45px 0 0 19px;
    font-size: 29px;
    font-weight: 500;
    font-family: 'Kufam', sans-serif;
    line-height: 1.15;
    letter-spacing: 0.04em;
}
.sc-container .series-main-title span {
    position: absolute;
    top: -15px;
    left: -5px;
    z-index: -1;
    color: #ebebeb;
    font-size: 80px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
}
.sc-container .series-list-item:nth-child(2) .series-main-title span {
    color: #f2e6e2;
}
.sc-container .series-main-image {
    width: 100%;
    height: calc(928 / 780 * 100vw);
}
.sc-container .series-main-image img {
    width: auto;
    height: 100%;
}
.sc-container .series-point {
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 0;
    margin: 40px 0 30px;
    padding: 20px 4% 22px;
    border-top: solid 1px #edebeb;
    border-bottom: solid 1px #edebeb;
}
.sc-container .series-point-title {
    position: absolute;
    top: -8.5px;
    left: calc(50% - 50px);
    width: 100px;
    height: 17px;
    background: #edebeb;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Kufam', sans-serif;
    text-align: center;
    line-height: 20px;
}
.sc-container .series-point-image {
    position: absolute;
    z-index: 1;
    width: 125px;
    top: calc(50% - 62.5px);
    left: 15px;
}
.sc-container .series-point-desc {
    width: 58.9%;
}
.sc-container .series-point-text {
    margin: 0 0 5px;
}
.sc-container .series-point-note {
    font-size: 12px;
    line-height: 1.58;
}
.sc-container .sc-itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sc-container .list {
    width: calc((100% - 10px) / 2);
}
.sc-container .item-image {
    display: block;
    margin: 0 0 10px;
}
.sc-container .item-name {
    display: block;
    margin: 0 0 6px;
    line-height: 1;
    text-align: center;
}
.sc-container .item-price {
    display: block;
    margin: 0 0 13px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.sc-container .tax {
    font-size: 10px;
    vertical-align: 1px;
}
.sc-container .item-btn {
    display: block;
    position: relative;
    width: 90%;
    height: 35px;
    margin: 0 auto;
    padding-right: 8px;
    border-radius: 35px;
    background: #132d51;
    color: #ffffff;
    line-height: calc(35px - 2px);
    text-align: center;
}
.sc-container .item-btn::after {
    display: block;
    position: absolute;
    bottom: calc(50% - 2.5px);
    right: 15px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
    content: "";
}
.sc-container .charm-list {
    width: 89.2%;
    margin: 32px auto 0;
}
.sc-container .charm-list-item {
    margin: 0 0 50px;
}
.sc-container .charm-main-title {
    display: flex;
    align-items: center;
    height: 50px;
    margin: 0 0 9px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.sc-container .charm-main-title span {
    display: block;
    width: 15.7%;
    margin-right: 20px;
    border-right: solid 1px #3c486d;
    color: #3c486d;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
}
.sc-container .charm-main-desc {
    margin: 0 0 13px;
}
.sc-container .charm-main-text sup {
    vertical-align: super;
}
.sc-container .charm-main-note {
    font-size: 12px;
    line-height: 1.58;
}
.sc-container .charm-main-image + .charm-main-note {
    margin-top: 10px;
}
.sc-container .charm-main-text + .charm-main-note {
    margin-top: 5px;
}
.sc-container .charm-list-item:nth-child(1) .charm-main-image {
    width: 100%;
    height: calc(463 / 780 * 100vw);
}
.sc-container .charm-list-item:nth-child(2) .charm-main-image {
    width: 100%;
    height: calc(562 / 780 * 100vw);
}
.sc-container .charm-list-item:nth-child(3) .charm-main-image {
    width: 100%;
    height: calc(546 / 780 * 100vw);
}
.sc-container .charm-main-image img {
    width: auto;
    height: 100%;
}
.sc-container .charm-point {
    margin: 27px 0 0;
    padding: 17px 7.6% 25px;
    background: #f1f4f9;
}
.sc-container .charm-point-desc {
    margin: 0 0 12px;
}
.sc-container .charm-point-title {
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: solid 1px #d2d5e6;
    color: #3c486d;
    font-size: 18px;
    font-weight: 700;
}
.sc-container .charm-point-image {
    width: 100%;
    height: calc(375 / 780 * 100vw);
}
.sc-container .charm-point-image img {
    width: auto;
    height: 100%;
}

/* ====================
shop-area
==================== */
.sc-container .shop-area {
    padding: 32px 2.4% 30px;
    background: #f1f4f8;
}
.sc-container .shop-title {
    margin: 0 auto 22px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}
.sc-container .shop-title span {
    display: block;
    color: #0e3162;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}
.sc-container .shop-text {
    margin: 0 0 25px;
    text-align: center;
}
.sc-container .shop-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.sc-container .shop-list-item {
    width: calc((100% - 10px) / 2);
    margin: 0 0 10px;
}
.sc-container .shop-list-btn {
    display: flex;
    align-items: center;
    position: relative;
    background: #ffffff;
    width: 100%;
    height: 50px;
    border: solid 1px #cfd8e3;
    border-radius: 5px;
    padding: 0 13px;
}
/* .sc-container .shop-list-btn::after {
    display: block;
    position: absolute;
    bottom: calc(50% - 2.5px);
    right: 15px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
    transform: rotate(45deg);
    content: "";
} */
.sc-container .shop-list-btn span {
    width: 100%;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0;
}

/* ====================
btn-shoplist
==================== */
.sc-container .btn-shoplist {
    display: block;
    position: relative;
    width: 66%;
    height: 4em;
    margin: 25px auto 48px;
    border-radius: 4em;
    background: #132d51;
    line-height: calc(4em - 2px);
    text-align: center;
    font-size: smaller;
}
.sc-container .btn-shoplist::after {
    display: block;
    position: absolute;
    bottom: calc(50% - 1px);
    right: 20px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
    content: "";
}
.sc-container .btn-shoplist span {
    color: #ffffff;
    /* font-size: 14px; */
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.04em;
}
