@charset "UTF-8";
/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: GVC
Template: welcart_basic
Version: 1.0.0
*/
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  font-style: bold;
  font-weight: 800;
  src: url("./font/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerif";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerif";
  font-style: bold;
  font-weight: 800;
  src: url("./font/NotoSerifCJKjp-Bold.woff") format("woff");
  font-display: swap;
}
/* Reset CSS */
/* Based on normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  line-height: 2;
  color: #43403D;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* row-col grid layout */
.float {
  width: calc(100% + 10px);
  margin-left: -5px;
}
.float::after {
  clear: both;
  content: " ";
  display: block;
  line-height: 0;
}

.float-nm {
  width: 100%;
  margin: 0;
}
.float-nm::after {
  clear: both;
  content: " ";
  display: block;
  line-height: 0;
}

/* float settings (all grids) */
.col-6by7,
.col-pc-6by7,
.col-tab-6by7,
.col-sp-6by7,
.col-6by7nm,
.col-pc-6by7nm,
.col-tab-6by7nm,
.col-sp-6by7nm, .col-5by7,
.col-pc-5by7,
.col-tab-5by7,
.col-sp-5by7,
.col-5by7nm,
.col-pc-5by7nm,
.col-tab-5by7nm,
.col-sp-5by7nm, .col-4by7,
.col-pc-4by7,
.col-tab-4by7,
.col-sp-4by7,
.col-4by7nm,
.col-pc-4by7nm,
.col-tab-4by7nm,
.col-sp-4by7nm, .col-3by7,
.col-pc-3by7,
.col-tab-3by7,
.col-sp-3by7,
.col-3by7nm,
.col-pc-3by7nm,
.col-tab-3by7nm,
.col-sp-3by7nm, .col-2by7,
.col-pc-2by7,
.col-tab-2by7,
.col-sp-2by7,
.col-2by7nm,
.col-pc-2by7nm,
.col-tab-2by7nm,
.col-sp-2by7nm, .col-1by7,
.col-pc-1by7,
.col-tab-1by7,
.col-sp-1by7,
.col-1by7nm,
.col-pc-1by7nm,
.col-tab-1by7nm,
.col-sp-1by7nm, .col-4by5,
.col-pc-4by5,
.col-tab-4by5,
.col-sp-4by5,
.col-4by5nm,
.col-pc-4by5nm,
.col-tab-4by5nm,
.col-sp-4by5nm, .col-3by5,
.col-pc-3by5,
.col-tab-3by5,
.col-sp-3by5,
.col-3by5nm,
.col-pc-3by5nm,
.col-tab-3by5nm,
.col-sp-3by5nm, .col-2by5,
.col-pc-2by5,
.col-tab-2by5,
.col-sp-2by5,
.col-2by5nm,
.col-pc-2by5nm,
.col-tab-2by5nm,
.col-sp-2by5nm, .col-1by5,
.col-pc-1by5,
.col-tab-1by5,
.col-sp-1by5,
.col-1by5nm,
.col-pc-1by5nm,
.col-tab-1by5nm,
.col-sp-1by5nm, .col-12,
.col-pc-12,
.col-tab-12,
.col-sp-12,
.col-12nm,
.col-pc-12nm,
.col-tab-12nm,
.col-sp-12nm, .col-11,
.col-pc-11,
.col-tab-11,
.col-sp-11,
.col-11nm,
.col-pc-11nm,
.col-tab-11nm,
.col-sp-11nm, .col-10,
.col-pc-10,
.col-tab-10,
.col-sp-10,
.col-10nm,
.col-pc-10nm,
.col-tab-10nm,
.col-sp-10nm, .col-9,
.col-pc-9,
.col-tab-9,
.col-sp-9,
.col-9nm,
.col-pc-9nm,
.col-tab-9nm,
.col-sp-9nm, .col-8,
.col-pc-8,
.col-tab-8,
.col-sp-8,
.col-8nm,
.col-pc-8nm,
.col-tab-8nm,
.col-sp-8nm, .col-7,
.col-pc-7,
.col-tab-7,
.col-sp-7,
.col-7nm,
.col-pc-7nm,
.col-tab-7nm,
.col-sp-7nm, .col-6,
.col-pc-6,
.col-tab-6,
.col-sp-6,
.col-6nm,
.col-pc-6nm,
.col-tab-6nm,
.col-sp-6nm, .col-5,
.col-pc-5,
.col-tab-5,
.col-sp-5,
.col-5nm,
.col-pc-5nm,
.col-tab-5nm,
.col-sp-5nm, .col-4,
.col-pc-4,
.col-tab-4,
.col-sp-4,
.col-4nm,
.col-pc-4nm,
.col-tab-4nm,
.col-sp-4nm, .col-3,
.col-pc-3,
.col-tab-3,
.col-sp-3,
.col-3nm,
.col-pc-3nm,
.col-tab-3nm,
.col-sp-3nm, .col-2,
.col-pc-2,
.col-tab-2,
.col-sp-2,
.col-2nm,
.col-pc-2nm,
.col-tab-2nm,
.col-sp-2nm, .col-1,
.col-pc-1,
.col-tab-1,
.col-sp-1,
.col-1nm,
.col-pc-1nm,
.col-tab-1nm,
.col-sp-1nm {
  float: left;
}

.col-6by7r,
.col-pc-6by7r,
.col-tab-6by7r,
.col-sp-6by7r,
.col-6by7nmr,
.col-pc-6by7nmr,
.col-tab-6by7nmr,
.col-sp-6by7nmr, .col-5by7r,
.col-pc-5by7r,
.col-tab-5by7r,
.col-sp-5by7r,
.col-5by7nmr,
.col-pc-5by7nmr,
.col-tab-5by7nmr,
.col-sp-5by7nmr, .col-4by7r,
.col-pc-4by7r,
.col-tab-4by7r,
.col-sp-4by7r,
.col-4by7nmr,
.col-pc-4by7nmr,
.col-tab-4by7nmr,
.col-sp-4by7nmr, .col-3by7r,
.col-pc-3by7r,
.col-tab-3by7r,
.col-sp-3by7r,
.col-3by7nmr,
.col-pc-3by7nmr,
.col-tab-3by7nmr,
.col-sp-3by7nmr, .col-2by7r,
.col-pc-2by7r,
.col-tab-2by7r,
.col-sp-2by7r,
.col-2by7nmr,
.col-pc-2by7nmr,
.col-tab-2by7nmr,
.col-sp-2by7nmr, .col-1by7r,
.col-pc-1by7r,
.col-tab-1by7r,
.col-sp-1by7r,
.col-1by7nmr,
.col-pc-1by7nmr,
.col-tab-1by7nmr,
.col-sp-1by7nmr, .col-4by5r,
.col-pc-4by5r,
.col-tab-4by5r,
.col-sp-4by5r,
.col-4by5nmr,
.col-pc-4by5nmr,
.col-tab-4by5nmr,
.col-sp-4by5nmr, .col-3by5r,
.col-pc-3by5r,
.col-tab-3by5r,
.col-sp-3by5r,
.col-3by5nmr,
.col-pc-3by5nmr,
.col-tab-3by5nmr,
.col-sp-3by5nmr, .col-2by5r,
.col-pc-2by5r,
.col-tab-2by5r,
.col-sp-2by5r,
.col-2by5nmr,
.col-pc-2by5nmr,
.col-tab-2by5nmr,
.col-sp-2by5nmr, .col-1by5r,
.col-pc-1by5r,
.col-tab-1by5r,
.col-sp-1by5r,
.col-1by5nmr,
.col-pc-1by5nmr,
.col-tab-1by5nmr,
.col-sp-1by5nmr, .col-12r,
.col-pc-12r,
.col-tab-12r,
.col-sp-12r,
.col-12nmr,
.col-pc-12nmr,
.col-tab-12nmr,
.col-sp-12nmr, .col-11r,
.col-pc-11r,
.col-tab-11r,
.col-sp-11r,
.col-11nmr,
.col-pc-11nmr,
.col-tab-11nmr,
.col-sp-11nmr, .col-10r,
.col-pc-10r,
.col-tab-10r,
.col-sp-10r,
.col-10nmr,
.col-pc-10nmr,
.col-tab-10nmr,
.col-sp-10nmr, .col-9r,
.col-pc-9r,
.col-tab-9r,
.col-sp-9r,
.col-9nmr,
.col-pc-9nmr,
.col-tab-9nmr,
.col-sp-9nmr, .col-8r,
.col-pc-8r,
.col-tab-8r,
.col-sp-8r,
.col-8nmr,
.col-pc-8nmr,
.col-tab-8nmr,
.col-sp-8nmr, .col-7r,
.col-pc-7r,
.col-tab-7r,
.col-sp-7r,
.col-7nmr,
.col-pc-7nmr,
.col-tab-7nmr,
.col-sp-7nmr, .col-6r,
.col-pc-6r,
.col-tab-6r,
.col-sp-6r,
.col-6nmr,
.col-pc-6nmr,
.col-tab-6nmr,
.col-sp-6nmr, .col-5r,
.col-pc-5r,
.col-tab-5r,
.col-sp-5r,
.col-5nmr,
.col-pc-5nmr,
.col-tab-5nmr,
.col-sp-5nmr, .col-4r,
.col-pc-4r,
.col-tab-4r,
.col-sp-4r,
.col-4nmr,
.col-pc-4nmr,
.col-tab-4nmr,
.col-sp-4nmr, .col-3r,
.col-pc-3r,
.col-tab-3r,
.col-sp-3r,
.col-3nmr,
.col-pc-3nmr,
.col-tab-3nmr,
.col-sp-3nmr, .col-2r,
.col-pc-2r,
.col-tab-2r,
.col-sp-2r,
.col-2nmr,
.col-pc-2nmr,
.col-tab-2nmr,
.col-sp-2nmr, .col-1r,
.col-pc-1r,
.col-tab-1r,
.col-sp-1r,
.col-1nmr,
.col-pc-1nmr,
.col-tab-1nmr,
.col-sp-1nmr {
  float: right;
}

/* width settings @sp screen */
.col-6by7,
.col-pc-6by7,
.col-tab-6by7,
.col-6by7r,
.col-pc-6by7r,
.col-tab-6by7r, .col-5by7,
.col-pc-5by7,
.col-tab-5by7,
.col-5by7r,
.col-pc-5by7r,
.col-tab-5by7r, .col-4by7,
.col-pc-4by7,
.col-tab-4by7,
.col-4by7r,
.col-pc-4by7r,
.col-tab-4by7r, .col-3by7,
.col-pc-3by7,
.col-tab-3by7,
.col-3by7r,
.col-pc-3by7r,
.col-tab-3by7r, .col-2by7,
.col-pc-2by7,
.col-tab-2by7,
.col-2by7r,
.col-pc-2by7r,
.col-tab-2by7r, .col-1by7,
.col-pc-1by7,
.col-tab-1by7,
.col-1by7r,
.col-pc-1by7r,
.col-tab-1by7r, .col-4by5,
.col-pc-4by5,
.col-tab-4by5,
.col-4by5r,
.col-pc-4by5r,
.col-tab-4by5r, .col-3by5,
.col-pc-3by5,
.col-tab-3by5,
.col-3by5r,
.col-pc-3by5r,
.col-tab-3by5r, .col-2by5,
.col-pc-2by5,
.col-tab-2by5,
.col-2by5r,
.col-pc-2by5r,
.col-tab-2by5r, .col-1by5,
.col-pc-1by5,
.col-tab-1by5,
.col-1by5r,
.col-pc-1by5r,
.col-tab-1by5r, .col-12,
.col-pc-12,
.col-tab-12,
.col-12r,
.col-pc-12r,
.col-tab-12r, .col-11,
.col-pc-11,
.col-tab-11,
.col-11r,
.col-pc-11r,
.col-tab-11r, .col-10,
.col-pc-10,
.col-tab-10,
.col-10r,
.col-pc-10r,
.col-tab-10r, .col-9,
.col-pc-9,
.col-tab-9,
.col-9r,
.col-pc-9r,
.col-tab-9r, .col-8,
.col-pc-8,
.col-tab-8,
.col-8r,
.col-pc-8r,
.col-tab-8r, .col-7,
.col-pc-7,
.col-tab-7,
.col-7r,
.col-pc-7r,
.col-tab-7r, .col-6,
.col-pc-6,
.col-tab-6,
.col-6r,
.col-pc-6r,
.col-tab-6r, .col-5,
.col-pc-5,
.col-tab-5,
.col-5r,
.col-pc-5r,
.col-tab-5r, .col-4,
.col-pc-4,
.col-tab-4,
.col-4r,
.col-pc-4r,
.col-tab-4r, .col-3,
.col-pc-3,
.col-tab-3,
.col-3r,
.col-pc-3r,
.col-tab-3r, .col-2,
.col-pc-2,
.col-tab-2,
.col-2r,
.col-pc-2r,
.col-tab-2r, .col-1,
.col-pc-1,
.col-tab-1,
.col-1r,
.col-pc-1r,
.col-tab-1r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(100% - 10px);
}

.col-6by7nm,
.col-pc-6by7nm,
.col-tab-6by7nm,
.col-6by7nmr,
.col-pc-6by7nmr,
.col-tab-6by7nmr, .col-5by7nm,
.col-pc-5by7nm,
.col-tab-5by7nm,
.col-5by7nmr,
.col-pc-5by7nmr,
.col-tab-5by7nmr, .col-4by7nm,
.col-pc-4by7nm,
.col-tab-4by7nm,
.col-4by7nmr,
.col-pc-4by7nmr,
.col-tab-4by7nmr, .col-3by7nm,
.col-pc-3by7nm,
.col-tab-3by7nm,
.col-3by7nmr,
.col-pc-3by7nmr,
.col-tab-3by7nmr, .col-2by7nm,
.col-pc-2by7nm,
.col-tab-2by7nm,
.col-2by7nmr,
.col-pc-2by7nmr,
.col-tab-2by7nmr, .col-1by7nm,
.col-pc-1by7nm,
.col-tab-1by7nm,
.col-1by7nmr,
.col-pc-1by7nmr,
.col-tab-1by7nmr, .col-4by5nm,
.col-pc-4by5nm,
.col-tab-4by5nm,
.col-4by5nmr,
.col-pc-4by5nmr,
.col-tab-4by5nmr, .col-3by5nm,
.col-pc-3by5nm,
.col-tab-3by5nm,
.col-3by5nmr,
.col-pc-3by5nmr,
.col-tab-3by5nmr, .col-2by5nm,
.col-pc-2by5nm,
.col-tab-2by5nm,
.col-2by5nmr,
.col-pc-2by5nmr,
.col-tab-2by5nmr, .col-1by5nm,
.col-pc-1by5nm,
.col-tab-1by5nm,
.col-1by5nmr,
.col-pc-1by5nmr,
.col-tab-1by5nmr, .col-12nm,
.col-pc-12nm,
.col-tab-12nm,
.col-12nmr,
.col-pc-12nmr,
.col-tab-12nmr, .col-11nm,
.col-pc-11nm,
.col-tab-11nm,
.col-11nmr,
.col-pc-11nmr,
.col-tab-11nmr, .col-10nm,
.col-pc-10nm,
.col-tab-10nm,
.col-10nmr,
.col-pc-10nmr,
.col-tab-10nmr, .col-9nm,
.col-pc-9nm,
.col-tab-9nm,
.col-9nmr,
.col-pc-9nmr,
.col-tab-9nmr, .col-8nm,
.col-pc-8nm,
.col-tab-8nm,
.col-8nmr,
.col-pc-8nmr,
.col-tab-8nmr, .col-7nm,
.col-pc-7nm,
.col-tab-7nm,
.col-7nmr,
.col-pc-7nmr,
.col-tab-7nmr, .col-6nm,
.col-pc-6nm,
.col-tab-6nm,
.col-6nmr,
.col-pc-6nmr,
.col-tab-6nmr, .col-5nm,
.col-pc-5nm,
.col-tab-5nm,
.col-5nmr,
.col-pc-5nmr,
.col-tab-5nmr, .col-4nm,
.col-pc-4nm,
.col-tab-4nm,
.col-4nmr,
.col-pc-4nmr,
.col-tab-4nmr, .col-3nm,
.col-pc-3nm,
.col-tab-3nm,
.col-3nmr,
.col-pc-3nmr,
.col-tab-3nmr, .col-2nm,
.col-pc-2nm,
.col-tab-2nm,
.col-2nmr,
.col-pc-2nmr,
.col-tab-2nmr, .col-1nm,
.col-pc-1nm,
.col-tab-1nm,
.col-1nmr,
.col-pc-1nmr,
.col-tab-1nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 100%;
}

.col-sp-1,
.col-sp-1r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(8.3333333333% - 10px);
}

.col-sp-1nm,
.col-sp-1nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 8.3333333333%;
}

.col-sp-2,
.col-sp-2r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(16.6666666667% - 10px);
}

.col-sp-2nm,
.col-sp-2nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 16.6666666667%;
}

.col-sp-3,
.col-sp-3r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(25% - 10px);
}

.col-sp-3nm,
.col-sp-3nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 25%;
}

.col-sp-4,
.col-sp-4r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(33.3333333333% - 10px);
}

.col-sp-4nm,
.col-sp-4nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 33.3333333333%;
}

.col-sp-5,
.col-sp-5r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(41.6666666667% - 10px);
}

.col-sp-5nm,
.col-sp-5nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 41.6666666667%;
}

.col-sp-6,
.col-sp-6r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(50% - 10px);
}

.col-sp-6nm,
.col-sp-6nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 50%;
}

.col-sp-7,
.col-sp-7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(58.3333333333% - 10px);
}

.col-sp-7nm,
.col-sp-7nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 58.3333333333%;
}

.col-sp-8,
.col-sp-8r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(66.6666666667% - 10px);
}

.col-sp-8nm,
.col-sp-8nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 66.6666666667%;
}

.col-sp-9,
.col-sp-9r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(75% - 10px);
}

.col-sp-9nm,
.col-sp-9nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 75%;
}

.col-sp-10,
.col-sp-10r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(83.3333333333% - 10px);
}

.col-sp-10nm,
.col-sp-10nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 83.3333333333%;
}

.col-sp-11,
.col-sp-11r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(91.6666666667% - 10px);
}

.col-sp-11nm,
.col-sp-11nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 91.6666666667%;
}

.col-sp-12,
.col-sp-12r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(100% - 10px);
}

.col-sp-12nm,
.col-sp-12nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 100%;
}

.col-sp-1by5,
.col-sp-1by5r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(20% - 10px);
}

.col-sp-1by5nm,
.col-sp-1by5nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 20%;
}

.col-sp-2by5,
.col-sp-2by5r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(40% - 10px);
}

.col-sp-2by5nm,
.col-sp-2by5nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 40%;
}

.col-sp-3by5,
.col-sp-3by5r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(60% - 10px);
}

.col-sp-3by5nm,
.col-sp-3by5nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 60%;
}

.col-sp-4by5,
.col-sp-4by5r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(80% - 10px);
}

.col-sp-4by5nm,
.col-sp-4by5nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 80%;
}

.col-sp-1by7,
.col-sp-1by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(14.2857142857% - 10px);
}

.col-sp-1by7nm,
.col-sp-1by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 14.2857142857%;
}

.col-sp-2by7,
.col-sp-2by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(28.5714285714% - 10px);
}

.col-sp-2by7nm,
.col-sp-2by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 28.5714285714%;
}

.col-sp-3by7,
.col-sp-3by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(42.8571428571% - 10px);
}

.col-sp-3by7nm,
.col-sp-3by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 42.8571428571%;
}

.col-sp-4by7,
.col-sp-4by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(57.1428571429% - 10px);
}

.col-sp-4by7nm,
.col-sp-4by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 57.1428571429%;
}

.col-sp-5by7,
.col-sp-5by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(71.4285714286% - 10px);
}

.col-sp-5by7nm,
.col-sp-5by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 71.4285714286%;
}

.col-sp-6by7,
.col-sp-6by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(85.7142857143% - 10px);
}

.col-sp-6by7nm,
.col-sp-6by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 85.7142857143%;
}

@media screen and (min-width: 600px) {
  .float {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  /* margin & padding settings @tablet screen */
  .col-6by7,
  .col-6by7r,
  .col-sp-6by7,
  .col-sp-6by7r,
  .col-tab-6by7,
  .col-tab-6by7r,
  .col-pc-6by7,
  .col-pc-6by7r, .col-5by7,
  .col-5by7r,
  .col-sp-5by7,
  .col-sp-5by7r,
  .col-tab-5by7,
  .col-tab-5by7r,
  .col-pc-5by7,
  .col-pc-5by7r, .col-4by7,
  .col-4by7r,
  .col-sp-4by7,
  .col-sp-4by7r,
  .col-tab-4by7,
  .col-tab-4by7r,
  .col-pc-4by7,
  .col-pc-4by7r, .col-3by7,
  .col-3by7r,
  .col-sp-3by7,
  .col-sp-3by7r,
  .col-tab-3by7,
  .col-tab-3by7r,
  .col-pc-3by7,
  .col-pc-3by7r, .col-2by7,
  .col-2by7r,
  .col-sp-2by7,
  .col-sp-2by7r,
  .col-tab-2by7,
  .col-tab-2by7r,
  .col-pc-2by7,
  .col-pc-2by7r, .col-1by7,
  .col-1by7r,
  .col-sp-1by7,
  .col-sp-1by7r,
  .col-tab-1by7,
  .col-tab-1by7r,
  .col-pc-1by7,
  .col-pc-1by7r, .col-4by5,
  .col-4by5r,
  .col-sp-4by5,
  .col-sp-4by5r,
  .col-tab-4by5,
  .col-tab-4by5r,
  .col-pc-4by5,
  .col-pc-4by5r, .col-3by5,
  .col-3by5r,
  .col-sp-3by5,
  .col-sp-3by5r,
  .col-tab-3by5,
  .col-tab-3by5r,
  .col-pc-3by5,
  .col-pc-3by5r, .col-2by5,
  .col-2by5r,
  .col-sp-2by5,
  .col-sp-2by5r,
  .col-tab-2by5,
  .col-tab-2by5r,
  .col-pc-2by5,
  .col-pc-2by5r, .col-1by5,
  .col-1by5r,
  .col-sp-1by5,
  .col-sp-1by5r,
  .col-tab-1by5,
  .col-tab-1by5r,
  .col-pc-1by5,
  .col-pc-1by5r, .col-12,
  .col-12r,
  .col-sp-12,
  .col-sp-12r,
  .col-tab-12,
  .col-tab-12r,
  .col-pc-12,
  .col-pc-12r, .col-11,
  .col-11r,
  .col-sp-11,
  .col-sp-11r,
  .col-tab-11,
  .col-tab-11r,
  .col-pc-11,
  .col-pc-11r, .col-10,
  .col-10r,
  .col-sp-10,
  .col-sp-10r,
  .col-tab-10,
  .col-tab-10r,
  .col-pc-10,
  .col-pc-10r, .col-9,
  .col-9r,
  .col-sp-9,
  .col-sp-9r,
  .col-tab-9,
  .col-tab-9r,
  .col-pc-9,
  .col-pc-9r, .col-8,
  .col-8r,
  .col-sp-8,
  .col-sp-8r,
  .col-tab-8,
  .col-tab-8r,
  .col-pc-8,
  .col-pc-8r, .col-7,
  .col-7r,
  .col-sp-7,
  .col-sp-7r,
  .col-tab-7,
  .col-tab-7r,
  .col-pc-7,
  .col-pc-7r, .col-6,
  .col-6r,
  .col-sp-6,
  .col-sp-6r,
  .col-tab-6,
  .col-tab-6r,
  .col-pc-6,
  .col-pc-6r, .col-5,
  .col-5r,
  .col-sp-5,
  .col-sp-5r,
  .col-tab-5,
  .col-tab-5r,
  .col-pc-5,
  .col-pc-5r, .col-4,
  .col-4r,
  .col-sp-4,
  .col-sp-4r,
  .col-tab-4,
  .col-tab-4r,
  .col-pc-4,
  .col-pc-4r, .col-3,
  .col-3r,
  .col-sp-3,
  .col-sp-3r,
  .col-tab-3,
  .col-tab-3r,
  .col-pc-3,
  .col-pc-3r, .col-2,
  .col-2r,
  .col-sp-2,
  .col-sp-2r,
  .col-tab-2,
  .col-tab-2r,
  .col-pc-2,
  .col-pc-2r, .col-1,
  .col-1r,
  .col-sp-1,
  .col-sp-1r,
  .col-tab-1,
  .col-tab-1r,
  .col-pc-1,
  .col-pc-1r {
    margin: 0 8px 15px;
    padding: 5px 8px;
  }
  .col-6by7nm,
  .col-6by7nmr,
  .col-sp-6by7nm,
  .col-sp-6by7nmr,
  .col-tab-6by7nm,
  .col-tab-6by7nmr,
  .col-pc-6by7nm,
  .col-pc-6by7nmr, .col-5by7nm,
  .col-5by7nmr,
  .col-sp-5by7nm,
  .col-sp-5by7nmr,
  .col-tab-5by7nm,
  .col-tab-5by7nmr,
  .col-pc-5by7nm,
  .col-pc-5by7nmr, .col-4by7nm,
  .col-4by7nmr,
  .col-sp-4by7nm,
  .col-sp-4by7nmr,
  .col-tab-4by7nm,
  .col-tab-4by7nmr,
  .col-pc-4by7nm,
  .col-pc-4by7nmr, .col-3by7nm,
  .col-3by7nmr,
  .col-sp-3by7nm,
  .col-sp-3by7nmr,
  .col-tab-3by7nm,
  .col-tab-3by7nmr,
  .col-pc-3by7nm,
  .col-pc-3by7nmr, .col-2by7nm,
  .col-2by7nmr,
  .col-sp-2by7nm,
  .col-sp-2by7nmr,
  .col-tab-2by7nm,
  .col-tab-2by7nmr,
  .col-pc-2by7nm,
  .col-pc-2by7nmr, .col-1by7nm,
  .col-1by7nmr,
  .col-sp-1by7nm,
  .col-sp-1by7nmr,
  .col-tab-1by7nm,
  .col-tab-1by7nmr,
  .col-pc-1by7nm,
  .col-pc-1by7nmr, .col-4by5nm,
  .col-4by5nmr,
  .col-sp-4by5nm,
  .col-sp-4by5nmr,
  .col-tab-4by5nm,
  .col-tab-4by5nmr,
  .col-pc-4by5nm,
  .col-pc-4by5nmr, .col-3by5nm,
  .col-3by5nmr,
  .col-sp-3by5nm,
  .col-sp-3by5nmr,
  .col-tab-3by5nm,
  .col-tab-3by5nmr,
  .col-pc-3by5nm,
  .col-pc-3by5nmr, .col-2by5nm,
  .col-2by5nmr,
  .col-sp-2by5nm,
  .col-sp-2by5nmr,
  .col-tab-2by5nm,
  .col-tab-2by5nmr,
  .col-pc-2by5nm,
  .col-pc-2by5nmr, .col-1by5nm,
  .col-1by5nmr,
  .col-sp-1by5nm,
  .col-sp-1by5nmr,
  .col-tab-1by5nm,
  .col-tab-1by5nmr,
  .col-pc-1by5nm,
  .col-pc-1by5nmr, .col-12nm,
  .col-12nmr,
  .col-sp-12nm,
  .col-sp-12nmr,
  .col-tab-12nm,
  .col-tab-12nmr,
  .col-pc-12nm,
  .col-pc-12nmr, .col-11nm,
  .col-11nmr,
  .col-sp-11nm,
  .col-sp-11nmr,
  .col-tab-11nm,
  .col-tab-11nmr,
  .col-pc-11nm,
  .col-pc-11nmr, .col-10nm,
  .col-10nmr,
  .col-sp-10nm,
  .col-sp-10nmr,
  .col-tab-10nm,
  .col-tab-10nmr,
  .col-pc-10nm,
  .col-pc-10nmr, .col-9nm,
  .col-9nmr,
  .col-sp-9nm,
  .col-sp-9nmr,
  .col-tab-9nm,
  .col-tab-9nmr,
  .col-pc-9nm,
  .col-pc-9nmr, .col-8nm,
  .col-8nmr,
  .col-sp-8nm,
  .col-sp-8nmr,
  .col-tab-8nm,
  .col-tab-8nmr,
  .col-pc-8nm,
  .col-pc-8nmr, .col-7nm,
  .col-7nmr,
  .col-sp-7nm,
  .col-sp-7nmr,
  .col-tab-7nm,
  .col-tab-7nmr,
  .col-pc-7nm,
  .col-pc-7nmr, .col-6nm,
  .col-6nmr,
  .col-sp-6nm,
  .col-sp-6nmr,
  .col-tab-6nm,
  .col-tab-6nmr,
  .col-pc-6nm,
  .col-pc-6nmr, .col-5nm,
  .col-5nmr,
  .col-sp-5nm,
  .col-sp-5nmr,
  .col-tab-5nm,
  .col-tab-5nmr,
  .col-pc-5nm,
  .col-pc-5nmr, .col-4nm,
  .col-4nmr,
  .col-sp-4nm,
  .col-sp-4nmr,
  .col-tab-4nm,
  .col-tab-4nmr,
  .col-pc-4nm,
  .col-pc-4nmr, .col-3nm,
  .col-3nmr,
  .col-sp-3nm,
  .col-sp-3nmr,
  .col-tab-3nm,
  .col-tab-3nmr,
  .col-pc-3nm,
  .col-pc-3nmr, .col-2nm,
  .col-2nmr,
  .col-sp-2nm,
  .col-sp-2nmr,
  .col-tab-2nm,
  .col-tab-2nmr,
  .col-pc-2nm,
  .col-pc-2nmr, .col-1nm,
  .col-1nmr,
  .col-sp-1nm,
  .col-sp-1nmr,
  .col-tab-1nm,
  .col-tab-1nmr,
  .col-pc-1nm,
  .col-pc-1nmr {
    margin: 0 0 15px;
    padding: 15px 8px;
  }
  /* width settings @tablet screen */
  .col-sp-1,
  .col-sp-1r {
    width: calc(8.3333333333% - 16px);
  }
  .col-sp-2,
  .col-sp-2r {
    width: calc(16.6666666667% - 16px);
  }
  .col-sp-3,
  .col-sp-3r {
    width: calc(25% - 16px);
  }
  .col-sp-4,
  .col-sp-4r {
    width: calc(33.3333333333% - 16px);
  }
  .col-sp-5,
  .col-sp-5r {
    width: calc(41.6666666667% - 16px);
  }
  .col-sp-6,
  .col-sp-6r {
    width: calc(50% - 16px);
  }
  .col-sp-7,
  .col-sp-7r {
    width: calc(58.3333333333% - 16px);
  }
  .col-sp-8,
  .col-sp-8r {
    width: calc(66.6666666667% - 16px);
  }
  .col-sp-9,
  .col-sp-9r {
    width: calc(75% - 16px);
  }
  .col-sp-10,
  .col-sp-10r {
    width: calc(83.3333333333% - 16px);
  }
  .col-sp-11,
  .col-sp-11r {
    width: calc(91.6666666667% - 16px);
  }
  .col-sp-12,
  .col-sp-12r {
    width: calc(100% - 16px);
  }
  .col-sp-1by5,
  .col-sp-1by5r {
    width: calc(20% - 16px);
  }
  .col-sp-2by5,
  .col-sp-2by5r {
    width: calc(40% - 16px);
  }
  .col-sp-3by5,
  .col-sp-3by5r {
    width: calc(60% - 16px);
  }
  .col-sp-4by5,
  .col-sp-4by5r {
    width: calc(80% - 16px);
  }
  .col-sp-1by7,
  .col-sp-1by7r {
    width: calc(14.2857142857% - 16px);
  }
  .col-sp-2by7,
  .col-sp-2by7r {
    width: calc(28.5714285714% - 16px);
  }
  .col-sp-3by7,
  .col-sp-3by7r {
    width: calc(42.8571428571% - 16px);
  }
  .col-sp-4by7,
  .col-sp-4by7r {
    width: calc(57.1428571429% - 16px);
  }
  .col-sp-5by7,
  .col-sp-5by7r {
    width: calc(71.4285714286% - 16px);
  }
  .col-sp-6by7,
  .col-sp-6by7r {
    width: calc(85.7142857143% - 16px);
  }
  .col-6by7,
  .col-6by7r, .col-5by7,
  .col-5by7r, .col-4by7,
  .col-4by7r, .col-3by7,
  .col-3by7r, .col-2by7,
  .col-2by7r, .col-1by7,
  .col-1by7r, .col-4by5,
  .col-4by5r, .col-3by5,
  .col-3by5r, .col-2by5,
  .col-2by5r, .col-1by5,
  .col-1by5r, .col-11,
  .col-11r, .col-10,
  .col-10r, .col-9,
  .col-9r, .col-8,
  .col-8r, .col-7,
  .col-7r, .col-6,
  .col-6r, .col-5,
  .col-5r, .col-4,
  .col-4r, .col-3,
  .col-3r, .col-2,
  .col-2r, .col-1,
  .col-1r {
    width: calc(50% - 16px);
  }
  .col-6by7nm,
  .col-6by7nmr, .col-5by7nm,
  .col-5by7nmr, .col-4by7nm,
  .col-4by7nmr, .col-3by7nm,
  .col-3by7nmr, .col-2by7nm,
  .col-2by7nmr, .col-1by7nm,
  .col-1by7nmr, .col-4by5nm,
  .col-4by5nmr, .col-3by5nm,
  .col-3by5nmr, .col-2by5nm,
  .col-2by5nmr, .col-1by5nm,
  .col-1by5nmr, .col-11nm,
  .col-11nmr, .col-10nm,
  .col-10nmr, .col-9nm,
  .col-9nmr, .col-8nm,
  .col-8nmr, .col-7nm,
  .col-7nmr, .col-6nm,
  .col-6nmr, .col-5nm,
  .col-5nmr, .col-4nm,
  .col-4nmr, .col-3nm,
  .col-3nmr, .col-2nm,
  .col-2nmr, .col-1nm,
  .col-1nmr {
    width: 50%;
  }
  .col-pc-6by7,
  .col-pc-6by7r, .col-pc-5by7,
  .col-pc-5by7r, .col-pc-4by7,
  .col-pc-4by7r, .col-pc-3by7,
  .col-pc-3by7r, .col-pc-2by7,
  .col-pc-2by7r, .col-pc-1by7,
  .col-pc-1by7r, .col-pc-4by5,
  .col-pc-4by5r, .col-pc-3by5,
  .col-pc-3by5r, .col-pc-2by5,
  .col-pc-2by5r, .col-pc-1by5,
  .col-pc-1by5r, .col-pc-12,
  .col-pc-12r, .col-pc-11,
  .col-pc-11r, .col-pc-10,
  .col-pc-10r, .col-pc-9,
  .col-pc-9r, .col-pc-8,
  .col-pc-8r, .col-pc-7,
  .col-pc-7r, .col-pc-6,
  .col-pc-6r, .col-pc-5,
  .col-pc-5r, .col-pc-4,
  .col-pc-4r, .col-pc-3,
  .col-pc-3r, .col-pc-2,
  .col-pc-2r, .col-pc-1,
  .col-pc-1r, .col-12,
  .col-12r {
    width: calc(100% - 16px);
  }
  .col-pc-12nm,
  .col-pc-12nmr, .col-pc-11nm,
  .col-pc-11nmr, .col-pc-10nm,
  .col-pc-10nmr, .col-pc-9nm,
  .col-pc-9nmr, .col-pc-8nm,
  .col-pc-8nmr, .col-pc-7nm,
  .col-pc-7nmr, .col-pc-6nm,
  .col-pc-6nmr, .col-pc-5nm,
  .col-pc-5nmr, .col-pc-4nm,
  .col-pc-4nmr, .col-pc-3nm,
  .col-pc-3nmr, .col-pc-2nm,
  .col-pc-2nmr, .col-pc-1nm,
  .col-pc-1nmr, .col-12nm,
  .col-12nmr {
    width: 100%;
  }
  .col-tab-1,
  .col-tab-1r {
    width: calc(8.3333333333% - 16px);
  }
  .col-tab-1nm,
  .col-tab-1nmr {
    width: 8.3333333333%;
  }
  .col-tab-2,
  .col-tab-2r {
    width: calc(16.6666666667% - 16px);
  }
  .col-tab-2nm,
  .col-tab-2nmr {
    width: 16.6666666667%;
  }
  .col-tab-3,
  .col-tab-3r {
    width: calc(25% - 16px);
  }
  .col-tab-3nm,
  .col-tab-3nmr {
    width: 25%;
  }
  .col-tab-4,
  .col-tab-4r {
    width: calc(33.3333333333% - 16px);
  }
  .col-tab-4nm,
  .col-tab-4nmr {
    width: 33.3333333333%;
  }
  .col-tab-5,
  .col-tab-5r {
    width: calc(41.6666666667% - 16px);
  }
  .col-tab-5nm,
  .col-tab-5nmr {
    width: 41.6666666667%;
  }
  .col-tab-6,
  .col-tab-6r {
    width: calc(50% - 16px);
  }
  .col-tab-6nm,
  .col-tab-6nmr {
    width: 50%;
  }
  .col-tab-7,
  .col-tab-7r {
    width: calc(58.3333333333% - 16px);
  }
  .col-tab-7nm,
  .col-tab-7nmr {
    width: 58.3333333333%;
  }
  .col-tab-8,
  .col-tab-8r {
    width: calc(66.6666666667% - 16px);
  }
  .col-tab-8nm,
  .col-tab-8nmr {
    width: 66.6666666667%;
  }
  .col-tab-9,
  .col-tab-9r {
    width: calc(75% - 16px);
  }
  .col-tab-9nm,
  .col-tab-9nmr {
    width: 75%;
  }
  .col-tab-10,
  .col-tab-10r {
    width: calc(83.3333333333% - 16px);
  }
  .col-tab-10nm,
  .col-tab-10nmr {
    width: 83.3333333333%;
  }
  .col-tab-11,
  .col-tab-11r {
    width: calc(91.6666666667% - 16px);
  }
  .col-tab-11nm,
  .col-tab-11nmr {
    width: 91.6666666667%;
  }
  .col-tab-12,
  .col-tab-12r {
    width: calc(100% - 16px);
  }
  .col-tab-12nm,
  .col-tab-12nmr {
    width: 100%;
  }
  .col-tab-1by5,
  .col-tab-1by5r {
    width: calc(20% - 16px);
  }
  .col-tab-1by5nm,
  .col-tab-1by5nmr {
    width: 20%;
  }
  .col-tab-2by5,
  .col-tab-2by5r {
    width: calc(40% - 16px);
  }
  .col-tab-2by5nm,
  .col-tab-2by5nmr {
    width: 40%;
  }
  .col-tab-3by5,
  .col-tab-3by5r {
    width: calc(60% - 16px);
  }
  .col-tab-3by5nm,
  .col-tab-3by5nmr {
    width: 60%;
  }
  .col-tab-4by5,
  .col-tab-4by5r {
    width: calc(80% - 16px);
  }
  .col-tab-4by5nm,
  .col-tab-4by5nmr {
    width: 80%;
  }
  .col-tab-1by7,
  .col-tab-1by7r {
    width: calc(14.2857142857% - 16px);
  }
  .col-tab-1by7nm,
  .col-tab-1by7nmr {
    width: 14.2857142857%;
  }
  .col-tab-2by7,
  .col-tab-2by7r {
    width: calc(28.5714285714% - 16px);
  }
  .col-tab-2by7nm,
  .col-tab-2by7nmr {
    width: 28.5714285714%;
  }
  .col-tab-3by7,
  .col-tab-3by7r {
    width: calc(42.8571428571% - 16px);
  }
  .col-tab-3by7nm,
  .col-tab-3by7nmr {
    width: 42.8571428571%;
  }
  .col-tab-4by7,
  .col-tab-4by7r {
    width: calc(57.1428571429% - 16px);
  }
  .col-tab-4by7nm,
  .col-tab-4by7nmr {
    width: 57.1428571429%;
  }
  .col-tab-5by7,
  .col-tab-5by7r {
    width: calc(71.4285714286% - 16px);
  }
  .col-tab-5by7nm,
  .col-tab-5by7nmr {
    width: 71.4285714286%;
  }
  .col-tab-6by7,
  .col-tab-6by7r {
    width: calc(85.7142857143% - 16px);
  }
  .col-tab-6by7nm,
  .col-tab-6by7nmr {
    width: 85.7142857143%;
  }
}
@media screen and (min-width: 1025px) {
  .float {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .col-tab-6by7,
  .col-tab-6by7r, .col-tab-5by7,
  .col-tab-5by7r, .col-tab-4by7,
  .col-tab-4by7r, .col-tab-3by7,
  .col-tab-3by7r, .col-tab-2by7,
  .col-tab-2by7r, .col-tab-1by7,
  .col-tab-1by7r, .col-tab-4by5,
  .col-tab-4by5r, .col-tab-3by5,
  .col-tab-3by5r, .col-tab-2by5,
  .col-tab-2by5r, .col-tab-1by5,
  .col-tab-1by5r, .col-sp-6by7,
  .col-sp-6by7r, .col-sp-5by7,
  .col-sp-5by7r, .col-sp-4by7,
  .col-sp-4by7r, .col-sp-3by7,
  .col-sp-3by7r, .col-sp-2by7,
  .col-sp-2by7r, .col-sp-1by7,
  .col-sp-1by7r, .col-sp-4by5,
  .col-sp-4by5r, .col-sp-3by5,
  .col-sp-3by5r, .col-sp-2by5,
  .col-sp-2by5r, .col-sp-1by5,
  .col-sp-1by5r, .col-6by7,
  .col-6by7r, .col-5by7,
  .col-5by7r, .col-4by7,
  .col-4by7r, .col-3by7,
  .col-3by7r, .col-2by7,
  .col-2by7r, .col-1by7,
  .col-1by7r, .col-4by5,
  .col-4by5r, .col-3by5,
  .col-3by5r, .col-2by5,
  .col-2by5r, .col-1by5,
  .col-1by5r, .col-12,
  .col-12r,
  .col-sp-12,
  .col-sp-12r,
  .col-tab-12,
  .col-tab-12r,
  .col-pc-12,
  .col-pc-12r, .col-11,
  .col-11r,
  .col-sp-11,
  .col-sp-11r,
  .col-tab-11,
  .col-tab-11r,
  .col-pc-11,
  .col-pc-11r, .col-10,
  .col-10r,
  .col-sp-10,
  .col-sp-10r,
  .col-tab-10,
  .col-tab-10r,
  .col-pc-10,
  .col-pc-10r, .col-9,
  .col-9r,
  .col-sp-9,
  .col-sp-9r,
  .col-tab-9,
  .col-tab-9r,
  .col-pc-9,
  .col-pc-9r, .col-8,
  .col-8r,
  .col-sp-8,
  .col-sp-8r,
  .col-tab-8,
  .col-tab-8r,
  .col-pc-8,
  .col-pc-8r, .col-7,
  .col-7r,
  .col-sp-7,
  .col-sp-7r,
  .col-tab-7,
  .col-tab-7r,
  .col-pc-7,
  .col-pc-7r, .col-6,
  .col-6r,
  .col-sp-6,
  .col-sp-6r,
  .col-tab-6,
  .col-tab-6r,
  .col-pc-6,
  .col-pc-6r, .col-5,
  .col-5r,
  .col-sp-5,
  .col-sp-5r,
  .col-tab-5,
  .col-tab-5r,
  .col-pc-5,
  .col-pc-5r, .col-4,
  .col-4r,
  .col-sp-4,
  .col-sp-4r,
  .col-tab-4,
  .col-tab-4r,
  .col-pc-4,
  .col-pc-4r, .col-3,
  .col-3r,
  .col-sp-3,
  .col-sp-3r,
  .col-tab-3,
  .col-tab-3r,
  .col-pc-3,
  .col-pc-3r, .col-2,
  .col-2r,
  .col-sp-2,
  .col-sp-2r,
  .col-tab-2,
  .col-tab-2r,
  .col-pc-2,
  .col-pc-2r, .col-1,
  .col-1r,
  .col-sp-1,
  .col-sp-1r,
  .col-tab-1,
  .col-tab-1r,
  .col-pc-1,
  .col-pc-1r {
    margin: 0 10px 20px;
    padding: 5px 10px;
  }
  .col-6by7nm,
  .col-6by7nmr, .col-5by7nm,
  .col-5by7nmr, .col-4by7nm,
  .col-4by7nmr, .col-3by7nm,
  .col-3by7nmr, .col-2by7nm,
  .col-2by7nmr, .col-1by7nm,
  .col-1by7nmr, .col-4by5nm,
  .col-4by5nmr, .col-3by5nm,
  .col-3by5nmr, .col-2by5nm,
  .col-2by5nmr, .col-1by5nm,
  .col-1by5nmr, .col-12nm,
  .col-12nmr,
  .col-sp-12nm,
  .col-sp-12nmr,
  .col-tab-12nm,
  .col-tab-12nmr,
  .col-pc-12nm,
  .col-pc-12nmr, .col-11nm,
  .col-11nmr,
  .col-sp-11nm,
  .col-sp-11nmr,
  .col-tab-11nm,
  .col-tab-11nmr,
  .col-pc-11nm,
  .col-pc-11nmr, .col-10nm,
  .col-10nmr,
  .col-sp-10nm,
  .col-sp-10nmr,
  .col-tab-10nm,
  .col-tab-10nmr,
  .col-pc-10nm,
  .col-pc-10nmr, .col-9nm,
  .col-9nmr,
  .col-sp-9nm,
  .col-sp-9nmr,
  .col-tab-9nm,
  .col-tab-9nmr,
  .col-pc-9nm,
  .col-pc-9nmr, .col-8nm,
  .col-8nmr,
  .col-sp-8nm,
  .col-sp-8nmr,
  .col-tab-8nm,
  .col-tab-8nmr,
  .col-pc-8nm,
  .col-pc-8nmr, .col-7nm,
  .col-7nmr,
  .col-sp-7nm,
  .col-sp-7nmr,
  .col-tab-7nm,
  .col-tab-7nmr,
  .col-pc-7nm,
  .col-pc-7nmr, .col-6nm,
  .col-6nmr,
  .col-sp-6nm,
  .col-sp-6nmr,
  .col-tab-6nm,
  .col-tab-6nmr,
  .col-pc-6nm,
  .col-pc-6nmr, .col-5nm,
  .col-5nmr,
  .col-sp-5nm,
  .col-sp-5nmr,
  .col-tab-5nm,
  .col-tab-5nmr,
  .col-pc-5nm,
  .col-pc-5nmr, .col-4nm,
  .col-4nmr,
  .col-sp-4nm,
  .col-sp-4nmr,
  .col-tab-4nm,
  .col-tab-4nmr,
  .col-pc-4nm,
  .col-pc-4nmr, .col-3nm,
  .col-3nmr,
  .col-sp-3nm,
  .col-sp-3nmr,
  .col-tab-3nm,
  .col-tab-3nmr,
  .col-pc-3nm,
  .col-pc-3nmr, .col-2nm,
  .col-2nmr,
  .col-sp-2nm,
  .col-sp-2nmr,
  .col-tab-2nm,
  .col-tab-2nmr,
  .col-pc-2nm,
  .col-pc-2nmr, .col-1nm,
  .col-1nmr,
  .col-sp-1nm,
  .col-sp-1nmr,
  .col-tab-1nm,
  .col-tab-1nmr,
  .col-pc-1nm,
  .col-pc-1nmr {
    margin: 0 0 20px;
    padding: 20px 10px;
  }
  /* margin settings @pc screen */
  /* width settings @pc screen */
  .col-1,
  .col-1r {
    width: calc(8.3333333333% - 20px);
  }
  .col-1nm,
  .col-1nmr {
    width: 8.3333333333%;
  }
  .col-2,
  .col-2r {
    width: calc(16.6666666667% - 20px);
  }
  .col-2nm,
  .col-2nmr {
    width: 16.6666666667%;
  }
  .col-3,
  .col-3r {
    width: calc(25% - 20px);
  }
  .col-3nm,
  .col-3nmr {
    width: 25%;
  }
  .col-4,
  .col-4r {
    width: calc(33.3333333333% - 20px);
  }
  .col-4nm,
  .col-4nmr {
    width: 33.3333333333%;
  }
  .col-5,
  .col-5r {
    width: calc(41.6666666667% - 20px);
  }
  .col-5nm,
  .col-5nmr {
    width: 41.6666666667%;
  }
  .col-6,
  .col-6r {
    width: calc(50% - 20px);
  }
  .col-6nm,
  .col-6nmr {
    width: 50%;
  }
  .col-7,
  .col-7r {
    width: calc(58.3333333333% - 20px);
  }
  .col-7nm,
  .col-7nmr {
    width: 58.3333333333%;
  }
  .col-8,
  .col-8r {
    width: calc(66.6666666667% - 20px);
  }
  .col-8nm,
  .col-8nmr {
    width: 66.6666666667%;
  }
  .col-9,
  .col-9r {
    width: calc(75% - 20px);
  }
  .col-9nm,
  .col-9nmr {
    width: 75%;
  }
  .col-10,
  .col-10r {
    width: calc(83.3333333333% - 20px);
  }
  .col-10nm,
  .col-10nmr {
    width: 83.3333333333%;
  }
  .col-11,
  .col-11r {
    width: calc(91.6666666667% - 20px);
  }
  .col-11nm,
  .col-11nmr {
    width: 91.6666666667%;
  }
  .col-12,
  .col-12r {
    width: calc(100% - 20px);
  }
  .col-12nm,
  .col-12nmr {
    width: 100%;
  }
  .col-1by5,
  .col-1by5r {
    width: calc(20% - 20px);
  }
  .col-1by5nm,
  .col-1by5nmr {
    width: calc(20% - 20px);
  }
  .col-2by5,
  .col-2by5r {
    width: calc(40% - 20px);
  }
  .col-2by5nm,
  .col-2by5nmr {
    width: calc(40% - 20px);
  }
  .col-3by5,
  .col-3by5r {
    width: calc(60% - 20px);
  }
  .col-3by5nm,
  .col-3by5nmr {
    width: calc(60% - 20px);
  }
  .col-4by5,
  .col-4by5r {
    width: calc(80% - 20px);
  }
  .col-4by5nm,
  .col-4by5nmr {
    width: calc(80% - 20px);
  }
  .col-1by7,
  .col-1by7r {
    width: calc(14.2857142857% - 20px);
  }
  .col-1by7nm,
  .col-1by7nmr {
    width: calc(14.2857142857% - 20px);
  }
  .col-2by7,
  .col-2by7r {
    width: calc(28.5714285714% - 20px);
  }
  .col-2by7nm,
  .col-2by7nmr {
    width: calc(28.5714285714% - 20px);
  }
  .col-3by7,
  .col-3by7r {
    width: calc(42.8571428571% - 20px);
  }
  .col-3by7nm,
  .col-3by7nmr {
    width: calc(42.8571428571% - 20px);
  }
  .col-4by7,
  .col-4by7r {
    width: calc(57.1428571429% - 20px);
  }
  .col-4by7nm,
  .col-4by7nmr {
    width: calc(57.1428571429% - 20px);
  }
  .col-5by7,
  .col-5by7r {
    width: calc(71.4285714286% - 20px);
  }
  .col-5by7nm,
  .col-5by7nmr {
    width: calc(71.4285714286% - 20px);
  }
  .col-6by7,
  .col-6by7r {
    width: calc(85.7142857143% - 20px);
  }
  .col-6by7nm,
  .col-6by7nmr {
    width: calc(85.7142857143% - 20px);
  }
  .col-sp-1,
  .col-sp-1r {
    width: calc(8.3333333333% - 20px);
  }
  .col-sp-2,
  .col-sp-2r {
    width: calc(16.6666666667% - 20px);
  }
  .col-sp-3,
  .col-sp-3r {
    width: calc(25% - 20px);
  }
  .col-sp-4,
  .col-sp-4r {
    width: calc(33.3333333333% - 20px);
  }
  .col-sp-5,
  .col-sp-5r {
    width: calc(41.6666666667% - 20px);
  }
  .col-sp-6,
  .col-sp-6r {
    width: calc(50% - 20px);
  }
  .col-sp-7,
  .col-sp-7r {
    width: calc(58.3333333333% - 20px);
  }
  .col-sp-8,
  .col-sp-8r {
    width: calc(66.6666666667% - 20px);
  }
  .col-sp-9,
  .col-sp-9r {
    width: calc(75% - 20px);
  }
  .col-sp-10,
  .col-sp-10r {
    width: calc(83.3333333333% - 20px);
  }
  .col-sp-11,
  .col-sp-11r {
    width: calc(91.6666666667% - 20px);
  }
  .col-sp-12,
  .col-sp-12r {
    width: calc(100% - 20px);
  }
  .col-sp-1by5,
  .col-sp-1by5r {
    width: calc(20% - 20px);
  }
  .col-sp-2by5,
  .col-sp-2by5r {
    width: calc(40% - 20px);
  }
  .col-sp-3by5,
  .col-sp-3by5r {
    width: calc(60% - 20px);
  }
  .col-sp-4by5,
  .col-sp-4by5r {
    width: calc(80% - 20px);
  }
  .col-sp-1by7,
  .col-sp-1by7r {
    width: calc(14.2857142857% - 20px);
  }
  .col-sp-2by7,
  .col-sp-2by7r {
    width: calc(28.5714285714% - 20px);
  }
  .col-sp-3by7,
  .col-sp-3by7r {
    width: calc(42.8571428571% - 20px);
  }
  .col-sp-4by7,
  .col-sp-4by7r {
    width: calc(57.1428571429% - 20px);
  }
  .col-sp-5by7,
  .col-sp-5by7r {
    width: calc(71.4285714286% - 20px);
  }
  .col-sp-6by7,
  .col-sp-6by7r {
    width: calc(85.7142857143% - 20px);
  }
  .col-tab-1,
  .col-tab-1r {
    width: calc(8.3333333333% - 20px);
  }
  .col-tab-2,
  .col-tab-2r {
    width: calc(16.6666666667% - 20px);
  }
  .col-tab-3,
  .col-tab-3r {
    width: calc(25% - 20px);
  }
  .col-tab-4,
  .col-tab-4r {
    width: calc(33.3333333333% - 20px);
  }
  .col-tab-5,
  .col-tab-5r {
    width: calc(41.6666666667% - 20px);
  }
  .col-tab-6,
  .col-tab-6r {
    width: calc(50% - 20px);
  }
  .col-tab-7,
  .col-tab-7r {
    width: calc(58.3333333333% - 20px);
  }
  .col-tab-8,
  .col-tab-8r {
    width: calc(66.6666666667% - 20px);
  }
  .col-tab-9,
  .col-tab-9r {
    width: calc(75% - 20px);
  }
  .col-tab-10,
  .col-tab-10r {
    width: calc(83.3333333333% - 20px);
  }
  .col-tab-11,
  .col-tab-11r {
    width: calc(91.6666666667% - 20px);
  }
  .col-tab-12,
  .col-tab-12r {
    width: calc(100% - 20px);
  }
  .col-tab-1by5,
  .col-tab-1by5r {
    width: calc(20% - 20px);
  }
  .col-tab-2by5,
  .col-tab-2by5r {
    width: calc(40% - 20px);
  }
  .col-tab-3by5,
  .col-tab-3by5r {
    width: calc(60% - 20px);
  }
  .col-tab-4by5,
  .col-tab-4by5r {
    width: calc(80% - 20px);
  }
  .col-tab-1by7,
  .col-tab-1by7r {
    width: calc(14.2857142857% - 20px);
  }
  .col-tab-2by7,
  .col-tab-2by7r {
    width: calc(28.5714285714% - 20px);
  }
  .col-tab-3by7,
  .col-tab-3by7r {
    width: calc(42.8571428571% - 20px);
  }
  .col-tab-4by7,
  .col-tab-4by7r {
    width: calc(57.1428571429% - 20px);
  }
  .col-tab-5by7,
  .col-tab-5by7r {
    width: calc(71.4285714286% - 20px);
  }
  .col-tab-6by7,
  .col-tab-6by7r {
    width: calc(85.7142857143% - 20px);
  }
  .col-1,
  .col-1r {
    width: calc(8.3333333333% - 20px);
  }
  .col-1nm,
  .col-1nmr {
    width: 8.3333333333%;
  }
  .col-2,
  .col-2r {
    width: calc(16.6666666667% - 20px);
  }
  .col-2nm,
  .col-2nmr {
    width: 16.6666666667%;
  }
  .col-3,
  .col-3r {
    width: calc(25% - 20px);
  }
  .col-3nm,
  .col-3nmr {
    width: 25%;
  }
  .col-4,
  .col-4r {
    width: calc(33.3333333333% - 20px);
  }
  .col-4nm,
  .col-4nmr {
    width: 33.3333333333%;
  }
  .col-5,
  .col-5r {
    width: calc(41.6666666667% - 20px);
  }
  .col-5nm,
  .col-5nmr {
    width: 41.6666666667%;
  }
  .col-6,
  .col-6r {
    width: calc(50% - 20px);
  }
  .col-6nm,
  .col-6nmr {
    width: 50%;
  }
  .col-7,
  .col-7r {
    width: calc(58.3333333333% - 20px);
  }
  .col-7nm,
  .col-7nmr {
    width: 58.3333333333%;
  }
  .col-8,
  .col-8r {
    width: calc(66.6666666667% - 20px);
  }
  .col-8nm,
  .col-8nmr {
    width: 66.6666666667%;
  }
  .col-9,
  .col-9r {
    width: calc(75% - 20px);
  }
  .col-9nm,
  .col-9nmr {
    width: 75%;
  }
  .col-10,
  .col-10r {
    width: calc(83.3333333333% - 20px);
  }
  .col-10nm,
  .col-10nmr {
    width: 83.3333333333%;
  }
  .col-11,
  .col-11r {
    width: calc(91.6666666667% - 20px);
  }
  .col-11nm,
  .col-11nmr {
    width: 91.6666666667%;
  }
  .col-12,
  .col-12r {
    width: calc(100% - 20px);
  }
  .col-12nm,
  .col-12nmr {
    width: 100%;
  }
  .col-1by5,
  .col-1by5r {
    width: calc(20% - 20px);
  }
  .col-1by5nm,
  .col-1by5nmr {
    width: 20%;
  }
  .col-2by5,
  .col-2by5r {
    width: calc(40% - 20px);
  }
  .col-2by5nm,
  .col-2by5nmr {
    width: 40%;
  }
  .col-3by5,
  .col-3by5r {
    width: calc(60% - 20px);
  }
  .col-3by5nm,
  .col-3by5nmr {
    width: 60%;
  }
  .col-4by5,
  .col-4by5r {
    width: calc(80% - 20px);
  }
  .col-4by5nm,
  .col-4by5nmr {
    width: 80%;
  }
  .col-1by7,
  .col-1by7r {
    width: calc(14.2857142857% - 20px);
  }
  .col-1by7nm,
  .col-1by7nmr {
    width: 14.2857142857%;
  }
  .col-2by7,
  .col-2by7r {
    width: calc(28.5714285714% - 20px);
  }
  .col-2by7nm,
  .col-2by7nmr {
    width: 28.5714285714%;
  }
  .col-3by7,
  .col-3by7r {
    width: calc(42.8571428571% - 20px);
  }
  .col-3by7nm,
  .col-3by7nmr {
    width: 42.8571428571%;
  }
  .col-4by7,
  .col-4by7r {
    width: calc(57.1428571429% - 20px);
  }
  .col-4by7nm,
  .col-4by7nmr {
    width: 57.1428571429%;
  }
  .col-5by7,
  .col-5by7r {
    width: calc(71.4285714286% - 20px);
  }
  .col-5by7nm,
  .col-5by7nmr {
    width: 71.4285714286%;
  }
  .col-6by7,
  .col-6by7r {
    width: calc(85.7142857143% - 20px);
  }
  .col-6by7nm,
  .col-6by7nmr {
    width: 85.7142857143%;
  }
  .col-pc-1,
  .col-pc-1r {
    width: calc(8.3333333333% - 20px);
  }
  .col-pc-1nm,
  .col-pc-1nmr {
    width: 8.3333333333%;
  }
  .col-pc-2,
  .col-pc-2r {
    width: calc(16.6666666667% - 20px);
  }
  .col-pc-2nm,
  .col-pc-2nmr {
    width: 16.6666666667%;
  }
  .col-pc-3,
  .col-pc-3r {
    width: calc(25% - 20px);
  }
  .col-pc-3nm,
  .col-pc-3nmr {
    width: 25%;
  }
  .col-pc-4,
  .col-pc-4r {
    width: calc(33.3333333333% - 20px);
  }
  .col-pc-4nm,
  .col-pc-4nmr {
    width: 33.3333333333%;
  }
  .col-pc-5,
  .col-pc-5r {
    width: calc(41.6666666667% - 20px);
  }
  .col-pc-5nm,
  .col-pc-5nmr {
    width: 41.6666666667%;
  }
  .col-pc-6,
  .col-pc-6r {
    width: calc(50% - 20px);
  }
  .col-pc-6nm,
  .col-pc-6nmr {
    width: 50%;
  }
  .col-pc-7,
  .col-pc-7r {
    width: calc(58.3333333333% - 20px);
  }
  .col-pc-7nm,
  .col-pc-7nmr {
    width: 58.3333333333%;
  }
  .col-pc-8,
  .col-pc-8r {
    width: calc(66.6666666667% - 20px);
  }
  .col-pc-8nm,
  .col-pc-8nmr {
    width: 66.6666666667%;
  }
  .col-pc-9,
  .col-pc-9r {
    width: calc(75% - 20px);
  }
  .col-pc-9nm,
  .col-pc-9nmr {
    width: 75%;
  }
  .col-pc-10,
  .col-pc-10r {
    width: calc(83.3333333333% - 20px);
  }
  .col-pc-10nm,
  .col-pc-10nmr {
    width: 83.3333333333%;
  }
  .col-pc-11,
  .col-pc-11r {
    width: calc(91.6666666667% - 20px);
  }
  .col-pc-11nm,
  .col-pc-11nmr {
    width: 91.6666666667%;
  }
  .col-pc-12,
  .col-pc-12r {
    width: calc(100% - 20px);
  }
  .col-pc-12nm,
  .col-pc-12nmr {
    width: 100%;
  }
  .col-pc-1by5,
  .col-pc-1by5r {
    width: calc(20% - 20px);
  }
  .col-pc-1by5nm,
  .col-pc-1by5nmr {
    width: 20%;
  }
  .col-pc-2by5,
  .col-pc-2by5r {
    width: calc(40% - 20px);
  }
  .col-pc-2by5nm,
  .col-pc-2by5nmr {
    width: 40%;
  }
  .col-pc-3by5,
  .col-pc-3by5r {
    width: calc(60% - 20px);
  }
  .col-pc-3by5nm,
  .col-pc-3by5nmr {
    width: 60%;
  }
  .col-pc-4by5,
  .col-pc-4by5r {
    width: calc(80% - 20px);
  }
  .col-pc-4by5nm,
  .col-pc-4by5nmr {
    width: 80%;
  }
  .col-pc-1by7,
  .col-pc-1by7r {
    width: calc(14.2857142857% - 20px);
  }
  .col-pc-1by7nm,
  .col-pc-1by7nmr {
    width: 14.2857142857%;
  }
  .col-pc-2by7,
  .col-pc-2by7r {
    width: calc(28.5714285714% - 20px);
  }
  .col-pc-2by7nm,
  .col-pc-2by7nmr {
    width: 28.5714285714%;
  }
  .col-pc-3by7,
  .col-pc-3by7r {
    width: calc(42.8571428571% - 20px);
  }
  .col-pc-3by7nm,
  .col-pc-3by7nmr {
    width: 42.8571428571%;
  }
  .col-pc-4by7,
  .col-pc-4by7r {
    width: calc(57.1428571429% - 20px);
  }
  .col-pc-4by7nm,
  .col-pc-4by7nmr {
    width: 57.1428571429%;
  }
  .col-pc-5by7,
  .col-pc-5by7r {
    width: calc(71.4285714286% - 20px);
  }
  .col-pc-5by7nm,
  .col-pc-5by7nmr {
    width: 71.4285714286%;
  }
  .col-pc-6by7,
  .col-pc-6by7r {
    width: calc(85.7142857143% - 20px);
  }
  .col-pc-6by7nm,
  .col-pc-6by7nmr {
    width: 85.7142857143%;
  }
}
.flex {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
}

.flex-nm {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.flex-r {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
}

.flex-nmr {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.flex-sp-eq {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  justify-content: space-around;
  width: 100%;
}
.flex-sp-eq > * {
  width: 100%;
}

.flex-tab-eq,
.flex-pc-eq {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  width: 100%;
}
.flex-tab-eq > *,
.flex-pc-eq > * {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .flex,
  .flex-r {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  .flex-tab-eq {
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .flex,
  .flex-r {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .flex-pc-eq {
    flex-direction: row;
  }
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
}

.breadcrumb li {
  display: inline-block;
  margin-right: 1em;
}

.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 0.5em;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #43403D;
}

.breadcrumb a:hover, .breadcrumb a:active {
  color: inherit;
}

header {
  min-height: 60px;
}

.btn-burg {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.1s linear;
  z-index: 1000;
}
.btn-burg span {
  font-size: 10px;
  position: absolute;
  bottom: 2px;
}
.btn-burg .open_text {
  display: block;
}
.btn-burg .close_text {
  display: none;
}

.btn-burg::before {
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: " ";
  line-height: 0;
  font-size: 0;
  width: 23px;
  height: 9px;
  top: 6px;
  left: 20%;
  transition: transform 0.1s linear;
}

.btn-burg::after {
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  content: "";
  line-height: 0;
  font-size: 0;
  width: 23px;
  height: 20px;
  margin: auto;
  left: 20%;
  top: 12px;
  transition: transform 0.1s linear;
}

.btn-burg.dep-visible {
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}
.btn-burg.dep-visible .close_text {
  display: block;
  left: 4px;
}
.btn-burg.dep-visible .open_text {
  display: none;
}

.btn-burg.dep-visible::before {
  transform: rotate(-45deg);
  border-bottom: none;
  top: 7px;
  left: 26%;
  border-radius: 1.5px;
  transition: transform 0.1s linear;
}

.btn-burg.dep-visible::after {
  transform: rotate(45deg);
  top: 6px;
  left: 0%;
  transition: transform 0.1s linear;
}

.btn-burg-text {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.1s linear;
}
.btn-burg-text span {
  font-size: 10px;
  position: absolute;
  bottom: 2px;
}

.btn-burg-text::before {
  position: absolute;
  display: block;
  border-top: 3px solid #efebe6;
  border-bottom: 3px solid #efebe6;
  content: "";
  line-height: 0;
  font-size: 0;
  width: 23px;
  height: 9px;
  top: 6px;
  left: 20%;
  transition: transform 0.1s linear;
  transition: width 0.1s linear;
}

.btn-burg-text::after {
  position: absolute;
  display: block;
  border-top: 3px solid #efebe6;
  content: "メニュー";
  line-height: 0;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  width: 23px;
  height: 40px;
  padding-top: 9px;
  margin: auto;
  left: 20%;
  top: 12px;
}

.btn-burg-text.dep-visible {
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}

.btn-burg-text.dep-visible::before {
  transform: rotate(-45deg);
  border-bottom: none;
  top: 6px;
  left: 20%;
  border-radius: 1.5px;
  transition: transform 0.1s linear;
}

.btn-burg-text.dep-visible::after {
  transform: rotate(45deg);
  top: 16px;
  left: -10%;
  transition: transform 0.1s linear;
  content: "閉じる";
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin: auto;
}
.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Base scss： CSSでの編集禁止 */
html {
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  color: #43403D;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

code {
  display: block;
  overflow-x: scroll;
  white-space: pre;
  font-size: 10px;
  font-family: "Noto Serif", "NotoSerif", "游明朝", "Yu Mincho", YuMincho, "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

blockquote {
  margin: 10px;
  padding: 10px;
}

table {
  max-width: 100%;
  border-collapse: collapse;
}

.table-fix {
  table-layout: fixed;
}

th,
td {
  padding: 0 3px;
  empty-cells: show;
}

ul,
ol {
  padding-left: 2em;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: justify;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.br {
  display: block;
  float: none;
  margin: 0;
}
.br::after {
  content: "\a";
  white-space: pre;
}

nav,
nav ul,
nav li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .alignleft.br-tab,
  .alignright.br-tab {
    display: block;
    float: none;
    margin: 0;
    max-width: 100%;
  }
  .alignleft.br-tab::after,
  .alignright.br-tab::after {
    content: "\a";
    white-space: pre;
  }
  .tab-center,
  img.alignleft.tab-center,
  img.alignright.tab-center,
  figure.alignleft.tab-center,
  figure.alignright.tab-center picture.alignleft.tab-center,
  picture.alignright.tab-center {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  img.alignleft,
  img.alignright,
  figure.alignleft,
  figure.alignright,
  picture.alignleft,
  picture.alignright {
    position: relative;
    right: 0;
    display: block;
    float: none;
    margin: 0;
    max-width: 100%;
  }
  img.alignleft::after,
  img.alignright::after,
  figure.alignleft::after,
  figure.alignright::after,
  picture.alignleft::after,
  picture.alignright::after {
    content: "\a";
    white-space: pre;
  }
  img.alignleft.br-no {
    display: inline;
    float: left;
    margin: 0 5px 0 0;
    max-width: 50%;
  }
  img.alignleft.br-no::after {
    content: "";
    white-space: pre;
  }
  img.alignright.br-no {
    display: inline;
    float: right;
    margin: 0 0 0 5px;
    max-width: 50%;
  }
  img.alignright.br-no::after {
    content: "";
    white-space: pre;
  }
  .sp-center,
  img.alignleft.sp-center,
  img.alignright.sp-center {
    display: block;
    margin: 0 auto;
  }
}
.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .container {
    padding: 0 5px;
  }
}
.clear {
  clear: both;
}

.clearfix::after {
  clear: both;
  content: " ";
  display: block;
  line-height: 0;
}

.list-style-none {
  padding: 0;
  list-style: none;
}

.caption {
  display: block;
  box-sizing: content-box;
  margin-bottom: 10px;
  max-width: 100%;
  line-height: 1.2;
}

.caption-img {
  display: inline-block;
  max-width: 100%;
}

.caption-img > img {
  max-width: 100%;
}

.caption-text {
  display: inline;
  font-size: 14px;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

code {
  white-space: pre;
}

/* ヘッダーなどの基本デザイン */
.header-logo {
  float: left;
}

.header-contact {
  float: right;
}

.btn-burg,
.btn-burg-text {
  margin: 12px 0 0 0;
}

.gnav a,
.hamburger a {
  display: block;
  text-align: left;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.gnav-menu,
.hamburger-menu {
  position: absolute;
  right: -100%;
  top: 60px;
  transition-property: right;
  transition-duration: 0.3s;
}
.gnav-menu.dep-visible,
.hamburger-menu.dep-visible {
  right: 0;
  transition-property: right;
  transition-duration: 0.3s;
}

.backtotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.copyright {
  font-size: 0.87rem;
  text-align: center;
}

@media (min-width: 1025px) {
  .gnav,
  .hamburger {
    position: relative;
    clear: both;
  }
  .gnav a,
  .hamburger a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 5px;
  }
  .gnav-menu,
  .hamburger-menu {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    line-height: 1.1;
  }
}
.entry-content p,
.item-description p {
  margin-bottom: 0;
  line-height: 1.6;
  text-align: justify;
}

.top_title_base {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.top_title_base .title-font {
  margin-bottom: 10px;
  font-size: 3rem;
}

a:focus {
  outline: none;
}

#content {
  padding: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  color: #6A2A10;
}

h1 {
  font-size: 4rem;
}

h1.entry-title {
  font-size: 3rem;
  text-align: center;
  margin: 11rem 0;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-weight: 600;
}

header {
  margin-bottom: 0;
  border-bottom: none;
}

.header-sns {
  margin-left: 0;
  width: 40%;
  justify-content: space-between;
}

.site-header,
.site-header_cate {
  color: #fff;
}

.site-header.dep-visible {
  opacity: 0.8;
  background-color: #6A2A10;
}

.site-header_cate.dep-visible {
  opacity: 0.8;
  background-color: #6A2A10;
}

.site-header.site-header_x.dep-visible {
  opacity: unset;
  background-color: unset;
}

.site-header_x {
  color: #fff;
  background: linear-gradient(to bottom, rgba(213, 213, 213, 0.8), rgba(255, 255, 255, 0));
  height: 130px;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97%;
  margin: 0 auto;
}

.header-logo {
  padding: 5px;
  width: 15%;
}

.gnav-menu {
  width: 50%;
}

html {
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  background-image: url(./img/so-white.png);
}

body {
  font-size: 1rem;
  font-family: inherit;
  overflow: hidden;
  background-image: url(./img/so-white.png);
}

#main {
  width: 100%;
  margin: 0 auto;
  background-image: url(./img/so-white.png);
}

.gnav {
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  color: #fff;
}

.frame-box {
  position: relative;
}
.frame-box::before, .frame-box::after {
  content: "";
  width: 12px;
  height: 40px;
  position: absolute;
}
.frame-box::before {
  border-left: solid 2px #BBBCBC;
  border-top: solid 2px #BBBCBC;
  border-bottom: solid 2px #BBBCBC;
  top: auto;
  left: 0%;
}
.frame-box::after {
  border-right: solid 2px #BBBCBC;
  border-top: solid 2px #BBBCBC;
  border-bottom: solid 2px #BBBCBC;
  top: 0;
  right: 0%;
}

.title-frame-box {
  position: relative;
}
.title-frame-box::before, .title-frame-box::after {
  width: 3px;
  content: "";
  height: 55px;
  position: absolute;
}
.title-frame-box::before {
  border-left: solid 7px #6A2A10;
  border-top: solid 1px #6A2A10;
  border-bottom: solid 1px #6A2A10;
  top: 0;
  left: -15%;
}
.title-frame-box::after {
  border-right: solid 7px #6A2A10;
  border-top: solid 1px #6A2A10;
  border-bottom: solid 1px #6A2A10;
  top: 0;
  right: -15%;
}

.sign_toRight {
  position: relative;
}
.sign_toRight a::after {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  transform: skewX(30deg);
  border-bottom: 1px solid #6A2A10;
  border-right: 1px solid #6A2A10;
  position: absolute;
  top: 14px;
  right: 14%;
  transition: right 0.5s;
}
.sign_toRight a:hover::after {
  right: 8%;
  transition: right 0.5s;
}

.sign_toLeft {
  position: relative;
}
.sign_toLeft a::after {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  transform: skewX(-45deg);
  border-bottom: 1px solid #43403D;
  border-left: 1px solid #43403D;
  position: absolute;
  top: 14px;
  left: 14%;
  transition: left 0.5s;
}
.sign_toLeft a:hover::after {
  left: 8%;
  transition: left 0.5s;
}

.sign_toRight_long {
  position: relative;
}
.sign_toRight_long .top-news-link::after {
  content: "";
  display: block;
  width: 55px;
  height: 10px;
  transform: skewX(44deg);
  border-bottom: 1px solid #43403D;
  border-right: 1px solid #43403D;
  position: absolute;
  top: 73%;
  right: 13px;
  transition: right 0.5s;
}
.sign_toRight_long .top-news-link:hover::after {
  right: 0px;
  transition: right 0.5s;
}
.sign_toRight_long .no_sign::after {
  display: none;
}

.arrow {
  position: relative;
  display: inline-block;
}
.arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
}

.color_black {
  color: #43403D;
}

.color_brown {
  color: #6A2A10;
}

footer {
  color: #6A2A10;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  background-image: url(./img/so-white.png);
  background-repeat: repeat;
  background-color: white;
  padding: 5rem 0 3rem 0;
}
footer a {
  color: #43403D;
}

.footer-nav-link {
  width: 230px;
  position: relative;
}
.footer-nav-link .ftitle_hover {
  opacity: 0;
  position: absolute;
  left: 0;
}
.footer-nav-link .ftitle_nomal {
  transition: all 0.5s ease;
}
.footer-nav-link a:hover {
  color: #43403D;
}
.footer-nav-link a:hover .ftitle_nomal {
  opacity: 0;
}
.footer-nav-link a:hover .ftitle_hover {
  opacity: 1;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
}

.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.footer-sns-icon {
  margin: 0 10px;
}

.footer-centerdlink {
  display: flex;
  justify-content: center;
  margin: auto;
}
.footer-centerdlink a {
  display: flex;
  align-items: center;
}
.footer-centerdlink img {
  padding-left: 5px;
}

.footer-link-2 {
  margin: 22px 10px;
  font-size: 0.8rem;
}

.copyright {
  font-size: 0.8rem;
  padding-top: 0;
  color: #43403D;
}

.footer-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0 auto;
  width: 70%;
}

.footer-menu {
  padding: 0;
  margin: 0;
  margin: 0;
  line-height: 1.9;
}

.footer-banner {
  margin-right: 0;
}

.footer-outlink {
  width: 245px;
  height: 60px;
  margin-bottom: 28px;
}
.footer-outlink a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 38px;
  border: 1px solid #43403D;
  position: relative;
}
.footer-outlink a::after {
  content: "";
  display: block;
  width: 60px;
  height: 15px;
  transform: skewX(30deg);
  border-bottom: 1px solid #43403D;
  border-right: 1px solid #43403D;
  position: absolute;
  bottom: 30px;
  right: -20px;
  transition: right 0.5s;
}
.footer-outlink a:hover::after {
  right: -30px;
  transition: right 0.5s;
}

.footer .footer-hr {
  border-bottom: 1px solid #43403D;
  margin: 24px auto 0 auto;
}

.top-footer-img {
  text-align: center;
}
.top-footer-img img {
  width: 100%;
}

/* common */
.js-fv-fadein-1 {
  opacity: 0;
}

.js-fv-fadein-1.faded {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 2s;
  transition-delay: 0.3s;
}

.js-fv-fadein-2 {
  opacity: 0;
}

.js-fv-fadein-2.faded {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 2s;
  transition-delay: 1s;
}

/* パララックス */
/* top page */
.top_kv_sp ul,
.top_kv_sp ol {
  padding-left: 0;
  height: 100vh;
}

.top_kv {
  position: relative;
}
.top_kv video {
  width: 100%;
}
.top_kv .topkv_logo {
  position: absolute;
  z-index: 1;
}
.top_kv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

.hero-img {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-concept {
  position: relative;
  background-color: #FBFAF9;
}
.top-concept::before {
  content: "";
  display: block;
  width: 100%;
  height: 67px;
  background-image: url("./img/kv-plx-border2x.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -67px;
  left: 0;
}

.top-concept-container {
  max-width: 1080px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.title-font {
  font-size: 2.375rem;
  line-height: 1;
  font-weight: bold;
}

.title-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}

.top-concept-title {
  width: 45%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("./img/bg-concept.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #FFF;
  font-weight: normal;
}
.top-concept-title span {
  display: block;
}
.top-concept-title .title-font {
  margin-bottom: 20px;
}
.top-concept-title .title-lead {
  text-align: center;
}

.top-concept-text {
  width: 45%;
}

.top-present4u {
  position: relative;
  height: 70vh;
  width: 100vw;
  background-color: #FFF;
  background-image: url("./img/bg-present4u.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.animation-fadeon-leaf {
  position: absolute;
  top: 5%;
  right: 10%;
}
.animation-fadeon-leaf img {
  width: 181px;
  height: 183px;
}

.animation-fadeon-birds {
  position: absolute;
  top: 0%;
  right: 15%;
}
.animation-fadeon-birds img {
  width: 156px;
  height: 188px;
}

.present4u-box {
  background-color: #557264;
  color: #FFF;
  width: 45%;
  padding: 60px 60px;
  position: absolute;
  top: 35%;
  right: 0;
  z-index: 2;
}

.present4u-title {
  display: flex;
  flex-direction: column;
  margin: 20px 0 40px;
}
.present4u-title .title-font {
  margin-bottom: 10px;
}

.present4u-text {
  width: 20em;
  max-width: 100%;
  letter-spacing: 1px;
}

.top-onlineshop {
  position: relative;
  margin: 0;
  padding: 200px 10px 120px;
  background-color: #FFF;
  background-image: url("./img/bg-river.png");
  background-size: 120% 120%;
  background-position: center;
  background-repeat: no-repeat;
}

.top-onlineshop-title {
  display: flex;
  flex-direction: column;
  margin: 20px 0 40px;
}
.top-onlineshop-title .title-font {
  margin-bottom: 10px;
}

.top-onlineshop-img {
  text-align: center;
  box-shadow: -2px 2px 4px #CCC, 2px 2px 4px #CCC;
  margin-bottom: 19px;
}
.top-onlineshop-img img {
  max-height: 230px;
}

.top-howtoeat {
  position: relative;
  padding-bottom: 60px;
  background-color: #FFF;
}

.top-howtoeat-banner {
  border: 1px solid #43403D;
  border-left: none;
  width: 1060px;
  max-width: 85%;
  position: relative;
  background-image: url("./img/bg-banner.png");
  background-size: cover;
}
.top-howtoeat-banner::after {
  clear: both;
  content: " ";
  display: block;
  line-height: 0;
}
.top-howtoeat-banner a {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.top-howtoeat-banner a::after {
  content: "";
  display: block;
  width: 140px;
  height: 12px;
  border-bottom: 1px solid #43403D;
  border-right: 1px solid #43403D;
  transform: skewX(30deg);
  position: absolute;
  bottom: 30px;
  right: -50px;
  transition: right 0.5s;
}
.top-howtoeat-banner a:hover::after {
  right: -100px;
  transition: right 0.5s;
}

.top-howtoeat-title {
  display: flex;
  flex-direction: column;
  margin: 50px 58px 61px 0;
}
.top-howtoeat-title .title-font {
  margin-bottom: 10px;
}

.animation-howtoeat-img-1 {
  position: absolute;
  left: 45%;
  top: 30%;
  width: 180px;
  height: 158px;
}

.top-breadinfo {
  position: relative;
  background-color: #FFF;
  margin: 0;
  padding: 60px 0 160px;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  background-image: url("./img/bg-wave.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.sbread_icon_logo {
  margin-bottom: 10px;
  text-align: center;
}

.top-breadinfo-title {
  display: flex;
  flex-direction: column;
  margin: 20px 0 50px;
}
.top-breadinfo-title .title-font {
  margin-bottom: 10px;
}

.top-breadinfo-img {
  margin-bottom: 20px;
}
.top-breadinfo-img img {
  box-shadow: -2px 2px 4px #CCC, 2px 2px 4px #CCC;
}

.top-breadinfo-body {
  margin: 50px auto 0;
  gap: 5%;
  width: 100%;
}

.top-breadinfo-date {
  font-size: 1rem;
}

.top-breadinfo-post-title {
  font-size: 1.2rem;
}

.gocat-btn {
  width: 20%;
  margin: 0 auto;
}
.gocat-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  color: #6A2A10;
  height: 40px;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  padding-right: 34px;
}

.top-breadinfo-card {
  width: 30%;
  margin: 0;
  padding: 0;
}
.top-breadinfo-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-breadinfo-card img {
  width: 100%;
}

.breadinfo_flex {
  justify-content: space-between;
  width: 70%;
}

.top_online_pic {
  margin: 20px auto 0;
}

.top_online_link {
  width: 100%;
  background-color: #6A2A10;
  display: flex;
  align-items: center;
  height: 90px;
}
.top_online_link a {
  color: #ffffff;
}
.top_online_link a::after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.top_online_link .frame-box::before, .top_online_link .frame-box::after {
  height: 36px;
}

.link_txt {
  width: 350px;
  height: 40px;
  margin: 0 auto;
}

/* 商品ページ */
.back-home {
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  font-size: 1.1rem;
  color: #707070;
  position: relative;
  display: block;
  width: 200px;
  margin: 30px;
  padding: 5px 0 5px 70px;
}
.back-home::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 48px;
  height: 14px;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  transform: skewX(-30deg);
  transition: left 0.5s;
}
.back-home:hover::before {
  left: 0px;
  transition: left 0.5s;
}

/* スライドショー */
/* 商品エリア */
#itempage #img-box {
  width: auto;
  max-width: 720px;
}

#itempage .item-info {
  padding: 0;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}

.item-info .skuname {
  background-color: #FFF;
  padding: 1em 0.5em;
  font-weight: normal;
}

.item-info .field_price {
  font-weight: normal;
  font-size: 1.5rem;
}

.skuname {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}

.itembox {
  display: flex;
  margin-top: 115px;
  justify-content: center;
}

.img-box {
  width: 70%;
  margin-right: 60px;
}

.detail-box {
  width: 30%;
  max-width: 300px;
}

.item-page-title {
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0 0 36px 0;
}

.item-info .skubutton {
  background-color: #776B58;
  width: 100%;
}
.item-info .field {
  text-align: left;
  padding: 1rem 0 0;
  margin-top: -189px;
  transition: margin-top 0.5s;
}
.item-info .error_message {
  margin-bottom: 0px;
}
.item-info .c-box {
  text-align: left;
}
.item-info .skuform {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.item-info .skuname {
  position: relative;
  z-index: 5;
  margin: 0;
}
.item-info .skuname::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 1px solid #43403D;
  border-bottom: 1px solid #43403D;
  position: absolute;
  right: 20px;
  top: 17px;
  transform: rotate(45deg);
}
.item-info .js-open .field {
  margin-top: 0;
  transition: margin-top 0.5s;
}
.item-info .js-open .error_message {
  margin-bottom: 27px;
}
.item-info .js-open .skuname::after {
  transform: rotate(-135deg);
  top: 25px;
}

/* カートページ cart */
.cart_navi {
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}

.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button,
#wc_customer .send input.to_reganddeliveryinfo_button {
  background-color: #F4F2ED;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}

.t-credit__btn input {
  background-color: #F4F2ED;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  color: #FFF;
  border-radius: 3px;
}

.t-credit__close {
  background-color: #F4F2ED;
}

input.continue_shopping_button,
input.back_cart_button,
input.back_to_customer_button {
  background-color: #FFF;
  border: 1px solid #F4F2ED;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  color: #43403D;
}

#cart_table,
.customer_form {
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}
#cart_table th,
.customer_form th {
  font-weight: normal;
  background-color: #F4F2ED;
  color: #43403D;
}

#wc_cart #cart .upbutton {
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}
#wc_cart #cart .upbutton input {
  color: #706F70;
  border-color: #706F70;
}

#confirm_table {
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}

#confirm_table th {
  font-weight: normal;
  background-color: #EEEAE5;
  color: #43403D;
}

#confirm_table tr.ttl td {
  background-color: #F4F2ED;
}

#confirm_table .ttl h3 {
  color: #FFF;
  font-weight: normal;
}

#wc_confirm .send input#back_button {
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}

.shopping-guide {
  margin-top: 60px;
  background-color: #EEEAE5;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  padding: 6px;
}
.shopping-guide h3 {
  font-size: 23px;
  font-weight: normal;
}
.shopping-guide h4 {
  font-size: 1rem;
}

.shopping-guide-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 10px 0 1rem;
}

.shopping-guide-detail {
  background-color: #FFF;
  padding: 1.5rem 50px;
}
.shopping-guide-detail::after {
  clear: both;
  content: " ";
  display: block;
  line-height: 0;
}

.shopping-guide-flow {
  width: 50%;
  float: left;
}

.shopping-flow-list {
  padding: 0;
}
.shopping-flow-list li {
  padding: 23px 0 0 68px;
}

.shopping-guide-payment {
  width: 50%;
  float: left;
}

.shopping-guide-sendcost {
  width: 50%;
  float: left;
}

.shopping-payment-list {
  margin-top: 14px;
}

.shopping-payment-item {
  display: flex;
  margin-bottom: 14px;
}
.shopping-payment-item dt {
  width: 13em;
}

.shopping-guide-sendcost {
  margin-top: 19px;
}
.shopping-guide-sendcost table {
  margin-top: 8px;
  border: 2px solid #EEEAE5;
}
.shopping-guide-sendcost th {
  background-color: #EEEAE5;
  font-weight: normal;
  text-align: center;
  padding: 0.5em;
  vertical-align: middle;
  line-height: 1.1;
  border: solid 2px #fff;
}
.shopping-guide-sendcost td {
  font-weight: normal;
  text-align: center;
  padding: 0.5em;
  vertical-align: middle;
  min-width: 5em;
  border-right: 2px dashed #EEEAE5;
  border-bottom: 2px dashed #EEEAE5;
}
.shopping-guide-sendcost tr {
  border-right: 2px solid #EEEAE5;
}
.shopping-guide-sendcost tr:last-of-type {
  border-bottom: 2px solid #EEEAE5;
}

.input_alphanumeric[name=card_no] {
  width: 16em;
}

.input_alphanumeric[name=expiration_mm] {
  width: 3em;
}

.input_alphanumeric[name=expiration_yy] {
  width: 5em;
}

.input_alphanumeric[name=security_code] {
  width: 5em;
}

#wc_ordercompletion h3 {
  font-size: 1.5rem;
  font-weight: normal;
}

.header_explanation {
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}

/* 固定ページ */
.terms-container {
  max-width: 960px;
}

#content .page-title,
#content .entry-title {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  letter-spacing: 2px;
  text-align: center;
}

.page-privacy-policy #content h1,
.page-privacy-policy #content h2,
.page-terms #content h1,
.page-terms #content h2 {
  font-size: 2rem;
  border-bottom: solid 1px #707070;
  padding-bottom: 13px;
  margin-bottom: 13px;
  font-weight: normal;
  font-family: "Noto Serif", "NotoSerif", "游明朝", "Yu Mincho", YuMincho, "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 2px;
}

.entry-content table,
.item-description table {
  border: none;
}

.entry-content .table-law {
  border: none;
}
.entry-content .table-law th {
  font-weight: normal;
  line-height: 1.8;
  background-color: #FFF;
  padding: 1rem 0;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  width: 20%;
  min-width: 14em;
  vertical-align: top;
}
.entry-content .table-law td {
  background-color: #FFF;
  line-height: 1.8;
  padding: 1rem 0;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
}

.entry-content .table-law .table-sendcost {
  width: 50%;
  float: left;
  table-layout: fixed;
}
.entry-content .table-law .table-sendcost th {
  vertical-align: middle;
  text-align: center;
  background-color: #EEEAE5;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: auto;
  min-width: auto;
  line-height: 1.3;
}
.entry-content .table-law .table-sendcost td {
  border-bottom: 2px dashed #EEEAE5;
  text-align: center;
  width: auto;
  line-height: 1.3;
}

.law-sendcost {
  padding: 1rem 0 0 2rem;
  float: left;
  width: calc(50% - 2rem);
}

.entry-content h2,
.item-description h2 {
  border: none;
  margin-top: 60px;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  padding-bottom: 0;
}

.entry-content h3,
.item-description h3 {
  margin-bottom: unset;
  padding-left: unset;
  border-left: unset;
  line-height: unset;
}

.table-law dl {
  margin-bottom: 1em;
}
.table-law dt {
  width: 6em;
  float: left;
  clear: both;
}
.table-law dd {
  margin-left: 6em;
}

address {
  font-style: normal;
}

/* ご利用ガイド */
.pagelink-container {
  justify-content: flex-start;
}
.pagelink-container div {
  font-size: 1rem;
  font-weight: 600;
  color: #6A2A10;
  border-bottom: solid 2px #BBBCBC;
  line-height: 2;
}
.pagelink-container .sign_toRight a::after {
  top: 13px;
  right: 8%;
  border-bottom: 1px solid #6A2A10;
  border-right: 1px solid #6A2A10;
}
.pagelink-container .sign_toRight a:hover::after {
  right: 5%;
}

.page-faq h2 {
  font-size: 24px;
}
.page-faq h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 2em 0 1rem;
  font-family: "Noto Serif", "NotoSerif", "游明朝", "Yu Mincho", YuMincho, "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  border-left: none;
  padding-left: 0;
}
.page-faq p {
  line-height: 2;
  margin-bottom: 1em;
}
.page-faq summary {
  background-color: #EEEAE5;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
}
.page-faq summary::marker {
  content: "";
}
.page-faq summary::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #7a6a56;
  border-bottom: 1px solid #7a6a56;
  transform: rotate(45deg);
  position: absolute;
  top: 1rem;
  right: 20px;
}
.page-faq details p {
  padding: 1rem;
}
.page-faq details[open] summary::after {
  transform: rotate(-135deg);
  top: 1.6rem;
}

table.order-step-table {
  border-collapse: separate;
  margin: 0;
}
table.order-step-table th {
  border: none;
  vertical-align: middle;
  text-align: center;
  width: 5em;
  background-color: #EFEAE4;
  border-top: 40px solid #FBFAF9;
}
table.order-step-table td {
  border: none;
  padding-left: 20px;
  border-top: 40px solid #FBFAF9;
}
table.order-step-table h4 {
  background: none;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1rem;
}

table.furikomi-info-table {
  width: auto;
}
table.furikomi-info-table th,
table.furikomi-info-table td {
  background: none;
  border: none;
  padding: 0;
}

table.send-cost-table {
  margin-top: 2.4rem;
  border: 1px solid #EFEAE4;
}
table.send-cost-table th {
  border: none;
  background-color: #EFEAE4;
  text-align: center;
}
table.send-cost-table th:first-child {
  border-right: 2px solid #FBFAF9;
  border-bottom: 2px solid #FBFAF9;
}
table.send-cost-table th:nth-last-of-type(2) {
  border-right: 2px solid #ffffff;
}
table.send-cost-table td {
  border: none;
  border-bottom: 2px dashed #EFEAE4;
  border-right: 2px dashed #EFEAE4;
  text-align: center;
}
table.send-cost-table tr:last-child td {
  border-bottom: none;
}

.gnav_item_flex {
  flex-direction: column;
  text-align: left;
}

.menu_en {
  font-weight: 600;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}

.menu_jp {
  font-size: 10px;
  font-family: "Noto Sans JP", "NotoSans", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}

.logo_item_flex {
  flex-direction: column;
  text-align: center;
}
.logo_item_flex p {
  text-align: center;
}

.top_area1 {
  color: #6A2A10;
  padding: 8rem 0 7rem 0;
}
.top_area1 .top_title_base {
  padding: 0% 4% 0 0;
}
.top_area1 .top_title_base .title-font {
  font-size: 3rem;
}
.top_area1 .gocat-btn {
  margin: 4rem auto 0 auto;
}

.top-news-post {
  border-bottom: 1px solid #D2D2D3;
  padding: 15px 20px;
}

.top-news-post:first-child {
  border-top: 2px solid #D2D2D3;
}

.top-news-date {
  font-weight: none;
  color: #43403D;
  padding-left: 3%;
}

.top-news {
  position: relative;
  padding: 70px 0 90px;
}

.top-news-container {
  margin: 0;
  padding: 0;
  font-size: 2.375rem;
}

.top-news-link {
  position: relative;
  display: block;
}
.top-news-link::after {
  content: "";
  display: block;
  width: 58px;
  height: 12px;
  transform: skewX(30deg);
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  bottom: 10px;
  right: 0px;
  transition: right 0.5s;
}
.top-news-link:hover::after {
  right: -10px;
  transition: right 0.5s;
}

.top-news-post-title {
  font-weight: normal;
  margin-top: 10px;
  color: #43403D;
  font-size: 16px;
  padding-left: 1.7%;
}

.top-guide {
  position: relative;
  padding: 0;
  background-color: #FFF;
}

.top-guide-container {
  padding: 0;
  margin: 0;
}

.top-shopping-guide {
  padding: 20px;
  margin: 0;
}
.top-shopping-guide .top-guide-link {
  background-image: url("./img/banner-faq2x.png");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: left 20px center;
}

.top-shopping-contact {
  padding: 20px;
  margin: 0;
  background-color: #EFEAE4;
}
.top-shopping-contact .top-guide-link {
  background-image: url("./img/banner-contact2x.png");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: left 10px center;
}

.top-guide-link {
  display: flex;
  flex-direction: column;
  padding: 60px;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #43403D;
}
.top-guide-link::after {
  content: "";
  display: block;
  width: 58px;
  height: 12px;
  transform: skewX(30deg);
  border-bottom: 1px solid #43403D;
  border-right: 1px solid #43403D;
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  transition: right 0.5s;
}
.top-guide-link:hover::after {
  right: 10px;
  transition: right 0.5s;
}
.top-guide-link .title-font {
  margin-bottom: 10px;
}
.top-guide-link .title-lead {
  line-height: 1.1;
}

p.top-news-category {
  margin-left: 2%;
  background-color: #6A2A10;
  border-radius: 15px;
  color: #fff;
  width: 12%;
  text-align: center;
  font-size: 14px;
  /* height: 20px; */
  margin-top: 3px;
}
p.top-news-category span {
  display: block;
}

p.top-breadinfo-category {
  margin-left: 2%;
  background-color: #6A2A10;
  border-radius: 15px;
  color: #fff;
  width: 46%;
  text-align: center;
}
p.top-breadinfo-category span {
  display: block;
}

.top-breadinfo-category {
  width: 25%;
}

.top_area2container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  height: 100%;
}

.top_area2 {
  background-image: url(./img/bread_bg.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  height: 777px;
}
.top_area2 .textarea {
  width: 22%;
  height: auto;
  position: absolute;
  top: 26%;
  left: 39%;
  color: #6A2A10;
  font-weight: bold;
  line-height: 1.6;
  text-align: justify;
}
.top_area2 .bread_icon_logo {
  padding-bottom: 1rem;
}
.top_area2 .gocat-btn {
  position: absolute;
  top: 85%;
  left: 41%;
  width: 17%;
}
.top_area2 .gocat-btn a {
  color: #fff;
}
.top_area2 .gocat-btn a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.top_area2 .frame-box::before {
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  top: auto;
  left: 0%;
}
.top_area2 .frame-box::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  top: 0;
  right: 0%;
}

@media screen and (max-width: 1920px) {
  .top_area2 {
    overflow-x: hidden;
    background-size: cover;
  }
}
.bread_icon_bace {
  position: absolute;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bread_icon1 {
  top: 8%;
  left: 8%;
}

.bread_anime.animate {
  transform-origin: center bottom;
  animation: bread_anime 3s linear infinite;
}

@keyframes bread_anime {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.bread_anime2.animate {
  transform-origin: center bottom;
  animation: bread_anime2 3s linear infinite;
}

@keyframes bread_anime2 {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.bread_icon2 {
  bottom: 10%;
  left: 3%;
}

.bread_icon3 {
  top: 10%;
  right: 4%;
}

.bread_icon4 {
  bottom: 13%;
  right: 7%;
}

.top_area3 {
  background-image: url(./img/OURBREAD_bg.png);
  overflow-x: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 448px;
  margin-top: 6rem;
}
.top_area3 .top_title_base {
  align-items: flex-start;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.top_area3 .title-font {
  margin-bottom: 6px;
}
.top_area3 .textarea {
  padding-left: 2%;
  text-align: justify;
}

.top_area3_container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  height: 100%;
}

.top_area3_textarea {
  width: 40%;
  height: auto;
  position: absolute;
  top: 20%;
  left: 10%;
  text-align: justify;
}

.top_area4 {
  margin: 3rem auto 10.5rem auto;
}

.top_area4_flex {
  justify-content: center;
  margin-top: 70px;
}
.top_area4_flex .gocat-btn {
  margin: 1rem 1rem 0 0;
  width: 18%;
}
.top_area4_flex .gocat-btn2 {
  margin: 1rem 0 0 1rem;
}

.top_area4_1 {
  background-color: #F4F4F4;
}
.top_area4_1 .top_title_base {
  align-items: flex-start;
  padding: 10px 0;
}
.top_area4_1 .gocat-btn {
  margin-top: 3rem;
  width: 48%;
}
.top_area4_1 .textgrp {
  padding-left: 0;
  width: 45%;
}
.top_area4_1 .imggrp {
  width: 49%;
  margin: 0;
  padding: 0;
}

.top_area4_2 {
  position: relative;
}
.top_area4_2 .top_title_base {
  align-items: flex-start;
  padding: 10px 0;
}
.top_area4_2 .gocat-btn {
  margin-top: 3rem;
  width: 45%;
}
.top_area4_2 .textgrp {
  padding-left: 30px;
  width: 45%;
}
.top_area4_2 .imggrp {
  width: 49%;
  margin: 0;
  padding: 0;
}

.top_area4_2_border {
  position: absolute;
  bottom: 130px;
  left: 45px;
  z-index: 1;
}

@media screen and (max-width: 1150px) {
  .top_area4_2 .textgrp {
    padding-left: 65px;
  }
  .top_area4_2_border {
    position: absolute;
    bottom: 88px;
    left: 45px;
    z-index: 1;
  }
}
.stollen_flex {
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}

.top_area5 {
  margin: 2rem auto 11rem auto;
  position: relative;
  height: 480px;
}
.top_area5 .top_title_base {
  color: #6A2A10;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-left: 0;
}
.top_area5 .gocat-btn {
  color: #6A2A10;
  width: 48%;
  max-width: 230px;
  margin-top: 2rem;
}
.top_area5 .gocat-btn a {
  color: #6A2A10;
}
.top_area5 .gocat-btn a::after {
  border-bottom: 1px solid #6A2A10;
  border-right: 1px solid #6A2A10;
}
.top_area5 .top_area5_img {
  z-index: 1;
  position: absolute;
  left: inherit;
  right: 0%;
  top: 13%;
  width: 50%;
}
.top_area5 .top_area5_img img {
  width: 100%;
}

.top_area5_1 {
  margin: 2rem auto 18rem auto;
  position: relative;
  height: 480px;
}
.top_area5_1 .top_title_base {
  color: #fff;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-left: 0;
}
.top_area5_1 .gocat-btn {
  color: #fff;
  max-width: 230px;
  width: 48%;
  margin-top: 3rem;
}
.top_area5_1 .gocat-btn a {
  color: #fff;
}
.top_area5_1 .gocat-btn a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.top_area5_1 .top_area5_img {
  z-index: 1;
  position: absolute;
  left: 0%;
  right: inherit;
  top: 13%;
  width: 50%;
}
.top_area5_1 .top_area5_img img {
  width: 100%;
}

.top_area5_lightbrowntext {
  background-color: #F4F2ED;
  color: #6A2A10;
  width: 56%;
  padding: 8% 12% 8% 10%;
  position: absolute;
  top: 0;
  left: 0;
}

.top_area5_browntext {
  background-color: #6A2A10;
  color: #fff;
  width: 56%;
  padding: 8% 10% 8% 12%;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1500px) {
  .top_area5,
  .top_area5_1 {
    width: 1500px;
  }
}
.top_area7 {
  margin: 13rem auto 13rem auto;
}
.top_area7 .top-breadinfo-date {
  padding-left: 3%;
}

.top_area9 {
  background-color: #F4F4F4;
  padding: 100px 0;
}
.top_area9 .top_title_base {
  padding: 0 0 30px 0;
}
.top_area9 .gocat-btn a {
  padding-right: 10%;
}

.access_innerline {
  background-color: #fff;
  padding: 60px;
}
.access_innerline h4 {
  font-size: 1.4rem;
  margin: 18px 0 12px 0;
}
.access_innerline .text {
  margin-left: 40px;
}
.access_innerline .map_area {
  margin-bottom: 3rem;
}
.access_innerline .map {
  width: 50%;
}
.access_innerline .map iframe {
  width: 100%;
  height: 225px;
}
.access_innerline h3 {
  padding-bottom: 10px;
  font-size: 2rem;
}
.access_innerline .top-news-post-title {
  padding-bottom: 0;
  font-size: 1rem;
  margin: 8px 0 3px 0;
  padding-left: 1.2%;
}
.access_innerline .top-news-date {
  padding-left: 2%;
}
.access_innerline .gocat-btn {
  margin-top: 3rem;
  width: 23%;
}
.access_innerline .top-news-category {
  width: 11%;
}

.news_post_title {
  justify-content: center;
  margin: 11rem auto;
}
.news_post_title .title-font {
  font-size: 3rem;
}
.news_post_title .title-lead {
  font-size: 1.3rem;
}
.news_post_title .frame-box::before, .news_post_title .frame-box::after {
  width: 3px;
}
.news_post_title .frame-box::before {
  border-left: solid 7px #6A2A10;
  border-top: solid 1px #6A2A10;
  border-bottom: solid 1px #6A2A10;
  top: 5px;
  left: -20%;
}
.news_post_title .frame-box::after {
  border-right: solid 7px #6A2A10;
  border-top: solid 1px #6A2A10;
  border-bottom: solid 1px #6A2A10;
  top: 5px;
  right: -20%;
}

.bakery_post_title {
  justify-content: center;
  margin: 11rem auto;
}
.bakery_post_title .title-font {
  font-size: 3rem;
}
.bakery_post_title .title-lead {
  font-size: 1.3rem;
}
.bakery_post_title .frame-box::before, .bakery_post_title .frame-box::after {
  width: 3px;
}
.bakery_post_title .frame-box::before {
  border-left: solid 7px #6A2A10;
  border-top: solid 1px #6A2A10;
  border-bottom: solid 1px #6A2A10;
  top: 5px;
  left: -10%;
}
.bakery_post_title .frame-box::after {
  border-right: solid 7px #6A2A10;
  border-top: solid 1px #6A2A10;
  border-bottom: solid 1px #6A2A10;
  top: 5px;
  right: -10%;
}

.main_news .top-news-container {
  width: calc(100% - 207px);
  margin: 2rem auto;
}
.main_news .top-breadinfo-date {
  padding-left: 3%;
  width: 40%;
}
.main_news .breadinfo_flex {
  width: 33%;
}
.main_news .top-news-date {
  padding-left: 9%;
  width: 50%;
}
.main_news p.top-news-category {
  width: 47%;
}

.top-news-container .breadinfo_flex,
.top-business-container .breadinfo_flex {
  width: 33%;
}
.top-news-container .top-news-date,
.top-business-container .top-news-date {
  padding-left: 9%;
  width: 50%;
}
.top-news-container p.top-news-category,
.top-business-container p.top-news-category {
  width: 47%;
}

.category_bread_add .breadinfo_flex {
  width: 70%;
}

.top-business-container {
  width: 100%;
}
.top-business-container .top-news-category {
  width: 15%;
}

.category-btn {
  padding: 20px 0;
  justify-content: space-around;
  border-bottom: 1px solid #BBBCBC;
  border-top: 1px solid #BBBCBC;
  margin: 5rem auto;
  color: #6A2A10;
}
.category-btn .current {
  position: relative;
  text-align: center;
}
.category-btn .current::before, .category-btn .current::after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
}
.category-btn .current::before {
  border-left: solid 2px #6A2A10;
  border-top: solid 2px #6A2A10;
  border-bottom: solid 2px #6A2A10;
  top: 15%;
  left: -20%;
}
.category-btn .current::after {
  border-right: solid 2px #6A2A10;
  border-top: solid 2px #6A2A10;
  border-bottom: solid 2px #6A2A10;
  top: 15%;
  right: -20%;
}

.pagination_wrapper {
  margin: 5rem 0 1rem 0;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination .page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 10px;
  background-color: #6A2A10;
  border: 1px solid #6A2A10;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
}

.pagination .next.page-numbers {
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
  margin-left: 40px;
}

.pagination .prev.page-numbers {
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
  margin-right: 40px;
}

.main-cont__inner {
  width: 75%;
  margin: 4rem auto;
}

.single_post_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0px auto;
}

.single_category {
  background-color: #6A2A10;
  border-radius: 15px;
  color: #fff;
  width: 15%;
  text-align: center;
}

.single_titlearea {
  margin-bottom: 2rem;
}

.post_single_main {
  margin-top: 65px;
}
.post_single_main .top-breadinfo-date {
  padding-left: 3%;
}
.post_single_main .top-news-date {
  padding-left: 0;
}
.post_single_main .gocat-btn {
  margin-bottom: 3rem;
}
.post_single_main .gocat-btn a {
  padding-left: 34px;
  padding-right: 0;
}
.post_single_main h4 {
  font-size: 1.5rem;
}

.n-cont__contents p {
  margin-top: 1rem;
}

.hamburger {
  display: none;
}
.hamburger .menu_en {
  font-size: 2rem;
}
.hamburger .menu_jp {
  font-size: 1rem;
  margin-top: 6px;
}
.hamburger a {
  text-align: left;
  justify-content: flex-start;
}

.dep-visible.gnav_header_change .white_ver_img {
  display: inline-block;
}
.dep-visible.gnav_header_change .brown_ver_img {
  display: none;
}

.dep-visible.gnav_header_change .btn-burg::before {
  border-top: 3px solid #fff;
}

.dep-visible.gnav_header_change .btn-burg::after {
  border-top: 3px solid #fff;
}

.hamburger.dep-visible {
  background-color: #6A2A10;
  display: block;
  z-index: 1;
  height: 100vh;
  opacity: 0.8;
}

.gnav.dep-visible {
  background-color: #6A2A10;
  opacity: 0.8;
  color: #fff;
}
.gnav.dep-visible .gnav-menu {
  justify-content: flex-end;
  width: 58%;
}
.gnav.dep-visible .dev_none {
  display: none;
}
.gnav.dep-visible .gnav-item {
  padding: 0 3% 0 0;
}

.open_dep_visible {
  overflow-y: hidden;
  filter: blur(15px);
}

.hamburger-menu {
  padding-top: 4rem;
  justify-content: space-between;
}

.header-hum {
  line-height: 2.3;
}
.header-hum .icon {
  padding-left: 6px;
  vertical-align: middle;
}

.hamburger_menu3 {
  text-align: left;
}

.gnav.gnav_header_change {
  color: #6A2A10;
  background-color: #FDFDFD;
  opacity: 0.8;
}
.gnav.gnav_header_change .brown_ver_img {
  display: inline-block;
}
.gnav.gnav_header_change .brown_ver_img_cart {
  width: 20px;
  padding: 5px 0;
}
.gnav.gnav_header_change .white_ver_img {
  display: none;
}
.gnav.gnav_header_change .btn-burg::before {
  border-top: 3px solid #6A2A10;
  border-bottom: 3px solid #6A2A10;
}
.gnav.gnav_header_change .btn-burg::after {
  border-top: 3px solid #6A2A10;
}

.gnav.dep-visible.gnav_header_change {
  background-color: #6A2A10;
  opacity: 0.8;
  color: #fff;
}
.gnav.dep-visible.gnav_header_change .brown_ver_img {
  display: none;
}
.gnav.dep-visible.gnav_header_change .brown_ver_img_cart {
  width: 20px;
  padding: 5px 0;
}
.gnav.dep-visible.gnav_header_change .white_ver_img {
  display: inline-block;
}
.gnav.dep-visible.gnav_header_change .btn-burg::before {
  border-top: 3px solid #fff;
}
.gnav.dep-visible.gnav_header_change .btn-burg::after {
  border-top: 3px solid #fff;
}

.gnav_header_brown {
  color: #6A2A10;
  background-color: #FDFDFD;
}
.gnav_header_brown .brown_ver_img {
  display: inline-block;
}
.gnav_header_brown .white_ver_img {
  display: none;
}
.gnav_header_brown .btn-burg::before {
  border-top: 3px solid #6A2A10;
  border-bottom: 3px solid #6A2A10;
}
.gnav_header_brown .btn-burg::after {
  border-top: 3px solid #6A2A10;
}

.gnav_header_brown.dep-visible .white_ver_img {
  display: inline-block;
}
.gnav_header_brown.dep-visible .brown_ver_img {
  display: none;
}
.gnav_header_brown.dep-visible .btn-burg::before {
  border-top: 3px solid #fff;
}
.gnav_header_brown.dep-visible .btn-burg::after {
  border-top: 3px solid #fff;
}

.white_ver_img {
  display: inline-block;
}

.brown_ver_img {
  display: none;
}

@media screen and (max-width: 1160px) {
  .gnav {
    height: 60px;
    position: relative;
  }
  .gnav-menu {
    width: 15%;
    padding-top: 6px;
  }
  .header-logo {
    width: 18%;
  }
  .header-flex {
    padding-top: 0px;
  }
  .gnav-menu,
  .hamburger-menu {
    position: absolute;
    right: 1%;
    left: unset;
    top: 0;
  }
  .hamburger-menu {
    margin-top: 40px;
    padding: 40px 5%;
  }
  .gnav-menu {
    display: flex;
    align-items: center;
  }
  .btn-burg .open_text,
  .btn-burg .close_text {
    display: none;
  }
  .header-hum {
    line-height: 3;
  }
  .header-sns {
    justify-content: left;
    width: 66%;
  }
  .header-sns-icon {
    width: 42%;
  }
}
.page_kv-section img {
  width: 100%;
}

.page_title_base {
  margin: 5rem 0;
}

.w_800area {
  width: 74%;
  margin: 0 auto;
}

.w_720area {
  width: 67%;
  margin: 0 auto;
}

.catch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  clear: right;
  padding: 0;
  z-index: 1;
}
.catch span {
  float: left;
  background-image: url(./img/so-white.png);
  position: relative;
  z-index: 2;
  padding: 0 2.5% 0 2.5%;
}
.catch::before {
  content: "";
  content: " ";
  display: block;
  width: 100%;
  border-bottom: 2px solid #BBBCBC;
  position: absolute;
  top: 50%;
  z-index: 0;
}

.making {
  margin: 3rem auto 6rem auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}
.making .making_h3 {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.making .text_area {
  flex-direction: column;
  align-items: flex-start;
}
.making .p_area {
  padding: 20px 0% 20px 2.5%;
  width: 47%;
  display: flex;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: justify;
}
.making .img_area {
  padding: 20px 0% 20px 0;
  width: 47%;
}

.link_breadbox {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.link_breadbox .link_title {
  position: absolute;
  top: 7%;
  left: 8%;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7rem;
}
.link_breadbox img {
  width: 100%;
  transition: 1s all;
}
.link_breadbox img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.8s all;
}

.link_breadbox.sign_toRight a::after {
  width: 25px;
  top: 29%;
  left: 32%;
  right: unset;
}

.link_breadbox.sign_toRight a:hover::after {
  left: 35%;
  transition: left 0.5s;
}

.link_rebakebox {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.link_rebakebox .link_title {
  position: absolute;
  top: 7%;
  left: 8%;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 2.7rem;
}
.link_rebakebox img {
  width: 100%;
  transition: 1s all;
}
.link_rebakebox img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.8s all;
}

.link_rebakebox.sign_toRight a::after {
  width: 25px;
  top: 13%;
  left: 36%;
  right: unset;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.link_rebakebox.sign_toRight a:hover::after {
  left: 39%;
  transition: left 0.5s;
}

.link_area {
  margin-top: 12rem;
}

#rightText_area {
  position: sticky;
  top: 25%;
  height: 100vh;
  overflow: hidden;
}

.scroll_image1 {
  position: absolute;
  top: 0%;
  z-index: 1;
}

.scroll_image2 {
  z-index: 0;
  position: absolute;
  top: 0%;
  opacity: 0;
}

.concept_base {
  position: relative;
  height: 500px;
  margin-top: 4rem;
  margin-bottom: 11rem;
}
.concept_base .logo_area {
  width: 33%;
  position: absolute;
  top: 10%;
  left: 0%;
}
.concept_base p {
  margin-top: 1rem;
}
.concept_base .img_area {
  z-index: 1;
  position: absolute;
  right: -10%;
  top: 0%;
  width: 71%;
}
.concept_base .img_area img {
  width: 100%;
}
.concept_base .gocat-btn {
  width: 89%;
  margin-top: 2rem;
}

.concept_2,
.concept_4 {
  position: relative;
  height: 500px;
}
.concept_2 .logo_area,
.concept_4 .logo_area {
  width: 33%;
  position: absolute;
  top: 10%;
  right: 0%;
  left: inherit;
}
.concept_2 .img_area,
.concept_4 .img_area {
  z-index: 1;
  position: absolute;
  left: -10%;
  top: 0%;
  width: 71%;
}
.concept_2 .gocat-btn,
.concept_4 .gocat-btn {
  width: 89%;
  margin-top: 2rem;
}

.about_box {
  margin: 15rem auto 15rem auto;
}

.about_box_1 {
  margin: 13rem auto 15rem auto;
}

.about_imgarea {
  width: 50%;
}

.about_textarea {
  width: 50%;
  padding: 0 0 0 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}
.about_textarea .making_h3 {
  line-height: 1.5;
  margin-bottom: 25px;
}

.about_textarea_r {
  width: 50%;
  padding: 0 6% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}
.about_textarea_r .making_h3 {
  line-height: 1.5;
  margin-bottom: 25px;
}

.about-us .first_parea {
  font-weight: bold;
  color: #6A2A10;
  text-align: center;
  font-size: 1.5rem;
}
.about-us .catch {
  margin-top: 170px;
}

.about_map_area {
  display: flex;
  height: 320px;
}
.about_map_area .text {
  background-color: #F4F2ED;
  width: 50%;
  padding: 6% 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_map_area .map {
  width: 50%;
}
.about_map_area .map iframe {
  width: 100%;
  height: 100%;
}
.about_map_area h4 {
  background-color: #F4F2ED;
}

.company_flex {
  justify-content: space-between;
  width: 92%;
  margin: 3rem auto 4rem auto;
  align-items: flex-end;
}
.company_flex h3 {
  margin-bottom: 1rem;
}
.company_flex .text_area {
  width: 50%;
  padding-left: 2%;
}
.company_flex .img_area {
  position: relative;
}
.company_flex .img_area p {
  position: absolute;
  top: 4%;
  left: 21%;
  font-size: 2rem;
  font-weight: bold;
  color: #6A2A10;
}
.company_flex .sign_toRight a::after {
  top: 15%;
  right: 21%;
}
.company_flex .sign_toRight a:hover::after {
  right: 15%;
}

.slider__custom .ms-skin-default .ms-nav-next,
.thumbnail_slider_custom .ms-skin-default .ms-nav-next {
  right: -43px;
  left: unset;
  background: url(./img/yajirusi_right.png);
  background-repeat: no-repeat;
}
.slider__custom .ms-skin-default .ms-nav-prev,
.thumbnail_slider_custom .ms-skin-default .ms-nav-prev {
  background: url(./img/yajirusi.png);
  background-repeat: no-repeat;
  left: -35px;
  right: unset;
}

.making5 .making_h3 {
  margin: 1rem auto;
}

.kiji_preparing {
  background-color: #F4F4F4;
  padding: 5% 10%;
  text-align: center;
  margin-top: 2rem;
  width: 93%;
  margin: 2rem auto;
  color: #6A2A10;
  font-weight: bold;
  font-size: 1.4rem;
}

.top_area8 {
  margin: 140px auto 10rem auto;
}

.pc_footer_totop {
  color: #fff;
  background-color: #6A2A10;
  text-align: right;
}
.pc_footer_totop .arrow {
  padding-top: 10px;
}
.pc_footer_totop a {
  display: inline-block;
  padding: 32px 52px 30px 52px;
  width: 100%;
  color: #fff;
}
.pc_footer_totop p {
  display: inline;
  opacity: 0;
  padding-left: 0px;
  transition: all 0.6s ease;
  color: #fff;
}
.pc_footer_totop a:hover p {
  opacity: 1;
  padding-right: 2%;
  color: #fff;
  font-weight: bold;
}

.rebake_sign {
  text-align: center;
  margin-top: 2rem;
}

.rebake_box {
  display: flex;
  position: relative;
  align-items: center;
  height: auto;
}
.rebake_box .img {
  padding-left: 9%;
}
.rebake_box .text {
  padding-bottom: 4%;
  width: 21%;
  padding-left: 2%;
}
.rebake_box .rebake_sign {
  position: absolute;
  bottom: -2%;
  right: 44%;
}

.column_flex {
  display: flex;
  flex-direction: column;
}

.rebake_container .frozen {
  margin: 8rem auto 4rem auto;
}
.rebake_container .natural {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.rebake_container .pagelink-container {
  margin-top: 5rem;
}
.rebake_container .pagelink-container .sign_toRight {
  font-size: 1.25rem;
  font-weight: bold;
  color: #6A2A10;
  border-bottom: solid 1px #BBBCBC;
  line-height: 1.8;
  width: 33%;
  margin-right: 40px;
  padding-left: 0px;
  margin-left: 0px;
}
.rebake_container .pagelink-container .sign_toRight a::after {
  top: 22px;
  right: 3%;
}
.rebake_container .pagelink-container .sign_toRight a:hover::after {
  right: 0%;
}
.rebake_container .rebake_timetable {
  background-color: #F4F2ED;
  position: relative;
  margin-top: 1rem;
  width: 86%;
  margin-bottom: 2rem;
}
.rebake_container .rebake_timetable .title {
  line-height: 1.6;
  position: absolute;
  top: -21px;
  left: 0%;
  background-color: #6A2A10;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 0.9rem;
}
.rebake_container .rebake_timetable .timer {
  color: #6A2A10;
  border: none;
  font-weight: bold;
  width: 15%;
  text-align: right;
  padding: 4% 3% 0 0;
}
.rebake_container .rebake_timetable .breadtype {
  border: none;
  padding: 3% 6% 3% 0%;
  width: 80%;
}
.rebake_container .rebake_timetable small {
  color: #6A2A10;
}

.rebake_box_r {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: -10rem;
}
.rebake_box_r .text {
  width: 21%;
  padding-right: 2%;
}
.rebake_box_r .rebake_sign {
  position: absolute;
  bottom: -22%;
  left: 43%;
}
.rebake_box_r .img {
  padding-right: 6%;
}

.rebake_box3 {
  justify-content: space-between;
  margin-top: 10rem;
}
.rebake_box3 .img {
  width: 32%;
}
.rebake_box3 .column_flex {
  width: 64%;
}
.rebake_box3 .text {
  padding-right: 6%;
  width: 100%;
  padding-left: 2%;
}

.rebake_box3_2 {
  margin-top: 5rem;
}
.rebake_box3_2 .img {
  width: 45%;
  padding-left: 8%;
}
.rebake_box3_2 .column_flex {
  width: 55%;
}

.rebake_container .rebake_box3_2 .rebake_timetable .timer {
  padding: 4% 3% 0 0;
  width: 20%;
}

.rebake_box3_3 {
  margin: 5rem auto 0 auto;
  width: 73%;
}
.rebake_box3_3 .column_flex {
  width: 70%;
}
.rebake_box3_3 .img {
  width: 38%;
  padding-left: 5%;
  margin-top: -20px;
}
.rebake_box3_3 .kome {
  width: 97%;
}

.rebake_com3 {
  background-color: #F4F2ED;
  padding: 6% 5% 5% 5%;
  margin-top: 7rem;
}
.rebake_com3 h4 {
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 4rem;
  background-color: #F4F2ED;
}
.rebake_com3 .rebake_box .img {
  padding-left: 8%;
}
.rebake_com3 .rebake_box .text {
  padding: 4% 0% 0% 3%;
  width: 24%;
}
.rebake_com3 .rebake_area {
  position: relative;
  background-color: #fff;
  width: 72%;
  margin: 0 auto 5rem auto;
}
.rebake_com3 .rebake_area .title {
  line-height: 1.6;
  position: absolute;
  top: -17px;
  left: 46%;
  background-color: #6A2A10;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 0.9rem;
}
.rebake_com3 .rebake_area .text {
  padding: 3% 1% 2% 1%;
  text-align: center;
}
.rebake_com3 .rebake_box_r {
  flex-direction: column;
  align-items: flex-end;
}
.rebake_com3 .rebake_box_r2 {
  margin-top: 0rem;
}
.rebake_com3 .rebake_box_r2 .text {
  width: 32%;
  padding-top: 2%;
  padding-right: 5%;
}
.rebake_com3 .rebake_box_r2 .rebake_sign {
  position: absolute;
  bottom: -22%;
  left: 36%;
}
.rebake_com3 .rebake_timetable {
  background-color: #fff;
}
.rebake_com3 .rebake_box .rebake_sign {
  position: absolute;
  bottom: -43%;
  right: 50%;
}
.rebake_com3 .rebake_box3_4 {
  margin-top: 6rem;
}
.rebake_com3 .rebake_box3_4 .img {
  padding-left: 6%;
}
.rebake_com3 .rebake_box3_4 .text {
  padding: 5% 0% 5% 0%;
  width: 100%;
}
.rebake_com3 .rebake_box3_4 .column_flex {
  width: 63%;
}

.sign_toLeft_single {
  width: 19%;
  position: relative;
  margin-top: 90px;
}
.sign_toLeft_single a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  color: #707070;
  height: 40px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
}
.sign_toLeft_single::after {
  content: "";
  display: block;
  width: 48px;
  height: 10px;
  transform: skewX(-45deg);
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  position: absolute;
  top: 24%;
  left: 0;
  transition: left 0.5s;
}

.slider2.slick-slider {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}

.slider2 {
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
}
.slider2 img {
  width: 100%;
  height: auto;
}
.slider2 .slick-prev,
.slider2 .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 23px;
  width: 23px;
}
.slider2 .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -2%;
  transform: rotate(-135deg);
}
.slider2 .slick-prev:before {
  display: none;
}
.slider2 .slick-next:before {
  display: none;
}
.slider2 .slick-next {
  /*次へ矢印の位置と形状*/
  right: -2%;
  transform: rotate(45deg);
}
.slider2 .slick-dots {
  visibility: hidden;
}

@media (max-width: 1024px) {
  body {
    line-height: 1.6;
  }
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .top_title_base .title-font {
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
  .top_title_base .title-lead {
    font-size: 1.2rem;
  }
  .gocat-btn {
    width: 32%;
  }
  .gocat-btn a {
    padding-right: 20px;
  }
  .top_area1 .top_title_base {
    padding: 0% 0% 0 0;
  }
  .title-frame-box::before,
  .title-frame-box::after {
    width: 3px;
    content: "";
    height: 40px;
    position: absolute;
  }
  .top_area2 .textarea {
    width: 35%;
    height: auto;
    position: absolute;
    top: 25%;
    left: 32%;
  }
  .top_area2 .gocat-btn {
    left: 35%;
    width: 27%;
  }
  .bread_icon1 {
    top: 4%;
    left: 0%;
    width: 22%;
  }
  .bread_icon2 {
    bottom: 0%;
    left: 0%;
    width: 24%;
  }
  .bread_icon3 {
    top: 5%;
    right: 2%;
    width: 27%;
  }
  .bread_icon4 {
    bottom: 3%;
    right: 1%;
    width: 21%;
  }
  .top_area3 {
    height: 308px;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
  .top_area4_flex {
    margin-top: 2rem;
    width: 100%;
  }
  .top_area4_flex .gocat-btn {
    width: 30%;
  }
  .access_innerline .gocat-btn {
    width: 33%;
  }
  .top_area3_textarea {
    top: 6%;
    width: 49%;
    left: 5%;
  }
  .stollen_flex {
    justify-content: space-around;
    padding: 20px 0;
  }
  .top_area4_1 .gocat-btn {
    margin-top: 1rem;
  }
  .top_area4_1 .textgrp {
    margin-left: 24px;
  }
  .top_area4_2 .textgrp {
    padding-left: 40px;
    width: 50%;
  }
  .top_area4_2 .gocat-btn {
    margin-top: 1rem;
    width: 48%;
    max-width: 190px;
  }
  .top_area4_2 .gocat-btn a::after {
    right: 8px;
  }
  .top_area4_2 .imggrp {
    width: 46%;
    margin: 0;
    padding: 0;
  }
  .top_area4_2_border {
    position: absolute;
    bottom: 45px;
    left: 8px;
    z-index: 1;
  }
  .top_area4_2flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .top_area5 {
    margin: 7rem auto 9rem auto;
    height: 358px;
  }
  .top_area5 .gocat-btn {
    width: 80%;
  }
  .top_area5 .top_title_base {
    margin-bottom: 0px;
  }
  .top_area5 .top_area5_img {
    top: 27%;
  }
  .top_area5_lightbrowntext {
    color: #6A2A10;
    width: 60%;
    padding: 5% 16% 7% 5%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top_area9 {
    padding-top: 70px;
    margin-top: 5rem;
  }
  .top_area5_1 {
    margin: 0rem auto 0rem auto;
    height: 358px;
  }
  .top_area5_1 .gocat-btn {
    width: 80%;
    margin-top: 1rem;
  }
  .top_area5_1 .top_area5_img {
    top: 21%;
  }
  .top_area5_browntext {
    padding: 5% 3% 7% 14%;
  }
  .top_area5_img {
    z-index: 1;
    position: absolute;
    left: 56%;
    top: 28%;
    width: 44%;
  }
  .top_area6 {
    margin: 1rem auto;
  }
  .top_area6 .gocat-btn {
    max-width: calc(100% - 440px);
    height: 70px;
    position: absolute;
    bottom: 10%;
    right: 5%;
  }
  .top_area6 .gocat-btn a::after {
    top: 45%;
    right: 35px;
  }
  .top_area7 {
    margin: 9rem auto 6rem auto;
  }
  .access_innerline {
    padding: 60px 20px;
  }
  .access_innerline .text {
    margin-left: 0;
    padding-left: 2%;
    width: 50%;
  }
  p.top-news-category {
    margin-left: 2%;
    width: 25%;
  }
  p.top-breadinfo-category {
    margin-left: 2%;
    width: 45%;
  }
  .sign_toRight_long .top-news-link::after {
    right: 8px;
  }
  .top-breadinfo-card {
    width: 30%;
  }
  .top-breadinfo-body {
    justify-content: space-between;
    width: 98%;
  }
  .top-breadinfo-card:nth-child(2),
  .top-breadinfo-card:nth-child(3n+2) {
    margin: 0;
  }
  .top_online_link a {
    font-size: 0.9rem;
  }
  .top_online_link a::after {
    right: 6%;
  }
  .top_area8 {
    margin-top: 100px;
  }
  .gnav {
    height: 60px;
  }
  .header-logo {
    width: 20%;
  }
  .header-flex {
    padding-top: 10px;
  }
  .gnav.dep-visible .gnav-item {
    padding: 0 1.5% 0 0;
  }
  .gnav-menu,
  .hamburger-menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  .hamburger-menu {
    margin-top: 40px;
    right: 4%;
  }
  .hamburger .menu_jp {
    margin-top: -10px;
  }
  .gnav-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 15%;
    padding-top: 6px;
  }
  .btn-burg .open_text,
  .btn-burg .close_text {
    display: none;
  }
  .hamburger_menu3 {
    border-top: 1px solid #fff;
  }
  .header-hum {
    line-height: 3;
  }
  .header-sns {
    justify-content: center;
    width: 100%;
  }
  .header-sns-icon {
    width: 11%;
  }
  .slider__custom .ms-skin-default .ms-nav-prev,
  .thumbnail_slider_custom .ms-skin-default .ms-nav-prev {
    left: -9%;
    background-size: 15px 30px;
  }
  .slider__custom .ms-skin-default .ms-nav-next,
  .thumbnail_slider_custom .ms-skin-default .ms-nav-next {
    background-size: 15px 30px;
    right: -13%;
  }
  .ms-slide .ms-slide-bgcont img,
  .ms-container,
  .ms-inner-controls-cont {
    margin-top: unset !important;
  }
  .link_breadbox .link_title {
    font-size: 2.3rem;
  }
  .link_rebakebox .link_title {
    font-size: 2.3rem;
  }
  .link_breadbox.sign_toRight a::after {
    top: 40%;
    left: 42%;
  }
  .link_breadbox.sign_toRight a:hover::after {
    left: 43%;
  }
  .link_rebakebox.sign_toRight a::after {
    top: 16%;
    width: 25px;
    left: 49%;
  }
  .link_rebakebox.sign_toRight a:hover::after {
    left: 48%;
  }
  .making {
    justify-content: space-around;
  }
  .making .p_area {
    padding: 0px 0% 20px 0;
    width: 45%;
  }
  .making .img_area {
    width: 45%;
  }
  .w_800area {
    width: 76%;
  }
  .w_720area {
    width: 76%;
  }
  .about_map_area {
    height: 265px;
  }
  .concept_base {
    height: 815px;
    margin-top: 1rem;
    margin-bottom: 13rem;
  }
  .concept_base .logo_area {
    width: 100%;
    top: 0%;
  }
  .concept_base .img_area {
    top: 45%;
    width: 100%;
    right: 0;
    left: 0;
  }
  .concept_base .gocat-btn {
    width: 50%;
    position: absolute;
    bottom: -9%;
    left: 25%;
  }
  .concept_2 .logo_area,
  .concept_4 .logo_area {
    top: 0%;
  }
  .concept_area_imgtab {
    text-align: center;
  }
  .company_flex .text_area {
    width: 58%;
    padding-left: 2%;
  }
  .company_flex .img_area {
    padding-top: 8%;
  }
  .company_flex .img_area p {
    top: 26%;
    left: 18%;
  }
  .company_flex .sign_toRight a:hover::after {
    right: 14%;
  }
  .company_flex .sign_toRight a::after {
    top: 47%;
    right: 16%;
  }
  .about_textarea {
    padding: 0 0 0 3%;
  }
  .about_textarea_r {
    padding: 0 3% 0 0;
  }
  .company_flex .img_area {
    padding-top: 20%;
  }
  .company_flex .img_area p {
    font-size: 1.5rem;
    top: 42%;
    left: 16%;
  }
  .page-about-us .page_title_base {
    margin: 3rem 0 3rem 0;
  }
  .page-about-us .background {
    position: inherit;
    top: 0;
    left: 0;
    width: 95%;
    height: auto;
    z-index: 1;
  }
  .page-about-us .split {
    position: relative;
    z-index: 2;
    display: block;
    height: auto;
    margin-bottom: 10rem;
  }
  .page-about-us .split.first {
    height: 60vh;
    margin-bottom: 6rem;
    margin-top: 3rem;
  }
  .page-about-us .split > * {
    width: 95%;
    margin: auto;
  }
  .page-about-us .split__img-wrapper {
    position: initial;
  }
  .page-about-us .split__img img {
    width: 100%;
  }
  .page-about-us .split__img {
    position: relative;
    left: 10%;
    top: 50%;
    transform: initial;
    width: 95%;
    opacity: 1;
    margin-bottom: 1rem;
    transition: opacity 0s;
    left: 0;
    width: 100%;
  }
  .page-about-us .split.show .split__img {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .page-about-us .split__body {
    display: block;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    padding-top: 1rem;
  }
  .page-about-us .making_catch {
    margin: 6rem auto 3rem auto;
  }
  .page-about-us .company_title {
    margin-top: 12rem;
    margin-bottom: 2rem;
  }
  .page-about-us .making_h3 {
    margin-bottom: 1rem;
  }
  .page-about-us .first .split__body {
    padding-left: 0;
    height: 22vh;
    margin-bottom: 6rem;
    padding-top: 1rem;
  }
  .page-about-us .split.last {
    height: 60vh;
  }
  .about-us .first_parea {
    font-size: 1.3rem;
  }
  .about-us .company_flex {
    padding-top: 0;
  }
  .about-us .company_flex .img_area p {
    font-size: 1.5rem;
    top: 53%;
    left: 27%;
  }
  .about-us .company_flex .sign_toRight a::after {
    top: 57%;
    right: 19%;
  }
  .rebake_container .pagelink-container .sign_toRight {
    width: 45%;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.1rem;
  }
  .rebake_box .img {
    padding-left: 0;
  }
  .rebake_box_r {
    margin-top: 0rem;
  }
  .rebake_box .rebake_sign {
    bottom: -20%;
  }
  .rebake_box_r .rebake_sign {
    position: absolute;
    bottom: -39%;
    left: 43%;
  }
  .rebake_box3 .img {
    padding-left: 3%;
  }
  .rebake_box3_2 .img {
    width: 40%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .rebake_box3_2 .column_flex {
    width: 60%;
  }
  .rebake_container .rebake_box3_2 .rebake_timetable .timer {
    padding: 4% 0% 0 4%;
    width: 22%;
  }
  .rebake_container .rebake_timetable {
    width: 95%;
  }
  .rebake_container .rebake_timetable .timer {
    color: #6A2A10;
    border: none;
    font-weight: bold;
    width: 22%;
    text-align: right;
    padding: 4% 3% 0 2%;
  }
  .rebake_container .rebake_timetable .breadtype {
    padding: 3% 3% 3% 5%;
  }
  .rebake_box.rebake_box3 .text {
    padding-right: 0;
    width: 93%;
    padding-left: 10px;
  }
  .rebake_com3 .rebake_area {
    width: 80%;
  }
  .rebake_com3 .rebake_area .title {
    left: 43%;
  }
  .rebake_com3 .rebake_area .text {
    padding: 4% 2% 4% 2%;
  }
  .rebake_box .text {
    width: 31%;
  }
  .rebake_com3 .rebake_box .text {
    padding: 4% 0% 0% 6%;
    width: 47%;
  }
  .rebake_com3 .rebake_box_r2 .text {
    width: 42%;
  }
  .rebake_box3_3 .kome {
    width: 88%;
    font-size: 0.85rem;
  }
  .rebake_com3 .rebake_box3_4 .text {
    padding: 0% 0% 5% 0%;
    width: 96%;
  }
  .rebake_com3 .rebake_box .rebake_sign {
    position: absolute;
    bottom: -65%;
    right: 50%;
  }
  .rebake_com3 .rebake_box_r2 {
    margin-top: 8rem;
  }
  .category-btn .current::before,
  .category-btn .current::after {
    top: 2%;
  }
  .sign_toLeft_single {
    width: 22%;
    position: relative;
    margin-top: 78px;
  }
  .sign_toLeft_single::after {
    top: 26%;
  }
  .slider2 .slick-prev {
    left: -4%;
  }
  .slider2 .slick-next {
    right: -4%;
  }
  .breadinfo_flex {
    width: 100%;
  }
  .top-news-container .breadinfo_flex,
  .top-business-container .breadinfo_flex {
    width: 60%;
  }
  .top-news-container p.top-news-category,
  .top-business-container p.top-news-category {
    width: 40%;
  }
  .category_bread_add .breadinfo_flex {
    width: 100%;
  }
  .main_news .top-breadinfo-date {
    padding-left: 4%;
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .sign_toLeft_single {
    width: 26%;
  }
}
@media screen and (max-width: 800px) {
  .sign_toLeft_single {
    width: 38%;
  }
}
@media screen and (max-width: 730px) {
  footer {
    padding: 5rem 0 0rem 0;
  }
  .header-logo {
    width: 27%;
  }
  .totop {
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 1001;
  }
  .pc_footer_totop {
    width: 100%;
  }
  .gnav-menu {
    width: 22%;
    padding-right: 16px;
    padding-top: 0;
    justify-content: space-between;
  }
  .footer .footer-hr {
    width: 78%;
  }
  .footer_logo_sp {
    text-align: center;
  }
  .footer-menu.sp {
    font-size: 0.75rem;
    line-height: 4.6;
  }
  .footer-nav {
    margin: 10px 0 45px 0;
    width: 100%;
  }
  .footer-centerdlink {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .footer-centerdlink .footer-link-2 {
    margin: 10px 0;
  }
  .copyright {
    width: 100%;
    padding-bottom: 10rem;
    letter-spacing: 0px;
    padding-top: 14px;
  }
  .gocat-btn {
    width: 68%;
  }
  .company_flex .img_area p {
    top: 20%;
    left: 24%;
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  #main {
    margin: 0 auto;
  }
  body {
    background-size: auto;
    background-blend-mode: lighten;
  }
  .entry-content .terms-container {
    width: 100%;
  }
  .top_title_base {
    padding: 10px 0;
  }
  .top_title_base .title-font {
    margin-bottom: 6px;
    font-size: 2rem;
  }
  .w_800area,
  .w_720area {
    width: 100%;
  }
  .flex-control-paging li a {
    width: 10px;
    height: 10px;
  }
  .top-news-date {
    padding-left: 3%;
    width: 40%;
  }
  h1 {
    font-size: 2rem;
  }
  h1.entry-title {
    font-size: 2rem;
    margin: 7.5rem 0;
  }
  h2 {
    font-size: 1.5rem;
  }
  .entry-content h2,
  .item-description h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-weight: 600;
  }
  .entry-content h3,
  .item-description h3 {
    font-size: 1rem;
  }
  .container {
    padding: 0 7.3%;
    width: 100%;
  }
  .top h2 {
    font-size: 2rem;
  }
  .top h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-weight: 600;
  }
  .text-align {
    text-align: left;
  }
  .sign_toRight_long a::after {
    display: none;
  }
  .sign_toRight_long .top-news-link::after {
    right: 8px;
    display: none;
  }
  .sign_toRight a::after {
    top: 17px;
    right: 18%;
  }
  p.top-news-category {
    margin-left: 2%;
    width: 40%;
  }
  footer {
    padding: 5rem 0 0rem 0;
  }
  .footer-nav-link {
    width: auto;
  }
  .totop {
    position: fixed;
    bottom: 5px;
    right: 0px;
    z-index: 1001;
  }
  .gnav-menu {
    width: 35%;
    padding-right: 16px;
    padding-top: 0;
    justify-content: flex-end;
  }
  .footer .footer-hr {
    width: 78%;
  }
  .footer_logo_sp {
    text-align: center;
  }
  .footer-menu.sp {
    font-size: 0.75rem;
    line-height: 4.6;
  }
  .footer-nav {
    margin: 10px 0 45px 0;
    width: 100%;
  }
  .footer-centerdlink {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .footer-centerdlink .footer-link-2 {
    margin: 10px 0;
  }
  .copyright {
    width: 100%;
    padding-bottom: 6rem;
    letter-spacing: 0px;
    padding-top: 14px;
  }
  .gocat-btn {
    width: 68%;
  }
  .top .top-news-post-title {
    font-size: 1rem;
  }
  .top_kv .video_area {
    height: 100%;
  }
  .top_kv h1 {
    width: 79%;
    top: 52%;
    left: 50%;
  }
  .title-font {
    font-size: 2rem;
  }
  .title-lead {
    font-size: 1rem;
    line-height: 1;
    font-weight: none;
  }
  .top-news-container {
    margin: 40px 0 0;
    font-size: 1rem;
  }
  .top-news-category {
    margin-left: 4%;
    width: 100px;
  }
  .title-frame-box::before,
  .title-frame-box::after {
    height: 32px;
  }
  .top_area1 {
    margin: 5rem 0 6rem 0;
  }
  .top_area1 .title {
    margin: 5rem 0 0 0;
  }
  .top_area1 .gocat-btn {
    margin: 3rem auto 0 auto;
  }
  .top_area1 .top_title_base {
    padding: 0% 0% 0 0;
  }
  .top_area1 .top_title_base .title-font {
    font-size: 2rem;
    margin-bottom: 3px;
  }
  .top_area2 {
    background-image: url(./img/bread_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 770px;
    overflow-x: unset;
    background-size: auto;
  }
  .top_area2 .logo_sp {
    position: absolute;
    top: 21%;
    left: 31%;
    width: 40%;
  }
  .top_area2 .textarea {
    width: 81%;
    height: auto;
    position: absolute;
    font-weight: unset;
    top: 46%;
    left: 10%;
    color: #fff;
  }
  .top_area2 .gocat-btn {
    left: 20%;
    top: 86%;
    width: 60%;
  }
  .top_area3 {
    background-image: url(./img/OURBREAD_bg_sp.png);
    background-color: #F2F2F5;
    height: 230px;
    margin-top: 5rem;
    margin-bottom: 1.3rem;
  }
  .top_area3_container {
    width: 100%;
    top: 0;
    left: 0;
  }
  .top_area3_container .top_title_base {
    margin-bottom: 0;
    margin-top: 0rem;
  }
  .top_area3_textarea {
    top: 7%;
    width: 1000%;
    left: 7%;
  }
  .top_area3textarea_sp {
    width: 86%;
    margin: 1rem auto;
    text-align: justify;
  }
  .top .metaslider .flexslider .flex-direction-nav li a {
    top: 64%;
    background-size: 74%;
    width: 15px;
    height: 30px;
  }
  .top .metaslider .flexslider:focus-within .flex-prev,
  .top .metaslider .flexslider:hover .flex-prev {
    left: -15px;
  }
  .top .metaslider .flexslider:focus-within .flex-next,
  .top .metaslider .flexslider:hover .flex-next {
    right: -20px;
  }
  .metaslider .flex-viewport {
    width: 300px;
    margin: 0 auto;
  }
  .top .flex-direction-nav .flex-prev {
    left: -10px;
  }
  .top .flex-direction-nav .flex-next {
    right: -18px;
  }
  .top_area4 {
    margin: 1.5rem auto 7rem auto;
  }
  .top_area4_flex {
    justify-content: space-between;
    margin-left: 0px;
  }
  .top_area4_flex .gocat-btn {
    margin: 2rem auto 0 auto;
    width: 68%;
  }
  .top_area4_flex .sign_toRight a::after {
    right: 25px;
  }
  .top_area4_2flex {
    justify-content: space-between;
    margin-left: 0px;
  }
  .top_area4_2flex .gocat-btn {
    margin: 3rem 0px 0 0px;
    width: 48%;
  }
  .top_area4_2flex .sign_toRight a::after {
    right: 5px;
  }
  .stollen_flex {
    padding: 2rem 0 3rem 0;
  }
  .top_area4_1 .top_title_base {
    margin-bottom: 1rem;
  }
  .top_area4_1 .textgrp {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .top_area4_1 .imggrp {
    width: 100%;
  }
  .top_area4_1 .p_sp {
    margin-top: 2rem;
  }
  .top_area4_2 .textgrp {
    padding: 0;
    width: 100%;
  }
  .top_area4_2 .top_title_base {
    padding: 10px 0 0 10px;
    margin-bottom: 2rem;
  }
  .top_area4_2 .imggrp {
    width: 100%;
  }
  .top_area4_2 .p_sp {
    margin-top: 2rem;
  }
  .top_area4_2_border {
    top: -2%;
    left: 6%;
  }
  .top_area5 {
    height: 540px;
    margin-bottom: 13rem;
  }
  .top_area5 .gocat-btn {
    width: 68%;
    margin-top: 3rem;
  }
  .top_area5 .top_area5_img {
    z-index: 1;
    position: absolute;
    left: 7%;
    right: inherit;
    top: 1%;
    width: 86%;
    margin: 0 auto;
  }
  .top_area5 .textarea {
    margin-top: 1rem;
  }
  .top_area5_1 {
    height: 600px;
  }
  .top_area5_1 .top_area5_img {
    z-index: 1;
    position: absolute;
    left: 7%;
    right: inherit;
    top: 2%;
    width: 86%;
    margin: 0 auto;
  }
  .top_area5_1 .gocat-btn {
    width: 68%;
    margin-top: 4rem;
  }
  .top_area5_browntext {
    padding: 25% 7% 21% 7%;
    width: 100%;
    margin-bottom: 0rem;
    top: 25%;
  }
  .top_area5_lightbrowntext {
    padding: 27% 7% 12% 7%;
    width: 100%;
    margin-bottom: 0rem;
    top: 27%;
  }
  .top_area6 {
    margin: 6rem auto;
  }
  .top_area6 .gocat-btn {
    height: 60px;
    position: absolute;
    bottom: -10%;
    right: 14.5%;
    padding: 5px 5px;
    width: 100%;
    max-width: 73%;
  }
  .top_area6 .gocat-btn a {
    padding-right: 0;
  }
  .top_area6 .gocat-btn a::after {
    right: 5%;
  }
  .top_area6 .gocat-btn a:hover::after {
    right: 1%;
  }
  .top_area7 {
    margin: 7rem auto;
  }
  .top-breadinfo-img img {
    width: 100%;
  }
  .kiji_preparing {
    padding: 16% 10%;
    margin-top: 2rem;
    width: 98%;
    margin: 1rem auto;
    font-size: 1rem;
  }
  .top-breadinfo-card {
    width: 100%;
    margin: 2rem auto;
  }
  .breadinfo_flex {
    justify-content: flex-start;
    width: 80%;
  }
  .top-breadinfo-card .breadinfo_flex {
    justify-content: space-between;
    width: 100%;
  }
  .access_innerline .map_area {
    flex-direction: column;
  }
  .access_innerline .map {
    width: 100%;
  }
  .access_innerline .text {
    padding-left: 0%;
    width: 100%;
  }
  .access_innerline .top-news-date {
    width: 40%;
  }
  .top-news-post {
    padding: 20px 0px;
    height: auto;
    border-bottom: 2px solid #D2D2D3;
  }
  .main_news .top-news-container {
    width: 100%;
  }
  .pagination_wrapper ul {
    left: 45%;
  }
  .news_post_title .title-font,
  .bakery_post_title .title-font {
    font-size: 2rem;
  }
  .news_post_title .title-lead,
  .bakery_post_title .title-lead {
    font-size: 1rem;
  }
  .news_post_title .frame-box::before,
  .news_post_title .frame-box::after,
  .bakery_post_title .frame-box::before,
  .bakery_post_title .frame-box::after {
    width: 3px;
    height: 23px;
  }
  .news_post_title .frame-box::before {
    border-left: solid 5px #6A2A10;
    border-top: solid 1px #6A2A10;
    border-bottom: solid 1px #6A2A10;
    top: 4px;
    left: -20%;
  }
  .news_post_title .frame-box::after {
    border-right: solid 5px #6A2A10;
    border-top: solid 1px #6A2A10;
    border-bottom: solid 1px #6A2A10;
    top: 4px;
    right: -20%;
  }
  .bakery_post_title .frame-box::before {
    border-left: solid 5px #6A2A10;
    border-top: solid 1px #6A2A10;
    border-bottom: solid 1px #6A2A10;
    top: 4px;
    left: -20%;
  }
  .bakery_post_title .frame-box::after {
    border-right: solid 5px #6A2A10;
    border-top: solid 1px #6A2A10;
    border-bottom: solid 1px #6A2A10;
    top: 4px;
    right: -20%;
  }
  p.top-breadinfo-category {
    width: 45%;
  }
  p.top-breadinfo-card {
    width: 100%;
    margin: 1rem 0 2rem 0;
  }
  .top-business-container .top-news-category {
    width: 40%;
  }
  .post_single_main .breadcrumb {
    font-size: 0.8rem;
  }
  .main-cont__inner {
    width: 100%;
    margin: 2rem auto 5rem auto;
  }
  .single_post_title {
    font-size: 1.3rem;
  }
  .single_category {
    width: 25%;
  }
  .top-breadinfo-body {
    margin: 0px auto 3rem auto;
  }
  .hamburger .menu_en {
    font-size: 1rem;
  }
  .hamburger .menu_jp {
    font-size: 0.625rem;
    margin-top: 0;
  }
  .hamburger-menu {
    margin-top: 60px;
    right: 0;
  }
  .hamarea_box {
    padding: 0;
    margin-bottom: 1rem;
  }
  .hamburger-item {
    padding: 10px 0;
  }
  .hamburger_menu3 {
    padding-top: 1rem;
  }
  .hamburger_menu3 .hamarea_box {
    font-size: 0.75rem;
  }
  .hamarea_box2 {
    padding-left: 4%;
  }
  .hamburger_menu3 .hamarea_box4 {
    padding-left: 4%;
  }
  .gnav {
    height: 50px;
  }
  .gnav.dep-visible .gnav-item {
    padding: 0 4% 0 0;
  }
  .site-header_x {
    height: 82px;
  }
  .header-flex {
    padding-top: 0;
    height: 50px;
  }
  header {
    padding-bottom: 0px;
    min-height: 50px;
  }
  .header-sns-icon {
    width: 23%;
  }
  .header-sns {
    padding-left: 13%;
  }
  .btn-burg.dep-visible .close_text {
    display: none;
  }
  .btn-burg.dep-visible::before {
    top: 11px;
    left: 26%;
  }
  .btn-burg.dep-visible::after {
    top: 10px;
    left: 0%;
  }
  .header-logo {
    width: 43%;
    padding: 0 0px 0px 22px;
  }
  .page_title_base {
    margin: 3rem 0;
  }
  .making-bread h2 {
    font-size: 1.5rem;
    margin-top: 7rem;
  }
  .making {
    margin: 3rem auto 6rem auto;
    flex-direction: column-reverse;
  }
  .making .p_area {
    padding: 0px 0% 20px 0;
    width: 100%;
  }
  .making .img_area {
    padding: 20px 0% 20px 0;
    width: 100%;
  }
  .making1 {
    flex-direction: column;
  }
  .catch span {
    padding: 0 4% 0 4%;
  }
  .link_breadbox .link_title {
    top: 4%;
    left: 7%;
    font-size: 2rem;
  }
  .link_breadbox.sign_toRight a::after {
    top: 31%;
    left: 37%;
  }
  .link_breadbox.sign_toRight a:hover::after {
    left: 40%;
  }
  .link_rebakebox .link_title {
    font-size: 2rem;
  }
  .link_rebakebox.sign_toRight a::after {
    top: 14%;
    left: 44%;
    width: 25px;
  }
  .link_rebakebox.sign_toRight a:hover::after {
    left: 47%;
  }
  .pagelink-container .sign_toRight a::after {
    top: 16px;
    right: 1%;
    border-bottom: 2px solid #6A2A10;
    border-right: 2px solid #6A2A10;
  }
  .pagelink-container .sign_toRight a:hover::after {
    right: 0%;
  }
  .concept_base {
    height: 920px;
    margin-top: 1rem;
    margin-bottom: 7rem;
  }
  .concept_base .logo_area {
    width: 100%;
  }
  .concept_base .img_area {
    top: 45%;
    width: 100%;
  }
  .concept_base .gocat-btn {
    width: 88%;
    position: absolute;
    bottom: -2%;
    left: 5%;
  }
  .concept_area .sign_toRight a::after {
    top: 17px;
    right: 8%;
  }
  .concept_4 {
    height: 870px;
  }
  .concept_4 .gocat-btn {
    bottom: -5%;
  }
  .about-us .catch {
    margin-top: 80px;
  }
  .about_box {
    flex-direction: column;
    margin: 8rem auto 8rem auto;
  }
  .about_box_1 {
    margin: 3rem auto 8rem auto;
    flex-direction: column;
  }
  .about_imgarea {
    width: 100%;
  }
  .about_textarea, .about_textarea_r {
    width: 100%;
    padding: 0 0 0 0%;
    margin-top: 30px;
  }
  .page-about-us .page_title_base {
    margin: 3rem 0 3rem 0;
  }
  .page-about-us .background {
    position: inherit;
    top: 0;
    left: 0;
    width: 95%;
    height: auto;
    z-index: 1;
  }
  .page-about-us .split {
    position: relative;
    z-index: 2;
    display: block;
    height: auto;
    margin-bottom: 10rem;
  }
  .page-about-us .split > * {
    width: 95%;
    margin: auto;
  }
  .page-about-us .split__img-wrapper {
    position: initial;
  }
  .page-about-us .split__img {
    position: relative;
    left: 10%;
    top: 50%;
    transform: initial;
    width: 95%;
    opacity: 1;
    margin-bottom: 1rem;
  }
  .page-about-us .split__img {
    opacity: 1;
    transition: opacity 0s;
    left: 0;
    width: 100%;
  }
  .page-about-us .split.show .split__img {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .page-about-us .split__body {
    display: block;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    padding-top: 1rem;
  }
  .page-about-us .making_catch {
    margin: 6rem auto 3rem auto;
  }
  .page-about-us .company_title {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .page-about-us .making_h3 {
    margin-bottom: 1rem;
  }
  .page-about-us .first .split__body {
    padding-left: 0;
    height: 22vh;
    margin-bottom: 6rem;
    padding-top: 1rem;
  }
  .about-us .first_parea {
    text-align: left;
    font-size: 1rem;
  }
  .company_flex .text_area {
    width: 100%;
    padding-left: 0%;
  }
  .company_flex .img_area {
    padding-top: 8%;
    width: 82%;
    margin: 0 auto;
  }
  .company_flex .img_area p {
    top: 12%;
    left: 18%;
    font-size: 1.5rem;
  }
  .company_flex .sign_toRight a::after {
    top: 23%;
    right: 13%;
  }
  .company_flex .sign_toRight a:hover::after {
    right: 13%;
  }
  .company_flex .img_area {
    padding-top: 4%;
    width: 68%;
    margin: 0 auto 0rem auto;
  }
  .about_map_area {
    height: auto;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .about_map_area .text {
    background-color: #F4F2ED;
    width: 100%;
    padding: 13% 6%;
  }
  .about_map_area h4 {
    background-color: inherit;
  }
  .about_map_area .map {
    width: 100%;
    height: 180px;
  }
  .slick-slide {
    padding: 0;
  }
  .slick-slide img {
    transform: scale(1);
    height: 100%;
    width: 100%;
  }
  .top_kv_sp ul,
  .top_kv_sp ol {
    height: auto;
  }
  .access_innerline {
    padding: 24px 20px 58px 20px;
  }
  .access_innerline h4 {
    font-size: 1rem;
    margin: 0px 0 8px 0;
  }
  .access_innerline h3 {
    padding-bottom: 14px;
  }
  .access_innerline .map_area {
    margin-bottom: 4rem;
  }
  .access_innerline .gocat-btn {
    margin-top: 2rem;
    width: 76%;
  }
  .access_innerline .sign_toRight a::after {
    right: 11%;
  }
  .top_area_online-shop {
    padding: 0;
  }
  .top_online_link {
    height: 70px;
  }
  .top_online_link a {
    font-size: 1rem;
  }
  .top_online_link a::after {
    top: 14px;
    right: 10%;
  }
  .link_txt {
    width: 285px;
  }
  .top_area8 {
    margin: 80px auto 7rem auto;
  }
  .top_area9 .top_title_base {
    padding: 0 0 50px 0;
  }
  .top .metaslider .flexslider .flex-direction-nav .flex-nav-next a {
    top: 55%;
  }
  .rebake_box .img {
    width: 50%;
  }
  .rebake_box .text {
    width: 50%;
    padding-left: 4%;
  }
  .rebake_box .rebake_sign {
    position: absolute;
    bottom: -31%;
    right: 42%;
    width: 18%;
  }
  .rebake_box_r {
    padding-right: 0%;
  }
  .rebake_box_r .img {
    width: 58%;
    margin-top: 3rem;
  }
  .rebake_box_r .rebake_sign {
    position: absolute;
    left: 2%;
    bottom: -37%;
    width: 17%;
  }
  .rebake_box3 .column_flex {
    width: 100%;
  }
  .rebake_box3 .column_flex .flex_reverse {
    flex-direction: row-reverse;
    margin-bottom: 1rem;
  }
  .rebake_container .rebake_timetable .timer {
    color: #6A2A10;
    border: none;
    font-weight: bold;
    width: 30%;
    text-align: center;
    padding: 5% 0% 5% 0%;
  }
  .rebake_sign {
    width: 20%;
    margin-left: 40%;
    margin-top: 0rem;
  }
  .rebake_com3 {
    padding: 11% 5% 5% 5%;
    margin-top: 3rem;
  }
  .rebake_com3 h4 {
    font-size: 1rem;
  }
  .rebake_com3 .rebake_area {
    margin-bottom: 3rem;
    margin-top: 3rem;
    width: 100%;
  }
  .rebake_com3 .rebake_area .title {
    left: 34%;
  }
  .rebake_com3 .rebake_area .text {
    padding: 10% 8% 10% 8%;
    text-align: left;
  }
  .rebake_box_r2 .img {
    width: 100%;
    margin-top: 0rem;
    padding: 0;
  }
  .rebake_box_r2 .text {
    width: 100%;
    padding-right: 0;
  }
  .rebake_box_r2 .rebake_sign {
    left: 2%;
    bottom: -17%;
  }
  .rebake_box3_flex {
    display: flex;
    flex-direction: column;
  }
  .rebake_box3_flex .img {
    width: 55%;
    margin: 0 auto 1rem auto;
  }
  .rebake_box3_flex .text {
    width: 100%;
    padding-left: 0;
  }
  .rebake_box.rebake_box3 .rebake_timetable {
    margin-bottom: 2rem;
  }
  .rebake_box.rebake_box3 .text {
    width: 50%;
    padding-left: 0px;
  }
  .rebake_container .pagelink-container {
    margin-top: 3rem;
  }
  .rebake_container .pagelink-container .sign_toRight {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: 1rem;
  }
  .rebake_container .natural {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  .rebake_box .rebake_sign {
    position: absolute;
    bottom: -20%;
    right: 36%;
    width: 17%;
  }
  .rebake_box3 {
    margin-top: 7rem;
  }
  .rebake_box3 .kome2 {
    font-size: 0.95rem;
  }
  .rebake_box3_3 .kome {
    width: 100%;
    font-size: 0.95rem;
  }
  .rebake_container .rebake_timetable {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 100%;
  }
  .rebake_box3_2 {
    margin-top: 5rem;
  }
  .rebake_container .rebake_box3_2 .rebake_timetable .timer {
    padding: 5% 0% 0 2%;
    width: 28%;
  }
  .rebake_container .rebake_timetable .timer_1st {
    padding-top: 8%;
  }
  .rebake_container .rebake_timetable .timer_last {
    padding-bottom: 8%;
  }
  .rebake_container .rebake_box3_2 .rebake_timetable .timer_1st {
    padding-top: 8%;
  }
  .rebake_container .rebake_box3_2 .rebake_timetable .timer_last {
    padding-bottom: 8%;
  }
  .rebake_container .frozen {
    margin: 7rem auto 4rem auto;
  }
  .rebake_box3_3 {
    margin: 4rem auto 0 auto;
    width: 100%;
  }
  .rebake_com3 .rebake_box .img {
    padding-left: 0;
  }
  .rebake_com3 .rebake_box .text {
    padding: 0% 0% 0% 4%;
    width: 50%;
  }
  .rebake_container .rebake_timetable .breadtype {
    padding: 5% 3% 5% 1%;
  }
  .rebake_com3 .rebake_box3_4 .text {
    padding: 0% 0% 0% 0%;
    width: 100%;
  }
  .rebake_com3 .rebake_box3_4 .img {
    text-align: center;
  }
  .rebake_com3 .rebake_box .rebake_sign {
    position: absolute;
    bottom: -50%;
    right: 34%;
  }
  .rebake_com3 .rebake_box_r2 {
    margin-top: 6rem;
  }
  .rebake_com3 .rebake_box_r2 .text {
    width: 100%;
  }
  .rebake_com3 .rebake_box_r2 .rebake_sign {
    position: absolute;
    bottom: -42%;
    left: 0%;
  }
  .rebake_com3 .rebake_box3_4 .column_flex {
    width: 100%;
    margin-top: 2rem;
  }
  .slider__custom .ms-skin-default .ms-nav-next,
  .thumbnail_slider_custom .ms-skin-default .ms-nav-next {
    right: -37px;
  }
  .slider__custom .ms-skin-default .ms-nav-prev,
  .thumbnail_slider_custom .ms-skin-default .ms-nav-prev {
    left: -23px;
  }
  .category-btn .current::before {
    left: -15%;
  }
  .category-btn .current::after {
    right: -15%;
  }
  .sign_toLeft_single {
    width: 66%;
    margin-top: 70px;
  }
  .post_single_main .top-breadinfo-date {
    padding-left: 2%;
    width: 40%;
  }
  .top_area7 .top-breadinfo-date {
    padding-left: 2%;
    width: 40%;
  }
  .main_news .top-breadinfo-date {
    padding-left: 2%;
    width: 40%;
  }
  .main_news .top-news-date {
    padding-left: 4%;
    width: 40%;
  }
  .slider2.slick-slider {
    margin: 0 auto;
  }
  .slider2 .slick-prev,
  .slider2 .slick-next {
    top: 45%;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    height: 14px;
    width: 14px;
  }
  .slider2 .slick-prev {
    left: -6%;
  }
  .slider2 .slick-next {
    right: -6%;
  }
  .slider2 .slick-dots {
    visibility: visible;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button {
    width: 10px;
  }
  .top-news-container .breadinfo_flex,
  .top-business-container .breadinfo_flex {
    width: 90%;
  }
  .top-news-container .top-news-date,
  .top-business-container .top-news-date {
    padding-left: 4%;
    width: 40%;
  }
  .pagination .current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    color: #6A2A10;
  }
  .pagination .next.page-numbers {
    margin-left: 0;
  }
  .pagination .prev.page-numbers {
    margin-right: 0;
  }
}
/* utility　※ここより下にカスタムしたCSSを入れるべからず。 */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 5px 0 0;
}

.alignright {
  float: right;
  margin: 0 0 0 5px;
}

@media screen and (min-width: 600px) {
  img.alignleft,
  img.alignright {
    max-width: 50%;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-align {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.tab,
.pc,
.tab-inline,
.pc-inline,
.tab-inline-block,
.pc-inline-block {
  display: none;
}

.sp {
  display: block;
}

.sp-inline {
  display: inline;
}

.sp-inline-block {
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .sp,
  .sp-inline,
  .sp-inline-block {
    display: none;
  }
  .tab {
    display: block;
  }
  .tab-inline {
    display: inline;
  }
  .tab-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .tab,
  .tab-inline,
  .tab-inline-block {
    display: none;
  }
  .pc {
    display: block;
  }
  .tab-none.pc {
    display: block !important;
  }
  .pc-inline {
    display: inline;
  }
  .pc-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 1161px) {
  .pc_header {
    display: block;
  }
  .tab-none.pc_header {
    display: block !important;
  }
}
@media screen and (max-width: 1160px) {
  .pc_header {
    display: none;
  }
  .tab-none.pc_header {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

@media screen and (min-width: 600px) {
  .mt-tab-0 {
    margin-top: 0px !important;
  }
  .mb-tab-0 {
    margin-bottom: 0px !important;
  }
  .mt-tab-5 {
    margin-top: 5px !important;
  }
  .mb-tab-5 {
    margin-bottom: 5px !important;
  }
  .mt-tab-10 {
    margin-top: 10px !important;
  }
  .mb-tab-10 {
    margin-bottom: 10px !important;
  }
  .mt-tab-15 {
    margin-top: 15px !important;
  }
  .mb-tab-15 {
    margin-bottom: 15px !important;
  }
  .mt-tab-20 {
    margin-top: 20px !important;
  }
  .mb-tab-20 {
    margin-bottom: 20px !important;
  }
  .mt-tab-25 {
    margin-top: 25px !important;
  }
  .mb-tab-25 {
    margin-bottom: 25px !important;
  }
  .mt-tab-30 {
    margin-top: 30px !important;
  }
  .mb-tab-30 {
    margin-bottom: 30px !important;
  }
  .mt-tab-40 {
    margin-top: 40px !important;
  }
  .mb-tab-40 {
    margin-bottom: 40px !important;
  }
  .mt-tab-50 {
    margin-top: 50px !important;
  }
  .mb-tab-50 {
    margin-bottom: 50px !important;
  }
  .mt-tab-60 {
    margin-top: 60px !important;
  }
  .mb-tab-60 {
    margin-bottom: 60px !important;
  }
  .mt-tab-70 {
    margin-top: 70px !important;
  }
  .mb-tab-70 {
    margin-bottom: 70px !important;
  }
  .mt-tab-80 {
    margin-top: 80px !important;
  }
  .mb-tab-80 {
    margin-bottom: 80px !important;
  }
  .mt-tab-90 {
    margin-top: 90px !important;
  }
  .mb-tab-90 {
    margin-bottom: 90px !important;
  }
  .mt-tab-100 {
    margin-top: 100px !important;
  }
  .mb-tab-100 {
    margin-bottom: 100px !important;
  }
  .mt-tab-110 {
    margin-top: 110px !important;
  }
  .mb-tab-110 {
    margin-bottom: 110px !important;
  }
  .mt-tab-120 {
    margin-top: 120px !important;
  }
  .mb-tab-120 {
    margin-bottom: 120px !important;
  }
  .mt-tab-130 {
    margin-top: 130px !important;
  }
  .mb-tab-130 {
    margin-bottom: 130px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .mt-pc-5 {
    margin-top: 5px !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mt-pc-25 {
    margin-top: 25px !important;
  }
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .mt-pc-110 {
    margin-top: 110px !important;
  }
  .mb-pc-110 {
    margin-bottom: 110px !important;
  }
  .mt-pc-120 {
    margin-top: 120px !important;
  }
  .mb-pc-120 {
    margin-bottom: 120px !important;
  }
  .mt-pc-130 {
    margin-top: 130px !important;
  }
  .mb-pc-130 {
    margin-bottom: 130px !important;
  }
}/*# sourceMappingURL=style.css.map */