@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

/*
* Theme Name: artiveurs
* Theme URI: https://
* Author: KARAFUL
* Author URI: https://karaful.jp
* Description: artiveursのテーマ
* Version: 1.0
*/

/* reset */
html * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	color: inherit;
	border: 0;
	border-radius: 0;
	outline: none;
	line-height: inherit;
	letter-spacing: inherit;
	z-index: 0;
	-moz-appearance: none;
		 appearance: none;
	-webkit-appearance: none;
}

html { scroll-behavior: smooth;}

img {
	width:100%;
	height:auto;
}

a {
	text-decoration: none;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

p {
	margin: 0;
	padding: 0;
}

* {
	font-family:'Zen Old Mincho', serif;
	color: #231815;
	font-size: 16px;
	font-weight: 400;
}

body {
	background-color: #F7F2EE;
	background-image: url(assets/img/common/bg-texture.png);
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.en {
	font-family: 'Libre Baskerville', serif;
}

body {
	background-color: #F7F2EE;
	background-image: url(assets/img/common/bg-texture.png);
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.div404 .content {
	margin: 180px 0;
}
.div404 .title-div {
	text-align: center;
}

.div404 .title-div .page_title_sub {
	color: #673E16;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 1.4px;
}
.div404 .text {
	margin-top: 20px;
	text-align: center;
}
.div404 .read-more-btn {
	margin: 50px auto 120px;
}

@media screen and (max-width: 750px) {
	* {
		font-size: 13px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	.div404 .content {
		margin: 110px 0;
	}
	.div404 .read-more-btn {
		margin: 50px auto 70px;
	}
	.div404 .text {
		margin-top: 7px;
	}
}

/* 
	header
*/

header {
	height: 70px;
	margin: 19px 80px;
}

header .header_contents {
	display: flex;
    justify-content: space-between;
    align-items: center;
	max-width: 1600px;
	margin: 0 auto;
    height: 100%;
	margin: auto;
}

#header-logo img {
	width: 261px;
	margin: 8px 0;
}

.menu-btn-wrapper {
	position: relative;
	z-index: 2000;

}

.header-menu-insta-btn {
	position: absolute;
	right: 115px;
	top: 20px;
	right: calc((max(100vw, 1600px) - 1600px) / 2 + 115px);
}

.header-menu-insta-btn img {
	display: block;
	height: 70px;
	width: 70px;
}

#menuBtn {
	background-color: #fff;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	position: fixed;
	right: calc((max(100vw, 1600px) - 1600px) / 2 + 30px);
	top: 20px;
	box-shadow: 1px 1px 4px 0px rgba(119, 74, 5, 0.12);
}
#menuBtn img {
	display: block;
	height: 40px;
}

#menuCloseBtn {
	width: 70px;
	height: 70px;
	padding: 14px;
	position: fixed;
	right: calc((max(100vw, 1600px) - 1600px) / 2 + 30px);
	top: 20px;
	z-index: 6000;
}

#menuCloseBtn img {
	width: 42px;
	height: 42px;
}

.header-nav-wrapper {
	display: flex;
	width: 100%;
}
.header-nav-wrapper .show-footer {
	display: none;
}

.header-nav-wrapper > div {
	width: 100%;
	padding: 40px 0;
}

.header-nav-wrapper .nav-menu {
	max-width: 1330px;
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
header .menu-logo-wrapper {
	margin: 19px 80px;
}
header .menu-logo-wrapper > div {
	max-width: 1600px;
	margin: 0 auto;
}

.header-nav-wrapper .ec-cs-flex {
	/* position: absolute; */
	align-items: center;
	margin-top: 100px;
	/* right: 0;
	left: 0;
	bottom: 40px; */
}

.header-nav-wrapper .footer-insta-btn {
	display: none;
}


.header-nav-wrapper .accordion__title::before, .header-nav-wrapper .accordion__title::after {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	top: 50%;
	width: 15px;
	height: 2px;
	right: 25px;
}
.header-nav-wrapper .accordion__title::after {
	transform: rotate(90deg);
	transition-duration: .3s;
}

.header-nav-wrapper .accordion__title.is-active::before {
  opacity: 0;
}

.header-nav-wrapper .accordion__title.is-active::after {
  transform: rotate(0);
}
.header-nav-wrapper .accordion__content {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0 1.5em;
	line-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: .3s;
  }
.header-nav-wrapper .accordion__content.is-open {
	padding: .625em 1.5em;
	line-height: normal; /* numberに書き換える*/
	height: auto;
	opacity: 1;
}

.header-nav-wrapper h3 {
	padding: 28px;
	border-bottom: 1px #FFF solid;
}

.modal-menu-contents-div {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 3000;
	background-color: #231815;
	overflow: scroll;
}

.hideOverflow {
	overflow: hidden;
	height: 100%;
}


@media screen and (max-width: 1330px) {
	header {
		margin: 19px 19px 30px;
	}
	header .menu-logo-wrapper {
		margin: 19px 19px 30px;
	}
	.header-nav-wrapper .nav-menu {
		width: 80%;
	}
}

@media screen and (max-width: 750px) {
	#header-logo img {
		width: 160px;
	}

	header {
		height: 45px;
	}
	header .menu-logo-wrapper {
		height: 45px;
	}

	.header-menu-insta-btn {
		right: 60px;
		top: 16px;
	}

	.header-menu-insta-btn img {
		height: 45px;
	}
	#menuBtn {
		padding: 10px;
		width: 45px;
		height: 45px;
		right: 16px;
		top: 16px;
	}
	#menuBtn img {
		display: block;
		height: 25px;
	}

	#menuCloseBtn {
		width: 45px;
		height: 45px;
		padding:10px;
		right: 16px;
		top: 16px;
	}
	
	#menuCloseBtn img {
		width: 25px;
		height: 25px;
	}

	.header-nav-wrapper > div {
		padding: 0;
	}

	.header-nav-wrapper h3 {
		padding: 20px;
	}
	.header-nav-wrapper .nav-menu {
		width: 90%;
	}
	
	.header-nav-wrapper .ec-cs-flex {
		margin-top: 32px;
	}

}

/* 
	footer
*/
footer {
	background-color: #231815;
	padding-bottom: 3px;
}

footer .margin-h3 {
	margin-top: 40px!important;
}

#footer-logo img {
	width: auto;
	height: 142px;
}

.footer-logo-div {
	text-align: center;
	padding:  84px 0 50px;
	margin: 0 auto 60px;
	width:90%;
	max-width: 1600px;
	border-bottom: #FFF 1px solid;
	position: relative;
}

#toTopBtn {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: 90px;
	right: 0;
	background-color: #fff;
}

#toTopBtn > img {
	width: 30px;
	margin-top: 25px;
}

.ec-link-btn {
	width: 199px;
	height: 44px;
	border-radius: 4px;
	line-height: 44px;
	text-align: center;
	color: #673E16;
	background-color: #fff;
	display: inline-block;
}

.ec-cs-flex {
	margin-top: 24px;
	display: inline-flex;
	justify-content: left;
	flex-direction: column;
}
.ec-cs-text {
	width: 199px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
}

.nav-menu {
	max-width: 1330px;
	width: 90%;
	margin: 0 auto;
	display: flex;
    justify-content: space-evenly;
}

.nav-menu h3 {
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
	font-size: 1.25rem;
	position: relative;
	color: #FFF;
	margin: 0;
	font-family: 'Libre Baskerville', serif;
}

.nav-menu ul > li {
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}

.nav-menu ul > li > a {
	line-height: 32px;
	color: #FFF;
	height: 32px;
	transition: .5s;
}

.nav-menu ul > li::before {
	content: "-";
	color: #FFF;
	font-size: 2rem;
	margin-right: 5px;
	line-height: 32px;
}

.nav-menu .ec-link-btn {
	margin-top: 6px;
}

.footer-insta-btn {
	display: inline-block;
}

.copy-div {
	text-align: center;
	margin-top: 70px;
}

.copy-div > p {
	font-size: .9rem;
	color: #fff;
	margin-bottom: 20px;
}

.footer-link-div-sp {
	display: none;
}

.footer-link-div-pc {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.footer-insta-btn img {
	margin-top: 30px;
	height:45px;
	width:45px;
}

@media screen and (max-width: 1350px) {
	.nav-menu {
		flex-wrap: wrap;
		justify-content: right;
	}

	footer .nav-menu > div {
		width: 47%;
	}
	footer .nav-menu > div:nth-child(2n) {
		margin-left: 10px;
	}

	.shopH3 {
		margin-top: 40px;
	}

	footer .margin-h3-shop {
		margin-top: 40px!important;
	}

}

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

	.footer-link-div-pc {
		display: none;
	}
	
	.footer-link-div-sp {
		display: flex;
		justify-content: center;
		margin-top: 24px;
	}

	.footer-logo-div {
		padding:  52px 0 46px;
		margin: 0 auto 42px;
	}

	#footer-logo img {
		height: 79px;
	}

	#toTopBtn {
		width: 57px;
		height: 57px;
		top: 25px;
		right: 5px;
	}
	
	#toTopBtn > img {
		margin-top: 14px;
		display: inline-block;
		width: 20px;
	}

	#toTopBtn > p {
		font-size: .8rem;
	}

	.copy-div {
		margin-top: 32px;
	}

	footer .ec-link-btn {
		height: 45px;
		line-height: 45px;
		margin-top: 0;
	}
	.ec-cs-flex {
		margin-top: 0;
	}
	.ec-cs-text {
		font-size: 12px;
	}
	.footer-insta-btn img {
		height:45px;
		margin-left: 20px;
		margin-top: 0px;
	}

}

/* 共通パーツ */
.btnLink {
	color: #FFF;
	position: relative;
	display: block;
	text-align: center;
	width: 270px;
	height: 70px;
	line-height: 70px;
	background-image: url(assets/img/common/bg-btn.png);
	transition: .5s;
}
.btnLink img {
	position: absolute;
	top: 45%;
	right: 20px;
	width: 23px;
	transition: .5s;
}


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

	.btnLink {
		margin: 0 auto;
	}
}

/* pcのみ */
@media screen and (min-width: 751px) {
	.btnLink:hover img {
		right: 15px;
	}
	.btnLink:hover {
		opacity: .7;
	}

	.read-more-btn:hover img {
		right: 5px;
		background-color: #cd9b5f;
	}

	.news-container tr:hover {
		opacity: .7;
	}

	.nav-menu ul > li > a:hover {
		opacity: .7;
	}
}

.read-more-btn {
	position: relative;
	margin-top: 45px;
	padding-left: 7px;
	display: block;
	line-height: 40px; 
	width: 160px;
	height: 40px;
	letter-spacing: 0.8px;
	border-bottom: 2px solid #231815;
}

.read-more-btn > img {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 16px;
	padding: 2px 4px;
	border-radius: 50%;
	right: 10px;
	top: 24%;
	transition: .5s;
	background-color: #231815;
}

.blog-container .read-more-btn > img {
	background-color: #673E16;
}



/* news topページと共通 */
.news-container tr {
	height: 68px;
	border-bottom: 1px solid #CC9B5F!important;
	background-clip: border-box;
	transition: .5s;
}

.news-container table {
	background-color: #F7F2EE;
	border-collapse:collapse;
	background-image: url(assets/img/common/bg-texture.png);
	width: 100%;
}

.news-container td:first-child {
	text-align: center;
	font-weight: 700;
	line-height: 32px;
	width: 100px;
}

.news-container td:last-child {
	width: 50px;
	text-align: center;
}

.news-container td a {
	display: inline-block;
	width:100%;
}

.news-container td img {
	margin-bottom: 5px;
	width: 23px;
}

.news-container .date {
	padding: 0 30px;
}

.flex .coming-soon-div {
    width: 270px;
    height: 70px;
    background-color: #fff;
    text-align: center;
    color: #673E16;
    line-height: 70px;
    margin-top: 13px;
}

@media screen and (max-width: 750px) {
	.news-container .date {
		padding: 0 10px;
	}
	.news-container td img {
		width: 12px;
	}
	.news-container td:last-child {
		width: 40px;
		text-align: center;
	}

	.news-container td:first-child {
		width: 80px;
	}
	.flex .coming-soon-div {
        width: 232px;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        margin-top: 5px;
    }
}

/* ブログ一覧、top共通 */
.blog-card-div img {
    aspect-ratio: 416/277;
    object-fit: cover;
}
.blog-contents-div .filled {
    width: 32%;
}
.blog-thum-wrapper {
	overflow: hidden;
	aspect-ratio: 416/277;
}

.blog-thum-wrapper img {
	transition: .5s;
}

/* pcのみ */
@media screen and (min-width: 1101px) {
	.blog-contents-div article:hover img {
		transform:scale(1.1);
		opacity: 0.5;
	}
}