@charset "UTF-8";
@font-face {
    font-family: "SourceHanSans-ExtraLight";
    src: url("font/SourceHanSans-ExtraLight.eot?") format("eot"),
        url("font/SourceHanSans-ExtraLight.woff") format("woff"),
        url("font/SourceHanSans-ExtraLight.otf") format("opentype");
}
@font-face {
    font-family: "SourceHanSans-Light";
    src: url("font/SourceHanSans-Light.eot?") format("eot"),
        url("font/SourceHanSans-Light.woff") format("woff"),
        url("font/SourceHanSans-Light.otf") format("opentype");
}
@font-face {
    font-family: "SourceHanSans-Regular";
    src: url("font/SourceHanSans-Regular.eot?") format("eot"),
        url("font/SourceHanSans-Regular.woff") format("woff"),
        url("font/SourceHanSans-Regular.otf") format("opentype");
}
@font-face {
    font-family: "SourceHanSans-Medium";
    src: url("font/SourceHanSans-Medium.eot?") format("eot"),
        url("font/SourceHanSans-Medium.woff") format("woff"),
        url("font/SourceHanSans-Medium.otf") format("opentype");
}
@font-face {
    font-family: "SourceHanSans-Bold";
    src: url("font/SourceHanSans-Bold.eot?") format("eot"),
        url("font/SourceHanSans-Bold.woff") format("woff"),
        url("font/SourceHanSans-Bold.otf") format("opentype");
}
/* fadein contents */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
/* =====================================
	全体設定
===================================== */

.sp {
    display: none;
}

a {
    color: #333333;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

html {
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
html.wf-active {
    opacity: 1;
}

body {
    margin: 0;
    height: 100%;
    color: #333333;
    line-height: 1.7;
    font-size: 1.4rem;
    font-family: "SourceHanSans-Regular", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    background: #f1f1f1;
}

#HenriBlock {
    text-align: right;
    padding-top: 42px;
}
.clearfix,
.section-header {
    display: block;
}
.clearfix:after,
.section-header:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#inforecruit {
    font-size: 2.5rem;
    margin-top: -250px;
    padding-top: 250px;
}
#inforecruit #inforecruit_fontsize {
    font-size: 2rem;
}
/* =====================================
	追加設定20180219
===================================== */
#text-left {
    text-align: left;
}
/* =====================================
	header
===================================== */
.header {
    opacity: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: white;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.header a {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.header a img {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.header a:hover img {
    opacity: 0.5;
}

.wf-active .header {
    opacity: 1;
}

.headerInner {
    display: table;
    padding: 0 40px;
    table-layout: fixed;
    width: 100%;
    height: 110px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.siteLogo,
.gNav,
.subNav {
    display: table-cell;
    vertical-align: middle;
}
.siteLogo a,
.gNav a,
.subNav a {
    color: #000;
    letter-spacing: 0.05em;
}
.siteLogo a:hover,
.gNav a:hover,
.subNav a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.siteLogo {
    width: 100px;
}
.siteLogo a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.gNav {
    padding: 0;
    line-height: 1;
    font-size: 2.2rem;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.gNav-item {
    float: left;
    display: block;
}
.gNav-item span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 3px;
}
.gNav-item span:after {
    opacity: 0;
    position: absolute;
    content: "";
    display: block;
    background: #000;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.gNav-item a {
    display: table;
    padding: 0 30px;
    text-align: center;
    height: 110px;
}
.gNav-item a:hover span:after {
    opacity: 1;
}

.gNav-item-current span:after {
    opacity: 1;
}

.subNav {
    width: 180px;
    padding: 0;
    text-align: right;
    font-size: 2rem;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.subNav-item {
    display: block;
    text-align: center;
    line-height: 1;
}
.subNav-item a {
    display: block;
    padding: 15px 0;
    border: 3px solid #000;
}
.subNav-item a:after {
    position: relative;
    top: -1px;
    display: inline-block;
    content: "";
    width: 7px;
    height: 11px;
    margin-left: 8px;
    background: url("../images/common/arw-black.png?1504150123") center center
        no-repeat;
}

.header.fixed .headerInner {
    height: 70px;
}
.header.fixed .siteLogo img {
    visibility: hidden;
    height: 70px;
}
.header.fixed .siteLogo a {
    display: block;
    width: 56px;
    height: 100%;
    background-image: url("../images/common/logo-small.svg?1504150123");
}
.header.fixed .gNav {
    font-size: 1.8rem;
}
.header.fixed .gNav-item span {
    padding: 0 5px;
}
.header.fixed .gNav-item span:after {
    bottom: 0;
}
.header.fixed .gNav-item a {
    padding: 5px 30px 0;
    height: 70px;
}
.header.fixed .subNav {
    width: 145px;
    font-size: 1.6rem;
}
.header.fixed .subNav-item a {
    padding: 10px 0;
    border-width: 2px;
}

.drawerSpNavWrapper {
    display: none;
}
.gNav .gnav-list gNav-recipe-choice {
    width: 75px;
    height: 60px;
}
.gNav-recipe-choice {
    overflow: hidden;
    position: relative;
}
.recipe_brie_or_other {
    width: 300px;
    height: 100px;
    position: absolute;
    top: 60px;
    left: 0;
}

.recipe_brie_or_other p a {
    width: 100%;
    height: 60px;
    background: #fff;
    font-size: 16px;
    line-height: 60px;
}

.tagcloud a {
    border: 1px solid #000;
}
/* =====================================
	topicPath
===================================== */

/* =====================================
	content
===================================== */

.container {
    clear: both;
}

.content {
    padding: 110px 0 0;
    clear: both;
}

.article {
    margin: 0 auto;
    padding: 0 0 20px;
    overflow: hidden;
}

/* =====================================
	20190829 背景全体を白にする。start
===================================== */

#article {
    background-color: #fff;
}

/* =====================================
	20190829 背景全体を白にする。end
===================================== */

.page-content {
    position: relative;
    width: 1080px;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 80px 100px;
    background-color: #fff;
}
.page-content:first-of-type:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    display: block;
    width: 100%;
    height: 80px;
    margin-left: -50%;
    max-width: 100%;
    background: #fff;
}

.content-hasSidebar {
    background: #f1f1f1;
}
.content-hasSidebar .content-inner {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
    margin: 0 auto;
}

.article-maincontent,
.sidecontent {
    margin-top: 56px;
}

.article-maincontent {
    padding: 0;
    width: calc(100% - 350px);
    float: right;
}

.sidecontent {
    float: left;
    width: 300px;
    background: #fff;
}

.sidebar-title {
    padding: 20px 24px;
    font-size: 1.6rem;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #f1f1f1;
}

.sidemenu {
    padding: 24px;
}

.sidemenu-item {
    position: relative;
    padding: 0 0 10px 18px;
}
.sidemenu-item:before {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    content: "";
    width: 8px;
    height: 13px;
    background-image: url("../images/common/arw-red.png?1504150123");
    background-repeat: no-repeat;
    background-size: 5px auto;
}

.menutoggle {
    display: none;
}

/* =====================================
  RECIPE NAV 追加 20180529
===================================== */

.content header .cheese_recipe_nav {
    overflow: hidden;
    margin: 30px auto 0;
    width: 640px;
}

.content header .cheese_recipe_nav li {
    width: 300px;
    float: left;
    margin: 0 10px;
}

.content header .cheese_recipe_nav li a {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #000;
    color: #fff;
    border-radius: 10px;
}

/* =====================================
  レシピなし対応 追加 20191008 start
===================================== */

/* =====================================
  RECIPE ROW 追加 20190826 start
===================================== */

.content-cheese-recipe {
    background-color: #f1f1f1;
    margin-bottom: 90px;
}

.content-cheese-recipe .content-row {
    margin-top: 90px;
}

.content .brand-column-left .card-body {
    z-index: 0;
}

.content .type-column-right .card-body {
    z-index: 0;
}

.content .brand-column-left .card-body {
    position: relative;
}

.content .card-body .card-title {
    pointer-events: none;
}

.content .card-body .all-image {
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.content .card-body .all-image:hover {
    opacity: 0.8;
}

.content .brand-column-left .card-body #lerustique_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/item-lerustique.jpg");
    background-position: -26px -172px;
}

.content .brand-column-left .card-body #badoz_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/item-badoz.jpg");
    background-position: -26px -172px;
}

.content .brand-column-left .card-body #brazzale_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/brazzale/brazzale-package03.jpg");
    background-position: -86px -113px;
}

.content .brand-column-left .card-body #champignon_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/champignon/champignon-ph04.png");
    background-position: -14px -150px;
}

.content .brand-column-left .card-body #defendi_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/item-defendi2.jpg");
    background-position: -216px -60px;
}

.content .brand-column-left .card-body #entremont_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/entremont/entremont-kv.jpg");
    background-position: -289px 314px;
}

.content .brand-column-left .card-body #eurial_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/eurial/eurial-kv3.jpg");
    background-position: -98px -210px;
}

.content .brand-column-left .card-body #mauri_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/mauri/mauri-ph07.jpg");
    background-position: -40px -72px;
}

.content .brand-column-left .card-body #mila_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/mila/mila-kv.png");
    background-position: -589px -552px;
}

.content .brand-column-left .card-body #pontereale_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/pontereale/ponte-package-01.png");
    background-position: 0px -85px;
}

.content .brand-column-left .card-body #quescrem_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/quescrem/quescrem-kv.jpg");
    background-position: -99px -271px;
}

.content .brand-column-left .card-body #rians_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/rians/rians-ph01.jpg");
    background-position: -192px -288px;
}

.content .brand-column-left .card-body #rouzaire_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/rouzaire/rouzaire-ph01.jpg");
    background-position: -59px -274px;
}

.content .brand-column-left .card-body #straehl_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/straehl/straehl-kv2.jpg");
    background-position: -59px -278px;
}

.content .brand-column-left .card-body #vagne_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/brand/vagne/vagne-kv2.jpg");
    background-position: -10px -325px;
}

.content .type-column-right .card-body #wash_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/index/mainimage_badoz01.jpg");
    background-image: -40px -50px;
}

.content .type-column-right .card-body #fresh_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/index/mainimage_pontereale.jpg");
}

.content .type-column-right .card-body #blue_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/index/mainimage_champignon03.jpg");
    background-position: -430px -714px;
}

.content .type-column-right .card-body #bloomy_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/index/mainimage.jpg");
    background-position: -359px -450px;
}

.content .type-column-right .card-body #hard_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/index/mainimage_badoz02.jpg");
    background-position: -465px -382px;
}

.content .type-column-right .card-body #fondue_image {
    background-image: url("/management/wp-content/themes/frm2017/assets/images/index/mainimage_straehl02.jpg");
    background-position: 30% 60%;
}

.content .brand-column-title {
    font-size: 40px;
    text-shadow: none;
}

.content .type-column-title {
    font-size: 40px;
    text-shadow: none;
}

.to-recipe-sp {
    display: none;
}

/* =====================================
  RECIPE ROW 追加 20190826 end
===================================== */

/* =====================================
  レシピなしカラムデザイン 追加 20191017 start
===================================== */

.content-cheese-recipe .no-recipe {
    display: block;
    pointer-events: none;
}

.content-cheese-recipe .gray-cover {
    background-color: #a8a8a8;
}

.card-body .no-recipe-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 202px;
    height: 73px;
    overflow: hidden;
}
.card-body .no-recipe-sign {
    text-shadow: none;
    position: absolute;
    top: 22px;
    left: 38px;
    overflow: hidden;
    display: inline-block;
    padding: 5px 0;
    width: 200px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    background: #39c3d4;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 2px rgb(57, 195, 212);
    border-top: dashed 1px rgba(255, 255, 255, 0.65);
    border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}
/* =====================================
  レシピなしカラムデザイン 追加 20191017 end
===================================== */

/* =====================================
  .cheese_recipe_nav 調整 20190826 start
===================================== */

@media screen and (max-width: 640px) {
    .content header .cheese_recipe_nav {
        width: 100%;
    }

    .content header .cheese_recipe_nav li {
        width: 90%;
        float: left;
        margin: 15px 5% 0;
    }
}

/* =====================================
  .cheese_recipe_nav 調整 20190826 end
===================================== */

/* =====================================
  components
===================================== */
.section-header {
    position: relative;
    text-align: center;
}

.section-title {
    position: relative;
    margin: 0 0 40px;
}

.section-title-en,
.section-title-ja {
    line-height: 1;
    display: block;
}

.section-title-en {
    margin: 0 0 8px;
    font-size: 3.8rem;
    letter-spacing: 2px;
    color: #000;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.section-title-ja {
    font-size: 1.4rem;
    color: #880909;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.section-title-button {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
}

.section-header-left {
    text-align: left;
}
.section-header-left .section-title {
    float: left;
}
.section-header-left .section-title-button {
    float: right;
    position: relative;
    right: inherit;
}

.page-header {
    position: relative;
    display: table;
    width: 100%;
    height: 370px;
    background: #f1f1f1;
    text-align: center;
}

.page-title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.page-title-en {
    font-size: 4rem;
    margin-bottom: 16px;
    color: #000;
}

.page-header-hasDescription {
    display: block;
    height: auto;
    padding: 120px 0 100px;
}

.page-title-hasDescription {
    display: block;
}

.page-description {
    margin: 32px 0;
    font-size: 1.6rem;
    line-height: 1.8;
}

.page-header-single {
    height: 440px;
}

.single-title-en {
    margin: 0;
    font-size: 2.2rem;
    letter-spacing: 1px;
}

.single-title-ja {
    padding: 32px 0;
    font-size: 2.8rem;
    color: #000;
    letter-spacing: 2px;
}

.single-title-date {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.pagesection-header {
    margin: 0 0 60px;
}

.pagesection-title {
    margin-bottom: 0;
}

.pagesection-title-en {
    margin-bottom: 12px;
    font-size: 3rem;
}

.pagesection-title-ja {
    font-size: 1.6rem;
}

.tagList {
    display: block;
    margin-bottom: 24px;
    font-size: 0;
    text-align: center;
}
.tagListItem {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 8px 8px 0;
    padding: 5px 10px 7px;
    color: #fff;
    background: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.listDiscItem {
    position: relative;
    padding-left: 22px;
}
.listDiscItem:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
}
.listDisc a {
    color: #c32a2a;
    text-decoration: none;
    border-bottom: 1px solid #c32a2a;
}
.listDisc a:hover {
    border: 0;
}

.attention {
    color: red;
}

.notes {
    font-size: 1.3rem;
}
.notes .notes {
    font-size: 1.1rem;
}

.tag {
    display: inline-block;
    padding: 2px 10px 3px;
    font-size: 1.2rem;
    color: #fff;
    background: #626262;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.textalign-left {
    text-align: left !important;
}

.scaleThumb {
    overflow: hidden;
}
.scaleThumb img {
    -moz-transition: -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

a:hover .scaleThumb img {
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.scaleCell {
    overflow: hidden;
    -moz-transition: -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.scaleCell:hover {
    background-size: 120% !important;
}

.pageNav {
    margin: 30px 0 90px;
    text-align: center;
    font-size: 0;
}
.pageNav li,
.pageNav a {
    display: inline-block;
}
.pageNav li a {
    padding: 5px 10px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.pageNav li a:hover {
    opacity: 0.5;
}
.pageNav li.current a {
    background: #000;
}
.pageNav li:after {
    display: inline-block;
    content: "";
    height: 15px;
    width: 1px;
    margin: 0 10px;
    background: #000;
    vertical-align: middle;
}
.pageNav li:last-of-type:after {
    content: none;
}

.link-white:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 9px;
    margin-left: 5px;
    background: url("../images/common/arw-btn-white.png?1504150123") center
        center no-repeat;
}

.indexList li {
    padding: 0 0 0 26px;
}

.indexList.clmn_2 li {
    float: left;
    width: 50%;
}

.info-item {
    margin: 0 0 15px;
    padding: 20px 0;
    font-size: 1.3rem;
    border-bottom: 1px dotted #ccc;
}
.info-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.info-item-meta {
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.info-item-date {
    display: block;
    margin: 0 0 10px;
}

.info-item-title {
    display: block;
    margin: 0 0 15px;
    font-size: 1.5rem;
}

.info-item-desc {
    padding-bottom: 15px;
}
.info-item-desc a {
    color: #880909;
    text-decoration: underline;
}
.info-item-desc a:after {
    text-decoration: none;
}

.btn,
.btn-white,
.btn-orange,
.btn-white-border0 {
    display: inline-block;
    min-width: 190px;
    padding: 10px 20px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    background: #880909;
    color: #fff !important;
    border: 2px solid #880909;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.button-block .btn-recipe {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    background: #880909;
    color: #fff;
    border: 2px solid #880909;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-bottom: 20px;
}
.button-block .btn-recipe:hover {
    text-decoration: none;
    background: #fff;
    color: #880909;
    border-color: #880909;
}
.btn:after,
.btn-white:after,
.btn-orange:after,
.btn-white-border0:after {
    position: relative;
    top: -2px;
    display: inline-block;
    content: "";
    width: 6px;
    height: 9px;
    margin-left: 10px;
    background-image: url("../images/common/arw-btn-white.png?1504150123");
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.btn:hover,
.btn-white:hover,
.btn-orange:hover,
.btn-white-border0:hover {
    text-decoration: none;
    background: #fff;
    color: #880909 !important;
    border-color: #880909;
}
.btn:hover:after,
.btn-white:hover:after,
.btn-orange:hover:after,
.btn-white-border0:hover:after {
    background-image: url("../images/common/arw-btn.png?1504150123");
}

.btn-small {
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    min-width: 140px;
}

.btn-medium {
    padding: 20px 0;
    min-width: 255px;
}

.btn-fullwidth {
    min-width: inherit;
    width: 100%;
}

.btn-round {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.btn-rounded-corners {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn-black {
    background: #000;
    border-color: #000;
}
.btn-black:after {
    display: none;
}
.btn-black:before {
    position: relative;
    top: -2px;
    display: inline-block;
    content: "";
    width: 6px;
    height: 9px;
    margin-right: 16px;
    background-image: url("../images/common/arw-btn-white.png?1504150123");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-black:hover {
    background: #fff;
    color: #000 !important;
    border-color: #000;
}
.btn-black:hover:before {
    background-image: url("../images/common/arw-black.png?1504150123");
}

.btn-white {
    background: #fff;
    color: #880909 !important;
    border-color: #880909;
}
.btn-white:after {
    background-image: url("../images/common/arw-btn.png?1504150123");
}
.btn-white:hover {
    background: #880909;
    color: #fff !important;
}
.btn-white:hover:after {
    background-image: url("../images/common/arw-btn-white.png?1504150123");
}

.btn-orange {
    background: #e4b04a;
    color: #fff !important;
    border-color: #e4b04a;
}
.btn-orange:after {
    background-image: url("../images/common/arw-white.png?1504150123");
    background-size: 6px auto;
}
.btn-orange:hover {
    background: #fff;
    color: #e4b04a !important;
    border-color: #e4b04a;
}
.btn-orange:hover:after {
    background-image: url("../images/common/arw-orange.png?1504150123");
}

.btn-white-border0 {
    background: #fff;
    color: #880909 !important;
    border-color: #fff;
}
.btn-white-border0:after {
    background-image: url("../images/common/arw-btn.png?1504150123");
}
.btn-white-border0:hover {
    background: #880909;
    color: #fff !important;
}
.btn-white-border0:hover:after {
    background-image: url("../images/common/arw-btn-white.png?1504150123");
}

a:hover .btn,
a:hover .btn-white,
a:hover .btn-orange,
a:hover .btn-white-border0 {
    text-decoration: none;
    background: #fff;
    color: #880909 !important;
    border-color: #880909;
}
a:hover .btn:after,
a:hover .btn-white:after,
a:hover .btn-orange:after,
a:hover .btn-white-border0:after {
    background-image: url("../images/common/arw-btn.png?1504150123");
}
a:hover .btn-white {
    background: #880909;
    color: #fff !important;
}
a:hover .btn-white:after {
    background-image: url("../images/common/arw-btn-white.png?1504150123");
}

.button-container {
    position: relative;
    z-index: 10;
    padding: 40px 40px 20px;
    text-align: right;
}

.button-block {
    padding: 20px 20px 0px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
}

.innerBlock {
    width: 1200px;
    margin: 0 auto;
}

.block-v-center {
    display: table;
    table-layout: fixed;
}

.block-cell {
    display: table-cell;
    vertical-align: middle;
}

.clmn_2 .block {
    width: 50%;
    float: left;
}

.clmn_3 .block,
.clmn_3 .box {
    width: 33.3%;
    float: left;
}

.clmn_1_box .thumb,
.clmn_1_box .text {
    width: calc((100% - 40px) / 2);
}
.clmn_1_box .thumb {
    float: left;
}
.clmn_1_box .text {
    float: right;
}

.clmn_2_box .box {
    width: calc((100% - 47px) / 2);
    float: left;
}
.clmn_2_box .box:nth-of-type(2n) {
    float: right;
}

.clmn-3 .block {
    width: calc(100% / 3);
    float: left;
}

.clmn-3-block .block {
    width: calc((100% - 41px) / 3);
    float: left;
    margin: 0 20px 20px 0;
}
.clmn-3-block .block:nth-of-type(3n) {
    margin-right: 0;
}

.clmn-4-block {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
}
.clmn-4-block:after {
    content: "";
    display: block;
    width: calc(25% - 10px);
}
.clmn-4-block .block {
    margin: 0 10px 10px 0;
    float: none;
    width: calc(25% - 10px);
    height: auto !important;
}
.clmn-4-block .block:nth-of-type(4n) {
    margin-right: 0;
}

.text_left .thumb {
    float: right;
}
.text_left .text {
    float: left;
}

.frameBgGray {
    padding: 36px 32px;
    background: #f1f1f1;
    color: #880909;
    margin-bottom: 30px;
}

.relatedInfoText {
    padding-left: 8px;
    font-size: 1.5rem;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}
.relatedInfoText a {
    display: inline-block;
    color: #880909;
    text-decoration: none;
    border-bottom: 1px solid #880909;
}
.relatedInfoText a:hover {
    border: 0;
}

#paging {
    padding: 80px 0 120px;
    text-align: center;
}
#paging a,
#paging span {
    display: inline-block;
    font-size: 1.6rem;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}
#paging .prev,
#paging .pagenum,
#paging .next {
    display: inline-block;
}
#paging .prev a:before,
#paging .prev a:after,
#paging .next a:before,
#paging .next a:after {
    position: relative;
    top: -2px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-color: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    background-image: url("../images/common/arw-white.png?1504150123");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 8px;
}
#paging .prev a:before,
#paging .next a:before {
    margin-left: 0;
    margin-right: 10px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#paging .prev {
    padding-right: 20px;
}
#paging .prev a:after {
    display: none;
}
#paging .next {
    padding-left: 20px;
}
#paging .next a:before {
    display: none;
}
#paging .pagenum a {
    color: #888;
}
#paging .pagenum a,
#paging .pagenum span {
    padding: 0 5px;
}

.column-2-table {
    width: 100%;
}
.column-2-table tr {
    border-top: 1px dotted #bfbfbf;
}
.column-2-table tr:last-of-type th,
.column-2-table tr:last-of-type td {
    padding-bottom: 0;
}
.column-2-table th,
.column-2-table td {
    padding: 30px 0;
    vertical-align: top;
}
.column-2-table th {
    width: 25%;
}
.column-2-table td {
    width: 75%;
}

.spec {
    font-size: 1.3rem;
    border-left: 4px solid #e1e1e1;
}
.spec th,
.spec td {
    padding-bottom: 5px;
    vertical-align: top;
}
.spec tr:last-of-type th,
.spec tr:last-of-type td {
    padding-bottom: 0;
}
.spec th {
    width: 100px;
    padding: 0 20px;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

iframe {
    height: 480px;
}

.th-label {
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

/* =====================================
  pages
===================================== */
.page-home .header {
    padding-top: 32px;
    background: none;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-home .headerInner {
    height: 120px;
}
.page-home .siteLogo {
    width: 245px;
}
.page-home .gNav,
.page-home .subNav {
    padding-top: 20px;
    vertical-align: top;
}
.page-home .gNav {
    font-size: 2.6rem;
}
.page-home .gNav-item a {
    height: 60px;
}
.page-home .gNav-item span:after {
    margin-top: 8px;
    bottom: inherit;
    left: 0;
}
.page-home .headerInner {
    padding-right: 0;
}
.page-home .subNav {
    font-size: 2.4rem;
}
.page-home .subNav-item a {
    border-right: 0;
    padding-left: 18px;
}
.page-home .header.fixed {
    padding: 0;
    background: white;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.page-home .header.fixed .headerInner {
    padding-right: 40px;
    height: 70px;
}
.page-home .header.fixed .siteLogo {
    width: 100px;
}
.page-home .header.fixed .gNav,
.page-home .header.fixed .subNav {
    padding-top: 0;
    vertical-align: middle;
}
.page-home .header.fixed .gNav {
    font-size: 1.8rem;
}
.page-home .header.fixed .gNav-item span {
    padding: 0 5px;
}
.page-home .header.fixed .gNav-item span:after {
    bottom: 0;
}
.page-home .header.fixed .gNav-item a {
    height: 70px;
}
.page-home .header.fixed .subNav {
    width: 145px;
    font-size: 1.6rem;
}
.page-home .header.fixed .subNav-item a {
    padding: 10px 0;
    border: 2px solid #000;
}
.page-home .content {
    padding: 0;
}

.mainImageWrapper {
    position: relative;
}

.swiper-container {
    height: 100vh;
}

.tablet .swiper-container {
    height: calc(100vw * 0.6);
}

.swiper-slide {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.scrollIcon {
    display: none;
    z-index: 10;
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    font-size: 2.8rem;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.scrollIcon img {
    margin-top: 5px;
}

.pickup {
    z-index: 10;
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 525px;
    background: rgba(255, 255, 255, 0.8);
    border-right: 5px solid #880909;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pickup-link {
    position: relative;
    display: block;
    padding: 30px 50px 60px 30px;
    color: #880909 !important;
    background: url("../images/common/arw-red-dark.png?1504150123") right 25px
        center no-repeat;
}
.pickup-link:hover {
    text-decoration: none;
}
.pickup-link:hover .pickup-content {
    opacity: 0.7;
}

.pickup-label {
    position: absolute;
    top: -10px;
    left: -10px;
    display: inline-block;
    width: 125px;
    padding: 5px 0;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background: #880909;
    letter-spacing: 2px;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.pickup-date {
    margin: 10px 10px 20px 0;
    font-size: 1.2rem;
    text-align: right;
}

.pickup-content {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: "SourceHanSans-Medium", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.pickup-thumb {
    float: left;
    margin: 5px 0 0;
}
.pickup-thumb img {
    max-width: 100%;
}

.pickup-thumb-inner {
    display: inline-block;
    width: 110px;
    height: 110px;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pickup-text {
    float: right;
    width: 305px;
    line-height: 1.8;
}

.brandSliderWrapper {
    visibility: hidden;
    padding: 80px 0 0;
}
.brandSliderWrapper .section-title {
    margin: 0;
}
.brandSliderWrapper .brandSliderArea {
    position: relative;
    margin: 20px 0 0;
    background: #f1f1f1;
}
.brandSliderWrapper .slideItem {
    display: inline-block;
    float: none;
    width: calc(100vw / 4);
    padding: 0;
    margin-right: 1px;
    vertical-align: top;
    background: #fff;
}
.brandSliderWrapper .slideItem a {
    position: relative;
    display: block;
    color: #000;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.brandSliderWrapper .slideItem a:hover {
    opacity: 0.5;
}
.brandSliderWrapper .slideItem a:hover {
    color: #880909;
    text-decoration: none;
}
.brandSliderWrapper .slideItem-thumb {
    display: block;
    width: 100%;
}
.brandSliderWrapper .slideItem-thumb img {
    width: 100%;
}
.brandSliderWrapper .slideItem-detail {
    padding: 40px 32px 48px;
}
.brandSliderWrapper .slideItem-name {
    margin-bottom: 25px;
}
.brandSliderWrapper .slideItem-name-en,
.brandSliderWrapper .slideItem-name-ja {
    display: block;
    line-height: 1;
}
.brandSliderWrapper .slideItem-name-en {
    margin-bottom: 5px;
    font-size: 3rem;
    letter-spacing: 1px;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    background: url("../images/common/arw-red.png?1504150123") right center
        no-repeat;
}
.brandSliderWrapper .slideItem-name-ja {
    font-size: 1.4rem;
}
.brandSliderWrapper .slideItem-desc {
    line-height: 1.8;
}
.brandSliderWrapper .more {
    padding: 40px 0 0;
}
.brandSliderWrapper .more a {
    display: inline-block;
}

.showedBrandSliderWrapper {
    visibility: visible;
}

.posts-block {
    background: #f1f1f1;
}

.posts-block-inner {
    max-width: 1680px;
    margin: 0 auto;
    padding: 90px;
}

.section-container {
    float: left;
    width: 50%;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.column-section-container {
    padding-right: 20px;
}

.info-section-container {
    padding-left: 20px;
}

.posts-section {
    background: #fff;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.posts-section .section-title {
    margin-bottom: 30px;
}

.posts-section-inner {
    padding: 56px 64px;
}

.post-item {
    position: relative;
    padding-bottom: 20px;
}
.post-item a {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.post-item a:hover {
    color: #880909;
    opacity: 0.7;
    text-decoration: none;
}
.post-item a:hover .post-item-tag {
    color: #333;
}

.icon-new,
.section-archive .new {
    position: absolute;
    top: -20px;
    right: -20px;
    display: table;
    background: #da9206;
    width: 46px;
    height: 46px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.icon-new span,
.section-archive .new span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1px;
}

.post-item-thumb {
    float: left;
    width: 120px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.post-item-thumb img {
    width: 100%;
}

.post-item-detail {
    float: right;
    width: calc(100% - 135px);
}

.post-item-meta {
    position: relative;
    margin: 0 0 8px;
    vertical-align: middle;
    line-height: 1;
    font-size: 1.1rem;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}
.post-item-meta span {
    display: inline-block;
    padding: 3px 0;
    line-height: 1;
    vertical-align: middle;
}

.post-item-tag {
    padding: 3px 10px 4px !important;
    background: #fbc5c5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.post-item-date {
    position: absolute;
    right: 0;
}

.post-item-title {
    margin: 0 0 8px;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.post-item-desc {
    font-size: 1.2rem;
}

.post-item-large {
    padding-bottom: 40px;
}
.post-item-large .post-item-thumb,
.post-item-large .post-item-detail {
    float: none;
    width: 100%;
}
.post-item-large .post-item-thumb {
    margin: 0 0 24px;
}
.post-item-large .post-item-desc {
    font-size: 1.4rem;
}

.column-section {
    padding: 0;
}

.about-section {
    margin-top: 48px;
    padding: 0;
}
.about-section .section-header {
    margin: 48px 64px 0;
    padding-bottom: 36px;
}
.about-section .section-title {
    margin-bottom: 20px;
}
.about-section a {
    display: block;
    text-decoration: none;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.about-section a:hover {
    opacity: 0.8;
}

.section-thumb img {
    width: 100%;
}

.article-archive {
    background: #f1f1f1;
}

.section-archive {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}
.section-archive:after {
    content: "";
    display: block;
    width: calc((100% - 53px) / 3);
}
.section-archive .panel {
    position: relative;
    width: calc((100% - 53px) / 3);
    height: auto !important;
    margin: 0 26px 26px 0;
    padding: 0 0 40px;
    background: #fff;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: height 0.1s ease-out;
    -o-transition: height 0.1s ease-out;
    -webkit-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out;
}
.section-archive .panel:nth-of-type(3n) {
    margin-right: 0;
}
.section-archive .panel div.thumb {
    max-height: 255px;
    overflow: hidden;
    margin: 0 0 24px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.section-archive .panel div.thumb img {
    width: 100%;
    height: auto;
}
.section-archive .panel h3,
.section-archive .panel .date,
.section-archive .panel p {
    padding: 0 24px;
}
.section-archive .panel h3 {
    margin: 0 0 8px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}
.section-archive .panel h3 a {
    text-decoration: none;
    padding-right: 12px;
    background: url("../images/common/arw-red.png?1504150123") right center
        no-repeat;
    background-size: 6px auto;
}
.section-archive .panel .date {
    display: block;
    margin: 0 0 16px;
    font-size: 1.1rem;
}
.section-archive .panel:hover div.thumb {
    opacity: 0.7;
}
.section-archive .panel:hover h3 a {
    color: #c32a2a;
}
.section-archive .tagList {
    margin: 0 0 8px;
    padding: 0 24px;
    text-align: left;
}
.section-archive .tagListItem {
    font-size: 1.2rem;
    margin: 0 6px 6px 0;
}
.section-archive .new {
    left: -20px;
    right: inherit;
}
.section-archive .new:after {
    display: table-cell;
    vertical-align: middle;
    content: "NEW";
}
.section-archive .new img {
    display: none;
}

.block-item-panel img {
    max-width: 100%;
}

#letterDetail h3,
#letterDetail .date {
    display: none;
}
#letterDetail h4 {
    padding: 48px 0;
    text-align: center;
    font-size: 2.4rem;
    color: #880909;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}
#letterDetail img {
    max-width: 100%;
}
#letterDetail .imgArea {
    width: 60%;
    max-width: 560px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 1.2rem;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}
#letterDetail .imgArea span {
    display: block;
    padding: 15px;
    text-align: center;
}
#letterDetail .imgArea span.textalign-left {
    padding: 15px 0;
}
#letterDetail .kvArea {
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px;
}
#letterDetail .kvArea img {
    max-width: 100%;
}
#letterDetail .mainText {
    margin: 0 0 40px;
    line-height: 2.2;
}
#letterDetail .block02 {
    padding-bottom: 40px;
}
#letterDetail .block01 {
    padding-bottom: 40px;
}
#letterDetail .block01 .mainText {
    float: left;
    width: 560px;
    margin: 0;
}
#letterDetail .block01 .imgArea {
    float: right;
    width: 320px;
    margin: 10px 0 0;
}
#letterDetail .block01 .spec {
    margin-top: 20px;
}
#letterDetail #author {
    padding: 32px;
    border: 1px solid #000;
}
#letterDetail #author strong {
    display: block;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
    margin: 0 0 5px;
    font-size: 1.4rem;
}
#letterDetail #author p {
    font-size: 1.3rem;
}
#letterDetail + #paging {
    padding: 0;
}
#letterDetail + #paging .prev a:before,
#letterDetail + #paging .prev a:after,
#letterDetail + #paging .next a:before,
#letterDetail + #paging .next a:after {
    margin-left: 20px;
}
#letterDetail + #paging .prev a:before,
#letterDetail + #paging .next a:before {
    margin-left: 0;
    margin-right: 20px;
}
#letterDetail + #paging .prev {
    position: relative;
    padding-right: 40px;
}
#letterDetail + #paging .prev:after {
    position: absolute;
    top: 50%;
    right: -1px;
    display: block;
    content: "";
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background: #666;
}
#letterDetail + #paging .prev a:after {
    display: none;
}
#letterDetail + #paging .next {
    padding-left: 40px;
}
#letterDetail + #paging .next a:before {
    display: none;
}
#letterDetail + #paging + .button-block {
    padding: 24px 0 80px;
}
#letterDetail.recipeDetail h4 {
    text-align: left;
    padding-bottom: 20px;
}
#letterDetail.recipeDetail .mainText {
    font-size: 1.5rem;
}

.recipeList {
    margin-bottom: 40px;
}
.recipeListTitle {
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 1.8rem;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}
.recipeListDesc {
    font-size: 1.5rem;
    line-height: 1.9;
}

.recipeThumb {
    margin-top: 36px;
    text-align: right;
}

.recipeArea {
    padding-bottom: 60px;
}
.recipeArea img {
    max-width: 100%;
}
.recipeArea.withThumb .recipeText {
    float: left;
    width: 55%;
}
.recipeArea.withThumb .recipeThumb {
    float: right;
    width: 40%;
}
.section-archive-brand {
    padding-bottom: 160px;
}

.brand-item {
    background: #fff;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.brand-item .brand-item-thumb {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.brand-item a:hover {
    color: #c32a2a;
    text-decoration: none;
}
.brand-item a:hover .brand-item-thumb {
    opacity: 0.7;
}

.brand-item-detail {
    padding: 32px 24px 40px;
}

.brand-item-name {
    margin-bottom: 16px;
}

.brand-item-name-en,
.brand-item-name-ja {
    display: block;
    line-height: 1;
}

.brand-item-name-en {
    margin-bottom: 5px;
    font-size: 2.4rem;
    letter-spacing: 1px;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    background: url("../images/common/arw-red.png?1504150123") right center
        no-repeat;
}

.brand-item-name-ja {
    font-size: 1.2rem;
}

.brand-item-desc {
    line-height: 1.8;
}

.country {
    position: relative;
    padding: 6px 50px 6px 20px;
    background: #273a7e;
    color: #fff;
    line-height: 1;
}
.country:before,
.country:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 15px;
    height: 100%;
}
.country:before {
    right: 15px;
    background: #fff;
}
.country:after {
    background: #ec003e;
}
.italy-color {
    background: #008000;
}
.germany-color {
    background: #000;
}
.germany-color:before {
    background: #ec003e;
}
.germany-color:after {
    background: #fcd200;
}
.switzerland-color {
    background: #e2041b;
}
.switzerland-color:before {
    background: #fff;
}
.switzerland-color:after {
    background: #e2041b;
}
.spain-color {
    background: #e2041b;
}
.spain-color:before {
    background: #fcd200;
}
.spain-color:after {
    background: #e2041b;
}
.country-bar {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.country-label,
.country-ja {
    display: table-cell;
    vertical-align: middle;
}

.country-label {
    padding-top: 2px;
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-family: "din-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.country-ja {
    padding-bottom: 3px;
    text-align: right;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.item-header {
    padding: 48px 30px 48px 20px;
}

.item-name {
    float: left;
}

.item-header-inner {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e1e1e1;
}

.item-name-blurb,
.item-name-en,
.item-name-ja {
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.item-name-blurb {
    display: block;
    font-size: 1.5rem;
    font-family: "SourceHanSans-Medium", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.item-name-en,
.item-name-ja {
    display: inline-block;
}

.item-name-en {
    margin: 0 20px 10px 0;
    font-size: 3.4rem;
    letter-spacing: 2px;
}

.item-name-ja {
    position: relative;
    top: -3px;
    padding: 0 24px;
    font-size: 1.8rem;
}
.item-name-ja:before,
.item-name-ja:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background: #000;
}
.item-name-ja:after {
    left: inherit;
    right: 0;
}

/* =====================================
    固定ページ　css追加　20190826
===================================== */

.item-logo {
    float: right;
}
.item-logo img {
    max-width: 100%;
}

.item-desc {
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.9;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.item-content-title {
    position: relative;
    margin: 0 20px 24px;
    padding-left: 20px;
    font-size: 2.4rem;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}
.item-content-title:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 5px;
    height: 24px;
    margin-top: -12px;
    background: #c32a2a;
}

.item-content {
    margin: 0 20px 48px;
    background: #fff;
}
.item-content img {
    max-width: 100%;
}

.item-content-inner {
    padding: 56px;
}

.item-text {
    font-size: 1.5rem;
    line-height: 2;
}

.item-photos {
    margin: 40px 0 0;
    text-align: center;
}
.item-photos .block {
    background: #f7f7f7;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.item-products {
    margin: 0 0 40px;
}
.item-products:last-of-type {
    margin-bottom: 0;
}

.item-products-photo {
    float: left;
    width: 345px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.item-products-photo img {
    width: 100%;
}

.item-products-detail {
    float: right;
    width: calc(100% - 375px);
}

.item-products-name {
    margin: 0 0 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid #e1e1e1;
}

.item-products-name-en,
.item-products-name-ja {
    display: block;
    color: #e20000;
}

.item-products-name-en {
    margin: 0 0 3px;
    font-size: 2.4rem;
    font-style: italic;
    line-height: 1.4;
    font-family: "SourceHanSans-Light", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.item-products-name-ja {
    font-size: 1.3rem;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.item-products-tags {
    margin: 0 0 16px;
    text-align: right;
}
.item-products-tags span {
    margin-left: 10px;
}

.item-products-text {
    margin: 0 0 16px;
}

.item-products-spec {
    font-size: 1.2rem;
}
.item-products-spec strong {
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}

.item-process-photo {
    float: right;
    max-width: 100%;
    margin: 0 35px;
}
.item-process-text {
    font-size: 1.5rem;
    line-height: 2;
}

/* =====================================
	footer
===================================== */
.footer {
    background: #880909;
    color: #fff;
    font-size: 1.3rem;
}
.footer a {
    color: #fff;
}

.footerInner {
    display: block;
    width: 100%;
    padding: 40px;
}
.footerInner .block {
    padding: 20px 30px;
}
.footerInner .block-companyinfo {
    float: left;
}
.footerInner .companyinfo-name {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-family: "SourceHanSans-Bold", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
    font-weight: normal;
}
.footerInner .companyinfo-address a span {
    border-bottom: 1px solid #fff;
}
.footerInner .companyinfo-address a:hover {
    text-decoration: none;
}
.footerInner .companyinfo-address a:hover span {
    border-bottom: 0px;
}
.footerInner .block-footernav {
    float: right;
    text-align: right;
}
.footerInner .footernav-list {
    margin: 0 0 10px;
}
.footerInner .footernav-item {
    display: inline-block;
    margin-left: 12px;
}
.footerInner .footernav-item:before {
    content: "｜";
    margin: 0 12px 0 0;
}
.footerInner .footernav-item:first-of-type:before {
    display: none;
}
.footerInner .copyright {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
/*20180627修正*/
.tagcloud {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}

.tagcloud li {
    list-style-type: none;
}

.tagcloud a {
    font-size: 1.2rem !important;
    line-height: 1em;
    background: #000;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    padding: 8px 8px;
    margin-top: 3px;
    border-radius: 4px;
    text-decoration: none;
}
.tagcloud a:hover {
    background: #fff;
    color: #000;
    border: 1px #000 solid;
}

.content .article-archive .panel {
    padding: 0;
}
.content .article-archive .panel_column {
    padding-bottom: 40px;
}
.panel a:hover {
    text-decoration: none;
}

.panel .recipe_link:hover h3 {
    color: #c32a2a;
}

.recipe_link {
    display: block;
    height: 100%;
    position: relative;
}
.recipe_link p,
.tag_page_p {
    margin-bottom: 60px;
}

.date_recipe {
    position: absolute;
    left: 0;
    bottom: 0;
}
.recipe_tag {
    color: #880909;
    font-size: 1.3rem;
    margin-right: 5px;
}
.tag_single_page a {
    font-size: 1.2rem !important;
    line-height: 1em;
    background: #000;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    padding: 8px 8px;
    margin: 5px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #000;
}
.tag_single_page a:hover {
    background: #fff;
    color: #000;
}
/*-----------------------------------
 *	@media screen
 *----------------------------------*/
@media screen and (max-width: 1270px) {
    .gNav-item a {
        padding: 0 20px;
    }

    .header.fixed .gNav-item a {
        padding: 0 20px;
    }

    .page-home .siteLogo {
        width: 220px;
    }
    .page-home .siteLogo img {
        height: 100px;
    }
    .page-home .gNav-item a {
        padding: 0 15px;
    }
    .page-home .subNav {
        width: 150px;
        font-size: 2.4rem;
    }
    .page-home .subNav-item a {
        border-right: 0;
        padding-left: 18px;
    }
    .page-home .header.fixed .subNav {
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 1480px) {
    .section-archive {
        max-width: 1440px;
    }
    .section-archive:after {
        width: calc((100% - 79px) / 4);
    }
    .section-archive .panel {
        width: calc((100% - 79px) / 4);
    }
    .section-archive .panel:nth-of-type(3n) {
        margin-right: 26px;
    }
    .section-archive .panel:nth-of-type(4n) {
        margin-right: 0;
    }
}

/*-----------------------------------
 *	2020/08 プライバシーポリシー
 *----------------------------------*/

#privacy h2 {
    font-size: 2rem;
    margin-bottom: 16px;
}

#privacy p {
    margin-bottom: 16px;
    padding: 8px;
}

#privacy ol {
    list-style: decimal;
    padding: 0 48px;
    margin-bottom: 20px;
}
#privacy ol .inner-ol {
    padding: 0 48px;
}
#privacy ol .deep-inner-ol {
    padding: 0 96px;
}

@media screen and (max-width: 640px) {
    #privacy h2 {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }

    #privacy p {
        margin-bottom: 16px;
        padding: 8px;
    }

    #privacy ol {
        list-style: decimal;
        padding: 0 24px;
    }

    #privacy ol .inner-ol {
        padding: 0 24px;
    }

    #privacy ol .deep-inner-ol {
        padding: 0 48px;
    }
}
