@charset "UTF-8";
/* CSS Document */

.title{
	text-align: center;
}

.title, .navi, .content-box {
	/*font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;*/
	font-weight: 500;
}

.ttl_box {
    display: block;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.main_box_img {
    margin: 0 auto;
    width: 722px;
    /* height: 210px;
    aspect-ratio: 361/120; */
}

.main_box_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 32 / 13;
    vertical-align: top;
}


.title-sub{
	background: #efefef;
	padding: 24px 0;
	font-size: 15px;
	line-height: 1.8;
	margin-top: 10px;
}
.title-sub p {
	font-size: 14px;
}

.title-sub p.small-txt {
	font-size: .8em;
}

.navi{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.navi ul{
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto ;
    padding: 0;
    font-size: 20px;
	max-width: 1000px;
}
.navi ul li{
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

.navi ul li a{
    color: #5b5b5a;
    text-decoration: none;
    display: block;
    overflow: hidden;
    font-size: 15px;
	font-feature-settings: "palt";
    letter-spacing: .03em;
}

.navi ul li a::after{
	content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(anchor.png);
    background-size: contain;
    vertical-align: text-bottom;
    pointer-events: none;
	margin-left: 2px;
}

/* content-box */
.content-box{
	margin: 0 auto;
	padding: 12px 0 80px;
}

.content-btn {
    display: block;
    margin: 24px auto 40px;
    text-align: center;
    width: 80%;
    max-width: 320px;
    font-weight: bold;
}


/* headline */
.headline{
	color: #3E3E3E;
	margin-bottom: 40px;
	background-color:#ccdae9;


}
/* #KNIT .headline {
} */

/* #OUTER .headline {
	background-color:#f4d7e4;
}

#SKIRT .headline {
	background-color:#f4d7e4;
}

#BLOUSE .headline {
	background-color:#f4d7e4;
}

#PANTS .headline {
	background-color:#f4d7e4;
} */

.headline-main{
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-style: normal;
	margin: 6px 0;
	line-height: 1.2;
	letter-spacing: .02em;
}


.headline-ruby{
	display: block;
	font-size: 14px;
	font-family: "Shippori Mincho", serif;
	font-feature-settings: "palt";
    letter-spacing: .08em;
}

.headline-sub {
	font-size: 14px;
	line-height: 1.6;
}

.itembox-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	margin: 0 12px;
}

.itembox-img {
	margin-bottom: 8px;
}

.itembox-txt {
    background-color: #efefef;
    padding: 24px;
    border-radius: 4px;
    position: relative;

}

.itembox-comment-inner {
	padding-bottom: 1em;
}

.itembox-txt::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #efefef;
}

.itembox-img img {
	width: 100%;
}

.itembox-comment-txt {
	font-size: 14px;
}

.itembox-credit {
	font-size: 16px;
}

.itembox-credit-shop {
	font-size: 22px;
}

.itembox-credit-name {
	margin-bottom: 1em;
	font-size: 14px;
}


/* coordinate-list */
.coordinate-list{
	margin: auto;
	text-align: center;
	max-width: 774px;
	margin-bottom: 20px;
}
.coordinate-list > li{
	width: 25%;
}
.coordinate-list > li img{
	aspect-ratio:97/211;
	width: 100%;
}

.coordinate-list a{
	display: block;
}



/* itemtxt */
.itemtxt{
	font-size: 12px;
}

.itembox-comment {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 1em;
}

/* item-list */

.item-list {
    display: grid;
    grid-template-columns: 300px 300px 300px;
    grid-template-rows: 560px;
    margin: 0 auto;
    width: 1000px;
    column-gap: 80px;
}

.item-list li{
	display: flex;
	margin-top: 32px;
	margin-left: 4%;
	width: 44%;
}

.item-list img {
	height: auto;
}

.item-list li a {
    width: 100%;
}

a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 11px;
	font-weight: bold;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}

.btn_list {
	background-color: #3e3e3e;
    color: #fff;
    font-size: 11px;
	font-weight: bold;
    margin-left: 170px;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}

.item-list img{
	aspect-ratio:5/6;
	width: 100%;
}

.number {
	font-size: 26px;
    font-weight: bold;
    font-family: "EB Garamond", serif;
	/* font-style: italic; */
    font-weight: 500;
	color: #2364a6;
}

.itembox-main .number {
	font-size: 60px;
	position: absolute;
	top: -50px;
	left: 16px;
}

/* .number::after {
	content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    top: 60px;
    left: 0;
    display: inline-block;
    border-bottom: 1px solid #3E3E3E;
} */



/* btn-box */
.btn-box .icon,
.btn-box .m-btn-inactive{
	margin: 48px auto 0;
}

.btn-box {
	width: 80%;
    max-width: 320px;
	margin: 40px auto 0;
}



/* layoutbox */
.layoutbox{
	margin: 0;
	width: 100%;
}
.layoutbox img{
	aspect-ratio:16/15!important;
}





/* under */
.under{
	padding: 64px 0;
}


.con_under_sharebox{
	width: 100%;
	text-align: center;
}
.con_under_sharebox a {
	width: 67px;
	margin: 5px 10px;
	display: inline-block;
}
.con_under_sharebox a img{
	width: 100%;
}
.under-sharebox {
    text-align: center;
    width: 100%;
}
.under-mailbox {
    margin: 10px 12px 0;
    padding: 30px 0;
    border: solid 1px #d1c0a5;
    text-align: center;
    width: calc(100% - 24px);
}
.under-sharebox a {
    display: inline-block;
    margin: 10px 2px;
}
.under-mailbox .m-btn-inactive {
    width: 50%;
}
.con_under_mailbox span{
	font-size: 12px;
}
.con_under_mailbox span a{
	display: inline-block;
	text-decoration: underline;
}

.con_under_mailbox .m-btn-inactive{
	width: 50%;
}

.coordinate-list .itemtxt{
	height: 3.3em;
	font-size: 10px;
}

.lh-ur {
	line-height: 1.2;
}

.sale-price {
	color: red;
}

.itemtxt::after {
    content: "Check";
    background-color: #3e3e3e;
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    float: inline-end;
}

.other-link {
    font-size: 14px;
    text-align: right;
}

.other-link:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    -webkit-transform: rotate(40deg) skew(-10deg, 0);
    transform: rotate(40deg) skew(-10deg, 0);
    transition: all 0.2s linear;
    margin-bottom: 1px;
}

@media screen and (max-width: 640px) {

.main_box_img {
    width: 100%;
}


.title-sub p {
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
	text-align: left;
	line-height: 1.8;
}

.navi {
	width: 100%;
}

.navi ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin: 14px auto;
}

.navi ul li {
    display: inline-block;
    overflow: hidden;
    width: 90%;
    text-align: center;
    background-color: #efefef;
    border-radius: 4px;
    padding: 8px 6px;
    margin: 5px;
}

.navi ul li a::after {
	vertical-align: text-top;
}

.headline-wrapper {
	box-sizing: border-box;
	margin: auto;
	padding: 20px 10px;
	text-align: center;
}

.headline-ruby {
	margin-bottom: 4px;
}

.headline-wrapper-blouse {
	box-sizing: border-box;
	width: 90%;
	margin: auto;
	padding: 20px 0;
	text-align: center;
}

.headline-main{
	font-size: 36px;
	line-height: 1.1;
}

.headline-sub {
    margin: 0 12px;
}

.headline-wrapper-blouse .headline-ruby{
	display: block;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin-bottom: 5px;
}


.content-box{
	margin: 0 auto;
    padding: 0;
    padding-bottom: 30px;
}

.itembox-main .number {
	font-size: 50px;
	line-height: 1.2;
	top: -40px;
}


.number::after {
	top: 50px;
}

.itemtxt{
	font-size: 12px;
}

.btn-box {
	margin: 40px auto 0;
    width: 100%;
    max-width: 336px;
}

.item-list {
	width: 90%;
    row-gap: 40px;
	grid-template-columns: none;
    grid-template-rows: none;
}

.itembox-txt {
	margin-bottom: 40px;
}

.content-btn {
	margin-top: 16px;
	margin-bottom: 0;
    max-width: 336px;
    width: 100%;
}

}

@media screen and (min-width:641px) {

/*-----------*/
/*    PC     */
/*-----------*/

.main_box_img img {
    aspect-ratio: 361 / 105;
}


.title-sub p {
	text-align: center;
}

/* PC headline */
.navi ul > li{
	margin: 0 auto;
}

.navi{
	font-size: 18px;
	margin-top: 20px;
}


/* PC headline */
.headline{
	aspect-ratio:auto;
	height: 200px;
	display: flex;
}

.headline-main{
	font-size: 48px;
}


.headline-wrapper{
	box-sizing: border-box;
	margin: auto;
	padding: 33px;
	text-align: center;
	align-items: center;
}

.headline-wrapper-blouse {
	box-sizing: border-box;
	margin: auto;
	padding: 33px;
	width: 600px;
	text-align: center;
}

.itembox-main {
	display: flex;
	flex-direction: row;
	width: 940px;
	margin: 0 auto 40px;
}

.itembox-img {
	width: 460px;
}

.itembox-comment-txt {
	font-size: 16px;
}

.itembox-txt {
	flex: 1;
}

.itembox-txt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #efefef;
}

.number {
	font-size: 32px;
	line-height: 1.2;
}

/* PC item-list */
.item-list li{
	margin-top: 32px;
	margin-left: 20px;
	width: 300px;
}
/* .item-list li:nth-of-type(4n-3){
	margin-left: 0;
} */

/* PC btn-box */
.btn-box .icon,
.btn-box .m-btn-inactive{
	width: 320px;
}



/* PC under-mailbox */
.under-mailbox{
	width: 500px;
}



/* hover */
.content-box .icon:hover{
	background: #45423f;
}

.navi a:hover,
.content-box a:hover{
	opacity: .7;
}

.coordinate-list .itemtxt{
	height: auto;
}

.lh-ur {
	line-height: 1.6;
}

}/* end media */
