/*
Theme Name: egikamaboko
Description: egikamaboko Template
Author: kashimura co.ltd..
*/


body {
    min-width: 1200px;
}

.in {
   width: 90%;
    min-width: 1120px;
	max-width:1600px;
	padding: 0 5%;
}

.mob {
    display: none !important;
}
.main_body{
	 padding-left: 80px;
}

a[href^="tel:"]{
    pointer-events: none;
  }
/* --------------ヘッダー-------------- */
header {
    /*padding-right: 10vw;*/
    margin-bottom: 20px;
}

.header_inner {
    padding: 20px 2% 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.header_logo_wrapper {
    width: 16vw;
	min-width: 201px;
}

.header_menu_wrapper {
    flex: 1;
}

.hamadatokusan {
    width: 50%;
    margin-bottom: 10px;
}

header .logo {
    
}

header .logo img {
    width: 16vw;
	min-width: 201px;
}

.mycart_wrapper,
.header_nav_container ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    /* column-gap: 20px; */
    align-items: center;
    text-align: center;
}

.header_nav_container ul{
    margin-top: 8px;
}
.mycart_wrapper {
    gap:1em;
}

/* ヘッダーメニューリンク動き*/
.header_nav_container a,
.g_nav_wrap a,
.hedcalendar_icon,
.hedstore_icon {
  position: relative;
  padding-bottom: 5px;
}
.header_nav_container a::after,
.g_nav_wrap a::after,
.hedcalendar_icon::after,
.hedstore_icon::after {
    content: '';
    background: #c51018;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: transform .3s;
    transform-origin: right top;
    transform: scale(0, 1);
}
.header_nav_container a:hover,
.g_nav_wrap a:hover,
.hedcalendar_icon:hover,
.hedstore_icon:hover {
    color: #c51018;
    opacity: 1;
}
.header_nav_container a:hover::after,
.g_nav_wrap a:hover::after,
.hedcalendar_icon:hover::after,
.hedstore_icon:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cart_link:hover{
    color: #fff;
}

.header_trademark {
    width: 4vw;
    margin: 0 2%;
	min-width:83px
}

.header_topic_wrapper {
    /* width: 20%; */
}

.header_menu01 .header_topic_text {
    margin-left: 1em;
}

.header_topic_wrapper .topics_akaten {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_topic_wrapper .topics_akaten img {
    width: 200px;
    height: 70px;
    object-fit: cover;
}

.header_menu01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    width: 59%;
    min-width: 713px;
}

/* --------------サイドバー-------------- */
#sidebar {
    position: fixed;
    font-size: 11px;
    left: 0;
    top: 0;
    z-index: 22;
    width: 80px;
    height: 100vh;
    padding: 20px;
    color: #fff;
    background-color: #c51018;
    transition: all 0.6s;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#sidebar.active {
    right: 300px;
}

/* .navbotm a, .navbotm a span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.navbotm a {
    position: relative;
    width: 40px;
    height: 50px;
}

.navbotm a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.navbotm span:nth-of-type(1) {
    top: 12px;
}

.navbotm span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}

.navbotm span:nth-of-type(3) {
    bottom: 12px;
} */

/* ハンバーガーメニュー */
#sidebar .navbtn a,
#sidebar .navbotm a span {
    display: inline-block;
    box-sizing: border-box;
}

#sidebar .navbtn a {
    position: relative;
    width: 40px;
    height: 50px;
}

#sidebar .navbtn a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#sidebar .navbtn span:nth-child(1) {
    top: 11px;
}

#sidebar .navbtn span:nth-child(2) {
    top: 23px;
}

#sidebar .navbtn span:nth-child(3) {
    top: 35px;
}

#sidebar.active .navbtn span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

#sidebar.active .navbtn span:nth-child(2) {
    width: 0;
    left: 50%;
}

#sidebar.active .navbtn span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.sidemenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
	background-color: #fff;
	z-index: 21;
    border-left: 1px solid #fff;
    transition: all 0.6s;
    overflow-y: auto;
    padding: 10px 25px 50px;
}

.sidemenu.active {
    left: 80px;
}

.g_nav_wrap {
    
    margin: 30px auto 25px;
}

.g_nav_wrap li {
    margin-bottom: 5px;
}

.g_nav_wrap li a {
    font-size: 18px;
}

/* ここまで */

.sidebar_text {
    text-align: center;
}

.sidebar_text p {
    writing-mode: vertical-rl;
    display: inline-block;
}

/* --------------トップ画像-------------- */
.top_img_container {
    position: relative;
}

.mv_item {
    
}

.home_container01 {
    margin-top: -225px;
    padding-top: 250px;
    padding-bottom: 80px;
}

.home01_content_left {
    top: -11.5em;
    left: 3%;
    float: left;
}

.home01_content_right {
    margin-left: 40%;
}

.home_img01 {
    position: absolute;
    bottom: 0%;
    width: 37%;
    height: 380px;
}

.home_img01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ドット用スタイル */
.top_mv_list .slick-dots {
    width: 80%;
    margin-left: 10%;
}

/* ここまで */

.top_mv_textbox {
    left: 0;
}

.wave4 {
    left: 0;
}

/* --------------home_container02-------------- */
.home_container02 .home_heading_area {
/*     padding-left: 12px; */
}

/* --------------特集スライド-------------- */
.post_slide_list {
    width: 100%;
}

.post_slide_list .slick-track {
    margin-left: 0;
    margin-right: 0;
}

/* --------------特集詳細-------------- */
.text_wrapper {
    width: 47%;
}
.text_img_line_wrapper img {
    width: 49%;
    object-fit: cover;
}

/* --------------home_container03-------------- */
.home03_wrapper {
    padding-top: 30px;
    position: relative;
}

.home03_head_left {
    width: 45%;
}

.home03_head_right {
    right: 0;
    margin-top: -9em;
}

.product_lineup_area {
    background: #fff;
    margin-top: -237px;
    padding: 75px 35px 30px;
    position: relative;
    z-index: 1;
}

/* --------------home_container04-------------- */
.home_container04 {
    margin-top: -232px;
}
.home04_wrapper {
    padding-top: 230px;
    padding-bottom: 55px;
}

/* --------------home_container05-------------- */
.home_container05 {
    padding-top: 40px;
    padding-bottom: 170px;
}

/* 最後のコンテンツを左寄せにする指定 */
.box4_list:after {
    content: "";
    display: block;
    width: 22%;  /* .box4_list li に指定したwidthと同じ幅を指定する */
    height: 0;
}

.box4_list:before {
    content: "";
    display: block;
    width: 22%;  /* .box4_list li に指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}

/* --------------商品詳細-------------- */
.mv_box {
    width: 1200px;
    margin: auto;
}

.storesjp_item_text{
	/* flex: 1; */
    width: 100%;
}

.storesjp_img_wrap img {
	width: auto;
	height: 110px;
}

/* --------------フッター-------------- */
.page-id-5 footer {
    margin-top: 300px;
}
.footer01_wrapper {
}

.footer_container02 {
    position: relative;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_shop_img {
    width: 46%;
}

.footer_shop_img img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.aaa {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    width: 50%;
}

.footer02_wrapper {
    flex-flow: column;
    /* width: 60%; */
    flex: 1;
    /* padding: 30px 0; */
}
.footer_contact {
    width: 90%;
    margin: auto;
}
.footer02_wrapper .calendar {
/*     width: 88%; */
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.footer02_wrapper .logo{
	max-width:480px;
	width: 40%;
}
.footer02_wrapper .company_info{
	margin-top: 1em;
	font-size:14px;
}
.footer02_wrapper .contact_btn{
	font-size:14px;
}

.footer_container03 {
    position: relative;
}

.trademark {
    position: absolute;
    top: 50px;
    right: 2%;
}

.footer03_wrapper {
    display: -webkit-flex;
    display: flex;
    column-gap: 8%;
    position: relative;
	padding-top: 50px;
    padding-bottom: 20px;
	/*padding-left: 6%; */
}

.footer04_nav_container ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    column-gap: 40px;
}

.footer04_wrapper .copyright {
    margin-left: auto;
}
.footer04_wrapper{
	padding-right: 13%;
}
/*フッターナビ*/
.footer_nav_container{
	width: 64%;
}

.about_return {
    width: 90%;
    max-width: 600px;
}

/* --------------お問い合わせ-------------- */
.contact_table th,
.contact_table td {
    padding: 10px 0;
}

.contact_table th {
    vertical-align: top;
    text-align: right;
    padding-right: 1em;
    padding-top: 16px;
    white-space: nowrap;
}

/* --------------製法・こだわり-------------- */
.committed_hedtext {
    margin-bottom: 120px;
}

.committedto_container::after {
    content: "";
    display: block;
    clear: both;
}

.committedto_box .committedto_img {
    width: 61%;
}
.committedto_box li:after {
    width: 31%;
    height: 350px;
}

.committedto_box01::after {
    left: 0;
    bottom: -300px;
}

.committedto_box02::after {
    top: -295px;
    right: 2%;
}

.committedto_box03::after {
    top: 45%;
    right: 15%;
}


.committedto_text {
  width: 50%;
    padding: 0 3%;
    position: relative;
    z-index: 1;
}
.committedto_box li + li{
	margin-top:120px;
}
.committedto_box li:nth-child(2n+2){
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.committedto_box li:nth-child(2n+1) .committedto_text {
	margin-left:-11%;
}
.committedto_box li:nth-child(2n+2) .committedto_text {
	margin-right:-11%;
}

.committedto_box .commihtml{
	position: absolute;
    top: 0;
    overflow: hidden;
    width: 16%;
    color: #b08952;
	height: 100%;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.committedto_box li:nth-child(2n+1) .commihtml{
	left:6%;
	height: 100%;
}

.committedto_box li:nth-child(2n+2) .commihtml{
	right:6%;
}
.committedto_box li:nth-child(2n+2) .commihtml>div{
	right:0;
	position: absolute;
}

.committedto_box01 .committedto_text {
    
}

.committedto_box02 .committedto_text {
    
}

.committedto_box03_img_wrap {
    
}

.committedto_box03 .committedto_text {
   
}

/* --------------江木蒲鉾について-------------- */
.about_main_img .about_main_title{
	padding-left:100px;
}

.company_tablebox {
    margin-top: 60px;
}

.company_tablebox::after {
    content: "";
    display: block;
    clear: both;
}

.companybox .company_table {}

.company_table01 {
    float: left;
    width: 48%;
}

.company_table02 {
    float: right;
    width: 48%;
}

.company_table table th {
    padding: 10px 0;
}
.company_table table td {
    padding: 10px;
}

.company_table table td li+li {
    margin-top: 0.5em;
}

.company_table01 th {
    width: 8em;
}

.company_table02 th {
    width: 16em;
}

.corporate_philosophy_text {
    width: 1100px;
}

/* -- 江木蒲鉾について スライド -- */
.company_mv_list {
    width: 100%;
}

/* slick counter */
.company_mv_list .slick-counter {
    font-size: 15px;
}

/*-------------お知らせ一覧------------------------*/
.news_list td {
    padding:  1em;
}

.news_list .newslist_cat {
    padding-right: 2em;
}

.news_list .newslist_tim {
    width: 9em;
}

.news_list .newslist_taitl {
    width: 550px;
    padding-left: 2em;
}

.news_list .newslist_taitl::before {
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2em;
}

/*メディア紹介一覧*/
.media_list > ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	flex-wrap:wrap;
}
.media_list > ul > li{
	width:50%;
}
.media_list > ul > li:nth-child(2)~li{
	margin-top:40px;
}
.media_list > ul > li:nth-last-child(2) ~li{
	border-bottom:0;
}

.relatedproduct_list ul li{
	width: 30%;
    margin-left: 5%;
}
.relatedproduct_list ul li:nth-child(3n+1){
	margin-left:0;
}
.relatedproduct_list ul li:nth-child(3)~li{
	margin-top:20px;
}

/* --------------お知らせ詳細-------------- */
.news_head_wrapper {
    padding-bottom: 27px;
    border-bottom: 1px solid #ddd;
}

/* --------------特定商取引法に関する表示-------------- */
.p_box {
    margin-top: 100px;
}

.transaction02_tbox::after {
    content: "";
    display: block;
    clear: both;
}

.is_tablelist table th,
.is_tablelist table td {
    border: 1px solid #ddd;
    text-align: center;
    width: 4em;
}

.dlset dt {
    font-size: 15px;
    line-height: 1.6;
    width: 17em;
    margin: 0px;
    float: left;
    position: relative;
    padding: 8px 16px;
}

.dlset dd {
    font-size: 15px;
    line-height: 1.6;
    padding: 8px 16px;
    margin: 0px 0px 0px 16em;
}

.function__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 60px;
}

.function__list li {
    width: 30%;
}

.function__list::after {
    content: '';
    display: block;
    width: 30%;
}

.function__list__text {
    margin-bottom: 1em;
}

@media screen and (max-width:1600px) {
    .top_img_container .mvimg {
        margin-left: 3%;
    }
	.top_mv_textbox {
		width: 100%;
		margin: 0;
	}
    .home03_head_right {
        right: 10%;
    }
}

/* --------------fullcalendar-------------- */
.calendar_month {
    min-height: 360px;
}

.calendar_month:first-child {
    margin-right: 3%;
}

/* --------------採用情報-------------- */
.recruit03_tabc ul li {
    width: 31.65%;
    margin: 10px 0.84%;
}