@charset "UTF-8";
.header  {
  position: fixed;
  top: 0;
} 
html {
	font-size: 62.5%;
  }
  .all_wrap {
	width: 100%;
  /* margin-top: -12.4rem; */
  overflow: hidden;
  }
  .all_wrap .sp_only {
	display: none;
  }
  .all_wrap img {
	width: 100%;
  border: solid 2px #000;
  }
  .mv img, .contents01 img, .contents03 img, .contents09 img {
    border: 0px;
  }
  .element {
    font-family: var(--font-jp); /* 日本語フォントの変数 */
    font-family: var(--font-en); /* 英語フォントの変数 */
  }

  /*************************************** メイン箇所の設定 ***************************************/
  .all_wrap .mv {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .all_wrap .mv_ttl_area {
    position: absolute;
    display: block;
    top: calc(357* 100vw / 1400);
    right: calc(146* 100vw / 1400);
    z-index: 2;
    color: #000;
  }
  .all_wrap .mv_ttl {
    position: relative;
    font-size: calc(55* 100vw / 1400);

    letter-spacing: -0.02em;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
  }
  .all_wrap .mv_ttl::before,
  .all_wrap .mv_ttl::after {
    position: absolute;
    content: "";
    display: block;
    width: calc(2* 100vw / 1400);
    height: calc(140* 100vw / 1400);
    top: calc(-12* 100vw / 1400);
    background-color: #000;
    z-index: 2;
  }
  .all_wrap .mv_ttl::after {
    left: calc(70* 100vw / 1400);
  }
  .all_wrap .mv_ttl::before {
    right: calc(70* 100vw / 1400);
  }
  .all_wrap .mv_text {
    margin-top: calc(14* 100vw / 1400);
    font-size: calc(14* 100vw / 1400);
    line-height: 2;
    letter-spacing: 0.1em;
    font-family: var(--font-jp);
    font-feature-settings: "palt";
  }
  .all_wrap .mv_read01,
  .all_wrap .mv_read02 {
    font-size: calc(13* 100vw / 1400);
    line-height: 2.08;
    letter-spacing: 0.08em;
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #000;
  }
  .all_wrap .mv_read01 {
    margin-top: calc(53* 100vw / 1400);
  }
  .all_wrap .mv_read02 {
    margin-top: calc(19* 100vw / 1400);
  }
  /*************************************** 各セクションの設定 ***************************************/
  .all_wrap section {
    width: 102rem;
    margin: 0 auto;
  }
  .all_wrap .sec01 {
    margin-top: 19rem;
  }
  .all_wrap .sec02 {
    margin-top: 14.4rem;
  }
  .all_wrap .sec03 {
    margin-top: 15.3rem;
  }
  .all_wrap .sec04 {
    margin-top: 7.7rem;
  }
  .all_wrap .sec05 {
    margin-top: 15.8rem;
  }
  /*************************************** 横向きの指定の設定 ***************************************/
  .all_wrap .df_area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .all_wrap .sec02 .df_area,
  .all_wrap .sec03 .df_area {
    flex-direction: row;
  }
  .all_wrap .sec03 .df_area,
  .all_wrap .sec04 .df_area {
    align-items: center;
  }
  .all_wrap .pos {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .all_wrap .sec05 .pos {
    display: block;
  }
  /*************************************** コンテンツエリアの設定 ***************************************/
  .all_wrap .contents02,
  .all_wrap .contents04,
  .all_wrap .contents05,
  .all_wrap .contents07 {
    width: 46.7rem;
  }
  .all_wrap .contents04 {
    margin-right: 0.6rem;
  }
  .all_wrap .contents05,
  .all_wrap .contents07 {
    position: relative;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    height: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .all_wrap .contents05 {
    margin-left: 0.3rem;
  }
  .all_wrap .contents06 {
    margin-right: 4.5rem;
  }
  .all_wrap .contents07 {
    margin-right: 0.6rem;
  }
  .all_wrap .contents08 {
    margin-left: 4rem;
  }
  .all_wrap .contents10 {
    margin-right: 8.4rem;
  }
  /*************************************** 画像の設定 ***************************************/
  .all_wrap .img02,
  .all_wrap .img02_slide,
  .all_wrap .img04,
  .all_wrap .img04_slide,
  .all_wrap .img08,
  .all_wrap .img08_slide {
    width: 28.5rem;
    /* border: solid 2px #000; */
    /* border-right: solid 1px #000;
    border-left: solid 1px #000; */
  }
  .all_wrap .img05,
  .all_wrap .img05_slide,
  .all_wrap .img06,
  .all_wrap .img06_slide {
    width: 38.5rem;
    /* border: solid 2px #000; */
    /* border-right: solid 1px #000;
    border-left: solid 1px #000; */
  }
  .all_wrap .img01,
  .all_wrap .img03,
  .all_wrap .img07 {
    position: relative;
    width: 47rem;
    overflow: hidden;
    border: initial;
  }
  /*************************************** 英語のタイトルテキストの設定 ***************************************/
  .all_wrap .e_ttl {
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0em;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
  }
  .all_wrap .sec01 .e_ttl {
    letter-spacing: 0.07em;
  }
  .all_wrap .sec02 .e_ttl {
    padding-left: 0.3rem;
  }
  .all_wrap .sec03 .e_ttl {
    letter-spacing: 0.01em;
  }
  /*************************************** 日本語のタイトルテキストの設定 ***************************************/
  .all_wrap .j_ttl {
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.095em;
    font-family: var(--font-jp);
    font-feature-settings: "palt";
  }
  .all_wrap .sec01 .j_ttl {
    letter-spacing: 0.11em;
  }
  .all_wrap .sec03 .j_ttl {
    letter-spacing: 0.13em;
  }
  .all_wrap .sec04 .j_ttl {
    letter-spacing: 0.135em;
  }
  .all_wrap .sec05 .j_ttl {
    text-align: right;
    margin-top: 1.5rem;
    letter-spacing: 0.11em;
  }
  /*************************************** テキストの設定 ***************************************/
  .all_wrap .d_text {
    margin-top: 0rem;
    font-size: 1.3rem;
    line-height: 2.08;
    letter-spacing: 0.08em;
    font-family: var(--font-jp);
    font-feature-settings: "palt";
    text-align: justify;
    color: #000;
  }
  .all_wrap .sec01 .d_text {
    padding-top: 1.9rem;
    padding-right: 0.3em;
  }
  .all_wrap .sec02 .d_text {
    padding-top: 2.1rem;
  }
  .all_wrap .sec03 .d_text {
    padding-top: 1.9rem;
  }
  .all_wrap .sec04 .d_text {
    padding-top: 1.9rem;
  }
  .all_wrap .sec05 .d_text {
    padding-top: 0.8rem;
    letter-spacing: 0.03em;
  }
  /*************************************** クレジットの設定 ***************************************/
  .all_wrap .credit {
    font-size: 1.2rem;
    line-height: 2.1;
    letter-spacing: 0.05em;
    font-family: var(--font-en);
    font-feature-settings: "palt";
    color: #000;
  }
  .all_wrap .sec01 .credit {
    text-align: right;
    margin-top: 1.1rem;
    letter-spacing: 0.025em;
  }
  .all_wrap .sec02 .credit {
    margin-top: 1.1rem;
  }
  .all_wrap .sec03 .credit,
  .all_wrap .sec04 .credit {
    margin-top: 0.8rem;
    transform: translateY(5px);
  }
  .all_wrap .sec05 .credit {
    text-align: right;
    margin-top: 1.3rem;
    letter-spacing: 0.05em;
  }
  /*************************************** プライスの設定 ***************************************/
  .all_wrap .price01,
  .all_wrap .price02,
  .all_wrap .price03 {
    display: inline-block;
    border-bottom: solid 1px #000;
    line-height: 0.8;
  }
  .all_wrap .sec01 .price01,
  .all_wrap .sec01 .price02,
  .all_wrap .sec05 .price01,
  .all_wrap .sec05 .price02  {
    margin-right: 0.8rem;
  }
  .all_wrap .sec02 .price02,
  .all_wrap .sec02 .price03 {
    margin-left: 0.8rem;
  }
  /*************************************** オールアイテムの設定 ***************************************/
  .all_wrap .view_all {
    margin: 17.1rem auto 16rem;
    padding-bottom: 1.25rem;
    width: 9rem;
    font-size: 1.8rem;
    line-height: 0;
    letter-spacing: 0.04em;
    font-family: var(--font-en);
    font-feature-settings: "palt";
    text-align: center;
    border-bottom: solid 1px #1A1311;
    color: #000;
  }
  /*************************************** スライダー画像の設定 ***************************************/
  .all_wrap .slider {
    position: relative;
    margin: 0 auto;
  }
  .all_wrap .sec01 .slider,
  .all_wrap .sec02 .slider,
  .all_wrap .sec05 .slider {
    width: 28.8rem;
  }
  .all_wrap .sec03 .slider,
  .all_wrap .sec04 .slider {
    width: 38.9rem;
  }
  .all_wrap .sec01 .slider {
    margin-top: 8.6rem;
  }
  .all_wrap .sec02 .slider {
    margin-top: 5.8rem;
  }
  .all_wrap .sec05 .slider {
    margin-top: 3.6rem;
  }
  /*************************************** スライダーの設定 ***************************************/
  .slick-arrow {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 19px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 19px;
    height: 30px;
    top: 46%;
  }
  .slick-arrow::before, .slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 1px;
    background: #000;
  }
  .slick-arrow::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .slick-arrow::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .slick-arrow.slick-prev {
    z-index: 2;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sec01 .slick-arrow.slick-prev,
  .sec02 .slick-arrow.slick-prev,
  .sec05 .slick-arrow.slick-prev {
    left: -20%;
  }
  .sec01 .slick-arrow.slick-next,
  .sec02 .slick-arrow.slick-next,
  .sec05 .slick-arrow.slick-next {
    right: -20%;
  }
  .sec03 .slick-arrow.slick-prev,
  .sec04 .slick-arrow.slick-prev {
    left: -10.6%;
  }
  .sec03 .slick-arrow.slick-next,
  .sec04 .slick-arrow.slick-next {
    right: -10.4%;
  }
  button {
    background: initial;
    border: initial;
  }
  /*************************************** アニメーションの設定 ***************************************/
  .all_wrap .scroll-in {
    opacity: 0;
    transform: translateY(15px);
    transition: .5s ease;
  }
  .all_wrap .scroll-in.active {
    opacity: 1;
    transform: none;
  }
  .all_wrap .fade.scroll-in.active:before {
    width: 0%;
  }
  .fade:before {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    content: "";
    background-color: #fff;
    height: 100%;
    width: 100%;
    transition: width .8s ease .3s;
  }
  .fade img {
    opacity: 0;
    transform: scale(1.2);
  }
  .fade.scroll-in.active img {
    opacity: 1;
    transform: scale(1);
    transition: .8s ease .3s;
  }
  .all_wrap .fade_up {
    opacity: 0;
    transform: translateY(10px);
  }
  .all_wrap .fade_up.active {
    opacity: 1;
    transform: none;
    transition: .8s ease 1.3s;
  }
  /*************************************** windowsの設定 ***************************************/
  .win .sec05 .d_text {
    letter-spacing: 0.019em;
  }
  /*************************************** safariの設定 ***************************************/
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root .sec05 .d_text {
      letter-spacing: 0.026em;
    }
  }

  @media only screen and (max-width: 1400px) and (min-width: 768px) {
	html {
		font-size: calc(10* (100vw / 1400));
	}   
  }
  @media only screen and (min-width: 1400px) {
    .all_wrap .mv_ttl {
      font-size: 5.5rem;
    }
    .all_wrap .mv_ttl::before,
    .all_wrap .mv_ttl::after {
      width: 0.2rem;
      height: 14rem;
      top: -1.2rem;
    }
    .all_wrap .mv_ttl::after {
      left: 7rem;
    }
    .all_wrap .mv_ttl::before {
      right: 7rem;
    }
    .all_wrap .mv_text {
      margin-top: 1.4rem;
      font-size: 1.4rem;
    }
    .all_wrap .mv_read01,
    .all_wrap .mv_read02 {
      font-size: 1.3rem;
    }
    .all_wrap .mv_read01 {
      margin-top: 5.3rem;
    }
    .all_wrap .mv_read02 {
      margin-top: 1.9rem;
    }
  }
  /* SP */
  @media only screen and (max-width: 768px) {
	html {
	  font-size: calc(10* (100vw / 750));
  } 
  .all_wrap .pc_only {
	  display: none;
  }
  .all_wrap .sp_only {
	  display: block;
  }
  .all_wrap {
    margin-top: calc(120* (100vw / 750));
  }
  /*************************************** メイン箇所の設定 ***************************************/
  .all_wrap .mv_ttl_area {
    top: calc(553* (100vw / 750));
    left: calc(0* (100vw / 750));
    right: calc(0* (100vw / 750));
    color: #fff;
  }
  .all_wrap .mv_ttl {
    font-size: calc(71* (100vw / 750));
    line-height: 1;
    letter-spacing: -0.01em;
  }
  .all_wrap .mv_ttl::before,
  .all_wrap .mv_ttl::after {
    width: calc(2* (100vw / 750));
    height: calc(184* (100vw / 750));
    top: calc(-10* (100vw / 750));
    background-color: #fff;
  }
  .all_wrap .mv_ttl::before {
    right: calc(130* (100vw / 750));
  }
  .all_wrap .mv_ttl::after {
    left: calc(130* (100vw / 750));
  }
  .all_wrap .mv_text {
    margin-top: calc(27* (100vw / 750));
    font-size: calc(23* (100vw / 750));
    line-height: 1.65;
  }
  .all_wrap .mv_read01,
  .all_wrap .mv_read02 {
    position: static;
    font-size: calc(23* (100vw / 750));
    line-height: 1.95;
    letter-spacing: 0.075em;
  }
  .all_wrap .mv_read01 {
    margin-top: calc(78* (100vw / 750));
  }
  .all_wrap .mv_read02 {
    margin-top: calc(45* (100vw / 750));
    letter-spacing: 0.085em;
  }
    /*************************************** 各セクションの設定 ***************************************/
    .all_wrap section {
      width: calc(750*100vw/750);
      margin: 0 auto;
    }
    .all_wrap .sec01 {
      margin-top: calc(128*100vw/750);
    }
    .all_wrap .sec02 {
      margin-top: calc(179*100vw/750);
    }
    .all_wrap .sec03 {
      margin-top: calc(210*100vw/750);
    }
    .all_wrap .sec04 {
      margin-top: calc(139*100vw/750);
    }
    .all_wrap .sec05 {
      margin-top: calc(188*100vw/750);
    }
  /*************************************** 横向きの指定の設定 ***************************************/
  .all_wrap .df_area {
    display: block;
    flex-direction: row;
  }
  .all_wrap .sec02 .df_area,
  .all_wrap .sec03 .df_area {
    flex-direction: row;
  }
  .all_wrap .sec01 .pos,
  .all_wrap .sec02 .pos {
    align-items: flex-start;
  }
  .all_wrap .sec05 .pos {
    display: block;
  }
  /*************************************** コンテンツエリアの設定 ***************************************/
  .all_wrap .contents01,
  .all_wrap .contents02,
  .all_wrap .contents03,
  .all_wrap .contents04,
  .all_wrap .contents05,
  .all_wrap .contents06,
  .all_wrap .contents07,
  .all_wrap .contents08,
  .all_wrap .contents09,
  .all_wrap .contents10 {
    width: calc(650*100vw/750);
    margin: 0 auto;
  }
  .all_wrap .contents02 {
    margin-top: calc(80*100vw/750);
  }
  .all_wrap .contents04 {
    margin: 0 auto;
    margin-top: calc(80*100vw/750);
  }
  .all_wrap .contents05,
  .all_wrap .contents07 {
    height: 100%;
    padding-left: calc(48*100vw/750);
    padding-right: calc(48*100vw/750);
  }
  .all_wrap .contents06 {
    margin-left: auto;
  }
  .all_wrap .contents07 {
    margin-top: calc(0*100vw/750);
  }
  .all_wrap .contents10 {
    width: calc(660*100vw/750);
    margin-top: calc(78*100vw/750);
  }

  /*************************************** 画像の設定 ***************************************/
  .all_wrap .img02,
  .all_wrap .img02_slide,
  .all_wrap .img04,
  .all_wrap .img04_slide,
  .all_wrap .img08,
  .all_wrap .img08_slide {
    width: calc(460*100vw/750);
    border-right: solid 0.5px #000;
  }
  .all_wrap .img05,
  .all_wrap .img05_slide,
  .all_wrap .img06,
  .all_wrap .img06_slide {
    width: calc(540*100vw/750);
    border-right: solid 0.5px #000;
  }
  .all_wrap .img01,
  .all_wrap .img03,
  .all_wrap .img07 {
    position: relative;
    width: calc(650*100vw/750);
    overflow: hidden;
  }
  /*************************************** 英語のタイトルテキストの設定 ***************************************/
  .all_wrap .e_ttl {
    font-size: calc(37*(100vw/750));
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .all_wrap .sec01 .e_ttl {
    letter-spacing: 0.07em;
    padding-top: calc(0*100vw/750);
  }
  .all_wrap .sec02 .e_ttl {
    padding-top: calc(0*100vw/750);
    padding-left: calc(0*100vw/750);
  }
  .all_wrap .sec03 .e_ttl {
    letter-spacing: 0.01em;
    padding-top: calc(0*100vw/750);
  }
  .all_wrap .sec05 .e_ttl {
    margin-left: calc(5*100vw/750);
  }
  /*************************************** 日本語のタイトルテキストの設定 ***************************************/
  .all_wrap .j_ttl {
    font-size: calc(25*(100vw/750));
    line-height: 1;
    letter-spacing: 0em;
    font-family: var(--font-jp);
    font-feature-settings: "palt";
  }
  .all_wrap .sec01 .j_ttl {
    letter-spacing: 0.1em;
    margin-top: calc(10*100vw/750);
  }
  .all_wrap .sec02 .j_ttl {
    letter-spacing: 0.1em;
    margin-top: calc(10*100vw/750);
  }
  .all_wrap .sec03 .j_ttl {
    letter-spacing: 0.098em;
  }
  .all_wrap .sec04 .j_ttl {
    letter-spacing: 0.1em;
  }
  .all_wrap .sec05 .j_ttl {
    text-align: right;
    letter-spacing: 0.11em;
    margin-top: calc(32*100vw/750);
  }
  /*************************************** テキストの設定 ***************************************/
  .all_wrap .d_text {
    font-size: calc(23*(100vw/750));
    line-height: 2.1;
    letter-spacing: 0.089em;
    font-family: var(--font-jp);
    font-feature-settings: "palt";
    text-align: justify;
    color: #000;
  }
  .all_wrap .sec01 .d_text {
    padding-top: calc(45*100vw/750);
    line-height: 1.96;
    letter-spacing: 0.07em;
    padding-right: calc(0*100vw/750);
  }
  .all_wrap .sec02 .d_text {
    padding-top: calc(43*100vw/750);
    line-height: 1.96;
    letter-spacing: 0.076em;
  }
  .all_wrap .sec03 .d_text {
    padding-top: calc(40*100vw/750);
    letter-spacing: 0.08em;
    line-height: 1.96;
  }
  .all_wrap .sec04 .d_text {
    padding-top: calc(40*100vw/750);
    letter-spacing: 0.086em;
    letter-spacing: 0.083em;
    line-height: 1.96;
  }
  .all_wrap .sec05 .d_text {
    padding-top: calc(49*100vw/750);
    letter-spacing: 0.096em;
    line-height: 1.96;
  }
  /*************************************** クレジットの設定 ***************************************/
  .all_wrap .sp_only.credit {
    display: flex;
    justify-content: space-between;
    font-size: calc(25*(100vw/750));
    line-height: 1;
    letter-spacing: 0em;
    font-family: var(--font-en);
    font-feature-settings: "palt";
    color: #000;
  }
  .all_wrap .sec01 .credit {
    margin-top: calc(66*100vw/750);
    letter-spacing: 0.025em;
  }
  .all_wrap .sec02 .credit {
    margin-top: calc(66*100vw/750);
    letter-spacing: 0.025em;
  }
  .all_wrap .sec03 .credit {
    margin-top: calc(48*100vw/750);
    letter-spacing: 0.046em;
    justify-content: center;
  }
  .all_wrap .sec04 .credit {
    margin-top: calc(48*100vw/750);
    letter-spacing: 0.05em;
    justify-content: center;
  }
  .all_wrap .sec05 .credit {
    text-align: right;
    margin-top: calc(69*100vw/750);
    letter-spacing: 0em;
  }
  /*************************************** プライスの設定 ***************************************/
  .all_wrap .sec01 .price01,
  .all_wrap .sec01 .price02 {
    margin-right: calc(0*100vw/750);
  }
  .all_wrap .sec02 .price02,
  .all_wrap .sec02 .price03 {
    margin-left: calc(0*100vw/750);
  }
  .all_wrap .sec05 .price01,
  .all_wrap .sec05 .price02 {
    margin-right: calc(0*100vw/750);
  }
  /*************************************** オールアイテムの設定 ***************************************/
  .all_wrap .view_all {
    width: fit-content;
    font-size: calc(30*(100vw/750));
    line-height: 0.5;
    letter-spacing: 0.037em;
    margin: calc(202*(100vw/750)) auto calc(200*(100vw/750));
  }

  /*************************************** スライダー画像の設定 ***************************************/
  .all_wrap .slider {
    position: relative;
    margin: 0 auto;
  }
  .all_wrap .sec01 .slider,
  .all_wrap .sec02 .slider,
  .all_wrap .sec05 .slider {
    width: calc(465*100vw/750);
  }
  .all_wrap .sec01 .slider {
    padding-top: calc(76*100vw/750);
    margin: 0 auto;
  }
  .all_wrap .sec02 .slider {
    margin-top: calc(75*100vw/750);
    width: calc(462*100vw/750);
  }
  .all_wrap .sec05 .slider {
    padding-top: calc(0*100vw/750);
  }
  .all_wrap .sec03 .slider,
  .all_wrap .sec04 .slider {
    width: calc(543*100vw/750);
  }
  .all_wrap .sec03 .slider {
    padding-top: calc(80*100vw/750);
    margin: 0 auto;
  }
  .all_wrap .sec04 .slider {
    margin: 0 auto;
    padding-top: calc(65*100vw/750);
  }
  .all_wrap .sec05 .slider {
    padding-top: calc(37*100vw/750);
  }
  /*************************************** スライダーの設定 ***************************************/
  .slick-arrow {
    top: 51%;
  }
  .slick-arrow::before, .slick-arrow::after {
    width: 18px;
  }
  .slick-arrow::before {
    top: 8px;
  }
  .slick-arrow::after {
    bottom: 9px;
  }
  .sec01 .slick-arrow.slick-prev,
  .sec02 .slick-arrow.slick-prev,

  .sec05 .slick-arrow.slick-prev {
    left: -19%;
  }
  .sec01 .slick-arrow.slick-next,
  .sec02 .slick-arrow.slick-next,
  .sec05 .slick-arrow.slick-next {
    right: -19%;
  }
  .sec03 .slick-arrow.slick-prev,
  .sec04 .slick-arrow.slick-prev {
    left: -10%;
  }
  .sec03 .slick-arrow.slick-next,
  .sec04 .slick-arrow.slick-next {
    right: -10%;
  }

  /*************************************** safariの設定 ***************************************/
  _::-webkit-full-page-media, _:future, :root .sec01 .e_ttl {
    letter-spacing: 0.06em;
  }
  _::-webkit-full-page-media, _:future, :root .sec02 .e_ttl {
    letter-spacing: -0.01em;
  }
  /*************************************** androidの設定 ***************************************/
  .android .sec03 .j_ttl {
    padding-left: calc(100*(100vw/750));
  }
}

