@charset "UTF-8";
.js-scrollWrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.js-scrollWrapper::-webkit-scrollbar {
  display: none;
}

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}

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 */
}

i {
  font-style: normal;
}

/* 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;
}

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

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

[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 */
}

hr {
  border: none;
}

/* 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,
[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 */
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 */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[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 {
  vertical-align: middle;
  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+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* 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: #fff;
  text-shadow: none;
}

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

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #F8F5ED;
}

body {
  width: 100%;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  body {
    content: "portrait";
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  body {
    content: "landscape";
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .scrollLock body {
    overflow: hidden;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input[type=button] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .dn-landscape {
    display: none !important;
  }
}

.header {
  position: relative;
  z-index: 999;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .header {
    height: 64px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .header {
    height: 90px;
  }
}

.headerBg {
  display: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  header.is-open .headerBg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

.headerContents {
  position: fixed;
  -webkit-box-shadow: 3px 3px 10px rgba(165, 165, 165, 0.25);
  box-shadow: 3px 3px 10px rgba(165, 165, 165, 0.25);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerContents {
    top: 0;
    right: 0;
    width: 310px;
    background-color: #fff;
    padding: 60px 0 10px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100vh;
    height: 100svh;
    max-height: 730px;
    z-index: 4;
    overflow-y: auto;
  }
  header.is-open .headerContents {
    visibility: visible;
    opacity: 1;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerContents {
    top: 26px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 160px);
    max-width: 1080px;
    height: 64px;
    border-radius: 32px;
    background-color: #fff;
    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;
    z-index: 3;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .headerContents {
    width: calc(100% - 110px);
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerLogo {
    width: 165px;
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url("../images/common/header_logo_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerLogo {
    width: 132px;
  }
}

.headerLogo_inner {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerLogo_inner {
    padding: 13px 25px 0 8px;
  }
}
.headerLogo_inner img {
  width: 100%;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerNav {
    margin-top: 19px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 33px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .headerNav {
    margin-left: 10px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerNav_node {
    border-bottom: 1px solid #E8E8E8;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerNav_node + .headerNav_node {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .headerNav_node + .headerNav_node {
    margin-left: 14px;
  }
}

.headerNav_nodeLink {
  letter-spacing: -0.02em;
  font-weight: 700;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerNav_nodeLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 16px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerNav_nodeLink {
    font-size: 13px;
    padding-bottom: 3px;
    position: relative;
  }
  .headerNav_nodeLink::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .headerNav_nodeLink {
    font-size: 12px;
  }
}
@media (hover: hover) {
  .headerNav_nodeLink:hover::after {
    width: 100%;
  }
}

.headerNav_nodeLink_arrow {
  position: relative;
  width: 7px;
  height: 13px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.headerNav_nodeLink_arrow::before, .headerNav_nodeLink_arrow::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 2px;
  height: 8px;
  border-radius: 1px;
  background: #BE412B;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.headerNav_nodeLink_arrow::before {
  left: 0;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.headerNav_nodeLink_arrow::after {
  right: 0;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerMagazine {
    position: relative;
    margin-left: 42px;
  }
  .headerMagazine.is-hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 26px;
    bottom: -26px;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .headerMagazine {
    margin-left: 20px;
  }
}

.headerMagazine_text {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 16px;
  text-align: center;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerMagazine_logo {
    width: 145px;
    margin: 6px auto 0;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerMagazine_logo {
    width: 128px;
    padding-right: 16px;
    cursor: pointer;
  }
}
.headerMagazine_logo img {
  width: 100%;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerMagazine_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerMagazine_list {
    width: 280px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 0;
    position: absolute;
    left: 50%;
    bottom: -215px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.headerMagazine.is-hover .headerMagazine_list {
  opacity: 1;
  visibility: visible;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerMagazine_listNode {
    width: calc((100% - 10px) / 2);
  }
  .headerMagazine_listNode:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerMagazine_listNode {
    height: 42px;
  }
}

.headerMagazine_listNode_link {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerMagazine_listNode_link {
    font-size: 13px;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 8px 0 5px;
    background-color: #F8F5ED;
    border-radius: 10px;
    text-align: center;
    line-height: 1.3;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerMagazine_listNode_link {
    font-size: 14px;
    letter-spacing: 0.02em;
    height: 100%;
    padding-left: 16px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerMagazine_listNode_linkText {
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerMagazine_listNode_linkIcon {
    width: 22px;
    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;
    margin-right: 8px;
  }
}

.headerSvg-top {
  width: 20px;
  height: 18px;
  fill: #BE412B;
}

.headerSvg-howto {
  width: 18px;
  height: 17px;
  fill: #4C9342;
}

.headerSvg-recipe {
  width: 21px;
  height: 14px;
  fill: #D3AD10;
}

.headerSvg-column {
  width: 20px;
  height: 18px;
  fill: #3FA3BA;
}

.headerSvg-freezedry {
  width: 18px;
  height: 14px;
  fill: #BE412B;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerMagazine_popup {
    display: none;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerMagazine_popup {
    position: absolute;
    top: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 162px;
  }
}
.headerMagazine_popup img {
  width: 100%;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerMagazine_arrow {
    display: none;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerMagazine_arrow {
    position: absolute;
    width: 11px;
    height: 7px;
    top: 6px;
    right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .headerMagazine.is-hover .headerMagazine_arrow {
    -webkit-transform: rotate(180deg) translateY(-8px);
    -ms-transform: rotate(180deg) translateY(-8px);
    transform: rotate(180deg) translateY(-8px);
  }
}
.headerMagazine_arrow img {
  width: 100%;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .headerButton {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 8px;
    right: 8px;
    background-color: #BE412B;
    border-radius: 25px;
    z-index: 5;
  }
  header.is-open .headerButton {
    background-color: #fff;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerButton {
    display: none;
  }
}

.headerButton_bar {
  width: 18px;
  height: 2px;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: auto;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.headerButton_bar:nth-child(2) {
  top: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.headerButton_bar:nth-child(3) {
  top: 29px;
}
header.is-open .headerButton_bar {
  background-color: #BE412B;
}
header.is-open .headerButton_bar:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.is-open .headerButton_bar:nth-child(2) {
  width: 0;
}
header.is-open .headerButton_bar:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*=============================================

  検索窓

==============================================*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .headerSearch {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .headerSearch {
    right: -50px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .searchformButton {
    display: none;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .searchformButton {
    width: 50px;
    height: 50px;
    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;
    cursor: pointer;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .searchformButton_svg {
    width: 20px;
    height: 20px;
    fill: #BE412B;
  }
}
.is-white .searchformButton_svg {
  fill: #fff;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .searchformInner {
    padding: 0 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .searchformInner {
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #9B9B9B;
    background-color: #fff;
    width: 120px;
    height: 0;
    border-radius: 20px;
    z-index: 1;
    padding: 25px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.headerSearch.is-open .searchformInner {
  opacity: 1;
  visibility: visible;
  width: 320px;
  height: 110px;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .searchformClose {
    display: none;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .searchformClose {
    width: 30px;
    padding: 5px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
  }
}
.searchformClose img {
  width: 100%;
}

.searchformText {
  color: #BE412B;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .searchformText {
    display: none;
  }
}

.searchformBox {
  height: 34px;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .searchformBox {
    margin-top: 18px;
  }
}

.searchformBox_input {
  border: none;
  height: 100%;
  width: 100%;
  background-color: #E8E8E8;
  border-radius: 17px;
  line-height: 34px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 13px;
}

.searchformBox_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 34px;
}

.footer {
  background-color: #fff;
}

.footerWave img {
  width: 100%;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerInner {
    padding: 0 15px 28px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerInner {
    width: calc(100% - 80px);
    max-width: 1040px;
    margin: auto;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLogo {
    width: 190px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLogo {
    width: 242px;
  }
}
.footerLogo img {
  width: 100%;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLink {
    margin-top: 32px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 35px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLink_node + .footerLink_node {
    margin-top: 40px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink_node {
    position: relative;
  }
}
.footerLink_node .footerLink_nodeTitle {
  font-size: 15px;
  color: #DC090C;
  font-weight: 700;
  letter-spacing: 0;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink_node .footerLink_nodeTitle {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: -8px;
    left: 0;
    background-color: #fff;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink_node:nth-child(2) .footerLink_node .footerLink_nodeTitle {
    display: none;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink_node .footerLink_nodeTitle-sns {
    display: none;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLink_node .footerLink_nodeOnline {
    width: 100%;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink_node .footerLink_nodeOnline {
    width: 322px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footerLink_node .footerLink_nodeOnline {
    width: calc((100% - 65px) / 3);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLink_node .footerLink_nodeOnline + .footerLink_node .footerLink_nodeOnline {
    margin-top: 34px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink_node .footerLink_nodeOnline + .footerLink_node .footerLink_nodeOnline {
    margin-left: 32px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footerLink_node .footerLink_nodeOnline + .footerLink_node .footerLink_nodeOnline {
    margin-top: 0px;
    margin-left: 32px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLink_node .footerLink_nodeOnline-other {
    width: calc((100% - 10px) / 2);
    padding: 5px 20px;
    margin-top: 28px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink_node .footerLink_nodeOnline-other {
    width: 172px;
    margin-left: 32px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footerLink_node .footerLink_nodeOnline-other {
    width: calc((100% - 240px) / 3);
    margin-left: 32px;
    margin-top: 0px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLink_node .footerLink_nodeOnline-other + .footerLink_node .footerLink_nodeOnline-other {
    margin-left: 10px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLink_node .footerLink_nodeInner {
    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;
    margin-top: 16px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink_node .footerLink_nodeInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #DC090C;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footerLink_node .footerLink_nodeInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 20px;
    border-top: 1px solid #DC090C;
  }
}

.footerLink_nodeOnline_link {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footerLink_nodeOnline_link img {
  width: 100%;
}
@media (hover: hover) {
  .footerLink_nodeOnline_link:hover {
    opacity: 0.6;
  }
}

.footerLink_nodeOnline_cart {
  fill: #fff;
  width: 18px;
  height: 18px;
  margin-left: 6px;
}

.footerLink_nodeExternal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLink_nodeExternal {
    margin-top: 16px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink_nodeExternal {
    margin-left: 40px;
  }
}

.footerLink_nodeExternal_node {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #343C51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLink_nodeExternal_node {
    letter-spacing: 0.02em;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink_nodeExternal_node {
    letter-spacing: 0;
  }
}
.footerLink_nodeExternal_node + .footerLink_nodeExternal_node {
  margin-left: 45px;
}

.footerLink_nodeExternal_nodeSvg {
  fill: #343C51;
  width: 9px;
  height: 9px;
  margin-left: 8px;
}

.footerLink_nodeMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLink_nodeMedia {
    margin-top: 20px;
  }
}
.footerLink_nodeMedia_node {
  width: 43px;
  height: 43px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLink_nodeMedia_node + .footerLink_nodeMedia_node {
    margin-left: 24px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerLink_nodeMedia_node + .footerLink_nodeMedia_node {
    margin-left: 12px;
  }
  .footerLink_nodeMedia_node:nth-child(1) {
    margin-right: -2px;
  }
}

.footerLink_nodeMedia_nodeLink {
  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;
  height: 100%;
}
.footerLink_nodeMedia_nodeLink svg {
  fill: #343C51;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerTwitter {
    width: 28px;
    height: 14px;
  }
}

.footerTwitter {
  width: 28px;
  height: 24px;
}

.footerInstagram {
  width: 25px;
  height: 25px;
}

.footerYoutube {
  width: 32px;
  height: 26px;
}

/*=============================================

  TOPに戻るボタン

==============================================*/
.backTop {
  width: 55px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .backTop {
    margin: 80px 24px 0 auto;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .backTop {
    margin: 144px 15px 0 auto;
  }
}

.backTop_bowl {
  width: 55px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (hover: hover) {
  .backTop:hover .backTop_bowl {
    top: 10px;
  }
}
.backTop_bowl img {
  width: 100%;
}

.backTop_sticks {
  width: 40px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (hover: hover) {
  .backTop:hover .backTop_sticks {
    bottom: 52px;
    -webkit-transform: rotate(-20deg) translateX(6px);
    -ms-transform: rotate(-20deg) translateX(6px);
    transform: rotate(-20deg) translateX(6px);
  }
}
.backTop_sticks img {
  width: 100%;
}

#brand_footer {
  margin-top: 0 !important;
  border-top: none !important;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  #wrapper {
    margin-top: 40px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  #wrapper {
    width: calc(100% - 80px);
    max-width: 1040px;
    margin: 80px auto 0;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
  font-size: 12px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .breadcrumb {
    font-size: 10px;
    margin-left: 15px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .breadcrumb {
    width: calc(100% - 80px);
    max-width: 1040px;
    margin: 20px auto 0;
  }
}
.breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 5px;
  -webkit-transform: translateY(-2px) rotate(45deg);
  -ms-transform: translateY(-2px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
}

.cat {
  background-color: #BE412B;
}
.season .cat {
  background-color: #39A032;
}
.menu .cat {
  background-color: #D3AD10;
}
.info .cat {
  background-color: #343C51;
}
.regular .cat {
  background-color: #3FA3BA;
}
.visitor .cat {
  background-color: #3FA3BA;
}
.journey .cat {
  background-color: #8C4600;
}
.yoshika .cat {
  background-color: #EA2A1C;
}
.info .cat.category_column {
  background-color: #3FA3BA;
}

/*
  ページインデックス
------------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-pageHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-pageIndex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.c-pageSubindex {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #BE412B;
  letter-spacing: 0.12em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-pageSubindex {
    font-size: 12px;
    margin-top: 8px;
  }
}
.c-pageIndex_text {
  letter-spacing: 0;
  font-weight: 700;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-pageIndex_text {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-pageIndex_text {
    font-size: 40px;
    margin-bottom: 12px;
  }
}

.c-pageIndex_button {
  position: relative;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  height: 36px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-pageIndex_button {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-pageIndex_button {
    margin-left: 25px;
  }
}
.c-pageIndex_button::after {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  position: absolute;
  margin: auto;
  background-image: url(../images/common/pageindex_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-pageIndex_button::after {
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-pageIndex_button::after {
    left: -9px;
    top: 0;
    bottom: 0;
  }
}

.c-pageIndex_buttonLink {
  font-size: 16px;
  font-weight: 700;
  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;
  padding: 0 12px;
  height: 100%;
}

.c-pageExplanation {
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-pageExplanation {
    margin-top: 12px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-pageExplanation {
    margin-top: 16px;
  }
}

/*
  点線付きタイトル
------------------------------------*/
.c-titleWithDots {
  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;
}
.c-titleWithDots::after {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/common/dot_red.svg);
  background-repeat: repeat-x;
  background-position: left;
  background-size: contain;
}

.c-titleWithDots_dots {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  font-weight: 700;
  color: #BE412B;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-titleWithDots_dots {
    padding-right: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-titleWithDots_dots {
    padding-right: 24px;
  }
}

/*=============================================

  公式オンラインショップ追従ボタン

==============================================*/
.ecFixed {
  position: fixed;
  z-index: 3;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ecFixed {
    width: 78px;
    height: 78px;
    right: -7px;
    bottom: 7px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .ecFixed {
    width: 104px;
    height: 104px;
    right: 10px;
    bottom: 10px;
  }
}
.ecFixed.is-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.ecFixed.is-banner-visible {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.ecFixed_link {
  display: block;
  border-radius: 65px;
  background-color: #DC090C;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ecFixed_link {
    width: 78px;
    height: 78px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .ecFixed_link {
    width: 104px;
    height: 104px;
  }
}
@media (hover: hover) {
  .ecFixed_link:hover {
    width: 130px;
    height: 130px;
  }
}

.ecFixed_cart {
  fill: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ecFixed_cart {
    width: 25px;
    height: 25px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .ecFixed_cart {
    width: 30px;
    height: 30px;
  }
}

.ecFixed_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ecFixed_text img {
  width: 100%;
}
@media (hover: hover) {
  .ecFixed_link:hover .ecFixed_text {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

/*=============================================

  スクロールバー

==============================================*/
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-scrollBar {
    width: calc(100% - 30px);
    height: 2px;
    background-color: #fff;
    margin: auto;
    padding-right: 50px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-scrollBar {
    display: none;
  }
}

.c-scrollBar_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-scrollBar_thumb {
  height: 100%;
  background-color: #BE412B;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}

/*=============================================

  CMPツール用                                    

==============================================*/
.ot-sdk-show-settings {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
}

/*=============================================

  追従バナー                                   

==============================================*/
.cpFixedBanner {
  display: none;
  position: fixed;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cpFixedBanner {
    right: 8px;
    bottom: 8px;
    z-index: 999;
    width: 40%;
    max-width: 300px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .cpFixedBanner {
    right: 16px;
    bottom: 16px;
    z-index: 999;
    width: 300px;
  }
}
.cpFixedBanner img {
  width: 100%;
  height: auto;
}

.cpFixedBanner_inner {
  position: relative;
  z-index: 1;
}

.cpFixedBanner_close {
  position: absolute;
  background-color: #FFF;
  border: 2px solid #000;
  border-radius: 18px;
  cursor: pointer;
  z-index: 2;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cpFixedBanner_close {
    width: 26px;
    height: 26px;
    right: -5px;
    top: -19px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .cpFixedBanner_close {
    width: 35px;
    height: 35px;
    right: -10px;
    top: -24px;
  }
}
.cpFixedBanner_close::before, .cpFixedBanner_close::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cpFixedBanner_close::before, .cpFixedBanner_close::after {
    width: 12px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .cpFixedBanner_close::before, .cpFixedBanner_close::after {
    width: 16px;
  }
}
.cpFixedBanner_close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}