@charset "UTF-8";
/*!
* ress.css • v1.2.2
* 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 {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -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;
}

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

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

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

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

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

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

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

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

/* 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,
html [type="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 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

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

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

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

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

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 16px;
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 1000px) {
  html {
    min-width: 1000px;
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 3.4667vw;
  }
}

html > body {
  width: 100%;
  color: #666666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Noto Sans JP", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
}

html > body a {
  color: #666666;
}

html > body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  html > body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

#wrap {
  overflow: hidden;
}

#wrap .tate {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
}

.pc_none {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: inline;
  }
}

.sp_none {
  display: inline;
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  header {
    position: fixed;
    height: 7.5rem;
    background: url(../img/header_bg.png) repeat-x center top/0.063rem;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 100%;
    margin-left: -50%;
  }
  header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_wrap h1 {
    width: 17%;
    height: 7.5rem;
  }
  header .header_wrap .sp_menu_content {
    width: 77%;
    height: 3.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.462rem;
  }
  header .header_wrap .sp_menu_content .header_nav {
    width: 38.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_wrap .sp_menu_content .header_nav li {
    width: 5.625rem;
  }
  header .header_wrap .header_sns {
    width: 5.625rem;
    height: 1.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_wrap .header_sns li {
    width: 1.75rem;
  }
  header .header_wrap .header_sns li:last-of-type {
    width: 1.125rem;
  }
}

@media screen and (max-width: 750px) {
  header {
    position: fixed;
    height: 5.385rem;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 100%;
    margin-left: -50%;
  }
  header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: url(../img/header_bg_sp.png) repeat-x center top/0.038rem;
  }
  header .header_wrap.active {
    padding-bottom: 5rem;
    background: url(../img/header_bg_sp.png) repeat-x center bottom/0.038rem;
  }
  header .header_wrap.active h1 {
    background: #f2f2ef;
  }
  header .header_wrap.active .sp_menu_content {
    display: block;
  }
  header .header_wrap.active .header_sns .sp_menu {
    background: url(../img/menu_batsu_sp.png) no-repeat center top/100%;
  }
  header .header_wrap h1 {
    width: 100%;
    height: 5.385rem;
    background: url(../img/header_bg_sp.png) repeat-x center bottom/0.038rem;
  }
  header .header_wrap h1 img {
    width: 37.33%;
  }
  header .header_wrap .header_nav {
    width: 100%;
    background: #f2f2ef;
    padding-top: 0.385rem;
    margin-top: -0.385rem;
  }
  header .header_wrap .header_nav li {
    height: 3.077rem;
  }
  header .header_wrap .header_nav li:not(:last-child) {
    margin-bottom: 0.385rem;
  }
  header .header_wrap .header_sns {
    position: absolute;
    right: 1.73%;
    top: 0.385rem;
    z-index: 1;
    width: 27.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header_wrap .header_sns li {
    width: 3.846rem;
    height: 3.846rem;
  }
  header .header_wrap .header_sns li:not(:last-child) {
    margin-right: 0.154rem;
  }
  header .header_wrap .header_sns .sp_menu {
    background: url(../img/menu_sp.png) no-repeat center top/100%;
  }
  header .header_wrap .header_sns .sp_menu:hover {
    cursor: pointer;
  }
  header .header_wrap .sp_menu_content {
    display: none;
  }
  header .header_wrap .sp_menu_content .header_sns {
    position: inherit;
    width: 100%;
    background: #f2f2ef;
    padding-top: 0.692rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header_wrap .sp_menu_content .header_sns li {
    width: 3.846rem;
    height: 3.846rem;
  }
  header .header_wrap .sp_menu_content .header_sns li:not(:last-child) {
    margin-right: 0.846rem;
  }
}

@media screen and (min-width: 751px) {
  #fv {
    background: url(../img/bg01.jpg) no-repeat center top;
    background-size: 125rem;
  }
}

@media screen and (max-width: 750px) {
  #fv {
    background: none;
  }
}

@media screen and (min-width: 751px) {
  #concept {
    background: url(../img/bg02.jpg) no-repeat center top;
    background-size: 125rem;
    height: 60.625rem;
  }
  #concept .concept_txt01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #concept .concept_txt01 h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #concept .concept_txt01 p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.063rem;
    line-height: 1.875rem;
    letter-spacing: 0.064rem;
    padding-top: 9.875rem;
  }
}

@media screen and (max-width: 750px) {
  #concept {
    background: url(../img/bg02_sp.jpg) no-repeat center top;
    background-size: 100%;
    height: 70.115rem;
  }
  #concept .concept_txt01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 6.385rem;
  }
  #concept .concept_txt01 h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 2.654rem;
    margin-right: 10.67%;
    margin-left: 9.33%;
  }
  #concept .concept_txt01 p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.231rem;
    line-height: 2rem;
    letter-spacing: 0.074rem;
    padding-top: 0.462rem;
  }
}

@media screen and (min-width: 751px) {
  #product .bg01 {
    background: url(../img/bg03.jpg) no-repeat center top;
    background-size: 125rem;
    height: 62.5rem;
    padding: 9.063rem 0 0;
  }
  #product .bg01 h2 {
    margin-bottom: 1.875rem;
  }
  #product .bg01 p {
    font-size: 1.063rem;
    line-height: 2.125rem;
    letter-spacing: 0.021rem;
  }
  #product .bg02 {
    padding: 5.875rem 0 0;
    height: 29.375rem;
  }
}

@media screen and (max-width: 750px) {
  #product .bg01 {
    background: url(../img/bg03_sp.jpg) no-repeat center top;
    background-size: 100%;
    height: 74.231rem;
    padding: 9.231rem 0 0;
  }
  #product .bg01 h2 {
    margin-bottom: 1.846rem;
  }
  #product .bg01 p {
    font-size: 1.231rem;
    line-height: 2rem;
    letter-spacing: 0.025rem;
    padding: 0 9.33%;
  }
}

@media screen and (min-width: 751px) {
  #lineup .bg01 {
    background: url(../img/bg04.jpg) no-repeat center top;
    background-size: 125rem;
    height: 39.063rem;
  }
  #lineup .bg02 {
    background: url(../img/bg05.jpg) no-repeat center top;
    background-size: 125rem;
    height: 59.25rem;
  }
  #lineup .bg02 .lineup_right {
    padding-top: 5.25rem;
  }
  #lineup .bg02 .lineup_right dl dt {
    margin: 0 3.438rem 0 0.625rem;
  }
  #lineup .bg03 {
    background: url(../img/bg06.jpg) no-repeat center top;
    background-size: 125rem;
    height: 65.938rem;
  }
  #lineup .bg03 .lineup_left {
    padding-top: 11.25rem;
  }
  #lineup .bg03 .lineup_left dl dt {
    margin: 0 3.438rem 0 1.875rem;
  }
  #lineup .bg04 {
    background: url(../img/bg07.jpg) no-repeat center top;
    background-size: 125rem;
    height: 65.375rem;
  }
  #lineup .bg04 .lineup_right {
    padding-top: 9.813rem;
  }
  #lineup .bg04 .lineup_right dl dt {
    margin: 0 1.563rem 0 0.625rem;
  }
  #lineup .lineup_right {
    width: 30%;
    margin-left: 60%;
  }
  #lineup .lineup_left {
    width: 30%;
    margin-left: 10%;
  }
  #lineup dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 28.125rem;
  }
  #lineup dl dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 3.438rem 0 1.875rem;
    width: 2.75rem;
  }
  #lineup dl dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.063rem;
    line-height: 2.25rem;
  }
  #lineup ul li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 750px) {
  #lineup .bg01 {
    background: url(../img/bg04_sp.jpg) no-repeat center top;
    background-size: 100%;
    height: 25.538rem;
  }
  #lineup .bg02 {
    background: url(../img/bg05_sp.png) no-repeat center top;
    background-size: 100%;
    height: 71.077rem;
    margin-top: -1.077rem;
  }
  #lineup .bg03 {
    background: url(../img/bg06_sp.png) no-repeat center top;
    background-size: 100%;
    height: 69.077rem;
  }
  #lineup .bg04 {
    background: url(../img/bg07_sp.png) no-repeat center top;
    background-size: 100%;
    height: 75.615rem;
  }
  #lineup dl {
    padding-top: 3.077rem;
  }
  #lineup dl dt {
    margin: 0 0 1.385rem;
  }
  #lineup dl dd {
    font-size: 1.231rem;
    line-height: 2rem;
    letter-spacing: 0.098rem;
    padding: 0 9.33%;
    margin-bottom: 2.462rem;
  }
  #lineup dl dd.tate {
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
            writing-mode: inherit;
  }
  #lineup ul {
    padding: 0 9.33%;
  }
  #lineup ul li:not(:last-child) {
    margin-bottom: 0.692rem;
  }
}

@media screen and (min-width: 751px) {
  footer {
    background: url(../img/bg08.jpg) no-repeat center top;
    background-size: 125rem;
  }
  footer .footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer_left {
    width: 50%;
    padding-top: 6.375rem;
  }
  footer .footer_left h2 {
    margin-bottom: 1.563rem;
  }
  footer .footer_left .footer_txt01 {
    font-weight: bold;
    font-size: 1.063rem;
    margin-bottom: 1.75rem;
  }
  footer .footer_left .footer_txt02 {
    font-size: 1.063rem;
    margin-bottom: 3.563rem;
  }
  footer .footer_left .footer_txt02 a {
    text-align: center;
    color: #ffffff;
    background: #c7b299;
    font-size: 1rem;
    width: 9.063rem;
    text-decoration: none;
    display: inline-block;
    width: 9.063rem;
    height: 1.5rem;
    line-height: 1.5rem;
    display: inline-block;
    margin-left: 0.625rem;
    position: relative;
  }
  footer .footer_left .footer_txt02 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.5rem;
    display: block;
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    border-top: 0.063rem solid #ffffff;
    border-right: 0.063rem solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer .footer_left .footer_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.375rem;
    margin-bottom: 2.063rem;
  }
  footer .footer_left .footer_sns li {
    width: 1.375rem;
  }
  footer .footer_left .footer_sns li:not(:last-child) {
    margin-right: 0.625rem;
  }
  footer .footer_left .footer_txt03 {
    width: 19.75rem;
  }
  footer .footer_right {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  footer {
    background: url(../img/bg08_sp.jpg) no-repeat center top;
    background-size: 100%;
    height: 55.423rem;
  }
  footer .footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  footer .footer_left h2 {
    margin-bottom: 1.154rem;
  }
  footer .footer_left .footer_txt01 {
    font-weight: bold;
    font-size: 1.077rem;
    text-align: center;
    margin-bottom: 1.308rem;
  }
  footer .footer_left .footer_txt02 {
    font-size: 1.077rem;
    line-height: 1.615rem;
    width: 80%;
    margin: 0 auto 1.346rem;
    text-align: center;
  }
  footer .footer_left .footer_txt02 a {
    display: block;
    width: 16.923rem;
    margin: 0.538rem auto 1rem;
    text-align: center;
    color: #ffffff;
    background: #c7b299;
    font-size: 1.077rem;
    text-decoration: none;
    display: block;
    height: 2.308rem;
    line-height: 2.308rem;
  }
  footer .footer_left .footer_txt02 a span {
    padding-right: 1.231rem;
    position: relative;
  }
  footer .footer_left .footer_txt02 a span:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.269rem;
    right: 0;
    display: block;
    width: 0.538rem;
    height: 0.538rem;
    border-top: 0.038rem solid #ffffff;
    border-right: 0.038rem solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer .footer_left .footer_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    right: 14.93%;
    z-index: 1;
    top: 14.769rem;
    width: 6.692rem;
  }
  footer .footer_left .footer_sns li {
    width: 2.692rem;
    height: 2.692rem;
  }
  footer .footer_left .footer_txt03 {
    text-align: left;
    padding-left: 2rem;
    display: block;
  }
  footer .footer_left .footer_txt04 {
    width: 80%;
    margin: 0 auto;
  }
  footer .footer_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2.615rem;
  }
}
/*# sourceMappingURL=style.css.map */