@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;
}

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

.title-sub {
    background: #e9e9e9;
    padding: 20px;
		color: #000;
        font-size: 14px;
        line-height: 1.8;
}

.main_box{
	display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    background-image: linear-gradient(to right , #bdbfb1 0% , #bdbfb1 50% , #9fa59e 50% , #9fa59e 100%);
}
.main_box img{
	display: block;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}

.navi ul{
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.navi{
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: solid 1px #9e9e9e;
}


.navi ul li{
    width: 33%;
    margin: 0 5px;
    font-size:13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.navi ul li a{
    color: #555;
    text-decoration: none;
    padding: 8px 5px 5px 5px;
    display: block;
    overflow: hidden;
    line-height: 1.4;
}
.con1{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    /*padding: 60px 0 20px;*/
    margin-bottom: 70px;
}

.bg_col01 {
    background:  #333;
}

.bg_col02 {
    background:  #393d6a;

}

.bg_col03 {
    background:  #654336;

}

.bg_col04 {
    background:  #c29e6f;

}
.bg_col05 {
    background:  #344831;

}


.con1 ul {
	display: block;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    color: #fff;
}

.con1 ul li:nth-of-type(1){
    overflow: hidden;
    text-align: center;
}
/*
.con1 ul li:nth-of-type(2){
    display: block;
    overflow: hidden;
    width: 430px;
    margin: 0;
    float: left;
}
*/
.con1 ul li img{
    width: 250px;
    margin: 0 auto 40px;
    display: block;
    border: 6px #fff solid;
}

.con_come{
    display: block;
    overflow: hidden;
    font-size: 23px;
    line-height: 1.6em;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.con_come p{
    background-color: #f0ded9;
    display: inline-block;
}
.con_items_list{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.con_items_list p{
    display: block;
    overflow: hidden;
    margin: 0;
    text-align: none;
    font-size: 12px;
    border-bottom: solid 1px #9e9e9e;
    height: 40px;
}
.con_items_list span{
    display: inline-block;
    overflow: hidden;
    padding: 10px 0;
}

.con_items_list p a{
    display: block;
    overflow: hidden;
    color: #000;
    /*padding: 10px 0 ;*/
    line-height: 40px;
    text-decoration: none;
}

.con_items_list p a::after {
    backface-visibility: hidden;
    border-right: 1px solid #9e9e9e;
    border-top: 1px solid #9e9e9e;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 95%;
    position: relative;
    transform: rotate(45deg);
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    width: 12px;
    top: -40px;
}

.content-list_ttl {
    margin: 10px auto ;
    text-align: left;
    overflow: hidden;
    font-weight: normal;
    color: #333333;
    line-height: auto;
    font-size: 20px;
}
.other-item{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto ;
    padding-bottom: 40px;
}


.other-item h3 {
	width: 1000px;
	margin: 10px auto ;
	text-align: left;
    display: flex;
    align-items: center;
	overflow: hidden;
	font-weight: normal;
	color: #333333;
	line-height: auto;
	font-size: 20px;
}
/*
.other-item h3::after,
.content h3::after{
    border-bottom: 1px solid #9e9e9e;
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: text-top;
    width: 850px;
}*/

.other-item h3::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #9e9e9e;
}
.other-item ul{
    display: flex;
    flex-wrap: wrap;    
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.other-item ul li {
    /*display: block;*/
    overflow: hidden;
    /*float: left;*/
    width: 23%;
    margin: 0 20px 40px 0 ;
}

.other-item ul li a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
.other-item ul li img{
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}


.small_ttl{
    display: block;
    overflow: hidden;
    width: 100%;
    color: #535353;
}

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

.r_notes {
    background-color: #eee;
    display: block;
    font-size: 12px;
    margin: 0 0 50px;
    overflow: hidden;
    padding: 30px;
    text-align: center;
    width: 100%;
}
.r_notes ul{
    display: block;
    overflow: hidden;
    width: 930px;
    margin: 0 auto;
    text-align: left;
}
.r_notes ul span{
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0;
    display: block;
}

.r_notes ul li{
    display: block;
}

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


.layoutbox{
	width: 100%;
	margin: 0;
}
.layoutbox ul{
	width: 1000px;
	margin: 0 auto;
}

.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%;
}

.con_under_mailbox{
	width: 500px;
	margin: 10px auto 50px;
	padding: 30px 0;
	border: solid 1px #C6BFB5;
	text-align: center;
}
.con_under_mailbox span{
	font-size: 12px;
}
.con_under_mailbox span a{
	display: inline-block;
	text-decoration: underline;
}

.content-btn {
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 40px
 auto;
    padding: 20px 0;
    text-align: center;
    width: 80%;
    max-width: 320px;
}

.content-btn:hover {
    opacity: 0.7;
}

.ly_mb {
    margin-bottom:60px;
}

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

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

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

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

.content-list_subcol p{
    font-size: 14px;
    line-height: 1.65;
}

.content-list_reverse .content-list_subcol {
    padding: 20px 30px 30px 30px;
    box-sizing: border-box;
}

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

.item-list {
    padding: 12px 0px 32px;
}
/*
.item-list li{
	border-bottom: 1px dashed #9e9e9e;
}*/
.item-list li a{
	box-sizing: border-box;
	font-size: 14px;
	/*padding: 10px;*/
	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%;
}

.item-header_ttl {
    display: inline-block;
    border-bottom: 1px solid #fff;
	margin: 40px auto 20px;
    line-height: 1.5;    
    font-size: 21px;
    text-align: center;

}
.item-list li a::after{
	margin-left: 8px;
	position: static;
}

.item-header_desc{
    text-align: center;
}

.content-list .content-list_maincol {
	width: 90%;
    margin: 0 auto;
}

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

.gift_brand ul {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.gift_brand h2 {
	font-size: 25px;
	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;
	background-color: #fdfaf6;
	text-align: left;
	font-size: 12px;
	box-shadow: 0 0 10px #ccc;
}


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

.gift_brand ul li img {
	width: 100%;
}

.banner-area {
    width: 90%;
    margin: 30px auto 60px;
}

.banner-area div a {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;

}

.banner-area img{
    max-width: 100%;
    margin-top: 10px;
}


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

.navi ul{
    width: 700px;
    margin: 0 auto ;
    text-align: center;
    font-size: 0;
}

.navi ul li{
    overflow: hidden;
    font-size:16px;
    margin: 0 26px ;
    border-bottom: solid 3px #fff;
}

.m-btn-active:hover{
    background-color: #ffc17f;
}
.con_come{
    font-size: 32px;
}
.navi ul li:hover{
    border-bottom: solid 3px #9e9e9e;
}
.con1 ul li a img:hover {
    opacity: 0.7;
}

.other-item ul li a:hover{
    opacity: 0.7;
}

.sml_ttl_box_underbtn_footer a:hover{
    background-color: #7d7d7d;
}

.con_under_sharebox a img:hover{
	opacity: 0.7;
}

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

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

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

.content-list_reverse {
    margin-top: 80px;
}

.content-list .content-list_maincol {
	width: 460px;
}

.content-list .content-list_subcol {
	width: 500px;
}

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

.item-list{
	margin-top: 24px;
}
.item-list li{
	border-bottom: none;
}
.item-list li a{
	display: inline-block;
	font-size: 12px;
	padding: 2px;
}

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

.bg_col01 {
    background:  #333;
}

.bg_col02 {
    background:  #393d6a;

}

.bg_col03 {
    background:  #654336;

}

.bg_col04 {
    background:  #c29e6f;

}
.bg_col05 {
    background:  #344831;

}
/*

.bg_col01 {
    background: linear-gradient(180deg, #333 0%, #333 70%, #ffffff 70%, #ffffff 100%);
}

.bg_col02 {
    background: linear-gradient(180deg, #393d6a 0%, #393d6a 70%, #ffffff 70%, #ffffff 100%);

}

.bg_col03 {
    background: linear-gradient(180deg, #654336 0%, #654336 70%, #ffffff 70%, #ffffff 100%);

}

.bg_col04 {
    background: linear-gradient(180deg, #c29e6f 0%, #c29e6f 70%, #ffffff 70%, #ffffff 100%);

}

.bg_col05 {
    background: linear-gradient(180deg, #344831 0%, #344831 70%, #ffffff 70%, #ffffff 100%);

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

}

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

}

.content-list_reverse {
    margin-top: 40px;
}

.banner-area {
    width: 1000px;
    margin: 30px auto 60px;
}

.banner-area_inner{
    display:flex;
    justify-content: space-between;
}

.banner-area div a {
    overflow: hidden;
    width: 48%;
}
}



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

.main_box img{
    width: 100%;
}


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

.content {
    padding-bottom: 0;
}
.other-item h3{
    font-size: 20px;
    line-height: 1.5em;
    width: auto;
    margin: 10px;
}

.other-item h3::after{
    width: 50%;
}
.main_box_moji{
    margin: 0 5%;
    width: 90%;
    display: block;
    position: static;
}
.main_box_moji h1{
    font-size: 11px;
    width: auto;
}
.main_box{
    height: auto;
    margin: 0;
}
.main_box img{
    margin: 0;
}
.main_box_moji2{
    font-size: 12px;
    margin: 0 5%;
    top: 90vw;
    width: 90%;
}

.main_box_logo2{
    margin: 0 5%;
    width: 33%;
    top: 5vw;
}

.main_box_logo3{
    margin: 0 5%;
    width: 33%;
    top: 5vw;
}

.navi{
    width: 100%;
}


.navi ul li img{
    width: 100%;
}
.other-item {
    width: 100%;
    padding: 32px 0 40px;
}
.con1 ul {
    width: 95%;
}
.con1 ul li:nth-of-type(2) {
    width: 100%;
    text-align: left;
}
.con1 ul li a{
    display: block;
    overflow: hidden;
    width: 100%;
}

.con1 ul li a img{
    width: 100%;
}


.other-item h2 {
    width: 100%;
}
.other-item h2 img{
    width: 124px;
}
.other-item ul{
    width: 100%;
    margin: 0 auto;
}
.other-item ul li a{
    font-size: 10px;
}
.other-item ul li{
    width: 43% !important;
    margin: 0 3.5% 20px;
    float: left;
}

.other-item ul li img{
    width: 100%;
}

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

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

.r_notes {
    padding: 40px 0;
}

.r_notes ul{
    width: 90%;
}

.sml_ttl_box_underbtn2 {
    width: 100%;
}
.sml_ttl_box_underbtn2 a {
    width: 90%;
}

.layoutbox ul{
	width: 100%;
}


.con_under_sharebox a{
	width: 45px;
}

.con_under_mailbox{
	width: 95%;
}

.gift_brand ul {
    width: 100%;
    padding: 0px;
    justify-content: center;
}
.gift_brand ul li{
    width: 45%;
}

}
