* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  width: 100%;
}

ul {
  list-style: none;
}

picture {
  display: block;
}
picture img {
  display: block;
  width: 100%;
  height: auto;
}

p {
  font-size: 1rem;
  line-height: 2rem;
}

h1 {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

section .section-mainvisual {
  width: 100vw;
}
section .padder {
  padding: 50px 30px;
}

.button-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 2rem 0.7rem 0.7rem;
  text-decoration: none;
  transition: background-position 0.2s, opacity 0.3s;
  position: relative;
  background-color: #DF0011;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 100%;
  opacity: 1;
}
.button-cta::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
}
.button-cta.fixed {
  padding: 1rem 0.7rem 1rem 0.7rem;
  display: block;
  position: fixed;
  left: 10px;
  right: 10px;
  margin: auto;
  bottom: 10px;
  z-index: 1000;
  text-align: center;
  width: auto;
  max-width: 910px;
  opacity: 0.9;
  font-size: 1rem;
}
.button-cta.fixed.hide {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.button-cta.fixed::after {
  position: absolute;
  right: 35%;
  left: auto;
  top: 1.2rem;
}

.btn-detail {
  text-align: right;
}
.btn-detail label {
  display: inline-block;
  cursor: pointer;
}
.btn-detail label::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1rem;
  background-image: url("../images/arrow_black.png");
  background-size: contain;
  background-position: right center;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.text-xl {
  font-size: 35px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 30px;
}

.text-l {
  font-size: 25px;
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 30px;
}

.text-m {
  font-size: 21px;
  font-weight: bold;
}

.show-l {
  display: none;
}

.hide {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .button-cta {
    padding: 0.7rem 4rem 0.7rem;
    font-size: 1rem;
  }
  .button-cta.fixed {
    max-width: 40vw;
  }
  .button-cta::after {
    width: 0.5rem;
    height: 0.5rem;
    top: 1rem;
    right: 25%;
  }
  .hide-m {
    display: none;
  }
  main section .padder {
    width: 72vw;
    margin: 0 auto;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .text-xl {
    font-size: 60px;
  }
  .text-l {
    font-size: 35px;
  }
  .show-l {
    display: inline;
  }
}
@media screen and (min-width: 1440px) {
  main section .section-mainvisual {
    max-width: 1440px;
    margin: 0 auto;
  }
  main section .padder {
    max-width: calc( 1440px * 0.72 );
    margin: 0 auto;
  }
}
/* retina display */
header {
  background-color: #FFFFFF;
  width: 100%;
}
header .padder {
  padding: 10px;
  font-size: 0.5rem;
  /*
  h1 {
    line-height: 100%;
    font-size: 1rem;
    a {
      display: block;
      height: 23px;
      img {
        width: auto;
        height: 100%;
      }
    }
  }
  */
}
header .padder img {
  vertical-align: bottom;
}

@media screen and (min-width: 1024px) {
  header .padder {
    padding: 25px 30px;
    /*
    h1 {
      a {
        height: 37px;
      }
    }
    */
  }
}
@media screen and (min-width: 1440px) {
  header {
    max-width: 1440px;
    margin: 0 auto;
  }
}
#ft {
  width: 100%;
  background-color: #000;
}
#ft .padder {
  padding: 40px 30px;
}
#ft .padder .material h2 {
  color: #FFFFFF;
  line-height: 140%;
  margin-bottom: 1.5rem;
}
#ft .padder .material .button-cta {
  padding-left: 4rem;
  padding-right: 4rem;
}
#ft .padder .copyright {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#ft .padder .copyright a {
  display: block;
  height: 50px;
}
#ft .padder .copyright a picture {
  height: 100%;
}
#ft .padder .copyright a picture img {
  width: auto;
  height: 100%;
}
#ft .padder .copyright p {
  color: #6D6D73;
  font-size: 0.8rem;
  line-height: 100%;
  flex-grow: 1;
  text-align: right;
}

@media screen and (min-width: 1440px) {
  #ft .padder {
    max-width: 1440px;
    margin: 0 auto;
  }
}
#fashion .blocks > div {
  margin-bottom: 3rem;
}
#fashion .blocks > div:last-child {
  margin-bottom: 0;
}
#fashion .blocks > div > picture {
  margin-bottom: 0.5rem;
}
#fashion .blocks > div > div h5 {
  line-height: 150%;
  margin-bottom: 0.5rem;
}
#fashion .blocks > div > div p {
  font-size: 1rem;
  line-height: 156%;
}
#fashion .inverted {
  background-color: #000;
  color: #FFFFFF;
}
#fashion .inverted .padder .blocks > div {
  margin-bottom: 3rem;
}
#fashion .inverted .padder .blocks > div:last-child {
  margin-bottom: 0;
}
#fashion .inverted .padder .blocks > div > picture {
  margin-bottom: 0.5rem;
}
#fashion .inverted .padder .btn-detail label::after {
  filter: invert(1);
}
#fashion .inverted .blocks .body {
  font-weight: 500;
  line-height: 1.59;
  font-size: 1.22rem;
}
#fashion .inverted .blocks .name {
  margin-top: 0.5em;
  color: #6D6D73;
  font-weight: bold;
}
#fashion .modal-body.profile .name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 1.5rem;
  color: #000;
}
#fashion .modal-body.profile .name img {
  width: 115px;
  height: 115px;
}
#fashion .modal-body.profile .name div {
  flex-grow: 1;
}
#fashion .modal-body.profile .name div h4 {
  margin-bottom: 0.5rem;
  line-height: 100%;
}
#fashion .modal-body.curriculum > p {
  font-weight: bold;
  margin-bottom: 1rem;
}
#fashion .modal-body.curriculum h4 {
  line-height: 140%;
}
#fashion .modal-body.curriculum h4 span {
  color: #DF0011;
}
#fashion .modal-body.curriculum div {
  margin-top: 2em;
}
#fashion .modal-body.curriculum div h5 {
  margin-top: 1em;
  font-size: 1rem;
  font-weight: bold;
}
#fashion .modal-body.curriculum div ul {
  list-style: disc;
  margin-left: 2em;
}
#fashion section.page-mainvisual {
  height: 140vw;
  padding: 0;
  background-image: url("../images/mainvisual_sp.webp");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#fashion section.page-mainvisual h2 {
  width: 68px;
  height: 92px;
  top: 11px;
  left: 11px;
  position: absolute;
}
#fashion section.page-mainvisual .copy {
  margin-top: auto;
  padding: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#fashion section.page-mainvisual .copy dl {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.3rem 1.3rem;
  color: #FFFFFF;
  margin-bottom: 0.4rem;
}
#fashion section.page-mainvisual .copy dl dt {
  color: #EFE42C;
  font-size: 4vw;
  font-weight: bold;
  line-height: 140%;
}
#fashion section.page-mainvisual .copy dl dd {
  font-size: 0.7rem;
  font-weight: 500;
}
#fashion section.page-mainvisual .copy p {
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
#fashion section.page-mainvisual .copy p span {
  display: block;
}
#fashion section.page-mainvisual .copy p span:first-child {
  font-size: calc(14.28vw - 8.57px);
  line-height: 1.25;
}
#fashion section.page-mainvisual .copy p span:last-child {
  font-size: 10vw;
  line-height: 120%;
}
#fashion section.page-mainvisual .badge {
  position: absolute;
  width: 33vw;
  height: 33vw;
  right: 3vw;
  bottom: 26vw;
  z-index: 1;
}
#fashion section.topics {
  padding: 0.5rem;
}
#fashion section.topics .padder {
  background: repeating-linear-gradient(-45deg, #454545, #454545 3px, #4C4C4C 0, #4C4C4C 6px);
  color: #FFFFFF;
  position: relative;
  padding: 1rem 1rem 1.5rem;
}
#fashion section.topics .padder .topics-default h3 {
  position: absolute;
  top: 1.3rem;
  left: 1.3rem;
}
#fashion section.topics .padder .topics-default h3 picture img {
  width: auto;
  height: 0.6rem;
}
#fashion section.topics .padder .topics-default .topics-default-text {
  font-size: 13px;
  line-height: 150%;
  padding-left: 3.5rem;
}
#fashion section.topics .padder .topics-body {
  display: none;
}
#fashion section.topics .padder #topics-state {
  display: none;
}
#fashion section.topics .padder #topics-state:checked ~ .topics-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  padding-left: 3.5rem;
  padding-bottom: 1rem;
}
#fashion section.topics .padder #topics-state:checked ~ .topics-body p {
  font-size: 14px;
  line-height: 150%;
}
#fashion section.topics .padder #topics-state:checked ~ .topics-body .topics-body-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#fashion section.topics .padder #topics-state:checked ~ .topics-body .topics-body-profile picture {
  width: 90px;
  height: 90px;
}
#fashion section.topics .padder #topics-state:checked ~ .topics-body .topics-body-profile p {
  flex: 1;
}
#fashion section.topics .padder #topics-state:checked ~ .topics-body .topics-body-pictures {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#fashion section.topics .padder #topics-state:checked ~ .topics-body .topics-body-pictures > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
#fashion section.topics .padder #topics-state:checked ~ .topics-body .topics-body-pictures > div picture {
  width: 50%;
}
#fashion section.topics .padder #topics-state:checked ~ .js-toggle-content .open {
  display: none;
}
#fashion section.topics .padder #topics-state:checked ~ .js-toggle-content .close {
  display: block;
}
#fashion section.topics .padder .js-toggle-content {
  position: absolute;
  right: 0;
  bottom: -0.5px;
  cursor: pointer;
  transition: all 0.3s;
}
#fashion section.topics .padder .js-toggle-content:hover {
  transform: translate(3px);
}
#fashion section.topics .padder .js-toggle-content picture img {
  width: 52px;
  height: 16px;
  image-rendering: -webkit-optimize-contrast;
}
#fashion section.topics .padder .js-toggle-content picture.open {
  display: block;
}
#fashion section.topics .padder .js-toggle-content picture.close {
  display: none;
}
#fashion section.lead .padder p {
  text-align: justify;
  letter-spacing: 0.18rem;
  margin-bottom: 0;
}
#fashion section.features .padder .subhead h4 {
  font-size: 24px;
}
#fashion section.features .padder .voice {
  margin-top: 40px;
  border-top: 1px solid #CCC;
  padding-top: 40px;
}
#fashion section.features .padder .voice h4 {
  color: #6D6D73;
  margin-bottom: 21px;
}
#fashion section.features .padder .voice .body {
  margin-bottom: 0.5rem;
}
#fashion section.features .padder .voice .name {
  font-weight: bold;
}
#fashion section.courses .padder .tab-switcher {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
#fashion section.courses .padder .tab-switcher label {
  width: 50%;
  text-align: center;
  padding: 0.8rem 0;
  background-color: #A1A1A6;
  border-bottom: 4px solid #000;
  cursor: pointer;
  transition: all 0.3s;
}
#fashion section.courses .padder .tab-switcher label p {
  color: #fff;
  line-height: 140%;
  font-size: 0.8rem;
  transition: all 0.3s;
}
#fashion section.courses .padder .tab-switcher label p.type {
  display: inline-block;
  font-size: 0.6rem;
  padding: 0.2rem;
  color: #000;
  background-color: #fff;
  margin-bottom: 0.5rem;
}
#fashion section.courses .padder .tab-switcher-inner label {
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
#fashion section.courses .padder .tab-switcher-inner label span.type {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.2rem;
  margin-right: 15px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
#fashion section.courses .padder .tab-switcher label:hover,
#fashion section.courses .padder .tab-state[value=worker]:checked ~ .tab-switcher label[for=tab-state-worker],
#fashion section.courses .padder .tab-state[value=highschool]:checked ~ .tab-switcher label[for=tab-state-highschool] {
  background-color: #FFFFFF;
  border-bottom-color: #000;
}
#fashion section.courses .padder .tab-switcher label:hover p,
#fashion section.courses .padder .tab-state[value=worker]:checked ~ .tab-switcher label[for=tab-state-worker] p,
#fashion section.courses .padder .tab-state[value=highschool]:checked ~ .tab-switcher label[for=tab-state-highschool] p {
  color: #000;
  font-weight: bold;
}
#fashion section.courses .padder .tab-switcher label:hover p.type,
#fashion section.courses .padder .tab-state[value=worker]:checked ~ .tab-switcher label[for=tab-state-worker] p.type,
#fashion section.courses .padder .tab-state[value=highschool]:checked ~ .tab-switcher label[for=tab-state-highschool] p.type {
  color: #FFFFFF;
  background-color: #000;
}
#fashion section.courses .padder .tab-state[value=worker]:checked ~ .blocks-worker,
#fashion section.courses .padder .tab-state[value=highschool]:checked ~ .blocks-highschool {
  display: block;
}
#fashion section.courses .padder .blocks {
  display: none;
}
#fashion section.courses .padder .blocks .blocks-worker-copy {
  margin-bottom: 1.5rem;
}
#fashion section.courses .padder .blocks .blocks-worker-copy span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 100%;
  background-color: #EFE42C;
  margin-bottom: 0.5rem;
}
#fashion section.courses .padder .blocks > div > picture {
  width: 100vw;
  height: auto;
  margin-left: -30px;
  margin-bottom: 2rem;
}
#fashion section.courses .padder .blocks > div > div h4 {
  line-height: 130%;
  margin-bottom: 1rem;
}
#fashion section.courses .padder .blocks > div > div .description p {
  margin-bottom: 1.5rem;
}
#fashion section.courses .padder .blocks > div > div .description h5 {
  color: #6D6D73;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
#fashion section.courses .padder .blocks > div > div .description ul {
  color: #6D6D73;
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
#fashion section.locations .padder .blocks > div h4 {
  margin-bottom: 0.5rem;
}
#fashion section.locations .padder .blocks > div .body {
  line-height: 150%;
  margin-bottom: 1rem;
}
#fashion section.locations .padder .blocks > div .address {
  color: #6D6D73;
  line-height: 150%;
  font-size: 13px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #6D6D73 1px solid;
}

.no-webp #fashion section.page-mainvisual {
  background-image: url("../images/mainvisual_sp.jpg");
}

@media screen and (min-width: 768px) {
  #fashion .subhead {
    margin: 0 auto 4rem;
    display: flex;
    justify-content: space-between;
  }
  #fashion .subhead.single > * {
    width: 100%;
  }
  #fashion .subhead > h3 {
    width: 54%;
    margin: 0;
  }
  #fashion .subhead .subhead-body {
    width: 48%;
    margin: 0;
  }
  #fashion .subhead .subhead-body p {
    font-weight: 500;
    margin-bottom: 1rem;
  }
  #fashion .subhead .subhead-body p:last-child {
    margin-bottom: 0;
  }
  #fashion .blocks > div {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  #fashion .blocks > div > picture {
    width: 40%;
    margin-bottom: 0;
  }
  #fashion .blocks > div > div {
    width: 60%;
  }
  #fashion .blocks > div:nth-of-type(odd) picture {
    order: 2;
  }
  #fashion .blocks > div:nth-of-type(odd) div {
    order: 1;
  }
  #fashion .inverted .padder .blocks > div {
    width: 100%;
  }
  #fashion .inverted .padder .blocks > div picture {
    margin-bottom: 0;
  }
  #fashion .inverted .padder .blocks > div:nth-of-type(odd) picture {
    order: 1;
  }
  #fashion .inverted .padder .blocks > div:nth-of-type(odd) div {
    order: 2;
  }
  #fashion .inverted .padder .blocks > div:nth-of-type(even) picture {
    order: 2;
  }
  #fashion .inverted .padder .blocks > div:nth-of-type(even) div {
    order: 1;
  }
  #fashion .inverted .padder .blocks > div > div .name {
    margin-bottom: 1rem;
  }
  #fashion .inverted .padder .blocks > div .btn-detail {
    display: none;
  }
  #fashion .inverted .padder .blocks > div .modal-bg {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
  }
  #fashion .inverted .padder .blocks > div .modal-bg .modal-frame .button-close {
    display: none;
  }
  #fashion .inverted .padder .blocks > div .modal-bg .modal-frame .modal-body .name {
    display: none;
  }
  #fashion section.page-mainvisual {
    height: 55.555vw;
    background-image: url("../images/mainvisual_pc.webp");
    background-size: cover;
    display: block;
  }
  #fashion section.page-mainvisual .copy {
    position: absolute;
    top: 37.361vw;
    left: 21.875vw;
    padding: 0;
  }
  #fashion section.page-mainvisual .copy dl {
    padding: 0.7rem 1.5rem;
    margin-bottom: 0.3rem;
  }
  #fashion section.page-mainvisual .copy dl dt {
    white-space: nowrap;
    font-size: 1.388vw;
    line-height: 100%;
  }
  #fashion section.page-mainvisual .copy p span:first-child {
    font-size: 56px;
  }
  #fashion section.page-mainvisual .copy p span:last-child {
    font-size: 4.305vw;
  }
  #fashion section.page-mainvisual .badge {
    width: 13.194vw;
    height: 13.194vw;
    right: 19vw;
    bottom: 12vw;
  }
  #fashion section.intro .padder .section-mainvisual {
    margin-bottom: 4rem;
  }
  #fashion section.intro .padder .intro-text {
    margin-bottom: 0;
  }
  #fashion section.intro .padder .intro-text .subhead h4 {
    margin-bottom: 0;
  }
  #fashion section.intro .padder .intro-text p {
    font-size: 18px;
  }
  #fashion section.teachers .padder .section-mainvisual {
    margin-bottom: 4rem;
  }
  #fashion section.debut .padder .section-mainvisual {
    margin-bottom: 4rem;
  }
  #fashion section.debut .padder .blocks > div:nth-of-type(odd) picture {
    order: 1;
  }
  #fashion section.debut .padder .blocks > div:nth-of-type(odd) div {
    order: 2;
  }
  #fashion section.debut .padder .blocks > div:nth-of-type(even) picture {
    order: 2;
  }
  #fashion section.debut .padder .blocks > div:nth-of-type(even) div {
    order: 1;
  }
  #fashion section.features .padder .section-mainvisual {
    margin-bottom: 4rem;
  }
  #fashion section.features .padder .voice {
    margin: 3rem auto 0;
    padding-top: 3rem;
  }
  #fashion section.features .padder .voice h4 {
    text-align: center;
    margin-bottom: 3rem;
  }
  #fashion section.creator-profiles .padder .blocks > div:nth-of-type(2) {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: center;
  }
  #fashion section.courses .padder .tab-switcher {
    margin-bottom: 4rem;
    justify-content: center;
  }
  #fashion section.courses .padder .tab-switcher label {
    max-width: 18rem;
    padding: 1.5rem 0;
    border-bottom-width: 2px;
  }
  #fashion section.courses .padder .tab-switcher label p {
    font-size: 1rem;
  }
  #fashion section.courses .padder .tab-switcher label p.type {
    font-size: 0.8rem;
  }
  #fashion section.courses .padder .section-mainvisual {
    margin-bottom: 4rem;
  }
  #fashion section.courses .padder .blocks .blocks-worker-copy {
    margin-bottom: 3rem;
  }
  #fashion section.courses .padder .blocks .blocks-worker-copy span {
    font-size: 2rem;
  }
  #fashion section.courses .padder .blocks > div {
    align-items: flex-start;
    margin-bottom: 4rem;
    gap: 8%;
  }
  #fashion section.courses .padder .blocks > div:last-child {
    margin-bottom: 0;
  }
  #fashion section.courses .padder .blocks > div picture {
    width: 46%;
    order: 1;
    margin: 0;
  }
  #fashion section.courses .padder .blocks > div picture img {
    width: 100%;
    margin: 0;
  }
  #fashion section.courses .padder .blocks > div > div {
    width: 46%;
    order: 2;
  }
  #fashion section.courses .padder .blocks > div > div .description {
    width: 100%;
    margin-bottom: 0;
  }
  #fashion section.courses .padder .blocks > div > div .description .btn-detail {
    margin-bottom: 0;
  }
  #fashion section.locations .padder .section-mainvisual {
    margin-bottom: 4rem;
  }
  #fashion section.locations .padder .blocks > div {
    margin-bottom: 4rem;
  }
  #fashion section.locations .padder .blocks > div:last-child {
    margin-bottom: 0;
  }
  #fashion section.locations .padder .blocks > div picture {
    order: 2;
    margin-bottom: 0;
  }
  #fashion section.locations .padder .blocks > div div {
    order: 1;
  }
  .no-webp #fashion section.page-mainvisual {
    background-image: url("../images/mainvisual_pc.jpg");
  }
}
@media screen and (min-width: 1024px) {
  #fashion .blocks > div > div p {
    font-size: 20px;
  }
  #fashion .inverted .blocks .body,
#fashion .inverted .blocks .name {
    font-size: 35px;
  }
  #fashion section.topics .padder .topics-default h3 {
    top: 1.3rem;
    left: 1.8rem;
  }
  #fashion section.topics .padder .topics-default h3 picture img {
    width: 39px;
    height: 13px;
  }
  #fashion section.topics .padder .topics-default .topics-default-text {
    font-size: 16px;
    line-height: 150%;
    padding-left: 5rem;
  }
  #fashion section.topics .padder #topics-state:checked ~ .topics-body {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-bottom: 2rem;
  }
  #fashion section.topics .padder #topics-state:checked ~ .topics-body p {
    font-size: 20px;
    line-height: 170%;
  }
  #fashion section.topics .padder #topics-state:checked ~ .topics-body .topics-body-pictures {
    flex-direction: row;
    gap: 1rem;
    align-items: flex-end;
  }
  #fashion section.topics .padder #topics-state:checked ~ .topics-body .topics-body-pictures div picture {
    width: 18.402vw;
  }
  #fashion section.topics .padder #topics-state:checked ~ .topics-body .topics-body-pictures > p {
    flex: 1;
  }
  #fashion section.topics .padder .js-toggle-content picture img {
    width: 74px;
    height: 22px;
  }
  #fashion section.intro .padder .intro-text .subhead-body p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  #fashion section.page-mainvisual {
    max-width: 1440px;
    margin: 0 auto;
    height: 800px;
  }
  #fashion section.page-mainvisual .copy {
    top: 538px;
    left: 315px;
  }
  #fashion section.page-mainvisual .copy dl dt {
    font-size: 20px;
  }
  #fashion section.page-mainvisual .copy dl dd {
    font-size: 16px;
  }
  #fashion section.page-mainvisual .copy p span:last-child {
    font-size: 62px;
  }
  #fashion section.page-mainvisual .badge {
    width: 190px;
    height: 190px;
    right: 274px;
    bottom: 174px;
  }
  #fashion section.topics .padder #topics-state:checked ~ .topics-body .topics-body-pictures div picture {
    width: 265px;
  }
  #fashion section.inverted {
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
.modal-state {
  display: none;
}

.modal-bg {
  display: none;
}

.modal-state:checked + .modal-bg {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.modal-state:checked + .modal-bg .modal-frame {
  background-color: #FFFFFF;
  padding: 60px 15px 30px 30px;
  position: relative;
  display: block;
  width: 100%;
}
.modal-state:checked + .modal-bg .modal-frame .button-close {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.modal-state:checked + .modal-bg .modal-frame .modal-body {
  padding-right: 15px;
  overflow: scroll;
  height: calc(100vh - 120px);
  color: #000;
}

@media screen and (min-width: 768px) {
  .modal-state:checked + .modal-bg {
    padding: 30px;
  }
  .modal-state:checked + .modal-bg .modal-frame {
    width: 72vw;
    max-width: calc( 1440px * 0.72 );
    margin: 0 auto;
  }
  .modal-state:checked + .modal-bg .modal-frame .modal-body {
    height: calc(100vh - 150px);
  }
  .modal-state:checked + .modal-bg .modal-frame > .button-close > .icon {
    width: 100% !important;
    height: 100%;
  }
}


section.cta .padder {
  padding: 0 30px 50px;
  text-align:center;
}
section.page-mainvisual + section.cta .padder {
	padding-top: 50px;
}
section.cta + section.lead .padder{
	padding-top: 0;
}
.padder section.cta .padder {
	padding: 0 0 3rem;
}
section.cta .button-cta.inset {
  padding: 1rem 0.7rem 1rem 0.7rem;
  display: block;
  margin: auto;
  z-index: 0;
  text-align: center;
  width: auto;
  max-width: 910px;
  font-size: 1rem;
}
section.cta .button-cta.inset::after {
  position: absolute;
  right: 35%;
  left: auto;
  top: 1.2rem;
}
section.cta .balloon {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: #000 solid 3px;
  padding: 5px 30px;
  text-align: center;
  color: #000;
  line-height: 1.1;
  margin-bottom:12px;
  font-size: 0.9rem;
  font-weight: bold;
  
}
section.cta .balloon::before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 8px 0 0;
	border-color: #000 transparent transparent transparent;
}
section.cta .balloon p {
  margin: 0;
  padding: 0;
}


@media screen and (min-width: 768px) {
  section.cta .button-cta.inset {
    max-width: 40vw;
  }
  
  section.cta .button-cta.inset::after {
    right: 32%;
  }
}

.inverted .padder .blocks > div > picture:first-child img {
  border-radius: 25px;
}


/* add lp-course-w1 */
#fashion section.courses .padder .blocks-w1 {
  display: block;
}

#fashion section.courses .padder .blocks .blocks-w1-copy {
  margin-bottom: 1.5rem;
  margin-top: 4.5rem;
}
#fashion section.courses .padder .blocks .blocks-w1-copy span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 100%;
  background-color: #EFE42C;
  margin-bottom: 0.5rem;
}
.w1-cta {
	padding: 0 0 3rem;
  text-align:center;
}
.w1-cta .balloon {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: #000 solid 3px;
  padding: 5px 30px;
  text-align: center;
  color: #000;
  line-height: 1.1;
  margin-bottom:12px;
  font-size: 0.9rem;
  font-weight: bold;
  
}
.w1-cta .balloon::before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 8px 0 0;
	border-color: #000 transparent transparent transparent;
}
.w1-cta .balloon p {
  margin: 0;
  padding: 0;
}

.w1-cta .button-cta.inset {
  padding: 1rem 0.7rem 1rem 0.7rem;
  display: block;
  margin: auto;
  z-index: 0;
  text-align: center;
  width: auto;
  max-width: 910px;
  font-size: 1rem;
}
.w1-cta .button-cta.inset::after {
  position: absolute;
  right: 5%;
  left: auto;
  top: 1.2rem;
}

@media screen and (min-width: 768px) {
  .w1-cta .button-cta.inset {
    max-width: 40vw;
  }
  .w1-cta .button-cta.inset::after {
    right: 5%;
  }
  .w1-cta {
    margin: 0 auto;
    padding: 0 0;
  }
  #fashion .blocks > div.w1-cta {
    display: block;
  }
  #fashion section.courses .padder .blocks.blocks-w1 > div {
    margin-bottom: 1rem;
  }
}


/* lp-linkarea */

.lp-linkarea {
  text-align: center;
  line-height: 1.4;
}
main section.lp-linkarea .padder {
  padding-top: 0;
}
.lp-linkarea p{
  font-size: calc(100vw * (26 / 750));
  font-weight: 700;
  line-height: 1.4;
}
.lp-linkarea p span {
  display: inline;
  background: linear-gradient(transparent 60%, #EFE42C 0%);
}
.lp-linkarea dl{
  margin-top: calc(100vw * (50 / 750));
  border: 1px solid #333;
  padding: 0 calc(100vw * (20 / 750)) calc(100vw * (20 / 750));
}
.lp-linkarea dt{
  font-size: calc(100vw * (28 / 750));
  font-weight: 700;
  background-color: #fff;
  display: inline-block;
  margin-top: calc(100vw * (-50 / 750));
  padding: 0 calc(100vw * (10 / 750));
}
.lp-linkarea dt span {
  font-size: calc(100vw * (22 / 750));
  font-weight: 400;
}
.lp-linkarea-btn-inner {
  list-style: none;
}
.lp-linkarea-btn-inner > li {
  padding-top: calc(100vw * (20 / 750));
}
.lp-linkarea-btn-inner > li > a {
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: calc(100vw * (8 / 750)) 0;
  background-color: #fff;
  color: #000;
  font-size: calc(100vw * (24 / 750));
  font-weight: 500;
  text-decoration: none;
  border: #000 1px solid;
  line-height: 1.2;
}

.lp-linkarea-btn-inner > li > a::after {
  position: absolute;
  top: 50%;
  right: calc(100vw * (20 / 750));
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(100vw * (10 / 750)) 0 calc(100vw * (10 / 750)) calc(100vw * (16 / 750));
  border-color: transparent transparent transparent #000;
  content: '';
}

.lp-linkarea-btn-inner > li > a > span {
  font-size: calc(100vw * (20 / 750));
}
.lp-linkarea-btn-inner > li > a > span br{
  display: none;
}

@media screen and (min-width: 768px) {
  .lp-linkarea p{
    font-size: 20px;
  }
  .lp-linkarea dl{
    margin-top: 50px;
    padding: 0 calc(100vw * (10 / 1010)) calc(100vw * (10 / 1010));
  }
  .lp-linkarea dt{
    margin-top: -50px;
    padding: 0 10px;
    font-size: 18px;
  }
  .lp-linkarea dt span {
    font-size: 15px;
  }
  
  .lp-linkarea-btn-inner {
    display: flex;
    padding-top: calc(100vw * (10 / 1010));
    margin-left: calc(100vw * (10 / 1010) * -1);
  }
  
  .lp-linkarea-btn-inner > li {
    width: 33.3%;
    padding-top: 0;
    padding-left: calc(100vw * (10 / 1010));
  }
  
  .lp-linkarea-btn-inner > li > a {
    padding: 8px 0;
    font-size: calc(100vw * (11 / 1010));
  }
  
  .lp-linkarea-btn-inner > li > a::after {
    right: calc(100vw * (3 / 1010));
    border-width: calc(100vw * (4 / 1010)) 0 calc(100vw * (4 / 1010)) calc(100vw * (6 / 1010));
  }
  
  .lp-linkarea-btn-inner > li > a > span {
    font-size: calc(100vw * (10 / 1010));
  }
  
  .lp-linkarea-btn-inner > li > a > span br{
    display: none;
  }
}


@media screen and (min-width: 1010px) {
  .lp-linkarea dl{
    padding: 0 15px 15px;
  }
  .lp-linkarea-btn-inner {
    padding-top: 15px;
    margin-left: -15px;
  }
  
  .lp-linkarea-btn-inner > li {
    padding-left: 15px;
  }
  .lp-linkarea-btn-inner > li > a::after {
    right: 5px;
    border-width: 4px 0 4px 6px;
  }
  .lp-linkarea-btn-inner > li > a {
    font-size: 12px;
  }
  .lp-linkarea-btn-inner > li > a > span {
    font-size: 11px;
  }
}
