@charset "UTF-8";
/*! Writen  by SCSS */
@media screen and (max-width: 480px) {
  .w10_sp {
    width: 10%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w20_sp {
    width: 20%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w30_sp {
    width: 30%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w40_sp {
    width: 40%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w50_sp {
    width: 50%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w60_sp {
    width: 60%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w70_sp {
    width: 70%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w80_sp {
    width: 80%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w90_sp {
    width: 90%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w100_sp {
    width: 100%;
    margin: 0 auto; } }

.fr10 {
  font-size: 10%; }

.fr20 {
  font-size: 20%; }

.fr30 {
  font-size: 30%; }

.fr40 {
  font-size: 40%; }

.fr50 {
  font-size: 50%; }

.fr60 {
  font-size: 60%; }

.fr70 {
  font-size: 70%; }

.fr80 {
  font-size: 80%; }

.fr90 {
  font-size: 90%; }

.fr100 {
  font-size: 100%; }

.fr110 {
  font-size: 110%; }

.fr120 {
  font-size: 120%; }

.fr130 {
  font-size: 130%; }

.fr140 {
  font-size: 140%; }

.fr150 {
  font-size: 150%; }

.fr160 {
  font-size: 160%; }

.fr170 {
  font-size: 170%; }

.fr180 {
  font-size: 180%; }

.fr190 {
  font-size: 190%; }

.fr200 {
  font-size: 200%; }

.fr210 {
  font-size: 210%; }

.fr220 {
  font-size: 220%; }

.fr230 {
  font-size: 230%; }

.fr240 {
  font-size: 240%; }

.fr250 {
  font-size: 250%; }

.fr260 {
  font-size: 260%; }

.fr270 {
  font-size: 270%; }

.fr280 {
  font-size: 280%; }

.fr290 {
  font-size: 290%; }

.fr300 {
  font-size: 300%; }

.image {
  height: max-content;
  max-width: max-content; }

.tt_uc {
  text-transform: uppercase; }

.tt_cp {
  text-transform: capitalize; }

.break_word {
  overflow-wrap: break-word;
  word-wrap: break-word; }

.ta_jus {
  text-align: justify; }

.tal_jus {
  text-align-last: justify; }

.snap_contents_wrap {
  scroll-snap-type: y proximity; }
  .snap_contents_wrap .snap_contents_item {
    scroll-snap-align: start; }

.m_auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.flex_n {
  display: flex;
  justify-content: flex-start; }

.flex_c {
  display: flex;
  justify-content: center; }

.flex_e {
  display: flex;
  justify-content: flex-end; }

.al_c {
  align-items: center; }

@media screen and (max-width: 480px) {
  .col_sp {
    display: flex;
    flex-direction: column; } }

@media screen and (max-width: 480px) {
  .sp_order1 {
    order: 1; } }

@media screen and (max-width: 480px) {
  .sp_order2 {
    order: 2; } }

@media screen and (max-width: 480px) {
  .sp_order3 {
    order: 3; } }

@media screen and (max-width: 480px) {
  .sp_order4 {
    order: 4; } }

@media screen and (max-width: 480px) {
  .sp_order5 {
    order: 5; } }

@media screen and (max-width: 480px) {
  .sp_order6 {
    order: 6; } }

@media screen and (max-width: 480px) {
  .sp_order7 {
    order: 7; } }

@media screen and (max-width: 480px) {
  .sp_order8 {
    order: 8; } }

@media screen and (max-width: 480px) {
  .sp_order9 {
    order: 9; } }

@media screen and (max-width: 480px) {
  .sp_order10 {
    order: 10; } }

.mainvisual {
  position: relative;
  /*&:before{
  	content:"";
  	position: absolute;
  	inset:0;
  	background-size:cover;
  	background-position:center;
  	background-repeat:no-repeat;
  }*/ }
  .mainvisual .main_bg {
    width: 100%;
    margin-top: clamp(10px, 1.0417vw, 20px); }
    @media screen and (max-width: 480px) {
      .mainvisual .main_bg {
        margin-top: -20px;
        width: calc(100% - 30px); } }
    .mainvisual .main_bg img {
      width: 100%; }
  .mainvisual:after {
    content: "";
    display: block;
    padding-bottom: 82.96875%;
    min-height: 800px;
    pointer-events: none; }
    @media screen and (max-width: 480px) {
      .mainvisual:after {
        display: none; } }
  .mainvisual .contents {
    position: absolute;
    left: 4.6875%;
    bottom: 0;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .mainvisual .contents {
        position: relative;
        left: 30px; } }
  .mainvisual .page_ttl {
    display: flex;
    align-items: baseline;
    font-size: clamp(18px, 1.5625vw, 30px);
    color: #1B1C1E; }
    @media screen and (max-width: 480px) {
      .mainvisual .page_ttl {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
        margin-top: 50vh;
        margin-top: 50svh;
        transform: translateY(-50%); } }
    .mainvisual .page_ttl.white {
      color: #FFF; }
    .mainvisual .page_ttl span.en {
      font-size: 400%;
      line-height: 0.8; }
      @media screen and (max-width: 480px) {
        .mainvisual .page_ttl span.en {
          font-size: 300%; } }
    .mainvisual .page_ttl span.ja {
      margin-left: 40px; }
      @media screen and (max-width: 480px) {
        .mainvisual .page_ttl span.ja {
          margin-left: 0;
          opacity: 0.5; } }
  .mainvisual.full::after {
    display: none; }
  .mainvisual.full .contents {
    position: relative;
    top: 0;
    left: 0; }
    @media screen and (max-width: 480px) {
      .mainvisual.full .contents {
        position: relative;
        left: 30px; } }
  .mainvisual.full .page_ttl {
    position: absolute;
    top: clamp(300px, 20.3126vw, 390px);
    left: 4.6875%; }
    @media screen and (max-width: 480px) {
      .mainvisual.full .page_ttl {
        position: initial;
        top: initial;
        left: initial;
        color: initial;
        filter: initial; } }
  .mainvisual.full .main_bg {
    margin-top: 0; }
    @media screen and (max-width: 480px) {
      .mainvisual.full .main_bg {
        margin-top: -20px; } }
  .mainvisual.full .img_cap {
    position: initial; }
    @media screen and (max-width: 480px) {
      .mainvisual.full .img_cap span {
        right: 30px; } }
  @media screen and (max-width: 768px) {
    .mainvisual.full2 .main_bg {
      margin-top: 25px; } }
  @media screen and (max-width: 480px) {
    .mainvisual.full2 .main_bg {
      margin-top: -20px; } }
  .mainvisual.full2:after {
    padding-bottom: 48.81%;
    min-height: 300px; }
    @media screen and (max-width: 768px) {
      .mainvisual.full2:after {
        padding-bottom: 100vh;
        padding-bottom: 100svh; } }
    @media screen and (max-width: 480px) {
      .mainvisual.full2:after {
        display: none; } }

.introduction {
  background: #EEEAEA;
  padding-top: clamp(100px, 19.271vw, 370px);
  margin-top: clamp(-75px, -3.906vw, -25px);
  padding-bottom: clamp(110px, 9.115vw, 175px);
  padding-left: 4.6875%;
  overflow: hidden; }
  .introduction.special_page {
    margin-top: clamp(100px, 15.625vw, 250px);
    padding-top: clamp(100px, 13.021vw, 250px); }
  @media screen and (max-width: 480px) {
    .introduction {
      padding-left: 30px; } }
  .introduction .text_wrap .title_wrap::before {
    width: 100vw;
    left: -4.6875%; }
    @media screen and (max-width: 480px) {
      .introduction .text_wrap .title_wrap::before {
        left: -30px; } }
  @media screen and (max-width: 480px) {
    .introduction .text_wrap .title_wrap:not(:first-of-type) {
      margin-top: 10px; } }
  .introduction .text_wrap .ttl_in {
    padding-left: 0;
    margin-left: 0; }
    @media screen and (max-width: 480px) {
      .introduction .text_wrap .ttl_in .en_ttl {
        margin-bottom: 30px; } }
  .introduction .text_wrap .chara span .small {
    font-size: 57% !important; }
  .introduction .text_wrap.p-view .ttl_in .chara span {
    font-size: clamp(23px, 5.209vw, 100px);
    transform: translateY(5%) rotate(0deg); }
    @media screen and (max-width: 480px) {
      .introduction .text_wrap.p-view .ttl_in .chara span {
        transform: translateY(20%) rotate(0deg); } }
    @media screen and (max-width: 480px) {
      .introduction .text_wrap.p-view .ttl_in .chara span.small {
        transform: translateY(0%) rotate(0deg); } }
  .introduction .read_wrap {
    max-width: 1740px;
    margin: 0 auto 0 0; }
    @media screen and (max-width: 768px) {
      .introduction .read_wrap {
        padding-right: 30px; } }
    @media screen and (max-width: 480px) {
      .introduction .read_wrap {
        padding-left: 0; } }
    .introduction .read_wrap .read_in {
      padding-right: 0;
      max-width: 780px;
      width: 43.584%;
      margin-left: max(18%, 160px);
      margin-top: 120px; }
      @media screen and (max-width: 768px) {
        .introduction .read_wrap .read_in {
          margin-top: 80px;
          width: calc(100% - 160px - 30px); } }
      @media screen and (max-width: 480px) {
        .introduction .read_wrap .read_in {
          width: 100%;
          margin-left: 0;
          padding-left: 0;
          margin-top: 40px; } }
      .introduction .read_wrap .read_in span {
        font-size: clamp(16px, 1.146vw, 22px) !important;
        line-height: 2.046; }

.line_wrap {
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 35px;
  margin-bottom: 140px;
  position: relative;
  z-index: 3;
  column-gap: 30px;
  margin-bottom: clamp(30px, 2.874vw, 50px); }
  @media screen and (max-width: 480px) {
    .line_wrap {
      flex-direction: column-reverse;
      align-items: flex-start; } }
  .line_wrap.between {
    justify-content: space-between; }
  .line_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    transform-origin: left top;
    background: #1B1C1E;
    transform: scale(0, 1);
    transition: 0.5s transform ease-in-out 0s; }
  .line_wrap.white {
    color: #FFF; }
    .line_wrap.white:before {
      background: #FFF; }
  .line_wrap.p-view:before {
    transform: scale(1, 1); }
  .line_wrap.p-view .line_txt span {
    transform: translateY(0) rotate(0deg); }
  @media screen and (max-width: 480px) {
    .line_wrap.p-view .line_txt.ja span {
      opacity: 1;
      transform: translateY(0); } }
  @media screen and (max-width: 960px) {
    .line_wrap .line_txt.w480 {
      width: 40%; } }
  @media screen and (max-width: 480px) {
    .line_wrap .line_txt.w480 {
      width: 100%; } }
  .line_wrap .line_txt.w520 {
    width: 520px; }
    @media screen and (max-width: 480px) {
      .line_wrap .line_txt.w520 {
        width: 100%; } }
  .line_wrap .line_txt span {
    display: inline-block;
    transform: translateY(100%) rotate(10deg);
    transition: 1s transform ease-in-out 0s;
    transform-origin: left top; }
  .line_wrap .line_txt.en {
    line-height: 1.2;
    overflow: hidden; }
    .line_wrap .line_txt.en span {
      font-size: clamp(24px, 3.449vw, 60px); }
      @media screen and (max-width: 768px) {
        .line_wrap .line_txt.en span {
          font-size: 22px; } }
      @media screen and (max-width: 480px) {
        .line_wrap .line_txt.en span {
          font-size: 14px; } }
  .line_wrap .line_txt.ja p {
    overflow: hidden; }
    .line_wrap .line_txt.ja p.white {
      color: #FFF; }
    .line_wrap .line_txt.ja p span {
      font-size: clamp(16px, 1.38vw, 24px);
      font-weight: 500; }
      @media screen and (max-width: 480px) {
        .line_wrap .line_txt.ja p span {
          transform: translateY(100%) rotate(10deg);
          font-size: 28px;
          opacity: 0;
          transform: translateY(20px);
          transition: 1s opacity ease-in-out 0s, 1s transform ease-in-out 0s; } }
  .line_wrap .line_txt.read {
    margin-left: auto;
    overflow: hidden;
    max-width: 480px;
    width: 27.59%; }

.access_tab {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 111;
  transform: translateY(300%);
  max-width: 384px;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding: 25px 50px;
  border-radius: 50px;
  background: #FFF;
  border: 1px solid #DBDBDB;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  transition: 0.5s transform ease-in-out 0s,0.5s opacity ease-in-out 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px; }
  @media screen and (max-width: 1200px) {
    .access_tab {
      left: 20px;
      right: auto;
      padding: 15px 50px;
      column-gap: 30px; } }
  @media screen and (max-width: 768px) {
    .access_tab {
      left: 10px;
      bottom: 160px; } }
  @media screen and (max-width: 480px) {
    .access_tab {
      bottom: 60px;
      max-width: 240px;
      padding: 15px 10px;
      column-gap: 20px; } }
  @media screen and (max-width: 768px) {
    body#location .access_tab {
      bottom: 100px; } }
  @media screen and (max-width: 480px) {
    body#location .access_tab {
      bottom: 60px; } }
  .access_tab.on {
    transform: translateY(0); }
    .access_tab.on.fadeout {
      opacity: 0;
      pointer-events: none; }
  .access_tab .item {
    position: relative; }
    .access_tab .item .link {
      display: flex;
      align-items: center;
      flex-direction: column;
      font-weight: bold;
      color: #B8A473;
      font-size: 18px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .access_tab .item .link {
          font-weight: 500;
          font-size: 16px; } }
      @media screen and (max-width: 480px) {
        .access_tab .item .link {
          font-size: 14px; } }
      .access_tab .item .link.coming {
        opacity: 0.5;
        pointer-events: none; }
        .access_tab .item .link.coming .coming_txt {
          display: block;
          line-height: 1;
          font-weight: normal;
          font-size: 12px;
          pointer-events: none; }
          @media screen and (max-width: 480px) {
            .access_tab .item .link.coming .coming_txt {
              font-size: 10px; } }
      .access_tab .item .link.cr {
        opacity: 1;
        pointer-events: none;
        background-color: #B8A473;
        color: #fff;
        border-radius: 50vw;
        padding: 8px 10px 6px; }

.caption_wrap {
  padding-top: clamp(50px, 10.92vw, 190px); }
  .caption_wrap .caption {
    max-width: 1740px; }

/*
.scroll_btn_sp {
	z-index: 5000;
	position: absolute;
	opacity: 1;
	animation: horizontal 1s ease-in-out infinite alternate;
	.cont_text_wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 198px;
		height: 96px;
		border-radius: 50vw;
		background-color: rgba(#1B1C1E, 0.9);
		.cont_text {
			font-size: 28px;
			color: #fff;
			display: flex;
			column-gap: 25px;
		}
	}
	&.scrolled {
		pointer-events: none;
		opacity: 0;
		transition: all 0.5s ease-in-out 0s;
	}
	@keyframes horizontal {
		0% {
			transform: translateX(-20%) translateY(-50%);
		}
		100% {
			transform: translateX(20%) translateY(-50%);
		}
	}
}
*/
.sp_view_img {
  margin-bottom: 0;
  position: relative;
  margin-left: auto; }
  @media screen and (max-width: 480px) {
    .sp_view_img {
      position: relative;
      overflow-x: auto;
      overflow-y: hidden; }
      .sp_view_img figure {
        position: relative;
        box-sizing: border-box;
        width: 150%;
        padding: 0;
        text-align: center;
        -webkit-overflow-scrolling: touch; }
        .sp_view_img figure img {
          max-width: none;
          width: auto;
          height: 455px; } }
  .sp_view_img.ml_adjust {
    margin: 0; }
  .sp_view_img .finger {
    display: none; }
    .sp_view_img .finger.scrolled {
      pointer-events: none;
      opacity: 0;
      transition: all 0.5s ease-in-out 0s; }
    @media screen and (max-width: 480px) {
      .sp_view_img .finger {
        display: block; } }
  .sp_view_img .swipe_btn {
    display: none; }
    @media screen and (max-width: 480px) {
      .sp_view_img .swipe_btn {
        position: absolute;
        width: 133px;
        height: 65px;
        top: 80%;
        left: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
        font-size: 18px;
        border-radius: 50vw;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        transform: translate(-50%);
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        animation: horizontal 1s ease-in-out infinite alternate; }
        .sp_view_img .swipe_btn .swipe_arrow {
          width: 15px; } }
@keyframes horizontal {
  0% {
    transform: translateX(-20%) translateY(-50%); }
  100% {
    transform: translateX(20%) translateY(-50%); } }
.merit-pagination,
.swiper-pagination,
.swiper-pagination02,
.swiper-pagination03 {
  position: relative !important;
  margin-top: 70px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 480px) {
    .merit-pagination,
    .swiper-pagination,
    .swiper-pagination02,
    .swiper-pagination03 {
      margin-top: 40px; } }
  .merit-pagination .swiper-pagination-bullet,
  .swiper-pagination .swiper-pagination-bullet,
  .swiper-pagination02 .swiper-pagination-bullet,
  .swiper-pagination03 .swiper-pagination-bullet {
    background-color: #EEE7E7;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    opacity: 1; }
    @media screen and (max-width: 480px) {
      .merit-pagination .swiper-pagination-bullet,
      .swiper-pagination .swiper-pagination-bullet,
      .swiper-pagination02 .swiper-pagination-bullet,
      .swiper-pagination03 .swiper-pagination-bullet {
        height: 12px;
        width: 12px; } }
    .merit-pagination .swiper-pagination-bullet:last-of-type,
    .swiper-pagination .swiper-pagination-bullet:last-of-type,
    .swiper-pagination02 .swiper-pagination-bullet:last-of-type,
    .swiper-pagination03 .swiper-pagination-bullet:last-of-type {
      margin-right: 0; }
    .merit-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-pagination02 .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-pagination03 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #AE975F; }

.mousepointer {
  z-index: 5000; }
  .mousepointer .cont_text_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 142px;
    height: 68px;
    border-radius: 50vw;
    background-color: rgba(27, 28, 30, 0.9); }
    .mousepointer .cont_text_wrapper .cont_text {
      font-size: 19px;
      color: #fff;
      display: flex;
      column-gap: 15px; }

.drag_cont {
  cursor: grab; }

.glay_ttl {
  font-size: clamp(66px, 15.748vw, 274px);
  font-weight: 200;
  color: rgba(213, 213, 213, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1; }
  .glay_ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 34px;
    width: 1.96%;
    min-width: 9px; }
    .glay_ttl span img {
      vertical-align: middle; }

.accordion_item {
  width: 100%;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px; }
  .accordion_item .accordion_ttl {
    background-color: rgba(255, 255, 255, 0.6);
    font-size: clamp(20px, 1.539vw, 22px);
    font-weight: 600;
    padding: 18px 70px 18px 80px;
    position: relative;
    border-radius: 5px;
    line-height: 1.45;
    cursor: pointer;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*＋、－切り替え*/ }
    @media screen and (max-width: 480px) {
      .accordion_item .accordion_ttl {
        font-size: 15px;
        padding: 10px 60px 10px 46px; } }
    .accordion_item .accordion_ttl::before {
      content: 'Q';
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      background-color: #1B1C1E;
      border-radius: 5px 0 0 5px;
      left: 0;
      top: 0;
      color: #fff;
      width: 60px;
      height: 100%;
      padding-left: 15px;
      padding-right: 15px;
      font-family: "freight-big-pro", serif;
      text-align: center;
      line-height: 1;
      font-weight: 600;
      font-size: clamp(18px, 2.098vw, 30px); }
      @media screen and (max-width: 480px) {
        .accordion_item .accordion_ttl::before {
          width: 26px;
          font-size: 14px;
          font-weight: 300; } }
    .accordion_item .accordion_ttl.active {
      border-radius: 5px 5px 0 0; }
      .accordion_item .accordion_ttl.active::before {
        border-radius: 5px 0 0 0; }
    .accordion_item .accordion_ttl .icon {
      right: 20px;
      top: 50%;
      position: absolute;
      display: block;
      width: 32px;
      height: 32px;
      transform: translateY(-50%);
      border-radius: 100vw;
      background-color: rgba(165, 165, 165, 0.3);
      box-shadow: 1px 2px 2px 0 rgba(255, 255, 255, 0.5) inset; }
      @media screen and (max-width: 480px) {
        .accordion_item .accordion_ttl .icon {
          right: 10px; } }
    .accordion_item .accordion_ttl .icon:before, .accordion_item .accordion_ttl .icon:after {
      position: absolute;
      content: "";
      display: block;
      transition: transform 0.4s;
      background: #2D2C37;
      left: 50%;
      top: 50%;
      width: 53.125%;
      height: 1px;
      transform: translate(-50%, -50%); }
    .accordion_item .accordion_ttl .icon:before {
      transform: translate(-50%, -50%) rotate(90deg); }
    .accordion_item .accordion_ttl .icon.active:before {
      transform: translate(-50%, -50%) rotate(0deg); }
  .accordion_item .accordion_contents {
    padding: 18px 18px 18px 80px;
    font-size: clamp(15px, 1.119vw, 16px);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 5px 5px;
    display: none;
    position: relative;
    color: #000; }
    @media screen and (max-width: 480px) {
      .accordion_item .accordion_contents {
        padding: 10px 15px 10px 46px; } }
    .accordion_item .accordion_contents .small {
      font-size: 12px;
      display: block; }
      @media screen and (max-width: 480px) {
        .accordion_item .accordion_contents .small {
          font-size: 11px; } }
    .accordion_item .accordion_contents a {
      text-decoration: underline;
      word-break: break-all; }
    .accordion_item .accordion_contents::before {
      content: 'A';
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      border-radius: 5px 0 0 5px;
      left: 0;
      top: 0;
      color: #1B1C1E;
      width: 60px;
      height: 100%;
      padding-left: 15px;
      padding-right: 15px;
      font-family: "freight-big-pro", serif;
      text-align: center;
      line-height: 1;
      font-weight: 600;
      font-size: clamp(18px, 2.098vw, 30px);
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .accordion_item .accordion_contents::before {
          width: 26px;
          font-size: 14px;
          font-weight: 300; } }
    .accordion_item .accordion_contents::after {
      content: '';
      position: absolute;
      width: 60px;
      pointer-events: none;
      z-index: 0;
      height: calc(100% - 36px);
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      border-right: solid 1px rgba(27, 28, 30, 0.3); }
      @media screen and (max-width: 480px) {
        .accordion_item .accordion_contents::after {
          width: 30px; } }

/*# sourceMappingURL=inner.css.map */
