@charset "utf-8";

/* CSS Document */
/*	リセットCSS	*/
*, *::before, *::after {
  box-sizing: border-box;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl, section {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/* Replaced content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/*	//リセットCSS	*/

/*SP*/
.sp {
  display: block;
}
.pc {
  display: none;
}
.container {
  font-size: 13px;
  line-height: 1.7;
}
.container img {
  width: 100%;
  height: auto;
}
.kvArea {
  margin-bottom: 35px;
}

.cts_wrap {
  padding: 0 6px;
}

/*	*/
.lead {
    margin-bottom: 40px;
    font-family: "Noto Serif JP", serif;
	line-height: 1.8;
	font-weight: 500;
}

.cmn-recommend-owner-list {
    margin: 0px auto 45px;
    width: 100%;
    max-width: 600px;
    /* font-family: 'Josefin Sans', sans-serif; */
    /* font-family: 'Jost', sans-serif; */
    /* font-family: 'Josefin Sans', sans-serif; */
    /* font-family: 'Nanum Gothic', sans-serif; */
    font-family: 'Marcellus', serif;
    letter-spacing: 0.04em;
}

.cmn-recommend-owner-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    /* justify-content: space-between; */
    /* justify-content:space-around; */
    /* justify-content: center; */
    /* justify-content: space-evenly; */
}
.cmn-recommend-owner-list ul li {
    width: 49%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.itemContainer_title_top {
    margin-bottom: 33px;
}

.itemContainer {
    margin-bottom: 130px;
}
.itemContainer:last-of-type {
    border: none;
	margin-bottom: 40px;
	
}

.coordArea_taste {
    margin: 0 0 15px;
}

.item_neme {
    width: 85%;
    margin: 0 auto 20px;
}
.item_img {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 400px;
}
.b_concept {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
}
	
.itemContainer .coordArea_imgContent {
}
.imgWrap {
/*    width: 97%;*/
    margin: 0 auto 30px;
}
.itemContainer .coordArea_productContent {
    width: 97%;
    margin: 0 auto;
}


p.txt_title {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    font-family: "Noto Serif JP", serif;
	font-weight: 500;
}
.txt_title span {
    font-size: 12px;
    display: block;
    margin: 5px 0 15px;
}

    .itemContainer .coordArea_productContent_top .txtWrap p {
    font-family: "Noto Serif JP", serif;
		font-weight: 500;
    margin-bottom: 25px;
    }
    .itemContainer .coordArea_productContent_bottom {
        /* margin: 6.5vw 0 5.8vw; */
    }
    .itemContainer .coordArea_productContent_bottom .credit {
        width: 80.5vw;
        margin: auto;
    }
    .itemContainer .coordArea_productContent_bottom .credit>ul {
        row-gap: 2.3vw;
    }
.itemContainer .coordArea_productContent_bottom .credit>ul>li>a {
        grid-template-columns: 14.0666666667vw 1fr;
        -webkit-column-gap: 7.6vw;
        -moz-column-gap: 7.6vw;
        column-gap: 4.7vw;
    }

    .itemContainer .coordArea_productContent_bottom .credit>ul>li>a .crDetail {
        grid-template-columns: 1fr 12.9333333333vw;
        -webkit-column-gap: 2.4vw;
        -moz-column-gap: 2.4vw;
        column-gap: 2.4vw;
    }
    .itemContainer .coordArea_productContent_bottom .credit>ul>li>a .crDetail .name {
        font-size: 2.9333333333vw;
        line-height: 1.5909090909;
    }

    .itemContainer .coordArea_productContent_bottom .credit>ul>li>a .crDetail .buyBtn {
        width: 12.9333333333vw;
        height: 5.4666666667vw;
        font-size: 3.2vw;
    }

/*クレジットエリア*/
.cmn-credit {
    max-width: 500px;
    margin: 0 auto 65px;
    padding: 0 32px;
}
.cmn-credit li {
    margin-bottom: 4px;
}
li.creditbox.creditbox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.creditbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.creditbox_creditlist_spec {
    max-width: calc(100% - 80px);
    /* font-family: "Times New Roman", Times, Georgia, serif; */
    /* font-style: italic; */
    letter-spacing: .03em;
    line-height: 1.3;

}
.creditbox_creditlist_bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
    height: 1px;
    background-color: #E2E2E2;
}
.creditbox_creditlist_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 20px;
    color: #fff;
    letter-spacing: .05em;
    line-height: 1;
    background-color: #000000;
    padding-right: x;
    /* margin-right: 15px; */
}

    .view_more {

    }

    .view_more a {
    display: block;
    position: relative;
    width: 93%;
    padding: 18px 0 18px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #222;
    border: solid;
    border-width: 2px;
    border-color: #222;
    /* border-radius: 3px; */
    box-sizing: border-box;
}
.view_more2 a {
    display: block;
    position: relative;
    width: 92%;
    padding: 18px 0 18px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #222;
    background-color: #fff;
    border: solid;
    border-width: 2px;
    border-color: #222;
    /* border-radius: 3px; */
    box-sizing: border-box;
}


   /*HOT CONTENTS  */ 
  .hotContents_container {
    width: 100%;
/*    margin: 0 auto 90px;
*/    text-align: center !important;
}
.hotContents_container .p_heading {
font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center;
}
    .hotContents_container .hotContents_inner {
    width: 100%;
}
    .hotContents_container .hotContents_inner .hotContents_box {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 13px 0;
    border-top: 1px solid #dadada;
    text-decoration: none;
}
   .hotContents_container .hotContents_inner .hotContents_box .img {
    width: 46%;
    margin:0 10px;
} 
 .hotContents_container .hotContents_inner .hotContents_box .right {
    width: 45%;
}
   .hotContents_container .hotContents_inner .hotContents_box .right .date {
    font-size: 10px;
    color: #acacac;
    margin-bottom: 3px;
}
   .hotContents_container .hotContents_inner .hotContents_box .right .ttl {
    line-height: 1.4;
}
   .hotContents_container .hotContents_inner .hotContents_box .arrow {
    font-size: 20px;
    color: #dadada;
    margin-bottom: 10px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
    .hotContents_container .hotContents_inner .hotContents_box:nth-last-child(1) {
    border-bottom: 1px solid #dadada;
} 




/*ここからPCのCSS*/
@media screen and (min-width:768px) {
  /*ここからPCのCSS*/
	

	
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
	
		.kvArea {
    margin-bottom: 55px;
}
	
	
	.container {
    font-size: 16px;
    line-height: 1.7;
		margin-bottom: 120px;
		color: #222;
}
	.cts_wrap {
/*        max-width: 800px;*/
        width: 100%;
        margin: 0 auto 110px;
        padding: 0;
    }
	.lead {
    margin: 0 auto 65px;
    width: 875px;
    font-size: 17px;
    font-size: 16px;
    text-align: center;
}
/*	*/
	.cmn-recommend-owner-list {
    margin: 0px auto 80px;
    width: 100%;
    max-width: 600px;
    /* font-family: 'Josefin Sans', sans-serif; */
    /* font-family: 'Jost', sans-serif; */
    /* font-family: 'Josefin Sans', sans-serif; */
    /* font-family: 'Nanum Gothic', sans-serif; */
    font-family: 'Marcellus', serif;
    /* letter-spacing: 0.04em; */
}
	.cmn-recommend-owner-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    /* justify-content: space-between; */
    /* justify-content: space-around; */
    justify-content: center;
    /* justify-content: space-evenly; */
}
	
	.cmn-recommend-owner-list ul li {
    width: 40%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 10px;
}
	
    .itemContainer {
        margin: 0 auto 180px;
        /* border-bottom: 4px solid #f1f1f1; */
        /* background: #eee; */
        /* padding: 110px 0 45px; */
        max-width: 850px;
    }
	.itemContainer_title_top {
    margin-bottom: 60px;
}
	    .item_neme {
        width: 40%;
        margin: 0 auto 25px;
    }
	
    .item_img {
        /* width: 80%; */
        margin: 0 auto 50px;
        max-width: none;
    }
	
	.b_concept{
	
	
}
	.b_concept_title{
		
	}
	.txt_title span {
    font-size: 11px;
    display: block;
    margin: 5px 0 15px;
}
	
.itemContainer .coordArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	align-items: center;
	margin-bottom: 50px;
}
	
	.itemContainer .coordArea.even {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

        justify-content: space-between;
        justify-content: space-between;
        /* justify-content: space-around; */
        /* justify-content: center; */
    }
	
	
.itemContainer .coordArea_imgContent {
    width: 50%;
    margin: 0;
}
	    .coordArea_taste {
        /* margin: 0 auto 10px; */
        width: 70%;
    }
	.imgWrap {
    margin: 0 ;
}
	.itemContainer .coordArea_productContent {
    width: 47%;
    margin: 0;
}
	p.txt_title {
    font-size: 27px;
}
	
	    .itemContainer .coordArea_productContent_top {

        margin: auto;
    }
	.itemContainer .coordArea_productContent_top .txtWrap>p {
    text-align: left;
}
	.itemContainer .coordArea_productContent_bottom {
            margin: 0;
}
	.itemContainer .coordArea_productContent_bottom .credit>ul>li>a {
    display: grid;
    grid-template-columns: clamp(10px, 5.78125vw, 74px) clamp(10px, 21.40625vw, 274px);
    -webkit-column-gap: clamp(10px, 2.96875vw, 38px);
    -moz-column-gap: clamp(10px, 2.96875vw, 38px);
    column-gap: clamp(10px, 2.96875vw, 38px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}
	.itemContainer .coordArea_productContent_bottom .credit>ul>li>a .crDetail {
    display: grid;
    grid-template-columns: 1fr clamp(10px, 4.921875vw, 63px);
    -webkit-column-gap: clamp(10px, 1.25vw, 16px);
    -moz-column-gap: clamp(10px, 1.25vw, 16px);
    column-gap: clamp(10px, 1.25vw, 16px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
	.itemContainer .coordArea_productContent_bottom .credit>ul>li>a .crDetail .name {
    color: #2a2a2a;
    font-family: YakuHanJP, "noto-sans-cjk-jp", sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: left;
    font-size: clamp(10px, 1.09375vw, 14px);
    line-height: 1.6428571429;
}
	
	.itemContainer .coordArea_productContent_bottom .credit>ul>li>a .crDetail .buyBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: clamp(10px, 4.921875vw, 63px);
    height: clamp(10px, 2.109375vw, 27px);
    color: #ffffff;
    font-size: clamp(10px, 1.328125vw, 17px);
    font-family: YakuHanJP, "noto-sans-cjk-jp", sans-serif;
    font-weight: 300;
    letter-spacing: 0.09em;
    text-decoration: none;
    background-color: #2a2a2a;
}
	.txtWrap {
    margin-bottom: 45px;
}
	
/*クレジットエリア*/
	    .cmn-credit {
		max-width: 320px;
        padding: 0;
        margin: 0 0 40px 0;
    }
	
	    .cmn-credit li {
        text-align: left;
        margin-bottom: 5px;
    }
	    .creditbox a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
	    .creditbox_creditlist_spec {
        max-width: calc(100% - 80px);
        /* font-family: "Times New Roman", Times, Georgia, serif; */
        /* font-style: italic; */
        letter-spacing: .08em;
        line-height: 1.3;
        font-size: 12px;
        /* color: #555; */
    }
	    .creditbox_creditlist_bd {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 8px;
        height: 1px;
        background-color: #E2E2E2;
    }
	    .creditbox_creditlist_button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 26px;
        color: #fff;
        letter-spacing: .038em;
        line-height: 2.5;
        background-color: #000000;
        padding-right: x;
        /* margin-right: 15px; */
    }
		            /*HOT CONTENTS  */ 
 .hotContents_container {
    margin: 0 auto 80px;
    /* text-align: center !important; */
    max-width: 930px;
}
.hotContents_container .p_heading {
   font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center;
}
  .hotContents_container .hotContents_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
    .hotContents_container .hotContents_inner .hotContents_box {
    display: flex;
    align-items: center;
    text-align: left;
    width: 48%;
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #dadada;
    text-decoration: none;
}
  .hotContents_container .hotContents_inner .hotContents_box .img {
    width: 52%;
    margin-right: 10px;
}
 .hotContents_container .hotContents_inner .hotContents_box .right {
    width: 39%;
}
 .hotContents_container .hotContents_inner .hotContents_box .right .date {
    font-size: 1.3rem;
    color: #acacac;
    margin-bottom: 3px;
}
.hotContents_container .hotContents_inner .hotContents_box .right .ttl {
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
    /* line-height: 1.4; */
    font-size: 1.5rem;
    /* color: #000; */
    line-height: 1.4;
    letter-spacing: 0.02em;
}
  .hotContents_container .hotContents_inner .hotContents_box .arrow {
    font-size: 20px;
    color: #dadada;
    margin-bottom: 10px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
    .hotContents_container .hotContents_inner .hotContents_box:nth-last-child(1) {
    border-bottom: 1px solid #dadada;
}
    .hotContents_container .hotContents_inner .hotContents_box:nth-last-child(2) {
    border-bottom: 1px solid #dadada;
}
	
.view_more a {
    display: block;
    position: relative;
    width: 50%;
    padding: 19px 0 18px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #222;
    border: solid;
    border-width: 2px;
    border-color: #222;
    /* border-radius: 3px; */
    box-sizing: border-box;
	
}
	.view_more2 a {
    display: block;
    position: relative;
    width: 46%;
    padding: 19px 0 18px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #222;
    background-color: #fff;
    border: solid;
    border-width: 2px;
    border-color: #222;
    /* border-radius: 3px; */
    box-sizing: border-box;
}
#style1,#style2,#style3,#style4{
	padding-top: 70px;
    margin-top: -70px;
}
	
}