@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 {
    text-align: center;
    margin-bottom: 40px;
}
.att-txt {
    font-size: 13px;
    color: #9C9C9C;
    margin-top: 3px;
    /* text-align: center; */
}
.cmn-recommend-owner-list {
    margin: 0px auto 85px;
    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;

}
.cmn-recommend-owner-list ul li {
    width: 17%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.itemContainer {
    margin-bottom: 80px;
    /* border-bottom: 2px solid #f1f1f1; */
    /* background: #eee; */
    /* padding: 45px 0 5px; */
}
.itemContainer:last-of-type {
    border: none;
}

.coordArea_taste {
    margin: 0 0 25px;
}

.item_neme {
    width: 85%;
    margin: 0 auto 20px;
}
.item_img {
    width: 57%;
    margin: 0 auto 30px;
    max-width: 400px;
}

.itemContainer .coordArea_imgContent {
}
.imgWrap {
    /* width: 97%; */
    margin: 0 auto 25px;
}
.itemContainer .coordArea_productContent {
    width: 97%;
    margin: 0 auto;
}
.coordArea_productContent_top {
    width: 45%;
    margin: 0 auto 12px;
}

p.txt_title {
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 600;
    /* line-height: 1.5; */
    /* text-align: center; */
}
    
.txtWrap {
    text-align: center;
}

    .itemContainer .coordArea_productContent_bottom {
        margin: 2.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 40px;
    /* padding: 0 32px; */
}
.cmn-credit li {
    /* text-align: center; */
    margin-bottom: 6px;
}
.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; */
}

.cmn-btn1 {
    /* margin: 30px 0; */
    text-align: center;
    margin-bottom: 45px;
    margin-top: auto;
}

.cmn-btn1 a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1.4cm;
    /* padding: 0 60px; */
    /* letter-spacing: .1em; */
    color: #fff;
    /* color: #fff; */
    /* border: 2px solid #1c484a; */
    background: #222;
    /* background: #1b4747; */
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 96%;
    font-size: 12px;
    font-weight: 600;
}
.cmn-btn1 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -4px;
}

.cmn-btn2 {
    /* margin: 30px 0; */
    text-align: center;
    margin-bottom: 20px;
    margin-top: auto;
}

.cmn-btn2 a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1.4cm;
    /* padding: 0 60px; */
    /* letter-spacing: .1em; */
    color: #fff;
    /* color: #fff; */
    /* border: 2px solid #1c484a; */
    background: #d31007;
    /* background: #1b4747; */
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 96%;
    font-size: 12px;
    font-weight: 600;
}
.cmn-btn2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -4px;
}

.cmn-btn3 {
    /* margin: 30px 0; */
    text-align: center;
    margin-bottom: 50px;
    margin-top: auto;
}

.cmn-btn3 a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1.4cm;
    /* padding: 0 60px; */
    /* letter-spacing: .1em; */
    color: #fff;
    /* color: #fff; */
    /* border: 2px solid #1c484a; */
    background: #222;
    /* background: #1b4747; */
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 96%;
    font-size: 12px;
    font-weight: 600;
}
.cmn-btn3 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -4px;
}


    .view_more {

    }

    .view_more {
    display: block;
    position: relative;
    width: 70%;
    padding: 15px 0 15px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #222;
    border: solid;
    border-width: 2px;
    border-color: #222;
    border-radius: 30px;
    box-sizing: border-box;
	font-weight: 600;
}

	.view_more .view_more_contents a::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -4px;
}

   /*HOT CONTENTS  */ 
/*その他の特集*/  
.lp-contents {
    margin-top: 45px;
}

.lp-contents .lp-contents__title-wrap {
        width: 95%;
        margin: 0 auto 0;
    }
.lp-contents__title {
    font-size: 23px;
    /* margin-bottom: 3.7333333333vw; */
    text-align: center;
    /* color: #231815; */
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 5px;
    font-family: "Noto Serif", serif;
    font-weight: 600;
	margin: 0 auto 30px;
}

.lp-contents .lp-contents__inner {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
        width: 95%;
        margin: 6.6666666667vw auto 35px;
        gap: 6.1333333333vw 0;
    }


.lp-contents .lp-contents__inner a {
    display: block;
	width: 48%;


 }
.lp-contents .lp-contents__inner a .content__date {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    color: #999999;
     margin-bottom: 2px; 
}

.lp-contents .lp-contents__inner a .content__text {
    font-size: 13px;
    line-height: 1.4285714286;
    /* line-height: 1.5; */
}

.content__img {
    margin-bottom: 5px;
}
.lp-contents .lp-contents__btn {
        width: 50.6666666667vw;
        height: 10.6666666667vw;
        border-radius: 5.3333333333vw;
        font-size: 3.0666666667vw;
        margin: 11.3333333333vw auto 0;
    }
/*その他の特集*/ 

.saletxt_title {
    text-align: center;
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
}
p.saletxt_title:before {
    content: url(/res/img/guide/app_guide/accent-left.png);
    margin-right: 10px;
}
p.saletxt_title:after {
    content: url(/res/img/guide/app_guide/accent-right.png);
    margin-left: 10px;
}

/*ここからPCのCSS*/
@media screen and (min-width:768px) {
  /*ここからPCのCSS*/
	

	
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
	
		.kvArea {
    margin-bottom: 55px;
}
	
	
	.container {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 120px;
}
	.cts_wrap {
		width: 100%;
		margin: 0 auto 140px;
		padding: 0;
	}
	.lead {
    margin: 0 auto 65px;
    width: 875px;
    font-size: 16px;
    text-align: center;
}
	.att-txt {
    font-size: 15px;
    color: #9C9C9C;
    margin-top: 3px;
    text-align: center;
}
/*	*/
	
    .itemContainer {
        margin-bottom: 140px;
        /* border-bottom: 4px solid #f1f1f1; */
        /* background: #eee; */
        /* padding: 110px 0 45px; */
    }
	
	    .item_neme {
        width: 40%;
        margin: 0 auto 25px;
    }
	
    .item_img {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 345px;
    }
	
	
.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;
    align-items: flex-start;
    margin-bottom: 40px;
}
	
	.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; */
        align-items: flex-start;
    }
	
	
.itemContainer .coordArea_imgContent {
    width: 49%;
	margin: 0;
}
	    .coordArea_taste {
        /* margin: 0 auto 10px; */
        /* width: 70%; */
    }
	.imgWrap {
    margin: 0 ;
}
	.itemContainer .coordArea_productContent {
    width: 49%;
    margin: 0;
}
	p.txt_title {
    font-size: 19px;
}
	
	    .itemContainer .coordArea_productContent_top {

margin: 0 auto 12px;

width: 40%;
}
	.itemContainer .coordArea_productContent_top .txtWrap>p {
    text-align: left;
}
	.itemContainer .coordArea_productContent_bottom {
            margin: 0 auto;
            width: 90%;
}
	.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: 300px; */
		padding: 0;
		margin: 0 auto 40px;
		/* width: 90%; */
		}
	
	    .cmn-credit li {
        text-align: left;
        margin-bottom: 8px;
    }
	    .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.7;
        background-color: #000000;
        padding-right: x;
        /* margin-right: 15px; */
    }
	
	.cmn-btn1 a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1.6cm;
    /* padding: 0 60px; */
    /* letter-spacing: .1em; */
    color: #fff;
    /* color: #fff; */
    /* border: 2px solid #1c484a; */
    background: #222;
    /* background: #1b4747; */
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.cmn-btn1 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -4px;
}
	
	
	.cmn-btn2 a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1.6cm;
    /* padding: 0 60px; */
    /* letter-spacing: .1em; */
    color: #fff;
    /* color: #fff; */
    /* border: 2px solid #1c484a; */
    background: #d31007;
    /* background: #1b4747; */
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 45%;
    font-size: 14px;
    font-weight: 600;
}
.cmn-btn2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -4px;
}	
	
	.cmn-btn3 a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1.6cm;
    /* padding: 0 60px; */
    /* letter-spacing: .1em; */
    color: #fff;
    /* color: #fff; */
    /* border: 2px solid #1c484a; */
    background: #222;
    /* background: #1b4747; */
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 45%;
    font-size: 14px;
    font-weight: 600;
}
.cmn-btn3 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -4px;
}
	
/*その他の特集*/  
	.lp-contents {
    max-width: 1092px;
    padding: 0 1rem 0;
    margin: 170px auto 0;
}
	
	
.lp-contents .lp-contents__title-wrap {
        width: 95%;
        margin: 0 auto 30px;
    }
.lp-contents__title {
    font-size: 28px;
    /* margin-bottom: 3.7333333333vw; */
    text-align: center;
    /* color: #231815; */
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 5px;
    font-family: "Noto Serif", serif;
    font-weight: 600;
	margin: 6.6666666667vw auto 35px;
}

.lp-contents .lp-contents__inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 95%;
	margin: 0 auto 40px;
	gap: 6.1333333333vw 0;
	}


.lp-contents .lp-contents__inner a {
    display: block;
    width: 24%;
 }
.lp-contents .lp-contents__inner a .content__date {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #999999;
     margin-bottom: 3px; 
}

.lp-contents .lp-contents__inner a .content__text {
    font-size: 15px;
    line-height: 1.4285714286;
    line-height: 1.5;
}

.content__img {
    margin-bottom: 5px;
}
.lp-contents .lp-contents__btn {
        width: 50.6666666667vw;
        height: 10.6666666667vw;
        border-radius: 5.3333333333vw;
        font-size: 3.0666666667vw;
        margin: 11.3333333333vw auto 0;
    }
/*その他の特集*/ 
		
.view_more {
    display: block;
    position: relative;
    width: 30%;
    padding: 18px 0 18px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #222;
    border: solid;
    border-width: 2px;
    border-color: #222;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 14px;
	font-weight: 600;
}

	.view_more .view_more_contents a::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -4px;
}
	

    p.saletxt_title {
        text-align: center;
        font-size: 27px;
        margin-bottom: 15px;
        font-weight: 600;
 }

p.saletxt_title:before {
    content: url(/res/img/guide/app_guide/accent-left.png);
    margin-right: 10px;
}
p.saletxt_title:after {
    content: url(/res/img/guide/app_guide/accent-right.png);
    margin-left: 10px;
}
 div#style1, #style2, #style3, #style4, #style5, #style6, #style7, #style8, #style9, #style10{
        padding-top: 65px;
        margin-top: -65px;
    }
}