@charset "utf-8";
:root {--main-color: #3A6E9E;}
:root {--text-font: "Noto Sans JP", sans-serif;}
main{
	overflow: hidden;
}
section{
	width: 100%;
    padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.inner{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
    position: relative;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.05em;
}
p{
	font-size: 15px;
	line-height: 2.5;
    letter-spacing: 0.15em;
}

small {
    font-size: 10px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 30px 0;
}

@media screen and (max-width: 768px) {
	section{
	    padding: 50px 0;
	}
}
/*==================================================================================================*/
/*共通記述*/
.title{
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	letter-spacing: 0.25em;
	margin: 0 0 30px;
}
.title span{
	display: block;
	font-family: var(--text-font);
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.25em;
	color: var(--main-color);
}
.btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
    max-width: 387px;
	height: 48px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	letter-spacing: 0.15em;
	color: var(--main-color);
	border: solid 1px var(--main-color);
	background: #FFF;
	transition: .5s;
}
.btn:hover{
	color: #FFF;
	background: var(--main-color);
}
.btn.choice{
	justify-content: end;
	max-width: 351px;
	font-family: "Noto Serif JP", serif;
	font-size: 13px;
	color: #FFF;
	border: solid 1px #AD0003;
	background: #AD0003;
	transition: .5s;
	opacity: 1;
}
.btn.choice:hover{
	opacity: .5;
}
.btn.choice img{
	width: 187px;
}
.tape{
	position: relative;
}
.tape::after{
	display: block;
	content: "";
	width: 186px;
	height: 45px;
	background: rgba(244,240,138,0.90);
	position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	.btn{
		width: 100%;
	}
	.btn.choice{
		justify-content: center;
		padding: 0 0 0 20px;
	}
}
@media screen and (max-width: 430px) {
	.tape::after{
		width: 120px;
		height: 35px;
		top: -17px;
	}
}
@media screen and (max-width: 385px) {
	.btn.choice{
		font-size: 11px;
	}
	.btn.choice img{
		width: 150px;
	}
}
/*==================================================================================================*/
/*header-*/
header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	position: fixed;
	top: 0;
	z-index: 1000;
}
header h1{
	width: 106px;
	z-index: 1;
}
header h1 a{
	height: 35.77px;
	display: flex;
	position: relative;
	transition: .5s;
	opacity: 1;
}
header h1 a:hover{
	opacity: .5;
}
header h1 a img{
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top header h1 a img:nth-child(2){
	opacity: 0;
	transition: .5s;
}
.top header.movement h1 a img:nth-child(2){
	opacity: 1;
}
.pcNav header.movement h1 a img:nth-child(2){
	opacity: 0 !important;
}
.page.pcNav header h1 a img:nth-child(2){
	opacity: 0;
}
header nav{
	width: fit-content;
}
.nav{
	width: 245px;
	display: flex;
	justify-content: space-between;
}
.nav li{
	width: fit-content;
}
.nav li a{
	font-family: "Inter", sans-serif;
	font-size: 12px;
	color: #FFF;
	transition: .5s;
	opacity: 1;
}
.nav li a:hover{
	opacity: .5;
}
.top .movement .nav li a{
	color: var(--main-color);
}
@media screen and (max-width: 430px) {
	header nav{
		width: 100%;
		height: 100vh;
		background: rgba(58,110,158,0.90);
		position: fixed;
		top: -100vh;
		left: 0;
		transition: .5s;
	}
	.pcNav header nav{
		top: 0;
	}
	header .nav{
		flex-wrap: wrap;
		width: 90%;
		padding: 150px 0 0;
		margin: 0 auto;
	}
	
	header .nav li{
		width: 100%;
		text-align: center;
		padding: 20px 0;
		border-bottom: solid 1px #FFF;
	}
	header .nav li a{
		font-size: 14px;
		color: #FFF !important;
	}
}
/*ボタン*/
.openbtn1{
	display: none;
}
@media screen and (max-width: 430px) {
	.openbtn1{
		display: block;
		cursor: pointer;
		width: 60px;
		height: 60px;
		background: var(--sub-color);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10000;
	}
	.openbtn1 span{
		display: inline-block;
		transition: all .4s;
		width: 30px;
		height: 1.5px;
		background: #FFF;
		position: absolute;
		left: 14px;
	}
	.movement .openbtn1 span{
		background: var(--main-color);
	}
	.page .openbtn1 span{
		background: var(--main-color);
	}
	.pcNav .openbtn1 span{
		background: #FFF;
	}
	.openbtn1 span:nth-of-type(1) { top:20px;}
	.openbtn1 span:nth-of-type(2) { top:30px;}
	.openbtn1 span:nth-of-type(3) { top:40px;}

	.pcNav .openbtn1 span:nth-of-type(1) {
		top: 31px;
		transform: rotate(-45deg);
	}
	.pcNav .openbtn1 span:nth-of-type(2){
		opacity: 0;
	}
	.pcNav .openbtn1 span:nth-of-type(3){
		top: 31px;
		transform: rotate(45deg);
	}
}
/*==================================================================================================*/
/*fv-ファーストビュー*/
.fv{
	height: 100vh;
	max-height: 768px;
	background: center / cover no-repeat url("../img/fv.jpg");
}
.fv .inner{
	height: 100%;
	justify-content: center;
	align-content: center;
}
.fv h2{
	width: 80%;
	max-width: 474px;
	margin: 0 auto 30px;
}
.fv p{
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.7em;
	text-align: center;
	color: #FFF;
}
@media screen and (max-width: 660px) {
	.fv p{
		font-size: 2.6vw;
	}
}
/*==================================================================================================*/
/*about-羽幌から、あなたの食卓へ*/
.about{
	overflow: visible;
	z-index: 1;
}
.about .inner{
	overflow: visible;
}
.about .inner::before{
	display: block;
	content: "";
	width: 1697px;
	height: 1101px;
	background: center / contain no-repeat url("../img/about_map.svg");
	position: absolute;
	top: -280px;
	right: -1000px;
	z-index: -1;
}
.about .inner div{
	max-width: 628px;
	margin: 0 0 30px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.about .inner div::before{
	display: block;
	content: "";
	width: calc( 100% - 15px );
	height: calc( 100% - 15px );
	border: solid 1px #FFF;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about p{
	max-width: 464px;
	margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
	.about{
		padding: 100px 0 50px;
	}
	.about .inner::before{
		width: 1000px;
		height: 650px;
		top: 250px;
		right: -550px;
	}
	.about .inner div{
		max-width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.about p{
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.about .inner::before{
		top: 150px;
		right: -650px;
	}
}
/*==================================================================================================*/
/*product-新鮮さを閉じ込めた自慢の商品*/
.product{
	overflow: visible;
	z-index: 1;
}
.product .inner{
	overflow: visible;
}
.product h2{
	width: fit-content;
}
.product h2 + p{
	width: calc( 100% - 280px );
}
.productslider{
	width: 1580px;
}
.productslider li{
	width: 512px;
}
.productslider li a{
	display: flex !important;
	padding: 60px 30px 0 0;
	transition: .5s;
	opacity: 1;
}
.productslider li a:hover{
	opacity: .5;
}
.productslider li div{
	margin: 0 0 5px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.productslider li h3{
	width: fit-content;
	font-family: "Noto Serif JP", serif;
	font-size: 19px;
	letter-spacing: 0.1em;
}
.productslider li p{
	display: flex;
	align-items: center;
	width: fit-content;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #AD0003;
}
.productslider li p::after{
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	background: center / contain no-repeat url("../img/icon_link.svg");
	margin: 0 0 0 3px;
}
.link{
	max-width: 753px;
}
.link .btn:nth-child(1){
	max-width: calc( 100% - 360px );
}
@media screen and (max-width: 820px) {
	.product h2 + p{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.productslider{
		width: 1300px;
	}
	.link .btn:nth-child(1){
		max-width: 100%;
		margin: 0 0 10px;
	}
	.link .btn.choice{
		max-width: 100%;
	}
}
@media screen and (max-width: 430px) {
	.productslider{
		width: 1000px;
	}
	.productslider li h3{
		font-size: 17px;
	}
}
/*==================================================================================================*/
/*-*/
.partition{
	position: relative;
}
.partition img{
	height: 477px;
	object-fit: cover;
}
.partition::before{
	display: block;
	content: "";
	width: calc( 100% - 30px );
	height: calc( 100% - 30px );
	border: solid 2px #FFF;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 430px) {
	.partition img{
		height: 250px;
	}
	.partition::before{
		width: calc( 100% - 15px );
		height: calc( 100% - 15px );
	}
}
/*==================================================================================================*/
/*company-有限会社マリナシーフーズ*/
.company .inner div{
	width: 464px;
}
.company .inner iframe{
	width: calc( 100% - 500px );
	max-width: 583px;
}
.company .inner p{
	margin: 0 0 30px;
}
.company .inner dl dt,
.company .inner dl dd{
	font-size: 12px;
	color: #707070;
}
.company .inner dl dt{
	width: 76px;
}
.company .inner dl dd{
	width: calc( 100% - 76px );
}
.company .inner dl dd br{
	display: none;
}
@media screen and (max-width: 1000px) {
	.company .inner div{
		margin: 0 0 30px;
	}
	.company .inner iframe{
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.company .inner iframe{
		height: 250px;
	}
}
@media screen and (max-width: 600px) {
	.company .inner div{
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	.company .inner dl dd br{
		display: block;
	}
}
/*==================================================================================================*/
/*footer-*/
footer{
	justify-content: center !important;
	align-content: end;
	height: 617px;
	background: center / cover no-repeat url("../img/footer_bg.jpg");
	padding: 80px 0;
}
footer h2{
	display: flex;
	justify-content: center;
}
footer h2 img{
	width: 221px;
	margin: 0 auto 20px;
}
@media screen and (max-width: 430px) {
	footer{
		height: 400px;
		padding: 40px 0;
	}
}
/*==================================================================================================*/
/*==================================================================================================*/
/*下層ページ共通指定*/
.page header .nav a{
	color: var(--main-color);
}
.page main{
	padding: 150px 0 0;
}
.page .fvpage{
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.page .fvpage img{
	height: 478px;
	object-fit: cover;
}
.page .inner{
	max-width: 750px;
}
.page h2{
	font-size: 35px;
	margin: 0 0 65px;
}
@media screen and (max-width: 768px) {
	.page .fvpage img{
		height: 350px;
	}
	.page h2{
		font-size: 28px;
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 430px) {
	.page main {
		padding: 100px 0 0;
	}
	.page .fvpage img{
		height: 200px;
	}
	.page h2{
		font-size: 24px;
	}
}
/*==================================================================================================*/
/*about-マリナシーフーズについて*/
#about p{
	margin: 0 0 30px;
}
#about .btn{
	margin: 75px auto 0;
}
.galleryslider{
	margin: 0 0 35px;
}
.galleryslider li{
	padding: 0 10px;
}
/*product-商品紹介*/
#product ul{
	align-items: flex-start;
}
#product ul li{
	width: 32%;
	margin: 0 0 30px;
}
#product ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: .5s;
	opacity: 1;
}
#product ul li a:hover{
	opacity: .5;
}
#product ul .img{
	padding-top: 80%;
	border-radius: 5px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	margin: 0 0 5px;
}
#product ul h3{
	width: calc( 100% - 18px );
	font-family: "Noto Serif JP", serif;
	font-size: 13px;
	line-height: 1.4;
}
#product ul p{
	display: block;
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
}
#product ul p img{
	display: block;
}
#product .btn{
	margin: 105px auto 0;
}
@media screen and (max-width: 768px) {
	#product ul li{
		width: 48%;
	}
}
@media screen and (max-width: 430px) {
	.galleryslider li{
		padding: 0 5px;
	}
	#product ul li{
		width: 100%;
	}
}