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



body {
    font-size: 13px;
}

.in {
    width: 90%;
}

.pc {
    display: none !important;
}

.home_heading_area {
    text-align: center;
}

.title01_wrapper {
    display: flex;
    justify-content: center;
}
.title01 {
    font-size: calc(1.75rem + ((1vw - 3.75px) * 4.0712));
}

.heading_text01 {
    font-size: calc(1.125rem + ((1vw - 3.75px) * 2.799));
}

.heading_text02 {
    font-size: calc(1.125rem + ((1vw - 3.75px) * 1.7812));
}

.sub_heading_text {
    font-size: calc(0.8125rem + ((1vw - 3.75px) * 0.5089));
    margin-bottom: 40px;
}

.text_small {
    font-size: 0.6em;
}

h4 {
    font-size: calc(1.1875rem + ((1vw - 3px) * 0.641));
}

h5 {
    font-size: calc(1.0625rem + ((1vw - 3px) * 0.4274));
}

.top_bottom_border {
    border-top: 7px solid #b08952;
    position: fixed;
    z-index: 999;
}

.sidebar_company_info {
    color: #c8161d;
}

.coming_soon {
    margin-top: 15vw;
}

/* --------------ヘッダー-------------- */
header {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px 10px 10px 60px;
    padding-left: calc(4.0625rem + ((1vw - 3.2px) * 7.8125));
    background-color: #fff;
    transition: all .3s;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

header.open {
    background-color: initial;
}

header .logo.normal {
    position: absolute;
    left: 2%;
    top: 10px;
    z-index: 10;
}

header .logo.normal img {
    width: 10vw;
    /*min-width: 50px;*/
}

header .logo.side {
    display: none;
    width: 30%;
    min-width: 100px;
    margin-right: 5%;
}
header .logo.side a {
    width: 100%;
}

.header_trademark {
    width: 10%;
    max-width: 100px;
    min-width: 50px;
}

/* スクロール時にロゴを縦表示から横表示のものに変更 */
header.scroll {
    padding: 10px;
}
header.scroll .logo.normal {
    display: none;
}
header.scroll .logo.side {
    display: inline-block;
}



.header_inner {
    /* padding-left: 110px; */
    /* padding-right: 2%; */
    /* padding-top: 13px; */
	/* padding-bottom: 20px; */
    /* position: relative; */
    /* z-index: 10; */
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
	margin-top: 10px;
}
header.scroll .header_inner{
    padding-left: 3%;
}

.hamadatokusan {
}
.header_logo_wrapper{
    width: 15%;
    max-width: 160px;
    min-width: 100px;
    margin: 0 5% 0 0;
    
}
.header_inner img{
    
}

.mycart_wrapper {
    column-gap: 5px;
    font-size: 10px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.mycart_wrapper a {
    column-gap: 0.3em;
}

.entry_btn {
    padding: 2px 5px;
}

@media screen and (min-width: 500px) {
    .hedstore_link {
        margin-right: 3%;
    }
}
@media screen and (max-width: 499px) {
    .hedstore_link {
        position: absolute;
        top: 21px;
        right: 17%;
    }
}

.hedstore_link > a{
	display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #c51018;
	color: #fff;
    width: 45px;
    height: 45px;
}
.hedstore_link .hedstore_icon_label {
	font-size: 10px
}

/* ハンバーガーメニュー */

.navbtn div,
.navbtn{
    width: 40px;
    height: 30px;
    position: absolute;
    top: 18px;
    right: 26%;
}
.navbtn {
    display: block;
    top: -7px;
    right: 0;
    z-index: 1001;
}

.navbtn div {
}

.navbtn span {
    display: block;
    height: 3px;
    background: #000;
    position: absolute;
    margin: auto;
    width: 100%;
    left:0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.navbtn span:nth-child(1) {
    top: 0;
}

.navbtn span:nth-child(2) {
    top: 0;
    bottom: 0;
}

.navbtn span:nth-child(3) {
    bottom: 0;
}

.open .navbtn span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open .navbtn span:nth-child(2) {
    width: 0;
}

.open .navbtn span:nth-child(3) {
    bottom: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

header.open .logo,
header.open.scroll .logo,
header.open .header_inner {
    display: none;
}
header.open .navbtn{
    top: 17px;
}

.sidemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f0f0f0f0;
    z-index: 1000;
    overflow-y: scroll;
    animation-name: fade;
    animation-duration: 0.5s;
    padding: 0 5% 30px
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sidemenu.active {
    display: block
}

.g_nav_wrap {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.g_nav_wrap li + li{
    margin-top: 10px;
}

.g_nav_wrap li a {
    color: #c8161d;
    font-size: 16px;
    font-weight: bold;
}
.sidebar_calendar .hedcalendar_icon,
.sidebar_store .hedstore_icon {
    font-size: 32px;
}
.side_topic_wrapper {
    margin-top: 20px;
}

.side_topic_wrapper .topics_akaten img {
    width: 130px;
    height: 60px;
}
/* --------------ヘッダーナビ-------------- */
.mobhed_nav{
    width: 100%;
    margin-top: 12px;
    overflow-x: auto;
}
.mobhed_nav ul{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.mobhed_nav ul li{
    margin-right: 0.1em;
    /*white-space: nowrap;*/
    letter-spacing: 0;
    font-size: 10px;
}

/* --------------トップ画像-------------- */
.top_img_container .mvimg {
    width: 100%;
    padding-top: 95%;
}

.top_mv_text {
    width: 70%;
}

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

.home_container01_inner {
    width: 90%;
}

.home01_content_left {
    width: 100%;
}

.home01_content_left .title01 {
    position: relative;
    top: -2.8em;
}

.home_container01_inner .heading_text01 {
    margin-top: -85px;
}

.view_more_left,
.view_more_right {
    text-align: center;
}
.top_img_container {
    margin-top: 55px;
}
/* ドット用スタイル */
.top_mv_list .slick-dots li {
    width: 20px;
}

.top_mv_list .slick-dots li button {
    width: 20px;
}

.top_mv_list .slick-dots li button::before {
    width: 20px;
}

/* --------------home_container02-------------- */
.home_container02 {
    padding: 50px 0 190px;
}

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

/* slick(矢印) */
.post_slide_area .prev,
.post_slide_area .next {
    top: 30%;
    width: 25px;
    height: 25px;
}

.post_slide_area .slide_arrow {
    font-size: 15px;
}

/* --------------home_container03-------------- */
.home_container03 {
    height: 580px;
}

.home03_head_right {
    width: 100%;
    position: relative;
}

.home03_head_right .title01_wrapper {
    margin-top: 5em;
    font-size: calc(1.75rem + ((1vw - 3.75px) * 4.0712));
}

.home03_head_right .title01 {
    position: relative;
    top: -2.8em;
}

.box6_list li {
    width: 47%;
}

.box_item_text {
    padding: 10% 0;
    font-size: calc(0.8125rem + ((1vw - 3.75px) * 2.2901));
}

/* --------------home_container06-------------- */
.home_container06 {
    margin: 50px 0;
}

/* --------------home_container04-------------- */
.home04_wrapper {
    padding: 50px 0;
}

.box3_list {
    -webkit-align-items: center;
    align-items: center;
    flex-flow: column;
}

.box3_list li {
    width: initial;
}

.box3_list li img {
    width: calc(21.875rem + ((1vw - 3.75px) * 12.7226));
    height: calc(12.5rem + ((1vw - 3.75px) * 39.9491));
}

.box3_text_wrap {
    padding: calc(0.625rem + ((1vw - 3.75px) * 5.0891));
}

.p_name {
    font-size: calc(0.875rem + ((1vw - 3.75px) * 1.2723));
    margin-bottom: 0.5em;
}

/* --------------home_container05-------------- */
.box4_list li {
    width: 47%;
}

.box4_list li a {
    width: 100%;
}

.box4_list li img {
    height: 115px;
}

.box4_text_wrap,
.box4_text_wrap .news_title {
    margin-top: 7px;
}

.box4_text_wrap {
    font-size: 12px;
}

/* --------------フッター-------------- */
footer {
    margin-top: 80px;
}
.footer01_wrapper {
    padding: 50px 0;
}

.footer02_wrapper {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 30px;
    padding: 20px 0;
}

footer .logo_inner {
    width: 60%;
    height: auto;
    margin: auto;
}

.company_info {
    margin-top: 20px;
    text-align: center;
}

.footer_contact {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    column-gap: 6%;
    width: 90%;
}

.contact_tel_text,
.pdf_download {
    font-size: calc(0.875rem + ((1vw - 3.75px) * 1.7812));
}

.contact_tel {
    font-size: calc(1.0625rem + ((1vw - 3.75px) * 3.8168));
}

.contact_tel img,
.pdf_download img {
    width: calc(1.5625rem + ((1vw - 3.75px) * 3.0534));
    height: calc(1.5625rem + ((1vw - 3.75px) * 3.0534));
}

.contact_fax {
    margin-top: 0.5em;
}

.footer_container03 {
    padding-bottom: 30px;
}
.trademark {
    padding-top: 5px;
}

.footer03_wrapper {
    padding: 30px 0 0;
}

.footer04_wrapper {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.footer04_nav_container {
    width: 100%;
}

.footer04_nav_container ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    column-gap: 1em;
}

.post_view_more {
    padding-left: 50%;
}

.footer_contact_btn {
    text-align: center;
}
/* --------------お問い合わせ-------------- */
.page_container {
    margin-top: 33vw;
}
.contact_hed {
    padding: 9vw 0;
}

.contact_table tr,
.contact_table th,
.contact_table td {
    display: block;
    width: 100%;
    text-align: left;
}

.contact_table tr {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.contact_table td.name_wrap input {
    width: 100%;
}

.contact_table td .p-locality,
.contact_table td .p-extended-address,
.contact_table td .sabadres,
.contact_table td .email {
    width: 100%;
}

.contact_table td .tel,
.contact_table td textarea {
    width: 100%;
}

/* --------------製法・こだわり-------------- */
.committedto_box li{
	-webkit-flex-direction: column;
    flex-direction: column;
}
.committedto_box01,
.committedto_box02,
.committedto_box03 {
    margin-top: 8vw;
}

.committedto_box02 {
    flex-direction: column-reverse;
}
.committedto_img{
	padding-top: 54%;
}

.committedto_text {
    margin: 4vw auto 0;
    width: 90%;
}
.committedto_img{
	width:100%;
}

/* --------------江木蒲鉾について-------------- */
.about_main_img {
    height: 26vh;
    margin-bottom: 40px;
    margin-top: 25vw;
}
.about_main_img .about_main_title {
    bottom: 3%;
    padding-left: 10%;
}

.about_main_title p {
    font-size: calc(1.4375rem + ((1vw - 3px) * 2.5641));
}

.about_main_title span {
    font-size: calc(0.6875rem + ((1vw - 3px) * 0.8547));
}

.company_tablebox {
    margin-top: 8vw;
}

.company_table {
    margin-bottom: 60px;
}

.company_table table th,
.company_table table td {
    display: block;
}

.company_table table th {
    font-weight: bold;
    padding-top: 5px;
}

.company_table table td {
    padding-bottom: 5px;
    padding-left: 1em;
}

.companybox .pimgnon {
    padding: 0;
    margin-bottom: 4vw;
}

.company_access {
    width: 100%;
}

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

/* map */
.company_map {
    height: 250px;
}
.company_map iframe {
    height: 650px;
}

/* --------------商品一覧-------------- */
.page_main_title {
    font-size: calc(1.6875rem + ((1vw - 3.75px) * 2.2901));
}

.page_main_title.in {
    width: 67%;
}

.archive_container .item_list {
    padding: 20px 0 40px;
}

.item_list ul {
    column-gap: 20px;
    row-gap: 25px;
}

.item_list ul li {
    width: 47%;
}

/* --------------特集一覧-------------- */
.topic_list ul {
    column-gap: 20px;
    row-gap: 25px;
}

.topic_list ul li {
    width: 47%;
}
/* --------------特集詳細-------------- */
.single_topic_content {
    margin-top: 25vw;
}

.text_wrapper {
    margin-bottom: 20px;
}

.text_img_line_wrapper {
    flex-direction: column;
}

.text_img_line_wrapper:nth-child(2),
.text_img_line_wrapper:nth-child(5) {
    flex-direction: column-reverse;
}


/*-------------お知らせ一覧------------------------*/
.news_list tr {
    display: block;
}

.news_list tr+tr {
    margin-top: 30px;
}

.news_list td {
    display: inline-block;
}

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

.news_list .newslist_taitl {
    display: block;
    margin-top: 1em;
    padding-top: 1em;
}

.news_list .newslist_taitl::before {
    height: 1px;
    width: 2.5em;
    top: 0;
    left: 0;
}

/*メディア紹介一覧*/
.medialist_taitl{
	 font-size: calc(0.9375rem + ((1vw - 3.2px) * 1.1161));
}
.media_list > ul > li + li{
	margin-top:40px;
}



.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 {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 30px;
}

.news_head_wrapper {
    padding-top: 27px;
    padding-bottom: 27px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.post_detail_container .news_head_l,
.post_detail_container .news_head_r {
    width: 100%;
}

.post_detail_container .news_title {
    font-size: calc(1.1875rem + ((1vw - 3.75px) * 2.5445));
}

.post_detail_container .news_textbox {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

/* --------------商品詳細-------------- */
.mv_box {
    margin-top: 18vw;
}

.item_info_box {
    flex-wrap: wrap;
}

.itemcontent_l,
.itemcontent_r {
    width: 100%;
}

.item_title {
    font-size: calc(1.25rem + ((1vw - 3.75px) * 2.0356));
}

.item_type {
    font-size: calc(1rem + ((1vw - 3.75px) * 0.7634));
}

.mvtext {
    font-size: 11px;
}




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

.is_tablelist table th:nth-child(1) {
    width: 7em;
}

.transaction02_l+.transaction02_l {
    margin-top: 20px;
}

.function__list__subImg {
    max-width: 265px;
}

.function__list li {
    margin-bottom: 30px;
}

.idxContentGroup {
    margin-top: 50px;
}

/* --------------fullcalendar-------------- */
.calendar_month {
    width: 100%;
    max-width: 400px;
    min-height: 320px;
}

.calendar_month:first-child {
    margin-bottom: 30px;
}

/* --------------採用情報-------------- */
.recruit_flex{
    flex-direction: column;
}

.recruit_brand {
    order: -1;
    margin-bottom: 40px;
}

.recruitbox_text {
    padding: 0 10px;
}

.recruit_human01 {
    order: -1;
    margin: 35px 0 20px 0;
    position: relative;
}

.recruit_human01 img {
    width: 70%;
}

.recruit_human01::before {
    content: "01";
    color: #c51018;
    font-size: 39px;
    position: absolute;
    display: inline-block;
    top: -18px;
    left: -6px;
    z-index: 1;
  }

.recruit_human02 {
    order: -1;
    margin-bottom: 20px;
    margin-top: -72px;
    position: relative;
}

.recruit_human02 img {
    width: 70%;
}

.recruit_human02::before {
    content: "02";
    color: #c51018;
    font-size: 39px;
    position: absolute;
    display: inline-block;
    top: -18px;
    left: -6px;
    z-index: 1;
  }

.recruit_human03 {
    order: -1;
    margin-bottom: 20px;
    margin-top: -72px;
    position: relative;
    margin-left: 35px;
}

.recruit_human03 img {
    width: 70%;
}

.recruit_human03::before {
    content: "03";
    color: #c51018;
    font-size: 39px;
    position: absolute;
    display: inline-block;
    top: -18px;
    left: -29px;
    z-index: 1;
  }

.recruit_wrapper.in {
    padding-bottom: 0;
}
.recruitbox_text.three {
    margin-bottom: 40px;
}
.heading_text02.recruit_text{
    margin: 30px 0 20px 0;
    font-size: 1rem;
}
.recruit_flex.b {
    margin: 0 auto 50px auto;
}

.recruit_text_name {
    margin: 43px 0 80px 
}
.recruit_human04 {
    margin-top: 40px;
}

.recruitbox_text.one::before {
    display: none;
}
.recruitbox_text.two::before {
    display: none;
}
.recruitbox_text.three::before {
    display: none;
}
.recruit_contact_list img {
    width: 25px;
}
.recruit03_tabc ul li {
    width: 48%;
    margin: 1%;
}

.recruit_brand,.recruit_human02 {
    margin-left: 0;
}

.recruit_brand img {
    padding-left: 0;
}

.menu-mob_menu-container li a {
    margin-left: 0.5em;
    text-align: center;
}