@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Scss Document */
/* Scss Document */
/*//////////////////////////////////////////////////
*
*	要素毎の基本状態
*
//////////////////////////////////////////////////*/
html {
  font-size: min(12px, 2.66vw);
  background: url("../../images/common/site-back.jpg") left top/100% auto repeat;
}

body {
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  color: #222222;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: 500;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  html {
    font-size: clamp(7px, 10px, 0.732vw);
  }
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1680px) {
  html {
    font-size: min(11px, 1.3vw);
  }
}
ruby rt {
  font-size: 0.4em;
  transform: translateX(1em);
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.sp,
.sp-tab {
  display: revert;
}

.tab,
.tab-pc,
.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab,
  .tab-pc {
    display: revert;
  }
}
@media screen and (min-width: 768px) {
  .sp-tab,
  .tab {
    display: none;
  }
  .pc {
    display: revert;
  }
}
a, button {
  text-decoration: none;
  transition: 0.4s;
}

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

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cap {
  font-size: 1rem;
  position: absolute;
  left: 0;
  bottom: 0.4em;
  width: 100%;
  padding-left: 1em;
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}

.en {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
}

.kome::after {
  content: attr(data-kome);
  vertical-align: text-top;
  color: #222222;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: 0.46em;
  transform: translateY(-100%);
}

/*
//テキスト反転
::selection {
    background:#b2b18f;
    color: #fff;
}
*/
.attent {
  display: block;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.5;
}

/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*//////////////////////////////////////////////////
*
*	レイアウト設定
*
//////////////////////////////////////////////////*/
.main-container {
  margin-bottom: 7rem;
}

.l-section {
  margin-bottom: 4.6rem;
}

.l-container,
.l-container_l,
.l-container_s {
  width: 92%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .main-container {
    margin-bottom: 14rem;
  }
  .l-section {
    margin-bottom: 8.2rem;
  }
  .l-container {
    width: 118rem;
  }
  .l-container_l {
    width: 128rem;
  }
  .l-container_s {
    width: 100rem;
  }
}
.p-title .p-title-container {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.p-title .p-title-image {
  width: 100%;
  aspect-ratio: 375/160;
}
.p-title .p-title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-title .p-title-body {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  line-height: 1;
  letter-spacing: 0.015em;
  color: #AA8546;
}
.p-title .p-title-body .en {
  margin-bottom: 1em;
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
}
.p-title .p-title-body .jp {
  font-size: 2.4rem;
}
.p-title .p-title-caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.5em;
  text-align: right;
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-title .p-title-container {
    margin-top: 9rem;
    margin-bottom: 13rem;
  }
  .p-title .p-title-image {
    aspect-ratio: 1366/300;
  }
  .p-title .p-title-body .en {
    margin-bottom: 1em;
    font-family: "EB Garamond", serif;
    font-size: 2rem;
  }
  .p-title .p-title-body .jp {
    font-size: 4rem;
  }
  .p-title .p-title-caption {
    font-size: 1rem;
  }
}
.breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
  width: 100vw;
  max-width: 1300px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0.8rem 0 0;
  padding-left: 4%;
}
.breadcrumb .breadcrumb__list .item {
  font-size: 1.1rem;
}
.breadcrumb .breadcrumb__list .item + .item:before {
  content: "\e909";
  margin: 0 0.8rem;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8em;
}
.breadcrumb .breadcrumb__list .item a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    width: 96%;
  }
  .breadcrumb .breadcrumb__list {
    margin: 0.8rem 0 0;
    padding-left: 0;
  }
  .breadcrumb .breadcrumb__list .item {
    font-size: 12px;
  }
}
/* Scss Document */
.g-header {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.5rem;
  background: rgba(255, 255, 255, 0.9);
}
.g-header .g-header__container {
  width: 92%;
  margin: auto;
}
.g-header .g-header__container .g-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-header .g-header__container .g-header__logo {
  width: 15rem;
}
.g-header .g-header__container .g-header__navi {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  overflow: scroll;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 6.5rem 4%;
  background: #fff;
}
.g-header .g-header__container .g-header__navi .g-header__navi-items {
  display: flex;
  flex-flow: row wrap;
  padding: 4rem 0;
  font-size: 1.5rem;
  text-align: center;
}
.g-header .g-header__container .g-header__navi .g-header__navi-items .item {
  flex: 100%;
  width: 100%;
  padding: 2rem 0;
  line-height: 1;
  border-bottom: 1px solid #AA8546;
}
.g-header .g-header__container .g-header__navi .g-header__navi-entry .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  background: linear-gradient(90deg, #AA8546 0%, #BE9F6B 100%);
}
.g-header .g-header__container .g-header__menubtn {
  width: 4rem;
}
.g-header .g-header__container .g-header__menubtn .menu-tgl {
  cursor: pointer;
}
.g-header .g-header__container .g-header__menubtn .menu-tgl .box {
  display: block;
  position: relative;
  z-index: 1;
  height: 9px;
  margin-bottom: 0.9rem;
}
.g-header .g-header__container .g-header__menubtn .menu-tgl .box span {
  display: block;
  background: #222222;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
}
.g-header .g-header__container .g-header__menubtn .menu-tgl .box span:first-child {
  top: 0;
}
.g-header .g-header__container .g-header__menubtn .menu-tgl .box span:last-child {
  bottom: 0;
}
.g-header .g-header__container .g-header__menubtn .menu-tgl .txt {
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1.1rem;
  white-space: nowrap;
}

.is-open .g-header .g-header__container .g-header__navi {
  display: revert;
  visibility: visible;
  opacity: 1;
}
.is-open .g-header .g-header__container .g-header__menubtn .menu-tgl .box span:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.is-open .g-header .g-header__container .g-header__menubtn .menu-tgl .box span:last-child {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.fixed-navigation {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.fixed-navigation .fixed-navigation__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.fixed-navigation .fixed-navigation__inner .fixed-navigation__item {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  height: 7.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  background: linear-gradient(130deg, #AA8546 0%, #BE9F6B 100%);
}
.fixed-navigation .fixed-navigation__inner .fixed-navigation__item .icon {
  width: 2.4rem;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 768px) {
  .g-header {
    height: 9rem;
  }
  .g-header .g-header__container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 3.5rem;
  }
  .g-header .g-header__container .g-header__inner {
    height: 100%;
  }
  .g-header .g-header__container .g-header__logo {
    width: 27.6rem;
  }
  .g-header .g-header__container .g-header__navi {
    overflow: revert;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    column-gap: 4rem;
    visibility: visible;
    opacity: 1;
    position: revert;
    width: auto;
    height: 100%;
    padding: 0;
    background: transparent;
  }
  .g-header .g-header__container .g-header__navi .g-header__navi-items {
    flex: auto;
    column-gap: 3.5rem;
    padding: 0;
    font-size: 1.5rem;
  }
  .g-header .g-header__container .g-header__navi .g-header__navi-items .item {
    flex: auto;
    width: auto;
    padding: 0;
    line-height: 1;
    border-bottom: none;
  }
  .g-header .g-header__container .g-header__navi .g-header__navi-entry {
    flex: auto;
    height: 100%;
  }
  .g-header .g-header__container .g-header__navi .g-header__navi-entry .btn {
    width: 16rem;
    height: 100%;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
  .g-header .g-header__container .g-header__menubtn {
    display: none;
  }
  .fixed-navigation {
    display: none;
  }
}
/*------------------------------
		961px以上
------------------------------*/
/*//////////////////////////////////////////////////

	フッター設定

//////////////////////////////////////////////////*/
.p-attention {
  padding: 3.2rem 0 1.6rem;
  font-size: 1rem;
  color: #222222;
  background: #fff;
}
.p-attention .l-container {
  width: 92%;
  margin: auto;
}

.g-footer {
  background: #D6D1C8;
}
.g-footer .gotop {
  margin-bottom: 5.2rem;
}
.g-footer .gotop a {
  display: block;
  height: 3.8rem;
  line-height: 3.8rem;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  background: #0B0B0B;
}
.g-footer .gotop i {
  margin: 0 0.4rem;
}
.g-footer .gotop i img {
  width: auto;
  height: 1.2rem;
  vertical-align: baseline;
}
.g-footer .g-footer-info {
  margin-bottom: 4rem;
  text-align: center;
}
.g-footer .g-footer-info .ttl {
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  line-height: 2;
}
.g-footer .g-footer-info .telnum {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 0.1em;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 4.4rem;
}
.g-footer .g-footer-info .telnum .icon-freedial {
  font-size: 0.6em;
  transform: translateY(-0.02em);
}
.g-footer .g-footer-info .info {
  font-size: 1.1rem;
}
.g-footer .g-footer-developers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem 0;
  padding-bottom: 6rem;
}
.g-footer .g-footer-developers .item {
  flex: 100%;
  text-align: center;
}
.g-footer .g-footer-developers .item.hhp img {
  width: 18rem;
}
.g-footer .g-footer-developers .item.sfc img {
  width: 13rem;
}
.g-footer .g-footer-developers .item.oneder img {
  width: 14.6rem;
}
.g-footer .g-footer-developers .item.cross img {
  width: 19rem;
}
.g-footer .g-footer__bottom {
  border-top: 1px solid #fff;
}
.g-footer .g-footer__bottom .g-footer-links {
  text-align: center;
  font-size: 1.1rem;
}
.g-footer .g-footer__bottom .g-footer-links li {
  height: 4.8rem;
  line-height: 4.8rem;
}
.g-footer .g-footer__bottom .g-footer-links li + li {
  border-top: 1px solid #fff;
}

.copyright {
  padding-bottom: 7.5rem;
  background: #4D4D4D;
}
.copyright .copyright_txt {
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-attention {
    padding: 4.2rem 0 5.2rem;
  }
  .p-attention .l-container {
    width: 128rem;
  }
  .g-footer {
    padding-bottom: 0;
  }
  .g-footer .l-container {
    width: 128rem;
  }
  .g-footer .gotop {
    margin-bottom: 0;
  }
  .g-footer .gotop a {
    height: 4.2rem;
    line-height: 4.2rem;
  }
  .g-footer .gotop i {
    margin: 0 4px;
  }
  .g-footer .gotop i img {
    width: auto;
    height: 1.2rem;
    vertical-align: baseline;
  }
  .g-footer .g-footer__top {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 6rem 0;
  }
  .g-footer .g-footer-info {
    margin-bottom: 0;
    text-align: left;
  }
  .g-footer .g-footer-info .ttl {
    margin-bottom: 0.4em;
    font-size: 1.5rem;
  }
  .g-footer .g-footer-info .telnum {
    justify-content: flex-start;
    margin-bottom: 1rem;
    font-size: 5.5rem;
  }
  .g-footer .g-footer-info .info {
    font-size: 1.1rem;
  }
  .g-footer .g-footer-developers {
    grid-template-columns: repeat(4, auto);
    column-gap: 3rem;
    padding-bottom: 0;
  }
  .g-footer .g-footer-developers .item {
    flex: auto;
  }
  .g-footer .g-footer__bottom .g-footer-links {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 1.2rem;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
  .g-footer .g-footer__bottom .g-footer-links li {
    border-bottom: none;
  }
  .g-footer .g-footer__bottom .g-footer-links li + li {
    border-top: none;
  }
  .copyright {
    padding: 0;
  }
  .copyright .copyright_txt {
    height: 5rem;
    line-height: 5rem;
    font-size: 11px;
  }
}
.banner__area {
  overflow: hidden;
  background: #F7F6F5;
}
.banner__area .l-container {
  max-width: 98rem;
  margin: auto;
}

@media screen and (min-width: 1367px) {
  .g-footer .base__outer {
    width: min(1400px, 100rem);
    max-width: 100%;
  }
}
/*//////////////////////////////////////////////////
*
*	ボタンなどの部品単位の設定
*
//////////////////////////////////////////////////*/
.c-button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.c-button .c-button_btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: 6rem;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  color: #fff;
  background: linear-gradient(130deg, #AA8546 0%, #BE9F6B 100%);
}
.c-button .c-button_btn::before {
  content: "";
  width: 140%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0.15;
  transform: translateX(-50%);
  background: #7a6136;
  border-radius: 50%;
}
.c-button .c-button_btn .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  line-height: 1;
}
.c-button .c-button_btn .icons .circle {
  width: 1.4em;
}
.c-button .c-button_btn .icons .angle {
  width: 1.8em;
  transform: translate(50%, -50%);
}
.c-button .white {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #222222;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .c-button .c-button_btn {
    flex: 0 0 auto;
    width: min(500px, 50rem);
    height: 10rem;
    font-size: 1.8rem;
    transition: all 0.3s;
  }
  .c-button .c-button_btn .icons .angle {
    transition: all 0.3s;
  }
  .c-button .c-button_btn:hover {
    opacity: 1;
    background-position: 0 0;
    letter-spacing: 0.15em;
  }
  .c-button .c-button_btn:hover .icons .angle {
    transform: translate(65%, -50%);
  }
  .c-button .white {
    font-size: 1.5rem;
    width: min(340px, 34rem);
    height: 6.8rem;
  }
}
/*# sourceMappingURL=common.css.map */
