@charset 'UTF-8';
/*$font-gothic : Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
/*-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;*/
.l-header .header_inner
{
    width: 1200px;
    margin: 0 auto;
    padding: 11px 0;

    *zoom: 1;
}
.l-header .header_inner:before,
.l-header .header_inner:after
{
    display: table;

    content: ' ';
}
.l-header .header_inner:after
{
    clear: both;
}

.l-header .header_main
{
    float: left;

    *zoom: 1;
}
.l-header .header_main:before,
.l-header .header_main:after
{
    display: table;

    content: ' ';
}
.l-header .header_main:after
{
    clear: both;
}

.l-header .header_title
{
    float: left;

    padding-top: 20px;
}
.l-header .header_title a
{
    display: block; 

    text-decoration: none;
}

.l-header .header_lead
{
    font-size: 1.2rem;

    padding: 0 0 6px 0;
}

.l-header .header_point
{
    font-size: 1.2rem;

    display: inline-block;
    float: left;

    margin: 20px 0 0 0; 
    padding: 15px 10px 10px 10px;

    text-align: center;

    color: #91bf38;
    border: 1px solid #91bf38;
    border-radius: 40px;
}

.l-header .header_form
{
    float: left;

    margin: 25px 0 0 40px;
}

.l-header .header_search li
{
    line-height: 1; 

    float: left;
}

.l-header .header_search_input
{
    line-height: 32px;

    width: 258px;
    height: 32px;
    padding: 7px 10px;

    vertical-align: middle;

    color: inherit; 
    border: 1px solid #91bf38;
    outline: none;
}

.l-header .header_search_submit
{
    width: 90px;
    height: 32px;

    vertical-align: middle;

    color: #fff; 
    border: none;
    outline: none;
    background: #91bf38;
}

.l-header .header_check
{
    margin-top: 10px;
}
.l-header .header_check li
{
    line-height: 1;

    display: inline-block;

    padding-right: 8px;

    color: #91bf38;
}
.l-header .header_check li label
{
    cursor: pointer;
}
.l-header .header_check li img
{
    vertical-align: -5px;
}

.l-header .header_character
{
    float: right;

    width: 268px;
    height: 111px; 

    background: url(/img/v2/common/pc/img-header_charactor.png) no-repeat;
}
.l-header .header_character-txt
{
    overflow: hidden; 

    width: 170px;
    height: 80px;
    padding: 35px 0 0 15px;
}

.l-header .gnav
{
    width: 100%;

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; 
    background: #fbfbfb;
}
.l-header .gnav_inner
{
    font-size: 1.6rem;

    width: 1200px;
    margin: 0 auto;

    *zoom: 1;
}
.l-header .gnav_inner:before,
.l-header .gnav_inner:after
{
    display: table;

    content: ' ';
}
.l-header .gnav_inner:after
{
    clear: both;
}
.l-header .gnav_item
{
    line-height: 60px;

    position: relative;

    float: left;
    overflow: hidden; 

    width: 200px;
    height: 56px;

    text-align: center;

    border-right: 1px solid #e5e5e5;
}
.l-header .gnav_item:nth-child(1)
{
    border-left: 1px solid #e5e5e5;
}
.l-header .gnav_item:nth-child(2) .gnav_link:before
{
    background: #138458;
}
.l-header .gnav_item:nth-child(3) .gnav_link:before
{
    background: #c78d4b;
}
.l-header .gnav_item:nth-child(4) .gnav_link:before
{
    background: #aa0c15;
}
.l-header .gnav_item:nth-child(5) .gnav_link:before
{
    background: #4ca9cb;
}
.l-header .gnav_item:nth-child(6) .gnav_link:before
{
    background: #144281;
}
.l-header .gnav_link
{
    display: block;

    width: 100%;
    height: 100%;

    color: inherit;
}
.l-header .gnav_link:before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 200px;
    height: 2px;

    content: '';
    -webkit-transition: .2s ease-out;
            transition: .2s ease-out; 
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);

    background: #f39c05;
}
.l-header .gnav_link:hover
{
    text-decoration: none;
}
.l-header .gnav_link:hover:before
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.l-header .gnav_icon
{
    padding: 0 5px 0 0;
}

.l-header input[type=checkbox]
{
    display: none;
}

.l-header .check
{
    position: relative;

    display: inline-block;

    padding: 0 0 0 20px;

    cursor: pointer; 
    vertical-align: middle;
}
.l-header .check:after
{
    position: absolute;
    z-index: 10; 
    top: 50%;
    left: 0;

    display: block;

    width: 16px;
    height: 16px;
    margin-top: -10px;

    content: '';

    border-radius: 4px;
    background: #ccc;
}
.l-header .check:before
{
    position: absolute;
    z-index: 100; 
    top: 50%;
    left: 6px;

    display: block;

    width: 3px;
    height: 9px;
    margin-top: -8px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    opacity: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.l-header input[type=checkbox]:checked + .check:before
{
    opacity: 1;
}

.l-header input[type=checkbox]:checked + .check:after
{
    background: #91bf38;
}

.gallery
{
    padding: 30px 0; 

    text-align: center;

    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #fafafa;
}
.gallery a:hover
{
    text-decoration: none;
}
.gallery_inner
{
    width: 940px;
    margin: 0 auto;
}
.gallery_article
{
    display: block;
    float: left;

    width: 260px;
    margin-right: 80px; 

    text-align: left;
    text-align: center;
}
.gallery_article:last-child
{
    margin-right: 0;
}
.gallery_article p
{
    font-size: 1.4rem; 

    margin-top: 10px;
}

.l-footer_inner
{
    width: 1170px;
    margin: 90px auto 240px;

    *zoom: 1;
}
.l-footer_inner:before,
.l-footer_inner:after
{
    display: table;

    content: ' ';
}
.l-footer_inner:after
{
    clear: both;
}

.l-footer .footer_title
{
    float: left;

    width: 275px;
}
.l-footer .footer_title > p
{
    font-size: 1.2rem;
}

.l-footer .footer_sns
{
    margin-top: 30px;
}
.l-footer .footer_sns p
{
    font-family: 1.4rem;
    font-weight: bold;

    margin-bottom: 5px;
}
.l-footer .footer_sns ul li
{
    line-height: 2;
}
.l-footer .footer_sns ul li a
{
    text-decoration: underline; 

    color: #91bf38;
}
.l-footer .footer_sns ul li a:hover
{
    text-decoration: none;
}

.l-footer .footer_linklist
{
    float: right;

    width: 850px;

    *zoom: 1;
}
.l-footer .footer_linklist:before,
.l-footer .footer_linklist:after
{
    display: table;

    content: ' ';
}
.l-footer .footer_linklist:after
{
    clear: both;
}
.l-footer .footer_linklist_article
{
    font-size: 1.4rem; 
    line-height: 2;

    float: left;

    margin-right: 45px;
}
.l-footer .footer_linklist_article:last-child
{
    margin-right: 0;
}
.l-footer .footer_linklist_article p
{
    font-weight: bold;
}
.l-footer .footer_linklist_article p a
{
    font-size: 1.6rem;

    display: inline-block;

    height: 100%;
    padding: 0 20px 0 0;

    text-decoration: none; 

    background: url('/img/v2/recipe/pc/icn-arrow01.png') no-repeat right 9px;
}
.l-footer .footer_linklist_article p + p
{
    margin-top: 30px;
}
.l-footer .footer_linklist_article ul
{
    margin-bottom: 30px;
    margin-left: 15px;
}
.l-footer .footer_linklist_article a
{
    text-decoration: underline; 

    color: #91bf38;
}
.l-footer .footer_linklist_article a:hover
{
    text-decoration: none;
}

.l-footer .copyright
{
    font-size: 1.2rem;
    line-height: 1;

    margin: 0;
    padding: 30px 0;

    text-align: center;

    color: #888;
    border-top: 1px solid #dadada;
}

.slide_link a
{
    font-size: 1.4rem;
    font-weight: bold;

    display: inline-block;

    height: 100%;
    padding: 0 15px 0 0;

    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;
    text-decoration: none;

    color: #91bf38;
    background: url('/img/v2/recipe/pc/icn-arrow01.png') no-repeat right 4px;
}
.slide_link a:hover
{
    -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
            transform: translateX(6px);
}


/* モーダル*/

.modal-syncer {
  cursor: pointer;
}

.modal-question {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 10px;
}

.modal-question a {
  display: block;
  width: 100%;
  height: 100%;
}


.modal-content__inner {
  position: relative;
  padding: 18px 5px;
  padding: 25px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
}

.modal-dismiss {
  outline: none;
  border: none;
  border: 1px solid #91bf38;
  display: block;
  width: 65px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  color: #91bf38;
  line-height: 1;
  font-size: 1.5rem;
  padding: 11px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}

.modal-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 20px;
}

.modal-list {
  margin: 0 0 15px;
}

.modal-item {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0 0 10px;
}

.modal-item span {
  display: inline-block;
  padding: 0 0 0 1em;
}
.more-detail {
  margin: 0 0 10px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10015;
  padding: 10px;
}

.modal-inner {
  background: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 11, 11, 0.8);
  z-index: 10050;
}

.modaloverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 11, 11, 0.8);
  z-index: 10012;
}

.modal-content {
  width: 560px;
  margin: 0;
  position: fixed;
  display: none;
  z-index: 10099;
}[
