@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  Z-index Settings
------------------------ */
/* ------------------------
  reset
------------------------ */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

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

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  word-wrap: break-word; 
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.-isMenuOpenend {
  overflow: hidden;
}

a {
  text-decoration: underline; 
  color: #5a2781;
}
a:visited {
  color: #5a2781;
}
a:hover {
  text-decoration: none; 
  color: #5a2781;
}
a:active {
  text-decoration: none; 
  color: #5a2781;
}
a[href^="tel:"]:hover {
  color: #5a2781;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-existing-content {
  box-sizing: content-box;

          font-smoothing: auto;
  -webkit-font-smoothing: auto;
}
.u-existing-content h1,
.u-existing-content h2,
.u-existing-content h3,
.u-existing-content h4,
.u-existing-content p,
.u-existing-content table,
.u-existing-content ul,
.u-existing-content ol,
.u-existing-content dl,
.u-existing-content dt,
.u-existing-content dd,
.u-existing-content .feature_h2,
.u-existing-content .useful_blk03,
.u-existing-content .onepointBox,
.u-existing-content .blk03_02 h3 {
  font-family: "Noto Sans JP","メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .u-existing-content {
    font-size: auto;
  }
}

.u-indent {
  margin-left: -0.25em;
}
@media (min-width: 768px) {
  .u-indent {
    margin-left: -0.5em;
  }
}

.u-notextwrap {
  display: inline-block;
}

.strengths-wrap {
  padding: 30px 30px 20px; 
  background-color: #fff;
}
@media (min-width: 768px) {
  .strengths-wrap {
    padding: 3.66032vw 2.92826vw;
  }
}
@media (min-width: 1024px) {
  .strengths-wrap {
    padding: 50px 40px;
  }
}

@media (min-width: 768px) {
  .strengths-inner {
    position: relative; 
    padding: 5.12445vw 3.66032vw 2.48902vw;
    background-color: #fff;
  }
}

@media (min-width: 1024px) {
  .strengths-inner {
    padding: 70px 50px 34px;
  }
}

.strengths-ttl {
  text-align: center;
}
.strengths-ttl a {
  display: block;
  margin: 0 auto;
  width: 32.4vw;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .strengths-ttl a {
    width: 100%;
  }
}
.strengths-ttl a:hover {
  opacity: 0.8; 
  transition: all 0.2s ease-in;
}

.strengths-list {
  margin-top: 5.33333vw;
}
@media (min-width: 768px) {
  .strengths-list {
    display: flex;
    margin: 2.19619vw auto 0;
    width: 70.3125vw; 
    max-width: 900px;

    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .strengths-list {
    margin-top: 30px; 
    width: 100%;
  }
}
@media (min-width: 768px) {
  .strengths-list li {
    width: 49%;
  }
}
.strengths-list li a {
  display: block;
  position: relative;
  border: 0.26667vw solid #60268d;
  border-radius: 1.33333vw;
  transition: all 0.2s ease-in;
  text-decoration: none;
  box-shadow: 0px 0px 6px rgba(89, 89, 89, 0.6);
}
@media (min-width: 768px) {
  .strengths-list li a {
    border-width: 2px;
    border-radius: 0.36603vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list li a {
    border-radius: 5px;
  }
}
.strengths-list li a:hover {
  opacity: 0.8; 
  transition: all 0.2s ease-in;
}
.strengths-list li + li {
  margin-top: 2.4vw;
}
@media (min-width: 768px) {
  .strengths-list li + li {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .strengths-list li:nth-child(n + 3) {
    margin-top: 1.46413vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
.strengths-list li.-sub a {
  border: none;
}
.strengths-list .icon {
  z-index: 1; 
  width: 10.66667vw;
  height: 10.66667vw;
}
@media (min-width: 768px) {
  .strengths-list .icon {
    width: 4.68521vw;
    height: 4.68521vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list .icon {
    width: 64px;
    height: 64px;
  }
}
.strengths-list .text-wrap {
  display: flex;
  position: relative;
  padding: 1.33333vw 12vw 1.33333vw 2.66667vw; 

  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .strengths-list .text-wrap {
    padding: 1.46413vw 4.09956vw 1.46413vw 1.68375vw;
    height: 7.32064vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list .text-wrap {
    padding: 20px 56px 20px 23px;
    height: 100px;
  }
}
.strengths-list .text-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
  width: 5.33333vw;
  height: auto;
  background: url(../../assets/img/common/icon_sub-purple_arw.png) no-repeat center;
  background-size: 5.33333vw auto;
}
@media (min-width: 768px) {
  .strengths-list .text-wrap::after {
    right: 1.39092vw; 
    width: 2.05371vw;
    background-size: 2.05371vw auto;
  }
}
@media (min-width: 1024px) {
  .strengths-list .text-wrap::after {
    right: 19px; 
    width: 26px;
    background-size: 26px auto;
  }
}
.strengths-list .text-wrap #text-wrap_01 {
  width: 12.66667vw;
  height: 14.4vw;
}
@media (min-width: 768px) {
  .strengths-list .text-wrap #text-wrap_01 {
    width: 4.61201vw;
    height: 5.41728vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list .text-wrap #text-wrap_01 {
    width: 63px;
    height: 74px;
  }
}
.strengths-list .text-wrap #text-wrap_02 {
  width: 13.6vw;
  height: 12.8vw;
}
@media (min-width: 768px) {
  .strengths-list .text-wrap #text-wrap_02 {
    width: 5.05124vw;
    height: 4.75842vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list .text-wrap #text-wrap_02 {
    width: 69px;
    height: 65px;
  }
}
.strengths-list .text-wrap #text-wrap_03 {
  width: 12.26667vw;
  height: 12.66667vw;
}
@media (min-width: 768px) {
  .strengths-list .text-wrap #text-wrap_03 {
    width: 4.90483vw;
    height: 5.12445vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list .text-wrap #text-wrap_03 {
    width: 67px;
    height: 70px;
  }
}
.strengths-list .text-wrap #text-wrap_04 {
  width: 11.46667vw;
  height: 11.06667vw;
}
@media (min-width: 768px) {
  .strengths-list .text-wrap #text-wrap_04 {
    width: 4.61201vw;
    height: 4.61201vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list .text-wrap #text-wrap_04 {
    width: 63px;
    height: 63px;
  }
}
.strengths-list .text-wrap #text-wrap_05 {
  width: 14.13333vw;
  height: 12.4vw;
}
@media (min-width: 768px) {
  .strengths-list .text-wrap #text-wrap_05 {
    width: 5.41728vw;
    height: 4.75842vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list .text-wrap #text-wrap_05 {
    width: 74px;
    height: 65px;
  }
}
.strengths-list .text-wrap p {
  margin-bottom: 0;
  margin-left: 2.66667vw; 
  color: #592a83;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.33;

  flex: 1 0 30%;
}
@media (min-width: 768px) {
  .strengths-list .text-wrap p {
    margin-left: 0.73206vw; 
    text-align: left;
    font-size: 1.31772vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list .text-wrap p {
    margin-left: 10px; 
    font-size: 18px;
  }
}
.strengths-list .text-wrap p span {
  font-size: 6.4vw;
}
@media (min-width: 768px) {
  .strengths-list .text-wrap p span {
    font-size: 1.75695vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list .text-wrap p span {
    font-size: 24px;
  }
}

/* 5ページのみリンク部分のopacity */
.feature01 .strengths-list .feature01.-list01 a {
  opacity: 0.4;
}

.feature02 .strengths-list .feature02.-list02 a {
  opacity: 0.4;
}

.feature03 .strengths-list .feature03.-list03 a {
  opacity: 0.4;
}

.feature04 .strengths-list .feature04.-list04 a {
  opacity: 0.4;
}

.feature05 .strengths-list .feature05.-list05 a {
  opacity: 0.4;
}

.strengths-list-sub {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .strengths-list-sub {
    margin: 0 auto 0 0;
    max-width: 22.91667vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list-sub {
    max-width: 440px;
  }
}
@media (min-width: 768px) {
  .strengths-list-sub li {
    display: inline-block; 
    width: 100%;
  }
}
.strengths-list-sub li a {
  display: block;
  position: relative;
  padding-left: 2.66667vw;
  text-decoration: none;
  letter-spacing: -0.5px;
  color: #333;
  box-shadow: none; 
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .strengths-list-sub li a {
    display: flex;
    padding-left: 1.75695vw; 
    font-size: 1.31772vw;
  }
}
@media (min-width: 1024px) {
  .strengths-list-sub li a {
    padding-left: 24px; 
    font-size: 18px;
  }
}
.strengths-list-sub li a:hover {
  text-decoration: underline;
}
.strengths-list-sub li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8vw;
  right: 0;
  bottom: 0;
  left: 0.26667vw;
  margin: auto;
  margin: auto 0; 
  width: 0.26667vw;
  height: 1.33333vw;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  background-color: #333;
  background-size: 0.26667vw auto;
}
@media (min-width: 768px) {
  .strengths-list-sub li a::before {
    top: 2px; 
    width: 2px;
    height: 10px;
  }
}
.strengths-list-sub li a::after {
  content: "";
  display: block;
  position: absolute;
  top: -1.06667vw;
  right: 0;
  bottom: 0;
  left: 0.26667vw;
  margin: auto;
  margin: auto 0; 
  width: 0.26667vw;
  height: 1.33333vw;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  background-color: #333;
  background-size: 0.26667vw auto;
}
@media (min-width: 768px) {
  .strengths-list-sub li a::after {
    top: -8px; 
    width: 2px;
    height: 10px;
  }
}
.strengths-list-sub li + li {
  margin-top: 0;
}

/* 〜とはエリア */
.inner-box {
  padding: 30px 20px 20px; 
  background-color: #a5a5c8;
}
@media (min-width: 768px) {
  .inner-box {
    padding: 3.66032vw;
  }
}
@media (min-width: 1024px) {
  .inner-box {
    padding: 50px;
  }
}
.inner-box .u-existing-content {
  padding: 2.66667vw; 
  background-color: #fff;
}

/* アレグラのヒミツ エリア */
.himitsu-wrap {
  padding: 13.33333vw 7.46667vw 13.06667vw; 
  background: url(../../assets/img/common/icon_allegra.png) #4d1f63 no-repeat 64.8vw 3.73333vw;
  background-size: 66.66667vw auto;
}
@media (min-width: 768px) {
  .himitsu-wrap {
    padding: 5.85652vw 0 3.66032vw; 
    background-position: 7.46706vw -6.44217vw;
    background-size: 28.55051vw auto;
  }
}
@media (min-width: 1024px) {
  .himitsu-wrap {
    padding: 80px 0 50px; 
    background-position: 102px -88px;
    background-size: 390px auto;
  }
}
.himitsu-wrap .himitsu-ttl {
  margin: 0 auto; 
  width: 61.86667vw;
}
@media (min-width: 768px) {
  .himitsu-wrap .himitsu-ttl {
    width: 100%;
  }
}

.himitsu-list {
  display: flex;
  margin-top: 8.26667vw;

  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .himitsu-list {
    margin: 2.19619vw auto 0; 
    max-width: 46.12006vw;
  }
}
@media (min-width: 1024px) {
  .himitsu-list {
    margin-top: 30px; 
    max-width: 630px;
  }
}
.himitsu-list li {
  width: 47.5%; 
  background-color: #fff3d2;
}
@media (min-width: 768px) {
  .himitsu-list li {
    width: 48.4%;
  }
}
.himitsu-list li a {
  display: block;
  position: relative;
  padding: 4.8vw 0 2.93333vw 0;
  height: 29.33333vw;
  transition: all 0.2s ease-in; 
  text-align: center;
  text-decoration: none;
  letter-spacing: -2px;
  color: #592a83;
  font-size: 4.26667vw;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .himitsu-list li a {
    padding: 2.04978vw 0 1.46413vw 0;
    height: 7.32064vw; 
    font-size: 1.61054vw;
  }
}
@media (min-width: 1024px) {
  .himitsu-list li a {
    padding: 28px 0 20px 0;
    height: 100px; 
    font-size: 22px;
  }
}
.himitsu-list li a span {
  display: block;
  font-size: 5.86667vw;
}
@media (min-width: 768px) {
  .himitsu-list li a span {
    font-size: 2.34261vw;
  }
}
@media (min-width: 1024px) {
  .himitsu-list li a span {
    font-size: 32px;
  }
}
.himitsu-list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -18.66667vw;
  left: 0;
  margin: auto;
  width: 5.33333vw;
  height: auto;
  background: url(../../assets/img/common/icon_purple_arw.png) no-repeat center;
  background-size: 5.33333vw auto;
}
@media (min-width: 768px) {
  .himitsu-list li a::after {
    right: 1.39092vw;
    bottom: 0;
    left: auto; 
    width: 2.05371vw;
    background-size: 2.05371vw auto;
  }
}
@media (min-width: 1024px) {
  .himitsu-list li a::after {
    right: 19px; 
    width: 26px;
    background-size: 26px auto;
  }
}
.himitsu-list li a:hover {
  opacity: 0.8; 
  transition: all 0.2s ease-in;
}
.himitsu-list li:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .himitsu-list li:first-child a {
    height: 9.37042vw;
  }
}
@media (min-width: 1024px) {
  .himitsu-list li:first-child a {
    height: 128px;
  }
}
.himitsu-list li:first-child a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
  margin: 0 0 0 auto; 
  width: 5.33333vw;
  height: auto;
  background: url(../../assets/img/common/icon_purple_arw.png) no-repeat center;
  background-size: 5.33333vw auto;
}
@media (min-width: 768px) {
  .himitsu-list li:first-child a::after {
    right: 1.39092vw;
    left: auto; 
    width: 2.05371vw;
    background-size: 2.05371vw auto;
  }
}
@media (min-width: 1024px) {
  .himitsu-list li:first-child a::after {
    right: 19px; 
    width: 26px;
    background-size: 26px auto;
  }
}
.himitsu-list li:nth-child(2) a {
  top: -2.13333vw;
}
@media (min-width: 768px) {
  .himitsu-list li:nth-child(2) a {
    top: auto;
    padding: 1.39092vw; 
    height: 9.37042vw;
  }
}
@media (min-width: 1024px) {
  .himitsu-list li:nth-child(2) a {
    padding: 19px 0 0 0; 
    height: 98px;
  }
}
.himitsu-list li:nth-child(2) a::after {
  bottom: -23.2vw;
}
@media (min-width: 768px) {
  .himitsu-list li:nth-child(2) a::after {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .himitsu-list li:nth-child(3) a {
    padding: 2.56223vw 3.66032vw 1.46413vw 0;
  }
}
@media (min-width: 1024px) {
  .himitsu-list li:nth-child(3) a {
    padding: 35px 50px 20px 0;
  }
}
.himitsu-list li:nth-child(n + 2) {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .himitsu-list li:nth-child(n + 2) {
    margin-top: 1.46413vw;
  }
}
@media (min-width: 1024px) {
  .himitsu-list li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.himitsu-list li:nth-child(n + 3) {
  margin-left: 4vw;
}
@media (min-width: 768px) {
  .himitsu-list li:nth-child(n + 3) {
    margin-left: 1.46413vw;
  }
}
@media (min-width: 1024px) {
  .himitsu-list li:nth-child(n + 3) {
    margin-left: 20px;
  }
}

/* qa エリア */
.qa-wrap {
  padding: 12.26667vw 0 13.33333vw; 
  background-color: #ebe6f2;
  text-align: center;
}
@media (min-width: 768px) {
  .qa-wrap {
    padding: 0 0 5.12445vw; 
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .qa-wrap {
    padding: 0 0 70px;
  }
}
.qa-wrap .qa-ttl {
  margin: 0 auto; 
  width: 85%;
  text-align: center;
}
@media (min-width: 768px) {
  .qa-wrap .qa-ttl {
    width: 100%;
    text-align: center;
  }
}
.qa-wrap .qa-txt {
  margin-top: 2.66667vw;
  margin-bottom: 7.46667vw;
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .qa-wrap .qa-txt {
    margin-top: 1.1713vw;
    margin-bottom: 2.34261vw; 
    font-size: 1.46413vw;
  }
}
@media (min-width: 1024px) {
  .qa-wrap .qa-txt {
    margin-top: 16px;
    margin-bottom: 32px; 
    font-size: 20px;
  }
}
.qa-wrap .txt-btn {
  padding: 0 18.66667vw 0;
}
@media (min-width: 768px) {
  .qa-wrap .txt-btn {
    margin: 0 auto;
    padding: 0;
    width: 22.18155vw;
  }
}
@media (min-width: 1024px) {
  .qa-wrap .txt-btn {
    width: 303px;
  }
}

/* テキストボタン */
.txt-btn {
  margin-bottom: 0;
}
.txt-btn a {
  display: block;
  position: relative;
  padding: 1.86667vw 0;
  border-radius: 1.33333vw; 
  transition: all 0.2s ease-in;
  background-color: #8051a4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .txt-btn a {
    padding: 0.58565vw 0;
    border-radius: 0.36603vw; 
    font-size: 1.75695vw;
  }
}
@media (min-width: 1024px) {
  .txt-btn a {
    padding: 8px 0;
    border-radius: 5px; 
    font-size: 24px;
  }
}
.txt-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
  width: 5.33333vw;
  height: auto;
  background: url(../../assets/img/common/icon_white_arw.png) no-repeat center;
  background-size: 5.33333vw auto;
}
@media (min-width: 768px) {
  .txt-btn a::after {
    right: 1.39092vw; 
    width: 2.05371vw;
    background-size: 1.90337vw auto;
  }
}
@media (min-width: 1024px) {
  .txt-btn a::after {
    right: 19px; 
    width: 26px;
    background-size: 26px auto;
  }
}
.txt-btn a:hover {
  opacity: 0.8; 
  transition: all 0.2s ease-in;
}
.txt-btn a span {
  display: block;
  text-align: center; 
  font-size: 4.26667vw;
}
@media (min-width: 768px) {
  .txt-btn a span {
    font-size: 1.31772vw;
  }
}
@media (min-width: 1024px) {
  .txt-btn a span {
    font-size: 18px;
  }
}
.txt-btn a.-white {
  background-color: #fff; 
  color: #8051a4;
}
.txt-btn a.-white::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
  width: 5.33333vw;
  height: auto;
  background: url(../../assets/img/common/icon_sub-purple_arw.png) no-repeat center;
  background-size: 5.33333vw auto;
}
@media (min-width: 768px) {
  .txt-btn a.-white::after {
    right: 1.39092vw; 
    width: 2.05371vw;
    background-size: 2.05371vw auto;
  }
}
@media (min-width: 1024px) {
  .txt-btn a.-white::after {
    right: 19px; 
    width: 26px;
    background-size: 26px auto;
  }
}

/* 下部バナーエリア */
.bnr-wrap {
  padding: 10.66667vw 8vw 10.66667vw;
  background-color: #dfd9ea;
}
@media (min-width: 768px) {
  .bnr-wrap {
    display: flex;
    margin: 0 auto;
    padding: 3.66032vw 0 3.66032vw; 

    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .bnr-wrap {
    padding: 50px 0 50px;
  }
}
.bnr-wrap a {
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .bnr-wrap a {
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgba(89, 89, 89, 0.6);
  }
}
.bnr-wrap a img {
  overflow: hidden; 
  border-radius: 6px;
  box-shadow: 0px 0px 6px rgba(89, 89, 89, 0.6);
}
@media (max-width: 767.98px) {
  .bnr-wrap a img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .bnr-wrap a img {
    transition: transform 1s,-webkit-transform 1s;
  }
}
@media (min-width: 768px) {
  .bnr-wrap a:hover {
    border: 4px solid #5f2b8a;
  }
}
@media (min-width: 768px) {
  .bnr-wrap a:hover img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); 
    box-shadow: none;
  }
}
.bnr-wrap .bnr-main a {
  display: block;
}
@media (max-width: 767.98px) {
  .bnr-wrap .bnr-main a {
    overflow: hidden;
    border: 0.26667vw solid #60268d;
    border-radius: 2.66667vw;
    box-shadow: 0px 0px 6px rgba(89, 89, 89, 0.6);
  }
}
@media (min-width: 768px) {
  .bnr-wrap .bnr-main a {
    width: 45.68082vw;
  }
}
@media (min-width: 1024px) {
  .bnr-wrap .bnr-main a {
    width: 624px;
  }
}
.wrap-top .bnr-main a {
  display: block;
}
@media (max-width: 767.98px) {
  .wrap-top .bnr-main a {
    overflow: hidden;
    border: 0.26667vw solid #60268d;
    border-radius: 2.66667vw;
    box-shadow: 0px 0px 6px rgba(89, 89, 89, 0.6);
  }
}
@media (min-width: 768px) {
  .wrap-top .bnr-main a {
    width: 65.8858vw;
  }
}
@media (min-width: 1024px) {
  .wrap-top .bnr-main a {
    width: 900px;
  }
}
.bnr-wrap .bnr-list {
  margin-top: 9.6vw;
}
@media (max-width: 767.98px) {
  .bnr-wrap .bnr-list {
    overflow: hidden;
    border: 0.26667vw solid #60268d;
    border-radius: 2.4vw;
    box-shadow: 0px 0px 6px rgba(89, 89, 89, 0.6);
  }
}
@media (min-width: 768px) {
  .bnr-wrap .bnr-list {
    margin-top: 0;
    margin-left: 0.65886vw;
    width: 19.61933vw;
  }
}
@media (min-width: 1024px) {
  .bnr-wrap .bnr-list {
    margin-left: 9px;
    width: 268px;
  }
}
.bnr-wrap .bnr-list li a {
  display: block;
}
.bnr-wrap .bnr-list li + li {
  margin-top: 3.73333vw;
}
@media (min-width: 768px) {
  .bnr-wrap .bnr-list li + li {
    margin-top: 1.61054vw;
  }
}
@media (min-width: 1024px) {
  .bnr-wrap .bnr-list li + li {
    margin-top: 22px;
  }
}
.bnr-wrap .bnr-list img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .wrap-top .bnr-list {
    overflow: hidden;
    border: 0.26667vw solid #60268d;
    border-radius: 2.4vw;
    box-shadow: 0px 0px 6px rgba(89, 89, 89, 0.6);
  }
}
@media (min-width: 768px) {
  .wrap-top .bnr-list {
    width: 17.71596vw;
  }
}
@media (min-width: 1024px) {
  .wrap-top .bnr-list {
    width: 275px;
  }
}

.wrap-content.-useful-wrap {
  background: #b1b0cf;
}
@media (min-width: 768px) {
  .wrap-content.-useful-wrap {
    padding-top: 3.66032vw;
  }
}
@media (min-width: 1024px) {
  .wrap-content.-useful-wrap {
    padding-top: 50px;
  }
}

.recommended-wrap {
  padding: 13.33333vw 0 10.66667vw; 
  background-color: #c1abe5;
  background-image: linear-gradient(to bottom, #e4dcf6 0%, #c1abe5 100%);
}
@media (min-width: 768px) {
  .recommended-wrap {
    padding: 4.97804vw 0; 
    background-image: linear-gradient(to right, #e4dcf6 0%, #c1abe5 100%);
  }
}
@media (min-width: 1024px) {
  .recommended-wrap {
    padding: 68px 0;
  }
}
.recommended-wrap .recommended-ttl {
  margin: 0 auto; 
  width: 69.46667vw;
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-ttl.-summary {
    width: 27.15959vw;
  }
}
@media (min-width: 1024px) {
  .recommended-wrap .recommended-ttl.-summary {
    width: 371px;
  }
}
.recommended-wrap .recommended-list {
  margin-top: 5.33333vw; 
  padding: 0 8vw 0;
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list {
    display: flex;
    margin: 2.92826vw auto 0;
    padding: 0;
    width: 100%;
    max-width: 87.84773vw;

    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .recommended-wrap .recommended-list {
    margin-top: 40px;
    max-width: 1080px;
  }
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list.-summary {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list li {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .recommended-wrap .recommended-list li {
    width: auto;
  }
}
.recommended-wrap .recommended-list li a {
  display: block;
  position: relative;
  padding: 2.66667vw;
  transition: all 0.2s ease-in; 
  background-color: #fff;
  text-decoration: none;
  color: #333;
  font-size: 4.26667vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list li a {
    padding: 1.46413vw; 
    font-size: 1.61054vw;
  }
}
@media (min-width: 1024px) {
  .recommended-wrap .recommended-list li a {
    padding: 20px; 
    font-size: 22px;
  }
}
.recommended-wrap .recommended-list li a dl {
  display: flex;
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list li a dl {
    display: block;
  }
}
.recommended-wrap .recommended-list li a dl dt {
  width: 25.33333vw;
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list li a dl dt {
    width: 100%;
  }
}
.recommended-wrap .recommended-list li a dl dd {
  margin-top: 2.66667vw;
  margin-left: 5.6vw;
  font-size: 4.26667vw;
  font-weight: bold; 
  line-height: 1.375;
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list li a dl dd {
    position: relative; 
    margin-top: 1.31772vw;
    margin-left: 0;
    text-align: left;
    font-size: 1.61054vw;
    line-height: 1.272;
  }
}
@media (min-width: 1024px) {
  .recommended-wrap .recommended-list li a dl dd {
    margin-top: 18px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list li a dl dd::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1.61054vw;
    height: auto;
    background: url(../../assets/img/common/icon_sub-purple_arw.png) no-repeat center;
    background-size: 1.61054vw auto;
  }
}
@media (min-width: 1024px) {
  .recommended-wrap .recommended-list li a dl dd::after {
    width: 22px;
    background-size: 22px auto;
  }
}
.recommended-wrap .recommended-list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
  width: 5.33333vw;
  height: auto;
  background: url(../../assets/img/common/icon_sub-purple_arw.png) no-repeat center;
  background-size: 5.33333vw auto;
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list li a::after {
    content: none;
  }
}
.recommended-wrap .recommended-list li a:hover {
  opacity: 0.8; 
  transition: all 0.2s ease-in;
}
.recommended-wrap .recommended-list li + li {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list li + li {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list.-summary li + li {
    margin-left: 2.19619vw;
  }
}
@media (min-width: 1024px) {
  .recommended-wrap .recommended-list.-summary li + li {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .recommended-wrap .recommended-list.-summary li {
    width: 24.89019vw;
  }
}
@media (min-width: 1024px) {
  .recommended-wrap .recommended-list.-summary li {
    width: 340px;
  }
}

.useful_blk02 a {
  transition: all 0.2s ease-in;
}
.useful_blk02 a:hover {
  opacity: 0.8; 
  transition: all 0.2s ease-in;
}

/* fixed */
.fixed-himitsu {
  position: fixed;
  z-index: 2;
  z-index: 1;
  right: 0;
  bottom: 2.66667vw;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .fixed-himitsu {
    bottom: 0;
  }
}
.fixed-himitsu a {
  display: block;
  position: relative; 
  width: 48.4vw;
}
@media (min-width: 768px) {
  .fixed-himitsu a {
    width: 20.05857vw;
  }
}
@media (min-width: 1024px) {
  .fixed-himitsu a {
    width: 274px;
  }
}
.fixed-himitsu a::after {
  content: "";
  display: block;
  position: absolute;
  top: 5.06667vw;
  right: 2.13333vw;
  bottom: 0;
  margin: auto;
  width: 5.33333vw;
  height: auto;
  -webkit-animation: fixdicon infinite;
          animation: fixdicon infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; 
  -webkit-animation-timing-function: ease; 
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  background: url(../../assets/img/common/icon_sub-purple_arw.png) no-repeat center;
  background-size: 5.33333vw auto;
}
@media (min-width: 768px) {
  .fixed-himitsu a::after {
    top: 0; 
    right: 0.95168vw;
    width: 2.05371vw;
    background-size: 2.05371vw auto;
  }
}
@media (min-width: 1024px) {
  .fixed-himitsu a::after {
    right: 13px; 
    width: 26px;
    background-size: 26px auto;
  }
}
.fixed-himitsu.hidden {
  opacity: 0;
}

@-webkit-keyframes fixdicon {
  0% {
    transition: 0.4s cubic-bezier(0.42, 0, 1, 1);
    transition-duration: 10s; 
    -webkit-transform: translateX(0); 
            transform: translateX(0);
  }
  50% {
    transition: 0.4s cubic-bezier(0.42, 0, 1, 1);
    transition-duration: 1s; 
    -webkit-transform: translateX(8px); 
            transform: translateX(8px);
  }
  100% {
    transition: 0.4s cubic-bezier(0, 0, 0.58, 1);
    transition-duration: 10s; 
    -webkit-transform: translateX(0); 
            transform: translateX(0);
  }
}

@keyframes fixdicon {
  0% {
    transition: 0.4s cubic-bezier(0.42, 0, 1, 1);
    transition-duration: 10s; 
    -webkit-transform: translateX(0); 
            transform: translateX(0);
  }
  50% {
    transition: 0.4s cubic-bezier(0.42, 0, 1, 1);
    transition-duration: 1s; 
    -webkit-transform: translateX(8px); 
            transform: translateX(8px);
  }
  100% {
    transition: 0.4s cubic-bezier(0, 0, 0.58, 1);
    transition-duration: 10s; 
    -webkit-transform: translateX(0); 
            transform: translateX(0);
  }
}

/* SP only - SNS */
.snslist {
  display: flex;
  position: absolute;
  z-index: 2;
  right: 0; 
  width: 46.93333vw;
  background: rgba(255, 255, 255, 0.5);
}
.snslist li {
  padding: 1.86667vw;
}
.snslist li + li {
  border-left: 0.26667vw solid #fff;
}
.snslist img {
  width: 7.33333vw;
}

/* title */
.main-ttl {
  text-align: center;
  letter-spacing: -0.2px; 
  color: #60268d;
  font-family: "Noto Sans JP","メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 6.93333vw;
  font-weight: 800;
}
@media (min-width: 768px) {
  .main-ttl {
    font-size: 2.70864vw;
  }
}
@media (min-width: 1024px) {
  .main-ttl {
    font-size: 37px;
  }
}
.main-ttl .-line {
  background: linear-gradient(transparent 75%, #eee144 75%); 
  color: #e67f12;
}
.main-ttl .-sub {
  display: block;
  letter-spacing: 0.7px; 
  font-size: 4vw;
}
@media (min-width: 768px) {
  .main-ttl .-sub {
    font-size: 2.04978vw;
  }
}
@media (min-width: 1024px) {
  .main-ttl .-sub {
    font-size: 28px;
  }
}

#pageTop {
  display: none;
  opacity: 0.8; 
  position: fixed;
  z-index: 999;
  right: 10px;
  /*_position:relative;*/
  bottom: calc(100vw * 0.045);
  padding: 0px;
  width: 40px;
  text-align: right;
  line-height: 0;
}
#pageTop.visible {
  display: block;
}

/* Accordion */
.accordion-wrap .btn-accordion {
  display: block;
  position: relative;
}
.accordion-wrap .btn-accordion::before,
.accordion-wrap .btn-accordion::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3; 
  top: 50%;
  right: 6.66667vw;
  width: 3.2vw;
  height: 0.53333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
@media (min-width: 768px) {
  .accordion-wrap .btn-accordion::before,
  .accordion-wrap .btn-accordion::after {
    right: 1.0981vw; 
    width: 1.0981vw;
    height: 0.14641vw;
  }
}
@media (min-width: 1024px) {
  .accordion-wrap .btn-accordion::before,
  .accordion-wrap .btn-accordion::after {
    right: 15px; 
    width: 15px;
    height: 2px;
  }
}
.accordion-wrap .btn-accordion::after {
  transition: all 0.3s; 
  -webkit-transform: translateY(-50%) rotate(90deg); 
          transform: translateY(-50%) rotate(90deg);
}
.accordion-wrap .btn-accordion.active::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.accordion-wrap .accordion-inner {
  display: none;
  border-right: 0.26667vw solid #ebe8f0;
  border-bottom: 0.26667vw solid #ebe8f0; 
  border-left: 0.26667vw solid #ebe8f0;
}
@media (min-width: 768px) {
  .accordion-wrap .accordion-inner {
    border-width: 2px;
  }
}

.btn-accordion {
  background-color: #ebe8f0;
}
.btn-accordion p {
  position: relative;
  margin-bottom: 0; 
  padding: 2.66667vw 0 2.66667vw 5.33333vw;
  cursor: pointer;
  text-align: left;
  color: #60268d;
  font-size: 4.26667vw;
  font-weight: 900;
}
@media (min-width: 768px) {
  .btn-accordion p {
    padding: 0.87848vw 0 0.65886vw 2.19619vw; 
    font-size: 1.31772vw;
  }
}
@media (min-width: 1024px) {
  .btn-accordion p {
    padding: 12px 0 9px 30px; 
    font-size: 22px;
  }
}
.btn-accordion p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5.33333vw;
  bottom: 0;
  margin: auto;
  border-radius: 50%; 
  width: 5.86667vw;
  height: 5.86667vw;
  background-color: #8061a1;
}
@media (min-width: 768px) {
  .btn-accordion p::after {
    right: 0.73206vw; 
    width: 1.83016vw;
    height: 1.83016vw;
  }
}
@media (min-width: 1024px) {
  .btn-accordion p::after {
    right: 10px; 
    width: 25px;
    height: 25px;
  }
}

.accordion-inner {
  padding: 3.73333vw 5.33333vw;
}
@media (min-width: 768px) {
  .accordion-inner {
    padding: 1.68375vw 1.90337vw;
  }
}
@media (min-width: 1024px) {
  .accordion-inner {
    padding: 23px 26px;
  }
}

.u-copyguard {
  pointer-events: none;
}
@media print {
  .u-copyguard {
    visibility: hidden;
  }
}

/* ------------------------
  Header Settings
------------------------ */
[data-whatinput="mouse"] .globalHeader *:focus,
[data-whatinput="touch"] .globalHeader *:focus {
  outline: none;
}

.globalHeader {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .globalHeader {
    position: static;
  }
}
@media (min-width: 768px) {
  .globalHeader.scrollActive {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-2.34375vw);
            transform: translateY(-2.34375vw);
  }
}
@media (min-width: 1024px) {
  .globalHeader.scrollActive {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
}

@media (min-width: 768px) {
  .globalHeader *,
  .globalHeader *:after,
  .globalHeader *:before {
    box-sizing: border-box !important;
  }
}

.globalHeader_top {
  display: flex;
  padding-top: 0;
  padding-right: 4vw;
  padding-bottom: 0;
  padding-left: 4vw;
  width: 100%;
  height: 5.33333vw;
  background-color: #fff; 

  align-items: center;
}
@media (min-width: 768px) {
  .globalHeader_top {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0; 
    height: 2.34375vw;
  }
}
@media (min-width: 1024px) {
  .globalHeader_top {
    max-width: 1080px;
    height: 24px;
  }
}

.globalHeader_companyName {
  display: flex;
  width: 19.73333vw;
  line-height: 5.33333vw; 

  align-items: center;
}
@media (min-width: 768px) {
  .globalHeader_companyName {
    display: inline-block;
    width: 9.96094vw;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .globalHeader_companyName {
    width: 102px;
  }
}
.globalHeader_companyName img {
  width: 100%;
  height: auto;
}

.globalHeader_siteTarget {
  margin-left: 2.13333vw;
  padding-top: 2px;
  width: 70.13333vw;
  letter-spacing: 0;
  font-size: 2.66667vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .globalHeader_siteTarget {
    display: inline-block;
    margin-left: 0.48828vw;
    padding-top: 0.58594vw;
    width: auto;
    width: auto;
    font-size: 0.97656vw;
  }
}
@media (min-width: 1024px) {
  .globalHeader_siteTarget {
    margin-left: 5px;
    padding-top: 6px;
    font-size: 10px;
  }
}

.globalHeader_bottom {
  padding-left: 4vw;
  background-color: #ebe6f2;
}
@media (min-width: 768px) {
  .globalHeader_bottom {
    padding-left: 0;
  }
}

.globalHeader_bottomInner {
  display: flex;
  height: 13.33333vw; 

  align-items: center;
}
@media (min-width: 768px) {
  .globalHeader_bottomInner {
    margin-right: auto;
    margin-left: auto; 
    width: 100%;
    height: auto;

    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .globalHeader_bottomInner {
    max-width: 1080px;
  }
}

.globalHeader_annivContent {
  display: flex;

  align-items: center;
}

.globalHeader_annivImage {
  padding-left: 4vw; 
  height: 8.93333vw;
}
@media (min-width: 768px) {
  .globalHeader_annivImage {
    padding-left: 1.83016vw; 
    height: 3.51391vw;
  }
}
@media (min-width: 1024px) {
  .globalHeader_annivImage {
    padding-left: 25px; 
    height: 48px;
  }
}
.globalHeader_annivImage img {
  width: auto;
  height: 100%;
}

.globalHeader_goods {
  width: 33.46667vw;
}
@media (min-width: 768px) {
  .globalHeader_goods {
    padding-top: 1.46484vw;
    padding-bottom: 1.66016vw; 
    width: 22.46094vw;
  }
}
@media (min-width: 1024px) {
  .globalHeader_goods {
    padding-top: 15px;
    padding-bottom: 16px; 
    width: 230px;
  }
}

.globalHeader_goodsLink {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .globalHeader_goodsLink {
    transition: opacity 0.2s;
  }
}
@media (min-width: 768px) {
  .globalHeader_goodsLink:hover {
    opacity: 0.7;
  }
}
.globalHeader_goodsLink img {
  width: 100%;
  height: auto;
}

.globalHeader_juniorLinkWrap {
  margin-left: 16vw; 
  width: 29.6vw;
}
@media (min-width: 768px) {
  .globalHeader_juniorLinkWrap {
    position: absolute;
    z-index: 3;
    top: 11.32812vw;
    right: 0;
    margin-left: 0; 
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .globalHeader_juniorLinkWrap {
    top: 120px;
  }
}

@media (min-width: 1024px) {
  .globalHeader_juniorLinkWrapInner {
    margin-right: auto;
    margin-left: auto; 
    max-width: 1080px;
  }
}

@media (min-width: 768px) {
  .globalHeader_juniorLink {
    display: block;
    position: relative;
    top: 3.90625vw;
    margin-right: 4.88281vw;
    margin-left: auto;
    width: 21.67969vw;
    height: 6.44531vw;
    transition: opacity 0.2s;
  }
}

@media (min-width: 1024px) {
  .globalHeader_juniorLink {
    top: 40px;
    margin-right: 50px; 
    width: 227px;
    height: 40px;
  }
}

@media (min-width: 768px) {
  .globalHeader_juniorLink:hover {
    opacity: 0.7;
  }
}

.globalHeader_button {
  display: flex;
  position: relative;
  margin-left: 4vw;
  width: 13.33333vw;
  height: 13.33333vw;
  font-size: 0; 

  align-items: center;
  justify-content: center;
}

.globalHeader_menuBtn {
  border: none;
  width: 100%;
  height: 100%;
  background-color: #5a2781;
}

.menuBtn_line {
  position: absolute;
  left: 50%;
  margin-left: -2.93333vw;
  width: 6.13333vw;
  height: 0.53333vw;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; 
  -webkit-transform-origin: 0; 
          transform-origin: 0;
  background-color: #fff;
}
.menuBtn_line.-first {
  top: 4.53333vw;
}
.menuBtn_line.-second {
  top: 6.4vw;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.menuBtn_line.-third {
  bottom: 4.53333vw;
}
.globalHeader.-isExpanded .menuBtn_line {
  width: 6.13333vw;
}
.globalHeader.-isExpanded .menuBtn_line.-first {
  -webkit-transform: rotate(45deg) translate(0.8vw, -0.8vw);
          transform: rotate(45deg) translate(0.8vw, -0.8vw);
}
.globalHeader.-isExpanded .menuBtn_line.-second {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.globalHeader.-isExpanded .menuBtn_line.-third {
  -webkit-transform: rotate(-45deg) translate(0.26667vw, 1.06667vw);
          transform: rotate(-45deg) translate(0.26667vw, 1.06667vw);
}

.globalHeader_snsList {
  display: flex;
}
@media (max-width: 767.98px) {
  .globalHeader_snsList {
    margin-top: 5.6vw;
    margin-bottom: 5.6vw; 

    justify-content: center;
  }
}
@media (min-width: 768px) {
  .globalHeader_snsList {
    margin-right: 0.53711vw;
    margin-left: 0.53711vw;
  }
}
@media (min-width: 1024px) {
  .globalHeader_snsList {
    margin-right: 5.5px;
    margin-left: 5.5px;
  }
}

@media (max-width: 767.98px) {
  .globalHeader_snsItem {
    margin-right: 0.8vw;
    margin-left: 0.8vw;
  }
}

@media (min-width: 768px) {
  .globalHeader_snsItem {
    margin-right: 0.53711vw;
    margin-left: 0.53711vw;
    transition: opacity 0.2s;
  }
}

@media (min-width: 1024px) {
  .globalHeader_snsItem {
    margin-right: 5.5px;
    margin-left: 5.5px;
  }
}

@media (min-width: 768px) {
  .globalHeader_snsItem:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767.98px) {
  .globalHeader_snsItem a {
    display: block;
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

@media (min-width: 768px) {
  .globalHeader_snsItem a {
    width: 3.125vw;
  }
}

@media (min-width: 1024px) {
  .globalHeader_snsItem a {
    width: 32px;
  }
}

@media (max-width: 767.98px) {
  .globalHeader_snsItem img {
    width: 100%;
    height: auto;
  }
}

.globalnav {
  overflow-y: scroll;
  position: fixed;
  z-index: 4;
  top: -100%;
  left: 0;
  padding-top: 18.66667vw;
  width: 100%;
  height: 100%;
  transition: top 0.2s;
  background-color: #5a2781;

  -ms-overflow-style: none;
}
@media (min-width: 768px) {
  .globalnav {
    overflow-y: inherit;
    position: absolute;
    z-index: 5;
    top: 0;
    /*IE対策*/
    margin-top: 9.96094vw;
    padding-top: 0;
    min-width: 1px;
    height: auto;
    background-color: #ebe6f2;
  }
}
@media (min-width: 1024px) {
  .globalnav {
    margin-top: 102px;
  }
}
.-isMenuOpenend .globalnav {
  top: 0;
}
@media (min-width: 768px) {
  .globalnav.scrollActive {
    position: fixed;
    margin-top: 7.61719vw;
  }
}
@media (min-width: 1024px) {
  .globalnav.scrollActive {
    margin-top: 78px;
  }
}

@media (min-width: 768px) {
  .globalnav_contentWrap {
    background-color: #5a2781;
  }
}

.globalnav_inner {
  position: relative;
  z-index: 6;
  width: 100%;
}
@media (min-width: 768px) {
  .globalnav_inner {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .globalnav_inner {
    max-width: 1080px;
  }
}

@media (min-width: 768px) {
  .globalnav_menuList {
    display: flex;

    justify-content: center;
  }
}

.globalnav_menuItem {
  position: relative;
  border-top: 0.26667vw solid #fff;
  cursor: pointer; 
  color: #fff;
  font-size: 0;
  font-weight: 600;
  line-height: 11.46667vw;
}
@media (min-width: 768px) {
  .globalnav_menuItem {
    position: relative;
    border-top: none;
    border-left: 0.09766vw solid rgba(255, 255, 255, 0.2);
    width: 16.6667%;
    text-align: center; 
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuItem {
    border-width: 1px;
  }
}
.globalnav_menuItem:last-child {
  border-bottom: 0.26667vw solid #fff;
}
@media (min-width: 768px) {
  .globalnav_menuItem:last-child {
    border-right: 0.09766vw solid rgba(255, 255, 255, 0.2); 
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .globalnav_menuItem.-active {
    background-color: #eeecf2; 
    color: #5a2781;
  }
}

.globalnav_pickup {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  margin-left: 3.73333vw;
  padding-right: 1.33333vw;
  padding-left: 1.33333vw;
  background-color: #e30012;
  text-transform: uppercase; 
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 5.86667vw;
}
@media (min-width: 768px) {
  .globalnav_pickup {
    display: block;
    position: absolute;
    top: -0.5em;
    left: 50%;
    margin-left: -3.22266vw;
    padding-right: 0;
    padding-left: 0;
    width: 7.8125vw;
    text-align: center; 
    font-size: 0.97656vw;
    line-height: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_pickup {
    margin-left: -33px;
    width: 67px;
    font-size: 10px;
    line-height: 16px;
  }
}

.globalnav_menuLabel {
  display: block;
  position: relative;
  padding-right: 8.26667vw;
  padding-left: 8.26667vw;
  width: auto;
  cursor: pointer; 
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .globalnav_menuLabel {
    display: block;
    padding-top: 2.05078vw;
    padding-right: 0;
    padding-bottom: 2.05078vw;
    padding-left: 0;
    width: 100%;
    height: 100%;
    letter-spacing: -0.005em; 
    font-size: 1.36719vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuLabel {
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 16px;
  }
}
.globalnav_menuLabel:visited,
.globalnav_menuLabel:link {
  text-decoration: none; 
  color: #fff;
}
@media (min-width: 768px) {
  .globalnav_menuLabel:hover {
    background-color: #eeecf2; 
    color: #5a2781;
  }
}

.globalnav_menuCheck {
  display: none;
}

.globalnav_menuContent {
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: 0.15s; 
  background-color: #eeecf2;
  color: #000;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .globalnav_menuContent {
    display: none;
    position: absolute;
    top: 5.46875vw;
    left: 0;
    padding-top: 1.95312vw;
    padding-right: 1.95312vw;
    padding-bottom: 3.22266vw;
    padding-left: 1.95312vw;
    width: 100%;
    cursor: auto; 
    font-size: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuContent {
    top: 58px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 33px;
    padding-left: 20px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .globalnav_menuItem:first-child .globalnav_menuContent {
    width: 57.61719vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuItem:first-child .globalnav_menuContent {
    width: 590px;
  }
}
@media (min-width: 768px) {
  .globalnav_menuItem:nth-of-type(2) .globalnav_menuContent {
    width: 59.57031vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuItem:nth-of-type(2) .globalnav_menuContent {
    width: 630px;
  }
}
@media (min-width: 768px) {
  .globalnav_menuItem:nth-of-type(5) .globalnav_menuContent {
    width: 61.52344vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuItem:nth-of-type(5) .globalnav_menuContent {
    width: 630px;
  }
}

.globalnav_menuCheck:checked ~ .globalnav_menuContent {
  opacity: 1; 
  height: auto;
}
@media (min-width: 768px) {
  .globalnav_menuCheck:checked ~ .globalnav_menuContent {
    display: block;
    margin-left: -0.09766vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuCheck:checked ~ .globalnav_menuContent {
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .globalnav_menuItem:nth-of-type(5) .globalnav_menuCheck:checked ~ .globalnav_menuContent {
    display: block;
    margin-left: -26.46484vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuItem:nth-of-type(5) .globalnav_menuCheck:checked ~ .globalnav_menuContent {
    margin-left: -271px;
  }
}

.globalnav_menuSubContent {
  display: block;
  position: relative;
  padding-right: 8.53333vw;
  padding-left: 8.53333vw;
  width: 100%;
  background-color: #fff;
  font-weight: normal; 
  line-height: 11.73333vw;
}
@media (min-width: 768px) {
  .globalnav_menuSubContent {
    display: flex;
    padding-right: 1.95312vw;
    padding-left: 1.95312vw;
    width: 26.36719vw;
    height: 5.85938vw;
    transition: background-color 0.2s, color 0.2s; 
    font-weight: bold;
    line-height: 1;

    align-items: center;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuSubContent {
    padding-right: 20px;
    padding-left: 20px; 
    width: 270px;
    height: 60px;
  }
}
.globalnav_menuSubContent:visited,
.globalnav_menuSubContent:link {
  text-decoration: none; 
  color: #000;
}
@media (min-width: 768px) {
  .globalnav_menuSubContent:hover {
    background-color: #5a2781;
    color: #fff;
  }
}

.globalnav_menuSubTitle {
  padding-right: 8.53333vw;
  padding-left: 8.53333vw;
}
@media (min-width: 768px) {
  .globalnav_menuSubTitle {
    margin-top: 3.125vw;
    padding-right: 0;
    padding-left: 0;
    text-align: left; 
    color: #5a2781;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuSubTitle {
    margin-top: 32px;
  }
}

.globalnav_menuContentInner {
  padding-right: 2.66667vw;
  padding-bottom: 2.66667vw;
  padding-left: 2.66667vw;
  border-bottom: 0.26667vw solid #fff;
}
@media (min-width: 768px) {
  .globalnav_menuContentInner {
    margin-top: 1.75781vw;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: none;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuContentInner {
    margin-top: 18px;
  }
}
.globalnav_menuContentInner:last-child {
  border-bottom: none;
}

.globalnav_menuSubContentList {
  background-color: #fff;
}
@media (min-width: 768px) {
  .globalnav_menuSubContentList {
    display: flex;
    background-color: #eeecf2;

    flex-wrap: wrap;
  }
}

.globalnav_menuSubContentItem {
  border-top: 0.26667vw solid #eeecf2;
  font-weight: normal;
}
@media (min-width: 768px) {
  .globalnav_menuSubContentItem {
    margin-top: 0.97656vw;
    margin-left: 0.97656vw; 
    border: none;
    width: 26.36719vw;
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuSubContentItem {
    margin-top: 10px;
    margin-left: 10px; 
    width: 270px;
  }
}
@media (min-width: 768px) {
  .globalnav_menuSubContentItem:first-child,
  .globalnav_menuSubContentItem:nth-of-type(2) {
    margin-top: 0;
  }
}
.globalnav_menuSubContentItem:nth-of-type(odd) {
  margin-left: 0;
}
@media (min-width: 768px) {
  .globalnav_menuSubContentItem.-large {
    width: 27.34375vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuSubContentItem.-large {
    width: 290px;
  }
}

.globalnav_menuSubContentLink {
  display: flex;
  position: relative;
  padding-top: 3.73333vw;
  padding-right: 10.93333vw;
  padding-bottom: 3.73333vw;
  padding-left: 10.93333vw;
  width: 100%;
  height: auto;
  font-size: 2.93333vw;
  line-height: 1.5; 

  align-items: center;
}
@media (min-width: 768px) {
  .globalnav_menuSubContentLink {
    padding-top: 0;
    padding-right: 1.95312vw;
    padding-bottom: 0;
    padding-left: 1.95312vw;
    height: 5.85938vw;
    transition: background-color 0.2s, color 0.2s; 
    text-align: left;
    font-size: 1.5625vw;
    font-weight: bold;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuSubContentLink {
    padding-right: 20px;
    padding-left: 20px;
    height: 60px;
    font-size: 16px;
  }
}
.globalnav_menuSubContentLink:visited,
.globalnav_menuSubContentLink:link {
  text-decoration: none; 
  color: #000;
}
@media (min-width: 768px) {
  .globalnav_menuSubContentLink:hover {
    background-color: #5a2781;
    color: #fff;
  }
}

.globalnav_pickup-child {
  margin-left: 3.46667vw;
  padding-top: 1.06667vw;
  padding-right: 1.33333vw;
  padding-bottom: 1.06667vw;
  padding-left: 1.33333vw;
  background-color: #e30012;
  text-transform: uppercase; 
  color: #fff;
}
@media (min-width: 768px) {
  .globalnav_pickup-child {
    display: inline-block;
    position: relative;
    margin-left: 0.87891vw;
    padding-top: 0.19531vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.19531vw;
    padding-left: 0.78125vw;
    font-size: 0.97656vw;
    line-height: 1em;
  }
}
@media (min-width: 1024px) {
  .globalnav_pickup-child {
    margin-left: 9px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    font-size: 10px;
  }
}

.shoplink-btn-open {
  display: grid;
  position: fixed;
  z-index: 11;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  transition: right 0.5s ease; 
  background-color: transparent;
  background-color: #ea6400;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
  align-items: center;
}
@media (max-width: 767.98px) {
  .shoplink-btn-open {
    bottom: 0;
    left: 0;
    padding: 1.33333vw 0 2.4vw;
    border: 0.53333vw solid #fff;
    border-right: none;
    border-left: none;
    width: 100%;
    transition: bottom 0.1s 0.2s ease; 

    grid-template-columns: 50.13333vw;
    grid-template-rows: auto;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .shoplink-btn-open {
    right: -1.46413vw;
    bottom: calc(100vw * 0.085);
    padding: 0 3.29429vw 0 2.19619vw;
    border: 0.29283vw solid #fff;
    border-radius: 1.46413vw 0 0 1.46413vw;
    height: 23.93851vw;
    transition: right 0.1s 0.2s ease, opacity 0.2s ease; 

    grid-template-columns: 2.12299vw;
    grid-template-rows: auto;
  }
}
@media (min-width: 1024px) {
  .shoplink-btn-open {
    right: -20px;
    bottom: calc(100vw * 0.085);
    padding: 0 45px 0 30px;
    border: 4px solid #fff;
    border-radius: 20px 0 0 20px; 
    height: 327px;

    grid-template-columns: 29px;
  }
}
@media (min-width: 768px) {
  .shoplink-btn-open:hover {
    right: -0.73206vw;
  }
}
@media (min-width: 1024px) {
  .shoplink-btn-open:hover {
    right: -10px;
  }
}
@media (max-width: 767.98px) {
  .shoplink-btn-open.is-open {
    bottom: -13.33333vw; 
    transition: bottom 0.2s ease;
  }
}
@media (min-width: 768px) {
  .shoplink-btn-open.is-open {
    right: -36.60322vw; 
    transition: right 0.5s ease;
  }
}
@media (min-width: 1024px) {
  .shoplink-btn-open.is-open {
    right: -500px;
  }
}
.shoplink-btn-open.is-invisible {
  opacity: 0; 
  transition: opacity 0.2s ease;
}

.shoplink-open {
  position: fixed;
  z-index: 11;
  background-color: #ea6400;
}
@media (max-width: 767.98px) {
  .shoplink-open {
    bottom: -53.33333vw;
    left: 0;
    padding: 2.66667vw 0 5.33333vw;
    border: 0.53333vw solid #fff;
    border-right: none;
    border-left: none; 
    width: 100%;
  }
}
@media (min-width: 768px) {
  .shoplink-open {
    right: -36.60322vw;
    bottom: calc(100vw * 0.085);
    padding: 1.83016vw 3.29429vw 0 1.83016vw; 
    border: 0.29283vw solid #fff;
    border-radius: 1.46413vw 0 0 1.46413vw;
  }
}
@media (min-width: 1024px) {
  .shoplink-open {
    right: -500px;
    padding: 25px 45px 0 25px; 
    border: 4px solid #fff;
    border-radius: 20px 0 0 20px;
  }
}
@media (max-width: 767.98px) {
  .shoplink-open.is-open {
    -webkit-animation: openAnimSp 0.5s 0.3s forwards;
            animation: openAnimSp 0.5s 0.3s forwards;
  }
}
@media (min-width: 768px) {
  .shoplink-open.is-open {
    -webkit-animation: openAnimPc 0.5s 0.3s forwards;
            animation: openAnimPc 0.5s 0.3s forwards;
  }
}
.shoplink-open.is-invisible {
  opacity: 0; 
  transition: opacity 0.2s ease;
}

.shoplink-inner {
  display: grid;

  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .shoplink-inner {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
@media (min-width: 768px) {
  .shoplink-inner {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
  }
}

.shoplinks_heading {
  display: grid;

  grid-template-rows: auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .shoplinks_heading {
    margin-top: 1.33333vw; 

    grid-template-columns: 6vw auto;
    gap: 0 1.6vw;
  }
}
@media (min-width: 768px) {
  .shoplinks_heading {
    grid-template-columns: 2.04978vw auto;
    gap: 0 0.58565vw;
  }
}
@media (min-width: 1024px) {
  .shoplinks_heading {
    grid-template-columns: 28px auto;
    gap: 0 8px;
  }
}

.shoplinks_heading-text {
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .shoplinks_heading-text {
    font-size: 5.33333vw;
  }
}
@media (min-width: 768px) {
  .shoplinks_heading-text {
    font-size: 1.61054vw;
  }
}
@media (min-width: 1024px) {
  .shoplinks_heading-text {
    font-size: 22px;
  }
}

.shoplink-list {
  display: grid;

  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .shoplink-list {
    margin-top: 2.66667vw; 

    grid-template-columns: repeat(3, 26.13333vw);
    grid-template-rows: 16vw;
    gap: 0 2.93333vw;
  }
}
@media (min-width: 768px) {
  .shoplink-list {
    margin-top: 1.46413vw; 

    grid-template-columns: 17.56955vw;
    grid-template-rows: repeat(3, 4.39239vw);
    gap: 0.73206vw 0;
  }
}
@media (min-width: 1024px) {
  .shoplink-list {
    margin-top: 20px; 

    grid-template-columns: 240px;
    grid-template-rows: repeat(3, 60px);
    gap: 10px 0;
  }
}

.shoplink-item {
  transition: 0.2s opacity ease;
}
.shoplink-item:hover {
  opacity: 0.7;
}

.shoplinks-close {
  display: grid;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  color: #fff; 

  -webkit-appearance: none; 

     -moz-appearance: none; 

          appearance: none;
  grid-template-rows: auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .shoplinks-close {
    padding: 2.4vw 0; 

    grid-template-columns: auto 3.33333vw;
    gap: 0 1.33333vw;
  }
}
@media (min-width: 768px) {
  .shoplinks-close {
    padding: 1.0981vw 0; 

    grid-template-columns: auto 1.46413vw;
    gap: 0 0.65886vw;
  }
}
@media (min-width: 1024px) {
  .shoplinks-close {
    padding: 15px 0; 

    gap: 0 9px;
    grid-template-columns: auto 20px;
  }
}
.shoplinks-close span {
  line-height: 1;
}
@media (max-width: 767.98px) {
  .shoplinks-close span {
    font-size: 3.6vw;
  }
}
@media (min-width: 768px) {
  .shoplinks-close span {
    font-size: 1.1713vw;
  }
}
@media (min-width: 1024px) {
  .shoplinks-close span {
    font-size: 16px;
  }
}
.shoplinks-close:hover {
  opacity: 0.7;
}

@-webkit-keyframes openAnimSp {
  0% {
    bottom: -53.33333vw;
  }
  50% {
    bottom: 0vw;
  }
  100% {
    bottom: -5.33333vw;
  }
}

@keyframes openAnimSp {
  0% {
    bottom: -53.33333vw;
  }
  50% {
    bottom: 0vw;
  }
  100% {
    bottom: -5.33333vw;
  }
}

@-webkit-keyframes openAnimPc {
  0% {
    right: -500px;
  }
  50% {
    right: 0;
  }
  100% {
    right: -20px;
  }
}

@keyframes openAnimPc {
  0% {
    right: -500px;
  }
  50% {
    right: 0;
  }
  100% {
    right: -20px;
  }
}

@-webkit-keyframes closeAnimSp {
  0% {
    bottom: -13.33333vw;
  }
  50% {
    bottom: -8vw;
  }
  100% {
    bottom: -100%;
  }
}

@keyframes closeAnimSp {
  0% {
    bottom: -13.33333vw;
  }
  50% {
    bottom: -8vw;
  }
  100% {
    bottom: -100%;
  }
}

@-webkit-keyframes closeAnimPc {
  0% {
    right: -20;
  }
  50% {
    right: 0;
  }
  100% {
    right: -500px;
  }
}

@keyframes closeAnimPc {
  0% {
    right: -20;
  }
  50% {
    right: 0;
  }
  100% {
    right: -500px;
  }
}

.u-indent {
  margin-left: -0.25em;
}
@media (min-width: 768px) {
  .u-indent {
    margin-left: -0.5em;
  }
}

.globalArrow::before,
.globalArrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

.globalnav_menuItem > .globalArrow::before,
.globalnav_menuItem > .globalArrow::after {
  top: 4.53333vw;
}
@media (min-width: 768px) {
  .globalnav_menuItem > .globalArrow::before,
  .globalnav_menuItem > .globalArrow::after {
    top: auto;
    bottom: 0.58594vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuItem > .globalArrow::before,
  .globalnav_menuItem > .globalArrow::after {
    top: auto;
    bottom: 6px;
  }
}

.globalnav_menuItem > .globalArrow::before {
  right: 9.6vw;
  border-top: 0.26667vw solid #fff;
  border-right: 0.26667vw solid #fff;
  width: 2.4vw;
  height: 2.4vw;
  transition: -webkit-transform 0.02s;
  transition: transform 0.02s;
  transition: transform 0.02s, -webkit-transform 0.02s; 
  -webkit-transform: rotate(45deg); 
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 768px) {
  .globalnav_menuItem > .globalArrow::before {
    border-width: 0.09766vw; 
    width: 1.17188vw;
    height: 1.17188vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuItem > .globalArrow::before {
    right: 0;
    border-width: 1px; 
    width: 12px;
    height: 12px;
  }
}

.globalnav_menuItem > .globalArrow.-hasChild::before,
.globalnav_menuItem > .globalArrow.-hasChild::after {
  top: 3.73333vw;
}
@media (min-width: 768px) {
  .globalnav_menuItem > .globalArrow.-hasChild::before,
  .globalnav_menuItem > .globalArrow.-hasChild::after {
    top: auto;
  }
}

.globalnav_menuItem > .globalArrow.-hasChild::before {
  right: 9.06667vw;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s; 
  -webkit-transform: rotate(135deg); 
          transform: rotate(135deg);
}
@media (min-width: 768px) {
  .globalnav_menuItem > .globalArrow.-hasChild::before {
    right: auto;
    left: 50%;
    margin-left: -0.8vw;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuItem > .globalArrow.-hasChild::before {
    margin-left: -6px;
  }
}

@media (min-width: 768px) {
  .globalnav_menuItem > .globalArrow:not(.-hasChild)::before,
  .globalnav_menuItem > .globalArrow:not(.-hasChild)::after {
    display: none;
  }
}

.globalnav_menuCheck:checked + .globalArrow.-hasChild::before,
.globalnav_menuCheck:checked + .globalArrow.-hasChild::after {
  top: 5.06667vw;
}
@media (min-width: 768px) {
  .globalnav_menuCheck:checked + .globalArrow.-hasChild::before,
  .globalnav_menuCheck:checked + .globalArrow.-hasChild::after {
    display: none;
  }
}

.globalnav_menuCheck:checked + .globalArrow.-hasChild::before {
  right: 9.06667vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.globalArrow + .globalnav_menuContent > .globalArrow::before,
.globalArrow + .globalnav_menuContent > .globalArrow::after,
.globalArrow + .globalnav_menuContent > .globalnav_menuSubContentList .globalArrow::before,
.globalArrow + .globalnav_menuContent > .globalnav_menuSubContentList .globalArrow::after {
  top: 4.53333vw;
  right: 9.6vw;
}
@media (min-width: 768px) {
  .globalArrow + .globalnav_menuContent > .globalArrow::before,
  .globalArrow + .globalnav_menuContent > .globalArrow::after,
  .globalArrow + .globalnav_menuContent > .globalnav_menuSubContentList .globalArrow::before,
  .globalArrow + .globalnav_menuContent > .globalnav_menuSubContentList .globalArrow::after {
    top: 0;
    right: 0.68359vw;
  }
}
@media (min-width: 1024px) {
  .globalArrow + .globalnav_menuContent > .globalArrow::before,
  .globalArrow + .globalnav_menuContent > .globalArrow::after,
  .globalArrow + .globalnav_menuContent > .globalnav_menuSubContentList .globalArrow::before,
  .globalArrow + .globalnav_menuContent > .globalnav_menuSubContentList .globalArrow::after {
    right: 7px;
  }
}

.globalArrow + .globalnav_menuContent > .globalArrow::before,
.globalArrow + .globalnav_menuContent > .globalnav_menuSubContentList .globalArrow::before {
  border-top: 0.26667vw solid #000;
  border-right: 0.26667vw solid #000;
  width: 2.4vw;
  height: 2.4vw;
  transition: -webkit-transform 0.02s;
  transition: transform 0.02s;
  transition: transform 0.02s, -webkit-transform 0.02s; 
  -webkit-transform: rotate(45deg); 
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 768px) {
  .globalArrow + .globalnav_menuContent > .globalArrow::before,
  .globalArrow + .globalnav_menuContent > .globalnav_menuSubContentList .globalArrow::before {
    border: none;
    border-radius: 50%;
    width: 1.5625vw;
    height: 100%;
    -webkit-transform: unset;
            transform: unset; 
    background-image: url("../img/common/header/icon_arrow_lg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5625vw auto;
  }
}
@media (min-width: 1024px) {
  .globalArrow + .globalnav_menuContent > .globalArrow::before,
  .globalArrow + .globalnav_menuContent > .globalnav_menuSubContentList .globalArrow::before {
    width: 16px;
    background-size: 16px auto;
  }
}

@media (min-width: 768px) {
  .globalArrow + .globalnav_menuContent > .globalArrow:hover::before,
  .globalArrow + .globalnav_menuContent > .globalnav_menuSubContentList .globalArrow:hover::before {
    background-image: url("../img/common/header/icon_arrow_lg-hover.png");
  }
}

.globalnav_menuContentInner .globalArrow::before,
.globalnav_menuContentInner .globalArrow::after {
  top: 50%;
  right: 7.33333vw;
  margin-top: -1.2vw;
}
@media (min-width: 768px) {
  .globalnav_menuContentInner .globalArrow::before,
  .globalnav_menuContentInner .globalArrow::after {
    top: 0;
    right: 0.68359vw;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .globalnav_menuContentInner .globalArrow::before,
  .globalnav_menuContentInner .globalArrow::after {
    right: 7px;
  }
}

.globalnav_menuContentInner .globalArrow::before {
  border-top: 0.26667vw solid #000;
  border-right: 0.26667vw solid #000;
  width: 2.4vw;
  height: 2.4vw;
  transition: -webkit-transform 0.02s;
  transition: transform 0.02s;
  transition: transform 0.02s, -webkit-transform 0.02s; 
  -webkit-transform: rotate(45deg); 
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 768px) {
  .globalnav_menuContentInner .globalArrow::before {
    border: none;
    border-radius: 50%;
    width: 1.5625vw;
    height: 100%;
    -webkit-transform: unset;
            transform: unset; 
    background-image: url("../img/common/header/icon_arrow_lg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5625vw auto;
  }
}
@media (min-width: 1024px) {
  .globalnav_menuContentInner .globalArrow::before {
    width: 16px;
    background-size: 16px auto;
  }
}

@media (min-width: 768px) {
  .globalnav_menuContentInner .globalArrow:hover::before {
    background-image: url("../img/common/header/icon_arrow_lg-hover.png");
  }
}

@media (max-width: 767.98px) {
  .globalnav + main {
    margin-top: 18.4vw;
  }
}

@media (min-width: 768px) {
  .globalnav + main {
    padding-top: 5.17578vw;
  }
}

@media (min-width: 1024px) {
  .globalnav + main {
    padding-top: 53px;
  }
}

@media (min-width: 768px) {
  .globalnav.scrollActive + main {
    padding-top: 13.28125vw;
  }
}

@media (min-width: 1024px) {
  .globalnav.scrollActive + main {
    padding-top: 136px;
  }
}

/* ------------------------
  Footer Settings
------------------------ */
.globalFooter {
  padding-bottom: 5.6vw;
}
@media (min-width: 768px) {
  .globalFooter {
    padding-bottom: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .globalFooter {
    padding-bottom: 32px;
  }
}

.footerNav {
  position: static !important;
  border-bottom: 0.13333vw solid #000;
  background-color: #dfd9ea;
  text-align: left !important; 
  font-size: 3.2vw;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .footerNav {
    padding-top: 5.85938vw;
    padding-bottom: 5.85938vw;
    border-bottom: none; 
    font-size: 1.36719vw;
  }
}
@media (min-width: 1024px) {
  .footerNav {
    padding-top: 60px;
    padding-bottom: 65px;
    border-bottom: none;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .footerNav_inner {
    display: flex;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3.41797vw;
    padding-left: 8.78906vw; 
    max-width: 1080px;

    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .footerNav_inner {
    padding-right: 35px;
    padding-left: 90px;
  }
}

@media (max-width: 767.98px) {
  .footerNav_faq + .footerNav_contentWrap > .footerNav_title {
    border-top: none !important;
  }
}

@media (min-width: 768px) {
  .footerNav_inner > div:first-child > .footerNav_title {
    margin-bottom: 50px;
  }
}

.footerNav_title {
  display: block;
  position: relative;
  padding-top: 3.73333vw;
  padding-right: 8vw;
  padding-bottom: 3.73333vw;
  padding-left: 8vw;
  border-top: 0.13333vw solid #000;
  width: auto;
  cursor: pointer; 
  font-weight: bold;
}
@media (min-width: 768px) {
  .footerNav_title {
    margin-top: 3.125vw;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-top: none;
    cursor: auto;
  }
}
@media (min-width: 1024px) {
  .footerNav_title {
    margin-top: 32px;
  }
}
.footerNav_title:visited,
.footerNav_title:link {
  text-decoration: none; 
  color: #333;
}
@media (min-width: 768px) {
  .footerNav_title.-biggerText {
    padding-left: 0;
    font-size: 1.95312vw;
    line-height: 0.7;
  }
}
@media (min-width: 1024px) {
  .footerNav_title.-biggerText {
    font-size: 20px;
  }
}
.footerNav_title.-biggerText.-pickUp {
  font-size: 3.2vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .footerNav_title.-biggerText.-pickUp {
    display: flex;
    font-size: 1.95312vw; 

    align-items: center;
  }
}
@media (min-width: 1024px) {
  .footerNav_title.-biggerText.-pickUp {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .footerNav_title.-biggerText.-special {
    margin-top: 4.88281vw;
  }
}
@media (min-width: 1024px) {
  .footerNav_title.-biggerText.-special {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .footerNav_title:hover {
    text-decoration: underline;
  }
}

.footerNav_pickup {
  margin-left: 0;
  padding-top: 1.06667vw;
  padding-right: 1.33333vw;
  padding-bottom: 1.06667vw;
  padding-left: 1.33333vw;
  background-color: #e30012;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .footerNav_pickup {
    display: inline-block;
    position: relative;
    top: -0.29297vw;
    margin-left: 0;
    padding-top: 0.19531vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.19531vw;
    padding-left: 0.78125vw;
    font-size: 0.97656vw;
    line-height: 1em;
  }
}
@media (min-width: 1024px) {
  .footerNav_pickup {
    top: -3px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .footerNav_contentItem .footerNav_pickup {
    top: -2px;
  }
}
.footerNav_title .footerNav_pickup {
  margin-left: 3.46667vw;
}
@media (min-width: 768px) {
  .footerNav_title .footerNav_pickup {
    margin-left: 0.87891vw;
  }
}
@media (min-width: 1024px) {
  .footerNav_title .footerNav_pickup {
    margin-left: 9px;
  }
}

.footerNav_check {
  display: none;
}
@media (min-width: 768px) {
  .footerNav_check {
    pointer-events: none;
  }
}

@media (max-width: 767.98px) {
  .footerNav_content {
    overflow: hidden;
    opacity: 0; 
    border-top: 0.13333vw solid #000;
    height: 0;
    background-color: #edebf1;
  }
}

@media (min-width: 768px) {
  .footerNav_content {
    margin-top: 4vw;
  }
}

@media (min-width: 1024px) {
  .footerNav_content {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .footerNav_content-mt18 {
    margin-top: 18px;
  }
}

@media (min-width: 768px) {
  .footerNav_content-mt18 > ul {
    margin-top: 0;
  }
}

.footerNav_childTitle {
  display: block;
  padding-top: 3.73333vw;
  padding-right: 8vw;
  padding-bottom: 3.73333vw;
  padding-left: 8vw;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .footerNav_childTitle {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; 
    background-color: inherit;
  }
}
.footerNav_childTitle:visited,
.footerNav_childTitle:link {
  text-decoration: none; 
  color: #333;
}
@media (min-width: 768px) {
  .footerNav_childTitle:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767.98px) {
  .footerNav_check:checked ~ .footerNav_content {
    opacity: 1; 
    height: auto;
  }
}

.footerNav_childSubTitle {
  padding-top: 2.93333vw;
  padding-right: 8vw;
  padding-bottom: 2.93333vw;
  padding-left: 8vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .footerNav_childSubTitle {
    margin-top: 4.29688vw;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .footerNav_childSubTitle {
    margin-top: 44px;
  }
}
.footerNav_childSubTitle:first-child {
  border-top: none;
}

.footerNav_childContent {
  padding-right: 2.66667vw;
  padding-bottom: 2.66667vw;
  padding-left: 2.66667vw;
  border-bottom: 0.26667vw solid #fff;
}
@media (min-width: 768px) {
  .footerNav_childContent {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: none;
  }
}

.footerNav_contentList {
  background-color: #fff;
}
@media (min-width: 768px) {
  .footerNav_contentList {
    margin-top: 2.34375vw; 
    background-color: inherit;
  }
}
@media (min-width: 1024px) {
  .footerNav_contentList {
    margin-top: 24px;
  }
}

.footerNav_contentItem {
  position: relative;
  border-top: 0.13333vw solid #edebf1;
}
@media (min-width: 768px) {
  .footerNav_contentItem {
    margin-top: 0.48828vw;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-top: none;
    line-height: 2.1428;
  }
}
@media (min-width: 1024px) {
  .footerNav_contentItem {
    margin-top: 5px;
  }
}
.footerNav_contentItem a {
  display: block;
  padding-top: 4.66667vw;
  padding-right: 8vw;
  padding-bottom: 4.66667vw;
  padding-left: 8vw;
}
@media (min-width: 768px) {
  .footerNav_contentItem a {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.footerNav_contentItem a:visited,
.footerNav_contentItem a:link {
  text-decoration: none; 
  color: #333;
}
@media (min-width: 768px) {
  .footerNav_contentItem:hover {
    text-decoration: underline;
  }
}
.footerNav_contentItem:first-child {
  border-top: none;
}
@media (min-width: 768px) {
  .footerNav_contentItem:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .footerNav_contentItem:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .footerNav_contentItem.-multi a {
    line-height: 1.6;
  }
}

.footerNav_childContent .footerNav_contentItem {
  padding-right: 10.66667vw;
  padding-left: 10.66667vw;
}
@media (min-width: 768px) {
  .footerNav_childContent .footerNav_contentItem {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .footerNav_childContent .footerNav_contentItem {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .footerNav_title_bt {
    border-top: 1px solid #000 !important;
  }
}

.globalFooter_bottom {
  padding-right: 5.33333vw;
  padding-left: 5.33333vw;
  letter-spacing: -0.05em; 
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .globalFooter_bottom {
    margin-right: auto;
    margin-left: auto;
    padding-top: 3.90625vw;
    padding-right: 0;
    padding-left: 0;
    max-width: 1080px;
    font-size: 1.36719vw;
  }
}
@media (min-width: 1024px) {
  .globalFooter_bottom {
    padding-top: 40px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .globalFooter_bottom > div:first-child {
    display: flex;

    justify-content: center;
    align-items: center;
  }
}

.globalFooter_snsList {
  display: flex;
  margin-top: 10.26667vw; 

  justify-content: center;
}
@media (min-width: 768px) {
  .globalFooter_snsList {
    margin-top: 0;
  }
}

.globalFooter_snsItem {
  margin-left: 1.33333vw;
}
@media (min-width: 768px) {
  .globalFooter_snsItem {
    margin-left: 0.97656vw;
  }
}
@media (min-width: 1024px) {
  .globalFooter_snsItem {
    margin-left: 10px;
  }
}
.globalFooter_snsItem:first-child {
  margin-left: 0;
}

.globalFooter_snsLink {
  display: block;
  width: 11.33333vw;
}
@media (min-width: 768px) {
  .globalFooter_snsLink {
    width: 3.125vw;
    transition: opacity 0.2s;
  }
}
@media (min-width: 1024px) {
  .globalFooter_snsLink {
    width: 32px;
  }
}
.globalFooter_snsLink.-facebook,
.globalFooter_snsLink.-line {
  width: 11.33333vw;
}
@media (min-width: 768px) {
  .globalFooter_snsLink.-facebook,
  .globalFooter_snsLink.-line {
    width: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .globalFooter_snsLink.-facebook,
  .globalFooter_snsLink.-line {
    width: 32px;
  }
}
@media (min-width: 768px) {
  .globalFooter_snsLink:hover {
    opacity: 0.6;
  }
}
.globalFooter_snsLink img {
  width: 100%;
  height: auto;
}

.globalFooter_info {
  margin-top: 3.6vw;
}
@media (min-width: 768px) {
  .globalFooter_info {
    margin-top: 0;
    margin-left: 2.92969vw;
  }
}
@media (min-width: 1024px) {
  .globalFooter_info {
    margin-left: 30px;
  }
}

.globalFooter_infoLink {
  display: block;
  margin-right: auto;
  margin-left: auto; 
  width: 53.33333vw;
}
@media (min-width: 768px) {
  .globalFooter_infoLink {
    width: 23.4375vw;
    transition: opacity 0.2s;
  }
}
@media (min-width: 1024px) {
  .globalFooter_infoLink {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .globalFooter_infoLink:hover {
    opacity: 0.6;
  }
}
.globalFooter_infoLink img {
  width: 100%;
  height: auto;
}

.footerNav_bottomList {
  margin-top: 5.33333vw;
}
@media (min-width: 768px) {
  .footerNav_bottomList {
    display: flex;
    margin-top: 2.44141vw; 

    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .footerNav_bottomList {
    margin-top: 25px;
  }
}

.footerNav_bottomItem {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .footerNav_bottomItem:last-child {
    margin-left: 3.41797vw;
  }
}
@media (min-width: 1024px) {
  .footerNav_bottomItem:last-child {
    margin-left: 35px;
  }
}

.footerNav_BottomLink {
  display: block;
}
.footerNav_BottomLink:visited,
.footerNav_BottomLink:link {
  text-decoration: none; 
  color: #333;
}
@media (min-width: 768px) {
  .footerNav_BottomLink:hover {
    text-decoration: underline;
  }
}

.footerNav_otherList {
  display: flex;
  margin-top: 10.66667vw;
  padding-top: 7.33333vw;
  border-top: 0.4vw solid #dfdfdf; 

  justify-content: center;
}
@media (min-width: 768px) {
  .footerNav_otherList {
    margin-top: 3.22266vw;
    padding-top: 2.44141vw;
    border-width: 0.09766vw;
  }
}
@media (min-width: 1024px) {
  .footerNav_otherList {
    margin-top: 33px;
    padding-top: 25px;
    border-width: 1px;
  }
}

.footerNav_otherItem {
  position: relative;
}
.footerNav_otherItem:last-child::before {
  content: "|";
  display: inline-block;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media (min-width: 768px) {
  .footerNav_otherItem:last-child::before {
    margin-right: 1.46484vw;
    margin-left: 1.46484vw;
  }
}
@media (min-width: 1024px) {
  .footerNav_otherItem:last-child::before {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.footerNav_otherLink {
  line-height: 1;
}
.footerNav_otherLink:visited,
.footerNav_otherLink:link {
  text-decoration: none; 
  color: #333;
}
@media (min-width: 768px) {
  .footerNav_otherLink:hover {
    text-decoration: underline;
  }
}

.globalFooter_comapnyList {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .globalFooter_comapnyList {
    margin-top: 3.02734vw;
  }
}
@media (min-width: 1024px) {
  .globalFooter_comapnyList {
    margin-top: 31px;
  }
}

.globalFooter_comapnyLink {
  display: block;
  margin-right: auto;
  margin-left: auto;
  transition: opacity 0.2s;
}
.globalFooter_comapnyLink.-sanofi {
  width: 36.66667vw;
}
@media (min-width: 768px) {
  .globalFooter_comapnyLink.-sanofi {
    width: 13.47656vw;
  }
}
@media (min-width: 1024px) {
  .globalFooter_comapnyLink.-sanofi {
    width: 138px;
  }
}
.globalFooter_comapnyLink.-hisamitsu {
  margin-top: 2.66667vw; 
  width: 50.66667vw;
}
@media (min-width: 768px) {
  .globalFooter_comapnyLink.-hisamitsu {
    margin-top: 0.97656vw; 
    width: 18.45703vw;
  }
}
@media (min-width: 1024px) {
  .globalFooter_comapnyLink.-hisamitsu {
    margin-top: 10px; 
    width: 189px;
  }
}
@media (min-width: 768px) {
  .globalFooter_comapnyLink:hover {
    opacity: 0.6;
  }
}

.copy {
  margin-top: 7.33333vw;
  text-align: center; 
  letter-spacing: 0.02em;
  color: #333;
  font-size: 2.66667vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .copy {
    margin-top: 1.66016vw;
    font-size: 0.97656vw;
  }
}
@media (min-width: 1024px) {
  .copy {
    margin-top: 17px;
    font-size: 10px;
  }
}

.update {
  margin-top: 2.66667vw;
  text-align: center; 
  letter-spacing: 0.02em;
  color: #333;
  font-size: 2.66667vw;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .update {
    margin-top: 1.66016vw;
    font-size: 0.97656vw;
  }
}
@media (min-width: 1024px) {
  .update {
    margin-top: 17px;
    font-size: 10px;
  }
}

.footerArow {
  position: relative;
  cursor: pointer;
}
.footerArow::before,
.footerArow::after {
  content: ""; 
  position: absolute;
  top: 50%;
  right: 8.8vw;
}
@media (min-width: 768px) {
  .footerArow::before,
  .footerArow::after {
    top: 0.29297vw;
    right: auto;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .footerArow::before,
  .footerArow::after {
    top: 3px;
  }
}
.footerArow::before {
  margin-top: -0.8vw;
  border-top: 0.26667vw solid #5a2781;
  border-right: 0.26667vw solid #5a2781;
  width: 2.13333vw;
  height: 2.13333vw;
  transition: -webkit-transform 0.02s;
  transition: transform 0.02s;
  transition: transform 0.02s, -webkit-transform 0.02s; 
  -webkit-transform: rotate(45deg); 
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 768px) {
  .footerArow::before {
    margin-top: 0;
    border-width: 0.26667vw; 
    width: 0.78125vw;
    height: 0.78125vw;
  }
}
@media (min-width: 1024px) {
  .footerArow::before {
    border-width: 2px; 
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 768px) {
  .footerArow.footerNav_title,
  .footerArow.footerNav_contentItem {
    padding-left: 1.85547vw;
  }
}
@media (min-width: 1024px) {
  .footerArow.footerNav_title,
  .footerArow.footerNav_contentItem {
    padding-left: 19px;
  }
}
@media (min-width: 768px) {
  .footerArow.footerNav_contentItem::before,
  .footerArow.footerNav_contentItem::after {
    top: 0.87891vw;
  }
}
@media (min-width: 1024px) {
  .footerArow.footerNav_contentItem::before,
  .footerArow.footerNav_contentItem::after {
    top: 9px;
  }
}
@media (min-width: 768px) {
  .footerArow.footerNav_childTitle {
    padding-left: 1.85547vw;
  }
}
@media (min-width: 1024px) {
  .footerArow.footerNav_childTitle {
    padding-left: 19px;
  }
}
@media (min-width: 768px) {
  .footerArow.footerNav_BottomLink {
    padding-left: 2.05078vw;
  }
}
@media (min-width: 1024px) {
  .footerArow.footerNav_BottomLink {
    padding-left: 21px;
  }
}
@media (max-width: 767.98px) {
  .footerArow.footerNav_BottomLink::before,
  .footerArow.footerNav_BottomLink::after {
    display: inline-block;
    position: static;
    margin-right: 2.13333vw;
  }
}
@media (min-width: 768px) {
  .footerArow.footerNav_BottomLink::before,
  .footerArow.footerNav_BottomLink::after {
    top: 0.58594vw;
  }
}
@media (min-width: 1024px) {
  .footerArow.footerNav_BottomLink::before,
  .footerArow.footerNav_BottomLink::after {
    top: 6px;
  }
}
@media (min-width: 768px) {
  .footerArow.-pickUp::before,
  .footerArow.-pickUp::after {
    top: 0.58594vw;
  }
}
@media (min-width: 1024px) {
  .footerArow.-pickUp::before,
  .footerArow.-pickUp::after {
    top: 6px;
  }
}

@media (max-width: 767.98px) {
  label.footerNav_title::before,
  label.footerNav_title::after {
    content: ""; 
    position: absolute;
    top: 50%;
    right: 8.26667vw;
  }
}

@media (max-width: 767.98px) {
  label.footerNav_title::before {
    margin-top: -0.8vw;
    border-top: 0.26667vw solid #5a2781;
    border-right: 0.26667vw solid #5a2781;
    width: 2.13333vw;
    height: 2.13333vw;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s; 
    -webkit-transform: rotate(135deg); 
            transform: rotate(135deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@media (max-width: 767.98px) {
  .footerNav_check:checked + label.footerNav_title::before {
    margin-top: -0.26667vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media (min-width: 768px) {
  label.footerNav_title {
    pointer-events: none;
  }
}

@media (min-width: 768px) {
  p.footerNav_title {
    margin-top: 3.90625vw; 
    pointer-events: none;
  }
}

@media (min-width: 1024px) {
  p.footerNav_title {
    margin-top: 40px;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}