@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap&subset=japanese");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  font-size: calc(100vw / 750 * 10);
  overflow: auto;
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: calc(100vw / 768 * 6);
  }
}

@media print, screen and (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin-left: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

hr {
  height: 0px;
  border: none;
  border-top: 1px solid #ccc;
  border-top-width: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

header img,
main img {
  max-width: 100%;
  height: auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(30em/14);
  padding-right: calc(30em/14);
}

@media screen and (min-width: 768px) {
  .container {
    max-width: calc(1280em/14);
    padding-left: calc(40em/14);
    padding-right: calc(40em/14);
  }
}

.ttl {
  color: #e60012;
  font-size: 5.2rem;
}
.ttl_sub {
  color: #e60012;
  font-size: 4.2rem;
  padding-top: 3.8em;
  margin-top: -2em;
}
@media screen and (min-width: 768px) {
  .ttl {
    font-size: 3.6rem;
  }
  .ttl_sub {
    font-size: 2.5rem;
    padding-top: 80px;
    margin-top: -40px;
  }
}

.ttl .en {
  margin-top: 1em;
  display: block;
  font-size: 2.4rem;
  font-family: serif;
}

@media screen and (min-width: 768px) {
  .ttl .en {
    font-size: 2rem;
  }
}

.main {
  color: #4d4d4d;
}

.button {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .button {
    text-align: right;
  }
}

.button .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #e60012;
  color: #fff;
  padding: 1em 1em;
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
  border: 1px solid;
  transition: .5s;
}

@media screen and (min-width: 768px) {
  .button .btn {
    font-size: 2rem;
    padding: .7em 1em;
  }
  .series {
   margin-left: 26%;
 }
}

.button .btn::after {
  content: '';
  width: 12px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212px%22%20height%3D%2215px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M11.988%2C7.500%20L0.001%2C15.012%20L0.001%2C-0.011%20L11.988%2C7.500%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: .5em;
  margin-right: .5em;
  transition: inherit;
}

.button .btn:hover {
  background-color: #fff;
  color: #e60012;
}

.button .btn:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212px%22%20height%3D%2215px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(230%2C%200%2C%2018)%22%20d%3D%22M11.988%2C7.500%20L0.001%2C15.012%20L0.001%2C-0.011%20L11.988%2C7.500%20Z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 767.98px) {
  .hidden-sp {
    display: none !important;
  
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
  .kozyomovie{margin-bottom: 100px;}
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* PC */
.header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.header .container {
  max-width: calc(1078em/14);
  padding-left: 0;
  padding-right: 0;
  height: calc(150em/14);
  padding-top: calc(30em/14);
}

.header .logo-header img {
  max-width: calc(202em/14);
}

.header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .nav-global {
  color: #fff;
}

.header .nav-global ol {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .nav-global ol li {
  margin-left: 3em;
  font-size: 1.8rem;
  font-weight: 500;
}

.header .nav-global ol a {
  transition: .5s color;
}

.header .nav-global ol a:hover {
  color: #333;
}

.main-visual .video {
  width: 100%;
  height: auto;
}

.main-visual .video source {
  max-width: 100%;
}

.main-visual .container {
  position: relative;
}

.main-visual .row {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: calc( 40em/14);
  padding-right: calc(82em/14);
  visibility: hidden;
}

.main-visual .ttl {
  color: #fff;
  font-size: 3rem;
}

.main-visual .slider {
  width: calc(958em/14);
}

.main-visual .slide-item figure {
  /*transition: .2s opacity;*/
  overflow: hidden;
  padding-top: 66.3934426%;
  position: relative;
  margin-right: 20px;
}

.main-visual .slide-item figure img {
  height: 100%;
  /*max-width: calc(300em/14);*/
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.main-visual .slide-item figure::before {
  content: '';
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.702) 0%, rgba(0, 0, 0, 0) 60%);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-visual .slide-item figure.kyubai::before{
 background:none;
 border: 3px solid red;
}
.main-visual .slide-item figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: .6em;
  padding-bottom: 1em;
  z-index: 2;
}

.main-visual .slide-item figure figcaption dl {
  color: #fff;
  line-height: 1.6;
  text-shadow: #000 2px 0 5px;
}
.main-visual .slide-item figure.kyubai figcaption dl{
  color: #000;
  text-shadow: none;
}

.main-visual .slide-item figure figcaption dl dt {
  display: flex;
  font-size: 1.2rem;
}
.main-visual .slide-item figure figcaption dl dd.kyubaiTitle {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.main-visual .slide-item figure figcaption dl dd.kyubaiText {
  font-size: 1.35rem;
  font-weight: 500;
}
.main-visual .slide-item figure figcaption dl dt span + span::before {
  content: '|';
  font-family: serif;
  margin-left: .5em;
  margin-right: .5em;
}

.main-visual .slide-item a:hover img {
  transition: .2s opacity;
}

.main-visual .slide-item a:hover img {
  opacity: .7;
  /*-webkit-filter: brightness(110%);
  filter: brightness(110%);*/
}

.main-visual .slick-prev {
  background-image: url(../img/arrow_prev.svg);
  left: calc(-75em/14);
}

.main-visual .slick-next {
  background-image: url(../img/arrow_next.svg);
  right: calc(-47em/14);
}

.main-visual .slick-arrow {
  background-color: transparent;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: transparent;
  width: calc(30em/14);
  height: calc(38em/14);
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  transition: .5s;
}

.main-visual .slick-arrow:hover {
  -webkit-filter: drop-shadow(0px 0px 5px #eee);
  filter: drop-shadow(0px 0px 5px #eee);
}

.main-visual .slick-disabled {
  visibility: hidden;
}

.sec-himitsu {
  background-image: url(../img/bg.jpg);
  background-position: 50% 0;
  background-repeat: repeat;
}

.sec-himitsu .ttl {
  font-size: 3.2rem;
}

.sec-himitsu .img-ttl-himitsu {
  max-width: calc(907em/32);
}

.sec-himitsu .container {
  text-align: center;
  /*padding-top: calc(82em/14);   通常*/
  padding-top: calc(50em/14);/* 休売お知らせ*/
  padding-bottom: calc(100em/14);
}

.sec-himitsu .txt-about {
  margin-top: 1.6em;
  font-size: 2rem;
  line-height: 1.8;
}

.sec-himitsu .bg {
  margin-top: calc(90em/14);
  background-color: #fff;
  max-width: calc(1000em/14);
  margin-left: auto;
  margin-right: auto;
}

.sec-himitsu .inner {
  padding: calc(90em/14) calc(125em/14);
}

.sec-himitsu article + article {
  margin-top: 3em;
}

.sec-himitsu article .ttl {
  font-size: 3.2rem;
}

.sec-himitsu .tape-top,
.sec-himitsu .tape-bottom {
  position: relative;
}

.sec-himitsu .tape-top::before, .sec-himitsu .tape-top::after,
.sec-himitsu .tape-bottom::before,
.sec-himitsu .tape-bottom::after {
  position: absolute;
  content: '';
  width: calc(171em/14);
  height: calc(117em/14);
  display: block;
  background-size: contain;
}

.sec-himitsu .tape-top::before {
  background-image: url(../img/img_corner-lt.png);
  top: calc(-30em/14);
  left: calc(-50em/14);
}

.sec-himitsu .tape-top::after {
  background-image: url(../img/img_corner-rt.png);
  top: calc(-30em/14);
  right: calc(-50em/14);
}

.sec-himitsu .tape-bottom::before {
  background-image: url(../img/img_corner-lb.png);
  bottom: calc(-50em/14);
  left: calc(-50em/14);
}

.sec-himitsu .tape-bottom::after {
  background-image: url(../img/img_corner-rb.png);
  bottom: calc(-50em/14);
  right: calc(-50em/14);
}

.sec-himitsu .img-freeze-dry {
  margin-top: 4em;
}

.sec-himitsu .img-freeze-dry img {
  max-width: calc(661em/14);
}

.sec-himitsu .txt-freeze-dry, .txt-process {
  margin-top: 1.5em;
  position: relative;
  z-index: 1;
}

.sec-himitsu .txt-freeze-dry::before, .sec-himitsu .txt-freeze-dry::after {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}

.sec-himitsu .txt-freeze-dry::before {
  background-image: url(../img/img_batt.png);
  bottom: calc(   15em/14);
  left: calc(-125em/14);
  content: '';
  height: calc(197em/14);
  width: calc(189em/14);
}

.sec-himitsu .txt-freeze-dry::after {
  top: calc( -6em/14);
  right: calc(-85em/14);
  content: '';
  height: calc(197em/14);
  width: calc(133em/14);
  background-image: url(../img/img_nasu.png);
}

.sec-himitsu .himitsu-example {
  padding-left: 2.7em;
  padding-right: 2.7em;
}

.sec-himitsu .ttl-nasu {
  text-align: left;
  color: #e60012;
  font-size: 2.4rem;
  margin-top: 2em;
}

.sec-himitsu .flow-nasu {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}

.sec-himitsu .flow-nasu li {
  width: 30%;
}

.sec-himitsu .flow-nasu li + li {
  position: relative;
}

.sec-himitsu .flow-nasu li + li::before {
  position: absolute;
  left: calc(-26em/14);
  top: calc( 60em/14);
  content: '';
  width: calc(20em/14);
  height: calc(20em/14);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215px%22%20height%3D%2218px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(230%2C%200%2C%2018)%22%20d%3D%22M15.003%2C8.997%20L-0.003%2C17.997%20L-0.003%2C-0.003%20L15.003%2C8.997%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.sec-himitsu .flow-nasu figcaption {
  text-align: left;
  margin-top: .5em;
  padding-left: .7em;
  padding-right: .7em;
}

.sec-himitsu .feature {
  margin-top: 5em;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.sec-himitsu .feature::before, .sec-himitsu .feature::after {
  position: absolute;
  top: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sec-himitsu .feature::before {
  top: calc( -48em/14);
  left: calc(-128em/14);
  background-image: url(../img/img_finish.png);
  content: '';
  width: calc(270em/14);
  height: calc(251em/14);
}

.sec-himitsu .feature::after {
  top: calc(-90em/14);
  right: calc(-114em/14);
  background-image: url(../img/img_pot.png);
  content: '';
  width: calc(230em/14);
  height: calc(210em/14);
}

.sec-himitsu .list-feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.8em;
  padding-left: 1em;
  padding-right: 1em;
}

.sec-himitsu .list-feature li {
  width: 50%;
  margin-top: 1.2em;
}

.sec-himitsu .list-feature figure {
  position: relative;
}

.sec-himitsu .list-feature figure figcaption {
  color: #b55728;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: calc(70em/20);
  left: 0;
  width: 100%;
  line-height: 1.7;
}

.sec-himitsu .list-feature figure figcaption sub {
  font-size: 60%;
  vertical-align: baseline;
}

.sec-himitsu .txt-kome {
  margin-top: 2em;
  text-align: left;
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.sec-himitsu .process {
  margin-top: 5em;
  position: relative;
}

.sec-himitsu .process::after {
  position: absolute;
  top: calc(-105em/14);
  right: calc( -72em/14);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/img_finish-2.png);
  content: '';
  width: calc(220em/14);
  height: calc(220em/14);
}

.sec-himitsu .row-process {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3em;
    background-size: 3.4em;
    background-position: top;
    background-repeat: repeat;
    background-image: url(../img/process_bg.png);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    width: 120%;
    position: relative;
    left: -10%;
}

.sec-himitsu .row-process figure {
  width: 95%;
  position: relative;
}

.sec-himitsu .row-process figure.okayama {
  top: -3.5em;
  margin: auto;
}
.sec-himitsu .row-process figure.man2 {
  top: -6em;
  text-align: left;
  margin: auto;
}

.sec-himitsu .row-process figure.man2 img {
width: 13.2em;
    position: absolute;
    top: -0.99em;
}

.sec-himitsu .row-process figure figcaption {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    top: calc(50em/16);
    left: 1em;
    width: 79%;
    margin-left: 21%;
    line-height: 1.6;
    color: #2e3547;
    display: inline-block;
}
.sec-himitsu .row-process .button {
position: relative;
    top: -15px;
    width: 95%;
    margin: auto;
text-align: right;
}
.sec-himitsu .row-process .button a {
    width: 30em;
    height: 2.99em;
    margin-top: 0.9em;
    display: inline-block;
}
.sec-himitsu .row-process .button a img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30em;
    height: 2.99em;
}
.sec-himitsu .row-process .button a img.active, .sec-himitsu .row-process .button a:hover img.noactive{
  opacity: 0;
  transition: 0.5s;

}
.sec-himitsu .row-process .button a:hover img.active, .sec-himitsu .row-process .button a img.noactive {
  opacity: 1;
  transition: 0.5s;

}

.sec-himitsu .row-process .wrapper {
  width: 69.2%;
}

.sec-himitsu .row-process .video {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.sec-himitsu .row-process .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* アマノ環境への取り組みバナー */
.img-environment{
  margin-top: 150px;
}
.img-environment img{
  transition: .2s opacity;
}
.img-environment img:hover{
  opacity: .7;
}
.product-series .container {
  padding-top: calc(90em/14);
  padding-bottom: calc(90em/14);
}

.product-series ul {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5em;
}

.product-series ul li {
  width: 48%;
  max-width: calc(570em/14);
}

.product-series ul img {
  transition: .2s opacity;
}

.product-series ul a:hover img {
  opacity: .8;
  /*-webkit-filter: brightness(110%);
  filter: brightness(110%);*/
}

.product-series .button {
  margin-top: 2em;
}

.shopping {
  background-image: url(../img/bg.jpg);
  background-position: 50% 0;
  background-repeat: repeat;
}

.shopping .container {
  padding-top: calc(100em/14);
  padding-bottom: calc( 90em/14);
}

.shopping ul {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}

.shopping ul li {
  width: 48%;
  max-width: calc(570em/14);
}

.shopping ul img {
  transition: .2s opacity;
}

.shopping ul a:hover img {
  opacity: .8;
  /*-webkit-filter: brightness(110%);
  filter: brightness(110%);*/
}

.web-magazine {
  background-image: url(../img/bg.jpg);
}
.web-magazine .container {
  padding-top: calc(80em/14);
  padding-bottom: calc(60em/14);
}

.web-magazine ul {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}

.web-magazine ul li {
    width: 48%;
    max-width: calc(570em/14);
}

.web-magazine ul img {
  transition: .2s opacity;
}

.web-magazine ul a:hover img {
  opacity: .8;
  /*-webkit-filter: brightness(110%);
  filter: brightness(110%);*/
}

.movies {
   /*background-image: url(../img/bg.jpg);*/
  background-position: 50% 0;
  background-repeat: repeat;
}

.movies .container {
  padding-top: calc(100em/14);
  padding-bottom: calc( 90em/14);
}

.movies ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
.movies ul.flex__center {
  justify-content: center;
}
.movies ul li {
  width: 48%;
  max-width: calc(290em/14);
  text-align: center;
  color:#e60012;
  font-size: 1.8rem;
position: relative;
}

.movies ul img {
  transition: .2s opacity;
}
.movies ul img.arrow {
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s opacity;
}
.movies ul a:hover img {
  opacity: .8;
  /*-webkit-filter: brightness(110%);
  filter: brightness(110%);*/
}
.movies .button {
  margin-top: 2em;
}
/* sp */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: calc(28em/14) calc(20em/14);
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: calc(60em/14);
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: calc(60em/14);
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media print, screen and (max-width: 767.98px) {
  .header {
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .header .container {
    height: calc(300em/14);
    position: relative;
    padding-top: 0;
    text-align: center;
  }
  .header .row {
    z-index: 1;
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: calc(30em/14);
    padding-bottom: calc(30em/14);
    position: relative;
  }
  .header .logo-header img {
    max-width: calc(355em/14);
  }
  .header .nav-global {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    color: #fff;
    height: 100vh;
    background-color: rgba(230, 0, 18, 0.5);
    padding-top: calc(245em/14);
    display: none;
  }
  .header .nav-global ol {
    display: block;
  }
  .header .nav-global ol li {
    margin-left: 0;
    font-size: 4rem;
  }
  .header .nav-global ol a {
    display: block;
    padding-top: .2em;
    padding-bottom: .2em;
  }
  .header .hamburger {
    position: absolute;
    top: calc(32em/14);
    right: calc(20em/14);
    outline: none;
  }
  .header .hamburger.is-black {
    top: calc(6em/14);
  }
  .header .hamburger-box {
    /* bugFix
     * https://github.com/jonsuh/hamburgers/issues/66#issuecomment-442695022
     */
    display: block;
  }
  .header .hamburger-inner.is-black {
    background-color: #000;
  }
  .header .hamburger-inner.is-black::before {
    background-color: #000;
  }
  .header .hamburger-inner.is-black::after {
    background-color: #000;
  }
  .main-visual .video {
    height: calc(1400em/14);
    width: auto;
  }
  .main-visual .row {
    display: block;
    padding-left: calc(70em/14);
    padding-right: 0;
  }
  .main-visual .ttl {
    text-align: left;
    font-size: 6rem;
  }
  .main-visual .slider {
    width: 100%;
    margin-top: 1em;
  }
  .main-visual .slide-item figure {
    margin-right: calc(20em/14);
    width: calc(610em/14);
  }
  /*.main-visual .slide-item figure img {
    max-width: calc(610em/14);
  }*/
  .main-visual .slide-item figure figcaption {
    padding-left: 1em;
  }
  .main-visual .slide-item figure figcaption dl dt {
    font-size: 2.4rem;
  }
  .main-visual .slide-item figure figcaption dl dd {
    font-size: 3.2rem;
  }
.main-visual .slide-item figure figcaption dl dd.kyubaiTitle {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 3.5rem;
}
.main-visual .slide-item figure figcaption dl dd.kyubaiText {
  font-size: 2.8rem;
}
  .main-visual .slick-prev {
    background-image: url(../img/sp/arrow_prev.svg);
    left: calc(-70em/14);
  }
  .main-visual .slick-next {
    background-image: url(../img/sp/arrow_next.svg);
    right: calc(26em/14);
  }
  .main-visual .slick-arrow {
    background-repeat: no-repeat;
    width: calc(52em/14);
    height: 100%;
  }
  .sec-himitsu {
    background-image: url(../img/sp/bg.jpg);
    background-size: cover;
  }
  .sec-himitsu .ttl {
    font-size: 4.6rem;
  }
  .sec-himitsu .img-ttl-himitsu {
    max-width: calc(622em/46);
  }
  .sec-himitsu .container {
    /* padding-top: calc(140em/14); 通常 */
    padding-top: calc(26em/14); /*　休売お知らせ用*/
    padding-bottom: calc(100em/14);
  }
  .sec-himitsu .txt-about {
    margin-top: calc(70em/32);
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .sec-himitsu .bg {
    margin-top: calc(152em/14);
  }
  .sec-himitsu .inner {
    padding: calc(110em/14) calc(20em/14);
  }
  .sec-himitsu .inner > .ttl .en img {
    max-width: calc(278em/24);
  }
  .sec-himitsu article {
    margin-top: 8em;
  }
  .sec-himitsu article + article {
    margin-top: 5em;
  }
  .sec-himitsu article .ttl {
    font-size: 4.6rem;
  }
  .sec-himitsu .tape-top::before, .sec-himitsu .tape-top::after,
  .sec-himitsu .tape-bottom::before,
  .sec-himitsu .tape-bottom::after {
    width: calc(143em/14);
    height: calc( 97em/14);
  }
  .sec-himitsu .tape-top::before {
    background-image: url(../img/img_corner-lt.png);
    top: calc(-30em/14);
    left: calc(-26em/14);
  }
  .sec-himitsu .tape-top::after {
    background-image: url(../img/img_corner-rt.png);
    top: calc(-30em/14);
    right: calc(-26em/14);
  }
  .sec-himitsu .tape-bottom::before {
    background-image: url(../img/img_corner-lb.png);
    bottom: calc(-30em/14);
    left: calc(-26em/14);
  }
  .sec-himitsu .tape-bottom::after {
    background-image: url(../img/img_corner-rb.png);
    bottom: calc(-30em/14);
    right: calc(-26em/14);
  }
  .sec-himitsu .img-freeze-dry {
    margin-top: 4.2em;
  }
  .sec-himitsu .img-freeze-dry img {
    max-width: calc(573em/14);
  }
  .sec-himitsu .txt-freeze-dry {
    font-size: 2.8rem;
    margin-top: calc(43em/28);
    line-height: 1.75;
  }
  .sec-himitsu .txt-freeze-dry::before, .sec-himitsu .txt-freeze-dry::after {
    position: absolute;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .sec-himitsu .txt-freeze-dry::before {
    background-image: url(../img/img_batt.png);
    top: calc(-88em/28);
    left: calc(-25em/28);
    content: '';
    height: calc(197em/34);
    width: calc(189em/34);
  }
  .sec-himitsu .txt-freeze-dry::after {
    top: calc( 375em/28);
    right: calc(9em/28);
    content: '';
    height: calc(197em/28);
    width: calc(133em/28);
    background-image: url(../img/img_nasu.png);
  }
  .sec-himitsu .himitsu-example {
    padding-left: 2em;
    padding-right: 1em;
  }
  .sec-himitsu .ttl-nasu {
    font-size: 4rem;
  }
  .sec-himitsu .flow-nasu {
    display: block;
    margin-top: 3em;
  }
  .sec-himitsu .flow-nasu li {
    width: 100%;
  }
  .sec-himitsu .flow-nasu li + li {
    margin-top: 5em;
  }
  .sec-himitsu .flow-nasu li + li::before {
    position: absolute;
    left: 8.8em;
    top: -3.5em;
    content: '';
    transform: rotate(90deg);
    width: calc(29em/14);
    height: calc(29em/14);
  }
  .sec-himitsu .flow-nasu figure {
    display: flex;
    justify-content: space-between;
  }
  .sec-himitsu .flow-nasu figure span {
    width: 46%;
  }
  .sec-himitsu .flow-nasu figure figcaption {
    width: 51%;
    font-size: 2.8rem;
    line-height: 1.6;
    padding-left: 0em;
    padding-right: 0em;
  }
  .sec-himitsu .feature {
    margin-top: 17em;
    padding-left: 0em;
    padding-right: 0em;
  }
  .sec-himitsu .feature::before {
    background-image: url(../img/img_finish.png);
    top: calc(-310em/14);
    left: calc( -12em/14);
    width: calc( 282em/14);
    height: calc( 283em/14);
  }
  .sec-himitsu .feature::after {
    background-image: url(../img/img_pot.png);
    top: calc(-233em/14);
    right: calc( -19em/14);
    width: calc( 221em/12);
    height: calc( 197em/12);
  }
  .sec-himitsu .feature .ttl .en img {
    max-width: calc(74em/24);
  }
  .sec-himitsu .list-feature {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0em;
    padding-left: 0em;
    padding-right: 0em;
  }
  .sec-himitsu .list-feature li {
    width: 48.6%;
    margin-top: 2.8em;
  }
  .sec-himitsu .list-feature li:last-child figcaption {
    top: calc(65em/28);
    line-height: 1.5;
  }
  .sec-himitsu .list-feature figure {
    position: relative;
  }
  .sec-himitsu .list-feature figure figcaption {
    color: #b55728;
    font-size: 2.8rem;
    top: calc(78em/28);
    left: 0;
    width: 100%;
    line-height: 1.7;
  }
  .sec-himitsu .list-feature figure figcaption sub {
    font-size: 60%;
    vertical-align: baseline;
  }
  .sec-himitsu .txt-kome {
    font-size: 2.4rem;
    line-height: 1.7;
  }
  .sec-himitsu .process {
    margin-top: 9em;
  }
  .sec-himitsu .process p.txt-process {
    font-size: 2.4rem;
    line-height: 1.7;
  }
  .sec-himitsu .process::after {
    top: calc(-170em/14);
    right: calc( -0em/14);
    width: calc(220em/18);
    height: calc(220em/18);
  }
  .sec-himitsu .process .ttl {
    white-space: nowrap;
    font-size: 4.1rem;
  }
  .sec-himitsu .process .ttl .en img {
    max-width: calc(304em/24);
  }
  .sec-himitsu .row-process {
    display: block;
    margin-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
    background-size: 2.5em;
    background-position: top;
    background-repeat: repeat;
    background-image: url(../img/process_bg.png);
    width: 100%;
    position: static;
  }
  .sec-himitsu .row-process figure {
    width: 100%;
  }
.sec-himitsu .row-process figure.man2 img {
    width: 10.5em;
}

  .sec-himitsu .row-process figure figcaption {
width: 77%;
    margin-left: 23%;
  }
  .sec-himitsu .row-process .button {
    width: 100%;
  }
.sec-himitsu .row-process .button img {
    width: 27em;
    height: auto;
}

  .sec-himitsu .row-process .wrapper {
    width: 100%;
  }
  .sec-himitsu .row-process .wrapper p {
    font-size: 1.8rem;
  }
  /* アマノ環境への取り組みバナー */
.img-environment{
  margin-top: 18.5vw;
}
  .product-series .container {
    padding-top: calc(120em/14);
    padding-bottom: calc(120em/14);
  }
  .product-series .ttl .en img {
    max-width: 5.16667em;
  }
  .product-series ul {
    display: block;
  }
  .product-series ul li {
    width: 100%;
    max-width: 100%;
  }
  .product-series ul li + li {
    margin-top: 2em;
  }
  .product-series .button {
    margin-top: 4em;
  }
  .shopping {
    background-image: url(../img/sp/bg.jpg);
    background-size: cover;
  }
  .shopping .container {
    padding-top: calc(120em/14);
    padding-bottom: calc(120em/14);
  }
  .shopping .ttl .en img {
    max-width: 3.25em;
  }
  .shopping ul {
    display: block;
  }
  .shopping ul li {
    width: 100%;
    max-width: 100%;
  }
  .shopping ul li + li {
    margin-top: 1.8em;
  }
  .web-magazine{
   background-image: url(../img/sp/bg.jpg);
   background-size: cover;
  }
  .web-magazine .container {
    padding-top: calc(120em/14);
    padding-bottom: calc(120em/14);
  }
  .web-magazine ul {
    display: block;
  }
  .web-magazine ul li {
    width: 100%;
    max-width: 100%;
  }
  .web-magazine ul li + li {
    margin-top: 2em;
  }
  .web-magazine .ttl .en img {
    max-width: 5.54167em;
  }

  .movies {
     /*background-image: url(../img/sp/bg.jpg);*/
    background-size: cover;
  }
  .movies .container {
    padding-top: calc(120em/14);
    padding-bottom: calc(120em/14);
  }
  .movies .ttl .en img {
    max-width: 3.25em;
  }
  .movies ul {
    display: block;
  }

  .movies ul li {
    width: 100%;
    max-width: 100%;
    text-align: center;
    color:#e60012;
    font-size: 2.8rem;
  }
  .movies ul li + li {
    margin-top: 1.8em;
  }
  .movies .button {
    margin-top: 4em;
  }
.series {
   margin-top: -20px;
 }

}

@media screen and (max-width: 900px) {
  iframe {
   /*position: absolute;
  top: 0;
  right: 0;*/
  width: 100% !important;
  }
  .kozyomovie{margin-bottom: 60px;}
 
}

li span.new:before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 32px;
    background-image: url(../img/new.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}

@media screen and (max-width: 900px) {
li span.new:before{
  width: 41px;
    height: 29px;
}
}

.kyubai{
  width: 900px;
    margin: 0px auto 50px;
    padding: 15px 15px;
    border: 2px solid rgb(4, 4, 117);
    background-color: #fff;
}
.kyubai p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.kyubai p.kyubai__title {
  font-size: 1.9rem;
}
.kyubai p a {
  text-decoration: underline;
  color: rgb(4, 4, 117);
} 
@media screen and (max-width: 900px) {
  .kyubai {
    width: 90%;
    margin: 15px auto;
    padding: 10px 3%;
}
.kyubai p {
  font-size: 3.4vw;
}
.kyubai p.kyubai__title {
  font-size: 3vw;
}
.kyubai p:first-child {
  font-size: 4vw;
}
}



.imageAtention {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 205px;
}

.imageAtention p {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .imageAtention {
    right: 0px;
    top: 0px;
  }
  .imageAtention p {
    font-size: 2.2rem;
  }
  
}
