@charset "UTF-8";
@font-face {
  font-family: 'key_font';
  src: url("../font/GenEiLateMin_v2.ttc") format("truetype");
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

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

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

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

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

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

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

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

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

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

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

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

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

/* 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: none;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

svg:not([fill]) {
  fill: currentColor;
}

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

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

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

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

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "Open Sans", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
}

.l-header {
  width: 100%;
}

.l-main {
  overflow: hidden;
}

.l-footer {
  max-width: 1000px;
  margin: 0 auto;
}

.l-intro {
  max-width: 1200px;
  width: 100%;
  margin: 120px auto 0;
}

@media screen and (max-width: 1024px) {
  .l-intro {
    max-width: 750px;
    margin: 80px auto 0;
  }
}

.l-product {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .l-product {
    max-width: 750px;
  }
}

.l-recipe {
  margin-top: 170px;
}

@media screen and (max-width: 1024px) {
  .l-recipe {
    margin-top: 80px;
  }
}

.l-contact {
  max-width: 1000px;
  width: calc(100% - 100px);
  padding: 0 50px;
  margin: 124px auto 0;
}

@media screen and (max-width: 1024px) {
  .l-contact {
    max-width: 710px;
    width: calc(100% - 32px);
    padding: 0 16px;
    margin: 72px auto 0;
  }
}

.c-box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 54px 32px;
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .c-box {
    max-width: 710px;
    padding: 16px 10px;
  }
}

.c-box__inner {
  display: flex;
  margin-top: 72px;
}

@media screen and (max-width: 1024px) {
  .c-box__inner {
    margin-top: 32px;
  }
}

.c-box__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.22222;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 1024px) {
  .c-box__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.c-title {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.25em;
  font-family: "key_font", sans-serif;
  color: #512c1e;
  padding-bottom: 24px;
  font-weight: 400;
  position: relative;
  text-align: center;
}

.c-title::before, .c-title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  left: 50%;
  bottom: 0;
}

.c-title::before {
  background-color: #f44999;
  transform: translateX(calc(-50% - 40px));
}

.c-title::after {
  background-color: #f5d20e;
  transform: translateX(calc(-50% + 40px));
}

@media screen and (max-width: 1024px) {
  .c-title {
    font-size: 19px;
    font-size: 1.1875rem;
    padding-bottom: 16px;
  }
  .c-title::before, .c-title::after {
    width: 40px;
  }
  .c-title::before {
    transform: translateX(calc(-50% - 20px));
  }
  .c-title::after {
    transform: translateX(calc(-50% + 20px));
  }
}

.c-bgColor {
  padding-bottom: 88px;
  position: relative;
}

.c-bgColor::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 50%;
  left: 50%;
  bottom: 0;
  background-color: #ede8d7;
  transform: translate(-50%);
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .c-bgColor {
    padding-bottom: 28px;
  }
}

.c-btn {
  width: 400px;
  height: 90px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #b1925e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .c-btn {
    width: 280px;
    height: 64px;
  }
}

.c-hidden--sp {
  display: block !important;
}

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

.c-show--sp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .c-show--sp {
    display: block !important;
  }
}

.header {
  background-image: url(../images/top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .header {
    background-image: url(../images/top_sp.jpg);
    background-position: top;
    height: 100vw;
    margin-top: 60px;
  }
}

.header__title {
  text-align: center;
  font-family: "key_font", sans-serif;
  font-size: 46px;
  font-size: 2.875rem;
  letter-spacing: 0.25em;
  color: #fff;
  padding-top: 50px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .header__title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 24px 0;
    background-color: #b1925e;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
  }
}

.intro__body {
  max-width: 1000px;
  width: 100%;
  margin: 52px auto 0;
}

@media screen and (max-width: 1024px) {
  .intro__body {
    margin: 24px auto 0;
    padding: 0 16px;
  }
}

.intro__contents + .intro__contents {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .intro__contents + .intro__contents {
    margin-top: 50px;
  }
}

.introBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.introBox__title, .introBox__title--cassis, .introBox__title--ginger {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-family: "key_font", sans-serif;
}

.introBox__title--cassis {
  color: #631e89;
}

.introBox__title--ginger {
  color: #9d7736;
}

@media screen and (max-width: 1024px) {
  .introBox__title, .introBox__title--cassis, .introBox__title--ginger {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.01em;
  }
}

.introBox__image {
  text-align: center;
  margin: 60px auto 0;
}

.introBox__image img {
  width: auto;
  height: 400px;
}

@media screen and (max-width: 1024px) {
  .introBox__image {
    margin: 32px auto 0;
  }
  .introBox__image img {
    height: 210px;
  }
}

.introBox__text {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.42857;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  font-weight: 600;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .introBox__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 32px;
  }
}

.introItem + .introItem {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .introItem + .introItem {
    margin-top: 40px;
  }
}

.introItem__title, .introItem__title--cassis, .introItem__title--ginger {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-bottom: 12px;
  position: relative;
}

.introItem__title::before, .introItem__title--cassis::before, .introItem__title--ginger::before, .introItem__title::after, .introItem__title--cassis::after, .introItem__title--ginger::after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: 0;
}

.introItem__title::before, .introItem__title--cassis::before, .introItem__title--ginger::before {
  width: 200px;
  background-color: #f44999;
  left: 0;
}

.introItem__title::after, .introItem__title--cassis::after, .introItem__title--ginger::after {
  width: 600px;
  background-color: #f5d20e;
  left: 200px;
}

.introItem__title--cassis {
  color: #631e89;
}

.introItem__title--ginger {
  color: #9d7736;
}

@media screen and (max-width: 1024px) {
  .introItem__title, .introItem__title--cassis, .introItem__title--ginger {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .introItem__title::before, .introItem__title--cassis::before, .introItem__title--ginger::before {
    width: 30%;
  }
  .introItem__title::after, .introItem__title--cassis::after, .introItem__title--ginger::after {
    width: 70%;
    left: 30%;
  }
}

.introItem__subTitle {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "Noto Sans JP", sans-serif;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .introItem__subTitle {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.01em;
    padding-left: 6px;
  }
}

.introItem__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.22222;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .introItem__text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 12px;
  }
}

.product__wrapper {
  margin-top: 10px;
  padding: 0 50px;
}

@media screen and (max-width: 1024px) {
  .product__wrapper {
    padding: 0 16px;
  }
}

.product__block {
  max-width: 1000px;
  width: 100%;
  margin: 110px auto 0;
}

@media screen and (max-width: 1024px) {
  .product__block {
    margin: 50px auto 0;
  }
}

.productItem {
  padding: 60px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
}

.productItem + .productItem {
  flex-direction: row-reverse;
  margin-top: 124px;
}

@media screen and (max-width: 1024px) {
  .productItem {
    flex-direction: column;
    padding: 0;
  }
  .productItem + .productItem {
    flex-direction: column;
    margin-top: 80px;
  }
}

.productItem__bg, .productItem__bg--cassis, .productItem__bg--ginger {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.productItem__bg--cassis {
  background-image: url(../images/cassis_bg.jpg);
}

.productItem__bg--ginger {
  background-image: url(../images/ginger_bg.jpg);
}

@media screen and (max-width: 1024px) {
  .productItem__bg, .productItem__bg--cassis, .productItem__bg--ginger {
    display: none;
  }
}

.productItem__body {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .productItem__body {
    width: 100%;
  }
}

.productItem__title, .productItem__title--cassis, .productItem__title--ginger {
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #fff;
  position: relative;
}

.productItem__title::before, .productItem__title--cassis::before, .productItem__title--ginger::before {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(100% + 16px);
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
}

.productItem__title--cassis {
  background-color: #631e89;
}

.productItem__title--cassis::before {
  background-image: url(../images/cassis_point.png);
  width: 175px;
  height: 134px;
}

.productItem__title--ginger {
  background-color: #9d7736;
}

.productItem__title--ginger::before {
  background-image: url(../images/ginger_point.png);
  width: 195px;
  height: 100px;
}

@media screen and (max-width: 1024px) {
  .productItem__title, .productItem__title--cassis, .productItem__title--ginger {
    width: 110px;
    height: 110px;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 auto;
  }
  .productItem__title::before, .productItem__title--cassis::before, .productItem__title--ginger::before {
    width: 100vw;
    height: 135px;
    background-size: contain;
    left: calc(50% - 50vw);
  }
  .productItem__title--cassis::before {
    background-image: url(../images/cassis_point_sp.png);
  }
  .productItem__title--ginger::before {
    background-image: url(../images/ginger_point_sp.png);
  }
}

.productItem__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.22222;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .productItem__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 32px auto 0;
    max-width: 380px;
    padding: 0 16px;
  }
}

.productItem__image {
  padding: 0 60px;
}

@media screen and (max-width: 1024px) {
  .productItem__image {
    padding: 0;
    margin-top: 32px;
    width: 100%;
  }
}

.recipe__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.22222;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .recipe__text {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 24px;
    padding: 0 32px;
  }
}

.recipe__image {
  margin-top: 60px;
  width: 100vw;
}

.recipe__image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .recipe__image {
    margin-top: 30px;
  }
}

.recipe__btn {
  margin-top: 48px;
}

.recipe__btn .c-btn {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.25em;
  font-feature-settings: "palt";
  padding-right: 34px;
  color: #512c1e;
  position: relative;
}

.recipe__btn .c-btn::before, .recipe__btn .c-btn::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #b1925e;
}

.recipe__btn .c-btn::before {
  width: 40px;
  top: 50%;
  right: 64px;
}

.recipe__btn .c-btn::after {
  width: 22px;
  transform: rotate(30deg);
  top: 44%;
  right: 63px;
}

@media screen and (max-width: 1024px) {
  .recipe__btn .c-btn {
    font-size: 14px;
    font-size: 0.875rem;
    width: 200px;
    height: 46px;
  }
  .recipe__btn .c-btn::before {
    width: 20px;
    right: 30px;
  }
  .recipe__btn .c-btn::after {
    width: 12px;
    right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .recipe__btn {
    margin-top: 32px;
  }
}

.contact__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.22222;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .contact__text {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 30px;
    text-align: left;
  }
}

.contact__content {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .contact__content {
    margin-top: 32px;
    flex-direction: column;
    justify-content: center;
  }
}

.contact__tel .c-btn {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #ae905e;
  padding-left: 30px;
}

.contact__tel .c-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/tel.png);
  background-size: cover;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .contact__tel .c-btn {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .contact__tel .c-btn::before {
    width: 34px;
    height: 34px;
  }
}

.contact__mail .c-btn {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #ae905e;
  padding-left: 64px;
}

.contact__mail .c-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 58px;
  height: 47px;
  background-image: url(../images/mail.png);
  background-size: cover;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .contact__mail {
    margin-top: 28px;
  }
  .contact__mail .c-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact__mail .c-btn::before {
    width: 40px;
    height: 32px;
  }
}

.footer__wrapper {
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .footer__wrapper {
    margin-top: 56px;
  }
}

.footer__image {
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
}

.footer__image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .footer__image {
    max-width: 116px;
  }
}

.footer__copy {
  color: #023373;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer__copy {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.footer__label {
  width: 100vw;
  margin: 30px calc(50% - 50vw) 0;
  background-color: #b1925e;
  padding: 20px 0;
}

@media screen and (max-width: 1024px) {
  .footer__label {
    margin: 10px calc(50% - 50vw) 0;
  }
}

.footer__title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.25em;
  color: #fff;
  font-family: "key_font", sans-serif;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer__title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.totop {
  display: block;
  width: 100px;
  height: 100px;
  position: fixed;
  right: 60px;
  bottom: 60px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.totop:hover {
  opacity: .8;
}

.totop img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .totop {
    width: 50px;
    height: 50px;
    right: 30px;
  }
}

.js-totop {
  opacity: 0;
}
