@charset "UTF-8";
.l-container {
  width: 100%;
  outline: none;
}
.g-cts-wrapper {
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family:
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial,
    "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.92;
  letter-spacing: 0.15em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background: #fff;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper {
    font-size: 3.467vw;
  }
}
.g-cts-wrapper *,
.g-cts-wrapper h1,
.g-cts-wrapper h2,
.g-cts-wrapper h3,
.g-cts-wrapper h4,
.g-cts-wrapper h5,
.g-cts-wrapper p {
  padding: 0;
  margin: 0;
  font-size: inherit;
}
.g-cts-wrapper h1,
.g-cts-wrapper h2,
.g-cts-wrapper h3,
.g-cts-wrapper h4 {
  line-height: 1.5;
  font-weight: normal;
}
.g-cts-wrapper ul,
.g-cts-wrapper li {
  list-style: none;
}
.g-cts-wrapper a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper a:hover {
    opacity: 0.6;
  }
}
.g-cts-wrapper img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}
.g-cts-wrapper iframe {
  max-width: 100%;
}
.g-cts-wrapper p:not([class]) {
  margin-bottom: 2em;
}
.g-cts-wrapper p:not([class]):last-child {
  margin-bottom: 0;
}
.g-cts-wrapper strong {
  font-weight: bold;
  font-size: 100%;
}
.g-cts-wrapper *:focus,
.g-cts-wrapper :focus-visible,
.g-cts-wrapper button:focus-visible,
.g-cts-wrapper input:focus-visible,
.g-cts-wrapper a:focus-visible {
  outline: 2px solid #222;
  outline-offset: 2px;
}

.g-cts-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /*select{-moz-appearance:none;-webkit-appearance:none}*/
}
.g-cts-wrapper *,
.g-cts-wrapper ::before,
.g-cts-wrapper ::after {
  box-sizing: inherit;
}
.g-cts-wrapper ::before,
.g-cts-wrapper ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
.g-cts-wrapper * {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.g-cts-wrapper audio:not([controls]) {
  display: none;
  height: 0;
}
.g-cts-wrapper hr {
  overflow: visible;
}
.g-cts-wrapper article,
.g-cts-wrapper aside,
.g-cts-wrapper details,
.g-cts-wrapper figcaption,
.g-cts-wrapper figure,
.g-cts-wrapper footer,
.g-cts-wrapper header,
.g-cts-wrapper main,
.g-cts-wrapper menu,
.g-cts-wrapper nav,
.g-cts-wrapper section,
.g-cts-wrapper summary {
  display: block;
}
.g-cts-wrapper summary {
  display: list-item;
}
.g-cts-wrapper small {
  font-size: 80%;
}
.g-cts-wrapper [hidden],
.g-cts-wrapper template {
  display: none;
}
.g-cts-wrapper abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.g-cts-wrapper a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.g-cts-wrapper a:active,
.g-cts-wrapper a:hover {
  outline-width: 0;
}
.g-cts-wrapper code,
.g-cts-wrapper kbd,
.g-cts-wrapper pre,
.g-cts-wrapper samp {
  font-family: monospace, monospace;
}
.g-cts-wrapper b,
.g-cts-wrapper strong {
  font-weight: bolder;
}
.g-cts-wrapper dfn {
  font-style: italic;
}
.g-cts-wrapper mark {
  background-color: #ff0;
  color: #000;
}
.g-cts-wrapper sub,
.g-cts-wrapper sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.g-cts-wrapper sub {
  bottom: -0.25em;
}
.g-cts-wrapper sup {
  top: -0.5em;
}
.g-cts-wrapper input {
  border-radius: 0;
}
.g-cts-wrapper button,
.g-cts-wrapper [type="button"],
.g-cts-wrapper [type="reset"],
.g-cts-wrapper [type="submit"],
.g-cts-wrapper [role="button"] {
  cursor: pointer;
}
.g-cts-wrapper textarea {
  overflow: auto;
  resize: vertical;
}
.g-cts-wrapper button,
.g-cts-wrapper input,
.g-cts-wrapper optgroup,
.g-cts-wrapper select,
.g-cts-wrapper textarea {
  font: inherit;
}
.g-cts-wrapper button {
  overflow: visible;
}
.g-cts-wrapper button::-moz-focus-inner,
.g-cts-wrapper [type="button"]::-moz-focus-inner,
.g-cts-wrapper [type="reset"]::-moz-focus-inner,
.g-cts-wrapper [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.g-cts-wrapper button:-moz-focusring,
.g-cts-wrapper [type="button"]::-moz-focus-inner,
.g-cts-wrapper [type="reset"]::-moz-focus-inner,
.g-cts-wrapper [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
.g-cts-wrapper button,
.g-cts-wrapper html [type="button"],
.g-cts-wrapper [type="reset"],
.g-cts-wrapper [type="submit"] {
  -webkit-appearance: button;
}
.g-cts-wrapper button,
.g-cts-wrapper select {
  text-transform: none;
}
.g-cts-wrapper button,
.g-cts-wrapper input,
.g-cts-wrapper textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
.g-cts-wrapper select::-ms-expand {
  display: none;
}
.g-cts-wrapper select::-ms-value {
  color: currentColor;
}
.g-cts-wrapper ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.g-cts-wrapper [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.g-cts-wrapper img {
  border-style: none;
}
.g-cts-wrapper progress {
  vertical-align: baseline;
}
.g-cts-wrapper svg:not(:root) {
  overflow: hidden;
}
.g-cts-wrapper audio,
.g-cts-wrapper canvas,
.g-cts-wrapper progress,
.g-cts-wrapper video {
  display: inline-block;
}
@media screen {
  .g-cts-wrapper [hidden~="screen"] {
    display: inherit;
  }
  .g-cts-wrapper [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
.g-cts-wrapper [aria-busy="true"] {
  cursor: progress;
}
.g-cts-wrapper [aria-controls] {
  cursor: pointer;
}
.g-cts-wrapper [aria-disabled] {
  cursor: default;
}
.g-cts-wrapper ::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.g-cts-wrapper .c-btn-wrap {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-btn-wrap {
    margin-top: 16vw;
  }
}
.g-cts-wrapper .c-btn-underline {
  display: inline-block;
  transition: 0.25s;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .c-btn-underline:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-btn-underline {
    font-size: 3.467vw;
  }
}
.g-cts-wrapper .c-btn {
  display: inline-block;
  padding: 12px 40px;
  font-size: 20px;
  line-height: 1.625;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-btn {
    font-size: 3.467vw;
    padding: 3.2vw 9.6vw;
  }
}

.g-cts-wrapper .c-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-inner {
    padding: 0 5.333vw;
  }
}
.g-cts-wrapper .c-inner--720 {
  max-width: 760px;
}
.g-cts-wrapper .c-inner--1200 {
  max-width: 1240px;
}
.g-cts-wrapper .c-inner--full {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-inner--spfit {
    padding-left: 0;
    padding-right: 0;
  }
}
.g-cts-wrapper .c-box {
  margin-bottom: 120px;
}
.g-cts-wrapper .c-box:last-child {
  margin-bottom: 0;
}
.g-cts-wrapper .c-youtube {
  width: 100%;
  position: relative;
  margin: 0;
  padding-bottom: 56.25%;
  padding-top: 0;
  overflow: hidden;
}
.g-cts-wrapper .c-youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  margin: 0;
}
.g-cts-wrapper .c-modal {
  position: relative;
  background: #fff;
  width: 98rem;
  max-width: 100%;
  margin: auto;
}
.g-cts-wrapper .c-modal__cts {
  padding: 8rem;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-modal__cts {
    padding: 4.8rem 3.2rem;
  }
}
.g-cts-wrapper .c-modal__close {
  position: absolute;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  right: 2rem;
  top: 2rem;
  background: url(../images/icon_close.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-modal__close {
    top: 1.2rem;
    right: 1.2rem;
  }
}
.g-cts-wrapper .c-link {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.g-cts-wrapper .c-link:hover {
  text-decoration: none;
}
.g-cts-wrapper .c-annotation {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f00;
}

.c-list {
  margin: 2rem 0;
}
.c-list:first-child {
  margin-top: 0;
}
.c-list__item {
  display: flex;
}
.c-list__item:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.8rem;
  margin-right: 1.2rem;
  border-radius: 0.2rem;
  background: #000;
}
.c-list--num {
  counter-reset: number 0;
}
.c-list--num .c-list__item:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  width: auto;
  height: auto;
  margin-top: -0.6rem;
  background: none;
  font-size: 2.2rem;
  font-style: italic;
}

.g-cts-wrapper .c-breadcrumb {
  max-width: 990px;
  margin: auto;
  padding: 20px 0;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-breadcrumb {
    padding: 4.267vw 0;
    font-size: 2.667vw;
  }
}
.g-cts-wrapper .c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.g-cts-wrapper .c-breadcrumb__item {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-breadcrumb__item {
    margin-right: 2.133vw;
  }
}
.g-cts-wrapper .c-breadcrumb__item:after {
  content: "＞";
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-breadcrumb__item:after {
    margin-left: 2.133vw;
  }
}
.g-cts-wrapper .c-breadcrumb__item:last-child:after {
  content: none;
}
.g-cts-wrapper .rb-c-row {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row {
    margin: -3.2vw;
  }
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item {
  padding: 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item {
    padding: 3.2vw;
  }
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--1 {
  width: 8.3333333333%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--2 {
  width: 16.6666666667%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--3 {
  width: 25%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--4 {
  width: 33.3333333333%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--5 {
  width: 41.6666666667%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--6 {
  width: 50%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--7 {
  width: 58.3333333333%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--8 {
  width: 66.6666666667%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--9 {
  width: 75%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--10 {
  width: 83.3333333333%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--11 {
  width: 91.6666666667%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--12 {
  width: 100%;
}
.g-cts-wrapper .rb-c-row > .rb-c-row__item--5th {
  width: 20%;
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--1-pc {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--2-pc {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--3-pc {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--4-pc {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--5-pc {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--6-pc {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--7-pc {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--8-pc {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--9-pc {
    width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--10-pc {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--11-pc {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--12-pc {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--5th-pc {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--1-sp {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--2-sp {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--3-sp {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--4-sp {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--5-sp {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--6-sp {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--7-sp {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--8-sp {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--9-sp {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--10-sp {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--11-sp {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--12-sp {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row > .rb-c-row__item--5th-sp {
    width: 20%;
  }
}
.g-cts-wrapper .rb-c-row--thin {
  margin: -6px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row--thin {
    margin: -1.6vw;
  }
}
.g-cts-wrapper .rb-c-row--thin > .rb-c-row__item {
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row--thin > .rb-c-row__item {
    padding: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row--thin-pc {
    margin: -6px;
  }
  .g-cts-wrapper .rb-c-row--thin-pc > .rb-c-row__item {
    padding: 6px;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row--thin-sp {
    margin: -1.6vw;
  }
  .g-cts-wrapper .rb-c-row--thin-sp > .rb-c-row__item {
    padding: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row--wide {
    margin: -20px;
  }
  .g-cts-wrapper .rb-c-row--wide > .rb-c-row__item {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row--wide-sp {
    margin: -5.333vw;
  }
  .g-cts-wrapper .rb-c-row--wide-sp > .rb-c-row__item {
    padding: 5.333vw;
  }
}
.g-cts-wrapper .rb-c-row--center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row--center-sp {
    justify-content: center;
  }
}
.g-cts-wrapper .rb-c-row--end {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .rb-c-row--end-sp {
    justify-content: flex-end;
  }
}
.g-cts-wrapper .rb-c-row--align-center {
  align-items: center;
}
.g-cts-wrapper .rb-c-row--align-end {
  align-items: flex-end;
}
.g-cts-wrapper .rb-c-row--reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .rb-c-row--reverse-pc {
    flex-direction: row-reverse;
  }
}

.g-cts-wrapper .c-ttl-cmn {
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-ttl-cmn {
    margin-bottom: 16vw;
  }
}
.g-cts-wrapper .c-ttl-cmn__main,
.g-cts-wrapper .c-ttl-cmn__sub {
  display: block;
}
.g-cts-wrapper .c-ttl-cmn__main {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-ttl-cmn__main {
    font-size: 4.8vw;
  }
}
.g-cts-wrapper .c-ttl-cmn__sub {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .c-ttl-cmn__sub {
    margin-top: 4.267vw;
    font-size: 3.2vw;
  }
}

.g-cts-wrapper .l-jounal-container {
  padding-top: 100px;
  padding-bottom: 120px;
  background: linear-gradient(to bottom, #f6f6f6, #fff 800px, #fff);
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .l-jounal-container {
    padding-top: 16vw;
    padding-bottom: 21.333vw;
    background: linear-gradient(to bottom, #f6f6f6, #fff 100vw, #fff);
  }
}
.g-cts-wrapper .l-journal-header {
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper {
    margin-top: 30px;
  }
}
.g-cts-wrapper .l-journal-header__copy {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .l-journal-header__copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .l-journal-header__copy {
    margin-bottom: 12.8vw;
  }
}
.g-cts-wrapper .l-journal-header__copy-main {
  font-size: 28px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .l-journal-header__copy-main {
    margin-bottom: 4.267vw;
    font-size: 5.867vw;
  }
}
.g-cts-wrapper .l-journal-gnav {
  margin-bottom: -1px;
}
.g-cts-wrapper .l-journal-gnav__list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .l-journal-gnav__list {
    gap: 4.267vw;
  }
}
.g-cts-wrapper .l-journal-gnav__anc {
  position: relative;
  display: block;
  padding: 16px 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .l-journal-gnav__anc {
    padding: 3.2vw 0;
    font-size: 2.4vw;
    letter-spacing: 0.15em;
  }
}
.g-cts-wrapper .l-journal-gnav__anc.is-active:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #000;
}
.g-cts-wrapper .l-article-container {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .l-article-container {
    padding-bottom: 32vw;
  }
}

.simplebar-wrapper {
  margin: 0 !important;
}

.simplebar-content {
  padding: 0 !important;
}

.simplebar-scrollbar {
  background: #000;
  border: none;
}
.simplebar-scrollbar:before {
  background: transparent;
}

.simplebar-track.simplebar-horizontal {
  height: 32px;
}
.simplebar-track.simplebar-horizontal:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 2px;
  left: 0;
  top: 75%;
  background: #d6d6d6;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  background: none;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 75%;
  background: #000;
}

.g-cts-wrapper .p-index-cat-nav__card {
  display: block;
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .p-index-cat-nav__list {
    display: flex;
    justify-content: center;
  }
  .g-cts-wrapper .p-index-cat-nav__item {
    border-right: 1px solid #b2b2b2;
  }
  .g-cts-wrapper .p-index-cat-nav__item:last-child {
    border-right: none;
  }
  .g-cts-wrapper .p-index-cat-nav__card {
    padding: 12px 20px;
    text-align: center;
  }
  .g-cts-wrapper .p-index-cat-nav__card.is-deactive {
    opacity: 0.3;
  }
  .g-cts-wrapper .p-index-cat-nav__logo {
    margin-bottom: 32px;
  }
  .g-cts-wrapper .p-index-cat-nav__txt {
    font-size: 13px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-index-cat-nav__item {
    border-bottom: 1px solid #b2b2b2;
  }
  .g-cts-wrapper .p-index-cat-nav__item:last-child {
    border-bottom: none;
  }
  .g-cts-wrapper .p-index-cat-nav__card {
    display: flex;
    align-items: center;
    gap: 3.2vw;
    padding-top: 4.267vw;
    padding-bottom: 4.267vw;
  }
  .g-cts-wrapper .p-index-cat-nav__logo {
    flex-shrink: 0;
    width: 34.133vw;
  }
  .g-cts-wrapper .p-index-cat-nav__txt {
    font-size: 2.667vw;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-cmn-archive-list__item {
    margin-bottom: 10.667vw;
  }
  .g-cts-wrapper .p-cmn-archive-list__item:last-child {
    margin-bottom: 0;
  }
}
.g-cts-wrapper .p-cmn-archive-list__card {
  position: relative;
  display: block;
}
.g-cts-wrapper .p-cmn-archive-list__new {
  position: absolute;
  bottom: 100%;
  margin-bottom: 4px;
  left: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-cmn-archive-list__new {
    margin-bottom: 1.067vw;
    font-size: 2.667vw;
  }
}
.g-cts-wrapper .p-cmn-archive-list__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding-top: 53.666%;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-cmn-archive-list__img {
    margin-bottom: 5.333vw;
  }
}
.g-cts-wrapper .p-cmn-archive-list__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}
.g-cts-wrapper .p-cmn-archive-list__body {
  text-align: center;
}
.g-cts-wrapper .p-cmn-archive-list__hash {
  margin-bottom: 8px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-cmn-archive-list__hash {
    margin-bottom: 2.133vw;
    font-size: 2.933vw;
  }
}
.g-cts-wrapper .p-cmn-archive-list__date {
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-cmn-archive-list__date {
    margin-bottom: 2.133vw;
    font-size: 2.4vw;
  }
}
.g-cts-wrapper .p-cmn-archive-list__ttl {
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .p-cmn-archive-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 60px;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .p-cmn-archive-list--articletail {
    gap: 60px 32px;
  }
}
.g-cts-wrapper .p-cmn-archive-list--articletail .p-cmn-archive-list__ttl {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-cmn-archive-list--articletail .p-cmn-archive-list__ttl {
    font-size: 3.2vw;
  }
}
.g-cts-wrapper .p-cmn-archive-list--articletail .p-cmn-archive-list__hash {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-cmn-archive-list--articletail .p-cmn-archive-list__hash {
    font-size: 2.667vw;
  }
}
.g-cts-wrapper .p-cmn-archive-list--articletail .p-cmn-archive-list__date {
  font-size: 8px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-cmn-archive-list--articletail .p-cmn-archive-list__date {
    font-size: 2.133vw;
  }
}
.g-cts-wrapper a.p-cmn-archive-list__card:hover .p-cmn-archive-list__img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.g-cts-wrapper .p-cat-event-calender {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-cat-event-calender {
    margin-bottom: 16vw;
  }
}
.g-cts-wrapper .p-cat-event-calender__link {
  display: inline-block;
  position: relative;
  padding-left: 2.8em;
  font-size: 12px;
  line-height: 2.8em;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-cat-event-calender__link {
    font-size: 3.2vw;
  }
}
.g-cts-wrapper .p-cat-event-calender__link:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 2em;
  height: 2em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://strasburgo.co.jp/journal/mens/icon_calender.svg)
    no-repeat center/1.5em;
}

.g-cts-wrapper .p-article-head {
  max-width: 990px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-head {
    margin-bottom: 16vw;
  }
}
.g-cts-wrapper .p-article-head__mv {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-head__mv {
    margin-bottom: 10.667vw;
  }
}
.g-cts-wrapper .p-article-head__mv img {
  width: 1340px;
}
.g-cts-wrapper .p-article-head__intro {
  font-family:
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho",
    "YuMincho", "HGS明朝E", "Times New Roman", serif;
  text-align: center;
}
.g-cts-wrapper .p-article-head__intro-logo img {
  max-width: 40vw;
}
.g-cts-wrapper .p-article-head__intro-txt {
  margin-top: 40px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-head__intro-txt {
    margin-top: 7.467vw;
    font-size: 3.733vw;
  }
}
.g-cts-wrapper .p-article-cts {
  padding-bottom: 80px;
  font-family:
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho",
    "YuMincho", "HGS明朝E", "Times New Roman", serif;
  font-size: 19px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-cts {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .g-cts-wrapper .p-article-cts {
    padding-bottom: 21.333vw;
  }
}
.g-cts-wrapper .p-article-cts h2 {
  margin-bottom: 48px;
  line-height: 1.75;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-cts h2 {
    margin-bottom: 8.533vw;
    font-size: 5.333vw;
  }
}
.g-cts-wrapper .p-article-cts a {
  text-decoration: underline;
}
.g-cts-wrapper .p-article-cts a:hover {
  text-decoration: none;
}
.g-cts-wrapper .p-article-cts figure {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-cts figure {
    margin-top: 9.6vw;
    margin-bottom: 9.6vw;
  }
}
.g-cts-wrapper .p-article-cts figure img {
  max-width: 80%;
}
.g-cts-wrapper .p-article-cts figcaption {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-cts figcaption {
    margin-top: 5.333vw;
  }
}
.g-cts-wrapper .p-article-cts .c-btn {
  text-decoration: none;
}
.g-cts-wrapper .p-article-related {
  max-width: 1150px;
  margin: 0 auto 160px;
  padding-top: 28px;
  padding-bottom: 48px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-related {
    margin-right: -5.333vw;
    margin-bottom: 21.333vw;
    padding-top: 7.467vw;
    padding-bottom: 9.6vw;
  }
}
.g-cts-wrapper .p-article-related__ttl {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-related__ttl {
    margin-bottom: 5.333vw;
    font-size: 3.2vw;
  }
}
.g-cts-wrapper .p-article-related__row {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .p-article-related__row {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-related__row {
    gap: 4.267vw;
    margin-bottom: 8.533vw;
  }
}
.g-cts-wrapper .p-article-related__row-item {
  flex-shrink: 0;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-related__row-item {
    width: 32vw;
  }
}
.g-cts-wrapper .p-article-related__txt {
  font-size: 10px;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-related__txt {
    margin-top: 2.133vw;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-related .simplebar-horizontal {
    width: calc(100% - 5.333vw);
  }
}
.g-cts-wrapper .p-article-other {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-other {
    margin-top: 21.333vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.g-cts-wrapper .p-article-tail-links {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-tail-links {
    margin-top: 16vw;
  }
}
.g-cts-wrapper .p-article-tail-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.g-cts-wrapper .p-article-tail-links__item {
  padding: 0 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-tail-links__item {
    padding: 0 4.267vw;
  }
}
.g-cts-wrapper .p-article-tail-links__item:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 1px;
  height: 1em;
  background: #707070;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.g-cts-wrapper .p-article-tail-links__item:last-child:before {
  content: none;
}
.g-cts-wrapper .p-article-tail-links__anc {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .p-article-tail-links__anc {
    font-size: 2.933vw;
    padding: 1.067vw 0;
  }
}

@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-sp-only {
    display: none !important;
  }
}
.g-cts-wrapper .u-text-center {
  text-align: center !important;
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-text-center--pc {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-text-center--sp {
    text-align: center !important;
  }
}
.g-cts-wrapper .u-text-center iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}
.g-cts-wrapper .u-text-left {
  text-align: left !important;
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-text-left--pc {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-text-left--sp {
    text-align: left !important;
  }
}
.g-cts-wrapper .u-text-right {
  text-align: right !important;
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-text-right--pc {
    text-align: right !important;
  }
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-text-right--sp {
    text-align: right !important;
  }
}
.g-cts-wrapper .u-ib {
  display: inline-block !important;
  vertical-align: middle;
}
.g-cts-wrapper .u-block {
  display: block !important;
}
.g-cts-wrapper .u-flex {
  display: flex;
}
.g-cts-wrapper .u-flex--wrap {
  flex-wrap: wrap;
}
.g-cts-wrapper .u-flex--jcsb {
  justify-content: space-between;
}
.g-cts-wrapper .u-flex--jcc {
  justify-content: center;
}
.g-cts-wrapper .u-lh-0 {
  line-height: 0 !important;
}
.g-cts-wrapper .u-lh-1 {
  line-height: 1 !important;
}
.g-cts-wrapper .u-lh-125 {
  line-height: 1.25 !important;
}
.g-cts-wrapper .u-lh-15 {
  line-height: 1.5 !important;
}
.g-cts-wrapper .u-lh-2 {
  line-height: 2 !important;
}
.g-cts-wrapper .u-posr {
  position: relative;
}
.g-cts-wrapper .u-round {
  border-radius: 50%;
}
.g-cts-wrapper .u-oh {
  overflow: hidden;
}
.g-cts-wrapper .u-z1 {
  z-index: 1;
}
.g-cts-wrapper .u-z2 {
  z-index: 2;
}
.g-cts-wrapper .u-z3 {
  z-index: 3;
}
.g-cts-wrapper .u-z4 {
  z-index: 4;
}
.g-cts-wrapper .u-z5 {
  z-index: 5;
}
.g-cts-wrapper .u-w100p {
  width: 100%;
}

.g-cts-wrapper .u-color-wh {
  color: #fff !important;
}
.g-cts-wrapper .u-color-bk {
  color: #000 !important;
}
.g-cts-wrapper .u-bg-wh {
  background: #fff !important;
}
.g-cts-wrapper .u-bg-bk {
  background: #000 !important;
}

.g-cts-wrapper .u-m-0 {
  margin: 0px !important;
}
.g-cts-wrapper .u-mt-0,
.g-cts-wrapper .u-my-0 {
  margin-top: 0px !important;
}
.g-cts-wrapper .u-mr-0,
.g-cts-wrapper .u-mx-0 {
  margin-right: 0px !important;
}
.g-cts-wrapper .u-mb-0,
.g-cts-wrapper .u-my-0 {
  margin-bottom: 0px !important;
}
.g-cts-wrapper .u-ml-0,
.g-cts-wrapper .u-mx-0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-0--sp {
    margin: 0vw !important;
  }
  .g-cts-wrapper .u-mt-0--sp,
  .g-cts-wrapper .u-my-0--sp {
    margin-top: 0vw !important;
  }
  .g-cts-wrapper .u-mr-0--sp,
  .g-cts-wrapper .u-mx-0--sp {
    margin-right: 0vw !important;
  }
  .g-cts-wrapper .u-mb-0--sp,
  .g-cts-wrapper .u-my-0--sp {
    margin-bottom: 0vw !important;
  }
  .g-cts-wrapper .u-ml-0--sp,
  .g-cts-wrapper .u-mx-0--sp {
    margin-left: 0vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-0--pc {
    margin: 0px !important;
  }
  .g-cts-wrapper .u-mt-0--pc,
  .g-cts-wrapper .u-my-0--pc {
    margin-top: 0px !important;
  }
  .g-cts-wrapper .u-mr-0--pc,
  .g-cts-wrapper .u-mx-0--pc {
    margin-right: 0px !important;
  }
  .g-cts-wrapper .u-mb-0--pc,
  .g-cts-wrapper .u-my-0--pc {
    margin-bottom: 0px !important;
  }
  .g-cts-wrapper .u-ml-0--pc,
  .g-cts-wrapper .u-mx-0--pc {
    margin-left: 0px !important;
  }
}
.g-cts-wrapper .u-m-4 {
  margin: 4px !important;
}
.g-cts-wrapper .u-mt-4,
.g-cts-wrapper .u-my-4 {
  margin-top: 4px !important;
}
.g-cts-wrapper .u-mr-4,
.g-cts-wrapper .u-mx-4 {
  margin-right: 4px !important;
}
.g-cts-wrapper .u-mb-4,
.g-cts-wrapper .u-my-4 {
  margin-bottom: 4px !important;
}
.g-cts-wrapper .u-ml-4,
.g-cts-wrapper .u-mx-4 {
  margin-left: 4px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-4--sp {
    margin: 1.067vw !important;
  }
  .g-cts-wrapper .u-mt-4--sp,
  .g-cts-wrapper .u-my-4--sp {
    margin-top: 1.067vw !important;
  }
  .g-cts-wrapper .u-mr-4--sp,
  .g-cts-wrapper .u-mx-4--sp {
    margin-right: 1.067vw !important;
  }
  .g-cts-wrapper .u-mb-4--sp,
  .g-cts-wrapper .u-my-4--sp {
    margin-bottom: 1.067vw !important;
  }
  .g-cts-wrapper .u-ml-4--sp,
  .g-cts-wrapper .u-mx-4--sp {
    margin-left: 1.067vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-4--pc {
    margin: 4px !important;
  }
  .g-cts-wrapper .u-mt-4--pc,
  .g-cts-wrapper .u-my-4--pc {
    margin-top: 4px !important;
  }
  .g-cts-wrapper .u-mr-4--pc,
  .g-cts-wrapper .u-mx-4--pc {
    margin-right: 4px !important;
  }
  .g-cts-wrapper .u-mb-4--pc,
  .g-cts-wrapper .u-my-4--pc {
    margin-bottom: 4px !important;
  }
  .g-cts-wrapper .u-ml-4--pc,
  .g-cts-wrapper .u-mx-4--pc {
    margin-left: 4px !important;
  }
}
.g-cts-wrapper .u-m-8 {
  margin: 8px !important;
}
.g-cts-wrapper .u-mt-8,
.g-cts-wrapper .u-my-8 {
  margin-top: 8px !important;
}
.g-cts-wrapper .u-mr-8,
.g-cts-wrapper .u-mx-8 {
  margin-right: 8px !important;
}
.g-cts-wrapper .u-mb-8,
.g-cts-wrapper .u-my-8 {
  margin-bottom: 8px !important;
}
.g-cts-wrapper .u-ml-8,
.g-cts-wrapper .u-mx-8 {
  margin-left: 8px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-8--sp {
    margin: 2.133vw !important;
  }
  .g-cts-wrapper .u-mt-8--sp,
  .g-cts-wrapper .u-my-8--sp {
    margin-top: 2.133vw !important;
  }
  .g-cts-wrapper .u-mr-8--sp,
  .g-cts-wrapper .u-mx-8--sp {
    margin-right: 2.133vw !important;
  }
  .g-cts-wrapper .u-mb-8--sp,
  .g-cts-wrapper .u-my-8--sp {
    margin-bottom: 2.133vw !important;
  }
  .g-cts-wrapper .u-ml-8--sp,
  .g-cts-wrapper .u-mx-8--sp {
    margin-left: 2.133vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-8--pc {
    margin: 8px !important;
  }
  .g-cts-wrapper .u-mt-8--pc,
  .g-cts-wrapper .u-my-8--pc {
    margin-top: 8px !important;
  }
  .g-cts-wrapper .u-mr-8--pc,
  .g-cts-wrapper .u-mx-8--pc {
    margin-right: 8px !important;
  }
  .g-cts-wrapper .u-mb-8--pc,
  .g-cts-wrapper .u-my-8--pc {
    margin-bottom: 8px !important;
  }
  .g-cts-wrapper .u-ml-8--pc,
  .g-cts-wrapper .u-mx-8--pc {
    margin-left: 8px !important;
  }
}
.g-cts-wrapper .u-m-12 {
  margin: 12px !important;
}
.g-cts-wrapper .u-mt-12,
.g-cts-wrapper .u-my-12 {
  margin-top: 12px !important;
}
.g-cts-wrapper .u-mr-12,
.g-cts-wrapper .u-mx-12 {
  margin-right: 12px !important;
}
.g-cts-wrapper .u-mb-12,
.g-cts-wrapper .u-my-12 {
  margin-bottom: 12px !important;
}
.g-cts-wrapper .u-ml-12,
.g-cts-wrapper .u-mx-12 {
  margin-left: 12px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-12--sp {
    margin: 3.2vw !important;
  }
  .g-cts-wrapper .u-mt-12--sp,
  .g-cts-wrapper .u-my-12--sp {
    margin-top: 3.2vw !important;
  }
  .g-cts-wrapper .u-mr-12--sp,
  .g-cts-wrapper .u-mx-12--sp {
    margin-right: 3.2vw !important;
  }
  .g-cts-wrapper .u-mb-12--sp,
  .g-cts-wrapper .u-my-12--sp {
    margin-bottom: 3.2vw !important;
  }
  .g-cts-wrapper .u-ml-12--sp,
  .g-cts-wrapper .u-mx-12--sp {
    margin-left: 3.2vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-12--pc {
    margin: 12px !important;
  }
  .g-cts-wrapper .u-mt-12--pc,
  .g-cts-wrapper .u-my-12--pc {
    margin-top: 12px !important;
  }
  .g-cts-wrapper .u-mr-12--pc,
  .g-cts-wrapper .u-mx-12--pc {
    margin-right: 12px !important;
  }
  .g-cts-wrapper .u-mb-12--pc,
  .g-cts-wrapper .u-my-12--pc {
    margin-bottom: 12px !important;
  }
  .g-cts-wrapper .u-ml-12--pc,
  .g-cts-wrapper .u-mx-12--pc {
    margin-left: 12px !important;
  }
}
.g-cts-wrapper .u-m-16 {
  margin: 16px !important;
}
.g-cts-wrapper .u-mt-16,
.g-cts-wrapper .u-my-16 {
  margin-top: 16px !important;
}
.g-cts-wrapper .u-mr-16,
.g-cts-wrapper .u-mx-16 {
  margin-right: 16px !important;
}
.g-cts-wrapper .u-mb-16,
.g-cts-wrapper .u-my-16 {
  margin-bottom: 16px !important;
}
.g-cts-wrapper .u-ml-16,
.g-cts-wrapper .u-mx-16 {
  margin-left: 16px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-16--sp {
    margin: 4.267vw !important;
  }
  .g-cts-wrapper .u-mt-16--sp,
  .g-cts-wrapper .u-my-16--sp {
    margin-top: 4.267vw !important;
  }
  .g-cts-wrapper .u-mr-16--sp,
  .g-cts-wrapper .u-mx-16--sp {
    margin-right: 4.267vw !important;
  }
  .g-cts-wrapper .u-mb-16--sp,
  .g-cts-wrapper .u-my-16--sp {
    margin-bottom: 4.267vw !important;
  }
  .g-cts-wrapper .u-ml-16--sp,
  .g-cts-wrapper .u-mx-16--sp {
    margin-left: 4.267vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-16--pc {
    margin: 16px !important;
  }
  .g-cts-wrapper .u-mt-16--pc,
  .g-cts-wrapper .u-my-16--pc {
    margin-top: 16px !important;
  }
  .g-cts-wrapper .u-mr-16--pc,
  .g-cts-wrapper .u-mx-16--pc {
    margin-right: 16px !important;
  }
  .g-cts-wrapper .u-mb-16--pc,
  .g-cts-wrapper .u-my-16--pc {
    margin-bottom: 16px !important;
  }
  .g-cts-wrapper .u-ml-16--pc,
  .g-cts-wrapper .u-mx-16--pc {
    margin-left: 16px !important;
  }
}
.g-cts-wrapper .u-m-20 {
  margin: 20px !important;
}
.g-cts-wrapper .u-mt-20,
.g-cts-wrapper .u-my-20 {
  margin-top: 20px !important;
}
.g-cts-wrapper .u-mr-20,
.g-cts-wrapper .u-mx-20 {
  margin-right: 20px !important;
}
.g-cts-wrapper .u-mb-20,
.g-cts-wrapper .u-my-20 {
  margin-bottom: 20px !important;
}
.g-cts-wrapper .u-ml-20,
.g-cts-wrapper .u-mx-20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-20--sp {
    margin: 5.333vw !important;
  }
  .g-cts-wrapper .u-mt-20--sp,
  .g-cts-wrapper .u-my-20--sp {
    margin-top: 5.333vw !important;
  }
  .g-cts-wrapper .u-mr-20--sp,
  .g-cts-wrapper .u-mx-20--sp {
    margin-right: 5.333vw !important;
  }
  .g-cts-wrapper .u-mb-20--sp,
  .g-cts-wrapper .u-my-20--sp {
    margin-bottom: 5.333vw !important;
  }
  .g-cts-wrapper .u-ml-20--sp,
  .g-cts-wrapper .u-mx-20--sp {
    margin-left: 5.333vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-20--pc {
    margin: 20px !important;
  }
  .g-cts-wrapper .u-mt-20--pc,
  .g-cts-wrapper .u-my-20--pc {
    margin-top: 20px !important;
  }
  .g-cts-wrapper .u-mr-20--pc,
  .g-cts-wrapper .u-mx-20--pc {
    margin-right: 20px !important;
  }
  .g-cts-wrapper .u-mb-20--pc,
  .g-cts-wrapper .u-my-20--pc {
    margin-bottom: 20px !important;
  }
  .g-cts-wrapper .u-ml-20--pc,
  .g-cts-wrapper .u-mx-20--pc {
    margin-left: 20px !important;
  }
}
.g-cts-wrapper .u-m-24 {
  margin: 24px !important;
}
.g-cts-wrapper .u-mt-24,
.g-cts-wrapper .u-my-24 {
  margin-top: 24px !important;
}
.g-cts-wrapper .u-mr-24,
.g-cts-wrapper .u-mx-24 {
  margin-right: 24px !important;
}
.g-cts-wrapper .u-mb-24,
.g-cts-wrapper .u-my-24 {
  margin-bottom: 24px !important;
}
.g-cts-wrapper .u-ml-24,
.g-cts-wrapper .u-mx-24 {
  margin-left: 24px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-24--sp {
    margin: 6.4vw !important;
  }
  .g-cts-wrapper .u-mt-24--sp,
  .g-cts-wrapper .u-my-24--sp {
    margin-top: 6.4vw !important;
  }
  .g-cts-wrapper .u-mr-24--sp,
  .g-cts-wrapper .u-mx-24--sp {
    margin-right: 6.4vw !important;
  }
  .g-cts-wrapper .u-mb-24--sp,
  .g-cts-wrapper .u-my-24--sp {
    margin-bottom: 6.4vw !important;
  }
  .g-cts-wrapper .u-ml-24--sp,
  .g-cts-wrapper .u-mx-24--sp {
    margin-left: 6.4vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-24--pc {
    margin: 24px !important;
  }
  .g-cts-wrapper .u-mt-24--pc,
  .g-cts-wrapper .u-my-24--pc {
    margin-top: 24px !important;
  }
  .g-cts-wrapper .u-mr-24--pc,
  .g-cts-wrapper .u-mx-24--pc {
    margin-right: 24px !important;
  }
  .g-cts-wrapper .u-mb-24--pc,
  .g-cts-wrapper .u-my-24--pc {
    margin-bottom: 24px !important;
  }
  .g-cts-wrapper .u-ml-24--pc,
  .g-cts-wrapper .u-mx-24--pc {
    margin-left: 24px !important;
  }
}
.g-cts-wrapper .u-m-28 {
  margin: 28px !important;
}
.g-cts-wrapper .u-mt-28,
.g-cts-wrapper .u-my-28 {
  margin-top: 28px !important;
}
.g-cts-wrapper .u-mr-28,
.g-cts-wrapper .u-mx-28 {
  margin-right: 28px !important;
}
.g-cts-wrapper .u-mb-28,
.g-cts-wrapper .u-my-28 {
  margin-bottom: 28px !important;
}
.g-cts-wrapper .u-ml-28,
.g-cts-wrapper .u-mx-28 {
  margin-left: 28px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-28--sp {
    margin: 7.467vw !important;
  }
  .g-cts-wrapper .u-mt-28--sp,
  .g-cts-wrapper .u-my-28--sp {
    margin-top: 7.467vw !important;
  }
  .g-cts-wrapper .u-mr-28--sp,
  .g-cts-wrapper .u-mx-28--sp {
    margin-right: 7.467vw !important;
  }
  .g-cts-wrapper .u-mb-28--sp,
  .g-cts-wrapper .u-my-28--sp {
    margin-bottom: 7.467vw !important;
  }
  .g-cts-wrapper .u-ml-28--sp,
  .g-cts-wrapper .u-mx-28--sp {
    margin-left: 7.467vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-28--pc {
    margin: 28px !important;
  }
  .g-cts-wrapper .u-mt-28--pc,
  .g-cts-wrapper .u-my-28--pc {
    margin-top: 28px !important;
  }
  .g-cts-wrapper .u-mr-28--pc,
  .g-cts-wrapper .u-mx-28--pc {
    margin-right: 28px !important;
  }
  .g-cts-wrapper .u-mb-28--pc,
  .g-cts-wrapper .u-my-28--pc {
    margin-bottom: 28px !important;
  }
  .g-cts-wrapper .u-ml-28--pc,
  .g-cts-wrapper .u-mx-28--pc {
    margin-left: 28px !important;
  }
}
.g-cts-wrapper .u-m-32 {
  margin: 32px !important;
}
.g-cts-wrapper .u-mt-32,
.g-cts-wrapper .u-my-32 {
  margin-top: 32px !important;
}
.g-cts-wrapper .u-mr-32,
.g-cts-wrapper .u-mx-32 {
  margin-right: 32px !important;
}
.g-cts-wrapper .u-mb-32,
.g-cts-wrapper .u-my-32 {
  margin-bottom: 32px !important;
}
.g-cts-wrapper .u-ml-32,
.g-cts-wrapper .u-mx-32 {
  margin-left: 32px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-32--sp {
    margin: 8.533vw !important;
  }
  .g-cts-wrapper .u-mt-32--sp,
  .g-cts-wrapper .u-my-32--sp {
    margin-top: 8.533vw !important;
  }
  .g-cts-wrapper .u-mr-32--sp,
  .g-cts-wrapper .u-mx-32--sp {
    margin-right: 8.533vw !important;
  }
  .g-cts-wrapper .u-mb-32--sp,
  .g-cts-wrapper .u-my-32--sp {
    margin-bottom: 8.533vw !important;
  }
  .g-cts-wrapper .u-ml-32--sp,
  .g-cts-wrapper .u-mx-32--sp {
    margin-left: 8.533vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-32--pc {
    margin: 32px !important;
  }
  .g-cts-wrapper .u-mt-32--pc,
  .g-cts-wrapper .u-my-32--pc {
    margin-top: 32px !important;
  }
  .g-cts-wrapper .u-mr-32--pc,
  .g-cts-wrapper .u-mx-32--pc {
    margin-right: 32px !important;
  }
  .g-cts-wrapper .u-mb-32--pc,
  .g-cts-wrapper .u-my-32--pc {
    margin-bottom: 32px !important;
  }
  .g-cts-wrapper .u-ml-32--pc,
  .g-cts-wrapper .u-mx-32--pc {
    margin-left: 32px !important;
  }
}
.g-cts-wrapper .u-m-36 {
  margin: 36px !important;
}
.g-cts-wrapper .u-mt-36,
.g-cts-wrapper .u-my-36 {
  margin-top: 36px !important;
}
.g-cts-wrapper .u-mr-36,
.g-cts-wrapper .u-mx-36 {
  margin-right: 36px !important;
}
.g-cts-wrapper .u-mb-36,
.g-cts-wrapper .u-my-36 {
  margin-bottom: 36px !important;
}
.g-cts-wrapper .u-ml-36,
.g-cts-wrapper .u-mx-36 {
  margin-left: 36px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-36--sp {
    margin: 9.6vw !important;
  }
  .g-cts-wrapper .u-mt-36--sp,
  .g-cts-wrapper .u-my-36--sp {
    margin-top: 9.6vw !important;
  }
  .g-cts-wrapper .u-mr-36--sp,
  .g-cts-wrapper .u-mx-36--sp {
    margin-right: 9.6vw !important;
  }
  .g-cts-wrapper .u-mb-36--sp,
  .g-cts-wrapper .u-my-36--sp {
    margin-bottom: 9.6vw !important;
  }
  .g-cts-wrapper .u-ml-36--sp,
  .g-cts-wrapper .u-mx-36--sp {
    margin-left: 9.6vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-36--pc {
    margin: 36px !important;
  }
  .g-cts-wrapper .u-mt-36--pc,
  .g-cts-wrapper .u-my-36--pc {
    margin-top: 36px !important;
  }
  .g-cts-wrapper .u-mr-36--pc,
  .g-cts-wrapper .u-mx-36--pc {
    margin-right: 36px !important;
  }
  .g-cts-wrapper .u-mb-36--pc,
  .g-cts-wrapper .u-my-36--pc {
    margin-bottom: 36px !important;
  }
  .g-cts-wrapper .u-ml-36--pc,
  .g-cts-wrapper .u-mx-36--pc {
    margin-left: 36px !important;
  }
}
.g-cts-wrapper .u-m-40 {
  margin: 40px !important;
}
.g-cts-wrapper .u-mt-40,
.g-cts-wrapper .u-my-40 {
  margin-top: 40px !important;
}
.g-cts-wrapper .u-mr-40,
.g-cts-wrapper .u-mx-40 {
  margin-right: 40px !important;
}
.g-cts-wrapper .u-mb-40,
.g-cts-wrapper .u-my-40 {
  margin-bottom: 40px !important;
}
.g-cts-wrapper .u-ml-40,
.g-cts-wrapper .u-mx-40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-40--sp {
    margin: 10.667vw !important;
  }
  .g-cts-wrapper .u-mt-40--sp,
  .g-cts-wrapper .u-my-40--sp {
    margin-top: 10.667vw !important;
  }
  .g-cts-wrapper .u-mr-40--sp,
  .g-cts-wrapper .u-mx-40--sp {
    margin-right: 10.667vw !important;
  }
  .g-cts-wrapper .u-mb-40--sp,
  .g-cts-wrapper .u-my-40--sp {
    margin-bottom: 10.667vw !important;
  }
  .g-cts-wrapper .u-ml-40--sp,
  .g-cts-wrapper .u-mx-40--sp {
    margin-left: 10.667vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-40--pc {
    margin: 40px !important;
  }
  .g-cts-wrapper .u-mt-40--pc,
  .g-cts-wrapper .u-my-40--pc {
    margin-top: 40px !important;
  }
  .g-cts-wrapper .u-mr-40--pc,
  .g-cts-wrapper .u-mx-40--pc {
    margin-right: 40px !important;
  }
  .g-cts-wrapper .u-mb-40--pc,
  .g-cts-wrapper .u-my-40--pc {
    margin-bottom: 40px !important;
  }
  .g-cts-wrapper .u-ml-40--pc,
  .g-cts-wrapper .u-mx-40--pc {
    margin-left: 40px !important;
  }
}
.g-cts-wrapper .u-m-48 {
  margin: 48px !important;
}
.g-cts-wrapper .u-mt-48,
.g-cts-wrapper .u-my-48 {
  margin-top: 48px !important;
}
.g-cts-wrapper .u-mr-48,
.g-cts-wrapper .u-mx-48 {
  margin-right: 48px !important;
}
.g-cts-wrapper .u-mb-48,
.g-cts-wrapper .u-my-48 {
  margin-bottom: 48px !important;
}
.g-cts-wrapper .u-ml-48,
.g-cts-wrapper .u-mx-48 {
  margin-left: 48px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-48--sp {
    margin: 12.8vw !important;
  }
  .g-cts-wrapper .u-mt-48--sp,
  .g-cts-wrapper .u-my-48--sp {
    margin-top: 12.8vw !important;
  }
  .g-cts-wrapper .u-mr-48--sp,
  .g-cts-wrapper .u-mx-48--sp {
    margin-right: 12.8vw !important;
  }
  .g-cts-wrapper .u-mb-48--sp,
  .g-cts-wrapper .u-my-48--sp {
    margin-bottom: 12.8vw !important;
  }
  .g-cts-wrapper .u-ml-48--sp,
  .g-cts-wrapper .u-mx-48--sp {
    margin-left: 12.8vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-48--pc {
    margin: 48px !important;
  }
  .g-cts-wrapper .u-mt-48--pc,
  .g-cts-wrapper .u-my-48--pc {
    margin-top: 48px !important;
  }
  .g-cts-wrapper .u-mr-48--pc,
  .g-cts-wrapper .u-mx-48--pc {
    margin-right: 48px !important;
  }
  .g-cts-wrapper .u-mb-48--pc,
  .g-cts-wrapper .u-my-48--pc {
    margin-bottom: 48px !important;
  }
  .g-cts-wrapper .u-ml-48--pc,
  .g-cts-wrapper .u-mx-48--pc {
    margin-left: 48px !important;
  }
}
.g-cts-wrapper .u-m-60 {
  margin: 60px !important;
}
.g-cts-wrapper .u-mt-60,
.g-cts-wrapper .u-my-60 {
  margin-top: 60px !important;
}
.g-cts-wrapper .u-mr-60,
.g-cts-wrapper .u-mx-60 {
  margin-right: 60px !important;
}
.g-cts-wrapper .u-mb-60,
.g-cts-wrapper .u-my-60 {
  margin-bottom: 60px !important;
}
.g-cts-wrapper .u-ml-60,
.g-cts-wrapper .u-mx-60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-m-60--sp {
    margin: 16vw !important;
  }
  .g-cts-wrapper .u-mt-60--sp,
  .g-cts-wrapper .u-my-60--sp {
    margin-top: 16vw !important;
  }
  .g-cts-wrapper .u-mr-60--sp,
  .g-cts-wrapper .u-mx-60--sp {
    margin-right: 16vw !important;
  }
  .g-cts-wrapper .u-mb-60--sp,
  .g-cts-wrapper .u-my-60--sp {
    margin-bottom: 16vw !important;
  }
  .g-cts-wrapper .u-ml-60--sp,
  .g-cts-wrapper .u-mx-60--sp {
    margin-left: 16vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-m-60--pc {
    margin: 60px !important;
  }
  .g-cts-wrapper .u-mt-60--pc,
  .g-cts-wrapper .u-my-60--pc {
    margin-top: 60px !important;
  }
  .g-cts-wrapper .u-mr-60--pc,
  .g-cts-wrapper .u-mx-60--pc {
    margin-right: 60px !important;
  }
  .g-cts-wrapper .u-mb-60--pc,
  .g-cts-wrapper .u-my-60--pc {
    margin-bottom: 60px !important;
  }
  .g-cts-wrapper .u-ml-60--pc,
  .g-cts-wrapper .u-mx-60--pc {
    margin-left: 60px !important;
  }
}
.g-cts-wrapper .u-p-0 {
  padding: 0px !important;
}
.g-cts-wrapper .u-pt-0,
.g-cts-wrapper .u-py-0 {
  padding-top: 0px !important;
}
.g-cts-wrapper .u-pr-0,
.g-cts-wrapper .u-px-0 {
  padding-right: 0px !important;
}
.g-cts-wrapper .u-pb-0,
.g-cts-wrapper .u-py-0 {
  padding-bottom: 0px !important;
}
.g-cts-wrapper .u-pl-0,
.g-cts-wrapper .u-px-0 {
  padding-left: 0px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-0--sp {
    padding: 0vw !important;
  }
  .g-cts-wrapper .u-pt-0--sp,
  .g-cts-wrapper .u-py-0--sp {
    padding-top: 0vw !important;
  }
  .g-cts-wrapper .u-pr-0--sp,
  .g-cts-wrapper .u-px-0--sp {
    padding-right: 0vw !important;
  }
  .g-cts-wrapper .u-pb-0--sp,
  .g-cts-wrapper .u-py-0--sp {
    padding-bottom: 0vw !important;
  }
  .g-cts-wrapper .u-pl-0--sp,
  .g-cts-wrapper .u-px-0--sp {
    padding-left: 0vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-0--pc {
    padding: 0px !important;
  }
  .g-cts-wrapper .u-pt-0--pc,
  .g-cts-wrapper .u-py-0--pc {
    padding-top: 0px !important;
  }
  .g-cts-wrapper .u-pr-0--pc,
  .g-cts-wrapper .u-px-0--pc {
    padding-right: 0px !important;
  }
  .g-cts-wrapper .u-pb-0--pc,
  .g-cts-wrapper .u-py-0--pc {
    padding-bottom: 0px !important;
  }
  .g-cts-wrapper .u-pl-0--pc,
  .g-cts-wrapper .u-px-0--pc {
    padding-left: 0px !important;
  }
}
.g-cts-wrapper .u-p-4 {
  padding: 4px !important;
}
.g-cts-wrapper .u-pt-4,
.g-cts-wrapper .u-py-4 {
  padding-top: 4px !important;
}
.g-cts-wrapper .u-pr-4,
.g-cts-wrapper .u-px-4 {
  padding-right: 4px !important;
}
.g-cts-wrapper .u-pb-4,
.g-cts-wrapper .u-py-4 {
  padding-bottom: 4px !important;
}
.g-cts-wrapper .u-pl-4,
.g-cts-wrapper .u-px-4 {
  padding-left: 4px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-4--sp {
    padding: 1.067vw !important;
  }
  .g-cts-wrapper .u-pt-4--sp,
  .g-cts-wrapper .u-py-4--sp {
    padding-top: 1.067vw !important;
  }
  .g-cts-wrapper .u-pr-4--sp,
  .g-cts-wrapper .u-px-4--sp {
    padding-right: 1.067vw !important;
  }
  .g-cts-wrapper .u-pb-4--sp,
  .g-cts-wrapper .u-py-4--sp {
    padding-bottom: 1.067vw !important;
  }
  .g-cts-wrapper .u-pl-4--sp,
  .g-cts-wrapper .u-px-4--sp {
    padding-left: 1.067vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-4--pc {
    padding: 4px !important;
  }
  .g-cts-wrapper .u-pt-4--pc,
  .g-cts-wrapper .u-py-4--pc {
    padding-top: 4px !important;
  }
  .g-cts-wrapper .u-pr-4--pc,
  .g-cts-wrapper .u-px-4--pc {
    padding-right: 4px !important;
  }
  .g-cts-wrapper .u-pb-4--pc,
  .g-cts-wrapper .u-py-4--pc {
    padding-bottom: 4px !important;
  }
  .g-cts-wrapper .u-pl-4--pc,
  .g-cts-wrapper .u-px-4--pc {
    padding-left: 4px !important;
  }
}
.g-cts-wrapper .u-p-8 {
  padding: 8px !important;
}
.g-cts-wrapper .u-pt-8,
.g-cts-wrapper .u-py-8 {
  padding-top: 8px !important;
}
.g-cts-wrapper .u-pr-8,
.g-cts-wrapper .u-px-8 {
  padding-right: 8px !important;
}
.g-cts-wrapper .u-pb-8,
.g-cts-wrapper .u-py-8 {
  padding-bottom: 8px !important;
}
.g-cts-wrapper .u-pl-8,
.g-cts-wrapper .u-px-8 {
  padding-left: 8px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-8--sp {
    padding: 2.133vw !important;
  }
  .g-cts-wrapper .u-pt-8--sp,
  .g-cts-wrapper .u-py-8--sp {
    padding-top: 2.133vw !important;
  }
  .g-cts-wrapper .u-pr-8--sp,
  .g-cts-wrapper .u-px-8--sp {
    padding-right: 2.133vw !important;
  }
  .g-cts-wrapper .u-pb-8--sp,
  .g-cts-wrapper .u-py-8--sp {
    padding-bottom: 2.133vw !important;
  }
  .g-cts-wrapper .u-pl-8--sp,
  .g-cts-wrapper .u-px-8--sp {
    padding-left: 2.133vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-8--pc {
    padding: 8px !important;
  }
  .g-cts-wrapper .u-pt-8--pc,
  .g-cts-wrapper .u-py-8--pc {
    padding-top: 8px !important;
  }
  .g-cts-wrapper .u-pr-8--pc,
  .g-cts-wrapper .u-px-8--pc {
    padding-right: 8px !important;
  }
  .g-cts-wrapper .u-pb-8--pc,
  .g-cts-wrapper .u-py-8--pc {
    padding-bottom: 8px !important;
  }
  .g-cts-wrapper .u-pl-8--pc,
  .g-cts-wrapper .u-px-8--pc {
    padding-left: 8px !important;
  }
}
.g-cts-wrapper .u-p-12 {
  padding: 12px !important;
}
.g-cts-wrapper .u-pt-12,
.g-cts-wrapper .u-py-12 {
  padding-top: 12px !important;
}
.g-cts-wrapper .u-pr-12,
.g-cts-wrapper .u-px-12 {
  padding-right: 12px !important;
}
.g-cts-wrapper .u-pb-12,
.g-cts-wrapper .u-py-12 {
  padding-bottom: 12px !important;
}
.g-cts-wrapper .u-pl-12,
.g-cts-wrapper .u-px-12 {
  padding-left: 12px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-12--sp {
    padding: 3.2vw !important;
  }
  .g-cts-wrapper .u-pt-12--sp,
  .g-cts-wrapper .u-py-12--sp {
    padding-top: 3.2vw !important;
  }
  .g-cts-wrapper .u-pr-12--sp,
  .g-cts-wrapper .u-px-12--sp {
    padding-right: 3.2vw !important;
  }
  .g-cts-wrapper .u-pb-12--sp,
  .g-cts-wrapper .u-py-12--sp {
    padding-bottom: 3.2vw !important;
  }
  .g-cts-wrapper .u-pl-12--sp,
  .g-cts-wrapper .u-px-12--sp {
    padding-left: 3.2vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-12--pc {
    padding: 12px !important;
  }
  .g-cts-wrapper .u-pt-12--pc,
  .g-cts-wrapper .u-py-12--pc {
    padding-top: 12px !important;
  }
  .g-cts-wrapper .u-pr-12--pc,
  .g-cts-wrapper .u-px-12--pc {
    padding-right: 12px !important;
  }
  .g-cts-wrapper .u-pb-12--pc,
  .g-cts-wrapper .u-py-12--pc {
    padding-bottom: 12px !important;
  }
  .g-cts-wrapper .u-pl-12--pc,
  .g-cts-wrapper .u-px-12--pc {
    padding-left: 12px !important;
  }
}
.g-cts-wrapper .u-p-16 {
  padding: 16px !important;
}
.g-cts-wrapper .u-pt-16,
.g-cts-wrapper .u-py-16 {
  padding-top: 16px !important;
}
.g-cts-wrapper .u-pr-16,
.g-cts-wrapper .u-px-16 {
  padding-right: 16px !important;
}
.g-cts-wrapper .u-pb-16,
.g-cts-wrapper .u-py-16 {
  padding-bottom: 16px !important;
}
.g-cts-wrapper .u-pl-16,
.g-cts-wrapper .u-px-16 {
  padding-left: 16px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-16--sp {
    padding: 4.267vw !important;
  }
  .g-cts-wrapper .u-pt-16--sp,
  .g-cts-wrapper .u-py-16--sp {
    padding-top: 4.267vw !important;
  }
  .g-cts-wrapper .u-pr-16--sp,
  .g-cts-wrapper .u-px-16--sp {
    padding-right: 4.267vw !important;
  }
  .g-cts-wrapper .u-pb-16--sp,
  .g-cts-wrapper .u-py-16--sp {
    padding-bottom: 4.267vw !important;
  }
  .g-cts-wrapper .u-pl-16--sp,
  .g-cts-wrapper .u-px-16--sp {
    padding-left: 4.267vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-16--pc {
    padding: 16px !important;
  }
  .g-cts-wrapper .u-pt-16--pc,
  .g-cts-wrapper .u-py-16--pc {
    padding-top: 16px !important;
  }
  .g-cts-wrapper .u-pr-16--pc,
  .g-cts-wrapper .u-px-16--pc {
    padding-right: 16px !important;
  }
  .g-cts-wrapper .u-pb-16--pc,
  .g-cts-wrapper .u-py-16--pc {
    padding-bottom: 16px !important;
  }
  .g-cts-wrapper .u-pl-16--pc,
  .g-cts-wrapper .u-px-16--pc {
    padding-left: 16px !important;
  }
}
.g-cts-wrapper .u-p-20 {
  padding: 20px !important;
}
.g-cts-wrapper .u-pt-20,
.g-cts-wrapper .u-py-20 {
  padding-top: 20px !important;
}
.g-cts-wrapper .u-pr-20,
.g-cts-wrapper .u-px-20 {
  padding-right: 20px !important;
}
.g-cts-wrapper .u-pb-20,
.g-cts-wrapper .u-py-20 {
  padding-bottom: 20px !important;
}
.g-cts-wrapper .u-pl-20,
.g-cts-wrapper .u-px-20 {
  padding-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-20--sp {
    padding: 5.333vw !important;
  }
  .g-cts-wrapper .u-pt-20--sp,
  .g-cts-wrapper .u-py-20--sp {
    padding-top: 5.333vw !important;
  }
  .g-cts-wrapper .u-pr-20--sp,
  .g-cts-wrapper .u-px-20--sp {
    padding-right: 5.333vw !important;
  }
  .g-cts-wrapper .u-pb-20--sp,
  .g-cts-wrapper .u-py-20--sp {
    padding-bottom: 5.333vw !important;
  }
  .g-cts-wrapper .u-pl-20--sp,
  .g-cts-wrapper .u-px-20--sp {
    padding-left: 5.333vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-20--pc {
    padding: 20px !important;
  }
  .g-cts-wrapper .u-pt-20--pc,
  .g-cts-wrapper .u-py-20--pc {
    padding-top: 20px !important;
  }
  .g-cts-wrapper .u-pr-20--pc,
  .g-cts-wrapper .u-px-20--pc {
    padding-right: 20px !important;
  }
  .g-cts-wrapper .u-pb-20--pc,
  .g-cts-wrapper .u-py-20--pc {
    padding-bottom: 20px !important;
  }
  .g-cts-wrapper .u-pl-20--pc,
  .g-cts-wrapper .u-px-20--pc {
    padding-left: 20px !important;
  }
}
.g-cts-wrapper .u-p-24 {
  padding: 24px !important;
}
.g-cts-wrapper .u-pt-24,
.g-cts-wrapper .u-py-24 {
  padding-top: 24px !important;
}
.g-cts-wrapper .u-pr-24,
.g-cts-wrapper .u-px-24 {
  padding-right: 24px !important;
}
.g-cts-wrapper .u-pb-24,
.g-cts-wrapper .u-py-24 {
  padding-bottom: 24px !important;
}
.g-cts-wrapper .u-pl-24,
.g-cts-wrapper .u-px-24 {
  padding-left: 24px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-24--sp {
    padding: 6.4vw !important;
  }
  .g-cts-wrapper .u-pt-24--sp,
  .g-cts-wrapper .u-py-24--sp {
    padding-top: 6.4vw !important;
  }
  .g-cts-wrapper .u-pr-24--sp,
  .g-cts-wrapper .u-px-24--sp {
    padding-right: 6.4vw !important;
  }
  .g-cts-wrapper .u-pb-24--sp,
  .g-cts-wrapper .u-py-24--sp {
    padding-bottom: 6.4vw !important;
  }
  .g-cts-wrapper .u-pl-24--sp,
  .g-cts-wrapper .u-px-24--sp {
    padding-left: 6.4vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-24--pc {
    padding: 24px !important;
  }
  .g-cts-wrapper .u-pt-24--pc,
  .g-cts-wrapper .u-py-24--pc {
    padding-top: 24px !important;
  }
  .g-cts-wrapper .u-pr-24--pc,
  .g-cts-wrapper .u-px-24--pc {
    padding-right: 24px !important;
  }
  .g-cts-wrapper .u-pb-24--pc,
  .g-cts-wrapper .u-py-24--pc {
    padding-bottom: 24px !important;
  }
  .g-cts-wrapper .u-pl-24--pc,
  .g-cts-wrapper .u-px-24--pc {
    padding-left: 24px !important;
  }
}
.g-cts-wrapper .u-p-28 {
  padding: 28px !important;
}
.g-cts-wrapper .u-pt-28,
.g-cts-wrapper .u-py-28 {
  padding-top: 28px !important;
}
.g-cts-wrapper .u-pr-28,
.g-cts-wrapper .u-px-28 {
  padding-right: 28px !important;
}
.g-cts-wrapper .u-pb-28,
.g-cts-wrapper .u-py-28 {
  padding-bottom: 28px !important;
}
.g-cts-wrapper .u-pl-28,
.g-cts-wrapper .u-px-28 {
  padding-left: 28px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-28--sp {
    padding: 7.467vw !important;
  }
  .g-cts-wrapper .u-pt-28--sp,
  .g-cts-wrapper .u-py-28--sp {
    padding-top: 7.467vw !important;
  }
  .g-cts-wrapper .u-pr-28--sp,
  .g-cts-wrapper .u-px-28--sp {
    padding-right: 7.467vw !important;
  }
  .g-cts-wrapper .u-pb-28--sp,
  .g-cts-wrapper .u-py-28--sp {
    padding-bottom: 7.467vw !important;
  }
  .g-cts-wrapper .u-pl-28--sp,
  .g-cts-wrapper .u-px-28--sp {
    padding-left: 7.467vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-28--pc {
    padding: 28px !important;
  }
  .g-cts-wrapper .u-pt-28--pc,
  .g-cts-wrapper .u-py-28--pc {
    padding-top: 28px !important;
  }
  .g-cts-wrapper .u-pr-28--pc,
  .g-cts-wrapper .u-px-28--pc {
    padding-right: 28px !important;
  }
  .g-cts-wrapper .u-pb-28--pc,
  .g-cts-wrapper .u-py-28--pc {
    padding-bottom: 28px !important;
  }
  .g-cts-wrapper .u-pl-28--pc,
  .g-cts-wrapper .u-px-28--pc {
    padding-left: 28px !important;
  }
}
.g-cts-wrapper .u-p-32 {
  padding: 32px !important;
}
.g-cts-wrapper .u-pt-32,
.g-cts-wrapper .u-py-32 {
  padding-top: 32px !important;
}
.g-cts-wrapper .u-pr-32,
.g-cts-wrapper .u-px-32 {
  padding-right: 32px !important;
}
.g-cts-wrapper .u-pb-32,
.g-cts-wrapper .u-py-32 {
  padding-bottom: 32px !important;
}
.g-cts-wrapper .u-pl-32,
.g-cts-wrapper .u-px-32 {
  padding-left: 32px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-32--sp {
    padding: 8.533vw !important;
  }
  .g-cts-wrapper .u-pt-32--sp,
  .g-cts-wrapper .u-py-32--sp {
    padding-top: 8.533vw !important;
  }
  .g-cts-wrapper .u-pr-32--sp,
  .g-cts-wrapper .u-px-32--sp {
    padding-right: 8.533vw !important;
  }
  .g-cts-wrapper .u-pb-32--sp,
  .g-cts-wrapper .u-py-32--sp {
    padding-bottom: 8.533vw !important;
  }
  .g-cts-wrapper .u-pl-32--sp,
  .g-cts-wrapper .u-px-32--sp {
    padding-left: 8.533vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-32--pc {
    padding: 32px !important;
  }
  .g-cts-wrapper .u-pt-32--pc,
  .g-cts-wrapper .u-py-32--pc {
    padding-top: 32px !important;
  }
  .g-cts-wrapper .u-pr-32--pc,
  .g-cts-wrapper .u-px-32--pc {
    padding-right: 32px !important;
  }
  .g-cts-wrapper .u-pb-32--pc,
  .g-cts-wrapper .u-py-32--pc {
    padding-bottom: 32px !important;
  }
  .g-cts-wrapper .u-pl-32--pc,
  .g-cts-wrapper .u-px-32--pc {
    padding-left: 32px !important;
  }
}
.g-cts-wrapper .u-p-36 {
  padding: 36px !important;
}
.g-cts-wrapper .u-pt-36,
.g-cts-wrapper .u-py-36 {
  padding-top: 36px !important;
}
.g-cts-wrapper .u-pr-36,
.g-cts-wrapper .u-px-36 {
  padding-right: 36px !important;
}
.g-cts-wrapper .u-pb-36,
.g-cts-wrapper .u-py-36 {
  padding-bottom: 36px !important;
}
.g-cts-wrapper .u-pl-36,
.g-cts-wrapper .u-px-36 {
  padding-left: 36px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-36--sp {
    padding: 9.6vw !important;
  }
  .g-cts-wrapper .u-pt-36--sp,
  .g-cts-wrapper .u-py-36--sp {
    padding-top: 9.6vw !important;
  }
  .g-cts-wrapper .u-pr-36--sp,
  .g-cts-wrapper .u-px-36--sp {
    padding-right: 9.6vw !important;
  }
  .g-cts-wrapper .u-pb-36--sp,
  .g-cts-wrapper .u-py-36--sp {
    padding-bottom: 9.6vw !important;
  }
  .g-cts-wrapper .u-pl-36--sp,
  .g-cts-wrapper .u-px-36--sp {
    padding-left: 9.6vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-36--pc {
    padding: 36px !important;
  }
  .g-cts-wrapper .u-pt-36--pc,
  .g-cts-wrapper .u-py-36--pc {
    padding-top: 36px !important;
  }
  .g-cts-wrapper .u-pr-36--pc,
  .g-cts-wrapper .u-px-36--pc {
    padding-right: 36px !important;
  }
  .g-cts-wrapper .u-pb-36--pc,
  .g-cts-wrapper .u-py-36--pc {
    padding-bottom: 36px !important;
  }
  .g-cts-wrapper .u-pl-36--pc,
  .g-cts-wrapper .u-px-36--pc {
    padding-left: 36px !important;
  }
}
.g-cts-wrapper .u-p-40 {
  padding: 40px !important;
}
.g-cts-wrapper .u-pt-40,
.g-cts-wrapper .u-py-40 {
  padding-top: 40px !important;
}
.g-cts-wrapper .u-pr-40,
.g-cts-wrapper .u-px-40 {
  padding-right: 40px !important;
}
.g-cts-wrapper .u-pb-40,
.g-cts-wrapper .u-py-40 {
  padding-bottom: 40px !important;
}
.g-cts-wrapper .u-pl-40,
.g-cts-wrapper .u-px-40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-40--sp {
    padding: 10.667vw !important;
  }
  .g-cts-wrapper .u-pt-40--sp,
  .g-cts-wrapper .u-py-40--sp {
    padding-top: 10.667vw !important;
  }
  .g-cts-wrapper .u-pr-40--sp,
  .g-cts-wrapper .u-px-40--sp {
    padding-right: 10.667vw !important;
  }
  .g-cts-wrapper .u-pb-40--sp,
  .g-cts-wrapper .u-py-40--sp {
    padding-bottom: 10.667vw !important;
  }
  .g-cts-wrapper .u-pl-40--sp,
  .g-cts-wrapper .u-px-40--sp {
    padding-left: 10.667vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-40--pc {
    padding: 40px !important;
  }
  .g-cts-wrapper .u-pt-40--pc,
  .g-cts-wrapper .u-py-40--pc {
    padding-top: 40px !important;
  }
  .g-cts-wrapper .u-pr-40--pc,
  .g-cts-wrapper .u-px-40--pc {
    padding-right: 40px !important;
  }
  .g-cts-wrapper .u-pb-40--pc,
  .g-cts-wrapper .u-py-40--pc {
    padding-bottom: 40px !important;
  }
  .g-cts-wrapper .u-pl-40--pc,
  .g-cts-wrapper .u-px-40--pc {
    padding-left: 40px !important;
  }
}
.g-cts-wrapper .u-p-48 {
  padding: 48px !important;
}
.g-cts-wrapper .u-pt-48,
.g-cts-wrapper .u-py-48 {
  padding-top: 48px !important;
}
.g-cts-wrapper .u-pr-48,
.g-cts-wrapper .u-px-48 {
  padding-right: 48px !important;
}
.g-cts-wrapper .u-pb-48,
.g-cts-wrapper .u-py-48 {
  padding-bottom: 48px !important;
}
.g-cts-wrapper .u-pl-48,
.g-cts-wrapper .u-px-48 {
  padding-left: 48px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-48--sp {
    padding: 12.8vw !important;
  }
  .g-cts-wrapper .u-pt-48--sp,
  .g-cts-wrapper .u-py-48--sp {
    padding-top: 12.8vw !important;
  }
  .g-cts-wrapper .u-pr-48--sp,
  .g-cts-wrapper .u-px-48--sp {
    padding-right: 12.8vw !important;
  }
  .g-cts-wrapper .u-pb-48--sp,
  .g-cts-wrapper .u-py-48--sp {
    padding-bottom: 12.8vw !important;
  }
  .g-cts-wrapper .u-pl-48--sp,
  .g-cts-wrapper .u-px-48--sp {
    padding-left: 12.8vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-48--pc {
    padding: 48px !important;
  }
  .g-cts-wrapper .u-pt-48--pc,
  .g-cts-wrapper .u-py-48--pc {
    padding-top: 48px !important;
  }
  .g-cts-wrapper .u-pr-48--pc,
  .g-cts-wrapper .u-px-48--pc {
    padding-right: 48px !important;
  }
  .g-cts-wrapper .u-pb-48--pc,
  .g-cts-wrapper .u-py-48--pc {
    padding-bottom: 48px !important;
  }
  .g-cts-wrapper .u-pl-48--pc,
  .g-cts-wrapper .u-px-48--pc {
    padding-left: 48px !important;
  }
}
.g-cts-wrapper .u-p-60 {
  padding: 60px !important;
}
.g-cts-wrapper .u-pt-60,
.g-cts-wrapper .u-py-60 {
  padding-top: 60px !important;
}
.g-cts-wrapper .u-pr-60,
.g-cts-wrapper .u-px-60 {
  padding-right: 60px !important;
}
.g-cts-wrapper .u-pb-60,
.g-cts-wrapper .u-py-60 {
  padding-bottom: 60px !important;
}
.g-cts-wrapper .u-pl-60,
.g-cts-wrapper .u-px-60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-p-60--sp {
    padding: 16vw !important;
  }
  .g-cts-wrapper .u-pt-60--sp,
  .g-cts-wrapper .u-py-60--sp {
    padding-top: 16vw !important;
  }
  .g-cts-wrapper .u-pr-60--sp,
  .g-cts-wrapper .u-px-60--sp {
    padding-right: 16vw !important;
  }
  .g-cts-wrapper .u-pb-60--sp,
  .g-cts-wrapper .u-py-60--sp {
    padding-bottom: 16vw !important;
  }
  .g-cts-wrapper .u-pl-60--sp,
  .g-cts-wrapper .u-px-60--sp {
    padding-left: 16vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-p-60--pc {
    padding: 60px !important;
  }
  .g-cts-wrapper .u-pt-60--pc,
  .g-cts-wrapper .u-py-60--pc {
    padding-top: 60px !important;
  }
  .g-cts-wrapper .u-pr-60--pc,
  .g-cts-wrapper .u-px-60--pc {
    padding-right: 60px !important;
  }
  .g-cts-wrapper .u-pb-60--pc,
  .g-cts-wrapper .u-py-60--pc {
    padding-bottom: 60px !important;
  }
  .g-cts-wrapper .u-pl-60--pc,
  .g-cts-wrapper .u-px-60--pc {
    padding-left: 60px !important;
  }
}
.g-cts-wrapper .u-nm-12 {
  margin: -12px !important;
}
.g-cts-wrapper .u-nmt-12,
.g-cts-wrapper .u-nmy-12 {
  margin-top: -12px !important;
}
.g-cts-wrapper .u-nmr-12,
.g-cts-wrapper .u-nmx-12 {
  margin-right: -12px !important;
}
.g-cts-wrapper .u-nmb-12,
.g-cts-wrapper .u-nmy-12 {
  margin-bottom: -12px !important;
}
.g-cts-wrapper .u-nml-12,
.g-cts-wrapper .u-nmx-12 {
  margin-left: -12px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-nm-12--sp {
    margin: -3.2vw !important;
  }
  .g-cts-wrapper .u-nmt-12--sp,
  .g-cts-wrapper .u-nmy-12--sp {
    margin-top: -3.2vw !important;
  }
  .g-cts-wrapper .u-nmr-12--sp,
  .g-cts-wrapper .u-nmx-12--sp {
    margin-right: -3.2vw !important;
  }
  .g-cts-wrapper .u-nmb-12--sp,
  .g-cts-wrapper .u-nmy-12--sp {
    margin-bottom: -3.2vw !important;
  }
  .g-cts-wrapper .u-nml-12--sp,
  .g-cts-wrapper .u-nmx-12--sp {
    margin-left: -3.2vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-nm-12--pc {
    margin: -12px !important;
  }
  .g-cts-wrapper .u-nmt-12--pc,
  .g-cts-wrapper .u-nmy-12--pc {
    margin-top: -12px !important;
  }
  .g-cts-wrapper .u-nmr-12--pc,
  .g-cts-wrapper .u-nmx-12--pc {
    margin-right: -12px !important;
  }
  .g-cts-wrapper .u-nmb-12--pc,
  .g-cts-wrapper .u-nmy-12--pc {
    margin-bottom: -12px !important;
  }
  .g-cts-wrapper .u-nml-12--pc,
  .g-cts-wrapper .u-nmx-12--pc {
    margin-left: -12px !important;
  }
}
.g-cts-wrapper .u-nm-20 {
  margin: -20px !important;
}
.g-cts-wrapper .u-nmt-20,
.g-cts-wrapper .u-nmy-20 {
  margin-top: -20px !important;
}
.g-cts-wrapper .u-nmr-20,
.g-cts-wrapper .u-nmx-20 {
  margin-right: -20px !important;
}
.g-cts-wrapper .u-nmb-20,
.g-cts-wrapper .u-nmy-20 {
  margin-bottom: -20px !important;
}
.g-cts-wrapper .u-nml-20,
.g-cts-wrapper .u-nmx-20 {
  margin-left: -20px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-nm-20--sp {
    margin: -5.333vw !important;
  }
  .g-cts-wrapper .u-nmt-20--sp,
  .g-cts-wrapper .u-nmy-20--sp {
    margin-top: -5.333vw !important;
  }
  .g-cts-wrapper .u-nmr-20--sp,
  .g-cts-wrapper .u-nmx-20--sp {
    margin-right: -5.333vw !important;
  }
  .g-cts-wrapper .u-nmb-20--sp,
  .g-cts-wrapper .u-nmy-20--sp {
    margin-bottom: -5.333vw !important;
  }
  .g-cts-wrapper .u-nml-20--sp,
  .g-cts-wrapper .u-nmx-20--sp {
    margin-left: -5.333vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-nm-20--pc {
    margin: -20px !important;
  }
  .g-cts-wrapper .u-nmt-20--pc,
  .g-cts-wrapper .u-nmy-20--pc {
    margin-top: -20px !important;
  }
  .g-cts-wrapper .u-nmr-20--pc,
  .g-cts-wrapper .u-nmx-20--pc {
    margin-right: -20px !important;
  }
  .g-cts-wrapper .u-nmb-20--pc,
  .g-cts-wrapper .u-nmy-20--pc {
    margin-bottom: -20px !important;
  }
  .g-cts-wrapper .u-nml-20--pc,
  .g-cts-wrapper .u-nmx-20--pc {
    margin-left: -20px !important;
  }
}
.g-cts-wrapper .u-nm-40 {
  margin: -40px !important;
}
.g-cts-wrapper .u-nmt-40,
.g-cts-wrapper .u-nmy-40 {
  margin-top: -40px !important;
}
.g-cts-wrapper .u-nmr-40,
.g-cts-wrapper .u-nmx-40 {
  margin-right: -40px !important;
}
.g-cts-wrapper .u-nmb-40,
.g-cts-wrapper .u-nmy-40 {
  margin-bottom: -40px !important;
}
.g-cts-wrapper .u-nml-40,
.g-cts-wrapper .u-nmx-40 {
  margin-left: -40px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-nm-40--sp {
    margin: -10.667vw !important;
  }
  .g-cts-wrapper .u-nmt-40--sp,
  .g-cts-wrapper .u-nmy-40--sp {
    margin-top: -10.667vw !important;
  }
  .g-cts-wrapper .u-nmr-40--sp,
  .g-cts-wrapper .u-nmx-40--sp {
    margin-right: -10.667vw !important;
  }
  .g-cts-wrapper .u-nmb-40--sp,
  .g-cts-wrapper .u-nmy-40--sp {
    margin-bottom: -10.667vw !important;
  }
  .g-cts-wrapper .u-nml-40--sp,
  .g-cts-wrapper .u-nmx-40--sp {
    margin-left: -10.667vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-nm-40--pc {
    margin: -40px !important;
  }
  .g-cts-wrapper .u-nmt-40--pc,
  .g-cts-wrapper .u-nmy-40--pc {
    margin-top: -40px !important;
  }
  .g-cts-wrapper .u-nmr-40--pc,
  .g-cts-wrapper .u-nmx-40--pc {
    margin-right: -40px !important;
  }
  .g-cts-wrapper .u-nmb-40--pc,
  .g-cts-wrapper .u-nmy-40--pc {
    margin-bottom: -40px !important;
  }
  .g-cts-wrapper .u-nml-40--pc,
  .g-cts-wrapper .u-nmx-40--pc {
    margin-left: -40px !important;
  }
}
.g-cts-wrapper .u-nm-60 {
  margin: -60px !important;
}
.g-cts-wrapper .u-nmt-60,
.g-cts-wrapper .u-nmy-60 {
  margin-top: -60px !important;
}
.g-cts-wrapper .u-nmr-60,
.g-cts-wrapper .u-nmx-60 {
  margin-right: -60px !important;
}
.g-cts-wrapper .u-nmb-60,
.g-cts-wrapper .u-nmy-60 {
  margin-bottom: -60px !important;
}
.g-cts-wrapper .u-nml-60,
.g-cts-wrapper .u-nmx-60 {
  margin-left: -60px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-nm-60--sp {
    margin: -16vw !important;
  }
  .g-cts-wrapper .u-nmt-60--sp,
  .g-cts-wrapper .u-nmy-60--sp {
    margin-top: -16vw !important;
  }
  .g-cts-wrapper .u-nmr-60--sp,
  .g-cts-wrapper .u-nmx-60--sp {
    margin-right: -16vw !important;
  }
  .g-cts-wrapper .u-nmb-60--sp,
  .g-cts-wrapper .u-nmy-60--sp {
    margin-bottom: -16vw !important;
  }
  .g-cts-wrapper .u-nml-60--sp,
  .g-cts-wrapper .u-nmx-60--sp {
    margin-left: -16vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-nm-60--pc {
    margin: -60px !important;
  }
  .g-cts-wrapper .u-nmt-60--pc,
  .g-cts-wrapper .u-nmy-60--pc {
    margin-top: -60px !important;
  }
  .g-cts-wrapper .u-nmr-60--pc,
  .g-cts-wrapper .u-nmx-60--pc {
    margin-right: -60px !important;
  }
  .g-cts-wrapper .u-nmb-60--pc,
  .g-cts-wrapper .u-nmy-60--pc {
    margin-bottom: -60px !important;
  }
  .g-cts-wrapper .u-nml-60--pc,
  .g-cts-wrapper .u-nmx-60--pc {
    margin-left: -60px !important;
  }
}
.g-cts-wrapper .u-nm-80 {
  margin: -80px !important;
}
.g-cts-wrapper .u-nmt-80,
.g-cts-wrapper .u-nmy-80 {
  margin-top: -80px !important;
}
.g-cts-wrapper .u-nmr-80,
.g-cts-wrapper .u-nmx-80 {
  margin-right: -80px !important;
}
.g-cts-wrapper .u-nmb-80,
.g-cts-wrapper .u-nmy-80 {
  margin-bottom: -80px !important;
}
.g-cts-wrapper .u-nml-80,
.g-cts-wrapper .u-nmx-80 {
  margin-left: -80px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-nm-80--sp {
    margin: -21.333vw !important;
  }
  .g-cts-wrapper .u-nmt-80--sp,
  .g-cts-wrapper .u-nmy-80--sp {
    margin-top: -21.333vw !important;
  }
  .g-cts-wrapper .u-nmr-80--sp,
  .g-cts-wrapper .u-nmx-80--sp {
    margin-right: -21.333vw !important;
  }
  .g-cts-wrapper .u-nmb-80--sp,
  .g-cts-wrapper .u-nmy-80--sp {
    margin-bottom: -21.333vw !important;
  }
  .g-cts-wrapper .u-nml-80--sp,
  .g-cts-wrapper .u-nmx-80--sp {
    margin-left: -21.333vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-nm-80--pc {
    margin: -80px !important;
  }
  .g-cts-wrapper .u-nmt-80--pc,
  .g-cts-wrapper .u-nmy-80--pc {
    margin-top: -80px !important;
  }
  .g-cts-wrapper .u-nmr-80--pc,
  .g-cts-wrapper .u-nmx-80--pc {
    margin-right: -80px !important;
  }
  .g-cts-wrapper .u-nmb-80--pc,
  .g-cts-wrapper .u-nmy-80--pc {
    margin-bottom: -80px !important;
  }
  .g-cts-wrapper .u-nml-80--pc,
  .g-cts-wrapper .u-nmx-80--pc {
    margin-left: -80px !important;
  }
}
.g-cts-wrapper .u-m-auto {
  margin: auto !important;
}
.g-cts-wrapper .u-mt-auto,
.g-cts-wrapper .u-my-auto {
  margin-top: auto !important;
}
.g-cts-wrapper .u-mr-auto,
.g-cts-wrapper .u-mx-auto {
  margin-right: auto !important;
}
.g-cts-wrapper .u-mb-auto,
.g-cts-wrapper .u-my-auto {
  margin-bottom: auto !important;
}
.g-cts-wrapper .u-ml-auto,
.g-cts-wrapper .u-mx-auto {
  margin-left: auto !important;
}

.g-cts-wrapper .u-font-goth {
  font-family:
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial,
    "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
}
.g-cts-wrapper .u-font-mincho {
  font-family:
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho",
    "YuMincho", "HGS明朝E", "Times New Roman", serif;
}
.g-cts-wrapper .u-font-normal {
  font-weight: normal !important;
}
.g-cts-wrapper .u-font-bold {
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-font-bold--sp {
    font-weight: bold !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-font-bold--pc {
    font-weight: bold !important;
  }
}
.g-cts-wrapper .u-font-10 {
  font-size: 10px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-font-10--sp {
    font-size: 2.667vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-font-10--pc {
    font-size: 10px !important;
  }
}
.g-cts-wrapper .u-font-12 {
  font-size: 12px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-font-12--sp {
    font-size: 3.2vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-font-12--pc {
    font-size: 12px !important;
  }
}
.g-cts-wrapper .u-font-16 {
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-font-16--sp {
    font-size: 4.267vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-font-16--pc {
    font-size: 16px !important;
  }
}
.g-cts-wrapper .u-font-20 {
  font-size: 20px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-font-20--sp {
    font-size: 5.333vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-font-20--pc {
    font-size: 20px !important;
  }
}
.g-cts-wrapper .u-font-32 {
  font-size: 32px !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-font-32--sp {
    font-size: 8.533vw !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-font-32--pc {
    font-size: 32px !important;
  }
}
.g-cts-wrapper .u-font-120p {
  font-size: 120% !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-font-120p--sp {
    font-size: 120% !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-font-120p--pc {
    font-size: 120% !important;
  }
}
.g-cts-wrapper .u-font-80p {
  font-size: 80% !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-font-80p--sp {
    font-size: 80% !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-font-80p--pc {
    font-size: 80% !important;
  }
}
.g-cts-wrapper .u-font-60p {
  font-size: 60% !important;
}
@media screen and (max-width: 768px) {
  .g-cts-wrapper .u-font-60p--sp {
    font-size: 60% !important;
  }
}
@media screen and (min-width: 769px) {
  .g-cts-wrapper .u-font-60p--pc {
    font-size: 60% !important;
  }
}

/* 以下より追加スタイル */

span.wbr {
  display: inline-block;
  white-space: nowrap;
}
.sp_dsp {
  display: none;
}
.bold {
  font-weight: 600;
}
.title_archive {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 50px;
  font-family:
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
  color: #333;
}
.ss22 {
  margin: auto auto 173px;
}

@media only screen and (max-width: 736px) {
  .pc_dsp {
    display: none;
  }
  .sp_dsp {
    display: block;
  }
}

.g-cts-wrapper .current_page {
  text-decoration: underline;
}
/* ローディングオーバーレイ全体 */
.p-loading-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px; /* 一覧・詳細のコンテンツエリアに合わせる */
  width: 100%;
  background-color: #fff;
}

/* コンテンツ配置 */
.p-loading-content {
  text-align: center;
}

/* スピナー：細いラインで円を描くスタイル */
.p-loading-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  border: 1px solid #eeeeee;
  border-top: 1px solid #333; /* ストラスブルゴのキーカラー（濃いグレー/黒） */
  border-radius: 50%;
  animation: spinner-rotate 0.8s linear infinite;
}

/* ローディングテキスト：字間を広げて上品に */
.p-loading-text {
  font-family: "Optima", "Times New Roman", serif; /* 上品なセリフ体 */
  font-size: 10px;
  letter-spacing: 0.3em;
  color: #999;
  text-indent: 0.3em;
}

/* 回転アニメーション */
@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 詳細ページ時のヘッダー制御 */
.l-journal-header.p-header-detail {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.simplebar-track.simplebar-vertical {
  display: none;
}
/* 投稿がないとき */
.hidden-contents {
  text-align: center;
}
.hidden-contents p {
  padding: 100px 0 60px;
}
.hidden-contents a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
}
