@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a, a img {outline:none;}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

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

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Added by Yuta Adachi
   # ================================================================= */
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

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

html {
  width: 100%;
  margin: 0 auto;
  font-size: 62.5%;
}

body {
  font-size: 4vw;
  line-height: 1.8;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  color: #000;
  text-align: left;
  background-color: #FFF;
}

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

img {
  width: 100%;
  vertical-align: bottom;
}

ul {
  padding-left: 0;
}

figure {
  margin: 0;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.about {
  padding: 12.66667% 0 11.33333%;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .about {
    padding: 95px 0 85px;
  }
}

@media screen and (min-width: 769px), print {
  .about:after {
    width: 73px;
    height: 110px;
    left: 38%;
    bottom: -1.5%;
  }
}

.about-ttl {
  width: 64.8%;
  line-height: 1;
  margin: 0 auto 8.66667%;
}

.about-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
}

.about-item li {
  width: 29.33333%;
  margin-bottom: 4.66667%;
}

@media screen and (min-width: 769px), print {
  .about-item li {
    position: relative;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px), print {
  .about-item li img:hover {
    opacity: 0;
  }
}

@media screen and (min-width: 769px), print {
  .about-item .item-01:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/library/stories/pit/img/top/about_img_14.svg) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 769px), print {
  .about-item .item-02:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/library/stories/pit/img/top/about_img_15.svg) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 769px), print {
  .about-item .item-03:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/library/stories/pit/img/top/about_img_16.svg) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 769px), print {
  .about-item .item-04:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/library/stories/pit/img/top/about_img_17.svg) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 769px), print {
  .about-item .item-05:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/library/stories/pit/img/top/about_img_18.svg) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 769px), print {
  .about-item .item-06:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/library/stories/pit/img/top/about_img_19.svg) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

.about-modal {
  z-index: -1;
}

@media screen and (min-width: 769px), print {
  .about-modal {
    display: none;
  }
}

.about-modal .item-modal {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s ease;
  z-index: -100;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 9.06667%;
}

@media screen and (orientation: landscape) {
  .about-modal .item-modal {
    padding: 0 27%;
  }
}

.about-modal .item-modal div {
  width: 100%;
  height: 100vh;
  position: relative;
}

.about-modal .item-modal img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.about-modal .item-modal .about-modal-items {
  position: relative;
}

@media screen and (max-width: 768px) {
  .about-modal .Modal-active {
    z-index: 1001;
    opacity: 1;
    transition: opacity .6s;
    padding: 0 9.06667%;
  }
}

@media screen and (orientation: landscape) {
  .about-modal .Modal-active {
    padding: 0 27%;
  }
}

.about-modal .Modal-active img {
  display: block;
  transform: translate(0%, -50%);
}

.about .pit_family {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 4% auto 0;
    background: url("/library/stories/pit/img/top/pit_family_bg.png") center top no-repeat;
    background-size: 100%, cover;
}
.about .pit_family::before {
    content: "";
    display: block;
    padding-top: 133.526%;
}
.about .pit_family1 {
    width: 70%;
    margin: 0 auto 0;
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
}
.about .pit_family2 {
    width: 78%;
    margin: 0 auto;
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
}
@media screen and (min-width: 769px), print {
.about .pit_family {
    width: 100%;
    margin: 4% auto;
    max-width: 650px;
}
}
/* aboutcoop ------------------ */


.aboutcoop {
/*  position: relative; */
  background: url("/library/stories/pit/img/top/aboutcoop_bgtop_sp.jpg") center top no-repeat, url("/library/stories/pit/img/top/aboutcoop_bg_sp.jpg") center top repeat-y;
  background-size: 100vw, cover;
  padding: 10% 0 11.33333%;
}
@media screen and (min-width: 768px), print {
  .aboutcoop {
    padding: 95px 0 85px;
  }
.aboutcoop {
/*  padding: 12.66667% 0 11.33333%; */
/*  position: relative; */
/*  background: url("/library/stories/pit/img/top/aboutcoop_bgtop_pc.jpg") center top repeat-x, url("/library/stories/pit/img/top/aboutcoop_bg_pc.jpg") center top no-repeat; */
  background: url("/library/stories/pit/img/top/aboutcoop_bgtop_pc.jpg") center top repeat-x, url("/library/stories/pit/img/top/aboutcoop_bg_pc_1.jpg") center top repeat-y;
 background-size: 100vw auto;
    padding: 95px 0 85px;
}

}

.aboutcoop .inner {
    margin-top: 130px; 
}
.aboutcoop-ttl {
  width: 90%;
  width: 94%;
    height: 1;
  line-height: 1;
margin: 50px auto 30px;
}

.aboutcoop .aco_ttl {
/*  width: 90%; */
	width: 90%;
    margin: 0 auto 37px!important;
    text-align: center;
}
.aboutcoop .aco_ttl img {
    width: 100%!important;
    margin: 0 auto;
}
.aco_ttl_pit {
    width: 15%!important;
/*    width: 16.6%!important; */
    margin: 0 auto!important;
}
.aco_ttl_txt {
    width: 78%;
/*    width: 86.66%; */
/*    max-width: 439px; */
     margin: 30px auto 0!important;
    text-align: center;
}
.aco_ttl_txt_2 {
/*    width: 63%; */
    width: 70%;
    max-width: 421px;
    margin: 30px auto 0!important;
    text-align: center;
    line-height: 1;
}
.aco_wrapper {
    width: 100%;
    max-width: 700px;
    padding: 0;
    line-height: 1;
    margin: 30px auto 50px;
}

.aco_wrap, .aco_wrap2 {
/*    position: relative; */
/*    width: 65%; */
    width: 75%;
    margin: 0 auto!important;
    padding: 0;
}
.aco_wrap .aco_txt,.aco_wrap2 .aco_txt {
    padding: 0!important;
    margin: 0 auto!important;
    height: auto;
}
.aco_wrap img, .aco_wrap2 img {
    width: 100%;
    margin: 0 auto!important;
    padding: 0!important;
}

 .aco_wrap .tgl_box1, .aco_wrap2 .tgl_box2 {
      display: none;
      visibility: hidden;
      opacity: 0;
      margin: 0;
      line-height: 0;
      transition:
          line-height .3s ease-out,
          opacity     .1s linear;
      /*    visibility  .1s linear; */
-webkit-backface-visibility:hidden;
	 backface-visibility:hidden;
	 overflow:hidden;
	 transform: translate3d(0,0,0);
}
/*
_:lang(x)::-moz-placeholder, .aco_wrap .tgl_box1, .aco_wrap2 .tgl_box2 {
	will-change: transform;
}
*/
.aco_wrap.on .tgl_box1, .aco_wrap2.on .tgl_box2 {
    visibility: visible;
    opacity: 1;
    margin: 0;
    line-height: 1;
    height: auto;
		  /* 開くアニメーション */
    transition:
      line-height .3s ease-out,
      opacity     .3s linear .1s,
      visibility  .3s linear .1s;
}

.aco_wrap img.aco_txt, .aco_wrap2 img.aco_txt {
  display: block;
		     /* 開いている状態 */
  line-height: 1;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .3s linear .1s,
    visibility  .3s linear .1s;
	 transform: translate3d(0,0,0);

}

 .aco_wrap.on img.aco_txt, .aco_wrap2.on img.aco_txt  {
    display: none; 
    padding: 0;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    transition:
        line-height .3s ease-out,
        opacity     .3s linear,
        visibility  .2s linear;
        }

.aco_btn {
/*    width: 89%; */
    width: 330px;
    width: 57%;
    height: auto; 
    display: block!important;
/*    height: 68px; */
/*    margin: 15px auto!important; */
    margin: 30px auto!important;
        line-height: 1;

}
.aco_btn a.acdn {
    width: 100%!important;
    height: auto;
    display: block;
    cursor : pointer;
}


/*
.aco_btn a:before {
    content: "";
    display: block;
    padding-top: 20.689%;
}
*/
.aco_btn a.acdn img {
    width: 100%!important;
}
.aboutcoop_bnr {
    width: 100%;
    margin: 20px auto 30px!important;
    text-align: center;
}
.aboutcoop_bnr_ttl {
    width: 47%!important;
    margin: 0 auto ２０px!important;
}
.aboutcoop_bnr_ttl img {
    width: 100%!important;
    display: block;
    margin-bottom: 30px!important;
}
.aboutcoop_bnr ul {
    width: 100%!important;
    margin: 20px auto 20px!important;
}
.aboutcoop_bnr ul li {
    width: 46%;
    display: inline-block;
    float: left;
    margin: 0 1% 15px;
    padding: 0;
    line-height: 1;
}
.aboutcoop_bnr ul li a{
    width: 100%;
    height: auto;
    display: block;
    margin: 0!important;
    padding: 0!important;
}
.aboutcoop_bnr ul li:last-child {
    width: 46%;
    display: inline-block;
    float: left;
    margin: 0 1% 40px;
}




.enjoy_t, .anshin {
/*    width: 65%; */
	width: 77.33333%;
    max-width: 659px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block!important;
/*    padding: 0; */
}
.enjoy_t {
    position: relative;
  margin: 28% auto 0!important;
}
.enjoy_t:before {
  content: "";
  display: block!important;
  width: 100%;
    height: 100%;
    padding-top: 27.07%;
/*  height: 37.73333vw; */
  background: url(/library/stories/pit/img/top/enjoy_t_family.png) center 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -28.7%;
  margin: auto;
}
img.enjoy_bg, img.anshin_bg {
    width: 100%!important;
    height: auto;
    margin: 0 auto;
}
img.enjoy_bg {
    margin-bottom: 20px;
}
.enjoy_btn {
    position: absolute;
    width: 57%;
/*    top: 79%; */
    bottom: 9.5%;
    left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.anshin {
    position: relative;
  margin: 0 auto!important;
}
.anshin_btn {
    position: absolute;
    width: 57%;
/*    top: 86%; */
    bottom: 4.5%;
    left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
.aboutcoop .inner {
    margin-top: 10%; 
}
.aboutcoop-ttl {
  width: 90%;
  line-height: 1;
  margin: 19% auto 0!important;
}
.aco_wrapper {
    margin: 2vw auto 1vw!important;
}
.aboutcoop .aco_ttl {
       width: 90%;
    height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
       margin: 10%  auto 3vw!important;
}

.aboutcoop .aco_ttl div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
    }
 .aco_ttl_pit {
    width: 15%!important;
    margin: 0!important;
    height: auto!important;
    vertical-align: middle!important;
}   
.aco_ttl_txt, .aco_ttl_txt_2 {
    width: 78%;
    height: auto;
    margin: 0 auto 0 3%!important;
    vertical-align: middle!important;
}   

.aco_wrap, .aco_wrap2 {
    position: relative;
    width: 90%;
    margin: 0 auto!important;
    padding: 0!important;
}

.aco_btn {
/*    width: 89%; */
    width: 57%;
    height: 100%;
    margin: 5vw auto!important;
    display: block;
    padding: 0;
}

.aboutcoop_bnr ul li {
    width: 46%;
    display: inline-block;
    float: left;
    margin: 0 1% 1%;
}
.aboutcoop_bnr ul li:last-child {
    width: 46%;
    display: inline-block;
    float: left;
    margin: 0 1% 4%;
}
.enjoy_btn {
    position: absolute;
    width: 57%;
    bottom: 11%!important;
    left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.enjoy_t, .anshin {
    width: 86%;
    max-width: 659px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block!important;
/*    padding: 0; */
}
.enjoy_t:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -28.5%;
}

}





/* craft ------------------------------------- */

.craft {
  padding: 12% 0 32%;
  background: url(/library/stories/pit/img/top/craft_bg_02.png) center bottom no-repeat, url(/library/stories/pit/img/top/craft_bg_01.jpg) center 0 no-repeat;
  background-size: 240%, cover;
}

@media screen and (min-width: 768px), print {
  .craft {
    padding: 90px 0 240px;
    background-size: 1500px, cover;
  }
}

.craft-ttl {
  width: 50.53333%;
  line-height: 1;
  margin: 0 auto 4%;
}

@media screen and (min-width: 768px), print {
  .craft-ttl {
    font-size: 0;
  }
}

.craft-img {
  width: 87.06667%;
  margin: 0 auto 5.33333%;
}

.craft-btn {
  width: 77.33333%;
  margin: 0 auto;
  position: relative;
}

.craft-btn:after {
  content: "";
  display: block;
  width: 10.8vw;
  height: 11.2vw;
  background: url(/library/stories/pit/img/top/craft_img_02.svg) 0 0 no-repeat;
  position: absolute;
  top: -2.4vw;
  right: -1.6vw;
}

@media screen and (min-width: 768px), print {
  .craft-btn:after {
    width: 63px;
    height: 66px;
    top: -15px;
    right: -8px;
  }
}

.eat {
  padding: 12% 0 32%;
  background: url(/library/stories/pit/img/top/eat_bg_01.jpg) center 0 no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .eat {
    padding: 90px 0 210px;
  }
}

.eat:before {
  content: "";
  display: block;
  width: 100%;
  height: 37.73333vw;
  background: url(/library/stories/pit/img/top/eat_bg_02.png) center 0 no-repeat;
  background-size: 108%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8vw;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .eat:before {
    width: 750px;
    height: 280px;
    bottom: -55px;
    background-size: cover;
  }
}

.eat:after {
  content: "";
  width: 21.73333vw;
  height: 28vw;
  background: url(/library/stories/pit/img/top/eat_img_02.svg) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5.33333vw;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .eat:after {
    width: 114px;
    height: 147px;
    bottom: -15px;
  }
}

.eat-ttl {
  width: 52.93333%;
  line-height: 1;
  margin: 0 auto 4%;
}

@media screen and (max-width: 767px) {
  .eat-ttl {
    font-size: 0;
  }
}

.eat-img {
  width: 87.73333%;
  margin: 0 auto 5.33333%;
}

.eat-btn {
  width: 77.33333%;
  margin: 0 auto;
}

.footer {
  padding: 5.06667% 0 0;
  background: url(/library/stories/pit/img/top/footer_bg_sp.png) 50% 50% no-repeat;
  background-size: 100%;
  margin-bottom: -3%;
}

@media screen and (min-width: 768px), print {
  .footer {
    padding: 38px 0 0;
    background: url(/library/stories/pit/img/top/footer_bg_pc.png) 50% 50% no-repeat;
    background-size: 100%;
    margin-bottom: -5%;
  }
}

@media screen and (min-width: 1150px) {
  .footer {
    background-position: 50% 45%;
  }
}

@media screen and (min-width: 1200px) {
  .footer {
    padding: 38px 0 0;
    background: url(/library/stories/pit/img/top/footer_bg_pc_02.png) 50% 45% no-repeat;
    background-size: 160%;
    margin-bottom: -5%;
  }
}

@media screen and (min-width: 1400px) {
  .footer {
    background-size: 130%;
  }
}

@media screen and (min-width: 1600px) {
  .footer {
    background-size: 120%;
  }
}

@media screen and (min-width: 1700px) {
  .footer {
    background-size: contain;
  }
}

.footer .inner {
  padding: 0 4%;
}

@media screen and (min-width: 768px), print {
  .footer .inner {
    width: 100%;
    padding: 0 42px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .inner {
    width: 1200px;
  }
}

.footer-logo {
  width: 52.66667%;
  line-height: 1;
  margin: 0 auto 11.73333%;
}

@media screen and (min-width: 768px), print {
  .footer-logo {
    width: 197px;
    font-size: 0;
    margin: 0 auto 5%;
  }
}

@media screen and (min-width: 1000px) {
  .footer-logo {
    margin: 0 auto 4.16667%;
  }
}

@media screen and (min-width: 1200px) {
  .footer-logo {
    margin: 0 auto 50px;
  }
}

.footer-logoNews {
  width: 32%;
  line-height: 1;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .footer-logoNews {
    width: 150px;
    font-size: 0;
  }
}

.footer-copy {
  width: 100%;
  text-align: right;
  font-size: 2.26667vw;
  line-height: 1;
  margin: 0;
  margin-top: 4%;
  margin-right: 4%;
}

@media screen and (min-width: 768px), print {
  .footer-copy {
    font-size: 14px;
    margin-top: 1.66667%;
  }
}

@media screen and (min-width: 1200px) {
  .footer-copy {
    margin-top: 20px;
  }
}

.item {
  padding: 12% 0 9.33333%;
  background-color: #B7E14C;
}

@media screen and (min-width: 768px), print {
  .item {
    padding: 90px 0 70px;
  }
}

.item-ttl {
  width: 69.86667%;
  line-height: 1;
  margin: 0 auto 6.66667%;
}

@media screen and (min-width: 768px), print {
  .item-ttl {
    font-size: 0;
  }
}

.item-btnList {
  width: 94%;
    max-width: 94%;
  margin: 0 auto 5%;
    padding: 0!important;
    text-align: center;
}
@media screen and (min-width: 768px), print {
.item-btnList {
  width: 98%!important;
    max-width: 632px;
  margin: 0 auto 65px;
}
}
.item-btnList li {
  width: 47%;
    display: inline-block;
  margin: 0 auto 2.66667%;
    padding: 0;
}
.item-btnList li:nth-child(even) {
    margin: 0 auto 2.666% 0!important;
}
.item-btnList li:nth-child(odd) {
    margin: 0 0 2.666% auto!important;
}

.item-btnList li:nth-child(6) {
  margin-bottom: 6.66667%;
}
.item-btnList li img {
    width: 100%;
    margin: 0 auto;
}
/*
.item-btnList {
  margin: 0;
}

.item-btnList li {
  width: 84%;
  margin: 0 auto 2.66667%;
}

.item-btnList li:nth-child(2) {
  margin-bottom: 4%;
}

.item-btnList li:nth-child(3) {
  margin-bottom: 6.66667%;
}
*/
.item-calendar {
  position: relative;
}

.item-calendar .calendar {
  width: 90.53333%;
  margin: 0 auto;
}

.item-calendar .btn {
  width: 69.6%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.06667%;
  bottom: 8.1%;
  margin: auto;
}
.item-calendar .btn img {
    -webkit-transform: translateX(0.5%);
    -moz-transform: translateX(0.5%);
    -ms-transform: translateX(0.5%);
    -o-transform: translateX(0.5%);
    transform: translateX(0.5%);
}
.know {
  padding: 9.33333% 0 10.13333%;
  background: url(/library/stories/pit/img/top/know_bg_01.jpg) center bottom no-repeat;
  background-size: 230%;
  background-color: #BFE5EE;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .know {
    padding: 70px 0 76px;
    background-repeat: repeat-x;
    background-size: 1600px;
  }
}

.know-ttl {
  width: 68.26667%;
  margin: 0 auto 6%;
}

@media screen and (min-width: 768px), print {
  .know-ttl {
    font-size: 0;
  }
}

.know-txt {
  font-size: 4vw;
  line-height: 2.1;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 8%;
}

@media screen and (min-width: 768px), print {
  .know-txt {
    font-size: 26px;
  }
}

.know-link {
  width: 49.86667%;
  margin: 0;
  margin-left: 4%;
  margin-bottom: 2.66667%;
}

@media screen and (min-width: 768px), print {
  .know-link {
    margin-bottom: 20px;
  }
}

.know-snsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 57.73333%;
  margin: 0 auto;
}

.know-snsList li {
  width: 23.09469%;
}

@media screen and (min-width: 768px), print {
  .know-snsList li {
    font-size: 0;
  }
}

.pagetop {
  width: 16vw;
  height: 20.53333vw;
  margin: 0;
  position: absolute;
  right: 7.33333%;
  bottom: 29.73333vw;
}

@media screen and (min-width: 768px), print {
  .pagetop {
    width: 84px;
    height: 108px;
    left: 0;
    right: -450px;
    bottom: 220px;
    margin: auto;
  }
}
/* STAMP ------------------------------------------------------- */
.stamp {
  padding: 15.2% 0 20%!important;
  background: url(/library/stories/pit/img/top/stamp_bg_01_pc.jpg) center 0 no-repeat;
  background-size: cover;
  position: relative;
	    overflow: hidden;
}
.stamp:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 769px), print {
  .stamp:before {
  background: url(/library/stories/pit/img/top/stamp_bg_btm_pc.png) center 0 no-repeat;
/*    width: 723px;
    height: 133px; */
/*      width: 910px;
      height: 166.6px;
	  */
	  width: 910px;
      height: 166.6px;
      left: 55%;
      bottom: 0;
    background-size: cover;
transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
  .stamp:before {
  background: url(/library/stories/pit/img/top/stamp_bg_btm_pc.png) center 0 no-repeat;
/*    width: 723px;
    height: 133px; */
	  padding-top: 18.39%;
      width: 100%;
/*      height: 140px; */
	  height: 0;
      left: 0;
      left: 55%;
      bottom: 0;
    background-size: cover;
transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
/*transform: none;
  -webkit- transform: none; */
  }
}
@media screen and (min-width: 768px), print {
  .stamp {
    padding: 100px 0 200px!important;
  }
}

@media screen and (max-width: 767px) {
  .stamp:before {
  background: url(/library/stories/pit/img/top/stamp_bg_btm_sp.png) center 0 no-repeat;
	  padding-top: 29.3333%;
      width: 95.6%;
	  height: 0;
      left: auto;
      right: 0!important;
      bottom: 0!important;
	  background-size: 100%;
      z-index: 10;
      transform: none;
  -webkit- transform: none;
  }
}
@media screen and (max-width: 767px) {
  .stamp {
  padding: 15.2% 0 35%!important;
  background: url(/library/stories/pit/img/top/stamp_bg_01_sp.jpg) center 0 no-repeat;
  background-size: cover;
  position: relative;
  }
}
.stamp-inner {
  width: 92.53333%;
  width: 90%;
/*  padding: 8% 3.6% 5.33333%; */
  padding: 5.5% 0 5%;
  border-radius: 2.66667%;
  border-radius: 4vw;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 4px 4px 3px -2px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 768px), print {
.stamp-inner {
  width: 92.53333%;
/*  padding: 8% 3.6% 5.33333%; */
/*  padding: 20px 30px; */
  padding: 20px 0;
  border-radius: 2.66667%;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 4px 4px 3px -2px rgba(0, 0, 0, 0.4);
}
}

.stamp-ttl {
    position: relative;
  width: 93.65994%;
  width: 88%;
  margin: 0 auto 6.66667%;
}
.stamp-ttl:after {
  content: "";
  width: 9vw;
  height: 28vw;
  background: url(/library/stories/pit/img/stamp/stamp_ttl_bird.png) 0 0 no-repeat;
  background-size: 100%, contain;
  position: absolute;
  right: 3%;
  top: -18%;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .stamp-ttl:after {
    width: 64px;
    height: 84px;
      top: -10%;
}
}
@media screen and (min-width: 768px), print {
  .stamp-ttl {
    font-size: 0;
  }
}


/* STAMP ///////////////////////////////////////// */
img.stamp_kikan {
    width: 60%;
    margin: 0 auto 4%;
}
.tabContainer {
    width: 100%;
    height: 150px;
    height: 25vw;
    height: 20vw;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto 0 0;
    padding: 5px 0 0;
    line-height: 1!important;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
}

.itemBox::-webkit-scrollbar {
    display:none!important;
}

/*
.tabContainer::-webkit-scrollbar {
    height: 5px;
}
.tabContainer::-webkit-scrollbar-track {
    background: #ffffff;
}
.tabContainer::-webkit-scrollbar-thumb {
    background: #ffffff;
}
*/
.tab-panel {
    width: 100%;
    max-width: 650px;
    height: auto;
    border: 0;
  border-radius: 2.66667%;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
    padding: 0;
}
.tab-group {
    width: 100%;
    overflow: hidden;
    height: 19vw;
/*    width: 140vw; */
    display: table;
    padding: 0;
    margin: 0 auto 2vw;
    overflow-x: auto;
    overflow-y: hidden;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
}
.tab-group::-webkit-scrollbar {
    display:none;
}

.tab-group li.tab{
/*    width: 100px;
    height: 100px; */
    width: 110px!important;
    height: 110px;
    width: 19vw!important;
    height: 19vw!important;
    display: table-cell;
    text-align: center;
    background-color: #ffffff;
    vertical-align: middle;
    min-width: 60px;
    margin: 0 auto;
    margin: 0 0.5vw!important;
    padding: 0;
}
/*
.tab-group li.tab.tab-G{
    display: block;
    margin-left: 3vw!important;
}
*/
.tab-group li.tab:first-child {
    display: block;
    margin-left: 3vw!important;
}
.tab-group li.tab a{
    display: block;
    outline: none;
}

 /*
.tab.active{
    border-bottom: none;
}
 */

.tab-group li.tab img {
    width: 114px;
    height: 114px;
    margin-right : 15px;
}

.tab-group li.tab img {
/*    width: 100%;
    height: auto; */
    width: 17.5vw;
    height: 17.5vw;
    margin-right : 15px!important;
}
.slick-track {
    width: 820px;
}
.tab-group li.tab {
transform: translateX(-33vw);
}
@media screen and (min-width: 768px), print {
.tab-group {
/*    width: 100%;
        overflow: hidden; */
    height: 100%;
    width: auto;
    width: 950px;
/*    display: flex; */
/*    justify-content: center; */
    display: table;
    padding: 0;
    margin: 0 auto 50px!important;
    overflow-x: auto;
    overflow-y: hidden;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
}
img.stamp_kikan {
    width: 60%;
    margin: 0 auto 20px;
}
.tabContainer {
    width: 100%;
    height: 150px;
    max-width: 650px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
/*    padding: 10px 0 10px 40px; */
    padding: 10px 0;
    line-height: 1!important;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
}
.tabContainer::-webkit-scrollbar {
    display:none;
}

.tab-group li.tab{
    width: 127px!important;
    height: 127px;
    display: table-cell;
    text-align: center;
    background-color: #ffffff;
    vertical-align: middle;
    min-width: 80px;
    margin: 0 5px!important;
    padding: 0;
}
    /*
.tab-group li.tab.tab-G {
margin-left: 30px!important;
    display: block!important
} */
.tab-group li.tab {
transform: translateX(-370px);
}
    /*
.tab-group li.tab {
transform: translateX(-40%);
}
    */
.tab-group li.tab img {
    width: 129px;
    height: 129px;
    margin-right : 6px;
}
}
.panel-group{
    width: 95%;
/*    height:100%; */
    padding: 0 2.5%;
    padding: 0 1.5%;
    background:#ffffff;
    line-height: 1;
    margin: 15px auto 0;
    border: none;
}

.stamp-container {
    width: 100%;
    max-width: 650px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: none;
    outline: none;
}
.stamp-container.show {
    display: block;
}
/*
.stamp-container:before {
    content: "";
    display: block;
    padding-top: 80.4%;
} 
*/
/*
.panel{
    display:none;
}
.panel.is-show{
    display:block;
}
*/
.tab.is-active{
/*    background:#F00; */
    color:#FFF;
    transition: all 0.2s ease-out;
}

.stamp-slide .itemBox {
    width: 100%;
    max-width: 650px;
    height: auto;
    margin: 0 auto;
}
.stamp-slide .itemBox.item_8 {
    padding-bottom: 39.5%; 
}
.stamp-slide ul.itemBox li {
    display: inline-block;
    width: 21%!important;
    margin: 5px 1%;
}
.stamp-slide ul.itemBox li.st_width_w {
    display: inline-block;
    width: 23%!important;
    margin: 5px 0!important;
}
.stamp-slide ul.itemBox li img {
    width: 100%!important;
    margin: 0;
}


@media screen and (min-width: 768px), print {

.panel-group{
    width: 96%;
/*    height:100%; */
    max-width: 650px;
    padding: 0 15px;
    background:#ffffff;
    line-height: 1;
    margin: 15px auto 0;
    border: none;
}
.stamp-slide .itemBox.item_8 {
    padding-bottom: 240px; 
}
.stamp-slide ul.itemBox li {
    display: inline-block;
    width: 116px!important;
    margin: 2px;
}

.stamp-slide ul.itemBox li.st_width_w {
    width: 120px!important;
    margin: 2px 0!important;
}
}




 


/*------------------------------------------------------- */

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

/* style */
body{
	font-family: 'Noto Sans JP', sans-serif;
}
.slick-initialized .swipe-tab-content {
  position: relative;
  min-height: 365px;
  height: auto; 
}

.slick-initialized .swipe-tab {
  display: flex;
  font-size: 1em;
  align-items: center;
  justify-content: center;
  height: 120px;
  background: #fff;/* tab background */
  border: 0;
  color: #757575;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
outline:none;
}
/*
.slick-initialized .swipe-tab:hover {
  color: #00C729;/* tab txt * /
}
.slick-initialized .swipe-tab.active-tab {
  border-bottom-color: #00C729;/* Indicators */
/*  color: #3597e8;/* active color * /
  font-weight: bold; * /
}
*/

/* ----------------------------------------- */






/* LINE ------------------------------------------------------- */

.sns {
  padding: 15.2% 0 8%;
  background: url(/library/stories/pit/img/top/line_bg_01_sp.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .sns {
    padding: 100px 0 60px;
  background: url(/library/stories/pit/img/top/line_bg_01_pc.jpg) 0 0 no-repeat;
  background-size: cover;
    }
}

.line-inner {
  width: 92.53333%;
  padding: 8% 3.6% 5.33333%;
  border-radius: 2.66667%;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 4px 4px 3px -2px rgba(0, 0, 0, 0.4);
}

.line-inner:before, .line-inner:after {
  content: "";
  display: block;
  width: 2.13333vw;
  height: 2.13333vw;
  border-radius: 50%;
  background-color: #614313;
  position: absolute;
  top: 2.66667vw;
  left: 3.2vw;
}

@media screen and (min-width: 768px), print {
  .line-inner:before, .line-inner:after {
    width: 13px;
    height: 13px;
    top: 20px;
    left: 20px;
  }
}

.line-inner:after {
  left: auto;
  right: 3.2vw;
}

@media screen and (min-width: 768px), print {
  .line-inner:after {
    right: 20px;
  }
}

.line-ttl {
  width: 93.65994%;
  margin: 0 auto 6.66667%;
}

@media screen and (min-width: 768px), print {
  .line-ttl {
    font-size: 0;
  }
}

.line-bigTxt {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 5.33333%;
}

@media screen and (min-width: 768px), print {
  .line-bigTxt {
    font-size: 26px;
  }
}

.line-bigTxt span {
  color: #00B900;
}

.line-bigTxt span.comment {
  color: #000;
  vertical-align: super;
  font-size: 2vw;
}

@media screen and (min-width: 768px), print {
  .line-bigTxt span.comment {
    font-size: 14px;
  }
}

.line-btn {
  width: 95.10086%;
  margin: 0 auto 4%;
}

.line-smallTxt {
  font-size: 2.93333vw;
  line-height: 1.3;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .line-smallTxt {
    font-size: 21px;
  }
}


/* Twitter ------ */
.sns-ttl {
    width: 40%;
    margin: 0 auto 50px;
}
.tw_inner {
  width: 92.53333%;
  padding: 8% 3.6% 5.33333%;
/*  border-radius: 2.66667%; 
  border-radius: 20px; */
  border-radius: 2.6vw;
  background-color: #fff!important;
  margin: 30px auto 0!important;
  position: relative!important;
  z-index: 1;
  box-shadow: 4px 4px 3px -2px rgba(0, 0, 0, 0.4);
}
.tw_inner:before, .tw_inner:after {
  content: "";
  display: block;
  width: 2.13333vw;
  height: 2.13333vw;
  border-radius: 50%;
  background-color: #614313;
  position: absolute;
  top: 2.66667vw;
  left: 3.2vw;
}

@media screen and (min-width: 768px), print {
  .tw_inner:before, .tw_inner:after {
    width: 13px;
    height: 13px;
    top: 20px;
    left: 20px;
  }
.tw_inner {
  border-radius: 18px!important;
  margin: 2vw auto 0!important;
    }
}
.tw_inner:after {
  left: auto;
  right: 3.2vw;
}


@media screen and (min-width: 768px), print {
  .tw_inner:after {
    right: 20px;
  }
}

.tw-ttl {
  width: 93.65994%;
  margin: 0 auto 6.66667%;
}

@media screen and (min-width: 768px), print {
  .tw-ttl {
    font-size: 0;
  }
}

.tw-bigTxt {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 5.33333%;
}

@media screen and (min-width: 768px), print {
  .tw-bigTxt {
    font-size: 26px;
  }
}

.tw-bigTxt span {
  color: #00B900;
}

.tw-bigTxt span.comment {
  color: #000;
  vertical-align: super;
  font-size: 2vw;
}

@media screen and (min-width: 768px), print {
  .tw-bigTxt span.comment {
    font-size: 15px;
  }
}

.tw-smallTxt {
  font-size: 2.93333vw;
  line-height: 1.3;
  margin: 30px auto 0;
}

@media screen and (min-width: 768px), print {
  .tw-smallTxt {
    font-size: 21px;
  }
}


.tw_wrapper {
    width: 100%;
    overflow: hidden;
}
.tw_widget {
    display: block;
	width: calc(100% - 6px);
/*	height:340px; */
    margin: 0 auto;
	background:#fff;
	border:3px solid #d7cab2;
	border-radius: 10px;
	box-sizing:border-box;
    font-size: 1rem;
}
.tw_btn {
	text-align:right;
	margin: 7px 10px 7px auto;
	margin: 12px 10px 12px auto;
    padding: 0;
/*    height: 30px; */
}
.tw_btn a {
    display: block;
	margin: 0;
    padding: 0;
}
.tw_timeline {
    width: 100%;
	height: 300px;
	height: 500px;
}
.tw_txtwrapper  {
    width: 40%;
    height: auto;
    font-size: 1.2rem;
    margin: 10% 3% auto 3%;
    padding: 0;
}
.tw_txtwrapper p {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
}
.tw_txtwrapper p.tw_ttl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}
.tw_widget .timeline-Tweet-text {
    font-size: 0.5rem!important;
}
.SandboxRoot.env-bp-550 .timeline-Tweet-text {
    font-size: 14px!important;
}
@media screen and (max-width: 767px) {

.tw_wrapper {
    width: 100%;
    margin: 5vw auto!important;
}
.tw_widget { 
    width: 94%;
    height: 500px;
/*    max-width: 400px; */
}
.tw_timeline {
    width: 100%;
	height: 300px;
}
.twitter-timeline {
    width: 100%;
    height: 460px!important;
    height: 442px!important;
}
    
.tw_txtwrapper {
    display: block;
    width: 80%!important;
    max-width: 380px;
    margin: 5vw auto 0;
    text-align: center;
}
.tw_txtwrapper p.tw_ttl {
    font-size: 1.6rem;
}
}






.craft button, .eat button {
  padding: 0;
  border: none;
  background: none;
}

.mfp-iframe-holder .mfp-close img {
  width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 768px), print {
  .mfp-iframe-holder .mfp-close img {
    width: auto;
  }
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: -12vw;
  right: 5%;
  width: 10vw;
  height: 10vw;
}

@media screen and (min-width: 768px), print {
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    top: -70px;
    right: 53px;
    font-size: 80px;
    width: 51px;
    height: 51px;
  }
}

.mfp-iframe-scaler iframe {
  left: 5%;
  width: 90%;
  height: 100%;
}

button.mfp-close * {
  pointer-events: none;
}

.mv {
  padding: 12.93333% 0 6%;
  background: url(/library/stories/pit/img/top/mv_bg_02.png) 80% 42% no-repeat, url(/library/stories/pit/img/top/mv_bg_01.jpg) center 0 no-repeat;
  background-size: 110%, cover;
}

@media screen and (min-width: 768px), print {
  .mv {
    padding: 68px 0 45px;
    background: url(/library/stories/pit/img/top/mv_bg_02.png) 50% 40% no-repeat, url(/library/stories/pit/img/top/mv_bg_01.jpg) center 0 no-repeat;
    background-size: 870px, cover;
  }
}

.mv-logo {
  line-height: 1;
  width: 20.4%;
  margin: 0 auto 5.33333%;
}

@media screen and (min-width: 768px), print {
  .mv-logo {
    font-size: 0;
    margin-bottom: 30px;
  }
}

.mv-ttl {
  line-height: 1;
  text-align: center;
  margin: 0 auto 12.93333%;
}

@media screen and (min-width: 768px), print {
  .mv-ttl {
    margin-bottom: 58px;
  }
}

.mv-ttl img {
  position: relative;
  top: -300px;
}

@media screen and (min-width: 768px), print {
  .mv-ttl img {
    top: -500px;
  }
}

.mv-ttl img:nth-child(1) {
  width: 12.13333%;
  margin-right: -0.4%;
}

.mv-ttl img:nth-child(2) {
  width: 10.66667%;
  margin-right: 1.33333%;
}

.mv-ttl img:nth-child(3) {
  width: 8.53333%;
  margin-right: 1.2%;
}

.mv-ttl img:nth-child(4) {
  width: 8.53333%;
  margin-right: 1.46667%;
}

.mv-ttl img:nth-child(5) {
  width: 13.2%;
  margin-right: 1.06667%;
}

.mv-ttl img:nth-child(6) {
  width: 9.86667%;
  margin-right: 0.93333%;
}

.mv-ttl img:nth-child(7) {
  width: 13.73333%;
}

.mv-img {
  width: 39.73333%;
  margin: 0 auto 8%;
}

@media screen and (min-width: 768px), print {
  .mv-img {
    margin-bottom: 45px;
  }
}

.mv-txt p {
  line-height: 1;
  margin: 0 auto 4%;
}

@media screen and (min-width: 768px), print {
  .mv-txt p {
    font-size: 0;
    margin-bottom: 30px;
  }
}

.mv-txt p:nth-child(1) {
  width: 50.8vw;
}

@media screen and (min-width: 768px), print {
  .mv-txt p:nth-child(1) {
    width: 381px;
  }
}

.mv-txt p:nth-child(1) img {
  width: 50.8vw;
}

@media screen and (min-width: 768px), print {
  .mv-txt p:nth-child(1) img {
    width: 381px;
    height: 36px;
  }
}

.mv-txt p:nth-child(2) {
  width: 31.33333vw;
}

@media screen and (min-width: 768px), print {
  .mv-txt p:nth-child(2) {
    width: 235px;
  }
}

.mv-txt p:nth-child(2) img {
  width: 31.33333vw;
}

@media screen and (min-width: 768px), print {
  .mv-txt p:nth-child(2) img {
    width: 235px;
    height: 36px;
  }
}

.mv-txt p:nth-child(3) {
  width: 63.46667vw;
}

@media screen and (min-width: 768px), print {
  .mv-txt p:nth-child(3) {
    width: 476px;
  }
}

.mv-txt p:nth-child(3) img {
  width: 63.46667vw;
}

@media screen and (min-width: 768px), print {
  .mv-txt p:nth-child(3) img {
    width: 476px;
    height: 35px;
  }
}

.mv-txt p:nth-child(4) {
  width: 35.46667vw;
}

@media screen and (min-width: 768px), print {
  .mv-txt p:nth-child(4) {
    width: 266px;
  }
}

.mv-txt p:nth-child(4) img {
  width: 35.46667vw;
}

@media screen and (min-width: 768px), print {
  .mv-txt p:nth-child(4) img {
    width: 266px;
    height: 35px;
  }
}

.mv-txt span {
  display: block;
  width: 0%;
  overflow: hidden;
}

.nav {
  width: 81.33333%;
  position: fixed;
  top: 38.66667vw;
  right: -81.33333%;
  transition: all .3s;
  margin: 0;
  z-index: 1000;
}

@media screen and (orientation: landscape) {
  .nav {
    top: 0;
    height: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .nav {
    top: 205px;
    width: 428px;
    right: -428px;
    height: 369px;
/*    height: 450px; */
  }
}

.nav.active {
  right: 0;
}

.nav-trigger {
  width: 47px;
  left: -47px;
  position: absolute;
  top: 0;
  margin: 0;
  border-radius: 15px 0 0 15px;
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 767px) {
  .nav-trigger {
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
  }
}

.nav-inner {
  padding: 11.2vw 7.46667% 5.06667vw;
  background-color: rgba(104, 219, 75, 0.9);
  position: relative;
  box-shadow: 3px 0px 10px -3px rgba(0, 0, 0, 0.5);
}

@media screen and (orientation: landscape) {
  .nav-inner {
    overflow-y: auto;
    height: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .nav-inner {
    width: 428px;
    padding: 58px 35px 28px 35px;
    overflow-y: hidden;
  }
}

.nav-inner ul {
  margin: 0 auto;
  zoom: 1;
}

.nav-inner ul:after {
  content: "";
  display: table;
  clear: both;
}

.nav-inner li {
  width: 48%;
  margin-bottom: 2.66667vw;
  float: left;
}
.nav-inner li:nth-child(even) {
  float: right;
}

/* IE対応　*/
_:-ms-lang(x)::-ms-backdrop, .nav-inner ul {
  margin: 0 auto;
  zoom: 1;
  display: inline-block;
}
_:-ms-lang(x)::-ms-backdrop, .nav-inner li {
  width: 48%;
  margin-bottom: 2.66667vw;
  float: left!important;
}

_:-ms-lang(x)::-ms-backdrop, .nav-inner li:nth-child(odd) {
    margin-right: 4%;
}
/* Edge対応　*/
@supports (-ms-ime-align: auto) {
.nav-inner ul {
  margin: 0 auto;
  zoom: 1;
  display: inline-block;
}
.nav-inner li {
  width: 48%;
  margin-bottom: 2.66667vw;
  float: left!important;
}
.nav-inner li:nth-child(odd) {
    margin-right: 4%;
}
}

@media screen and (min-width: 768px), print {
  .nav-inner li {
    top: 14px;
    margin-bottom: 12px;
    line-height: 0;
    width: 168px;
  }
}

.nav-inner li a {
  display: block;
}

.nav-close {
  width: 5.33333vw;
  height: 5.33333vw;
  position: absolute;
  top: 2.66667vw;
  right: 3.33333vw;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .nav-close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 14px;
    right: 3.33333vw;
    margin: 0;
  }
}

@media screen and (min-width: 768px), print {
  .nav-close a {
    display: block;
    height: 28px;
  }
}

.nav-close img {
  vertical-align: top;
}

.play {
  padding: 10.66667% 0 14.66667%;
  background: url(/library/stories/pit/img/top/play_bg_02.png) center bottom no-repeat, url(/library/stories/pit/img/top/play_bg_01_.jpg) center 0 no-repeat;
  background-size: 150%, cover;
}

@media screen and (min-width: 768px), print {
  .play {
    padding: 55px 0 108px;
    background-size: 1000px, cover;
  }
}

.play-ttl {
  width: 52.66667%;
  line-height: 1;
  margin: 0 auto 6.66667%;
}

@media screen and (min-width: 768px), print {
  .play-ttl {
    font-size: 0;
  }
}

.play-btnList {
  margin: 0;
}

.play-btnList li {
  width: 77.33333%;
  margin: 0 auto 5.33333%;
  position: relative;
  z-index: 1;
}

.play-btnList li.quiz {
  width: 77.33333%;
  margin: 0 auto 5.33333%;
  position: relative;
  z-index: 1;
}
.play-btnList li.quiz .quiz_bg {
  width: 100%;
  margin: 0 auto;
  position: absolute;
	top: 0;
	left: 0;
}
.play-btnList li.quiz .quizBtn_l {
  width: 43%;
  margin: 0 auto;
  position: absolute;
	bottom: 13%;
	left: 6%;
}
.play-btnList li.quiz .quizBtn_r {
  width: 43%;
  margin: 0 auto;
  position: absolute;
	bottom: 13%;
	right: 6%;
}
@media screen and (min-width: 768px), print {
  .play-btnList li {
    margin-bottom: 30px;
  }
}

.play-btnList li:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
}

.play-btnList li:nth-child(1):before {
  content: none;
}

.play-btnList li:nth-child(2) {
  z-index: 2;
}

.play-btnList li:nth-child(2):before {
  width: 9.6vw;
  height: 10.93333vw;
  background: url(/library/stories/pit/img/top/play_img_01.svg) 0 0 no-repeat;
  background-size: cover;
  left: 4.66667vw;
  top: 0.93333vw;
}

@media screen and (min-width: 768px), print {
  .play-btnList li:nth-child(2):before {
    width: 50px;
    height: 55px;
    top: 5px;
  }
}

.play-btnList li:nth-child(2).active:before {
  top: -10.4vw;
}

@media screen and (min-width: 768px), print {
  .play-btnList li:nth-child(2).active:before {
    top: -51px;
  }
}
/*
.play-btnList li:nth-child(3) {
  z-index: 3;
}

.play-btnList li:nth-child(3):before {
  width: 10.53333vw;
  height: 12vw;
  background: url(/library/stories/pit/img/top/play_img_02.svg) 0 0 no-repeat;
  background-size: cover;
  right: 4.26667vw;
  top: 0.93333vw;
}

@media screen and (min-width: 768px), print {
  .play-btnList li:nth-child(3):before {
    width: 55px;
    height: 62px;
    top: 5px;
  }
}

.play-btnList li:nth-child(3).active:before {
  top: -11.46667vw;
}

@media screen and (min-width: 768px), print {
  .play-btnList li:nth-child(3).active:before {
    top: -58px;
  }
}
*/
.play-btnList li:nth-child(4) {
  z-index: 3;
}

.play-btnList li:nth-child(4):before {
  width: 10.53333vw;
  height: 12vw;
  background: url(/library/stories/pit/img/top/play_img_02.svg) 0 0 no-repeat;
  background-size: cover;
  right: 4.26667vw;
  top: 0.93333vw;
}

@media screen and (min-width: 768px), print {
  .play-btnList li:nth-child(4):before {
    width: 55px;
    height: 62px;
    top: 5px;
  }
}

.play-btnList li:nth-child(4).active:before {
  top: -11.46667vw;
}

@media screen and (min-width: 768px), print {
  .play-btnList li:nth-child(4).active:before {
    top: -58px;
  }
}



/* ご当地ピットくん　/////////////*/

.gotouchi {
  padding: 10% 0 5%;
  background: url(/library/stories/pit/img/top/gotouchi_bg_01.jpg) center 0 no-repeat;
  background-size: cover;
  position: relative;
    background-color: #c7e8d4;
/*  height: 811px; */
margin-top: -1%;
}

@media screen and (min-width: 768px), print {
  .gotouchi {
  padding: 0.5% 0 0;
    height: 811px;
    height: 776px;
  }
}
@media screen and (max-width: 767px) {
  .gotouchi {
   padding: 3% 0 0;
    width: 100%;
    height: 145.4vw;
      margin: 0 auto;
  }
}

.gotouchi:before {
  content: "";
  height: 420px!important;
  width: 785px!important;
  background: url(/library/stories/pit/img/top/gotouchi_bg2_a_.png) center bottom no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 180px!important;
transform: translateX(-3.5%);
  -webkit- transform: translateX(-3.5%);
  margin: auto auto 0;
}

@media screen and (max-width: 767px) {
.gotouchi:before {
  content: "";
  display: block;
/*  padding-top: 150%; */
    padding-top: 0;
  height: 100%!important; 
  width: 100%!important;
  background: url(/library/stories/pit/img/top/sp/gotouchi_bg2-1_sp.png) center bottom no-repeat;
  background-size: 100%, cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5.5vw!important;
    transform: none;
  -webkit- transform: none;
  margin: auto auto 0;
    }
}

@media screen and (min-width: 768px), print {
  .gotouchi:before {
    width: 750px;
    height: 280px;
    bottom: -55px;
    background-size: cover;
  }
}

.gotouchi:after {
  margin: auto;
  content: "";
  width: 100%!important;
  height: 32.40589%!important;
  background: url(/library/stories/pit/img/top/gotouchi_bg2_b_.png) center bottom no-repeat;
  position: absolute;
  left: 0!important;
  right: 0!important;
  bottom: -21px!important;
    overflow: hidden;
}


@media screen and (min-width: 1200px) {
.gotouchi:after {
  left: calc(3vw * 5);
  right: calc(30vw * 1.1);
}}

@media screen and (max-width: 767px) {
    .gotouchi:after {
        background : none;
    }
}

@media screen and (min-width: 768px), print {
  .gotouchi:after {
    width: 114px;
    height: 147px;
    bottom: -15px;
  }
}

.gotouchi-ttl {
  width: 100%;
    max-width: 750px;
    max-width: 550px;
  line-height: 1;
  margin: 5% auto 0.5%;
  margin: 12% auto 0%;
}

@media screen and (max-width: 767px) {
  .gotouchi-ttl {
    font-size: 0;
  width: 70%;
  width: 60%;
  line-height: 1;
  margin: 1.5% auto 0.5%;
  margin: 8% auto 1%;
  }
}
.gotouchi-ttl2 {
  width: 70%;
max-width: 700px;
  line-height: 1;
  margin: 0 auto 50%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
.gotouchi-ttl2 {
  width: 88%;
  line-height: 1;
  margin: 0 auto 50%;
}
}

.gotouchi-btn {
    display: block;
    width: 100%;
    max-width: 700px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32%;
    margin: 0 auto;
    text-align: center;
}
.gotouchi-btn a {
    width: 60%!important;
    max-width: 361px!important;
    margin: 0 auto;
}
.gotouchi-btn img {
    width: 100%;
    max-width: 361px!important;
    height: auto;
}


@media screen and (max-width: 767px) {
.gotouchi-btn {
    display: block;
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 35%;
   left: 0;
   right: 0;
    margin: 0 auto;
    text-align: center;
}
.gotouchi-btn a {
    display: block;
    width: 56%!important;
    max-width: 361px!important;
    margin: 0 auto;  
}
.gotouchi-btn img {
    width: 100%;
    height: auto;
}
}


@media screen and (min-width: 768px), print {
  .inner {
    width: 700px;
    margin: 0 auto;
  }
}


@media screen and (max-width: 767px) {
.pc_img, .pc_view {
	display: none!important;
}
.sp_img, .sp_view {
    display: block!important;
}
}
@media screen and (min-width: 768px) {
.sp_img, .sp_view {
    display: none!important;
}
.pc_img, .pc_view {
    display: block!important;
}
}



/* Twitter　----------------- */

@media screen and (max-width: 768px) and (min-width: 600px) {
.tw_timeline iframe.twitter-timeline-rendered{
    width: 550px !important;
}
}
@media screen and (max-width: 599px) and (min-width: 480px) {
.tw_timeline iframe.twitter-timeline-rendered{
    width: 490px !important;
}
}

@media screen and (max-width: 480px) {
.tw_timeline iframe.twitter-timeline-rendered {
 width: 450px !important;
margin:0 auto;}
}

.timeline-Widget {
max-width: 300px!important;
width:200px !important; }





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