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

/* .l-contents{
    list-style:none;
    overflow: hidden;
}

.l-contents a{
	transition: all 0.3s ease 0s;
}

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

.ttl_box{
	display: block;
    margin: 0 auto;
}

.title-sub {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
    font-weight: 500;
    padding: 30px 10px 0;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    background-color: #fff;
}

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

.ttl-box-inner{
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
/* .ttl-box-inner div{
    width: 70vw;
    text-align: center;
} */

.ttl-box-inner img{
	display: block;
    overflow: hidden;
    width: 100%;
}

.content_main {
    margin-bottom: 80px;
}

.navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 32px auto 0;
	padding: 0 8px;
    border-bottom: 1px solid #aaa;
}
.navi ul > li{
	width: 25%;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.navi ul > li a{
	display: block;
}

.navi ul > li img{
	display: block;
	width: 100%;
    aspect-ratio: 11/7;
}

.content-inner {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
    font-weight: 500;
}

.con2 {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
    font-weight: 500;
}

.bg-col-box {
    background-color: #efefef
}

.con1{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
}

.h-auto {
    height: auto;
}


.l-other-box{
    display: flex;
    flex-wrap: wrap;    
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.l-other-box div {
    /*display: block;*/
    overflow: hidden;
    /*float: left;*/
    width: 31%;
    margin: 0  auto 40px;
}
.l-other-box h4 {
    margin: 8px 0;
    font-size: 16px;
    font-weight: bold;
}

.l-other-box ul li a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.l-other-box .item {
    display: inline-block;
    margin-right: 8px;
}

.l-other-box img{
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: .5em;
}

.content-desc-heading-wrapper {
    width: 100%

}

.content-desc-heading {
    text-align: left;
    margin-bottom: 20px;
}
.content-desc-heading > div {
    width: 43%;
    margin-bottom: 24px;
}

.content-desc-heading > div img {
    width: 100%;
    padding-bottom: 4px;
}

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

.banner-area {
    margin: 0 12px 64px;
}

.banner-area .m-btn-inactive,
.content-inner .m-btn-inactive {
    width: 80%;
    max-width: 320px;
    margin: auto;

}

.con2 + .m-btn-inactive {
    margin-top: 40px;
}

.content-inner .m-btn-inactive:hover {
    background-color: #dedede;
}



.content-btn:hover,
.l-4-column a:hover,
.gift_brand ul li a:hover,
.l-other-box ul li a:hover {
    opacity: 0.7;
}

.content-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}


.content-desc {
    margin-bottom: 24px;
    font-size: 14px;
    padding: 20px 20px 0 20px;
    line-height: 1.8;
    text-align: justify;
}

.comment_box {
    position: relative;
    background-color: #fff;
    padding: 18px;
    border-radius: 8px;
}

.fuki1::after {
    content: "";
    position: absolute;
	background: url(./fuki1.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 16px;    
    display: inline-block; 
    bottom: -16px;
    left: 80px;
}

.fuki1 {
        margin-bottom: 140px;

}

.fuki2::before {
    content: "";
    position: absolute;
	background: url(./fuki2.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 16px;    
    display: inline-block; 
    top: -16px;
    right: 80px;
}

.comment_icon {
    position: absolute;
}

.comment_icon img {
    width: 80px;
    position: relative;
    z-index: 2;
}

.icon_bottom {
    bottom: -100px;
    left: 0;
}

.icon_top {
    top: -100px;
    right: 0;
}

/* .content-list .content-desc img {
    width: auto;
} */

/* .content-desc span {
    font-family: 'Amiri', serif;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 4px 8px;
} */

.l-number-img {
    display: block;
    width: 94%;
    max-width: 380px;
    margin: 0 auto 30px;
}

.content-desc-heading {
    font-family: 'Amiri', 'Shippori Mincho', serif;
    font-optical-sizing: auto;
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height:1.5;
}

.content-list {
    padding: 60px 0;
}

.content-list_maincol,
.content-list_subcol {
	width: 100%;
}

.content-list_maincol {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}


.content-list_maincol > div {
    position: relative;
    width: 80%;
}

.content-list_1column {
    padding: 40px 0;
    text-align: center;
}

.content-list a{
	display: block;
}
.product_img img {
    aspect-ratio: 5/6;
	width: 100%;
}

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

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

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


.l-contents .coordinate-list-btn {
    display:inline-block;
    width: auto;
    margin: 8px auto 0;
}

.l-contents .coordinate-list-btn span {
    border-bottom: 1px solid #616161;
}


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

.l-4-column-wrapper {
    width: 100%
}

.l-4-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
    margin-bottom: 20px;
}
.l-4-column > div {
    width: 43%;
    margin-bottom: 24px;
}

.l-4-column > div img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
    padding-bottom: 4px;
}

.txt_link + .txt_link {
    margin-top: 10px;
}

.txt_link a {
    text-decoration: underline;
    font-size: 13px;
}


.content-list_2column.sp-width {
    position: relative;
}


.type-heading-box h3 {
    text-align: center;
    font-family: 'Amiri', serif;
    font-size: 28px;
}


.type-name {
    text-align: center;
    font-family: 'Amiri', serif;
    font-size: 38px;
    margin-bottom: 20px;
}

.type-name span {
    display: block;
    font-size: .4em;

}

.type-desc {
    font-size: 15px;
    line-height: 2.2;
    margin:auto;
    text-align: center;
}


.coming-soon {
    color: #616161;
    display: inline-block;
    font-size: 12px;
}

.con2 h3 {
    font-family: 'Amiri', serif;
	width: auto;
	margin: 10px 14px 10px;
	text-align: center;
    display: flex;
    align-items: center;
	overflow: hidden;
	font-weight: normal;
	font-size: 26px;
}

.con2 h3::before{
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #9e9e9e;
    margin-right: 6px;
}


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



.sml_ttl_box_underbtn2 a {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
    font-weight: 600;
    display: block;
    overflow: hidden;
    width: 300px;
    margin: 10px auto;
    text-align: center;
    background-color: #3e3e3e !important;
    color: #fff;
    border-radius: 4px;
}

.other_info a {
    display: block;
}

.other_info img {
    max-width: 100%;
    height: auto;
}

.other_info li + li {
    margin-top: 40px;
}

.section-ttl {
    text-align: center;
    font-size: 20px;
    margin: 0 0 24px;
}

  

@media screen and (min-width: 641px) {
/* PCここから */
.ttl-box-inner {
    width: 1000px;
}

.ttl-box-inner div{
    width: 300px;
}

.m-btn-active:hover{
    background-color: #ffc17f;
}
.navi ul > li{
	width: 160px;
}
.con1 ul li a img:hover,
.banner-area a:hover {
    opacity: 0.7;
}

.con1 h2 {
    margin-top: 8px;
}

.navi li a:hover{
    opacity: 0.7;
}



.con2 h3 {
    width: 1000px;
	margin: 10px auto 10px;
}

.ttl-box-inner div{
    width: 620px;
}

.title-sub {
    margin-top: 0;
}

.l-number-img {
    width: 320px;
}

.type-desc {
    width: auto;
    text-align: center;
}

.banner-area {
    width: 640px;
    margin-right:auto;
    margin-left:auto;
}

.content-desc-heading {
    font-size: 40px;
}

.content-inner {
	margin: auto;
    padding-bottom: 64px;
	width: 1000px;
}

.content-list_maincol {
    box-sizing: border-box;
}

.content-list_maincol > div {
    display: inline-block;
    width: 54%;
}  

.content-desc {
    padding: 30px 0 0 0;
}

.content-desc-heading {
    margin-top: 12px;
    font-size: 22px;
    
}

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

.comment_box {
    position: relative;
    background-color: #fff;
    padding: 18px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.txt-list-padding {
    padding: 0 2%;
}

.l-harf {
    width: 47%;
}

.l-4-column-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.l-4-column > div {
    width: 23%;
}




}



@media screen and (max-width: 640px) {
/* スマホ表示 */




.ttl-box-inner{
    margin: 0;
    /* display: flex;
    align-items: center; */
}


.con1 , .con2{
    width: 100%;
}


.l-other-box {
    width: 100%;
    margin: 0 auto;
}
.l-other-box div a {
    font-size: 12px;
}
.l-other-box div {
    width: 43% !important;
    margin: 0 3.5% 20px;
    float: left;
}

.l-other-box ul {
    line-height: 1.7;
}

.l-other-box div img{
    width: 100%;
}

.item-list li a::after{
	display:none;
}

.content-list .item-list {
    padding: 24px 24px 20px;
}

.l-harf {
    margin-top: 30px;
    /*margin-bottom: 20px;*/

}

.is-sp-mrl50 {
    margin-right: 30px;
    margin-left: 30px;

}


.content-list_2column.sp-width {
    /* width: 90%; */
    margin: 0 auto;
}

}

@media screen and (max-width: 340px) {
    .content-desc-heading {
        font-size: 19px;
        letter-spacing: -1px;
    }

}

