  @charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


/* ----------------------------------------------------------------------
 Base Style
---------------------------------------------------------------------- */
.izumi-ls {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .izumi-ls {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.izumi-ls_content {
  background: url(/140th/izumi_ls/images/bg.png);
  margin-left: 50px;
  margin-right: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .izumi-ls_content {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .izumi-ls_content {
    background-size: 25% auto;
  }
}


/* ----------------------------------------------------------------------
 Catch
---------------------------------------------------------------------- */
.izumi_catch {
  position: relative;
  /*min-height: calc(100vh - 10px);*/
  padding: 58px 0 140px;
}
.izumi_catch_title {
  margin: 0 auto 25px;
  text-align: center;
}
.izumi_catch_title div {
  display: inline-block;
  text-align: left;
}
.izumi_catch_title div span {
  display: inline-block;
  background-color: white;
  margin: 5px 0;
  padding: 0 4px;
}
.izumi_catch p {
  margin: 1em 0;
  text-align: center;
  line-height: 2;
}
.izumi_catch p + p {
  margin-top: 24px;
}
.izumi_catch .emphasize {font-size: 22px;}
.izumi_catch p br.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .izumi_catch p {
    font-size: 1.67vw;
  }
  .izumi_catch .emphasize {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .izumi_catch {
    min-height: calc(100vh - 64px);
    margin: 0 30px;
    padding: 15px 0 120px;
  }
  .izumi_catch img {
    width: auto;
    height: 9vw;
  }
  .izumi_catch_title {
    margin-bottom: 0px;
  }
  .izumi_catch p {
    margin: 0.5em 0;
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .izumi_catch .emphasize {
    margin-bottom: 0;
    font-size: 3.8vw;
    line-height: 1.5;
  }
  .izumi_catch p br.sp {
    display: inline;
  }
  .izumi_catch p + p {
    margin-top: 0.7em;
  }
}
@media screen and (max-width: 560px) {
  .izumi_catch_title {
    margin-bottom: 0px;
  }
}

/* Animation - Circle
-------------------------------------------------- */
.izumi_circle {
  width: 433px;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
  animation: catchText 3.5s cubic-bezier(.75,0,.25,1) forwards;
}
.izumi_circle a {
  display: block;
  position: relative;
}
.izumi_circle a:hover {
  opacity: 0.5;
}
.izumi_circle > div:first-child a::after{
  content: "";
  background: url(/140th/izumi_ls/images/img_circle1_name.png)no-repeat;
  background-size: 100%;
  width: 208px;
  height: 208px;
  position: absolute;
  top: -22px;
  left: -22px;
  animation: circle2 6s cubic-bezier(.66,-.02,.56,.98) 3s infinite;
}
.izumi_circle > div:last-child a::after{
  content: "";
  background: url(/140th/izumi_ls/images/img_circle2_name.png)no-repeat;
  background-size: 100%;
  width: 208px;
  height: 208px;
  position: absolute;
  top: -22px;
  left: -22px;
  animation: circle2 6s cubic-bezier(.66,-.02,.56,.98) 3s infinite;
}
.fancybox-slide--video .fancybox-content {
  background: unset!important;
}
.fancybox-iframe {
  max-width: 860px;
  max-height: 485px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto!important;
}
@media screen and (max-width: 768px) {
  .izumi_circle {
    max-width: 433px;
    width: 90%;
    margin-top: 11.6vw;
  }
  .izumi_circle > div {
    width: 37.8%;
  }
  .izumi_circle > div a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .izumi_circle > div:first-child a::after {
    width: 126.8%;
    height: 126.8%;
    top: -13.4%;
    left: -13.4%;
  }
  .izumi_circle > div:last-child a::after {
    width: 126.8%;
    height: 126.8%;
    top: -13.4%;
    left: -13.4%;
  }
}
@-webkit-keyframes circle2 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0)
  }
  10% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg)
  }
  to {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg)
  }
}
@keyframes circle2 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0)
  }
  10% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg)
  }
  to {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg)
  }
}

/* Animation - Catch Text
-------------------------------------------------- */
.izumi_catch_title div {
  position: relative;
  overflow: hidden;
}

.izumi_catch_title div span.js-inview,
.izumi_catch_title div span.js-inview img {
  opacity: 0;
}
.izumi_catch_title div span.js-inview.inview {
  animation: catchTitleBg .6s cubic-bezier(.75,0,.25,1) forwards;
  animation-delay: .1s;
}
.izumi_catch_title div span:first-child.js-inview.inview {animation-delay: 0s;}
.izumi_catch_title div span:last-child.js-inview.inview  {animation-delay: .2s;}
@keyframes catchTitleBg {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.izumi_catch_title div span.js-inview.inview img {
  animation: catchTitle .6s cubic-bezier(.75,0,.25,1) forwards;
  animation-delay: .7s;
}
.izumi_catch_title div span:first-child.js-inview.inview img {animation-delay: .6s;}
.izumi_catch_title div span:last-child.js-inview.inview img  {animation-delay: .8s;}
@keyframes catchTitle {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.izumi_catch_text,
.izumi_catch_text .emphasize {
  overflow: hidden;
  animation: catchText 2.5s cubic-bezier(.75,0,.25,1) forwards;
}
.izumi_catch_text .emphasize {
  animation-delay: .45s;
  font-weight: 700;
  line-height: 1.8;
}
@keyframes catchText {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll Text
-------------------------------------------------- */
.izumi_scroll {
  position: absolute;
  bottom: 57px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-top: auto;
  overflow: hidden;
  animation: catchText 4s cubic-bezier(.75,0,.25,1) forwards;
}
.izumi_scroll span {
  display: inline-block;
  position: relative;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 13px;
  z-index: 2;
}
.izumi_scroll span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  background: rgb(204,204,204);
  width: 2px;
  height: 100px;
  animation: scrolling 1.5s cubic-bezier(.75,0,.25,1) infinite;
}
@keyframes scrolling {
  0% {top: -100px;}
  50% {top: 0;}
  80% {top: 0;}
  100% {top: 100px;}
}
@media screen and (max-width: 768px) {
  .izumi_scroll {
    height: 70px;
  }
  .izumi_scroll span {
    font-size: 8px;
    letter-spacing: .1em;
  }
  .izumi_scroll span::before {
    top: 0;
    left: -8px;
    width: 1px;
    height: 70px;
  }
  @keyframes scrolling {
    0% {top: -70px;}
    50% {top: 0;}
    80% {top: 0;}
    100% {top: 70px;}
  }
}


/* ----------------------------------------------------------------------
 Mainvisual
---------------------------------------------------------------------- */
.izumi_mv {
  position: relative;
  max-width: 1200px;
  min-height: 1100px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .izumi_mv {
    min-height: 0;
  }
}
.mainvisual img {
  position: relative;
  z-index: 0;
}
.izumi_mv img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    overflow: hidden;
  }
  .mainvisual img {
    left: -10%;
  }
  .izumi_mv img {
    max-width: 130%;
  }
}
.izumi_mv ul.sp li {display: none}
@media screen and (max-width: 768px) {
  .izumi_mv ul.sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 28px;
  }
  .izumi_mv ul.sp img {
    width: auto;
    max-width: 100%;
  }
  .izumi_mv ul.sp li {
    display: block;
    position: static;
    width: 48.5%;
    margin-bottom: 10px;
  }
}

.izumi_mv .mv_obj00{
  position: absolute;
  top:0;
}
.izumi_mv .mv_obj00 img {
  max-width: 100%;	
}

.izumi_mv li {position: absolute;}
.izumi_mv .mv_obj01 {left: 102px; top: 145px;}
.izumi_mv .mv_obj02 {left: 835px; top: 203px;}
.izumi_mv .mv_obj03 {left: 103px; top: 285px;}
.izumi_mv .mv_obj04 {left: 848px; top: 317px;}
.izumi_mv .mv_obj05 {left: 102px; top: 423px;}
.izumi_mv .mv_obj06 {left: 779px; top: 658px;}
@media screen and (max-width: 1300px) {
  .izumi_mv .mv_obj01 {left: calc(102 / 1300 * 100vw); top: calc(145 / 1300 * 100vw);}
  .izumi_mv .mv_obj02 {left: calc(823 / 1300 * 100vw); top: calc(199 / 1300 * 100vw);}
  .izumi_mv .mv_obj03 {left: calc(103 / 1300 * 100vw); top: calc(280 / 1300 * 100vw);}
  .izumi_mv .mv_obj04 {left: calc(836 / 1300 * 100vw); top: calc(311 / 1300 * 100vw);}
  .izumi_mv .mv_obj05 {left: calc(102 / 1300 * 100vw); top: calc(418 / 1300 * 100vw);}
  .izumi_mv .mv_obj06 {left: calc(764 / 1300 * 100vw); top: calc(648 / 1300 * 100vw);}
  .izumi_mv .mv_obj01 img {width: calc(238 / 1300 * 100vw);}
  .izumi_mv .mv_obj02 img {width: calc(214 / 1300 * 100vw);}
  .izumi_mv .mv_obj03 img {width: calc(223 / 1300 * 100vw);}
  .izumi_mv .mv_obj04 img {width: calc(200 / 1300 * 100vw);}
  .izumi_mv .mv_obj05 img {width: calc(164 / 1300 * 100vw);}
  .izumi_mv .mv_obj06 img {width: calc(270 / 1300 * 100vw);}
}
.izumi_mv img.sp {display: none;}
@media screen and (max-width: 768px) {
  .izumi_mv img.pc {display: none;}
  .izumi_mv img.sp {display: block; width: auto;}
  .izumi_mv .mv_obj01 {left: calc(208 / 768 * 100vw); top: calc(107 / 768 * 100vw);} /* 01 */
  .izumi_mv .mv_obj02 {left: calc(434 / 768 * 100vw); top: calc(40 / 768 * 100vw);} /* 05 */
  .izumi_mv .mv_obj03 {left: calc(366 / 768 * 100vw); top: calc(355 / 768 * 100vw);} /* 02 */
  .izumi_mv .mv_obj04 {left: calc(635 / 768 * 100vw); top: calc(159 / 768 * 100vw);} /* 06 */
  .izumi_mv .mv_obj05 {left: calc(76 / 768 * 100vw);  top: calc(431 / 768 * 100vw);} /* 04 */
  .izumi_mv .mv_obj06 {left: calc(471 / 768 * 100vw); top: calc(530 / 768 * 100vw);} /* 03 */
  .izumi_mv .mv_obj01 img,
  .izumi_mv .mv_obj02 img,
  .izumi_mv .mv_obj03 img,
  .izumi_mv .mv_obj04 img,
  .izumi_mv .mv_obj05 img,
  .izumi_mv .mv_obj06 img {width: calc(40 / 768 * 100vw);}
}


/* Animation - Mainvisual
-------------------------------------------------- */
.mv_obj00 img,
.mv_obj01 img,
.mv_obj02 img,
.mv_obj03 img,
.mv_obj04 img,
.mv_obj05 img,
.mv_obj06 img {
  opacity: 0;
}
.mainvisual.inview,
.mv_obj00.inview img,
.mv_obj01.inview img,
.mv_obj02.inview img,
.mv_obj03.inview img,
.mv_obj04.inview img,
.mv_obj05.inview img,
.mv_obj06.inview img {
  animation: mvObject .75s cubic-bezier(.75,0,.25,1) forwards;
  animation-delay: .5s;
  opacity: 0;
}
.mainvisual.inview {
  animation-delay: 0s;
}
@media screen and (max-width: 768px) {
  .izumi_mv ul.sp li.js-inview.inview {
    animation: mvObject .75s cubic-bezier(.75,0,.25,1) forwards;
  }
}

@keyframes mvObject {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ----------------------------------------------------------------------
 Point Pick Up
---------------------------------------------------------------------- */
.izumi_point {
  margin: auto;
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.izumi_point_title,
.izumi_point_text {
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  line-height: 1.25;
}
.izumi_point_title {
  margin: auto;
  font-size: 36px;
  letter-spacing: .25em;
}
.izumi_point_text {
  font-size: 24px;
  letter-spacing: .1em;
}
.izumi_point span {
  display: inline-block;
}
.point_cover {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .izumi_point {
    padding: 70px 0;
  }
  .izumi_point_title {
    font-size: 32px;
  }
  .izumi_point_text {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .izumi_point {
    padding: 45px 0 60px;
  }
  .izumi_point_title {
    font-size: 4.5vw;
  }
  .izumi_point_text {
    font-size: 3vw;
  }
}

/* Animation - Point Pick Up
-------------------------------------------------- */
.izumi_point_title .inview,
.izumi_point_text .inview {
  opacity: 0;
}
.izumi_point_title .inview {
  animation: pointPickUp .8s cubic-bezier(.75,0,.25,1) forwards;
}
.izumi_point_text .inview {
  animation: pointPickUp 1.2s cubic-bezier(.95,0,.5,1) forwards;
}
@keyframes pointPickUp {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  30% {
    opacity: 0;
    transform: translateX(-80%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


/* ----------------------------------------------------------------------
 Section
---------------------------------------------------------------------- */

/* Section Base
-------------------------------------------------- */
.izumi_section {}
.izumi_section.odd {
  background: linear-gradient(90deg, rgb(205,210,210) 0%, rgb(205,210,210) 20%, rgb(180,180,180) 25%, rgb(205,210,210) 25%, rgb(205,210,210) 100%);
}
.izumi_section.even {
  background: linear-gradient(90deg, rgb(228,228,223) 0%, rgb(228,228,223) 60%, rgb(200,200,200) 60%, rgb(228,228,223) 65%, rgb(228,228,223) 100%);
}
.izumi_section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  min-height: 490px;
}
/* IE11 hack for Flex Bug */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .izumi_section_inner {
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (-ms-high-contrast:none) and (max-width: 1200px) {
  *::-ms-backdrop, .izumi_section_inner {
    min-height: 0;
    padding: 30px 20px;
  }
}

.even .izumi_section_text {
  order: 1;
}
@media screen and (max-width: 1200px) {
  .izumi_section_inner {
    align-items: stretch;
    min-height: 0;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .izumi_section.odd {
    background: linear-gradient(0deg, rgb(205,210,210) 0%, rgb(205,210,210) 30%, rgb(180,180,180) 35%, rgb(205,210,210) 35%, rgb(205,210,210) 100%);
  }
  .izumi_section.even {
    background: linear-gradient(0deg, rgb(231,232,230) 0%, rgb(231,232,230) 30%, rgb(200,200,200) 35%, rgb(235,235,235) 35%, rgb(235,235,235) 100%);
  }
  .izumi_section_inner {
    flex-direction: column;
    padding: 0 30px 50px;
  }
  .odd .izumi_section_text {
    order: 1;
  }
}

/* Section Text
-------------------------------------------------- */
.izumi_section_text {
  width: 49.3%;
  overflow: hidden;
}
.izumi_section_text {
  margin-top: auto;
  margin-bottom: auto;
}
.section_catch {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.25;
}
.section_catch span {
  display: inline-block;
  position: relative;
  padding: 8px 12px 10px;
}
.section_catch span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: -1;
}
.section_textarea {
  background-color: white;
  margin: 16px 0;
  padding: 16px 12px 12px;
}
.izumi_section h3 {
  font-size: 28px;
  font-weight: 700;
}
.izumi_section h3 span {
  font-size: 24px;
}
.izumi_section p {
  margin-top: .65em;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .section_catch {
    font-size: 15px;
  }
  .izumi_section h3 {
    font-size: 24px;
  }
  .izumi_section h3 span {
    font-size: 20px;
  }
  .izumi_section p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .izumi_section_text {
    width: 100%;
  }
  .section_catch {
    font-size: 3.8vw;
	line-height: 1.3;
  }
  .section_catch span {
    padding: 8px 10px;
  }
  .section_textarea {
    margin: 8px 0 16px;
    padding: 16px 10px;
  }
  .izumi_section h3 {
    font-size: 4.6875vw;
  }
  .izumi_section h3 span {
    font-size: 3.9vw;
  }
  .izumi_section p {
    font-size: 3.5vw;
    line-height: 1.7;
  }
}

/* Animation - Section Text
-------------------------------------------------- */
.section_catch.inview {overflow: hidden;}
.section_catch.inview span {display: block;}
.section_catch.inview {
  animation: sectionCatch .7s cubic-bezier(.75,0,.25,1) forwards;
}
.section_catch.inview span {
  animation: sectionCatchSpan .7s cubic-bezier(.75,0,.25,1) forwards;
}
@keyframes sectionCatch {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes sectionCatchSpan {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.section_textarea {overflow: hidden;}
.section_textarea.js-inview.inview {
  animation: sectionTextArea 1.05s cubic-bezier(.75,0,.25,1) forwards;
}
@keyframes sectionTextArea {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section_textarea h3.js-inview.inview,
.section_textarea p.js-inview.inview {
  animation: sectionText .7s cubic-bezier(.75,0,.25,1) forwards .35s;
  opacity: 0;
}
@keyframes sectionText {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Section Slide
-------------------------------------------------- */
.slider,.slider01,.slider02,.slider03,.slider04,.slider05,.slider06 {
  display: flex;
  justify-content: center;
  width: calc(100% + 8px);
  margin-left: -5px;
}
.slider li,.slider01 li,.slider02 li,.slider03 li,.slider04 li,.slider05 li,.slider06 li {
  margin: 0 6px;
  text-align: center;
  overflow: hidden;
}
.slider li img,.slider01 li img,.slider02 li img,.slider03 li img,.slider04 li img,.slider05 li img,.slider06 li img {
  display: inline-block;
  width: 100%;
  height: auto;
  border: 1px solid #A29DDB;
}
@media screen and (max-width: 768px) {
  .slider,.slider01,.slider02,.slider03,.slider04,.slider05,.slider06 {
    width: calc(100% + 8px);
    margin-left: -5px;
  }
  .slider li,.slider01 li,.slider02 li,.slider03 li,.slider04 li,.slider05 li,.slider06 li {
    margin: 0 5px;
  }
}

/* ¥¹¥é¥¤¥É»­Ïñ¤¬3Ã¶ÒÔÏÂ¤Î•r¤Ë¸¶Óë¤¹¤ë
---------------------------------------- */
.slider.dotNone .slick-dots,.slider01.dotNone .slick-dots,.slider02.dotNone .slick-dots,.slider03.dotNone .slick-dots,.slider04.dotNone .slick-dots,.slider05.dotNone .slick-dots,.slider06.dotNone .slick-dots {
  display: none;
}

/* Slick Dots (Overwrite)
-------------------------------------------------- */
.fancybox-container .fancybox-infobar {display: none;}

/* Slick Dots (Overwrite)
-------------------------------------------------- */
.slider .slick-dotted.slick-slider,.slider01 .slick-dotted.slick-slider,.slider02 .slick-dotted.slick-slider,.slider03 .slick-dotted.slick-slider,.slider04 .slick-dotted.slick-slider,.slider05 .slick-dotted.slick-slider,.slider06 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slider .slick-dots,.slider01 .slick-dots,.slider02 .slick-dots,.slider03 .slick-dots,.slider04 .slick-dots,.slider05 .slick-dots,.slider06 .slick-dots {
  bottom: -30px;
  z-index: 2;
}
.slider .slick-dots li button,.slider01 .slick-dots li button,.slider02 .slick-dots li button,.slider03 .slick-dots li button,.slider04 .slick-dots li button,.slider05 .slick-dots li button,.slider06 .slick-dots li button {
  background-color: white;
  border: 1px solid rgb(64,57,153);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-size: 0;
}
.slider .slick-dots li button::before,.slider01 .slick-dots li button::before,.slider02 .slick-dots li button::before,.slider03 .slick-dots li button::before,.slider04 .slick-dots li button::before,.slider05 .slick-dots li button::before,.slider06 .slick-dots li button::before {
  font-size: 0;
}
.slider .slick-dots li.slick-active button,
.slider .slick-dots li button:hover,
.slider01 .slick-dots li.slick-active button,
.slider01 .slick-dots li button:hover,
.slider02 .slick-dots li.slick-active button,
.slider02 .slick-dots li button:hover,
.slider03 .slick-dots li.slick-active button,
.slider03 .slick-dots li button:hover,
.slider04 .slick-dots li.slick-active button,
.slider04 .slick-dots li button:hover,
.slider05 .slick-dots li.slick-active button,
.slider05 .slick-dots li button:hover,
.slider06 .slick-dots li.slick-active button,
.slider06 .slick-dots li button:hover {
  background-color: rgb(64,57,153);
}
@media screen and (max-width: 768px) {
  .slider .slick-dots,.slider01 .slick-dots,.slider02 .slick-dots ,.slider03 .slick-dots ,.slider04 .slick-dots ,.slider05 .slick-dots ,.slider06 .slick-dots  {
    bottom: -20px;
  }
  .slider .slick-dots li,.slider01 .slick-dots li,.slider02 .slick-dots li,.slider03 .slick-dots li,.slider04 .slick-dots li,.slider05 .slick-dots li,.slider06 .slick-dots li  {
    width: 10px;
    height: 10px;
  }
  .slider .slick-dots li button,.slider01 .slick-dots li button,.slider02 .slick-dots li button,.slider03 .slick-dots li button,.slider04 .slick-dots li button,.slider05 .slick-dots li button,.slider06 .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
  }
}

/* Animation - Section Slide
-------------------------------------------------- */
.slider.js-inview,.slider01.js-inview,.slider02.js-inview,.slider03.js-inview,.slider04.js-inview,.slider05.js-inview,.slider06.js-inview {
  transition: all .75s cubic-bezier(.75,0,.25,1);
}

/* Section Image
-------------------------------------------------- */
.izumi_section_image {
  position: relative;
  width: 49.5%;
  height: 1vh;
}
.izumi_section_image img {
  position: absolute;
  top: calc(50% - 315px);
  left: calc(50% - 315px);
}
@media screen and (max-width: 1200px) {
  .izumi_section_image img {
    width: 100%;
    top: -6vw;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .izumi_section_image {
    width: 100%;
    height: auto;
    margin-top: calc(100 / 768 * -100vw);
    margin-bottom: 10px;
  }
  .izumi_section_image img {
    position: static;
  }
}

/* Animation - Section Image
-------------------------------------------------- */
.izumi_section_image .js-inview {
    transform: scale(.25);
}
.izumi_section_image .js-inview.inview {
  animation: imageZoom .5s ease-in-out forwards;
}
@keyframes imageZoom {
  0% {
    transform: scale(.25);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(.96);
  }
  100% {
    transform: scale(1);
  }
}


/* ----------------------------------------------------------------------
 About Izumi LS
---------------------------------------------------------------------- */
.izumi_section_about {
  padding: 100px 20px 80px;
}
.izumi_section_about_inner {
  background-color: white;
  max-width: 1000px;
  margin: auto;
  padding: 30px 80px;
  text-align: center;
  overflow: hidden;
}
.izumi_section_about_inner h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}
.izumi_section_about_inner p {
  margin-top: .25em;
  font-size: 14px;
  line-height: 1.8;
  font-feature-settings: "palt";
}
.izumi_section_about_inner a:link {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .izumi_section_about {
    padding: 8vw 20px;
  }
  .izumi_section_about_inner {
    padding: 20px 40px 30px;
  }
  .izumi_section_about_inner h3 {
    font-size: 1.875vw;
  }
  .izumi_section_about_inner p {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 768px) {
  .izumi_section_about {
    padding: 6.5vw 7.8vw 7.8vw;
  }
  .izumi_section_about_inner {
    padding: 4vw 3vw 4.5vw;
    text-align: left;
  }
  .izumi_section_about_inner h3 {
    font-size: 11px;
    font-size: clamp(11px, 2.865vw, 22px);
  }
  .izumi_section_about_inner p {
    font-size: 9px;
    font-size: clamp(9px, 2.344vw, 18px);
    letter-spacing: 1px;
    line-height: 1.7;
  }
}

/* Animation - About Izumi LS
-------------------------------------------------- */
.izumi_section_about_inner.js-inview.inview {
  animation: sectionTextArea 1.05s cubic-bezier(.75,0,.25,1) forwards;
}
.izumi_section_about_inner h3.js-inview.inview,
.izumi_section_about_inner p.js-inview.inview {
  animation: sectionText .7s cubic-bezier(.75,0,.25,1) forwards .35s;
  opacity: 0;
}


/* ----------------------------------------------------------------------
 Banner
---------------------------------------------------------------------- */
.izumi_banner {
  background-color: white;
  padding: 60px 20px;
}
.izumi_banner_stepinto {
  margin: auto;
  text-align: center;
}
.banner_stepinto_text {
  display: inline-block;
  position: relative;
  background-color: rgb(64,57,153);
  margin-bottom: 40px;
  padding: 10px 30px 14px;
  color: white;
  font-size: 22px;
}
.banner_stepinto_text br {
  display: none;
}
.banner_stepinto_text::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -29px;
  left: calc(50% - 15px);
  border: 15px solid transparent;
  border-top-color: rgb(64,57,153);
}
.banner_stepinto_image img {
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .izumi_banner {
    background-color: white;
    padding: 30px 20px 36px;
  }
  .banner_stepinto_text {
    margin-bottom: 20px;
    padding: 5px 16px 8px;
    font-size: 13px;
    font-size: clamp(13px, 3.385vw, 26px);
    letter-spacing: .5px;
    line-height: 1.3;
  }
  .banner_stepinto_text::after {
    bottom: -19px;
    left: calc(50% - 10px);
    border: 10px solid transparent;
    border-top-color: rgb(64,57,153);
  }
  .banner_stepinto_text br {
    display: inline;
  }
  .banner_stepinto_image img {
    width: clamp(200px, 53vw, 400px);
    max-width: 400px;
  }
}

/* Animation - Banner
-------------------------------------------------- */
.banner_stepinto_text.js-inview.inview,
.banner_stepinto_image.js-inview.inview {
  animation: bannerIn .8s cubic-bezier(.75,0,.25,1) forwards;
}
@keyframes bannerIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ----------------------------------------------------------------------
 Animation Opacity
---------------------------------------------------------------------- */
.js-inview {
  opacity: 0;
}
.js-inview.inview {
  opacity: 1;
}

/* ----------------------------------------------------------------------
 Hover
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
.mv_obj01,.mv_obj02,.mv_obj03,
.mv_obj04,.mv_obj05,.mv_obj06{
    -webkit-transition: all .3s;
    transition: all .3s;
}
.mv_obj01:hover,.mv_obj02:hover,.mv_obj03:hover,
.mv_obj04:hover,.mv_obj05:hover,.mv_obj06:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
}	
@media screen and (max-width: 768px) {
.mainvisual img:hover{
  opacity:1;
}	
}

.izumi-ls_content a img:hover{
  opacity:0.7;
}



/* ----------------------------------------------------------------------
 Header
---------------------------------------------------------------------- */
#header {
    height: 30px;
}



/* ----------------------------------------------------------------------
 SP Slider
---------------------------------------------------------------------- */
#slick{display: none}

@media screen and (max-width: 768px) {
.slick-slider{display: none !important;}
#slick{display: block !important;}	
#slick .slick-slide {
	transition: .3s ease;
	transform: scale(.85);
	transform-origin: 110% 50%;
	filter: blur(7px);
}
#slick .slick-current {
	position: relative;
	z-index: 2;
	transform: scale(1);
	transform-origin: 50% 50%;
	filter: blur(0);
}
#slick .slick-current + .slick-slide {
	transform-origin: -10% 50%;
}	
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 100;
	padding: 4px 8px;
	border: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	cursor: pointer;
	border-radius: 50%;
	font-size: 0;
}
.slick-arrow:hover {
	color: #fff;
	opacity: .6;
}
.slick-prev {
	left: 8px;
}
.slick-next {
	right: 26px;
}
.slick-dots {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
	list-style: none;
}
.slick-dots li {
	display: inline-block;
	margin: 0 20px;
}
.slick-dots li button {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #403999 !important;
	border-radius: 50%;
	color: transparent;
	cursor: pointer !important;
	cursor: pointer !important;
}
.slick-dots .slick-active button, .slick-dots li button:hover {
	background: #403999;
}
#slick .slick-slide {
	transition: .3s ease;
	transform: scale(.85);
	transform-origin: 110% 50%;
	filter: blur(7px);
}
#slick .slick-current {
	position: relative;
	z-index: 2;
	transform: scale(1);
	transform-origin: 50% 50%;
	filter: blur(0);
}
#slick .slick-current + .slick-slide {
	transform-origin: -10% 50%;
}
	
}

@media screen and (max-width: 768px) {
.fancybox-content {
    padding: 0 !important;
}
.fancybox-slide {
    padding: 0 !important;
}	
}