﻿@charset "UTF-8";

/*//////////////////////////////////////////////////

  Holiday Glow Collection starring Kang Hye Won | SNIDEL BEAUTY

//////////////////////////////////////////////////*/

/* ========================================================
                      * Layout style *
========================================================= */

/* calc(xx * yyrem / zz);
xx：SPデザインの各値
yy：PCデザインのメインコンテンツの横幅
zz：SPデザインの横幅 */

html {
  font-size: calc(10 * (100vw/468));
}

@media (min-width: 781px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 62.5%
  }

}

footer {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
}


/* ========================================================
                      * root *
========================================================= */
:root {
  --rate: calc(var(--pcMainContentWidth) / var(--spWidth));

  /* PCデザインのメインコンテンツの横幅 */
  --pcMainContentWidth: 46.8rem;

  /* PCデザインの横幅 */
  --pcWidth: 1400;

  /* SPデザインの横幅 */
  --spWidth: 780;

  --color-lp_font: #1f1f1f;
  --color-lp_white: #fff;
  --color01: #b51d23;
  --font_ja: "Lato", "ryo-gothic-plusn", sans-serif;
  --font_en: "meno-banner-extra-condensed", serif;

}

@media (min-width: 781px) {
  :root {}
}

#Wrap {
  width: 100%;
}

#Contents {
  max-width: unset;
}

.archive_area {
  position: relative;
  z-index: 5;
}

/* ========================================================
                      * lp_contents *
========================================================= */

.lp_contents * {
  box-sizing: border-box;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: .125em;
  font-weight: 400;
}

.lp_contents {
  width: 100%;
  /* max-width: var(--pcMainContentWidth); */
  height: 100%;
  font-family: var(--font_ja);
  font-weight: 300;
  overflow-x: clip;
  color: var(--color-lp_font);
}

@media (min-width: 781px) {
  .lp_contents {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100%;
  }
}

.lp_contents .pcOnly {
  display: none;
}

.lp_contents img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lp_contents a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.lp_contents h1,
.lp_contents h2,
.lp_contents h3,
.lp_contents h4,
.lp_contents h5 {
  font-weight: 300;
}

.lp_contents_inner {
  position: relative;
  z-index: 1;
  overflow: clip;
  background-image: url(../img/bg_pink.png?251031);
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: 50% calc(1170 * (var(--rate)));
}

.lp_contents a,
.lp_contents button,
.lp_contents .slick-dots li,
.lp_contents .btn_accordion {
  -webkit-tap-highlight-color: transparent;
  /* iOS Safari用 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Android Chrome用 */
}

/* ========================================================
                      * PC *
========================================================= */
@media (min-width: 781px) {

  .lp_contents .fixed_area {
    position: relative;
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../img/bg_main_pc.png?251031);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .lp_contents .fixed_area .fixed_nav {
    display: grid;
    place-items: center;
    width: calc((100% - var(--pcMainContentWidth)) / 2);
    height: 100vh;
    /* padding-top: var(--header-height); */
  }

  .fixed_left_inner .logo {
    width: 36rem;
    text-align: center;
  }

  .lp_contents_inner {
    width: var(--pcMainContentWidth);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: clip;
  }
}


/* 固定背景 */
.bgSetting {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(780 * (var(--rate)));
  height: calc(1334 * (var(--rate)));
  z-index: -1;
}

.bgSetting .for_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_main.png?251031) center center / cover no-repeat;
}

.star_wrap {
  position: fixed;
  width: calc(780 * (var(--rate)));
  height: calc(1334 * (var(--rate)));
}

.star {
  position: absolute;
  animation: starBlink var(--star-duration, 2s) var(--star-delay, 0s) infinite ease-in-out;
}

.star01 {
  background: url(../img/bg_star01.png?251031) no-repeat center / 100%;
  width: calc(22 * (var(--rate)));
  height: calc(20 * (var(--rate)));
  height: calc(16 * (var(--rate)));
  animation-duration: 4s;
  top: calc(32 * (var(--rate)));
  right: calc(126 * (var(--rate)));
}

.star02 {
  background: url(../img/bg_star02.png?251031) no-repeat center / 100%;
  width: calc(30 * (var(--rate)));
  height: calc(24 * (var(--rate)));
  animation-duration: 4s;
  top: calc(279 * (var(--rate)));
  right: calc(44 * (var(--rate)));
}

.star03 {
  background: url(../img/bg_star03.png?251031) no-repeat center / 100%;
  width: calc(16 * (var(--rate)));
  height: calc(16 * (var(--rate)));
  animation-duration: 3s;
  top: calc(141 * (var(--rate)));
  left: calc(167 * (var(--rate)));
}

.star04 {
  background: url(../img/bg_star04.png?251031) no-repeat center / 100%;
  width: calc(18 * (var(--rate)));
  height: calc(20 * (var(--rate)));
  animation-duration: 4s;
  top: calc(474 * (var(--rate)));
  left: calc(300 * (var(--rate)));
}

.star05 {
  background: url(../img/bg_star05.png?251031) no-repeat center / 100%;
  width: calc(22 * (var(--rate)));
  height: calc(20 * (var(--rate)));
  animation-duration: 3.5s;
  top: calc(898 * (var(--rate)));
  left: calc(72 * (var(--rate)));
}

.star06 {
  background: url(../img/bg_star06.png?251031) no-repeat center / 100%;
  width: calc(16 * (var(--rate)));
  height: calc(14 * (var(--rate)));
  animation-duration: 2.5s;
  top: calc(1123 * (var(--rate)));
  left: calc(209 * (var(--rate)));
}

.star07 {
  background: url(../img/bg_star07.png?251031) no-repeat center / 100%;
  width: calc(16 * (var(--rate)));
  height: calc(16 * (var(--rate)));
  animation-duration: 2s;
  top: calc(1281 * (var(--rate)));
  right: calc(167 * (var(--rate)));
}

@keyframes starBlink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }
}



/* ========================================================
            * fixed_nav fixed_right   *
========================================================= */

.fixed_right .menu_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.fixed_right .menu_list li.hidden {
  display: none;
}

.fixed_right .menu_list li a {
  font-size: 2.2rem;
  font-family: var(--font_en);
  font-weight: 600;
  letter-spacing: .03em;
  color: #e2939f;
  font-stretch: extra-condensed;
}

@media (min-width: 781px) {
  .fixed_right .menu_list li {
    position: relative;
    padding-left: 1.8rem;
  }

  .fixed_right .menu_list a {
    transition: all .5s;
  }

  .fixed_right .menu_list li.is-active a,
  .fixed_right .menu_list li.is-active_all a {
    color: var(--color01);
  }

  .fixed_right .menu_list li::after {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url(../img/icon_star.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: -1.2rem;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s;
  }

  .fixed_right .menu_list li.is-active::after {
    opacity: 1;
  }
}

@media (max-width: 780px) {

  /* SP時ナビゲーション設定 */
  .lp_contents .fixed_area .fixed_right {
    position: fixed;
    bottom: 0;
    display: block;
    width: calc(750 * (var(--rate)));
    /* translate: 0 100%; */
    /* opacity: 0; */
    transition: all .5s;
    z-index: 100;
    width: 100%;
  }

  .lp_contents .fixed_area .fixed_right.js-scrollStatus {
    transform: translateY(100%);
    transition: all 0.6s 0.2s ease !important;
  }

  .lp_contents .fixed_area .fixed_right.js-scrollStatus.scrolled-up {
    visibility: visible;
    transform: translateY(0);
    z-index: 99999;
  }

  .fixed_right .menu_list {
    flex-direction: row;
    gap: 0;
  }

  .fixed_right .menu_list li {
    width: calc(100% / 3);
    height: calc(80 * (var(--rate)));
    background: var(--color01);
    position: relative;
  }

  .fixed_right .menu_list li:nth-of-type(3):before,
  .fixed_right .menu_list li:nth-of-type(4):before {
    content: "";
    width: calc(2 * (var(--rate)));
    height: 100%;
    background: var(--color-lp_white);
    position: absolute;
    left: 0;
  }

  .fixed_right .menu_list li a {
    font-size: calc(40 * (var(--rate)));
    color: var(--color-lp_white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: calc(5 * (var(--rate)));
  }

}

/* ========================================================
                      * 共通設定  *
========================================================= */

.lp_contents .sp_only {
  display: none;
}

@media (max-width: 780px) {
  .lp_contents .sp_only {
    display: block;
  }
}

.lp_contents .txt_en {
  font-family: var(--font_en);
}

.lp_contents .txt_ja {
  font-family: var(--font_ja);
}

.lp_contents .roll_txt_wrap {
  position: relative;
}

.lp_contents .roll_txt_wrap::after {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  transition: opacity 1s, clip-path 1s;
  transition-delay: 1s;
}

.lp_contents .roll_txt_wrap.is-show::after {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.lp_contents .roll_txt {
  position: relative;
  width: 100%;
  height: calc(60 * (var(--rate)));
  /* margin-bottom: calc(15 * (var(--rate))); */
  background: var(--color01);
  z-index: 2;
}

.lp_contents .roll_txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(30 * (var(--rate)));
  background-repeat: repeat-x;
  background-size: auto 100%;
  content: "";
  animation: loop 15s linear infinite;
  background-image: url(../img/roll_txt.svg);
}

.lp_contents .roll_txt span {
  opacity: 0;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: calc(-830 * (46.8rem / 780)) 0;
  }
}

.lp_contents .movie_wrap {
  width: calc(780 * (var(--rate)));
  height: calc(1170 * (var(--rate)));
  overflow: hidden;
  position: relative;
}

.lp_contents .movie_wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 140%;
  pointer-events: none;
  border: none;
}

.lp_contents .movie_wrap .movie_sound {
  position: absolute;
  bottom: calc(18 * (var(--rate)));
  right: calc(21 * (var(--rate)));
  width: calc(38 * (var(--rate)));
  height: calc(38 * (var(--rate)));
  z-index: 10;
  cursor: pointer;
}

.lp_contents .movie_wrap .movie_sound .btn_sound {
  display: none;
}

.lp_contents .movie_wrap .movie_sound .btn_sound.is-active {
  display: block;
}

.lp_contents .slide_wrap {
  width: calc(630 * (var(--rate)));
  height: calc(840 * (var(--rate)));
  margin: 0 auto;
  position: relative;
}

.lp_contents .slide_wrap::before {
  content: "";
  width: calc(670 * (var(--rate)));
  height: calc(880 * (var(--rate)));
  position: absolute;
  top: calc(-20 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/frame.svg) no-repeat center / 100%;
}

.lp_contents .slick-dots {
  position: static;
  line-height: 0;
  display: flex !important;
  justify-content: center;
  gap: calc(30 * (var(--rate)));
}

.lp_contents .slick-dots li {
  margin: calc(55 * (var(--rate))) 0 0;
  width: calc(20 * (var(--rate)));
  height: calc(20 * (var(--rate)));
  border-radius: 100%;
  background: url(../img/icon_star_opa.svg) no-repeat center / 100%
}

.lp_contents .slick-dots li:first-child:last-child {
  display: none;
}

.lp_contents .slick-dots li.slick-active {
  background: url(../img/icon_star.svg) no-repeat center / 100%
}

.lp_contents .slick-dots li button {
  display: none;
}

.lp_contents .slick-dotted.slick-slider {
  margin: 0;
}



.lp_contents .accordion_wrap {}

.lp_contents .accordion_txt {
  transition: height 0.5s;
}

.lp_contents .btn_accordion {
  cursor: pointer;
  position: relative;
  font-size: calc(40 * (var(--rate)));
  font-family: var(--font_en);
  font-weight: 600;
  letter-spacing: .03em;
  text-align: center;
  color: var(--color01);
}

.lp_contents .btn_accordion.is-open {
  /* margin-top: calc(78 * 60rem / 750);
  padding-top: calc(38 * 60rem / 750);
  padding-left: calc(8 * 60rem / 750);
  padding-bottom: 0 */
}

.lp_contents .btn_accordion::before {
  content: "";
  position: absolute;
  background: url(../img/icon_plus.svg) no-repeat center;
  background-size: 100%;
  width: calc(20 * (var(--rate)));
  height: calc(20 * (var(--rate)));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: calc(3 * (var(--rate)));
  margin-left: calc(106 * (var(--rate)));
}

.lp_contents .btn_accordion.is-open::before {
  background: url(../img/icon_minus.svg) no-repeat center;
  width: calc(20 * (var(--rate)));
  height: calc(4 * (var(--rate)));
  margin-left: calc(72 * (var(--rate)));
}

.lp_contents .btn_wrap {
  position: relative;
}

.lp_contents .btn_wrap::before,
.lp_contents .btn_wrap::after {
  content: "";
  width: calc(170 * (var(--rate)));
  height: calc(1 * (var(--rate)));
  background: var(--color01);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lp_contents .btn_wrap::before {
  left: 0;
}

.lp_contents .btn_wrap::after {
  right: 0;
}

.lp_contents .btn {
  width: calc(440 * (var(--rate)));
  margin: calc(180 * (var(--rate))) auto 0;
  border-radius: calc(55 * (var(--rate)));
  border: calc(2 * (var(--rate))) solid var(--color01);
}

.lp_contents .btn a {
  padding: calc(18 * (var(--rate))) calc(28 * (var(--rate)));
}


/* Fade In
==================================*/
.lp_contents .fadeIn {
  opacity: 0;
  filter: blur(5px);
  transition: 2s;
}

@media (max-width: 780px) {
  .lp_contents .fixed_nav.fixed_right.fadeIn {
    opacity: 1;
    filter: blur(0);
  }
}

.lp_contents .fadeIn.is-show {
  opacity: 1;
  filter: blur(0);
}

/* ========================================================
                      * sec_mv  *
========================================================= */
.sec_mv {}

.sec_mv .mv {
  background: url(../img/movie_bg01.jpg) no-repeat center / cover;
  z-index: 1;
  position: relative;
}

.sec_mv .movie_wrap {
  position: relative;
}

.sec_mv .movie_wrap .movie_sound {
  display: none;
}

.sec_mv .ttl_main {
  width: calc(540 * (var(--rate)));
  margin: calc(104 * (var(--rate))) auto 0;
}

.sec_mv .ttl_sub {
  width: calc(780 * (var(--rate)));
  margin: calc(50 * (var(--rate))) auto 0;
}

.sec_mv .txt {
  margin-top: calc(6 * (var(--rate)));
  font-size: calc(24 * (var(--rate)));
  text-align: center;
  line-height: 2.4;
}

.sec_mv .roll_txt {
  margin-top: calc(187 * (var(--rate)));
}

.sec_mv .roll_txt_wrap::after {
  position: absolute;
  top: calc(-79 * (var(--rate)));
  left: 0;
  transform: translateY(-50%);
  width: calc(780 * (var(--rate)));
  height: calc(590 * (var(--rate)));
  background-repeat: repeat-x;
  background-size: auto 100%;
  content: "";
  background-image: url(../img/roll_txt_bg01.png?251031);
  z-index: 1;
}

/* ========================================================
                      * sec_look  *
========================================================= */

.sec_look {
  position: relative;
  padding-top: calc(340 * (var(--rate)));
  padding-bottom: calc(116 * (var(--rate)));
}

.sec_look02 {
  padding-top: calc(325 * (var(--rate)));
}


.sec_look02::before {
  /* top: calc(298 * (var(--rate))); */
}

.sec_look .ttl {
  margin: 0 auto;
  position: relative;
}

.sec_look01 .ttl {
  width: calc(510 * (var(--rate)));
}

.sec_look02 .ttl {
  width: calc(490 * (var(--rate)));
}

.sec_look03 .ttl {
  width: calc(430 * (var(--rate)));
}

.sec_look .ttl::before {
  content: "";
  width: calc(780 * (var(--rate)));
  height: calc(154 * (var(--rate)));
  background: url(../img/arch.svg) no-repeat center / 100%;
  position: absolute;
  top: calc(-143 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
}

.sec_look .lead_wrap {
  width: 100%;
  margin-top: calc(60 * (var(--rate)));
  padding: calc(35 * (var(--rate))) 0;
  background: url(../img/lead_wrap.png?251031) no-repeat center / 100% 100%;
  display: flex;
}

.sec_look .lead_wrap .num {
  width: calc(111 * (var(--rate)));
  height: calc(29 * (var(--rate)));
  margin-inline: calc(45 * (var(--rate)));
}

.sec_look .lead_wrap .lead {
  width: calc(100% - calc(111 * (var(--rate))) - calc(90 * (var(--rate))));
  font-size: calc(30 * (var(--rate)));
  letter-spacing: .125em;
  text-align: center;
}

.sec_look .movie_wrap {
  margin-top: calc(61 * (var(--rate)));
}

.sec_look .txt {
  width: calc(560 * (var(--rate)));
  font-size: calc(24 * (var(--rate)));
  line-height: 2.2;
  margin: calc(66 * (var(--rate))) auto 0;
  text-align: justify;
}

.sec_look .slide_wrap {
  margin-top: calc(131 * (var(--rate)));
}

.sec_look .item_wrap {
  margin-top: calc(160 * (var(--rate)));
}

.sec_look .item_wrap ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(30 * (var(--rate)));
}

.sec_look02 .item_wrap ul {
  gap: calc(51 * (var(--rate)));
}

.sec_look .item_wrap li {
  cursor: pointer;
  translate: 0 5svh;
  transition: translate 1.5s ease, opacity 1.8s ease;
  opacity: 0;
}

.sec_look .item_wrap li:nth-of-type(1) {}

.sec_look .item_wrap li:nth-of-type(2) {
  transition-delay: 0.3s;
}

.sec_look .item_wrap li:nth-of-type(3) {
  transition-delay: 0.6s;
}

.sec_look .item_wrap li.is-show {
  opacity: 1;
  translate: 0 0;

}

.sec_look .item_wrap li .img {
  width: calc(200 * (var(--rate)));
}

.sec_look .item_wrap li .name {
  margin-top: calc(8 * (var(--rate)));
  font-size: calc(20 * (var(--rate)));
  line-height: 2;
  text-align: center;
}

.sec_look02 .item_wrap li .name {
  margin-top: calc(7 * (var(--rate)));
}

.sec_look .accordion_wrap {
  margin-top: calc(83 * (var(--rate)));
  position: relative;
}

.sec_look .btn_accordion::after {
  content: "";
  position: absolute;
  bottom: calc(-65 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
  width: calc(670 * (var(--rate)));
  height: calc(3 * (var(--rate)));
  background: url(../img/line01.png?251031) no-repeat center / contain;
  pointer-events: none;
}

.sec_look .accordion_wrap .lead {
  width: calc(670 * (var(--rate)));
  margin: 0 auto;
}

.sec_look .accordion_txt {
  margin-top: calc(46 * (var(--rate)));
  height: calc(200 * (var(--rate)));
  overflow: hidden;
}

.sec_look .accordion_txt .use_list {
  width: calc(590 * (var(--rate)));
  margin: 0 auto;
}

.sec_look .accordion_txt .use_list li {
  font-size: calc(24 * (var(--rate)));
  line-height: 2.2;
  text-align: justify;
}

.sec_look .accordion_txt .use_list li a {
  display: inline;
  position: relative;
  text-decoration-line: underline;
  text-underline-offset: calc(5 * (var(--rate)));
  text-decoration-color: #000;
}

.sec_look .accordion_txt .use_list li a::before {
  /* content: ""; */
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: calc(1 * (var(--rate)));
  left: 0;
}

.sec_look .accordion_txt .use_list li span {
  color: var(--color01);
}

.sec_look .accordion_wrap .btn_accordion {
  margin-top: calc(59 * (var(--rate)));
}

.sec_look02 .accordion_wrap .btn_accordion.is-open {
  margin-top: calc(50 * (var(--rate)));
}

.sec_look03 .accordion_wrap .btn_accordion.is-open {
  margin-top: calc(50 * (var(--rate)));
}

.sec_look .btn_goitem {}

.sec_look .btn_goitem a {}


/* ========================================================
                      * sec_interview  *
========================================================= */

.sec_interview {
  padding-top: calc(164 * (var(--rate)));
}

.sec_interview>.roll_txt_wrap::after {
  position: absolute;
  top: calc(4 * (var(--rate)));
  left: 0;
  transform: translateY(-50%);
  width: calc(780 * (var(--rate)));
  height: calc(440 * (var(--rate)));
  background-repeat: repeat-x;
  background-size: auto 100%;
  content: "";
  background-image: url(../img/roll_txt_bg02.png?251031);
  z-index: 1;
  clip-path: inset(0 100% 0 0);
}

.sec_interview .ttl {
  width: calc(559 * (var(--rate)));
  margin: calc(211 * (var(--rate))) auto 0;
  position: relative;
}

.sec_interview .ttl::before {
  content: "";
  width: calc(780 * (var(--rate)));
  height: calc(40 * (var(--rate)));
  background: url(../img/line02.png?251031) no-repeat center / 100%;
  position: absolute;
  top: calc(125 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);

}

.sec_interview .accordion_wrap {
  width: calc(630 * (var(--rate)));
  margin: calc(163 * (var(--rate))) auto 0;
  position: relative;
}

.sec_interview .btn_accordion::after {
  content: "";
  width: calc(780 * (var(--rate)));
  height: calc(40 * (var(--rate)));
  background: url(../img/line02.png?251031) no-repeat center / 100%;
  position: absolute;
  bottom: calc(-140 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
}

.sec_interview .accordion_txt {
  height: calc(450 * (var(--rate)));
  overflow: hidden;
}


.sec_interview .interview_wrap {
  padding-left: calc(71 * (var(--rate)));
}

.sec_interview .interview_wrap dt,
.sec_interview .interview_wrap dd {
  position: relative;
}

.sec_interview .interview_wrap dt {
  color: var(--color01);
  font-size: calc(34 * (var(--rate)));
  line-height: 1.8;
}

.sec_interview .interview_wrap dt:nth-of-type(2) {
  margin-top: calc(67 * (var(--rate)));
}


.sec_interview .interview_wrap dt:nth-of-type(3) {
  margin-top: calc(83 * (var(--rate)));
}

.sec_interview .interview_wrap dt:nth-of-type(4) {
  margin-top: calc(84 * (var(--rate)));
}

.sec_interview .interview_wrap dt:nth-of-type(5) {
  margin-top: calc(72 * (var(--rate)));
}

.sec_interview .interview_wrap dd {
  font-size: calc(24 * (var(--rate)));
  line-height: 2.2;
  text-align: justify;
  margin-top: calc(24 * (var(--rate)));
}

.sec_interview .interview_wrap dd a {
  display: inline;
}

.sec_interview .interview_wrap dt::before,
.sec_interview .interview_wrap dd::before {
  content: "";
  position: absolute;
  top: calc(17 * (var(--rate)));
  left: calc(-61 * (var(--rate)));
}

.sec_interview .interview_wrap dt::before {
  width: calc(30 * (var(--rate)));
  height: calc(47 * (var(--rate)));
  background: url(../img/icon_q.svg) no-repeat center / 100%;
}

.sec_interview .interview_wrap dd::before {
  width: calc(28 * (var(--rate)));
  height: calc(37 * (var(--rate)));
  background: url(../img/icon_a.svg) no-repeat center / 100%;
}

.sec_interview .btn_accordion {
  margin-top: calc(65 * (var(--rate)));
}

.sec_interview .btn_accordion.is-open {
  margin-top: calc(58 * (var(--rate)));
}

.sec_interview .profile_wrap {
  margin-top: calc(349 * (var(--rate)));
}

.sec_interview .profile_wrap .name {
  width: calc(370 * (var(--rate)));
  margin: 0 auto;
}

.sec_interview .profile_wrap .name_sub {
  font-size: calc(24 * (var(--rate)));
  text-align: center;
  margin-top: calc(35 * (var(--rate)));
}

.sec_interview .profile_wrap .txt {
  font-size: calc(24 * (var(--rate)));
  line-height: 2.2;
  text-align: center;
  margin-top: calc(61 * (var(--rate)));
}

.sec_interview .profile_wrap .link {
  margin-top: calc(59 * (var(--rate)));
  margin-bottom: calc(141 * (var(--rate)));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(21 * (var(--rate)));
}

.sec_interview .profile_wrap .link img {
  width: calc(36 * (var(--rate)));
  height: calc(36 * (var(--rate)));
}

.sec_interview .profile_wrap .link span {
  font-size: calc(26 * (var(--rate)));
  letter-spacing: .1em;
}

.archive_area {}

@media screen and (max-width: 768px) {
  .archive_area {
    padding: calc(199 * (100vw / 780)) 0 calc(132 * (100vw / 780)) !important
  }
}