@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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

/* Scss Document */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  background: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "游明朝","YuMincho","Sawarabi Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  color: #000;
  line-height: 1.5;
  min-width: 1024px;
  width: 100%;
  overflow-x: hidden;
}

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

body a, body a img {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body a:hover,
body a:hover img, body a img:hover,
body a img:hover img {
  opacity: 0.85;
}

body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body .sp {
  display: none;
}

body .pc {
  display: block;
}

body ul, body ol, body li, body dt, body dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/*originalリセット*/
body div.layout_body div.layout_header {
  font-family: "游明朝","YuMincho","Sawarabi Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  z-index: 10;
}

/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.inner {
  width: 1100px;
  margin: 0 auto;
  clear: both;
}

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

a:visited {
  color: #000000;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a:active {
  color: #000000;
}

@media screen and (max-width: 767px) {
  body {
    background: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    font-family: "游明朝","YuMincho","Sawarabi Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
    color: #000000;
    line-height: 1.5;
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
  }
  body .sp {
    display: block;
  }
  body .pc {
    display: none;
  }
}

.inner {
  width: 1100px;
  margin: 0 auto;
  clear: both;
}

.fs-pt-carousel {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 30px;
  position: relative;
}

.fs-c-slick .slick-list {
  width: 100%;
  overflow: visible;
}

.fs-c-slick .slick-slide {
  padding: 0 5px;
  position: relative;
}

.fs-c-slick .slick-slide img {
  vertical-align: bottom;
}

.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 500;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  background: none;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.fs-c-slick .slick-prev {
  -webkit-transform: translate(-532px, -50%);
  transform: translate(-532px, -50%);
}

.fs-c-slick .slick-next {
  -webkit-transform: translate(510px, -50%);
  transform: translate(510px, -50%);
}

.fs-c-slick .slick-dots {
  margin-top: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-slick .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  position: relative;
}

.fs-c-slick .slick-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

.fs-c-slick .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 100%;
  height: 100%;
  font-family: "fs-icon";
  font-size: 6px;
  line-height: 8px;
  text-align: center;
  color: #aaa;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-c-slick .slick-dots li button:focus {
  outline: 0;
}

.fs-c-slick .slick-dots li button:after {
  border-radius: 6px;
  background: #d2d2d2;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  margin: 0;
  outline: 0;
}

.fs-c-slick .slick-dots li.slick-active button:after {
  background: #d20d31;
}

.fs-l-header {
  display: block;
  padding-top: 140px;
}

.header {
  width: 100%;
  height: 140px;
  background: #fff;
  position: relative;
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
}

.header .inner h1 {
  float: left;
  margin: 15px 0 0 0;
}

.header .inner #header-nav {
  height: 85px;
  width: 780px;
  margin-left: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .inner #header-nav p {
  font-size: 1.26rem;
  margin-left: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

.header .inner #header-nav p span {
  font-size: 2.4rem;
  margin-left: 10px;
}

.header .inner #header-nav p.postage {
  color: #cfa972;
  font-size: 1.6rem;
  margin: 0;
}

.header .inner #header-nav > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
}

.header .inner #header-nav > ul > li.guide_menu {
  position: relative;
  z-index: 3000;
}

.header .inner #header-nav > ul > li.guide_menu:hover span {
  color: #fff;
}

.header .inner #header-nav > ul > li.guide_menu > span {
  display: block;
  padding: 10px 15px 10px 10px;
}

.header .inner #header-nav > ul > li.guide_menu > span:hover {
  color: #fff;
  text-decoration: none;
}

.header .inner #header-nav > ul > li.guide_menu > span:after {
  content: "";
  display: block;
  background: url("https://yataro.itembox.design/item/ico_header_navi.png") 0 0 no-repeat;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 15px;
  right: 3px;
}

.header .inner #header-nav > ul > li.guide_menu .nav_inner {
  display: none;
  position: absolute;
  width: 190px;
  background: #6f6059;
}

.header .inner #header-nav > ul > li.guide_menu .nav_inner ul {
  display: block;
}

.header .inner #header-nav > ul > li.guide_menu .nav_inner ul li {
  border-bottom: 1px solid #a79990;
}

.header .inner #header-nav > ul > li.guide_menu .nav_inner a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.header .inner #header-nav > ul > li.guide_menu .nav_inner a:hover {
  text-decoration: none;
}

.header .inner #header-nav > ul > li.guide_menu.open {
  background: #6f6059;
  color: #fff;
}

.header .inner #header-nav > ul > li.guide_menu.open > span:after {
  background: url("https://yataro.itembox.design/item/ico_header_navi_on.png") 0 0 no-repeat;
}

.header .inner #header-nav > ul > li > a {
  display: block;
  padding: 10px 0;
}

.header .inner #g-nav {
  width: 780px;
  margin-left: auto;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .inner #g-nav > ul > li {
  float: left;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
}

.header .inner #g-nav > ul > li > span {
  display: block;
  padding: 0 50px;
  height: 55px;
  line-height: 55px;
  position: relative;
}

.header .inner #g-nav > ul > li > span:before {
  background: #adadad;
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  top: 19px;
  left: 0;
  position: absolute;
}

.header .inner #g-nav > ul > li > span:hover {
  text-decoration: none;
}

.header .inner #g-nav > ul > li:last-child > span:after {
  background: #adadad;
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  top: 24px;
  right: 0;
  position: absolute;
}

.header .inner #g-nav > ul > li .nav_inner {
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  width: auto;
  min-width: 250px;
  background: #000;
  padding: 0;
}

.header .inner #g-nav > ul > li .nav_inner ul {
  margin: 0 auto;
}

.header .inner #g-nav > ul > li .nav_inner ul li {
  font-size: 1.4rem;
  text-align: left;
  margin: 0;
  white-space: nowrap;
  border-bottom: 1px solid #adadad;
}

.header .inner #g-nav > ul > li .nav_inner ul li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.header .inner #g-nav > ul > li .nav_inner ul li a:hover {
  text-decoration: none;
}

.header .inner #g-nav > ul > li .nav_inner ul li:last-child {
  margin-right: 0;
  border: 0;
}

.header .inner #g-nav > ul > li:hover {
  background: #000;
}

.header .inner #g-nav > ul > li:hover span {
  color: #fff;
}

.header .inner #g-nav > ul > li:hover a {
  color: #fff;
}

.fs-l-footer {
  border-top: 0;
}

.fs-p-footerPageTop {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(600px);
  transform: translateX(600px);
  right: auto;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-width: 50px;
  display: none;
}

.fs-p-footerPageTop.fixed_btn {
  position: absolute;
  top: -50px;
}

.fs-p-footerPageTop__link {
  overflow: hidden;
  text-indent: -9999px;
  display: table;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  background: url("https://yataro.itembox.design/item/ico_pagetop.png") 0 0 no-repeat;
  background-size: contain;
}

.fs-p-footerPageTop__link::before {
  display: none;
}

.footer {
  background: #f1efe8;
  padding: 60px 0;
  color: #535353;
}

.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .inner .box {
  width: 30%;
}

.footer .inner .box h2 {
  border-bottom: 1px solid #535353;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.footer .inner .box h3 {
  font-size: 1.3rem;
  line-height: 1.8;
}

.footer .inner .box p {
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.footer .inner #footer_nav {
  width: 55%;
  padding: 40px 0;
}

.footer .inner #footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.footer .inner #footer_nav ul li {
  border-right: 1px solid #d2d2d2;
  line-height: 1;
}

.footer .inner #footer_nav ul li:first-child {
  border-left: 1px solid #d2d2d2;
}

.footer .inner #footer_nav ul li a {
  display: block;
  padding: 0 20px;
}

.footer .inner #copy_right {
  padding: 30px 0;
  width: 45%;
  line-height: 1;
  text-align: right;
}

.footer .inner #copy_right p {
  font-size: 1rem;
}

.footer .inner #copy_right address {
  font-style: normal;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.fixed {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 2800;
  width: 80px;
  background: url("https://yataro.itembox.design/item/bg_fixed_btn.png");
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fixed a {
  display: block;
  padding: 15px 5px 0;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
}

.fixed a span {
  display: block;
  font-size: 2.6rem;
  line-height: 1.2;
}

.fixed a span span {
  font-size: 2.2rem;
}

.fixed a .link {
  border-top: 1px solid #fff;
  padding: 10px 0 35px;
  margin-top: 10px;
  position: relative;
}

.fixed a .link:after {
  content: "";
  display: block;
  width: 12px;
  height: 15px;
  background: url("https://yataro.itembox.design/item/ico_fixed.png") 0 0 no-repeat;
  bottom: 12px;
  left: 30px;
  position: absolute;
}

.fixed a:hover {
  text-decoration: none;
}

.fs-body-top .fs-l-main {
  margin: 24px auto;
  padding: 0;
  max-width: 100%;
  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;
}

.fs-body-top .fs-l-pageMain {
  max-width: 100%;
  width: 100%;
}

.top_section {
  clear: both;
  width: 100%;
  padding: 80px 0;
}

.top_section .garam {
  font-family: 'EB Garamond', serif;
  display: block;
  font-size: 1.6rem;
}

.top_section .inner {
  position: relative;
}

.top_section h2 {
  font-size: 2.4rem;
  text-align: center;
}

.top_section .rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  text-align: left;
}

.top_section .tit-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  text-align: left;
  font-size: 3rem;
}

.top_section#news {
  padding: 0 0 80px;
}

.top_section#news h2 {
  margin-bottom: 34px;
}

.top_section#news .scroll_box {
  height: 180px;
  overflow-y: scroll;
  padding-right: 20px;
}

.top_section#news .scroll_box ul li {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
  font-size: 1.3rem;
}

.top_section#news .scroll_box ul li .date {
  width: 104px;
  display: inline-block;
}

.top_section#news .scroll_box ul li .headline {
  display: inline-block;
}

.top_section#news .scroll_box ul li:first-child {
  border-top: 1px solid #d2d2d2;
}

.top_section#about {
  background: url("https://yataro.itembox.design/item/bg_top_about.jpg") center top no-repeat;
  background-size: cover;
  padding: 120px 0;
}

.top_section#about .inner {
  height: 100%;
  min-height: 300px;
}

.top_section#about .inner h2 {
  position: absolute;
  right: 164px;
}

.top_section#about .inner .rl {
  position: absolute;
  left: 0;
  width: 795px;
  height: 100%;
  font-size: 1.7rem;
  letter-spacing: 4px;
}

.top_section#about .inner .rl p {
  line-height: 2;
  margin-left: 30px;
}

.top_section#about .inner .rl p.more {
  position: absolute;
  bottom: 0;
  left: 130px;
  font-size: 1.8rem;
  margin: 0;
}

.top_section#about .inner .rl p.more a {
  border-right: 1px solid #000;
  padding: 0 5px;
}

.top_section#about .inner .rl p.more a:hover {
  color: #000;
  border: 0;
}

.top_section#products {
  padding: 0;
}

.top_section#products h2 {
  padding: 80px 0;
}

.top_section#products #baumkuchen {
  background: url("https://yataro.itembox.design/item/bg_top_baum.jpg") center top no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.top_section#products #baumkuchen .inner {
  min-height: 380px;
}

.top_section#products #baumkuchen .rl {
  position: absolute;
  width: 320px;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 5px;
}

.top_section#products #baumkuchen .rl h3 {
  margin-left: 50px;
  line-height: 1.2;
  letter-spacing: 10px;
}

.top_section#products #baumkuchen .rl h3 span {
  margin-right: 15px;
  letter-spacing: 2px;
}

.top_section#products #rusk {
  background: url("https://yataro.itembox.design/item/bg_top_rusk.jpg") center top no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.top_section#products #rusk .inner {
  min-height: 380px;
}

.top_section#products #rusk .rl {
  position: absolute;
  width: 260px;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 5px;
}

.top_section#products #rusk .rl h3 {
  margin-left: 50px;
  line-height: 1.2;
  letter-spacing: 10px;
}

.top_section#products #rusk .rl h3 span {
  margin-right: 15px;
  letter-spacing: 2px;
}

.top_section#products #set {
  background: url("https://yataro.itembox.design/item/bg_top_set.jpg") center top no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.top_section#products #set .inner {
  min-height: 380px;
}

.top_section#products #set .rl {
  position: absolute;
  width: 260px;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 5px;
}

.top_section#products #set .rl h3 {
  margin-left: 50px;
  line-height: 1.2;
  letter-spacing: 10px;
}

.top_section#products #set .rl h3 span {
  margin-right: 15px;
  letter-spacing: 2px;
}

.top_section .products_list {
  padding: 80px 0;
}

.top_section .products_list .fs-pt-column__heading {
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
  font-weight: normal;
}

.top_section .products_list .fs-pt-column__description {
  font-size: 1.4rem;
  margin-top: 10px;
}

.top_section#scene {
  background: #f1efe8;
}

.top_section#scene h2 {
  margin-bottom: 60px;
}

.top_section#scene ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_section#scene ul li {
  width: 23.63%;
}

.top_section#scene ul li span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 10px;
}

.top_section#scene ul li a:hover {
  text-decoration: none;
}

.top_section#blog h2 {
  margin-bottom: 60px;
}

.top_section#blog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_section#blog ul li.entry {
  width: 29%;
  margin: 0 6.5% 0 0;
}

.top_section#blog ul li.entry:last-child {
  margin: 0;
}

.top_section#blog ul li.entry p {
  font-size: 1.4rem;
}

.top_section#blog ul li.entry p.img {
  margin-bottom: 20px;
}

.top_section#blog ul li.entry p.date {
  margin-bottom: 15px;
  color: #000;
}

.top_section#blog ul li.entry p.text {
  margin-bottom: 20px;
}

.top_section#blog ul li.entry p.text a {
  color: #000;
}

.top_section#blog ul li.entry ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.top_section#blog ul li.entry ul li {
  border-right: 1px solid #535353;
  line-height: 1.2;
  padding-right: 10px;
  margin-right: 10px;
}

.top_section#blog ul li.entry ul li a {
  display: block;
}

.top_section#blog ul li.entry ul li:last-child {
  border: 0;
}

.top_section#blog .btn_more {
  width: 240px;
  margin: 0 auto;
  border: 1px solid #000;
  text-align: center;
}

.top_section#blog .btn_more a {
  display: block;
  height: 60px;
  line-height: 58px;
  font-size: 1.6rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.top_section#blog .btn_more a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.fs-c-breadcrumb {
  margin-top: 8px;
}

/*商品ページ*/
.fs-l-main {
  margin: 24px auto;
  padding: 0;
  max-width: 1100px;
  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;
}

.fs-c-productNameHeading__copy {
  display: block;
}

.fs-c-button--primary.fs-c-button--addToCart--detail {
  background: #cf0d30;
  border: 1px solid #cf0d30;
}

.fs-c-productReview {
  margin-top: 30px;
}

.fs-c-mark--coolDelivery {
  display: none;
}

.fs-c-noshi {
  padding: 8px 0;
}

/*商品LP*/
.lp_cont {
  margin: 60px 0;
  overflow: visible;
  font-size: 1.8rem;
}

.lp_cont #fv {
  position: relative;
  margin-bottom: 265px;
}

.lp_cont #fv h2 {
  background: url("https://yataro.itembox.design/item/bg_lp01.png") center top no-repeat;
  width: 1400px;
  text-align: center;
  font-size: 4.5rem;
  margin: 0;
  padding: 80px 0;
  position: absolute;
  top: 552px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp_cont #fv h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp_cont #about {
  position: relative;
  margin-bottom: 230px;
}

.lp_cont #about h3 {
  background: url("https://yataro.itembox.design/item/bg_lp02.png") 0 0 no-repeat;
  width: 52.72%;
  padding: 110px 9%;
  font-size: 3.2rem;
  line-height: 2;
  margin: 80px 0 0 47.28%;
  min-height: 580px;
}

.lp_cont #about .img {
  position: absolute;
  top: -80px;
  left: 0;
  width: 54.54%;
}

.lp_cont #about .text {
  margin-top: -95px;
  padding: 0 9%;
  font-size: 1.8rem;
  line-height: 2;
}

.lp_cont .section {
  position: relative;
  padding-top: 300px;
}

.lp_cont h3.tit_rl_center {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  text-align: left;
  font-size: 4.5rem;
  letter-spacing: 6px;
}

.lp_cont h3.tit_rl_center > span {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 0 30px;
  position: relative;
  display: block;
}

.lp_cont h3.tit_rl_center > span span {
  font-size: 2rem;
  position: absolute;
  right: -20px;
  top: 0;
  color: #969696;
  letter-spacing: 1px;
}

.lp_cont #good {
  padding: 170px 0 0 0;
  position: relative;
  margin-bottom: 150px;
}

.lp_cont #good h3 {
  position: absolute;
  top: 0;
  left: 19.8%;
}

.lp_cont #good .good {
  margin-bottom: 120px;
  position: relative;
  min-height: 780px;
}

.lp_cont #good .good h4 {
  font-size: 3.2rem;
  line-height: 1.3;
  position: absolute;
  width: 52.7%;
  padding: 52.7% 0 0 0;
  z-index: -1;
}

.lp_cont #good .good h4 span {
  position: absolute;
  top: 40%;
  left: 22%;
  display: block;
}

.lp_cont #good .good h4 img {
  display: block;
  margin-bottom: 20px;
}

.lp_cont #good .good .img {
  margin-bottom: 50px;
}

.lp_cont #good .good .text {
  font-size: 1.8rem;
  padding: 0 4% 0 9%;
  line-height: 2;
}

.lp_cont #good .good:nth-of-type(odd) .img {
  width: 54.54%;
  margin-left: 45.46%;
}

.lp_cont #good .good:nth-of-type(odd) h4 {
  top: 200px;
  left: 0;
}

.lp_cont #good .good:nth-of-type(odd) h4 span {
  position: absolute;
  top: 20%;
  left: 9%;
  display: block;
}

.lp_cont #good .good:nth-of-type(even) {
  min-height: 670px;
}

.lp_cont #good .good:nth-of-type(even) .img {
  width: 54.54%;
  margin-right: 45.46%;
}

.lp_cont #good .good:nth-of-type(even) h4 {
  top: 40px;
  right: 0;
}

.lp_cont #good .good.good01 h4 {
  background: url("https://yataro.itembox.design/item/bg_lp03.png");
}

.lp_cont #good .good.good02 h4 {
  background: url("https://yataro.itembox.design/item/bg_lp04.png");
}

.lp_cont #good .good.good03 h4 {
  background: url("https://yataro.itembox.design/item/bg_lp05.png");
}

.lp_cont #good .good.good04 h4 {
  background: url("https://yataro.itembox.design/item/bg_lp06.png");
}

.lp_cont #uchiiwai {
  position: relative;
  margin-bottom: 90px;
}

.lp_cont #uchiiwai h2 {
  background: url("https://yataro.itembox.design/item/bg_lp01.png") center top no-repeat;
  width: 1400px;
  text-align: center;
  font-size: 4.5rem;
  margin: 0;
  padding: 80px 0;
  position: absolute;
  top: 550px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.lp_cont #uchiiwai h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp_cont #uchiiwai .text {
  margin: 150px 9% 0;
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
  z-index: 2;
}

.lp_cont #uchiiwai2 {
  margin-bottom: 90px;
}

.lp_cont #uchiiwai2 h2 {
  background: url("https://yataro.itembox.design/item/bg_lp01.png") center top no-repeat;
  width: 1400px;
  text-align: center;
  font-size: 4.5rem;
  margin: 0;
  padding: 80px 0;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.lp_cont #uchiiwai2 h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp_cont #uchiiwai2 .text {
  margin: 0 9% 0;
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
  z-index: 2;
}

.lp_cont #scene .scene {
  padding: 100px 0 0;
  margin-bottom: 140px;
  position: relative;
}

.lp_cont #scene .scene .img {
  text-align: center;
}

.lp_cont #scene .scene h4 {
  background: url("https://yataro.itembox.design/item/bg_lp10.png") center top no-repeat;
  width: 610px;
  text-align: center;
  font-size: 4.5rem;
  margin: 0;
  padding: 55px 0;
  position: absolute;
  top: 450px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp_cont #scene .scene h4 span {
  display: block;
  font-size: 1.4rem;
  font-family: 'Playfair Display', serif;
}

.lp_cont #scene .scene .text {
  margin: 140px 0 30px;
  padding: 0 9%;
  font-size: 1.8rem;
  line-height: 2;
}

.lp_cont #scene .scene dl.noshi {
  width: 82%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp_cont #scene .scene dl.noshi dt {
  width: 21%;
}

.lp_cont #scene .scene dl.noshi dd {
  width: 77%;
  font-size: 1.8rem;
  line-height: 2;
}

.lp_cont #scene .scene.scene01 {
  background: url("https://yataro.itembox.design/item/bg_lp07.png") center top no-repeat;
}

.lp_cont #scene .scene.scene02 {
  background: url("https://yataro.itembox.design/item/bg_lp08.png") center top no-repeat;
}

.lp_cont #scene2 .scene {
  margin-bottom: 140px;
}

.lp_cont #scene2 .scene .text {
  margin: 30px 0;
  padding: 0 9%;
  font-size: 1.8rem;
  line-height: 2;
}

.lp_cont #scene2 .scene dl.noshi {
  width: 82%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp_cont #scene2 .scene dl.noshi dt {
  width: 21%;
}

.lp_cont #scene2 .scene dl.noshi dd {
  width: 77%;
  font-size: 1.8rem;
  line-height: 2;
}

.lp_cont #voice {
  padding-top: 326px;
  margin-bottom: 220px;
}

.lp_cont #voice .voice {
  border-bottom: 1px solid #dcdcdc;
  padding: 50px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp_cont #voice .voice .img {
  width: 15.2%;
}

.lp_cont #voice .voice .text {
  width: 80%;
}

.lp_cont #voice .voice:first-of-type {
  border-top: 1px solid #dcdcdc;
}

.lp_cont #faq {
  padding-top: 175px;
}

.lp_cont #faq .faq_list {
  background: #f5f5f5;
  padding: 250px 4.5% 50px;
}

.lp_cont #faq .faq_list dl {
  margin: 0 0 20px 0;
}

.lp_cont #faq .faq_list dt {
  background: url("https://yataro.itembox.design/item/ico_lp_q.png") 35px 10px no-repeat #3c3c3c;
  padding: 15px 60px 15px 90px;
  color: #fff;
  line-height: 1;
  font-size: 2.4rem;
  position: relative;
}

.lp_cont #faq .faq_list dt:after {
  content: "";
  display: block;
  background: url("https://yataro.itembox.design/item/ico_lp_down.png") 0 0 no-repeat;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.lp_cont #faq .faq_list dt.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.lp_cont #faq .faq_list dd {
  background: url("https://yataro.itembox.design/item/ico_lp_a.png") 35px 20px no-repeat #fff;
  padding: 20px 60px 30px 90px;
  display: none;
}

/*下層ページ*/
.fs-c-heading--page {
  border-bottom: 0;
  color: #000;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 40px;
  padding: 0 0 1.2em;
  text-align: center;
}

.fs-l-pageMain {
  font-size: 1.8rem;
}

.fs-l-pageMain .content .section {
  margin-top: -140px;
  padding-top: 140px;
  margin-bottom: 50px;
  clear: both;
}

.fs-l-pageMain .content .section#privilege {
  padding-top: 20px;
  margin-top: 0;
}

.fs-l-pageMain .content h2 {
  font-size: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.fs-l-pageMain .content h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.fs-l-pageMain .content h3.cautions {
  color: #e60012;
  font-size: 1.8rem;
}

.fs-l-pageMain .content h4 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.fs-l-pageMain .content p {
  margin-bottom: 40px;
}

.fs-l-pageMain .content p.bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-l-pageMain .content p.bnr img {
  margin-right: 20px;
}

.fs-l-pageMain .content a {
  text-decoration: underline;
}

.fs-l-pageMain .content a:hover {
  text-decoration: none;
}

.fs-l-pageMain .content table {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
  margin: 0 auto 30px;
}

.fs-l-pageMain .content table th {
  border: 1px solid #d2d2d2;
  padding: 10px;
  font-weight: normal;
}

.fs-l-pageMain .content table td {
  border: 1px solid #d2d2d2;
  padding: 20px 10px;
}

.fs-l-pageMain .content table td.mark {
  font-size: 2rem;
}

.fs-l-pageMain .content table.list {
  table-layout: fixed;
}

.fs-l-pageMain .content table.list tr:nth-child(n + 2) th {
  background: #fffbf8;
}

.fs-l-pageMain .content table.list th {
  background: #f2efe8;
  padding: 25px 20px;
}

.fs-l-pageMain .content table.list td {
  text-align: center;
}

.fs-l-pageMain .content table.list td.date {
  font-size: 2rem;
  font-weight: bold;
}

.fs-l-pageMain .content table.postage tr th {
  background: #f2efe8;
  padding: 25px 20px;
}

.fs-l-pageMain .content table.postage tr td {
  padding: 30px 20px;
}

.fs-l-pageMain .content table.postage tr td:first-child {
  background: #fefaf7;
  text-align: center;
}

.fs-l-pageMain .content table.postage tr th:nth-child(3),
.fs-l-pageMain .content table.postage tr td:nth-child(3) {
  background: #f7eef3;
  text-align: center;
  width: 19%;
}

.fs-l-pageMain .content table.postage tr th:nth-child(4),
.fs-l-pageMain .content table.postage tr td:nth-child(4) {
  background: #edf7f8;
  text-align: center;
  width: 19%;
}

.fs-l-pageMain .content table.rotate {
  table-layout: fixed;
}

.fs-l-pageMain .content table.rotate th {
  background: #f2efe8;
  padding: 25px 20px;
}

.fs-l-pageMain .content table.rotate td {
  padding: 25px 20px;
}

.fs-l-pageMain .content table.rotate td .red {
  color: #e70014;
}

.fs-l-pageMain .content table.rotate td.img {
  text-align: center;
}

.fs-l-pageMain .content table.rotate td.img img {
  max-width: 84px;
}

.fs-l-pageMain .content .flow {
  margin-bottom: 40px;
}

.fs-l-pageMain .content .flow li {
  background: #fefbf8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
}

.fs-l-pageMain .content .flow li:after {
  content: "";
  display: block;
  width: 64px;
  height: 30px;
  background: url("images/arrow_guide_flow.png") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fs-l-pageMain .content .flow li:last-child {
  margin-bottom: 0;
}

.fs-l-pageMain .content .flow li:last-child:after {
  display: none;
}

.fs-l-pageMain .content .flow li .no {
  background: #cfa972;
  display: block;
  font-size: 3.4rem;
  width: 82px;
  height: 82px;
  line-height: 82px;
  color: #fff;
  text-align: center;
}

.fs-l-pageMain .content .flow li .cont {
  width: calc(100% - 112px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-l-pageMain .content .flow li .cont h3 {
  width: 23.3%;
  margin: 0;
  font-size: 2rem;
}

.fs-l-pageMain .content .flow li .cont p {
  margin-bottom: 0;
}

.fs-l-pageMain .content .flow li .cont p.img {
  width: 16.6%;
}

.fs-l-pageMain .content .flow li .cont p.text {
  width: 57.8%;
}

.fs-l-pageMain .content .attention .cautions {
  color: #e60012;
  display: block;
}

.fs-l-pageMain .content .freedial {
  font-size: 4.6rem;
  margin-bottom: 15px;
}

.fs-l-pageMain .content .freedial img {
  vertical-align: text-top;
  margin-right: 10px;
}

.fs-l-pageMain .content .freedial span {
  display: block;
  font-size: 2rem;
}

.fs-l-pageMain .content #privilege {
  background: #f6f6f6;
  padding: 20px 2%;
}

.fs-l-pageMain .content #privilege h2 {
  text-align: center;
  border: 0;
}

.fs-l-pageMain .content #privilege ul li {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 1.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-l-pageMain .content #privilege ul li .no {
  background: #cfa972;
  display: block;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  padding: 10px;
  line-height: 1.1;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin-right: 35px;
}

.fs-l-pageMain .content #privilege ul li .no span {
  display: block;
  font-size: 4rem;
  line-height: 1;
}

.fs-l-pageMain .content #privilege ul li p {
  margin: 0;
}

.fs-l-pageMain .content #privilege ul li p.img {
  margin-right: 35px;
  width: 110px;
}

.fs-l-pageMain .content #privilege ul li p.text {
  width: calc(100% - 260px);
  font-size: 2.4rem;
  line-height: 1.2;
}

.fs-l-pageMain .content #privilege ul li p.text span.gold {
  color: #cfa972;
}

.fs-l-pageMain .content #privilege ul li p.text span.strong {
  font-size: 3.6rem;
}

.fs-l-pageMain .content #privilege ul li p.text small {
  font-size: 2rem;
}

.fs-l-pageMain .fs-c-documentArticle__heading {
  background: #777;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 10px 8px;
  text-align: center;
}

.fs-l-pageMain .fs-c-documentColumn__heading {
  color: #000;
  border-color: #000;
  border-style: solid;
  border-width: 0 0 1px 5px;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 8px;
  padding-left: 16px;
  margin-bottom: 8px;
}

@media screen and (min-width: 960px) {
  .fs-body-my-top .fs-p-accountInfo {
    display: none;
  }
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
  .fs-p-footerPageTop {
    position: fixed;
    bottom: 20px;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: 2%;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-width: 50px;
    display: none;
  }
  .fs-p-footerPageTop.fixed_btn {
    position: absolute;
    top: -50px;
    left: auto;
    right: 2%;
  }
  .fs-p-footerPageTop__link {
    overflow: hidden;
    text-indent: -9999px;
    display: table;
    white-space: nowrap;
    width: 50px;
    height: 50px;
    background-color: #646464;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  body {
    min-width: 0;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding: 0 2.6%;
  }
  .header {
    width: 100%;
    height: 140px;
    position: relative;
    z-index: 3000;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header .inner {
    padding: 0;
  }
  .header .inner h1 {
    width: 18%;
  }
  .header .inner #header-nav {
    width: 80%;
    margin-left: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .inner #g-nav {
    width: 80%;
    margin-left: auto;
    height: 55px;
  }
  .header .inner #g-nav > ul {
    float: right;
  }
  .header .inner #g-nav > ul > li > span {
    display: block;
    padding: 0 30px;
  }
  .header .inner #g-nav > ul > li:last-child a:after {
    background: #adadad;
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    top: 24px;
    right: 0;
    position: absolute;
  }
  .header .inner #g-nav > ul > li .nav_inner {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    background: #000;
  }
  .header .inner #g-nav > ul > li:hover {
    background: #000;
  }
  .header .inner #g-nav > ul > li:hover a {
    color: #fff;
  }
  .top_section {
    clear: both;
    width: 100%;
    padding: 80px 0;
  }
  .top_section .inner {
    position: relative;
  }
  .top_section h2 {
    font-size: 2.4rem;
    text-align: center;
  }
  .top_section .rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    text-align: left;
  }
  .top_section .tit-rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    text-align: left;
    font-size: 3rem;
  }
  .top_section#news {
    padding: 0 0 80px;
  }
  .top_section#news h2 {
    margin-bottom: 34px;
  }
  .top_section#news .scroll_box {
    height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .top_section#news .scroll_box ul li {
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 0;
    font-size: 1.3rem;
  }
  .top_section#news .scroll_box ul li .date {
    width: 104px;
    display: inline-block;
  }
  .top_section#news .scroll_box ul li .headline {
    display: inline-block;
  }
  .top_section#news .scroll_box ul li:first-child {
    border-top: 1px solid #d2d2d2;
  }
  .top_section#about {
    background: url("https://yataro.itembox.design/item/bg_top_about.jpg") center top no-repeat;
    background-size: cover;
    padding: 120px 0;
  }
  .top_section#about .inner {
    height: 100%;
    min-height: 300px;
  }
  .top_section#about .inner h2 {
    position: absolute;
    right: 2.6%;
  }
  .top_section#about .inner .rl {
    position: static;
    left: 0;
    width: 100%;
    height: auto;
    padding-right: 80px;
    font-size: 1.7rem;
    letter-spacing: 4px;
  }
  .top_section#about .inner .rl p {
    line-height: 2;
    margin-left: 30px;
  }
  .top_section#about .inner .rl p.more {
    position: absolute;
    bottom: 0;
    left: 2.6%;
    font-size: 1.8rem;
    margin: 0;
  }
  .top_section#about .inner .rl p.more a {
    border-right: 1px solid #000;
    padding: 0 5px;
  }
  .top_section#about .inner .rl p.more a:hover {
    color: #000;
    border: 0;
  }
  .top_section#products {
    padding: 0;
  }
  .top_section#products h2 {
    padding: 80px 0;
  }
  .top_section#products #baumkuchen {
    background: url("https://yataro.itembox.design/item/bg_top_baum.jpg") center top no-repeat;
    background-size: cover;
    padding: 100px 0;
  }
  .top_section#products #baumkuchen .inner {
    min-height: 380px;
  }
  .top_section#products #baumkuchen .rl {
    position: absolute;
    width: auto;
    top: 0;
    left: 2.6%;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 5px;
  }
  .top_section#products #rusk {
    background: url("https://yataro.itembox.design/item/bg_top_rusk.jpg") center top no-repeat;
    background-size: cover;
    padding: 100px 0;
  }
  .top_section#products #rusk .inner {
    min-height: 380px;
  }
  .top_section#products #rusk .rl {
    position: absolute;
    width: auto;
    top: 0;
    right: 2.6%;
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 5px;
  }
  .top_section#products #set {
    background: url("https://yataro.itembox.design/item/bg_top_set.jpg") center top no-repeat;
    background-size: cover;
    padding: 100px 0;
  }
  .top_section#products #set .inner {
    min-height: 380px;
  }
  .top_section#products #set .rl {
    position: absolute;
    width: auto;
    top: 0;
    left: 2.6%;
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 5px;
  }
  .top_section#products #set .rl h3 {
    margin-left: 50px;
    line-height: 1.2;
    letter-spacing: 10px;
  }
  .top_section#products #set .rl h3 span {
    margin-right: 15px;
    letter-spacing: 2px;
  }
  .products_list {
    padding: 80px 0;
  }
  .products_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products_list ul li {
    margin: 0 70px 30px 0;
  }
  .products_list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .products_list ul li p {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .products_list ul li p.price_taxin {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .lp_cont {
    font-size: 1.5rem;
  }
  .lp_cont #fv {
    position: relative;
    margin-bottom: 100px;
  }
  .lp_cont #fv h2 {
    background: url("https://yataro.itembox.design/item/bg_lp01.png") center top no-repeat;
    background-size: auto;
    width: 100%;
    padding: 5rem 0;
    top: 82%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lp_cont #about h3 {
    padding: 100px 4% 100px 9%;
  }
  .lp_cont #uchiiwai h2 {
    background: url("https://yataro.itembox.design/item/bg_lp01.png") center top no-repeat;
    background-size: auto;
    margin: 0;
    width: 100%;
    padding: 6rem 0;
    position: absolute;
    top: 63%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
  .lp_cont #uchiiwai h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lp_cont #uchiiwai .text {
    margin: 12rem 9% 0;
    font-size: 1.8rem;
    line-height: 2;
  }
  /*下層ページ*/
  .fs-l-pageMain {
    font-size: 1.6rem;
    padding: 0 2.6%;
  }
}

@media screen and (max-width: 1100px) {
  .footer .inner #footer_nav {
    width: 100%;
    padding: 40px 0 0;
  }
  .footer .inner #footer_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .footer .inner #footer_nav ul li {
    border-right: 1px solid #d2d2d2;
    line-height: 1;
  }
  .footer .inner #footer_nav ul li:first-child {
    border-left: 1px solid #d2d2d2;
  }
  .footer .inner #footer_nav ul li a {
    display: block;
    padding: 0 20px;
  }
  .footer .inner #copy_right {
    padding: 30px 0;
    width: 100%;
    line-height: 1;
    text-align: center;
  }
  .footer .inner #copy_right p {
    font-size: 1rem;
  }
  .footer .inner #copy_right address {
    font-style: normal;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .fs-l-productLayout {
    padding: 0 2.6%;
  }
  .lp_cont {
    font-size: 1.5rem;
  }
  .lp_cont svg {
    width: 100%;
    height: auto;
  }
  .lp_cont #fv {
    position: relative;
    margin-bottom: 100px;
  }
  .lp_cont #fv h2 {
    background: url("https://yataro.itembox.design/item/bg_lp01.png") center top no-repeat;
    background-size: auto;
    width: 100%;
    padding: 5rem 0;
    top: 82%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lp_cont #good .good.good03 .img {
    margin-bottom: 120px;
  }
  .lp_cont #uchiiwai h2 {
    background: url("https://yataro.itembox.design/item/bg_lp01.png") center top no-repeat;
    background-size: auto;
    margin: 0;
    width: 100%;
    padding: 6rem 0;
    position: absolute;
    top: 63%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
  .lp_cont #uchiiwai h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lp_cont #uchiiwai .text {
    margin: 12rem 9% 0;
    font-size: 1.8rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding: 0 2.6%;
  }
  .fs-l-header {
    width: 100%;
    padding: 0;
  }
  .header {
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 3000;
    position: fixed;
  }
  .header .inner h1 {
    position: absolute;
    top: 10px;
    left: 2.6%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 3000;
    width: 175px;
    margin: 0;
  }
  .header .inner #header-nav {
    height: 100%;
    width: 100%;
    margin-left: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .inner #header-nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
  }
  .header .inner #menu-btn {
    position: fixed;
    top: 27px;
    right: 25px;
    width: 54px;
    height: 54px;
    z-index: 5000;
  }
  .header .inner #menu-btn > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header .inner #menu-btn > span span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header .inner #menu-btn > span span:first-child {
    top: 10px;
  }
  .header .inner #menu-btn > span span:nth-child(2) {
    top: 24px;
    opacity: 1;
  }
  .header .inner #menu-btn > span span:nth-child(3) {
    top: 39px;
  }
  .header .inner #menu-btn.open > span span {
    background: #fff;
  }
  .header .inner #menu-btn.open > span span:first-child {
    top: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .inner #menu-btn.open > span span:nth-child(2) {
    opacity: 0;
  }
  .header .inner #menu-btn.open > span span:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .inner #g-nav {
    display: block;
    background: #6f6059;
    width: 80%;
    margin-left: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: -80%;
    z-index: 3200;
    padding: 100px 4% 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header .inner #g-nav .g-nav-inner {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
  }
  .header .inner #g-nav .g-nav-inner > ul {
    float: none;
  }
  .header .inner #g-nav .g-nav-inner > ul > li {
    float: none;
    font-size: 1.6rem;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #a89a91;
  }
  .header .inner #g-nav .g-nav-inner > ul > li.parent {
    background: url("https://yataro.itembox.design/item/ico_plus01.png") right 15px no-repeat;
    background-size: 16px auto;
  }
  .header .inner #g-nav .g-nav-inner > ul > li.parent.open {
    background: url("https://yataro.itembox.design/item/ico_minus01.png") right 15px no-repeat;
    background-size: 16px auto;
  }
  .header .inner #g-nav .g-nav-inner > ul > li > span {
    display: block;
    padding: 15px 0;
    height: auto;
    line-height: 1;
    position: relative;
    color: #fff;
  }
  .header .inner #g-nav .g-nav-inner > ul > li > span:before {
    display: none;
  }
  .header .inner #g-nav .g-nav-inner > ul > li > span.login.my-true, .header .inner #g-nav .g-nav-inner > ul > li > span.logout.my-false {
    display: none;
  }
  .header .inner #g-nav .g-nav-inner > ul > li > span a {
    color: #fff;
  }
  .header .inner #g-nav .g-nav-inner > ul > li > a {
    display: block;
    padding: 15px 0;
    height: auto;
    line-height: 1;
    position: relative;
    color: #fff;
  }
  .header .inner #g-nav .g-nav-inner > ul > li > a:before {
    display: none;
  }
  .header .inner #g-nav .g-nav-inner > ul > li:last-child a:after {
    display: none;
  }
  .header .inner #g-nav .g-nav-inner > ul > li .nav_inner {
    display: none;
    position: static;
    width: 100%;
    background: none;
    padding: 0;
  }
  .header .inner #g-nav .g-nav-inner > ul > li .nav_inner ul {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .header .inner #g-nav .g-nav-inner > ul > li .nav_inner ul li {
    font-size: 1.3rem;
    text-align: left;
    margin: 0;
  }
  .header .inner #g-nav .g-nav-inner > ul > li .nav_inner ul li a {
    color: #fff;
    display: block;
    padding: 10px 0;
  }
  .header .inner #g-nav .g-nav-inner > ul > li .nav_inner ul li:last-child {
    margin-right: 0;
  }
  .header .inner #g-nav .g-nav-inner > ul > li:hover a {
    color: #fff;
  }
  .header .inner #g-nav .g-nav-inner > ul > li.icon a img {
    display: none;
  }
  .header .inner #g-nav .g-nav-inner > ul > li.icon a:after {
    content: attr(title);
    display: block;
  }
  .fixed {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 40px;
    border-radius: 0;
  }
  .fixed a {
    font-size: 1.2rem;
    padding: 10px 2%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixed a span {
    display: inline;
    font-size: 2rem;
  }
  .fixed a span br {
    display: none;
  }
  .fixed a .link {
    margin: 0;
    float: right;
    padding: 0;
    width: 52%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 20px;
  }
  .fixed a .link:after {
    width: 8px;
    height: 10px;
    background-size: contain;
    bottom: auto;
    top: 5px;
    left: auto;
    right: 2%;
  }
  #header-nav {
    margin: 105px 2.6% 10px;
  }
  #header-nav .postage {
    margin: 0 0 10px;
    color: #cfa972;
    font-size: 1.6rem;
    font-size: 1.26rem;
    line-height: 1;
    text-align: center;
  }
  #header-nav .acceptance {
    font-size: 1.26rem;
    margin: 0 0 10px;
    line-height: 1;
    text-align: center;
  }
  #header-nav .acceptance span {
    font-size: 2.4rem;
    margin-left: 10px;
  }
  .fs-c-breadcrumb {
    margin-top: 0;
  }
  .fs-p-footerPageTop {
    position: fixed;
    bottom: 50px;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: 10px;
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-width: 32px;
    display: none;
  }
  .fs-p-footerPageTop.fixed_btn {
    position: fixed;
    top: auto;
  }
  .fs-p-footerPageTop__link {
    width: 32px;
    height: 32px;
  }
  .footer {
    background: #f1efe8;
    padding: 20px 0 40px;
    color: #535353;
  }
  .footer .inner {
    display: block;
    padding: 0 2.6%;
  }
  .footer .inner .box {
    width: 100%;
  }
  .footer .inner .box h2 {
    border-bottom: 1px solid #535353;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .footer .inner .box h3 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .footer .inner .box p {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .footer .inner #footer_nav {
    width: 100%;
    padding: 20px 0 0;
  }
  .footer .inner #footer_nav ul {
    margin-bottom: 0;
  }
  .footer .inner #footer_nav ul li {
    line-height: 1;
    font-size: 1rem;
  }
  .footer .inner #footer_nav ul li:first-child {
    border-left: 0;
  }
  .footer .inner #footer_nav ul li:first-child a {
    padding-left: 0;
  }
  .footer .inner #footer_nav ul li:last-child {
    border: 0;
  }
  .footer .inner #footer_nav ul li:last-child a {
    padding-right: 0;
  }
  .footer .inner #footer_nav ul li a {
    display: block;
    padding: 0 .5rem;
  }
  .footer .inner #copy_right {
    padding: 30px 0;
    width: 100%;
    line-height: 1;
    text-align: center;
  }
  .footer .inner #copy_right p {
    font-size: 1rem;
  }
  .footer .inner #copy_right address {
    font-style: normal;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  /*トップページ*/
  .fs-pt-carousel {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    position: relative;
  }
  .fs-pt-carousel .slick-initialized {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .fs-pt-carousel .slick-slide img {
    width: 100%;
  }
  .fs-pt-carousel .slide-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 500;
    cursor: pointer;
  }
  .fs-pt-carousel .prev-arrow {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .fs-pt-carousel .next-arrow {
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fs-pt-carousel .slide-dots {
    height: 20px;
    margin-top: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-pt-carousel .slide-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    position: relative;
  }
  .fs-pt-carousel .slide-dots li button {
    position: relative;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    cursor: pointer;
  }
  .fs-pt-carousel .slide-dots li button:focus {
    outline: 0;
  }
  .fs-pt-carousel .slide-dots li button:after {
    border-radius: 6px;
    background: #d2d2d2;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    margin: 0;
    outline: 0;
  }
  .fs-pt-carousel .slide-dots li.slick-active button:after {
    background: #d20d31;
  }
  .garam {
    font-family: 'EB Garamond', serif;
    display: block;
    font-size: 1.2rem;
  }
  .top_section {
    clear: both;
    width: 100%;
    padding: 40px 0;
  }
  .top_section .inner {
    position: relative;
  }
  .top_section h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  .top_section .rl {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: left;
    font-size: 1.3rem;
  }
  .top_section .tit-rl {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 1.8rem;
  }
  .top_section#news {
    padding: 0 0 80px;
  }
  .top_section#news h2 {
    margin-bottom: 34px;
  }
  .top_section#news .scroll_box {
    height: 180px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-right: 0;
  }
  .top_section#news .scroll_box ul li {
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 0;
    font-size: 1.3rem;
  }
  .top_section#news .scroll_box ul li .date {
    width: 100%;
    display: block;
  }
  .top_section#news .scroll_box ul li .headline {
    width: 100%;
    display: block;
  }
  .top_section#news .scroll_box ul li:first-child {
    border-top: 1px solid #d2d2d2;
  }
  .top_section#about {
    background: url("https://yataro.itembox.design/item/bg_top_about_sp.jpg") center top no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
  .top_section#about .inner {
    height: auto;
    min-height: 0;
    padding: 0 5%;
  }
  .top_section#about .inner h2 {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
  .top_section#about .inner .rl {
    position: static;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 0;
  }
  .top_section#about .inner .rl p {
    line-height: 2;
    margin-left: 0;
  }
  .top_section#about .inner .rl p.more {
    position: static;
    bottom: 0;
    left: 130px;
    font-size: 1.5rem;
    margin: 20px 0 0;
    text-align: center;
  }
  .top_section#about .inner .rl p.more a {
    border-right: 0;
    border-bottom: 1px solid #000;
    padding: 0 5px;
  }
  .top_section#about .inner .rl p.more a:hover {
    color: #000;
    border: 0;
  }
  .top_section#products {
    padding: 0;
  }
  .top_section#products h2 {
    padding: 40px 0;
  }
  .top_section#products #baumkuchen {
    background: url("https://yataro.itembox.design/item/bg_top_baum_sp.jpg") center top no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
  .top_section#products #baumkuchen .inner {
    min-height: 0;
    padding: 0 5%;
  }
  .top_section#products #baumkuchen .rl {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: 2px;
  }
  .top_section#products #baumkuchen .rl h3 {
    margin: 0 auto 20px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
  }
  .top_section#products #baumkuchen .rl h3 span {
    margin-right: 15px;
    letter-spacing: 2px;
  }
  .top_section#products #rusk {
    background: url("https://yataro.itembox.design/item/bg_top_rusk_sp.jpg") center top no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
  .top_section#products #rusk .inner {
    min-height: 0;
    padding: 0 5%;
  }
  .top_section#products #rusk .rl {
    position: static;
    width: 100%;
    top: 0;
    right: 0;
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_section#products #rusk .rl h3 {
    margin: 0 0 20px;
    line-height: 1.2;
    letter-spacing: 10px;
    text-align: center;
    width: 100%;
  }
  .top_section#products #rusk .rl h3 span {
    margin-right: 15px;
    letter-spacing: 2px;
  }
  .top_section#products #rusk .rl p {
    padding-left: 0;
  }
  .top_section#products #set {
    background: url("https://yataro.itembox.design/item/bg_top_set_sp.jpg") center top no-repeat;
    background-size: cover;
    padding: 0 0 160px;
  }
  .top_section#products #set .inner {
    min-height: 0;
    padding: 0 5%;
  }
  .top_section#products #set .rl {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: 2px;
  }
  .top_section#products #set .rl h3 {
    margin: 0 0 20px;
    line-height: 1.2;
    letter-spacing: 10px;
    text-align: center;
  }
  .top_section#products #set .rl h3 span {
    margin-right: 15px;
    letter-spacing: 2px;
  }
  .top_section#scene {
    background: #f1efe8;
  }
  .top_section#scene h2 {
    margin-bottom: 30px;
  }
  .top_section#scene ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_section#scene ul li {
    width: 48%;
    margin-bottom: 15px;
  }
  .top_section#scene ul li span {
    display: block;
    font-size: 1.5rem;
    margin-top: 8px;
  }
  .top_section#blog h2 {
    margin-bottom: 30px;
  }
  .top_section#blog ul {
    display: block;
  }
  .top_section#blog ul li.entry {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .top_section#blog ul li.entry p {
    font-size: 1.6rem;
  }
  .top_section#blog .btn_more {
    width: 100%;
  }
  .top_section#blog .btn_more a {
    display: block;
    height: 45px;
    line-height: 43px;
    font-size: 2rem;
  }
  .products_list {
    padding: 40px 0;
  }
  .products_list .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .products_list .fs-pt-column {
    display: inline;
  }
  .products_list .fs-pt-column__item {
    display: inline;
    float: left;
    width: 50%;
  }
  .products_list .fs-pt-column__item .fs-pt-column__heading {
    font-size: 1.3rem;
    margin-top: 20px;
    font-weight: normal;
  }
  .products_list .fs-pt-column__item .fs-pt-column__description {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .lp_cont {
    overflow: hidden;
    font-size: 1.5rem;
  }
  .lp_cont #fv h2 {
    font-size: 2.7rem;
  }
  .lp_cont #about {
    position: relative;
    margin-bottom: 40px;
  }
  .lp_cont #about h3 {
    padding: 50px 4% 80px 9%;
    font-size: 1.3rem;
    margin: 0 0 140px 47.28%;
    min-height: 0;
    position: relative;
    top: 25px;
  }
  .lp_cont #about .img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lp_cont #about .text {
    margin-top: 0;
    padding: 0 2.6%;
    font-size: 1.5rem;
  }
  .lp_cont .section {
    position: relative;
    padding-top: 220px;
  }
  .lp_cont h3.tit_rl_center {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2.7rem;
  }
  .lp_cont h3.tit_rl_center > span {
    padding: 0 25px;
  }
  .lp_cont h3.tit_rl_center > span span {
    font-size: 1.5rem;
    right: -15px;
  }
  .lp_cont #good {
    margin-bottom: 30px;
    padding: 100px 0 0 0;
  }
  .lp_cont #good h3 {
    left: 19.8%;
  }
  .lp_cont #good .good {
    margin-bottom: 30px;
    min-height: 0;
  }
  .lp_cont #good .good h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    position: absolute;
    width: 52.7%;
    padding: 52.7% 0 0 0;
    z-index: -1;
  }
  .lp_cont #good .good h4 span {
    position: absolute;
    top: 40%;
    left: 22%;
    display: block;
  }
  .lp_cont #good .good h4 img {
    display: block;
    margin-bottom: 20px;
    height: 20px;
    width: auto;
  }
  .lp_cont #good .good .img {
    margin-bottom: 50px;
  }
  .lp_cont #good .good .text {
    font-size: 1.5rem;
    padding: 0 2.6%;
    line-height: 2;
  }
  .lp_cont #good .good:nth-of-type(odd) h4 {
    top: 70px;
    left: 0;
  }
  .lp_cont #good .good:nth-of-type(odd) h4 span {
    position: absolute;
    top: 20%;
    left: 9%;
    display: block;
  }
  .lp_cont #good .good:nth-of-type(odd) .text {
    margin-top: 100px;
  }
  .lp_cont #good .good:nth-of-type(even) {
    min-height: 0;
  }
  .lp_cont #good .good:nth-of-type(even) h4 {
    top: 16px;
    right: 0;
  }
  .lp_cont #uchiiwai {
    position: relative;
    margin-bottom: 30px;
  }
  .lp_cont #uchiiwai h2 {
    background: url("https://yataro.itembox.design/item/bg_lp01.png") center top no-repeat;
    background-size: 200% auto;
    width: 100%;
    text-align: center;
    font-size: 2.7rem;
    margin: -20px 0 0 0;
    padding: 5rem 0;
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .lp_cont #uchiiwai .text {
    margin: 0 2.6% 0;
    font-size: 1.5rem;
    line-height: 2;
    position: relative;
    z-index: 2;
  }
  .lp_cont #uchiiwai2 {
    margin-bottom: 30px;
  }
  .lp_cont #uchiiwai2 h2 {
    background: url("https://yataro.itembox.design/item/bg_lp01.png") center top no-repeat;
    background-size: 200% auto;
    width: 100%;
    text-align: center;
    font-size: 2.7rem;
    margin: 0;
    padding: 5rem 0;
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .lp_cont #uchiiwai2 .text {
    margin: 0 2.6% 0;
    font-size: 1.5rem;
    line-height: 2;
    position: relative;
    z-index: 2;
  }
  .lp_cont #scene .scene {
    padding: 50px 0 0;
    margin-bottom: 40px;
    position: relative;
  }
  .lp_cont #scene .scene .img {
    width: 80%;
    margin: 0 auto;
  }
  .lp_cont #scene .scene h4 {
    background-size: 100% auto;
    width: 80%;
    text-align: center;
    font-size: 2.7rem;
    margin: -3rem auto 0;
    padding: 2rem 0;
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .lp_cont #scene .scene h4 span {
    font-size: 1.3rem;
  }
  .lp_cont #scene .scene .text {
    margin: 20px 0 30px;
    padding: 0 2.6%;
    font-size: 1.5rem;
    line-height: 2;
  }
  .lp_cont #scene .scene dl.noshi {
    width: 94.8%;
  }
  .lp_cont #scene .scene dl.noshi dt {
    width: 25%;
  }
  .lp_cont #scene .scene dl.noshi dd {
    width: 73%;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .lp_cont #scene .scene.scene01 {
    background-size: 100% auto;
  }
  .lp_cont #scene .scene.scene02 {
    background-size: 100% auto;
  }
  .lp_cont #voice {
    padding-top: 180px;
    margin-bottom: 30px;
  }
  .lp_cont #voice .voice {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 2.6% 20px;
    padding: 15px 0;
  }
  .lp_cont #voice .voice .img {
    width: 15.2%;
  }
  .lp_cont #voice .voice .text {
    width: 80%;
  }
  .lp_cont #voice .voice:first-of-type {
    border-top: 1px solid #dcdcdc;
  }
  .lp_cont #faq {
    padding-top: 250px;
  }
  .lp_cont #faq .faq_list {
    background: none;
    padding: 0;
  }
  .lp_cont #faq .faq_list dl {
    margin: 0 0 10px 0;
  }
  .lp_cont #faq .faq_list dt {
    background: url("https://yataro.itembox.design/item/ico_lp_q.png") 20px 10px no-repeat #3c3c3c;
    background-size: 15px auto;
    padding: 10px 60px 10px 5rem;
    color: #fff;
    line-height: 1;
    font-size: 1.6rem;
    position: relative;
  }
  .lp_cont #faq .faq_list dt:after {
    content: "";
    display: block;
    background: url("https://yataro.itembox.design/item/ico_lp_down.png") 0 0 no-repeat;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 4%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .lp_cont #faq .faq_list dt.open:after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  .lp_cont #faq .faq_list dd {
    background: url("https://yataro.itembox.design/item/ico_lp_a.png") 20px 10px no-repeat #fff;
    background-size: 15px auto;
    padding: 10px 60px 10px 5rem;
    display: none;
  }
  /*下層ページ*/
  .fs-c-heading--page {
    border: 0;
    color: #000;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0 0 1.2em;
    text-align: center;
  }
  .fs-l-pageMain {
    font-size: 1.3rem;
    padding: 0 2.6%;
  }
  .fs-body-top .fs-l-pageMain {
    padding: 0;
  }
  .fs-l-pageMain .content .section {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 50px;
    clear: both;
  }
  .fs-l-pageMain .content h2 {
    font-size: 2rem;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .fs-l-pageMain .content h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .fs-l-pageMain .content h4 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .fs-l-pageMain .content p {
    margin-bottom: 40px;
  }
  .fs-l-pageMain .content p.bnr img {
    width: 60px;
    margin-right: 10px;
  }
  .fs-l-pageMain .content table {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    margin: 0 auto 30px;
    font-size: 1.2rem;
  }
  .fs-l-pageMain .content table th {
    border: 1px solid #d2d2d2;
    padding: 10px 3px;
    font-weight: normal;
  }
  .fs-l-pageMain .content table td {
    border: 1px solid #d2d2d2;
    padding: 10px 3px;
  }
  .fs-l-pageMain .content table td.mark {
    font-size: 1.7rem;
  }
  .fs-l-pageMain .content table.list {
    table-layout: fixed;
  }
  .fs-l-pageMain .content table.list tr:nth-child(n + 2) th {
    background: #fffbf8;
  }
  .fs-l-pageMain .content table.list th {
    background: #f2efe8;
    padding: 10px 3px;
  }
  .fs-l-pageMain .content table.list td {
    text-align: center;
  }
  .fs-l-pageMain .content table.list td.date {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .fs-l-pageMain .content table.postage tr th {
    background: #f2efe8;
    padding: 10px 3px;
  }
  .fs-l-pageMain .content table.postage tr td {
    padding: 10px 3px;
  }
  .fs-l-pageMain .content table.postage tr td:first-child {
    background: #fefaf7;
    text-align: center;
    width: 17%;
  }
  .fs-l-pageMain .content table.postage tr th:nth-child(3),
  .fs-l-pageMain .content table.postage tr td:nth-child(3) {
    background: #f7eef3;
    text-align: center;
    width: 19%;
  }
  .fs-l-pageMain .content table.postage tr th:nth-child(4),
  .fs-l-pageMain .content table.postage tr td:nth-child(4) {
    background: #edf7f8;
    text-align: center;
    width: 19%;
  }
  .fs-l-pageMain .content table.rotate {
    width: 100%;
    border: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fs-l-pageMain .content table.rotate * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fs-l-pageMain .content table.rotate tr {
    display: block;
    float: left;
  }
  .fs-l-pageMain .content table.rotate tr td, .fs-l-pageMain .content table.rotate tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    padding: 10px 3px;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
  }
  .fs-l-pageMain .content table.rotate tr td[colspan="2"], .fs-l-pageMain .content table.rotate tr th[colspan="2"] {
    height: 240px;
  }
  .fs-l-pageMain .content table.rotate thead {
    display: block;
    float: left;
    width: 3rem;
  }
  .fs-l-pageMain .content table.rotate thead tr {
    width: 100%;
  }
  .fs-l-pageMain .content table.rotate thead tr th {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-l-pageMain .content table.rotate thead tr th span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: block;
  }
  .fs-l-pageMain .content table.rotate tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: right;
    width: calc(100% - 3rem);
  }
  .fs-l-pageMain .content table.rotate tbody tr {
    width: 25%;
  }
  .fs-l-pageMain .content table.rotate tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    /*justify-content: center;*/
  }
  .fs-l-pageMain .content table.rotate tbody tr td.img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fs-l-pageMain .content table.rotate tbody tr td.img img {
    max-width: 56px;
  }
  .fs-l-pageMain .content .flow {
    margin-bottom: 40px;
  }
  .fs-l-pageMain .content .flow li {
    background: #fefbf8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fs-l-pageMain .content .flow li:after {
    content: "";
    display: block;
    width: 33px;
    height: 15px;
    background: url("images/arrow_guide_flow.png") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .fs-l-pageMain .content .flow li:last-child {
    margin-bottom: 0;
  }
  .fs-l-pageMain .content .flow li:last-child:after {
    display: none;
  }
  .fs-l-pageMain .content .flow li .no {
    background: #cfa972;
    display: block;
    font-size: 2.1rem;
    width: 58px;
    height: auto;
    line-height: 58px;
    color: #fff;
    text-align: center;
  }
  .fs-l-pageMain .content .flow li .cont {
    width: calc(100% - 78px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 10px;
    padding: 10px 0;
  }
  .fs-l-pageMain .content .flow li .cont h3 {
    width: calc(100% - 50px);
    margin: 0;
    font-size: 1.8rem;
  }
  .fs-l-pageMain .content .flow li .cont p {
    margin-bottom: 0;
  }
  .fs-l-pageMain .content .flow li .cont p.img {
    width: 44px;
  }
  .fs-l-pageMain .content .flow li .cont p.img img {
    width: 44px;
  }
  .fs-l-pageMain .content .flow li .cont p.text {
    width: 100%;
    font-size: 1.1rem;
  }
  .fs-l-pageMain .content .freedial {
    font-size: 3.5rem;
    margin-bottom: 0;
  }
  .fs-l-pageMain .content .freedial img {
    width: 45px;
  }
  .fs-l-pageMain .content .freedial span {
    display: block;
    font-size: 1.2rem;
  }
  .fs-l-pageMain .content #privilege {
    background: #f6f6f6;
    padding: 20px 2%;
  }
  .fs-l-pageMain .content #privilege h2 {
    text-align: center;
    border: 0;
  }
  .fs-l-pageMain .content #privilege ul li {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 1.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-l-pageMain .content #privilege ul li .no {
    background: #cfa972;
    display: block;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    padding: 5px;
    line-height: 1.1;
    color: #fff;
    font-size: .8rem;
    text-align: center;
    margin-right: 14px;
  }
  .fs-l-pageMain .content #privilege ul li .no span {
    display: block;
    font-size: 1.9rem;
    line-height: 1;
  }
  .fs-l-pageMain .content #privilege ul li p {
    margin: 0;
  }
  .fs-l-pageMain .content #privilege ul li p.img {
    margin-right: 14px;
    width: 32px;
  }
  .fs-l-pageMain .content #privilege ul li p.text {
    width: calc(100% - 96px);
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .fs-l-pageMain .content #privilege ul li p.text span.gold {
    color: #cfa972;
  }
  .fs-l-pageMain .content #privilege ul li p.text span.strong {
    font-size: 1.8rem;
  }
  .fs-l-pageMain .content #privilege ul li p.text small {
    display: block;
    font-size: 1rem;
  }
  .fs-l-pageMain .content .fs-c-documentArticle__heading {
    background: #777;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 16px;
    padding: 10px 8px;
    text-align: center;
  }
  .fs-l-pageMain .content .fs-c-documentColumn__heading {
    color: #000;
    border-color: #000;
    border-style: solid;
    border-width: 0 0 1px 5px;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 8px;
    padding-left: 16px;
    margin-bottom: 8px;
  }
  .fs-l-pageMain .content .fs-c-documentArticle__content {
    padding: 8px 0;
  }
}

@media screen and (max-width: 400px) {
  .lp_cont #about {
    position: relative;
    margin-bottom: 40px;
  }
  .lp_cont #about h3 {
    padding: 50px 4% 50px 9%;
    font-size: 1.3rem;
    margin: 0 0 50px 47.28%;
    min-height: 0;
    position: relative;
    top: 25px;
  }
  .lp_cont #about .img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lp_cont #about .text {
    margin-top: 0;
    padding: 0 2.6%;
    font-size: 1.5rem;
  }
  .lp_cont .section {
    position: relative;
    padding-top: 220px;
  }
  .lp_cont h3.tit_rl_center {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2.7rem;
  }
  .lp_cont h3.tit_rl_center > span {
    padding: 0 25px;
  }
  .lp_cont h3.tit_rl_center > span span {
    font-size: 1.5rem;
    right: -15px;
  }
  .fs-l-pageMain .content .section {
    margin-bottom: 50px;
    clear: both;
  }
  .fs-l-pageMain .content h2 {
    font-size: 1.8rem;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
  .fs-l-pageMain .content h3 {
    font-size: 1.8rem;
  }
  .fs-l-pageMain .content h3.cautions {
    font-size: 1.3rem;
  }
  .fs-l-pageMain .content h4 {
    font-size: 1.6rem;
  }
  .fs-l-pageMain .content p {
    margin-bottom: 30px;
  }
  .fs-l-pageMain .content table {
    font-size: 1rem;
  }
}

/*ご注文手続き画面でお支払金額をページ下部に移動させる*/
@media screen and (min-width: 960px) {
  [class^="fs-body-checkout"] div.fs-l-checkout {
    display: block;
  }
  [class^="fs-body-checkout"] div.fs-l-checkout__mainColumn {
    padding-right: 0;
    max-width: 100%;
  }
}

/*各変更ボタン　+枠も大きくする*/
button.fs-c-button--standard {
  font-size: 1.5rem;
  padding: 1em 2em;
}

/*変更ボタンを押した後の画面内文字やボタンの大きさ変更*/
@media screen and (min-width: 768px) {
  .fs-c-modal--medium .fs-c-modal__inner {
    font-size: 1.5rem;
  }
}

/*ご注文手続き内の各項目名の大きさの変更*/
h2.fs-c-checkout-preview__title {
  font-size: 2rem;
  font-weight: bold;
}

/*注文手続き画面の通信欄の変更するボタンを押した後の文字の大きさを大きくしたい*/
@media screen and (min-width: 700px) {
  .fs-c-modal--medium .fs-c-modal__inner {
    font-size: 1.5rem;
  }
  .fs-c-modal__inner .fs-c-checkout-communicationTextarea {
    font-size: 1.5rem;
  }
}

/*・注文手続き画面だけフォントをゴシックにしたい*/
body.fs-body-checkout-multi .fs-l-pageMain {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*以下ペッダーナビゲーションの設定している部分*/
/*PC(768px以上の幅での閲覧時)で非表示にする*/
@media screen and (min-width: 768px) {
.fs-p-headerNavBar{
display:none;
}
}
/*ヘッダーナビ*/
@media screen and (min-width: 768px) {
.fs-p-headerNavBar{
display:none;
}
}
/*枠・背景色*/
@media screen and (max-width: 767px) {
.fs-p-headerNavBar {
background: #FFFFDD;
border: 2px solid white;
color: white;
}
/*リンクの文字を変える*/
.fs-p-headerNavigation__link:link {
color: #888888;
}
/*リンクの文字の大きさ、フォント調整*/
.fs-p-headerNavigationlistItem a{ font-size:105%; font-family: 'Hiragino Kaku Gothic'; } 
.fs-p-headerNavigationlistItem i{ font-size:100%;
}
}
/*訪問済リンクの文字色指定*/
.fs-p-headerNavigation__link:visited {
color: #888888;
}

/*スマートフォンのギフト対応ページの表示を調整するCSS*/
@media screen and (max-width: 768px) {
  .fs-l-pageMain .content table.rotate tbody tr {
    width: 33.3%;
  }
}