@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  background-color: #FFFFFF;
  background-repeat: repeat;
  background-position: left top; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    html {
      font-size: 16px; } }

body {
  min-height: 100vh;
  line-height: 1.6em;
  margin: 0;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  background: #FFFFFF;
  color: #695a56;
  letter-spacing: 0.1em; }

body * {
  box-sizing: border-box; }

img {
  max-width: 100%; }

/* Flocss Foundation */
a {
  text-decoration: none; }
  a:link, a:visited {
    color: #f49248;
    text-decoration: underline;
    transition: all .3s; }
    a:link img, a:visited img {
      transition: all .3s; }
  a:active, a:hover {
    color: #fbb37d;
    text-decoration: none; }
    a:active img, a:hover img {
      opacity: .7; }

pre {
  background-color: transparent;
  border: none;
  padding: 16px 0; }

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0;
  margin-bottom: 1.6rem; }

ul, ol {
  margin-top: 0;
  margin-bottom: 1.6rem; }

table {
  margin-bottom: 1.6rem;
  border-collapse: collapse;
  border-color: #CCCCCC;
  border-spacing: 0;
  border: none; }
  table tr th,
  table tr td {
    border-color: #CCCCCC; }
    @media screen and (max-width: 768px) {
      table tr th,
      table tr td {
        padding: .5em; } }
    @media screen and (min-width: 769px) {
      table tr th,
      table tr td {
        padding: 1em; } }
  table tr th {
    background-color: #f9f9f9;
    font-weight: normal;
    text-align: left; }

figure {
  margin: 0; }

img {
  image-rendering: -webkit-optimize-contrast; }

/* Flocss Utility */
@media screen and (max-width: 768px) {
  .u-brDisplay--pc {
    display: none; } }

@media screen and (min-width: 769px) {
  .u-brDisplay--pc {
    display: block; } }

@media screen and (max-width: 768px) {
  .u-brDisplay--sp {
    display: block; } }

@media screen and (min-width: 769px) {
  .u-brDisplay--sp {
    display: none; } }

/* Flocss Component */
@media screen and (max-width: 768px) {
  .c-snsButton {
    width: 25px;
    height: 25px; } }

@media screen and (min-width: 769px) {
  .c-snsButton {
    width: 60px;
    height: 60px; } }

.c-snsButton a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center center; }

@media screen and (max-width: 768px) {
  .c-snsButton.c-snsButton--youtube a {
    background-image: url(../images/Component/c-snsButton--youtube--smp.png);
    background-size: 26px 18px; } }

@media screen and (min-width: 769px) {
  .c-snsButton.c-snsButton--youtube a {
    background-image: url(../images/Component/c-snsButton--youtube.png);
    background-size: 52px 36px; } }

@media screen and (max-width: 768px) {
  .c-snsButton.c-snsButton--twitter a {
    background-image: url(../images/Component/c-snsButton--twitter--smp.png);
    background-size: 24px 20px; } }

@media screen and (min-width: 769px) {
  .c-snsButton.c-snsButton--twitter a {
    background-image: url(../images/Component/c-snsButton--twitter.png);
    background-size: 48px 39px; } }

@media screen and (max-width: 768px) {
  .c-snsButton.c-snsButton--instagram a {
    background-image: url(../images/Component/c-snsButton--instagram--smp.png);
    background-size: 20px 20px; } }

@media screen and (min-width: 769px) {
  .c-snsButton.c-snsButton--instagram a {
    background-image: url(../images/Component/c-snsButton--instagram.png);
    background-size: 40px 40px; } }

.c-goodsTitle {
  width: 70.1vw;
  padding-top: 2.27vw;
  margin: 0 auto;
  margin-bottom: 1vw; }
  .c-goodsTitle img {
    width: 100%; }

.c-futabashaTitle {
  width: 70.1vw;
  padding-top: 5.72vw;
  margin: 0 auto;
  margin-bottom: 0.9vw; }
  .c-futabashaTitle img {
    width: 100%; }

.c-shopLinkButton {
  width: 42vw;
  padding-bottom: 5vw;
  margin: 0 auto; }
  .c-shopLinkButton a {
    display: block; }
  .c-shopLinkButton img {
    width: 100%;
    pointer-events: none; }

.c-futabashaLinkButton {
  width: 50.18vw;
  padding-bottom: 5.45vw;
  margin: 0 auto; }
  .c-futabashaLinkButton a {
    display: block; }
  .c-futabashaLinkButton img {
    width: 100%;
    pointer-events: none; }

.c-movieBox {
  padding: 5.4vw 7.2vw; }
  .c-movieBox__unit {
    z-index: 2;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 5.4vw; }
    .c-movieBox__unit iframe,
    .c-movieBox__unit img {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
    .c-movieBox__unit img {
      width: 100%;
      pointer-events: none; }
  .c-movieBox > *:last-child {
    margin-bottom: 0; }

.c-movieComing {
  padding: 5.4vw 7.2vw; }
  .c-movieComing img {
    width: 100%;
    pointer-events: none; }

.c-twitterParts {
  width: 72.7vw;
  margin: 0 auto;
  margin-top: 5.45vw;
  margin-bottom: 5.45vw;
  border: 0.54vw solid #dedddc;
  background-color: #FFFFFF; }

/* GutenbergブロックにCSSを持たせず、テーマ依存にする場合は以下をコメントアウト */
/* Flocss Project */
.p-contentsBox {
  width: 84.54vw;
  margin: 0 auto;
  margin-bottom: 11.81vw; }
  .p-contentsBox > *:last-child {
    margin-bottom: 0; }
  .p-contentsBox__title {
    position: relative;
    padding: 0;
    margin: 0 auto 0; }
    .p-contentsBox__title img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
      pointer-events: none; }
    .p-contentsBox__title:before {
      position: absolute;
      left: 50%;
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100%;
      image-rendering: -webkit-optimize-contrast; }
  .p-contentsBox__body {
    padding: 1px 0;
    background-color: #FFFFFF;
    background-repeat: repeat;
    background-position: left top;
    background-size: 6.2vw;
    border-width: 0.45vw;
    border-style: solid;
    border-top: none;
    border-radius: 0 0 4.5vw 4.5vw; }
    .p-contentsBox__body:before {
      pointer-events: none; }
  .p-contentsBox__inner {
    padding: 1px 0 1.36vw;
    background-color: #FFFFFF;
    background-repeat: repeat;
    background-position: left top;
    background-size: 6.2vw;
    border-width: 0.45vw;
    border-style: solid;
    border-radius: 4.5vw; }
  .p-contentsBox.--goods .p-contentsBox__title:before {
    bottom: 0;
    width: 90vw;
    height: 19vw;
    background-image: url(../images/Project/p-contentsBox--goods__title__img.png);
    transform: translate(-50%, 0); }
  .p-contentsBox.--goods .p-contentsBox__body {
    position: relative;
    background-image: url(../images/Project/p-contentsBox--goods__body.png);
    border-color: #e0002a; }
    .p-contentsBox.--goods .p-contentsBox__body:before {
      position: absolute;
      left: 50%;
      bottom: 0;
      display: block;
      content: "";
      width: 86vw;
      height: 24vw;
      background-image: url(../images/Project/p-contentsBox--goods__body__under.png);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100%;
      image-rendering: -webkit-optimize-contrast;
      transform: translate(-50%, 7vw); }
  .p-contentsBox.--futabasha .p-contentsBox__inner {
    position: relative;
    background-image: url(../images/Project/p-contentsBox--futabasha__body.png);
    border-color: #43b133; }
  .p-contentsBox.--movie .p-contentsBox__title:before {
    bottom: 0;
    width: 90vw;
    height: 19vw;
    background-image: url(../images/Project/p-contentsBox--movie__title__img.png);
    transform: translate(-50%, 0); }
  .p-contentsBox.--movie .p-contentsBox__body {
    background-image: url(../images/Project/p-contentsBox--movie__body.png);
    border-color: #f9782a; }
  .p-contentsBox.--twitter .p-contentsBox__title:before {
    bottom: 0;
    width: 90vw;
    height: 19vw;
    background-image: url(../images/Project/p-contentsBox--twitter__title__img.png);
    transform: translate(-50%, 0); }
  .p-contentsBox.--twitter .p-contentsBox__body {
    background-image: url(../images/Project/p-contentsBox--twitter__body.png);
    border-color: #23b2e8; }

.p-contentsWrap .p-contentsWrap__inner {
  padding-bottom: 5.45vw; }
  .p-contentsWrap .p-contentsWrap__inner > *:last-child {
    margin-bottom: 0; }

.p-goodsList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 67.2vw;
  margin: 0 auto; }
  .p-goodsList__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 31.8vw;
    max-width: 31.8vw;
    height: 31.8vw;
    margin-bottom: 3.54vw;
    background-color: #FFFFFF;
    border: 0.54vw solid #CCCCCC;
    border-radius: 2.27vw; }
    .p-goodsList__item:last-child:nth-child(odd) {
      margin-left: auto;
      margin-right: auto; }
    .p-goodsList__item a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .p-goodsList__item a img {
        width: 27.2vw;
        height: auto;
        pointer-events: none; }
    .p-goodsList__item.--premium {
      min-width: 100%;
      max-width: 100%; }
      .p-goodsList__item.--premium img {
        width: 45.4vw;
        height: auto;
        pointer-events: none; }
  .p-contentsBox.--goods .p-goodsList__item {
    border-color: #f9c8d1; }

/* Flocss Layout 読み込み順が重要 */
#l-header {
  background-color: #000000;
  color: #FFFFFF; }
  @media screen and (min-width: 769px) {
    #l-header {
      height: 100px;
      padding: 0 35px; } }
  @media screen and (max-width: 768px) {
    #l-header {
      height: 50px;
      padding: 0 20px; } }
  #l-header a {
    color: #FFFFFF; }
  #l-header #l-header__inner {
    position: relative; }
    #l-header #l-header__inner .c-snsButton {
      position: absolute; }
      @media screen and (max-width: 768px) {
        #l-header #l-header__inner .c-snsButton {
          top: 12px; }
          #l-header #l-header__inner .c-snsButton.c-snsButton--youtube {
            right: 85px; }
          #l-header #l-header__inner .c-snsButton.c-snsButton--twitter {
            right: 40px; }
          #l-header #l-header__inner .c-snsButton.c-snsButton--instagram {
            right: 0; } }
      @media screen and (min-width: 769px) {
        #l-header #l-header__inner .c-snsButton {
          top: 20px; }
          #l-header #l-header__inner .c-snsButton.c-snsButton--youtube {
            right: 170px; }
          #l-header #l-header__inner .c-snsButton.c-snsButton--twitter {
            right: 85px; }
          #l-header #l-header__inner .c-snsButton.c-snsButton--instagram {
            right: 0; } }

#l-footer {
  line-height: 1.4;
  padding: 0;
  color: #000000;
  text-align: center; }
  #l-footer__img {
    background-image: url(../images/Layout/l-footer.png);
    background-repeat: no-repeat;
    background-position: center bottom -2px;
    background-size: 100%;
    image-rendering: -webkit-optimize-contrast; }
    #l-footer__img img {
      width: 62.2vw;
      margin: 0 auto;
      pointer-events: none; }
  #l-footer__copyright {
    display: block;
    padding-bottom: 5vw;
    background-color: #43b133;
    color: #FFFFFF;
    font-size: 1.27vw; }

#l-sectionMainvisual {
  padding: 4vw 7.5vw 6.8vw;
  text-align: center;
  background-image: url(../images/Layout/l-background.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: left bottom; }
  #l-sectionMainvisual__img {
    margin: 0; }
  #l-sectionMainvisual img {
    pointer-events: none; }
    @media screen and (min-width: 769px) {
      #l-sectionMainvisual img {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 768px) {
      #l-sectionMainvisual img {
        width: 100%;
        height: auto; } }

#l-sectionMaincontents {
  padding-top: 11vw;
  background-image: url(../images/Layout/l-background--white.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: left top; }
