h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

blockquote {
  margin-bottom: 0px;
  padding: 0.75rem 1.25rem;
  border-left: 5px solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

.page-wrapper {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.nav_menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon {
  border: 1px solid transparent;
}

.nav_menu-button {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: none;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_logo {
  height: 20px;
  opacity: 1;
}

.nav_logo.nav-logo-black {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav_link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav_link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav_link.nav-link-black {
  color: #000;
}

.nav_logo-link {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.menu-bar.menu-bar-black {
  background-color: #1a1a1a;
}

.nav_component {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
  opacity: 1;
}

.nav_component.nav-color-white {
  position: static;
  background-color: #fff;
}

.nav-wrapper {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8125rem;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.body {
  background-color: hsla(0, 0%, 100%, 0.95);
}

.main-wrapper {
  position: static;
  top: auto;
  overflow: hidden;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.page-padding {
  display: block;
  width: 100%;
  padding-top: 0rem;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-padding._8rem {
  padding-right: 8rem;
  padding-left: 8rem;
}

.page-padding.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-padding.center.tall {
  padding-top: 4rem;
  padding-bottom: 0rem;
}

.margin-small {
  margin: 1rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-horizontal {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.show-mobile-portrait {
  display: none;
}

.heading-large {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.show {
  display: block;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-color-grey {
  color: grey;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.button-secondary {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.125rem solid #386eec;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.padding-small {
  padding: 1rem;
}

.background-color-white {
  background-color: #fff;
}

.text-weight-bold {
  font-weight: 700;
}

.fs-styleguide_component {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-style-quote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-vertical {
  margin-right: 0rem;
  margin-left: 0rem;
}

.padding-left {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
}

.form-radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

.form-radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

.form-radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.fs-styleguide_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.button {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #386eec;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.padding-top {
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.margin-large {
  margin: 3rem;
}

.background-color-black {
  background-color: #000;
  color: #f5f5f5;
}

.text-style-muted {
  opacity: 0.6;
}

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow-auto {
  overflow: auto;
}

.form-message-success {
  padding: 1.25rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_section-type {
  padding: 1.25rem;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container-medium-2 {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, 0.2);
}

.text-size-small {
  font-size: 0.875rem;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_page-header {
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #e6e6e6;
}

.padding-medium {
  padding: 2rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.heading-xlarge {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

.padding-xhuge {
  padding: 8rem;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-link {
  text-decoration: underline;
}

.padding-bottom {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
  color: #000;
}

.icon-medium {
  height: 3rem;
}

.padding-right {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.icon-large {
  height: 4rem;
}

.button-text {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.padding-tiny {
  padding: 0.125rem;
}

.text-align-center {
  text-align: center;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

.text-weight-xbold {
  font-weight: 800;
}

.form-checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form-checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  background-size: 90%;
}

.form-checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-small {
  height: 2rem;
}

.show-mobile-landscape {
  display: none;
}

.margin-tiny {
  margin: 0.125rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.form-input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: 0.75rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-horizontal {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.padding-large {
  padding: 3rem;
}

.padding-0 {
  padding: 0rem;
}

.fs-styleguide_version-details {
  z-index: 5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_color-sample {
  margin-top: 0.5rem;
  padding: 5rem;
  background-color: #f5f5f5;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.z-1 {
  position: relative;
  z-index: 1;
}

.heading-xsmall {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

.padding-xlarge {
  padding: 4rem;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.text-align-left {
  text-align: left;
}

.form-wrapper {
  margin-bottom: 0rem;
}

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-right {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.text-size-regular {
  font-size: 1rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-left {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
}

.margin-xlarge {
  margin: 4rem;
}

.fs-styleguide_classes {
  display: none;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.z-2 {
  position: relative;
  z-index: 2;
}

.heading-small {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.page-padding-2 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-medium {
  margin: 2rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.margin-0 {
  margin: 0rem;
}

.text-style-italic {
  font-style: italic;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.fs-styleguide_3-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-xhuge {
  margin: 8rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.spacing-clean {
  margin: 0rem;
  padding: 0rem;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-container {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.img-overlay_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: visible;
  background-color: transparent;
}

.img-overlay_color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: visible;
  background-color: transparent;
}

.img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-size {
  max-width: 100%;
}

.grid {
  display: block;
}

.section-top {
  position: relative;
  width: 100vw;
  height: 120vh;
  color: #fff;
}

.bg {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image.top {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.container-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 2.4rem;
  text-transform: uppercase;
}

.title-wrapper {
  display: none;
}

.info-container {
  position: absolute;
  left: auto;
  top: 1.5rem;
  right: 2rem;
  bottom: auto;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cdg-logo-wrapper {
  overflow: hidden;
  max-width: 15rem;
  margin-bottom: 0.5rem;
}

.text-block {
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.promotion-wrapper {
  margin-top: auto;
  font-size: 0.8rem;
}

.logo-container {
  position: static;
  left: 2rem;
  top: 5rem;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.issue-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.issue-number {
  margin-bottom: 0.5rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 10rem;
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: -0.3rem;
}

.issue-title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}

.p-intro {
  max-width: 650px;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}

.p-intro.black {
  color: #000;
}

.section-intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3rem;
  margin-right: 0rem;
  margin-left: 0rem;
  padding: 0rem 0rem 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #ff9cc6;
}

.intro-title {
  font-size: 4.5rem;
  line-height: 1;
  text-align: right;
}

.intro-title.black {
  color: #000;
}

.red-line {
  position: relative;
  right: -4rem;
  width: 80%;
  height: 1rem;
  margin-left: 0px;
  background-color: #000;
}

.credit-occ {
  color: #ff9cc6;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.share {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #000;
}

.share-wrapper {
  position: absolute;
  left: 0rem;
  top: 6rem;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff9cc6;
  letter-spacing: 0rem;
}

.share-wrapper.sp {
  position: static;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._w-inline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-inline-block.hide {
  display: none;
  opacity: 1;
}

._w-inline-block.center {
  position: relative;
  z-index: 51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

._w-inline-block.center.sp {
  margin-top: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sns-text {
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}

.social-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  opacity: 0.9;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.fb {
  background-image: url('/special/comme-des-garcons-girl-2022ss-03/images/fb-b.svg');
  background-size: contain;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.line {
  background-image: url('/special/comme-des-garcons-girl-2022ss-03/images/ln-b.svg');
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/special/comme-des-garcons-girl-2022ss-03/images/tw-b.svg');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.share-text {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: lowercase;
}

.share-text.sp {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 1rem;
}

.section-body-01 {
  width: 100%;
  color: #ff9cc6;
}

.credits {
  overflow: hidden;
  width: auto;
  max-width: 60%;
  margin-top: 1rem;
  color: #000;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.credits.small {
  max-width: 300px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.credits.small.mr {
  margin-right: 4rem;
}

.credits.small.right {
  max-width: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
  letter-spacing: 0.5px;
}

.credits.small.right.alternative {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: center;
}

.credits.small.right.pink {
  color: #ff9cc6;
}

.credits.right {
  text-align: right;
}

.credits.hide-sp {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}

.img-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

.img-wrapper.half {
  max-width: 50%;
}

.first-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-wrapper-layer {
  position: relative;
  left: auto;
  top: 54%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 70%;
  margin-top: 30%;
  margin-left: -15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.border-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  margin-top: -10%;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
  color: #ff9cc6;
}

.border-bg._02 {
  height: 400px;
}

.split-lines {
  position: relative;
  z-index: 50;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 700;
  text-align: justify;
}

.section-body-02 {
  margin-top: -5%;
  padding-bottom: 0rem;
  color: #ff9cc6;
}

.container-intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #ff9cc6;
}

.content-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff9cc6;
}

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

.content-img._600 {
  position: relative;
  max-width: 800px;
}

.section-body-07 {
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ff9cc6;
}

.section-body-06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #ff9cc6;
}

.section-body-08 {
  margin-top: 0%;
  padding-bottom: 0rem;
  color: #ff9cc6;
}

.container-small-title {
  position: absolute;
  left: auto;
  top: -6%;
  right: -8%;
  bottom: auto;
  z-index: 1;
  max-width: 350px;
}

.border-05 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  margin-top: -40rem;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  color: #ff9cc6;
}

.redi-line-thin {
  position: static;
  right: auto;
  z-index: 80;
  width: 100%;
  height: 1rem;
  margin-left: 0px;
  background-color: #ff9cc6;
}

.red-comment {
  position: relative;
  z-index: 80;
  width: 60%;
  text-align: right;
}

.div-block-2 {
  height: 0.8rem;
  margin-top: 0.8rem;
}

.text-block-3 {
  font-size: 1.8rem;
  font-weight: 600;
}

.padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0rem 4rem 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenavi-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navi-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-credits {
  background-color: hsla(0, 0%, 100%, 0.95);
  font-size: 0.75rem;
}

.credit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0rem;
  padding-bottom: 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1a;
}

.shop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit-title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.credit-title.jp {
  margin-bottom: 0.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.shop-img-wrapper {
  cursor: pointer;
}

.shop-name {
  margin-top: 0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.credit-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
}

.contact-brand {
  letter-spacing: 0px;
}

.credit-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
}

.credit-role {
  margin-right: 0.25rem;
}

.credit-name {
  font-weight: 600;
  letter-spacing: 0px;
}

.div-block-3 {
  text-transform: capitalize;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.95;
  color: hsla(0, 0%, 100%, 0.95);
}

.footer-social-link {
  max-width: 1.4rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social-link:hover {
  opacity: 0.8;
}

.link-footer {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 0.875rem;
}

.link-footer:hover {
  opacity: 0.8;
}

.link-footer-box {
  margin-right: 1rem;
  margin-left: 1rem;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-breadcrumb {
  overflow: hidden;
  max-width: 100vw;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f7;
  font-family: 'Noto Sans JP', sans-serif;
  color: #747c83;
  font-size: 0.75rem;
}

.bc-link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  text-decoration: none;
  text-transform: uppercase;
}

.side {
  padding: 0.25rem;
  font-size: 0.563rem;
}

.issue-number-2 {
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 4rem;
  line-height: 0.8;
  font-weight: 600;
}

.hero-text {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: hidden;
  max-width: 100%;
  margin-top: 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.5px;
}

.paragraph {
  position: static;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.h1-title-1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  font-size: 2.4rem;
  line-height: 0.9;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.4rem;
  text-transform: uppercase;
}

.h1-title-1.mob {
  display: none;
}

.h1-title-1.pc {
  line-height: 1.4;
}

.h1-title-1.pc.space {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.3rem;
}

.h1-title-1.pc.space.sp {
  display: none;
}

.issue-title-2 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
}

.issue-container-2 {
  display: none;
  margin-top: 0rem;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
}

.main-title {
  margin-bottom: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
}

.main-title.width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: -8%;
  margin-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-body-03 {
  margin-top: 8rem;
}

.section-body-04 {
  margin-top: -8rem;
}

.grid-03 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-body-05 {
  margin-top: 0rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  color: #ff9cc6;
}

.round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #1a1a1a;
}

.txt-explore {
  display: none;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}

.section-pnavi {
  padding-top: 4rem;
  background-color: #fff;
  color: #1a1a1a;
}

.pnavi-container {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pnavi-container.two {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.sub-title {
  margin-top: 0.25rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.btn-txt-1 {
  position: absolute;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.txt-navi {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
}

.txt-navi.cs {
  font-size: 1.8rem;
  font-weight: 700;
}

.btn-txt-2 {
  position: absolute;
  display: block;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1a;
}

.nav-button.hide {
  display: none;
}

.text-navi-number-2 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

.line-sep {
  width: 0.2rem;
  height: 60%;
  background-color: #1a1a1a;
}

.btn-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
}

.btn-parent.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 2rem;
  border-width: 2px;
  border-color: #000;
  color: #000;
}

.maskh1 {
  overflow: hidden;
}

.v-size {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-embed {
  height: 0px;
  padding-bottom: 56.25%;
}

.mask {
  overflow: hidden;
}

.scroll-indicator {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
  width: 100%;
  height: 1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9cc6), to(#ff9cc6));
  background-image: linear-gradient(180deg, #ff9cc6, #ff9cc6);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.image-2 {
  cursor: pointer;
}

.credit-agency {
  margin-left: 0.25rem;
  font-weight: 400;
  letter-spacing: 0px;
}

.company-name {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.shop-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0rem;
  margin-bottom: 0.125rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.shop-number {
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 0.8rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.text-block-4 {
  font-size: 0.75rem;
}

.text-block-5 {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.cdg {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
}

.hero-txt {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text.black {
  color: #000;
}

.date {
  overflow: hidden;
  margin-top: 1rem;
  font-weight: 500;
}

.date.black {
  color: #000;
}

.text-block-6 {
  color: #ff9cc6;
}

.text-block-6.sp {
  display: none;
}

.div-block-4 {
  margin-top: 2rem;
  font-size: 0.75rem;
}

.text-block-7 {
  font-size: 0.75rem;
}

.text-block-8 {
  font-size: 0.8rem;
  font-weight: 600;
}

.text-block-9 {
  font-weight: 600;
}

.text-block-10 {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.text-block-11 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}

.text-block-12 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
  opacity: 0.15;
}

.cdg-logo-underline {
  width: 100%;
  height: 0.4rem;
  background-color: #ff9cc6;
}

.logo-img {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    position: static;
  }

  .nav_menu-wrapper {
    padding: 30px;
    background-color: #fff;
  }

  .icon {
    display: none;
    color: #fff;
  }

  .nav_menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav_menu-button.w--open {
    background-color: transparent;
  }

  .nav_container {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav_logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav_link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .menu-bar.menu-bar-black {
    background-color: #1a1a1a;
  }

  .nav_component {
    position: absolute;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav_component.nav-color-white {
    position: relative;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .page-padding._8rem {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .page-padding.center.tall {
    padding-top: 8rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .show-tablet {
    display: block;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .hide-tablet {
    display: none;
  }

  .img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image.top {
    -o-object-position: 14% 0%;
    object-position: 14% 0%;
  }

  .info-container {
    top: 2rem;
  }

  .issue-number {
    font-size: 8rem;
  }

  .p-intro {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .section-intro {
    margin-top: -1.6rem;
  }

  .intro-title {
    font-size: 3rem;
  }

  .credit-occ {
    margin-right: 0.5rem;
  }

  .share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share-wrapper.pc {
    display: none;
  }

  .share-wrapper.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  ._w-inline-block.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share-text.sp {
    font-weight: 500;
  }

  .border-bg {
    height: 400px;
    margin-top: -15%;
    padding-left: 20%;
  }

  .split-lines {
    font-size: 2rem;
  }

  .section-body-07 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .border-05 {
    height: 700px;
  }

  .red-comment {
    width: 80%;
  }

  .breadcrumbs {
    width: 500%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-text {
    margin-top: 1rem;
  }

  .h1-title-1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .h1-title-1.pc {
    line-height: 1.5;
  }

  .hero-txt {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .nav_logo-link {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .nav_component {
    position: absolute;
    background-color: #1a1a1a;
  }

  .page-padding._8rem {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .fs-styleguide_section-type {
    font-size: 0.875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .fs-styleguide_version-details {
    font-size: 0.875rem;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .heading-small {
    font-size: 1rem;
  }

  .page-padding-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .fs-styleguide_3-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .image.top {
    -o-object-position: 17% 0%;
    object-position: 17% 0%;
  }

  .issue-number {
    margin-bottom: 0.25rem;
    font-size: 6rem;
  }

  .issue-title {
    font-size: 1.8rem;
  }

  .intro-title {
    font-size: 2.6rem;
  }

  ._w-inline-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sns-text {
    font-size: 12px;
  }

  .credits {
    max-width: 80%;
  }

  .credits.small.mr.right {
    margin-right: 2rem;
  }

  .img-wrapper.half {
    max-width: 70%;
  }

  .first-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .img-wrapper-layer {
    position: static;
    left: auto;
    top: 0%;
    right: auto;
    max-width: 80%;
    margin-top: 2rem;
    margin-left: 0%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .border-bg {
    height: 300px;
    padding-top: 7%;
  }

  .split-lines {
    font-size: 1.7rem;
  }

  .section-body-07 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-small-title {
    top: -8%;
    max-width: 250px;
  }

  .border-05 {
    height: 400px;
    margin-top: -55%;
  }

  .text-block-3 {
    font-size: 1.3rem;
  }

  .navi-title {
    text-align: center;
  }

  .shop-container {
    max-width: none;
  }

  .breadcrumbs {
    width: 800px;
    max-width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h1-title-1 {
    font-size: 1rem;
  }

  .h1-title-1.mob {
    display: none;
    font-size: 1.6rem;
    letter-spacing: 1.6rem;
  }

  .h1-title-1.pc {
    display: none;
  }

  .h1-title-1.pc.space {
    display: none;
    font-size: 3.7rem;
  }

  .h1-title-1.pc.space.sp {
    display: block;
  }

  .section-body-03 {
    margin-top: 4rem;
  }

  .grid-03 {
    grid-column-gap: 16px;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-body-05 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .txt-explore {
    font-size: 1.5rem;
  }

  .pnavi-container {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pnavi-container.two {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .line-sep {
    display: none;
  }

  .p-intro-text {
    font-size: 1rem;
  }

  .hero-txt {
    letter-spacing: 0px;
  }

  .text-block-6.sp {
    display: block;
  }

  .text-block-6.pc {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }

  .nav_logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .nav_component {
    position: absolute;
    display: block;
    height: 40px;
    background-color: #1a1a1a;
  }

  .nav_component.nav-color-white {
    position: relative;
  }

  .menu-parent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .page-padding {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .page-padding._8rem {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .page-padding.center.tall {
    padding-top: 5rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .fs-styleguide_2-col {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .img-container {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .img {
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }

  .section-top {
    height: 600px;
  }

  .image.top {
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
  }

  .info-container {
    top: 1rem;
    right: 1rem;
  }

  .text-block {
    font-size: 0.75rem;
  }

  .promotion-wrapper {
    font-size: 0.75rem;
  }

  .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 140px;
    margin-bottom: 1rem;
  }

  .issue-container {
    display: none;
  }

  .issue-number {
    font-size: 3.2rem;
  }

  .issue-title {
    font-size: 1rem;
  }

  .section-intro {
    margin-top: 0rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .intro-title-container {
    text-align: center;
  }

  .intro-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }

  .red-line {
    right: auto;
    display: none;
    width: 100%;
    height: 0.5rem;
  }

  .credit-occ {
    font-size: 0.7rem;
  }

  .share {
    margin-top: 0px;
  }

  .share-wrapper.sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._w-inline-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share-text.sp {
    font-size: 0.8rem;
  }

  .credits {
    max-width: 100%;
    margin-top: 0.5rem;
  }

  .credits.small.right {
    margin-top: 1rem;
    text-align: center;
  }

  .credits.hide-sp {
    display: none;
  }

  .img-wrapper.half {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .img-wrapper-layer {
    max-width: 100%;
    margin-top: 2rem;
  }

  .border-bg {
    height: 400px;
    margin-top: -9.5rem;
    padding-top: 0rem;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-lines {
    position: relative;
    padding-right: 0px;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 600;
    text-align: justify;
  }

  .section-body-02 {
    margin-top: -3rem;
  }

  .container-intro {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-small-title {
    top: -6%;
    right: 0%;
    max-width: 150px;
  }

  .border-05 {
    height: 400px;
    margin-top: -20rem;
    padding-top: 2rem;
  }

  .redi-line-thin {
    height: 0.5rem;
  }

  .red-comment {
    width: 85%;
  }

  .text-block-3 {
    font-size: 0.9rem;
  }

  .shop-container {
    max-width: none;
  }

  .footer-social-link {
    max-width: 1.2rem;
  }

  .footer-link-wrap {
    margin-bottom: 1.2rem;
  }

  .breadcrumbs {
    width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .issue-number-2 {
    margin-bottom: 0rem;
    font-size: 2.2rem;
    font-weight: 700;
  }

  .hero-text {
    margin-top: 0.5rem;
    font-size: 1rem;
  }

  .h1-title-1.mob {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.8rem;
  }

  .h1-title-1.pc.space {
    font-size: 3rem;
  }

  .issue-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
  }

  .section-body-03 {
    margin-top: 4rem;
  }

  .section-body-05 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .round {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4rem;
    height: 4rem;
    margin-bottom: 0.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
  }

  .pnavi-container.two {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sub-title {
    font-size: 0.75rem;
  }

  .btn-txt-1 {
    font-size: 0.75rem;
  }

  .txt-navi {
    font-size: 2rem;
  }

  .txt-navi.cs {
    font-size: 1.8rem;
  }

  .btn-txt-2 {
    font-size: 0.75rem;
  }

  .text-navi-number-2 {
    font-size: 1rem;
  }

  .btn-parent.black {
    width: 400px;
    height: 40px;
  }

  .p-intro-text {
    font-size: 0.8rem;
    text-align: center;
  }

  .v-size {
    height: auto;
  }

  .v-embed {
    height: auto;
    padding-bottom: 56.25%;
  }

  .scroll-indicator {
    height: 0.8rem;
  }

  .hero-txt {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .bold-text {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .date {
    font-size: 0.75rem;
  }

  .text-block-10 {
    font-family: neue-haas-grotesk-display, sans-serif;
  }

  .cdg-logo-underline {
    height: 0.25rem;
  }

  .logo-img {
    margin-bottom: 0.25rem;
  }
}

#w-node-ec168a2b-4221-3f20-2245-5a9c9c559e19-1a456556 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

