@charset "UTF-8";
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont,"Helvetica Neue", "Segoe UI","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

body {
  background: #fff;
  font-size: 1.8rem;
}

ul {
  list-style-type: none;
}

input {
  display: outline;
}

/* ヘッダー */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 7.6rem;
  /* background: #f1e4c9; */
}

.header__logo {
  padding: 0.9rem;
}

.header__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}

.header__btnArea .circleBtn {
  display: block;
  margin: 1.2rem;
  height: 4rem;
  line-height: 3.5rem;
  padding: 0 1.6rem;
  border-radius: 16px/50%;
  border: 2px solid #fff;
}

.header__btnArea .circleBtn a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}

.header__btnArea .question {
  background: #402000;
}

.header__btnArea .sample {
  background: #be0203;
}

/* ファストビュー画像 */
.fastView {
  background: url(../img/back-firstView.png) repeat;
}

.fastView__content {
  margin: auto;
  max-width: 1040px;
  padding: 3.2rem 0 6.2rem;
}

.fastView__content__ttl, .fastView__content__catch {
  text-shadow: 2px   2px 1px #fff, -2px  2px 1px #fff, 2px  -2px 1px #fff, -2px -2px 1px #fff, 2px   0px 1px #fff, 0px   2px 1px #fff, -2px  0px 1px #fff, 0px  -2px 1px #fff;
}

.fastView__content__ttl {
  font-size: 3.6rem;
  color: #fea700;
}

.fastView__content__ttl span {
  margin-left: 3.2rem;
  font-size: 2.1rem;
  color: #be0203;
  text-shadow: none;
}

.fastView__content__catch {
  margin: -1rem 0;
  font-size: 4.4rem;
  font-weight: bold;
}

.fastView__content__catch span {
  font-size: 8rem;
  color: #fea700;
}

.fastView__content ul {
  margin-top: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fastView .contact {
  background: #fff;
}

.contact {
  margin: auto;
  padding: 2.2rem 0;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.1rem;
}

.contact__ttl {
  text-align: center;
  color: #402000;
}

.contact__ttl span {
  letter-spacing: 0.5rem;
  font-size: 6rem;
  font-weight: bold;
}

.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.6rem;
  padding: 0 2.4rem;
  height: 7.4rem;
  border: 7px solid #fff;
  border-radius: 10px;
  text-align: center;
}

.contact__btn a {
  color: #fff;
  text-decoration: none;
}

.contact .question {
  background: #402000;
}

.contact .sample {
  background: #be0203;
  font-size: 1.6rem;
}

/* 各項目 */
section {
  position: relative;
}

section:nth-of-type(2n-1) {
  background: #fea700;
}

section:nth-of-type(2n-1) .content__ttl {
  color: #fff;
}

section:nth-of-type(2n-1) .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

section:nth-of-type(2n) {
  background: #fff;
}

section:nth-of-type(2n) .content__ttl {
  color: #402000;
}

section:nth-of-type(2n) .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  border-top: 15px solid #fea700;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

.notTriangle .content::before {
  display: none;
}

.content {
  margin: auto;
  padding: 4.5rem 0 3rem;
  max-width: 960px;
}

.content__ttl {
  margin-bottom: 2.5rem;
  text-align: center;
}

/* 直販だから安心 */
.content .makerDesc, .content .makerImage {
  padding: 0 5rem;
}

.content .makerDesc {
  text-align: justify;
  line-height: 2.8rem;
}

.content .makerImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3.5rem 0 2.5rem;
}

.content .makerImage li {
  margin-right: 1.2rem;
}

.content .makerImage li .desc {
  padding-top: 0.6rem;
  color: #fff;
}

.content .makerImage .makerView {
  position: relative;
}

.content .makerImage .makerView .character {
  position: absolute;
  bottom: 0;
  right: -10rem;
}

.content .contact {
  margin: auto;
  padding: 2.2rem 0;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.1rem;
}

.content .contact__ttl {
  text-align: center;
  color: #402000;
}

.content .contact__ttl span {
  letter-spacing: 0.5rem;
  font-size: 6rem;
  font-weight: bold;
}

.content .contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.6rem;
  padding: 0 2.4rem;
  height: 7.4rem;
  border: 7px solid #fff;
  border-radius: 10px;
  text-align: center;
}

.content .contact__btn a {
  color: #fff;
  text-decoration: none;
}

.content .contact .question {
  background: #402000;
}

.content .contact .sample {
  background: #be0203;
  font-size: 1.6rem;
}

/* 商品ライナップ */
.content .typeArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content .typeArea li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.8rem 0;
  width: 50%;
}

.content .typeArea li p {
  padding-right: 2rem;
}

.content .typeArea li .item p {
  margin-bottom: 1.2rem;
}

.content .typeArea li .item .ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.content .typeArea li .item .desc {
  font-size: 1.4rem;
}

.content .typeArea li button {
  padding: 0.8rem 1.6rem;
  background: #be0203;
  border-radius: 5px;
  color: #fff;
}

/* お客さんに満足 */
.content .customer {
  margin: 5rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .customer__image {
  margin-right: 3.5rem;
}

.content .customer__questionArea {
  font-weight: 100;
}

.content .customer__questionArea .customerName {
  margin-bottom: 3.6rem;
  color: #fff;
  font-size: 2.4rem;
}

.content .customer__questionArea li {
  color: #402000;
}

.content .customer__questionArea li span {
  display: block;
  padding-left: 1.8rem;
  color: #fff;
  line-height: 4.4rem;
}

/* デリバリーバック */
.content__ttl {
  line-height: 4.8rem;
}

.content__ttl .deribari {
  color: #fea700;
}

.content__ttl .order {
  color: #be0203;
}

.content__orderImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__orderImg p {
  position: relative;
  width: 50%;
}

.content__orderImg p img:not(.character) {
  width: 100%;
}

.content__orderImg p .character {
  position: absolute;
  z-index: 10;
  bottom: 0.5rem;
  right: -5.5rem;
}

.content__orderImg p:nth-of-type(1) {
  margin-right: 0.6rem;
}

/* お問い合わせ */
.hidden {
  display: none;
}

.content .formItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

.content .formItem__name {
  width: 23.5rem;
  color: #fff;
}

.content .formItem__input, .content .formItem__textarea {
  width: 80%;
  background: #fff;
}

.content .formItem__input {
  padding: 0 1.5rem;
  height: 5rem;
  line-height: 5rem;
}

.content .formItem__textarea {
  padding: 1.5rem;
  height: 21rem;
}

.content .formItem .errorMessage {
  display: block;
  padding: 0.2rem 0;
  font-size: 1.2rem;
  color: #be0203;
}

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

.content .sendBtn__send, .content .sendBtn__close {
  padding: 0 2.4rem;
  height: 7.4rem;
  background: #402000;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.content .sendBtn__close {
  margin-top: 2.4rem;
  height: 4.8rem;
  background: #404040;
}

.content .sendSucess {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2.4rem;
  width: auto;
  background: #f1e4c9;
  text-align: center;
}

/* フッター */
footer {
  padding: 4.5rem 0;
  color: #402000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

/* ~ 479px ポートレートモード（スマートフォンの縦向き表示） */
@media screen and (max-width: 980px) {
  /* ヘッダー */
  .header__logo {
    width: 100%;
    text-align: center;
  }
  .header .circleBtn {
    display: none;
  }
  /* ファストビュー画像 */
  .fastView__content {
    max-width: 340px;
  }
  .fastView__content__ttl {
    font-size: 3.2rem;
  }
  .fastView__content__ttl span {
    display: block;
    margin: 1.6rem 0;
    font-size: 1.9rem;
  }
  .fastView__content__catch {
    font-size: 2.8rem;
  }
  .fastView__content__catch span {
    font-size: 6rem;
  }
  .fastView__content ul {
    display: block;
  }
  .fastView__content ul img {
    margin-top: 1.2rem;
    width: 100%;
  }
  .contact {
    display: block;
    margin: 3.6rem 0 0;
  }
  .contact__ttl {
    font-size: 1.5rem;
  }
  .contact__ttl span {
    font-size: 4rem;
  }
  .contact__btn {
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* 各項目 */
  .content {
    max-width: 340px;
  }
  .content .contact {
    display: block;
    margin: 3.6rem 0 0;
  }
  .content .contact__ttl {
    font-size: 1.5rem;
  }
  .content .contact__ttl span {
    font-size: 4rem;
  }
  .content .contact__btn {
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content .contact__btn {
    margin: 1.6rem auto;
  }
  .content__ttl {
    font-size: 2.2rem;
  }
  .content .mobileTtl {
    font-size: 2.6rem;
  }
  /* 直販だから安心 */
  .content .makerDesc, .content .makerImage {
    padding: 0;
  }
  .content .makerImage {
    display: block;
  }
  .content .makerImage img {
    width: 100%;
  }
  .content .makerImage .character {
    display: none;
  }
  .content .makerImage li {
    margin-right: 0;
  }
  .content .makerImage li .desc {
    padding: 0.8rem 0 1.6rem;
    text-align: center;
  }
  /* 商品ライナップ */
  .content .typeArea {
    display: block;
  }
  .content .typeArea li {
    display: block;
    margin-bottom: 4rem;
    width: 100%;
    text-align: center;
  }
  .content .typeArea li .item .ttl {
    margin-top: 1.2rem;
  }
  /* お客さんに満足 */
  .content .customer {
    display: block;
  }
  .content .customer__image {
    margin-right: 0;
    text-align: center;
  }
  .content .customer__questionArea .customerName {
    margin-top: 3rem;
    text-align: center;
    font-size: 2.2rem;
  }
  .content .customer__questionArea li {
    margin-bottom: 1.6rem;
    line-height: 2.8rem;
    font-size: 1.6rem;
  }
  .content .customer__questionArea li span {
    line-height: 2.8rem;
  }
  /* デリバリーバック */
  .content__orderImg {
    display: block;
  }
  .content__orderImg p {
    width: 100%;
  }
  .content__orderImg p .character {
    position: absolute;
    z-index: 10;
    bottom: -8rem;
    left: 0.5rem;
  }
  /* お問い合わせ */
  .content .formItem {
    display: block;
  }
  .content .formItem__name {
    margin-bottom: 1.2rem;
  }
  .content .formItem__input, .content .formItem__textarea {
    width: 100%;
  }
  .content .sendSucess {
    width: 90%;
  }
  /* フッター */
  footer {
    padding: 4.5rem 1.5rem;
  }
}
