@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@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;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

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

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

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

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

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

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    html, body {
      min-width: 960px; } }

body {
  width: 100%;
  overflow-x: hidden; }
  @media print, screen and (max-width: 767px) {
    body {
      min-width: 2px; } }

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;
  display: none; }

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

@media print, screen and (min-width: 768px) {
  .dn-tab_pc {
    display: none !important; } }

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

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

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

/*
	.header
------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15; }
  @media print, screen and (max-width: 767px) {
    .header {
      padding: 3px 10px; } }
  @media print, screen and (min-width: 768px) {
    .header {
      padding: 20px 20px; } }

/*
	.headerLogo
------------------------------------*/
.headerLogo_link {
  display: block; }
  @media print, screen and (max-width: 767px) {
    .headerLogo_link img{
      width: 84px;
    height: 96px; } }
  @media print, screen and (min-width: 768px) {
    .headerLogo_link img{
      width:135px;
      height: 154.5px; } }


/*
	.headerMenu
------------------------------------*/
.headerMenu_icon {
  position: fixed;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999; }
  @media print, screen and (max-width: 767px) {
    .headerMenu_icon {
      top: -22px;
      right: -25px;
      width: 98px;
      height: 98px; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_icon {
      top: -52px;
      right: -52px;
      width: 194px;
      height: 194px; } }

.headerMenu_iconStar {
  position: absolute;
  top: 51%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media print, screen and (max-width: 767px) {
    .headerMenu_iconStar {
      width: 36px;
      height: 36px; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_iconStar {
      width: 58px;
      height: 58px; } }
  .headerMenu_iconStar svg {
    width: 100%;
    height: 100%; }

.headerMenu_iconText {
  -webkit-animation: menuIconSpin 6s linear infinite;
  animation: menuIconSpin 6s linear infinite; }
  @media print, screen and (max-width: 767px) {
    .headerMenu_iconText {
      width: 97px;
      height: 97px; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_iconText {
      width: 193px;
      height: 193px; } }
  .headerMenu_iconText svg {
    width: 100%;
    height: 100%; }

.headerMenu_content {
  position: fixed;
  top: 0;
  right: -101%;
  background-color: #fff;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
  height: 100vh; }
  @media print, screen and (max-width: 767px) {
    .headerMenu_content {
      width: 300px; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_content {
      width: 400px; } }
  .headerMenu_content.is-open {
    right: 0; }

.headerMenu_contentInner {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .headerMenu_contentInner {
      padding: 114px 30px 104px; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_contentInner {
      padding: 134px 55px 75px; } }

 @media print, screen and (max-width: 767px) {.headerMenu_listNode + .headerMenu_listNode {
  margin-top: 12px; }}

  @media print, screen and (min-width: 768px) {.headerMenu_listNode + .headerMenu_listNode {
  margin-top: 30px; }}

.headerMenu_listNode_link {
  display: inline-block; }
  @media print, screen and (max-width: 767px) {
    .headerMenu_listNode_link {
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_listNode_link {
      font-size: 20px;
      padding: 0px 2px 0; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_listNode_link:hover {
      background-color: #9d614a; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_listNode_link:hover svg {
      fill: #fff; } }
  .comingsoon-topping [data-menu="topTopping"] .headerMenu_listNode_link,
  .comingsoon-special [data-menu="topSpecial"] .headerMenu_listNode_link {
    color: #BFBFBF;
    pointer-events: none; }
    .comingsoon-topping [data-menu="topTopping"] .headerMenu_listNode_link::after,
    .comingsoon-special [data-menu="topSpecial"] .headerMenu_listNode_link::after {
      display: block;
      content: "";
      width: 86px;
      height: 15px;
      background-image: url("../images/menu_comingsoon.png");
      background-size: 86px 15px;
      background-repeat: no-repeat;
      background-position: center; }
  .headerMenu_listNode_link svg {
    fill: #9d614a; }
    @media print, screen and (max-width: 767px) {
      .headerMenu_listNode_link svg {
        height: 19px; } }
    @media print, screen and (min-width: 768px) {
      .headerMenu_listNode_link svg {
        height: 24px; } }
  @media print, screen and (max-width: 767px) {
    [data-menu="top"] .headerMenu_listNode_link svg {
      width: 53px; } }
  @media print, screen and (min-width: 768px) {
    [data-menu="top"] .headerMenu_listNode_link svg {
      width: 72px; } }
  @media print, screen and (max-width: 767px) {
    [data-menu="topIntro"] .headerMenu_listNode_link svg {
      width: 154.7px; } }
  @media print, screen and (min-width: 768px) {
    [data-menu="topIntro"] .headerMenu_listNode_link svg {
      width: 197px; } }
  @media print, screen and (max-width: 767px) {
    [data-menu="topLineup"] .headerMenu_listNode_link svg {
      width: 118.2px; } }
  @media print, screen and (min-width: 768px) {
    [data-menu="topLineup"] .headerMenu_listNode_link svg {
      width: 149px; } }
  @media print, screen and (max-width: 767px) {
    [data-menu="topHowto"] .headerMenu_listNode_link svg {
      width: 78.8px; } }
  @media print, screen and (min-width: 768px) {
    [data-menu="topHowto"] .headerMenu_listNode_link svg {
      width: 99.7px; } }
  @media print, screen and (max-width: 767px) {
    [data-menu="topshop"] .headerMenu_listNode_link svg {
      width: 100px; } }
  @media print, screen and (min-width: 768px) {
    [data-menu="topshop"] .headerMenu_listNode_link svg {
      width: 126.4px; } }
  @media print, screen and (max-width: 767px) {
    [data-menu="menu_shopabout"] .headerMenu_listNode_link svg {
      width: 139.4px; } }
  @media print, screen and (min-width: 768px) {
    [data-menu="menu_shopabout"] .headerMenu_listNode_link svg {
      width: 176.3px; } }
  @media print, screen and (max-width: 767px) {
    [data-menu="topqanda"] .headerMenu_listNode_link svg {
      width: 118.2px; } }
  @media print, screen and (min-width: 768px) {
    [data-menu="topqanda"] .headerMenu_listNode_link svg {
      width: 149.5px; } }
 @media print, screen and (max-width: 767px) {
    [data-menu="topcontact"] .headerMenu_listNode_link svg {
      width: 78.1px; } }
  @media print, screen and (min-width: 768px) {
    [data-menu="topcontact"] .headerMenu_listNode_link svg {
      width: 98.7px; } }
  .comingsoon-topping [data-menu="topTopping"] .headerMenu_listNode_link svg,
  .comingsoon-special [data-menu="topSpecial"] .headerMenu_listNode_link svg {
    fill: #BFBFBF; }

@media print, screen and (max-width: 767px) {
  .headerMenu_sns {
    margin-top: 90px; } }

@media print, screen and (min-width: 768px) {
  .headerMenu_sns {
    margin-top: 68px;
    margin-left: 6px; } }

.headerMenu_snsHead {
  margin-bottom: 18px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
  letter-spacing: .1em;
font-weight: 800;}
  @media print, screen and (max-width: 767px) {
    .headerMenu_snsHead {
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_snsHead {
      font-size: 24px; } }

.headerMenu_contentClose {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  position: absolute;
  cursor: pointer; }
  @media print, screen and (min-width: 768px) {
    .headerMenu_contentClose:hover {
      opacity: .7; } }
  @media print, screen and (max-width: 767px) {
    .headerMenu_contentClose {
      width: 25px;
      height: 25px;
      top: 26px;
      right: 20px; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_contentClose {
      width: 31px;
      height: 31px;
      top: 33px;
      right: 36px; } }
  .headerMenu_contentClose svg {
    width: 100%;
    height: 100%; }

@-webkit-keyframes menuIconSpin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes menuIconSpin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.footer {
  position: relative;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .footer {
      padding: 92px 0 40px; } }
  @media print, screen and (min-width: 768px) {
    .footer {
      padding: 164px 0 47px; } }

.footerBg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0; }
  @media print, screen and (max-width: 767px) {
    .footerBg {
      height: 100%;
      background-size: contain;
      background-position: bottom; } }
  @media print, screen and (min-width: 768px) {
    .footerBg {
      min-width: 960px;
      height: 483px;
      background-size: cover;
      background-position: center 0; } }
  @media print, screen and (max-width: 767px) {
    .footerBg {
      background-image: url("../images/bg_footer_sp.jpg");} }
  @media print, screen and (min-width: 768px) {
    .footerBg {
      background-image: url("../images/top/mv_pc.jpg"); } }
  .is-mvHide .footerBg {
    opacity: 1; }

.footerSns_title {
  letter-spacing: .08em;
  color: #000;
font-weight: 800;
font-style:italic;
text-shadow: 1px 2px 3px #fff;}
  @media print, screen and (max-width: 767px) {
    .footerSns_title {
      margin-bottom: 10px;
      font-size: 20px; } }
  @media print, screen and (min-width: 768px) {
    .footerSns_title {
      margin-bottom: 14px;
      font-size: 26px; } }

.footerOnline {
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .footerOnline {
      margin: 31px 20px 0; } }
  @media print, screen and (min-width: 768px) {
    .footerOnline {
      margin-top: 43px; } }

.footerOnline_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.68;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media print, screen and (min-width: 768px) {
    .footerOnline_link:hover {
      background-color: #fff;
      color: #9d614a; } }
  @media print, screen and (max-width: 767px) {
    .footerOnline_link {
      width: 100%; } }
  @media print, screen and (max-width: 374px) {
    .footerOnline_link {
      font-size: 14px; } }
  @media print, screen and (min-width: 768px) {
    .footerOnline_link {
      width: 400px; } }

.footerOnline_svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 13px;
  margin-right: 12px; }
  .footerOnline_svg svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease; }
  @media print, screen and (min-width: 768px) {
    .footerOnline_link:hover .footerOnline_svg svg {
      fill: #9d614a; } }

.footerCopy {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.7;
  color: #fff; }
  @media print, screen and (max-width: 767px) {
    .footerCopy {
      margin-top: 38px; } }
  @media print, screen and (min-width: 768px) {
    .footerCopy {
      margin-top: 44px; } }

.pagetop {
  position: absolute;
  text-align: center;
  z-index: 1; }
  @media print, screen and (max-width: 767px) {
    .pagetop {
      top: -62px;
      left: 0;
      width: 100%;
      height: 62px;
      border-top: 2px solid #fff; } }
  @media print, screen and (min-width: 768px) {
    .pagetop {
      top: -105px;
      right: 24px;
      width: 45px;
      z-index: 1; } }
  @media print, screen and (min-width: 768px) {
    [data-category="topping"] .pagetop,
    [data-category="special"].has-related .pagetop {
      top: -65px; } }
  @media print, screen and (max-width: 767px) {
    .pagetop a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; } }

.pagetop_star {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: auto;
	padding-right: 20px;
  opacity: 0;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scale(0.25) translateY(35px) translateZ(0);
  transform: scale(0.25) translateY(35px) translateZ(0);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  @media print, screen and (min-width: 768px) {
    .pagetop:hover .pagetop_star {
      opacity: 1;
      -webkit-transform: scale(1) translateY(0) translateZ(0);
      transform: scale(1) translateY(0) translateZ(0); } }
  .pagetop_star svg {
    width: 100%;
    height: 100%; }

.pagetop_arrow {
  width: 50px;
  height: auto;
  margin: 0 auto 0px; 
padding-right: 0px;}

 @media print, screen and (min-width: 768px) {
   .pagetop_arrow {
  width: 80px;
  height: auto;
  margin: auto; 
padding-right: 20px;}}

.pagetop_arrow:hover{
      opacity: 0;
      }
  .pagetop_arrow svg {
    width: 100%;
    height: 100%; }

.pagetop_text {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 18px;
  letter-spacing: .08em;
  color: #fff; }
  @media print, screen and (min-width: 768px) {
    .pagetop_text {
      padding-top: 10px;
      padding-left: 5px; } }
  .pagetop_text::before {
    display: block;
    width: 9px;
    height: 9px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }
    @media print, screen and (max-width: 767px) {
      .pagetop_text::before {
        content: ""; } }

.ht {
  display: none; }

.c-snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .headerMenu_sns .c-snsList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .footerSns .c-snsList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.c-snsList_node {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .c-snsList_node a {
    display: block; }
    @media print, screen and (max-width: 767px) {
      .c-snsList_node a {
        width: 40px;
        height: 40px; } }
  .c-snsList_node svg {
    width: 40px;
    height: 40px; }
  .header .c-snsList_node a {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1; }
    @media print, screen and (min-width: 768px) {
      .header .c-snsList_node a:hover {
        opacity: .7; } }
    @media print, screen and (max-width: 767px) {
      .header .c-snsList_node a {
        width: 40px;
        height: 40px; } }
    @media print, screen and (min-width: 768px) {
      .header .c-snsList_node a {
        width: 40px;
        height: 40px; } }
  @media print, screen and (max-width: 767px) {
    .header .c-snsList_node + .c-snsList_node {
      margin-left: 10px; } }
  @media print, screen and (min-width: 768px) {
    .header .c-snsList_node + .c-snsList_node {
      margin-left: 10px; } }
  @media print, screen and (min-width: 768px) {
    .footer .c-snsList_node a {
      width: 64px;
      height: 64px; } }
  @media print, screen and (min-width: 768px) {
    .footer .c-snsList_node:hover a {
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease;
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg); } }
  @media print, screen and (max-width: 767px) {
    .footer .c-snsList_node + .c-snsList_node {
      margin-left: 24px; } }
  @media print, screen and (min-width: 768px) {
    .footer .c-snsList_node + .c-snsList_node {
      margin-left: 40px; } }
  @media print, screen and (max-width: 767px) {
    .headerMenu_sns .c-snsList_node {
      width: 40px;
      height: 40px; } }

/*
	.c-fixedBanner
------------------------------------*/
.c-fixedBanner {
  position: fixed;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media print, screen and (max-width: 767px) {
    .c-fixedBanner {
      bottom: 10px;
      right: 0; } }
  @media print, screen and (min-width: 768px) {
    .c-fixedBanner {
      bottom: 20px;
      right: 20px; } }
  .c-fixedBanner.is-show {
    opacity: 1;
    visibility: visible; }

.c-fixedBanner_close {
  position: absolute;
  cursor: pointer;
  z-index: 11; }
  @media print, screen and (max-width: 767px) {
    .c-fixedBanner_close {
      top: -15px;
      right: 0px;
      padding: 5px; } }
  @media print, screen and (min-width: 768px) {
    .c-fixedBanner_close {
      top: -20px;
      right: -20px;
      padding: 10px; } }

.c-fixedBanner_closeInner {
  position: relative;
  background-color: #939393;
  border-radius: 50%;
  overflow: hidden; }
  @media print, screen and (max-width: 767px) {
    .c-fixedBanner_closeInner {
      width: 30px;
      height: 30px; } }
  @media print, screen and (min-width: 768px) {
    .c-fixedBanner_closeInner {
      width: 28px;
      height: 28px; } }
  .c-fixedBanner_closeInner img {
    width: 100%; }

.c-fixedBanner_img {
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .c-fixedBanner_img {
      padding: 0 13px; } }
  .c-fixedBanner_img img {
    width: 100%; }

.c-fixedBanner_link {
  position: relative;
  display: block; }
  @media print, screen and (max-width: 767px) {
    .c-fixedBanner_link {
      max-width: 360px;
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .c-fixedBanner_link {
      width: 230px; } }
  .c-fixedBanner_link:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  @media print, screen and (min-width: 768px) {
    .c-fixedBanner_link:hover::after {
      opacity: 1; } }

table{
  border-collapse: collapse;
  width: 100%;
	border: solid 4px #fff;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #9d614a;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  color: #9d614a;
	font-size: 17px;
	font-weight: 800;
  
}

.tb01 td {
	font-size: 15px;
	font-weight: 400;
	width: 20%;
	line-height: 1.5;
  
}

.tb01 td img{
	width: 20%;
  
}
@media screen and (max-width: 767px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
	.tb01 th {
	font-size: 15px;
  
}
	
	.tb01 td img{
	width: 20%;
  
}
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
	  font-size: 13px;
	font-weight: 400;
  }
  table.tb01 td:first-child{
    color:#9d614a;
    font-weight:bold;
  }
  table.tb01 td:before{
    content: attr(data-label);
    font-size: .7rem;
	  margin-bottom: 2px;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .tb01 td:last-child{
   border: solid 1px #9d614a;
  }
}




.steam {
    position: absolute;
    z-index: 2;
    -webkit-animation: steam_Move 15s infinite linear;
    animation: steam_Move 15s infinite linear;
	transition-timing-function: ease-in;
	margin-left: 100px;
  
}

.steam3 {
    position: absolute;
    z-index: 2;
	margin-left: 20px;
    -webkit-animation: steam_Move 15s infinite linear;
    animation: steam_Move 15s infinite linear;
	transition-timing-function: ease-in;
	transform: scale(1, -1);
  
}

.move {
    z-index: 3;
    position: absolute;
	margin-left: 100px;
    -webkit-animation: steam_Move 15s infinite linear;
    animation: steam_Move 15s infinite linear;
	transition-timing-function: ease-in;
    
}

.move2 {
    z-index: 3;
    position: absolute;
	margin-left: 20px;
    -webkit-animation: steam_Move 15s infinite linear;
    animation: steam_Move 15s infinite linear;
	transition-timing-function: ease-in;
	transform: scale(1, -1);
    
}

.steam2 {
    display: none;
}


.steam4 {
    display: none;
}

@media screen and (max-width: 767px) {
	
	.steam {
    position: absolute;
    z-index: 2;
    -webkit-animation: steam_Move 15s infinite linear;
    animation: steam_Move 15s infinite linear;
	transition-timing-function: ease-in;
	margin-left: 50px;
  
}

.steam3 {
    position: absolute;
    z-index: 2;
	margin-left: 0px;
    -webkit-animation: steam_Move 15s infinite linear;
    animation: steam_Move 15s infinite linear;
	transition-timing-function: ease-in;
	transform: scale(1, -1);
  
}

.move {
    z-index: 3;
    position: absolute;
	margin-left: 50px;
    -webkit-animation: steam_Move 15s infinite linear;
    animation: steam_Move 15s infinite linear;
	transition-timing-function: ease-in;
    
}

.move2 {
    z-index: 3;
    position: absolute;
	margin-left: 0px;
    -webkit-animation: steam_Move 15s infinite linear;
    animation: steam_Move 15s infinite linear;
	transition-timing-function: ease-in;
	transform: scale(1, -1);
    
}
	
	
	}

@keyframes steam_Move {
    0% {
        filter: blur(10px);
        transform: rotateY(0deg);
        transform: scale(1, 1);
        opacity: 0;
        top: -300px;
    }
    33% {
        transform: rotateY(40deg);
        transform: scale(0.6, 1.2);
    }
    66% {
        transform: rotateY(2deg);
        transform: scaleY(1.2, 0.4);
    }
    100% {
        filter: blur(16px);
        transform: rotateY(50deg);
        transform: scaleY(1.4, 1.2);
        opacity: 0.7;
        top: -600px;
    }
}
 @-webkit-keyframes steam_Move {
    0% {
        -webkit-filter: blur(10px);
        -webkit-transform: rotateY(0deg);
        -webkit-transform: scale(1, 1);
        opacity: 0;
        top: -300px;
    }
    33% {
        -webkit-transform: rotateY(40deg);
        -webkit-transform: scale(0.8, 1.2);
    }
    66% {
        -webkit-transform: rotateY(2deg);
        -webkit-transform: scaleY(1.2, 0.6);
    }

    100% {
        -webkit-filter: blur(16px);
        -webkit-transform: rotateY(50deg);
        -webkit-transform: scaleY(1.4, 1.2);
        top: -600px;
        opacity: 0.7;
    }
}