@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;
}

/* ====================
***
==================== */
.bg-wrapper {
    width: 100%;
    margin: 34px auto 0;
    background: #f9fafa;
    overflow: hidden;
}

.sc-container {
    margin: 42px auto;
    background: #f9fafa;
    color: #534741;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    overflow: hidden;
    line-height: 140%;
}

.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;
    opacity: 0.8;
}

#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 {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 78px;
}
.sc-container .keyv-title {
    width: 750px;
    margin: 48px auto 0;
    padding: 50px 0 0;
    border-top: solid 5px #ccb3af;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.77;
    text-align: center;
}
.sc-container .keyv-text {
    position: relative;
    z-index: 0;
    margin: 65px 0 0;
    font-size: 17px;
    line-height: 1.88;
    text-align: center;
}
.sc-container .keyv-text::before {
    display: block;
    position: absolute;
    z-index: -1;
    top: -23px;
    left: calc(50% - 404px);
    width: 804px;
    height: 360px;
    background: url(../img/bg_read.png) no-repeat;
    background-size: contain;
    content: "";
}
.sc-container .text {
    display: block;
}
.sc-container .text ~ .text {
    margin: 32px 0 0;
}

/* ====================
section
==================== */
.sc-container .section {
    padding: 64px 0 51px;
}
.sc-container .section:nth-child(even) {
    background: #efe1df;
}
.sc-container .section-inner {
    width: 900px;
    margin: 0 auto;
    padding: 0 8px 0 30px;
}
.sc-container .section-title-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100px;
    padding: 6px 0 0 27px;
    border-left: solid 5px #ccb3af;
}
.sc-container .section-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.15em;
}
.sc-container .section-text {
    margin: 33px 0 0;
    font-size: 18px;
    letter-spacing: 0.09em;
}
.sc-container .section-desc-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    z-index: 0;
    margin: 60px 0 0;
}
.sc-container .section-desc-wrapper::before {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
}
.sc-container .use {
    width: 600px;
}
.sc-container .use-image {
    width: 600px;
    height: 400px;
}
.sc-container .use-image img {
    width: auto;
    height: 100%;
}
.sc-container .use-list {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 180px;
    margin: 45px 0 0;
    padding: 0 27px;
    border: solid 1px #534741;
    border-radius: 30px;
    background: #efe1df;
}
.sc-container .section:nth-child(even) .use-list {
    background: #ffffff;
}
.sc-container .use-list-item {
    font-size: 18px;
    line-height: 2;
}
.sc-container .item {
    width: 230px;
}
.sc-container .item-image {
    display: block;
    width: 230px;
    height: 288px;
}
.sc-container #pair .item-image {
    width: 180px;
}
.sc-container .item-image img {
    width: auto;
    height: 100%;
}
.sc-container .item-name {
    display: block;
    margin: 25px 0 0;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}
.sc-container .item-price {
    display: block;
    margin: 20px 0 0;
    font-size: 21px;
    text-align: center;
}
.sc-container .tax {
    margin: 0 8px;
}
.sc-container .item-btn {
    display: block;
    width: 180px;
    height: 50px;
    margin: 20px auto 0;
    background: #534741;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
}
/* ÂĘwč */
.sc-container #gift .section-desc-wrapper::before {
    top: -144px;
    right: -65px;
    width: 337px;
    height: 257px;
    background: url(../img/image_gift_deco.png) no-repeat;
    background-size: contain;
}
.sc-container #newlife .section-desc-wrapper::before {
    top: -134px;
    right: -112px;
    width: 386px;
    height: 257px;
    background: url(../img/image_newlife_deco_pc.png) no-repeat;
    background-size: contain;
}
.sc-container #yourself .section-desc-wrapper::before {
    top: -162px;
    right: -110px;
    width: 390px;
    height: 305px;
    background: url(../img/image_yourself_deco_pc.png) no-repeat;
    background-size: contain;
}
.sc-container #pair.section {
    padding: 64px 0 75px;
}
.sc-container #pair .section-desc-wrapper {
    margin: 56px 0 0;
}
.sc-container #pair .section-desc-wrapper::before {
    top: -87px;
    right: -75px;
    width: 348px;
    height: 174px;
    background: url(../img/image_pair_deco.png) no-repeat;
    background-size: contain;
}
.sc-container #pair .use {
    width: 540px;
}
.sc-container #pair .use-image {
    width: 540px;
}
.sc-container #pair .use-list {
    margin: 33px 0 0;
}
.sc-container #pair .item {
    position: absolute;
    bottom: 0;
    right: -87px;
    width: 378px;
}
.sc-container #pair .sc-itemlist {
    display: flex;
    justify-content: space-between;
}
.sc-container #pair .item-name {
    margin: 32px 0 0;
}

/* ====================
btn
==================== */
.sc-container .btn {
    margin: 72px 22px 0 0;
    width: 840px;
}
.sc-container .btn-link {
    display: block;
    width: 514px;
    height: 70px;
    margin: 0 auto;
    padding-right: 33px;
    border: solid 1px #534741;
    box-sizing: border-box;
    background: #ffffff;
    text-align: center;
    line-height: calc(70px - 2px);
}
.sc-container .btn-link span {
    position: relative;
    color: #534741;
    font-size: 21px;
    font-weight: 700;
}
.sc-container .btn-link span::after {
    display: block;
    position: absolute;
    right: -42px;
    top: calc(50% - 10px);
    border-left: 17px solid #534741;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
}
.sc-container .btn-link:hover {
    opacity: 1;
    background: #534741;
}
.sc-container .btn-link:hover span {
    color: #ffffff;
}
.sc-container .btn-link:hover span::after {
    border-left: 17px solid #ffffff;
}
/* ÂĘwč */
.sc-container #styling .btn {
    margin: 76px 0 0;
}
.sc-container #styling .btn-link {
    width: 574px;
}
.sc-container #shop .btn {
    margin: 68px 0 0;
}
.sc-container #shop .btn-link {
    width: 364px;
}

/* ====================
other
==================== */
.sc-container .other {
    padding: 65px 0;
}
.sc-container .other:nth-child(even) {
    background: #efe1df;
}
.sc-container .other-inner {
    width: 900px;
    margin: 0 auto;
}
.sc-container .other-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.sc-container .other-image {
    width: 900px;
    height: 368px;
    margin: 68px 0 0;
}
.sc-container .other-image img {
    width: auto;
    height: 100%;
}
.sc-container .other-text {
    margin: 64px 0 0;
    font-size: 21px;
    line-height: 1.52;
    text-align: center;
}
.sc-container .other-image-list {
    width: 813px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}
.sc-container .other-image-list-item {
    width: 399px;
    height: 300px;
}
.sc-container .other-image-list-item img {
    width: auto;
    height: 100%;
}
/* ÂĘwč */
.sc-container #blog.other {
    padding: 65px 0 140px;
}
.sc-container #blog .other-inner {
    width: 1000px;
}
.sc-container .blog-list {
    display: flex;
    justify-content: space-between;
    margin: 68px 0 0;
}
.sc-container .blog-list-item {
    width: 240px;
}
.sc-container .blog-list-item a {
    display: block;
    padding: 10px;
    background: #ffffff;
}
.sc-container .blog-list-image {
    display: block;
    width: 220px;
    height: 343px;
}
.sc-container .blog-list-image img {
    width: auto;
    height: 100%;
}
.sc-container #shop.other {
    padding: 65px 0 140px;
}

/* ====================
XN[
==================== */
/* śşŠç */
.section-desc-wrapper.fadein::before {opacity:0;transform:translate(40px,40px)}
.section-desc-wrapper.fadein.scrollin::before {opacity:1;transition:.8s .4s ease;transform:none}