/*!************************************************************************************************************************************************************************************!*\
  !*** 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_en, #footer .bottom_area .left_area dl dt, #footer .bottom_area .right_area small, .ttl_style2 .num, .ttl_style .en {
  font-family: "Switzer", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.cv_btn_style {
  width: 100%;
  height: 3.75rem;
  background: #555555;
  border-radius: 1000px;
  overflow: hidden;
  font-size: 0.875rem;
}
.cv_btn_style.cs a {
  pointer-events: none;
  opacity: 1;
}
.cv_btn_style.white {
  background: none;
  border: 1px solid #fff;
}
.cv_btn_style.round {
  width: 6.875rem;
  height: 6.875rem;
  font-size: 0.8125rem;
}
.cv_btn_style.round a > div {
  position: relative;
  padding-top: 1.375rem;
}
.cv_btn_style.round a > div .jp {
  padding-left: 0.625rem;
  padding-right: 0.0625rem;
  position: initial;
  letter-spacing: 0;
}
.cv_btn_style.round a > div .jp:before {
  width: 1.5rem;
  height: 1.1875rem;
  background: url(../images/top/icon_amazon_w.png) left top no-repeat;
  background-size: 1.5rem 1.1875rem;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.cv_btn_style.round a > div .arrow {
  position: relative;
  right: auto;
  top: auto;
  transform: translate(0, 0) scale(0.8);
  margin-top: 0.25rem;
}
.cv_btn_style a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.cv_btn_style a > div {
  display: flex;
  align-items: center;
}
.cv_btn_style a > div .jp {
  position: relative;
  padding-left: 2.25rem;
}
.cv_btn_style a > div .jp:before {
  display: block;
  content: "";
  width: 1.1875rem;
  height: 1rem;
  background: url(../images/top/icon_amazon_w_mini.png) left top no-repeat;
  background-size: 1.1875rem 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.cv_btn_style a > div .arrow {
  width: 0.875rem;
  height: 0.875rem;
  display: flex;
  align-items: center;
  opacity: 0.4;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
}
.cv_btn_style a > div .arrow1,
.cv_btn_style a > div .arrow2 {
  --ax: -50%;
  --ay: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1875rem;
  height: 1.125rem;
  background: linear-gradient(#fff, #fff) center/0.75rem 1px no-repeat;
  border-radius: 9999px;
  transform: translate(var(--ax), var(--ay)) rotate(-45deg);
  transform-origin: 50% 50%;
  will-change: transform;
}
.cv_btn_style a > div .arrow1::before, .cv_btn_style a > div .arrow1::after,
.cv_btn_style a > div .arrow2::before,
.cv_btn_style a > div .arrow2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 0.375rem);
  width: 0.5625rem;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.cv_btn_style a > div .arrow1::before,
.cv_btn_style a > div .arrow2::before {
  transform: translateY(-0.5px) rotate(45deg);
}
.cv_btn_style a > div .arrow1::after,
.cv_btn_style a > div .arrow2::after {
  transform: translateY(-0.5px) rotate(-45deg);
}
.cv_btn_style a > div .arrow2 {
  --ax: -200%;
  --ay: 100%;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .cv_btn_style {
    height: 15.3846153846vw;
    font-size: 3.3333333333vw;
  }
  .cv_btn_style.round {
    width: 33.3333333333vw;
    height: 10.2564102564vw;
    font-size: 3.0769230769vw;
  }
  .cv_btn_style.round a > div {
    padding-top: 0;
    padding-left: 2.8205128205vw;
    display: flex;
  }
  .cv_btn_style.round a > div .jp {
    padding-left: 4.6153846154vw;
    padding-right: 2.0512820513vw;
    padding-bottom: 0.5128205128vw;
  }
  .cv_btn_style.round a > div .jp:before {
    width: 4.358974359vw;
    height: 3.3333333333vw;
    background: url(../images/top/icon_amazon_w.png) left top no-repeat;
    background-size: 4.358974359vw 3.3333333333vw;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .cv_btn_style.round a > div .arrow {
    margin-top: 0.5128205128vw;
  }
  .cv_btn_style a > div .jp {
    padding-left: 8.2051282051vw;
  }
  .cv_btn_style a > div .jp:before {
    width: 4.8717948718vw;
    height: 3.9743589744vw;
    background: url(../images/top/icon_amazon_w_mini.png) left top no-repeat;
    background-size: 4.8717948718vw 3.9743589744vw;
  }
  .cv_btn_style a > div .arrow {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    right: 5.1282051282vw;
  }
  .cv_btn_style a > div .arrow1,
  .cv_btn_style a > div .arrow2 {
    width: 4.8717948718vw;
    height: 4.6153846154vw;
    background: linear-gradient(#fff, #fff) center/3.0769230769vw 1px no-repeat;
  }
  .cv_btn_style a > div .arrow1::before, .cv_btn_style a > div .arrow1::after,
  .cv_btn_style a > div .arrow2::before,
  .cv_btn_style a > div .arrow2::after {
    right: calc(50% - 1.5384615385vw);
    width: 2.3076923077vw;
  }
}
.ttl_bace, #footer .bottom_area .left_area dl dd, .ttl_style3, .ttl_style2 .jp {
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 10%;
}

.ttl_style {
  margin-bottom: 8.125rem;
}
.ttl_style .en {
  font-size: 3.5rem;
  margin-bottom: 1.25rem;
  font-weight: 200;
  display: block;
  line-height: 1;
}
.ttl_style .jp {
  font-size: 0.8125rem;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .ttl_style {
    margin-bottom: 25.641025641vw;
  }
  .ttl_style .en {
    font-size: 12.3076923077vw;
    margin-bottom: 2.5641025641vw;
  }
  .ttl_style .jp {
    font-size: 3.0769230769vw;
  }
}
.ttl_style2 .num {
  font-size: 0.8125rem;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  display: block;
  line-height: 1;
}
.ttl_style2 .jp {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .ttl_style2 .num {
    font-size: 2.8205128205vw;
    margin-bottom: 5.1282051282vw;
  }
  .ttl_style2 .jp {
    font-size: 5.3846153846vw;
    margin-bottom: 9.2307692308vw;
  }
}
.ttl_style3 {
  font-size: 2.5rem;
  font-weight: 200;
  letter-spacing: 4%;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .ttl_style3 {
    font-size: 8.7179487179vw;
  }
}
.splitTTlWrapLine {
  overflow: hidden;
  line-height: 0.9;
  padding: 1rem 0 1rem;
}

.splitLine {
  overflow: hidden;
  display: block;
}
.splitLine .line {
  position: relative;
  opacity: 1;
  transform: translate(0, 0);
}

.char {
  display: inline-block;
  position: relative;
  transform-origin: "50% 100%";
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .splitTTlWrapLine {
    overflow: hidden;
    padding: 1.4102564103vw 0 1.4102564103vw;
    margin-bottom: -2.8205128205vw;
  }
}
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
* .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-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.85;
  color: #555555;
  font-feature-settings: "palt";
  letter-spacing: 2%;
  font-style: normal;
  background: #f4f3f1;
}

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

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

.sp {
  display: none;
}

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

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

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

@media screen and (max-width: 736px) and (orientation: portrait) {
  .inner, .inner2, .inner3 {
    max-width: none;
    width: 100%;
    padding: 0 5.1282051282vw;
  }
  .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 2.5641025641vw;
  }
  .inner.sp_60, .inner2.sp_60, .inner3.sp_60 {
    padding: 0 7.6923076923vw;
  }
  .inner.sp_38, .inner2.sp_38, .inner3.sp_38 {
    padding: 0 4.8717948718vw;
  }
}
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 {
  position: fixed;
  width: 10vw;
  height: 100vh;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 3.75rem 0;
  display: flex;
  justify-content: flex-end;
  opacity: 1;
  transition: opacity 0.3s ease, z-index 0.1s 0.3s ease;
}
#header.styleA .nav_area a {
  color: #999999;
}
#header.styleB {
  opacity: 0;
  z-index: -1;
}
#header.styleB .nav_area {
  opacity: 0;
}
#header.styleB .nav_area a {
  pointer-events: none;
}
#header.styleB .cv_btn_style {
  opacity: 0;
}
#header.styleB .cv_btn_style a {
  pointer-events: none;
}
#header .header_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#header .logo {
  width: 5.875rem;
  margin: 0 auto;
}
#header .nav_area {
  margin-bottom: 2.75rem;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease;
}
#header .nav_area a {
  color: #dbdad9;
}
#header .nav_area li {
  margin-bottom: 0.1875rem;
  letter-spacing: 0;
  position: relative;
}
#header .nav_area li:before {
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #555555;
  position: absolute;
  top: 50%;
  left: -0.875rem;
  transform: translate(0, -50%);
  border-radius: 100px;
  opacity: 0;
}
#header .nav_area li.current a {
  color: #999;
}
#header .nav_area li.current:before {
  opacity: 1;
}
#header .cv_btn_style {
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #header {
    position: initial;
    width: auto;
    height: auto;
    padding: 0 0;
    display: block;
  }
  #header.styleA .nav_area a {
    color: #fff;
  }
  #header.styleB .nav_area {
    opacity: 1;
  }
  #header.styleB .nav_area a {
    pointer-events: auto;
  }
  #header.styleB .cv_btn_style {
    opacity: 1;
  }
  #header.styleB .cv_btn_style a {
    pointer-events: auto;
  }
  #header .header_inner {
    display: block;
    height: auto;
  }
  #header .logo {
    position: fixed;
    z-index: 1000;
    width: 17.6923076923vw;
    margin: 0;
    top: 8.7179487179vw;
    left: 5.1282051282vw;
  }
  #header .nav_area {
    margin-bottom: 0;
    display: block;
    position: fixed;
    width: 70vw;
    height: 100vh;
    background: #555555;
    top: 0;
    right: 0;
    right: -70vw;
    z-index: 1010;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: right 0.3s ease;
  }
  #header .nav_area ul {
    padding-left: 7.6923076923vw;
  }
  #header .nav_area a {
    color: #fff;
  }
  #header .nav_area li {
    margin-bottom: 1.5384615385vw;
    letter-spacing: 0;
    position: relative;
    font-size: 5.1282051282vw;
  }
  #header .nav_area li:before {
    display: none;
  }
  #header .cv_btn_style {
    position: fixed;
    top: 8.7179487179vw;
    right: 17.9487179487vw;
    z-index: 1000;
  }
  #header .nav-toggle {
    top: 12.0512820513vw;
    right: 5.1282051282vw;
    width: 6.6666666667vw;
    height: 1.7948717949vw;
    cursor: pointer;
    z-index: 1030;
    position: fixed;
  }
  #header .nav-toggle div {
    position: relative;
    height: 100%;
    width: 100%;
  }
  #header .nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #555555;
    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 .nav-toggle span:nth-child(1) {
    margin-top: -3px;
  }
  #header .nav-toggle span:nth-child(2) {
    margin-top: 3px;
  }
  #header.open .nav_area {
    right: 0;
  }
  #header.open .nav_area a {
    color: #fff !important;
  }
  #header.open .nav-toggle span {
    margin-left: -3.4615384615vw;
    background: #fff;
  }
  #header.open .nav-toggle span:nth-child(1) {
    margin-top: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  #header.open .nav-toggle span:nth-child(2) {
    margin-top: 0;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
/*------------------------------------------------------------
#footer
------------------------------------------------------------*/
#footer {
  background: #393939;
  color: #fff;
  padding: 7.5rem 0 4.5rem;
}
#footer a {
  color: #fff;
}
#footer .top_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12.5rem;
}
#footer .top_area .sns_area {
  display: flex;
}
#footer .top_area .sns_area li {
  margin-right: 1.25rem;
}
#footer .top_area .logo {
  width: 5.875rem;
}
#footer .bottom_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .bottom_area .left_area dl dt {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
#footer .bottom_area .left_area dl dd {
  font-size: 1.125rem;
}
#footer .bottom_area .right_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25.2777777778vw;
}
#footer .bottom_area .right_area ul {
  display: flex;
  gap: 2.5vw;
}
#footer .bottom_area .right_area ul li {
  font-size: 0.8125rem;
  font-weight: 500;
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  #footer {
    padding: 12.8205128205vw 0 9.2307692308vw;
    box-sizing: border-box;
  }
  #footer .top_area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 51.2820512821vw;
  }
  #footer .top_area .sns_area {
    display: flex;
  }
  #footer .top_area .sns_area li {
    margin-right: 2.5641025641vw;
  }
  #footer .top_area .logo {
    width: 17.9487179487vw;
  }
  #footer .bottom_area {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
  }
  #footer .bottom_area .left_area dl dt {
    font-size: 11.7948717949vw;
    line-height: 1.2;
    margin-bottom: 7.6923076923vw;
  }
  #footer .bottom_area .left_area dl dd {
    font-size: 3.8461538462vw;
  }
  #footer .bottom_area .right_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 25.641025641vw;
  }
  #footer .bottom_area .right_area ul {
    display: flex;
    gap: 4.6153846154vw;
  }
  #footer .bottom_area .right_area ul li {
    font-size: 2.8205128205vw;
  }
}

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