@charset "UTF-8";
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}


/*
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - custom property
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.l-lpcontents {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #e0e0e0;  
  --font-yu: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  --font-hiragino: "Hiragino Sans";
  --font-nimbus: "nimbus-sans";
  --font-trajan: "trajan-pro-3";
  --font-sigurd: "sigurd", sans-serif;
  --font-ja: var(--font-yu), sans-serif;
  --font-en: var(--font-nimbus), sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  font-feature-settings: "palt";
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .l-lpcontents {
    --width-primary: 140rem;
    --fz-text_title: 2.5rem;
    --fz-text_lead: 1.3rem;
    --fz-text_credit: 1.2rem;
    --fz-text_btn: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-lpcontents {
    --width-primary: calc(750*100vw/750);
    --fz-text_title: calc(35*100vw/750);
    --fz-text_lead: calc(23*100vw/750);
    --fz-text_credit: calc(24*100vw/750);
    --fz-text_btn: calc(30*100vw/750);;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - others
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .l-lpcontents .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .l-lpcontents .pc_only {
    display: none !important;
  }
  .top_button {
    margin-top: calc(-110*100vw/750);
  }
}
.l-lpcontents img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - grid
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.l-lpcontents [class*="c-grid_column"] {
  display: grid;
  grid-template-columns: repeat(var(--columns , 1), 1fr);
  gap: var(--row, 0) var(--column, 0);
}
@media screen and (min-width: 768px) {
  .l-lpcontents [class*="c-pc_grid_column"] {
    display: grid;
    grid-template-columns: repeat(var(--columns , 1), 1fr);
    gap: var(--row, 0) var(--column, 0);
  }
}
@media screen and (max-width: 767px) {
  .l-lpcontents [class*="c-sp_grid_column"] {
    display: grid;
    grid-template-columns: repeat(var(--columns , 1), 1fr);
    gap: var(--row, 0) var(--column, 0);
  }
}
.l-lpcontents :where([class*="styleview__wrap0"]) {
  position: relative;
  width: fit-content;
  height: fit-content;
  z-index: 2;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - position
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.l-lpcontents .c-position {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-lpcontents .c-pc_position {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .l-lpcontents .c-sp_position {
    position: absolute;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - flex
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.l-lpcontents .c-flex_row {
  display: flex;
  flex-direction: row;
  gap: var(--row, 0) var(--column, 0);
}
.l-lpcontents .c-flex_row_reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--row, 0) var(--column, 0);
}
.l-lpcontents .c-flex_column {
  display: flex;
  flex-direction: column;
  gap: var(--row, 0) var(--column, 0);
}
.l-lpcontents .c-flex_column_reverse {
  display: flex;
  flex-direction: column-reverse;
  gap: var(--row, 0) var(--column, 0);
}
@media screen and (min-width: 768px) {
  .l-lpcontents .c-pc_flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .l-lpcontents .c-pc_flex_row_reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .l-lpcontents .c-pc_flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .l-lpcontents .c-pc_flex_column_reverse {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
}
@media screen and (max-width: 767px) {
  .l-lpcontents .c-sp_flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .l-lpcontents .c-sp_flex_row_reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .l-lpcontents .c-sp_flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .l-lpcontents .c-sp_flex_column_reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - text
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.l-lpcontents .c-text_title {
  position: relative;
  font-size: var(--fz-text_title);
  line-height: 2.036;
  letter-spacing: 0.06em;
  font-weight: var(--fw-regular);
  font-family: var(--font-trajan);
  color: var(--color-black);
}
.l-lpcontents .c-text_lead {
  font-size: var(--fz-text_lead);
  line-height: 2.07692307692;
  letter-spacing: 0.04em;
  font-weight: var(--fw-medium);
  font-family: var(--font-hiragino);
  text-align: justify;
}
.l-lpcontents .c-text_credit {
  font-size: var(--fz-text_credit);
  line-height: 2.16;
  letter-spacing: 0.005em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
}
.l-lpcontents .c-text_credit li {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  margin: 0rem 0.4rem;
}
.l-lpcontents .c-text_btn {
  width: fit-content;
  margin: 16.2rem auto 0.3rem;
  font-size: var(--fz-text_btn);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: var(--font-en);
  border-bottom: 0.1rem solid var(--color-white);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .l-lpcontents .c-text_title {
    line-height: 2.094;
    letter-spacing: 0.08em;
  }
  .l-lpcontents .c-text_lead {
    line-height: 1.8695652174;
    letter-spacing: 0.075em;
  }
  .l-lpcontents .c-text_credit {
    line-height: 2.08333333333;
  }
  .l-lpcontents .c-text_credit li {
    margin: 0rem calc(8*100vw/750);
  }
  .l-lpcontents .c-text_btn {
    margin: calc(196*100vw/750) auto calc(109*100vw/750);
    line-height: 1.3;
    letter-spacing: 0.037em;
    /* border-top: calc(1*100vw/750) solid var(--color-black); */
    border-bottom: calc(1*100vw/750) solid var(--color-white);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - image
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.l-lpcontents .styleview__image0101 {width: 90.0rem;}
.l-lpcontents .styleview__image0201 {width: 45.0rem;}
.l-lpcontents .styleview__image0202 {width: 24.0rem;}
.l-lpcontents .styleview__image0203 {width: 35.0rem;}
.l-lpcontents .styleview__image0301 {width: 50.0rem;}
.l-lpcontents .styleview__image0302 {width: 24.0rem;}
.l-lpcontents .styleview__image0303 {width: 40.0rem;}
.l-lpcontents .styleview__image0401 {width: 45.5rem;}
.l-lpcontents .styleview__image0402 {width: 24.0rem;}
.l-lpcontents .styleview__image0403 {width: 45.5rem;}
.l-lpcontents .styleview__image0501 {width: 48.0rem;}
.l-lpcontents .styleview__image0502 {width: 24.0rem;}
.l-lpcontents .styleview__image0503 {width: 40.0rem;}
@media screen and (max-width: 767px) {
  .l-lpcontents .styleview__image0101 {width: calc(750*100vw/750);}
  .l-lpcontents .styleview__image0201 {width: calc(600*100vw/750);}
  .l-lpcontents .styleview__image0202 {width: calc(320*100vw/750);}
  .l-lpcontents .styleview__image0203 {width: calc(550*100vw/750);}
  .l-lpcontents .styleview__image0301 {width: calc(600*100vw/750);}
  .l-lpcontents .styleview__image0302 {width: calc(330*100vw/750);}
  .l-lpcontents .styleview__image0303 {width: calc(530*100vw/750);}
  .l-lpcontents .styleview__image0401 {width: calc(558*100vw/750);}
  .l-lpcontents .styleview__image0402 {width: calc(328*100vw/750);}
  .l-lpcontents .styleview__image0403 {width: calc(537*100vw/750);}
  .l-lpcontents .styleview__image0501 {width: calc(590*100vw/750);}
  .l-lpcontents .styleview__image0502 {width: calc(328*100vw/750);}
  .l-lpcontents .styleview__image0503 {width: calc(537*100vw/750);}
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.l-lpcontents .styleview__inner {
  width: var(--width-primary);
  margin: 0 auto;
}
.l-lpcontents .styleview__text__title::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: var(--color-black);
  bottom: 0.2rem;
  z-index: -1;
}
.l-lpcontents .styleview__text__title::before {
  width: 0;
  transition: width 1.5s ease, height 1s ease;
}
.l-lpcontents .styleview__text__title.is-active::before {
  width: 200rem;
}
.l-lpcontents .styleview02 .styleview__text__title.is-active::before {
  left: -153rem;
}
.l-lpcontents .styleview03 .styleview__text__title.is-active::before {
  left: 0;
}
.l-lpcontents .styleview04 .styleview__text__title.is-active::before {
  left: -150.7rem;
}
.l-lpcontents .styleview05 .styleview__text__title.is-active::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-lpcontents .styleview__text__title::before {
    bottom: calc(2*100vw/750);
  }
  .l-lpcontents .styleview__text__title.is-active::before {
    width: calc(789*100vw/750);
  }
  .l-lpcontents .styleview02 .styleview__text__title.is-active::before {
    left: initial
  }
  .l-lpcontents .styleview03 .styleview__text__title.is-active::before {
    left: calc(200*100vw/750);
  }
  .l-lpcontents .styleview04 .styleview__text__title.is-active::before {
    left: initial;
  }
  .l-lpcontents .styleview05 .styleview__text__title.is-active::before {
    left: calc(200*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - AU241106WINTER
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*================================
  header
=================================*/
#header .header__inner svg{
  fill: #fff;
}
.cls-4{
  stroke: #fff;
}
.header .navigation__list{
  color: #fff;
}
.header .drawer-btn__border{
  background: #fff;
}
.header .drawer-btn__border::after{
  background: #fff;
}
.header .drawer-btn__border::before{
  background: #fff;
}

#AU241106WINTER {
  margin: -14rem auto 0;
  padding: 0 0 0 0;
}

/* fv_area */
.fv_area {
  width: 100%;
  height: 92rem;
  overflow: clip;
  position: relative;
}
.fv_area_main {
  width: 48rem;
  position: absolute;
  top: 54.3%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pos_re {
  position: relative;
}
.fv_area_text {
  position: absolute;
  bottom: -2.5rem;
  transform: translate(0, -50%);
  width: 100%;
}
.en_ttl {
  font-family: var(--font-sigurd);
  font-style: italic;
  font-weight: var(--fw-light);
  font-size: 5rem;
  line-height: 0.9676;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #fff;
}
.ja_lead {
  font-family: var(--font-ja);
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

/*  */
.bg_red {
  background-color: #3c0a0a;
  padding-bottom: 17rem;
}

/* section01 */
.section01 {
  padding-top: 25rem;
  margin-bottom: 12.5rem;
}
.sec01_img01 {
  width: 65rem;
  position: relative;
  margin: 0 auto 4rem;
}
.sec01_textbox {
  position: absolute;
  top: 19.5rem;
  left: -14rem;
  width: auto;
}
.sec_en_ttl {
  font-family: var(--font-sigurd);
  font-style: italic;
  font-weight: var(--fw-light);
  font-size: 5rem;
  letter-spacing: 0.075em;
  margin-bottom: 1.5rem;
  color: #fff;
}
.sec_ja_lead {
  font-family: var(--font-ja);
  font-size: 1.4rem;
  line-height: 2.1428;
  letter-spacing: 0.09em;
  color: #fff;
}
.credit_wrap {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  width: 100%;
}
.credit_text {
  font-family: var(--font-nimbus);
  font-size: 1.2rem;
  letter-spacing: 0.005em;
  color: #fff;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

/* section02 */
.section02 {
  margin-bottom: 9rem;
  position: relative;
  left: 2.8rem;
}
.sec02_flex {
  display: flex;
  justify-content: space-between;
  width: 110rem;
  flex-wrap: wrap;
  margin: 0 auto;
}
.sec02_flex_left {
  width: 45rem;
  margin-top: 27.5rem;
}
.sec02_flex_left a {
  margin-bottom: 3.7rem;
}
.sec02_flex_right {
  width: 56rem;
}
.sec02_flex_right a {
  margin-bottom: 11.5rem;
}
.sec02_textbox {
  width: 37rem;
  text-align: justify;
}
.sec_ja_lead_min {
  font-family: var(--font-ja);
  font-size: 1.3rem;
  line-height: 2.0769;
  letter-spacing: 0.05em;
  color: #fff;
}

/* section03 */
.section03 {
  margin-bottom: 18.3rem;
  position: relative;
  left: -2.7rem;
}
.sec03_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 99.1rem;
  margin: 0 auto;
}
.sec03_flex_left {
  width: 45rem;
}
.sec03_flex_right {
  width: 45rem;
}

/* section04 */
.section04 {
  margin-bottom: 18.3rem;
  position: relative;
  left: 22rem;
}
.sec04_flex {
  display: flex;
  justify-content: space-between;
  width: 88.7rem;
  flex-wrap: wrap;
  margin: 0 auto;
}
.sec04_flex_left {
  width: 45rem;
  position: relative;
}
.text_rl01 {
  writing-mode: vertical-rl;
  rotate: 180deg;
  position: absolute;
  top: -22%;
  left: -16rem;
  height: 100%;
  font-size: 4.5rem;
}
.sec04_flex_right {
  width: 40rem;
  margin-top: 7.6rem;
}
.sec04_flex_right > .js-fade {
  margin-bottom: 6.2rem;
}
.credit_wrap.credit_left {
  justify-content: flex-start;
}

/* section05 */
.section05 {
  margin-bottom: 35.4rem;
}
.sec05_flex {
  width: 88.1rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec05_flex_left {
  width: 44rem;
}
.sec05_flex_right {
  width: 38rem;
  margin-top: 27.3rem;
}

/* section06 */
.section06 {
  margin-bottom: 18rem;
}
.sec06_img {
  width: 101rem;
  position: relative;
  margin: 0 auto;
}
.sec06_textbox {
  position: absolute;
  top: 9.2rem;
  left: 3rem;
}
.sec_en_ttl.sec06_ttl {
  font-size: 4.5rem;
  line-height: 1.14;
  margin-bottom: 2rem;
}

/* section07 */
.section07 {
  margin-bottom: 14.3rem;
  position: relative;
  left: 0.3rem;
}
.sec07_flex {
  width: 101.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec07_flex_left {
  width: 40rem;
}
.sec07_flex_left a {
  margin-bottom: 4.2rem;
}
.credit_row01 {
  margin-bottom: 1.5rem;
  height: 1rem;
}
.sec07_flex_right {
  width: 50rem;
}
.sec07_textbox {
  margin-top: 5.2rem;
  margin-bottom: 12rem;
}
.sec07_flex_right a {
  margin-bottom: 3.9rem;
}
.credit_wrap.sec07_width_c {
  width: 51rem;
  position: relative;
  left: -0.5rem;
}

/* section08 */
.section08 {
}
.sec8_img01 {
  width: 50rem;
  margin: 0 auto 18.4rem;
  position: relative;
  left: -10.6rem;
}
.text_rl02 {
  writing-mode: vertical-rl;
  /* rotate: 180deg; */
  position: absolute;
  top: 0.4%;
  letter-spacing: 0.15em;
  right: -22rem;
  height: 100%;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
}
.sec08_img02 {
  width: 60rem;
  margin: 0 auto;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - animation
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.l-lpcontents .js-mv {
  opacity: 0;
}
.l-lpcontents .js-mv.is-active {
  opacity: 1;
  transition: opacity 880ms 440ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-lpcontents .js-apper {
  opacity: 0;
}
.l-lpcontents .js-apper.is-active {
  opacity: 1;
  transition: opacity 380ms 1220ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 380ms 1220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-lpcontents .js-show {
  opacity: 0;
}
.l-lpcontents .js-show.is-active {
  opacity: 1;
  transition: opacity 480ms 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-lpcontents .js-fade {
  opacity: 0;
}
.l-lpcontents .js-fade.is-active {
  transition: opacity 580ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 580ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.l-lpcontents .js-slide_in {
  opacity: 0;
}
.l-lpcontents .js-slide_in.is-active {
  animation: img-opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.l-lpcontents .js-slide_in.is-active::before {
  animation: img-animation 0.75s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: var(--color-white);
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: -0.01em;
  top: 0;
  z-index: 1;
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

.fv_area .fv_area_inner.js-top {
  opacity: 0;
  transform: scale(1.07);
}
.fv_area .fv_area_inner.js-top.is-active {
  opacity: 1;
  transform: scale(1);
  transform-origin: bottom left;
  transition: transform 3.75s, opacity 3.75s;
}

.js-text_slide_in_left {
  opacity: 0;
  transform: translate(-24px);
}
.js-text_slide_in_left.is-active {
  opacity: 1;
  transform: translate(0);
  transition: .8s ease opacity, .8s ease transform;
}

.js-text_slide_in_right {
  opacity: 0;
  transform: translate(24px);
}
.js-text_slide_in_right.is-active {
  opacity: 1;
  transform: translate(0);
  transition: .8s ease opacity, .8s ease transform;
}
/* delay */
.l-lpcontents .js-fade.anime_delay01 {
  transition-delay: 1s;
}
.l-lpcontents .js-fade.anime_delay02 {
  transition-delay: 1.3s;
}


.pc_on {
  display: block;
}
.pc_on_f {
  display: flex;
}
.sp_on {
  display: none;
}
.sp_on_f {
  display: none;
}

@media screen and (max-width: 1400px) {
#AU241106WINTER {
  margin: -11% auto 0;
}
.bg_red {
  margin-top: -1rem;
}
}

@media screen and (max-width: 767px) {
/*================================
  header
=================================*/
#header .header__inner svg{
  fill: #fff;
}
.cls-4{
  stroke: #fff;
}
.header .navigation__list{
  color: #fff;
}
.header .drawer-btn__border{
  background: #fff;
}
.header .drawer-btn__border::after{
  background: #fff;
}
.header .drawer-btn__border::before{
  background: #fff;
}
#AU241106WINTER {
  width: calc(750* (100vw /750));
  margin: calc(-120* (100vw /750)) auto 0;
}


/*================================
  SP
=================================*/
.pc_on {
  display: none;
}
.pc_on_f {
  display: none;
}
.sp_on {
  display: block;
}
.sp_on_f {
  display: flex;
}
.fv_area_text {font-size: calc(70* (100vw /750));bottom: calc(-10* (100vw /750));}

.fv_area {
  height: calc(1030* (100vw /750));
}
.fv_area_main {
  width: calc(480* (100vw /750));
  top: 51.8%;
}
.en_ttl {
  font-size: calc(65* (100vw /750));
  margin-bottom: calc(0* (100vw /750));
}
.ja_lead {
  font-size: calc(23* (100vw /750));
  width: calc(750* (100vw /750));
  line-height: 2;
  position: relative;
  bottom: calc(-48* (100vw /750));
  left: calc(-134* (100vw /750));
}
.section01 {
  padding-top: calc(489* (100vw /750));
  margin-bottom: calc(116* (100vw /750));
}
.sec_en_ttl {
  font-size: calc(60* (100vw /750));
  margin-bottom: calc(30* (100vw /750));
  top: -24.5%;
  left: calc(-117* (100vw /750));
  letter-spacing: 0.15em;
}
.sec01_textbox {
  top: calc(-359* (100vw /750));
  left: calc(-48* (100vw /750));
  width: calc(750* (100vw /750));
  text-align: center;
}
.sec_ja_lead {
  font-size: calc(23* (100vw /750));
  line-height: 2;
}
.sec01_img01 {
  width: calc(650* (100vw /750));
  position: relative;
  margin: 0 auto calc(40* (100vw /750));
}
.credit_wrap {
  gap: calc(24* (100vw /750));
  flex-wrap: wrap;
  width: calc(750*(100vw / 750));
}
.credit_text {
  font-size: calc(24* (100vw /750));
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.sec02_flex {
  width: 100%;
}
.sec02_flex_right {
  width: calc(600* (100vw /750));
  margin-left: auto;
}
.sec02_flex_left {
  width: calc(520* (100vw /750));
  margin-top: calc(50* (100vw /750));
  position: relative;
  left: calc(50* (100vw /750));
}
.sec02_flex_left a {
  margin-bottom: calc(40* (100vw /750));
}
.sec02_textbox {
  margin-top: calc(51* (100vw /750));
  width: calc(650* (100vw /750));
  text-align: justify;
}
.sec_ja_lead_min {
  font-size: calc(23* (100vw /750));
  letter-spacing: 0.12em;
  line-height: 1.88;
}
.section02 {
  margin-bottom: calc(90* (100vw /750));
  left: calc(0* (100vw /750));
}
.sec03_flex {
  width: calc(550* (100vw /750));
}
.sec03_flex_left {
  width: 100%;
  margin-bottom: calc(85* (100vw /750));
}
.sec03_flex_right {
  width: 100%;
}
.section03 {
  margin-bottom: calc(100* (100vw /750));
  left: calc(0* (100vw /750));
}
.sec04_flex {
  width: 100%;
  justify-content: end;
}
.sec04_flex_left {
  width: calc(480* (100vw /750));
  left: calc(-50* (100vw /750));
}
.sec04_flex_left > a {
  margin-bottom: calc(68* (100vw /750));
}
.sec04_flex_right {
  width: calc(480* (100vw /750));
  margin-top: calc(80* (100vw /750));
  position: relative;
  left: calc(-135* (100vw /750));
}
.section04 {
  margin-bottom: calc(70* (100vw /750));
  left: calc(0* (100vw /750));
}
.sec05_flex {
  width: 100%;
}
.sec05_flex_left {
  width: calc(480* (100vw /750));
}
.sec05_flex_right {
  width: calc(410* (100vw /750));
  margin-top: calc(-70* (100vw /750));
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.section05 {
  margin-bottom: calc(235* (100vw /750));
}
.sec06_img {
  width: calc(750* (100vw /750));
}
.section06 {
  margin-bottom: calc(40* (100vw /750));
}
.sec06_textbox {
  position: unset;
  text-align: center;
}
.sec_en_ttl.sec06_ttl {
  font-size: calc(60* (100vw /750));
  letter-spacing: 0.07em;
  margin-bottom: calc(24* (100vw /750));
  margin-top: calc(96* (100vw /750));
}
.sec07_flex {
  width: calc(650* (100vw /750));
  flex-wrap: wrap;
  justify-content: center;
}
.sec07_flex_left {
  width: calc(500* (100vw /750));
}
.sec07_flex_left a {
  margin-bottom: calc(37* (100vw /750));
}
.credit_row01 {
  margin-bottom: calc(15*(100vw / 750));
  height: calc(36*(100vw / 750));
}
.sec07_flex_right {
  width: 100%;
}
.sec07_textbox {
  margin-top: calc(54*(100vw / 750));
  margin-bottom: calc(90*(100vw / 750));
}
.credit_wrap.sec07_width_c {
  width: calc(750* (100vw /750));
  left: calc(-49* (100vw /750));
  margin-top: calc(43* (100vw /750));
}
.section07 {
  margin-bottom: calc(140* (100vw /750));
  left: 0;
}
.sec8_img01 {
  width: calc(500* (100vw /750));
  margin: 0 0 calc(133* (100vw /750));
  left: 0;
}
.text_rl02 {
  right: calc(-194* (100vw /750));
  height: calc(610* (100vw /750));
  font-size: calc(59* (100vw /750));
  line-height: 1.2;
  top: -5%;
}
.sec08_img02 {
  width: calc(600* (100vw /750));
  margin: 0 auto;
}
.credit_wrap.sp_credit_02 {
  position: relative;
  left: calc(-50* (100vw /750));
}
.sec04_flex_left .credit_left.sp_on_f {
  position: relative;
  left: calc(-164* (100vw /750));
}
.sp_cre_0701 {position: relative;left: calc(-125*(100vw / 750));}
.sp_cre_0702 {
  position: relative;
  left: calc(-124* (100vw /750));
}
.sec07_flex_right a {
  margin-bottom: 0;
}
.sec01_textbox .sec_en_ttl {
  letter-spacing: 0.09em;
}
}
