@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    font-size: 3.6vw;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8;
    font-weight: normal;
    max-width: 100%;
}

object {
    pointer-events: none;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */

.tit02 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    margin: 0 auto 35px;
}

.tit02 b {
    font-size: 5rem;
    line-height: 1.5;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}

.tit02 span {
    color: #8c8c8c;
    font-size: 3.6vw;
    display: block;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}


/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */

.nav_wrp {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    display: none;
}

.nav_wrp.changed {
    display: block;
}

.nav_site {
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 240px;
    height: 100%;
    padding: 100px 30px 50px;
    position: fixed;
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
    transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    z-index: 1;
}

.nav_site.active {
    opacity: 1;
    top: 0;
    right: 0;
}


/* =======================================
	★ページャー
========================================== */

.pager {
    width: auto;
    margin: 0 auto;
    padding-bottom: 100px;
}

.wp-pagenavi {
    clear: both;
    font-size: 14px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 2.6;
    border: 1px solid #000000;
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    color: #000000;
    font-size: 14px;
    margin: 5px;
    vertical-align: top;
    padding: 0px;
    background-color: #fff;
    border-radius: 4px;
}

.wp-pagenavi span.extend {
    border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #000000;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
}

#contact .popup-inner {
    padding: 40px 20px;
}



/* =======================================
	共通
========================================== */
.lh220 {
	line-height: 180%;
}
.lh200 {
	line-height: 160%;
}


header {
	
}
.logo {
	margin-top: 0;
}
.logo a span {
	font-size: 8px !important;
}
.logo a img {
	width: 10.6rem;
}
.header_left {
	position: fixed;
	right: -320px;
	top: 0;
	display: flex;
	flex-direction: column;
	gap: 3rem 0;
	height: 100vh;
	color: #fefefe;
	padding: 8rem 3rem;
	margin-top: 0;
	transition: all 0.6s;
	z-index: 999999;
	overflow-y: auto;
	background: #fefefe;
}
.global_nav a {
	color: #000;
}
body.nav-open .header_left {
	right: 0;
	color: #000;
	background-color: var(--light-gray-bg);
	width: 300px;
}
.header_left > * {
	width: 100%;
}
.header_left_top {
	display: contents !important;
}
.header_left_top > * {
	display: block;
}
.gtranslate_wrapper {
	margin-right: 0;
}
.header_search {
	width: 100%;
	margin-right: 0;
	margin-top: 1rem;
}
#googlesearch {
	width: 100%;
	max-width: unset;
}
.header_left .sub_btn {
	order: 3;
}
.header_left .sub_btn li + li {
	margin-top: 1.5rem;
}
.header_left .sub_btn li a {
	width: 100%;
}
.global_nav > ul {
	display: block !important;
}
.global_nav > ul > li:has(.sub_menu) > a::before {
	border-color: #000;
}

	/* アコーディオンメニュー */
	.accordion-list:not(:first-child) {
	  margin-top: 10px;
	}

	.accordion-title {
	  cursor: pointer;
	  padding: 10px 20px;
	  position: relative;
	  color: #fefefe;
	}

	.accordion-title:after {
	  position: relative;
	  display: block;
	  content: "";
	  right: -12px;
	  top: 1em;
	  width: 1.3em;
	  height: 1.5em;
	  transform: rotate(-90deg);
	  transition: all 0.4s ease-in-out;
	  background: url(../img/arrow03.svg) no-repeat center left/100%;
	}

	.accordion-title.open:after {
	  transform: rotate(90deg);
	}

	.global-nav img {
	  /* width: 50%; */
	  margin: 10px auto;
	}

	.global-nav .sp_btnArea {
	  margin-right: auto;
	  margin-left: auto;
	  width: 90%;
	}

	.global-nav .btn01 {
	  width: 100%;
	  text-align: center;
	}

	.global-nav .btn01.line {
	  background: url(../img/arrow02_w.svg) no-repeat center right 1em/1.2em,
		linear-gradient(90deg, #ff5500, #ea8b00);
	  color: #fff;
	}

	.global-nav {
	  position: fixed;
	  right: -320px;
	  /* これで隠れる */
	  top: 0;
	  height: 100vh;
	  color: #fefefe;
	  transition: all 0.6s;
	  z-index: 999999;
	  overflow-y: auto;
	  background: #fefefe;
	}

	.global-nav .flex {
	  width: 90%;
	  margin-inline: auto;
	  align-items: center;
	  justify-content: space-around;
	}

	.global-nav .linebg .w_3em {
	  width: 3.5em;
	}

	.global-nav .linebg .f16 {
		font-size: 2rem !important;
	}

	.global-nav .accordion-container {
	  width: 300px;
	  margin: 0 auto;
	  background: rgba(249, 249, 249, 0.7);  padding: 0 6%;
	  border-radius: 13px;
	  width: 90%;
	}

	.global-nav .accordion-container.con02 {
	  display: flex;
	  justify-content: center;
	  flex-direction: column;
	}

	.global-nav .accordion-container .accordion-title02 {
	  position: relative;
	  margin: 0;
	  border-bottom: 1px solid #d7e2ea;
	  padding: 0.8em 0.8em 0.8em 0.8em;
	  font-weight: normal;
	  cursor: pointer;
	  display: block;
	  font-weight: bold;
	  display: block;
	  background-size: 16px;
	}

	.accordion-title {
	  padding: 0 !important;
	  width: 3em;
	  height: 3.5em;
	  position: absolute;
	  top: 0;
	  right: 0;
	}

	.global-nav .accordion-container .accordion-content li {
	  padding: 0.3em 0.3em 0.3em 4.25em;
	  border-bottom: none;
	}

	.global-nav .accordion-container .accordion-content li a {
	  color: #fefefe;
	}

	.global-nav .btn01 a {
	  width: 90%;
	  margin-right: auto;
	  margin-left: auto;
	  text-align: center;
	}

	.global-nav .center a {
	  color: #3c3c3c;
	}

	.accordion-content li {
	  padding: 5px 20px;
	  border-bottom: 1px solid #949292;
	}

	.black-bg01 {
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100vw;
	  height: 100vh;
	  z-index: 100;
	  background-color: #000;
	  opacity: 0;
	  visibility: hidden;
	  transition: all 0.6s;
	  cursor: pointer;
	}

	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  right: 0;
	  background: url(../img/bgA.jpg) no-repeat center;
	  width: 300px;
	}

	.nav-open .black-bg01 {
	  opacity: 0.8;
	  visibility: visible;
	}

	.accordion-box {
	  position: relative;
	}

	.accordion-close {
	  display: none;
	  padding-left: 0.8em;
	  padding-bottom: 0.8em;
	  padding-top: 0.3em;
	  border-bottom: 1px solid #dde4e1;
	}

	.nav li:nth-child(1) a {
	  border-left: none !important;
	}

	.accordion-close li a {
	  padding: 6px 0 0px;
	  font-weight: 500;
	  color: #0a0a0a;
	  font-weight: bold;
	}


.underLine > *::before {
	height: 2px;
}



/* =======================================
	共通
========================================== */
/* タイトル */
.title01 {
	font-size: 50px;
}
.title01 small {
    font-size: 40px;
}
.sub_title01 {
	margin-bottom: 0;
}
/* ボタン */
.btn05 {
	padding: 12px 10px;
}
.btn05::before {
	right: 20px;
}
/* =======================================
	ヘッダー
========================================== */
.header_container {
	padding: 16px 0 10px;
}
.header_container > .header_contact_btn {
	display: none;
}
.header_logo {
    max-width: 175px;
}
.hamburger {
	right: 25px;
    top: 15px;
}
.sp_nav {
	max-width: 400px;
	padding: 10px 15px;
	right: -400px;
}
.sp_nav ul {
	margin-top: 30px;
}
.sp_nav li + li {
	margin-top: 20px;
}
.sp_nav li a {
	font-size: 14px;
	padding-left: 20px;
}
.sp_nav li a::before {
	width: 5.5px;
    height: 13px;
}
.sp_nav .header_contact_btn {
	font-size: 16px;
	margin-right: 0;
	margin-left: 0;
	max-width: 180px;
	padding: 12px 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sp_nav {
		max-width: 80%;
		padding: 10px 15px;
		right: -80%;
	}
}


/* =======================================
	フッター
========================================== */
.site-footer {
	margin-top: 13vw !important;
	padding-bottom: 0 !important;
}
footer::before {
	width: 250%;
	height: 13.071vw;
	top: -12vw;
}
.footer_icon {
	position: static;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.footer_logo {
	max-width: 250px;
	margin: 0 auto 20px !important;
}
.footer_text,
.copyright_text {
	text-align: center;
	margin-bottom: 15px !important;
}
.sns_icon {
	margin: 0 auto !important;
}
.copyright_text {
	margin-top: 15px !important;
}


/* =======================================
	トップページ
========================================== */
/* FV */
.fv_content {
	padding-top: 38px;
}
.fv_img {
	width: 94.8571vw;
}
.fv_icon {
	width: 20.0714vw;
    height: 20.0714vw;
    top: 1.6vw;
}
.nami_icon1 {
	display: none;
}
.nami_icon2 {
    width: 45.642vw;
    bottom: -2vw;
    left: -13.8vw;
}
.nami_icon3 {
    width: 44.714vw;
    bottom: -12.3vw;
    right: -11.5vw;
}

/* MANMA FISHが生まれたワケ */
.story_content {
	margin-top: 2rem;
	padding-top: 4.9rem;
}
.story_content .title01_box {
	margin-bottom: 20px !important;
}
.story_title {
	font-size: 15px !important;
	margin-bottom: 11px !important;
}
.story_title_img {
	max-width: 224px;
	width: 100%;
}
.story_border_title {
	font-size: 30px;
	margin-top: 18px;
}
.story_border_title small {
	font-size: 20px;
}
.story_items {
	flex-wrap: wrap;
	margin-top: 28px !important;
    gap: 12px;
}
.story_text {
	padding-left: 0;
	width: 100%;
	line-height: 1.666;
}
.story_img {
	width: 60%;
	margin: 0 auto;
	order: -1;
}
.story_icon {
	width: 60%;
}
.story_icon1 {
	top: 27%;
	left: -37%;
}
.story_icon2 {
	bottom: -8%;
	left: unset;
	right: -8%;
}
.story_icon3 {
	top: 22%;
	right: -38%;
}
.story_icon4 {
	display: none;
}
.story_slider {
	margin-top: 20px;
}
.story_slider .even-slide {
	padding-top: 20px;
}

/* 本気で作ると、こうなる */
.grade_content {
	padding-top: 28.5vw;
	padding-bottom: 50px !important;
}
.grade_title {
	font-size: 24px;
	margin-bottom: 10px
}
.grade_arrow {
	max-width: 100px;
	margin-bottom: 20px !important;
}
.grade_title_img_box {
	max-width: 440px;
}
.grade_sub_title {
	line-height: 1.8;
    font-size: 18px !important;
    margin-top: 25px !important;
	margin-bottom: 49px !important;
}
.grade_items {
	flex-direction: column;
	gap: 55px 5%;
	margin-bottom: 30px !important;
}
.grade_item {
	width: 100%;
	padding: 40px 15px 38px;
	border-width: 2px !important;
	border-radius: 10px;
}
.grade_item img {
	max-width: 180px;
	top: -30px;
}
.grade_item p {
	font-size: 26px !important;
	line-height: 1.8;
}
.grade_text {
	line-height: 1.8;
}
.fish_icon {
	max-width: 180px;
    top: -95px;
    right: -110px;
}
.wakame_icon {
	max-width: 100px;
	top: 6px;
	left: -44px;
}
.grade_img {
	max-width: 500px;
	margin: 36px auto 0;
}

/* MANMA FISH 3つのこだわり */
.point_nami_icon {
	width: 43.571vw;
    bottom: -9.4vw;
    right: -3.2vw;
}
.point_box + .point_box {
	margin-top: 50px;
}
.point_main_title {
	font-size: 20px;
	line-height: 1.1;
	padding-top: 42px !important;
}
.point_main_title span {
	font-size: 50px;
	padding-left: 0;
}
.point_main_title strong {
	font-size: 30px;
}
.point_title_box {
	max-width: 330px;
	padding: 38px 0 32px;
	margin-top: 35px;
    margin-bottom: 20px !important;
	min-height: 115px;
}
.point_title_box::before {
	height: 126px;
	background: url(../img/point_title_bg_sp.png) center / contain no-repeat;
}
.point_title_num {
	font-size: 40px;
	position: absolute;
    padding-top: 0;
    top: -10px;
}
.point_title {
	font-size: 24px;
	text-align: center;
}
.point_title small {
	font-size: 20px;
}
.point_sub_title {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 23px !important;
}
.point_text {
	line-height: 1.8;
}
.point_white_box {
	padding: 30px 15px 25px;
	margin-top: 30px !important;
	border-width: 2px;
	border-radius: 10px;
}
.faq_title_box,
.faq_content_box {
	gap: 20px;
}
.faq_content_box {
	align-items: flex-start;
}
.faq_title_box img,
.faq_content_box img {
	max-width: 56px;
}
.faq_title {
	font-size: 20px;
}
.answer_text {
	font-size: 15px !important;
	line-height: 1.8;
}
.point_faq_item {
	margin-top: 30px !important;
}
.point_faq_item h4 {
	font-size: 18px !important;
	width: 100%;
	padding: 15px; 10px;
	border-width: 2px;
	border-radius: 5px;
}
.point_faq_item p {
	width: 100%;
	line-height: 1.8;
}
.point02_items {
	flex-wrap: wrap;
}
.point02_text_box {
	width: 100%;
}
.point02_img_box {
	display: contents;
}
.point02_main_img {
	order: -1;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 20px;
}
.point02_sub_imgs {
	order: 1;
	max-width: 500px;
	margin: 0 auto;
}
.point02_text_box p,
.point02_text_box h5 {
	line-height: 1.8;
}
.point02_text_box p {
	margin-top: 20px;
	margin-bottom: 30px;
}
.point_white_box:has(.point02_list_box) {
	padding: 30px 15px;
	margin-top: 30px !important;
}
.point02_list_box {
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.point02_list_box img {
	max-width: 210px;
}
.point02_list {
	width: 100%;
	font-size: 18px !important;
}
.point02_list li {
	line-height: 1.5;
	padding-left: 20px;
}
.point03_items {
	flex-wrap: wrap;
	justify-content: center;
}
.point03_text_box {
	width: 100%;
}
.point03_items > img {
	max-width: 300px;
    width: 61%;
}

/* 商品ラインナップ */
.product_hero_title {
	font-size: 27px;
	margin-bottom: 30px !important;
}
.product_read_text {
	font-size: 14.5px !important;
	line-height: 1.8;
	margin-bottom: 30px !important;
}
.product_item + .product_item {
    margin-top: 50px;
}
.product_item {
	gap: 20px;
	max-width: 500px;
	margin: 0 auto;
}
.product_img,
.product_text_box {
	width: 100%;
}
.product_name {
	font-size: 20px !important;
}
.product_price,
.product_price small {
	font-size: 18px !important;
}
.product_capacity {
	font-size: 15px !important;
}
.product_text {
	margin-bottom: 30px;
}
.product_item .btn05 {
	max-width: 250px;
	margin: 0 auto;
}

/* パートナー募集 */
.partner_content {
	margin-top: 13vw;
	margin-bottom: 13vw;
}
.partner_content::before {
	width: 250%;
    height: 13.071vw;
	top: -12vw;
}
.partner_content::after {
	width: 250%;
    height: 13.071vw;
	bottom: -12vw;
}
.partner_content .title01_box {
	order: -3;
}
.partner_title {
	font-size: 20px;
	line-height: 1.8;
	order: -2;
}
.partner_img1,
.partner_img2 {
	position: static;
	max-width: 300px;
	width: 61%;
	margin: 0 auto 20px;
}
.partner_img3 {
	top: -24vw;
}
.partner_text {
	margin-bottom: 20px !important;
	line-height: 1.8;
}

/* SDGsへの取り組み */
.sdgs_content {
	padding-top: calc(5vw + 50px);
}
.yellow_bg_title {
	font-size: 20px;
	padding: 27.5px 10px;
}
.yellow_bg_title::before {
	background: url(../img/sdgs_title_bg_sp.png) center / contain no-repeat;
	height: 100%;
}
.sdgs_items {
	margin-top: 60px;
	max-width: 500px;
}
.sdgs_item + .sdgs_item {
	margin-top: 60px !important;
}
.sdgs_item {
	justify-content: center;
	gap: 25px;
}
.sdgs_img_box,
.sdgs_shop_item .sdgs_img_box {
	width: 82%;
}
.sdgs_shop_item {
	max-width: 500px;
	margin: 0 auto;
}
.sdgs_icons img,
.sdgs_shop_item .sdgs_icons img {
    width: 22.2%;
}
.sdgs_shop_item .sdgs_icons {
	top: -12%;
	width: 100%;
}
.sdgs_text_box,
.sdgs_shop_item .sdgs_text_box {
	width: 100%;
}
.sdgs_title {
	width: auto;
	text-align: center;
	margin-top: 5px !important;
	margin-bottom: 15px !important;
	line-height: 1.5;
}
.sdgs_sub_title {
	text-align: center;
}
.sdgs_text {
	line-height: 1.8;
}
.sdgs_shop_box {
	padding: 50px 15px 35px;
	margin-top: 35px;
	border-radius: 10px;
}
.sdgs_shop_item {
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
}
.sdgs_shop_title {
	line-height: 1.5;
	text-align: center;
}
.sdgs_shop_text {
	line-height: 1.8;
}
.sdgs_shop_box .btn05 {
	margin-top: 25px !important;
}

/* お問い合わせ */
.contact_content {
	padding-bottom: 50px !important;
}
.contact_content .inner_900 {
	max-width: 500px;
	width: 88%;
}
.c_table_01 table tbody tr {
	flex-wrap: wrap;
}
.c_table_01 table tbody tr th,
.c_table_01 table tbody tr td {
	width: 100% !important;
}
.c_table_01 table tbody tr th {
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 5px;
}
.hissu {
	padding: 0 10px;
	font-size: 12px;
	border-radius: 3px;
	line-height: 1.7;
}
.c_table_01 table tbody tr + tr {
	margin-top: 10px;
}
.privacy_box {
	padding: 20px 15px;
	max-height: 200px;
}
.privacy_box p {
	font-size: 12px !important;
}
.privacy_box ol {
	font-size: 12px !important;
}
.mfp_element_submit {
	font-size: 20px;
	padding: 12px 10px !important;
}
.submit_box {
	max-width: 300px;
}
.submit_box::before {
	right: 20px;
}
#contact label.c_b {
	font-size: 13px;
}
.mfp_element_checkbox {
	width: 14px;
	height: 14px;
}






