@charset "utf-8";

/* 既存コンテンツ 調整 */
.fs-l-main,
.fs-l-sideArea + .fs-l-pageMain {
    max-width: none;
    padding-bottom: 0;
}
.fs-c-heading {
    margin: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 1100px) {
.fs-l-pageMain {
    padding: 40px 0 0;
} 
}
@media screen and (max-width: 768px) {
.fs-l-pageMain {
    padding: 40px 0 0;
}
}

/* 共通 */
.aboutus * {
    margin: 0;
    padding: 0;
    list-style: none;
	line-height:2em;
}
.aboutus img {
    width: 100%;
    vertical-align: top;
}
.aboutus.contents {
    padding: 0;
}
.aboutus a {
    text-decoration: none;
    color: #222222;
}
.aboutus a:hover {
    opacity: 0.8;
}
.aboutus .inner {
    max-width: 1200px;
    margin: auto;
}
.aboutus .s-inner {
    max-width: 1100px;
    margin: auto;
}

.about01  {
    max-width: 1100px;
    margin: auto;
	display: flex;
	 align-items: center;
    overflow: hidden;
	padding: 20px 0px;
	background: #d3dcdb;
}
.about02  {
    max-width: 1100px;
    margin: auto;
	display: flex;
	align-items: center;
    overflow: hidden;
	padding: 20px 0px;
	background: #e4e6e6;
}

.about h3 {
	line-height:1.5em;
}

.about_text {
	margin: 3%;
}
.about_img {
	margin: 2%;
		 
}
.aboutlink{
	margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
	
.about_text {
	width: 48%;
}
.about_img {
	width: 48%;
}
}


@media screen and (max-width: 769px) {
	
.about01  {
	flex-direction:column;
}
.about02  {
	flex-direction:column-reverse;
}
}

@media screen and (max-width: 768px) {
    .aboutus .s-inner {
        width: calc(100% - 40px);
    }
	.about  {
	 display:block;
}
}
.aboutus h3 {
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 400;
    width: fit-content;
	padding-bottom: 30px;
}
.aboutus .--bg_l-gry {
    background-color: #f5f5f5;
}
.aboutus .pc {
    display: block;
}
.aboutus .sp {
    display: none;
}
@media screen and (max-width: 1100px) {
.aboutus img {
    margin: auto;
    display: block;
}
.aboutus .inner {
    max-width: 1100px;
    margin: auto 30px;
}
}
@media screen and (max-width: 768px) {
.aboutus .inner {
    margin: auto 0;
}
.aboutus h3 {
    font-size: 2.1rem;
}
.aboutus .pc {
    display: none;
}
.aboutus .sp {
    display: block;
}
}



/* mainview */
.mainview--textbox {
    /* color: #a37635; */
    /* background: #f0ebe4; */
    text-align: center;
    padding: 60px 0;
}
.mainview--textbox h3 {
    line-height: 1.5;
    font-weight: 100;
    text-align: center;
}
.mainview--textbox h3 .--fnt-b {
    font-size: 150%;
}
.mainview--textbox p {
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
.mainview--textbox {
    text-align: left;
    padding: 40px 20px;
}
.mainview--textbox h3 {
}
.mainview--textbox p {
    margin: 15px 0 0;
}
}
.mainview--index {

}
.index--list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    padding: 0 80px;
}
.index--item {
    padding: 20px;
    width: calc( 100% / 3 );
} 
.index--item a {
    font-size: 16px;
    line-height: 2;
    padding: 0.5em 0;
    display: block;
    width: 100%;
}
.index--item > ul > li > ul > li > a {
    padding: 0.5em 0 0.5em 1em;
}
.index--item .index--main {
    border-bottom: 1px solid #dddfe3;
}
.index--item .index--sub {
    
}
@media screen and (max-width: 768px) {
    .index--list {
        padding: 0 0 20px;
    }
    .index--item {
        padding: 20px 20px 0;
        width: 100%;
    } 
    .index--item a {
        font-size: 14px;
    }

}


/* navigation */
.ng-navi--list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    padding: 40px 20px;
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
}
.ng-navi--item {
    width: calc( ( 100% - 80px ) / 3 );
}
.ng-navi--item a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #222222;
    color: #222222;
    padding: 10px 0;
    text-align: center;
}
.ng-navi--item a::before {
    content: "";
    border:4px solid transparent;
    border-top: 6px solid #222222;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.ng-navi--item a:hover {
    opacity: 1;
    background: #222222;
    color: #fff;
}
.ng-navi--item a:hover::before {
    border-top: 6px solid #ffffff;
}
@media screen and (max-width: 900px) {
    .ng-navi--item a {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 768px) {
    .ng-navi--list {
        flex-wrap: wrap;
        gap: 25px;
    }
    .ng-navi--item {
        width: 100%;
    }
}

/* ポイント */
.ng-point {
    padding-top: 130px;
    margin-top: -130px;
    margin-bottom: 120px; 
}
.ng-point h3 {
    line-height: 1.5;
    height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 50px;
}
.ng-point--text {
    margin-top: 60px;
    text-align: center;
}
.ng-point--list {
    max-width: 1000px;
    margin: 40px auto 0;
}
.ng-point--item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    box-shadow: 2px 2px 10px #aaa;
}
.ng-point--item + .ng-point--item {
    margin-top: 40px;
}
.ng-point--item .point_img {
    width: 43.5%;
}
.ng-point--item .point_desc {
    width: 56.6%;
    padding: 0 40px;
}
.ng-point--item .point_desc .point_desc--ttl {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
}
.ng-point--item .point_desc .point_desc--text {
    padding: 10px 0;
    font-size: 14px;
}
.ng-point--item .point_desc .point_desc--text a {
    text-decoration: underline;
}
@media screen and (max-width: 950px) {
    .ng-point {
        padding-top: 65px;
        margin-top: -65px;
    }
    .ng-point--item .point_desc {
        padding: 0 30px;
    }
    .ng-point--item .point_desc .point_desc--ttl {
        padding: 10px 0 5px;
        font-size: 16px;
    }
    .ng-point--item .point_desc .point_desc--text {
        padding: 5px 0 10px;
        font-size: 12px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 768px) {
    .ng-point--text {
        text-align: left;
        padding: 0 20px;
    }
    .ng-point--list {
        padding: 0 40px;
    }
    .ng-point--item {
        flex-wrap: wrap;
    }
    .ng-point--item .point_img {
        width: 100%;
    }
    .ng-point--item .point_desc {
        width: 100%;
        padding: 0 20px;
    }
    .ng-point--item .point_desc .point_desc--ttl {
        font-size: 16px;
        padding: 20px 0 10px;
    }
    .ng-point--item .point_desc .point_desc--text {
        padding: 10px 0 40px;
        font-size: 14px;
        line-height: 1.8;
    }

}




/* 人気ランキング */
.ng-ranking {
    padding: 130px 0 50px;
}
.ng-ranking + .ng-ranking {
    padding-top: 80px;
}
.ng-ranking > .inner {
    background: #f0ebe4;
    padding: 70px 50px;
}
.ng-ranking h3 {
    line-height: 1.5;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    gap: 1em;
    text-align: center;
}
.ng-ranking h3::before ,
.ng-ranking h3::after {
    content: "";
    width: 3em;
    height: 1px;
    background-color: #222;
}

.ng-ranking--block {
    display: flex;
    justify-content: space-between;
}
.ng-ranking--1st {
    width: 39%;
}
.ng-ranking--other {
    flex: 1;
    margin-left: 50px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px 20px;
}
.ng-ranking--box a {
    display:block;
    position: relative;
}
.ng-ranking--rank {
    position: absolute;
    left: 0;
    top: 0;
    width: 92px;
    height: 42px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    background: #1f4039;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px 0 0;
    color: #fff;
    font-family: 'Times New Roman';
    font-size: 1.8rem;
    font-weight: 100;
}
.ng-ranking--rank.--1st {
    background: #a37635;
}
.ng-ranking--rank.--2nd {
    background: #bbbbbb;
}
.ng-ranking--rank.--3rd {
    background: #a46a4a;
}
.ng-ranking--rank span {
    font-size: 160%;
    padding-bottom: 5px;
}
.ng-ranking--name {
    font-size: 1.6rem;
    padding: 15px 0;
}
.ng-ranking--price {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #222222;
}
.ng-ranking--link {
    margin-top: 50px;
}
.aboutus .ng-ranking--btn {
    display: block;
    width: 80%;
    max-width: 400px;
    background-color: #1f4039;
    border: 1px solid #1f4039;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    margin: 0 auto;
    padding: 1em 0;
}
.aboutus .ng-ranking--btn:hover {
    background-color: #fff;
    color: #1f4039;
}

@media screen and (max-width: 1100px) {
    .ng-ranking--box a {
        background-color: #ffffff;
    }
}
@media screen and (max-width: 768px) {
    .ng-ranking {
        padding: 70px 0 60px;
        padding-top: 50px;
        margin-top: -50px;
    }
    .ng-ranking > .inner {
        padding: 30px 0px;
    }
    .ng-ranking h3 {
        margin-bottom: 30px;
    }
    .ng-ranking h3::before ,
    .ng-ranking h3::after {
        width: 1em;
    }
    .ng-ranking--block {
        display: block;
        padding: 0 36px;
    }
    .ng-ranking--1st {
        width: 100%;
    }
    .ng-ranking--other {
        margin-left: 0;
        display: block;
    }
    .ng-ranking--box {
        margin-bottom: 40px;
    }
    .ng-ranking--other .ng-ranking--box:last-of-type {
        margin-bottom: 0;
    }
    .ng-ranking--rank {
        width: 82px;
        height: 32px;
        font-size: 1.4rem;
    }
    .ng-ranking--name {
        padding: 10px 0;
    }
    .ng-ranking--price {
        padding-bottom: 10px;
    }
    
}



/* ラッピングについて */
.ng-wrapping {
    padding: 140px 0;
    background: #243330;
}
.ng-wrapping .inner {
    max-width: 800px;
    margin: auto;
}
.ng-wrapping--about {
    height: 360px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    padding-left: 80px;
    overflow: hidden;
}
.ng-wrapping--about > img {
    width: 430px;
    margin: 0 0 0 auto;
}
.ng-wrapping--textbox {
    text-align: center;
}
.ng-wrapping--textbox h4,
.ng-wrapping--variation h4 {
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 15px;
}
.ng-wrapping--variation {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin-top: 30px;
}
.ng-wrapping--variation > div {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    padding: 30px;
}
.ng-wrapping--variation img {
    padding: 0 0 30px;
}
.ng-wrapping--step {
    margin: 70px 0 0;
}
.ng-wrapping--step > p {
    text-align: center;
    color: #ffffff;
    margin: 0 auto 30px;
    width: auto;
}
.ng-wrapping--step h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    color: #ffffff;
}
.ng-wrapping--step h3 span {
    display:inline-block;
    position: relative;
}
.ng-wrapping--step h3 span::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto;
}
.ng-wrapping--step h3 span::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto;
}
.ng-wrapping--comment {
    background: #fff;
    padding: 40px 20px;
    margin-top: 40px;
    position: relative;
    font-size: 12px;
    line-height: 1.8;
}
.ng-wrapping--comment img {
    position: absolute;
    top: -15px;
    right: 10px;
    width: 225px;
}
.ng-wrapping .ng-navi--item {
    max-width: 360px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.ng-wrapping .ng-navi--item a {
    margin-top: 60px;
    background-color: #fff;
    color: #243330;
}
.ng-wrapping .ng-navi--item a:before {
    border-top: 6px solid #243330;
}
.ng-wrapping .ng-navi--item a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .ng-wrapping{
        padding: 70px 30px;
    }
    .ng-point + .ng-wrapping {
        background: repeating-linear-gradient(-45deg,#202e2b,#202e2b 4px,#3a4845 0,#3a4845 8px);
    }
    .ng-wrapping--step h3 {
        font-size: 2rem;
    }
    .ng-wrapping--about {
        display: block;
        padding: 30px 0 5px;
        height: auto;
        overflow: hidden;
    }
    .ng-wrapping--about > img {
        margin: 0 auto 0;
    }
    .ng-wrapping--variation {
        grid-template-columns:repeat(1,1fr);
    }
    .ng-wrapping--step > p {
        width: 100%;
        margin: 0 0 30px;
    }
    .ng-wrapping--comment {
        padding: 20px 20px 20px;
    }
    .ng-wrapping--comment img {
        position: static;
        margin: 30px auto 0;
        display: block;
    }
    .ng-wrapping--btn {

    }
    .ng-wrapping .ng-navi--item a {
        margin-top: 40px;
    }
}

/* voice */
.ng-voice {
    margin-top: -100px;
    padding-top: 200px;
}
.ng-voice--list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px 40px;
    padding: 30px 100px;
}
.ng-voice--item {
    width: calc( ( 100% - 40px ) / 2 );
    background-color: #f5f5f5;
    padding: 30px;
}
.ng-voice--title {
    font-size: 16px;
    padding-left: 0.5em;
    margin-bottom: 15px;
}
.ng-voice--title .age {
    
}
.ng-voice--title .gender {
    padding-left: 0.5em;    
}
.ng-voice--text {

}
.--l_line_brw {
    border-left: 4px solid #a37635;
}
@media screen and (max-width: 768px) {
    .ng-voice {
        margin-top: -30px;
        padding-top: 80px;
    }
    .ng-voice--list {
        gap: 30px 40px;
        padding: 20px;
    }
    .ng-voice--item {
        width: 100% ;
        padding: 30px;
    }
}



/* 共通コンテンツ */
.ng-sec-conts {
    margin-top: -100px;
    padding-top: 160px;
}
.ng-sec-conts--blk {
    padding-bottom: 70px;
}
.ng-sec-conts--mv {
    margin-top: 40px;
}
.ng-sec-conts--mv_text {
    margin-top: 30px;
    text-align: center;
}
.ng-sec-s-conts {
    margin-top: -100px;
    padding-top: 150px
}
.ng-sec-s-conts--ttl {
    margin: 20px 0;
    padding-left: 0.5em;
    font-size: 17px;
    font-family: 'Noto Serif JP', serif;
}
.--l_line_grn {
    border-left: 3px solid #1f4039;
}
.ng-sec-s-conts--text {
    margin: 20px auto 40px;
}

.ng-sec-s-conts--list {
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 100px 0 ;
    padding-top: 60px;
    padding-bottom: 60px;
}
.ng-sec-s-conts--item {
    width: 50%;
    padding: 0 50px;
    position: relative;
}
.ng-sec-s-conts--item::after {
    width: calc( 100% - 50px );
    content: "";
    position: absolute;
    bottom: -50px;
    height: 1px;
    background-color: #cccccc;
}
.ng-sec-s-conts--item:nth-of-type(2n + 1)::after {
    width: calc( 100% - 50px + 1px );
    left: 50px;
}
.ng-sec-s-conts--item:nth-of-type(2n)::after {
    right: 50px;
}
.ng-sec-s-conts--item:nth-of-type(2n) {
    border-left: 1px solid #cccccc;
}
.ng-sec-s-conts--item:nth-last-of-type(1)::after, 
.ng-sec-s-conts--item:nth-last-of-type(2)::after {
    display: none;
}
.ng-sec-s-conts--item.--underline-pc-on:nth-last-of-type(1)::after, 
.ng-sec-s-conts--item.--underline-pc-on:nth-last-of-type(2)::after {
    display: block;
}
.ng-sec-s-conts--item .item--ttl {
    border-left: 3px solid #1f4039;
    margin: 0 0 20px ;
    padding-left: 0.5em;
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
}
.ng-sec-s-conts--item .item--img {
    
}
.ng-sec-s-conts--item .item--text {
    margin-top: 10px;
}
.ng-sec-s-conts--item .item--link {
    margin-top: 30px;
}
.ng-sec-s-conts--item .itme--btn {
    display: block;
    width: 80%;
    background-color: #1f4039;
    border: 1px solid #1f4039;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    margin: 0 auto;
    padding: 1em 0;
}
.ng-sec-s-conts--item .itme--btn:hover {
    background-color: #fff;
    color: #1f4039;
}
.ng-sec-s-conts--item_text {
    width: 100%;
    padding: 50px 0 10px;
    text-align: center;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .ng-sec-conts {
        margin-top: -50px;
        padding-top: 80px;
    }
    .ng-sec-conts--mv_text {
        text-align: left;
        padding: 0 20px;
    }
    .ng-sec-s-conts {
        margin-top: -30px;
        padding-top: 60px;
    }
    .ng-sec-s-conts--text {
        margin: 0 auto 0;
        padding: 20px 20px 40px;
        background-color: #fff;
    }
    .ng-sec-s-conts--list {
        gap: 60px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ng-sec-s-conts--item {
        width: 100%;
        margin: 0 20px;
        padding: 0;
    }
    .ng-sec-s-conts--ttl {
        font-size: 18px;        
    }
    .ng-sec-s-conts--item::after {
        width: 100%;
        bottom: -30px;
    }
    .ng-sec-s-conts--item:nth-of-type(2n + 1)::after {
        width: 100%;
        left: 0;
    }
    .ng-sec-s-conts--item:nth-of-type(2n)::after {
        width: 100%;
        right: 0;
    }
    .ng-sec-s-conts--item:nth-of-type(2n) {
        border-left: none;
    }
    .ng-sec-s-conts--item:nth-last-of-type(1)::after {
        display: none;
    }
    .ng-sec-s-conts--item:nth-last-of-type(2)::after {
        display: block;
    }
    .ng-sec-s-conts--item.--underline-pc-on:nth-last-of-type(1)::after {
        display: none;
    } 
    .ng-sec-s-conts--item.--underline-pc-on:nth-last-of-type(2)::after {
        display: block;
    }
    .ng-sec-s-conts--item.--underline-sp-off::after {
        display: none;
    }
    .ng-sec-s-conts--item.--item-blank {
        display: none;
    }
    .ng-sec-s-conts--item_text {
        padding-top: 20px;
        font-size: 15px;
    }
}

/* おすすめランキング */
.ng-rec_rank {
    margin-top: -160px;
    padding-top: 160px;
}
.ng-rec_rank + .ng-ranking ,
.ng-ranking + .ng-ranking {
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 0;
}
.aboutus .ng-rec_rank h3 {
    background-color: #b59463;
    color: #fff;
    display: block;
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
}
.aboutus .ng-rec_rank h3 .--fnt-s {
    font-size: 80%;
}
.ng-rec_rank--mv {

}
.ng-rec_rank--desc {
    text-align: center;
    padding-top: 40px;
    background-color: #f0ebe4;
}
@media screen and (max-width: 768px) {
    .ng-rec_rank {
        margin-top: -60px;
        padding-top: 60px;
    }
    .ng-rec_rank--desc {
        text-align: left;
        padding: 40px 20px 0;
    }
    .ng-rec_rank + .ng-ranking ,
    .ng-ranking + .ng-ranking {
        margin-top: -50px;
        padding-top: 50px;
    }

}

/* リンクリスト */
.ng-link_blk {

}
.ng-link_blk--price {
    margin-top: -100px;
    padding-top: 100px;
}
.ng-link_blk--wallet {

}
.ng-link_blk--bag {

}
.ng-link_blk--acc {

}
.normalgift .ng-link_blk h3 {
    margin-top: 50px;
}
.ng-link_blk--subttl {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 0.5em 0;
    font-family: 'Noto Serif JP', serif;
}
.ng-link_blk--subttl::before ,
.ng-link_blk--subttl::after {
    content: "";
    width: 2em;
    height: 1px;
    background-color: #222;
}

.ng-link_blk--list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px 20px;
    max-width: 880px;
    margin: 20px auto 40px;
}
.ng-link_blk--itemlink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( ( 100% - 40px ) / 3 );
    border: 1px solid #aaaaaa;
    padding: 1em 0;
}
.ng-link_blk--linktxt {
    display: block;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .ng-link_blk--price {
        margin-top: -40px;
        padding-top: 40px;
    }
    .ng-link_blk--list {
        padding: 0 20px;
    }
    .ng-link_blk--itemlink {
        width: calc( ( 100% - 20px ) / 2 );
        font-size: 12px;
        line-height: 1.1;
        min-height: 5em;
    }
    .ng-link_blk--subttl {
        font-size: 16px;
    }
}

.normalgift .separete_line {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

