@charset "utf-8";

/* -----------------------------------------------------------
    年末年始のお知らせ
-------------------------------------------------------------- */
.yeinfo-link {
    border: none!important;
    margin: 40px 0 0 0!important;
    text-decoration: underline!important;
    display: block;
    font-size: 2rem;
    font-weight: bold;
}

.yeinfo-link:hover {
    text-decoration: none;
}

.yearend-info {
    color: #333!important;
    background: #E0F0F0;
    display: block;
    font-size: 1.5rem;
    padding: 30px 30px;
}

.yearend-info .inner {
    background: #fff;
    position: relative;
    padding: 40px
}

.yearend-info-ttl {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
	color: #fb3c3c;
}

.yearend-info .c-red {
    color: #E60012;
	font-weight: bold;
}

.yearend-info .txt{
    padding: 10px 0 0px;
	font-size: 1.5rem;
}
.yearend-info .info-link{
    padding: 10px 0;
}

a.yearend-info-link {
	font-weight:bold;
	transition:.3s;
    position: relative;
	text-decoration:underline;
}
a.yearend-info-link:hover{
	font-weight:bold;
	color:#fb3c3c;
	transition:.3s;
}

a.yearend-info-link::after {
    display: block;
    content: "\f105";
    font: 600 1.6rem / 1 "Font Awesome 5 Free";
    position: absolute;
    right: -15px;
    top: -2px;
}


/*.yearend-info-link {
    color: #333!important;
    position: absolute;
    right: 50px;
    top: 30px;
}*/

.yearend-info-intro {
    line-height: 1.5;
    text-align: center;
    margin: 20px 0 0 0;
}
.mothersday-info {
    background: #E0F0F0;
    padding: 10px 15px;
    margin: 10px auto 20px;
    max-width: 850px;
	text-align: left;
}

/*営業時間*/
.mothersday-info table 	{
	border-collapse:collapse
}
.mothersday-info tr {
	border-bottom: solid 1px #fff;
}
.mothersday-info tr:last-child {
	border-bottom: none;
}
.mothersday-info th {
	margin-right: 10px;
	width: 125px;
	padding: 10px 0;
}
.mothersday-info td {
	padding: 10px 0;
}
.mothersday-info tr:last-child th,
.mothersday-info tr:last-child td {
	padding: 10px 0 0px;
}

/* タイトルのデザイン*/
.c-accordion_ttl {
	list-style: none;
	padding: 12px 0 7px;
	margin: 10px auto 0;
	cursor: pointer;
	background-color: #f6f6f6;
	font-weight: bold;
	width: 850px;
}

.c-accordion_ttl span {
	font-size: 1.5rem;
	position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.c-accordion_ttl span::after {
	display: block;
    content: "\f0d7";
    font: 900 1.6rem / 1 "Font Awesome 5 Free";
}

.mothersday-info p {
    font-weight: bold;
}    
.yearend-img {
    max-width: 850px;
    margin: 10px auto 0;
}
.yearend-img img {
    width: 100%;
}

.yearend-info-table {
    text-align: left;
     margin: 20px 0 0 0;
}

.yearend-info-table li {
	margin: 0 0 0 1em;
	line-height: 1.7;
	text-indent: -1em;
}

.yearend-info-table li span {
    font-weight: bold;
    margin: 0 1em 0 0;
}

.img-scroll{
	text-align: center;
}

.yearend-info2022{
	width: 850px;
}

.yearend-info-attention {
	max-width: 850px;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width: 667px){
	
    .yearend-info-intro {
        line-height: 1.7;
        font-size: 1.6rem;
        text-align: left;
    }
	
    .yearend-info {
		padding: 30px 0;
    }

    .yearend-info .inner {
        padding: 50px 10px 40px;
    }
	
	.yearend-info-ttl {
		padding: 0 0 10px;
	}

    .yearend-info-link {
        /*right: 10px;
        bottom: 20px;
        top: auto;*/
		right: 0;
        bottom: 0;
        top: auto;
    }

    .yearend-info-table li {
        line-height: 1.7;
        text-indent: -1em;
        margin: 0 0 0 1em;
    }

    .yeinfo-link {
        margin: 40px auto 0 auto !important;
        font-size: 1.8rem;
        white-space: nowrap;
        width: auto !important;
    }
	
	.img-scroll {
		overflow-x: scroll;
		text-align: left;
	}
	
	.yearend-info2022{
		width: 600px;
		max-width: unset;
	}
	
	.mothersday-info {
		background: #E0F0F0;
		padding: 15px;
		margin: 10px auto 20px;
		max-width: 100%;
		text-align: left;
	}
	
	/*営業時間*/
	.mothersday-info th {
		margin-right: 10px;
		width: 125px;
		padding: 10px 0;
	}
	.mothersday-info td {
		padding: 10px 0;
	}
	
	/* タイトルのデザイン */
	.c-accordion_ttl {
		padding: 10px 0 5px 20px;
		margin: 10px auto 0;
		cursor: pointer;
		font-size: 1.5rem;
		width: 100%;
	}
	.c-accordion_ttl spam {
		font-size: 1.5rem;
	}
	
	.yearend-info-attention {
		max-width: 100%;	
	}
}



/* -----------------------------------------------------------
    TOP
-------------------------------------------------------------- */
#top{}

#main {
    padding: 0;
}

/* header */
.header{
    background: none;
}
.header.active{
    background: #fff;
}
#pc-head{
    height: 100px;
}
.active #pc-head{
    height: 75px;
}
#pc-head .gnav a{
    color: #fff;
}
.header.active #pc-head .gnav a{
    color: #333;
}
.header.active #pc-head .gnav a:hover{
	color: #3fa6b1;
}

#pc-head .logo{
    display: none;
}
#pc-head .logo.about{
    display: block !important;
    margin: 15px 0 0 20px;
}
#pc-head .logo img{
    transition: all .5s;
}
#pc-head .logo.about img{
    width: 180px;
}
.active #pc-head .logo{
    display: block !important;
}
.active #pc-head .logo.about{
    display: none !important;
}
/*
.active #pc-head .logo img{
    width: auto;
    height: 45px;
}
*/


/* favorite */
#top .favorite{
    color: #999;
    font: 500 2rem / 1 'Noto Sans JP', sans-serif;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
#top .favorite:hover{
    color: #de5c6f!important;
}
#top .favorite.done{
    color: #de5c6f;
}

/* top-search-btn */
#top .top-search-btn{
    padding: 35px 20px;
}

#top .modal-open{
    display: flex;
    width: 100%;
    height: 55px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
	color: #333;
}

#top .modal-open .fa-search{
    color: #3fa6b1;
    margin: 0 8px 0 0;
}

@media screen and (max-width: 667px){
	
	#main {
		padding: 55px 0 0;
	}
	
	/* favorite */
	#top .favorite{
		font-size: 2.4rem;
	}
	
	/* top-search-btn */
	#top .top-search-btn{
		padding: 20px 20px 35px 20px;
	}


}

/* -----------------------------------------------------------
    mv-area
-------------------------------------------------------------- */
.mv-block{
    width: 100%;
    height: 100vh !important;
    position: relative;
}
.mv-block a{
    display: block;
}

/* slick */
.mv-area .slick-prev{
    left: 40px;
    z-index: 5;
}
.mv-area .slick-next{
    right: 40px;
    z-index: 5;
}

/* 各スライド */
.mv-block.mv01{
    background: url("../img/lp_mv.jpg") no-repeat center left / cover;
}
.mv-block.mv02{
    background: url("../img/lp_mv.jpg") no-repeat center left / cover;
}
.mv-block.mv03{
    background: url("../img/lp_mv.jpg") no-repeat center left / cover;
}
.mv-block.mv04{
    background: url("../img/lp_mv.jpg") no-repeat center left / cover;
}
.mv-block.mv05{
    background: url("../img/lp_mv.jpg") no-repeat center left / cover;
}

.mv-area .sp-img{
    display: none;
}

.mv-area .top-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mv-area .top-logo img {
    width: auto;
    max-width: 450px;
    height: auto;
    max-height: 180px;
    margin: auto;
}

/* h1 */
#top .h1-area {
	position: static;
	top: auto;
	color: #fff;
	margin: 0 auto;
}
#top .h1-area h1{
	width: auto;
	font-size: 1.4rem;
    text-align: center;
    margin: 0 auto;
}

#top .member-bnr {
	width: 1200px;
	margin: 30px auto 10px;
}

@media screen and (max-width:667px){
	
	.mv-block{
        height: auto!important;
    }

    /* slick */
    .mv-area .slick-prev{
        left: 20px;
    }
    .mv-area .slick-next{
        right: 20px;
    }
    .mv-area .slick-prev,
	.mv-area .slick-next{
        display: none!important;
    }
	
    .mv-txt{
        display: none;
    }

	.mv-area .sp-img{
		display: block;
		text-align: center;
	}
		
	.mv-block.mv01,
	.mv-block.mv02,
	.mv-block.mv03,
	.mv-block.mv04,
	.mv-block.mv05{
		background: none;
	}
    #top .h1-area {
        background: none;
        padding: 0;
	}	
	#top .h1-area h1 {
		color: #fff;
		font-size: 1.1rem;
		overflow: inherit;
		text-overflow: inherit;
		white-space: inherit;
		font-weight: bold;
		line-height: 1.6;
	}
	
	#top .member-bnr {
		width: 100%;
		margin: 0 auto 30px;
	}
    
    .mv-area .top-logo  {
        width: 75%
    }
    .mv-area .top-logo img {
        width: 100%;
        max-width: 350px;
        max-height: 150px;
    }
}

/*    年末年始　ボタン３つ並びver
-------------------------------------------------------------- */
#top #yearend #yearend-btn {
    display: flex;
    justify-content: center;
}

#top #yearend  #yearend-btn .btn-more:not(:first-child) {
    margin-left: 30px;
}

#top #yearend  #yearend-btn .btn-more a {
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    padding: 23px 0 25px 0;
    width: 260px;
}



@media screen and (max-width: 667px) {
    #top #yearend #yearend-btn {
        display: block;
    }

    #top #yearend #yearend-btn .btn-more:not(:first-child) {
        margin-left: 0;
        margin-top: 13px;
    }

    #top #yearend.mv-area .txt-area {
        /*top: 42%;*/ /*20211221add*/
        top: 35%;
    }

    #top #yearend.mv-area .name {
        font-size: 2.1rem!important;
        padding: 20px 0 0 0;
    }

    #top #yearend.mv-area .catch {
        padding: 15px 0 25px;
    }

}


/*    pagelink-area（SPのみ）
-------------------------------------------------------------- */

@media screen and (max-width: 667px){

    .pagelink-area{
        display: flex;
        width: 100%;
        border-bottom: 1px solid #efefef;
    }

    .pagelink-area > li{
        width: calc(100% / 3);
        border-right: 1px solid #efefef;
    }
    .pagelink-area > li:last-of-type{
        border-right: none;
    }

    .pagelink-area a{
        display: block;
        font-size: 1.3rem;
        text-align: center;
        padding: 15px 0;
    }

    .pagelink-eng{
        color: #40a7b2;
        font: bold 1rem / 1 'Josefin Sans', sans-serif;
        letter-spacing: .1em;
        margin: 5px 0 0;
    }
}


/*    search-area
-------------------------------------------------------------- */
.search-area{
    padding: 60px 0 0;
}

/* search02-wrap */
.search02-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000;
    padding: 25px 0 0;
    margin: 10px 0 0;
	font-size: 1.4rem;
}

.keyword-wrap,
.keyword-link-wrap{
    flex: 1;
    display: flex;
    align-items: center;
}

.keyword-link-wrap{
    margin: 0 0 0 25px;
}
.keyword-link-wrap > li{
    margin: 0 15px 0 0;
}
.keyword-link-wrap a{
    display: block;
    font-size: 1.3rem;
    border: 1px solid #ccc;
    padding: 10px 15px 6px 15px;
}
.keyword-link-wrap a:hover{
    border: 1px solid #3fa6b1;
    background: #3fa6b1;
	color: #fff;
}
.corporation-link{
    font-size: 1.4rem;
}
.corporation-link .fas{
    margin: 0 10px 0 0;
}

@media screen and (max-width: 667px){

    .search-area{
        padding: 25px 0 0 20px;
    }
    
    .search-area > .search-wrap{
        display: none;
    }

    /* search02-wrap */
    .search02-wrap{
        display: block;
        border-top: none;
        padding: 0;
        margin: 0;
    }
    
    .keyword-wrap{
        display: block;
    }

    .keyword-link-wrap{
        margin: 15px 0 15px;
    }
    .keyword-link-wrap > li{
        margin: 0 10px 0 0;
    }
    .keyword-link-wrap a{
        font-size: 1.5rem;
        padding: 10px 13px 5px 13px;
    }
}


/*    special-area
-------------------------------------------------------------- */
.special-area{
    padding: 90px 0 0;
    position: relative;
}
.special-area::before{
    content: '';
    display: block;
    width: 100%;
    height: 900px;
    background: #f6f6f6;
    position: absolute;
    top: 105px;
    left: 0;
    z-index: -1;
}

.special-wrap{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px auto 0;
	max-width: 1460px;
}
.special-wrap > li{
    margin: 0 20px 0 0;
}
.special-wrap > li:last-of-type{
    margin: 0;
}

.special-wrap a{
    display: block;
}

.special-wrap img{
	width: 280px;
}

@media screen and (max-width: 667px){

    .special-area{
        padding: 0 20px;
    }
    .special-area::before{
        height: 770px;
        top: 10px;
    }
    
    .special-area .scroll-wrap{
        margin: 0 -20px 0 0;
    }

    .special-wrap{
        flex: 1;
        justify-content: flex-start;
        margin: 20px 0;
		max-width: inherit;
    }
    .special-wrap > li{
        margin: 0 15px 0 0;
    }

    .special-wrap img{
        width: 295px;
    }
}


/*    pickup-area
-------------------------------------------------------------- */
.pickup-area{
    padding: 100px 0 10px;
}

.pickup-title{
	/*
    font: 500 1.8rem / 1.4 'Noto Sans JP', sans-serif;
	*/
	font-size: 1.5rem;
	line-height: 1.5;
}

.pickup-price{
	font: 400 1.8rem / 1 'Josefin Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin: 8px 0 15px;
}
.pickup-price span{
    font-size: 1.2rem;
	font-weight: 500;
}


/* slide */
.pickup-area .slick-slide {
	transition: .3s ease;
	transform: scale(.85);
}
.pickup-area .slick-current {
	transform: scale(1);
}
.pickup-area .pickup-img{
    display: flex;
    width: 400px;
    height: 400px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    overflow: hidden;
}
.pickup-area .pickup-img img {
    width: auto;
    max-height: 100%;
}
.pickup-area .slick-slide a{
    display: block;
    position: relative;
}

.pickup-area .slick-slide .favorite{
    right: 10px;
    bottom: 5px;
}


@media screen and (max-width: 667px){

    .pickup-area{
        padding: 40px 0 5px 20px;
    }

	.pickup-area .section-title{
        padding: 0 20px 20px 0;
    }
	
	.pickup-title{
		font-size: 1.4rem;
	}
    .pickup-price{
        margin: 10px 0;
    }


	/* slide */
	.pickup-area .slick-slide {
		transform: scale(1);
	}
	.pickup-area .slick-current {
		transform: scale(1);
	}
	
	.pickup-area .slick{
		display: flex;
		width: 100%;
	}
	
	.pickup-area .pickup-block{
		min-width: 230px;
		white-space: normal;
        margin: 0 25px 0 0;
		position: relative;
		background: #fff;
    }
	/*
	.pickup-area .pickup-img{
		width: 100%;
        height: 180px;
        margin: 0 auto 20px;
		background: #ededed
	}
	.pickup-area .pickup-img img {
		width: auto;
		max-height: 100%;
	}
	*/
	
	.pickup-area .pickup-img{
		display: flex;
		width: calc(100% + 40px);
		height: 160px;
		justify-content: center;
		align-items: center;
		margin: 0 -20px 20px;
		overflow: hidden;
		background: #ededed;
	}
	.pickup-area .pickup-img img{
		width: auto;
		max-height: 100%;
	}

	.pickup-area .favorite{
		padding: 0;
		right: 20px;
		bottom: 25px;
	}
	
	.pickup-block a {
		display: block;
		padding: 0 20px 20px;
	}

}


/*    ranking-area
-------------------------------------------------------------- */
.ranking-area{
    width: 100%;
    background: #f6f6f6;
    padding: 0 0 80px;
    margin: 80px 0 0;
    position: relative;
}
.ranking-area::before{
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.ranking-area > .inner02{
    position: relative;
    z-index: 1;
}

.ranking-wrap{
    display: flex;
    width: 100%;
    margin: 45px 0 0;
}

.ranking-wrap > li{
    width: 230px;
    background: #fff;
    margin: 0 calc(50px / 4) 0 0;
    position: relative;
}
.ranking-wrap > li:last-of-type{
    margin: 0;
}

.ranking-wrap > li.no1::before,
.ranking-wrap > li.no2::before,
.ranking-wrap > li.no3::before{
    content: '';
    width: 36px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 5px;
	z-index: 1;
}
.ranking-wrap > li.no1::before{
    background: url("../img/icon-rank01.png") no-repeat center / contain;
}
.ranking-wrap > li.no2::before{
    background: url("../img/icon-rank02.png") no-repeat center / contain;
}
.ranking-wrap > li.no3::before{
    background: url("../img/icon-rank03.png") no-repeat center / contain;
}

.ranking-wrap a{
    display: block;
    padding: 0 20px 20px;
}

.ranking-img{
    display: flex;
    width: calc(100% + 40px);
    height: 160px;
    justify-content: center;
    align-items: center;
    margin: 0 -20px 20px;
    overflow: hidden;
	background: #f0f0f0;
}
.ranking-img img{
    width: auto;
    max-height: 100%;
}

.ranking-title{
    font-size: 1.4rem;
	line-height: 1.5;
}
.ranking-price{
	font: 400 1.6rem / 1 'Josefin Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin: 8px 0 15px;
}
.ranking-price span{
    font-size: 1.2rem;
	font-weight: 500;
}

.ranking-wrap .favorite{
    padding: 0;
    right: 20px;
    bottom: 25px;
}

@media screen and (max-width: 667px){

    .ranking-area{
        padding: 40px 0 40px 20px;
        margin: 40px 0 0;
    }
    .ranking-area::before{
        height: 10px;
    }
    
    .ranking-area .section-title{
        position: absolute;
        top: -40px;
        left: 0;
        z-index: 3;
    }
	
	.ranking-wrap > li.no1::before,
	.ranking-wrap > li.no2::before,
	.ranking-wrap > li.no3::before{
		height: 32px;
		left: 5px;
	}
	
    .ranking-wrap{
		margin: 5px 0 0;
    }

    .ranking-wrap > li{
		min-width: 230px;
        white-space: normal;
        margin: 0 25px 0 0;
    }
	
	.ranking-title{
		font-size: 1.4rem;
	}
    .ranking-price{
        margin: 10px 0;
    }
	
}


/*    products-area
-------------------------------------------------------------- */
.products-area{
    padding: 90px 0 0;
    position: relative;
}
.products-area::before{
    content: '';
    display: block;
    width: calc((100vw - 1600px) / 2 + 283px);
    height: 775px;
    background: url("../img/top-products-img.jpg") no-repeat left bottom / cover;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 1;
}

.products-area > .inner02{
    padding: 0 0 60px 130px;
}


@media screen and (max-width: 667px){

    .products-area{
        padding: 40px 20px 0;
    }
    .products-area::before{
        display: none;
    }

    .products-area > .inner02{
        padding: 0 0 40px;
    }

}


/*    about-area
-------------------------------------------------------------- */
.about-area{
    width: 100%;
    text-align: center;
    padding: 0 0 550px;
    margin: 80px 0 0;
    position: relative;
}
.about-area::before{
    content: '';
    display: block;
    width: 1420px;
    height: calc(100% - 65px);
    background: #f5f5f5;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}


/* about-title-wrap */
.about-title-wrap{
    position: relative;
}

.about-logo img{
    width: 277px;
}

.about-area .section-title{
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 1;
}

.about-catch{
    font: 400 2.6rem / 1 'Noto Sans JP', sans-serif;
    padding: 50px 0 0;
	letter-spacing: 0.2em;
}

.about-txt{
    line-height: 2;
    padding: 30px 0;
}

/* about-img-wrap */
.about-img{
    position: absolute;
    z-index: 1;
    overflow: hidden;
}
.about-img.img01{
    bottom: 20px;
    left: calc((100vw - 1600px) / 2 + 70px);
}
.about-img.img02{
    bottom: -75px;
    left: calc((100vw - 1600px) / 2 + 575px);
}
.about-img.img03{
    bottom: 90px;
    right: calc((100vw - 1600px) / 2 + 50px);
}

@media screen and (max-width: 667px){

    .about-area{
        width: 100%;
        text-align: left;
        background: #f6f6f6;
        padding: 0 0 40px;
        margin: 30px 0 0;
    }
    .about-area::before{
        display: none;
    }


    /* about-title-wrap */
    .about-title-wrap{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        padding: 0 20px 20px;
    }

    .about-logo img{
        width: 124px;
    }

    .about-area .section-title{
        position: static;
    }

    .about-catch{
        font-size: 2rem;
        padding: 25px 0 0;
		line-height: 1.5;
		text-align: center;
    }

    .about-txt{
        font-size: 1.5rem;
        line-height: 1.8;
        padding: 15px 0 25px;
    }

    /* about-img-wrap */
    .about-img-wrap{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .about-img{
        width: calc((100% - 1px) / 2);
        position: static;
    }
    .about-img img{
        width: 100%;
    }
}


/*    link-area
-------------------------------------------------------------- */
.link-area{
    width: 100%;
    background: #f5f5f5;
    padding: 60px 0;
    margin: 145px 0 35px;
}

.link-wrap{
    display: flex;
}

.link-wrap > li{
    width: calc(100% / 4);
    border-right: 1px solid #efefef;
	position: relative;
}
.link-wrap > li:last-of-type{
    border-right: none;
}

.link-wrap a{
    display: block;
    text-align: center;
}

.link-wrap .link-img{
    width: auto;
    height: 300px;
    overflow: hidden;
	text-align: center;
	color: #fff;
}

.link-wrap .link-img img{
    width: auto;
    height: 300px;
    transition-duration: 0.3s;
}

.link-wrap a:hover .link-img img{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.link-title-en {
    font: 600 3.0rem / 1 'Josefin Sans', sans-serif !important;
    letter-spacing: .2em;
    margin: 0 0 20px;
	position: absolute;
	top: 120px;
	color: #fff;
}

.link-title-en.style1 {
	left: 90px;
}

.link-title-en.style2 {
	left: 85px;
}

.link-title-en.style3 {
	left: 115px;
}

.link-title-en.style4 {
	left: 50px;
}

.link-title{
    font: 400 1.6rem / 1 'Noto Sans JP', sans-serif;
	position: absolute;
	top: 155px;
	color: #fff;
}

.link-title.style1 {
	left: 110px;
}

.link-title.style2 {
	left: 100px;
}

.link-wrap .basic-txt{
    padding: 15px 0 45px;
}

@media screen and (max-width: 667px){

    .link-area{
        background: none;
        padding: 30px 20px 10px;
        margin: 0;
    }

	.link-wrap{
		flex-wrap: wrap;
		justify-content: center;
    }
    .link-wrap > li{
        width: 50%;
		border: 1px solid #fff;
    }
	.link-wrap > li:last-of-type{
		border: 1px solid #fff;
	}
	
	.link-wrap .link-img{
		width: 100%;
		height: auto;
	}
	.link-wrap .link-img img{
		width: 100%;
		height: auto;
		max-width: 360px;
		max-height: inherit;
	}
	.link-wrap a:hover .link-img img{
		transform: scale(1);
	}
	
	.link-title-en {
		font: 600 2.0rem / 1 'Josefin Sans', sans-serif !important;
	}
	
	.link-title-en.style1,
	.link-title-en.style2,
	.link-title-en.style3,
	.link-title-en.style4{
		top: 15px;
		left: 10px;
	}
	
	.link-title-en.style4{
		left: 8px;
	}

	.link-title{
		font: 400 1.4rem / 1 'Noto Sans JP', sans-serif;
	}
	
	.link-title.style1,
	.link-title.style2 {
		top: 40px;
		left: 10px;
	}

}


/*    middle-img
-------------------------------------------------------------- */
.middle-img{
    display: flex;
    width: 100%;
    height: 624px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

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

@media screen and (max-width: 667px){

    .middle-img{
        height: 148px;
    }
    .middle-img img{
        max-width: 100%;
    }
}


/*    news-area
-------------------------------------------------------------- */
.news-area{
    display: flex;
    padding: 80px 0 0;
    justify-content: space-between;
    position: relative;
}

.news-area .section-title{
    font-size: 2rem;
}

/* .news-list */
.news-list > li:first-child{
    margin: 0 0 15px;
}
.news-list > li:nth-child(n+3){
    display: none;
}

.news-list a{
    display: flex;
    width: 930px;
    line-height: 1.4;
}

.news-list .date{
    flex-shrink: 0;
    font: 500 1.4rem / 1.4 'Josefin Sans', sans-serif;
    margin: 0 30px 0 0;
}
.news-list .title{
	font-size: 1.5rem;
}

/* news-btn */
.news-btn{
    flex-shrink: 0;
}
.news-btn a{
    display: block;
	font-size: 1.4rem;
}
.news-btn .fas{
    margin: 0 10px 0 0;
}

@media screen and (max-width: 667px){

    .news-area{
        display: block;
        padding: 30px 20px 0;
    }    

    /* .news-list */
    .news-list{
        margin: 20px 0 0;
    }
    .news-list > li:first-child{
        margin: 0;
    }
    .news-list > li:nth-child(n+2){
        display: none;
    }

    .news-list a{
        display: block;
        width: 100%;
    }

    .news-list .date{
        line-height: 1;
        margin: 0 0 10px;
		font-size: 1.2rem;
    }
	.news-list .title{
	}

    /* news-btn */
    .news-btn{
        position: absolute;
        top: 30px;
        right: 20px;
    }
    .news-btn a{
        display: block;
    }
    .news-btn .fas{
        margin: 0 10px 0 0;
    }
    
}


/*    blog-area
-------------------------------------------------------------- */
.blog-area{
    padding: 100px 0 75px;
}

.blog-area .section-title{
    font-size: 2rem;
}

/* .blog-list */
.blog-list{
	display: flex;
	width: 100%;
    margin: 40px 0;
}

.blog-list li{
	width: calc((100% - (50px * 3)) / 4);
	background: #fff;
    border: 1px solid #efefef;
	margin: 0 50px 0 0;
}
.blog-list li:nth-child(4){
    margin: 0;
}
.blog-list li:nth-child(n+5){
    display: none;
}

.blog-list a{
	display: block;
}

.blog-list .thumb{
    display: flex;
    width: 100%;
    height: 180px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.blog-list .thumb img {
    width: auto;
    max-height: 100%;
}

.blog-list .txt_area{
	padding: 20px;
}

.blog-list .cate{
	display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    background: #A3A5A7;
    padding: 5px 5px 2px;
}
/*.blog-list .cate.type01{
    color: #338DCB;
}
.blog-list .cate.type02{
    color: #33BBCB;
}
.blog-list .cate.type03{
    color: #516ACC;
}
.blog-list .cate.type04{
    color: #FF97B6;
}
.blog-list .cate.type05{
    color: #33CB9C;
}*/

.blog-list .date{
    font-family: 'Josefin Sans', sans-serif;
	margin: 15px 0 0;
	font-size: 1.2rem;
}

.blog-list .title {
	line-height: 1.6;
    margin: 5px 0 0;
	font-size: 1.5rem;
}

@media screen and (max-width: 667px){

    .blog-area{
        padding: 40px 20px 50px;
    }

    /* .blog-list */
    .blog-list{
        display: block;
        margin: 5px 0 30px;
    }

    .blog-list li{
        width: 100%;
        border: none;
        border-bottom: 1px solid #efefef;
        margin: 0;
    }
    .blog-list li:nth-child(n+4){
        display: none;
    }

    .blog-list a{
        display: flex;
        width: 100%;
        align-items: flex-start;
        padding: 15px 0;
    }

    .blog-list .thumb{
        width: 110px;
        height: 66px;
        margin: 0 10px 0 0;
    }

    .blog-list .txt_area{
        flex: 1;
        padding: 0;
    }

    .blog-list .cate{
        font-size: 1rem;
		padding: 5px 8px 4px;
    }

    .blog-list .date{
        font-size: 1.2rem;
		margin: 10px 0 0;
    }

    .blog-list .title {
        font-size: 1.4rem;
        margin: 5px 0 0;
    }
}