@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html{
	overflow-x: hidden;
}
body#lp_classicblack{
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
	color: #231815;
	font-size: 16px;
	*font-size:small;
	*font:x-small;
	font-weight: 400;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.02em;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	overflow-x: hidden;
	position: relative;
	font-optical-sizing: auto;
}
:root{
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}
img {
	max-width: 100%;
	width: 100%;
}
div, section, a, h1,h2,h3,h4,h5,h6,p{
	box-sizing: border-box;
}
img,iframe{
	vertical-align: bottom;
	border-style: none;
	box-sizing: border-box;
}
img{width: 100%;}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
a{
	color: #3c342a;
	-webkit-transition: 0.3s ease-in-out;
	-moz-tranPerformersition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
a:link {
	text-decoration: none;
	outline: none;
	color: #3c342a;
}
a:visited {
	color: #3c342a;
}
a:hover {
	color: #3c342a;
	opacity: .7;
}
.wrap{
	width: auto;
	max-width: 1420px;
	margin: auto;
	position: relative;
	padding: 0 10px 10px 10px;
}
.sp {display:none;}
.pc {display:block;}

@media screen and (max-width: 768px) {
	.sp {display:block;}
	.pc {display:none;}
}

#lp_classicblack{
	background-color: #efefe5;
  /*background-image: url(../images/bg_noise.png);*/
  background-blend-mode:overlay;
	background-size: 50%;
}

@media screen and (max-width: 768px) {
	#lp_classicblack{
		background-image: none;
	}
}

/* header -----------------------------------------------*/
#lp_classicblack #header h1.logo{
	position: absolute;
	margin: 0;
	top:0;
	left:1em;
	width: min(20%, 150px);
	z-index: 2;
}
@media screen and (max-width: 768px) {
	#lp_classicblack #header h1.logo{
		left:.5em;
	}
}

/* fv */
#lp_classicblack .fv{
	background: url(../images/fv_pics.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 16/11;
	position: relative;
}

#lp_classicblack .fv .wrap-fv{
	position: relative;
	display: flex;
	max-height: 100vh;
	height: 100%;
	justify-content: center;
	align-items: center;
}
#lp_classicblack .fv .center-visual{
	display: flex;
	/*height: 100%;*/
	max-height: 100vh;
	justify-content: center;
	align-items: center;
}
#lp_classicblack .fv .center-visual img{
	width: 40vw;
	/*border-radius: 100px;*/
	box-shadow: 0px 0px 30px #00000099;
}
#lp_classicblack .fv .title{
	width: min(30vw, 400px);
	position: absolute;
	bottom: 1vw;
	right: 8vw;
}
#lp_classicblack .fv .title .p-title{
	-webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1)); /* Safari用 */
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1)); 
}
#lp_classicblack .fv .title .p-logo{
	width: 80%;
	margin: 0 3vw 3vw 3vw;
	-webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1)); /* Safari用 */
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1)); 
}
@media (max-width: 750px) {
	#lp_classicblack .fv .wrap-fv{
		height: 100%;
	}
	#lp_classicblack .fv .center-visual{
		height: 100%;
	}
	#lp_classicblack .fv .center-visual  img{
		width: 45vw;
		/*border-radius: 40px;*/
	}
	#lp_classicblack .fv .title{
		width: min(30vw, 350px);
	}
}

/* bg-grid */
#lp_classicblack .bg-grid{
	background: url(../images/bg_grid.png)repeat-y;
	background-size: contain;
}
#lp_classicblack .cnt01{
	position: relative;
}
#lp_classicblack .cnt01 .wrap{
	padding: 100px 10px;
	max-width: 1000px;
	margin: auto;
	position: relative;
}
#lp_classicblack .cnt01 .copy-area{
	font-family: "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho","Times New Roman",  serif;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.14em;
	font-size: clamp(10px,3vw,30px);
}
#lp_classicblack .cnt01 .image-area{
	width: 42vw;
	position: absolute;
	top:100px;
	left: 58%;
}
@media (max-width: 750px) {
	#lp_classicblack .cnt01 .wrap{
		padding: 50px 10px;
	}
	#lp_classicblack .cnt01 .image-area{
		top:50px;
		width: 40vw;
		left: auto;
		right: 0;
	}
}

/*scroll-infinity*/
.scroll-infinity{
	position: relative;
}
@keyframes infinity-scroll-left {
from {
	transform: translateX(0);
}
to {
	transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0 2vw 0 0;
}
.scroll-infinity__list--left {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
	width: calc(100vw / 0.9);
}
.scroll-infinity__item > img {
	width: 100%;
}
.scroll-infinity .obj-pen{
	width: min(30%, 400px);
  mix-blend-mode:multiply;
	margin-top: -10vw;
	margin-left: 5vw;
}
@media (max-width: 750px) {
	.scroll-infinity__item {
		width: calc(100vw / 0.4);
	}
	.scroll-infinity .obj-pen{
		width: min(40%, 400px);
		margin-top: -20vw;
	}
}

/*instagram-area*/
.instagram-area{
	text-align: center;
	padding-bottom: 100px;
}
.instagram-area h2.htext{
	width: min(98%,1600px);
	margin: auto auto 2em auto;
}
.instagram-area .column{
	width: min(98%,1600px);
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 2%;
}
.magazine{
	width: 32%;
	height: auto;
	margin-top: 1em;
}
@media (max-width: 750px) {
	.instagram-area{
		padding-bottom: 50px;
	}
	.instagram-area h2.htext{
		margin: auto auto .5em auto;
	}
	.instagram-area .column{
		width: calc(100% - 8%);
		gap: 4%;
	}
	.magazine{
		width: 48%;
		margin-top: 1em;
	}
}

/*! Lity */
.lity {
    background:rgba(0, 0, 0, .70)
}
.lity .lity-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #27251e;
    text-shadow: none;
    font-size: 45px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    width: auto;
    height:auto;
		
		top:-50px;
		color: #FFF;
}

@media (max-width: 750px) {
    .lity .lity-close {
        font-size: 30px;
        top: -40px;
        right: 0;
        color:#fff
    }
}
.lity .lity-content + .lity-close {
    display: none;
    pointer-events: none;
    opacity:0
}
.magazine_box .row {
    width: 85vw;
    max-height: 75vh;
    padding: 5%;
    background-color: #fff;
    overflow:hidden;

		display: flex;
		flex-wrap: wrap;
}
@media (max-width: 750px) {
    .magazine_box .row {
        padding: 20px;
        overflow-y:auto;
    }
}
.magazine_box .row .left_column {
    width: 40%;
		max-width: 580px;
    overflow:hidden;
}
@media (max-width: 750px) {
    .magazine_box .row .left_column {
        width:100%;
    }
}
.magazine_box .row .right_column {
    width: 60%;
		height: 100%;
    padding-left: 8%;
    margin-left:0
}
@media (max-width: 750px) {
    .magazine_box .row .right_column {
        width: 100%;
        padding-left:0
    }
}
.magazine_box .row .right_column .text_line {
    overflow-y: auto;
    max-height: calc(100% - 100px);
    color: #27251e;
    line-height: 1.8em;
    font-weight: 400;
    scrollbar-color: #f3f3f1 transparent;
    scrollbar-width: thin;
    padding-right:10vw;
		height: 36vw;
		max-height: 500px;
}
@media all and (-ms-high-contrast: none) {
    .magazine_box .row .right_column .text_line {
        height:300px
    }
}
@media (max-width: 1000px) {
    .magazine_box .row .right_column .text_line {
        padding-right:40px;
    }
}
@media (max-width: 750px) {
    .magazine_box .row .right_column .text_line {
        padding-right: 0;
        height: auto;
        font-size:13px;
				overflow-y: inherit;
				max-height: none;
    }
}
.magazine_box .row .right_column .text_line::-webkit-scrollbar {
    background: 0 0;
    width:10px
}
.magazine_box .row .right_column .text_line::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#f3f3f1
}
.magazine_box .row .right_column .text_line p + p {
    margin-top:20px
}
.magazine_box .row .right_column .text_line p + .tags {
    margin-top:40px
}
.magazine_box .row .right_column .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 11px;
    color:#373737
}
.magazine_box .row .right_column .tags > p {
    margin: 0 5px 10px 0;
    background-color: rgba(16, 16, 16, .04);
    border-radius: 25px;
    padding: 2px 7px;
    letter-spacing:0
}
.magazine_box .row .right_column .tags > p + p {
    margin-top:0
}
.magazine_box .row .right_column .sns_box_share_icons {
    margin-top:60px
}
.magazine_box .row .right_column .sns_box_share_icons .insta-logo {
    margin-right: 0;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}
.magazine_box .row .right_column .sns_box_share_icons .insta-logo img:first-child {
    width: 132px;
    height:auto
}
.magazine_box .row .right_column .sns_box_share_icons .insta-logo svg {
    margin-left:10px
}
.swiper_magazine-slide .swiper-slide img {
    height:50vh !important
}
.swiper_magazine-slide .swiper-pagination-bullets {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center
}
.swiper_magazine-slide .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background:#101010
}
.swiper-button-disabled{
	display: none!important;
}
/* tab-swich */
/* タブ全体の設定 */
.tab-switch {
  --tab-color: #606060; /* アクティブタブの色 */
  display: flex; /* タブを横並びに配置 */
  flex-wrap: wrap; /* 幅が足りない場合は折り返し */
  margin: auto; /* 全体を中央寄せ */
  justify-content: center; /* 中央揃え */
  gap: 0 5px; /* タブ間の間隔 */
  max-width: 85vw; /* 最大幅の制限 */
}

/* 各タブボタンの設定 */
.tab-switch > label {
  flex: 1 1 auto; /* 均等に幅を分配 */
  order: -1; /* タブ部分を先に表示 */
  position: relative; /* 子要素の絶対位置の基準 */
  padding: 0.7em 1em; /* 内側余白 */
  background-color: #fff; /* 通常時の背景色 */
  color: #999; /* 通常時の文字色 */
  text-align: center; /* テキスト中央揃え */
  cursor: pointer; /* ポインター表示 */
  transition: background-color 0.3s, color 0.3s; /* 背景色と文字色を滑らかに切り替え */
}

/* タブボタンのホバーおよび選択時のスタイル */
.tab-switch > label:hover,
.tab-switch label:has(:checked) {
  background-color: var(--tab-color); /* 背景色 */
  color: #fff; /* 文字色 */
}

/* ラジオボタンを非表示にする */
.tab-switch input {
  display: none;
}

/* 各タブコンテンツの設定 */
.tab-switch > div {
  display: none; /* 初期は非表示 */
  width: 100%; /* コンテンツ幅を全幅に */
  padding: 1.5em 1em; /* 内側余白 */
  padding: 0; /* 内側余白 */
	border-top: solid 6px #606060;
}

/* 選択されたタブに対応するコンテンツを表示 */
.tab-switch label:has(:checked) + div {
  display: block;
}



/*campaign*/
.campaign{
	background: url(../images/bg_green.jpg);
	background-size: cover;
	aspect-ratio: 320/140;
}
.campaign .wrap{
	padding: 3vw 3vw 3vw 3vw;
	height: 100%;
}
.campaign .flex{
	width: 100%;
}
.campaign .title-area{
	width: 38%;
	position: relative;
}
.campaign .title-area h3{
	color: #fff;
	font-family: "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho","Times New Roman",  serif;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.04em;
	font-size: clamp(20px,3vw,45px);
}
.campaign .title-area h3 .border-bottom{
	border-bottom: solid 1px #fff;
	padding-bottom: 0.2em;
}
.campaign .title-area .product-pic{
	width: min(20vw, 450px);
	position: absolute;
	bottom: -10%;
	right: -15%;
}
.campaign .detail-area{
	width: 60%;
}
.campaign .detail-area .text-wrap{
	background-color: #fff;
	height: 38vw;
	overflow-y: scroll;
}
.campaign .detail-area .title{
	background-color: #efefe4;
	text-align: center;
	padding: 1em 1.5em;
	margin: 0;
}
.campaign .detail-area .text-wrap2{
	padding: 2em;
}
.mincho{
	font-family: "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho","Times New Roman",  serif;
}
.campaign .detail-area .copy{
	font-size: clamp(15px,1.35vw,19px);
	text-align: center;
}
.campaign .detail-area .campaign-pics{
	padding: 2em;
	margin: 0 auto 2em auto;
	border-bottom: double 4px #3d3429;
}
.campaign .detail-area .campaign-text{
	font-size: clamp(13px,1.1vw,16px);
}
/*
.campaign .detail-area .title{
	font-size: clamp(18px,3vw,30px);
	font-weight: 700;
	margin: 0;
}
.campaign .detail-area .text,
.campaign .detail-area .text-detail{
	font-size: clamp(14px,1.2vw,18px);
}
*/
@media (max-width: 750px) {
	.campaign{
		background: url(../images/bg_green_sp.jpg);
		aspect-ratio:unset;
		background-size: 100%;
	}	
	.campaign .flex{
		width: 100%;
		border: solid 1px #fff;
		padding: 2vw;
	}
	.campaign .title-area{
		width: 100%;
		padding: 1em;
	}
	.campaign .title-area .product-pic{
		width: 40vw;
		right: -5vw;
	}
	.campaign .detail-area{
		width: 100%;
	}
	.campaign .detail-area .text-wrap{
		padding: 0;
		height: 100vw;
	}
	.campaign .detail-area .title{
		padding: 1em;
	}
	.campaign .detail-area .text-wrap2{
		padding: 1em;
	}
	.campaign .detail-area .campaign-pics{
		padding: 1em;
		margin-bottom: 2em;
	}
}

/*product-link;*/
.product-link{
	background: url(../images/bg_product_img.jpg);
	background-size: cover;
	background-position: center;
	padding: 200px 0;
	position: relative;
}
.product-link::before{
	content: "";
	background: url(../images/arrow_buy.png)no-repeat;
	background-size: contain;
	width: clamp(200px, 50%, 400px);
	height: 80px;
	display: block;
	margin: 0 auto;
	position: absolute;
	inset: 0;
	top:0;
}
.product-link .wrap{
	max-width: 1000px;
}
.product-link .product-pic-area{
	width: 40%;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}
.product-link .product-pic-area .pic-box{
	background-color: #fff;
	border-radius: 20px;
	padding:3em;
	width: 100%;
	display: block;
}
.product-link .text-area{
	width: 50%;
	color: #fff;
}
.product-link .text-area .name1{
	font-size: clamp(12px, 2vw, 20px);
	margin: 0 0 .3em 0;
	line-height: 1.5;
}
.product-link .text-area .name2{
	font-size: clamp(20px, 3vw, 30px);
	margin: 0;
	line-height: 1.5;
}
.product-link .text-area .price{
	font-size: clamp(20px, 3vw, 30px);
	margin: 0;
	line-height: 1.5;
}
.product-link .text-area .store-link{
	border: solid 1px #fff;
	border-radius: 20px;
	padding: 1em 2em;
	text-align: center;
	margin: 2em auto;
}
.product-link .text-area .logo-coronastore{
	width: 60%;
	margin: auto;
}
.product-link .text-area .btn{
	text-align: center;
	background: #b88619;
	color: #fff;
	display: block;
	border-radius: 100px;
	padding: 0.5em 2em;
	font-weight: 600;
	margin: 1em auto auto auto;
	position: relative;
}
.product-link .text-area .btn .arrow{
	width: 1em;
	display: block;
	position: absolute;
	top:0;
	right:2em;
	bottom:0;
}
.product-link .text-area .othre-link{
	display: flex;
	gap: 3%;
}
@media (max-width: 750px) {
	.product-link{
		padding: 50px 0;
	}
	.product-link .product-pic-area{
		width: 70%;
		margin: auto auto 1em auto;
	}
	.product-link .text-area{
		width: 100%;
		text-align: center;
	}
}

/*カートへ入れる lity popup*/
.popup_content {
    background: #fff;
    margin: auto;
    padding: 15px 15px 5px;
    border-radius: 10px;
    max-height: 90vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width:none
}
.popup_content ul{
	list-style: none;
}
@media (max-width: 750px) {
    .popup_content {
        width: 90%;
        max-height:75vh
    }
}
.popup_content::-webkit-scrollbar {
    display:none
}
.popup_content ul {
    margin: auto;
    padding: 30px 50px 30px;
    background-color: #fff;
    border-radius:8px
}
@media (max-width: 750px) {
    .popup_content ul {
        padding:5px 8px
    }
}
.popup_content ul li {
    text-align: justify;
    line-height: 1.6em;
    position: relative;
    padding-left: 1.6em;
    font-weight: 500;
    font-size: 13px;
    color:#101010
}
@media (max-width: 750px) {
    .popup_content ul li {
        font-size:11px
    }
}
.popup_content ul li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #dbdbdb;
    position: absolute;
    left: 4px;
    top: 6px;
    border-radius:100%
}
@media (max-width: 750px) {
    .popup_content ul li::before {
        top:5px
    }
}
.popup_content ul li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top:solid 1px #dbdbdb
}
@media (max-width: 750px) {
    .popup_content ul li + li {
        margin-top: 5px;
        padding-top:5px
    }
}
.popup_content ul li + li::before {
    top:16px
}
@media (max-width: 750px) {
    .popup_content ul li + li::before {
        top:10px
    }
}
.popup_content .btn--3 {
    margin-top:0
}
.popup_content .btn--3 a {
    font-size: 15px;
    padding: 10px 40px;
    border:0
}
.popup_content .btn--2 {
    margin-top:0
}
.popup_content .btn--2 a {
    font-size: 15px;
    padding:10px 40px
}
.popup_content .btn--2 a::before {
    content:none
}
.btn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto 20px;
	gap:2vw;
}
.btn--2 {
    margin:0px
}
@media (max-width: 750px) {
    .btn--2 {
        text-align:center
    }
}
.btn--2 a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: #8fb217;
    border-radius: 35px;
    padding: 18px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}
@media (max-width: 750px) {
    .btn--2 a {
        font-size: 15px;
        padding:10px 20px
    }
}

@media (max-width: 750px) {
    .btn--2 a::before {
        width: 20px;
        height: 25px;
        margin-right:10px
    }
}
@media (max-width: 750px) {
    .btn--3 {
        text-align:center
    }
}
.btn--3 a {
    border: solid 1px #fff;
    border-radius: 20px;
    padding: 10px 40px 10px 80px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    background-color:#f1f0ee;
		display: inline-block;
}
@media (max-width: 750px) {
    .btn--3 a {
        padding:10px 20px 10px 40px
    }
}
.btn--3 a:hover {
    color: #fff;
    background-color: #101010;
    opacity:1
}
.btn--3 a:hover img, .btn--3 a:hover svg {
    color: #fff;
    fill:#fff
}


/*product-image*/
.product-image a:hover .product-img-area{
	opacity: .7;
}
.product-img-area{
	margin: 2rem auto;
	background: url(../images/product_img_end.jpg);
	background-size: cover;
	background-position: center;
	aspect-ratio: 4/1;
	display: flex;
	align-items: center;
	transition: 0.3s ease-in-out;
}
.product-img-area .text-area{
	text-align: center;
	color: #fff;
	width: 50%;
	margin: 0 auto 0 4%;
}
.product-img-area .text-area .text{
	font-weight: 700;
	font-size: clamp(10px, 2vw, 30px);
}
.product-img-area .text-area .product-logo{
	width: 50%;
	margin: auto
}
@media (max-width: 750px) {
	.product-img-area{
		margin: 1em auto;
	}
	.product-img-area .text-area .text{
		margin-top: 0;
	}
}

.btn-campaign{
	position: fixed;
	bottom:1vw;
	right: 1vw;
}
.btn-campaign a{
	width: max(10vw, 100px);
	background-color: #b88619;
	color: #fff;
	box-shadow: 2px 2px 2px #00000030;
	border-radius: 100%;
	text-align: center;
	padding: 10px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(12px,1.2vw,20px);
	font-weight: 700;
	transform: rotate(10deg);
}

/*footer*/
#footer{
	background-color: #5f430b;
  background-image: url(../images/bg_noise.png);
  background-blend-mode:overlay;
	text-align: center;
	padding: 100px 0 50px 0;
}
#footer .logo{
	width: min(40%,200px);
	margin: 0 auto 75px auto;
}
#footer .link-btn{
	width: min(90%,250px);
	margin: 0 auto 20px auto;
	display: flex;
	justify-content: space-between;
}
#footer .link-btn a{
	width: 25%;
	color: #fff;
	font-weight: 500;
	font-size: clamp(9px,1vw,15px);
}
#footer .link-btn a img{
	width: 60%;
	margin: auto;
}
#footer .sns-area{
	width: min(90%,260px);
	margin: 0 auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .sns-area a{
	width: 16%;
}
#footer .sns-area p.text{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: clamp(9px,1vw,15px);
}
#footer .copyright{
	color:#fff;
	font-size: clamp(8px,0.8vw,13px);
}
@media (max-width: 750px) {
	#footer{
		padding: 50px 0 20px 0;
	}
	#footer .logo{
		margin: 0 auto 25px auto;
	}
}

/* スクロール誘導 */

.scrollbar-text_04 {
  display: inline-block;
  position: absolute;
  bottom: 0;
	left: 3vw;
  padding: 0px 0px 110px 0px;
  color: #fff;
  font-size: 10px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
}
.scrollbar_04 {
  position: absolute;
  left: 40%;
  bottom: 0;
}
.scrollbar_04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
}
.scrollbar_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  background: #fff;
  animation: circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
	
  height: calc(tan(60deg) * 8px / 2);
  width: 8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transform: rotate(180deg);
}

@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}


/* アニメーション設定 */
.scr-target {
	opacity: 0;
	transform: translate3d(0, 60px, 0);
}
.scr-target.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1.2s;
}
.scr-target.ver2 {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
}
.scr-target.ver2.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}
.scr-target.ver3 {
	opacity: 0;
	transform: translate3d(0, 200px, 0);
}
.scr-target.ver3.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}
