@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
.container:after, .top-header .head__list:after, .g-footer .footer-nav:after, .g-footer .footer-nav__list:after, .g-footer .footer-body:after, .top .strong-message__inner:after, .top .appeal-point__inner:after, .top .product-intro__body:after, .top .product-sale__body:after, .top .product-sale__body__info__btn:after, .item-cols__inner:after, .tokiha-post__body:after, .tokiha-post__body__news__body:after, .tokiha-post__body__news__item a:after, .about-features .product-intro__body:after, .about-features .product-sale__body:after, .about-features .product-sale__body__info__btn:after, .news-container:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333;
  vertical-align: baseline; }

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block; }

li {
  list-style: none; }

ol li {
  list-style: decimal; }

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc; }

input, select {
  vertical-align: middle; }

input, textarea {
  margin: 0;
  padding: 0; }

.clearfix {
  min-height: 1px;
  _height: 1%; }
  .clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }

/*----------------------------------------
	body
----------------------------------------*/
body {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  line-height: 160%; }

a {
  color: #333;
  outline: none;
  text-decoration: none; }
  a * {
    -webkit-transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
    -moz-transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
    -o-transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
    -ms-transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
    transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false); }
  a:hover {
    color: #999; }
  a:active {
    color: #333; }

.clearfix {
  min-height: 1px;
  _height: 1%; }
  .clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }

/*----------------------------------------
	container
----------------------------------------*/
.container {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative; }

/*----------------------------------------
	utility
----------------------------------------*/
.floatL {
  float: left; }

.floatR {
  float: right; }

.sp-only {
  display: none; }

.pc-only {
  display: block; }

@media screen and (max-width: 767px) {
  .floatL {
    float: none; }

  .floatR {
    float: none; }

  .sp-only {
    display: block; }

  .pc-only {
    display: none; } }
/*----------------------------------------
	header
----------------------------------------*/
.top-header {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .top-header .slick-slider img {
    height: 800px;
    width: 100%;
    object-fit: cover; }
  .top-header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 2;
    border-width: 322px 0 0 322px;
    border-color: transparent transparent transparent rgba(124, 50, 47, 0.7); }
  .top-header:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 2;
    border-width: 0 322px 322px 0;
    border-color: transparent rgba(124, 50, 47, 0.7) transparent transparent; }
  .top-header .main-txt {
    position: relative;
    z-index: 1; }
    .top-header .main-txt img {
      position: absolute;
      top: 245px;
      right: 0;
      left: 0;
      margin: auto; }
  .top-header .head {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 999; }
    .top-header .head__sitelogo {
      width: 236px;
      text-align: center;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
      .top-header .head__sitelogo img {
        margin: 0 auto; }
    .top-header .head__nav {
      margin-top: 20px; }
    .top-header .head .pull-open01 {
      position: relative; }
      .top-header .head .pull-open01:hover .pull-num01 {
        visibility: visible;
        opacity: 1; }
    .top-header .head__item {
      float: left;
      margin-right: 27px; }
      .top-header .head__item:last-child {
        margin-right: 0; }
      .top-header .head__item a {
        display: block;
        transition: .7s; }
        .top-header .head__item a:hover {
          opacity: 0.5; }
      .top-header .head__item .pull-down {
        transition: .7s;
        opacity: 0;
        visibility: hidden; }
        .top-header .head__item .pull-down__item {
          margin-bottom: 1px; }
          .top-header .head__item .pull-down__item a {
            display: block;
            width: 180px;
            height: 32px;
            font-size: 16px;
            color: #fff;
            background: #AC3833;
            text-align: right;
            line-height: 1;
            padding-top: 8px;
            padding-right: 11px;
            box-sizing: border-box; }
      .top-header .head__item .pull-num01 {
        position: absolute;
        right: -5px;
        top: 73px; }
    .top-header .head .top-movie-pc {
      margin-top: 30px;
      margin-left: -10px; }
      .top-header .head .top-movie-pc a:hover {
        opacity: 0.8; }
  .top-header .address {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1; }
    .top-header .address .txt01 {
      font-size: 14px;
      line-height: 1.2;
      color: #FFF;
      text-align: right;
      margin-bottom: 8px;
      font-weight: 300;
      font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
    .top-header .address .txt02 {
      font-size: 26px;
      color: #FFF;
      margin-bottom: 8px;
      text-align: right;
      font-weight: 300;
      font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
      .top-header .address .txt02 span {
        display: inline-block;
        font-size: 20px;
        color: #FFF; }
    .top-header .address .mail-btn {
      display: block;
      width: 234px;
      height: 40px;
      line-height: 40px;
      color: #FFF;
      text-align: center;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      transition: .5s;
      background: rgba(172, 56, 53, 0.9);
      border: 1px solid #9b4a42;
      font-size: 12px; }
      .top-header .address .mail-btn i {
        color: #FFF;
        font-size: 15px;
        margin-right: 18px; }
      .top-header .address .mail-btn:hover {
        color: #9B4A42;
        background: #FFF; }
        .top-header .address .mail-btn:hover i {
          color: #9B4A42; }
  .top-header .source-img {
    position: absolute;
    bottom: -49px;
    left: 40px;
    z-index: 4; }

.g-header {
  height: 82px;
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .g-header__logo {
    width: 120px;
    text-align: center; }
    .g-header__logo a {
      display: inline-block;
      text-align: center; }
  .g-header__nav {
    margin-right: auto; }
    .g-header__nav__items {
      display: flex;
      justify-content: flex-start; }
    .g-header__nav__item {
      margin: 0 15px;
      position: relative;
      font-size: 18px;
      padding: 30px 0 28px;
      border-bottom: 2px solid #fff; }
      .g-header__nav__item:last-child {
        background: url(../images/top/icon.png) no-repeat center left;
        padding-left: 20px; }
      .g-header__nav__item:hover {
        color: #AC3834;
        border-bottom: 2px solid #AC3834; }
      .g-header__nav__item a {
        padding: 30px 0 28px; }
        .g-header__nav__item a .fa-clone {
          font-size: 11px;
          vertical-align: middle;
          margin-right: 5px; }
        .g-header__nav__item a:hover {
          color: #AC3834; }
          .g-header__nav__item a:hover .fa-clone {
            color: #AC3834; }
      .g-header__nav__item .child {
        display: none;
        position: absolute;
        top: 83px;
        z-index: 1; }
        .g-header__nav__item .child li a {
          display: block;
          width: 200px;
          height: 56px;
          line-height: 56px;
          background: #af5655;
          margin-bottom: 1px;
          font-size: 14px;
          color: #FFF;
          padding: 0 10px;
          box-sizing: border-box; }
          .g-header__nav__item .child li a:hover {
            background: #AC3834; }
    .g-header__nav .current {
      border-bottom: 2px solid #AC3834; }

.sp_menu {
  display: none; }

@media screen and (max-width: 767px) {
  .top-header {
    height: 550px;
    background-color: #000;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .top-header .slick-slider img {
      height: 550px; }
    .top-header:before {
      border-width: 150px 0 0 150px; }
    .top-header:after {
      border-width: 0 150px 150px 0; }
    .top-header .main-txt img {
      top: 200px;
      width: 221px;
      height: 146px; }
    .top-header .active {
      display: block; }
    .top-header .head {
      right: 9px;
      top: 10px; }
      .top-header .head__sitelogo {
        width: 87px;
        height: 59px;
        padding-bottom: 12px;
        border-bottom: none; }
        .top-header .head__sitelogo img {
          width: 100%;
          height: auto; }
      .top-header .head .sp-menu-btn {
        display: block;
        width: 67px;
        height: auto;
        margin: 0 auto; }
        .top-header .head .sp-menu-btn img {
          width: 100%;
          height: auto; }
      .top-header .head__nav {
        display: none; }
    .top-header .address {
      right: 13px;
      bottom: 15px; }
      .top-header .address .mail-form {
        text-align: right;
        margin-bottom: 13px;
        line-height: 1; }
        .top-header .address .mail-form a {
          display: inline-block;
          font-size: 11px;
          color: #FFF; }
      .top-header .address .txt01 {
        font-size: 13px;
        margin-bottom: 5px; }
      .top-header .address .txt02 {
        font-size: 20px;
        margin-bottom: 0; }
        .top-header .address .txt02 span {
          font-size: 18px; }
        .top-header .address .txt02 a {
          color: #fff; }
      .top-header .address .mail-btn {
        display: none; }
    .top-header .source-img {
      bottom: 66px;
      left: 13px; }
      .top-header .source-img img {
        width: 159px;
        height: 157px; }

  .g-header {
    height: 55px;
    border-bottom: 1px solid #D6D6D6;
    display: block; }
    .g-header__logo {
      width: 54px;
      padding: 9px 0 0 11px; }
      .g-header__logo img {
        width: 100%;
        height: auto; }
    .g-header__nav {
      display: none;
      background: #B0423D;
      z-index: 999;
      position: absolute;
      top: 0;
      padding-top: 39px;
      width: 100%; }
      .g-header__nav__items {
        display: block; }
      .g-header__nav__item {
        margin: 0;
        position: relative;
        font-size: 20px;
        color: #FFF;
        padding: 0;
        box-sizing: border-box;
        min-height: 56px;
        line-height: 56px;
        border-bottom: 1px solid #993935; }
        .g-header__nav__item:last-child {
          background: none;
          padding: 0; }
        .g-header__nav__item--linknone {
          padding: 0 25px; }
        .g-header__nav__item a {
          display: block;
          color: #FFF;
          padding: 0;
          height: 56px;
          padding: 0 25px; }
          .g-header__nav__item a .fa-clone {
            color: #FFF; }
        .g-header__nav__item .child {
          display: block;
          position: static;
          top: auto;
          margin-top: -10px;
          margin-bottom: 10px; }
          .g-header__nav__item .child li a {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            background: none;
            margin-bottom: auto;
            font-size: 20px;
            padding: 0 20px;
            box-sizing: border-box; }
      .g-header__nav .current {
        border-bottom: 2px solid #AC3834; }
    .g-header__sub {
      display: none; }

  .sp_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999; }
    .sp_menu .txt {
      position: absolute;
      color: #FFF;
      font-size: 10px;
      line-height: 1;
      top: 37px;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }
    .sp_menu .menu-trigger,
    .sp_menu .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box; }
    .sp_menu .menu-trigger {
      position: relative;
      width: 54px;
      height: 55px;
      background: #AC3833; }
      .sp_menu .menu-trigger span {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 26px;
        height: 2px;
        background-color: #fff;
        border-radius: 5px; }
        .sp_menu .menu-trigger span:nth-of-type(1) {
          top: 13px; }
        .sp_menu .menu-trigger span:nth-of-type(2) {
          top: 21px; }
        .sp_menu .menu-trigger span:nth-of-type(3) {
          top: 29px; }
      .sp_menu .menu-trigger.active {
        background: #B0423D; }
        .sp_menu .menu-trigger.active span:nth-of-type(1) {
          -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg); }
        .sp_menu .menu-trigger.active span:nth-of-type(2) {
          opacity: 0; }
        .sp_menu .menu-trigger.active span:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg); } }
/*----------------------------------------
	footer
----------------------------------------*/
.g-footer {
  position: relative; }
  .g-footer .top-movie-pc {
    position: fixed;
    right: 20px;
    bottom: 20px; }
    .g-footer .top-movie-pc img {
      width: 220px; }
  .g-footer .footer-nav {
    width: 100%;
    height: 66px;
    background: #F4F4F4; }
    .g-footer .footer-nav__list {
      float: left; }
    .g-footer .footer-nav__item {
      float: left;
      margin: 24px 14px 0; }
      .g-footer .footer-nav__item a {
        font-size: 14px;
        color: #222624;
        transition: .5s;
        text-align: center; }
        .g-footer .footer-nav__item a:hover {
          text-decoration: underline; }
    .g-footer .footer-nav .to-top {
      float: left; }
      .g-footer .footer-nav .to-top a {
        display: block;
        width: 150px;
        height: 66px;
        background: #B32F2F;
        color: #FFF;
        text-align: center;
        line-height: 66px;
        letter-spacing: 0.1em;
        transition: .7s;
        box-sizing: border-box;
        border: 1px solid #B32F2F; }
        .g-footer .footer-nav .to-top a:hover {
          background: #FFF;
          color: #B32F2F; }
          .g-footer .footer-nav .to-top a:hover i {
            color: #B32F2F; }
        .g-footer .footer-nav .to-top a i {
          color: #FFF;
          font-size: 18px;
          margin-left: 13px; }
  .g-footer .footer-body {
    margin-top: 22px;
    position: relative; }
    .g-footer .footer-body__sitelogo {
      float: left;
      margin-left: 20px; }
    .g-footer .footer-body__inner {
      float: left;
      margin-left: 25px; }
      .g-footer .footer-body__inner .txt {
        font-size: 14px;
        color: #222624;
        line-height: 1.2; }
      .g-footer .footer-body__inner .name {
        font-size: 20px;
        color: #222624;
        line-height: 1.2; }
      .g-footer .footer-body__inner .address {
        font-size: 14px;
        color: #222624;
        line-height: 1.5; }
  .g-footer .amazon__img {
    position: fixed;
    right: 20px;
    bottom: 84px;
    z-index: 1000; }
  .g-footer .copyright {
    margin-top: 20px; }
    .g-footer .copyright small {
      display: block;
      padding-left: 16px;
      height: 51px;
      line-height: 51px;
      border-top: 1px solid #dedede;
      font-size: 12px;
      color: #999; }

@media screen and (max-width: 767px) {
  .g-footer {
    position: relative;
    padding-bottom: 10px; }
    .g-footer .footer-nav {
      width: 100%;
      height: auto; }
      .g-footer .footer-nav__list {
        float: none; }
      .g-footer .footer-nav__item {
        float: none;
        margin: auto;
        border-bottom: 1px solid #C8C8C8; }
        .g-footer .footer-nav__item:last-child {
          border-bottom: none; }
        .g-footer .footer-nav__item a {
          width: 100%;
          height: 50px;
          display: block;
          font-size: 15px;
          color: #202624;
          background: #F4F4F4;
          text-align: center;
          line-height: 50px; }
      .g-footer .footer-nav .to-top {
        float: none; }
        .g-footer .footer-nav .to-top a {
          display: block;
          width: 100%;
          height: 50px;
          line-height: 50px;
          letter-spacing: 0.1em; }
    .g-footer .footer-body {
      margin-top: 22px;
      position: relative; }
      .g-footer .footer-body__sitelogo {
        text-align: center;
        float: none;
        margin-left: auto;
        margin-bottom: 15px; }
      .g-footer .footer-body__inner {
        text-align: center;
        float: none;
        margin-left: auto; }
        .g-footer .footer-body__inner .txt {
          font-size: 15px; }
        .g-footer .footer-body__inner .name {
          font-size: 25px;
          margin-bottom: 10px; }
        .g-footer .footer-body__inner .address {
          font-size: 15px;
          line-height: 1.7; }
          .g-footer .footer-body__inner .address .sp-large {
            font-size: 25px; }
    .g-footer .amazon__img {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      top: auto;
      margin-right: 0; }
      .g-footer .amazon__img img {
        width: 137px;
        height: auto; }
    .g-footer .copyright small {
      padding-left: 0;
      height: auto;
      line-height: 1.7;
      text-align: center;
      padding-top: 11px; } }
/*----------------------------------------
	sidebar
----------------------------------------*/
/*----------------------------------------
	c-product-anniversary
----------------------------------------*/
.c-product-anniversary {
  padding: 0 0 80px; }
  .c-product-anniversary__container {
    max-width: 1000px;
    background: #f8f4ec;
    padding: 60px 50px;
    margin: auto;
    box-sizing: border-box; }
  .c-product-anniversary__head {
    margin: 0 0 60px; }
    .c-product-anniversary__head p {
      max-width: 150px;
      margin: 0 auto 20px; }
      .c-product-anniversary__head p img {
        width: 100%;
        height: auto; }
    .c-product-anniversary__head h2 {
      text-align: center; }
      .c-product-anniversary__head h2 span {
        font-size: 32px;
        font-weight: normal;
        color: #ac3835;
        border-bottom: 1px solid #ac3835; }
  .c-product-anniversary__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px; }
  .c-product-anniversary__img {
    margin: 0 0 20px;
    mix-blend-mode: darken; }
    .c-product-anniversary__img img {
      width: 100%;
      height: auto; }
  .c-product-anniversary__text {
    margin: 0 0 20px; }
    .c-product-anniversary__text h3 {
      font-size: 26px;
      color: #ac3834;
      line-height: 1.6;
      margin: 0 0 20px; }
      .c-product-anniversary__text h3 span {
        display: block;
        font-size: 20px;
        font-weight: normal;
        color: #ac3834; }
    .c-product-anniversary__text p {
      font-size: 14px; }
  .c-product-anniversary__coming {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .c-product-anniversary__coming h3 {
      font-size: 18px;
      line-height: 1.6;
      margin: 0 0 20px; }
    .c-product-anniversary__coming p {
      font-size: 16px;
      color: #ac3834;
      text-align: center; }

@media screen and (max-width: 764px) {
  .c-product-anniversary__container {
    padding: 60px 20px; }
  .c-product-anniversary__head h2 span {
    font-size: 28px; }
  .c-product-anniversary__main {
    grid-template-columns: 1fr; }
  .c-product-anniversary__text {
    margin: 0 0 20px; }
    .c-product-anniversary__text h3 {
      font-size: 22px; }
      .c-product-anniversary__text h3 span {
        font-size: 16px; }
  .c-product-anniversary__coming h3 {
    font-size: 16px; }
  .c-product-anniversary__coming p {
    font-size: 14px; } }
/*----------------------------------------
	c-product-lineup
----------------------------------------*/
.c-product-lineup {
  padding: 60px 60px 120px; }
  .c-product-lineup__container {
    max-width: 1000px;
    margin: auto; }
  .c-product-lineup__list {
    display: flex;
    justify-content: center;
    margin: 0 0 40px; }
    .c-product-lineup__list:last-child {
      margin: 0; }
  .c-product-lineup__item {
    width: 33.3333%; }
  .c-product-lineup__img {
    margin: 0 0 20px; }
    .c-product-lineup__img img {
      width: 100%;
      height: auto; }
  .c-product-lineup__heading {
    margin: 0 0 20px; }
    .c-product-lineup__heading h3 {
      font-size: 24px;
      font-weight: normal;
      text-align: center;
      line-height: 1.6; }
    .c-product-lineup__heading p {
      font-size: 16px;
      text-align: center;
      line-height: 1.6; }
  .c-product-lineup__button {
    margin: 0 0 20px; }
    .c-product-lineup__button p {
      margin: 0 0 10px; }
      .c-product-lineup__button p:last-child {
        margin: 0; }
  .c-product-lineup__text p {
    font-size: 14px;
    text-align: center; }
  .c-product-lineup__information {
    max-width: 600px;
    background: #f7f5ec;
    padding: 20px;
    margin: auto;
    box-sizing: border-box; }
    .c-product-lineup__information dl {
      margin: 0 0 20px; }
      .c-product-lineup__information dl:last-child {
        margin: 0; }
      .c-product-lineup__information dl dt {
        font-size: 16px;
        line-height: 1.6; }
      .c-product-lineup__information dl dd ul {
        padding: 0 0 0 1.6em; }
        .c-product-lineup__information dl dd ul li {
          font-size: 16px;
          line-height: 1.6;
          list-style: disc; }

@media screen and (max-width: 764px) {
  .c-product-lineup {
    padding: 60px 20px 60px; }
    .c-product-lineup__list {
      display: block;
      margin: 0 0 20px; }
    .c-product-lineup__item {
      display: flex;
      justify-content: space-between;
      width: 100%; }
    .c-product-lineup__img {
      width: 38%; }
    .c-product-lineup__content {
      width: 60%; }
    .c-product-lineup__heading {
      margin: 0 0 20px; }
      .c-product-lineup__heading h3 {
        font-size: 18px;
        text-align: left; }
      .c-product-lineup__heading p {
        font-size: 16px;
        text-align: left; }
    .c-product-lineup__button {
      display: flex; }
      .c-product-lineup__button p {
        margin: 0 10px 0 0; }
    .c-product-lineup__text p {
      text-align: left; }
    .c-product-lineup__information dl dt {
      font-size: 14px; }
    .c-product-lineup__information dl dd ul {
      padding: 0 0 0 1.4em; }
      .c-product-lineup__information dl dd ul li {
        font-size: 14px; } }
/*----------------------------------------
	c-button
----------------------------------------*/
.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #ac3834;
  margin: auto;
  border: 1px solid #ac3834;
  border-radius: 4px;
  transition: .3s;
  box-sizing: border-box; }
  .c-button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 26px;
    height: 8px;
    background: url(../images/top/arrow-icon02.png) center/cover;
    margin: auto;
    transition: .3s; }
  .c-button:hover {
    color: #ac3834;
    background: #fff; }
    .c-button:hover:after {
      background: url(../images/top/arrow-icon01.png) center/cover; }

@media screen and (max-width: 764px) {
  .c-button {
    width: 100%; } }
/*----------------------------------------
	c-button-product
----------------------------------------*/
.c-button-product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #ac3834;
  margin: auto;
  border: 2px solid #ac3834;
  border-radius: 4px;
  transition: .3s;
  box-sizing: border-box; }
  .c-button-product:hover {
    color: #fff;
    opacity: .7; }
  .c-button-product.-modifier {
    color: #ac3834;
    background: #fff; }
    .c-button-product.-modifier:hover {
      color: #fff;
      background: #ac3834;
      opacity: 1; }

@media screen and (max-width: 764px) {
  .c-button-product {
    width: 80px;
    height: 24px;
    font-size: 10px; } }
/*----------------------------------------
	index
----------------------------------------*/
.top .top-movie-sp {
  background-color: #a33e3e;
  padding: 10px;
  text-align: center; }
  .top .top-movie-sp img {
    width: 280px;
    max-width: 80%; }
.top .lp-banner {
  background: url(../images/lp/bg.png) repeat center;
  text-align: center; }
  .top .lp-banner .pc-only {
    display: inline-block; }
    .top .lp-banner .pc-only:hover {
      opacity: 0.7; }
.top .strong-message {
  width: 100%;
  height: 580px;
  padding: 70px 0;
  box-sizing: border-box;
  background: url(../images/top/100th-bg-about.jpg) no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .top .strong-message__inner {
    width: 900px;
    margin: 0 auto; }
  .top .strong-message__head {
    float: right; }
  .top .strong-message__body {
    float: left;
    margin-top: 30px;
    margin-left: -10px; }
.top .th100 {
  background: url(../images/top/100th-history.jpg) no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 100px 0; }
  .top .th100__head {
    font-size: 40px;
    margin-bottom: 55px;
    color: #fff; }
  .top .th100__lead {
    font-size: 18px;
    margin-bottom: 45px;
    color: #fff;
    line-height: 1.8; }
  .top .th100__btn a {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 62px;
    color: #fff;
    background: #AD3A37;
    border: 1px solid #ad3a37;
    width: 346px;
    height: 62px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: .7s;
    position: relative; }
    .top .th100__btn a:after {
      position: absolute;
      content: "";
      background: url(../images/top/arrow-icon02.png) no-repeat center;
      width: 26px;
      height: 8px;
      right: 23px;
      top: 27px; }
    .top .th100__btn a:hover {
      background: #fff;
      color: #AD3A37; }
      .top .th100__btn a:hover:after {
        background: url(../images/top/arrow-icon01.png) no-repeat center; }
.top .appeal-point {
  background: url(../images/top/bg03.jpg); }
  .top .appeal-point__inner {
    width: 100%; }
  .top .appeal-point__head {
    width: 50%;
    height: 400px; }
    .top .appeal-point__head--pattern01 {
      background: url(../images/top/img02.jpg) no-repeat center;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .top .appeal-point__head--pattern02 {
      background: url(../images/top/img03.jpg) no-repeat center;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
  .top .appeal-point__body {
    width: 50%;
    height: 400px;
    padding-top: 100px;
    box-sizing: border-box; }
  .top .appeal-point__lead-txt {
    font-size: 30px;
    color: #AC3833;
    line-height: 1.6;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px; }
  .top .appeal-point__body-txt {
    font-size: 18px;
    color: #000;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center; }
  .top .appeal-point .more-btn01 {
    margin-top: 27px;
    padding-bottom: 30px; }
    .top .appeal-point .more-btn01 a {
      display: block;
      text-align: center;
      font-size: 24px;
      line-height: 62px;
      color: #fff;
      background: #AD3A37;
      border: 1px solid #ad3a37;
      width: 346px;
      height: 62px;
      margin: 0 auto;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      transition: .7s;
      position: relative; }
      .top .appeal-point .more-btn01 a:after {
        position: absolute;
        content: "";
        background: url(../images/top/arrow-icon02.png) no-repeat center;
        width: 26px;
        height: 8px;
        right: 23px;
        top: 27px; }
      .top .appeal-point .more-btn01 a:hover {
        background: #fff;
        color: #AD3A37; }
        .top .appeal-point .more-btn01 a:hover:after {
          background: url(../images/top/arrow-icon01.png) no-repeat center; }
.top .product-intro {
  position: relative;
  padding-top: 85px;
  padding-bottom: 70px;
  margin-bottom: 90px; }
  .top .product-intro__head {
    text-align: center;
    margin-bottom: 20px; }
  .top .product-intro__body {
    width: 900px;
    margin: 0 auto; }
  .top .product-intro__item {
    float: left;
    width: 410px;
    padding-bottom: 60px;
    margin-right: 80px;
    position: relative; }
    .top .product-intro__item:last-child {
      margin-right: 0; }
    .top .product-intro__item--pt {
      padding-top: 40px; }
    .top .product-intro__item__thumb {
      display: block;
      margin: 0 auto 10px; }
    .top .product-intro__item__title {
      font-size: 26px;
      color: #AC3834;
      margin-bottom: 5px; }
    .top .product-intro__item__lead-txt {
      font-size: 20px;
      color: #AC3834;
      line-height: 1.4;
      margin-bottom: 10px; }
      .top .product-intro__item__lead-txt--pt {
        padding-top: 5px; }
    .top .product-intro__item__body-txt {
      font-size: 14px;
      color: #000;
      line-height: 1.6;
      margin-bottom: 10px; }
    .top .product-intro__item__cvbtn {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .top .product-intro__item__cvbtn a {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        background: #AD3A37;
        border: 1px solid #ad3a37;
        width: 200px;
        height: 40px;
        margin: 0 auto;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        transition: .7s;
        position: relative; }
        .top .product-intro__item__cvbtn a:after {
          position: absolute;
          content: "";
          background: url(../images/top/arrow-icon02.png) no-repeat center;
          width: 26px;
          height: 8px;
          right: 20px;
          top: 15px; }
        .top .product-intro__item__cvbtn a:hover {
          background: #fff;
          color: #AD3A37; }
          .top .product-intro__item__cvbtn a:hover:after {
            background: url(../images/top/arrow-icon01.png) no-repeat center; }
.top .product-sale {
  margin-bottom: 40px; }
  .top .product-sale__body {
    width: 790px;
    margin: 0 auto; }
    .top .product-sale__body__img {
      float: left; }
    .top .product-sale__body__info {
      width: 400px;
      float: right; }
      .top .product-sale__body__info__title {
        font-size: 26px;
        color: #AC3833;
        margin-bottom: 16px; }
      .top .product-sale__body__info__lead-txt {
        font-size: 16px;
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 14px;
        margin-bottom: 14px; }
      .top .product-sale__body__info__list {
        font-size: 16px;
        margin-bottom: 16px; }
      .top .product-sale__body__info__btn {
        width: 300px; }
        .top .product-sale__body__info__btn .more01 {
          float: left; }
          .top .product-sale__body__info__btn .more01 a {
            display: block;
            text-align: center;
            font-size: 16px;
            line-height: 40px;
            color: #fff;
            background: #AD3A37;
            border: 1px solid #ad3a37;
            width: 140px;
            height: 40px;
            margin: 0 auto;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            transition: .7s;
            position: relative; }
            .top .product-sale__body__info__btn .more01 a:hover {
              background: #fff;
              color: #AD3A37; }
        .top .product-sale__body__info__btn .more02 {
          float: right; }
          .top .product-sale__body__info__btn .more02 a {
            display: block;
            text-align: center;
            font-size: 16px;
            line-height: 40px;
            color: #AD3A37;
            border: 1px solid #ad3a37;
            width: 140px;
            height: 40px;
            margin: 0 auto;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            transition: .7s;
            position: relative; }
            .top .product-sale__body__info__btn .more02 a:hover {
              background: #AD3A37;
              color: #FFF; }

@media screen and (max-width: 767px) {
  .top .lp-banner .pc-only {
    display: none; }
  .top .lp-banner .sp-only {
    width: 100%; }
  .top .strong-message {
    height: 631px;
    padding: 30px 13px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.6) url(../images/top/100th-bg-about-sp.jpg) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-blend-mode: lighten; }
    .top .strong-message__inner {
      width: 100%;
      margin: 0 auto; }
    .top .strong-message__head {
      float: none;
      margin-bottom: 12px; }
      .top .strong-message__head span {
        font-size: 27px;
        line-height: 1.4;
        color: #AC3834;
        text-align: center;
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8); }
    .top .strong-message__body {
      float: none; }
      .top .strong-message__body--sp {
        font-size: 17px;
        line-height: 2;
        color: #000;
        text-align: center;
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8); }
  .top .th100 {
    padding: 80px 25px; }
    .top .th100__head {
      font-size: 28px;
      margin-bottom: 30px;
      margin-left: -25px;
      margin-right: -25px; }
    .top .th100__lead {
      font-size: 16px;
      margin-bottom: 20px;
      color: #fff;
      line-height: 1.8; }
    .top .th100__btn a {
      font-size: 17px;
      line-height: 41px;
      width: 100%;
      height: 41px;
      background: #AC3835;
      color: #FFF; }
      .top .th100__btn a:after {
        background: url(../images/top/arrow-icon02.png) no-repeat center;
        width: 20px;
        height: 6px;
        right: 15px;
        top: 16px;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
  .top .appeal-point {
    padding-bottom: 19px; }
    .top .appeal-point__inner {
      width: 100%; }
    .top .appeal-point__head {
      width: 100%;
      height: 225px; }
      .top .appeal-point__head--pattern01 {
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      .top .appeal-point__head--pattern02 {
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
    .top .appeal-point__body {
      width: 100%;
      height: auto;
      padding: 23px 13px 23px;
      box-sizing: border-box; }
    .top .appeal-point__lead-txt {
      font-size: 20px;
      margin-bottom: 10px; }
    .top .appeal-point__body-txt {
      font-size: 15px;
      line-height: 1.6; }
    .top .appeal-point .more-btn01 {
      margin-top: 27px;
      padding-bottom: 30px;
      padding: 0 13px; }
      .top .appeal-point .more-btn01 a {
        font-size: 17px;
        line-height: 41px;
        width: 100%;
        height: 41px;
        background: #AC3835;
        color: #FFF; }
        .top .appeal-point .more-btn01 a:after {
          background: url(../images/top/arrow-icon02.png) no-repeat center;
          width: 20px;
          height: 6px;
          right: 15px;
          top: 16px;
          -webkit-background-size: contain;
          -o-background-size: contain;
          background-size: contain; }
  .top .product-intro {
    padding-top: 19px;
    padding-bottom: 35px;
    margin-bottom: 31px; }
    .top .product-intro__head {
      margin-bottom: 35px; }
      .top .product-intro__head img {
        width: auto;
        height: 50px; }
    .top .product-intro__body {
      width: 100%;
      padding: 0 13px;
      box-sizing: border-box; }
    .top .product-intro__item {
      float: none;
      width: 100%;
      padding-bottom: 60px;
      margin-right: 0;
      margin-bottom: 75px; }
      .top .product-intro__item:last-child {
        margin-bottom: 0; }
      .top .product-intro__item--pt {
        padding-top: 0; }
      .top .product-intro__item__thumb {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 10px; }
      .top .product-intro__item__title {
        font-size: 22px;
        margin-bottom: 13px;
        text-align: center; }
      .top .product-intro__item__lead-txt {
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 10px;
        text-align: center; }
        .top .product-intro__item__lead-txt--pt {
          padding-top: 5px; }
      .top .product-intro__item__body-txt {
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        margin-bottom: 10px; }
      .top .product-intro__item__cvbtn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .top .product-intro__item__cvbtn a {
          font-size: 17px;
          line-height: 40px;
          width: 100%;
          height: 40px;
          background: #AC3835;
          color: #FFF; }
          .top .product-intro__item__cvbtn a:after {
            background: url(../images/top/arrow-icon02.png) no-repeat center;
            width: 20px;
            height: 6px;
            right: 15px;
            top: 16px;
            -webkit-background-size: contain;
            -o-background-size: contain;
            background-size: contain; }
  .top .product-sale {
    margin-bottom: 27px; }
    .top .product-sale__body {
      width: 100%;
      padding: 0 13px;
      box-sizing: border-box; }
      .top .product-sale__body__img {
        float: none; }
        .top .product-sale__body__img img {
          width: 100%;
          height: auto; }
      .top .product-sale__body__info {
        width: 100%;
        float: none; }
        .top .product-sale__body__info__title {
          font-size: 17px;
          line-height: 1.6;
          text-align: center;
          margin-bottom: 10px; }
        .top .product-sale__body__info__lead-txt {
          font-size: 14px;
          padding-bottom: 3px;
          margin-bottom: 14px;
          text-align: center; }
        .top .product-sale__body__info__list {
          font-size: 14px;
          margin-bottom: 15px;
          text-align: center; }
        .top .product-sale__body__info__btn {
          width: 100%; }
          .top .product-sale__body__info__btn .more01 {
            width: 49%; }
            .top .product-sale__body__info__btn .more01 a {
              width: 100%;
              color: #FFF;
              background: #AD3A37;
              box-sizing: border-box; }
          .top .product-sale__body__info__btn .more02 {
            width: 49%; }
            .top .product-sale__body__info__btn .more02 a {
              width: 100%;
              box-sizing: border-box; } }
/*----------------------------------------
	other
----------------------------------------*/
.page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .page-title--txt-only {
    margin: 72px auto 28px; }
  .page-title--catname {
    font-size: 46px;
    color: #AC3835;
    line-height: 1; }

.sec-title {
  font-size: 30px;
  text-align: center;
  color: #ac3835;
  font-weight: normal; }

.bred {
  margin: 15px;
  margin-left: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  .bred__item {
    font-size: 14px;
    color: #AC3833;
    position: relative;
    margin-right: 50px;
    line-height: 1.2; }
    .bred__item:after {
      position: absolute;
      content: "";
      background: url(../images/common/arrow_1.png) no-repeat center;
      width: 8px;
      height: 12px;
      right: -30px;
      top: 3px; }
    .bred__item:last-child {
      margin-right: 0; }
      .bred__item:last-child:after {
        content: none; }
    .bred__item a {
      display: inline;
      font-size: 16px;
      color: #AC3833; }
      .bred__item a:hover {
        text-decoration: underline; }

.band-col2 {
  display: flex; }
  .band-col2__main {
    width: 50%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: url(../images/product_tokusen/bg01.jpg); }
  .band-col2__head {
    font-size: 30px;
    color: #AC3833;
    line-height: 1.6;
    margin-bottom: 30px; }
  .band-col2__body {
    font-size: 18px;
    color: #000;
    line-height: 2.2;
    text-align: center; }
  .band-col2__sub {
    width: 50%;
    min-height: 400px; }
    .band-col2__sub--source {
      background: url(../images/product_tokusen/img_4.jpg) no-repeat center;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .band-col2__sub--beef {
      background: url(../images/product_tokusen/img_5.jpg) no-repeat center;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .band-col2__sub--namavegi {
      background: url(../images/product_nama/img_2.jpg);
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .band-col2__sub--namasource {
      background: url(../images/product_nama/img_5.jpg);
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .band-col2__sub--namaotama {
      background: url(../images/product_nama/img_6.jpg);
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }

.item-cols {
  width: 900px;
  margin: 140px auto;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  .item-cols__thumb {
    display: block;
    margin: 0 auto  10px; }
  .item-cols__head {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2; }
    .item-cols__head small {
      display: block;
      margin-top: 5px;
      font-size: 16px; }
  .item-cols__label {
    color: #B32F2F;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px; }
  .item-cols__btn {
    text-align: center;
    margin-bottom: 10px; }
    .item-cols__btn a {
      display: inline-block;
      width: 140px;
      height: 40px;
      line-height: 40px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    .item-cols__btn--btn01 a {
      background: #B32F2F;
      color: #FFF; }
      .item-cols__btn--btn01 a:hover {
        opacity: 0.5; }
    .item-cols__btn--btn02 a {
      color: #B32F2F;
      border: 2px solid #B32F2F; }
      .item-cols__btn--btn02 a:hover {
        color: #FFF;
        background: #B32F2F; }

.pagenation {
  margin: 90px auto 101px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .pagenation a:hover {
    opacity: 0.7; }
  .pagenation__ba {
    display: inline-block; }
    .pagenation__ba i {
      font-size: 20px;
      color: #AC3834; }
    .pagenation__ba--prev {
      margin-right: 50px; }
    .pagenation__ba--next {
      margin-left: 50px; }
  .pagenation__body {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .pagenation__body li {
      list-style: none;
      margin: 0 15px; }
      .pagenation__body li a {
        display: inline-block;
        color: #AC3834;
        font-size: 16px; }
    .pagenation__body .current {
      width: 42px;
      height: 40px;
      text-align: center;
      line-height: 39px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #AC3834;
      color: #FFF;
      font-size: 16px; }

.tokiha-post {
  padding-bottom: 82px;
  padding-top: 90px;
  border-top: 1px solid #DBDBDB; }
  .tokiha-post__body {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    .tokiha-post__body__news {
      width: 500px;
      float: left; }
      .tokiha-post__body__news__head {
        text-align: left;
        margin-bottom: 30px; }
      .tokiha-post__body__news__inner {
        float: left; }
        .tokiha-post__body__news__inner .more-btn {
          text-align: right; }
          .tokiha-post__body__news__inner .more-btn a {
            font-size: 16px;
            color: #AC3833;
            padding-right: 46px;
            padding-bottom: 10px;
            border-bottom: 1px solid #AC3833;
            position: relative;
            transition: .7s; }
            .tokiha-post__body__news__inner .more-btn a:after {
              position: absolute;
              content: "";
              background: url(../images/top/arrow-icon01.png) no-repeat center;
              width: 26px;
              height: 8px;
              right: 4px;
              top: 3px; }
            .tokiha-post__body__news__inner .more-btn a:hover {
              opacity: 0.7; }
      .tokiha-post__body__news__item {
        margin-bottom: 12px; }
        .tokiha-post__body__news__item a {
          display: block; }
        .tokiha-post__body__news__item__thumb {
          float: left;
          margin-right: 22px;
          width: 113px;
          height: 113px; }
          .tokiha-post__body__news__item__thumb img {
            width: 100%;
            height: auto; }
        .tokiha-post__body__news__item__body {
          float: left;
          width: 364px;
          position: relative; }
          .tokiha-post__body__news__item__body:after {
            position: absolute;
            content: "";
            background: url(../images/top/arrow-icon03.png) no-repeat center;
            width: 8px;
            height: 13px;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
          .tokiha-post__body__news__item__body .cat {
            display: block;
            width: 120px;
            height: 26px;
            border: 1px;
            font-size: 14px;
            border-style: solid;
            text-align: center;
            line-height: 25px;
            -webkit-border-radius: 4px;
            border-radius: 4px; }
          .tokiha-post__body__news__item__body .new {
            color: #fff;
            background-color: #AC3833; }
          .tokiha-post__body__news__item__body .blog {
            color: #336;
            border-color: #336; }
          .tokiha-post__body__news__item__body .media {
            color: #699;
            border-color: #699; }
          .tokiha-post__body__news__item__body .date {
            margin: 0 0 10px;
            display: block;
            font-size: 16px;
            color: #999999;
            font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
          .tokiha-post__body__news__item__body .txt {
            font-size: 14px;
            color: #000;
            line-height: 1.6;
            width: 340px; }
    .tokiha-post__body__recipe {
      float: right; }
      .tokiha-post__body__recipe__head {
        margin-bottom: 30px; }
      .tokiha-post__body__recipe__post {
        margin-bottom: 20px;
        background: url(../images/recipe/bg_1.jpg);
        width: 450px; }
        .tokiha-post__body__recipe__post a {
          display: flex;
          align-items: center;
          min-height: 130px;
          padding-left: 14px;
          position: relative;
          transition: .5s; }
          .tokiha-post__body__recipe__post a:hover {
            opacity: 0.7; }
          .tokiha-post__body__recipe__post a:after {
            position: absolute;
            content: "";
            background: url(../images/common/post-underbar.png) repeat-x center;
            width: 100%;
            height: 5px;
            bottom: 0;
            left: 0; }
          .tokiha-post__body__recipe__post a .thumbnail {
            width: 113px;
            height: 105px;
            display: flex;
            -webkit-align-items: center;
            align-items: center; }
            .tokiha-post__body__recipe__post a .thumbnail img {
              width: 100%;
              height: auto; }
          .tokiha-post__body__recipe__post a .text-area {
            padding: 20px; }
            .tokiha-post__body__recipe__post a .text-area .title {
              font-size: 24px;
              color: #600;
              margin-bottom: 4px; }
            .tokiha-post__body__recipe__post a .text-area .sub-text {
              font-size: 16px;
              color: #600;
              padding-left: 4px; }
          .tokiha-post__body__recipe__post a .caption {
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 999; }
            .tokiha-post__body__recipe__post a .caption img {
              width: 130px;
              height: auto; }
      .tokiha-post__body__recipe .more-btn {
        text-align: right; }
        .tokiha-post__body__recipe .more-btn a {
          font-size: 16px;
          color: #AC3833;
          padding-right: 46px;
          padding-bottom: 10px;
          border-bottom: 1px solid #AC3833;
          position: relative;
          transition: .7s; }
          .tokiha-post__body__recipe .more-btn a:after {
            position: absolute;
            content: "";
            background: url(../images/top/arrow-icon01.png) no-repeat center;
            width: 26px;
            height: 8px;
            right: 4px;
            top: 3px; }
          .tokiha-post__body__recipe .more-btn a:hover {
            opacity: 0.7; }

@media screen and (max-width: 767px) {
  .page-title {
    padding: 0 10px;
    box-sizing: border-box; }
    .page-title img {
      width: 100%;
      height: auto; }
    .page-title--txt-only {
      margin: 0 0 50px; }
    .page-title--catname {
      font-size: 20px;
      line-height: 1.7;
      text-align: center; }

  .sec-title {
    font-size: 30px;
    text-align: center;
    color: #ac3835;
    font-weight: normal; }

  .bred {
    margin: 10px 13px 25px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .bred__item {
      font-size: 12px;
      color: #AC3833;
      position: relative;
      margin-right: 20px;
      margin-bottom: 3px; }
      .bred__item:after {
        width: 4px;
        height: 6px;
        right: -13px;
        top: 4px;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
      .bred__item:last-child {
        margin-right: 0; }
        .bred__item:last-child:after {
          content: none; }
      .bred__item a {
        font-size: 11px; }

  .band-col2 {
    display: block; }
    .band-col2__main {
      width: 100%;
      min-height: auto;
      padding: 20px 13px;
      box-sizing: border-box; }
    .band-col2__head {
      font-size: 20px;
      margin-bottom: 20px;
      text-align: center; }
    .band-col2__body {
      font-size: 14px;
      line-height: 1.8;
      text-align: left; }
    .band-col2__sub {
      width: 100%;
      height: 200px;
      min-height: auto; }

  .item-cols {
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
    margin: 70px auto;
    display: block; }
    .item-cols__inner {
      margin-bottom: 40px; }
    .item-cols__thumb {
      float: left;
      width: 37%;
      display: block;
      margin: 0 auto  10px; }
      .item-cols__thumb img {
        width: 100%;
        height: auto; }
    .item-cols__head {
      font-size: 18px;
      text-align: left;
      padding-top: 10px;
      margin-bottom: 10px; }
    .item-cols__label {
      display: inline-block;
      font-size: 12px;
      margin-right: 10px;
      height: auto;
      line-height: 1; }
    .item-cols__btn {
      display: inline-block; }
      .item-cols__btn a {
        display: inline-block;
        width: 81px;
        height: 23px;
        font-size: 10px;
        line-height: 23px; }
      .item-cols__btn--btn01 {
        margin-right: 10px; }
        .item-cols__btn--btn01 a {
          border: 2px solid #B32F2F;
          box-sizing: border-box; }
      .item-cols__btn--btn02 a {
        box-sizing: border-box; }

  .pagenation {
    margin: 40px auto 60px;
    flex-wrap: wrap; }
    .pagenation__ba--prev {
      margin-right: 15px; }
    .pagenation__ba--next {
      margin-left: 15px; }
    .pagenation__body {
      flex-wrap: wrap; }
      .pagenation__body li {
        margin: 0 10px; }
      .pagenation__body .current {
        width: 30px;
        height: 30px;
        line-height: 29px;
        font-size: 16px; }

  .tokiha-post {
    padding: 20px 13px; }
    .tokiha-post__body {
      width: 100%; }
      .tokiha-post__body__news {
        width: 100%;
        float: none;
        margin-bottom: 40px; }
        .tokiha-post__body__news__head {
          text-align: left;
          margin-bottom: 15px; }
          .tokiha-post__body__news__head img {
            width: 130px;
            height: auto; }
        .tokiha-post__body__news__item {
          margin-bottom: 12px; }
          .tokiha-post__body__news__item a {
            width: 100%; }
          .tokiha-post__body__news__item__thumb {
            width: 25%;
            margin-right: 5%; }
            .tokiha-post__body__news__item__thumb img {
              object-fit: cover;
              width: 100%;
              height: auto;
              max-width: 100%;
              min-width: 100%; }
          .tokiha-post__body__news__item__body {
            width: 70%; }
            .tokiha-post__body__news__item__body .date {
              margin: 5px 0; }
            .tokiha-post__body__news__item__body .txt {
              width: auto;
              padding-right: 10px; }
            .tokiha-post__body__news__item__body .cat {
              width: 80px;
              height: 22px;
              line-height: 22px;
              font-size: 12px; }
            .tokiha-post__body__news__item__body .date {
              font-size: 12px; }
      .tokiha-post__body__recipe {
        float: none;
        margin-bottom: 20px; }
        .tokiha-post__body__recipe__head {
          margin-bottom: 15px; }
          .tokiha-post__body__recipe__head img {
            width: 280px;
            height: auto; }
        .tokiha-post__body__recipe__post {
          width: 100%; }
          .tokiha-post__body__recipe__post a {
            min-height: 85px;
            padding-left: 7px; }
            .tokiha-post__body__recipe__post a:after {
              content: none; }
            .tokiha-post__body__recipe__post a .thumbnail {
              width: 73px;
              height: 68px; }
              .tokiha-post__body__recipe__post a .thumbnail img {
                max-width: 73px;
                min-width: 73px; }
            .tokiha-post__body__recipe__post a .text-area {
              padding-left: 13px;
              margin-top: -8px; }
              .tokiha-post__body__recipe__post a .text-area .title {
                font-size: 15px;
                line-height: 1.7;
                margin-bottom: 0; }
              .tokiha-post__body__recipe__post a .text-area .sub-text {
                font-size: 11px;
                line-height: 1; }
            .tokiha-post__body__recipe__post a .caption img {
              width: 100px;
              height: auto; } }
.about-features .sp-only {
  display: none; }
.about-features .page-title {
  background: url(../images/about_features/page_title_bg.png) no-repeat center center;
  background-size: cover;
  height: 350px; }
.about-features .sec01__main {
  height: 520px;
  background: url(../images/about_features/bg_1.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .about-features .sec01__main .sec-title {
    margin-bottom: 40px;
    line-height: 1.6; }
.about-features .sec01__body {
  font-size: 18px;
  line-height: 2.2em;
  text-align: center; }
.about-features .sec01__sub {
  height: 350px;
  background: url(../images/about_features/bg_2.jpg) no-repeat center center;
  background-size: cover; }
.about-features .sec02 {
  margin-bottom: 80px; }
  .about-features .sec02__main {
    background: url(../images/about_features/bg_3.png) no-repeat;
    height: 460px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .about-features .sec02__main .sec-title {
      margin-bottom: 40px; }
  .about-features .sec02__body {
    font-size: 18px;
    line-height: 2.2em;
    text-align: center; }
  .about-features .sec02__sub {
    height: 350px;
    background: url(../images/about_features/bg_4.png) no-repeat center center;
    background-size: cover; }
.about-features .sec03 .sec-title {
  margin-bottom: 40px; }
.about-features .sec03__body {
  font-size: 18px;
  line-height: 2.2em;
  text-align: center; }
.about-features .product-intro {
  position: relative;
  padding-top: 30px;
  padding-bottom: 70px;
  margin-bottom: 90px; }
  .about-features .product-intro__body {
    width: 900px;
    margin: 0 auto; }
  .about-features .product-intro__item {
    float: left;
    width: 410px;
    padding-bottom: 60px;
    margin-right: 80px;
    position: relative; }
    .about-features .product-intro__item:last-child {
      margin-right: 0; }
    .about-features .product-intro__item--pt {
      padding-top: 40px; }
    .about-features .product-intro__item__thumb {
      display: block;
      margin: 0 auto 10px; }
    .about-features .product-intro__item__title {
      font-size: 26px;
      color: #AC3834;
      margin-bottom: 5px; }
    .about-features .product-intro__item__lead-txt {
      font-size: 20px;
      color: #AC3834;
      line-height: 1.4;
      margin-bottom: 10px; }
      .about-features .product-intro__item__lead-txt--pt {
        padding-top: 5px; }
    .about-features .product-intro__item__body-txt {
      font-size: 14px;
      color: #000;
      line-height: 1.6;
      margin-bottom: 10px; }
    .about-features .product-intro__item__cvbtn {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .about-features .product-intro__item__cvbtn a {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        background: #AD3A37;
        border: 1px solid #ad3a37;
        width: 200px;
        height: 40px;
        margin: 0 auto;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        transition: .7s;
        position: relative; }
        .about-features .product-intro__item__cvbtn a:after {
          position: absolute;
          content: "";
          background: url(../images/top/arrow-icon02.png) no-repeat center;
          width: 26px;
          height: 8px;
          right: 20px;
          top: 15px; }
        .about-features .product-intro__item__cvbtn a:hover {
          background: #fff;
          color: #AD3A37; }
          .about-features .product-intro__item__cvbtn a:hover:after {
            background: url(../images/top/arrow-icon01.png) no-repeat center; }
.about-features .product-sale {
  margin-bottom: 40px; }
  .about-features .product-sale__body {
    width: 790px;
    margin: 0 auto; }
    .about-features .product-sale__body__img {
      float: left; }
    .about-features .product-sale__body__info {
      width: 400px;
      float: right; }
      .about-features .product-sale__body__info__title {
        font-size: 26px;
        color: #AC3833;
        margin-bottom: 16px; }
      .about-features .product-sale__body__info__lead-txt {
        font-size: 16px;
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 14px;
        margin-bottom: 14px; }
      .about-features .product-sale__body__info__list {
        font-size: 16px;
        margin-bottom: 16px; }
      .about-features .product-sale__body__info__btn {
        width: 300px; }
        .about-features .product-sale__body__info__btn .more01 {
          float: left; }
          .about-features .product-sale__body__info__btn .more01 a {
            display: block;
            text-align: center;
            font-size: 16px;
            line-height: 40px;
            color: #fff;
            background: #AD3A37;
            border: 1px solid #ad3a37;
            width: 140px;
            height: 40px;
            margin: 0 auto;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            transition: .7s;
            position: relative; }
            .about-features .product-sale__body__info__btn .more01 a:hover {
              background: #fff;
              color: #AD3A37; }
        .about-features .product-sale__body__info__btn .more02 {
          float: right; }
          .about-features .product-sale__body__info__btn .more02 a {
            display: block;
            text-align: center;
            font-size: 16px;
            line-height: 40px;
            color: #AD3A37;
            border: 1px solid #ad3a37;
            width: 140px;
            height: 40px;
            margin: 0 auto;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            transition: .7s;
            position: relative; }
            .about-features .product-sale__body__info__btn .more02 a:hover {
              background: #AD3A37;
              color: #FFF; }

@media screen and (max-width: 764px) {
  .about-features .sp-only {
    display: block; }
  .about-features .page-title {
    height: 205px; }
    .about-features .page-title img {
      width: 220px;
      height: auto; }
  .about-features .sec01__main {
    height: auto;
    padding: 20px 10px; }
    .about-features .sec01__main .sec-title {
      font-size: 20px;
      margin-bottom: 20px;
      line-height: 1.8em;
      padding: 0 10px; }
  .about-features .sec01__body {
    font-size: 14px;
    text-align: left; }
  .about-features .sec01__sub {
    height: 250px;
    background: url(../images/about_features/bg_2_sp.jpg) no-repeat center center;
    background-size: cover; }
  .about-features .sec02 {
    margin-bottom: 40px; }
    .about-features .sec02__main {
      height: auto;
      padding: 20px 10px; }
      .about-features .sec02__main .sec-title {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.8em; }
    .about-features .sec02__body {
      font-size: 14px;
      text-align: left; }
      .about-features .sec02__body br {
        display: none; }
    .about-features .sec02__sub {
      height: 250px; }
  .about-features .sec03 .sec-title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.8em; }
  .about-features .sec03__body {
    font-size: 14px;
    line-height: 1.8em;
    padding: 0 10px;
    text-align: left; }
  .about-features .product-intro {
    padding: 0 13px; }
    .about-features .product-intro__body {
      width: 100%; }
    .about-features .product-intro__item {
      float: none;
      width: 100%;
      margin-right: 0; }
      .about-features .product-intro__item--pt {
        padding-top: 40px; }
      .about-features .product-intro__item__thumb {
        width: 100%;
        height: auto; }
      .about-features .product-intro__item__title {
        font-size: 22px;
        text-align: center; }
      .about-features .product-intro__item__lead-txt {
        text-align: center;
        font-size: 17px;
        padding: 0 44px; }
      .about-features .product-intro__item__body-txt {
        text-align: center;
        padding: 0 30px; }
      .about-features .product-intro__item__cvbtn a {
        width: 100%;
        height: 40px;
        margin: 0 auto;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        transition: .7s;
        position: relative; }
        .about-features .product-intro__item__cvbtn a:after {
          position: absolute;
          content: "";
          background: url(../images/top/arrow-icon01.png) no-repeat center;
          width: 26px;
          height: 8px;
          right: 20px;
          top: 15px; }
        .about-features .product-intro__item__cvbtn a:hover {
          background: #AD3A37;
          color: #FFF; }
          .about-features .product-intro__item__cvbtn a:hover:after {
            background: url(../images/top/arrow-icon02.png) no-repeat center; }
  .about-features .product-sale {
    padding: 0 13px; }
    .about-features .product-sale__body {
      width: 100%; }
      .about-features .product-sale__body__img {
        float: none; }
        .about-features .product-sale__body__img img {
          width: 100%;
          height: auto; }
      .about-features .product-sale__body__info {
        width: 100%;
        float: none; }
        .about-features .product-sale__body__info__title {
          font-size: 17px;
          text-align: center; }
        .about-features .product-sale__body__info__lead-txt {
          text-align: center; }
        .about-features .product-sale__body__info__list {
          text-align: center; }
        .about-features .product-sale__body__info__btn {
          width: 100%; }
          .about-features .product-sale__body__info__btn .more01 {
            float: left;
            width: 48%; }
            .about-features .product-sale__body__info__btn .more01 a {
              width: auto; }
          .about-features .product-sale__body__info__btn .more02 {
            float: right;
            width: 48%; }
            .about-features .product-sale__body__info__btn .more02 a {
              width: auto; } }
.about-history {
  margin-bottom: 120px; }
  .about-history .page-title {
    background: url(../images/about_history/page_title_bg.png) no-repeat center center;
    background-size: cover;
    height: 350px; }
  .about-history .history__main {
    width: 50%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #f7f7f7; }
  .about-history .history__time {
    margin: 20px 0; }
    .about-history .history__time span {
      font-size: 20px;
      color: #ac3833;
      padding: 0px 30px;
      line-height: 2.2em;
      position: relative; }
      .about-history .history__time span::before {
        position: absolute;
        display: block;
        content: "";
        width: 12px;
        height: 40px;
        border: 1px solid #ac3833;
        border-right: none;
        top: -10px;
        left: 0; }
      .about-history .history__time span::after {
        position: absolute;
        display: block;
        content: "";
        width: 12px;
        height: 40px;
        border: 1px solid #ac3833;
        border-left: none;
        top: -10px;
        right: 0; }
  .about-history .history__body {
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 45px 20px;
    text-align: left; }
    .about-history .history__body span {
      text-decoration: underline; }
  .about-history .history__sub {
    width: 50%;
    height: 500px; }
  .about-history .sec01 {
    display: flex; }
    .about-history .sec01 .history__sub {
      background: url(../images/about_history/bg_1.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec02 {
    display: flex;
    flex-direction: row-reverse; }
    .about-history .sec02 .history__sub {
      background: url(../images/about_history/bg_2.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec03 {
    display: flex; }
    .about-history .sec03 .history__sub {
      background: url(../images/about_history/bg_3.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec04 {
    display: flex;
    flex-direction: row-reverse; }
    .about-history .sec04 .history__sub {
      background: url(../images/about_history/bg_4.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec05 {
    display: flex; }
    .about-history .sec05 .history__sub {
      background: url(../images/about_history/bg_5.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec06 {
    display: flex;
    flex-direction: row-reverse; }
    .about-history .sec06 .history__sub {
      background: url(../images/about_history/bg_6.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec07 {
    display: flex; }
    .about-history .sec07 .history__sub {
      background: url(../images/about_history/bg_7.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec08 {
    display: flex;
    flex-direction: row-reverse; }
    .about-history .sec08 .history__sub {
      background: url(../images/about_history/bg_8.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec09 {
    display: flex; }
    .about-history .sec09 .history__sub {
      background: url(../images/about_history/bg_9.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec10 {
    display: flex;
    flex-direction: row-reverse; }
    .about-history .sec10 .history__sub {
      background: url(../images/about_history/bg_10.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec11 {
    display: flex; }
    .about-history .sec11 .history__sub {
      background: url(../images/about_history/bg_11.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec12 {
    display: flex;
    flex-direction: row-reverse; }
    .about-history .sec12 .history__sub {
      background: url(../images/about_history/bg_12.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec13 {
    display: flex; }
    .about-history .sec13 .history__sub {
      background: url(../images/about_history/bg_13.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec14 {
    display: flex;
    flex-direction: row-reverse; }
    .about-history .sec14 .history__sub {
      background: url(../images/about_history/bg_14.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec15 {
    display: flex; }
    .about-history .sec15 .history__sub {
      background: url(../images/about_history/bg_15.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec16 {
    display: flex;
    flex-direction: row-reverse; }
    .about-history .sec16 .history__sub {
      background: url(../images/about_history/bg_16.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec17 {
    display: flex; }
    .about-history .sec17 .history__sub {
      background: url(../images/about_history/bg_17.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec18 {
    display: flex;
    flex-direction: row-reverse; }
    .about-history .sec18 .history__sub {
      background: url(../images/about_history/bg_18.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec19 {
    display: flex; }
    .about-history .sec19 .history__sub {
      background: url(../images/about_history/bg_19.png) no-repeat center center;
      background-size: cover; }
  .about-history .sec20 {
    display: flex;
    flex-direction: row-reverse; }
    .about-history .sec20 .history__sub {
      background: url(../images/about_history/bg_20.png) no-repeat center center;
      background-size: cover; }

@media screen and (max-width: 764px) {
  .about-history {
    margin-bottom: 120px; }
    .about-history .page-title {
      height: 205px; }
      .about-history .page-title img {
        width: 230px;
        height: auto; }
    .about-history .history__main {
      width: 100%;
      height: auto;
      padding: 30px 13px;
      box-sizing: border-box; }
      .about-history .history__main .sec-title {
        font-size: 20px; }
      .about-history .history__main .img-wrap img {
        width: 240px;
        height: auto; }
    .about-history .history__time span {
      font-size: 17px; }
      .about-history .history__time span::before {
        width: 5px;
        height: 20px;
        top: -2px; }
      .about-history .history__time span::after {
        width: 5px;
        height: 20px;
        top: -2px; }
    .about-history .history__body {
      font-size: 14px;
      margin-bottom: 0;
      text-align: left; }
      .about-history .history__body span {
        text-decoration: underline; }
    .about-history .history__sub {
      width: 100%;
      height: 230px; }
    .about-history .sec01 {
      flex-direction: column; }
    .about-history .sec02 {
      flex-direction: column; }
    .about-history .sec03 {
      flex-direction: column; }
    .about-history .sec04 {
      flex-direction: column; }
    .about-history .sec05 {
      flex-direction: column; }
    .about-history .sec06 {
      flex-direction: column; }
    .about-history .sec07 {
      flex-direction: column; }
    .about-history .sec08 {
      flex-direction: column; }
    .about-history .sec09 {
      flex-direction: column; }
    .about-history .sec10 {
      flex-direction: column; }
    .about-history .sec11 {
      flex-direction: column; }
    .about-history .sec12 {
      flex-direction: column; }
    .about-history .sec13 {
      flex-direction: column; }
    .about-history .sec14 {
      flex-direction: column; }
    .about-history .sec15 {
      flex-direction: column; }
    .about-history .sec16 {
      flex-direction: column; }
    .about-history .sec17 {
      flex-direction: column; }
    .about-history .sec18 {
      flex-direction: column; }
    .about-history .sec19 {
      flex-direction: column; }
    .about-history .sec20 {
      flex-direction: column; } }
.about-interview .page-title {
  background: url(../images/about_interview/page_title_bg.png) no-repeat center center;
  background-size: cover;
  height: 350px; }
.about-interview .sec01, .about-interview .sec02 {
  display: flex; }
  .about-interview .sec01 .interview__main, .about-interview .sec02 .interview__main {
    width: 50%;
    padding: 50px 75px;
    background: #ac3834;
    box-sizing: border-box;
    position: relative; }
    .about-interview .sec01 .interview__main:after, .about-interview .sec02 .interview__main:after {
      position: absolute;
      content: "";
      background: url(../images/about_interview/arrow-L.png) no-repeat;
      width: 36px;
      height: 61px;
      top: 88px;
      left: -36px; }
  .about-interview .sec01 .interview__head, .about-interview .sec02 .interview__head {
    color: #FFF;
    font-size: 22px;
    line-height: 1.4em;
    margin-left: -1.2em;
    margin-bottom: 10px; }
  .about-interview .sec01 .interview__body, .about-interview .sec02 .interview__body {
    color: #FFF;
    line-height: 1.8em; }
    .about-interview .sec01 .interview__body img, .about-interview .sec02 .interview__body img {
      margin: 30px 0 45px;
      height: auto;
      width: 100%; }
  .about-interview .sec01 .interview__sub, .about-interview .sec02 .interview__sub {
    width: 50%;
    box-sizing: border-box; }
    .about-interview .sec01 .interview__sub .interviewee__role, .about-interview .sec02 .interview__sub .interviewee__role {
      margin-top: 50px;
      font-size: 18px;
      color: #ac3834;
      padding: 0 50px; }
    .about-interview .sec01 .interview__sub .interviewee__name, .about-interview .sec02 .interview__sub .interviewee__name {
      font-size: 40px;
      color: #ac3834;
      line-height: 1.6em;
      padding: 0 50px;
      margin-bottom: 70px; }
      .about-interview .sec01 .interview__sub .interviewee__name span, .about-interview .sec02 .interview__sub .interviewee__name span {
        display: block;
        font-size: 12px;
        line-height: 1em;
        color: #ac3834; }
    .about-interview .sec01 .interview__sub .interviewee__aside, .about-interview .sec02 .interview__sub .interviewee__aside {
      padding: 0 50px; }
.about-interview .column-reverse {
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .about-interview .column-reverse .interview__main {
    position: relative; }
    .about-interview .column-reverse .interview__main:after {
      position: absolute;
      content: "";
      background: url(../images/about_interview/arrow-R.png) no-repeat;
      width: 35px;
      height: 57px;
      top: 88px;
      right: -35px;
      left: auto; }

.about__guide {
  width: 899px;
  margin: 100px auto 130px;
  display: flex;
  justify-content: space-between; }
  .about__guide__item {
    width: 449px;
    height: 353px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-sizing: border-box; }
    .about__guide__item--feature {
      background: url(../images/about_history/bg_6.png);
      background-size: cover; }
    .about__guide__item--history {
      background: url(../images/about_features/bg_4.png);
      background-size: cover; }
    .about__guide__item--interview {
      background: url(../images/about_features/bg_5.png);
      background-size: cover; }
  .about__guide__title {
    color: #FFF;
    font-size: 34px;
    font-weight: normal; }
  .about__guide__body {
    color: #FFF;
    font-size: 18px;
    line-height: 1.8em;
    margin: 15px auto; }
  .about__guide__btn {
    padding: 0 40px; }
    .about__guide__btn a {
      border: 1px solid #FFF;
      color: #FFF;
      display: block;
      height: 50px;
      line-height: 50px;
      margin: 10px auto;
      border-radius: 5px;
      background: url(../images/common/arrow_3.png) no-repeat 92% center;
      padding-left: 35px;
      box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .about-interview .page-title {
    background: url(../images/about_interview/page_title_bg.png) no-repeat center center;
    background-size: cover;
    height: 205px; }
    .about-interview .page-title img {
      height: 70px;
      width: auto; }
  .about-interview .sec01, .about-interview .sec02 {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .about-interview .sec01 .interview__main, .about-interview .sec02 .interview__main {
      width: 100%;
      padding: 20px; }
      .about-interview .sec01 .interview__main:after, .about-interview .sec02 .interview__main:after {
        content: none; }
    .about-interview .sec01 .interview__head, .about-interview .sec02 .interview__head {
      font-size: 18px;
      line-height: 1.4em;
      margin-left: 0; }
    .about-interview .sec01 .interview__sub, .about-interview .sec02 .interview__sub {
      width: 100%;
      box-sizing: border-box; }
      .about-interview .sec01 .interview__sub .interviewee img, .about-interview .sec02 .interview__sub .interviewee img {
        width: 100%;
        height: auto; }
      .about-interview .sec01 .interview__sub .interviewee__role, .about-interview .sec02 .interview__sub .interviewee__role {
        margin-top: 20px;
        padding: 0;
        text-align: center;
        font-size: 14px; }
      .about-interview .sec01 .interview__sub .interviewee__name, .about-interview .sec02 .interview__sub .interviewee__name {
        font-size: 25px;
        padding: 0;
        text-align: center;
        margin-bottom: 20px; }
        .about-interview .sec01 .interview__sub .interviewee__name span, .about-interview .sec02 .interview__sub .interviewee__name span {
          font-size: 10px;
          text-align: center; }
      .about-interview .sec01 .interview__sub .interviewee__aside, .about-interview .sec02 .interview__sub .interviewee__aside {
        font-size: 12px;
        padding: 0 20px; }
  .about-interview .column-startL {
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .about-interview .column-startL .interview__main {
      position: relative; }
      .about-interview .column-startL .interview__main:after {
        position: absolute;
        content: "";
        background: url(../images/about_interview/arrow-L.png) no-repeat;
        width: 36px;
        height: 61px;
        top: 88px;
        left: -36px; }

  .about__guide {
    width: 100%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about__guide__item {
      width: 100%;
      height: auto;
      padding: 20px 10px;
      margin-bottom: 5px;
      box-sizing: border-box; }
      .about__guide__item:last-child {
        margin-bottom: 0; }
      .about__guide__item--feature {
        background: url(../images/about_history/bg_6.png) no-repeat center; }
      .about__guide__item--history {
        background: url(../images/about_features/bg_4.png) no-repeat center; }
      .about__guide__item--interview {
        background: url(../images/about_features/bg_5.png) no-repeat center; }
    .about__guide__title {
      font-size: 22px; }
    .about__guide__body {
      font-size: 14px; }
    .about__guide__btn {
      padding: 0 20px; }
      .about__guide__btn a {
        display: block;
        border: 1px solid #FFF;
        color: #FFF;
        text-align: center;
        font-size: 17px;
        height: 40px;
        line-height: 40px;
        padding-left: 0; } }
.news-container {
  width: 1000px;
  margin: 0 auto; }
  .news-container .news-side {
    width: 272px;
    float: right;
    margin-bottom: 30px; }
    .news-container .news-side__items {
      margin: 20px 0 30px;
      padding-bottom: 24px;
      border-bottom: 1px solid #E9E9E9; }
    .news-container .news-side__item {
      margin-bottom: 6px; }
      .news-container .news-side__item a {
        display: flex;
        border: 2px solid #C8C8C8;
        box-sizing: border-box;
        color: #AC3835;
        font-size: 20px;
        padding: 17px 15px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .news-container .news-side__item a:hover {
          background: #AC3835;
          color: #fff; }
          .news-container .news-side__item a:hover i {
            color: #FFF; }
        .news-container .news-side__item a i {
          font-size: 22px;
          color: #AC3835; }
    .news-container .news-side__post {
      display: flex;
      justify-content: space-between;
      padding: 20px 0 15px;
      border-bottom: 1px solid #EEE; }
      .news-container .news-side__post__sub {
        width: 80px; }
        .news-container .news-side__post__sub img {
          width: 100%;
          height: auto; }
      .news-container .news-side__post__main {
        width: 180px; }
      .news-container .news-side__post__category {
        display: inline-block;
        text-align: center;
        min-width: 120px;
        font-size: 13px;
        padding: 2px;
        box-sizing: border-box;
        border-radius: 3px;
        background: #AC3835; }
        .news-container .news-side__post__category a {
          color: #FFF; }
      .news-container .news-side__post__date {
        font-size: 12px;
        margin: 0 0 5px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        color: #000;
        line-height: 1; }
      .news-container .news-side__post__title {
        font-size: 14px; }

.news-index__posts {
  width: 690px;
  float: left; }
.news-index__post a {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #EEE;
  position: relative; }
  .news-index__post a i {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    color: #AC3834; }
    .news-index__post a i.fa-angle-right:before {
      position: absolute;
      top: 48%; }
.news-index__post__sub {
  width: 222px; }
  .news-index__post__sub img {
    width: 100%;
    height: auto; }
.news-index__post__main {
  width: 440px;
  padding-right: 50px;
  box-sizing: border-box; }
.news-index__post__category {
  display: inline-block;
  text-align: center;
  min-width: 120px;
  font-size: 13px;
  padding: 2px;
  box-sizing: border-box;
  background: #AC3835;
  color: #FFF;
  border-radius: 3px; }
.news-index__post__date {
  font-size: 16px;
  margin: 0 0 10px;
  color: #999; }
.news-index__post__title {
  font-size: 16px; }

.news-detail .news-post {
  width: 690px;
  float: left;
  margin-bottom: 119px; }
  .news-detail .news-post__head {
    margin-bottom: 50px; }
    .news-detail .news-post__head__category a {
      display: inline-block;
      text-align: center;
      min-width: 120px;
      font-size: 13px;
      padding: 2px;
      box-sizing: border-box;
      border-radius: 3px;
      background: #AC3835;
      color: #FFF; }
    .news-detail .news-post__head__date {
      font-size: 16px;
      margin: 0 0 15px;
      color: #999;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }
    .news-detail .news-post__head__title {
      font-size: 24px;
      line-height: 1.6em; }
    .news-detail .news-post__head__prev i {
      margin-right: 19px; }
    .news-detail .news-post__head__next i {
      margin-left: 19px; }
      .news-detail .news-post__head__next i:before {
        right: 0; }
  .news-detail .news-post__body {
    margin-bottom: 60px; }
    .news-detail .news-post__body p {
      margin-bottom: 36px; }
    .news-detail .news-post__body img {
      max-width: 100%;
      height: auto; }
    .news-detail .news-post__body .sns-btn {
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      line-height: 1; }
      .news-detail .news-post__body .sns-btn iframe {
        margin-right: 10px; }
  .news-detail .news-post__foot {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #EEE; }
    .news-detail .news-post__foot a {
      font-size: 20px;
      color: #b22e2e; }
      .news-detail .news-post__foot a i {
        font-size: 20px;
        color: #B22E2E;
        line-height: 1;
        position: relative; }
        .news-detail .news-post__foot a i:before {
          position: absolute;
          font-size: 30px;
          bottom: -6px; }

@media screen and (max-width: 767px) {
  .news-index .page-title img,
  .news-detail .page-title img {
    height: 46px;
    width: auto; }
  .news-index .page-title--txt-only,
  .news-detail .page-title--txt-only {
    margin-bottom: 25px; }

  .news-container {
    width: 100%;
    margin: 0 auto 50px; }
    .news-container .news-side {
      width: 100%;
      float: none;
      margin-bottom: 0; }
      .news-container .news-side__head {
        text-align: center;
        position: relative; }
        .news-container .news-side__head:after {
          position: absolute;
          content: "";
          background: #B1443F;
          width: 120px;
          height: 2px;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
        .news-container .news-side__head--sp-under:after {
          width: 85px; }
      .news-container .news-side__items {
        padding: 0 13px;
        border-bottom: none; }
      .news-container .news-side__item {
        margin-bottom: 6px; }
        .news-container .news-side__item a {
          font-size: 18px;
          padding: 11px 8px; }
          .news-container .news-side__item a i {
            font-size: 18px;
            color: #AC3835; }
      .news-container .news-side__post {
        padding: 20px 13px 15px;
        border-bottom: 1px solid #EEE;
        box-sizing: border-box;
        position: relative; }
        .news-container .news-side__post:after {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-top: 2px solid #af3e3a;
          border-right: 2px solid #af3e3a;
          right: 8px;
          top: 0;
          bottom: 0;
          margin: auto;
          transform: rotate(45deg); }
        .news-container .news-side__post__sub {
          max-width: 110px;
          width: 100%;
          margin-right: 8px; }
          .news-container .news-side__post__sub img {
            width: 100%;
            height: auto;
            max-width: 100%;
            min-width: 100%; }
        .news-container .news-side__post__main {
          width: 100%;
          padding-right: 0;
          box-sizing: border-box; }
        .news-container .news-side__post__category {
          min-width: 80px;
          font-size: 10px; }
        .news-container .news-side__post__date {
          font-size: 12px;
          line-height: 1;
          margin: 5px 0;
          color: #999; }
        .news-container .news-side__post__title {
          font-size: 14px; }

  .news-index .page-title img {
    height: 46px;
    width: auto; }
  .news-index__posts {
    width: 100%;
    float: none; }
  .news-index__post a {
    display: flex;
    justify-content: space-between;
    padding: 12px 13px;
    box-sizing: border-box; }
    .news-index__post a i {
      right: 12px; }
  .news-index__post__sub {
    max-width: 110px;
    width: 100%;
    height: auto;
    margin-right: 8px; }
    .news-index__post__sub img {
      width: 100%;
      height: auto;
      max-width: 100%;
      min-width: 100%; }
  .news-index__post__main {
    width: 100%;
    padding-right: 0;
    box-sizing: border-box; }
  .news-index__post__category {
    min-width: 80px;
    font-size: 10px; }
  .news-index__post__date {
    font-size: 12px;
    line-height: 1;
    margin: 5px 0; }
  .news-index__post__title {
    font-size: 14px; }

  .news-detail .news-post {
    width: 100%;
    float: none;
    margin-bottom: 30px; }
    .news-detail .news-post__head {
      padding: 0 13px;
      box-sizing: border-box; }
      .news-detail .news-post__head__category {
        display: inline-block;
        margin-right: 7px; }
        .news-detail .news-post__head__category a {
          min-width: 80px;
          font-size: 10px;
          padding: 0;
          height: 18px;
          line-height: 19px; }
      .news-detail .news-post__head__date {
        display: inline-block;
        font-size: 12px;
        margin: 0; }
      .news-detail .news-post__head__title {
        font-size: 22px;
        line-height: 1.6em;
        margin: 10px 0; }
      .news-detail .news-post__head__prev i {
        margin-right: 19px; }
      .news-detail .news-post__head__next i {
        margin-left: 19px; }
        .news-detail .news-post__head__next i:before {
          right: 0; }
    .news-detail .news-post__body {
      padding: 0 13px;
      box-sizing: border-box;
      margin-bottom: 60px; }
      .news-detail .news-post__body p {
        font-size: 15px;
        line-height: 2;
        margin-bottom: 36px; }
      .news-detail .news-post__body img {
        width: 100%;
        height: auto; }
    .news-detail .news-post__foot {
      padding: 20px 13px;
      border-top: 1px solid #EEE;
      border-bottom: 1px solid #EEE;
      margin-bottom: 20px; }
      .news-detail .news-post__foot a {
        font-size: 20px;
        color: #b22e2e; }
        .news-detail .news-post__foot a i {
          font-size: 20px;
          color: #B22E2E;
          line-height: 1;
          position: relative; }
          .news-detail .news-post__foot a i:before {
            position: absolute;
            font-size: 30px;
            bottom: -6px; } }
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 24px; }

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.giftset .sec01 {
  width: 900px;
  margin: 0 auto; }
.giftset__item {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #EEE; }
  .giftset__item__sub {
    width: 340px; }
  .giftset__item__main {
    width: 415px; }
  .giftset__item__catch {
    font-size: 22px;
    font-weight: normal;
    color: #ac3835;
    margin-bottom: 10px; }
  .giftset__item__head {
    font-size: 28px;
    font-weight: normal;
    color: #ac3835;
    margin-bottom: 30px; }
    .giftset__item__head span {
      font-size: 20px;
      color: #ac3835; }
  .giftset__item__body {
    font-size: 18px;
    line-height: 1.8em;
    color: #666;
    padding-bottom: 20px; }
  .giftset__item__price {
    display: inline-block;
    border-top: 1px solid #eee;
    font-size: 20px;
    font-style: italic;
    padding: 20px 0; }
.giftset__caption {
  background: #F4F4F4;
  padding: 35px 25px;
  box-sizing: border-box; }
  .giftset__caption__txt {
    color: #000;
    font-size: 18px;
    line-height: 1.8; }
.giftset__foot {
  margin: 40px auto 85px; }
  .giftset__foot__text {
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-bottom: 19px; }
  .giftset__foot__btn {
    text-align: center; }
    .giftset__foot__btn a {
      display: inline-block;
      width: 240px;
      height: 40px;
      line-height: 40px;
      color: #FFF;
      text-align: center;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      transition: .5s;
      background: rgba(172, 56, 53, 0.9);
      border: 1px solid #9b4a42;
      font-size: 12px; }
      .giftset__foot__btn a i {
        color: #FFF;
        font-size: 15px;
        margin-right: 18px; }
      .giftset__foot__btn a:hover {
        color: #9B4A42;
        background: #FFF; }
        .giftset__foot__btn a:hover i {
          color: #9B4A42; }

@media screen and (max-width: 767px) {
  .giftset .page-title img {
    height: 47px;
    width: auto; }
  .giftset .sec01 {
    width: 100%;
    margin: 0 auto; }
  .giftset__item {
    display: block;
    padding: 20px 13px 60px;
    border-bottom: none; }
    .giftset__item__sub {
      width: 100%;
      padding: 0 25px;
      box-sizing: border-box;
      margin-bottom: 22px; }
      .giftset__item__sub img {
        width: 100%;
        height: auto; }
    .giftset__item__main {
      width: 100%; }
    .giftset__item__head {
      font-size: 20px;
      line-height: 1.6;
      margin-bottom: 15px;
      padding: 0 25px;
      box-sizing: border-box;
      text-align: center; }
    .giftset__item__body {
      font-size: 14px;
      line-height: 1.6;
      padding: 0 25px 10px;
      box-sizing: border-box;
      text-align: center; }
    .giftset__item__price {
      display: block;
      border-bottom: 1px solid #eee;
      font-size: 15px;
      font-style: italic;
      padding: 11px 0;
      text-align: center; }
  .giftset__caption {
    margin-top: -40px;
    padding: 25px 13px 20px;
    box-sizing: border-box; }
    .giftset__caption__txt {
      font-size: 14px;
      line-height: 1.8; }
  .giftset__foot {
    margin: 18px auto 45px;
    padding: 0 13px; }
    .giftset__foot__text {
      font-size: 15px;
      margin-bottom: 5px; }
    .giftset__foot__btn {
      text-align: center; }
      .giftset__foot__btn a {
        width: 100%; } }
.company .sec01 {
  width: 900px;
  margin: 0 auto 96px; }
.company__body {
  width: 100%; }
  .company__body tr {
    border-bottom: 1px solid #EEE; }
  .company__body th, .company__body td {
    font-weight: normal;
    padding: 30px 0;
    vertical-align: top;
    font-size: 16px; }
    .company__body th .in, .company__body td .in {
      display: block; }
  .company__body th .in {
    width: 120px; }
  .company__body td .in {
    padding-left: 80px;
    border-left: 1px dotted #CCC; }
  .company__body td .flex {
    display: flex; }
  .company__body td .sp-only {
    display: none; }
  .company__body td a {
    display: inline-block;
    margin-left: 20px;
    background: #B32F2F;
    color: #FFF;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #B32F2F;
    transition: .7s; }
    .company__body td a:hover {
      color: #B32F2F;
      background: #FFF; }
  .company__body .embedmap {
    margin-top: 15px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0; }
  .company__body .embedmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.company .sp-only-tr {
  display: none; }

@media screen and (max-width: 764px) {
  .company .page-title--txt-only {
    margin: 0 0 25px; }
    .company .page-title--txt-only img {
      width: 110px;
      height: auto; }
  .company .sec01 {
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box; }
  .company__body {
    width: 100%; }
    .company__body tr:nth-of-type(9) {
      border-bottom: none; }
    .company__body th .in, .company__body td .in {
      font-size: 14px; }
    .company__body th {
      width: 23%;
      padding: 15px 10px 15px 0; }
      .company__body th .in {
        width: auto; }
    .company__body td {
      padding: 15px 0; }
      .company__body td .in {
        padding-left: 10px; }
        .company__body td .in .pc-only {
          display: none; }
      .company__body td .flex {
        display: flex; }
      .company__body td .sp-only {
        display: block;
        width: 100% !important;
        height: 230px !important; }
      .company__body td a {
        display: block;
        margin-left: 0;
        margin-top: 10px; }
    .company__body .map {
      padding: 0 0 15px; }
  .company .sp-only-tr {
    display: table-row; } }
.order-contact__body {
  width: 900px;
  margin: 0 auto; }
  .order-contact__body .mw_wp_form_complete p {
    font-size: 20px;
    margin: 50px 0;
    text-align: center; }
.order-contact__text {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px; }
.order-contact .require {
  color: #AC3833;
  vertical-align: super; }
.order-contact__form {
  width: 100%;
  table-layout: fixed; }
  .order-contact__form tr {
    border-bottom: 1px solid #E9E9E9; }
    .order-contact__form tr:nth-child(6) {
      border-bottom: none; }
  .order-contact__form th {
    width: 290px;
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 35px; }
  .order-contact__form td {
    padding-top: 30px;
    padding-bottom: 35px; }
    .order-contact__form td input {
      display: block;
      width: 370px;
      height: 36px;
      border: 1px solid #CCC;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0 1px #CCC inset;
      box-shadow: 0 1px #CCC inset;
      font-size: 18px; }
      .order-contact__form td input[type="checkbox"] {
        width: auto;
        height: auto;
        display: inline-block;
        margin-right: 5px;
        vertical-align: baseline; }
    .order-contact__form td .col2 {
      margin-bottom: 25px; }
      .order-contact__form td .col2 input {
        display: inline-block;
        width: 120px;
        margin: 0 10px; }
    .order-contact__form td .inline select {
      vertical-align: initial; }
    .order-contact__form td textarea {
      -webkit-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid #CCC;
      -webkit-box-shadow: 0 1px #CCC inset;
      box-shadow: 0 1px #CCC inset;
      font-size: 16px; }
  .order-contact__form .col1__wrap {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 24px 10px 15px;
    box-sizing: borde-box; }
    .order-contact__form .col1__wrap .lead-txt {
      font-size: 22px;
      color: #202020;
      text-align: center;
      margin-bottom: 10px; }
      .order-contact__form .col1__wrap .lead-txt span {
        margin-top: 10px;
        display: block;
        text-align: center;
        font-size: 16px;
        color: #202020; }
    .order-contact__form .col1__wrap .set-list {
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      .order-contact__form .col1__wrap .set-list__item {
        margin: 0 50px; }
        .order-contact__form .col1__wrap .set-list__item img {
          display: block;
          margin: 0 auto 15px; }
        .order-contact__form .col1__wrap .set-list__item .red {
          display: block;
          color: #AC3835;
          margin-bottom: 3px;
          text-align: center; }
        .order-contact__form .col1__wrap .set-list__item .black {
          display: block;
          color: #000;
          font-style: italic;
          margin-bottom: 3px;
          text-align: center; }
        .order-contact__form .col1__wrap .set-list__item .in-txt {
          text-align: center; }
          .order-contact__form .col1__wrap .set-list__item .in-txt input {
            display: inline-block;
            width: 50px;
            height: 26px;
            margin-right: 5px; }
.order-contact .btn-wrap {
  margin: 40px auto 86px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .order-contact .btn-wrap__item {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .order-contact .btn-wrap__item a {
      display: block;
      width: 280px;
      height: 50px;
      line-height: 49px;
      text-align: center; }
    .order-contact .btn-wrap__item--reset {
      background: #999; }
      .order-contact .btn-wrap__item--reset a {
        font-size: 15px;
        color: #FFF; }
        .order-contact .btn-wrap__item--reset a:hover {
          opacity: .5; }
    .order-contact .btn-wrap__item--back {
      display: block;
      width: 280px;
      height: 50px;
      margin-right: 10px;
      line-height: 49px;
      text-align: center;
      border: 2px solid #999;
      background: #999;
      font-size: 15px;
      color: #FFF; }
      .order-contact .btn-wrap__item--back:hover {
        opacity: .5; }
    .order-contact .btn-wrap__item--confirm {
      border: 2px solid #B14442;
      position: relative; }
      .order-contact .btn-wrap__item--confirm:after {
        position: absolute;
        content: "";
        background: url(../images/common/arrow_2.png) no-repeat center;
        width: 26px;
        height: 8px;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .order-contact .btn-wrap__item--confirm:hover {
        background: #B14442;
        color: #FFF; }
        .order-contact .btn-wrap__item--confirm:hover:after {
          background: url(../images/common/arrow_3.png) no-repeat center; }
      .order-contact .btn-wrap__item--confirm input {
        font-size: 15px;
        color: #B14442;
        display: block;
        width: 280px;
        height: 50px;
        line-height: 49px;
        text-align: center;
        -webkit-appearance: none;
        border: none;
        background: none; }
        .order-contact .btn-wrap__item--confirm input:hover {
          color: #FFF; }

.mw_wp_form_input .view_hidden {
  display: none; }

@media screen and (max-width: 767px) {
  .order-contact .page-title img {
    height: 50px;
    width: auto; }
  .order-contact__body {
    width: 100%;
    margin: 0 auto;
    padding: 0 13px;
    box-sizing: border-box; }
  .order-contact__text {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #B2B2B2;
    margin-bottom: 0; }
  .order-contact .require {
    color: #AC3833;
    vertical-align: super; }
  .order-contact__form {
    width: 100%; }
    .order-contact__form th {
      width: 100%;
      display: block;
      padding-top: 25px;
      padding-bottom: 10px; }
    .order-contact__form td {
      display: block;
      padding: 0;
      padding-bottom: 25px; }
      .order-contact__form td input {
        width: 100%;
        height: 36px; }
      .order-contact__form td .col2 {
        margin-bottom: 15px; }
        .order-contact__form td .col2 input {
          width: 100px;
          margin: 0 10px; }
      .order-contact__form td textarea {
        width: 100%; }
    .order-contact__form .col1 {
      padding: 25px 0; }
      .order-contact__form .col1__wrap {
        padding: 24px 10px 15px; }
        .order-contact__form .col1__wrap .lead-txt {
          font-size: 22px;
          color: #202020;
          text-align: center;
          margin-bottom: 20px; }
          .order-contact__form .col1__wrap .lead-txt span {
            margin-top: 10px;
            display: block;
            text-align: center;
            font-size: 16px;
            color: #202020; }
        .order-contact__form .col1__wrap .set-list {
          display: block; }
          .order-contact__form .col1__wrap .set-list__item {
            margin-bottom: 25px;
            margin-left: 0;
            margin-right: 0; }
            .order-contact__form .col1__wrap .set-list__item img {
              display: block;
              margin: 0 auto 15px; }
  .order-contact .btn-wrap {
    margin: 40px auto 86px;
    display: block; }
    .order-contact .btn-wrap__item {
      margin-right: 0; }
      .order-contact .btn-wrap__item input {
        width: 100%; }
      .order-contact .btn-wrap__item--back {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        vertical-align: middle; } }
.product-info {
  margin-bottom: 90px; }
  .product-info .page-title {
    margin-bottom: 62px; }
  .product-info .source-wrap {
    width: 900px;
    margin: 0 auto 58px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .product-info .source-wrap__head {
      width: 160px; }
      .product-info .source-wrap__head img {
        display: block;
        margin: 0 auto 10px; }
      .product-info .source-wrap__head .caption {
        display: block;
        text-align: center;
        font-size: 18px; }
    .product-info .source-wrap__body .pattern_1 {
      width: 726px;
      border: 1px solid #808080;
      margin-bottom: 18px; }
      .product-info .source-wrap__body .pattern_1 .num_1 {
        width: 109px;
        text-align: center; }
      .product-info .source-wrap__body .pattern_1 .num_2 {
        width: 107px;
        text-align: center; }
      .product-info .source-wrap__body .pattern_1 .num_3 {
        width: 74px;
        text-align: center; }
      .product-info .source-wrap__body .pattern_1 th, .product-info .source-wrap__body .pattern_1 td {
        padding: 2px;
        line-height: 1.2;
        border: 1px solid #808080; }
      .product-info .source-wrap__body .pattern_1 th {
        text-align: center; }
    .product-info .source-wrap__body .pattern_2 {
      width: 726px;
      border: 1px solid #808080; }
      .product-info .source-wrap__body .pattern_2 th {
        vertical-align: middle;
        text-align: center; }
      .product-info .source-wrap__body .pattern_2 .hd {
        min-height: 40px; }
      .product-info .source-wrap__body .pattern_2 .hd-cell {
        width: 85px;
        font-size: 12px; }
      .product-info .source-wrap__body .pattern_2 th, .product-info .source-wrap__body .pattern_2 td {
        padding: 2px;
        line-height: 1.2;
        border: 1px solid #808080; }
      .product-info .source-wrap__body .pattern_2 td {
        height: 55px;
        text-align: center;
        vertical-align: middle; }
      .product-info .source-wrap__body .pattern_2 .bg {
        background: #FFDAD9; }
      .product-info .source-wrap__body .pattern_2 .l-text {
        font-size: 16px;
        font-weight: bold; }

@media screen and (max-width: 767px) {
  .product-info {
    margin-bottom: 90px; }
    .product-info .page-title {
      margin-bottom: 40px; }
      .product-info .page-title img {
        height: 40px;
        width: auto; }
    .product-info .source-wrap {
      width: 100%;
      padding: 0 13px;
      box-sizing: border-box;
      margin: 0 auto 30px;
      display: block; }
      .product-info .source-wrap__head {
        width: 100%;
        margin-bottom: 15px; }
      .product-info .source-wrap__body {
        overflow: auto; }
        .product-info .source-wrap__body::-webkit-scrollbar {
          width: 20px;
          height: 4px; }
        .product-info .source-wrap__body::-webkit-scrollbar-track {
          background: #fff; }
        .product-info .source-wrap__body::-webkit-scrollbar-thumb {
          background: #ac3833; }
        .product-info .source-wrap__body .pattern_1 {
          width: 726px;
          border: 1px solid #808080;
          margin-bottom: 18px; }
          .product-info .source-wrap__body .pattern_1 .num_1 {
            width: 109px;
            text-align: center; }
          .product-info .source-wrap__body .pattern_1 .num_2 {
            width: 107px;
            text-align: center; }
          .product-info .source-wrap__body .pattern_1 .num_3 {
            width: 74px;
            text-align: center; }
          .product-info .source-wrap__body .pattern_1 th, .product-info .source-wrap__body .pattern_1 td {
            padding: 2px;
            line-height: 1.2;
            border: 1px solid #808080; }
          .product-info .source-wrap__body .pattern_1 th {
            text-align: center; }
        .product-info .source-wrap__body .pattern_2 {
          width: 726px;
          border: 1px solid #808080; }
          .product-info .source-wrap__body .pattern_2 th {
            vertical-align: middle;
            text-align: center; }
          .product-info .source-wrap__body .pattern_2 .hd {
            min-height: 40px; }
          .product-info .source-wrap__body .pattern_2 .hd-cell {
            width: 85px;
            font-size: 12px; }
          .product-info .source-wrap__body .pattern_2 th, .product-info .source-wrap__body .pattern_2 td {
            padding: 2px;
            line-height: 1.2;
            border: 1px solid #808080; }
          .product-info .source-wrap__body .pattern_2 td {
            height: 55px;
            text-align: center;
            vertical-align: middle; }
          .product-info .source-wrap__body .pattern_2 .bg {
            background: #FFDAD9; } }
.privacy .page-title {
  height: 200px; }
.privacy__container {
  width: 900px;
  margin: 0 auto 50px; }
.privacy__text {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 30px; }
.privacy__body {
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
  line-height: 1.8em; }
  .privacy__body tr {
    border-top: 1px solid #e9e9e9; }
    .privacy__body tr th {
      width: 160px;
      vertical-align: top;
      padding: 30px 0;
      padding-right: 50px; }
    .privacy__body tr td {
      padding: 30px 0; }

@media screen and (max-width: 767px) {
  .privacy .page-title {
    height: auto;
    margin-bottom: 35px; }
    .privacy .page-title img {
      height: 42px;
      width: auto; }
  .privacy__container {
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
    margin: 0 auto 50px; }
  .privacy__text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px; }
  .privacy__body {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em; }
    .privacy__body tr {
      border-top: 1px solid #e9e9e9; }
      .privacy__body tr th {
        display: block;
        width: 100%;
        vertical-align: top;
        padding: 20px 0 4px;
        padding-right: 0; }
      .privacy__body tr td {
        display: block;
        padding: 0;
        font-size: 14px;
        line-height: 1.8;
        padding-bottom: 18px; } }
.product-tokusen .page-title {
  height: 350px;
  background: url(../images/product_tokusen/bg02.jpg) no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 70px; }
.product-tokusen .sec01__head {
  font-size: 30px;
  color: #AC3833;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center; }
.product-tokusen .sec01__body {
  font-size: 18px;
  color: #000;
  line-height: 2.2;
  text-align: center; }
.product-tokusen .sec01__thumb {
  display: block;
  margin: 40px auto 120px;
  width: 96px; }
.product-tokusen .sec01__lead-txt {
  margin-bottom: 60px;
  text-align: center; }
  .product-tokusen .sec01__lead-txt span {
    display: inline-block;
    font-size: 40px;
    color: #000;
    text-align: center;
    line-height: 1;
    background: linear-gradient(transparent 70%, #eed7d6 0%); }
.product-tokusen .sec01__foot {
  margin-bottom: 83px;
  background: url(../images/product_tokusen/img_3.jpg) no-repeat center;
  -webkit-background-size: 100% 240px;
  -o-background-size: 100% 240px;
  background-size: 100% 240px; }
  .product-tokusen .sec01__foot img {
    display: block;
    margin: 0 auto; }

@media screen and (max-width: 767px) {
  .product-tokusen .page-title {
    background-image: url(../images/product_tokusen/bg01-sp.jpg);
    height: 210px;
    margin-bottom: 35px; }
    .product-tokusen .page-title img {
      height: 70px;
      width: auto; }
  .product-tokusen .sec01 {
    margin-bottom: -10px; }
    .product-tokusen .sec01__head {
      font-size: 20px;
      margin-bottom: 18px;
      padding: 0 13px;
      box-sizing: border-box; }
    .product-tokusen .sec01__body {
      font-size: 14px;
      line-height: 2;
      text-align: left;
      padding: 0 13px;
      box-sizing: border-box; }
    .product-tokusen .sec01__thumb {
      display: block;
      margin: 40px auto 60px;
      width: 30%;
      height: auto;
      padding: 0 13px;
      box-sizing: border-box; }
    .product-tokusen .sec01__lead-txt {
      margin-bottom: 20px;
      padding: 0 13px;
      box-sizing: border-box; }
      .product-tokusen .sec01__lead-txt span {
        font-size: 25px; }
    .product-tokusen .sec01__foot {
      margin-bottom: 0;
      -webkit-background-size: 100% 95px;
      -o-background-size: 100% 95px;
      background-size: 100% 95px; }
      .product-tokusen .sec01__foot img {
        width: 100%;
        height: auto;
        padding: 0 4px;
        box-sizing: border-box; } }
.product-nama .page-title {
  height: 350px;
  background: url(../images/product_nama/bg01.jpg) no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 70px; }
.product-nama .sec01--addmt {
  margin-top: 75px; }
.product-nama .sec01__head {
  font-size: 30px;
  color: #AC3833;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal; }
  .product-nama .sec01__head .large {
    display: block;
    color: #AC3834;
    font-size: 53px;
    text-align: center;
    line-height: 1;
    margin-bottom: 24px; }
    .product-nama .sec01__head .large span {
      color: #AC3834;
      letter-spacing: -0.6em; }
.product-nama .sec01__body {
  font-size: 18px;
  color: #000;
  line-height: 2.2;
  text-align: center; }
.product-nama .sec01__thumb {
  display: block;
  margin: 50px auto 107px; }
.product-nama .sec01__lead-txt {
  margin-bottom: 72px;
  text-align: center; }
  .product-nama .sec01__lead-txt span {
    display: inline-block;
    font-size: 40px;
    color: #000;
    text-align: center;
    line-height: 1;
    background: linear-gradient(transparent 70%, #eed7d6 0%); }
.product-nama .sec01__col2 {
  margin: 65px auto 55px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .product-nama .sec01__col2 img:first-child {
    margin-right: 5px; }

@media screen and (max-width: 767px) {
  .product-nama .page-title {
    height: 210px;
    background-image: url(../images/product_nama/bg01-sp.jpg);
    margin-bottom: 70px; }
    .product-nama .page-title img {
      height: 70px;
      width: auto; }
  .product-nama .sec01 {
    padding: 0 13px; }
    .product-nama .sec01--addmt {
      margin-top: 30px; }
    .product-nama .sec01__head {
      font-size: 20px;
      margin-bottom: 20px; }
      .product-nama .sec01__head .large {
        font-size: 28px;
        margin-bottom: 24px; }
        .product-nama .sec01__head .large span {
          color: #AC3834;
          letter-spacing: -0.6em; }
    .product-nama .sec01__body {
      font-size: 14px;
      line-height: 2;
      text-align: left; }
    .product-nama .sec01__thumb {
      display: block;
      margin: 40px auto 70px;
      width: 100%;
      height: auto; }
    .product-nama .sec01__lead-txt {
      margin-bottom: 25px; }
      .product-nama .sec01__lead-txt span {
        font-size: 25px; }
    .product-nama .sec01__col2 {
      margin: 65px -13px 0 -13px;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      .product-nama .sec01__col2 img {
        width: 49.5%;
        height: auto; }
      .product-nama .sec01__col2 img:first-child {
        margin-right: 1%; } }
/*----------------------------------------
	p-product-doronama-mv
----------------------------------------*/
.p-product-doronama-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  background: url(../images/product_doronama/bg-title01.jpg) center/cover; }
  .p-product-doronama-mv h1 {
    max-width: 260px; }
    .p-product-doronama-mv h1 img {
      width: 100%;
      height: auto; }

@media screen and (max-width: 767px) {
  .p-product-doronama-mv {
    height: 210px;
    background: url(../images/product_doronama/bg-title01_sp.jpg) center/cover; }
    .p-product-doronama-mv h1 {
      max-width: 160px; } }
/*----------------------------------------
	p-product-doronama-about
----------------------------------------*/
.p-product-doronama-about {
  padding: 60px 60px 0; }
  .p-product-doronama-about__head {
    font-size: 52px;
    font-weight: normal;
    text-align: center;
    line-height: 1.6;
    color: #ac3833;
    margin: 0 0 20px; }
    .p-product-doronama-about__head span {
      display: block;
      font-size: 30px;
      color: #ac3833; }
  .p-product-doronama-about__img {
    max-width: 250px;
    margin: 0 auto 60px;
    translate: 60px 0; }
    .p-product-doronama-about__img img {
      width: 100%;
      height: auto; }
  .p-product-doronama-about__content h3 {
    font-size: 30px;
    font-weight: normal;
    color: #ac3833;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 20px; }
  .p-product-doronama-about__content p {
    font-size: 18px;
    text-align: center;
    line-height: 2; }

@media screen and (max-width: 767px) {
  .p-product-doronama-about {
    padding: 60px 20px 0; }
    .p-product-doronama-about__head {
      font-size: 32px; }
      .p-product-doronama-about__head span {
        font-size: 18px; }
    .p-product-doronama-about__img {
      max-width: 140px;
      margin: 0 auto 40px;
      translate: 40px 0; }
    .p-product-doronama-about__content h3 {
      font-size: 22px; }
    .p-product-doronama-about__content p {
      font-size: 14px;
      text-align: left; } }
/*----------------------------------------
	p-product-doronama-feature
----------------------------------------*/
.p-product-doronama-feature {
  padding: 120px 0 0; }
  .p-product-doronama-feature__head {
    margin: 0 0 60px; }
    .p-product-doronama-feature__head h2 {
      text-align: center; }
      .p-product-doronama-feature__head h2 span {
        display: inline-block;
        font-size: 40px;
        font-weight: normal;
        background: linear-gradient(transparent 60%, #ac3834 60%);
        letter-spacing: 0.4em;
        text-indent: 0.4em;
        line-height: 1.2; }
  .p-product-doronama-feature__img {
    display: flex; }
    .p-product-doronama-feature__img span {
      width: 50%; }
      .p-product-doronama-feature__img span img {
        width: 100%;
        height: auto; }
  .p-product-doronama-feature__content {
    background: url(../images/product_doronama/bg-pattern01.jpg);
    padding: 60px; }
    .p-product-doronama-feature__content h3 {
      font-size: 30px;
      font-weight: normal;
      color: #ac3833;
      text-align: center;
      line-height: 1.6;
      margin: 0 0 20px; }
    .p-product-doronama-feature__content p {
      font-size: 18px;
      text-align: center;
      line-height: 2;
      margin: 0 0 2em; }
      .p-product-doronama-feature__content p:last-child {
        margin: 0; }

@media screen and (max-width: 767px) {
  .p-product-doronama-feature {
    padding: 60px 0 0; }
    .p-product-doronama-feature__head {
      margin: 0 0 40px; }
      .p-product-doronama-feature__head h2 span {
        font-size: 24px; }
    .p-product-doronama-feature__img {
      display: block; }
      .p-product-doronama-feature__img span {
        width: 100%; }
    .p-product-doronama-feature__content {
      padding: 40px 20px; }
      .p-product-doronama-feature__content h3 {
        font-size: 20px; }
      .p-product-doronama-feature__content p {
        font-size: 14px;
        text-align: left;
        margin: 0 0 1em; } }
/*----------------------------------------
	p-product-thesauce-mv
----------------------------------------*/
.p-product-thesauce-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  background: url(../images/product_thesauce/bg-title01.jpg) center/cover; }
  .p-product-thesauce-mv h1 {
    max-width: 280px; }
    .p-product-thesauce-mv h1 img {
      width: 100%;
      height: auto; }

@media screen and (max-width: 767px) {
  .p-product-thesauce-mv {
    height: 210px; }
    .p-product-thesauce-mv h1 {
      max-width: 180px; } }
/*----------------------------------------
	p-product-thesauce-about
----------------------------------------*/
.p-product-thesauce-about {
  padding: 60px 60px 80px; }
  .p-product-thesauce-about__head {
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    color: #be7210;
    margin: 0 0 30px; }
    .p-product-thesauce-about__head span {
      display: block;
      font-size: 28px;
      color: #be7210;
      margin: 0 0 10px; }
  .p-product-thesauce-about__img {
    max-width: 460px;
    margin: 0 auto 60px;
    translate: 60px 0; }
    .p-product-thesauce-about__img img {
      width: 100%;
      height: auto; }
  .p-product-thesauce-about__content p {
    font-size: 18px;
    text-align: center;
    line-height: 2; }

@media screen and (max-width: 767px) {
  .p-product-thesauce-about {
    padding: 60px 20px; }
    .p-product-thesauce-about__head {
      font-size: 30px;
      margin: 0 0 20px; }
      .p-product-thesauce-about__head span {
        font-size: 18px; }
    .p-product-thesauce-about__img {
      max-width: 240px;
      margin: 0 auto 40px;
      translate: 20px 0; }
    .p-product-thesauce-about__content p {
      font-size: 14px;
      text-align: left; } }
/*----------------------------------------
	p-product-thesauce-feature
----------------------------------------*/
.p-product-thesauce-feature {
  background: #221b1a;
  padding: 120px 0 20px; }
  .p-product-thesauce-feature__head {
    margin: 0 0 60px; }
    .p-product-thesauce-feature__head h2 {
      text-align: center; }
      .p-product-thesauce-feature__head h2 span {
        display: inline-block;
        font-size: 40px;
        font-weight: normal;
        color: #fff;
        background: linear-gradient(transparent 60%, #be7210 60%);
        letter-spacing: 0.4em;
        text-indent: 0.4em;
        line-height: 1.2; }
  .p-product-thesauce-feature__img {
    display: flex; }
    .p-product-thesauce-feature__img span {
      max-width: 750px;
      margin: auto; }
      .p-product-thesauce-feature__img span img {
        width: 100%;
        height: auto; }
  .p-product-thesauce-feature__content {
    padding: 60px; }
    .p-product-thesauce-feature__content h3 {
      font-size: 30px;
      font-weight: normal;
      color: #be7210;
      text-align: center;
      line-height: 1.6;
      margin: 0 0 20px; }
    .p-product-thesauce-feature__content p {
      font-size: 18px;
      color: #fff;
      text-align: center;
      line-height: 2;
      margin: 0 0 2em; }
      .p-product-thesauce-feature__content p:last-child {
        margin: 0; }
  .p-product-thesauce-feature__credit {
    color: #fff;
    text-align: right;
    padding: 20px 20px 0; }

@media screen and (max-width: 767px) {
  .p-product-thesauce-feature {
    padding: 60px 0 20px; }
    .p-product-thesauce-feature__head {
      margin: 0 0 40px; }
      .p-product-thesauce-feature__head h2 span {
        font-size: 24px; }
    .p-product-thesauce-feature__img {
      display: block; }
      .p-product-thesauce-feature__img span {
        width: 100%; }
    .p-product-thesauce-feature__content {
      padding: 40px 20px; }
      .p-product-thesauce-feature__content h3 {
        font-size: 20px; }
      .p-product-thesauce-feature__content p {
        font-size: 14px;
        text-align: left;
        margin: 0 0 1em; } }
.recipe .page-title--txt-only {
  margin-bottom: 25px; }
.recipe .sp-only {
  display: none; }
.recipe .recipe-container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
.recipe__posts {
  width: 680px; }
  .recipe__posts__item {
    background: url(../images/recipe/bg_1.jpg);
    margin-bottom: 20px; }
    .recipe__posts__item a {
      display: flex;
      align-items: center;
      min-height: 180px;
      padding-left: 14px;
      position: relative; }
      .recipe__posts__item a:after {
        position: absolute;
        content: "";
        background: url(../images/common/post-underbar.png) repeat-x center;
        width: 100%;
        height: 5px;
        bottom: 0;
        left: 0; }
      .recipe__posts__item a .thumbnail {
        width: 220px;
        height: 150px; }
        .recipe__posts__item a .thumbnail img {
          width: 100%;
          height: auto; }
      .recipe__posts__item a .text-area {
        padding: 20px; }
        .recipe__posts__item a .text-area .title {
          font-size: 24px;
          color: #600;
          margin-bottom: 4px; }
        .recipe__posts__item a .text-area .sub-text {
          font-size: 16px;
          color: #600;
          padding-left: 4px; }
      .recipe__posts__item a .caption {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 3; }
        .recipe__posts__item a .caption img {
          width: 160px;
          height: auto; }
.recipe__detail {
  margin-bottom: 119px; }
  .recipe__detail__head {
    margin-bottom: 40px; }
    .recipe__detail__head__category a {
      display: inline-block;
      text-align: center;
      min-width: 120px;
      font-size: 13px;
      padding: 2px;
      box-sizing: border-box;
      border-radius: 3px;
      background: #AC3835;
      color: #FFF; }
    .recipe__detail__head__date {
      font-size: 16px;
      margin: 15px 0;
      color: #999;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }
    .recipe__detail__head__title {
      font-size: 24px;
      line-height: 1.6em;
      margin-bottom: 10px; }
    .recipe__detail__head__prev i {
      margin-right: 19px; }
    .recipe__detail__head__next i {
      margin-left: 19px; }
      .recipe__detail__head__next i:before {
        right: 0; }
  .recipe__detail__body {
    margin-bottom: 60px; }
    .recipe__detail__body p {
      margin-bottom: 36px; }
    .recipe__detail__body img {
      max-width: 100%;
      height: auto; }
    .recipe__detail__body .sns-btn {
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      line-height: 1; }
      .recipe__detail__body .sns-btn iframe {
        margin-right: 10px; }
  .recipe__detail__foot {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #EEE; }
    .recipe__detail__foot a {
      font-size: 20px;
      color: #b22e2e; }
      .recipe__detail__foot a i {
        font-size: 20px;
        color: #B22E2E;
        line-height: 1;
        position: relative; }
        .recipe__detail__foot a i:before {
          position: absolute;
          font-size: 30px;
          bottom: -6px; }
.recipe__side {
  width: 270px; }
  .recipe__side__item {
    margin-bottom: 6px; }
    .recipe__side__item:nth-of-type(1) {
      background: url(../images/recipe/img_2.png) no-repeat 30px center;
      line-height: 90px; }
    .recipe__side__item:nth-of-type(2) {
      background: url(../images/recipe/img_3.png) no-repeat 30px center;
      line-height: 90px; }
    .recipe__side__item:nth-of-type(3) {
      background: url(../images/recipe/img_4.png) no-repeat 30px center;
      line-height: 90px; }
    .recipe__side__item:nth-of-type(4) {
      background: url(../images/recipe/img_5.png) no-repeat 20px center;
      line-height: 90px; }
      .recipe__side__item:nth-of-type(4) a {
        padding-right: 10px; }
    .recipe__side__item a {
      display: block;
      width: 270px;
      height: 90px;
      text-align: right;
      border: 2px solid #cbcbcb;
      border-radius: 3px;
      font-size: 20px;
      color: #AC3835;
      box-sizing: border-box; }
      .recipe__side__item a:hover {
        opacity: 0.6; }

@media screen and (max-width: 764px) {
  .recipe .pc-only {
    display: none; }
  .recipe .sp-only {
    display: block;
    width: 220px;
    height: auto; }
  .recipe .recipe-container {
    width: 100%;
    display: block; }
  .recipe__posts {
    width: 100%; }
    .recipe__posts__item {
      margin-bottom: 10px; }
      .recipe__posts__item a {
        min-height: 125px;
        padding-left: 12px; }
        .recipe__posts__item a .thumbnail {
          width: 105px;
          height: 100px; }
          .recipe__posts__item a .thumbnail img {
            object-fit: cover;
            width: 105px;
            height: 100px;
            max-width: 100%;
            min-width: auto; }
        .recipe__posts__item a .text-area {
          padding-left: 15px;
          margin-top: 0;
          width: 60%; }
          .recipe__posts__item a .text-area .title {
            font-size: 18px;
            line-height: 1.5; }
          .recipe__posts__item a .text-area .sub-text {
            font-size: 14px; }
        .recipe__posts__item a .caption img {
          width: 122px;
          height: auto; }
  .recipe__detail {
    margin-bottom: 30px; }
    .recipe__detail__head {
      padding: 0 13px;
      box-sizing: border-box; }
      .recipe__detail__head__category {
        display: inline-block;
        margin-right: 7px; }
        .recipe__detail__head__category a {
          min-width: 80px;
          font-size: 10px;
          padding: 0;
          height: 18px;
          line-height: 19px; }
      .recipe__detail__head__date {
        display: inline-block;
        font-size: 12px;
        margin: 0; }
      .recipe__detail__head__title {
        font-size: 22px;
        line-height: 1.6em;
        margin: 10px 0; }
      .recipe__detail__head__prev i {
        margin-right: 19px; }
      .recipe__detail__head__next i {
        margin-left: 19px; }
        .recipe__detail__head__next i:before {
          right: 0; }
    .recipe__detail__body {
      padding: 0 13px;
      box-sizing: border-box;
      margin-bottom: 60px; }
      .recipe__detail__body p {
        font-size: 15px;
        line-height: 2;
        margin-bottom: 36px; }
      .recipe__detail__body img {
        width: 100%;
        height: auto; }
    .recipe__detail__foot {
      padding: 20px 13px;
      border-top: 1px solid #EEE;
      border-bottom: 1px solid #EEE;
      margin-bottom: 20px; }
      .recipe__detail__foot a {
        font-size: 20px;
        color: #b22e2e; }
        .recipe__detail__foot a i {
          font-size: 20px;
          color: #B22E2E;
          line-height: 1;
          position: relative; }
          .recipe__detail__foot a i:before {
            position: absolute;
            font-size: 30px;
            bottom: -6px; }
  .recipe__side {
    width: 100%;
    padding: 0 13px;
    margin-bottom: 40px;
    box-sizing: border-box; }
    .recipe__side__item:nth-of-type(1) {
      line-height: 80px; }
    .recipe__side__item:nth-of-type(2) {
      line-height: 80px; }
    .recipe__side__item:nth-of-type(3) {
      line-height: 80px; }
    .recipe__side__item:nth-of-type(4) {
      line-height: 80px; }
    .recipe__side__item a {
      width: 100%;
      height: 80px;
      font-size: 18px; } }
.message .page-title {
  height: 410px;
  background: url(../images/message/bg01.jpg) no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 50px; }
.message__idea {
  text-align: center;
  margin-bottom: 60px; }
  .message__idea__title {
    color: #AC3833;
    font-size: 28px;
    margin-bottom: 30px;
    padding-top: 30px; }
  .message__idea__text {
    color: #AC3833;
    font-size: 40px;
    line-height: 1.6; }
.message__body {
  width: 700px;
  margin: 0 auto 30px;
  font-size: 16px;
  color: #202020;
  line-height: 2; }
.message__foot {
  width: 700px;
  margin: 70px auto 150px; }
  .message__foot span {
    display: block;
    text-align: right; }
  .message__foot .cap {
    font-size: 18px;
    color: #202020;
    margin-bottom: 8px; }
  .message__foot .name-jp {
    text-align: right;
    font-size: 40px;
    color: #202020;
    line-height: 1;
    margin-bottom: 5px; }
  .message__foot .name-en {
    font-size: 12px;
    color: #202020; }

@media screen and (max-width: 767px) {
  .message .page-title {
    height: 205px;
    background: url(../images/message/sp_bg01.jpg) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 50px;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .message .page-title img {
      height: 35px;
      width: auto;
      margin-left: 40px; }
  .message__idea {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; }
    .message__idea__title {
      font-size: 16px;
      margin-bottom: 15px;
      padding-top: 0; }
    .message__idea__text {
      color: #AC3833;
      font-size: 20px; }
  .message__body {
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 1.8; }
  .message__foot {
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
    margin: 30px auto 70px; }
    .message__foot .cap {
      font-size: 16px; }
    .message__foot .name-jp {
      font-size: 30px; } }
.safety .page-title {
  height: 200px;
  font-size: 40px; }
.safety__body {
  width: 700px;
  margin: 0 auto 50px; }
  .safety__body li {
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative; }
    .safety__body li span {
      position: absolute;
      left: 0;
      top: 0; }
.safety__text {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 30px; }
.safety__foot {
  width: 700px;
  margin: 70px auto 150px; }
  .safety__foot span {
    display: block;
    text-align: right; }
  .safety__foot .cap {
    font-size: 18px;
    color: #202020;
    margin-bottom: 16px; }
  .safety__foot .name-jp {
    text-align: right;
    font-size: 40px;
    color: #202020;
    line-height: 1;
    margin-bottom: 5px; }
  .safety__foot .name-en {
    font-size: 12px;
    color: #202020; }

@media screen and (max-width: 767px) {
  .safety .page-title {
    height: auto;
    margin-bottom: 35px;
    font-size: 28px; }
  .safety__body {
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    box-sizing: border-box;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 1.8; }
    .safety__body li {
      padding-left: 0;
      position: relative; }
      .safety__body li span {
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 5px; }
  .safety__foot {
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
    margin: 30px auto 70px; }
    .safety__foot .cap {
      font-size: 16px; }
    .safety__foot .name-jp {
      font-size: 30px; } }
.vm h1 {
  margin-bottom: 60px; }
.vm .vm-lead {
  text-align: center;
  font-size: 18px; }
.vm .vm-container {
  width: 900px;
  margin: 0 auto; }
  .vm .vm-container .vm-section {
    margin-top: 90px; }
  .vm .vm-container .vm-h2 {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: normal;
    color: #ac3833; }
  .vm .vm-container .vm-items li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
  .vm .vm-container .vm-items .vm-thumb {
    width: 400px; }
  .vm .vm-container .vm-items .vm-detail {
    width: 450px;
    padding-top: 30px;
    border-top: 1px solid #cccccc; }
    .vm .vm-container .vm-items .vm-detail h3 {
      margin-bottom: 30px;
      font-size: 22px;
      font-weight: normal; }
    .vm .vm-container .vm-items .vm-detail .vm-address {
      margin-bottom: 10px;
      font-size: 16px; }
    .vm .vm-container .vm-items .vm-detail .vm-map {
      margin-bottom: 35px; }
      .vm .vm-container .vm-items .vm-detail .vm-map a {
        background: #B32F2F;
        color: #FFF;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        width: 140px;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 2px solid #B32F2F; }
        .vm .vm-container .vm-items .vm-detail .vm-map a:hover {
          background-color: #fff;
          color: #B32F2F; }
    .vm .vm-container .vm-items .vm-detail .vm-products {
      font-size: 16px; }

@media screen and (max-width: 764px) {
  .vm {
    padding: 0 13px; }
    .vm .vm-container {
      width: auto; }
      .vm .vm-container .vm-items li {
        display: block; }
      .vm .vm-container .vm-items .vm-thumb {
        width: auto; }
        .vm .vm-container .vm-items .vm-thumb img {
          width: 100%; }
      .vm .vm-container .vm-items .vm-detail {
        width: auto;
        border: none; } }

/*# sourceMappingURL=style.css.map */
