@charset "utf-8";

/* -----------------------------
	共通
-------------------------------- */
.h1-area {
	position: absolute;
	right: calc( ( 100% - 1200px ) / 2 );
	/*top: 68vh;*/
	top: 170px;
    z-index: 3;
}

.sec-txt-wrap.tate {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    gap: 15px;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}

.ttl-block{
	position: relative;
}
.ttl-block .jp{
	position: relative;
	z-index: 2;
	letter-spacing: 0;
}
.ttl-block .en{
	position: absolute;
	color: #F3F1EE;
	letter-spacing: .7rem;
}

@media screen and (max-width: 768px){
	
	.h1-area {
		right: initial;
		left: 20px;
		top: 355px;
		padding: 0;
        font-size: 1.0rem;
	}
}

/* -----------------------------
	loading
-------------------------------- */
.loading {
	width: 100%;
	height: 100%;
	transition: all 1s;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	text-align: center;
}

.loading.is-active {
	opacity: 0;
	visibility: hidden;
}

.loading-animation {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #fff;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	opacity: 0;
	visibility: hidden;
	gap: 10px;
}

.loading-animation.is-active {
	opacity: 1;
	visibility: visible;
}
.loading-animation img{
	width: 200px;
}

.loading span {
	display: block;
	font-size: 2rem;
	letter-spacing: .1em;
	width: 100%;
	/*font-family: var(--mincho);*/
}

@media screen and (max-width: 768px){
	.loading-animation p{
		margin: -60px auto 0;
	}
	.loading-animation img{
		width: 100px;
	}
	.loading span {
		font-size: 1.6rem;
		letter-spacing: .1em;
	}
}

/* -----------------------------
	mv-area
-------------------------------- */
.mv-area {
	display: flex;
	height: 100vh;
    min-height: 900px;
	position: relative;
	/*background: url("../img/top-mv01.webp") no-repeat bottom center / cover;*/
	z-index: 2;
}

.mv-area .txt-block {
    margin: 0 auto;
    padding: 280px 0 0;
    position: relative;
    z-index: 1;
}

.mv-area .txt-block::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("../img/mv-text-shadow.webp") center/cover, no-repeat;
    width: 1111px;
    height: 627px;
    z-index: -1;
}

.mv-area .txt-block .sub-catch {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	font-family: var(--mincho);
}
.mv-area .txt-block .sub-catch span{
	font-size: 2.6rem;
}

.mv-area .txt-block .catch {
	font-size: 4.9rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    padding: 17px 0 0;
}
.mv-area .txt-block .catch .l{
	font-size: 6.5rem;
}
.mv-area .txt-block .red-marker{
	position: relative;
}
.mv-area .txt-block .red-marker::before {
    content: '';
    position: absolute;
    width: 529px;
    height: 145px;
    top: 0;
    right: -100px;
    background: url(../img/red-marker.webp) no-repeat top center / contain;
    z-index: -1;
}

/* ズーム */
.mv-area .splide__slide img {
  transition: 8s ease-out;
}
.mv-area .splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
	width: 100%;
}
/* スライドのサイズ調整 */
.mv-area .splide__slide img {
	height: 100%;
	/* width: calc(100% + 300px);*/
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
}

.mv-area .splide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
    min-height: 900px;
}

.mv-area .splide::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: initial;
    aspect-ratio: 16 / 3;
    background: url("../img/top-mv-bokashi.webp") top/cover, no-repeat;
    z-index: 1;
}

.mv-area .splide__track {
    height: 100vh;
    min-height: 900px;
}

@media screen and (max-width: 768px){
	.mv-area {
		width: 100%;
		height: 460px;
		padding: 0 0 0;
		/*background: url("../img/top-mv01-sp.webp") no-repeat bottom center / cover, var(--enji);*/
        min-height: initial;
	}
	
	.mv-area .txt-block {
		width: 100%;
		padding: 170px 0 0;
	}
	.mv-area .txt-block .sub-catch {
		display: none;
	}
	.mv-area .txt-block .catch {
        container-type:inline-size;
		font-size: 6cqw;
		line-height: 1.5;
		padding: 0;
	}
	.mv-area .txt-block .catch .l{
		font-size: 8.5cqw;
	}

	/* ズーム */
	.mv-area .splide__slide img {
	}
	.mv-area .splide__slide.is-active img {
	}
	/* スライドのサイズ調整 */
	.mv-area .splide__slide img {

	}
    .mv-area .splide {
        height: 460px;
        min-height: initial;
    }
    
    .mv-area .splide::before {
        bottom: -50px;
        aspect-ratio: 375 / 96;
        background: url("../img/top-mv-bokashi-sp.webp") top/cover, no-repeat;
        width: 100%;
        height: initial;
    }
    
    .mv-area .splide__track {
        height: 460px;
        min-height: initial;
    }
}

/* -----------------------------
	top-crab-squid-area
-------------------------------- */
.top-crab-squid-area{
	position: absolute;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1;
}
.top-crab-squid-area ul{
	display: flex;
	justify-content: space-between;
}
.top-crab-squid-area ul li{
	background: url("../img/top-bnr-crab.webp") no-repeat top center / cover;
	width: calc((100% / 2) - 20px);
	top: 0;
	position: relative;
	transition: .3s all;
	box-shadow: 0px 3px 6px -5px rgba(0,0,0,0.3);
	max-height: 260px;
}
.top-crab-squid-area ul li.squid{
	background: url("../img/top-bnr-squid.webp") no-repeat top center / cover;
}
.top-crab-squid-area ul li:hover{
	top: -10px;
}
.top-crab-squid-area ul li a{
	padding: 20px 30px;
	display: block;
	width: 100%;
	min-height: 260px;
	position: relative;
}
.top-crab-squid-area ul li a::before{
	content: '';
	position: absolute;
	width: 41px;
	height: 7px;
	bottom: 50px;
	right: 30px;
	background: url("../img/btn-arrow-wht.svg") no-repeat top center / contain;
	transition: .3s all;
}
.top-crab-squid-area ul li a:hover::before{
	right: 20px;	
}

.top-crab-squid-area ul li a .catch{
	color: #fff;
	font-family: var(--mincho);
	font-size: 2rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
	padding: 30px 0 0;
	position: relative;
	z-index: 1;
    text-shadow: 0 0 12px rgba(0,0,0,.7);
}
.top-crab-squid-area ul li a .catch span{
	font-size: 4.7rem;
	letter-spacing: -1rem;
}
.top-crab-squid-area ul li a .catch span:nth-child(even){
	position: relative;
	top: 10px;
}
.top-crab-squid-area ul li a .title{
	color: #fff;
	font-family: var(--fude);
	font-size: 10rem;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.top-crab-squid-area ul li a::after{
	content: '';
	position: absolute;
	width: 147px;
	height: 149px;
	background: url("../img/red-circle.svg") no-repeat top center / contain;
	bottom: 10px;
    left: 10px;
}

@media screen and (max-width: 768px){
	.top-crab-squid-area{
		width: 100%;
		bottom: -245px;
	}
	.top-crab-squid-area ul{
		display: block;
	}
	.top-crab-squid-area ul li{
		width: 100%;
		height: 150px;
        background: url("../img/top-bnr-crab-sp.webp") no-repeat top center / cover;
	}
	.top-crab-squid-area ul li.squid{
		margin: 20px 0 0;
        background: url("../img/top-bnr-squid-sp.webp") no-repeat top center / cover;
	}
    
.top-crab-squid-area ul li.squid{
	
}
	.top-crab-squid-area ul li a{
		width: 100%;
		min-height: auto;
		padding: 25px 10px 0;
        height: 150px;
	}
	.top-crab-squid-area ul li a::before{
		bottom: 20px;
		right: 20px;
	}
	.top-crab-squid-area ul li a .title{
		font-size: 6rem;
		padding: 0 0 0 10px;
	}
	.top-crab-squid-area ul li a .catch{
		padding: 0 0 0;
		font-size: 1.7rem;
		line-height: 1.2;
        letter-spacing: 0;
        margin: 0 0 10px;
	}
	.top-crab-squid-area ul li a .catch span{
		font-size: 4rem;
	}
    .top-crab-squid-area ul li a .catch span:last-child {
        margin-right: 5px;
    }
	.mv-area .txt-block .red-marker::before{
		width: 56vw;
		right: -30px;
	}
	.top-crab-squid-area ul li a::after{
		width: 80px;
		height: 80px;
	}
}


/* -----------------------------
	top-online-area
-------------------------------- */
.news-online-bg{
	background: url("../img/top-news-bg.webp") no-repeat top center / cover;
	position: relative;
	margin: 0;
	padding: 0;
    z-index: 1;
}

.top-online-area{
	margin: 60px 0 0;
	position: relative;
	background: #fff;
}
.top-online-area .inner{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.top-online-area .txt-block{
	width: 500px;
	position: relative;
	padding: 130px 0 0;
}
.top-online-area .txt-block .ttl-block{
	margin: 0 0 25px;
	position: relative;
}
.top-online-area .txt-block .ttl-block .en{
	font-size: 7.5rem;
	top: -50px;
    left: -30px;
    margin: 0;
}
.top-online-area .txt-block .catch{
	font-size: 4rem;
}
.top-online-area .splide{
	flex: 1;
	max-width: 50vw;
    margin-right: calc(50% - 50vw);
    margin-left: 4%;
}
.top-online-area .btn-more{
	text-align: left;
	margin: 25px 0 0;
}

@media screen and (max-width: 768px){
	.news-area{
		padding: 270px 0 0;
	}
	.news-area .hour-block {
        padding: 0 20px 20px;
    }
	
	.top-online-area{
		padding: 0 0 40px;
		margin: 0;
	}
	.top-online-area::before{
		display: none;
	}

	.top-online-area .inner{
		display: block;
	}
	.top-online-area .txt-block{
		width: 100%;
		padding: 60px 20px 0;
		text-align: center;
	}
	.top-online-area .ttl-block{
		margin: 0 0 20px;
	}
	.top-online-area .txt-block .ttl-block .en{
		font-size: 5rem;	
		left: auto;
		white-space: nowrap;
		top: -30px;
	}
	.top-online-area .txt-block .catch{
		font-size: 2.8rem;
	}
	.top-online-area .splide{
		margin: 0;
		width: 100%;
		max-width: 100%;
		height: 180px;
	}
	.top-online-area .splide img{
		width: 180px;
		height: 180px;
		object-fit: cover;
	}
	.top-online-area .btn-more{
		text-align: center;
		margin: 15px 0 0;
	}
}


/* -----------------------------
	crab-area
-------------------------------- */
.crab-area{
	background: #050607;
	position: relative;
}

.crab-area::before{
	content: '';
	position: absolute;
	width: 645px;
	height: 432px;
	top: 175px;
    left: -56px;
	background: url("../img/bg-deco01.webp") no-repeat top center / contain;
}
.crab-area::after{
	content: '';
	position: absolute;
	width: 647px;
	height: 236px;
	top: 70px;
    right: 30px;
	background: url("../img/brush-deco03.webp") no-repeat top center / contain;
}

.crab-area .inner{
	padding: 120px 0 120px;
}

.crab-area .img-wrap.img01{
	position: absolute;
	top: -100px;
	left: -100px;
	z-index: 1;
}
.crab-area .img-wrap.img01::after{
	-webkit-mask-image: url("../img/top-crab-img01.webp") ;
	-webkit-mask-size: contain;
	mask-image:url("../img/top-crab-img01.webp") ;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position:  center;
}
.crab-area .img-wrap.img02{
	position: absolute;
	top: 480px;
    left: 260px;
}
.crab-area .img-wrap.img02::after{
	-webkit-mask-image: url("../img/top-crab-img02.webp") ;
	-webkit-mask-size: contain;
	mask-image:url("../img/top-crab-img02.webp") ;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position:  center;
}

.crab-area .txt-block{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    gap: 30px;
	display: grid;
    text-orientation: upright;
	color: #fff;
	position: relative;
	margin: 0 0 0 auto;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.crab-area .txt-block::before{
	content: '';
	position: absolute;
	width: 763px;
	height: 509px;
	bottom: -368px;
    right: -290px;
	background: url("../img/top-crab-bg01.webp") no-repeat top center / contain;
}
.crab-area .txt-block .jp{
	font-family: var(--fude);
	font-size: 10rem;
	line-height: 1;
}
.crab-area .txt-block .jp .l{
	font-size: 16rem;	
}
.crab-area .txt-block .jp span:nth-child(2).s{
	position: relative;
	right: -30px;
}
.crab-area .txt-block .jp span:nth-child(3).s{
	position: relative;
	left: -10px;	
}
.crab-area .txt-block .catch{
	font-size: 3.2rem;
	padding: 180px 0 0;
	position: relative;
	letter-spacing: .5rem;
	white-space: nowrap;
}
/*.crab-area .txt-block .catch span{
	padding: 50px 0 0;
}*/

/* flow-block */
.crab-area .flow-block{
	margin: 270px 0 0;
	position: relative;
}
.crab-area .flow-block .ttl-block{
	margin: 0 0 60px;
}
.crab-area .flow-block .ttl-block .jp{
	font-size: 3.2rem;
	color: #fff;
	position: relative;
	z-index: 1;
}
.crab-area .flow-block .ttl-block .en{
	font-size: 9.7rem;
	color: #3A2F1F;
	top: -70px;
	left: -60px;
}

.crab-area .flow-block .sec-ttl {
	font-size: 4rem;
	font-family: var(--fude);
	line-height: 1.5;
	color: #fff;
	position: relative;
}
.crab-area .flow-block .basic-txt {
	font-family: var(--mincho);
	color: #fff;
	font-size: 1.7rem;
}
.crab-area .flow-block .num{
	position: absolute;
	font-family: var(--fude);
	top: 0;
	/*left: 17px;*/
    left: 50%;
    transform: translateX(-50%);
	font-size: 5.2rem;
	color: #fff;
	display: block;
	writing-mode: initial;
	line-height: 1;
}

/* flow01 */
.crab-area .flow-block .flow01 > div{
	display: flex;
	justify-content: space-between;
}

.crab-area .flow-block .flow01 .sec-txt-wrap.tate {
    position: relative;
    width: 120px;
}

.crab-area .flow-block .flow01 .sec-ttl {
	padding: 80px 0 0;
}
.crab-area .flow-block .flow01 .num{
	left: 50px;
}

.crab-area .flow-block .flow01 .basic-txt{
	width: 650px;
	margin: 50px 0 0;
}
.crab-area .flow-block .flow01 .img-wrap.flow-img02{
	position: absolute;
	top: 570px;
    right: -100px;
}

/* flow02 */
.crab-area .flow-block .flow02{
	display: flex;
	/*justify-content: space-between;*/
	margin: 140px 0 0;
	gap: 0 80px;
}
.crab-area .flow-block .flow02::before{
	content: '';
	position: absolute;
	width: 596px;
	height: 622px;
	bottom: -310px;
    right: -250px;
	background: url("../img/bg-deco02.webp") no-repeat top center / contain;
}

.crab-area .flow-block .flow02 .basic-txt{
	width: 500px;
}
.crab-area .flow-block .flow02 .sec-txt-wrap.tate{
	width: 60px;
    position: relative;
}
.crab-area .flow-block .flow02 .sec-ttl{
	padding: 80px 0 0;
}
.crab-area .flow-block .flow02 .num{
}

.crab-area .cook-list{
	display: flex;
	column-gap: 50px;
	margin: 70px 0 0;
	position: relative;
	z-index: 1;
}
.crab-area .cook-list li{
	position: relative;
}
.crab-area .cook-list li .img-wrap{
	display: block;
}
.crab-area .cook-list .txt{
	position: absolute;
	right: 9px;
    top: -30px;
	z-index: 1;
}

/* flow03 */
.crab-area .flow-block .flow03{
	margin: 150px 0 0;
	display: flex;
	/*flex-direction: row-reverse;*/
}
.crab-area .flow-block .flow03::before{
	content: '';
	position: absolute;
	width: 700px;
	height: 198px;
	bottom: -150px;
    left: -260px;
	background: url("../img/brush-deco04.webp") no-repeat top center / contain;
}
/*.crab-area .flow-block .flow03 .num{
	top: -160px;
    right: -60px;
}*/
.crab-area .flow-block .flow03 .img-wrap{
	position: absolute;
}
.crab-area .flow-block .flow03 .img-wrap.img03{
	/*left: -430px;*/
	right: -400px;
	top: 30px;
}
.crab-area .flow-block .flow03 .img-wrap.img04{
	/*right: 130px;*/
	left: 150px;
    top: -100px;
}

.crab-area .flow-block .flow03 .sec-txt-wrap.tate {
    position: relative;
    width: 60px;
}

.crab-area .flow-block .flow03 .sec-ttl{
	padding: 80px 0 0;
}
.crab-area .flow-block .flow03 .num{
}

/* point-list */
.crab-area .point-list{
	display: flex;
	column-gap: 20px;
	margin: 420px 40px 0 0;
}
.crab-area .point-list li{
	color: #fff;
	font-family: var(--fude);
	font-size: 3.6rem;
	text-align: center;
	background: url("../img/point-circle.svg") no-repeat top center / 180px 183px;
	width: 180px;
	height: 183px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
.crab-area .btn-more{
	margin: 80px 0 0;
}

@media screen and (max-width: 768px){
	.crab-area{
		margin: 40px 0 0;
	}

	.crab-area::before{
		width: 400px;
		height: 300px;
		left: auto;
		right: -70px;
        top: 400px;
		
	}
	.crab-area::after{
		width: 373px;
		height: 126px;
		top: 110px;
		right: 0px;
	}

	.crab-area .inner{
		padding: 160px 20px 140px;
	}

	.crab-area .img-wrap.img01{
		width: 440px;
		top: -60px;
		left: -84px;
	}
	.crab-area .img-wrap.img01::after{
	}
	.crab-area .img-wrap.img02{
		top: 570px;
		width: 309px;
		z-index: 2;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.crab-area .img-wrap.img02::after{
	}

	.crab-area .txt-block{
		gap: 20px;
	}
	.crab-area .txt-block::before{
		width: 368px;
        height: 249px;
        bottom: -160px;
        right: auto;
        left: -140px;
	}
	.crab-area .txt-block .jp{
		font-size: 5.7rem;
	}
	.crab-area .txt-block .jp .l{
		font-size: 9rem;
	}
	.crab-area .txt-block .jp span:nth-child(2).s{
		right: -16px;
		padding: 10px 0 4px;
	}
	.crab-area .txt-block .catch{
		font-size: 2.8rem;
		padding: 67px 0 0;
        line-height: 1.6;
		letter-spacing: 0.5rem;
		white-space: nowrap;
	}
	.crab-area .txt-block .catch span{
		padding: 33px 0 0;
	}

	/* flow-block */
	.crab-area .flow-block{
		margin: 430px 0 0;
	}
	.crab-area .flow-block .sec-txt-wrap{
		writing-mode: initial;
        position: relative;
        width: initial!important;
	}
	.crab-area .flow-block .ttl-block{
		text-align: center;
		margin: 0 0 40px;
	}
	.crab-area .flow-block .ttl-block .jp{
		font-size: 2.4rem;
	}
	.crab-area .flow-block .ttl-block .en{
		font-size: 5rem;
		top: 0;
		left: 50%;
		position: initial;
		margin: -70px 0 0;
	}

	.crab-area .flow-block .sec-ttl {
		font-size: 2.8rem;
	}
	.crab-area .flow-block .basic-txt {
	}
	.crab-area .flow-block .num{
		top: 5px!important;
		left: 0!important;
		font-size: 3.2rem!important;
        transform: none;
	}
	.crab-area .flow-block .num img{
		width: 50px;
	}

	/* flow01 */
	.crab-area .flow-block .flow01 > div{
		display: block;
	}
	.crab-area .flow-block .flow01 .sec-ttl {
		padding: 0 0 0 35px;
	}
	.crab-area .flow-block .flow01 .num{
		/*right: auto;
		left: 110px;*/
        left: 0;
	}
	.crab-area .flow-block .flow01 .basic-txt{
		width: 100%;
		padding: 0;
		margin: 20px 0 0;
	}
	.crab-area .flow-block .flow01 .img-wrap.flow-img01{
		height: 200px;
		display: block;
		margin-left: calc(50% - 50vw);
		margin-top: 20px;
	}
	.crab-area .flow-block .flow01 .img-wrap.flow-img02{
		top: 220px;
		min-width: 166px;
		width: 166px;
		height: 164px;
		right: -20px;
		display: none;
	}

	/* flow02 */
	.crab-area .flow-block .flow02{
		margin: 50px 0 0;
		display: block;
	}
	.crab-area .flow-block .flow02::before{
	}

	.crab-area .flow-block .flow02 .basic-txt{
		width: 100%;
		padding: 20px 0 0;
	}
	.crab-area .flow-block .flow02 .sec-txt-wrap.tate{
		width: 100%;
	}
	.crab-area .flow-block .flow02 .sec-ttl{
		padding: 0 0 0 35px;
	}
	.crab-area .flow-block .flow02 .num{
		left: 0;
		top: -20px;
	}
	.crab-area .flow-block .flow02 .num img{
		width: 70px;	
	}

	.crab-area .cook-list{
		column-gap: 0;
		margin: 40px 0 0;
	}
	.crab-area .cook-list li{
	}
	.crab-area .cook-list li .img-wrap{
	}
	.crab-area .cook-list li .img-wrap img{
		height: 200px;
	}
	.crab-area .cook-list .txt{
		width: 44px;
		right: auto;
		right: 0;
		top: -23px;
	}
	.crab-area .cook-list .txt img{
		width: 100%;
	}

	/* flow03 */
	.crab-area .flow-block .flow03{
		display: block;
		margin: 50px 0 0;
	}
	.crab-area .flow-block .flow03::before{
		width: 527px;
		bottom: 260px;
		left: -110px;
	}
	.crab-area .flow-block .flow03 .sec-ttl{
		padding: 0 0 0 35px;
	}
	.crab-area .flow-block .flow03 .num{
		right: auto;
		left: 0;
		top: -30px;
	}
	.crab-area .flow-block .flow03 .num img{
		width: 76px;
	}
	.crab-area .flow-block .flow03 .img-wrap{
	}
	.crab-area .flow-block .flow03 .img-wrap.img03{
		width: 389px;
		right: auto;
		left: -70px;
        top: 80px;
	}
	.crab-area .flow-block .flow03 .img-wrap.img04{
		width: 320px;
		top: 340px;
		left: auto;
        right: -90px;
	}
	.crab-area .flow-block .flow03 .img-wrap.img04::after{
		-webkit-mask-image: url("../img/top-crab-img04.webp") ;
		-webkit-mask-size: contain;
		mask-image: url("../img/top-crab-img04.webp");
		mask-size: contain;
		mask-repeat: no-repeat;
		mask-position: center;
	}


	/* point-list */
	.crab-area .point-list{
		position: initial;
		margin: 590px 0 0;
        gap: 0;
        justify-content: space-between;
        white-space: nowrap;
	}
	.crab-area .point-list li{
		font-size: 2.1rem;
		width: 30%;
		height: initial;
		/*background-size: 105px 107px;*/
        aspect-ratio: 180 / 183;
        background-size: cover;
	}

	.crab-area .btn-more{
		margin: 30px 0 0;
	}
}

/* -----------------------------
	squid-area
-------------------------------- */
.squid-area{
	background: url(../img/squid-bg.webp) no-repeat top center / cover;
	position: relative;
	overflow: hidden;
}
.squid-area::before{
	content: '';
	position: absolute;
	width: 400px;
	height: 354px;
	top: 410px;
    left: 620px;
	background: url("../img/bg-deco03.webp") no-repeat top center / contain;
	z-index: 1;
}
.squid-area::after{
	content: '';
	position: absolute;
	width: 1048px;
	height: 263px;
	top: 90px;
    right: -65px;
	background: url("../img/brush-deco06.webp") no-repeat top center / contain;
}

.squid-area .inner{
	padding: 100px 0 200px;
}
.squid-area .img-wrap.img01{
	position: absolute;
	top: 100px;
    left: 60px;
	z-index:1;
}
.squid-area .img-wrap.img01::after{
	-webkit-mask-image: url("../img/top-squid-img01.webp") ;
	-webkit-mask-size: contain;
	mask-image: url(../img/top-squid-img01.webp);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
.squid-area .txt-block{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    gap: 30px;
	display: grid;
    text-orientation: upright;
	color: #fff;
	position: relative;
	margin: 0 0 0 auto;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.squid-area .txt-block::before{
	content: '';
	position: absolute;
	width: 888px;
	height: 552px;
    bottom: -410px;
    right: -290px;
	background: url("../img/top-squid-bg01.webp") no-repeat top center / contain;
}
.squid-area .txt-block .jp{
	font-family: var(--fude);
	font-size: 10rem;
	line-height: 1;
	white-space: nowrap;
}
.squid-area .txt-block .jp .l{
	font-size: 16rem;
	letter-spacing: -1rem;
}
.squid-area .txt-block .jp .m{
	font-size: 13rem;	
}
.squid-area .txt-block .jp .s{
	position: relative;
	right: -20px;
}
.squid-area .txt-block .catch{
	font-size: 3.2rem;
	padding: 240px 0 0;
	letter-spacing: .5rem;
	white-space: nowrap;
    position: relative;
    z-index: 3;
}
/*.squid-area .txt-block .catch span{
	padding: 50px 0 0;
}*/

/* flow-block */
.squid-area .flow-block{
	margin: -100px 0 0 0;
	position: relative;
}
.squid-area .flow-block .ttl-block .jp{
	font-size: 3.2rem;
	color: #fff;
}
.squid-area .flow-block .ttl-block .en{
	font-size: 9.7rem;
	color: #3A2F1F;
	top: -70px;
	left: -60px;
}

.squid-area .flow-block .sec-ttl {
    font-size: 4rem;
    font-family: var(--fude);
    line-height: 1.5;
    color: #fff;
    position: relative;
}
.squid-area .flow-block .basic-txt {
	margin: 0 30px 0 0;
	font-family: var(--mincho);
	color: #fff;
	font-size: 1.7rem;
}
.squid-area .flow-block .num{
	position: absolute;
	font-family: var(--fude);
	top: 0;
	/*left: 17px;*/
    left: 50%;
    transform: translateX(-50%);
	font-size: 5.2rem;
	color: #fff;
	display: block;
	writing-mode: initial;
	line-height: 1;
}

/* flow01 */
.squid-area .flow-block .flow01{
	display: flex;
	/*justify-content: space-between;*/
	gap: 0 80px;
	margin: 100px 0 0;
}
.squid-area .flow-block .flow01 .basic-txt{
	width: 500px;
}

.squid-area .flow-block .flow01 .sec-txt-wrap.tate {
    position: relative;
    width: 60px;
}
.squid-area .flow-block .flow01 .sec-ttl{
	padding: 80px 0 0;
}
.squid-area .flow-block .flow01 .num{
}

.squid-area .cook-list{
	display: flex;
	column-gap: 50px;
	margin: 70px 0 0;
}
.squid-area .cook-list li{
	position: relative;
}
.squid-area .cook-list li .img-wrap{
	display: block;
}
.squid-area .cook-list .txt{
	position: absolute;
	right: 9px;
    top: -30px;
	z-index: 1;
}

/* flow02 */
.squid-area .flow-block .flow02{
	margin: 115px 0 0;
	display: flex;
	gap: 0 80px;
	/*justify-content: space-between;*/
	/*flex-direction: row-reverse;*/
}
.squid-area .flow-block .flow02 .img03{
	position: absolute;
	bottom: -200px;
    right: -54px;
}
.squid-area .flow-block .flow02 .img03::after{
	-webkit-mask-image: url("../img/squid-flow03.webp") ;
	-webkit-mask-size: contain;
	mask-image:url("../img/squid-flow03.webp") ;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position:  center;
}
.squid-area .flow-block .flow02::after {
    content: '';
    position: absolute;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 357px;
    bottom: -580px;
    right: 0;
    background: url(../img/wide-deco01.webp) no-repeat bottom center / contain;
    z-index: -1;
}
.squid-area .flow-block .flow02 .sec-txt-wrap.tate {
    position: relative;
    width: 60px;
}
.squid-area .flow-block .flow02 .sec-ttl{
	padding: 80px 0 0;
}
.squid-area .flow-block .flow02 .num{
}

/* point-list */
.squid-area .point-list{
	display: flex;
	column-gap: 20px;
	position: absolute;
	bottom: -240px;
    left: 100px;
}
.squid-area .point-list li{
	color: #fff;
	font-family: var(--fude);
	font-size: 3.6rem;
	text-align: center;
	background: url("../img/point-circle.svg") no-repeat top center / 180px 183px;
	width: 180px;
	height: 183px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
.squid-area .btn-more{
	margin: 320px 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.squid-area .img-wrap.img01{
		left: -30px;
	}
}

@media screen and (max-width: 768px){
	.squid-area{
		overflow: inherit;
	}
	.squid-area::before{
		width: 300px;
		right: 0;
		left: auto;
		top: 400px;
	}
	.squid-area::after{
		width: 500px;
		top: 130px;
		right: -65px;
	}

	.squid-area .inner{
		padding: 150px 20px 105px;
	}
	.squid-area .img-wrap.img01{
		width: 368px;
		top: -70px;
        left: 20px;
	}
	.squid-area .img-wrap.img01::after{
	}
	.squid-area .txt-block{
		gap: 10px;
	}
	.squid-area .txt-block::before{
		width: 383px;
		height: 242px;
        bottom: auto;
        right: auto;
        top: 280px;
        left: -140px;
	}
	.squid-area .txt-block .jp{
		font-size: 6.1rem;
	}
	.squid-area .txt-block .jp .l{
		font-size: 9.8rem;
	}
	.squid-area .txt-block .jp .m{
		font-size: 8rem;
	}
	.squid-area .txt-block .jp .s {
		right: -10px;
		padding: 0 0 10px;
	}
	.squid-area .txt-block .catch{
		font-size: 2.8rem;
		padding: 76px 0 0;
        line-height: 1.6;
		letter-spacing: 0.5rem;
		white-space: nowrap;
		position: relative;
	}
	.squid-area .txt-block .catch span{
		padding: 33px 0 0;
	}
	.squid-area .txt-block .catch span{
	}

	/* flow-block */
	.squid-area .flow-block{
		padding: 270px 0 0;
	}
    
    .squid-area .flow-block::after {
        content: "";
        display: inline-block;
        background: url("../img/bg-deco03.webp") no-repeat top center / contain;
        width: 70vw;
        height: initial;
        aspect-ratio: 400 / 354;
        position: absolute;
        bottom: 60px;
        left: -20vw;
        /*transform: scale(-1,-1);*/
    }
    
	.squid-area .flow-block .sec-txt-wrap {
        writing-mode: initial;
        position: relative;
        width: initial!important;
    }
	.squid-area .flow-block .ttl-block .jp{
		font-size: 2.4rem;
		text-align: center;
	}
	.squid-area .flow-block .ttl-block .en{
		text-align: center;
		font-size: 5rem;
		position: initial;
		margin: -70px 0 0;
	}

	.squid-area .flow-block .sec-ttl {
		font-size: 2.8rem;
	}
	.squid-area .flow-block .basic-txt {

	}
	.squid-area .flow-block .num{
		top: 5px!important;
		left: 0!important;
		font-size: 3.2rem!important;
        transform: none;
	}
	.squid-area .flow-block .num img{
		width: 50px;
	}

	/* flow01 */
	.squid-area .flow-block .flow01{
		display: block;
		margin: 50px 0 0;
	}
	.squid-area .flow-block .flow01 .sec-ttl{
		padding: 0 0 0 35px;
	}
	.squid-area .flow-block .flow01 .num{
	}
	.squid-area .flow-block .flow01 .basic-txt{
		width: 100%;
		margin: 20px 0 0;
	}

	.squid-area .cook-list{
		column-gap: 0;
		margin: 40px 0 0;
	}
	.squid-area .cook-list li{
	}
	.squid-area .cook-list li .img-wrap{
	}
	.squid-area .cook-list li .img-wrap img{
		height: 200px;
		
	}
	.squid-area .cook-list .txt{
		width: 44px;
        right: 0;
        top: -23px;
	}
	.squid-area .cook-list .txt img{
		width: 100%;
	}

	/* flow02 */
	.squid-area .flow-block .flow02{
		display: block;
		margin: 50px 0 0;
	}
	.squid-area .flow-block .flow02 .img02{
		margin: 30px 0 0;
		display: block;
		height: 217px;
		margin-left: calc(50% - 50vw);
	}
	.squid-area .flow-block .flow02 .img03{
		width: 210px;
		bottom: 100px;
		right: -40px;
	}
	.squid-area .flow-block .flow02 .img03::after{
	}
	.squid-area .flow-block .flow02::after {
		width: 180vw;
		bottom: -210px;
	}
	.squid-area .flow-block .flow02 .sec-ttl{
		padding: 0 0 0 35px;
	}
	.squid-area .flow-block .flow02 .num{
	}
	.squid-area .flow-block .flow02 .num img{
		width: 70px;
	}

	/* point-list */
	.squid-area .point-list{
		position: initial;
		margin: 135px 0 0;
        gap: 0;
        justify-content: space-between;
        white-space: nowrap;
	}
	.squid-area .point-list li{
		font-size: 2.1rem;
		width: 105px;
		height: 107px;
		background-size: 105px 107px;
        white-space: nowrap;
        width: 30%;
		height: initial;
        aspect-ratio: 180 / 183;
        background-size: cover;
	}
    
	.squid-area .btn-more{
		margin: 30px 0 0;
	}

}


/* -----------------------------
	dish-area
-------------------------------- */
.dish-area{
	background: url("../img/top-dish-bg.webp") center/cover, no-repeat;
	margin: 0 0 0;
	position: relative;
}

.dish-splide{
}
.dish-area .inner{
	padding: 75px 0 95px;
}

.dish-area .txt-block{
}
.dish-area .ttl-block{
	margin: 0 0 60px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.dish-area .ttl-block::before{
	content: '';
	position: absolute;
	width: 604px;
	height: 615px;
	top: -240px;
	background: url("../img/bg-deco05.webp") no-repeat top center / contain;	
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.dish-area .jp{
	text-align: center;
	font-family: var(--fude);
	font-size: 7rem;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	margin: 0 auto;
	position: relative;
	letter-spacing: .6rem;

}
.dish-area .catch{
	text-align: center;
}

.dish-area .btn-more{
	margin: 65px 0 0;
}
@media screen and (max-width: 768px){
	.dish-area{
	}
	
	.dish-splide {
	}
	.dish-area .inner{
		padding: 40px 20px 60px;
	}

	.dish-area .txt-block{
	}
	.dish-area .ttl-block{
		margin: 0 0 40px;
	}
	.dish-area .ttl-block::before{
		width: 360px;
		height: 300px;
		top: -80px;
	}
	.dish-area .jp{
		font-size: 4rem;
		letter-spacing: 0;
	}
	.dish-area .catch{
        font-size: 5cqw;
	}

	.dish-area .btn-more{
		margin: 30px 0 0;
	}
	
	.dish-area .splide img{
		height: 160px;
		width: 160px;
	}
}

/* -----------------------------
	commitment-area
-------------------------------- */
.commitment-area{
	position: relative;
}
.commitment-area::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 720px;
	top: 0;
	right: 0;
	background: linear-gradient(183deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.53) 70%, rgba(255, 255, 255, 0) 100%);
}
.commitment-area::after{
	content: '';
	position: absolute;
	width: 698px;
	height: 254px;
	bottom: -30px;
    left: -70px;
	background: url("../img/brush-deco07.webp") no-repeat top center / contain;
}
/*
.commitment-video {
	position: absolute;
	width: 100%;
	height: 720px;
	overflow: hidden;
	z-index: -1;
}
.commitment-area .video{
	position: relative;
	margin: 0 auto;
	text-align: center;
	height: 720px;
	transform: scale(1);
}
.commitment-area video{
	width: 100%;
}
*/

.commitment-bg{
	display: block;
	height: 35vw;
	/*margin: -140px 0 0;*/
}

.commitment-area #commitment-bg{
	width: 100%;
	transition: width 0.5s ease-out;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 100%;
}
.commitment-bg::after {
	-webkit-mask-image: url("../img/commitment-bg.webp") ;
	-webkit-mask-size: cover!important;
    mask-image: url(../img/commitment-bg.webp);
    mask-size: cover!important;
    mask-repeat: no-repeat;
    mask-position: top center;
}
.commitment-area .txt-block{
	padding: 150px 0 0;
	text-align: center;
	position: relative;
}
.commitment-area .txt-block::before{
	content: '';
	position: absolute;
	width: 369px;
	height: 345px;
	top: 100px;
    right: 13vw;
	background: url("../img/hokkaido-map.webp") no-repeat top center / contain;
    z-index: -1;
}
.commitment-area .txt-block .ttl-block{
	margin: 0 0 49px;
}
.commitment-area .txt-block .ttl-block .jp{
	display: flex;
    align-items: flex-end;
    justify-content: center;
}

.commitment-area .txt-block .catch{
	font-size: 3.2rem;
	position: relative;
	transform: scale(1);
}
.commitment-list{
	display: flex;
	justify-content: space-between;
	/*padding: 100px 100px 0;*/
    padding: 100px 0 0;
}

.commitment-list li {
    width: calc( ( 100% - 100px ) / 3 );
}

.commitment-list li .img-wrap{
	display: block;
	height: 500px;
}
.commitment-list li img{
	height: 500px;
}
.commitment-list li .title{
	font-family: var(--mincho);
	font-size: 2.8rem;
	text-align: center;
	padding: 40px 0 0;
}
.commitment-list li .title span{
	font-size: 4rem;
}
.commitment-list li .catch{
	padding: 25px 0 0;
	text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0;
}
.commitment-area .btn-more{
	margin: 50px 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.commitment-area .inner1400{
		width: 1200px;
	}
	/*.commitment-list{
		width: 1200px;
        padding: 100px 10px 0;
	}*/
	/*.commitment-list li .img-wrap{
		width: 350px;
	}
    
    .commitment-area .txt-block::before{
        right: 5vw;
    }*/
}

@media screen and (max-width: 768px){
	.commitment-area{
		position: relative;
	}
	.commitment-area .inner1400{
		width: 100%;	
	}
	.commitment-area::before{
		display: none;
	}
	.commitment-area::after{
		width: 368px;
		height: 124px;
		left: 0;
		bottom: -30px;
		z-index: -1;
	}

	/*
	.commitment-video {
		height: 220px;
		bottom: 0;
	}
	.commitment-area .video{
		height: 220px;
	}
	.commitment-area video{
		width: 100%;
	}*/
	
	.commitment-bg{
		aspect-ratio: 2 / 1;
		/*margin: -60px 0 0;*/
        width: 100%;
        height: initial;
	}

	.commitment-area .txt-block{
		padding: 80px 0 0;
		position: relative;
	}
	.commitment-area .txt-block::before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		background: linear-gradient(183deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0) 100%);
	}
	.commitment-area .txt-block::after{
		content: '';
		position: absolute;
		width: 169px;
		height: 158px;
		top: 30px;
		right: 10px;
		background: url("../img/hokkaido-map.webp") no-repeat top center / contain;
	}
	.commitment-area .txt-block .ttl-block{
		margin: 0 0 40px;
		position: relative;
	}
	.commitment-area .txt-block .ttl-block .jp{
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	.commitment-area .txt-block .ttl-block .jp img{
		width: 140px;
		margin: 0 10px 0 0;
	}
	.commitment-area .txt-block .catch{
		font-size: 5.5cqw;
		margin: 0 0 15px;
		padding: 0 20px;
	}
	.commitment-area .txt-block .basic-txt{
		font-family: var(--mincho);
		padding: 0 20px;
		position: relative;
		line-height: 2.2;
        text-align: left;
	}
	.commitment-list{
		display: block;
		padding: 30px 20px 0;
		margin: 0 0 0;
	}
	.commitment-list li{
		position: relative;
		margin: 0 0 0;
        width: 100%;
	}
	.commitment-list li:nth-child(n + 2){
		margin: 30px 0 0;
	}
	.commitment-list li .img-wrap{
		height: auto;
	}
	.commitment-list li img{
		height: 280px;
	}
	.commitment-list li .title{
		font-size: 2rem;
		padding: 20px 8px 12px 0px;
		background: #fff;
		position: absolute;
		top: 220px;
	}
	.commitment-list li .title span{
		font-size: 3rem;
	}
	.commitment-list li .catch{
		font-size: 5.5cqw;
		text-align: left;
		padding: 20px 0 0;
	}
	.commitment-area .btn-more{
		margin: 30px 0 0;
	}
}

/* -----------------------------
	inside-place-area
-------------------------------- */
.inside-place-area{
	background: #3C311D;
	padding: 180px 0 145px;
	margin: 100px 0 0;
	position: relative;
	overflow: hidden;
    z-index: 1;
}

.inside-place-area .deco{
	/*content: '';*/
	position: absolute;
	width: 415px;
	height: 104px;
	top: 80px;
    left: 40%;
	background: url("../img/brush-deco05.webp") no-repeat top center / contain;	
    mix-blend-mode: screen;
	transform: translate3d(0,0,0);
	z-index: -1;
    display: inline-block;
}

.inside-place-area .txt-block{
	color: #fff;
	position: relative;
    z-index: 1;
}
.inside-place-area .ttl-block .jp{
	font-size: 2.8rem;
}
.inside-place-area .ttl-block .en{
	font-size: 7.5rem;
	color: #5A4A2E;
	top: -50px;
    left: -35px;
	z-index: 1;
}
.inside-place-area .btn-more{
    text-align: left;
}

.inside-place-area .bg-wrap img{
	display: block;
	position: absolute;
	width: 800px;
	height: 2000px;
	top: -260px;
	right: 70px;
	animation: slider 15s linear infinite;
	transform: rotate(20deg) translateY(0%);
	
    -webkit-animation: slider 15s linear infinite, fadein 5s linear 0s 1;
    animation: slider 15s linear infinite, fadein 5s linear 0s 1;
    background-size: cover;
	z-index: 1;
}
.inside-place-area .bg-wrap img.sp-display-b{
	display: none;
}

@keyframes slider {
  0% {
    -webkit-transform: rotate(20deg) translateY(0%);
    transform: rotate(20deg) translateY(0%);
  }
  100% {
    -webkit-transform: rotate(20deg) translateY(-50%);
    transform: rotate(20deg) translateY(-50%);
  }
}
@media screen and (max-width: 768px){
	.inside-place-area{
		padding: 0 0 60px;
		margin: 64px 0 0;
	}
	.inside-place-area .bg-wrap {
		width: 100%;
		height: 250px;
		overflow: hidden;
		position: relative;
	}
	.inside-place-area .txt-block{
		text-align: center;
		padding: 70px 0 0;
	}
	.inside-place-area .txt-block::before{
		width: 323px;
		top: 100px;
		left: auto;
		right: -80px;
	}
    
    .inside-place-area .ttl-block {
        margin: 0 0 30px;
    }
    
	.inside-place-area .ttl-block .jp{
		font-size: min(6cqw,3.6rem);
	}
	.inside-place-area .ttl-block .en{
		font-size: 12cqw;
		top: -20px;
		white-space: nowrap;
		position: initial;
		margin: -60px 0 0 0;
        letter-spacing: .2rem;
        text-align: center;
	}
    
    .inside-place-area .catch {
        font-size: min(6cqw,3.0rem);
    }
    
	.inside-place-area .btn-more{
		text-align: center;
		margin: 20px 0 0;
	}
	.inside-place-area .bg-wrap img{
		/*width: 1210px;
        height: 1630px;*/
        width: 150vw;
        height: initial;
        aspect-ratio: 605 / 1230;
		/*right: -240px;*/
        right: 20vw;
        top: -20vw;
	}
	.inside-place-area .bg-wrap img.sp-display-b{
		display: block;
	}
	.inside-place-area .bg-wrap img.pc-display-b{
		display: none;
	}
}

/* -----------------------------
	online-area
-------------------------------- */
.online-area {
	/*padding: 190px 0 0;*/
	/*display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;*/
	position: relative;
}

.online-area .txt-block {
	width: 60%;
    padding-top: 170px;
	padding-left: calc( ( 100% - 1200px ) / 2 );
	padding-right: 100px;
	position: relative;
}
.online-area .txt-block .ttl-block .jp{
	font-size: 2.8rem;
}
.online-area .txt-block .ttl-block .en{
	font-size: 15rem;
	white-space: nowrap;
	top: -100px;
    left: -150px;
	z-index: -1;
}
.online-area .txt-block .btn-more {
	text-align: left;
	margin: 40px 0 0;
}

.online-area .txt-block .img-wrap {
	position: absolute;
	z-index: 1;
}
.online-area .txt-block .img-wrap.img02{
	bottom: -180px;
    right: -190px;
}
.online-area .txt-block .img-wrap.img03{
	bottom: -200px;
    right: -730px;
}
.online-area .txt-block .img-wrap.img02::after{
	-webkit-mask-image: url("../img/top-ec-img02.webp") ;
	-webkit-mask-size: contain;
	mask-image: url(../img/top-ec-img02.webp);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
.online-area .txt-block .img-wrap.img03::after{
	-webkit-mask-image: url("../img/top-ec-img03.webp") ;
	-webkit-mask-size: contain;
	mask-image: url(../img/top-ec-img03.webp);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.online-area .bg-block {
	width: initial;
	max-width: initial;
	/*background: #ccc;*/
	position: absolute;
	height: 30%;
	z-index: 0;
	top: 0;
	right: -5%;
    aspect-ratio: 907 / 688;
}
.online-area .bg-block .img-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.online-area .bg-block .img-wrap::after{
	-webkit-mask-image: url("../img/top-ec-img01.webp") ;
	-webkit-mask-size: contain;
	mask-image: url(../img/top-ec-img01.webp);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.online-area .contents-block {
	background: #F1ECE7;
	padding: 150px 0 ;
	/*min-width: 1300px;*/
    width: 100%;
	margin: 100px auto 0;
	position: relative;
	/*margin-right: calc(50% - 50vw);*/
	/*padding-right: calc(50vw - 50% + 100px);*/
}

.online-area .contents-block .contents-box {
    width: 1200px;
    margin: 0 auto;
}

.online-area .contents-block .contents-box + .contents-box {
	margin-top: 140px;
}
.online-area .contents-block .en{
	font-size: 10rem;
	color: #fff;
	left: -30px;
	top: -80px;
}
.online-area .contents-block .bnr-flex {
	display: flex;
	gap: 40px;
}

.online-area .contents-block .online-bnr {
	display: block;
	border: 1px solid #fff;
	vertical-align: middle;
	width: calc( ( 100% - 40px ) / 2 );
}

.online-area .contents-block .online-bnr img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.online-area .shop-contents-wrap {
	background: #fff;
	padding: 100px;
	margin: 20px 0 0;
}

.online-area .shop-contents-wrap .item-block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 50px 20px;
}

.online-area .shop-contents-wrap .item-block .item-box {
	width: calc( ( 100% - 40px ) / 3 );
	display: block;
	position: relative;
}

.online-area .shop-contents-wrap .item-block .ranking-num {
	position: absolute;
	top: 0;
	left: 0;
	background: #A79A73;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--en);
	font-weight: bold;
	font-size: 2.0rem;
	z-index: 3;
}

.online-area .shop-contents-wrap .item-block .ranking-num.first {
	background: var(--ranking-first);
}

.online-area .shop-contents-wrap .item-block .ranking-num.second {
	background: var(--ranking-second);
}

.online-area .shop-contents-wrap .item-block .ranking-num.third {
	background: var(--ranking-third);
}

.online-area .shop-contents-wrap .item-block .item-name {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	margin: 20px 0 0;
}

.online-area .shop-contents-wrap .item-block .item-price {
	margin: 10px 0 0;
}

.online-area .shop-contents-wrap .item-block .price-num {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: bold;
}

/*.online-area .shop-contents-wrap .item-block .item-box .img-wrap {
	overflow: hidden;
}

.online-area .shop-contents-wrap .item-block .item-box .img-wrap img {
	transition: all .7s;
}
*/

.online-area .shop-contents-wrap .item-block .item-box .img-wrap {
	overflow: hidden;
	height: 300px;
	width: 100%;
}

.online-area .shop-contents-wrap .item-block .item-box .img-wrap img {
	/*transition: all .7s;*/
	object-fit: cover;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
}

.online-area .btn-more{
	margin: 85px 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.online-area .inner1400{
		/*width: 1300px;*/
	}
	.online-area .contents-block {
		/*padding: 120px 50px 100px;*/
		min-width: 1200px;
		/*padding-right: calc(50vw - 50% + 50px);*/
	}
	.online-area .txt-block .img-wrap.img03{
		right: -620px;
	}
    
    .online-area .bg-block {
        right: -15%;
    }
}

@media screen and (max-width: 768px){
	.online-area {
		display: block;
		padding: 420px 0 0;
	}

	.online-area .txt-block {
		width: 100%;
		padding: 0 20px 60px;
		text-align: center;
		position: relative;
	}
	
	.online-area .ttl-block {
		margin: 0 0 30px;
		text-align: center;
	}
	.online-area .txt-block .ttl-block .jp{
		font-size: 2.4rem;
	}
	.online-area .txt-block .ttl-block .en{
		display: none;
	}
	.slide-txt{
		color: #F3F1EE;
		letter-spacing: .7rem;
		align-items: center;
		display: flex;
		height: 70px;
		line-height: 70px;
		overflow: hidden;
		width: 100%;
		white-space: nowrap;
		z-index: 1;
		width: 100vw;
		margin: 0px calc(50% - 50vw) 0;
		position: absolute;
		top: -30px;
		left: 0;
		z-index: -1;
	}
	.slide-txt ul {
		animation: flowing 30s linear infinite;
		font-size: 20px;
		transform:translateX(100%);
		margin: 0;
		padding: 0;
	}
	.slide-txt ul li{
		display: inline-block;
		padding-right: 10px;
		font-size: 7rem;
		font-family: var(--en);
	}
	@keyframes flowing {
	  0% { transform:translateX(0); }
	  100% { transform:translateX(-100%); }
	}
	
	.online-area .txt-block .catch{
		margin: 0 0 20px;
        font-size: min(5.5cqw,2.8rem);
	}
	.online-area .txt-block .basic-txt{
		display: none;
	}

	.online-area .txt-block .btn-more {
		margin: 20px 0 0;
		text-align: center;
	}

	.online-area .bg-block {
		height: auto;
		width: 100%;
		z-index: 0;
	}
	.online-area .bg-block::before{
		width: 270px;
        height: 130px;
        right: auto;
        left: -30px;
        top: -300px;
	}
	.online-area .bg-block::after{
		width: 115px;
        height: 115px;
        right: 0;
        top: -50px;
	}

	.online-area .bg-block .img-wrap {
	}
	.online-area .bg-block .img-wrap::after{
		mask-size: cover;
		mask-repeat: no-repeat;
		mask-position: right;
	}
	.online-area .bg-block .img-wrap:first-child {
		top: 0px;
		left: 0;
		width: 100%;
		height: 250px;
	}
	.online-area .txt-block .img-wrap.img02{
		width: 156px;
		bottom: auto;
		top: -166px;
        right: 10px;
	}
	.online-area .txt-block .img-wrap.img03{
		width: 257px;
		right: auto;
		left: -60px;
        bottom: auto;
        top: -220px;
	}

	.online-area .contents-block {
		margin: 0;
		padding: 60px 0;
		min-width: inherit;
	}
	.online-area .contents-block::before{
		display: none;
	}
	.online-area .contents-block .jp{
		font-size: 2.2rem;
	}
	.online-area .contents-block .en{
		font-size: 5rem;
        position: initial;
        line-height: 1;
        margin: -65px 0 0;
	}
	
	.online-area .contents-block .contents-box:first-of-type{
		padding: 0 20px;
	}

    .online-area .contents-block .contents-box {
        width: 100%;
    }
    
	.online-area .contents-block .contents-box + .contents-box {
		margin: 80px 0 0;
		padding: 0 10px;
	}

	.online-area .contents-block .bnr-flex {
		display: block;
	}
	
	.online-area .contents-block .bnr-flex a:nth-child(2){
		margin: 20px 0 0;
	}

	.online-area .contents-block .online-bnr {
		width: 100%;
	}

	.online-area .contents-block .online-bnr img {
	}

	.online-area .shop-contents-wrap {
		margin: 28px 0 0;
        padding: 30px 20px;
	}

	.online-area .shop-contents-wrap .item-block {
		justify-content: space-between;
		gap: 20px 10px;
	}

	.online-area .shop-contents-wrap .item-block .item-box {
		width: calc((100% - 15px) / 2);
	}

	.online-area .shop-contents-wrap .item-block .ranking-num {
		width: 32px;
		height: 32px;
	}

	.online-area .shop-contents-wrap .item-block .ranking-num.first {
	}

	.online-area .shop-contents-wrap .item-block .ranking-num.second {
	}

	.online-area .shop-contents-wrap .item-block .ranking-num.third {
	}

	.online-area .shop-contents-wrap .item-block .item-name {
		margin: 12px 0 0;
		font-size: 1.6rem;
	}

	.online-area .shop-contents-wrap .item-block .item-price {
		font-size: 1.2rem;
		margin: 4px 0 0;
	}

	.online-area .shop-contents-wrap .item-block .price-num {
		font-size: 6.2cqw;
	}
	.online-area .shop-contents-wrap .item-block .item-box .img-wrap {
		height: 145px;
	}

	.online-area .shop-contents-wrap .item-block .item-box .img-wrap img {
		height: 145px;
	}

	.online-area .btn-more{
		margin: 20px 0 0;
	}
}

/*ホバーの指定*/
@media (hover: hover) and (pointer: fine) {
	.online-area .contents-block .online-bnr:hover {
		opacity: .7;
	}
	
	/*.online-area .shop-contents-wrap .item-block .item-box:hover {
		opacity: .7;
	}
	
	.online-area .shop-contents-wrap .item-block .item-box:hover .img-wrap img {
		transform: scale(1.1);
	}*/
}


/* -----------------------------
	group-shop-area
-------------------------------- */
.group-shop-area{
	margin: 110px 0 0;
	padding: 0 0 120px;
	position: relative;
}
.group-shop-area::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 307px;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: url("../img/group-shop-bg.webp") no-repeat top center / cover;
}

.group-shop-area .en{
	font-size: 7.5rem;
	top: -45px;
    left: -40px;
}

.group-shop-list{
	display: flex;
	column-gap: 30px;
	margin: 45px 0 0;
}

.group-shop-list li a{
	border: solid 1px #CEC5A7;
	background: #fff;
	padding: 5px 5px 46px;
	display: block;
	position: relative;
}
.group-shop-list li a::before{
	content: '';
	position: absolute;
	width: 41px;
	height: 7px;
	bottom: 20px;
	right: 20px;
	background: url("../img/btn-arrow.svg") no-repeat top center / contain;
	transition: .3s all;
}
.group-shop-list li a .img-wrap{
	overflow: hidden;	
}
.group-shop-list li a:hover img{
	transform: scale(1.1);
}
.group-shop-list li a:hover::before{
	right: 10px;
}

.group-shop-list .name{
	font-family: var(--mincho);
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-align: center;
	padding: 40px 0 0;
}
.group-shop-list .catch{
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	padding: 20px 20px 0;
    text-align: center;
}

@media screen and (max-width: 768px){
	.group-shop-area{
		margin: 76px 0 0;
		padding: 0 0 40px;
	}
	.group-shop-area::before{
		height: 925px;
	}
	
	.group-shop-area .txt-block{
		text-align: center;
	}
	.group-shop-area .txt-block .en{
		font-size: 5rem;
		left: 50%;
		transform: translateX(-50%)!important;
		-webkit-transform: translateX(-50%)!important;
		-ms-transform: translateX(-50%)!important;
		white-space: nowrap;
	}
	.group-shop-list{
		display: block;
		margin: 20px 0 0;
	}
	.group-shop-list li:nth-child(n + 2){
		margin: 20px 0 0;
	}

	.group-shop-list li a{
		padding: 5px 5px 40px;
	}
	.group-shop-list li a::before{
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		bottom: 20px;
	}
	.group-shop-list li .img-wrap{
		height: 50vw;
	}

	.group-shop-list .name{
		font-size: min(7cqw,3.0rem);
		padding: 25px 0 0;
	}
	.group-shop-list .catch{
		padding: 20px 0 0;
        letter-spacing: 0;
        font-size: min(5cqw,2.1rem);
	}
}

/* -----------------------------
	top-link-area
-------------------------------- */
.top-link-area{
	margin: 80px 0 200px;
}

.top-link-area ul{
	display: flex;
	justify-content: space-between;

}
.top-link-area ul li{
	width: calc((100% / 2) - 15px);
}
.top-link-area ul li a{
	display: flex;
	border: solid 1px #CEC5A7;
	padding: 5px;
	align-items: center;
	position: relative;
}
.top-link-area ul li a::before{
	content: '';
	position: absolute;
	width: 41px;
	height: 7px;
	bottom: 20px;
	right: 20px;
	background: url("../img/btn-arrow-gold.svg") no-repeat top center / contain;
	transition: .3s all;
}
.top-link-area ul li a:hover::before{
	right: 10px;
}
.top-link-area ul li a .img-wrap{
	margin: 0 40px 0 0;
	overflow: hidden;	
}
.top-link-area ul li a:hover img{
	transform: scale(1.1);
}
.top-link-area ul li a .ttl-block{
	margin: 20px 0 0;
}
.top-link-area ul li a .ttl-block .jp{
	margin: 0 0;
}
.top-link-area ul li a .ttl-block .en{
	font-size: 5rem;
	white-space: nowrap;
	top: -40px;
    left: -20px;
}
.bnr-tabiiro{
	margin: 40px 0 0;
    width: 100%;
}
.bnr-tabiiro a {
    display: block;
}

.bnr-tabiiro a:hover{
	opacity: 0.6;
}

.bnr-tabiiro a img {
    width: 100%;
}

@media screen and (max-width: 768px){
	.top-link-area{
		margin: 40px 0 140px;
	}

	.top-link-area ul{
		display: block;

	}
	.top-link-area ul li{
		width: 100%;
	}
	
	.top-link-area ul li:nth-child(2){
		margin: 15px 0 0;
	}
	.top-link-area ul li a{
		align-items: center;
	}
	.top-link-area ul li a .ttl-block{
		margin: 10px 0 0;
	}
	.top-link-area ul li a .ttl-block .en{
		font-size: 3.6rem;
		top: -23px;
        left: -15px;
	}
	.top-link-area ul li a .ttl-block .jp{
		font-size: 1.8rem;	
	}
	.top-link-area ul li a .img-wrap{
		height: 92px;
		width: 120px;
		margin: 0 25px 0 0;
	}
	.top-link-area ul li a img{
		padding: 0;
	}
	.bnr-tabiiro{
		width: 100%;
		margin: 15px 0 0;
	}
	.bnr-tabiiro img{
		width: 100%;
	}
	
	.top-link-area .ttl-block{
		margin: 0 0 0 20px;
	}
}

/* -----------------------------
	instagram-area
-------------------------------- */
.instagram-area{
	margin: 100px 0 200px;
	position: relative;
}
.instagram-area::before {
    content: '';
    position: absolute;
    width: 2051px;
    height: 428px;
    bottom: -240px;
    right: -60%;
    background: url(../img/wide-deco02.webp) no-repeat bottom center / contain;
    z-index: -1;
}
.instagram-area .en {
	font-size: 7.5rem;
	top: -50px;
    left: -50px;
}
.instagram-area .en i::before{
	font-weight: 400;
	font-family: 'Font Awesome 6 Brands';
	font-size: 6rem;
}

.instagram-area .insta-list {
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.instagram-area .insta-list li {
    width: calc( ( 100% - 50px ) / 6 );
}

.instagram-area .insta-list li a {
    display: block;
}

.instagram-area .insta-list li img {
    width: 100%;
    aspect-ratio: 1/1;
}

/*ホバーの指定*/
@media (hover: hover) and (pointer: fine) {
    .instagram-area .insta-list li a:hover {
        opacity: .7;
    }
}

@media screen and (max-width: 768px){
	.instagram-area{
		margin: 60px 0 130px;
	}
	.instagram-area::before {
		display: none;	
	}
	.instagram-area .txt-block{
		text-align: center;
	}
	.instagram-area .txt-block .en{
		font-size: 5rem;
        width: 100%;
        white-space: nowrap;
        position: initial;
        line-height: 1;
        margin: -70px 0 0;
	}
	.instagram-area .en i::before{
		font-size: 4rem;
	}
    
    .instagram-area .insta-list {
        margin: 30px 0 0;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .instagram-area .insta-list li {
        width: calc( ( 100% - 10px ) / 3 );
    }
    
    .instagram-area .insta-list li:nth-child( n + 10 ) {
        display: none;
    }
}

/* -----------------------------
	
-------------------------------- */
@media screen and (max-width: 768px){
	
}

/*ホバーの指定*/
@media (hover: hover) and (pointer: fine) {
	
}