@charset "UTF-8";

/************************************/

/* ヘッダー */

/************************************/
header.template_c2 {
/*
    min-width: 1150px;
    overflow-x: scroll;
*/
}
header.template_c2 #header {
    background-color: transparent;
    box-shadow: none;
    position: relative;
    transition: all .1s;
    position: relative;
}
@media only screen and (min-width: 1351px) {
    header.template_c2 #header {
        background-image: url(../image/common/gnavi_bg.svg);
        background-position: center top;
        background-size: auto 215px;
        background-repeat: no-repeat;
    }
    header.template_c2 #header .gnavi_area li#header_logo a {
        padding-bottom: 30px;
    }
    header.template_c2 #header.fixed .gnavi_area li#header_logo a {
      padding-bottom: 10px;
    }
}
@media only screen and (min-width: 1151px) and (max-width: 1350px) {
    header.template_c2 #header {
        background-image: url(../image/common/gnavi_s_bg.svg);
        background-position: right 22% top;
        background-size: auto 215px;
        background-repeat: no-repeat;
    }
    header.template_c2 #header .gnavi_area li#header_logo a {
        padding-bottom: 30px;
    }
}
            
header.template_c2 #header.fixed {
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}
header.template_c2 #header::after {
    content: "";
    width: 398px;
    height: 55px;
    background: url(../image/top_bgimg_header.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    bottom: -55px;
    left: calc(50% - 199px);
    opacity: 0;
}
header.template_c2 #header.fixed::after {
/*    opacity: 1;*/
}
header.template_c2 #header.fixed .gnavi_area {
    padding-top: 30px;
    transition: all .3s;
}
#header.fixed .header_right {
    top: 15px;
    transition: all .5s;
}
#header.fixed .gnavi_area li a {
    padding-bottom: 10px;
}
header.template_c2 #header_logo {
    width: 240px;
}
header.template_c2 #header_logo img {
    margin-bottom: 0;
}
.gnavi_area li a:hover {
    border-color: #d71723;
    text-decoration: none;
    color: #d71723;
}
.page_index .gnavi_area li:first-of-type a {
    border-color: #d71723;
    color: #d71723;
}
.logo_sp { display: none; }
header.template_c2 #header_area {
    height: auto;
    max-width: 1120px;
    display: block;
}
header.template_c2 .gnavi_area {
    display: flex;
    padding-top: 50px;
}
.gnavi_area li {
    list-style: none;
    text-align: center;
}
.gnavi_area li + li {
    margin-left: 80px;
}
.gnavi_area li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 28px;
    border-bottom: 6px solid transparent;
}
.gnavi_area li img {
    display: block;
    margin: 0 auto 15px;
}
.gnavi_area li#header_logo {
    margin-top: -25px;
}
.gnavi_area li#header_logo a:hover {
    border-bottom: 6px solid transparent;
}
#header .header_right {
    position: absolute;
    right: 30px;
    top: 30px;
}
.lang_box{
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}
.lang_box li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #d71723;
}
.lang_box li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.lang_box li.cur {
    opacity: .7;
}
.lang_box li a {
    font-size: 16px;
    font-weight: bold;
    color: #d71723;
}
.lang_box li + li {
    margin-left: 20px;
    color: #fff;
}
.btn_contact a {
    display: block;
    width: 195px;
    height: 60px;
    line-height: 60px;
    color: #d71723;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #d71723;
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_contact a:hover {
    text-decoration: none;
    background-color: #d71723;
    color: #fff;
}


/************************************/

/* フッター */

/************************************/
body.page_index footer.template_c2 {
    margin-top: 0;
}
footer.template_c2 #footer_nav {
    background-color: #d71723;
}
footer.template_c2 .fnav_unit {
    width: auto;
}
footer.template_c2 .fnav_unit + .fnav_unit {
    margin-left: 110px;
}
footer.template_c2 .fnav_unit_one {
    margin-bottom: 45px;
}
footer.template_c2 .fnav_title a {
    padding-bottom: 15px;
    padding-left: 0;
    font-size: 16px;
    color: #fff;
    background: url(../image/common/top_icon_footer.png) no-repeat left bottom;
}
footer.template_c2 .fnav_title {
    margin-bottom: 30px;
}
footer.template_c2 .fnav_title.line_none a {
    background: none;
}
footer.template_c2 .fnav_title.line_none {
    margin-bottom: 15px;
}
footer.template_c2 .fnav_list li {
    margin-bottom: 15px;
    padding-left: 0;
}
footer.template_c2 .fnav_list li a {
    padding-left: 18px;
    font-weight: 500;
    color: #fff;
}
footer.template_c2 .fnav_list li a::before {
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
}
footer.template_c2 .fnav_list li .fnav_list_second {
    padding-left: 12px;
    margin-top: 15px;
}
footer.template_c2 .fnav_list li .fnav_list_second a::before {
    width: 8px;
    height: 1px;
    background-color: #fff;
    transform: none;
    border: 0;
    margin-top: 0;
}
footer.template_c2 .footer_lead_block {
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: flex-end;
    justify-content: space-between;
}
.footer_lead_block .box_left {
    width: 280px;
}
.footer_lead_block .box_left .txt {
    margin-top: 15px;
    line-height: 2;
}
.footer_lead_block .footer_info_navi {
    text-align: right;
    margin-bottom: 15px;
    width: calc(56% - 40px);
}
.footer_info_navi a + a {
    margin-left: 20px;
}
.footer_info_navi a {
    position: relative;
    padding-left: 16px;
}
.footer_info_navi a::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-color: #d71723;
    border-style: solid;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
footer.template_c2 .footer_sns {
    margin-left: 40px;
    width: 20%;
}
footer.template_c2 #footer_info {
    background-color: #d71723;
}
footer.template_c2 #footer_info small {
    margin: 0 auto;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 14px;
}


/************************************/

/* mv */

/************************************/
.main_area {
    margin-top: 86px;
    height: 660px;
}
.main_area .main_txt {
    max-width: 1120px;
}
.main_area .main_txt_in {
    padding-top: 120px;
}
.main_area .main_lead {
    margin-left: -50px;
}
.main_area .main_lead a{
  outline: none!important;
}
.main_lead.imgRight img {
    margin-left: auto;
    margin-top: 160px;
}
.slick-prev, .slick-next {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 22px;
    opacity: 1;
}
.slick-prev {
    left: 40px;
}
.slick-next {
    right: 40px;
}
.slick-next::before, .slick-prev::before {
    width: 44px;
    height: 44px;
}
.slick-next::after, .slick-prev::after {
    border-color: #534741;
    top: 18px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
    background-color: #fff;
    opacity: .9;
}

@media only screen and (min-width: 1151px) and (max-width: 1350px) {
    
    .gnavi_area li + li { margin-left: 60px; }
    header.template_c2 #header::after { left: calc(50% - 250px); }
}
@media only screen and (max-width: 1150px) {
    .main_area {
        margin-top: 0;
    }
}
/************************************/

/* コンテンツ */

/************************************/
body { font-size: 15px; line-height: 1.5; }
.sec_mt80 { margin-top: 80px; }
.sec_pt { padding-top: 100px; }
.bgc_pink { background-color: #fdefe7; }
.link_tel:hover { text-decoration: none; }

@media only screen and (min-width: 980px){
  .link_tel {
    pointer-events: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 979px){
  .link_tel {
    pointer-events: fill;
  }
}

#topcontrol a.pagetop { background: url(../image/common/pagetop.png) no-repeat center top; width: 94px; height: 108px; background-color: transparent; }
#topcontrol a.pagetop::before { content: none; }

.h2ttl_i {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 50px;
    position: relative;
}
.h2ttl_i::after {
    content: "";
    width: 76px;
    height: 9px;
    display: block;
    background: url(../image/top_icon_wave.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: calc(50% - 38px);
}
.h2ttl_i.mb0 {
    margin-bottom: 0;
}
.h2ttl_i img {
    display: block;
    margin-bottom: 15px;
}
.h3ttl_bdb {
    color: #d71723;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 2px dotted #d71723;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h3ttl_bdb.color1 {
    color: #EB304A;
}
.h3ttl_bdb .icon {
    width: auto;
    display: inline-block;
    margin: 0 15px 0 0;
}
.btn_detail a {
    display: block;
    width: 80%;
    max-width: 152px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-align: center;
    padding: 8px 5px;
    border-radius: 30px;
    background-color: #d71723;
    position: relative;
    margin: 20px auto 0;
    border: 1px solid transparent;
}
.btn_detail a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    transform: rotate(45deg);
    margin-right: 10px;
}
.btn_detail a:hover {
    text-decoration: none;
    color: #d71723;
    background-color: #fff !important;
    border: 1px solid #d71723;
}
.btn_detail a:hover::before {
    border-color: #d71723;
}
.btn_detail.mw_262 a {
    min-width: 262px;
    margin: 20px auto 20px 0;
    padding: 15px;
    border-radius: 50px;
}
.btn_detail.mw_262 a {
    margin: 30px 0 0 auto;
}
.btn_detail.btn_big a {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    height: 90px;
    line-height: 90px;
    padding: 0;
    border-radius: 50px;
    font-size: 24px;
}
.btn_detail.btn_big a::before {
    width: 12px;
    height: 12px;
    border-width: 3px 3px 0 0;
    vertical-align: 3px;
    margin-right: 15px;
}
.btn_products a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  max-width: 360px;
  height: 76px;
  line-height: 76px;
  border-radius: 37px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  background: url(../image/top_bgi_btn.png) no-repeat center top;
  background-size: cover;
  margin: 0 auto;
  box-shadow: 0 10px #b9a18f;
  position: relative;
  transition: all 0.3s ease;
}
.btn_products a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-width: 3px 3px 0 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(45deg);
  margin-right: 15px;
  position: relative;
  left: auto;
  top: auto;
}

.btn_products a:hover {
    text-decoration: none;
    opacity: .8;
}
button.btn.btn-primary,
.btn_search a {
    display: block;
    width: 80%;
    max-width: 262px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 30px;
    background-color: #d71723;
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 1px solid transparent;
}
button.btn.btn-primary .icon,
.btn_search a .icon {
    position: relative;
    padding-left: 42px;
}
button.btn.btn-primary .icon::before,
.btn_search a .icon::before {
    content: url(../image/top_icon_btn01.png);
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    height: 40px;
}
button.btn.btn-primary:hover,
.btn_search a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #d71723;
    border-color: #d71723;
}

.block_news {
    display: flex;
}
.block_news .box_left {
    background-color: #d71723;
    padding: 40px 10px;
    width: 260px;
    text-align: center;
  color: #FFF;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Anton', sans-serif;
}
.block_news .box_left img {
  margin-right: 10px;
}
.block_news .box_right {
    width: calc(100% - 260px);
    background-color: #fdefe7;
    padding: 10px 40px;
}
.block_news .box_right .inr {
    width: calc(95% - 110px);
    position: relative;
}
.block_news .box_right .inr::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 6px;
    background-color: #c8c8c9;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
}
.block_news .rss_date {
    width: 100px;
}
.block_news .rss_title {
    width: calc(100% - 100px);
    padding-left: 0;
}
.link_more {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #4e4d4d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -120px;
}
.link_more::before {
    content: "";
    display: block;
    width: 18px;
    height: 3px;
    background-color: #4e4d4d;
    position: absolute;
    top: calc(50% - 1px);
    left: -26px;
}
.link_more::after {
    content: "";
    display: block;
    width: 3px;
    height: 18px;
    background-color: #4e4d4d;
    position: absolute;
    top: calc(50% - 8px);
    left: -18px;
}
.block_news dl {
    padding: 20px 0;
    overflow: hidden;
}
.block_news dl + dl {
    border-top: 1px solid #c8c8c9;
}
.block_news .rss_contents {
    display: none;
}
.rss_title .category {
    background-color: #d71723;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
}
.block_pickup {
    padding-bottom: 90px;
}
.block_pickup .col:hover .ttl a {
    color: #d71723;
}
.block_pickup .box_txt {
    position: relative;
}
.block_pickup .category {
    display: block;
    background-color: #d71723;
    width: 130px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 0;
    top: -16px;
}
.block_pickup .ttl {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    padding-top: 25px;
    margin-bottom: 10px;
    padding-left: 20px;
    text-indent: -20px;
}
.block_pickup .ttl::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    transform: rotate(45deg);
    border-color: #d71723;
    margin-right: 10px;
}
.block_pickup .ttl a:hover {
    text-decoration: none;
}
.block_products_new {
    padding-top: 50px;
}
.block_products_new .ttl {
    padding-left: 30px;
    background: url(../image/top_icon_product.png) no-repeat left top;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #d71723;
    font-size: 18px;
    font-weight: bold;
}
.block_products_new .col {
    width: calc(20% - 12.8px);
    margin-left: 16px;
    margin-bottom: 24px;
}
.block_genre {
    padding-top: 30px;
}
.block_genre .inr_wrap {
    display: flex;
    justify-content: center;
}
.block_genre .inr_wrap {
    padding-bottom: 30px;
}
.block_genre .inr_wrap .col + .col {
    margin-left: 25px;
}
.block_genre .img_box {
    position: relative;
}
.block_genre .img_box .img_btm {
    width: 142px;
    margin-left: 65px;
    padding-top: 30px;
}
.block_genre .img_box .txt_box {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #E60020;
    border-radius: 71px;
    background-color: #fff;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .3);
    text-align: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_genre .txt_box .ttl {
    margin-top: 5px;
    line-height: 1.3;
}
.block_genre .txt_box .ttl a {
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    color: #E60020;
}


.block_series {
    padding-top: 40px;
}
.tabarea {
    width: 97%;
    display: flex;
    max-width: 1090px;
    margin: 0 auto;
}
.tabarea li {
    list-style: none;
    width: calc(100% / 3);
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border: 2px solid #d71723;
    border-radius: 12px 12px 0 0;
    color: #d71723;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.tabarea li:hover {
    background-color: #d71723;
    color: #fff;
}
.tabarea li.on {
    background-color: #d71723;
    color: #fff;
}
.tabarea li + li {
    margin-left: -2px;
}
.tabarea li::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-color: #d71723;
    border-style: solid;
    left: 50%;
    top: calc(100% - 10px);
    transform: translateX(-50%) rotate(135deg);
}
.tabarea li.on::after {
    top: calc(100% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #d71723 transparent transparent transparent;
    left: 50%;
    top: calc(100% + 2px);
    transform: translateX(-50%);
}
.series_box {
    background-color: #fff;
    padding: 35px;
    border-radius: 12px;
    border: 2px solid #d71723;
    margin-top: -2px;
    display: none;
}
.series_box.r1 {
    display: block;
}
.series_box .ttl {
    color: #d71723;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}
.series_box .btn_detail a {
    max-width: 262px;
    padding: 16px 10px;
}
.block_search_other {
    padding-top: 80px;
    padding-bottom: 80px;
}
.block_search_other.pb0 {
    padding-bottom: 0;
}
.block_search_other .col {
    width: calc(33.33333% - 30px);
    margin-left: 45px;
}
.block_search_other .h3ttl_bdb {
    margin-bottom: 15px;
}
.serch_checkbox {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 5px 0;
}
.serch_checkbox li {
    list-style: none;
    width: calc(50% - 6px);
    margin-right: 12px;
    padding-left: 25px;
    text-indent: -30px;
    margin-bottom: 10px;
        font-feature-settings: "palt";
}
.serch_checkbox li:nth-of-type(2n) {
    margin-right: 0;
}
.serch_checkbox li input {
    display: none;
}
.serch_checkbox li label {
    font-size: 16px;
    font-weight: bold;
    color: #d71723;
    position: relative;
}

.serch_checkbox li input + label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #d71723;
    margin-right: 10px;
    box-sizing: border-box;
}
.serch_checkbox li input:checked + label::after {
    content: "";
    width: 21px;
    height: 17px;
    display: inline-block;
    background: url(../image/top_icon_check.png) no-repeat left top;
    position: absolute;
    top: 0;
    left: 2px;
}
.block_toknow {
    padding: 100px 10px;
}
.block_bgi .col2_1 {
    display: flex;
    justify-content: flex-end;
}
.block_bgi .col2_1 .col_1 {
    width: 40%;
}
.block_toknow {
    background: url(../image/top_bgimg_01.png) no-repeat center center;
    background-size: cover;
}
.block_bgi .txt a{
    color: #fff;
    text-decoration: none;
}
.block_bgi .h2ttl_i {
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.block_bgi .h2ttl_i .inr {
    display: inline-block;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}
.block_bgi .h2ttl_i img {
    margin-bottom: 0;
    display: inline;
}
.block_bgi .h2ttl_i::after {
    display: none;
}
.block_bgi .h2ttl_i .inr::after {
    content: "";
    width: 76px;
    height: 9px;
    display: block;
    background: url(../image/top_icon_wave02.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: calc(50% - 38px);
}
.block_recruit {
    padding: 100px 10px;
}
.block_recruit {
    background: url(../image/top_bgimg_02.png) no-repeat center center;
    background-size: cover;
}
.block_bgi.block_recruit .col2_1 {
    justify-content: flex-start;
}

.block_bgi.block_recruit .col_1 {
    width: 50%;
}

.block_newssheet {
    padding-bottom: 100px;
}
.block_newssheet .col {
    width: calc(50% - 20px);
    margin-left: 40px;
    margin-bottom: 40px;
}
.news_box {
    margin-top: 50px;
    padding: 35px 40px 45px;
    background-color: #fff;
}
.news_box .h3ttl_bdb {
    max-width: 340px;
    margin: 0 auto;
}
.news_box dl {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}
.news_box > dl:last-child {
    border-bottom: 1px solid #c8c8c9;
}
.news_box dl + dl {
    border-top: 1px solid #c8c8c9;
}
.news_box .rss_date {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333129;
}
.news_box .rss_contents {
    display: none;
}
.news_box .rss_title {
    display: flex;
    width: 100%;
    padding-left: 0;
}
.news_box .rss_title .category {
    display: block;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 0;
}
.news_box .rss_title a{
    width: calc(100% - 120px);
    margin-left: 120px;
}


.txt{
    font-feature-settings: "palt";
/*  height: 65px;   */
}

.h2ttl_i img{
    max-width: 79px;
}
.h3ttl_bdb .icon{
    max-width: 35px;
}

.blink{
    transition: 0.3s;
}

.blink:hover{
    opacity: 0.8;
}



/************************************/

/*  タブレット  */

/************************************/
@media only screen and (min-width: 691px) and (max-width: 1150px) {
    
    header.template_c2 .gnavi { display: none; }
    header.template_c2 #header_logo img { height: auto; padding: 0; }
     header.template_c2 { min-width: 100%; overflow: hidden; box-shadow: 2px 2px 2px rgba(0, 0, 0, .1); }
    header.template_c2 #header { position: static; background-color: #fff; }
    .logo_sp { display: block; }
    .logo_sp a { display: block; width: 150px; padding-left: 10px; }
    .logo_sp a img { width: 100%; }
    header.template_c2 .gnavi_btn_sp { top: 35px; }
    .gnavi { display: none; }
    header.template_c2 .gnavi_area { display: block; padding: 0 15px 0; }
    header.template_c2 #header.fixed .gnavi_area { padding-top: 0; }
    #header .gnavi_area li a { padding: 15px 0; }
    #header.fixed .gnavi_area li a { padding: 15px 0; }
    .gnavi_area li { text-align: left; }
    .gnavi_area li + li { border-top: 1px solid #ccc; margin-left: 0; }
    .gnavi_area li img { display: inline-block; vertical-align: middle; margin-bottom: 0; margin-right: 10px; }
    .gnavi_area li a:hover { color: #333; border-color: transparent; }
    #header .header_right { position: static; padding: 0 20px 20px; display: none; }
    #header .header_right.show { display: block; }
    .gnavi_area li#header_logo { display: none; }
    .lang_box {
        display: block;
        text-align: center;
        margin-right: 0;
    }
    
    footer.template_c2 .fnav_title a { display: block; }
    footer.template_c2 .footer_lead_block { flex-wrap: wrap; }
    .footer_lead_block .box_left { width: 100%; }
    .footer_lead_block .footer_info_navi { width: 70%; text-align: left; margin-top: 15px; }
    
    .sec_mt80 { margin-top: 50px; }
    .sec_pt { padding-top: 50px; }
    .btn_detail.btn_big a { height: 60px; line-height: 50px; font-size: 18px; padding: 5px; }
    .btn_detail.btn_big a::before { width: 8px; height: 8px; vertical-align: 1px; }
    .main_area { height: 400px; margin-top: 96px; }
    .main_area .main_block { background-position: center top; }
    .main_area .main_txt_in { padding-top: 50px; }
    .main_area .main_lead { margin-left: 0; }
    .main_area .main_block:first-of-type .main_lead img { width: 70%; }
    .main_area .main_block:nth-of-type(3) .main_lead.imgRight img { margin: 100px auto 0; }
    .block_products_new { padding-bottom: 30px; }
    .block_products_new .col { width: calc(33.333% - 16px); margin-left: 24px; }
    .block_products_new .col:nth-child(5n + 1) { margin-left: 24px; }
    .block_products_new .col:nth-child(3n + 1) { margin-left: 0; }
    .block_products_new .btn_detail a { width: 100%; }
    .btn_products { padding-bottom: 50px; }
    .block_genre .inr_wrap .col { width: calc(25% - 15px); }
    .block_genre .img_box .img_btm { width: 120px; margin-left: 40px; }
    .block_genre .img_box .txt_box { width: 120px; height: 120px; }
    .block_genre .img_box .txt_box { padding: 5px; }
    .block_genre .img_box .txt_box .icon{
        width: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    .block_genre .txt_box .ttl a { font-size: 12px; }
    .series_box .ttl { font-size: 16px; }
    .series_box .btn_detail a { max-width: 100%; width: 100%; font-size: 13px; }
    .block_search_other .h3ttl_bdb { font-size: 18px; }
    .serch_checkbox li { width: 100%; }
    footer.template_c2 .fnav_unit { width: 31%; }
    footer.template_c2 .fnav_unit:nth-of-type(2) { width: 22%; }
    footer.template_c2 .fnav_unit:nth-of-type(3) { width: 35%; }
    footer.template_c2 .fnav_unit + .fnav_unit { margin-left: 20px; }
    footer.template_c2 .fnav_list li a { display: block; }
    .block_news { flex-wrap: wrap; }
    .block_news .box_left { width: 100%; padding: 15px; }
    .block_news .box_right { width: 100%; padding: 10px 20px 40px; }
    .link_more { font-size: 20px; top: auto; bottom: -20px !important; transform: none; right: 20px; }
    .block_news .box_right .inr { width: 100%; }
    .block_news .box_right .inr::after { content: none; }
    .block_news .rss_date { width: 100px; }
    .block_news .rss_title { width: calc(100% - 100px); }
    .block_pickup { padding-bottom: 50px; }
    .block_search_other { padding-top: 50px; padding-bottom: 50px; }
    .block_toknow { padding: 50px 10px; }
    .block_recruit { padding: 50px 10px; }
    .news_box { margin-top: 20px; }
    .news_box .rss_title { flex-wrap: wrap; }
    .news_box .rss_title a{
        width: 100%;
        margin-top: 35px;
        margin-left: 0;
    }
    .news_box .rss_date { left: 120px; top: 32px; }
    .block_newssheet .col { width: calc(50% - 10px); margin-left: 20px; margin-bottom: 0; }
    .block_newssheet { padding-bottom: 50px; }
    .page_index .btn_products a { max-width: 290px; height: 60px; box-shadow: 0 5px #b9a18f; line-height: 60px;}
    
    
}
@media only screen and (max-width: 979px){
  .block_news { display: block; }
  .block_news .box_left { width: 100%; padding: 10px 10px; line-height: 1; }
  .block_news .box_right { width: 100%; padding: 0 10px; }
  .link_more { font-size: 14px; right: -70px; }
  .link_more::before { width: 16px; height: 2px; top: calc(50% - 2px); left: -25px; }
  .link_more::after { width: 2px; height: 16px; }
  .block_news .box_right .inr { width: calc(100% - 70px); }
  .block_news dl { position: relative; }
  .block_news .rss_title .category { position: absolute; top: 15px; left: 28%; }
  .block_news .rss_title { padding-top: 10px; width: 100%; }
  .block_news .box_right{padding: 0 10px 40px;}
  .block_news .box_right .inr{width:100%;}
  .link_more {
    right: 10px;
    top: auto;
    bottom: -25%;
    font-size: 20px;
  }
}


/************************************/

/*  スマホ  */

/************************************/

@media only screen and (max-width: 690px) {
    
    /*  ヘッダー  */
    header.template_c2 { min-width: 100%; overflow: hidden; box-shadow: 2px 2px 2px rgba(0, 0, 0, .1); }
    header.template_c2 #header { position: static; background-color: #fff; }
    .logo_sp { display: block; }
    .logo_sp a { display: block; width: 100px; padding-left: 10px; }
    .logo_sp a img { width: 100%; }
    header.template_c2 .gnavi_btn_sp { top: 18px; }
    .gnavi { display: none; }
    header.template_c2 .gnavi_area { display: block; padding: 0 15px 0; }
    header.template_c2 #header.fixed .gnavi_area { padding-top: 0; }
    #header .gnavi_area li a { padding: 15px 0; }
    #header.fixed .gnavi_area li a { padding: 15px 0; }
    .gnavi_area li { text-align: left; }
    .gnavi_area li + li { border-top: 1px solid #ccc; margin-left: 0; }
    .gnavi_area li a:hover { color: #333; border-color: transparent; }
    .page_index .gnavi_area li:first-of-type a { border-color: transparent; }
    .gnavi_area li img { display: inline-block; vertical-align: middle; margin-bottom: 0; margin-right: 10px; }
    #header .header_right { position: static; padding: 0 20px 20px; display: none; }
    #header .header_right.show { display: block; }
    .gnavi_area li#header_logo { display: none; }
    .lang_box { text-align: center; }
    
    /*  フッター  */
    footer.template_c2 #footer_nav { padding: 20px 0; }
    footer.template_c2 .fnav_unit { width: 100%; }
    footer.template_c2 .fnav_unit + .fnav_unit { margin-left: 0; }
    footer.template_c2 .fnav_unit_one { margin-bottom: 0; }
    footer.template_c2 .fnav_title { margin-bottom: 0; }
    footer.template_c2 .fnav_title a { background: none; border-top: none; border-bottom: 1px solid #eeeeee; }
    footer.template_c2 .fnav_title.line_none { margin-bottom: 0; }
    footer.template_c2 .fnav_unit:last-of-type .fnav_unit_one:last-child .fnav_title a { border-bottom: none; }
    footer.template_c2 .footer_lead_block { flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; }
    footer.template_c2 .footer_logo { max-width: 237px; }
    .footer_lead_block .box_left { width: 100%; }
    .footer_lead_block .footer_info_navi { width: 100%; margin-right: 0; margin-top: 15px; text-align: left; }
    .footer_info_navi a { margin-right: 20px; display: inline-block; margin-top: 10px; }
    .footer_info_navi a + a { margin-left: 0; }
    footer.template_c2 .footer_sns { width: 100%; margin-left: 0; }
    footer.template_c2 #footer_info small { padding-top: 0; padding-bottom: 0; }
    footer.template_c2 #footer_info .inner { padding: 10px; }
    
    /*  メインビジュアル  */
    .main_area .main_txt_in { padding-top: 0; }
    .main_area { height: 220px; margin-top: 60px; }
    .main_area .main_lead { margin-left: 5px; }
    .main_area .main_lead img { width: 100%; }
    .main_lead.imgRight img { margin: 100px auto 0; width: 85%; }
    .slick-prev { left: 10px; }
    .slick-next { right: 10px; }
    
    
    #topcontrol { display: block; }.page_index { min-width: 100%; overflow: hidden; }
    #topcontrol a.pagetop { width: 60px; height: 70px; background-size: contain; }
    .sec_mt80 { margin-top: 40px; }
    .sec_pt { padding-top: 40px; }
    .img100 img { width: 100%; }
    .h2ttl_i { font-size: 28px; margin-bottom: 30px; }
    .h3ttl_bdb { font-size: 22px; }
    .btn_detail.btn_big a { height: 50px; line-height: 50px; font-size: 20px; border-radius: 25px; }
    .btn_detail.btn_big a::before { width: 7px; height: 7px; }
    .btn_detail.mw_262 a { margin: 25px auto 0;}
    .page_index .btn_products a { font-size: 16px; }
    .page_index .btn_products a::before { width: 8px; height: 8px; }
    .block_news { display: block; }
    .block_news .box_left { width: 100%; padding: 10px 10px; line-height: 1; }
    .block_news .box_right { width: 100%; padding: 0 10px 20px; }
    .block_news .box_right .inr::after { content: none; }
    .link_more { font-size: 14px; right: 10px; top: auto; bottom: -20px !important; transform: none; }
    .link_more::before { width: 16px; height: 2px; top: calc(50% - 2px); left: -25px; }
    .link_more::after { width: 2px; height: 16px; }
    .block_news .box_right .inr { width: 100%; }
    .block_news dl { position: relative; }
    .block_news .rss_title .category { position: absolute; top: 15px; left: 110px !important; }
    .block_news .rss_title { padding-top: 10px; width: 100%; }
    .block_pickup { padding-bottom: 20px; }
    .block_pickup .col { margin-bottom: 40px; }
    .block_products_new { padding-top: 30px; }
    .block_products_new .col { width: 100%; margin-left: 0; margin-bottom: 40px; }
    .tabarea li { line-height: 1.2; display: flex; justify-content: center; align-items: center; font-size: 14px; padding: 0 4px; }
    .series_box { padding: 20px; }
    .block_search_other { padding-top: 40px; padding-bottom: 40px; }
    .block_search_other .col { width: 100%; margin-left: 0; margin-bottom: 40px; }
    .block_toknow { padding: 40px 10px; background-position: right top; }
    .block_bgi .col2_1 { justify-content: center; }
    .block_bgi .col2_1 .col_1 { width: 100%; }
    .block_bgi .h2ttl_i { text-align: center; }
    .block_recruit { padding: 40px 10px; background-position: left top; }
    .block_newssheet { padding-bottom: 40px; }
    .block_newssheet .col { width: 100%; margin-left: 0; margin-bottom: 20px; }
    .news_box { padding: 25px 20px; margin-top: 30px; }
    .news_box dl { padding: 20px 0; }
    .news_box .rss_date { font-size: 14px; top: 25px; left: 110px; }
    .news_box .rss_title a { width: 100%; margin-left: 0; }
    .news_box .rss_title .category { position: static; margin-bottom: 10px; }
    .serch_checkbox li label { font-size: 14px; }
    .block_genre .inr_wrap { flex-wrap: wrap; padding-bottom: 0; justify-content: flex-start; }
    .block_genre .inr_wrap .col + .col { margin-left: 0; }
    .block_genre .inr_wrap .col { width: calc(50% - 10px); margin-right: 20px; margin-bottom: 20px; }
    .block_genre .inr_wrap > .col:nth-of-type(2n) { margin-right: 0; }
    .block_genre .img_box .img_btm { width: 120px; margin-left: 40px; }
    .block_genre .img_box .txt_box { width: 120px; height: 120px; }
    .block_genre .img_box .txt_box { padding: 5px; }
    .block_genre .img_box .txt_box .icon{
        width: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    .block_genre .txt_box .ttl a { font-size: 12px; }
    
}
@media only screen and (max-width: 690px){
  .btn_detail.mw_262 a{
    min-width: 100%;
  }
}

/*英語*/

header.EN.template_c2 #header {
  background-image: none;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
}
header.EN.template_c2 #header_area {
    max-width: 1200px;
}
header.EN.template_c2 #header .header_right {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 2vh;
}
header.EN.template_c2 #header .header_left {
    position: relative;
    left: auto;
    top: auto;
}
header.EN .gnavi_area li + li{
    margin-left: 4vh;
}
header.EN #header .header_left {
    position: absolute;
    left: 80px;
    top: 0px;
}
header.EN.template_c2 .gnavi_area {
    justify-content: center;
}
header.EN.template_c2 #header::after {
    left: 0;
}
header.EN.template_c2 #header.fixed .gnavi_area {
    padding-bottom: 10px;
}
@media only screen and (max-width: 1150px) and (min-width: 691px){
    header.EN #header .header_left {
        display: none;
    }
}
@media only screen and (max-width: 1150px) and (min-width: 691px){
  header.EN .logo_sp a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 690px){
  header.EN.template_c2 #header .header_left {
    display: none;
  }
  header.EN.template_c2 #header_area{
    margin-right: auto;
    margin-left: 0;    
  }
  header.EN.template_c2 #header{
    display: block;
  }
}

footer.EN.template_c2 .fnav_unit + .fnav_unit {
    margin-left: 40px;
}
@media only screen and (max-width: 1150px) and (min-width: 691px){
    footer.EN.template_c2 .fnav_unit + .fnav_unit {
        margin-left: 0;
    }
}
