@charset "UTF-8";
/* ---------------------------------------------
 * 
 * RESET
 * 
 --------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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;
  vertical-align: baseline; }

/**
 * 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
/* line 136, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, _normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, _normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 171, _normalize.scss */
sup {
  top: -0.5em; }

/* line 175, _normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, _normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, _normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, _normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 222, _normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, _normalize.scss */
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.
 */
/* line 253, _normalize.scss */
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.
 */
/* line 267, _normalize.scss */
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.
 */
/* line 278, _normalize.scss */
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.
 */
/* line 291, _normalize.scss */
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.
 */
/* line 303, _normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, _normalize.scss */
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.
 */
/* line 323, _normalize.scss */
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.
 */
/* line 335, _normalize.scss */
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`.
 */
/* line 347, _normalize.scss */
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.
 */
/* line 357, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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).
 */
/* line 368, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, _normalize.scss */
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;
  padding: 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

img {
  vertical-align: top; }

table {
  width: 100%; }

table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top; }

/* ---------------------------------------------
 *
 * VARS MIXIN
 *
 --------------------------------------------- */
/* ////////////////////////////////////////
$font
//////////////////////////////////////// */
/* ////////////////////////////////////////
$breakpoint
//////////////////////////////////////// */
/* ////////////////////////////////////////
$color
//////////////////////////////////////// */
/*

font-sizeをvwで指定する

ex. @include font-size-vw(3);
= font-size:3vw;
= font-size:9.6px

*/
/*

/**
*
* @include mq()
*
* ex. @include mq('sp') {}
* ex. @include mq('~',100,500) {} 100px〜500pxまで
* ex. @include mq('>',100) {} 最小幅100px
* ex. @include mq('<',100) {} 最大幅100px
*
* @param  $mode / $breakpoint-sp でグローバルに定義
* @param  $a min-width
* @param  $b max-width
*/
/* ---------------------------------------------
 * 
 * RESET
 * 
 --------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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;
  vertical-align: baseline; }

/**
 * 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
/* line 136, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, _normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, _normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 171, _normalize.scss */
sup {
  top: -0.5em; }

/* line 175, _normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, _normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, _normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, _normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 222, _normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, _normalize.scss */
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.
 */
/* line 253, _normalize.scss */
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.
 */
/* line 267, _normalize.scss */
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.
 */
/* line 278, _normalize.scss */
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.
 */
/* line 291, _normalize.scss */
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.
 */
/* line 303, _normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, _normalize.scss */
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.
 */
/* line 323, _normalize.scss */
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.
 */
/* line 335, _normalize.scss */
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`.
 */
/* line 347, _normalize.scss */
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.
 */
/* line 357, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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).
 */
/* line 368, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, _normalize.scss */
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;
  padding: 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

img {
  vertical-align: top; }

table {
  width: 100%; }

table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top; }

/* ---------------------------------------------
 *
 * BASE
 * ベースとなるスタイル
 *
 --------------------------------------------- */
html,
body {
  height: 100%; }

body {
  background-color: #fff;
  color: #000;
  font-family: "HonMinSink-Book JIS2004", serif;
  line-height: 1;
  font-size: 14px; }

a {
  text-decoration: none;
  color: #000; }

@media all and (max-width: 800px) {
  .br-sp-none {
    display: none; } }

@media all and (min-width: 801px) and (max-width: 960px) {
  .br-sp-none {
    display: none; } }

.br-pc-none {
  display: none; }
  @media all and (max-width: 800px) {
    .br-pc-none {
      display: block; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .br-pc-none {
      display: block; } }

@media all and (max-width: 800px) {
  .sp-inline {
    display: inline !important; } }

@media all and (min-width: 801px) and (max-width: 960px) {
  .sp-inline {
    display: inline !important; } }

/* ---------------------------------------------
 *
 * MEDIA
 * 画像とキャプションのセット
 *
 --------------------------------------------- */
.media__okashi__item {
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin-bottom: 35px; }
  @media all and (max-width: 800px) {
    .media__okashi__item {
      padding: 4vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .media__okashi__item {
      padding: 4vw; } }
  .media__okashi__item:last-child {
    margin-bottom: 0; }
  .media__okashi__item p {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8em;
    letter-spacing: 0em; }
    @media all and (max-width: 800px) {
      .media__okashi__item p {
        font-size: 4vw;
        padding: 0 1.5vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .media__okashi__item p {
        font-size: 4vw;
        padding: 0 1.5vw; } }
  .media__okashi__item .note {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8em;
    letter-spacing: 0em; }
    .media__okashi__item .note a {
      text-decoration: underline; }
    @media all and (max-width: 800px) {
      .media__okashi__item .note {
        font-size: 3vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .media__okashi__item .note {
        font-size: 3vw; } }
  .media__okashi__item dl {
    /* For modern browsers */
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ }
    .media__okashi__item dl:before, .media__okashi__item dl:after {
      content: "";
      display: table; }
    .media__okashi__item dl:after {
      clear: both; }
    .media__okashi__item dl img {
      width: 100%;
      border-radius: 14px; }
  .media__okashi__item dt {
    float: left;
    width: 50%; }
    @media all and (max-width: 800px) {
      .media__okashi__item dt {
        float: none;
        width: 100%;
        margin-bottom: 5vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .media__okashi__item dt {
        float: none;
        width: 100%;
        margin-bottom: 5vw; } }
  .media__okashi__item dd {
    float: right;
    width: 50%;
    position: relative;
    height: 260px; }
    @media all and (max-width: 800px) {
      .media__okashi__item dd {
        padding: 0 1.5vw;
        float: none;
        width: 100%;
        height: auto; }
        .media__okashi__item dd img {
          width: 100%; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .media__okashi__item dd {
        padding: 0 1.5vw;
        float: none;
        width: 100%;
        height: auto; }
        .media__okashi__item dd img {
          width: 100%; } }

.media__okashi__item--mr dt {
  float: right;
  width: 50%;
  padding: 0; }
  @media all and (max-width: 800px) {
    .media__okashi__item--mr dt {
      float: none;
      width: 100%; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .media__okashi__item--mr dt {
      float: none;
      width: 100%; } }

.media__okashi__item--mr dd {
  float: left;
  width: 50%;
  position: relative;
  height: 260px; }
  @media all and (max-width: 800px) {
    .media__okashi__item--mr dd {
      float: none;
      width: 100%;
      position: static;
      height: auto; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .media__okashi__item--mr dd {
      float: none;
      width: 100%;
      position: static;
      height: auto; } }

.media__okashi__item--mr .media__okashi__item__block {
  padding-left: 30px; }
  @media all and (max-width: 800px) {
    .media__okashi__item--mr .media__okashi__item__block {
      padding-left: 0px; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .media__okashi__item--mr .media__okashi__item__block {
      padding-left: 0px; } }

.l__wrap__inner03 .media__okashi__item p {
  margin-top: 10px;
  margin-bottom: 20px; }
  @media all and (max-width: 800px) {
    .l__wrap__inner03 .media__okashi__item p {
      margin-bottom: 30px; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .l__wrap__inner03 .media__okashi__item p {
      margin-bottom: 30px; } }

.l__wrap__inner03 .media__okashi__item__title {
  margin-bottom: 10px; }

.l__wrap__inner03 p.note {
  margin-bottom: 0px; }

.media__okashi__item__2column {
  /* For modern browsers */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  margin-bottom: 30px; }
  .media__okashi__item__2column:before, .media__okashi__item__2column:after {
    content: "";
    display: table; }
  .media__okashi__item__2column:after {
    clear: both; }
  .media__okashi__item__2column img {
    border-radius: 14px;
    width: 100%; }

.media__okashi__item__2column--left {
  float: left;
  width: 70%; }

.media__okashi__item__2column--right {
  float: right;
  width: 26.8%; }

.media__okashi__item__block--style01 {
  margin-top: 30px; }
  @media all and (max-width: 800px) {
    .media__okashi__item__block--style01 {
      margin-top: 0px; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .media__okashi__item__block--style01 {
      margin-top: 0px; } }

.media__okashi__head {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8em;
  letter-spacing: 0em;
  margin-bottom: 30px;
  padding-left: 30px; }
  .media__okashi__head__last {
    margin-bottom: 0px; }
    @media all and (max-width: 800px) {
      .media__okashi__head__last {
        margin-bottom: 0 !important; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .media__okashi__head__last {
        margin-bottom: 0 !important; } }
  .media__okashi__head a {
    text-decoration: underline; }
  @media all and (max-width: 800px) {
    .media__okashi__head {
      font-size: 4vw;
      margin-bottom: 5vw;
      padding: 0 4vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .media__okashi__head {
      font-size: 4vw;
      margin-bottom: 5vw;
      padding: 0 4vw; } }

.media__okashi__head--l {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.8em;
  letter-spacing: 0em;
  margin-bottom: 20px;
  padding-left: 30px; }
  @media all and (max-width: 800px) {
    .media__okashi__head--l {
      font-size: 5vw;
      padding: 0 4vw;
      margin-bottom: 1vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .media__okashi__head--l {
      font-size: 5vw;
      padding: 0 4vw;
      margin-bottom: 1vw; } }

.media__okashi__item__block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 45px; }
  @media all and (max-width: 800px) {
    .media__okashi__item__block {
      position: static;
      top: 0;
      transform: none;
      padding-left: 0px; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .media__okashi__item__block {
      position: static;
      top: 0;
      transform: none;
      padding-left: 0px; } }

.media__okashi__item__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8em;
  letter-spacing: 0em;
  margin-bottom: 30px; }
  @media all and (max-width: 800px) {
    .media__okashi__item__title {
      font-size: 5vw;
      margin-bottom: 5vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .media__okashi__item__title {
      font-size: 5vw;
      margin-bottom: 5vw; } }
  .media__okashi__item__title span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8em;
    letter-spacing: 0em;
    display: block; }
    @media all and (max-width: 800px) {
      .media__okashi__item__title span {
        font-size: 2vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .media__okashi__item__title span {
        font-size: 2vw; } }

.media__okashi__item__text {
  margin-bottom: 25px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.8em;
  letter-spacing: 0em;
  line-height: 1.2em; }
  @media all and (max-width: 800px) {
    .media__okashi__item__text {
      font-size: 4.5vw;
      margin-bottom: 3vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .media__okashi__item__text {
      font-size: 4.5vw;
      margin-bottom: 3vw; } }
  .media__okashi__item__text span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8em;
    letter-spacing: 0em; }
    @media all and (max-width: 800px) {
      .media__okashi__item__text span {
        font-size: 3vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .media__okashi__item__text span {
        font-size: 3vw; } }
  .media__okashi__item__text .text-date {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8em;
    letter-spacing: 0em; }
    @media all and (max-width: 800px) {
      .media__okashi__item__text .text-date {
        font-size: 3.5vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .media__okashi__item__text .text-date {
        font-size: 3.5vw; } }

.media__okashi__item__link {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8em;
  letter-spacing: 0em;
  text-decoration: none;
  color: red; }
  .media__okashi__item__link a {
    text-decoration: underline; }
  @media all and (max-width: 800px) {
    .media__okashi__item__link {
      font-size: 4vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .media__okashi__item__link {
      font-size: 4vw; } }

.media__okashi__item--qa {
  /* For modern browsers */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .media__okashi__item--qa:before, .media__okashi__item--qa:after {
    content: "";
    display: table; }
  .media__okashi__item--qa:after {
    clear: both; }
  .media__okashi__item--qa .media__okashi__item--qa--l {
    float: left;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.8em;
    letter-spacing: 0em;
    padding-right: 10px; }
    @media all and (max-width: 800px) {
      .media__okashi__item--qa .media__okashi__item--qa--l {
        float: none;
        font-size: 8vw;
        display: block;
        padding-right: 0px;
        padding: 0 1.5vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .media__okashi__item--qa .media__okashi__item--qa--l {
        float: none;
        font-size: 8vw;
        display: block;
        padding-right: 0px;
        padding: 0 1.5vw; } }
  .media__okashi__item--qa .media__okashi__item--qa--s {
    float: right;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8em;
    letter-spacing: 0em;
    width: 88%;
    margin-top: 20px; }
    .media__okashi__item--qa .media__okashi__item--qa--s a {
      text-decoration: underline; }
    @media all and (max-width: 800px) {
      .media__okashi__item--qa .media__okashi__item--qa--s {
        float: none;
        width: 100%;
        margin-top: 0px;
        font-size: 4vw;
        padding: 0 1.5vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .media__okashi__item--qa .media__okashi__item--qa--s {
        float: none;
        width: 100%;
        margin-top: 0px;
        font-size: 4vw;
        padding: 0 1.5vw; } }

.media__okashi__item__qa__head {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 1px; }

.media__okashi__item__qa__footer {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 15px 0 15px 0;
  text-align: center;
  cursor: pointer; }

/* ---------------------------------------------
 *
 * NAV
 *
 --------------------------------------------- */
.nav__info__sns {
  /* For modern browsers */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .nav__info__sns:before, .nav__info__sns:after {
    content: "";
    display: table; }
  .nav__info__sns:after {
    clear: both; }
  @media all and (max-width: 800px) {
    .nav__info__sns {
      width: 100%;
      padding: 3% 5%;
      background-color: #fff;
      z-index: 100; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .nav__info__sns {
      width: 100%;
      padding: 3% 5%;
      background-color: #fff;
      z-index: 100; } }
  .nav__info__sns li {
    float: left;
    margin-left: 20px; }
    @media all and (max-width: 800px) {
      .nav__info__sns li {
        width: 45%;
        margin-left: 0px; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .nav__info__sns li {
        width: 45%;
        margin-left: 0px; } }

@media all and (max-width: 800px) {
  .nav__info__sns--fb {
    margin-right: 5%; } }

@media all and (min-width: 801px) and (max-width: 960px) {
  .nav__info__sns--fb {
    margin-right: 5%; } }

.nav__info__sns--fb a {
  width: 130px;
  height: 50px;
  display: block;
  background: url("../img/snsbtn.gif") no-repeat; }
  .nav__info__sns--fb a:hover {
    background-position: -130px 0; }
  @media all and (max-width: 800px) {
    .nav__info__sns--fb a {
      background: url("../img/btn-fb-sp.png") no-repeat;
      background-size: contain; } }
  @media all and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 800px) and (min-resolution: 1.5dppx) {
    .nav__info__sns--fb a {
      background: url("../img/btn-fb-sp@2x.png") no-repeat;
      background-size: contain; } }
  @media all and (max-width: 800px) {
      .nav__info__sns--fb a:hover {
        background-position: 0 0; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .nav__info__sns--fb a {
      background: url("../img/btn-fb-sp.png") no-repeat;
      background-size: contain; } }
  @media all and (min-width: 801px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 801px) and (max-width: 960px) and (min-resolution: 1.5dppx) {
    .nav__info__sns--fb a {
      background: url("../img/btn-fb-sp@2x.png") no-repeat;
      background-size: contain; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
      .nav__info__sns--fb a:hover {
        background-position: 0 0; } }

.nav__info__sns--tw a {
  width: 117px;
  height: 50px;
  display: block;
  background: url("../img/snsbtn.gif") no-repeat;
  background-position: 0 -50px; }
  .nav__info__sns--tw a:hover {
    background-position: -117px -50px; }
  @media all and (max-width: 800px) {
    .nav__info__sns--tw a {
      background: url("../img/btn-tw-sp.png") no-repeat;
      background-size: contain; } }
  @media all and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 800px) and (min-resolution: 1.5dppx) {
    .nav__info__sns--tw a {
      background: url("../img/btn-tw-sp@2x.png") no-repeat;
      background-size: contain; } }
  @media all and (max-width: 800px) {
      .nav__info__sns--tw a:hover {
        background-position: 0 0; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .nav__info__sns--tw a {
      background: url("../img/btn-tw-sp.png") no-repeat;
      background-size: contain; } }
  @media all and (min-width: 801px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 801px) and (max-width: 960px) and (min-resolution: 1.5dppx) {
    .nav__info__sns--tw a {
      background: url("../img/btn-tw-sp@2x.png") no-repeat;
      background-size: contain; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
      .nav__info__sns--tw a:hover {
        background-position: 0 0; } }

@media all and (max-width: 800px) {
  .nav__info__sns a {
    width: 100%;
    height: 10vw; } }

@media all and (min-width: 801px) and (max-width: 960px) {
  .nav__info__sns a {
    width: 100%;
    height: 10vw; } }

/* ---------------------------------------------
 *
 * LIST
 *
 --------------------------------------------- */
/* ---------------------------------------------
 * heading
 * 見出し
 *
 --------------------------------------------- */
/* ---------------------------------------------
 *
 * A
 * リンクなど
 *
 --------------------------------------------- */
.a__image-hover {
  display: block;
  position: relative; }
  .a__image-hover:hover {
    color: #b30000; }
  .a__image-hover::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    box-shadow: 0 0 0 0px #fafafa  inset;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out; }
  .a__image-hover:hover::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    box-shadow: 0 0 0 5px #fafafa inset; }
  .a__image-hover .img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .a__image-hover:hover img {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  :root .a__image-hover:hover img {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.m-sns {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 45px;
  height: 24px; }
  .m-sns__sp--none {
    display: none; }
    @media all and (max-width: 800px) {
      .m-sns__sp--none {
        display: none; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .m-sns__sp--none {
        display: none; } }
  .m-sns__list {
    margin-left: 20px; }
    .m-sns__list a {
      display: block;
      font-size: 12px;
      color: #fff; }
    .m-sns__list.-facebook a::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 23px;
      height: 24px;
      margin-right: 5px; }
    .m-sns__list.-facebook a:hover {
      color: #2556a1; }
      .m-sns__list.-facebook a:hover::before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAMAAAAmopZHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABOFBMVEUAAAAlVqElVqElVqElVqElVqElVqElVqElVqElVqElVqElVqElVqElVqElVqElVqEaTpxbf7f+/v/////29/pbf7glVqElVqElVqEkVqAjVaAlV6EeUZ4cT5wkVaAmVqEmV6EcUJ08aauAnMeputivv9unudhlhboiVJ9NdLLZ4O7///+itNUhVJ8qWaK/zOGesdMcT51NdbH19vrO2OmJosuMpcxbfrcaTpxaf7f+/v/7+/xfgroMQ5YXTJtZf7f29/pXfLYiVaAoV6EdTpxdgLgdT5wpV6FCbK3O2OrQ2erd5PD9/f7U3OtjhbpLc7FliL0YTZtLc7D9/f1UerUbT5whU582ZKiNpcyKosuqu9r6+vyrvNmLo8yDnMg3YqcgUp4USZkVSpoZTpxbf7dbf7hbgLcAAAAIk4lfAAAAGHRSTlMATuXx6FfR2eHm4unJPezt7e3t7e3t1UI2RDqnAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+EIEAExKxqG6hwAAAD1SURBVCjPddJnU8JAEIDhNWBEFIKieCUiEfuKglggahClY8deEcv//wkmg44bJO+nm2d2bvZmDsCjAcX3L/8ggMpoXAjBGRsCUIhKfTo+ExeM+QECf5wwZpNz8wuLS3yYujSWV9ButcdTa+sOY7rHMxtZxM2t7R3BXJ7Lm7i7t2/p0uXCKph4ULQO7T2Jy6NS2fZypZqgrtfqjSbicbNxcpohbpyZ+NP5BfXLX29dXRO/ub27f0B8fHp+eU0Rl7z9VnT26bS5e0/2/mH7Z845ut/l5V/Ugx7zSj8fARjtd48KEFLDWrfI2Hh0YjKiaeHYlNcvgW8Q90A3NlatlQAAAABJRU5ErkJggg==); }
    .m-sns__list.-facebook .m-sns-pc-f-fb {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAQAAAC7da7+AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhCBABMRpLWOomAAAA50lEQVQ4y73TO0sDQRSG4WcvxhtaqkggnVhZJWCR/64gmCp1qjQWokU0IC4kMbsWrrK5DNltnGLmMPPyzcthhkYj0tG3V4NcejRO9RzXjO4ax/Zrm7RIFcHjT0/eLCU62shJg/DEvUlZJ9o/RRyAc8M/uEKF0qeewYUOznfhM3Mkui6r2yGZqHReiwvhRTnnq9ubMh/uFGbgy4OWXO+3M5v4wkvljveyTztkVoUPwzJHbkWmRohdO5U6CeMHbvBqhMSVszqdydfWBu7/iEdNomPZ1qNtIRmpgf6W3zov10X5HMgMmonjG8HRMT9X7KJxAAAAAElFTkSuQmCC);
      background-repeat: no-repeat;
      color: #000; }
    .m-sns__list.-facebook .m-sns-pc-fb {
      background: url("../img/sns-fb.png") no-repeat; }
    .m-sns__list.-twitter a::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 23px;
      height: 24px;
      margin-right: 5px; }
    .m-sns__list.-twitter a:hover {
      color: #00adf1; }
      .m-sns__list.-twitter a:hover::before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAMAAAAmopZHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABU1BMVEUAAAAArvEArfEArfEArvEArfEArvEArfEArvEArfEArvEArvEArvEArfEArfEArvEArfEArfEArfEArvEArfEArvEArvEArfEArPEAq/AArPAUtvIBrPAAqvAsuPKv4/rc9f3O7vxJxPQ+v/QwvPMDrvHD6/x50fgGrPARsfHR7vz+/v/////4+v9ry/YHrfDS8v3//v+l3/ont/IAp/BGwvT1/P7j8/5Sw/UFrfEAqfB80ff4/P/x+f604/lpy/aM1vj4/f+l4voJqvB40/eQ2vkIqvCs4/r8/v9szPYFq/AMtPO65/r3/P/w+f4itvMAqvF3z/b2+/+T2fkIrPA/v/Pz+v7+///c8f0BrPEApO8bs/Gz4vnm9f48vvQCq/ALsfJgyfaN2PnB6fzB6Pszu/QCqvADrfEiuvOa2fjV8f3e9f3V8fyr4PlNxPQMr/EAAADPv5hGAAAAFnRSTlMASNrx8fBux/3z29j+wOw4xuvt7eBWpbZXlQAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhCBABMgcDc9U8AAABH0lEQVQoz3WSZ1PDMAyGBQl7FBKwbGigbChm70Ipe0PZe28o4/9/Q7EzykFeXc6652RLfh2ACBUUGoZpGhQknZpFxQAlpeyvygDKGSJjSEHSKX0AFZW/OIacVq4pF9gghJureoaNcXeP09ScaGlta+9AXY+is6ubM9GT7JVS9vUPoK5HZ3BoeCQ+OjZOWE5MTqHXNzU9I9Ozmbl5ly8scq8v8qW0DLS8gl5fTK2uhXx9w5+f8c2tbR/vZDGYH3f39n1+cMj8+Wmgo+TxicKn2bPAB7rR+cWlanF1fcMCH/D27v5B4cenZ22oPufl9e09l/v4/Pp2WL5vZBi5JbRlefXKZ7WE/ke9S9V/71gNEKuptWzboiBZKrXr6qP+EvgBoeg8ucj6SvUAAAAASUVORK5CYII=); }
    .m-sns__list.-twitter .m-sns-pc-f-tw {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAQAAAC7da7+AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhCBABMTpwNsruAAABIElEQVQ4y5WTPU/DMBBAX1wT1VRAW1BAiAYJFipGIEOR+AH8YDbYgIGOlZgysCChRHxVlKhQwpA2uaAC8Xmzn+7e+WywCocOPUwlts9Ac8AyTiX8iIGiXhGGBVCkNu7KrlUtso8wQuyVPg8YDnHRtLITLYBzduhO631wQUTKkDNcjmlmnHR/54pLhgBEPOYnhsYsqRZiXW64JaTDNi8izTpegRcyX2g+GRMSlvoTHUmZmPHc62hJvIgeWyW5LOpsFpQSMgZ/zoT35IsqT3WNJm4JbrNP7bepepzii70lTlgsT3VWfsIdMRH3eT2fQLaZ4WleZ5WYhAbg4rHLhtT4md1hhYCAP8PyRarKn2OKv1X+IAnUeKaNZvLvSrjmyU6db8qpSLPrHf2aAAAAAElFTkSuQmCC);
      background-repeat: no-repeat;
      color: #000; }
    .m-sns__list.-twitter .m-sns-pc-tw {
      background: url("../img/sns-tw.png") no-repeat; }
  .m-sns.-head {
    position: absolute;
    top: 15px;
    right: 30px; }

/* ---------------------------------------------
 *
 * LAYOUT
 * サイトの構造
 *
 --------------------------------------------- */
.js-fixed {
  position: fixed;
  top: 20px; }

.js-toggle-target, .js-toggle-target02, .js-toggle-target03 {
  display: none; }

.js-toggle, .js-toggle02, .js-toggle03 {
  font-size: 14px; }
  @media all and (max-width: 800px) {
    .js-toggle, .js-toggle02, .js-toggle03 {
      font-size: 3.5vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .js-toggle, .js-toggle02, .js-toggle03 {
      font-size: 3.5vw; } }

.js-toggle-contents::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px; }
  @media all and (max-width: 800px) {
    .js-toggle-contents::after {
      width: 4vw;
      height: 4vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .js-toggle-contents::after {
      width: 4vw;
      height: 4vw; } }

.js-toggle-open::after {
  background: url("../img/icon-open@2x.png") no-repeat;
  background-size: 12px 6px;
  width: 12px;
  height: 6px; }
  @media all and (max-width: 800px) {
    .js-toggle-open::after {
      background-size: 4vw;
      width: 4vw;
      height: 2vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .js-toggle-open::after {
      background-size: 4vw;
      width: 4vw;
      height: 2vw; } }

.js-toggle-close::after {
  background: url("../img/icon-close@2x.png") no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px; }
  @media all and (max-width: 800px) {
    .js-toggle-close::after {
      background-size: 3vw;
      width: 3vw;
      height: 3vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .js-toggle-close::after {
      background-size: 3vw;
      width: 3vw;
      height: 3vw; } }

/* ---------------------------------------------
 *
 * LAYOUT
 * サイトの構造
 *
 --------------------------------------------- */
.l__wrap__sec {
  padding-bottom: 45px; }

.l__wrap__header {
  background-color: #fff; }

.l__wrap__inner01 {
  background: url("../img/bg01.png") repeat; }

.l__wrap__inner02 {
  background: url("../img/bg02.png") repeat; }

.l__wrap__inner03 {
  background: url("../img/bg03.png") repeat; }

.l__wrap__inner {
  width: 1034px;
  margin: 0 auto; }
  @media all and (max-width: 800px) {
    .l__wrap__inner {
      width: 100%;
      padding: 0 3vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .l__wrap__inner {
      width: 100%;
      padding: 0 3vw; } }

.l__conts__sec {
  /* For modern browsers */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 50px; }
  .l__conts__sec:before, .l__conts__sec:after {
    content: "";
    display: table; }
  .l__conts__sec:after {
    clear: both; }
  @media all and (max-width: 800px) {
    .l__conts__sec {
      width: 100%;
      padding-top: 7vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .l__conts__sec {
      width: 100%;
      padding-top: 7vw; } }

.l__conts__sec__left {
  float: left;
  position: relative;
  padding-bottom: 20px; }
  @media all and (max-width: 800px) {
    .l__conts__sec__left {
      float: none;
      margin-bottom: 2vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .l__conts__sec__left {
      float: none;
      margin-bottom: 2vw; } }

@media all and (max-width: 800px) {
  .l__conts__sec__left__nav--pc {
    display: none; } }

@media all and (min-width: 801px) and (max-width: 960px) {
  .l__conts__sec__left__nav--pc {
    display: none; } }

.l__conts__sec__left__nav--sp {
  display: none; }
  @media all and (max-width: 800px) {
    .l__conts__sec__left__nav--sp {
      padding-left: 4vw;
      display: block;
      width: 80%; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .l__conts__sec__left__nav--sp {
      padding-left: 4vw;
      display: block;
      width: 80%; } }

.l__conts__sec__right {
  float: right;
  width: 79%;
  margin-right: 110px; }
  @media all and (max-width: 800px) {
    .l__conts__sec__right {
      float: none;
      width: 100%;
      margin-right: 0px; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .l__conts__sec__right {
      float: none;
      width: 100%;
      margin-right: 0px; } }

/* ---------------------------------------------
 *
 * HEADER
 *
 *
 --------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

header {
  position: relative;
  padding-bottom: 130px; }
  @media all and (max-width: 800px) {
    header {
      padding-bottom: 12vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    header {
      padding-bottom: 12vw; } }

.header__main {
  z-index: 1;
  position: relative;
  height: 1230px; }
  @media all and (max-width: 800px) {
    .header__main {
      height: 100%; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .header__main {
      height: 100%; } }

.header__main__img {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }
  .header__main__img .header__main__img--pc {
    display: block;
    text-align: center;
    padding-top: 50px; }
  .header__main__img .header__main__img--sp {
    display: none; }
  @media all and (max-width: 800px) {
    .header__main__img {
      animation: none;
      -webkit-animation: none; }
      .header__main__img .header__main__img--pc {
        display: none; }
      .header__main__img .header__main__img--sp {
        display: block; }
        .header__main__img .header__main__img--sp img {
          display: block;
          width: 90%;
          margin: 3vw auto 0; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .header__main__img {
      animation: none;
      -webkit-animation: none; }
      .header__main__img .header__main__img--pc {
        display: none; }
      .header__main__img .header__main__img--sp {
        display: block; }
        .header__main__img .header__main__img--sp img {
          display: block;
          width: 90%;
          margin: 3vw auto 0; } }

.header__main__text {
  opacity: 0;
  animation: fadeIn 2s ease-in 0.5s 1 forwards;
  -webkit-animation: fadeIn 2s ease-in 0.5s 1 forwards;
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.5em;
  letter-spacing: 0em; }
  @media all and (max-width: 800px) {
    .header__main__text {
      opacity: 1;
      animation: none;
      -webkit-animation: none;
      position: static;
      padding-top: 5vw;
      text-align: left;
      font-size: 4vw;
      line-height: 9vw;
      width: 85vw;
      margin: 0 auto; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .header__main__text {
      opacity: 1;
      animation: none;
      -webkit-animation: none;
      position: static;
      padding-top: 5vw;
      text-align: left;
      font-size: 4vw;
      line-height: 9vw;
      width: 85vw;
      margin: 0 auto; } }
  .header__main__text .header__main__text--small {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0em; }
    @media all and (max-width: 800px) {
      .header__main__text .header__main__text--small {
        font-size: 2.5vw;
        margin-top: 3.5vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .header__main__text .header__main__text--small {
        font-size: 2.5vw;
        margin-top: 3.5vw; } }

.header__info__logo {
  background-color: #000;
  z-index: 10;
  padding: 15px 20px; }
  @media all and (max-width: 800px) {
    .header__info__logo {
      position: static;
      padding: 3%;
      background-color: #000; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .header__info__logo {
      position: static;
      padding: 3%;
      background-color: #000; } }
  .header__info__logo a {
    display: block;
    width: 101px;
    height: 25px;
    text-indent: -9999px;
    background: url("../img/header-logo.png") no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .header__info__logo a {
        background: url("../img/header-logo@2x.png") no-repeat;
        background-size: 101px 25px; } }
    @media all and (max-width: 800px) {
      .header__info__logo a {
        background: url("../img/header-logo-sp.png") no-repeat;
        background-size: contain;
        width: 35vw;
        height: 8.5vw; } }
  @media all and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 800px) and (min-resolution: 1.5dppx) {
    .header__info__logo a {
      background: url("../img/header-logo-sp@2x.png") no-repeat;
      background-size: contain; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .header__info__logo a {
        background: url("../img/header-logo-sp.png") no-repeat;
        background-size: contain;
        width: 35vw;
        height: 8.5vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 801px) and (max-width: 960px) and (min-resolution: 1.5dppx) {
    .header__info__logo a {
      background: url("../img/header-logo-sp@2x.png") no-repeat;
      background-size: contain; } }

.header__info__gotop {
  color: #fff;
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 150px;
  background: url("../img/header-arw-l@2x.gif") no-repeat;
  background-size: 5px 9px;
  background-position: 0 50%;
  padding-left: 17px; }
  .header__info__gotop:hover {
    color: #b30000;
    background: url("../img/header-arw-l-hover@2x.gif") no-repeat;
    background-size: 5px 9px;
    background-position: 0 50%; }
  @media all and (max-width: 800px) {
    .header__info__gotop {
      font-size: 2.5vw;
      top: 6vw;
      left: initial;
      right: 5%;
      background: url("../img/header-arw-r@2x.gif") no-repeat;
      background-size: 5px 9px;
      background-position: 100% 50%;
      padding-right: 15px;
      padding-left: 0px; }
      .header__info__gotop:hover {
        color: #b30000;
        background: url("../img/header-arw-r-hover@2x.gif") no-repeat;
        background-size: 5px 9px;
        background-position: 100% 50%; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .header__info__gotop {
      font-size: 2.5vw;
      top: 6vw;
      left: initial;
      right: 5%;
      background: url("../img/header-arw-r@2x.gif") no-repeat;
      background-size: 5px 9px;
      background-position: 100% 50%;
      padding-right: 15px;
      padding-left: 0px; }
      .header__info__gotop:hover {
        color: #b30000;
        background: url("../img/header-arw-r-hover@2x.gif") no-repeat;
        background-size: 5px 9px;
        background-position: 100% 50%; } }

.header__info__sns {
  display: none;
  z-index: 10;
  position: absolute;
  top: 20px;
  right: 40px; }
  @media all and (max-width: 800px) {
    .header__info__sns {
      display: none;
      position: fixed;
      bottom: 0;
      top: initial;
      right: initial; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .header__info__sns {
      display: none;
      position: fixed;
      bottom: 0;
      top: initial;
      right: initial; } }

.header__info__nav {
  z-index: 10;
  position: fixed;
  top: 31%;
  right: 40px;
  text-align: right; }
  @media all and (max-width: 800px) {
    .header__info__nav {
      display: none; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .header__info__nav {
      display: none; } }
  .header__info__nav li {
    margin-bottom: 45px; }
    .header__info__nav li a {
      position: relative;
      background: url("../img/btn-sakura-off@2x.png") no-repeat;
      background-size: 11px 10px;
      background-position: center right;
      padding-right: 25px; }
      .header__info__nav li a:hover {
        background: url("../img/btn-sakura-on@2x.png") no-repeat;
        background-size: 11px 10px;
        background-position: center right;
        color: #b30000; }
  .header__info__nav .header__info__nav--current a {
    background: url("../img/btn-sakura-on@2x.png") no-repeat;
    background-size: 11px 10px;
    background-position: center right;
    color: #b30000; }

.header__main__nav {
  /* For modern browsers */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  width: 680px;
  margin: 40px auto 0; }
  .header__main__nav:before, .header__main__nav:after {
    content: "";
    display: table; }
  .header__main__nav:after {
    clear: both; }
  @media all and (max-width: 800px) {
    .header__main__nav {
      width: 100%;
      margin-top: 9vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .header__main__nav {
      width: 100%;
      margin-top: 9vw; } }
  .header__main__nav li {
    float: left;
    width: 33%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8em;
    letter-spacing: 0em; }
    @media all and (max-width: 800px) {
      .header__main__nav li {
        line-height: 1em; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .header__main__nav li {
        line-height: 1em; } }
    .header__main__nav li a {
      display: block;
      background: url("../img/header-nav01@2x.png") no-repeat;
      background-size: 27px 29px;
      color: #8b3e2d;
      text-decoration: underline; }
      @media all and (max-width: 800px) {
        .header__main__nav li a {
          text-align: center;
          height: auto;
          font-size: 3vw;
          background-position: 50% 0;
          background-size: 6.4vw;
          display: block;
          padding-top: 9vw; } }
      @media all and (min-width: 801px) and (max-width: 960px) {
        .header__main__nav li a {
          text-align: center;
          height: auto;
          font-size: 3vw;
          background-position: 50% 0;
          background-size: 6.4vw;
          display: block;
          padding-top: 9vw; } }
  .header__main__nav li:nth-child(2) a {
    background: url("../img/header-nav02@2x.png") no-repeat;
    background-size: 27px 29px;
    color: #d7641d; }
    @media all and (max-width: 800px) {
      .header__main__nav li:nth-child(2) a {
        background-position: 50% 0;
        background-size: 6.4vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .header__main__nav li:nth-child(2) a {
        background-position: 50% 0;
        background-size: 6.4vw; } }
  .header__main__nav li:nth-child(3) a {
    background: url("../img/header-nav03@2x.png") no-repeat;
    background-size: 27px 29px;
    color: #90443e; }
    @media all and (max-width: 800px) {
      .header__main__nav li:nth-child(3) a {
        background-position: 50% 0;
        background-size: 6.4vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .header__main__nav li:nth-child(3) a {
        background-position: 50% 0;
        background-size: 6.4vw; } }

.header__main__finish-campaign {
  border: 1px solid red;
  padding: 25px 20px;
  display: inline-block;
  margin: 55px 0; }
  .header__main__finish-campaign p {
    font-size: 28px;
    line-height: 1em;
    color: red; }
    @media all and (max-width: 800px) {
      .header__main__finish-campaign p {
        font-size: 4vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .header__main__finish-campaign p {
        font-size: 4vw; } }
  @media all and (max-width: 800px) {
    .header__main__finish-campaign {
      padding: 3vw;
      margin: 0 0 6vw 0; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .header__main__finish-campaign {
      padding: 3vw;
      margin: 0 0 6vw 0; } }

/* ---------------------------------------------
 *
 * FOOTER
 *
 *
 --------------------------------------------- */
.footer__text {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.5em;
  letter-spacing: 0em; }
  @media all and (max-width: 800px) {
    .footer__text {
      text-align: left;
      font-size: 4vw;
      width: 85vw;
      margin: 30px auto; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .footer__text {
      text-align: left;
      font-size: 4vw;
      width: 85vw;
      margin: 30px auto; } }

.footer {
  background-color: #fafafa;
  /* For modern browsers */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  margin-top: 70px; }
  .footer:before, .footer:after {
    content: "";
    display: table; }
  .footer:after {
    clear: both; }
  @media all and (max-width: 800px) {
    .footer {
      margin-top: 40px; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .footer {
      margin-top: 40px; } }

.footer__inner {
  width: 100%; }

.footer__conts {
  position: relative;
  /* For modern browsers */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .footer__conts:before, .footer__conts:after {
    content: "";
    display: table; }
  .footer__conts:after {
    clear: both; }

.footer__top {
  background-color: #fafafa; }

.footer__info__sns {
  float: right;
  padding: 0 40px 30px 0; }
  @media all and (max-width: 800px) {
    .footer__info__sns {
      display: none; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .footer__info__sns {
      display: none; } }

.footer__btm {
  /* For modern browsers */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  padding: 25px 40px 25px 45px;
  background-color: #1a1a1a; }
  .footer__btm:before, .footer__btm:after {
    content: "";
    display: table; }
  .footer__btm:after {
    clear: both; }
  @media all and (max-width: 800px) {
    .footer__btm {
      padding: 5vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .footer__btm {
      padding: 5vw; } }

.footer__logo {
  float: left; }
  .footer__logo a {
    color: #fff; }
  .footer__logo img {
    width: 158px; }
  @media all and (max-width: 800px) {
    .footer__logo {
      margin-top: 4vw;
      float: none; }
      .footer__logo img {
        width: 40%; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .footer__logo {
      margin-top: 4vw;
      float: none; }
      .footer__logo img {
        width: 40%; } }

.footer__btm__right {
  float: right;
  position: relative;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; }
  .footer__btm__right a:hover {
    color: #5f5e5e; }
  @media all and (max-width: 800px) {
    .footer__btm__right {
      float: none; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .footer__btm__right {
      float: none; } }

.footer__nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 10px;
  width: 195px; }
  @media all and (max-width: 800px) {
    .footer__nav {
      position: static;
      margin: 8vw 0;
      width: 100%; }
      .footer__nav li {
        margin-bottom: 4vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .footer__nav {
      position: static;
      margin: 8vw 0;
      width: 100%; }
      .footer__nav li {
        margin-bottom: 4vw; } }
  .footer__nav li {
    font-size: 14px;
    color: #fffefe; }
    @media all and (max-width: 800px) {
      .footer__nav li {
        text-align: left;
        font-size: 3vw; } }
    @media all and (min-width: 801px) and (max-width: 960px) {
      .footer__nav li {
        text-align: left;
        font-size: 3vw; } }
    .footer__nav li:first-child {
      float: left;
      padding-right: 13px;
      border-right: 1px solid #fffefe; }
      @media all and (max-width: 800px) {
        .footer__nav li:first-child {
          float: none;
          border-right: none;
          padding-right: 0; } }
      @media all and (min-width: 801px) and (max-width: 960px) {
        .footer__nav li:first-child {
          float: none;
          border-right: none;
          padding-right: 0; } }
    .footer__nav li:last-child {
      float: right;
      padding-left: 10px; }
      @media all and (max-width: 800px) {
        .footer__nav li:last-child {
          float: none;
          padding-left: 0px; } }
      @media all and (min-width: 801px) and (max-width: 960px) {
        .footer__nav li:last-child {
          float: none;
          padding-left: 0px; } }
    .footer__nav li a {
      color: #fffefe; }

.footer__copy {
  font-size: 11px;
  color: #626262;
  padding-top: 25px;
  font-size: 9px;
  line-height: 1.5em; }
  @media all and (max-width: 800px) {
    .footer__copy {
      padding-top: 0;
      font-size: 3vw; } }
  @media all and (min-width: 801px) and (max-width: 960px) {
    .footer__copy {
      padding-top: 0;
      font-size: 3vw; } }

@media all and (max-width: 800px) {
  .footer__margin__btm {
    background-color: #000; } }

@media all and (min-width: 801px) and (max-width: 960px) {
  .footer__margin__btm {
    background-color: #000; } }
