@charset "UTF-8";

#AU220823JOURNAL{
  overflow: hidden;
}

#AU220823JOURNAL *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#AU220823JOURNAL .sp_only{
  display: none;
}
#AU220823JOURNAL img,
#AU220823JOURNAL video,
#AU220823JOURNAL svg {
	width: 100%;
	height: auto;
}

.name_ja,
.f_description,
.f_last,
.paragraph_que,
.txt_profile p {
  font-family: var(--font-jp);
}


.pc {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}

/* 共通journal */
.journal__wrapper {
  display: inline-block;
  position: absolute;
  right: 0;
}

.journal {
  position: -webkit-sticky;
  position: sticky;
  z-index: var(--zindex-drawer);
  top: 11rem;
}

.journal__title {
  font-weight: 600;
  font-size: 3rem;
}

.journal__title--upper {
  position: relative;
  padding-bottom: 1rem;
  padding-right: 16.5rem;
}

.journal__title--upper::before {
  display: block;
  width: 100%;
  height: 0.15rem;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #000;
}

.journal__title--lower {
  margin-top: 1rem;
  font-size: 2rem;
}

html {
  background: #808080;
}

.header {
  position: fixed;
  top: 0;
}
.main-area.lp .c-breadcrumb{
  padding: 0;
}
.main-area.lp .c-breadcrumb ol {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 13rem;
}
.header__wrapper {
  padding: 50px 30px 20px;
}

.main-area.lp {
  padding-bottom: 160px;
}


#AU220823JOURNAL .flexBox{
  display: flex;
}


.main-container_lp{
  width: 128rem;
  margin: 0 auto;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 400;
  margin-bottom: -0.5rem;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  background-color: #808080;
  /*overflow-x: hidden;*/
}

/*==========================
          fade
=========================*/
/* フェードイン */

.firstview_txt{
  animation-delay: 1s;
}
.js-fade {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}

.js-fade.active {
  opacity: 1;
}

.js-fade-Vr {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

.js-fade-Vr.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}


/* mv画像ルーズイン */
.js-fade-Scale {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.js-fade-Scale.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* mv画像背景広がり */
.js-cutIn-RtoL::after,
.js-cutIn-RtoL--02::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #d0cfce;
  transition: all 1s ease;
}

.js-cutIn-RtoL--02::after {
  background: gainsboro;
}

.js-cutIn-RtoL::after,
.js-cutIn-RtoL--02::after {
  top: 0;
  left: 0;
}

.js-cutIn-RtoL.active::after {
  -webkit-animation: Hr forwards;
          animation: Hr forwards;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

.js-cutIn-RtoL--02.active::after {
  -webkit-animation: Hr forwards;
          animation: Hr forwards;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@-webkit-keyframes Hr {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes Hr {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

/*---------右上のタイトルみたいなやつ-------------------------------------------*/
.journal__wrapper{
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}
/*---------右上のタイトルみたいなやつ-------------------------------------------*/


/*==========================
          // fade
=========================*/



/*==========================
      firstview_area
=========================*/
.firstview{
  width: 120rem;
  margin: 0 auto 5.2rem;
}

.firstview_bkcol{
  position: relative;
  margin-left: -10rem;
  width: 85rem;
  overflow: hidden;
}
.firstview_txt{
  position: relative;
  padding-top: 15rem;
  width: 45rem;
  z-index: 1;
}


.f_part{
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-end;
}
.f_swith{
  padding: 0.5rem 0.8rem;
  border:1px solid #000;
}
.f_date{
  margin-left: 2.4rem;
  letter-spacing: 0.1em;
}

.f_title{
  position: relative;
  margin-top: 5.9rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.f_title::before{
  position: absolute;
  top: 0.9rem;
  left: 13.7rem;
  display: block;
  width: 41.5rem;
  height: 1px;
  content: '';
  background-color: #000;
}
.f-name{
  margin-top: 2.8rem;
}
.f-name .name_en{
  font-size: 7rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.3rem;
  position: relative;
  letter-spacing: -0.038em;

}
.f-name .name_ja{
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 4.95rem;
  font-weight: 500;
}
.f_description{
  font-size: 1.5rem;
  width: 29rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 4.3rem;
  text-align: justify;
}

.f_last .sub_title{
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}

.f_last{
  margin-top: 1.5rem;
  margin-left: 17.5rem;
}

.f_last .person_area{
  width: 62.6rem;
  margin-top: 1.7rem;
  text-align: justify;
}
.f_last .person_area .person_bold{
  margin-bottom: 3.6rem;
  margin-left: 0.5rem;
}

.content_container{
  width: 120rem;
  margin: 0 auto;
}
.paragraph_q,
.txt_profile h4{
  font-weight: bold;
  letter-spacing: 0.075em;
  white-space: nowrap;
}
.paragraph_a{
  margin-top: 3rem;
}
.paragraph_a,
.txt_profile p{
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: justify;
}

.f_last .person_area .person_txt{
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.115em;
}
.f_last .person_area .person_txt >span{
  letter-spacing: 0.16em;
  font-size:2.4rem;
  font-weight: 500;
  line-height: 1.5;
}


/*==========================
         sec01
=========================*/
.sec_con01{
  padding-left: 17.4rem;
  margin-bottom: 5.3rem;
}

/*.sec_con01 .paragraph_area{
  margin-top: 8.8rem;
  width: 61rem;
}*/

.sec_con01 .swiper-container{
  width: 82.4rem;
  margin: 0;
}

/*==========================
         // sec01
=========================*/


/*==========================
         sec02
=========================*/


.sec_con02 .paragraph_area{
  width: 80.4rem;
  margin: auto;
  margin-bottom: 5rem;
}

.sec_con02 .paragraph_area .paragraph_a-01{
  width: 61rem;
  margin-bottom: 9rem;
}

.sec_con02 .flex_column{
  width: 80.4rem;
  display: flex;
  justify-content: space-between;
}

.sec_con02 .paragraph_area .paragraph_a-02{
  width: 33.8rem;
}

.sec_con02 .paragraph_area .sect02-img{
  width: 41rem;
  margin-top: -33rem;
  float: right;
}

.sec_con02 .con_img{
  width: 100rem;
  margin-bottom: 5.5rem;
}

.sec_con02 .paragraph_que.paragraph_a-04{
  width: 61rem;
  margin-left: 19.5rem;
}

.sec_con02 .paragraph_que.paragraph_a-04 .paragraph_answer{
  margin-top: 1.2rem;
  letter-spacing: 0.093em;
}

.sec_con02 .paragraph_que.paragraph_a-05{
  width: 61rem;
  margin-left: 19.5rem;
}

.sec_con02 .paragraph_que.paragraph_a-05 .paragraph_que_wrap{
  margin-top: 4.7rem;
}

.sec_con02 .paragraph_que.paragraph_a-05 .paragraph_answer{
  margin-top: 1.2rem;
  letter-spacing: 0.093em;
}

.paragraph_que_wrap{
  width: 61rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.065em;
  margin-top: 5rem;
}

.paragraph_que_wrap--02{
  width: 33.8rem;
  margin-top: 4.4rem;
}

.paragraph_que_wrap--03 .paragraph_answer{
  white-space: nowrap;
  margin-right: 26rem;
}

.paragraph_que_wrap--03 .paragraph_answer .paragraph_answer_left{
  text-align: justify;
  font-weight: 400 ;
  display: inline-block;
  width: 60.8rem;
  white-space: normal;
}

.paragraph_a-02{
  width: 33.8rem;
}

.paragraph_que{
  font-weight: 600;
  letter-spacing: 0.075em;
}

.paragraph_answer{
  margin-top: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.052em;
  line-height: 2.08;
  text-align: justify;
}

.paragraph_answer span{
  font-weight: 600;
}

/*==========================
         // sec02
=========================*/


/*==========================
         sec03
=========================*/
.sec_con03{
  margin: 5.5rem 0 0;
  margin-bottom: 10rem;
}
.sec_con03 .paragraph_area{
  width: 81.5rem;
  margin: auto;
}

.sec_con03 .slick{
  width: 46rem;
}

.sec_con03 .price span{
  margin-top: 3rem;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-right: 0.9rem;
  line-height: 1;
}
.sec_con03 .txt_profile{
  margin-top: 9.8rem;
  margin-left: 5.8rem;
  width: 28rem;
}


.sec_con03 .txt_profile .profile .URL{
  margin-top: 1.1rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.075em;
}


.sec_con03 .profile_ttl{
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
}

.sec_con03 .profile_text{
  font-size:1.2rem;
  letter-spacing: 0.034em;
  margin-top: 0.5rem;
  line-height: 1.8;
  text-align: justify;
}

.sec_con03 .profile_text p{
  margin-top: 1rem;
  letter-spacing: 0.075em;
}

.sec_con03 .profile_text p > a{
  display: block;
}

.sec_con03 .credit{
  font-family: var(--font-primary);
  font-weight: 300;
  font-size:1.2rem;
  margin-top: 5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.sec_con03 .credit > .credit_ja{
  font-size: 1rem;
  font-family: var(--font-jp);
  font-weight: 400;
}

.paragraph_que_wrap--03 .paragraph_answer .paragraph_answer_just{
  font-weight: 400 ;

}

/*==========================
         // sec03
=========================*/

@media screen and (min-width: 768px) {

/* Arrow-button  */
.sec_con01 .prevArrow {
  left: -17.7rem;
  bottom: 6.2rem;
}
.sec_con01 .nextArrow {
  left: -18rem;
  bottom: -1.2rem;
}

.sec_con02 .prevArrow {
  left: 15.1rem;
  bottom: -7.7rem;
}
.sec_con02 .nextArrow {
  left: 0;
  bottom: -7.7rem;
}

.sec_con03 .prevArrow {
  right: -17.6rem;
  top: -1.2rem;
}
.sec_con03 .nextArrow {
  right: -17.8rem;
  top: -1rem;
}
/* //Arrow-button  */

/* slick */
.slick {
  position: relative;
}

.slick-arrow {
  position: absolute;
  width: fit-content;
  font-size: 7rem;
  font-weight: bold;
}

.slick-disabled {
  display: none !important;
}

.slick-counter {
  display: inline;
  position: absolute;
  width: 3rem;
  height: min-content;
  font-size: 1.7rem;
  letter-spacing: -0.12em;
}
.sec_con01 .slick-counter {
  top: 0rem;
  left: -6.7rem;
}
.sec_con02 .slick-counter {
  bottom: -4.5rem;
  right: -0.4rem;
}
.sec_con03 .slick-counter {
  display: none;
}


.paragraph_que_wrap--03 .paragraph_answer .paragraph_answer_just{
  text-align: justify;
  white-space: normal;
  width: 34.8rem;
  font-weight: 400 ;
  display: inline-block;
}


/* //slick */
}

/* ----以下SP----------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
  #AU220823JOURNAL .pc_only{
    display: none;
  }
  #AU220823JOURNAL .sp_only{
    display: block;
  }

  #AU220823JOURNAL{
    width: calc(750* (100vw / 750));
    margin: 0 auto;
    /*overflow-x: hidden;*/
  }

.header .drawer-btn__border {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #FFF;
}

.header .drawer-btn__border::before,
.header .drawer-btn__border::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FFF;
}

.navigation__icon.navigation__icon--search {
  fill: #fff;
}

.navigation__icon.navigation__icon--cart {
  fill: #fff;
}


 /* 共通journal */
.journal__wrapper {
  display: inline-block;
  position: absolute;
  right: 0;
}

.journal {
  position: -webkit-sticky;
  position: sticky;
  z-index: var(--zindex-drawer);
  top: calc(137* (100vw / 750));
}

.journal__title {
  font-weight: 600;
  font-size: calc(33* (100vw / 750));
  color: #ffffff;
}

.journal__title--upper {
  padding-bottom: calc(11* (100vw / 750));
  padding-right: calc(40* (100vw / 750));
  font-size: calc(33* (100vw / 750));
}

.journal__title--upper::before {
  height: 1px;
  background-color: #ffffff;
}

.journal__title--lower {
  margin-top: calc(15* (100vw / 750));
  padding-left: calc(75* (100vw / 750));
  font-size: calc(33* (100vw / 750));
}

html {
  background: #808080;
}

.header {
  position: fixed;
  top: 0;
}

.header-logo #Text{
  fill:#fff;
}

.navigation__list #Text{
  fill:#fff;

}

.main-area.lp .c-breadcrumb{
  padding: 0;
}
.main-area.lp .c-breadcrumb ol {
  max-width: 100%;
  margin: 0 auto;
  padding-left: calc(112* (100vw / 750));
}
.header__wrapper {
  padding: calc(40* (100vw / 750));
}

.main-area.lp {
  padding-bottom: 91px;
}


#AU220823JOURNAL .flexBox{
  display: flex;
  flex-direction: column;
}

#AU220823JOURNAL .flexBox .SP-order01 {
    order: 1;
  }

#AU220823JOURNAL .flexBox .SP-order02 {
    order: 2;
  }

.main-container_lp{
  width: calc(750* (100vw / 750));
  margin: 0 auto;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 400;
  margin-bottom: calc(23* (100vw / 750));
  font-size: calc(23* (100vw / 750));
  line-height: 1;
  color: #000;
  background-color: #808080;
  /*overflow-x: hidden;*/
}


/*==========================
      firstview_area
=========================*/
.firstview{
  width: calc(750* (100vw / 750));
  margin: 0 auto calc(104* (100vw / 750));
}

.firstview_area{
  display: flex;
  flex-direction: column-reverse;
}

.firstview_bkcol{
  position: relative;
  margin-left: 0;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}


.firstview .firstview_txt{
  position: relative;
  padding-top: calc(60* (100vw / 750));
  width: calc(530* (100vw / 750));
  margin: auto;
  z-index: 1;
}


.f_part{
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(17* (100vw / 750));
  letter-spacing: 0.004em;
  display: flex;
  align-items: flex-end;
}
.f_swith{
   padding: calc(5* (100vw / 750)) calc(5.3* (100vw / 750));
  border:1px solid #000;
}
.f_date{
  margin-left: calc(20* (100vw / 750));
  letter-spacing: 0.08em;
}

.f_title{
  font-weight: 500;
  position: relative;
  margin-top: calc(25* (100vw / 750));
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: calc(30* (100vw / 750));
  letter-spacing: 0.1em;
}
.f_title::before{
  position: absolute;
  top: calc(12* (100vw / 750));
  left: calc(205* (100vw / 750));
  display: block;
  width: calc(370* (100vw / 750));
  height: 1px;
  content: '';
  background-color: #000;
}
.f-name{
  margin-top: calc(41* (100vw / 750));
  line-height: 0.897;
}
.f-name .name_en{
  font-size: calc(70* (100vw / 750));
  font-weight: bold;
  margin-bottom: calc(35* (100vw / 750));
  position: relative;
  letter-spacing: -0.01em;

}
.f-name .name_ja{
  line-height: 1.5;
  margin-bottom: calc(37* (100vw / 750));
  letter-spacing: 0.025em;
  font-weight: 500;
  font-size: calc(23* (100vw / 750 ));
}
.f_description{
  font-size: calc(23* (100vw / 750 ));
  letter-spacing: 0.055em;
  line-height: 1.85;
  width: calc(360* (100vw / 750));
  margin-bottom: calc(102* (100vw / 750));
  font-weight: 400;
}

.firstview_txt .sub_title{
  font-size: calc(35* (100vw / 750));
  line-height: 1.428;
  letter-spacing: 0.16em;
  position: relative;
  left: calc(-5* (100vw / 750));
  font-weight: 600;
}

.f_last .person_area{
  width: calc(538* (100vw / 750));
  margin: auto;
  text-align: justify;
}
.f_last .person_area .person_bold{
  margin-bottom: calc(34* (100vw / 750));
}
.f_last .person_area .person_txt{
  font-size: calc(23* (100vw / 750 ));
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.f_last .person_area .person_txt >span{
  letter-spacing: 0.095em;
  font-size: calc(41* (100vw / 750 ));
  font-weight: 600;
  display: block;
}

.content_container{
  width: calc(750* (100vw / 750));
  margin: 0 auto;
  overflow: hidden;
}

/*==========================
         sec01
=========================*/
.f_last{
  margin-top: calc(27* (100vw / 750));
  margin-left: 0;
}

.sec_con01{
  width: calc(750* (100vw / 750));
  margin: 0 auto;
  padding-left: 0;
  margin-bottom: calc(188* (100vw / 750));
}

/*.sec_con01 .paragraph_area{
  margin-top: 8.8rem;
  width: 61rem;
}*/

.sec_con01 .slick{
  width: 100%;
  margin-left: 0;
  margin: 0 auto;
}

/*==========================
         // sec01
=========================*/


/*==========================
         sec02
=========================*/
.sec_con02{
  width: calc(750* (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc(110* (100vw / 750));
}

.sec_con02 .paragraph_area{
  width: calc(530* (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc(0* (100vw / 750));
  padding-left: 0;
}

.sec_con02 .paragraph_area .paragraph_a-01{
  width: calc(528.6* (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc(120* (100vw / 750));
}

.sec_con02 .flex_column{
  width: calc(530* (100vw / 750));
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin: 0 auto;
}

.sec_con02 .paragraph_area .paragraph_a-02{
  width: calc(528.3* (100vw / 750));
  margin-bottom: calc(116* (100vw / 750));
}

.sec_con02 .paragraph_area .sect02-img{
  width: calc(530* (100vw / 750));
  float: none;
  margin-top: calc(100* (100vw / 750 ));
}

.sec_con02 .paragraph_area .paragraph_a-03{
  width: calc(529.3* (100vw / 750));
  margin-top: calc(113* (100vw / 750));
  margin-bottom: calc(106* (100vw / 750));
}

.sec_con02 .con_img{
  width: calc(750* (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc(108* (100vw / 750));
}

.sec_con02 .paragraph_que.paragraph_a-04{
  width: calc(529.7* (100vw / 750));
  margin: 0 auto;
}

.sec_con02 .paragraph_que.paragraph_a-05{
  width: calc(529* (100vw / 750));
  margin: 0 auto;
}

.paragraph_que_wrap{
  width: calc(530* (100vw / 750 ));
  margin: auto;
  font-size: calc(23* (100vw / 750 ));
  letter-spacing: 0.1em;
  margin-top: calc(100* (100vw / 750 ));
}

.paragraph_que_wrap--02{
  margin-top: calc(100* (100vw / 750 ));
}
.paragraph_que_wrap--03{
  margin-top: calc(35* (100vw / 750 ));
}
.paragraph_que_wrap--03 .paragraph_answer{
  line-height: 1.74;
  margin-top: calc(25* (100vw / 750 ));
  white-space: normal;
  text-align: justify;
  margin-right: 0;
}

.paragraph_que_wrap--03 .paragraph_answer .paragraph_answer_left{
  text-align: justify;
  display: inline;
}

.paragraph_que_wrap--04{
  margin-top: calc(92* (100vw / 750 ));
}


.paragraph_que{
  font-weight: 600;
}

.paragraph_answer{
  margin-top: calc(40* (100vw / 750 ));
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.094em;
}

.paragraph_que_wrap--01 .paragraph_answer{
  letter-spacing: 0.07em;
}

.paragraph_answer span{
  font-weight: 600;
}

.paragraph_a-02{
  width: calc(530* (100vw / 750 ));
  margin: auto;
}

.sec_con01 .swiper-container{
  width: 100%;
}

.sec_con02 .paragraph_que.paragraph_a-04 .paragraph_answer{
  margin-top: calc(34* (100vw / 750 ));
  line-height: 1.77;
}
.sec_con02 .paragraph_que.paragraph_a-05 .paragraph_answer{
  margin-top: calc(40* (100vw / 750 ));
  line-height: 1.73;
  letter-spacing: 0.113em;
}

/*==========================
         // sec02
=========================*/


/*==========================
         sec03
=========================*/
.sec_con03{
  width: calc(530* (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc(110* (100vw / 750));
}
.sec_con03 .paragraph_area{
  width: calc(530* (100vw / 750));
  margin-left: 0;
  margin: 0 auto;
  justify-content: start;
  flex-direction: column;
}

.sec_con03 .slick{
  width: calc(530* (100vw / 750));
}
.sec_con03 .price{
  margin-top: calc(160* (100vw / 750));
  text-transform: uppercase;

}

.sec_con03 .price span{
  margin-top: calc(22* (100vw / 750));
  display: inline-block;
  border-bottom: 1px solid #000;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(23* (100vw / 750));
  letter-spacing: 0.05em;
  margin-right: calc(19* (100vw / 750));
  line-height: 1;
}
.sec_con03 .txt_profile{
  width: calc(529* (100vw / 750));
  margin-top: calc(96* (100vw / 750));
  margin-left: 0;
}

.sec_con03 .txt_profile .profile{
  width: calc(529* (100vw / 750));
  margin-bottom: calc(69* (100vw / 750));
}

.sec_con03 .txt_profile .profile .URL{
  margin-top: calc(18* (100vw / 750));
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: calc(19* (100vw / 750));
  line-height: 1;
  letter-spacing: 0.05em;
}

.sec_con03 .profile_ttl{
  font-weight: 600;
  font-size: calc(25* (100vw / 750 ));
  letter-spacing: 0.037em;
}

.sec_con03 .profile_text{
  font-size: calc(19* (100vw / 750 ));
  letter-spacing: 0.002em;
  margin-top: calc(24* (100vw / 750 ));
  line-height: 1.78;
}

.sec_con03 .profile_text p{
  margin-top: 0;
  letter-spacing: 0.05em;
}

.sec_con03 .profile_text p:first-of-type{
  margin-top: calc(11 * (100vw / 750 ));
}

.sec_con03 .profile_text p > a{
  display: inline;
}

.sec_con03 .credit{
  font-weight: 300;
  font-size: calc(19* (100vw / 750 ));
  line-height: 1.5;
  margin-top: calc(19* (100vw / 750 ));
}

.sec_con03 .credit > .credit_ja{
  letter-spacing: 0.05em;
  font-size: calc(17* (100vw / 750 ));

  font-weight: 400;
}

/*==========================
         // sec03
=========================*/



/* Arrow-button  */
.sec_con01 .prevArrow {
  left: calc(109* (100vw / 750));
  bottom: calc(-83* (100vw / 750));
}
.sec_con01 .nextArrow {
  left: calc(209* (100vw / 750));
  bottom: calc(-82* (100vw / 750));
}

.sec_con01 .nextArrow.move-left {
  left: calc(109* (100vw / 750));
  }

/*.sec_con02 .prevArrow {
  left: 15.1rem;
  bottom: -7.7rem;
}
.sec_con02 .nextArrow {
  left: 0;
  bottom: -7.7rem;
}*/

.sec_con03 .prevArrow {
  bottom: calc(-87* (100vw / 750));
  left: calc(0* (100vw / 750));
}
.sec_con03 .nextArrow {
  bottom: calc(-87* (100vw / 750));
  left: calc(0* (100vw / 750));
}
/* //Arrow-button  */

/* slick */
.slick {
  position: relative;
}

.slick-arrow {
  position: absolute;
  width: fit-content;
  font-size: calc(35* (100vw / 750));
  font-weight: bold;
}

.slick-disabled {
  display: none !important;
}

.slick-counter {
  display: inline;
  position: absolute;
  width: calc(38.5* (100vw / 750));
  height: min-content;
  font-size: calc(22* (100vw / 750));
  letter-spacing: -0.12em;
}
.sec_con01 .slick-counter {
  bottom: calc(-82* (100vw / 750));
  right: calc(113* (100vw / 750));
}
.sec_con02 .slick-counter {
  bottom: -4.5rem;
  right: -0.4rem;
}
.sec_con03 .slick-counter {
  display: none;
}

/* //slick */



}

/*----sp-----------------------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
.component .slash,
.component .button {
  display: none;
}

.pagenation{
  /*width: fit-content;*/
  position: relative;
  top: -51.8rem;
  left: -7rem;
}

.pagenation .swiper-pagination{
  font-size: 1.7rem;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: -0.08em;
  width: fit-content;
}

.component{
  width: fit-content;
  position: absolute;
  left:-0.8rem;
  bottom: -1.2rem;
}

.component .button{
  font-size: 7rem;
  font-family: nimbus-sans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: -0.023em;
}



}

@media only screen and (max-width: 767px) {
.component .slash,
.component .button {
  display: none;
}

.pagenation{
  /*width: fit-content;*/
  position: relative;
  bottom: calc(-100* (100vw / 750));
  left: calc(600* (100vw / 750));
}

.pagenation .swiper-pagination{
  font-size: calc(22* (100vw / 750));
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: -0.08em;
  width: fit-content;
}

.component{
  width: fit-content;
  position: absolute;
  left: calc(109* (100vw / 750));
  bottom: calc(-83* (100vw / 750));
}

.component .button{
  font-size: calc(35* (100vw / 750));
  font-family: nimbus-sans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: -0.017em;
}

.button__prev{
  margin-right: calc(27* (100vw / 750));
}

}


@media screen and (min-width: 768px) {
  .component .slash.active,
  .component .button__prev.active,
  .component .button__next.active {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .component .slash.active,
  .component .button__prev.active,
  .component .button__next.active {
    display: inline-block;
  }
}