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

.pc_none{
    display: block !important;
}
.tbl_none{
    display: none !important;
}
.sp_none{
    display: none !important;
}

.m-aside{
    border-top: none;
    padding-top: 0px;
    margin: 0 0 50px 0;
}

/* レイアウト */


.l-contents{
    list-style:none;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.l-contents a{
	transition: all 0.3s ease 0s;
	/*display: block;*/
}

.l-contents img{
	transition: all 0.3s ease 0s;
}
/*
.l-contents h2{
	width: 1000px;
	margin: 0px auto ;
	text-align: left;
}
*/
.ttl_box{
	display: block;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.ttl_box_img {
    background-color: #e6f1f8;
    font-size: 0;
}

.ttl_box_img .pc_none {
    width: 1000px;
    height: 356px;
}

.ttl_box_img .sp_none {
    width: 100%;
    aspect-ratio: 64/35;
}

.title-sub {
    padding: 24px 0 10px;
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.title-sub p:first-child {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: .2em;
}

.title-sub p {
    margin-bottom: 1em;
}

.note {
    font-size: 1em;
    
}

.heading-box{
    text-align: center;
    margin: 20px 10px 40px;
    width: calc(100%-20px);
    padding: 0 2%;
    position: relative;
}


.heading-box p {
    position: relative;
    z-index: 1;
}

.sub_head {
    position: relative;
    width: 300px;
    margin: -20px auto 30px;
}
.sub_head + p {
    margin-bottom: 12px;
}

.cursive-dress {
    position: absolute;
    z-index: 0;
    width: 40vw;    
    left: -20px;
    top: -60px;
}
.cursive-feature {
    position: absolute;
    z-index: 0;
    width: 40vw;    
    left: -6px;
    top: -70px;
}


.section-sub{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: .6em;
}

.section-ttl {
    font-size: 38px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: .4em;
}
.section-ttl.dmserif {
    font-family: 'DM Serif Display', serif;

}
.section-ttl.font-jost {
    font-size: 42px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 2px;
}
.section-ttl.ly-info {
    display: inline-block;
    border-bottom: 1px solid #424242;
    line-height: 1;
    margin-bottom: 18px;
    font-weight: normal;
}

.section-ttl_desc {
    font-size: 14px;
}
.main_box{
	display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.main_box img{
	display: block;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}


.navi{
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: solid 1px #9e9e9e;
}
.navi ul{
    display: block;
    overflow: hidden;
    width: 700px;
    margin: 0 auto ;
    text-align: center;
    font-size: 0;
    border-right: solid 1px #aaa;
}
.navi ul li{
    display: inline-block;
    overflow: hidden;
    font-size:16px;
    border-left: solid 1px #aaa;
    border-top: solid 1px #aaa;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navi ul li a{
    color: #555;
    text-decoration: none;
    padding: 12px 5px 9px 5px;
    display: block;
    overflow: hidden;
    width: 100%;
}

.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: .6em;
    height: .6em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-left: 6px;
    margin-bottom: 3px;

}
.section{
    display: block;
    overflow: hidden;
    width: 100%;
    /*text-align: center;*/
    padding: 60px 0 20px;  
    margin-bottom: 20px;
}

.bg_col03 {
    background-image:url(buyer_bg.png);

}


.sub_column {
    text-align: center;
}

.content_2column img {
    width: 100%;
}

.content_2column-head {
    font-size: 24px;
    line-height: 1.4;
}

.content_2column_desc {
    width: 100%;
}

.content_2column-noimage {
    width: 92%;
    margin: 0 auto;
}

.content_2column_img img {
    width: 100%;
    max-width: 100%;
}

.content h3{
	font-size: 20px;
    color: #cc0000;    
	margin: 10px auto ;
	text-align: left;
	/*display: block;*/
    display: flex;
    align-items: center;
	overflow: hidden;
	font-weight: bold;
	line-height: auto;

}

.content h3::after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #9e9e9e;
    margin-left: 8px;
}


.m-sign-form-btn-area{
    width: 378px;
}
.m-btn-active{
    background-color: #ffa13c;
}


a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: block;
    float: right;
    border-radius: 2px;
}

.content_card_btn {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 12px;
    margin: 16px 0 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: block;
    border-radius: 2px;
}

.content {
    /*overflow: hidden;*/
    padding-bottom: 30px;
}

.content-list{
	display: block;
}

.content-list > li{
	width: 100%;
}
.content-list a{
	display: block;
}
.content-list img {
    /*aspect-ratio: 121/150;*/
	width: 100%;
}

.content-list_subcol {
    padding: 10px 30px 60px 30px;
    box-sizing: border-box;
}

.content-list_subcol img {
    width: 100%;
}


.content_3column_l img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.content_item-txt {
    font-size: 14px;
    margin-bottom: 1em;
}

.content_2column .item-list {
    padding: 12px 0px 32px;
	font-size: 13px;
    text-align: left;
}

.content_2column .item-list li {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 0 6px;
}
.content_2column .item-list.border-color-w li {
    border-bottom: 1px dotted #f2ece5;
}


.content_2column .item-list li:last-child {
    border-bottom: none;
}

.l-600x780 img {
    width:100%;
    aspect-ratio: 60/78;
}

.l-600x480 img {
    width:100%;
    aspect-ratio: 60/48;
}

.item-list li a{
	align-items:center;
	box-sizing: border-box;
	display:flex;
	/*padding: 10px;*/
    padding: 4px 0px;
	position: relative;
}
.item-list li a::after{
	border-radius: 4px;
	background: #45423f;
	content: "Check";
	color: #fff;
	font-size: 10px;
	padding: 2px 10px;
	position: absolute;
	right: 2%;
}

.content_qanda {
    width: calc(100%-20px);
    margin: 0 10px 0;
}

.content_qanda_prof {
    text-align: center;
    margin-top: 1em;
}

.content_qanda_prof p:first-child {
    font-weight: bold;
}

.content_qanda_prof span {
    color: #5ba28d;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 6px;
}

.content_qanda figure {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
}

.content_qanda figure img {
    width: 100%;
    aspect-ratio: 70/46;
}

.content_qanda dl {
    font-size: 15px;
    line-height: 1.6;

}

.content_qanda dt,
.content_qanda dd {
    position: relative;
    padding-left: 1em;
    margin-bottom: 1em;
}

.content_qanda dt {
    color: #5ba28d;
    font-weight: bold;
}

.content_qanda dt::before,
.content_qanda dd::before {
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
}
.content_qanda dt::before {
	content: "Q.";

}
.content_qanda dd::before {
	content: "A.";
}


.th-item-list {
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;
}

.th-item-list li {
    width: 46%;
}


.th-item-list_thumb {
    width: 50px;
    height: 60px;
    margin-right: 8px;
    float: left;
    border: 1px solid #f4f4f4;
}

.th-item-list li::after {
    content: "";
    clear: both;
    display: block;
}

.th-item-list_thumb img {
    width: 100%;
}

.content_card_l a {
    line-height: 1.7;
    font-size: 14px;
}
.content_card_l a,
.content_3column_l a,
.content_info_link a,
.th-item-list li a {
    display: block;
}

.content_card_l a::after,
.content_3column_l a::after,
.content_info_link a::after,
.pickup_box_balloon a::after,
.th-item-list li a::after {
	border-radius: 4px;
	background: #45423f;
	content: "Check";
	color: #fff;
	font-size: 10px;
	padding: 2px 8px;
    margin-left: 2px;
}

.content-list_desc {
    line-height: 1.7;
}

.gift_brand {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	text-align: left;
	padding: 50px 0;
}

.gift_brand ul {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.gift_brand h2{
	font-size: 20px;
	text-align: center;
    font-weight:bold;
    margin-bottom: 12px;
}


.gift_brand ul{
	display: flex;
	flex-wrap: wrap;
  width: 100%;
  padding: 0px;
  justify-content: center
}
.gift_brand ul li{
	overflow: hidden;
	margin: 10px 5px 10px;
  width: 45%;
	background-color: #fff;
	text-align: left;
	font-size: 12px;
}

.gift_brand ul li a, .gift_brand ul li span{
	display: block;
	height: 100%;
	padding: 10px;
}

.gift_brand ul li img {
	width: 100%;
    aspect-ratio: 32/10;
}

.gift_ttl{
  font-size: 30px;
}

.content_2column {
    font-size: 14px;
}

.content_2column ul {
    padding: 18px 18px 30px;
}

.content_2column-ttl {
    width: 70%;
    margin-bottom: 10px;
}
.l-contents .topics,
.l-contents .interview {
    width: 50%;
}


.content_3column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.content_3column_l {
    width: 48%;
    margin-bottom: 32px;
    position: relative;
}

.content_3column_l span {
    font-family: 'DM Serif Display', serif;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.content_3column_l .item-list {
    margin: 0 4%;
}

.content_3column_l img {
    width: 100%;
    aspect-ratio: 1/1;
}

.content-box {
    padding: 0 5% 40px;
}

.pickup_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94%;
    margin: 0 auto;
}

.pickup_box figure {
    width: 200px;
}

.pickup_box figure img {
    aspect-ratio: 300/472;
}

.pickup_box_balloon {
    background-color: #fff;
    border-radius: 8px;
    width: 200px;
    padding: 20px;
    text-align: left;
    position: relative;
}

.pickup_box_balloon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}

.pickup_box_balloon_head {
    font-weight: bold;
    font-size: 1.2em;
}


.content_card_l {
    width: 90%;
    background-color: #fff;
    margin: 0 auto 40px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
}


.content_card_l_img{
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 16px;
}
.content_card_txt {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.7;
}

.content_card_profile {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #424242;
    display: flex;
    overflow: hidden;
}

.content_card_profile_name {
    margin-bottom: .5em;
}

.content_card_profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
}

.content_info {
    padding: 20px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.content_info_head {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1em;
    color: #424242;
}
.content_info_txt {
    font-size: 13px;
    line-height: 1.6;
}

.content_info_img {
    width: 100%;
    aspect-ratio: 1/1;
}

.content_info figure {
    position: relative;
    margin-bottom: 18px;
}

.content_info_link {
    margin-top: 20px;
    line-height: 1.8;
}

.newopen-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
}


.item-list_ols a {
    text-decoration: underline;
    margin-bottom: 8px;
    font-size: 14px;
}
.item-list_ols {
    margin-top: 18px;
}

.bland-name {
    font-size: 1.4em;
    font-weight: bold;
}

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

.heading-box{
    margin: 0 auto 40px;
    padding: 0 2%;
    width: 1000px;
}


.cursive-dress {
    left: 120px;
    top: -50px;
    width: auto;
}
.cursive-feature {
    left: 110px;
    top: -80px;
    width: auto;
}

.title-sub {
    margin-top: 0;
	color: #000;
    text-align: center;    
}

.heading-box{
    margin: 0 auto 40px;
}

.section-ttl.alternategothic {
    font-size: 54px;
}

.content_2column {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto 60px;
    text-align: left;
    padding: 0px;
}

.content_2column.flex-reverse {
    flex-direction: row-reverse;
}

.content_2column-head {
    font-size: 26px;
}

.sub_head {
    width: 300px;
    margin: 0 auto 30px;
}

.content_2column_img {
    width: 550px;
}

.l-contents .gift_brand h2{
	margin-bottom: 12px;
}
.section-ttl {
    font-size: 48px;
}

.con_come{
    line-height: 1.8em;
}

.m-btn-active:hover{
    background-color: #ffc17f;
}
.navi ul {
    border: none;
    display: flex;
    justify-content: space-around;
}

.navi ul li {
    margin: 0 20px;
    width: 33%;
    border: none;
    border-bottom: solid 3px #fff;    
}

.navi ul li:hover{
    border-bottom: solid 3px #9e9e9e;
}
.section ul li a img:hover {
    opacity: 0.7;
}

.content_3column a:hover,
.content_card a:hover {
    opacity: 0.7;
}



.content_2column_L{
    margin: 0 20px 0 0;
    width: 430px;
}


.content_2column-noimage {
	display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto 60px;
    text-align: left;
    overflow:hidden
}


.content_3column_l {
    width: calc(94% /3);
    margin: 0 1% 40px;
}

.content-list,
.content,
.content-cover {
	margin: auto;
	width: 1000px;
}

.content-list{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.content-list_reverse {
    flex-direction: row-reverse;
}

.content-list .content-list_maincol {
	width: 48%;
    margin-bottom: 30px;
}

.content-list .content-list_subcol {
	width: 45%;
}

.content-list a:hover{
	opacity: .7;
}

.item-list{
	margin-top: 12px;
    padding: 12px 0px 32px;
}

.item-list li a:hover{
	opacity: .6;
}

.content_3column_l .item-list {
    margin: 0;
}


.section{
    padding-bottom:20px;
}

.content-list_subcol {
    padding: 60px 52px 60px 48px;

}

.content-list_reverse .content-list_subcol {
    padding: 60px 48px 60px 52px;

}

.content_qanda {
    width: 700px;
    margin: 0 auto;
}

.content_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content_card_l {
    width: 46%;
    margin-bottom: 40px;
}

.content-img {
    width: 550px;
}

.th-item-list {
    margin: 30px;
}


.gift_brand {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	text-align: left;
}

.gift_brand ul {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.gift_brand h2,
.other_item_box h2{
	font-size: 20px;
	text-align: center;
}


.gift_brand ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: center
}
.gift_brand ul li{
	overflow: hidden;
	margin: 10px 5px 10px;
	width: 190px;
	text-align: left;
	font-size: 12px;
}

.gift_brand ul li a,.gift_brand ul li span{
	display: block;
	height: 100%;
	padding: 10px;
}

.content-box {
    padding: 0 0 70px;
}

.content_info {
    width: 33%;
}
.info_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.content_info.content_info_reverse {
    flex-direction: row-reverse;
}

.content_info figure {
    width: 100%;
    margin-right: 30px;
    box-sizing: border-box;
}

.content_info.content_info_reverse figure {
    margin-left: 30px;
    box-sizing: border-box;
}

.content_2column {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left;
    padding: 0px;
}
.content_2column > div {
    width: 44%;
    margin: 0 auto 20px;
}

.content_2column > div.main_column {
    width: 50%;
    margin: 0 auto 20px;
}

.content-cover {
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-cover figure {
    margin: 0 40px 0 0;
}

.ly-mb30 {
    margin-bottom: 30px;
}

.ly-mb42 {
    margin-bottom: 42px;
}

}



@media screen and (max-width: 640px) {
/* 表示領域が640px未満の場合に適用するスタイル */
    .pc_none{
    display: none !important;
}
    .tbl_none{
    display: block !important;
}
    .sp_none{
    display: inline-block !important;
}
.main_box{
    height: 400px;
}

.main_box img{
    width: 100%;
}

.l-contents h2 img{
    width: 100%;
}

.content {
    padding-bottom: 0;
}

.content h3 {
    width: auto;
    margin: 10px;
}


.main_box{
    height: auto;
    margin: 0;
}
.main_box img{
    margin: 0;
}

.navi{
    width: 100%;
    margin-bottom: 20px;
}
.navi ul{
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.navi ul li{
    width: 50%;
    font-size:13px;
    box-sizing: border-box;    
}
.navi ul li img{
    width: 100%;
}
.section {
    width: 100%;
    padding: 32px 0 40px;

}
.l-linen {
    width: calc(100% - 20px);
    margin-left: 20px;
}
.l-print {
    width: calc(100% - 20px);
    margin-right: 20px;
}

.content_3column {
    width: 100%;
}

.section ul li a{
    display: block;
    overflow: hidden;
    width: 100%;
}
.section ul li img{
    width: 100%;
}
.section ul li a img{
    width: 100%;
}

.m-aside-menu{
    padding-top: 0px;
}

.m-sign-form-btn-area{
    width: 95%;
    margin: 0 auto;
}

}
