html {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    /* font-family: YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Hiragino Kaku Gothic', 'Droid Sans', sans-serif; */
    font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Hiragino Kaku Gothic', 'Droid Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:100%;
    position: relative;
    /* padding-top: 126.4px; */
    padding-top: 96px;
}
p {
    line-height: 2;
}
.total_wrap {
    overflow: hidden;
}

@media screen and (max-width: 1130px) {
/* @media screen and (max-width: 1180px) { */
    body {
        /* padding-top: 142px; */
        padding-top: 110px;
    }
}
@media screen and (max-width: 900px) {
    /* body {
        padding-top: 137px;
    } */
}
@media screen and (max-width: 830px) {
    body {
        /* padding-top: 100px; */
        padding-top: 87px;
    }
}
/*==== 共通スタイル ====*/
a {
    text-decoration: none;
    color: black;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.total_wrap a.block_link {
    display: inline-block;
}
.total_wrap a.block_link:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; 
}
.bg {
    z-index: 10;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    font-family: 'object-fit: cover';
    vertical-align: top;
}
img {
    vertical-align: top;
}
.obfit {
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.posleft {
    object-position: left;
}
.posright {
    object-position: right;
}
.btn a {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5;
    padding: 14px 80px;
    white-space: nowrap;
}
@media screen and (max-width: 600px) {
    .btn a {
        padding: 10px 60px;
        font-size: 14px;
    }
}
@media screen and (max-width: 400px) {
    .btn a {
        font-size: 13px;
    }
}
.vege_filter {
    position: absolute;
}

.slope_bg {
    width: 100%;
}
/*===== ヘッダー ====*/
.header {
    position: fixed;
    z-index: 999;
    top: 0;
    display: flex;
    vertical-align: middle;
    align-items: flex-end;
    justify-content: center;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 1300px;
    padding: 0 3%;
    box-sizing: border-box;
}
.header p {
    white-space: nowrap;
}
/* .logo {
    background: white;
} */
.logo {
    /* padding: 20px 10px; */
    padding: 10px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo .catchcopy {
    /* height: 13px; */
    height: 10px;
    padding: 5px 0;
}
.logo .mark {
    height: 36px;
    /* height: 43px; */
    width: auto;
    padding: 5px;
}
.logo:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; 
}
.header-inner {
    display: flex;
    flex-direction: column;
}
.inner_top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.inner_top .logo {
    display: none;
}
.inner_top .groupsig img {
    /* width: 195px; */
    width: 130px;
    /* padding: 10px; */
    padding: 6px;
    /* padding-right: 20px; */
}
/*メニューナビ*/
.menu-toggle {
    display: none;
}
.menu {
    display: flex;
    margin-left: auto;
    background: white;
    /* height: 70px; */
    height: 60px;
}
.menu ul {
    display: flex;
    list-style-type: none;
    text-align: center;
    margin: 0;
    margin-left: 3vw;
    margin-right: 2vw;
    padding-inline-start: 0;
    background: white;
    transition: 0.4s;
}
.menu ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    /* padding: 20px 15px; */
    white-space: nowrap;
    position: relative;
}
.menu ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #095133;
}
#menu_item_recruit a::before {
    display: none;
}
.menu ul li a {
    display: inline-block;
    width: 100%;
    /* padding: 20px 15px; */
    padding: 10px 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
    color: black;
}
/* li a + li a {
    border-left: 1px solid #095133;
} */
.menu ul li a:hover {
    color: #0D9B90;
    /* border-bottom: 2px solid #0D9B90; */
}
.menu ul li a:hover::after {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.menu ul li a.current {
    color: #0D9B90;
    /* border-bottom: 2px solid #0D9B90; */
}
.menu ul li a.current::after {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.menu ul li#contact_btn,
.menu ul li#corp_btn {
    display: none;
}

/*メニューサブタイトル*/
.menu ul li a::after {
    display: block;
    font-size: 9px;
    padding-top: 5px;
    color: #095133;
    transform: scale(0.8);
}
#menu_item_shop a::after {
    content: "SHOP";
}
#menu_item_news a::after {
    content: "NEWS";
}
#menu_item_business a::after {
    content: "BUSINESS";
}
#menu_item_sustaina a::after {
    content: "SUSTAINABILITY";
}
#menu_item_info a::after {
    content: "INFO";
}
#menu_item_compnay a::after {
    content: "COMPANY";
}
#menu_item_recruit a::after {
    content: "RECRUIT";
}
/*== メニュー付属ボタン ==*/
.header_item {
    display: inline-block;
    font-weight: bold;
}
/*問い合わせボタン*/
#contact_btn {
    display: flex;
    background: #0D9B90;
    padding: 6px;
}
#contact_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
}
#contact_btn p {
    /* font-size: 13px; */
    font-size: 11px;
    color: white;
    padding: 8px;
    margin: 0;
}
#contact_btn .sml,
#corp_btn .sml  {
    display: none;
}
#contact_btn img {
    display: inline-block;
    /* height: 16px; */
    height: 14px;
    padding-left: 8px;
    flex-shrink: 0;
}
#contact_btn:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*法人・大口購入ボタン*/
#corp_btn {
    display: flex;
    background: #C99240;
    padding: 6px;
}
#corp_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 6px; */
    border: 1px solid white;
}
#corp_btn img {
    display: inline-block;
    /* height: 16px; */
    height: 25px;
    padding-left: 3px;
    flex-shrink: 0;
}
#corp_btn p {
    font-size: 10px;
    color: white;
    text-align: center;
    margin: 0;
    line-height: 1.1em;
    padding: 3px;
}
#corp_btn:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/*検索ボタン*/
#search_btn {
    position: relative;;
    background: rgb(243,243,243);
    width: 4.5vw;
    cursor: pointer;
}
#search_btn img {
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}
#search_btn:hover img {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#search_btn.btnactive img {
    opacity: 0;
}

/* #search_btn.btnactive::before, 
#search_btn.btnactive::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}

#search_btn.btnactive::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 15px;
} */
#search_btn::before, 
#search_btn::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: black;
    border-radius: 10px;
    -webkit-transition: all 0.4s;
    transition: 0.4s;
    display: none;
}
#search_btn.btnactive::before,
#search_btn.btnactive::after {
    display: initial;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#search_btn.btnactive::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    perspective: 1000;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
#search_btn.btnactive::after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    perspective: 1000;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 1300px) {
    .menu ul {
        margin-left: 40px;
        margin-right: 26px;
    }
    #search_btn {
        width: 70px;
    }
}
@media screen and (max-width: 1240px) {
    .header {
        padding: 0 1%;
    }
    .menu ul {
        margin-left: 0;
        margin-right: 1vw;
    }
    .menu ul li a {
        padding: 7px 11px;
    }
}
@media screen and (max-width: 1130px) {
    .logo.leftside {
        display: none;
    }
    .inner_top {
        justify-content: space-between;
    }
    .inner_top .logo {
        display: flex;
        padding: 10px;
        padding-bottom: 0;
    }
    .logo .mark {
        /* height: 40px; */
        height: 34px;
    }
    .logo .catchcopy {
        /* height: 12px; */
        height: 9px;
        padding: 0px;
    }
    .menu {
        /* height: 60px; */
        height: 50px;
    }
    .menu ul li a {
        padding: 7px 15px;
        padding-bottom: 5px;
    }
    .menu ul li a::after {
        padding-top: 3px;
    }
    #contact_btn {
        padding: 3px;
    }
    #corp_btn {
        padding: 3px;
    }
}
@media screen and (max-width: 990px) {
    #contact_btn a,
    #corp_btn a {
        flex-direction: column;
    }
    #contact_btn p,
    #corp_btn p {
        display: none;
    }
    #contact_btn .sml,
    #corp_btn .sml {
        display: inline-block;
        font-size: 8px;
        padding:1px 3px;
    } 
    #contact_btn img {
        /* padding: 0 12px; */
        padding: 10px 12px 3px;
    }
    #corp_btn img {
        padding: 0 8px;
    }
}
@media screen and (max-width: 900px) {
    /* .logo .mark {
        height: 36px;
    } */
    /* .logo .catchcopy {
        height: 11px;
    } */
    /* .inner_top .groupsig img {
        width: 180px;
    } */
    .menu ul li {
        font-size: 12px;        
    }
    /* #contact_btn {
        padding: 3px;
    }   */
}
/* @media screen and (max-width: 830px) {

} */
@media screen and (max-width: 830px) {
    .header {
        justify-content: space-between;
    }
    .inner_top .logo {
        display: none;
    }
    .logo.leftside {
        display: flex;
        padding-bottom: 10px;
    }
    .inner_top {
        justify-content: flex-end;
    }
    .inner_top .groupsig img {
        /* width: 160px; */
        padding-right: 0;
    }
    .menu {
        height: 50px;
    }
    #search_btn {
        width: 50px;
    }
    #search_btn.btnactive::before,
    #search_btn.btnactive::after {
        top: 25px;
    }
    .menu-toggle {
        display: block;
        width: 50px;
        background: #095133;
        cursor: pointer;
        position: relative;
        transition: 0.4s;
    }
    /* .menu-toggle:hover {
        filter:alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
    } */
    .menu-toggle .burger {
        position: absolute;
        width: 22px;
        height: 21px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .burger span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: white;
        border-radius: 10px;
        -webkit-transition: all 0.4s;
        transition: 0.4s;
    }
    .burger span:nth-child(1) {
        top: 0;
    }
    .burger span:nth-child(2) {
        top: 42%;
    }
    .burger span:nth-child(3) {
        top: 84%;
    }
    .menu {
        position: relative;
    }
    .menu ul {
        position: fixed;
        top: 86px;
        right: 0;
        width: 100%;
        max-height: calc(100vh - 100px);
        margin: 0;
        flex-direction: column;
        /* align-items: center; */
        overflow-y: scroll;
        display: none;
    }
    .menu ul li {
        font-size: 13px;
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }
    .menu ul li a {
        padding: 20px 13px;
    }
    .menu ul li a::before {
        display: none;
    }
    #menu_item_shop {
        border-top: solid 1px rgba(0,0,0,0.1);
    }
    /*クリック時*/
    .menu ul.open {
        display: flex;
    }
    .menu-toggle.open .burger span:nth-child(1) {
        top: 45%;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        perspective: 1000;
        -webkit-perspective: 1000;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .menu-toggle.open .burger span:nth-child(2),
    .menu-toggle.open .burger span:nth-child(3) {
        top: 45%;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        perspective: 1000;
        -webkit-perspective: 1000;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
}
@media screen and (max-width: 480px) {
    body {
        /* padding-top: 90px; */
        padding-top: 82px;
    }
    .logo.leftside {
        padding: 0;
        padding-bottom: 2px;
    }
    /* .logo .mark {
        height: 30px;
    } */
    .logo .catchcopy {
        height: 9px;
        padding: 0;
    }
    .inner_top .groupsig img {
        width: 135px;
    }
    .menu {
        height: 45px;
    }
    .menu ul {
        top: 82px;
        max-height: calc(100vh - 90px);
    }
    .menu ul li a {
        padding: 15px 13px;
    }
    .menu-toggle, #search_btn {
        width: 45px;
    }
    /* #contact_btn img {
        padding: 0 8px;
    } */
    #corp_btn img {
        padding: 0 5px;
    }
    #search_btn.btnactive::before,
    #search_btn.btnactive::after {
        top: 22px;
    }
}
@media screen and (max-width: 400px) {
    body {
        /* padding-top: 87.4px; */
        padding-top: 77.5px;
    }
    .inner_top .groupsig img {
        /* width: 120px; */
        width: 110px;
    }
    #contact_btn,
    #corp_btn {
        display: none;
    }
    #contact_btn a,
    #corp_btn a {
        flex-direction: row;
    }
    .menu ul {
        top: 77.5px;
    }
    .menu ul li a {
        padding: 13px;
    }
    .menu ul li#contact_btn,
    .menu ul li#corp_btn {
        display: block;
        padding: 6px;
    }
    #contact_btn p,
    #corp_btn p {
        display: block;
        font-size: 12px;
    }
    #contact_btn a {
        padding: 4px 0;
    }
    #contact_btn img {
        padding: 0 5px;
    }
}
/* #contact_btn {
    display: flex;
    background: #0D9B90;
    padding: 6px;
}
#contact_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
}
#contact_btn p {
    font-size: 13px;
    color: white;
    padding: 8px;
    margin: 0;
}
#contact_btn img {
    display: inline-block;
    height: 16px;
    padding-left: 8px;
}
#contact_btn:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
} */
/*検索窓背景エリア*/
#search_wrap {
    position:absolute;
	/* top: 150px; */
    top: 100px;
    right:20px;
	z-index: -1;
	opacity: 0;
	width:0;
	transition: all 0.4s;
	border-radius: 5px;
}
#search_wrap.panelactive {
	opacity: 1;
	z-index: 3;
	width:280px;
	padding:20px;
	top: 100px;
	background:rgb(243,243,243);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

/*検索窓*/
#search_wrap #searchform{
	display: none;
}
#search_wrap.panelactive #searchform {
    display: block;
}
/*検索フォーム入力欄*/
#search_wrap input[type="text"] {
    -webkit-appearance:none;
	outline: none;
    border: none;
    cursor: pointer;
	width: 100%;
	border-bottom:2px solid #ccc;
	transition: all 0.5s;
	letter-spacing: 0.05em;
    height:46px;
	padding: 10px;
    box-sizing: border-box;
}
#search_wrap input[type="text"]:focus {
	background:rgb(228, 228, 228);
}
/*検索submitボタン設定*/
 #search_wrap button[type="submit"] {
    -webkit-appearance:none;
	outline: none;
    border: none;
	position: absolute;
    cursor: pointer;
    top:10px;
	right:35px;
	background:url("../images/common/search_glass.svg") no-repeat right;/*虫眼鏡アイコンを背景に表示*/
	background-size: 20px 20px;
	width:30px;
	height: 60px;
    box-sizing: border-box;
}
@media screen and (max-width: 1130px) {
    #search_wrap.panelactive {
        top: 115px;
    }
}
@media screen and (max-width: 780px) {
    #search_wrap {
        top: 55px;
        right: 0;
    }
    #search_wrap.panelactive {
        top: 55px;
        padding: 13px;
    }
    #search_wrap button[type="submit"] {
        height: 50px;
    }
}
@media screen and (max-width: 480px) {
    #search_wrap.panelactive {
        width: 230px;
    }
    #search_wrap button[type="submit"] {
        height: 64px;
        top: 5px;
    }
}
/*検索結果ページ*/
#s-result.sub-page_top {
    background-image: url(../images/business/market_header_bg.jpg);
}
.search-result_container {
    width: 80%;
    margin: 100px auto;
    text-align: center;    
}
.search-result_list {
    margin-top: 35px;
    padding: 30px 46px;
    text-align: left;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.search-result_list h3 {
    margin-bottom: 0;
}
.search-result_list h3 a {
    color: #00ccbd;
}
.search-result_list h3 a:hover {
    text-decoration: underline;
    text-decoration-color: #00ccbd;
}
.search-result_list p {
    line-height: 1.5;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.col-full {
    text-align: center;
}
@media screen and (max-width: 480px) {
    .search-result_container h1 {
        font-size: 23px;
    }
    .search-result_list {
        padding: 30px;
    }
}
/*==== 上位階層のページトップ ====*/
.page_top {
    position: relative;
    width: 100%;
    height: 34vw;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
img.top_bg { /*いらない*/
    width: 100%;
    min-height: 250px;
}
.page_top .header {
    position: absolute;
    top: 0;
}
.page_top span.back_title {
    /* position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%); */
    /* font-family: "Times New Roman", Century, serif; */
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-size: 150px;
    color: rgba(255, 255, 255, .2);
}
.head_title {
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "MS PMincho", "MS P明朝", "Noto Serif JP", serif;
    /* font-size: 3.1vw; */
    font-size: 40px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}
.page_top span.head_title {
    position: absolute;
    /* top: 43%;*/
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
    .page_top span.back_title {
        top: 30%;
    }
}
/*==== 下位階層のページトップ ====*/
.sub-page_top {
    position: relative;
    width: 100%;
}
.sub-page_top {
    height: 34vw;
    max-height: 435px;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.low_height {
    max-height: 300px;
    min-height: 200px;
}
.lower_height {
    max-height: 230px;
    min-height: 160px;
}
.lower_height span.back_title {
    top: 8%;
    color: rgba(255,255,255,0.3);
}
.sub-page_top img.top_bg { /*いらない*/
    height: 34vw;
    max-height: 435px;
    min-height: 300px;
}
.sub-page_top .text_wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
}
.sub-page_top p.head_entitle {
    font-family: "Times New Roman", Century, serif;
    font-size: 2.7vw;
    /* font-size: 35px; */
    letter-spacing: 0;
    line-height: 1;
    color: rgba(255, 255, 255, .8);
    padding-left: 6vw;
    margin: 0;
    margin-bottom: 13px;
}
.sub-page_top h1.head_title {
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "MS PMincho", "MS P明朝", "Noto Serif JP", serif;
    font-size: 3.1vw;
    padding: 12px 30px;
    padding-left: 6vw;
    margin: 0;
    background: #095133;
}
.sub-page_top h2.head_subtitle {
    font-size: 1.8vw;
    /* font-size: 24px; */
    color: white;
    padding-left: 6vw;
    margin: 0;
    /* margin-top: 26px; */
    margin-top: 1.8vw;
}
@media screen and (min-width: 1300px) {
    .sub-page_top p.head_entitle {
        font-size: 36px;
        padding-left: 78px;
    }
    .sub-page_top h1.head_title {
        font-size: 42px;
        padding-left: 78px;
    }
    .sub-page_top h2.head_subtitle {
        font-size: 24px;
        padding-left: 78px;
        margin-top: 23px;
    }
}
@media screen and (max-width: 1024px) {
    .page_top span.back_title {
        font-size: 15vw;
    }
    .lower_height span.back_title {
        top: 15%;
    }
}
@media screen and (max-width: 980px) {
    .sub-page_top p.head_entitle {
        font-size: 26px;
    }
    .sub-page_top h1.head_title {
        font-size: 30px;
    }
    .sub-page_top h2.head_subtitle {
        font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
    .page_top span.head_title {
        font-size: 30px;
    }
    .lower_height span.back_title {
        top: 20%;
    }
    .sub-page_top h1.head_title {
        font-size: 27px;
        padding-left: 8vw;
    }
    .sub-page_top p.head_entitle {
        font-size: 24px;
        padding-left: 8vw;
    }
    .sub-page_top h2.head_subtitle {
        font-size: 17px;
        padding-left: 8vw;
    }
}
@media screen and (max-width: 480px) {
    .page_top span.back_title {
        font-size: 17vw;
    }
    .page_top span.head_title{
        font-size: 27px;
    }
    .sub-page_top {
        min-height: 250px;
    }
    .low_height {
        min-height: 200px;
    }
    .sub-page_top img.top_bg {
        min-height: 250px;
    }
    .sub-page_top p.head_entitle {
        font-size: 22px;
        
    }
    .sub-page_top h1.head_title {
        font-size: 25px;
    }
    .sub-page_top h2.head_subtitle {
        font-size: 15px;
    }
}

/*==== フッター ====*/
footer {
    background: url(../images/common/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_contents {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
}
/*フッターのヘッド*/
.footer_head {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    width: 90%;
    max-width: 1015px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.footer_head a.block_link {
    margin: 0 20px;
}
.footer_head img {
    height: 25px;
}
.footer_head .info-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    margin-left: 20px;
}
.footer_head .info-wrap span {
    font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, .8);
    padding-right: 20px;
    text-align: center;
}
.footer_head .info-wrap a.tel {
    color: rgba(255, 255, 255, .8);
}
/*サイトマップ*/
.footer_nav {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 1015px;
    margin: 0 auto;
    padding: 30px 0;
    border-top: solid 1px rgba(255, 255, 255, .5);
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    box-sizing: border-box;
}
.footer_nav_box {
    display: inline-block;
    vertical-align: top;
    /* float: left; */
    /* margin: 0 20px; */
    margin: 0 1.4vw;
    /* margin-bottom: 3vw; */
    text-align: left;
}
.footer_nav_box.foreshort {
    display: none;
}
.footer_nav_box h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
}
.footer_nav_box h2 a {
    color: white;
}
.footer_nav_box ul {
    list-style-type: none;
    padding-inline-start: 2px;
    margin: 0;
    margin-bottom: 15px;
}
.footer_nav_box ul li {
    margin: 0;
    padding: 2px 0;
    font-size: 12px;
    font-weight: bold;
}
.footer_nav_box ul li a {
    color: rgba(255, 255, 255, .8);
}
#ec_banner {
    width: 14vw;
    max-width: 180px;
    min-width: 160px;
}
.footer_nav_box a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; 
}
/* .footer_nav_box li a:hover {
    border-bottom: solid 1px white;
} */
/*フッターのフッター*/
.footer_foot {
    width: 90%;
    max-width: 1015px;
    margin: 0 auto;
    padding: 20px 0;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.footer_foot .sns_icon-wrap {
    display: inline-block;
}
.footer_foot .sns_icon {
    vertical-align: middle;
    margin: 0 5px;
}
.footer_foot .sns_icon img {
    height: 25px;
    max-width: 25px;
}
.footer_foot span {
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    /* vertical-align: bottom; */
    position: absolute;
    right: 0;
    padding-top: 12px;
}
@media screen and (min-width: 1300px) {
    .footer_nav_box {
        margin: 0 18px;
    }
}
@media screen and (max-width: 1024px) {
    .footer_head span {
        font-size: 12px;
    }
    .footer_nav_box {
        /* margin: 0 1vw; */
        margin-bottom: 3vw;
    }
    .footer_nav_box h2 {
        font-size: 13px;
    }
    .footer_nav_box ul li {
        font-size: 11px;
    }
}
@media screen and (max-width: 780px) {
    .footer_head  {
        padding-bottom: 40px;
    }
    .footer_nav_box {
        flex-basis: 30%;
    }
    .footer_foot span {
        font-size: 11px;
    }

}
@media screen and (max-width: 600px) {
    .footer_head {
        flex-direction: column;
        align-items: center;
        padding-bottom: 30px;
    }
    .footer_head .info-wrap {
        flex-direction: column;
        align-items: center;
        padding-top: 25px;
        margin: 0;
    }
    .footer_head .info-wrap span {
        font-size: 12px;
    }
    .footer_nav {
        justify-content: center;
    }
    .footer_nav_box.detail {
        display: none;
    }
    .footer_nav_box.foreshort {
        display: block;
        flex-basis: 45%;
        margin-bottom: 2vw;
    }
    .footer_nav_box.foreshort h2.sm {
        font-size: 11px;
    }
    .footer_foot {
        padding: 20px 0;
        text-align: center;
    }
    /* .footer_foot .sns_icon-wrap {
        display: block;
    } */
    .footer_foot span {
        display: block;
        position: initial;
    }
}
@media screen and (max-width: 400px) {
    .footer_nav_box h2 {
        font-size: 12px;
    }
    #ec_banner {
        min-width: 120px;
    }
    .footer_foot span {
        font-size: 10px;
    }
}

/*ニュース投稿ページ*/
#news {
    background-image: url(../images/common/news_header_bg.jpg);
}
#news.sub-page_top h1 {
    padding-right: 3vw;
}
.article_wrap {
    /* width: 70%; */
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 80px;
}
.article_date {
    /* padding-bottom: 15px; */
    padding: 0 10% 15px;
}
.article_title {
    font-size: 23px;
    text-align: center;
    margin: 30px 0 50px;
    padding: 0 10%;
}
.article_img {
    text-align: center;
    padding-bottom: 30px;
    max-width: 700px;
    margin: 0 auto;
}
.article_img img {
    max-width: 100%;
}
.article_contents {
    text-align: justify;
    padding: 0 10%;
}
.article_contents p {
    line-height: 1.7;
}
.article_contents img {
    padding: 15px 0;
    /* width: 70%; */
    /* width: 100%; */
    height: auto;
    /* min-width: 300px; */
    min-width: 70%;
    /* min-height: 300px; */
    margin: 0 auto;
}
.news_item span.release.en {
    display: none;
}
.bottom_nav {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
.bottom_nav a {
    display: inline-block;
    margin: 0;
    position: relative;
}
.bottom_nav a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; 
}

.bottom_nav_prev a, .bottom_nav_next a {
    padding: 10px 20px;
    font-weight: bold;
    color: #095133;
}
.bottom_nav_prev a::before, .bottom_nav_next a::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #095133;
    border-right: solid 2px #095133;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}
.bottom_nav_prev a::before {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 0;
}
.bottom_nav_next a::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
}
.bottom_nav_back a {
    padding: 10px 60px;
    background-color: #095133;
    border-radius: 50px;
    font-weight: bold;
    color: white;
}
.article_contents .caption {
    text-align: center;
    margin-top: 30px;
}
table.news {
    width: 100%;
    border-spacing: 0;
}
table.news.wrap {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
}
table.news.sp {
    display: none;
}
table.news.wrap th, table.news.wrap td {
    text-align: center;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
table.news.bottom th {
    width: 30%;
}
table.news.bottom th, table.news.bottom td {
    padding: 8px;
    border-bottom: 1px solid #bbb;
} 
table.news thead {
    background-color: #eee;
}
table.news iframe {
    margin-top: 8px;
}
@media screen and (max-width: 1024px) {
    .article_contents {
        padding: 0;
    }
    .article_title {
        padding: 0;
    }
    .article_date {
        padding: 0 0 15px;
    }
}
@media screen and (max-width: 780px) {
        .article_contents {
            font-size: 14px;
        }
        .article_contents p {
            line-height: 1.5;
        }
        .bottom_nav a {
            font-size: 14px;
        }
        .bottom_nav_prev a, .bottom_nav_next a {
            padding: 7px 20px;
        }
        .bottom_nav_back a {
            padding: 7px 40px;
        }
        table.news.pc {
            display: none;
        }
        table.news.sp {
            display: table;
        }
        table.news.sp thead,
        table.news.sp tbody {
            width: 100%;
        }
        table.news.sp thead th.half {
            width: 50%;
        }
}
@media screen and (max-width: 480px) {
    .article_wrap {
        width: 80%;
        padding-top: 50px;
    }
    .article_date {
        font-size: 13px;
    }
    .article_title {
        font-size: 18px;
    }
    .article_contents {
        font-size: 13px;
    }
    .bottom_nav {
        width: 80%;
    }
    .bottom_nav_back a {
        padding: 7px 25px;
    }
    .bottom_nav a {
        font-size: 13px;
    }
}
@media screen and (max-width: 400px) {
    .article_wrap {
        width: 90%;
    }
    .bottom_nav a {
        padding: 7px 15px;
    }
}

/*ニュース一覧ページ*/
#news_arc.page_top {
    background-image: url(../images/common/news_header_bg.jpg);
    max-height: 230px;
    min-height: 160px;
}
.main_wrap.news {
    background-image: url(../images/common/blue_band_bg.png);
    background-repeat: no-repeat;
    background-position: top 30% left;
    background-size: 100%;
}
.news_container {
    /* padding: 100px 15px 5vw 60px; */
    width: 90%;
    padding: 50px 0 35px 2vw;
    margin: 50px auto 0;
    box-sizing: border-box;
    background: white;
    box-shadow: 0 0 8px rgba(0,0,0,0.3) ;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
}
.news_container .news_item {
    width: 23%;
    margin: 0.5em;
}
#picver.news_item {
    height: 18rem;
}
.news_container .news_article {
    padding: 5px 10px;
}
/* #picver .news_article {
    height: 35%;
} */
.pagination {
    padding-bottom: 10vw;
}
.pagination ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding-inline-start: 0;
    padding: 15px 0 50px;
    width: 90%;
    margin: 0 auto;
    background: white;
    position: relative;
}
.pagination ul::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background: white;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
span.page-numbers, a.page-numbers {
    /* padding: 7px 14px; */
    padding: 7px 15px;
    padding-bottom: 9px;
    padding-left: 16px;
    margin: 0 0.5em;
    /* border: solid 2px #095133; */
    border-radius: 50%;
    color: black;
    font-size: 17px;
    font-weight: bold;
    background: #efefef;
}
span.page-numbers.current {
    color: white;
    background: #0D9B90;
}
a.prev.page-numbers, a.next.page-numbers {
    padding: 7px;
    color: #0D9B90;
    background: none;
    font-weight: bold;
    -webkit-text-stroke: 0.1px white;
    text-stroke: 0.1px white;
}
a.page-numbers:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; 
}

@media screen and (max-width: 1024px) {
    .news_container {
        padding-left: 3vw;
    }
    .news_container .news_item {
        width: 30%;
    }
}
@media screen and (max-width: 780px) {
    .news_container {
        /* padding: 100px 0px 5vw 20px; */
        padding: 50px 2% 20px 3%;
        justify-content: center;
    }
    .news_container .news_item {
        width: 44%;
        /* height: 18rem; */
        height: 10rem;
    }
    .news_container .news_item a {
        flex-direction: column;
    }
    .news_container .news_item a::after {
        border: solid 2px #efefef;;
    }
    .news_container .news_item span.release {
        border: none;
    }
    .news_container .news_item img {
        width: 100%;
        height: 65%;
    }
    .news_container .news_article {
        width: 100%;
        height: 35%;
        padding-left: 15px;
    }
    .news_container .news_item .date {
        padding-top: 0;
    }
}
@media screen and (max-width: 480px) {
    .news_container {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .news_container .news_item {
        width: 90%;
        /* height: 8em; */
        height: 7em;
    }
    .news_container .news_item a {
        flex-direction: initial;
    }
    .news_container .news_item img {
        width: 38%;
        height: 100%;
    }
    .news_container .news_article {
        padding-top: 20px;
        /* width: 64%; */
        width: 80%;
        height: 100%;
    }
    .news_item span.release.en {
        display: block;
    }
    span.page-numbers, a.page-numbers {
        padding: 3px 10px;
        margin: 0 0.3em;
    }
    a.prev.page-numbers, a.next.page-numbers {
        padding: 3px;
    }
}
@media screen and (max-width: 400px) {
    .news_container .news_article {
        padding-top: 10px;
    }
}
/*今月の旬投稿ページ*/
#seasonal {
    background-image: url(../images/common/seasonal_header_bg.jpg);
}

/*今月の旬一覧ページ*/
#seasonal_arc.page_top {
    background-image: url(../images/common/seasonal_header_bg.jpg);    
    max-height: 230px;
    min-height: 160px;
}
.main_wrap.seasonal {
    background-image: url(../images/common/green_slope_rdown.png), url(../images/common/red_slope.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right bottom;
    background-size: 37%, 80%;
}
/* .seasonal_container .news_item,
.campaign_container .news_item {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
} */
/* .seasonal_container .news_item a::after,
.campaign_container .news_item a::after {
    border: none;
} */

.seasonal_container .news_item img{
    height: 75%;
    /* object-fit: contain; */
    object-fit: cover;
}
.seasonal_container .news_article {
    height: 25%;
}
.seasonal_container .news_article .theme {
    text-align: center;
}
@media screen and (max-width: 780px) {
    .seasonal_container,
    .campaign_container {
        /* padding: 10vw 5% 5vw 7%; */
        justify-content: initial;
    }
    .seasonal_container .news_item,
    .campaign_container .news_item{
        width: 47%;
        height: 18em;
    }
    .seasonal_container .news_item a,
    .campaign_container .news_item a {
        flex-direction: column;
    }

    .seasonal_container .news_item img,
    .campaign_container .news_item img {
        width: 100%;
    }
    .seasonal_container .news_article,
    .campaign_container .news_article {
        padding-top: 5px;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .seasonal_container,
    .campaign_container {
        justify-content: center;
        padding-bottom: 25px;
    }
    .seasonal_container .news_item,
    .campaign_container .news_item {
        width: 80%;
    }
    .seasonal_container .news_item span.release,
    .campaign_container .news_item span.release {
        display: block;
    }
}
@media screen and (max-width: 400px) {
    .seasonal_container {
        padding-bottom: 10px;
    }
}

/*キャンペーン投稿ページ*/
#campaign {
    background-image: url(../images/business/biz_header_bg.jpg);
}
/*キャンペーン一覧ページ*/
.main_wrap.campaign {
    background-image: url(../images/business/green_slope_bg.png), url(../images/common/orange_slope_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, left bottom;
    background-size: 40%, 80%;
}
#campaign_arc.page_top {
    background-image: url(../images/business/biz_header_bg.jpg);
    max-height: 230px;
    min-height: 160px;
}
.campaign_container .news_item img {
    object-fit: cover;
}
.campaign_container .news_item span.release {
    background: #095133;
    color: white;
}
.campaign_container .news_article {
    height: 35%;
}
@media screen and (max-width: 780px) {
    .campaign_container .news_item {
        height: 20em;
    }
    .campaign_container .news_item img{
        height: 70%;
    }
    .campaign_container .news_article {
        height: 30%;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 400px) {
    .campaign_container {
        padding: 20px 0;
    }
    .campaign_container #picver.news_item {
        width: 90%;
        height: 8em;
    }
    .campaign_container .news_item a {
        flex-direction: initial;
    }
    .campaign_container .news_item img {
        width: 38%;
        height: 100%;
    }
    .campaign_container .news_item .news_article {
        width: 62%;
        height: 100%;
        padding-top: 10px;
    }
    .campaign_container .news_item .theme {
        padding-top: 10px;
    }
}

/*利用規約・プライバシーポリシー*/
#policy.sub-page_top {
    background-image: url(../images/company/company_header_bg.jpg);
}
.article_wrap.policy .article_contents {
    padding: 0;
}
.article_wrap.policy h2 {
    margin-top: 40px;
}
.align-right {
    text-align: right;
    padding-top: 15px;
}
@media screen and (max-width: 400px) {
    .article_wrap.policy h2 {
        font-size: 18px;
    }
}