@charset "UTF-8";
/* Scss Document */
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// base
// ==========================================*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
p,
ul,
li,
dl,
dt,
dd,
span,
body,
figcaption,
figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  transition: all 0.3s;
}

a img {
  border: 0;
}

a:link,
a:visited {
  text-decoration: none;
  color: #003180;
}

a:hover,
a:active {
  color: #003180;
  opacity: 0.5;
}

a:focus {
  outline: none;
}

::-moz-selection {
  background: #aadbff;
}

::selection {
  background: #aadbff;
}

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游ゴシック" , "Yu Gothic" , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo" , sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .15em;
  color: #424242;
  background: #003180;
  overflow: hidden;
}

/* font set */
.fs18 {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs18 {
    font-size: 12.6px;
  }
}

.fs20 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs20 {
    font-size: 14px;
  }
}

.fs22 {
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs22 {
    font-size: 15.4px;
  }
}

.fs24 {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs24 {
    font-size: 16.8px;
  }
}

.fs26 {
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs26 {
    font-size: 18.2px;
  }
}

.fs28 {
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs28 {
    font-size: 19.6px;
  }
}

.fs30 {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs30 {
    font-size: 21px;
  }
}

/* flud img */
img {
  display: block;
  max-width: 100%;
}

/* iPad smartphone タップ不具合回避 */
@media screen and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  a,
  input,
  button,
  span,
  div {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }

  a:hover,
  a:active {
    opacity: 1 !important;
    text-decoration: none;
    color: #003180;
  }

  .bigger_link:hover {
    background: none !important;
    opacity: 1 !important;
  }
}
/* ============================================
// header
// ==========================================*/
#l-header {
  position: relative;
  height: 800px;
}
#l-header:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  background-image: url(../img/bg_bottom_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 40px;
}
@media screen and (max-width: 768px) {
  #l-header {
    height: 400px;
  }
  #l-header:before {
    height: 24px;
    background-size: 100% 24px;
  }
}

.header_head {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

.logo {
  max-width: 201px;
}
.logo a {
  display: block;
}
#l-header .logo {
  position: absolute;
  top: 36px;
  left: 42px;
}
.overlay .logo {
  margin: 0 auto 30px;
}
@media screen and (max-width: 480px) {
  #l-header .logo {
    max-width: 140.7px;
    top: 20px;
    left: 7%;
  }
}

.g_navi .txt_jp, .g_navi .txt_en {
  display: block;
  line-height: 1.5;
}
.g_navi .txt_jp {
  font-weight: bold;
}
.g_navi .txt_en {
  font-size: 10px;
}
#l-header .g_navi {
  display: none !important;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}
#l-header .g_navi ul {
  display: flex;
  text-align: center;
}
#l-header .g_navi li {
  margin: 0 2em;
}
#l-header .g_navi a {
  display: block;
  font-size: 14px;
  color: #fff;
}
#l-footer .g_navi {
  margin: 40px 0 30px;
}
#l-footer .g_navi ul {
  display: flex;
  justify-content: center;
}
#l-footer .g_navi li {
  margin: 0 1em;
}
#l-footer .g_navi a {
  display: inline-block;
  font-size: 14px;
  color: #424242;
}
.overlay .g_navi {
  margin-bottom: 30px;
}
.overlay .g_navi li {
  text-align: center;
}
.overlay .g_navi a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #l-header .g_navi {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #l-footer .g_navi ul {
    display: block;
  }
}

.sns li {
  display: inline-block;
  margin: 0 10px;
}
.sns li.list_fb {
  width: 15px;
}
.sns li.list_tw {
  width: 19px;
}
.sns li.list_line {
  width: 18px;
}
.sns li.list_insta {
  width: 17px;
}
.sns a {
  display: block;
}
.sns img {
  display: block;
}
#l-header .sns {
  position: absolute;
  top: 20px;
  right: 80px;
}
#l-footer .sns {
  position: relative;
  width: 177px;
  margin: 0 auto;
  padding: 20px 15px 10px;
  border: 1px solid #424242;
}
#l-footer .sns .sns_comment {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  background: #fff;
  margin-bottom: -7px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  white-space: nowrap;
}
#l-footer .sns li {
  margin: 0 7px;
}
.overlay .sns {
  text-align: center;
}
.overlay .sns .sns_comment {
  font-size: 16px;
  color: #fff;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #l-header .sns {
    display: none;
  }
}

.header_exp {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header_exp:before, .header_exp:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
.header_exp:before {
  background-image: url(../img/bg_taste_main_white_1.png);
  background-position: 0 0;
  width: 357px;
  height: 336px;
  top: 0;
  left: 0;
}
.header_exp:after {
  background-image: url(../img/bg_taste_main_white_2.png);
  background-position: 0 0;
  width: 428px;
  height: 459px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .header_exp:before {
    width: 214.2px;
    height: 201.6px;
  }
  .header_exp:after {
    width: 256.8px;
    height: 275.4px;
  }
}

.main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  margin-top: -3%;
}
@media screen and (max-width: 768px) {
  .main_copy {
    width: 255px;
  }
}

.obj_1 {
  position: absolute;
  bottom: 70px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .obj_1 {
    display: none;
  }
}

.obj_2 {
  display: none;
  position: absolute;
  top: 120px;
  right: 8%;
}
.obj_2 span {
  background: #000;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: .7em;
  color: #fff;
  padding: 0 5px;
}
#l-header .obj_2 {
  max-width: 180px;
}
.separate .obj_2 {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.separate .obj_2 span {
  white-space: nowrap;
}
.section_1 .obj_2 {
  max-width: 180px;
}
.section_2 .obj_2 {
  display: none;
  max-width: 130px;
}
.lower-page .obj_2 {
  display: block;
  max-width: 130px !important;
}
@media screen and (max-width: 768px) {
  .obj_2 {
    display: none;
  }
  .separate .obj_2 {
    display: block;
  }
  .separate .obj_2 span {
    font-size: 13px;
  }
  .section_2 .obj_2 {
    display: none;
  }
  .lower-page .obj_2 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .separate .obj_2 span {
    line-height: 1.6;
  }
}

.obj_3 {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .obj_3 {
    display: none;
  }
}

.mv_slider {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv_slider:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/img_cover.png) no-repeat center center;
  background-size: cover;
}
.mv_slider .slider_item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .mv_slider {
    height: 500px;
  }
}

.option_bnr {
  position: absolute;
  right: 0;
  bottom: 80px;
}
.option_bnr a {
  display: block;
  max-width: 220px;
}
.option_bnr a:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .option_bnr {
    width: 100%;
    text-align: center;
    bottom: 60px;
  }
  .option_bnr a {
    display: inline-block;
    max-width: 140px;
    margin: 0 5px !important;
  }
}

/* lower page common  */
.lower-page .sub_page_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 2%;
  margin-left: -.8em;
}
@media screen and (max-width: 768px) {
  .lower-page #l-header {
    height: 300px;
  }
  .lower-page .sub_page_ttl {
    margin-top: 30px;
  }
}

/* kyujin_l , kyujin_d  */
.lower-kyujin_l .header_exp,
.lower-kyujin_d .header_exp {
  background: url(../img/bg_taste_pat_2.png) repeat 0 0;
}
@media all and (-ms-high-contrast: none) {
  .lower-kyujin_l .sub_page_ttl,
  .lower-kyujin_d .sub_page_ttl {
    height: 8em;
  }
}

.lower-kyujin_l #l-header {
  height: 425px;
}
.lower-kyujin_l #l-header:before {
  background-image: url(../img/bg_bottom_texture1.png);
}
@media screen and (max-width: 768px) {
  .lower-kyujin_l #l-header {
    height: 300px;
  }
}

.lower-kyujin_d #l-header {
  height: 425px;
}
.lower-kyujin_d #l-header:before {
  background-image: url(../img/bg_bottom_texture1.png);
}
@media screen and (max-width: 768px) {
  .lower-kyujin_d #l-header {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .lower-kyujin_d #l-header {
    height: 180px;
  }
}

/* merit */
.lower-merit #l-header {
  height: 800px;
}
@media screen and (max-width: 768px) {
  .lower-merit #l-header {
    height: 300px;
  }
}
@media all and (-ms-high-contrast: none) {
  .lower-merit .sub_page_ttl {
    height: 12em;
  }
}

/* ============================================
// main
// ==========================================*/
.l-main {
  position: relative;
  z-index: 2;
  background: #fff;
}
body.front-page .l-main {
  background: transparent;
}

.container {
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1100px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding-left: 7%;
    padding-right: 7%;
  }
}

/* ============================================
// footer
// ==========================================*/
#l-footer {
  position: relative;
  z-index: 4;
  text-align: center;
  background: #fff;
}
#l-footer .page_top {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
#l-footer .page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #003180;
}
#l-footer .page_top a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_arrow_white.png) no-repeat center center;
  background-size: contain;
  width: 15.5px;
  height: 9px;
}
#l-footer .copy_right {
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  #l-footer .page_top {
    width: 35px;
    height: 35px;
  }
}

/* ============================================
// object
// ==========================================*/
/* vertical text */
.vw {
  text-align: left;
  vertical-align: top;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  unicode-bidi: overrid;
}
@media screen and (max-width: 480px) {
  .vw {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}

/* link parts */
.btn {
  position: relative;
  color: #fff !important;
  line-height: 38px;
  display: block;
  width: 38px;
  height: 165px;
  background: #003180;
  padding-top: 1em;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 1em;
  right: 50%;
  transform: translate(50%, 0) rotate(180deg);
  display: block;
  width: 12.4px;
  height: 7.2px;
  background-image: url(../img/ico_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s;
}
.btn.btn-blank:after {
  width: 12px;
  height: 11px;
  background-image: url(../img/ico_blank_white.png);
}
.btn.btn-green {
  background: #3ca9b3 url(../img/bg_taste_line_1.png) repeat 0 0;
}
.btn.btn-red {
  background: #b23640;
}
@media screen and (max-width: 480px) {
  .btn {
    width: 165px;
    height: 38px;
    line-height: 38px;
    padding-top: 0;
    padding-left: 1em;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .btn:after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 1em;
    transform: translate(50%, 50%) rotate(90deg);
    display: block;
    width: 12.4px;
    height: 7.2px;
    background-image: url(../img/ico_arrow_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.txt_link {
  position: relative;
}
.txt_link.txt-blank:before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  width: 12px;
  height: 11px;
  background-image: url(../img/ico_blank_black.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.tel_link {
  position: relative;
  color: #003180;
  font-weight: bold;
}
.tel_link:before {
  content: "";
  display: inline-block;
  background: url(../img/ico_tel_pink.png) no-repeat center center;
  background-size: contain;
  width: 16.1px;
  height: 16.45px;
  margin: 0 .5em -2px 0;
}

.half_line {
  display: inline !important;
  color: #424242 !important;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f2dd5f 0%);
}

/* heading */
.ttl_base {
  color: #003180;
}
.ttl_base .txt_jp {
  position: relative;
}
.ttl_base .txt_en {
  display: block;
  font-size: 0.5em;
}

.ttl-quick {
  position: relative;
  display: inline-block;
}
.ttl-quick:before {
  content: "";
  content: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0.91667em;
  height: 2.58333em;
  background: url(../img/ico_flag_vertical_2.png) no-repeat 0 0;
  background-size: contain;
  margin-bottom: 10px;
}
.ttl-quick .txt_jp {
  font-size: 30px;
}
.ttl-quick .txt_en {
  font-size: .8em;
}
@media screen and (max-width: 768px) {
  .ttl-quick .txt_jp {
    font-size: 24px;
  }
  .ttl-quick .txt_en {
    font-size: .5em;
  }
}

.ttl-vertical {
  position: relative;
  vertical-align: top;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 2.08333em;
  margin-left: 1em;
}
.ttl-vertical .txt_jp {
  display: block;
}
.ttl-vertical .txt_jp:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: .35em;
  display: block;
  width: 0.70833em;
  height: 0.70833em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 10px;
}
.ttl-vertical.ttl-ico-orange .txt_jp:before {
  background-image: url(../img/ico_heading_orange.png);
}
.ttl-vertical.ttl-ico-green .txt_jp:before {
  background-image: url(../img/ico_heading_green.png);
}
.ttl-vertical.ttl-ico-pink .txt_jp:before {
  background-image: url(../img/ico_heading_pink.png);
}
.ttl-vertical.ttl-ico-red .txt_jp:before {
  background-image: url(../img/ico_heading_red.png);
}
@media screen and (max-width: 480px) {
  .ttl-vertical {
    margin-left: 0;
    margin-bottom: 1em;
  }
  body.front-page .ttl-vertical {
    width: 100%;
  }
}

.ttl-page {
  color: #fff;
  margin-left: 0;
}

.head_inner .lead {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .head_inner {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .head_inner .lead {
    clear: both;
    margin-left: 0;
    margin-bottom: 25px;
  }
}

/* misc parts */
.ico_diamond {
  position: relative;
  color: #b23640;
  font-size: .9em;
  margin-right: 2em;
}
.ico_diamond:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid;
}

/* toggle */
.toggle {
  z-index: 5;
  width: 60px;
  height: 60px;
}
.toggle.js-active {
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .toggle {
    width: 40px;
    height: 40px;
  }
}

.menu-toggle {
  position: fixed;
  top: 0;
  right: 0;
}

.search-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  transition: all 0.3s;
}
.search-toggle.js-active {
  position: fixed;
  bottom: auto;
  top: 0;
  transform: none;
}

.toggle_trigger {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.toggle_trigger:hover {
  opacity: 1;
}
.toggle_trigger:focus {
  outline: none;
}
.toggle_trigger span {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 2px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
.toggle_trigger span:nth-of-type(2) {
  margin-top: -15%;
}
.toggle_trigger span:nth-of-type(3) {
  margin-top: 15%;
}
.toggle_trigger.js-active span {
  margin-top: 0 !important;
}
.toggle_trigger.js-active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(0) scale(0);
}
.toggle_trigger.js-active span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.toggle_trigger.js-active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg) scale(1);
}
.menu-toggle .toggle_trigger {
  background: #003180;
}
.menu-toggle .toggle_trigger.js-active {
  background: transparent;
}
.search-toggle .toggle_trigger {
  background: #ad996e;
}
.search-toggle .toggle_trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/ico_lenz_white.png) no-repeat center center;
  background-size: contain;
  transition: all 0.3s;
}
.search-toggle .toggle_trigger span {
  transition: all 0.3s;
  opacity: 0;
}
.search-toggle .toggle_trigger.js-active:before {
  transform: translate(-50%, -50%) scale(0);
}
.search-toggle .toggle_trigger.js-active span {
  opacity: 1;
}

/* overlay cover */
.overlay_cover {
  position: absolute;
  z-index: 9;
  display: block;
  cursor: pointer;
}

.menu-cover {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.menu-cover:before, .menu-cover:after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  display: block;
  transform: skewX(-15deg) scaleX(2);
  width: 50%;
  height: 100%;
  opacity: .9;
}
.menu-cover:before {
  left: -100%;
  background: #2253a2;
}
.menu-cover:after {
  right: -100%;
  background: #000f5e;
}
.menu-cover.js-active {
  visibility: visible;
}
.menu-cover.js-active:before {
  left: 0;
}
.menu-cover.js-active:after {
  right: 0;
}

/* overlay */
.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.overlay_scroll {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.overlay_scroll::-webkit-scrollbar {
  display: none;
}

.overlay_menu_inner {
  position: relative;
  padding: 10%;
  height: 100%;
}

/* effects */
.overlay {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
  backface-visibility: hidden;
}
.overlay.js-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}

.overlay-menu_drower .logo,
.overlay-menu_drower li,
.overlay-menu_drower .sns_comment {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: transform 0.7s, opacity 0.7s;
}
.overlay-menu_drower.js-open .logo,
.overlay-menu_drower.js-open li,
.overlay-menu_drower.js-open .sns_comment {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.overlay-menu_drower.js-open .logo,
.overlay-menu_drower.js-open .sns_comment {
  transition-delay: 0s;
}
.overlay-menu_drower.js-open li:nth-child(1) {
  transition-delay: 0.15s;
}
.overlay-menu_drower.js-open li:nth-child(2) {
  transition-delay: 0.3s;
}
.overlay-menu_drower.js-open li:nth-child(3) {
  transition-delay: 0.45s;
}
.overlay-menu_drower.js-open li:nth-child(4) {
  transition-delay: 0.6s;
}
.overlay-menu_drower.js-open li:nth-child(5) {
  transition-delay: 0.75s;
}
.overlay-menu_drower.js-open li:nth-child(6) {
  transition-delay: 0.9s;
}
.overlay-menu_drower.js-open li:nth-child(7) {
  transition-delay: 1.05s;
}

/* drower bg lock */
.js-fixed-body {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: visible;
}

/* scroll fixed class */
.js-fixed-object {
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important;
  transform: none !important;
}

/* pankuzu */
.pankuzu {
  position: absolute;
  top: 80px;
  left: 21px;
  z-index: 2;
  width: 100%;
  clear: both;
}
.pankuzu .container {
  padding: 0;
  max-width: none;
}
.pankuzu .container ul {
  padding: 5px 50px 5px 20px;
}
.pankuzu .container li {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  margin: 0 2px;
}
.pankuzu .container li a {
  text-decoration: underline;
  color: #fff;
}
.pankuzu .container li a:hover {
  text-decoration: none;
}
.pankuzu .container li:after {
  content: "\003e";
  margin-left: 7px;
  color: #fff;
}
.pankuzu .container li:first-child a {
  display: inline-block;
  position: relative;
}
.pankuzu .container li:last-child:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .pankuzu {
    opacity: .8;
    position: relative;
    top: 60px;
  }
  .pankuzu .container li a:hover {
    text-decoration: underline;
  }
  .pankuzu .scroll {
    width: 100%;
  }
  .pankuzu .scroll:before {
    content: none;
    position: absolute;
    display: block;
    height: 100%;
    width: 16%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white);
    z-index: -2;
    top: 0;
    right: 0;
  }
  .pankuzu .scroll .scrollInner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .pankuzu .scroll .scrollInner li:last-child {
    margin-right: 120px;
  }
}
@media screen and (max-width: 480px) {
  .pankuzu {
    top: 40px;
  }
  .pankuzu .container ul {
    padding: 0;
  }
}

/* form parts base */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 16px;
}
input::-ms-expand,
button::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}
input::-ms-reveal,
button::-ms-reveal,
textarea::-ms-reveal,
select::-ms-reveal {
  visibility: hidden;
}
input::-ms-clear,
button::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  visibility: hidden;
}

input[type="text"],
input[type="submit"],
select,
textarea {
  outline: none;
  border: none;
  transition: all 0.3s;
}

input[type="text"]:focus,
input[type="submit"]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 10px rgba(0, 49, 128, 0.2);
}

select,
input {
  display: block;
  font-size: 16px;
  letter-spacing: 0.075em;
  width: 100%;
  height: 50px;
  padding: 0 50px 0 15px;
  background: white;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select:hover,
input:hover {
  background: #ddffff;
}

select option {
  height: 30px;
  line-height: 30px;
  background: #fff;
}

input[type="text"] {
  padding-right: 15px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label::before {
  border: none;
}

input[type="checkbox"]:checked + label::after {
  width: 13px;
}

label {
  position: relative;
  transition: all 0.3s;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: #424242;
  cursor: pointer;
  width: 100%;
  height: 125px;
  border: 1px solid #e5e2e0;
  background: rgba(255, 255, 255, 0.5);
}
label:before, label:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
label:before {
  width: 13px;
  height: 13px;
  background: #f2f2f2;
}
label:after {
  width: 0;
  height: 13px;
  background: #003180;
}
label:hover {
  background: #ddffff;
}
label:hover::before {
  background: #d0d0d0;
}
@media screen and (max-width: 480px) {
  label {
    height: 90px;
  }
}

.custom_form {
  font-size: 0;
  letter-spacing: -.5em;
}
.custom_form .parts {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.custom_form .form_parts_inner {
  position: relative;
  border: 1px solid #eee;
}
.custom_form .form_parts_inner:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 47px;
  height: 47px;
  pointer-events: none;
}
.custom_form .form_parts_inner:after {
  content: "";
  display: block;
  background: url("../img/ico_arrow_blue.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12.4px;
  height: 7.2px;
  pointer-events: none;
}
.custom_form .keyword .form_parts_inner:before, .custom_form .keyword .form_parts_inner:after {
  content: none;
}
.custom_form .btn_inner {
  width: auto;
  max-width: 260px;
  margin: 0 auto 0 !important;
  display: block;
}
.custom_form .btn_inner .btn_cover {
  display: block;
  position: relative;
}
.custom_form .btn_inner .btn_cover input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  width: 100%;
  height: 50px;
  background: #003180;
  outline: none;
  padding: 0;
}
.custom_form .btn_inner .btn_cover:before {
  content: "";
  display: block;
  background: url("../img/ico_lenz_white.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  pointer-events: none;
}
.custom_form .btn_inner .btn_cover:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
}
.custom_form .btn_inner .btn_cover:hover {
  opacity: .7;
}

/* no data */
.not-found {
  font-size: 130%;
  text-align: center;
  padding: 10% 0;
}
.not-found span {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: .5em .7em;
}

/* quick serch parts */
.q-search {
  background: #fff;
  padding-bottom: 30px;
  /*17.1109 add*/
}
.q-search .q-search_container {
  padding: 0 5%;
}
.q-search .q-search_head {
  text-align: center;
}
.q-search .category_list {
  text-align: center;
  font-size: 0;
  letter-spacing: .5em;
  margin-top: 15px;
}
.q-search .category_list li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: normal;
  margin: 10px 15px;
}
.q-search .category_list a {
  display: block;
  color: #424242;
}
.q-search .category_list a:hover {
  color: #90141e;
}
.q-search .category_list a:hover .category_ico.category-all {
  background-image: url(../img/ico_all_red.png);
}
.q-search .category_list a:hover .category_ico.category-fashion {
  background-image: url(../img/ico_fashion_red.png);
}
.q-search .category_list a:hover .category_ico.category-goods {
  background-image: url(../img/ico_goods_red.png);
}
.q-search .category_list a:hover .category_ico.category-food {
  background-image: url(../img/ico_food_red.png);
}
.q-search .category_list a:hover .category_ico.category-service {
  background-image: url(../img/ico_service_red.png);
}
.q-search .category_list a:hover .category_ico.category-other {
  background-image: url(../img/ico_other_red.png);
}
.q-search .category_list .category_ico {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.q-search .category_list .category_ico.category-all {
  background-image: url(../img/ico_all_black.png);
  width: 29px;
  height: 29px;
}
.q-search .category_list .category_ico.category-fashion {
  background-image: url(../img/ico_fashion_black.png);
}
.q-search .category_list .category_ico.category-goods {
  background-image: url(../img/ico_goods_black.png);
  width: 26px;
  height: 31px;
}
.q-search .category_list .category_ico.category-food {
  background-image: url(../img/ico_food_black.png);
}
.q-search .category_list .category_ico.category-service {
  background-image: url(../img/ico_service_black.png);
}
.q-search .category_list .category_ico.category-other {
  background-image: url(../img/ico_other_black.png);
  width: 31.5px;
  height: 30.5px;
}
.q-search .category_list .category_txt {
  display: block;
  margin-top: 1em;
  font-weight: bold;
}
.q-search .tag_list_inner {
  display: none;
  flex: 0 0 20%;
  margin-top: -60px;
}
.q-search .tag_list:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.q-search .tag_list li {
  display: inline-block;
  float: right;
  margin: 0 5px;
}
.q-search .tag_list li a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  unicode-bidi: overrid;
}
.front-page .q-search .category_list li {
  max-width: 155px;
  border: 2px solid #cc68b3;
}
@media screen and (max-width: 768px) {
  .q-search {
    background-image: url(../img/bg_taste_nami_blue_1.png);
    background-position: right top;
    background-repeat: no-repeat;
  }
  .q-search .q-search_container {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .q-search .q-search_head {
    text-align: center;
    margin-bottom: 20px;
  }
  .q-search .tag_list_inner {
    flex: 0 0 20%;
    margin-top: 20px;
  }
  .q-search .tag_list {
    text-align: center;
  }
  .q-search .tag_list li {
    float: none;
  }
  .q-search .tag_list li a {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .q-search .category_list li {
    margin: 0;
    margin-bottom: 15px;
    width: 33%;
    border-width: 1px;
  }
  .q-search .category_list li:not(:first-child) {
    border-left: none;
  }
  .q-search .category_list .category_txt {
    font-size: 12px;
  }
  .q-search .tag_list li:not(:first-child) {
    margin-top: 15px;
  }
  .q-search .tag_list li a {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .front-page .q-search .category_list li {
    margin: 0;
    margin-bottom: 15px;
    width: 33%;
    border-width: 1px;
  }
  .front-page .q-search .category_list li:not(:first-child) {
    border-left: none;
  }
}
@media screen and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .q-search .category_list a:hover .category_ico.category-all {
    background-image: url(../img/ico_all_black.png);
  }
  .q-search .category_list a:hover .category_ico.category-fashion {
    background-image: url(../img/ico_fashion_black.png);
  }
  .q-search .category_list a:hover .category_ico.category-goods {
    background-image: url(../img/ico_goods_black.png);
  }
  .q-search .category_list a:hover .category_ico.category-food {
    background-image: url(../img/ico_food_black.png);
  }
  .q-search .category_list a:hover .category_ico.category-service {
    background-image: url(../img/ico_service_black.png);
  }
  .q-search .category_list a:hover .category_ico.category-other {
    background-image: url(../img/ico_other_black.png);
  }
}

/* mordal */
.overlay-search_drower {
  background: url(../img/bg_taste_graph_1.png) no-repeat left top, url(../img/bg_taste_graph_2.png) no-repeat right bottom, #fff;
}
.overlay-search_drower .overlay-search_drower_head {
  text-align: center;
  margin-bottom: 30px;
}
.overlay-search_drower .overlay-search_drower_head .ttl_base {
  margin-bottom: 30px;
}
.overlay-search_drower .search_parts_inner {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}
.overlay-search_drower .q-search {
  background: transparent;
  padding-bottom: 0;
}
.overlay-search_drower .category_list_inner {
  display: block;
}
.overlay-search_drower .category_list {
  font-size: 0;
  letter-spacing: -.5em;
  margin-left: -1%;
  margin-right: -1%;
}
.overlay-search_drower .category_list li {
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
}
.overlay-search_drower .category_ico,
.overlay-search_drower .category_txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.overlay-search_drower .category_ico {
  bottom: 64px;
  bottom: 45%;
}
.overlay-search_drower .category_txt {
  bottom: 20px;
  bottom: 10%;
  white-space: nowrap;
  letter-spacing: -.1em;
}
@media screen and (max-width: 480px) {
  .overlay-search_drower .category_list {
    margin-left: -2.16667%;
    margin-right: -2.16667%;
  }
  .overlay-search_drower .category_list li {
    width: 100%;
    margin-left: 2.16667%;
    margin-right: 2.16667%;
    margin-bottom: 10px;
  }
  .overlay-search_drower .category_list .category_ico {
    width: 32px;
    height: 32px;
  }
  .overlay-search_drower .search_parts_inner {
    padding-bottom: 100px;
  }
}

/* kyujin parts */
.front-page .kyujin {
  background: url(../img/bg_taste_nami_mono_1.png) no-repeat right 10%, url(../img/bg_taste_pat_1.png) repeat 0 0;
  /*17.1109 add*/
}
.front-page .kyujin .kyujin_container {
  max-width: none;
}
.front-page .kyujin .kyujin_head {
  display: flex;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}
.front-page .kyujin .kyujin_head_ttl {
  width: 50%;
  transform: translateX(20px);
}
.front-page .kyujin .kyujin_head_detail {
  width: 50%;
  padding-left: 100px;
}
.front-page .kyujin .kyujin_head_detail .lead {
  margin-left: 0;
  margin-bottom: 15px;
}
.front-page .kyujin .kyujin_head_detail .btn {
  width: 160px;
  height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-left: 1em;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.front-page .kyujin .kyujin_head_detail .btn:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 1em;
  transform: translate(50%, 50%) rotate(90deg);
  display: block;
  width: 12.4px;
  height: 7.2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.front-page .kyujin .kyujin_body {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.front-page .kyujin .card_list {
  display: flex;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-left: -1%;
  margin-right: -1%;
}
.front-page .kyujin .card_item {
  position: relative;
  width: 18.5%;
  margin: 0 1% 25px 1%;
  width: auto;
  flex: 0 1 18%;
}
.front-page .kyujin .card_link {
  display: block;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.front-page .kyujin .card_img {
  width: 100%;
}
.front-page .kyujin .card_img img {
  max-width: none;
  width: 100%;
}
.front-page .kyujin .card_body {
  width: 100%;
  padding: 0 15px 15px 15px;
}
.front-page .kyujin .card_item {
  border: 1px solid #cac5bf;
}
.front-page .kyujin .card_outline {
  margin-bottom: 5px;
  border-top: 1px solid #ddd;
}
.front-page .kyujin .card_outline li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.front-page .kyujin .card_outline div {
  display: block;
}
.front-page .kyujin .card_outline_ttl {
  font-weight: bold;
}
.front-page .kyujin .category_flag {
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 5;
  display: block;
  background: #ddd;
  width: 30px;
  height: 30px;
}
.front-page .kyujin .category_flag:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  height: 60%;
}
.front-page .kyujin .fashion_flag {
  background: #669;
}
.front-page .kyujin .fashion_flag:before {
  background: url(../img/flag_ico_fashion.png) no-repeat center center;
  background-size: contain;
}
.front-page .kyujin .grume_flag {
  background: #c90;
}
.front-page .kyujin .grume_flag:before {
  background: url(../img/flag_ico_grume.png) no-repeat center center;
  background-size: contain;
}
.front-page .kyujin .service_flag {
  background: #cc0;
}
.front-page .kyujin .service_flag:before {
  background: url(../img/flag_ico_service.png) no-repeat center center;
  background-size: contain;
}
.front-page .kyujin .web_convertion {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background: #ad996e;
  line-height: 1;
  padding: .5em .7em;
}
.front-page .kyujin .ico_more {
  position: relative;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #dbdbdb;
  padding: 0 1.2em 0 .7em;
  height: 26px;
  line-height: 26px;
  font-size: 10px;
  font-weight: bold;
}
.front-page .kyujin .ico_more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 4px solid #222;
}
@media screen and (max-width: 1024px) {
  .front-page .kyujin .card_item {
    -webkit-flex: 0 1 23%;
    flex: 0 1 23%;
  }
}
@media screen and (max-width: 768px) {
  .front-page .kyujin .card_item {
    -webkit-flex: 0 1 31.33333%;
    flex: 0 1 31.33333%;
  }
}
@media screen and (max-width: 480px) {
  .front-page .kyujin .kyujin_container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .front-page .kyujin .card_item {
    margin-bottom: 1.5%;
    -webkit-flex: 0 1 48%;
    flex: 0 1 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .kyujin .kyujin_head {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .front-page .kyujin .kyujin_head {
    display: block;
    padding-bottom: 0;
  }
  .front-page .kyujin .kyujin_head_ttl {
    width: 100%;
    transform: none;
  }
  .front-page .kyujin .kyujin_head_detail {
    clear: both;
    width: 100%;
    padding-left: 0;
  }
}

.card_list {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 73.84615%;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.card_item {
  position: relative;
  width: 47%;
  margin: 0 1.5% 25px;
}
.card_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #cfbb90;
}

.card_link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  color: #424242 !important;
  line-height: 1.5;
  background: #fff;
  height: 100%;
  opacity: 1 !important;
  transition: all 0.2s;
}
.card_link:hover {
  transform: translate(-7px, -7px);
}

.card_img {
  width: 232px;
}

.card_shop {
  display: table;
  width: 100%;
  padding-left: 5%;
}

.card_shop_info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.card_shop_info .card_shop_category {
  line-height: 1.5;
  color: #003180;
  font-weight: bold;
}
.card_shop_info .card_shop_name {
  line-height: 1.5;
}

.card_logo {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 65px;
  height: 65px;
  border: 1px solid #efefef;
  padding: 5px;
}
.card_logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: auto;
}

.card_body {
  width: 232px;
  padding: 15px;
}

.card_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: .5em;
}

.card_outline div {
  display: inline;
}

.card_meta-type_emp span {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #424242;
}

/* 合面・特集号 */
.gmk {
  font-size: 12px;
  font-weight: bold;
  color: #b23640;
}

.fin_kyujin_btn {
  padding: 40px 5%;
  border: 1px dashed #ad996e;
}
.fin_kyujin_btn a {
  position: relative;
  display: block;
  background: #003180;
  color: #fff;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 15px;
}
.fin_kyujin_btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
.fin_kyujin_btn span {
  display: block;
  line-height: 1.5;
}
.fin_kyujin_btn .fin_kyujin_ttl {
  font-size: 18px;
  font-weight: bold;
}
.fin_kyujin_btn .fin_kyujin_sub {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .front-page .kyujin .kyujin_container {
    display: block;
  }
  .front-page .kyujin .kyujin_head_ttl {
    width: 100%;
  }
  .front-page .kyujin .kyujin_head {
    padding-left: 0;
  }

  .card_list {
    margin-left: -1.66667%;
    margin-right: -1.66667%;
  }

  .card_item {
    width: 30%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }

  .card_link {
    display: block;
  }
  .card_link:hover {
    transform: none;
  }

  .card_img {
    width: 100%;
  }
  .card_img img {
    max-width: none;
    width: 100%;
  }

  .card_body {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .front-page .kyujin .kyujin_head {
    height: auto;
  }

  .card_list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .card_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* kyujin_l , kyujin_d */
.sub_pagenation {
  position: relative;
  margin-bottom: 50px;
}
.sub_pagenation:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.second_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 4.3em;
  margin-left: 0;
  white-space: nowrap;
}

.pager {
  display: inline-block;
  vertical-align: middle;
  width: 49.2%;
  padding-right: 9%;
  float: left;
}
.pager .result {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 10px;
}
.pager .result strong {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-right: 1em;
}
.pager .result strong:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: #b23640;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.pager .result span {
  position: relative;
  z-index: 2;
}
.pager .pagenation {
  display: block;
  position: relative;
  z-index: 5;
}
.pager .pagenation ul {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.pager .pagenation li {
  font-size: 14px;
  display: inline-block;
  margin: 5px;
  text-align: center;
}
.pager .pagenation li a {
  position: relative;
  color: #424242;
  font-weight: bold;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: block;
}
.pager .pagenation li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #b23640;
  transition: all 0.2s;
}
.pager .pagenation li a:hover {
  opacity: 1;
}
.pager .pagenation li a:hover:after {
  width: 100%;
}
.pager .pagenation li em {
  color: #b23640;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-style: normal;
  position: relative;
}
.pager .pagenation li em:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #b23640;
}
@media screen and (max-width: 480px) {
  .pager {
    display: block;
  }
}

.search_result {
  display: inline-block;
  vertical-align: middle;
  width: 49.2%;
  padding-left: 9%;
}
.search_result .search_result_ttl {
  color: #003180;
}
.search_result .search_result_word dt, .search_result .search_result_word dd {
  display: inline;
}
.search_result .search_result_word dt {
  font-weight: bold;
}

.page_back {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.page_back a {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.page_back a:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #424242;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 768px) {
  .sub_pagenation {
    text-align: center;
  }

  .second_ttl {
    position: static;
    transform: none;
    display: inline-block;
    -ms-writing-mode: tb-lr;
    writing-mode: horizontal-tb;
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .pager,
  .search_result {
    width: 100%;
    margin-top: 5%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .pager,
  .search_result {
    text-align: left;
  }
}
.kyujin_sub {
  background: url(../img/bg_taste_nami_mono_1.png) no-repeat right 10%, url(../img/bg_taste_pat_1.png) repeat 0 0;
}
.kyujin_sub .card_list {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.kyujin_sub .card_item {
  position: relative;
  display: flex;
  width: 100%;
  background: #fff;
  margin: 40px 0;
}
.kyujin_sub .card_item:after {
  content: none;
}

.lower-kyujin_l .card_head {
  width: 30.63636%;
}
.lower-kyujin_l .card_img {
  width: 100%;
  margin-bottom: 30px;
}
.lower-kyujin_l .card_body {
  width: 69.27273%;
  padding: 40px;
}
.lower-kyujin_l .card_meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.lower-kyujin_l .card_ttl {
  font-size: 20px;
  font-weight: normal;
  color: #003180;
}
.lower-kyujin_l .card_lead {
  margin-bottom: 30px;
}
.lower-kyujin_l .card_outline {
  position: relative;
  padding: 30px 0;
}
.lower-kyujin_l .card_outline:before, .lower-kyujin_l .card_outline:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: url(../img/bg_taste_line_3.png) repeat-x 0 0;
  background-size: 697px 4px;
}
.lower-kyujin_l .card_outline:before {
  top: 0;
  transform: translateY(-50%);
}
.lower-kyujin_l .card_outline:after {
  bottom: 0;
  transform: translateY(50%);
}
.lower-kyujin_l .card_outline li {
  display: table;
  width: 100%;
}
.lower-kyujin_l .card_outline li:not(:first-child) {
  margin-top: 10px;
}
.lower-kyujin_l .card_outline div {
  display: table-cell;
  vertical-align: top;
}
.lower-kyujin_l .card_outline .card_outline_ttl {
  font-weight: bold;
  color: #b23640;
  width: 130px;
}
.lower-kyujin_l .card_convertion.position_top {
  float: right;
  margin-top: -60px;
  margin: -60px 0 20px 30px;
}
.lower-kyujin_l .card_convertion.position_top a {
  margin-left: 10px;
}
.lower-kyujin_l .card_convertion.position_bottom {
  display: none;
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom: 30px;
}
.lower-kyujin_l .card_convertion.position_bottom:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.lower-kyujin_l .card_convertion.position_bottom a {
  display: block;
  float: left;
  width: 47%;
  height: 38px;
  line-height: 38px;
  margin: 0 1.5%;
  padding-top: 0;
  padding-left: 1em;
  -ms-writing-mode: tb-lr;
  writing-mode: horizontal-tb;
}
.lower-kyujin_l .card_convertion.position_bottom a:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 1em;
  transform: translate(50%, 50%) rotate(90deg);
  display: block;
  width: 12.4px;
  height: 7.2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .lower-kyujin_l .card_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .lower-kyujin_l .card_item {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lower-kyujin_l .card_head {
    width: 100%;
  }
  .lower-kyujin_l .card_img {
    margin-bottom: 5%;
  }
  .lower-kyujin_l .card_body {
    width: 100%;
    padding: 20px;
  }
  .lower-kyujin_l .card_outline div {
    display: block;
    width: 100%;
  }
  .lower-kyujin_l .card_convertion.position_top {
    display: none;
    overflow: hidden;
  }
  .lower-kyujin_l .card_convertion.position_bottom {
    display: block;
  }
}

.lower-kyujin_d .kyujin_sub_container {
  padding-top: 160px;
}
.lower-kyujin_d .card_item {
  display: block;
  background: none;
  margin: 0;
}
.lower-kyujin_d .card_img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  margin-bottom: 5%;
}
.lower-kyujin_d .card_img img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.lower-kyujin_d .card_head {
  clear: both;
  display: flex;
  padding-bottom: 60px;
}
.lower-kyujin_d .card_shop {
  display: block;
  width: 230px;
  padding-left: 0;
}
.lower-kyujin_d .card_logo,
.lower-kyujin_d .card_shop_info {
  display: block;
}
.lower-kyujin_d .card_shop_info {
  margin-top: 10px;
  padding-left: 0;
}
.lower-kyujin_d .card_description {
  width: 640px;
}
.lower-kyujin_d .card_convertion {
  width: 230px;
}
.lower-kyujin_d .card_convertion.position_top {
  display: flex;
  align-items: center;
}
.lower-kyujin_d .card_ttl {
  font-size: 30px;
  font-weight: normal;
  color: #003180;
}
.lower-kyujin_d .card_body {
  width: 100%;
  padding: 0;
}
.lower-kyujin_d .outline {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}
.lower-kyujin_d .outline:before, .lower-kyujin_d .outline:after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 5000px;
  height: 4px;
  background: url(../img/bg_taste_line_3.png) repeat center 0;
  background-size: 697px 4px;
}
.lower-kyujin_d .outline:before {
  bottom: 100%;
  transform: translate(-50%, 50%);
}
.lower-kyujin_d .outline:after {
  top: 100%;
  transform: translate(-50%, -50%);
}
.lower-kyujin_d .outline .outline_ttl {
  flex: 0 0 30%;
  color: #003180;
  margin-bottom: 1em;
}
.lower-kyujin_d .outline .card_outline {
  flex: 0 0 70%;
}
.lower-kyujin_d .outline li {
  display: table;
  width: 100%;
}
.lower-kyujin_d .outline li:not(:first-child) {
  margin-top: 10px;
}
.lower-kyujin_d .outline div {
  display: table-cell;
  vertical-align: top;
}
.lower-kyujin_d .outline .card_outline_ttl {
  font-weight: bold;
  color: #b23640;
  width: 130px;
}
.lower-kyujin_d .card_convertion.position_bottom {
  margin: 50px auto 0;
}
.lower-kyujin_d .card_convertion.position_bottom a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding-top: 0;
  padding-left: 1em;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.lower-kyujin_d .card_convertion.position_bottom a:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 1em;
  transform: translate(50%, 50%) rotate(90deg);
  display: block;
  width: 12.4px;
  height: 7.2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.lower-kyujin_d .card_convertion.static-parts_notes {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-kyujin_d .kyujin_sub_container {
    padding-top: 12%;
  }
  .lower-kyujin_d .card_ttl {
    font-size: 18px;
    margin-top: .5em;
  }
}
@media screen and (max-width: 480px) {
  .lower-kyujin_d .card_head {
    display: block;
  }
  .lower-kyujin_d .card_head_col {
    width: 100%;
  }
  .lower-kyujin_d .card_shop {
    display: table;
  }
  .lower-kyujin_d .card_logo {
    display: table-cell;
  }
  .lower-kyujin_d .card_shop_info {
    display: table-cell;
    padding-left: 7%;
  }
  .lower-kyujin_d .card_convertion.position_top {
    display: none;
  }
  .lower-kyujin_d .outline {
    display: block;
  }
  .lower-kyujin_d .outline li {
    display: block;
  }
  .lower-kyujin_d .outline div {
    display: block;
  }
}

.fixed_convertion {
  position: fixed;
  z-index: 8;
  bottom: 0;
  bottom: -20px;
  opacity: 0;
  left: 0;
  width: 100%;
  padding: 0 2%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.fixed_convertion.js-stickey {
  bottom: 0;
  opacity: 1;
}
.fixed_convertion .fixed_convertion_inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  font-size: 0;
  letter-spacing: -.5em;
}
.fixed_convertion .fixed_convertion_inner_col {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.fixed_convertion .btn_cv {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
}
.fixed_convertion a .phone_btn {
  background: #b23640;
}
.fixed_convertion .phone_btn {
  position: relative;
  background: #b23640;
  line-height: 1.3;
}
.fixed_convertion .phone_btn * {
  color: #fff;
}
.fixed_convertion .phone_btn .phone_btn_position {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 5%;
}
.fixed_convertion .phone_btn .phone_btn_txt_row {
  display: block;
}
.fixed_convertion .phone_btn .num {
  font-size: 18px;
  white-space: nowrap;
}
.fixed_convertion .phone_btn .notes {
  font-size: 10px;
  white-space: nowrap;
}
.fixed_convertion .phone_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  left: 5%;
  transform: translateY(-50%);
  display: block;
  width: 23px;
  height: 23.5px;
  background-image: url(../img/ico_tel_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.fixed_convertion .convertion_btn {
  background: #003180;
}
.fixed_convertion .convertion_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  right: 5%;
  transform: translateY(-50%) rotate(90deg);
  display: block;
  width: 12.4px;
  height: 7.2px;
  background-image: url(../img/ico_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .fixed_convertion .phone {
    width: 63%;
  }
  .fixed_convertion .convertion {
    width: 30%;
  }
}

/* separate parts (TOP) */
.separate {
  position: relative;
  z-index: 3;
  height: 526px;
}
.separate:before, .separate:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.separate:before {
  background-image: url(../img/bg_taste_main_col_2.png);
  background-position: 0 0;
  width: 352px;
  height: 336px;
  bottom: 0;
  left: 0;
  margin-bottom: -55px;
}
.separate:after {
  background-image: url(../img/bg_taste_main_col_1.png);
  background-position: 0 0;
  width: 355px;
  height: 362px;
  right: 0;
  top: 0;
  margin-top: -55px;
}
@media screen and (max-width: 768px) {
  .separate {
    height: 350px;
  }
  .separate:before {
    width: 211.2px;
    height: 201.6px;
    margin-bottom: -55px;
  }
  .separate:after {
    width: 213px;
    height: 217.2px;
    margin-top: -55px;
  }
}

/* merit parts */
.merit {
  background: url(../img/bg_taste_graph_1.png) no-repeat left top, url(../img/bg_taste_graph_2.png) no-repeat right bottom, #fff;
}
.merit .merit_head {
  display: flex;
}
.merit .merit_head_ttl {
  width: 50%;
  height: 295px;
  transform: translateX(20px);
}
@media all and (-ms-high-contrast: none) {
  .merit .ttl_base {
    height: 7em;
  }
}
.merit .merit_head_body {
  width: 50%;
  margin-bottom: 50px;
  padding-left: 100px;
}
.merit .merit_head_body li {
  margin-bottom: 35px;
  padding-left: 3em;
  text-indent: -3em;
}
.merit .merit_list {
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.merit .merit_list .merit_item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.merit .merit_list .img {
  width: 45%;
}
.merit .merit_list .item_exp {
  width: 55%;
  padding-right: 7%;
  direction: ltr;
}
.merit .merit_list .item_ttl {
  font-size: 16px;
  margin-bottom: 1em;
  padding-left: 3em;
  text-indent: -3em;
}
@media screen and (max-width: 768px) {
  .merit .merit_head_ttl {
    width: 100%;
    transform: none;
  }
  .merit .merit_head_body {
    display: none;
  }
  .merit .merit_list .merit_item {
    align-items: flex-start;
  }
  .merit .merit_list .item_exp {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .merit .merit_head_ttl {
    height: auto;
  }
  .merit .merit_list .merit_item {
    display: block;
  }
  .merit .merit_list .item_exp, .merit .merit_list .img {
    display: block;
    width: 100%;
  }
  .merit .merit_list .item_exp {
    padding-right: 0;
  }
}

/* lower-merit */
.lower-merit .l-main {
  background: transparent;
}
.lower-merit .merit_head_body {
  width: 450px;
}
.lower-merit .merit_head_body .ico_diamond {
  color: #fff;
  font-weight: bold;
}
.lower-merit .merit_head_body li {
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6), 0px 0px 3px rgba(0, 0, 0, 0.6);
}

.merit_sub .merit_head {
  max-width: 1000px;
  margin: 0 auto 8%;
  align-items: flex-end;
  justify-content: space-between;
}
.merit_sub .merit_head .img {
  margin-top: -200px;
}
.merit_sub .merit_head .img img {
  float: left;
  margin-right: 5%;
  width: 45%;
}
.merit_sub .merit_head .img img:last-child {
  margin-right: 0;
}
.merit_sub .merit_head .img img:nth-of-type(2) {
  margin-top: -100px;
}
.merit_sub .merit_head .lead {
  margin-left: 0;
}
.merit_sub .merit_head .merit_head_ttl {
  width: 60%;
  height: auto;
  transform: none;
}
.merit_sub .merit_head .ttl_copy {
  color: #003180;
}
.merit_sub .img_separate_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.merit_sub .img_separate_list:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/bg_taste_nami_mono_1.png) no-repeat center 0, url(../img/bg_taste_pat_1.png) repeat 0 0;
  width: 5000px;
  height: 80%;
}
.merit_sub .img_separate_list li {
  position: relative;
  z-index: 1;
  width: 16.66%;
  margin-left: 16.66%;
}
.merit_sub .img_separate_list li:nth-child(n+4) {
  margin-left: 0;
  margin-right: 16.66%;
}
.merit_sub .merit_list {
  max-width: none;
}
.merit_sub .merit_item {
  display: block !important;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.merit_sub .merit_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: url(../img/bg_taste_line_3.png) repeat-x 0 0;
  background-size: 697px 4px;
}
.merit_sub .merit_item .item_exp {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}
.merit_sub .merit_item .item_exp .item_ttl {
  flex: 0 0 320px;
}
.merit_sub .merit_item .item_exp p {
  flex: 1 1 780px;
  margin-left: 5%;
}

.merit_separate .merit_head_ttl {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  height: 300px;
}
.merit_separate .obj_2 {
  position: static;
  transform: none;
  margin-left: 20px;
}
.merit_separate .lead {
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6), 0px 0px 3px rgba(0, 0, 0, 0.6);
}
.merit_separate .mv_slider {
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .merit_sub .merit_head .img {
    display: none;
  }
  .merit_sub .merit_head .merit_head_ttl {
    width: 100%;
  }
  .merit_sub .merit_list {
    margin-left: 0;
    margin-right: 0;
  }
  .merit_sub .merit_item {
    width: 100%;
  }
  .merit_sub .merit_item .item_exp {
    padding-left: 0;
    padding-right: 0;
  }
  .merit_sub .img_separate_list li {
    width: 25%;
    margin-left: 25%;
  }
  .merit_sub .img_separate_list li:nth-child(n+4) {
    margin-left: 0;
    margin-right: 0;
  }
  .merit_sub .img_separate_list li:nth-child(3), .merit_sub .img_separate_list li:nth-child(4) {
    margin-left: 0;
    margin-right: 25%;
  }
  .merit_sub .img_separate_list li:nth-child(5), .merit_sub .img_separate_list li:nth-child(6) {
    margin-left: 25%;
    margin-right: 0;
  }
  .merit_sub .merit_item .item_exp {
    padding-left: 30px;
    padding-right: 30px;
  }
  .merit_sub .merit_item .item_exp .item_ttl {
    flex: 0 0 240px;
  }
  .merit_sub .merit_item .item_exp p {
    flex: 1 1 860px;
  }

  .merit_separate {
    height: 500px;
  }
  .merit_separate .merit_head_ttl {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .merit_sub .img_separate_list {
    display: block;
  }
  .merit_sub .img_separate_list:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  .merit_sub .img_separate_list li {
    float: left;
    width: 50%;
    margin-left: 0;
  }
  .merit_sub .img_separate_list li:nth-child(n+3) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .merit_sub .merit_item .item_exp {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .merit_sub .merit_item .item_exp .item_ttl {
    flex: none;
  }
  .merit_sub .merit_item .item_exp p {
    flex: none;
    margin-left: 0;
  }

  .merit_separate {
    height: 500px;
  }
  .merit_separate .merit_head_ttl {
    width: 70%;
    height: auto;
  }
  .merit_separate .obj_2 {
    margin-left: 0;
  }
  .merit_separate .lead {
    margin-left: 0;
  }
}
/* event parts */
.event {
  background: url(../img/bg_taste_nami_blue_1.png) no-repeat right top, url(../img/bg_taste_nami_blue_2.png) no-repeat left bottom, #fff;
}
.event .event_head {
  position: absolute;
  z-index: 5;
  top: 100px;
  right: 0;
}
.event .event_head .btn {
  margin-top: 30px;
}
.event .event_head_ttl {
  direction: rtl;
}
@media all and (-ms-high-contrast: none) {
  .event .ttl_base {
    height: 5em;
  }
}
.event .event_list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.event .event_list a {
  position: relative;
  display: block;
  color: #424242;
}
.event .event_list a:hover {
  opacity: 1;
}
.event .event_list a:before {
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}
.event .event_list a:hover:before {
  opacity: .5;
}
.event .event_item {
  position: relative;
  width: 180px;
  height: 255px;
}
.event .event_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  display: block;
  width: 4px;
  height: 100%;
  background: url(../img/bg_taste_line_2.png) repeat-y 0 0;
  background-size: 4px 349px;
}
.event .event_item:nth-of-type(1):before {
  content: none;
}
.event .event_item.now .img:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 34px;
  height: 10.5px;
  background-image: url(../img/ico_flag_horaizontal_1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 20px;
}
.event .event_item .event_item_head:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.event .event_item .img {
  width: 106px;
  margin: 0 auto 20px;
}
.event .event_item .event_ttl {
  font-size: 14px;
}
.event .event_item .event_date {
  color: #003180;
  font-size: 12px;
}
.event .event_item .event_head {
  position: relative;
}
.event .event_item .event_body {
  width: 106px;
  height: 160px;
  position: absolute;
  top: 93px;
  left: 50%;
  transform: translateX(-50%);
}
.event .l_box {
  width: 868px;
  transform: translateX(-110px);
  margin-bottom: 60px;
}
.event .l_box a:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.event .l_box .event_item {
  width: 100%;
  height: auto;
}
.event .l_box .event_item:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: url(../img/bg_taste_pat_1.png) repeat 0 0;
  width: 1000%;
  height: 60%;
}
.event .l_box .event_item.now .img:after {
  bottom: 100%;
  left: 30px;
  transform: translateX(0);
  display: block;
  width: 24px;
  height: 68px;
  background-image: url(../img/ico_flag_vertical_1.png);
  margin-bottom: -35px;
}
.event .l_box .event_item_head {
  float: right;
  width: 640px;
}
.event .l_box .img {
  position: relative;
  width: 100%;
  text-align: right;
}
.event .l_box .img:before, .event .l_box .img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 39px;
  height: 39px;
  background: url(../img/ico_corner.png) no-repeat 0 0;
  background-size: contain;
}
.event .l_box .img:before {
  top: -8px;
  right: -8px;
}
.event .l_box .img:after {
  bottom: -8px;
  left: -8px;
  transform: rotate(180deg);
}
.event .l_box .img img {
  display: inline-block;
}
.event .l_box .event_ttl {
  font-size: 18px;
}
.event .l_box .event_body {
  width: 100%;
  height: auto;
  margin: 0;
  text-align: right;
  position: static;
  transform: none;
}
.event .l_box .event_exp {
  position: relative;
  z-index: 3;
  float: right;
  height: 440px;
  margin-right: 40px;
}
.event .for-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .event .l_box {
    width: 800px;
  }
  .event .l_box .event_item_head {
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .event .event_head {
    position: static;
  }
  .event .event_head .ttl-vertical {
    float: right;
  }
  .event .event_head .btn {
    margin-top: 0;
  }
  .event .event_list {
    display: block;
    font-size: 0;
    letter-spacing: -.5em;
  }
  .event .event_item {
    font-size: 14px;
    letter-spacing: .15em;
    display: inline-block;
    width: 25%;
  }
  .event .l_box {
    width: 100%;
    transform: none;
  }
  .event .l_box .event_item_head {
    float: none;
    width: 100%;
  }
  .event .l_box .img {
    width: 100%;
  }
  .event .l_box .img:before, .event .l_box .img:after {
    width: 23.4px;
    height: 23.4px;
  }
  .event .l_box .img:before {
    top: -5px;
    right: -5px;
  }
  .event .l_box .img:after {
    bottom: -5px;
    left: -5px;
    margin-bottom: -55px !important;
  }
  .event .l_box .event_exp {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    height: auto;
    margin-right: 0;
  }
  .event .l_box .event_body {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .event .event_head .btn {
    display: none;
  }
  .event .event_head_ttl {
    display: block;
    direction: inherit;
  }
  .event .event_list {
    width: 110%;
    margin-left: -5%;
  }
  .event .event_item {
    width: 50%;
    height: auto;
    margin-bottom: 50px;
  }
  .event .event_item:nth-of-type(odd):before {
    content: none;
  }
  .event .event_item .event_body {
    position: static;
    transform: none;
    margin: 0 auto;
    line-height: 1.6;
    height: auto;
  }
  .event .l_box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .event .for-sp {
    display: block;
  }
}
@media screen and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .event .event_list a:before {
    content: none;
  }
}

/* instagrum parts */
.gallery {
  background: url(../img/bg_taste_nami_mono_1.png) no-repeat center center, url(../img/bg_taste_pat_1.png) repeat 0 0;
}
.gallery .gallery_container {
  display: flex;
  align-items: center;
}
.gallery .gallery_head {
  width: 50%;
  height: 259px;
  text-align: center;
}
.gallery .gallery_head_ttl {
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .gallery .ttl_base {
    height: 6em;
  }
}
.gallery .gallery_img {
  width: 50%;
}
.gallery .gallery_img a {
  display: block;
}
@media screen and (max-width: 768px) {
  .gallery .gallery_container {
    align-items: flex-start;
  }
  .gallery .gallery_head {
    width: 60%;
    margin-bottom: 0;
  }
  .gallery .gallery_img {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .gallery .gallery_container {
    display: block;
  }
  .gallery .gallery_head {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .gallery .gallery_img {
    width: 100%;
    margin-top: 40px;
  }
}

/* access parts */
.access .access_head {
  display: flex;
  align-items: flex-start;
  background: url(../img/bg_taste_nami_blue_2.png) no-repeat left bottom, #fff;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}
.access .access_head_ttl {
  width: 50%;
  transform: translateX(20px);
}
@media all and (-ms-high-contrast: none) {
  .access .ttl_base {
    height: 5em;
  }
}
.access .access_detail {
  width: 50%;
  padding-left: 100px;
}
.access .access_detail dt {
  font-weight: bold;
}
.access .txt-blank:before {
  top: 2px;
}
.access .map {
  background: #fff;
}
.access #map-canvas {
  width: 100%;
  height: 490px;
}
@media screen and (max-width: 768px) {
  .access .access_head {
    margin-bottom: 0;
  }
  .access .access_detail {
    width: 50%;
    padding-left: 50px;
  }
  .access #map-canvas {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .access .access_head {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .access .access_head_ttl {
    width: 100%;
    transform: none;
  }
  .access .access_detail {
    clear: both;
    width: 100%;
    padding-left: 0;
  }
}
/* 2018.02.07 add */
@media screen and (max-width: 480px) {
	.front-page .q-search .category_list li img {
		height: 89px;
	}
}
.front-page .q-search .category_list li.opsion-search {
	max-width: 159px;
	border: none;
}
