@charset "UTF-8";

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
.privacy-cont__block-wrap{
* {
  box-sizing: border-box
}

font-size: 1.1rem;
&:after,
&:before {
  box-sizing: inherit
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0
}
ul{
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0
}

h3{
  background: none !important;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  border: 0;
  border-top: 1px solid;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
  text-decoration: underline dotted currentColor
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  vertical-align: bottom
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset,
option {
  padding: 0
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

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

caption {
  text-align: left
}

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

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

[hidden],
template {
  display: none
}



* {
  letter-spacing: 0;
  letter-spacing: var(--spacing)
}


body.pc img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges
}

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

a {
  color: #333
}

a[href^="tel:"] {
  cursor: default
}

.image {
  height: 0;
  overflow: hidden
}

.l-loader {
  background: #fff;
  background: linear-gradient(-90deg, #f6f6f5, #f6f6f5 25%, hsla(60, 5%, 96%, 0));
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 400% 150%;
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity .6s cubic-bezier(.2, .65, .45, 1) .3s, background-size .5s cubic-bezier(.2, .65, .45, 1) .15s;
  width: 100%;
  z-index: 99999999
}

.l-loader.is-loaded {
  background-size: 150% 100%;
  opacity: 0
}

.gnav-open .l-header {
  z-index: 20
}

.gnav-open .l-header__gnav {
  right: 0
}

.gnav-open .l-header__gnav-bg {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  visibility: visible
}

.gnav-open .l-header__menu {
  transition: all .5s cubic-bezier(.43, .05, .17, 1)
}

.gnav-open .l-header__menu:after,
.gnav-open .l-header__menu:before {
  background: #c10000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -2rem;
  width: 2rem
}

.gnav-open .l-header__menu:before {
  transform: rotate(45deg)
}

.gnav-open .l-header__menu:after {
  transform: rotate(-45deg)
}

.gnav-open .l-header__menu span:after {
  content: "Close"
}

.gnav-open .l-header__menu span i {
  opacity: 0
}

.gnav-open .js-slide,
.gnav-open .l-footer,
.gnav-open .l-header__fixed-nav,
.gnav-open .l-header__logo,
.gnav-open .l-header__sub {
  transform: translateX(-8rem)
}

.js-slide {
  position: relative;
  transition: all .5s cubic-bezier(.43, .05, .17, 1)
}

.l-header {
  background: #fff;
  height: 0;
  margin-bottom: -1px;
  position: relative;
  z-index: 20
}

.l-header__logo {
  font-size: 0;
  left: 1.5rem;
  position: relative;
  top: 1.5rem;
  width: 25rem
}

.l-header__logo .text {
  fill: #333
}

.l-header__nav-box {
  display: none
}

.l-header .l-sub-nav {
  margin-bottom: 1rem
}

.l-header .l-sub-nav__list {
  align-items: center;
  display: flex;
  gap: 0 2.2rem
}

.l-header .l-sub-nav__item {
  position: relative;
  white-space: nowrap
}

.l-header .l-sub-nav__item a {
  display: block;
  font-size: 1rem;
  font-size: 1.3rem;
  line-height: normal;
  transition: color .6s cubic-bezier(.2, .68, .24, 1)
}

.l-header .l-sub-nav__item a span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 1
}

.l-header .l-sub-nav__item a span:before {
  background-color: #333;
  bottom: -.1rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform .4s cubic-bezier(.645, .245, .355, 1);
  width: 100%;
  z-index: -1
}

.l-header .l-hnav__list {
  align-items: center;
  display: flex;
  gap: 0 3.6rem
}

.l-header .l-hnav__item.--has-child>a:after {
  border-color: transparent transparent hsla(0, 0%, 100%, .8);
  border-style: solid;
  border-width: 0 8px 8px;
  bottom: -.1rem;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -.8rem;
  opacity: 0;
  position: absolute;
  transition: all .2s;
  width: 0;
  z-index: 1
}

.l-header .l-hnav__item.js-open>a {
  z-index: 110
}

.l-header .l-hnav__item.js-open>a>span:before {
  transform: scaleX(1);
  transform-origin: 0 0
}

.l-header .l-hnav__item.js-open>a>span:after {
  opacity: 1;
  transform: rotateX(0)
}

.l-header .l-hnav__item.js-open>a .words {
  opacity: 0;
  transform: rotateX(-90deg)
}

.l-header .l-hnav__item.js-open .l-hnav__popup-heading .heading-img-inner {
  transform: translateZ(0)
}

.l-header .l-hnav__item>a {
  display: block;
  font-size: 16px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 1
}

.l-header .l-hnav__item>a>span {
  display: inline-block;
  position: relative
}

.l-header .l-hnav__item>a>span:before {
  background-color: #333;
  bottom: -.2rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform .4s cubic-bezier(.645, .245, .355, 1);
  width: 100%;
  z-index: -1
}

.l-header .l-hnav__item>a>span:after {
  content: attr(data-text) "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateX(90deg)
}

.l-header .l-hnav__item>a .words,
.l-header .l-hnav__item>a>span:after {
  backface-visibility: hidden;
  transform-origin: 50% 50% .7em;
  transition-duration: .6s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(.2, .68, .24, 1)
}

.l-header .l-hnav__item>a .words {
  display: block;
  opacity: 1;
  position: relative
}

.l-header .l-hnav__popup-heading .heading-img .heading-img-inner {
  transform: translateZ(0) scale(1.085);
  transition: transform .85s cubic-bezier(.65, 0, .25, 1) .05s
}

.l-header .l-hnav__popup-heading .heading-ttl>span {
  display: inline-block;
  position: relative
}

.l-header .l-hnav__popup-heading .heading-ttl>span:before {
  background-color: #333;
  bottom: -.2rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform .4s cubic-bezier(.645, .245, .355, 1);
  width: 100%;
  z-index: -1
}

.l-header .l-hnav__popup-heading .heading-ttl>span:after {
  content: attr(data-text) "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateX(90deg)
}

.l-header .l-hnav__popup-heading .heading-ttl .words,
.l-header .l-hnav__popup-heading .heading-ttl>span:after {
  backface-visibility: hidden;
  transform-origin: 50% 50% .7em;
  transition-duration: .6s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(.2, .68, .24, 1)
}

.l-header .l-hnav__popup-heading .heading-ttl .words {
  display: block;
  opacity: 1;
  position: relative
}

.l-header .l-hnav__popup-heading .heading-ttl .btn-arw {
  position: absolute;
  right: 0;
  top: calc(50% - 1.9rem);
  transform: scale(.65);
  transform-origin: right center
}

.l-header .l-hnav__popup-bg {
  background: rgba(0, 0, 0, .3);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: visibility .3s, opacity .3s;
  visibility: hidden;
  width: 100%;
  z-index: -1
}

.l-header__nav-btn {
  display: none
}

.l-header__nav-btn>a {
  grid-gap: 0 1.05rem;
  align-content: center;
  align-items: center;
  background: #c10000;
  display: grid;
  grid-template-columns: 2rem auto;
  height: 100%;
  justify-content: center;
  justify-items: center;
  place-content: center;
  place-items: center;
  position: relative;
  width: 20rem;
  z-index: 0
}

.l-header__nav-btn>a:before {
  background-color: #991200;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform .6s cubic-bezier(.2, .68, .24, 1);
  width: 100%;
  z-index: 1
}

.l-header__nav-btn .btn-icon {
  position: relative;
  z-index: 2
}

.l-header__nav-btn .btn-icon svg {
  fill: none;
  stroke: #fff;
  display: block;
  height: 2rem;
  width: 2rem
}

.l-header__nav-btn .btn-icon svg .st0 {
  fill: none;
  stroke: #fff;
}

.l-header__nav-btn .btn-txt {
  color: #fff;
  font-size: 16px;
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  z-index: 2
}

.l-header__nav-btn .btn-txt span {
  -webkit-clip-path: inset(0 0 -.1em);
  clip-path: inset(0 0 -.1em);
  display: inline-block;
  line-height: 1.1;
  position: relative
}

.l-header__nav-btn .btn-txt span>span {
  backface-visibility: hidden;
  display: block;
  opacity: 1;
  position: relative;
  transform-origin: 50% 50% .7em
}

.l-header__gnav {
  bottom: 0;
  left: auto;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right .5s cubic-bezier(.43, .05, .17, 1);
  width: calc(100% - 3rem);
  z-index: 110
}

.l-header__gnav-bg {
  background: rgba(0, 0, 0, .5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: visibility .3s, opacity .3s;
  visibility: hidden;
  width: 100%;
  z-index: -1
}

.l-header__gnav-inner {
  background: #fff;
  bottom: 0;
  left: 0;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 4rem 3rem;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible;
  z-index: 1
}

.l-header .l-gnav__header {
  margin-bottom: 2rem
}

.l-header .l-gnav__logo {
  font-size: 0;
  transition: none;
  width: 23rem
}

.l-header .l-gnav__logo a {
  display: block
}

.l-header .l-gnav__nav {
  border-top: .5px solid #d4d3d3;
  position: relative
}

.l-header .l-gnav__nav-unit {
  border-bottom: .5px solid #d4d3d3
}

.l-header .l-gnav__nav-ttl.js-open>span {
  font-weight: 700
}

.l-header .l-gnav__nav-ttl.js-open>span:before {
  opacity: 0;
  transform: rotate(90deg)
}

.l-header .l-gnav__nav-ttl>a,
.l-header .l-gnav__nav-ttl>span {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  height: 6rem;
  padding-right: 3.5rem;
  position: relative;
  width: 100%
}

.l-header .l-gnav__nav-ttl>a .icon-blank {
  display: inline-block;
  margin-left: .5rem;
  position: relative;
  top: -.1rem
}

.l-header .l-gnav__nav-ttl>a .icon-blank svg {
  fill: #fff;
  height: 1rem;
  width: 1rem
}

.l-header .l-gnav__nav-ttl>span {
  cursor: pointer
}

.l-header .l-gnav__nav-ttl>span:before {
  background-color: #c10000;
  content: "";
  height: 1.9rem;
  position: absolute;
  right: .9rem;
  top: calc(50% - .9rem);
  transition: all .2s;
  width: 1px
}

.l-header .l-gnav__nav-ttl>span:after {
  background-color: #c10000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all .2s;
  width: 1.9rem
}

.l-header .l-gnav__nav-list {
  display: none;
  padding: 0 0 1.85rem 2rem;
  position: relative
}

.l-header .l-gnav__nav-item {
  margin-bottom: 1.25rem;
  position: relative
}

.l-header .l-gnav__nav-item:last-child {
  margin-bottom: 0
}

.l-header .l-gnav__nav-item>a {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative
}

.l-header .l-gnav__nav-item .event-list {
  margin-top: 1.05rem;
  padding-left: 2rem
}

.l-header .l-gnav__nav-item .event-item {
  margin-bottom: 1.05rem
}

.l-header .l-gnav__nav-item .event-item:last-child {
  margin-bottom: 0
}

.l-header .l-gnav__nav-item .event-item>a {
  color: #a09c9c;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative
}

.l-header__fixed-nav {
  bottom: 0;
  box-shadow: 0 .5rem 2rem 0 rgba(15, 5, 0, .1);
  height: 6rem;
  left: 0;
  position: fixed;
  right: 0;
  transition: all .5s cubic-bezier(.43, .05, .17, 1);
  width: calc(100% - 6rem);
  z-index: 100
}

.l-header__fixed-nav-list {
  display: flex;
  height: 100%
}

.l-header__fixed-nav-item {
  display: block;
  flex: 1 1 auto;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1
}

.l-header__fixed-nav-item>a {
  grid-gap: 0 1rem;
  align-content: center;
  align-items: center;
  background: #c10000;
  color: #fff;
  display: grid;
  grid-template-columns: 2rem auto;
  height: 100%;
  justify-content: center;
  justify-items: center;
  place-content: center;
  place-items: center;
  position: relative;
  transition: all .5s cubic-bezier(.43, .05, .17, 1);
  width: 100%
}

.l-header__fixed-nav-item .item-icon svg {
  fill: none;
  stroke: #fff;
  display: block;
  height: 2.15rem;
  width: 2.15rem
}

.l-header__fixed-nav-item .item-txt {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700
}

.l-header__menu {
  backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  color: #c10000;
  cursor: pointer;
  height: 6rem;
  position: fixed;
  right: 0;
  transition: all .5s cubic-bezier(.43, .05, .17, 1);
  width: 6rem;
  z-index: 111
}

.l-header__menu span {
  display: flex;
  height: 2.9rem;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2.1rem;
  width: 100%;
  z-index: 10
}

.l-header__menu span:after {
  bottom: 0;
  color: #c10000;
  content: "Menu";
  display: block;
  font-family: Marcellus, serif;
  font-size: 13px;
  font-size: 1.3rem;
  height: auto;
  left: 0;
  line-height: normal;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 1
}

.l-header__menu span i {
  background-color: #c10000;
  border-radius: 50%;
  display: block;
  height: .4rem;
  margin: .2rem .1rem;
  transition: all .3s ease-out;
  width: .4rem
}

.l-footer {
  background: #2c2a29;
  color: #fff;
  padding: 6rem 0 9rem;
  position: relative;
  z-index: 1
}

.l-footer__top {
  margin-bottom: 8.75rem
}

.l-footer__top-inner {
  position: relative
}

.l-footer__info {
  margin-bottom: 4.35rem
}

.l-footer__info-logo {
  margin-bottom: 3.75rem
}

.l-footer__info-logo span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: .5em
}

.l-footer__info-txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692
}

.l-footer__nav-item {
  margin-bottom: 3.75rem
}

.l-footer__nav-item.--has-child .item-link {
  display: none
}

.l-footer__nav-item.--has-child .item-trigger {
  display: inline
}

.l-footer__nav-item .item-link,
.l-footer__nav-item .item-trigger {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative
}

.l-footer__nav-item .item-link {
  position: relative
}

.l-footer__nav-item .item-link>span {
  display: inline-block;
  position: relative
}

.l-footer__nav-item .item-link>span:before {
  background-color: #fff;
  bottom: -.2rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform .4s cubic-bezier(.645, .245, .355, 1);
  width: 100%;
  z-index: -1
}

.l-footer__nav-item .item-link>span:after {
  content: attr(data-text) "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateX(90deg)
}

.l-footer__nav-item .item-link .words,
.l-footer__nav-item .item-link>span:after {
  backface-visibility: hidden;
  transform-origin: 50% 50% .7em;
  transition-duration: .6s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(.2, .68, .24, 1)
}

.l-footer__nav-item .item-link .words {
  display: block;
  opacity: 1;
  position: relative
}

.l-footer__nav-item .item-trigger {
  cursor: pointer;
  padding-right: 3rem
}

.l-footer__nav-item .item-trigger:before {
  background-color: #fff;
  content: "";
  height: 1.9rem;
  position: absolute;
  right: .9rem;
  top: calc(50% - .9rem);
  transition: all .2s;
  width: 1px
}

.l-footer__nav-item .item-trigger:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all .2s;
  width: 1.9rem
}

.l-footer__nav-item .item-trigger.js-open:before {
  opacity: 0;
  transform: rotate(90deg)
}

.l-footer__nav-child-list {
  display: none;
  margin: 2rem 0 0 2em;
  padding: 0
}

.l-footer__nav-child-item {
  margin-bottom: 1.25rem
}

.l-footer__nav-child-item.--sp {
  display: block
}

.l-footer__nav-child-item:last-child {
  margin-bottom: 0
}

.l-footer__nav-child-item>a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative
}

.l-footer__nav-child-item .event-list {
  margin-top: 1.05rem;
  padding-left: 2rem
}

.l-footer__nav-child-item .event-item {
  margin-bottom: 1.05rem
}

.l-footer__nav-child-item .event-item:last-child {
  margin-bottom: 0
}

.l-footer__nav-child-item .event-item>a {
  color: #a09c9c;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative
}

.l-footer__bottom-inner {
  text-align: center
}

.l-footer__subNav {
  margin-bottom: 3.25rem
}

.l-footer__subNav-list {
  display: flex;
  gap: 0 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.l-footer__subNav-item .item-link {
  color: #fff;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  opacity: .7
}

.l-footer__copyright {
  color: #fff;
  font-family: Marcellus, serif;
  font-size: 12px;
  font-size: 1.2rem
}




main {
  position: relative
}


.container,
.container-s {
  padding: 0 1.5rem
}

.sec-cta {
  background-color: #555;
  color: #fff;
  padding: 12.2rem 0;
  position: relative
}

.sec-cta:before {
  background: rgba(34, 33, 30, .7);
  top: 0
}

.sec-cta:after,
.sec-cta:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2
}

.sec-cta:after {
  background-image: url(/assets/img/cta_logo.png);
  background-position: 13.5% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0
}

.sec-cta__inner {
  position: relative;
  text-align: center;
  z-index: 3
}

.sec-cta__btn {
  align-items: center;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  height: 45.6rem;
  justify-content: center;
  left: 50%;
  padding-top: 7rem;
  position: relative;
  transform: translateX(-50%);
  width: 45.6rem
}

.sec-cta__btnTxt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.5rem
}

.sec-cta__btnTtl {
  --spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5833333333
}

.sec-cta .btn-arw {
  margin-top: 3.5rem
}

.sec-cta__btnCircle {
  border-radius: 50%;
  display: inline-block;
  height: 45.6rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 45.6rem
}

.sec-cta__btnCircle:before {
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  height: 100%;
  transition: all 1.5s cubic-bezier(.23, 1, .32, 1), border .3s ease;
  width: 100%
}

.sec-cta__btnCircle:after,
.sec-cta__btnCircle:before {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.sec-cta__btnCircle svg {
  display: none
}

.sec-cta__btnCircle svg circle {
  fill: transparent;
  stroke: #fff;
  stroke-dasharray: 1300px;
  stroke-dashoffset: 1300px;
  stroke-width: 1px;
  backface-visibility: hidden;
  transition: stroke-dashoffset .8s cubic-bezier(.23, 1, .32, 1)
}

.sec-cta__img {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1
}

.sec-cta__img>div {
  height: 120%
}

.sec-cta__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateY(-50%);
  width: 100%
}

.c-pagetop>a {
  align-items: center;
  border: .5px solid rgba(26, 19, 17, .1);
  border-radius: 50%;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color .8s cubic-bezier(.45, .12, .04, .96);
  width: 4.4rem
}

.c-pagetop>a .btn-arw {
  border-top: 1px solid #333;
  font-size: 0;
  padding-top: .4rem;
  position: relative;
  transition: border-top-color .6s cubic-bezier(.45, .12, .04, .96)
}

.c-pagetop>a .btn-arw svg {
  fill: #333;
  height: 1.1rem;
  transform: rotate(-90deg);
  transition: fill .6s cubic-bezier(.45, .12, .04, .96);
  width: 1.1rem
}

.l-breadcrumbs {
  padding: 1rem .9rem;
  position: relative;
  z-index: 5
}

.pageBread {
  margin-left: -.6rem;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap
}

.pageBread>span>span {
  font-family: Noto Sans JP, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, source-han-sans-japanese, -apple-system, blinkmacsystemfont, roboto, Segoe UI, Helvetica Neue, helveticaneue, verdana, meiryo, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  position: relative
}

.pageBread>span>span:after {
  background-image: url(/assets/img/icon_arw2.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  content: "";
  display: inline-block;
  height: .7rem;
  position: relative;
  top: -.1em;
  width: 1rem
}

.pageBread>span>span.breadcrumb_last {
  margin: 0 .6em
}

.pageBread>span>span.breadcrumb_last:after {
  display: none
}

.pageBread>span>span a {
  margin: 0 .9em;
  opacity: .5;
  position: relative
}

.c-heading01 {
  margin-bottom: 3.1rem
}

.c-heading01.sp-s .jp {
  margin-top: 1.15rem
}

.c-heading01 .en {
  color: #c10000;
  font-family: Marcellus, serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.35;
  position: relative
}

.c-heading01 .jp {
  line-height: 1.7;
  margin-top: 2.15rem
}

.c-heading01 .jp,
.c-heading02 {
  --spacing: 0.05em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400
}

.c-heading02 {
  border: 1px solid #d4d3d3;
  border-radius: .5rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  padding: 1.5rem 2rem;
  position: relative
}

.c-heading02:first-child {
  margin-top: 0
}

.c-heading02:before {
  background: #c10000;
  content: "";
  height: calc(100% - 1.75em);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px
}

.c-btn01 {
  align-items: center;
  border: 1px solid #d4d3d3;
  display: inline-flex;
  height: 6rem;
  min-width: 24.2rem;
  padding: .5rem 6.5rem .5rem 2.5rem;
  position: relative
}

.c-btn01 .btn-arw {
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 1.9rem)
}

.c-btn01__txt {
  -webkit-clip-path: inset(0 0 -.1em);
  clip-path: inset(0 0 -.1em);
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  position: relative;
  z-index: 1
}

.c-btn01__txt>span {
  backface-visibility: hidden;
  opacity: 1;
  transform-origin: 50% 50% .7em
}

.btn-arw,
.c-btn01__txt>span {
  display: block;
  position: relative
}

.btn-arw {
  background: #c10000;
  height: 3.8rem;
  width: 3.8rem
}

.btn-arw img {
  height: .84rem;
  margin-right: 1.3rem;
  position: absolute;
  right: 0;
  top: 1.5rem;
  width: 1.2rem
}

.c-btn02 {
  align-items: center;
  background: #c10000;
  display: inline-flex;
  font-family: Noto Sans JP, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, source-han-sans-japanese, -apple-system, blinkmacsystemfont, roboto, Segoe UI, Helvetica Neue, helveticaneue, verdana, meiryo, sans-serif;
  height: 5.2rem;
  justify-content: center;
  min-width: 23.5rem;
  overflow: hidden;
  padding: 1rem 2.5rem;
  position: relative;
  white-space: nowrap;
  z-index: 0
}

.c-btn02 .btn-arw {
  background: transparent;
  content: "";
  height: 2rem;
  margin-top: -1rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 2rem
}

.c-btn02 .btn-arw img {
  height: .84rem;
  margin-right: .4rem;
  position: absolute;
  right: 0;
  top: .68rem;
  width: 1.2rem
}

.c-btn02__txt {
  -webkit-clip-path: inset(0 0 -.2em);
  clip-path: inset(0 0 -.2em);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  z-index: 1
}

.c-btn02__txt>span {
  backface-visibility: hidden;
  display: block;
  opacity: 1;
  position: relative;
  transform-origin: 50% 50% .7em
}

@keyframes rightToLeft {
  0% {
    right: 0
  }

  25% {
    opacity: 0;
    right: -.3rem
  }

  50% {
    opacity: 0;
    right: .3rem
  }

  to {
    opacity: 1;
    right: 0
  }
}

@keyframes leftToRight {
  0% {
    left: 0
  }

  25% {
    left: -.3rem;
    opacity: 0
  }

  50% {
    left: .3rem;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

@keyframes bottomToTop {
  0% {
    top: 0
  }

  25% {
    opacity: 0;
    top: -.3rem
  }

  50% {
    opacity: 0;
    top: .3rem
  }

  to {
    opacity: 1;
    top: 0
  }
}

.c-mv {
  background: #fcf9f8;
  position: relative;
  z-index: 1
}

.c-mv.--img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.c-mv.--img:before {
  background: rgba(0, 0, 0, .4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.c-mv.--img .c-mv__inner {
  height: 30rem;
  position: relative;
  z-index: 2
}

.c-mv.--img .c-heading01 {
  margin-bottom: 0
}

.c-mv.--img .c-heading01 .en,
.c-mv.--img .c-heading01 .jp {
  color: #fff
}

.c-mv__inner {
  height: 23.5rem;
  position: relative
}

.c-mv__ttl {
  left: 0;
  margin-bottom: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(calc(2.5rem - 50%))
}

.c-mv__ttl.c-heading01 .jp {
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: .75rem
}

.inview {
  opacity: 0;
  transition: opacity 1s .15s, transform 1s cubic-bezier(.2, .68, .24, 1) .05s
}

.inview.fade-up {
  transform: translate3d(0, 3rem, 0) rotate(.0001deg)
}

.inview.fade-up.js-animate {
  transform: translateZ(0)
}

.inview.fade-down {
  transform: translate3d(0, -3rem, 0) rotate(.0001deg)
}

.inview.fade-down.js-animate {
  transform: translateZ(0)
}

.inview.fade-left {
  transform: translate3d(2.5rem, 0, 0) rotate(.0001deg)
}

.inview.fade-left.js-animate {
  transform: translateZ(0)
}

.inview.fade-right {
  transform: translate3d(-2.5rem, 0, 0) rotate(.0001deg)
}

.inview.fade-right.js-animate {
  transform: translateZ(0)
}

.inview.js-animate,
.inview.js-animate .js-word-separate>span {
  opacity: 1
}

.inview.js-animate .image-inner {
  transform: translateZ(0)
}

.inview .js-word-separate>span {
  opacity: 0;
  transition: opacity 2.5s
}

.inview .js-word-separate>span:first-of-type {
  transition-delay: .1s
}

.inview .js-word-separate>span:nth-of-type(2) {
  transition-delay: .165s
}

.inview .js-word-separate>span:nth-of-type(3) {
  transition-delay: .23s
}

.inview .js-word-separate>span:nth-of-type(4) {
  transition-delay: .295s
}

.inview .js-word-separate>span:nth-of-type(5) {
  transition-delay: .36s
}

.inview .js-word-separate>span:nth-of-type(6) {
  transition-delay: .425s
}

.inview .js-word-separate>span:nth-of-type(7) {
  transition-delay: .49s
}

.inview .js-word-separate>span:nth-of-type(8) {
  transition-delay: .555s
}

.inview .js-word-separate>span:nth-of-type(9) {
  transition-delay: .62s
}

.inview .js-word-separate>span:nth-of-type(10) {
  transition-delay: .685s
}

.inview .js-word-separate>span:nth-of-type(11) {
  transition-delay: .75s
}

.inview .js-word-separate>span:nth-of-type(12) {
  transition-delay: .815s
}

.inview .js-word-separate>span:nth-of-type(13) {
  transition-delay: .88s
}

.inview .js-word-separate>span:nth-of-type(14) {
  transition-delay: .945s
}

.inview .js-word-separate>span:nth-of-type(15) {
  transition-delay: 1.01s
}

.inview .js-word-separate>span:nth-of-type(16) {
  transition-delay: 1.075s
}

.inview .js-word-separate>span:nth-of-type(17) {
  transition-delay: 1.14s
}

.inview .js-word-separate>span:nth-of-type(18) {
  transition-delay: 1.205s
}

.inview .js-word-separate>span:nth-of-type(19) {
  transition-delay: 1.27s
}

.inview .js-word-separate>span:nth-of-type(20) {
  transition-delay: 1.335s
}

.inview .js-word-separate>span:nth-of-type(21) {
  transition-delay: 1.4s
}

.inview .js-word-separate>span:nth-of-type(22) {
  transition-delay: 1.465s
}

.inview .js-word-separate>span:nth-of-type(23) {
  transition-delay: 1.53s
}

.inview .js-word-separate>span:nth-of-type(24) {
  transition-delay: 1.595s
}

.inview .js-word-separate>span:nth-of-type(25) {
  transition-delay: 1.66s
}

.inview .js-word-separate>span:nth-of-type(26) {
  transition-delay: 1.725s
}

.inview .js-word-separate>span:nth-of-type(27) {
  transition-delay: 1.79s
}

.inview .js-word-separate>span:nth-of-type(28) {
  transition-delay: 1.855s
}

.inview .js-word-separate>span:nth-of-type(29) {
  transition-delay: 1.92s
}

.inview .js-word-separate>span:nth-of-type(30) {
  transition-delay: 1.985s
}

.inview .js-word-separate>span:nth-of-type(31) {
  transition-delay: 2.05s
}

.inview .js-word-separate>span:nth-of-type(32) {
  transition-delay: 2.115s
}

.inview .js-word-separate>span:nth-of-type(33) {
  transition-delay: 2.18s
}

.inview .js-word-separate>span:nth-of-type(34) {
  transition-delay: 2.245s
}

.inview .js-word-separate>span:nth-of-type(35) {
  transition-delay: 2.31s
}

.inview .js-word-separate>span:nth-of-type(36) {
  transition-delay: 2.375s
}

.inview .js-word-separate>span:nth-of-type(37) {
  transition-delay: 2.44s
}

.inview .js-word-separate>span:nth-of-type(38) {
  transition-delay: 2.505s
}

.inview .js-word-separate>span:nth-of-type(39) {
  transition-delay: 2.57s
}

.inview .js-word-separate>span:nth-of-type(40) {
  transition-delay: 2.635s
}

.inview .js-word-separate>span:nth-of-type(41) {
  transition-delay: 2.7s
}

.inview .js-word-separate>span:nth-of-type(42) {
  transition-delay: 2.765s
}

.inview .js-word-separate>span:nth-of-type(43) {
  transition-delay: 2.83s
}

.inview .js-word-separate>span:nth-of-type(44) {
  transition-delay: 2.895s
}

.inview .js-word-separate>span:nth-of-type(45) {
  transition-delay: 2.96s
}

.inview .js-word-separate>span:nth-of-type(46) {
  transition-delay: 3.025s
}

.inview .js-word-separate>span:nth-of-type(47) {
  transition-delay: 3.09s
}

.inview .js-word-separate>span:nth-of-type(48) {
  transition-delay: 3.155s
}

.inview .js-word-separate>span:nth-of-type(49) {
  transition-delay: 3.22s
}

.inview .js-word-separate>span:nth-of-type(50) {
  transition-delay: 3.285s
}

.inview .js-word-separate>span:nth-of-type(51) {
  transition-delay: 3.35s
}

.inview .js-word-separate>span:nth-of-type(52) {
  transition-delay: 3.415s
}

.inview .js-word-separate>span:nth-of-type(53) {
  transition-delay: 3.48s
}

.inview .js-word-separate>span:nth-of-type(54) {
  transition-delay: 3.545s
}

.inview .js-word-separate>span:nth-of-type(55) {
  transition-delay: 3.61s
}

.inview .js-word-separate>span:nth-of-type(56) {
  transition-delay: 3.675s
}

.inview .image-inner {
  transform: translateZ(0) scale(1.085);
  transition: transform .85s cubic-bezier(.65, 0, .25, 1) .15s
}

.is-inline-l,
.is-inline-m,
.is-inline-ml,
.is-inline-s,
.is-inline-sm,
.is-inline-xl,
.is-inline-xs,
.is-inline-xxl,
.is-inline-xxs {
  display: inline
}

.is-none-l,
.is-none-m,
.is-none-ml,
.is-none-s,
.is-none-sm,
.is-none-xl,
.is-none-xs,
.is-none-xxl,
.is-none-xxs {
  display: none
}

.mt1em {
  margin-top: 1em !important
}

.mt2em {
  margin-top: 2em !important
}

.mt3em {
  margin-top: 3em !important
}

.mt4em {
  margin-top: 4em !important
}

.mt5em {
  margin-top: 5em !important
}

.mb0 {
  margin-bottom: 0 !important
}

.mb1em {
  margin-bottom: 1em !important
}

.mb2em {
  margin-bottom: 2em !important
}

.mb3em {
  margin-bottom: 3em !important
}

.mb4em {
  margin-bottom: 4em !important
}

.mb5em {
  margin-bottom: 5em !important
}

.tal {
  text-align: left
}

.tac {
  text-align: center
}

.tar {
  text-align: right
}

.privacy-cont {
  padding: 5.5rem 0 10rem;
  position: relative
}

.privacy-cont__section {
  margin-bottom: 5rem
}

.privacy-cont__section:last-child {
  margin-bottom: 0
}

.privacy-cont__inner {
  position: relative
}

.privacy-cont__block {
  margin-bottom: 3.5rem
}

.guideline .privacy-cont__block {
  margin-bottom: 2rem
}

.privacy-cont__block:last-child {
  margin-bottom: 0
}

.privacy-cont__ttl {
  --spacing: 0.05em;
  background: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 2em 0 1.5em;
  padding: 1.5rem 2rem;
  position: relative
}

.privacy-cont__ttl:first-child {
  margin-top: 0
}

.privacy-cont__ttl:before {
  background: #c10000;
  content: "";
  height: calc(100% - 3rem);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px
}

.privacy-cont__block-ttl {
  border-bottom: 1px solid #d4d3d3;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6667;
  margin: 2em 0 1.5em;
  padding-bottom: .75em;
  position: relative
}

.privacy-cont__block-ttl:first-child {
  margin-top: 0
}

.privacy-cont__block-ttl:before {
  background: #c10000;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 7.5rem
}

.privacy-cont__block-ttl_s {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  /* margin-bottom: 1.5em; */
  margin-bottom: 0.25em;
  font-weight: 600;
}


.privacy-cont__txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 1.5em
}

.privacy-cont__txt:last-child {
  margin-bottom: 0
}

.privacy-cont__txt a {
  text-decoration: underline
}

.privacy-cont__txt a[target=_blank]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;'%3E%3Cpath style='fill:%23C10000;fill-rule:evenodd;clip-rule:evenodd;' d='M0,0.7C0,0.3,0.3,0,0.7,0c0,0,0,0,0,0h4.2c0.4,0,0.7,0.3,0.7,0.7S5.3,1.4,4.9,1.4H1.4v11.2h11.2V9.1c0-0.4,0.3-0.7,0.7-0.7S14,8.7,14,9.1c0,0,0,0,0,0v4.2c0,0.4-0.3,0.7-0.7,0.7H0.7C0.3,14,0,13.7,0,13.3V0.7z M14,0.7L14,0.7C14,0.3,13.7,0,13.3,0H9.1C8.7,0,8.4,0.3,8.4,0.7s0.3,0.7,0.7,0.7h2.5L7.7,5.3c-0.3,0.3-0.3,0.7,0,1c0.3,0.3,0.7,0.3,1,0l3.9-3.9v2.5c0,0,0,0,0,0c0,0.4,0.3,0.7,0.7,0.7c0.4,0,0.7-0.3,0.7-0.7V0.7C14,0.7,14,0.7,14,0.7z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.3rem;
  margin: 0 .5em;
  position: relative;
  top: .2rem;
  vertical-align: baseline;
  width: 1.3rem
}

.privacy-cont__list {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 1.5em
}

.privacy-cont__list:last-child {
  margin-bottom: 0
}

.privacy-cont__list2 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

.privacy-cont__list2:last-child {
  margin-bottom: 0
}

.privacy-cont__item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  padding-left: 1em;
  position: relative
}

.privacy-cont__item a {
  text-decoration: underline
}

.privacy-cont__item a[target=_blank]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;'%3E%3Cpath style='fill:%23C10000;fill-rule:evenodd;clip-rule:evenodd;' d='M0,0.7C0,0.3,0.3,0,0.7,0c0,0,0,0,0,0h4.2c0.4,0,0.7,0.3,0.7,0.7S5.3,1.4,4.9,1.4H1.4v11.2h11.2V9.1c0-0.4,0.3-0.7,0.7-0.7S14,8.7,14,9.1c0,0,0,0,0,0v4.2c0,0.4-0.3,0.7-0.7,0.7H0.7C0.3,14,0,13.7,0,13.3V0.7z M14,0.7L14,0.7C14,0.3,13.7,0,13.3,0H9.1C8.7,0,8.4,0.3,8.4,0.7s0.3,0.7,0.7,0.7h2.5L7.7,5.3c-0.3,0.3-0.3,0.7,0,1c0.3,0.3,0.7,0.3,1,0l3.9-3.9v2.5c0,0,0,0,0,0c0,0.4,0.3,0.7,0.7,0.7c0.4,0,0.7-0.3,0.7-0.7V0.7C14,0.7,14,0.7,14,0.7z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.3rem;
  margin: 0 .5em;
  position: relative;
  top: .2rem;
  vertical-align: baseline;
  width: 1.3rem
}

.privacy-cont__item:before {
  background: #c10000;
  border-radius: 50%;
  content: "";
  height: .4em;
  left: 0;
  position: absolute;
  top: .85em;
  width: .4em
}

.privacy-cont__list2 .privacy-cont__item:before {
  background: #c10000;
  border-radius: 50%;
  content: "";
  width: .3em;
  height: .3em;
  left: 0;
  position: absolute;
  top: .85em;
}

.privacy-cont__item.indent__kakkonum{
   display: block;
    margin-left: 1em;
    text-indent: -2.5em;
}

.privacy-cont__item.indent__kakkonum span {
  display: inline-block;
  text-align: right;
  width: 2.5em
}


.privacy-cont__item.indent__kakkonum:before{
  display: none;
}

.privacy-cont__ordered-list {
  counter-reset: number 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 1.5em
}

.privacy-cont__ordered-list:last-child {
  margin-bottom: 0
}

.privacy-cont__ordered-item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: .5em;
  padding-left: 1.5em;
  position: relative
}

.privacy-cont__ordered-item:before {
  color: #c10000;
  content: counter(number, decimal) "";
  counter-increment: number 1;
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 1em
}

.from1 {
  counter-reset: number 0;
}

.from2 {
  counter-reset: number 1;
}

.from3 {
  counter-reset: number 2;
}

.from4 {
  counter-reset: number 3;
}

.from5 {
  counter-reset: number 4;
}

.from6 {
  counter-reset: number 5;
}

.from7 {
  counter-reset: number 6;
}

.from8 {
  counter-reset: number 7;
}

.from9 {
  counter-reset: number 8;
}

.from10 {
  counter-reset: number 9;
}

.from11 {
  counter-reset: number 10;
}

.from12 {
  counter-reset: number 11;
}

.from13 {
  counter-reset: number 12;
}

.from14 {
  counter-reset: number 13;
}

.from15 {
  counter-reset: number 14;
}

.from16 {
  counter-reset: number 15;
}

.from17 {
  counter-reset: number 16;
}

.from18 {
  counter-reset: number 17;
}

.from19 {
  counter-reset: number 18;
}

.from20 {
  counter-reset: number 19;
}

.from21 {
  counter-reset: number 20;
}

.from22 {
  counter-reset: number 21;
}

.from23 {
  counter-reset: number 22;
}

.from24 {
  counter-reset: number 23;
}

.from25 {
  counter-reset: number 24;
}

.from26 {
  counter-reset: number 25;
}

.from27 {
  counter-reset: number 26;
}

.from28 {
  counter-reset: number 27;
}

.from29 {
  counter-reset: number 28;
}

.from30 {
  counter-reset: number 29;
}

.from31 {
  counter-reset: number 30;
}

.from32 {
  counter-reset: number 31;
}

.from33 {
  counter-reset: number 32;
}

.from34 {
  counter-reset: number 33;
}

.from35 {
  counter-reset: number 34;
}

.from36 {
  counter-reset: number 35;
}

.from37 {
  counter-reset: number 36;
}

.from38 {
  counter-reset: number 37;
}

.from39 {
  counter-reset: number 38;
}

.from40 {
  counter-reset: number 39;
}

.from41 {
  counter-reset: number 40;
}

.from42 {
  counter-reset: number 41;
}

.from43 {
  counter-reset: number 42;
}

.from44 {
  counter-reset: number 43;
}

.from45 {
  counter-reset: number 44;
}



.privacy-cont__ordered-item>a {
  text-decoration: underline
}

.privacy-cont__ordered-item>a[target=_blank]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;'%3E%3Cpath style='fill:%23C10000;fill-rule:evenodd;clip-rule:evenodd;' d='M0,0.7C0,0.3,0.3,0,0.7,0c0,0,0,0,0,0h4.2c0.4,0,0.7,0.3,0.7,0.7S5.3,1.4,4.9,1.4H1.4v11.2h11.2V9.1c0-0.4,0.3-0.7,0.7-0.7S14,8.7,14,9.1c0,0,0,0,0,0v4.2c0,0.4-0.3,0.7-0.7,0.7H0.7C0.3,14,0,13.7,0,13.3V0.7z M14,0.7L14,0.7C14,0.3,13.7,0,13.3,0H9.1C8.7,0,8.4,0.3,8.4,0.7s0.3,0.7,0.7,0.7h2.5L7.7,5.3c-0.3,0.3-0.3,0.7,0,1c0.3,0.3,0.7,0.3,1,0l3.9-3.9v2.5c0,0,0,0,0,0c0,0.4,0.3,0.7,0.7,0.7c0.4,0,0.7-0.3,0.7-0.7V0.7C14,0.7,14,0.7,14,0.7z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.3rem;
  margin: 0 .5em;
  position: relative;
  top: .2rem;
  vertical-align: baseline;
  width: 1.3rem
}

.privacy-cont__ordered-item .indent {
  display: block;
  margin-left: 2.5em;
  text-indent: -2.5em
}

.privacy-cont__ordered-item .indent span {
  display: inline-block;
  text-align: right;
  width: 2.5em
}

.privacy-cont__ordered-item .indent2 {
  display: block;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.privacy-cont__ordered-item .indent2 span {
  display: inline-block;
  text-align: right;
  width: 1em;
  margin-right: 0.5em;
}


@media screen and (min-width:391px) {
  .is-inline-xxs {
    display: none
  }

  .is-none-xxs {
    display: inline
  }
}

@media screen and (min-width:641px) {
  .is-inline-xs {
    display: none
  }

  .is-none-xs {
    display: inline
  }
}

@media (hover:hover) and (pointer:fine) and (min-width:768px) {

  .l-header .l-hnav__item>a:not(.current):hover>span:before,
  .l-header .l-sub-nav__item a:hover span:before {
    transform: scaleX(1);
    transform-origin: 0 0
  }

  .l-header .l-hnav__item>a:not(.current):hover>span:after {
    opacity: 1;
    transform: rotateX(0)
  }

  .l-header .l-hnav__item>a:not(.current):hover .words {
    opacity: 0;
    transform: rotateX(-90deg)
  }

  .l-header .l-hnav__popup-heading>a:hover .heading-img-inner img {
    transform: scale(1.1)
  }

  .l-header .l-hnav__popup-heading>a:hover .heading-ttl>span:before {
    transform: scaleX(1);
    transform-origin: 0 0
  }

  .l-header .l-hnav__popup-heading>a:hover .heading-ttl>span:after {
    opacity: 1;
    transform: rotateX(0)
  }

  .l-header .l-hnav__popup-heading>a:hover .heading-ttl .words {
    opacity: 0;
    transform: rotateX(-90deg)
  }

  .l-header .l-hnav__popup-list>li>a:hover:before,
  .l-header__nav-btn>a:hover:before {
    transform: scaleX(1);
    transform-origin: 0 0
  }

  .l-header__nav-btn>a:hover .btn-txt span:after {
    opacity: 1;
    transform: translateZ(0)
  }

  .l-header__nav-btn>a:hover .btn-txt span>span {
    opacity: 0;
    transform: translate3d(0, -130%, 0)
  }

  .l-footer__nav-item .item-link:not(.current):hover>span:before {
    transform: scaleX(1);
    transform-origin: 0 0
  }

  .l-footer__nav-item .item-link:not(.current):hover>span:after {
    opacity: 1;
    transform: rotateX(0)
  }

  .l-footer__nav-item .item-link:not(.current):hover .words {
    opacity: 0;
    transform: rotateX(-90deg)
  }

  .l-footer__nav-child-item>a:hover:before {
    transform: scaleX(1);
    transform-origin: 0 0
  }

  .l-footer__subNav-item .item-link:hover {
    opacity: 1
  }

  .sec-cta__btn:hover .btn-arw {
    border-color: #333
  }

  .sec-cta__btn:hover .btn-arw img {
    animation: rightToLeft .65s cubic-bezier(.2, .68, .24, 1) forwards
  }

  .sec-cta__btn:hover .sec-cta__btnCircle:before {
    height: 44rem;
    opacity: 0;
    width: 44rem
  }

  .sec-cta__btn:hover .sec-cta__btnCircle svg {
    opacity: 1
  }

  .sec-cta__btn:hover .sec-cta__btnCircle svg circle {
    stroke-dashoffset: 0
  }

  .c-pagetop>a:hover {
    background: #333
  }

  .c-pagetop>a:hover .btn-arw {
    border-top-color: #fff
  }

  .c-pagetop>a:hover .btn-arw svg {
    fill: #fff
  }

  .pageBread>span>span a:hover {
    opacity: 1
  }

  .pageBread>span>span a:hover:before {
    transform: scaleX(1)
  }

  .c-btn01:hover .c-btn01__txt:after {
    opacity: 1;
    transform: translateZ(0)
  }

  .c-btn01:hover .c-btn01__txt>span {
    opacity: 0;
    transform: translate3d(0, -130%, 0)
  }

  a:hover .btn-arw {
    border-color: #333
  }

  a:hover .btn-arw img {
    animation: rightToLeft .65s cubic-bezier(.2, .68, .24, 1) forwards
  }

  .c-btn02:hover .btn-arw {
    border-color: #333
  }

  .c-btn02:hover .btn-arw img {
    animation: rightToLeft .65s cubic-bezier(.2, .68, .24, 1) forwards
  }

  .c-btn02:hover .c-btn02__txt:after {
    opacity: 1;
    transform: translateZ(0)
  }

  .c-btn02:hover .c-btn02__txt>span {
    opacity: 0;
    transform: translate3d(0, -130%, 0)
  }

  .privacy-cont__item a:hover,
  .privacy-cont__ordered-item>a:hover,
  .privacy-cont__txt a:hover {
    text-decoration: none
  }
}

@media screen and (min-width:768px) {
  html {
    font-size: .977517vw
  }

  .l-header {
    height: 8rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }

  .l-header[data-js-scroll=true] {
    background: transparent;
    margin: 4rem 4rem 0;
    width: calc(100% - 8rem)
  }

  .l-header__logo {
    left: 4rem;
    position: absolute;
    top: calc(50% - 1.4rem);
    width: 30.6rem;
    z-index: 100
  }

  .l-header .l-hnav__popup-list>li>a:before {
    background-color: #333;
    bottom: -.1rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform .4s cubic-bezier(.645, .245, .355, 1);
    width: 100%;
    z-index: -1
  }

  .l-header__nav-btn .btn-txt span:after {
    backface-visibility: hidden;
    content: attr(data-text) "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate3d(0, 130%, 0);
    transform-origin: 50% 50% .7em
  }

  .l-header__nav-btn .btn-txt span:after,
  .l-header__nav-btn .btn-txt span>span {
    transition: opacity .6s, transform .6s cubic-bezier(.2, .68, .24, 1)
  }

  .l-header__gnav {
    width: calc(100% - 12rem)
  }

  .l-header__gnav-inner {
    padding: 4rem 6rem
  }

  .l-header .l-gnav__nav-ttl>a,
  .l-header .l-gnav__nav-ttl>span {
    font-size: 16px;
    font-size: 1.1rem;
    height: 8rem
  }

  .l-header .l-gnav__nav-item .event-item>a,
  .l-header .l-gnav__nav-item>a {
    font-size: 16px;
    font-size: 1.1rem
  }

  .l-footer {
    padding: 14rem 0 9rem
  }

  .l-footer__top {
    margin-bottom: 16rem
  }

  .l-footer__info {
    margin-bottom: 5.35rem
  }

  .l-footer__info-txt {
    font-size: 16px;
    font-size: 1.1rem;
    line-height: 1.8125
  }

  .l-footer__nav-inner {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
  }

  .l-footer__nav-item {
    margin-bottom: 2rem
  }

  .l-footer__nav-item:last-child {
    margin-bottom: 0
  }

  .l-footer__nav-item.--has-child .item-link {
    display: inline
  }

  .l-footer__nav-item.--has-child .item-trigger {
    display: none
  }

  .l-footer__nav-item .item-link,
  .l-footer__nav-item .item-trigger {
    font-size: 16px;
    font-size: 1.1rem
  }

  .l-footer__nav-child-list {
    display: block;
    margin: 2rem 0 0
  }

  .l-footer__nav-child-item {
    margin-bottom: 2rem
  }

  .l-footer__nav-child-item.--sp {
    display: none
  }

  .l-footer__nav-child-item>a {
    display: inline;
    font-size: 14px;
    font-size: 1.4rem
  }

  .l-footer__nav-child-item>a:before {
    background-color: #fff;
    bottom: -.1rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform .6s cubic-bezier(.2, .68, .24, 1);
    width: 100%;
    z-index: -1
  }

  .l-footer__bottom-inner {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    text-align: left
  }

  .l-footer__subNav {
    margin-bottom: 0
  }

  .l-footer__subNav-list {
    gap: 0 2.5rem;
    justify-content: flex-start
  }

  .l-footer__subNav-item .item-link {
    font-size: 14px;
    font-size: 1.4rem;
    transition: opacity .6s cubic-bezier(.2, .68, .24, 1)
  }

  .container,
  .container-s {
    padding: 0 6rem
  }

  .sec-cta {
    padding: 10rem 0
  }

  .sec-cta:after {
    background-position: 0
  }

  .sec-cta__btn {
    height: 41rem;
    left: 0;
    padding-top: 7rem;
    transform: none;
    width: 41rem
  }

  .sec-cta__btnTxt {
    font-size: 16px;
    font-size: 1.1rem;
    margin-bottom: .85rem
  }

  .sec-cta__btnTtl {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4
  }

  .sec-cta .btn-arw {
    height: 4.3rem;
    margin-top: 3rem;
    width: 4.3rem
  }

  .sec-cta .btn-arw img {
    margin-right: 1.55rem;
    top: 1.75rem
  }

  .sec-cta__btnCircle {
    height: 41rem;
    left: 0;
    top: 0;
    width: 41rem
  }

  .sec-cta__btnCircle svg {
    backface-visibility: hidden;
    display: block;
    height: 44rem;
    left: 0;
    margin: -1.5rem;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
    width: 44rem
  }

  .c-pagetop>a {
    right: 0
  }

  .l-breadcrumbs {
    padding: 1rem 4.6rem
  }

  .pageBread {
    margin-left: -1.4rem;
    text-align: right
  }

  .pageBread>span>span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1428571429
  }

  .pageBread>span>span.breadcrumb_last {
    margin: 0 1.4em
  }

  .pageBread>span>span a {
    margin: 0 1.9em;
    transition: opacity .45s cubic-bezier(.43, .05, .2, 1)
  }

  .pageBread>span>span a:before {
    background-color: #333;
    bottom: -.4rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform .6s cubic-bezier(.2, .68, .24, 1);
    width: 100%
  }

  .c-heading01 {
    margin-bottom: 3.4rem
  }

  .c-heading01.sp-s .jp {
    margin-top: 1.75rem
  }

  .c-heading01 .en {
    font-size: 16px;
    font-size: 1.1rem
  }

  .c-heading01 .jp {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5714285714;
    margin-top: 1.75rem
  }

  .c-heading02 {
    border-radius: 1rem;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5714285714;
    margin-bottom: 7rem;
    padding: 2.5rem 4rem
  }

  .c-heading02:before {
    height: calc(100% - 2em);
    width: 4px
  }

  .c-btn01 {
    height: 6rem;
    min-width: 25.8rem;
    padding: .5rem 6.5rem .5rem 2.5rem
  }

  .c-btn01 .btn-arw {
    right: 1.2rem;
    top: calc(50% - 1.9rem)
  }

  .c-btn01__txt {
    font-size: 16px;
    font-size: 1.1rem
  }

  .c-btn01__txt:after {
    backface-visibility: hidden;
    content: attr(data-text) "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate3d(0, 130%, 0);
    transform-origin: 50% 50% .7em
  }

  .c-btn01__txt:after,
  .c-btn01__txt>span {
    transition: opacity .6s, transform .6s cubic-bezier(.2, .68, .24, 1)
  }

  .c-btn02 {
    height: 6rem;
    min-width: 29rem;
    padding: 1rem 3.5rem
  }

  .c-btn02 .btn-arw {
    right: 2rem;
    transition: border-color .65s cubic-bezier(.2, .68, .24, 1)
  }

  .c-btn02__txt {
    font-size: 16px;
    font-size: 1.1rem
  }

  .c-btn02__txt:after {
    backface-visibility: hidden;
    content: attr(data-text) "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate3d(0, 130%, 0);
    transform-origin: 50% 50% .7em
  }

  .c-btn02__txt:after,
  .c-btn02__txt>span {
    transition: opacity .6s, transform .6s cubic-bezier(.2, .68, .24, 1)
  }

  .c-mv {
    margin: 4rem 4rem 0
  }

  .c-mv.--img .c-mv__inner {
    height: 60rem
  }

  .c-mv__inner {
    height: 34.7rem
  }

  .c-mv__ttl {
    transform: translateY(-50%)
  }

  .c-mv__ttl.c-heading01 .jp {
    font-size: 38px;
    font-size: 3.8rem;
    margin-top: 1rem
  }

  .is-inline-s {
    display: none
  }

  .is-none-s {
    display: inline
  }

  .privacy-cont {
    padding: 11rem 0 20rem
  }

  .privacy-cont__section {
    margin-bottom: 8rem
  }

  .privacy-cont__block {
    margin-bottom: 5rem
  }

  .guideline .privacy-cont__block{
    margin-bottom: 2.5rem
  }

  .privacy-cont__ttl {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5714285714;
    padding: 2.5rem 4rem
  }

  .privacy-cont__ttl:before {
    height: calc(100% - 5rem);
    width: 4px
  }

  .privacy-cont__block-ttl {
    border-bottom-width: 2px;
    font-size: 22px;
    font-size: 1.8rem;
    line-height: 1.8181818182
  }

  .privacy-cont__block-ttl:before {
    bottom: -2px;
    height: 2px;
    width: 10rem
  }

  .privacy-cont__block-ttl_s {
    border-bottom-width: 2px;
    font-size: 16px;
    font-size: 1.1rem;
    line-height: 1.875
  }

  .privacy-cont__txt {
    font-size: 16px;
    font-size: 1.1rem;
    line-height: 1.875
  }

  .privacy-cont__txt a[target=_blank]:after {
    height: 1.4rem;
    width: 1.4rem
  }

  .privacy-cont__item,
  .privacy-cont__list, 
  .privacy-cont__list2 {
    font-size: 16px;
    font-size: 1.1rem;
    line-height: 1.875
  }

  .privacy-cont__item a[target=_blank]:after {
    height: 1.4rem;
    width: 1.4rem
  }

  .privacy-cont__item:before {
    top: .8em
  }

  .privacy-cont__ordered-item,
  .privacy-cont__ordered-list {
    font-size: 16px;
    font-size: 1.1rem;
    line-height: 1.875
  }

  .privacy-cont__ordered-item>a[target=_blank]:after {
    height: 1.4rem;
    width: 1.4rem
  }
}

@media screen and (min-width:1024px) {
  html {
    font-size: .6944445vw
  }

  .l-header {
    position: fixed;
    transition: width .6s cubic-bezier(.34, 1, .48, 1), margin .6s cubic-bezier(.34, 1, .48, 1)
  }

  .l-header__nav-box {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin-right: 4rem;
    padding: 0 20rem 0 35rem;
    position: relative
  }

  .l-header .l-hnav {
    display: block
  }

  .l-header .l-hnav__item {
    margin: 0 0 0 .2rem
  }

  .l-header .l-hnav__item.js-open .l-hnav__popup-box,
  .l-header .l-hnav__item.js-open>a:after {
    opacity: 1;
    pointer-events: all;
    visibility: visible
  }

  .l-header .l-hnav__item.js-open .l-hnav__popup-bg {
    opacity: 1;
    visibility: visible;
    z-index: 100
  }

  .l-header .l-hnav__popup-box {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .2s;
    visibility: hidden;
    z-index: 1010
  }

  .l-header .l-hnav__popup-box-inner {
    align-items: center;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: 1rem;
    box-shadow: 0 3.5rem 3.5rem 0 rgba(51, 51, 51, .15);
    display: flex;
    margin: 0 auto;
    max-width: 86.5rem;
    padding: 4rem 5rem;
    transition: opacity .2s
  }

  .l-header .l-hnav__popup-heading {
    flex: none;
    margin-right: 4rem;
    position: relative;
    width: 26rem
  }

  .l-header .l-hnav__popup-heading .heading-img {
    margin-bottom: 1.5rem;
    overflow: hidden
  }

  .l-header .l-hnav__popup-heading .heading-img .heading-img-inner img {
    transition: transform .6s cubic-bezier(.34, 1, .48, 1)
  }

  .l-header .l-hnav__popup-heading .heading-ttl {
    display: block;
    font-size: 16px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 1
  }

  .l-header .l-hnav__popup-body {
    width: 100%
  }

  .l-header .l-hnav__popup-list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 5.5rem 0;
    justify-content: space-between
  }

  .l-header .l-hnav__popup-list>li {
    width: 47.5%
  }

  .l-header .l-hnav__popup-list>li>a {
    color: #333;
    display: inline;
    font-size: 16px;
    font-size: 1.1rem;
    position: relative;
    vertical-align: middle;
    z-index: 1
  }

  .l-header__nav-btn {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0
  }

  .l-header__fixed-nav,
  .l-header__menu {
    display: none
  }

  .l-footer {
    padding: 18rem 0 11rem
  }

  .l-footer__top {
    margin-bottom: 23.5rem
  }

  .l-footer__top-inner {
    display: flex;
    justify-content: space-between
  }

  .l-footer__info {
    flex: none;
    margin-bottom: 0;
    width: 40rem
  }

  .l-footer__info-logo {
    margin-bottom: 6.4rem
  }

  .l-footer__nav {
    width: calc(100% - 40rem)
  }

  .l-footer__nav-inner {
    gap: 0 8.9285714286%;
    justify-content: flex-end
  }

  .l-footer__nav-child-list {
    margin: 2rem 0 0
  }

  .container-s {
    max-width: 120rem
  }

  .container,
  .container-s {
    margin: 0 auto;
    padding: 0 8rem
  }

  .container {
    max-width: 168rem
  }

  .sec-cta {
    padding: 19.5rem 0
  }

  .l-breadcrumbs {
    margin: 0 auto;
    max-width: 164rem
  }

  .c-heading01 .jp {
    font-size: 28px;
    font-size: 2.8rem
  }

  .is-inline-sm {
    display: none
  }

  .is-none-sm {
    display: inline
  }
}

@media screen and (min-width:1081px) {
  .is-inline-m {
    display: none
  }

  .is-none-m {
    display: inline
  }
}

@media screen and (min-width:1281px) {
  .is-inline-ml {
    display: none
  }

  .is-none-ml {
    display: inline
  }
}

@media screen and (min-width:1441px) {
  html {
    font-size: 10px
  }

  .l-header .l-hnav__popup-box {
    left: 10rem;
    right: 10rem
  }

  .l-header .l-hnav__popup-box-inner {
    margin: 0 0 0 auto
  }

  .is-inline-l {
    display: none
  }

  .is-none-l {
    display: inline
  }
}

@media screen and (min-width:1601px) {
  .is-inline-xl {
    display: none
  }

  .is-none-xl {
    display: inline
  }
}

@media screen and (min-width:1921px) {
  .is-inline-xxl {
    display: none
  }

  .is-none-xxl {
    display: inline
  }
}

@media screen and (max-width:767px) {
  .c-pagetop {
    background: #fff;
    filter: drop-shadow(-.4rem 0 .4rem rgba(0, 0, 0, .039));
    height: calc(100% + 6rem);
    position: absolute;
    right: -2.2rem;
    top: -3rem;
    width: 9.2rem
  }
}

@media (orientation:portrait) {
  .gnav-open .l-header__menu {
    box-sizing: border-box
  }

  .l-header__fixed-nav {
    bottom: env(safe-area-inset-bottom);
    box-sizing: content-box
  }

  .l-header__fixed-nav-item>a,
  .l-header__menu {
    box-sizing: content-box;
    padding-bottom: env(safe-area-inset-bottom)
  }
}


.kome-txt{
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0;
}

.privacy-cont__ordered-item .indent2 .kome-txt{
  width: initial;
  text-align: left;
  margin-right: 0;
}
}