@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 {
    position: relative;
    width: 900px;
    margin: 0 auto 120px;
    padding: 0 0 50px;
    color: #393939;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    overflow: hidden;
    line-height: 1.86;
    letter-spacing: 0.04em;
}
.sc-container::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fbfbfb;
    content: "";
}

.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 {
	opacity: 0.7;
	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;
}

.top_comment_ {
    margin-top: 24px;
    margin-bottom: 30px;
}

.rn-newarrival {
    margin-bottom: 53px;
}
.itemlist_wrap_ + .search_block_.search-block {
    display: none;
}

/* ====================
btn-more
==================== */
.btn-more {
    display: block;
    position: relative;
    width: 342px;
    height: 54px;
    margin: 20px auto 48px;
    border-radius: 54px;
    background: #132d51;
    line-height: calc(54px - 3px);
    text-align: center;
}
.btn-more::after {
    display: block;
    position: absolute;
    bottom: calc(50% - 2.5px);
    right: 33px;
    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: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.04em;
}

/* ====================
section
==================== */
.sc-container .section {
    margin: 0 auto 120px;
    padding: 28px 0 0;
    border-top: solid 1px #393939;
}
.sc-container .section-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.04em;
}
.sc-container .section-title span {
    color: #0e3162;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Kufam', sans-serif;
    letter-spacing: 0.04em;
}
.sc-container .series-list {
    margin: 52px auto 0;
    width: 780px;
}
.sc-container .series-list-item {
    margin: 0 0 100px;
}
.sc-container .series-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
}
.sc-container .series-list-item:nth-child(even) .series-main {
    flex-direction: row-reverse;
}
.sc-container .series-main-desc {
    width: 350px;
    margin-top: 20px;
}
.sc-container .series-list-item:nth-child(even) .series-main-desc {
    padding-left: 27px;
}
.sc-container .series-main-title {
    position: relative;
    z-index: 0;
    margin: 0 0 12px 45px;
    padding-top: 58px;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Kufam', sans-serif;
    line-height: 1.15;
}
.sc-container .series-main-title span {
    position: absolute;
    top: -40px;
    left: -50px;
    z-index: -1;
    color: #ebebeb;
    font-size: 120px;
    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: 400px;
    height: 500px;
}
.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: 0 0 40px;
    padding: 23px 74px 25px;
    border-top: solid 1px #edebeb;
    border-bottom: solid 1px #edebeb;
}
.sc-container .series-point-title {
    position: absolute;
    top: -10px;
    left: calc(50% - 120px);
    width: 110px;
    height: 20px;
    background: #edebeb;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Kufam', sans-serif;
    text-align: center;
    line-height: 24px;
}
.sc-container .series-point-image {
    position: absolute;
    z-index: 1;
    width: 160px;
    top: -40px;
    left: 82px;
}
.sc-container .series-point-text {
    margin: 0 0 6px;
}
.sc-container .series-point-note {
    font-size: 12px;
}
.sc-container .sc-itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 640px;
    margin: 0 auto;
}
.sc-container .list {
    width: calc((100% - 40px) / 2);
}
.sc-container .item-image {
    display: block;
    margin: 0 0 17px;
}
.sc-container .item-desc {
    display: block;
    text-align: center;
}
.sc-container .item-name {
    font-size: 16px;
    line-height: 1;
}
.sc-container .item-price {
    margin-left: 15px;
    font-size: 18px;
    line-height: 1;
}
.sc-container .tax {
    font-size: 14px;
    vertical-align: 1px;
}
.sc-container .item-btn {
    display: block;
    position: relative;
    width: 260px;
    height: 45px;
    margin: 23px auto 0;
    border-radius: 45px;
    background: #132d51;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
}
.sc-container .item-btn::after {
    display: block;
    position: absolute;
    bottom: calc(50% - 3.5px);
    right: 25px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
    content: "";
}
.sc-container .charm-list {
    width: 780px;
    margin: 52px auto 0;
}
.sc-container .charm-list-item {
    margin: 0 0 60px;
}
.sc-container .charm-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc-container .charm-list-item:nth-child(even) .charm-main {
    flex-direction: row-reverse;
}
.sc-container .charm-main-desc {
    width: 340px;
}
.sc-container .charm-main-title {
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0 0 13px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}
.sc-container .charm-main-title span {
    display: block;
    width: 58px;
    height: 60px;
    margin-right: 20px;
    border-right: solid 1px #3b486b;
    color: #3c486d;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
    line-height: 60px;
}
.sc-container .charm-main-text sup {
    vertical-align: super;
}
.sc-container .charm-main-note {
    font-size: 12px;
    line-height: 1.67;
}
.sc-container .charm-main-image + .charm-main-note {
    margin-top: 8px;
}
.sc-container .charm-main-text + .charm-main-note {
    margin-top: 5px;
}
.sc-container .charm-list-item:nth-child(1) .charm-main-image-wrapper {
    width: 400px;
}
.sc-container .charm-list-item:nth-child(1) .charm-main-image {
    width: 100%;
    height: 280px;
}
.sc-container .charm-list-item:nth-child(2) .charm-main-image {
    width: 400px;
    height: 340px;
    border: solid 1px #eaedf2;
}
.sc-container .charm-list-item:nth-child(3) .charm-main-image {
    width: 400px;
    height: 330px;
}
.sc-container .charm-main-image img {
    width: auto;
    height: 100%;
}
.sc-container .charm-point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0 0;
    padding: 40px;
    background: #f1f4f8;
}
.sc-container .charm-point-desc {
    width: 360px;
    order: 2;
}
.sc-container .charm-point-title {
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: solid 1px #d2d5e6;
    color: #3c486d;
    font-size: 20px;
    font-weight: 700;
}
.sc-container .charm-point-image {
    width: 300px;
    height: 200px;
    order: 1;
}
.sc-container .charm-point-image img {
    width: auto;
    height: 100%;
}

/* ====================
shop-area
==================== */
.sc-container .shop-area {
    width: 780px;
    margin: -20px auto 100px;
    padding: 52px 60px 50px;
    background: #f1f4f8;
}
.sc-container .shop-title {
    margin: 0 auto 28px;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.04em;
}
.sc-container .shop-title span {
    display: block;
    color: #0e3162;
    font-size: 20px;
    font-weight: 700;
}
.sc-container .shop-text {
    margin: 0 0 33px;
    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: 65px;
    border: solid 1px #cfd8e3;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
}
/* .sc-container .shop-list-btn::after {
    display: block;
    position: absolute;
    bottom: calc(50% - 3px);
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
    transform: rotate(45deg);
    content: "";
} */
.sc-container .shop-list-btn span {
    width: 100%;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0;
}

/* ====================
btn-shoplist
==================== */
.sc-container .btn-shoplist {
    display: block;
    position: relative;
    width: 342px;
    height: 54px;
    margin: 20px auto 48px;
    border-radius: 54px;
    background: #132d51;
    line-height: calc(54px - 3px);
    text-align: center;
}
.sc-container .btn-shoplist::after {
    display: block;
    position: absolute;
    bottom: calc(50% - 2.5px);
    right: 33px;
    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: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.04em;
}