@charset "UTF-8";
/* ---------- number ---------- */
/* ---------- color ---------- */
/* ---------- breakPoint ---------- */
/* ---------- line-height ---------- */
@font-face {
  font-family: "Butler";
  font-weight: normal;
  src: url("/assets/font/Butler.woff") format("woff"); }

@font-face {
  font-family: "Butler";
  font-weight: bold;
  src: url("/assets/font/Butler-Bold.woff") format("woff"); }

@font-face {
  font-family: "Butler";
  font-weight: normal;
  src: url("/assets/font/Butler.woff2") format("woff2"); }

@font-face {
  font-family: "Butler";
  font-weight: bold;
  src: url("/assets/font/Butler-Bold.woff2") format("woff2"); }

/*--------------------------------------------------------------------
    [FOUNDATION]
 --------------------------------------------------------------------*/
/* ---------------------------------------------
 *
 * RESET
 *
 --------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  height: 100%;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, _normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, _normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, _normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, _normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, _normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, _normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 357, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, _normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0; }

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

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

td,
th {
  padding: 0; }

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

html {
  font-size: 62.5%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 300; }

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

ul, ol {
  list-style: none; }

img {
  vertical-align: top; }

table {
  width: 100%; }

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

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }

body {
  min-width: 320px;
  color: #004c30;
  background-color: #fffdf0;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  outline: none;
  text-decoration: none;
  color: #000;
  opacity: 1;
  transition: all 0.3s ease-out 0s; }
  a:hover {
    opacity: .6;
    transition: all 0.3s ease-out 0s; }

img {
  width: 100%;
  height: auto;
  user-select: none; }

.-btn {
  width: 212px;
  height: 52px;
  background-image: url("/assets/svg/btn.svg");
  background-repeat: no-repeat;
  position: relative; }
  .-btn.-btnBrown {
    width: 192px;
    height: 45px;
    color: #fff;
    background-image: url("/assets/svg/btn02.svg"); }
  .-btn .-btntxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/*--------------------------------------------------------------------
    [SP]
--------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }

/*--------------------------------------------------------------------
    [COMPONENT]
 --------------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*--------------------------------------------------------------------
    [SHARED]
 --------------------------------------------------------------------*/
.nav__wrap {
  width: 100%;
  height: 90px;
  background-color: rgba(0, 76, 48, 0.85);
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
  z-index: 8888; }
  .nav__wrap.-isfixed {
    width: 100%;
    position: fixed;
    top: 0; }
  @media only screen and (max-width: 1166px) {
    .nav__wrap {
      height: 60px;
      position: fixed;
      top: 0;
      z-index: 8888; } }
  .nav__wrap .nav__logo {
    display: block;
    width: 177px;
    height: 52px; }
    @media only screen and (max-width: 1166px) {
      .nav__wrap .nav__logo {
        margin: 0 auto 20px; } }
  .nav__wrap .nav__sp__logo {
    display: none; }
  @media only screen and (max-width: 1166px) {
    .nav__wrap .nav__sp__logo {
      display: block;
      width: 126px;
      height: 32px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  .nav__wrap .nav__inner {
    max-width: 1166px;
    margin: 0 auto;
    position: relative;
    background-color: rgba(0, 76, 48, 0);
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1166px) {
      .nav__wrap .nav__inner {
        width: 100%;
        display: block;
        padding-top: 100px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-160%);
        transition: .5s;
        background-color: #004c30;
        z-index: 7777;
        opacity: 0; }
        .nav__wrap .nav__inner.-active {
          height: 100vh;
          transform: translateY(0%);
          opacity: 1; } }
    .nav__wrap .nav__inner .nav__list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media only screen and (max-width: 1166px) {
        .nav__wrap .nav__inner .nav__list {
          display: block;
          text-align: center; } }
      @media only screen and (max-width: 1166px) {
        .nav__wrap .nav__inner .nav__list .nav__item {
          margin-bottom: 20px; } }
      .nav__wrap .nav__inner .nav__list .nav__item .nav__link {
        padding-top: 15px;
        display: block;
        color: #fff;
        margin-left: 35px;
        font-size: 17px;
        line-height: 1.25; }
        .nav__wrap .nav__inner .nav__list .nav__item .nav__link::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.25) * .5em);
          content: ""; }
        .nav__wrap .nav__inner .nav__list .nav__item .nav__link::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.25) * .5em);
          content: ""; }
        @media only screen and (min-width: 1166px) {
          .nav__wrap .nav__inner .nav__list .nav__item .nav__link {
            font-size: 16px; } }
        @media only screen and (max-width: 1166px) {
          .nav__wrap .nav__inner .nav__list .nav__item .nav__link {
            display: inline-block;
            font-size: 16px;
            margin-left: 0; } }
        .nav__wrap .nav__inner .nav__list .nav__item .nav__link.-current {
          opacity: 0.6; }
        .nav__wrap .nav__inner .nav__list .nav__item .nav__link.-news {
          margin-left: 0; }
        .nav__wrap .nav__inner .nav__list .nav__item .nav__link.-onlineshop {
          border: 1px solid #fff;
          padding: 10px 10px 10px 10px;
          position: relative;
          top: 5px; }
          .nav__wrap .nav__inner .nav__list .nav__item .nav__link.-onlineshop img{
            width: 100%;
            max-width: 24px;
            margin: 0 5px 0 0;
          }
        .nav__wrap .nav__inner .nav__list .nav__item .nav__link.-cart span {
          display: none; }
        @media only screen and (max-width: 1166px) {
          .nav__wrap .nav__inner .nav__list .nav__item .nav__link.-cart {
            display: inline-block; }
            .nav__wrap .nav__inner .nav__list .nav__item .nav__link.-cart img {
              width: 24px; }
            .nav__wrap .nav__inner .nav__list .nav__item .nav__link.-cart span {
              display: inline-block;
              margin-left: 10px; } }

.nav__sp__instagram ,
.nav__sp__cart {
  display: none; }

#app {
  position: relative;
}  

@media only screen and (max-width: 1166px) {
  .nav__sp__cart {
    display: block;
    position: absolute;
    top: 53%;
    left: 30px;
    transform: translate(0, -53%); } 
  .nav__sp__instagram {
    display: block;
    position: absolute;
    top: 53%;
    right: 68px;
    transform: translate(0, -53%); } 
  }

.navToggle {
  position: fixed;
  right: 35px;
  top: 35px;
  width: 36px;
  height: 26px;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: .5s; }
  @media only screen and (max-width: 1166px) {
    .navToggle {
      right: 21px;
      top: 21px;
      visibility: visible;
      opacity: 1; } }
  .navToggle .navToggle__txt {
    font-family: 'Spectral', serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #fff;
    position: absolute;
    top: 10px;
    font-size: 12px;
    font-weight: 700; }
    .navToggle .navToggle__txt::before {
      display: block;
      content: "Menu"; }

.navToggle span {
  display: block;
  position: absolute;
  width: 36px;
  border-bottom: solid 1px #fff;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.navToggle span:nth-child(1) {
  top: 0; }

.navToggle span:nth-child(2) {
  top: 7px; }

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 0px;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  transform: rotate(-20deg);
  border-bottom: solid 1px #fff; }

/* 2番目のspanを45度に */
.navToggle.active span:nth-child(2) {
  top: 0px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  transform: rotate(20deg);
  border-bottom: solid 1px #fff; }

/* ---------------------------------------------
*
* LAYOUT
*
--------------------------------------------- */
.wrap {
  padding: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.05, 0.76, 0.22, 0.95);
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    .wrap {
      padding-top: 60px; } }

.content {
  overflow: hidden; }

.inner {
  max-width: 1166px;
  margin: 0 auto;
  text-align: center; }

/* ---------------------------------------------
*
* SEC
*
--------------------------------------------- */
.sec {
  padding: 160px 50px; }
  @media only screen and (max-width: 768px) {
    .sec {
      padding: 60px 20px; } }
  .sec.-bg01 {
    background-image: url("../../assets/img/common/bg_green.jpg");
    background-repeat: repeat; }
  .sec.-bg02 {
    background-image: url("../../assets/img/common/bg_stripe.png");
    background-repeat: repeat; }

.title__block {
  margin-bottom: 50px; }
  .title__block.-color .title {
    color: #004c30; }
  .title__block .title__illust {
    width: 50px;
    margin: 0 auto 5px; }
  .title__block .title {
    color: #fff; }
    .title__block .title.-en {
      font-family: 'Spectral', serif;
      font-style: italic;
      font-weight: 400;
      font-size: 50px;
      line-height: 1.25;
      margin-bottom: 7px;
      letter-spacing: 0.1em; }
      .title__block .title.-en::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .title__block .title.-en::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }
    .title__block .title.-jp {
      font-size: 17px;
      line-height: 1.25; }
      .title__block .title.-jp::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .title__block .title.-jp::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }

/* ---------------------------------------------
*
* BTN
*
--------------------------------------------- */
.btn a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  width: 250px;
  font-size: 16px;
  margin: 0 auto;
  opacity: 1; }
  .btn a:hover {
    background-color: #fff;
    color: #004c30; }

.btn.-color a {
  color: #004c30;
  border: 1px solid #004c30; }
  .btn.-color a:hover {
    background-color: #004c30;
    color: #fff; }

/* ---------------------------------------------
*
* CONTENTS BOX
*
--------------------------------------------- */
.contents__wrap {
  position: relative; }

.contents__inner {
  width: 100%;
  background-image: url("../../assets/img/common/waku_repeat.png");
  background-repeat: repeat;
  background-size: contain;
  padding: 0 110px 60px; }
  @media only screen and (max-width: 768px) {
    .contents__inner {
      padding: 0 27px 40px; } }

.contents__title {
  color: #004c30;
  font-size: 5vw;
  position: relative;
  top: -40px; }
  .contents__title::after {
    content: "";
    width: 194px;
    margin: 0 auto;
    display: block;
    height: 5px;
    border-top: 1px solid #004c30;
    border-bottom: 1px solid #004c30; }
  @media only screen and (min-width: 1166px) {
    .contents__title {
      font-size: 50px; } }
  @media only screen and (max-width: 768px) {
    .contents__title {
      font-size: 24px;
      top: -20px; }
      .contents__title::after {
        width: 103px;
        height: 3px; } }
  .contents__title.-pattern01 {
    color: #fff;
    top: 0; }
    .contents__title.-pattern01::after {
      content: "";
      width: 192px;
      height: 26px;
      margin: 0 auto;
      border-top: none;
      border-bottom: none;
      background-image: url("../../assets/svg/title_bottom.svg");
      background-repeat: no-repeat;
      background-size: contain; }

.contents__thin {
  max-width: 600px;
  margin: 0 auto; }

/* ---------------------------------------------
*
* ITEMS COLUMN
* USES AT NEWS,PICKUP
*
--------------------------------------------- */
.items__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 1166px) {
    .items__list {
      margin-top: 0;
      justify-content: space-between;
      margin-bottom: 50px; } }
  .items__list .items__item {
    width: 25%;
    margin: 70px 0 0 100px;
    text-align: left;
    color: #004c30; }
    @media only screen and (max-width: 1166px) {
      .items__list .items__item {
        width: 45%;
        margin: 30px 0 0 0; }
        .items__list .items__item:nth-child(1), .items__list .items__item:nth-child(2) {
          margin: 0; } }
    .items__list .items__item:first-child {
      margin-left: 0; }
    .items__list .items__item:nth-child(3n+1) {
      margin-left: 0; }
    .items__list .items__item a.items__link {
      display: block; }
    .items__list .items__item .items__img {
      margin-bottom: 20px; }
    .items__list .items__item .items__date {
      font-size: 16px;
      line-height: 1;
      margin-bottom: 10px; }
      .items__list .items__item .items__date::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1) * .5em);
        content: ""; }
      .items__list .items__item .items__date::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1) * .5em);
        content: ""; }
      @media only screen and (max-width: 1166px) {
        .items__list .items__item .items__date {
          font-size: 11px; } }
    .items__list .items__item .items__title {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.25; }
      .items__list .items__item .items__title::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .items__list .items__item .items__title::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }
      @media only screen and (max-width: 1166px) {
        .items__list .items__item .items__title {
          font-size: 14px; } }

footer {
  background-image: url("../../assets/img/common/bg_green.jpg");
  padding: 45px 0; }
  @media only screen and (max-width: 768px) {
    footer {
      padding: 25px 0; } }
  footer .footer__logo {
    width: 177px;
    margin: 0 auto 25px; }
    @media only screen and (max-width: 768px) {
      footer .footer__logo {
        margin: 0 auto 15px; } }
  footer .footer__copyright {
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25; }
    footer .footer__copyright::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.25) * .5em);
      content: ""; }
    footer .footer__copyright::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.25) * .5em);
      content: ""; }
    @media only screen and (max-width: 768px) {
      footer .footer__copyright {
        font-size: 11px; } }

/* ==================================================
    display [PC]

    PC/SP での ON/OFF 表示
================================================== */
.display-pc {
  display: block; }

.display-sp {
  display: none; }

/* ==================================================
    display [SP]
================================================== */
@media screen and (max-width: 768px) {
  .display-pc {
    display: none; }
  .display-sp {
    display: block; } }

/*--------------------------------------------------------------------
    [PAGE]

    ※ページ固有のスタイル。
    ・適応するページの body に class をつけて wrap する。
 --------------------------------------------------------------------*/
/* ---------------------------------------------
*
* MAIN VISUAL
*
--------------------------------------------- */
.mv {
  position: relative;
  overflow: hidden; }
  .mv .mv__inner {
    max-height: 925px;}
   .mv .mv__inner .mv__slider {
     width: 100%;
     height: 100%; }
     .mv .mv__inner .mv__slider img {
       object-fit: cover; }
   .mv .mv__inner .mv__logo {
     position: absolute;
     top: 40%;
     left: 50%;
     transform: translate(-50%, -40%);
     width: 14.6412%; }
     @media only screen and (max-width: 768px) {
       .mv .mv__inner .mv__logo {
         width: 40%;
         top: 50%;
         transform: translate(-50%, -50%); } }


/* ---------------------------------------------
*
* NEWS SECTION
*
--------------------------------------------- */
.pageHome a {
  outline: none; }
  .pageHome a img {
    opacity: 1;
    transition: all 0.3s ease-out 0s; }
    .pageHome a img:hover {
      opacity: .6;
      transition: all 0.3s ease-out 0s; }

.pageHome .sec__concept {
  padding: 160px 0 0 0; }
  @media only screen and (max-width: 768px) {
    .pageHome .sec__concept {
      padding: 60px 0 0 0; } }
  .pageHome .sec__concept .inner {
    max-width: 100%; }
  .pageHome .sec__concept .concept__wrap {
    margin-bottom: 150px; }
    @media only screen and (max-width: 1166px) {
      .pageHome .sec__concept .concept__wrap {
        margin-bottom: 100px; } }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__concept .concept__wrap {
        margin-bottom: 40px; } }
  .pageHome .sec__concept .concept__title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0.4em;
    margin-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__concept .concept__title {
        font-size: 24px;
        margin-bottom: 40px; } }
  .pageHome .sec__concept .concept__card {
    margin: 0;
    margin-left: auto;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-evenly;    
    position: relative;
    text-align: left; }
    @media only screen and (max-width: 1166px) {
      .pageHome .sec__concept .concept__card {
        display: block; } }
    .pageHome .sec__concept .concept__card.-reverse {
      flex-direction: row-reverse; }
  .pageHome .sec__concept .concept__img {
    flex: 1;
    max-width: 620px;
    position: relative;
    top: 0;
    left: 10%;
    z-index: 1; }
    @media only screen and (max-width: 1166px) {
      .pageHome .sec__concept .concept__img {
        max-width: 50%;
        margin: 0 auto;
        left: 0; } }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__concept .concept__img {
        max-width: 90%; } }
    .pageHome .sec__concept .concept__img.-reverse {
      top: 270px;
      left: -10%; }
      @media only screen and (max-width: 1166px) {
        .pageHome .sec__concept .concept__img.-reverse {
          max-width: 50%;
          margin: 0 auto;
          top: 0;
          left: 0; } }
      @media only screen and (max-width: 768px) {
        .pageHome .sec__concept .concept__img.-reverse {
          max-width: 90%; } }
  .pageHome .sec__concept .concept__body {
    max-width: 810px;
    padding: 75px 75px 75px 12%;
    background-image: url("../../assets/img/common/bg_green.jpg");
    background-repeat: repeat;
    position: relative;
    top: 100px;
    right: 0;
    color: #fff; }
    @media only screen and (max-width: 1166px) {
      .pageHome .sec__concept .concept__body {
        max-width: 100%;
        padding: 145px 0 75px;
        top: -100px; } }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__concept .concept__body {
        top: -120px; } }
    .pageHome .sec__concept .concept__body.-reverse {
      padding: 75px 12% 75px 75px; }
      @media only screen and (max-width: 1166px) {
        .pageHome .sec__concept .concept__body.-reverse {
          max-width: 100%;
          padding: 145px 0 75px;
          top: -100px; } }
      @media only screen and (max-width: 768px) {
        .pageHome .sec__concept .concept__body.-reverse {
          top: -120px; } }
  .pageHome .sec__concept .concept__subtitle {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    line-height: 1.5; }
    .pageHome .sec__concept .concept__subtitle::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.5) * .5em);
      content: ""; }
    .pageHome .sec__concept .concept__subtitle::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.5) * .5em);
      content: ""; }
    @media only screen and (max-width: 1166px) {
      .pageHome .sec__concept .concept__subtitle {
        max-width: 50%;
        margin: 10px auto 20px;
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__concept .concept__subtitle {
        max-width: 90%;
        font-size: 24px; } }
  .pageHome .sec__concept .concept__desc {
    font-size: 18px;
    line-height: 2; }
    .pageHome .sec__concept .concept__desc::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 2) * .5em);
      content: ""; }
    .pageHome .sec__concept .concept__desc::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 2) * .5em);
      content: ""; }
    @media only screen and (max-width: 1166px) {
      .pageHome .sec__concept .concept__desc {
        max-width: 50%;
        margin: auto; } }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__concept .concept__desc {
        max-width: 90%;
        font-size: 14px; } }
  .pageHome .sec__concept .concept__deco {
    width: 100%;
    position: absolute;
    z-index: 3; }
    @media only screen and (max-width: 1166px) {
      .pageHome .sec__concept .concept__deco {
        z-index: 2; } }
    .pageHome .sec__concept .concept__deco img {
      width: 100%; }
    .pageHome .sec__concept .concept__deco.-num1 {
      max-width: 500px;
      top: -20px;
      right: -600px; }
      @media only screen and (max-width: 1166px) {
        .pageHome .sec__concept .concept__deco.-num1 {
          max-width: 100%;
          top: 60%;
          right: 0;
          left: 50%;
          transform: translateX(-50%); } }
    .pageHome .sec__concept .concept__deco.-num2 {
      max-width: 268px;
      top: 80%;
      left: 13%; }
      @media only screen and (max-width: 1166px) {
        .pageHome .sec__concept .concept__deco.-num2 {
          max-width: 30.466%;
          top: 80%;
          left: 50%;
          transform: translateX(-50%); } }
      @media only screen and (max-width: 768px) {
        .pageHome .sec__concept .concept__deco.-num2 {
          max-width: 208px;
          top: 78%; } }
    .pageHome .sec__concept .concept__deco.-num3_1 {
      max-width: 112px;
      top: -200px;
      right: 185px; }
      @media only screen and (max-width: 1166px) {
        .pageHome .sec__concept .concept__deco.-num3_1 {
          max-width: 20%;
          top: 73%;
          right: 77%; } }
    .pageHome .sec__concept .concept__deco.-num3_2 {
      max-width: 357px;
      top: -240px;
      right: 585px; }
      @media only screen and (max-width: 1166px) {
        .pageHome .sec__concept .concept__deco.-num3_2 {
          max-width: 70%;
          top: 73%;
          right: -7%; } }
      @media only screen and (max-width: 768px) {
        .pageHome .sec__concept .concept__deco.-num3_2 {
          max-width: 60%;
          top: 72%;
          right: -7%; } }
    .pageHome .sec__concept .concept__deco.-num4 {
      max-width: 170px;
      bottom: -40%;
      left: 20%; }
      @media only screen and (max-width: 1166px) {
        .pageHome .sec__concept .concept__deco.-num4 {
          max-width: 20%;
          bottom: 5%;
          left: 20%; } }
      @media only screen and (max-width: 768px) {
        .pageHome .sec__concept .concept__deco.-num4 {
          max-width: 30%;
          bottom: 12%;
          left: 20%; } }
    .pageHome .sec__concept .concept__deco.-num5 {
      max-width: 121px;
      bottom: -65%;
      left: 80%; }
      @media only screen and (max-width: 1166px) {
        .pageHome .sec__concept .concept__deco.-num5 {
          max-width: 13%;
          bottom: 0%;
          left: 60%; } }
      @media only screen and (max-width: 768px) {
        .pageHome .sec__concept .concept__deco.-num5 {
          max-width: 20%;
          bottom: 9%;
          left: 60%; } }

.pageHome .sec__news {
  margin-top: 400px; }
  @media only screen and (max-width: 768px) {
    .pageHome .sec__news {
      margin-top: 0; } }
  .pageHome .sec__news .news__wrap {
    max-width: 815px;
    margin: 0 auto; }
  .pageHome .sec__news .news__list {
    margin-bottom: 50px; }
    .pageHome .sec__news .news__list .news__item {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #fff;
      color: #fff;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      @media only screen and (max-width: 768px) {
        .pageHome .sec__news .news__list .news__item {
          display: block; } }
      .pageHome .sec__news .news__list .news__item:last-child {
        margin-bottom: 0; }
      .pageHome .sec__news .news__list .news__item a {
        color: #fff; }
      .pageHome .sec__news .news__list .news__item .news__date {
        width: 127px;
        font-size: 16px;
        line-height: 1.25; }
        .pageHome .sec__news .news__list .news__item .news__date::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.25) * .5em);
          content: ""; }
        .pageHome .sec__news .news__list .news__item .news__date::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.25) * .5em);
          content: ""; }
        @media only screen and (max-width: 768px) {
          .pageHome .sec__news .news__list .news__item .news__date {
            font-size: 13px;
            width: 100%;
            text-align: left;
            margin-bottom: 10px; } }
      .pageHome .sec__news .news__list .news__item .news__title {
        flex: 1;
        font-size: 18px;
        line-height: 1.25;
        text-align: left; }
        .pageHome .sec__news .news__list .news__item .news__title::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.25) * .5em);
          content: ""; }
        .pageHome .sec__news .news__list .news__item .news__title::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.25) * .5em);
          content: ""; }
        @media only screen and (max-width: 768px) {
          .pageHome .sec__news .news__list .news__item .news__title {
            font-size: 14px; } }

.pageHome .sec__pickup .pickup__list .pickup__item {
  margin-bottom: 40px; }
  .pageHome .sec__pickup .pickup__list .pickup__item:last-child {
    margin-bottom: 0; }

.pageHome .season__wrap .season__list {
  display: flex;
  justify-content: space-between;
  /*justify-content: center;*/ }
  @media only screen and (max-width: 768px) {
    .pageHome .season__wrap .season__list {
      display: block; } }
  @media only screen and (max-width: 768px) {
    .pageHome .season__wrap .season__list .season__item {
      margin-bottom: 40px; }
      .pageHome .season__wrap .season__list .season__item:last-child {
        margin-bottom: 0; } }

.pageHome .season__wrap .season__list {
  display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;}
.pageHome .season__wrap .season__list li{    
  margin: 15px 20px 15px 20px;
  width: calc(50% - 40px);}
  @media only screen and (max-width: 768px) {
    .pageHome .season__wrap .season__list {
      display: block; } }
  @media only screen and (max-width: 768px) {
    .pageHome .season__wrap .season__list .season__item {
      margin: 30px 0px 30px 0px;
      width: calc(100%);
    }
      .pageHome .season__wrap .season__list .season__item:last-child {
        margin-bottom: 0; } }


/*バナー2枚の時*/
.pageHome .season__wrap .season__list2 {
  display: flex;
  justify-content: space-between;
  margin: 30px auto; }
  @media only screen and (max-width: 768px) {
    .pageHome .season__wrap .season__list2 {
      display: block;
	  margin-top: 40px } }
  @media only screen and (max-width: 768px) {
    .pageHome .season__wrap .season__list2 .season__item {
      margin-bottom: 40px; }
      .pageHome .season__wrap .season__list2 .season__item:last-child {
        margin-bottom: 0; } }

/*バナー一枚の時*/
.pageHome .season__wrap .season__list3 {
  	width: 50%;
	margin: 30px auto; }
  @media only screen and (max-width: 768px) {
    .pageHome .season__wrap .season__list3 {
      display: block; 
	  width: 100%; 
	  margin-top: 40px;} }
  @media only screen and (max-width: 768px) {
    .pageHome .season__wrap .season__list2 .season__item {
      margin-bottom: 40px; }
      .pageHome .season__wrap .season__list2 .season__item:last-child {
        margin-bottom: 0; } }

/*バナーなし文章のみの時
p.autumn {
    font-size: 18px;
    color: #fff; }
*/

.pageHome .sec__gift .subtitle {
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.2em;
  margin-bottom: 30px; }

.pageHome .sec__gift .price__wrap {
  margin-bottom: 82px; }
  .pageHome .sec__gift .price__wrap .price__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__gift .price__wrap .price__list {
        justify-content: space-between; } }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__gift .price__wrap .price__list {
        width: 100%; } }
    .pageHome .sec__gift .price__wrap .price__list .price__item {
      padding: 7px;
      background-color: #FFFDF0;
      cursor: pointer;
      width: 266px;
      margin: 12px; }
      @media only screen and (max-width: 768px) {
        .pageHome .sec__gift .price__wrap .price__list .price__item {
          width: 100%; } }
      .pageHome .sec__gift .price__wrap .price__list .price__item a {
        font-size: 26px;
        font-weight: 700;
        color: #004c30;
        display: block;
        background-color: #FFFDF0;
        padding: 30px;
        border: 1px solid #004c30; }

.pageHome .sec__gift .use__wrap {
  margin-bottom: 70px; }
  .pageHome .sec__gift .use__wrap .use__oseibo {
    background-color: #fff; }
  .pageHome .sec__gift .use__wrap .use__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .pageHome .sec__gift .use__wrap .use__list .use__item {
      width: 48.5%;
      margin-top: 30px;
      background-color: #fff; }

.pageHome .sec__standard .standard__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .pageHome .sec__standard .standard__list .standard__item {
    /* margin-top: 10px; */
    margin-bottom: 30px;
    background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .pageHome .sec__standard .standard__list.-col2 {
      display: block; } }
  .pageHome .sec__standard .standard__list.-col2 .standard__item {
    width: 48.5%; }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__standard .standard__list.-col2 .standard__item {
        width: 100%; } }
  .pageHome .sec__standard .standard__list.-col4 .standard__item {
    width: 22.75%; }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__standard .standard__list.-col4 .standard__item {
        width: 48.5%; } }

.pageHome .sec__about {
  padding: 0;
  position: relative; }
  .pageHome .sec__about .about_bg {
    background-image: url("../../assets/img/top/shopback.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 160px 50px 870px;
    mix-blend-mode: multiply; }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__about .about_bg {
        padding: 160px 50px 165%; } }
  .pageHome .sec__about .about__wrap {
    max-width: 862px;
    min-width: 80%;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__about .about__wrap {
        top: 60px; } }
  .pageHome .sec__about .about__desc {
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 2.5;
    margin-bottom: 50px; }
    .pageHome .sec__about .about__desc::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 2.5) * .5em);
      content: ""; }
    .pageHome .sec__about .about__desc::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 2.5) * .5em);
      content: ""; }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__about .about__desc {
        font-size: 14px; } }
  .pageHome .sec__about .about__btn {
    margin-bottom: 40px; }
  .pageHome .sec__about .about__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .pageHome .sec__about .about__list {
        display: block; } }
    .pageHome .sec__about .about__list .about__item {
      width: 48.5%;
      margin-top: 30px;
      background-color: #fff; }
      @media only screen and (max-width: 768px) {
        .pageHome .sec__about .about__list .about__item {
          width: 100%; } }

.pageHome .sec__contact {
  padding: 0;
  background-color: #004c30; }
  .pageHome .sec__contact .contact__list {
    display: flex;
    justify-content: space-between; }
    .pageHome .sec__contact .contact__list .contact__item {
      width: 49.95%; }
      .pageHome .sec__contact .contact__list .contact__item a {
        display: block;
        background-color: #FFFDF0;
        text-align: center;
        width: 100%;
        font-size: 20px;
        color: #004c30;
        padding: 35px; }
        @media only screen and (max-width: 768px) {
          .pageHome .sec__contact .contact__list .contact__item a {
            padding: 25px; } }

/*オンラインショップバナー*/
.onlineshop_wrap img {
    width: 90%;
	margin-bottom: 150px;
	max-width: 1166px;
}
@media only screen and (max-width: 768px) {
	.onlineshop_wrap img {
    width: 90%;
	margin-bottom: 60px;
	/* margin-top: -60px; */
	}}
@media only screen and (max-width: 768px) {
	.onlineshop_bn_pc{
		display: none;
	}}
@media only screen and (min-width: 769px) {
	.onlineshop_bn_sp{
		display: none;
	}}

/* ---------------------------------------------
*
* NEWS SECTION
*
--------------------------------------------- */
.pageNews .sec__news .news__wrap {
  max-width: 815px;
  margin: 0 auto; }

.pageNews .sec__news .news__list {
  margin: 50px 0; }
  .pageNews .sec__news .news__list .news__item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #004c30;
    color: #004c30;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 768px) {
      .pageNews .sec__news .news__list .news__item {
        display: block; } }
    .pageNews .sec__news .news__list .news__item:last-child {
      margin-bottom: 0; }
    .pageNews .sec__news .news__list .news__item a {
      color: #004c30; }
    .pageNews .sec__news .news__list .news__item .news__date {
      width: 127px;
      font-size: 16px;
      line-height: 1.25; }
      .pageNews .sec__news .news__list .news__item .news__date::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .pageNews .sec__news .news__list .news__item .news__date::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }
      @media only screen and (max-width: 768px) {
        .pageNews .sec__news .news__list .news__item .news__date {
          font-size: 13px;
          width: 100%;
          text-align: left;
          margin-bottom: 10px; } }
    .pageNews .sec__news .news__list .news__item .news__title {
      flex: 1;
      font-size: 18px;
      line-height: 1.25;
      text-align: left; }
      .pageNews .sec__news .news__list .news__item .news__title::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .pageNews .sec__news .news__list .news__item .news__title::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }
      @media only screen and (max-width: 768px) {
        .pageNews .sec__news .news__list .news__item .news__title {
          font-size: 14px; } }

.pageNews .sec__news .items__tag {
  text-align: center;
  margin-top: 20px;
  position: relative;
  width: 76px;
  height: 20px;
  margin-left: auto; }
  @media only screen and (max-width: 1166px) {
    .pageNews .sec__news .items__tag {
      margin-top: 10px; } }
  .pageNews .sec__news .items__tag .tag {
    padding: 4px;
    background-color: #004c30; }

.pageNews .sec__news .wp-pagenavi {
  margin-bottom: 50px;
  display: flex;
  justify-content: center; }

.pageNews .sec__news .wp-pagenavi a, .pageNews .sec__news .wp-pagenavi span {
  display: block;
  font-size: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #004c30;
  position: relative;
  color: #004c30;
  background-color: #FFFDF0;
  transition: .3s;
  padding-top: 10px;
  margin-left: 10px; }
  .pageNews .sec__news .wp-pagenavi a:first-child, .pageNews .sec__news .wp-pagenavi span:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 1166px) {
    .pageNews .sec__news .wp-pagenavi a, .pageNews .sec__news .wp-pagenavi span {
      width: 50px;
      height: 50px;
      padding-top: 12px; } }
  .pageNews .sec__news .wp-pagenavi a.extend, .pageNews .sec__news .wp-pagenavi span.extend {
    width: auto;
    height: auto;
    border-radius: none;
    border: none;
    color: #004c30;
    background-color: transparent;
    padding-top: 10px; }

.pageNews .sec__news .wp-pagenavi a:hover {
  opacity: 1;
  background-color: #004c30;
  color: #fff; }

.pageNews .sec__news .wp-pagenavi span.current {
  color: #fff;
  background-color: #004c30; }
  .pageNews .sec__news .wp-pagenavi span.current:hover {
    opacity: 0.6; }

.pageNews .sec__news .pagenavi {
  margin-bottom: 50px; }
  .pageNews .sec__news .pagenavi .pagenavi__list {
    display: flex;
    justify-content: center; }
    .pageNews .sec__news .pagenavi .pagenavi__list .pagenavi__dot {
      font-size: 16px;
      color: #004c30;
      position: relative;
      top: 12px;
      margin-left: 10px; }
      @media only screen and (max-width: 1166px) {
        .pageNews .sec__news .pagenavi .pagenavi__list .pagenavi__dot {
          top: 8px; } }
    .pageNews .sec__news .pagenavi .pagenavi__list .pagenavi__item {
      margin-left: 15px; }
      .pageNews .sec__news .pagenavi .pagenavi__list .pagenavi__item:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 1166px) {
        .pageNews .sec__news .pagenavi .pagenavi__list .pagenavi__item {
          margin-left: 10px; } }
      .pageNews .sec__news .pagenavi .pagenavi__list .pagenavi__item .pagenavi__link {
        display: block;
        font-size: 16px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #004c30;
        position: relative;
        color: #004c30;
        background-color: #FFFDF0;
        transition: .3s; }
        @media only screen and (max-width: 1166px) {
          .pageNews .sec__news .pagenavi .pagenavi__list .pagenavi__item .pagenavi__link {
            width: 40px;
            height: 40px; } }
        .pageNews .sec__news .pagenavi .pagenavi__list .pagenavi__item .pagenavi__link span.num {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .pageNews .sec__news .pagenavi .pagenavi__list .pagenavi__item .pagenavi__link.-current {
          color: #fff;
          background-color: #004c30; }
          .pageNews .sec__news .pagenavi .pagenavi__list .pagenavi__item .pagenavi__link.-current:hover {
            opacity: 0.6; }
        .pageNews .sec__news .pagenavi .pagenavi__list .pagenavi__item .pagenavi__link:hover {
          opacity: 1;
          background-color: #004c30;
          color: #fff; }

.pageNews .sec__news .news__category {
  max-width: 440px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .pageNews .sec__news .news__category {
      margin: 30px auto 0; } }
  .pageNews .sec__news .news__category .category__title {
    font-size: 16px;
    font-weight: 700; }
  .pageNews .sec__news .news__category .category__list {
    display: flex;
    justify-content: center;
    border-top: 1px solid #004c30;
    margin: 10px auto 0;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .pageNews .sec__news .news__category .category__list {
        flex-wrap: wrap; } }
    .pageNews .sec__news .news__category .category__list .category__item {
      margin: 0 10px; }
      @media only screen and (max-width: 768px) {
        .pageNews .sec__news .news__category .category__list .category__item {
          margin-top: 5px; } }
      .pageNews .sec__news .news__category .category__list .category__item:first-child {
        margin-left: 0; }
      .pageNews .sec__news .news__category .category__list .category__item .category__link {
        font-size: 14px;
        color: #004c30; }
        @media only screen and (max-width: 768px) {
          .pageNews .sec__news .news__category .category__list .category__item .category__link {
            font-size: 12px; } }

.pageNews .sec__news .detail__wrap {
  max-width: 700px;
  margin: 40px auto 0; }
  @media only screen and (max-width: 768px) {
    .pageNews .sec__news .detail__wrap {
      margin: 0 auto; } }
  .pageNews .sec__news .detail__wrap .items__tag {
    width: auto;
    height: 30px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .pageNews .sec__news .detail__wrap .items__tag {
        margin: 0 auto 20px;
        height: 20px; } }
    @media only screen and (max-width: 1166px) {
      .pageNews .sec__news .detail__wrap .items__tag {
        margin-top: 10px; } }
    .pageNews .sec__news .detail__wrap .items__tag .tag {
      position: absolute;
      top: 0;
      right: 0;
      padding: 4px 7px;
      background-color: #004c30;
      color: #fff; }
  .pageNews .sec__news .detail__wrap .detail__body {
    width: 100%;
    text-align: left;
    flex: 1;
    padding: 30px 0;
    transition: .3s;
    position: relative; }
    @media only screen and (max-width: 1166px) {
      .pageNews .sec__news .detail__wrap .detail__body {
        padding: 0; } }
    @media only screen and (max-width: 768px) {
      .pageNews .sec__news .detail__wrap .detail__body {
        padding: 30px 0 0; } }
    .pageNews .sec__news .detail__wrap .detail__body .detail__date {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.25;
      margin-bottom: 20px; }
      .pageNews .sec__news .detail__wrap .detail__body .detail__date::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .pageNews .sec__news .detail__wrap .detail__body .detail__date::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }
      @media only screen and (max-width: 768px) {
        .pageNews .sec__news .detail__wrap .detail__body .detail__date {
          margin-bottom: 10px;
          text-align: center; } }
    .pageNews .sec__news .detail__wrap .detail__body .detail__title {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.25;
      margin-bottom: 37px; }
      .pageNews .sec__news .detail__wrap .detail__body .detail__title::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .pageNews .sec__news .detail__wrap .detail__body .detail__title::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }
      @media only screen and (max-width: 768px) {
        .pageNews .sec__news .detail__wrap .detail__body .detail__title {
          font-size: 19px;
          text-align: center;
          margin-bottom: 30px; } }
    .pageNews .sec__news .detail__wrap .detail__body .detail__desc {
      font-size: 14px;
      line-height: 2; }
      .pageNews .sec__news .detail__wrap .detail__body .detail__desc::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 2) * .5em);
        content: ""; }
      .pageNews .sec__news .detail__wrap .detail__body .detail__desc::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 2) * .5em);
        content: ""; }
      .pageNews .sec__news .detail__wrap .detail__body .detail__desc .detail__p {
        margin-bottom: 20px; }
        .pageNews .sec__news .detail__wrap .detail__body .detail__desc .detail__p:last-child {
          margin-bottom: 0; }
  .pageNews .sec__news .detail__wrap .detail__btn {
    max-width: 90%;
    margin: 85px auto 50px;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      .pageNews .sec__news .detail__wrap .detail__btn {
        max-width: 90%; } }
    @media only screen and (max-width: 768px) {
      .pageNews .sec__news .detail__wrap .detail__btn {
        max-width: 100%; } }
    .pageNews .sec__news .detail__wrap .detail__btn .news__btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 768px) {
        .pageNews .sec__news .detail__wrap .detail__btn .news__btn {
          position: relative;
          top: 0;
          transform: translate(-50%, 0%); } }
    .pageNews .sec__news .detail__wrap .detail__btn .arrow__wrap {
      padding: 3.6%; }
    .pageNews .sec__news .detail__wrap .detail__btn .link__arrow {
      display: inline-block;
      padding: 12px;
      font-size: 12px;
      color: #004c30; }
      .pageNews .sec__news .detail__wrap .detail__btn .link__arrow.prev__link {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 15px; }
        @media only screen and (max-width: 768px) {
          .pageNews .sec__news .detail__wrap .detail__btn .link__arrow.prev__link {
            position: relative; } }
        .pageNews .sec__news .detail__wrap .detail__btn .link__arrow.prev__link::before {
          display: block;
          content: "<";
          position: absolute;
          top: 47%;
          left: 0;
          transform: translate(0, -47%); }
      .pageNews .sec__news .detail__wrap .detail__btn .link__arrow.next__link {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 15px; }
        @media only screen and (max-width: 768px) {
          .pageNews .sec__news .detail__wrap .detail__btn .link__arrow.next__link {
            position: relative; } }
        .pageNews .sec__news .detail__wrap .detail__btn .link__arrow.next__link::after {
          display: block;
          content: ">";
          position: absolute;
          top: 47%;
          right: 0;
          transform: translate(0, -47%); }

/* ---------------------------------------------
*
* NEWS SECTION
*
--------------------------------------------- */
.pagePickup.polvorones .polvorones__wrap {
  background-image: url("../../assets/img/pickup/01/bg_dot.png");
  background-color: #fffce9;
  color: #b77e4b; }
  @media only screen and (max-width: 768px) {
    .pagePickup.polvorones .polvorones__wrap {
      background-image: url("../../assets/img/pickup/01/bg_dot_sp.png"); } }

.pagePickup.polvorones .polvorones__inner {
  max-width: 1208px;
  margin: 0 auto;
  padding: 90px 0 160px; }
  @media only screen and (max-width: 768px) {
    .pagePickup.polvorones .polvorones__inner {
      padding: 90px 30px 160px; } }

.pagePickup.polvorones .polvorones__intro {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  line-height: 2.5;
  margin-bottom: 67px; }
  .pagePickup.polvorones .polvorones__intro::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.5) * .5em);
    content: ""; }
  .pagePickup.polvorones .polvorones__intro::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.5) * .5em);
    content: ""; }
  @media only screen and (max-width: 768px) {
    .pagePickup.polvorones .polvorones__intro {
      font-size: 18px; } }

.pagePickup.polvorones .polvorones__concept .concept__block {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .pagePickup.polvorones .polvorones__concept .concept__block {
      display: block; } }
  .pagePickup.polvorones .polvorones__concept .concept__block.-reverse {
    flex-direction: row-reverse; }
    .pagePickup.polvorones .polvorones__concept .concept__block.-reverse .concept__body .body__inner {
      right: 0; }
  .pagePickup.polvorones .polvorones__concept .concept__block.-noflex {
    display: block; }
    .pagePickup.polvorones .polvorones__concept .concept__block.-noflex .concept__img03 {
      width: 30%;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .pagePickup.polvorones .polvorones__concept .concept__block.-noflex .concept__img03 {
          width: 70%; } }
    .pagePickup.polvorones .polvorones__concept .concept__block.-noflex .img03__desc {
      margin-top: 100px;
      text-align: center;
      font-size: 21px;
      line-height: 1.7;
      margin-bottom: 93px; }
      .pagePickup.polvorones .polvorones__concept .concept__block.-noflex .img03__desc::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.7) * .5em);
        content: ""; }
      .pagePickup.polvorones .polvorones__concept .concept__block.-noflex .img03__desc::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.7) * .5em);
        content: ""; }
      @media only screen and (max-width: 768px) {
        .pagePickup.polvorones .polvorones__concept .concept__block.-noflex .img03__desc {
          margin-top: 40px;
          font-size: 16px;
          text-align: left;
          margin-bottom: 40px; } }
  .pagePickup.polvorones .polvorones__concept .concept__block .concept__img {
    width: 48.3443%; }
    @media only screen and (max-width: 768px) {
      .pagePickup.polvorones .polvorones__concept .concept__block .concept__img {
        width: 100%;
        margin-bottom: 20px; } }
  .pagePickup.polvorones .polvorones__concept .concept__block .concept__body {
    width: 47%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .pagePickup.polvorones .polvorones__concept .concept__block .concept__body {
        width: 85%;
        margin: 0 auto 70px; }
        .pagePickup.polvorones .polvorones__concept .concept__block .concept__body:last-child {
          margin-bottom: 30px; } }
    .pagePickup.polvorones .polvorones__concept .concept__block .concept__body .body__inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 768px) {
        .pagePickup.polvorones .polvorones__concept .concept__block .concept__body .body__inner {
          position: relative;
          top: 0;
          transform: translateY(0); } }
    .pagePickup.polvorones .polvorones__concept .concept__block .concept__body .concept__title {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 34px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .pagePickup.polvorones .polvorones__concept .concept__block .concept__body .concept__title {
          font-size: 29px; } }
      @media only screen and (max-width: 768px) {
        .pagePickup.polvorones .polvorones__concept .concept__block .concept__body .concept__title.-spain {
          font-size: 24px; } }
    .pagePickup.polvorones .polvorones__concept .concept__block .concept__body .concept__desc {
      font-size: 19px;
      line-height: 1.7; }
      .pagePickup.polvorones .polvorones__concept .concept__block .concept__body .concept__desc::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.7) * .5em);
        content: ""; }
      .pagePickup.polvorones .polvorones__concept .concept__block .concept__body .concept__desc::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.7) * .5em);
        content: ""; }
      @media only screen and (max-width: 768px) {
        .pagePickup.polvorones .polvorones__concept .concept__block .concept__body .concept__desc {
          font-size: 14px; } }
  .pagePickup.polvorones .polvorones__concept .concept__block .concept__imgTxt.-num1 {
    width: 97.4337%; }

.pagePickup.polvorones .polvorones__lineup {
  margin-top: 200px; }
  @media only screen and (max-width: 768px) {
    .pagePickup.polvorones .polvorones__lineup {
      margin-top: 100px; } }
  .pagePickup.polvorones .polvorones__lineup .lineup__title {
    font-family: 'Spectral', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 44px;
    text-align: center;
    letter-spacing: 0.05em; }
  .pagePickup.polvorones .polvorones__lineup .lineup__img {
    margin-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      .pagePickup.polvorones .polvorones__lineup .lineup__img {
        margin-bottom: 50px; } }
    .pagePickup.polvorones .polvorones__lineup .lineup__img.-num01 {
      width: 88.99%;
      margin-left: 0 auto 80px; }
      @media only screen and (max-width: 768px) {
        .pagePickup.polvorones .polvorones__lineup .lineup__img.-num01 {
          width: 100%;
          margin: 0 auto 30px; } }
    .pagePickup.polvorones .polvorones__lineup .lineup__img.-num02 {
      width: 88.99%;
      margin: 0 auto 100px; }
      @media only screen and (max-width: 768px) {
        .pagePickup.polvorones .polvorones__lineup .lineup__img.-num02 {
          width: 100%;
          margin: 0 auto 30px; } }
    .pagePickup.polvorones .polvorones__lineup .lineup__img.-num03 {
      width: 86.92%;
      margin: 0 auto 100px; }
      @media only screen and (max-width: 768px) {
        .pagePickup.polvorones .polvorones__lineup .lineup__img.-num03 {
          width: 100%;
          margin: 0 auto 70px; } }

.pagePickup.polvorones .polvorones__btn {
  width: 53.8079%;
  margin: 0 auto 120px; }
  @media only screen and (max-width: 768px) {
    .pagePickup.polvorones .polvorones__btn {
      width: 100%;
      margin: 0 auto 80px; } }
  .pagePickup.polvorones .polvorones__btn a {
    padding: 30px 20px;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2vw;
    display: block;
    border-radius: 13px;
    background-color: #ffb972;
    color: #FFFCE9; }
    @media only screen and (max-width: 768px) {
      .pagePickup.polvorones .polvorones__btn a {
        font-size: 20px;
        padding: 20px; } }

.pagePickup.polvorones .polvorones__banner a {
  display: block;
  opacity: 1; }
  .pagePickup.polvorones .polvorones__banner a:hover {
    opacity: 0.6; }

.pagePickup.premiumCookie .premiumCookie__wrap {
  background-color: #28120D;
  color: #fff; }

.pagePickup.premiumCookie .premiumCookie__inner {
  max-width: 1208px;
  margin: 0 auto;
  padding: 90px 0 160px; }
  @media only screen and (max-width: 768px) {
    .pagePickup.premiumCookie .premiumCookie__inner {
      padding: 90px 30px 160px; } }

.pagePickup.premiumCookie .premiumCookie__intro {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  line-height: 2.5;
  padding: 100px 0; }
  .pagePickup.premiumCookie .premiumCookie__intro::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.5) * .5em);
    content: ""; }
  .pagePickup.premiumCookie .premiumCookie__intro::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.5) * .5em);
    content: ""; }
  @media only screen and (max-width: 768px) {
    .pagePickup.premiumCookie .premiumCookie__intro {
      font-size: 18px; } }

.pagePickup.premiumCookie .premiumCookie__lineup {
  margin-top: 180px; }
  @media only screen and (max-width: 768px) {
    .pagePickup.premiumCookie .premiumCookie__lineup {
      margin-top: 0; } }
  .pagePickup.premiumCookie .premiumCookie__lineup .lineup__title {
    font-family: 'Spectral', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 44px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 70px; }
  .pagePickup.premiumCookie .premiumCookie__lineup .lineup__img {
    margin-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      .pagePickup.premiumCookie .premiumCookie__lineup .lineup__img {
        margin-bottom: 50px; } }
    .pagePickup.premiumCookie .premiumCookie__lineup .lineup__img.-num01 {
      width: 75.9105%;
      margin: 0 auto 80px; }
      @media only screen and (max-width: 768px) {
        .pagePickup.premiumCookie .premiumCookie__lineup .lineup__img.-num01 {
          width: 100%;
          margin: 0 auto 70px; } }

.pagePickup.premiumCookie .premiumCookie__btn {
  width: 53.8079%;
  margin: 0 auto 120px; }
  @media only screen and (max-width: 768px) {
    .pagePickup.premiumCookie .premiumCookie__btn {
      width: 100%;
      margin: 0 auto 80px; } }
  .pagePickup.premiumCookie .premiumCookie__btn a {
    padding: 30px 20px;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2vw;
    display: block;
    border-radius: 13px;
    background-color: #ffb972;
    color: #FFFCE9; }
    @media only screen and (max-width: 768px) {
      .pagePickup.premiumCookie .premiumCookie__btn a {
        font-size: 20px;
        padding: 20px; } }

.pagePickup.premiumCookie .premiumCookie__banner a {
  display: block;
  opacity: 1; }
  .pagePickup.premiumCookie .premiumCookie__banner a:hover {
    opacity: 0.6; }

.pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__wrap {
  font-family: fot-tsukuardgothic-std, sans-serif;
  background-image: url("../../assets/img/pickup/03/bg_illust.svg");
  background-repeat: no-repeat;
  background-position: 110% 150px;
  background-color: #ffe4e4;
  color: #945e30; }
  @media only screen and (max-width: 768px) {
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__wrap {
      background-image: url("../../assets/img/pickup/03/bg_illust.svg");
      background-position: 60px 20%;
      background-size: 100%; } }

.pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__inner {
  max-width: 1208px;
  margin: 0 auto;
  padding: 90px 0 160px; }
  @media only screen and (max-width: 768px) {
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__inner {
      padding: 60px 30px; } }

.pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__intro {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 80px; }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__intro::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.5) * .5em);
    content: ""; }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__intro::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.5) * .5em);
    content: ""; }
  @media only screen and (max-width: 768px) {
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__intro {
      font-size: 18px; } }

.pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px; }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block {
      display: block; } }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block.-reverse {
    flex-direction: row-reverse; }
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block.-reverse .concept__body .body__inner {
      right: 0; }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__img {
    width: 48.3443%; }
    @media only screen and (max-width: 768px) {
      .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__img {
        width: 100%;
        margin-bottom: 20px; } }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__body {
    width: 47%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__body {
        width: 90%;
        margin: 0 auto 70px; }
        .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__body:last-child {
          margin-bottom: 30px; } }
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__body .body__inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      position: relative;
      z-index: 99; }
      @media only screen and (max-width: 768px) {
        .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__body .body__inner {
          position: relative;
          top: 0;
          transform: translateY(0); } }
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__body .concept__title {
      font-size: 34px;
      font-weight: 700;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__body .concept__title {
          font-size: 22px;
          text-align: center; } }
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__body .concept__desc {
      font-size: 19px;
      line-height: 1.7; }
      .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__body .concept__desc::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.7) * .5em);
        content: ""; }
      .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__body .concept__desc::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.7) * .5em);
        content: ""; }
      @media only screen and (max-width: 768px) {
        .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__body .concept__desc {
          font-size: 15px;
          text-align: center; } }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .concept__imgTxt.-num1 {
    width: 97.4337%; }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .block__bg {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 88; }
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .block__bg.-num1 {
      top: 10%;
      left: 0;
      width: 50%;
      transition: .3s; }
      @media only screen and (max-width: 1166px) {
        .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .block__bg.-num1 {
          opacity: 0; } }
      @media only screen and (max-width: 768px) {
        .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .block__bg.-num1 {
          top: 32%;
          left: 50%;
          transform: translateX(-50%);
          width: 70%;
          opacity: 1; } }
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .block__bg.-num2 {
      top: 100px;
      right: -50px;
      width: 40%;
      transition: .3s; }
      @media only screen and (max-width: 1166px) {
        .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .block__bg.-num2 {
          opacity: 0; } }
      @media only screen and (max-width: 768px) {
        .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__concept .concept__block .block__bg.-num2 {
          top: 12%;
          left: 50%;
          transform: translateX(-50%);
          width: 60%;
          opacity: 1; } }

.pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__lineup {
  background-color: #fff5ba;
  padding: 90px 30px;
  background-image: url("../../assets/img/pickup/03/bg_illust02.svg");
  background-repeat: no-repeat;
  background-position: -90px 110%; }
  @media only screen and (max-width: 768px) {
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__lineup {
      background-position: -30px 110%;
      background-size: 100%; } }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__lineup .lineup__title {
    width: 246px;
    margin: 0 auto 60px; }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__lineup .lineup__list {
    display: flex;
    justify-content: space-between;
    max-width: 650px;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__lineup .lineup__list {
        max-width: 100%;
        display: block; } }
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__lineup .lineup__list .lineup__item {
      width: 274px; }
      @media only screen and (max-width: 768px) {
        .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__lineup .lineup__list .lineup__item {
          width: 70%;
          margin: 0 auto 50px; } }
      .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__lineup .lineup__list .lineup__item .lineup__txt {
        margin-top: 10px;
        font-size: 20px;
        font-weight: 700;
        text-align: center; }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__lineup .lineup__lead {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 50px 0; }

.pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__btn {
  width: 47%;
  margin: 0 auto 120px; }
  @media only screen and (max-width: 768px) {
    .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__btn {
      width: 100%;
      margin: 0 auto 0; } }
  .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__btn a {
    padding: 30px 20px;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2vw;
    display: block;
    border-radius: 13px;
    background-color: #FF7070;
    color: #FFFCE9; }
    @media only screen and (max-width: 768px) {
      .pagePickup.fuwafuwaHoppe .fuwafuwaHoppe__btn a {
        font-size: 20px;
        padding: 20px; } }

/* ---------------------------------------------
*
* ABOUT SECTION
*
--------------------------------------------- */
.pageAbout .sec__about .about__desc {
  padding: 100px 0;
  font-size: 20px;
  line-height: 2.5; }
  .pageAbout .sec__about .about__desc::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.5) * .5em);
    content: ""; }
  .pageAbout .sec__about .about__desc::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.5) * .5em);
    content: ""; }
  @media only screen and (max-width: 768px) {
    .pageAbout .sec__about .about__desc {
      padding: 50px 0 20px;
      font-size: 13px; } }

.pageAbout .sec__about .about__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .pageAbout .sec__about .about__list {
      display: block; } }
  .pageAbout .sec__about .about__list .about__item {
    width: 48.5%;
    margin-top: 30px;
    background-color: #fff; }
    @media only screen and (max-width: 768px) {
      .pageAbout .sec__about .about__list .about__item {
        width: 100%; } }

.pageAbout .sec__about .about__table {
  max-width: 671px;
  margin: 100px auto 0;
  border: 1px solid #004c30;
  border-bottom: none; }
  @media only screen and (max-width: 768px) {
    .pageAbout .sec__about .about__table {
      margin: 50px auto 0; } }
  .pageAbout .sec__about .about__table .about__row {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #004c30; }
    .pageAbout .sec__about .about__table .about__row .about__th, .pageAbout .sec__about .about__table .about__row .about__td {
      padding: 20px 30px;
      text-align: left;
      font-size: 18px; }
      @media only screen and (max-width: 768px) {
        .pageAbout .sec__about .about__table .about__row .about__th, .pageAbout .sec__about .about__table .about__row .about__td {
          padding: 10px;
          font-size: 13px; } }
    .pageAbout .sec__about .about__table .about__row .about__th {
      width: 28.4649%;
      border-right: 1px solid #004c30; }
    .pageAbout .sec__about .about__table .about__row .about__td {
      flex: 1; }

/* ---------------------------------------------
*
* ABOUT SECTION
*
--------------------------------------------- */
.pageShop .sec__shop .shop__item {
  border-bottom: 1px solid #004c30;
  padding-bottom: 100px;
  margin-bottom: 100px; }

.pageShop .sec__shop .shop__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px; }
  @media only screen and (max-width: 768px) {
    .pageShop .sec__shop .shop__title {
      font-size: 20px; } }

.pageShop .sec__shop .shop__photo {
  padding: 40px 0 50px; }
  @media only screen and (max-width: 768px) {
    .pageShop .sec__shop .shop__photo {
      padding: 20px 0; } }

.pageShop .sec__shop .shop__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .pageShop .sec__shop .shop__info {
      display: block; } }

.pageShop .sec__shop .shop__body {
  width: 50%; }
  @media only screen and (max-width: 768px) {
    .pageShop .sec__shop .shop__body {
      width: 100%;
      margin-bottom: 30px; } }

.pageShop .sec__shop .shop__open {
  margin-bottom: 10px; }
  /* .pageShop .sec__shop .shop__open .open__row {
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 700; } */

    .pageShop .sec__shop .shop__open .open__row {
      display: grid;
      justify-content: flex-start;
      font-size: 18px;
      font-weight: 700;
      grid-template-columns: auto 1fr;
  }
    @media only screen and (max-width: 768px) {
      .pageShop .sec__shop .shop__open .open__row {
        font-size: 15px; } }
  .pageShop .sec__shop .shop__open .open__th {
    width: 90px; }
  .pageShop .sec__shop .shop__open.-long .open__th {
    width: 160px; }

.pageShop .sec__shop .shop__address {
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .pageShop .sec__shop .shop__address {
      font-size: 14px; } }

.pageShop .sec__shop .shop__desc {
  line-height: 1.7; }
  .pageShop .sec__shop .shop__desc::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7) * .5em);
    content: ""; }
  .pageShop .sec__shop .shop__desc::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7) * .5em);
    content: ""; }
  @media only screen and (max-width: 768px) {
    .pageShop .sec__shop .shop__desc {
      font-size: 13px; } }

.pageShop .sec__shop .shop__map {
  width: 44.8542%; }
  @media only screen and (max-width: 768px) {
    .pageShop .sec__shop .shop__map {
      width: 100%; } }

.pageShop .sec__shop .map__inner {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.pageShop .sec__shop .map__inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.pageShop .sec__shop .map__btn a {
  width: 270px;
  height: 56px;
  display: block;
  border: 1px solid #004c30;
  position: relative;
  opacity: 1;
  margin: 40px auto 0; }
  .pageShop .sec__shop .map__btn a .map__txt {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #004c30; }
  .pageShop .sec__shop .map__btn a:hover {
    background-color: #004c30; }
    .pageShop .sec__shop .map__btn a:hover .map__txt {
      color: #fff; }

.pageShop .sec__shop .shop__table .table__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .pageShop .sec__shop .shop__table .table__title {
      font-size: 20px; } }

.pageShop .sec__shop .shop__table table {
  max-width: 1166px;
  margin: 0 auto;
  border: 1px solid #004c30; }
  @media only screen and (max-width: 768px) {
    .pageShop .sec__shop .shop__table table {
      display: none;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; } }
  .pageShop .sec__shop .shop__table table tr {
    background-color: #fffdf0; }
    .pageShop .sec__shop .shop__table table tr:nth-child(odd) {
      background-color: #fbf3c2; }
  .pageShop .sec__shop .shop__table table th, .pageShop .sec__shop .shop__table table td {
    font-size: 16px;
    text-align: center;
    border: 1px solid #004c30; }
  .pageShop .sec__shop .shop__table table th {
    color: #fff;
    background-color: #267759;
    vertical-align: middle;
    padding: 10px; }
    .pageShop .sec__shop .shop__table table th.-num1, .pageShop .sec__shop .shop__table table th.-num2 {
      width: 35.9931%; }
    .pageShop .sec__shop .shop__table table th.-num3 {
      max-width: 27.53%; }
  .pageShop .sec__shop .shop__table table td {
    padding: 15px; }
    .pageShop .sec__shop .shop__table table td:nth-child(1), .pageShop .sec__shop .shop__table table td:nth-child(2) {
      text-align: left; }

@media only screen and (max-width: 768px) {
  .pageShop .sec__shop .shop__list__sp .shop__item__sp {
    margin-bottom: 20px;
    border: 1px solid #004c30; }
    .pageShop .sec__shop .shop__list__sp .shop__item__sp:last-child {
      margin-bottom: 0; }
    .pageShop .sec__shop .shop__list__sp .shop__item__sp .shop__name {
      background-color: #267759;
      font-size: 15px;
      font-weight: 700;
      padding: 10px;
      color: #fff; }
    .pageShop .sec__shop .shop__list__sp .shop__item__sp .item__body {
      padding: 15px;
      text-align: left;
      font-size: 14px; }
    .pageShop .sec__shop .shop__list__sp .shop__item__sp .shop__place::before {
      display: block;
      content: "[場所]"; }
    .pageShop .sec__shop .shop__list__sp .shop__item__sp .cake__list {
      margin-top: 10px; }
      .pageShop .sec__shop .shop__list__sp .shop__item__sp .cake__list .cake__item {
        display: inline-block;
        color: #fff;
        padding: 5px;
        font-size: 14px; }
        .pageShop .sec__shop .shop__list__sp .shop__item__sp .cake__list .cake__item.-fuwa {
          background-color: #FF7070;
          margin-right: 5px; }
        .pageShop .sec__shop .shop__list__sp .shop__item__sp .cake__list .cake__item.-pol {
          background-color: #FFB972; } }

/*会社概要バナー*/
	.company img {
    width: 566px;
    text-align: center;
    margin-top: 100px;
	}

@media only screen and (max-width: 768px) {
	.company img {
		width: 100%;
		text-align: center;
		margin-top: 60px;
	}
}

/*店舗情報一覧マージン*/
p.shoplistm_margin {
	display: block;
	margin-bottom: 40px;
}


/* ---------------------------------------------
*
* CONTACT SECTION
*
--------------------------------------------- */
.pageContact .sec__contact .contact__wrap {
  margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .pageContact .sec__contact .contact__wrap {
      margin-top: 0; } }

.pageContact .sec__contact .qa__wrap {
  max-width: 700px;
  margin: 0 auto; }
  .pageContact .sec__contact .qa__wrap .qa__title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    font-weight: 600;
    margin: 65px 0;
    line-height: 1.25; }
    .pageContact .sec__contact .qa__wrap .qa__title::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.25) * .5em);
      content: ""; }
    .pageContact .sec__contact .qa__wrap .qa__title::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.25) * .5em);
      content: ""; }
    @media only screen and (max-width: 768px) {
      .pageContact .sec__contact .qa__wrap .qa__title {
        margin-bottom: 25px; } }
  .pageContact .sec__contact .qa__wrap .qa__list .qa__item {
    text-align: left; }
    .pageContact .sec__contact .qa__wrap .qa__list .qa__item .question {
      font-size: 16px;
      font-weight: 700;
      padding-right: 20px;
      padding-bottom: 12px;
      margin-bottom: 15px;
      position: relative;
      border-bottom: 1px solid #004c30;
      cursor: pointer;
      transition: .3s; }
      .pageContact .sec__contact .qa__wrap .qa__list .qa__item .question:hover {
        opacity: 0.7; }
      .pageContact .sec__contact .qa__wrap .qa__list .qa__item .question::before {
        content: "Q.";
        font-weight: 700; }
      .pageContact .sec__contact .qa__wrap .qa__list .qa__item .question::after {
        display: block;
        content: "▼";
        font-size: 10px;
        position: absolute;
        top: 40%;
        right: 0;
        transform: translate(0, -40%);
        transform: rotate(0deg);
        transition: .3s;
        line-height: 0; }
        @media only screen and (max-width: 768px) {
          .pageContact .sec__contact .qa__wrap .qa__list .qa__item .question::after {
            top: 50%;
            right: 0;
            transform: translate(0, -50%); } }
      .pageContact .sec__contact .qa__wrap .qa__list .qa__item .question.is-open::after {
        transform: rotate(180deg); }
    .pageContact .sec__contact .qa__wrap .qa__list .qa__item .answer {
      font-size: 14px;
      line-height: 2;
      display: none;
      padding-bottom: 50px;
      margin-bottom: 12px;
      border-bottom: 1px solid #004c30; }
      .pageContact .sec__contact .qa__wrap .qa__list .qa__item .answer::before {
        content: "A."; }

.pageContact .sec__contact .qa__line {
  width: 227px;
  margin: 104px auto; }
  @media only screen and (max-width: 768px) {
    .pageContact .sec__contact .qa__line {
      width: 147px;
      margin: 70px auto; } }

.pageContact .sec__contact .form__wrap {
  max-width: 700px;
  margin: 30px auto 0; }
  .pageContact .sec__contact .form__wrap .form__title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 65px;
    line-height: 1.25; }
    .pageContact .sec__contact .form__wrap .form__title::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.25) * .5em);
      content: ""; }
    .pageContact .sec__contact .form__wrap .form__title::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.25) * .5em);
      content: ""; }
    @media only screen and (max-width: 768px) {
      .pageContact .sec__contact .form__wrap .form__title {
        margin-bottom: 25px; } }
  .pageContact .sec__contact .form__wrap .form__group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 20px; }
    .pageContact .sec__contact .form__wrap .form__group:last-child {
      margin-bottom: 0; }
    .pageContact .sec__contact .form__wrap .form__group.-name .form__dd input, .pageContact .sec__contact .form__wrap .form__group.-tel .form__dd input {
      width: 60%; }
      @media only screen and (max-width: 768px) {
        .pageContact .sec__contact .form__wrap .form__group.-name .form__dd input, .pageContact .sec__contact .form__wrap .form__group.-tel .form__dd input {
          width: 100%; } }
    .pageContact .sec__contact .form__wrap .form__group.-email .form__dd input, .pageContact .sec__contact .form__wrap .form__group-cont .form__dd input {
      width: 100%; }
    .pageContact .sec__contact .form__wrap .form__group .form__label {
      width: 186px;
      height: 38px;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.25;
      position: relative;
      top: 9px; }
      .pageContact .sec__contact .form__wrap .form__group .form__label::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .pageContact .sec__contact .form__wrap .form__group .form__label::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }
      .pageContact .sec__contact .form__wrap .form__group .form__label .required {
        display: inline-block;
        margin-left: 10px;
        color: #fff;
        background-color: #004c30;
        line-height: 1.5;
        font-size: 14px;
        padding: 5px 10px 7px;
        border-radius: 100vh;
        margin-right: 10px;
      }
        .pageContact .sec__contact .form__wrap .form__group .form__label .required::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.7) * .5em);
          content: ""; }
        .pageContact .sec__contact .form__wrap .form__group .form__label .required::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.7) * .5em);
          content: ""; }
    .pageContact .sec__contact .form__wrap .form__group .form__dd {
      width: 510px; }
      .pageContact .sec__contact .form__wrap .form__group .form__dd input, .pageContact .sec__contact .form__wrap .form__group .form__dd textarea {
        width: 100%;
        padding: 7px;
        border: 1px solid #004c30;
        outline: none; }
  .pageContact .sec__contact .form__wrap .form__btn {
    display: block;
    font-weight: 700;
    background-color: #004c30;
    transition: .3s;
    margin: 0 auto 30px; }
    .pageContact .sec__contact .form__wrap .form__btn:hover {
      opacity: .6; }
  .pageContact .sec__contact .form__wrap div.screen-reader-response {
    display: none; }
  .pageContact .sec__contact .form__wrap .wpcf7-not-valid-tip {
    display: block;
    color: red;
    font-weight: 700; }
  .pageContact .sec__contact .form__wrap .wpcf7-response-output {
    color: red;
    font-weight: 700; }

/* ---------------------------------------------
*
* RECRUIT SECTION
*
--------------------------------------------- */
.pageRecruit .sec__recruit .recruit__txt {
  font-size: 24px;
  font-weight: 700;
  margin: 80px 0; }
  @media only screen and (max-width: 768px) {
    .pageRecruit .sec__recruit .recruit__txt {
      font-size: 20px; } }

.pageRecruit .sec__recruit .recruit__table {
  margin-bottom: 100px; }
  .pageRecruit .sec__recruit .recruit__table:last-child {
    margin-bottom: 0; }
  .pageRecruit .sec__recruit .recruit__table .table__title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .pageRecruit .sec__recruit .recruit__table .table__title {
        font-size: 20px; } }
  .pageRecruit .sec__recruit .recruit__table table {
    max-width: 1166px;
    margin: 0 auto;
    border: 1px solid #004c30; }
    .pageRecruit .sec__recruit .recruit__table table tr {
      background-color: #fffdf0; }
    .pageRecruit .sec__recruit .recruit__table table th, .pageRecruit .sec__recruit .recruit__table table td {
      text-align: left;
      font-size: 16px;
      border: 1px solid #004c30; }
    .pageRecruit .sec__recruit .recruit__table table th {
      color: #fff;
      background-color: #267759;
      vertical-align: middle;
      padding: 10px; }
      .pageRecruit .sec__recruit .recruit__table table th.-num1, .pageRecruit .sec__recruit .recruit__table table th.-num2 {
        width: 35.9931%; }
      .pageRecruit .sec__recruit .recruit__table table th.-num3 {
        max-width: 27.53%; }
    .pageRecruit .sec__recruit .recruit__table table td {
      padding: 15px; }

/* ---------------------------------------------
*
* お客様へ
*
--------------------------------------------- */

.pageHome .sec__concept:has(.to-customer) {
  padding: 80px 0 0 0;
}

.to-customer {
  border-top: 1px dotted;
  width: 90%;
  margin-inline: auto;
  padding-block: 30px;
  padding-inline: 5%;
  max-width: 1166px;
}

.to-customer:last-of-type {
  border-bottom: 1px dotted;
  margin-bottom: 50px;
}

.to-customer__title {
  font-weight: bold;
  padding-bottom: 10px;
}

.word_part {
  display: inline-block;
}

@media only screen and (max-width: 768px) {

  .pageHome .sec__concept:has(.to-customer) {
    padding: 0;
  }

  .to-customer__txt {
    text-align: left;
  }

}


/* ---------------------------------------------
*
* オンラインショップバナー
*
--------------------------------------------- */

.onlineshop-banner_wrap {
  display: flex;
  gap: 30px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 100px;
  justify-content: center;
  max-width: 1166px;
}

.onlineshop_banner {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {

  .onlineshop-banner_wrap {
    flex-direction: column;
    margin-bottom: 70px;
  }

}


/* ---------------------------------------------
*
* お問い合せフォーム
*
--------------------------------------------- */

/* reCAPTCHA */
.recaptcha-wrapper {
  display: block;
  text-align: center;
}

p.recaptcha {
  font-size: var(--11px);
  line-height: 1.8;
  text-align: left;
  display: inline-block;
}

a.recaptcha-link {
  text-decoration: underline;
  color: #004c30;
}

.grecaptcha-badge {
  visibility: hidden;
}