@charset "UTF-8";
/* --------------- ▽ setting_area ▽ --------------- */
.A1011 {
  --color_black: #000000;
  --color_white: #ffffff;
  --color_gray: #808080;
  --back_color: #cccccc;
  --font_type-ja: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans",  "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "メイリオ", "Meiryo", sans-serif;
  --font_type-en_01: "nimbus-sans", sans-serif;
  --font_type-en_02: "trajan-pro-3", serif;
}
.header {
  position: fixed;
  top: 0;
} 
.A1011 {
  width: 100%;
  overflow: hidden;
}
.A1011 section {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-inline: auto;
}
.A1011 picture {
  width: 100%;
  height: 100%;
}
.A1011 img,
.A1011 video,
.A1011 svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.A1011 .font_type-ja {
  font-family: var(--font_type-ja);
  font-feature-settings: "palt";
}
.A1011 .font_type-en_01 {
  font-family: var(--font-en);
  font-weight: 400;
}
.A1011 .font_type-en_02 {
  font-family: var(--font_type-en_02);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .A1011 .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .A1011 {
    margin-top: calc(100*100vw/750);
  }
  .A1011 .pc_only {
    display: none;
  }
}
/* --------------- △ setting_area △ --------------- */

/* --------------- ▽ hero_area ▽ --------------- */
.A1011 .hero {
  position: relative;
}
.A1011 .hero_lead {
  margin-top: 9.1rem;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .A1011 .hero_lead {
    margin-top: calc(110*100vw/750);
    font-size: calc(23*100vw/750);
    line-height: 1.8260869565;
    font-weight: 600;
  }
}
/* --------------- △ hero_area △ --------------- */

/* --------------- ▽ contents_area ▽ --------------- */
.A1011 .model_inner {
  width: 140rem;
  margin-inline: auto;
}
.A1011 .back_color {
  background-color: var(--back_color);
}
.A1011 .model_wrapper {
  display: flex;
  justify-content: space-between;
}
.A1011 .model_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 21rem;
  gap: 2.4rem;
}
.A1011 .model_block:nth-of-type(2n) {
  flex-direction: column-reverse;
  justify-content: flex-end;
  margin-top: -0.6rem;
  gap: 0rem;
}
.A1011 .model_block_desc {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
.A1011 .model_block-txt {
  width: 40rem;
  margin: 0.5rem auto 0;
}
.A1011 .back_img .model_block-txt-lead,
.A1011 .back_img .model_block-txt-credit {
  color: var(--color_white);
}
.A1011 .model_block-txt-lead {
  font-size: 1.3rem;
  line-height: 2.0769230769;
  letter-spacing: 0.05em;
  text-align: justify;
}
.A1011 .model_block_img-item {
  width: 35rem;
  margin-inline: -1rem;
}
.A1011 .model_block-txt-credit {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.05em;
}
.A1011 .model_block-txt-credit > a {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .A1011 .model_inner {
    width: calc(750*100vw/750);
  }
  .A1011 .back_img::before {
    height: calc(900*100vw/750);
  }
  .A1011 .model_wrapper {
    justify-content: center;
    flex-direction: column;
    gap: calc(56*100vw/750);
  }
  .A1011 .model_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(750*100vw/750);
    gap: calc(0*100vw/750);
  }
  .A1011 .model_block:nth-of-type(2n) {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: calc(0*100vw/750);
    gap: calc(0*100vw/750);
  }
  .A1011 .model_block:nth-of-type(2n+1) .model_block_desc {
    margin-right: calc(43*100vw/750);
  }
  .A1011 .model_block:nth-of-type(2n) .model_block_desc {
    margin-left: calc(50*100vw/750);
  }
  .A1011 .model_block_img {
    width: calc(294*100vw/750);
    margin-top: calc(10*100vw/750);
  }
  .A1011 .model_block_desc {
    width: calc(370*100vw/750);;
    font-size: calc(23*100vw/750);
    line-height: 1.8695652174;
    /* letter-spacing: 0.025em; */
    letter-spacing: 0.013em;
  }
  .A1011 .model_block-txt {
    width: calc(600*100vw/750);
    margin-top: calc(8*100vw/750);
  }
  .A1011 .model_block-txt-lead {
    font-size: calc(23*100vw/750);
    line-height: 1.8695652174;
    letter-spacing: 0.01em;
  }
  .A1011 .model_block_img-item {
    width: calc(420*100vw/750);
    margin-inline: calc(-10*100vw/750);
  }
  .A1011 .model_block-txt-credit {
    margin-top: calc(14*100vw/750);
    font-size: calc(24*100vw/750);
    line-height: 2;
    text-align: center;
  }
}
/* --------------- △ contents_area △ --------------- */

/* --------------- ▽ model_01 ▽ --------------- */
.A1011 .model_section-01 {
  margin-top: 9.3rem;
  background-image: url(../img/pc/back_img01.jpg);
  background-size: cover;
}
.A1011 .model_section-01 .model_inner {
  padding-block: 5.6rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .A1011 .model_section-01 {
    margin-top: calc(107*100vw/750);
    background-image: url(../img/sp/back_img01.jpg);
  }
  .A1011 .model_section-01 .model_inner {
    padding-block: calc(30*100vw/750) calc(45*100vw/750);
  }
}
/* --------------- △ model_01 △ --------------- */

/* --------------- ▽ model_02 ▽ --------------- */
.A1011 .model_section-02 .model_inner {
  padding-block: 10.7rem;
  width: 102rem;
}
.A1011 .model_section-02 .model_block--02 {
  gap: 3.3rem;
}
.A1011 .model_section-02 .model_block--04 {
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .A1011 .model_section-02 .model_inner {
    padding-block: calc(95*100vw/750);
    width: calc(750*100vw/750);
  }
  .A1011 .model_section-02 .model_block--02 {
    gap: calc(0*100vw/750);
  }
  .A1011 .model_section-02 .model_block--04 {
    gap: calc(0*100vw/750);
    margin-top: calc(43*100vw/750);
  }
  .A1011 .model_section-02 .model_block--02 .model_block_desc,
  .A1011 .model_section-04 .model_block--04 .model_block_desc {
    letter-spacing: 0em;
  }
}
/* --------------- △ model_02 △ --------------- */

/* --------------- ▽ model_03 ▽ --------------- */
.A1011 .model_section-03 {
  background-image: url(../img/pc/back_img02.jpg);
  background-size: cover;
}
.A1011 .model_section-03 .model_inner {
  padding-block: 6rem 3rem;
}
.A1011 .model_section-03 .model_block-txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .A1011 .model_section-03 {
    background-image: url(../img/sp/back_img02.jpg);
  }
  .A1011 .model_section-03 .model_inner {
    padding-block: calc(35*100vw/750) calc(45*100vw/750);
  }
  .A1011 .model_section-03 .model_block_img-item {
    width: calc(402*100vw/750);
  }
  .A1011 .model_section-03 .model_block-txt {
    margin-top: calc(27*100vw/750);
  }
}
/* --------------- △ model_03 △ --------------- */

/* --------------- ▽ model_04 ▽ --------------- */
.A1011 .model_section-04 .model_inner {
  padding-block: 10.7rem;
  width: 102rem;
}
.A1011 .model_section-04 .model_block--02 {
  gap: 2.7rem;
}
.A1011 .model_section-04 .model_block--04 {
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .A1011 .model_section-04 .model_inner {
    padding-block: calc(118*100vw/750) calc(113*100vw/750);
    width: calc(750*100vw/750);
  }
  .A1011 .model_section-04 .model_block--01 .model_block_desc {
    letter-spacing: 0.05em;
  }
  .A1011 .model_section-04 .model_block--02 {
    gap: calc(0*100vw/750);
  }
  .A1011 .model_section-04 .model_block--04 {
    gap: calc(0*100vw/750);
  }
}
/* --------------- △ model_04 △ --------------- */

/* --------------- ▽ model_05 ▽ --------------- */
.A1011 .model_section-05 {
  background-image: url(../img/pc/back_img03.jpg);
  background-size: cover;
}
.A1011 .model_section-05 .model_inner {
  padding-block: 8.6rem;
}
.A1011 .model_section-05 .model_slider {
  width: 94.5rem;
  margin-top: 6rem;
}
.A1011 .model_section-05 .model_block-txt-lead {
  width: 48rem;
  margin-inline: auto;
  letter-spacing: 0.01em;
}
.A1011 .model_section-05 .model_block_img-model {
  position: relative;
  width: 40.3rem;
  padding: 2.61rem;
  margin-inline: -1rem;
  background-color: var(--color_white);
}
.A1011 .model_section-05 .color_txt {
  position: absolute;
  z-index: 2;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  left: 50%;
  transform: translate(-50%);
  top: 0.4rem;
  color: var(--color_gray);
}
.A1011 .model_section-05 .model_block-txt-credit {
  text-align: center;
  margin-top: 3rem;
}
.A1011 .model_section-05 .model_block-txt-credit > a {
  margin-inline: 0.5rem;
}
@media screen and (max-width: 767px) {
  .A1011 .model_section-05 {
    background-image: url(../img/sp/back_img03.jpg);
  }
  .A1011 .model_section-05 .model_inner {
    padding-block: calc(75*100vw/750) calc(58*100vw/750);
  }
  .A1011 .model_section-05 .model_slider {
    width: calc(750*100vw/750);
    margin-top: calc(79*100vw/750);
  }
  .A1011 .model_section-05 .model_block-txt-lead {
    width: calc(600*100vw/750);
    letter-spacing: 0.05em;
  }
  .A1011 .model_section-05 .model_slider-item {
    margin-inline: calc(10*100vw/750);
  }
  .A1011 .model_section-05 .model_block_img-model {
    width: calc(480*100vw/750);
    padding: calc(31.5*100vw/750);
    margin-inline: auto;
  }
  .A1011 .model_section-05 .color_txt {
    font-size: calc(24*100vw/750);
    line-height: 1.7916666667;
    top: calc(-5*100vw/750);
  }
  .A1011 .model_section-05 .model_block-txt-credit {
    margin-top: calc(55*100vw/750);
  }
  .A1011 .model_section-05 .model_block-txt-credit > a {
    margin-inline: calc(9*100vw/750);
  }
}
/* --------------- △ model_05 △ --------------- */

/* --------------- ▽ endview_area ▽ --------------- */
.A1011 .end_section {
  position: relative;
  width: 100%;
  padding-block: 16.8rem 17rem;
  margin-inline: auto;
  z-index: 1;
  background-color: var(--color_white);
}
.A1011 .end_btn {
  margin-inline: auto;
  width: fit-content;
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.037em;
  border-bottom: solid 1px #1A1311;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .A1011 .end_section {
    position: relative;
    width: 100%;
    padding-block: calc(197*100vw/750) calc(89*100vw/750);
    margin-inline: auto;
    z-index: 1;
    background-color: var(--color_white);
  }
  .A1011 .end_btn {
    padding-bottom: calc(4*100vw/750);
    font-size: calc(30*100vw/750);
  }
}
/* --------------- △ endview_area △ --------------- */

/*---------- slick ----------*/
.slick-arrow {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-repeat: no-repeat;
  z-index: 100;
  top: 50%;
}
.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
}
button {
  background: initial;
  border: initial;
}
.slick-arrow.slick-prev {
  background-image: url(../img/pc/svg/prev_btn.svg);
}
.slick-arrow.slick-next {
  background-image: url(../img/pc/svg/next_btn.svg);
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 1.5rem;
    height: 5rem;
  }
  .slick-arrow.slick-prev {
    left: 22rem;
  }
  .slick-arrow.slick-next {
    right: 23rem;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: calc(15*100vw/750);
    height: calc(85*100vw/750);
    top: 47%;
  }
  .slick-arrow.slick-prev {
    left: calc(140*100vw/750);
  }
  .slick-arrow.slick-next {
    right: calc(140*100vw/750);
  }
  .model_section-05 .slick-arrow.slick-prev {
    left: calc(75*100vw/750);
  }
  .model_section-05 .slick-arrow.slick-next {
    right: calc(75*100vw/750);
  }
}
/*---------- slick ----------*/


/* --------------- ▽ animation_area ▽ --------------- */
.A1011 .js-fade {
  -webkit-transition: opacity 1.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.2s;
  transition: opacity 1.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.2s;
  opacity: 0;
}
.A1011 .js-fade.active {
  opacity: 1;
}
.A1011 .model_slider {
  width: 88.6rem;
  margin-inline: auto;
  overflow: hidden;
}
.A1011 .model_section-01 .model_block_img-item {
  transform: scale(.47);
  transition: opacity .5s, transform .5s;
}
.A1011 .model_section-03 .model_block_img-item {
  transform: scale(.5);
  transition: opacity .5s, transform .5s;
}
.A1011 .model_section-05 .model_slider-item {
  transform: scale(.45);
  transition: opacity .5s, transform .5s;
}
.A1011 .model_block_img-item.slick-center,
.A1011 .model_slider-item.slick-center {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .A1011 .model_slider {
    width: calc(750*100vw/750);
  }
  .A1011 .model_section-01 .model_block_img-item {
    transform: scale(.6);
    transition: opacity .5s, transform .5s;
  }
  .A1011 .model_section-03 .model_block_img-item {
    transform: scale(.72);
    transition: opacity .5s, transform .5s;
  }
  .A1011 .model_section-05 .slick-arrow {
    top: 39%;
  }
  .A1011 .model_section-05 .model_slider-item {
    transform: scale(.63);
    transition: opacity .5s, transform .5s;
  }
  .A1011 .model_block_img-item.slick-center,
  .A1011 .model_slider-item.slick-center {
    opacity: 1;
    transform: scale(1);
  }
}
/* --------------- △ animation_area △ --------------- */

/* --------------- ▽ correction_area ▽ --------------- */
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}
/* --------------- △ correction_area △ --------------- */