@media print, screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

.cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 13.3333333333vw;
  }
}
.cover::before {
  content: "";
  display: block;
  width: 100vw;
  background-color: #eef1f2;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  .cover::before {
    height: 430px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 960px) {
  .cover::before {
    margin-left: -5.3333333333vw;
    height: 94.1333333333vw;
    left: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .cover .txt {
    margin-top: 125px;
    margin-right: 120px;
    width: 420px;
    min-width: 420px;
  }
}
.cover .txt .shoulder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #a0a0a0;
  color: #a0a0a0;
  font-family: "Montserrat", sans-serif;
}
@media print, screen and (min-width: 961px) {
  .cover .txt .shoulder {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .cover .txt .shoulder {
    padding-bottom: 2vw;
    font-size: 3.4666666667vw;
  }
}
.cover .txt h1 {
  color: #000000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  font-style: italic;
}
@media print, screen and (min-width: 961px) {
  .cover .txt h1 {
    margin-top: 40px;
    font-size: 40px;
    line-height: 64px;
  }
}
@media screen and (max-width: 960px) {
  .cover .txt h1 {
    margin-top: 8vw;
    font-size: 8vw;
    line-height: 11.8666666667vw;
  }
}
.cover picture {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 961px) {
  .cover picture {
    width: 602px;
    height: 442px;
    position: absolute;
    top: 50px;
    right: -118px;
  }
}
@media screen and (max-width: 960px) {
  .cover picture {
    margin-top: 9.3333333333vw;
    height: 65.6vw;
    position: relative;
  }
}
.cover picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.this-that {
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .this-that {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.this-that h3 {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .this-that h3 {
    margin-top: 268px;
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .this-that h3 {
    margin-top: 13.3333333333vw;
    font-size: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .this-that ul {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .this-that ul {
    margin-top: 5.3333333333vw;
  }
}
.this-that ul li {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .this-that ul li {
    padding-left: 36px;
    font-size: 17px;
    line-height: 32px;
  }
}
@media screen and (max-width: 960px) {
  .this-that ul li {
    margin-top: 2.6666666667vw;
    padding-left: 5.2vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
.this-that ul li::before {
  content: "";
  display: block;
  height: 1.4em;
  background-color: #000000;
  -webkit-mask-image: url(../img/common/icon_check.png);
          mask-image: url(../img/common/icon_check.png);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 961px) {
  .this-that ul li::before {
    width: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 960px) {
  .this-that ul li::before {
    width: 3.4666666667vw;
    top: 0;
  }
}

.index ul {
  background-color: #eef1f2;
}
@media print, screen and (min-width: 961px) {
  .index ul {
    margin-top: 60px;
    padding: 30px 60px 60px;
  }
}
@media screen and (max-width: 960px) {
  .index ul {
    margin: 13.3333333333vw -5.3333333333vw 0;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.index ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .index ul li a {
    min-height: 66px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .index ul li a {
    min-height: 14.4vw;
    line-height: 1.2;
  }
}
.index ul li a::before {
  content: "01";
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 961px) {
  .index ul li a::before {
    width: 2.5em;
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .index ul li a::before {
    width: 2em;
    font-size: 4vw;
  }
}
.index ul li a::after {
  content: "";
  display: block;
  margin-left: auto;
  background-color: #000000;
  -webkit-mask-image: url(../img/common/icon_arrow_anchor.svg);
          mask-image: url(../img/common/icon_arrow_anchor.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media print, screen and (min-width: 961px) {
  .index ul li a::after {
    margin-right: 30px;
    width: 11px;
    height: 13px;
  }
}
@media screen and (max-width: 960px) {
  .index ul li a::after {
    margin-right: 1.6vw;
    width: 1.9333333333vw;
    height: 2.2666666667vw;
  }
}
.index ul li:nth-child(2) a::before {
  content: "02";
}
.index ul li:nth-child(3) a::before {
  content: "03";
}
.index ul li:nth-child(4) a::before {
  content: "04";
}
.index ul li:nth-child(5) a::before {
  content: "05";
}

@media print, screen and (min-width: 961px) {
  .cont ul.note,
  .series-info ul.note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .cont ul.note,
  .series-info ul.note {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont ul.note li,
  .series-info ul.note li {
    margin-top: 10px;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 961px) {
  .cont {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .cont {
    margin-top: 10vw;
    padding-top: 10vw;
  }
}
.cont .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 961px) {
  .cont .number {
    font-size: 46px;
  }
}
@media screen and (max-width: 960px) {
  .cont .number {
    font-size: 9.3333333333vw;
  }
}
.cont h2 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .cont h2 {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .cont h2 {
    margin-top: 2.1333333333vw;
    padding-left: 6.6666666667vw;
    font-size: 6.1333333333vw;
  }
}
.cont h2::before {
  content: "";
  display: inline-block;
  background-color: #000000;
  -webkit-transform: skewX(-37deg);
          transform: skewX(-37deg);
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 961px) {
  .cont h2::before {
    margin-left: 13.5px;
    width: 6px;
    height: 31px;
    top: 6px;
  }
}
@media screen and (max-width: 960px) {
  .cont h2::before {
    margin-left: 1.8666666667vw;
    width: 1.2vw;
    height: 5.8666666667vw;
    top: 0.8vw;
  }
}
.cont h2 + h3 {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 961px) {
  .cont h2 + .note {
    margin-top: 2em;
  }
}
@media screen and (max-width: 960px) {
  .cont h2 + .note {
    margin-top: 1em;
  }
}
.cont h3 {
  color: #000000;
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .cont h3 {
    margin-top: 70px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 960px) {
  .cont h3 {
    margin-top: 13.3333333333vw;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
  }
}
.cont h3:first-child {
  margin-top: 0;
}
.cont h3 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  color: #fff;
}
@media print, screen and (min-width: 961px) {
  .cont h3 span {
    margin-bottom: 10px;
    width: 75px;
    height: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .cont h3 span {
    margin-bottom: 1.6vw;
    width: 18.1333333333vw;
    height: 7.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont h3 + p {
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .cont h3 + p {
    margin-top: 3.2vw;
  }
}
@media screen and (max-width: 960px) {
  .cont h3 + .mod_pc_col > * {
    margin-top: 3.2vw;
  }
}
.cont h3.lead {
  display: -ms-grid;
  display: grid;
  place-items: center;
  line-height: 1;
  pointer-events: none;
}
.cont h3.lead + h3 {
  margin-top: 1.5em;
}
.cont h4 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .cont h4 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 960px) {
  .cont h4 {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
}
.cont h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .cont h4 + figure {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .cont p {
    margin-top: 5.8666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
.cont p:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 961px) {
  .cont figure {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .cont figure {
    margin-top: 10vw;
  }
}
.cont figure figcaption {
  color: #666666;
}
@media print, screen and (min-width: 961px) {
  .cont figure figcaption {
    margin-top: 15px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 960px) {
  .cont figure figcaption {
    margin-top: 3.6vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
.cont .mod_img-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 961px) {
  .cont .mod_img-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_img-txt {
    margin-top: 3.6vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .mod_img-txt .img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_img-txt .img {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_img-txt .img img {
    min-width: 40.2666666667vw;
    max-width: 40.2666666667vw;
  }
}
.cont .mod_img-txt .txt p {
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .cont .mod_img-txt .txt p {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
.cont .mod_img-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 961px) {
  .cont .mod_img-img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_img-img {
    margin-top: 8vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.cont .mod_img-img figure {
  margin-top: 0;
}
@media print, screen and (min-width: 961px) {
  .cont .mod_img-img figure {
    width: 310px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_img-img figure {
    max-width: 41.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .mod_img-img figure + figure {
    margin-left: 52px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_img-img figure + figure {
    margin-left: 6.9333333333vw;
  }
}
.cont .mod_img-img figure figcaption {
  text-align: right;
}
@media print, screen and (min-width: 961px) {
  .cont .mod_img-img figure figcaption {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_img-img figure figcaption {
    margin-top: 1.6vw;
    font-size: 2.4vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .mod_pc_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .cont .mod_pc_col.col2 > * {
    width: calc((100% - 60px) / 2);
  }
  .cont .mod_pc_col.col2 > *:nth-child(n+3) {
    margin-top: 70px;
  }
  .cont .mod_pc_col.col3 > * {
    width: calc((100% - 120px) / 3);
  }
  .cont .mod_pc_col.col_img-txt {
    margin-top: 20px;
  }
  .cont .mod_pc_col.col_img-txt > * {
    max-width: calc(100% - 352px);
  }
  .cont .mod_pc_col.col_img-txt.col_img-txt > figure {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .mod_pc_col > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_pc_col > * {
    margin-top: 8vw;
  }
  .cont .mod_pc_col > * h3:first-child {
    margin-top: 13.3333333333vw;
  }
  .cont .mod_pc_col > * h4:first-child {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .mod_pc_col > * p {
    font-size: 16px;
    line-height: 2;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .mod_pc_col > * figure {
    margin-top: auto;
    padding-top: 27px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_pc_col > * figure {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .mod_accordion {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_accordion {
    margin-top: 13.3333333333vw;
  }
}
.cont .accordion_button, .cont h3.lead {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #eef1f2;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .cont .accordion_button, .cont h3.lead {
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: 100%;
    padding: 20px;
    font-size: 17px;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .cont .accordion_button, .cont h3.lead {
    min-height: 14.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 4.9333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .accordion_button::after, .cont h3.lead::after {
    right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .cont .accordion_button::after, .cont h3.lead::after {
    right: 5.2vw;
  }
}
.cont .accordion_button:hover, .cont h3.lead:hover {
  background-color: #dde1e5;
  color: inherit;
}
@media print, screen and (min-width: 961px) {
  .cont .accordion_content.is-open {
    max-height: 2000px;
  }
}
@media screen and (max-width: 960px) {
  .cont .accordion_content.is-open {
    max-height: 666.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .accordion_content > *:first-child {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .cont .accordion_content > *:first-child {
    margin-top: 10.6666666667vw;
  }
}
.cont .column {
  background-color: #eef1f2;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .cont .column {
    margin-top: 60px;
    padding: 50px 60px 60px;
  }
}
@media screen and (max-width: 960px) {
  .cont .column {
    margin-top: 10.6666666667vw;
    padding: 8vw 6.6666666667vw 6.6666666667vw;
  }
}
.cont .column .balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #14152e;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 961px) {
  .cont .column .balloon {
    padding: 9px 30px 10px;
  }
}
@media screen and (max-width: 960px) {
  .cont .column .balloon {
    padding: 1.3333333333vw 5.6vw 1.6vw;
    font-size: 3.4666666667vw;
  }
}
.cont .column .balloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 99%);
          transform: translate(-50%, 99%);
}
@media print, screen and (min-width: 961px) {
  .cont .column .balloon::after {
    border-top: 10px solid #14152e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
@media screen and (max-width: 960px) {
  .cont .column .balloon::after {
    border-top: 1.3333333333vw solid #14152e;
    border-left: 1.3333333333vw solid transparent;
    border-right: 1.3333333333vw solid transparent;
  }
}
.cont .column h4 {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .cont .column h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .cont .column h4 {
    font-size: 4.5333333333vw;
  }
}
.cont .column h5 {
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .cont .column h5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .cont .column h5 {
    margin-top: 8vw;
  }
}
.cont .column p {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 961px) {
  .cont .column p {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 960px) {
  .cont .column figure {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .cont .column figure + h5 {
    margin-top: 9.3333333333vw;
  }
}
.cont .column figure figcaption {
  text-align: right;
}
@media print, screen and (min-width: 961px) {
  .cont .column figure figcaption {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .cont .column figure figcaption {
    margin-top: 1.6vw;
    font-size: 2.4vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .column .mod_pc_col {
    margin-top: 30px;
  }
  .cont .column .mod_pc_col > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont .column .mod_pc_col > * h5 {
    margin-top: 0;
  }
}
.cont .mod_q-a {
  border: 1px solid #e0e0e0;
}
@media print, screen and (min-width: 961px) {
  .cont .mod_q-a + .mod_q-a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_q-a + .mod_q-a {
    margin-top: 4vw;
  }
}
.cont .mod_q-a dt {
  background-color: #eef1f2;
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .cont .mod_q-a dt {
    padding: 25px 60px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_q-a dt {
    padding: 5.3333333333vw 4vw 5.3333333333vw 14.6666666667vw;
    line-height: 5.8666666667vw;
  }
}
.cont .mod_q-a dt::before {
  content: "Q";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #aaaaaa;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 961px) {
  .cont .mod_q-a dt::before {
    font-size: 26px;
    left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_q-a dt::before {
    width: 4.2666666667vw;
    font-size: 5.3333333333vw;
    left: 4vw;
  }
}
.cont .mod_q-a dd {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .cont .mod_q-a dd {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_q-a dd {
    padding: 6.6666666667vw 4vw 5.3333333333vw 14.6666666667vw;
    line-height: 5.8666666667vw;
  }
}
.cont .mod_q-a dd::before {
  content: "A";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #aaaaaa;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  .cont .mod_q-a dd::before {
    font-size: 26px;
    left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_q-a dd::before {
    width: 4.2666666667vw;
    font-size: 5.3333333333vw;
    top: 6.9333333333vw;
    left: 4vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .mod_q-a dd p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_q-a dd p {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .mod_dl dl {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_dl dl {
    margin-top: 6.6666666667vw;
  }
}
.cont .mod_dl dt {
  padding-left: 0.5em;
  border-style: solid;
  border-color: #226288;
  color: #226288;
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .cont .mod_dl dt {
    border-left-width: 4px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_dl dt {
    border-left-width: 0.8vw;
    line-height: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .mod_dl dd {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_dl dd {
    margin-top: 2.6666666667vw;
    line-height: 6.6666666667vw;
  }
}
.cont .mod_dl dl:nth-child(2) dt {
  border-color: #a69177;
  color: #a69177;
}
.cont .mod_dl dl:nth-child(3) dt {
  border-color: #959595;
  color: #959595;
}
.cont .mod_graybox {
  background-color: #eef1f2;
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .cont .mod_graybox {
    margin-top: 40px;
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_graybox {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 4vw 9.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .mod_graybox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cont .mod_graybox ul li {
  list-style: disc;
}
@media print, screen and (min-width: 961px) {
  .cont .mod_graybox ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_graybox ul li {
    line-height: 6.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .cont .mod_graybox + p {
    margin-top: 4.6666666667vw;
  }
}
.cont .pickup {
  background-color: #eef1f2;
}
@media print, screen and (min-width: 961px) {
  .cont .pickup {
    margin-top: 70px;
    padding: 50px 60px;
  }
}
@media screen and (max-width: 960px) {
  .cont .pickup {
    margin-top: 10.6666666667vw;
    padding: 8vw 6.6666666667vw;
  }
}
.cont .pickup h3 {
  color: #000000;
}
@media print, screen and (min-width: 961px) {
  .cont .pickup h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .cont .pickup h3 {
    font-size: 4.2666666667vw;
  }
}
.cont .pickup h3 small {
  display: block;
  color: #aaaaaa;
  font-family: "Montserrat", sans-serif;
}
@media print, screen and (min-width: 961px) {
  .cont .pickup h3 small {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 960px) {
  .cont .pickup h3 small {
    font-size: 4vw;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 961px) {
  .cont .pickup .mod_pc_col {
    margin-top: 20px;
  }
  .cont .pickup .mod_pc_col.col2 > * {
    width: calc((100% - 48px) / 2);
  }
}
.cont .pickup .mod_img-txt picture {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #fff;
}
@media print, screen and (min-width: 961px) {
  .cont .pickup .mod_img-txt picture {
    margin-top: 0;
    height: 280px;
  }
}
@media screen and (max-width: 960px) {
  .cont .pickup .mod_img-txt picture {
    margin-right: 4vw;
    width: 34.6666666667vw;
    min-width: 34.6666666667vw;
    height: 48vw;
  }
}
.cont .pickup .mod_img-txt picture img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}
@media print, screen and (min-width: 961px) {
  .cont .pickup .mod_img-txt picture img {
    width: 115px;
    height: 235px;
  }
}
@media screen and (max-width: 960px) {
  .cont .pickup .mod_img-txt picture img {
    width: 17.3333333333vw;
    height: 40.5333333333vw;
  }
}
.cont .pickup .mod_img-txt .txt p {
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .cont .pickup .mod_img-txt .txt p {
    margin-top: 12px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .cont .pickup .mod_img-txt .txt p {
    line-height: 5.8666666667vw;
  }
}

.series-info {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media print, screen and (min-width: 961px) {
  .series-info {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .series-info {
    margin-top: 20vw;
    padding-top: 20vw;
    padding-bottom: 13.3333333333vw;
  }
}
.series-info h3 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .series-info h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .series-info h3 {
    font-size: 4vw;
  }
}
.series-info h3 b {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media print, screen and (min-width: 961px) {
  .series-info h3 b {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  .series-info h3 b {
    font-size: 4.8vw;
  }
}
.series-info h3 b::after {
  content: "";
  width: calc(100% + 0.5em);
  background-color: #a69177;
  position: absolute;
  left: -0.25em;
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  .series-info h3 b::after {
    height: 8px;
    bottom: -0.175em;
  }
}
@media screen and (max-width: 960px) {
  .series-info h3 b::after {
    height: 1.6vw;
    bottom: -0.25em;
  }
}
@media print, screen and (min-width: 961px) {
  .series-info p {
    margin: 40px 60px 0;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .series-info p {
    margin-top: 8vw;
    line-height: 6.6666666667vw;
  }
}
.series-info picture,
.series-info figure {
  display: block;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .series-info picture,
  .series-info figure {
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .series-info picture,
  .series-info figure {
    margin-top: 10.6666666667vw;
  }
  .series-info picture img,
  .series-info figure img {
    width: 100%;
  }
}
.series-info picture figcaption,
.series-info figure figcaption {
  text-align: right;
  color: #666666;
}
@media print, screen and (min-width: 961px) {
  .series-info picture figcaption,
  .series-info figure figcaption {
    margin: -45px auto 45px;
    max-width: 650px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 960px) {
  .series-info picture figcaption,
  .series-info figure figcaption {
    margin: -5.3333333333vw auto 5.3333333333vw;
    font-size: 2.4vw;
  }
}
.series-info picture + p,
.series-info figure + p {
  margin-top: 0;
}
.series-info .point {
  color: #000000;
  font-weight: 700;
  border-left: solid #000000;
  border-right: solid #000000;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .series-info .point {
    margin: 20px auto;
    padding: 10px 0;
    width: 660px;
    border-width: 4px;
  }
}
@media screen and (max-width: 960px) {
  .series-info .point {
    margin: 8vw auto;
    padding: 2.6666666667vw 5.3333333333vw;
    border-width: 0.8vw;
    line-height: 6.6666666667vw;
  }
}
.series-info .point p {
  margin: 0;
}
.series-info .point p + p {
  margin-top: 1.1em;
}
@media print, screen and (min-width: 961px) {
  .series-info .point ul {
    margin-left: 45px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .series-info .point ul {
    margin-left: 3.6vw;
  }
}
.series-info .point ul li {
  list-style: disc;
}
.series-info .point::before, .series-info .point::after {
  content: "";
  display: block;
  background-color: #000000;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  .series-info .point::before, .series-info .point::after {
    -webkit-mask-image: url(../img/common/corner_pc.png);
            mask-image: url(../img/common/corner_pc.png);
    width: 660px;
    height: 14px;
    top: -14px;
    left: -4px;
  }
}
@media screen and (max-width: 960px) {
  .series-info .point::before, .series-info .point::after {
    -webkit-mask-image: url(../img/common/corner_sp.png);
            mask-image: url(../img/common/corner_sp.png);
    width: 89.3333333333vw;
    height: 2.6666666667vw;
    top: -2.6666666667vw;
    left: -0.8vw;
  }
}
.series-info .point::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  top: auto;
}
@media print, screen and (min-width: 961px) {
  .series-info .point::after {
    bottom: -14px;
  }
}
@media screen and (max-width: 960px) {
  .series-info .point::after {
    bottom: -2.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .series-info ul.note {
    margin: 40px 60px 0;
  }
}
.series-info ul.frame {
  border: 1px solid #e0e0e0;
}
@media print, screen and (min-width: 961px) {
  .series-info ul.frame {
    margin: 40px auto 0;
    width: calc(100% - 100px);
    max-width: 904px;
  }
}
@media screen and (max-width: 960px) {
  .series-info ul.frame {
    margin-top: 10vw;
  }
}
@media print, screen and (min-width: 961px) {
  .series-info ul.frame li {
    padding: 40px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .series-info ul.frame li {
    padding: 5.3333333333vw 6.6666666667vw;
    line-height: 6.6666666667vw;
  }
}
.series-info ul.frame li + li {
  border-top: 1px solid #e0e0e0;
}
.series-info ul.frame li small {
  display: block;
  color: #666666;
}
@media print, screen and (min-width: 961px) {
  .series-info ul.frame li small {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .series-info ul.frame li small {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
.series-info ul.frame li hr {
  border-style: dashed;
  border-color: #e0e0e0;
  border-width: 1px 0 0 0;
}

.lineup {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .lineup {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.lineup h2 {
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 961px) {
  .lineup h2 {
    font-size: 66px;
  }
}
@media screen and (max-width: 960px) {
  .lineup h2 {
    margin-top: 13.3333333333vw;
    font-size: 10.6666666667vw;
  }
}
.lineup h2::before {
  display: none;
}
.lineup h2 small {
  display: block;
  font-weight: 400;
}
@media print, screen and (min-width: 961px) {
  .lineup h2 small {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .lineup h2 small {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.lineup h2 small::before {
  content: "";
  display: inline-block;
  background-color: #000000;
  position: relative;
  -webkit-transform: skewX(-37deg);
          transform: skewX(-37deg);
}
@media print, screen and (min-width: 961px) {
  .lineup h2 small::before {
    margin-left: 13.5px;
    margin-right: 17px;
    width: 6px;
    height: 21px;
    top: 3px;
  }
}
@media screen and (max-width: 960px) {
  .lineup h2 small::before {
    margin-left: 1.8666666667vw;
    margin-right: 2.6666666667vw;
    width: 0.8vw;
    height: 3.2vw;
    top: 0.2666666667vw;
  }
}

.library {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .library {
    margin-top: 100px;
    padding-top: 110px;
  }
}
@media screen and (max-width: 960px) {
  .library {
    margin-top: 13.3333333333vw;
    padding-top: 13.3333333333vw;
  }
}
.library::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 961px) {
  .library::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 960px) {
  .library::before {
    left: -5.3333333333vw;
  }
}

@media print, screen and (min-width: 961px) {
  .skincare #chapter1 .mod_pc_col.col3 h4 {
    margin-bottom: 15px;
    min-height: 3em;
  }
  .skincare #chapter2 .column figure img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    min-height: 415px;
    background-color: #fff;
  }
  .skincare .series-info img {
    width: 720px;
  }
  .deodorant .series-info img {
    width: 660px;
  }
  .deodorant .series-info figcaption {
    margin: -30px auto 30px;
  }
  .styling .fig02-3 img {
    width: 794px;
  }
  .styling .series-info .note {
    margin: 0 auto;
    width: 540px;
  }
  .haircolor .series-info img {
    width: 624px;
  }
  .haircolor .series-info figcaption {
    margin: -40px auto 30px;
    width: 540px;
  }
  .haircolor .series-info .bnr img {
    width: 600px;
  }
}
@media screen and (max-width: 960px) {
  .skincare .series-info figcaption {
    margin: -4vw auto 8vw;
  }
  .deodorant .series-info figcaption {
    margin: -2.6666666667vw auto 6vw;
  }
  .styling #chapter2 .mod_pc_col figure {
    text-align: center;
  }
  .skincare .series-info img {
    margin-left: -4.5333333333vw;
    min-width: 98.4vw;
  }
  .skincare .series-info .point {
    margin-top: 4vw;
  }
}
.styling .lineup #basic_hair_dye_gel,
.styling .lineup #basic_hair_tonic,
.styling .lineup #basic_hair_liquid,
.styling .lineup #basic_hair_cream_oil {
  display: none;
}