/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/assets/stylesheets/style.scss ***!
  \************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font: x-small;
  *font-size: small;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font: 100%;
  font-size: inherit;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.web_font_jp, body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.web_font_en, body.en, #header .right_area .lang, #header .in_wrap .bottom_area .lang, #footer .copy, .ttl_style .en {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 8%;
}

.web_font_jp_sans {
  font-family: sans-serif;
  letter-spacing: 16%;
  font-weight: 300;
}

.btn_style {
  font-size: 0.875rem;
}
.btn_style a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #fff;
  position: relative;
}
.btn_style a > div {
  display: flex;
  align-items: center;
}
.btn_style a > div .txt {
  position: relative;
  padding-right: 0.75rem;
  display: block;
}
.btn_style .arrow {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.btn_style .arrow.big {
  width: 6.875rem;
  height: 6.875rem;
}
.btn_style .arrow.big .arrow1, .btn_style .arrow.big .arrow2 {
  width: 7.5rem;
  height: 6.875rem;
  background: linear-gradient(#fff, #fff) center/7.125rem 1px no-repeat;
}
.btn_style .arrow.big .arrow1::before, .btn_style .arrow.big .arrow1::after, .btn_style .arrow.big .arrow2::before, .btn_style .arrow.big .arrow2::after {
  right: calc(50% - 3.625rem);
  width: 5rem;
}
.btn_style .arrow1, .btn_style .arrow2 {
  --ax: -50%;
  --ay: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1875rem;
  height: 1.125rem;
  background: linear-gradient(#fff, #fff) center/1.375rem 1px no-repeat;
  border-radius: 9999px;
  transform: translate(var(--ax), var(--ay)) rotate(-45deg);
  transform-origin: 50% 50%;
  will-change: transform;
}
.btn_style .arrow1::before, .btn_style .arrow1::after, .btn_style .arrow2::before, .btn_style .arrow2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 0.5625rem);
  width: 1rem;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.btn_style .arrow1::before, .btn_style .arrow2::before {
  transform: translateY(-0.5px) rotate(45deg);
}
.btn_style .arrow1::after, .btn_style .arrow2::after {
  transform: translateY(-0.5px) rotate(-45deg);
}
.btn_style .arrow2 {
  --ax: -200%;
  --ay: 100%;
}
.btn_style.type2 .arrow_wrap {
  position: relative;
}
.btn_style.type2 .arrow_wrap:before {
  display: block;
  content: "";
  width: 120%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -0.1875rem;
  left: -10%;
}
.btn_style.type2 .arrow {
  transform: rotate(135deg);
}
.btn_style.black .arrow1, .btn_style.black .arrow2 {
  background: linear-gradient(#031212, #031212) center/1.375rem 1px no-repeat;
}
.btn_style.black .arrow1::before, .btn_style.black .arrow1::after, .btn_style.black .arrow2::before, .btn_style.black .arrow2::after {
  background-color: #031212;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .btn_style {
    font-size: 3.3333333333vw;
  }
  .btn_style a > div .txt {
    padding-right: 1.9047619048vw;
  }
  .btn_style .arrow {
    width: 3.8095238095vw;
    height: 3.8095238095vw;
  }
  .btn_style .arrow.big {
    width: 26.1904761905vw;
    height: 26.1904761905vw;
  }
  .btn_style .arrow.big .arrow1,
  .btn_style .arrow.big .arrow2 {
    width: 28.5714285714vw;
    height: 26.1904761905vw;
    background: linear-gradient(#fff, #fff) center/27.1428571429vw 1px no-repeat;
  }
  .btn_style .arrow.big .arrow1::before, .btn_style .arrow.big .arrow1::after,
  .btn_style .arrow.big .arrow2::before,
  .btn_style .arrow.big .arrow2::after {
    right: calc(50% - 13.8095238095vw);
    width: 19.0476190476vw;
  }
  .btn_style .arrow1,
  .btn_style .arrow2 {
    width: 4.5238095238vw;
    height: 4.2857142857vw;
    background: linear-gradient(#fff, #fff) center/5.2380952381vw 1px no-repeat;
  }
  .btn_style .arrow1::before, .btn_style .arrow1::after,
  .btn_style .arrow2::before,
  .btn_style .arrow2::after {
    right: calc(50% - 2.1428571429vw);
    width: 3.8095238095vw;
  }
  .btn_style.type2 .arrow_wrap:before {
    width: 120%;
    bottom: -0.7142857143vw;
    left: -10%;
  }
  .btn_style.black .arrow1,
  .btn_style.black .arrow2 {
    background: linear-gradient(#031212, #031212) center/5.2380952381vw 1px no-repeat;
  }
}
.style_tate, #header .in_wrap .nav_area ul li {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 60%;
}

.fz_14 {
  line-height: 2.8;
  font-size: 0.875rem;
}

.fz_20, #header .in_wrap .nav_area ul li {
  line-height: 3;
  font-size: 1.25rem;
}

.fz_28 {
  line-height: 3.6;
  font-size: 1.75rem;
}

.en .style_tate, .en #header .in_wrap .nav_area ul li, #header .in_wrap .nav_area ul .en li {
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  letter-spacing: 8%;
}
.en .fz_14 {
  line-height: 1.4;
  font-size: 0.875rem;
}
.en .fz_20, .en #header .in_wrap .nav_area ul li, #header .in_wrap .nav_area ul .en li {
  line-height: 1.4;
  font-size: 1.25rem;
}
.en .fz_28 {
  line-height: 1.4;
  font-size: 1.75rem;
}
.en .en_fz_16 {
  font-size: 1rem;
  line-height: 2.2;
}
.en .en_fz_20 {
  font-size: 1.25rem;
}
.en .en_fz_28 {
  font-size: 1.75rem;
}
.en .en_fz_34 {
  font-size: 2.125rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .fz_14 {
    line-height: 2.8;
    font-size: 3.3333333333vw;
  }
  .fz_20, #header .in_wrap .nav_area ul li {
    line-height: 3;
    font-size: 4.7619047619vw;
  }
  .fz_28 {
    line-height: 3.6;
    font-size: 6.6666666667vw;
  }
  .en .sp_en_fz_14 {
    font-size: 3.3333333333vw;
    letter-spacing: 6%;
    line-height: 1.4;
  }
  .en .sp_en_fz_20 {
    font-size: 4.7619047619vw;
  }
}
.ttl_style .jp {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  display: block;
}
.ttl_style .en {
  font-size: 1.75rem;
  line-height: 1.4;
  display: block;
}
.ttl_style .en.mini {
  font-size: 1.25rem;
}

.en .ttl_style .en {
  font-size: 2.125rem;
  line-height: 1.4;
  display: block;
}
.en .ttl_style .en.mini {
  font-size: 1.75rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .ttl_style .jp {
    font-size: 6.6666666667vw;
    line-height: 1.4;
    margin-bottom: 2.380952381vw;
    display: block;
  }
  .ttl_style .en {
    font-size: 6.6666666667vw;
    line-height: 1.4;
    display: block;
  }
  .ttl_style .en.mini {
    font-size: 4.7619047619vw;
    padding-top: 3.3333333333vw;
  }
  .en .ttl_style .en {
    font-size: 6.6666666667vw;
  }
  .en .ttl_style .en.mini {
    font-size: 4.7619047619vw;
  }
}
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
* .none {
  display: none;
}

html {
  font-size: 1.1111111111vw;
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  html {
    font-size: 62.5%;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 16%;
  background: #291A14;
}
body.en {
  line-height: 1.6;
  letter-spacing: 8%;
}
body {
  transition: background 0.6s ease, color 0.6s ease;
}
body.litemode {
  background: #E0E0E0;
  color: #031212;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  body {
    font-size: 3.8095238095vw;
  }
  body.en {
    letter-spacing: 8%;
  }
}
/*------------------------------------------------------------
共通クラス
------------------------------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.inner {
  width: 100vw;
  box-sizing: border-box;
  margin-left: auto;
  position: relative;
  padding: 0 4.4444444444vw;
}

.inner2 {
  width: 100vw;
  box-sizing: border-box;
  margin-left: auto;
  position: relative;
  padding: 0 6.6666666667vw;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .inner, .inner2, .inner3 {
    max-width: none;
    width: 100%;
    padding: 0 5.7142857143vw;
  }
  .inner.sp_no_pd, .inner2.sp_no_pd, .inner3.sp_no_pd {
    padding: 0;
  }
  .inner.sp_20, .inner2.sp_20, .inner3.sp_20 {
    padding: 0 4.7619047619vw;
  }
  .inner.sp_60, .inner2.sp_60, .inner3.sp_60 {
    padding: 0 14.2857142857vw;
  }
  .inner.sp_38, .inner2.sp_38, .inner3.sp_38 {
    padding: 0 9.0476190476vw;
  }
}
img {
  width: 100%;
  height: auto;
  line-height: 1;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #wrapper {
    width: 100%;
  }
}
/*------------------------------------------------------------
#pageTransition
------------------------------------------------------------*/
/*------------------------------------------------------------
#header
------------------------------------------------------------*/
#header .logo {
  width: 2.1875rem;
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: 1rem;
  mix-blend-mode: difference;
}
#header .right_area {
  position: fixed;
  z-index: 1100;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  mix-blend-mode: difference;
}
#header .right_area .lang {
  display: flex;
  gap: 0.625rem;
  font-size: 0.875rem;
}
#header .right_area .lang li {
  position: relative;
}
#header .right_area .lang li.current {
  position: relative;
}
#header .right_area .lang li.current:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#header .right_area .nav-toggle {
  top: 0rem;
  cursor: pointer;
  z-index: 1110;
  position: relative;
  display: flex;
  align-items: center;
}
#header .right_area .nav-toggle .btn {
  position: relative;
  height: 100%;
  width: 100%;
  width: 2.5rem;
  height: 0.9375rem;
}
#header .right_area .nav-toggle .btn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#header .right_area .nav-toggle .btn span:nth-child(1) {
  margin-top: -6px;
}
#header .right_area .nav-toggle .btn span:nth-child(2) {
  margin-top: 6px;
}
#header .in_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  color: #031212;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.4s 0s ease;
}
#header .in_wrap:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #E0E0E0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  transition: opacity 0.4s 0s ease;
}
#header .in_wrap a {
  color: #031212;
}
#header .in_wrap .in_wrap_in {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  transition: opacity 0.2s 0s ease;
}
#header .in_wrap .nav_area {
  position: relative;
  z-index: 1000;
}
#header .in_wrap .nav_area ul {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.875rem;
}
#header .in_wrap .bottom_area .bottom_area_in {
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
}
#header .in_wrap .bottom_area .logo_area {
  gap: 3rem;
  display: flex;
}
#header .in_wrap .bottom_area .logo_area dt {
  display: flex;
}
#header .in_wrap .bottom_area .logo_area dt span {
  display: inline-block;
  padding-right: 1.5rem;
}
#header .in_wrap .bottom_area .logo_area dd {
  width: 18.75rem;
}
#header .in_wrap .bottom_area .btn_area {
  display: flex;
  gap: 1.875rem;
}
#header .in_wrap .bottom_area .lang {
  z-index: 1000;
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  gap: 0.625rem;
  font-size: 0.875rem;
}
#header .in_wrap .bottom_area .lang li {
  position: relative;
}
#header .in_wrap .bottom_area .lang li.current {
  position: relative;
}
#header .in_wrap .bottom_area .lang li.current:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #031212;
  position: absolute;
  bottom: 0;
  left: 0;
}
#header.open .right_area .logo, #header.open .right_area .btn_style, #header.open .right_area .lang {
  opacity: 0;
}
#header.open .right_area .logo a, #header.open .right_area .btn_style a, #header.open .right_area .lang a {
  pointer-events: none;
}
#header.open .nav-toggle .btn span {
  margin-left: -1.25rem;
}
#header.open .nav-toggle .btn span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}
#header.open .nav-toggle .btn span:nth-child(2) {
  margin-top: 0;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
#header.open .nav-toggle .btn span:nth-child(3) {
  opacity: 0;
}
#header.open .in_wrap {
  transform: translateY(0%);
}
#header.open .in_wrap:before {
  opacity: 1;
}
#header.open .in_wrap_in {
  opacity: 1;
  transition: opacity 1s 0.4s ease;
}

.en #header .in_wrap .in_wrap_in {
  justify-content: flex-start;
}
.en #header .in_wrap .nav_area ul {
  display: block;
  gap: 0;
  padding-left: 6.875rem;
}
.en #header .in_wrap .nav_area ul li {
  margin-bottom: 4rem;
}
.en #header .in_wrap .bottom_area .bottom_area_in {
  align-items: flex-end;
}
.en #header .in_wrap .bottom_area .logo_area dt {
  line-height: 1.44;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #header .logo {
    width: 16.6666666667vw;
    left: 3.8095238095vw;
    top: 3.8095238095vw;
  }
  #header .right_area {
    top: 3.8095238095vw;
    right: 3.8095238095vw;
    gap: 7.619047619vw;
  }
  #header .right_area .btn_style {
    font-size: 2.8571428571vw;
  }
  #header .right_area .lang {
    gap: 2.380952381vw;
    font-size: 2.8571428571vw;
  }
  #header .right_area .lang li.current:before {
    bottom: 0;
  }
  #header .right_area .nav-toggle .btn {
    width: 9.5238095238vw;
    height: 3.5714285714vw;
  }
  #header .right_area .nav-toggle .btn span:nth-child(1) {
    margin-top: -6px;
  }
  #header .right_area .nav-toggle .btn span:nth-child(2) {
    margin-top: 6px;
  }
  #header .in_wrap .in_wrap_in {
    align-items: flex-start;
  }
  #header .in_wrap .in_logo {
    position: absolute;
    left: 3.8095238095vw;
    top: 3.8095238095vw;
    width: 40.9523809524vw;
  }
  #header .in_wrap .nav_area ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vh 14.2857142857vw;
    padding: 20vh 11.9047619048vw 0;
  }
  #header .in_wrap .bottom_area {
    position: absolute;
    width: 100%;
    padding: 0 3.8095238095vw 3.8095238095vw;
    box-sizing: border-box;
    bottom: 0;
  }
  #header .in_wrap .bottom_area .bottom_area_in {
    position: initial;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 0;
  }
  #header .in_wrap .bottom_area .logo_area {
    gap: 0;
    display: block;
  }
  #header .in_wrap .bottom_area .logo_area dt span {
    padding-right: 0;
    padding-bottom: 2.8571428571vw;
  }
  #header .in_wrap .bottom_area .logo_area dd {
    width: 71.4285714286vw;
  }
  #header .in_wrap .bottom_area .btn_area {
    display: block;
    gap: 0;
    margin-bottom: 9.5238095238vw;
  }
  #header .in_wrap .bottom_area .btn_area li {
    margin-bottom: 4.7619047619vw;
  }
  #header .in_wrap .bottom_area .btn_area li:last-child {
    margin-bottom: 0;
  }
  #header .in_wrap .bottom_area .btn_area li .btn_style .txt {
    width: 42.8571428571vw;
  }
  #header .in_wrap .bottom_area .lang {
    top: 0vw;
    left: auto;
    right: 3.8095238095vw;
    gap: 4.7619047619vw;
    font-size: 4.7619047619vw;
  }
  #header.open .nav-toggle .btn span {
    margin-left: -4.7619047619vw;
  }
  #header.open .nav-toggle .btn span:nth-child(1) {
    margin-top: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  #header.open .nav-toggle .btn span:nth-child(2) {
    margin-top: 0;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .en #header .in_wrap .in_wrap_in {
    justify-content: flex-start;
  }
  .en #header .in_wrap .nav_area ul {
    display: block;
    gap: 0;
    padding: 22vh 0 0 4.7619047619vw;
  }
  .en #header .in_wrap .nav_area ul li {
    margin-bottom: 7.619047619vw;
    font-size: 4.7619047619vw;
  }
  .en #header .in_wrap .bottom_area .bottom_area_in {
    align-items: flex-start;
  }
  .en #header .in_wrap .bottom_area .logo_area dt {
    line-height: 1.44;
    display: block;
    font-size: 3.3333333333vw;
    margin-bottom: 4.7619047619vw;
  }
  .en #header .in_wrap .bottom_area .logo_area dt span {
    display: block;
  }
  .en #header .in_wrap .bottom_area .btn_area li .btn_style .txt {
    width: 26.1904761905vw;
  }
}
/*------------------------------------------------------------
#footer
------------------------------------------------------------*/
#footer {
  padding: 5.5555555556vw 0 1.3888888889vw;
}
#footer .top_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125rem;
}
#footer .top_area .logo {
  width: 12.5rem;
}
#footer .top_area .out_txt dl {
  display: flex;
}
#footer .top_area .out_txt dl dt {
  margin-right: 1.25rem;
}
#footer .copy {
  display: block;
  text-align: center;
  font-size: 0.875rem;
}

.en #footer .out_txt dl {
  display: block;
}
.en #footer .out_txt dl dt {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #footer {
    padding: 16.6666666667vw 0 4.7619047619vw;
  }
  #footer .top_area {
    display: block;
    margin-bottom: 11.9047619048vw;
    text-align: left;
  }
  #footer .top_area .logo {
    width: 47.619047619vw;
    margin-bottom: 11.9047619048vw;
  }
  #footer .top_area .out_txt {
    margin-bottom: 11.9047619048vw;
  }
  #footer .top_area .out_txt dl {
    display: flex;
  }
  #footer .top_area .out_txt dl dt {
    margin-right: 4.7619047619vw;
    width: 9.5238095238vw;
  }
  #footer .top_area .out_txt dl dd {
    width: calc(100% - 14.2857142857vw);
  }
  #footer .top_area .pp {
    margin-bottom: 14.2857142857vw;
    display: flex;
    justify-content: flex-start;
  }
  #footer .copy {
    text-align: left;
    font-size: 3.3333333333vw;
  }
  .en #footer .top_area .out_txt dl {
    font-size: 3.3333333333vw;
  }
  .en #footer .top_area .out_txt dl dt {
    width: 16.6666666667vw;
  }
  .en #footer .top_area .out_txt dl dd {
    width: calc(100% - 21.4285714286vw);
  }
}

/*# sourceMappingURL=style.css.map*/