@charset "UTF-8";


/****************************

共通

****************************/

html,
body {
    margin: 0;
    padding: 0;
  line-height: 2 !important;
    color: #000 !important;
}

HTML{
  font-size: 62.5% !important;
}
body {
  background: #18819A;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
  font-size:1.6rem;/* 16px*/
  line-height: 2 !important;
}
.pc_block {
  display: block;
}
.sp_block {
  display: none !imortant;
}


area {
    pointer-events: fill;
    cursor: pointer;
}

/* 2枚目のスライドを非表示 */
.slide02__img,
.slide02__txt {
  /* display: none; */
}

.sp{
        display: none;
    }
    .pc{
        display: block;
    }

/****************************

コンテンツ

****************************/
.contents__wrap {
  display: flex;
  justify-content: space-between;
}


/* contents__left  */
.contents__left {
  width: 6%;
    transition: all .4s;
}
a.contents__left.pc:hover {
    opacity: .8;
}
.contents__left h1 {
  position: fixed;
  left: 2.2%;
  top: 5%;
}
.contents__left img {
  max-width: 100%;
    width: 1.4vw;
}

/* contents__right  */
.contents__right {
  width: 94%;
}
.contents__slide01{
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  margin: 95px 80px 0 auto;
    padding-left:10px;
}
.contents__slide02 {
    padding-left: 10px;
}
.contents__slide02_inr {
  display: flex;

  max-width: 100%;
  margin: 2vh 80px 0 auto;
}


.contents__right--title {
  max-width: 760px;
}
.contents__slide02 .contents__right--title {
    width: 35%;
}
.contents__slide01 .contents__right--title {
    width: 75%;
}
.contents__right--img {
  width: 65%;
}

.contents__right--title h2,
.contents__slide02 h2 {
  margin-top: 10px;
  color: #fff;
  font-family: chantal, sans-serif;
  font-weight: bold;
  font-size: 4.34rem;
  line-height: 1.5;
}

.contents__right--title span {
  display: block;
  color: #ED6442;
  font-size: 5rem;
  line-height: 1em;
  padding-bottom: 8vh;
  font-weight: bold;
}
.contents__right--title p {
  font-size: 2.1rem;
  color: #fff;
  padding-top: 4vh;
  line-height: 2;
}
.contents__slide02 p {
  font-size: 2.3rem;
}
.contents__slide02 span {
  margin-top: 10px;
  color: #fff;
  font-family: chantal, sans-serif;
  font-weight: bold;
  font-size: 4.0rem;
  line-height: 1.5;
  display: flex;
    justify-content: flex-end;
}
.contents__right--img img {
  width: 100%;
  vertical-align: bottom;
}

/* contents__right_white */
.contents__right_white {
  background: #fff;
  padding: 65px 115px;
}

/* tab */
.contents__right_tab {
  display: flex;
  justify-content: center;
}
.tab{
  flex-grow: 1;
  padding:5px;
  font-family: futura-pt, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1vw;
  color: #000;
  list-style:none;
  text-align: left;
  cursor:pointer;
}
.panel-group{
  height:100px;
  border:solid 7px #CCC;
  border-top:none;
  background:#eee;
}
.panel{
  display:none;
}
.tab_title {
    display: inline-block;
    font-weight: bold;
}
.is-active .tab_title{
  border-bottom:solid 7px #000;
  transition: all 0.2s ease-out;
    font-weight: bold;
}

.panel.is-show{
  display:flex;
}
.contents__right_panel {
  padding-top: 10vh;
}
.contents__right_panel--item {
  font-size: 1.4vw;
  border-top: 3px solid #707070;
  position: relative;
  padding: 25px 0 25px 170px;
}
.contents__right_panel--item:hover {
  cursor: pointer;
}
.contents__right_panel--item::before {
  content: "+";
  font-size: 4.1rem;
  display: block;
}
.contents__right_panel--item::before,
.contents__right_panel--item::after {
  content: '';
  display: block;
  width: 40px;
  height: 5px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.contents__right_panel--item::after {
  background: #000;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.contents__right_panel--list {
  border-bottom: 3px solid #707070;
    width:100%;
}

.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.contents__right_info {
  padding: 0 90px 100px 170px;
}
.contents__right_info p {
  font-size: 17.5px;
}
.contents__right_list01 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
}
.contents__right_list01--txt {
  font-size: 1.75rem;
}
.contents__right_info03 {
  padding: 0 30px 100px 170px;
}
p.list03_pp {
    font-size: 17.5px;
}
.pl50 {
  padding-left: 20px;
    padding-top: 60px;
}
.contents__right_list03 {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

.contents__right_list03__left {
  width: 22%;
}
.contents__right_list03__left img{
  max-width: 307px;
  width: 100%;
}

.contents__right_list03__right {
  width: 75%;
}

.contents__right_list03__right p {
  font-size: 1.33rem;
}
.contents__right_list03__rightitem01 {
  display: flex;
  margin-top: 80px;
}

.rightitem01_top {
  height: 100%;
  max-width: 523px;
  width: 60%;
}

.rightitem01_btm {
  max-width: 400px;
    width: 100%;
    height: 100%;
}

.contents__right_info04 {
  padding: 0 60px 100px 170px;
}
.contents__right_list04-top {
  display: flex;
  justify-content: center;
  margin-top: 85px;
}
.contents__right_list04-top p {
  font-size: 1.33rem;
}
.contents__right_list04-top4-1 {
  padding-top: 70px;
}
.contents__right_list04-top4-3 {
  padding-top: 50px;
}
.contents__right_list04-top4-3 p{
  padding-left: 50px;
}
.contents__right_list04-top4-3 p:last-child{
  padding-top: 120px;
  padding-left: 80px;
}
.contents__right_list04-btm4-2 {
    float: left;
    padding-bottom: 30px;
}

.contents__right_list04-btm4-3 {
    float: right;
}

.contents__right_list04-btm p {
    font-size: 1.33rem;
}

.contents__right_list04-btm4-1 p {
    font-size: 1.75rem;
    padding: 40px 0;
}
.contents__right_list04-btm4-3 p {
    margin-bottom: 50px;
}

.panel_right {
    position: relative;
    width: 60%;
}

.contents__right_panel--imgarea {
  display: flex;
  justify-content: space-between;
}
.imgarea_right-top img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.imgarea_right-btm {
  display: flex;
}
.imgarea_right-btm img {
  max-width: 100%;
  width: 50%;
  height: 100%;
}
.imgarea_right-btm p {
  font-size: 1.4rem;
}
.imgarea_right-ttl {
  font-size: 2.31rem;
}
.imgarea_right-ttl span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 5px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.imgarea_left,
.imgarea_right {
  width: 60%;
}

.imgarea_right {
  width: 100%;
}

.imgarea_left img {

width: 641px;
height: 789px;
}


.contents__right_panel--imgarea {
    opacity: 0;
    height: 0;
    transition: all .4s;
    position: absolute;
    top:0;
}

.contents__right_panel--imgarea.visible {
    opacity: 1;
    height: auto;
}
.imgarea_right-ttl h4 {
    font-size: 2.03rem;
}
/* slide01 */

.slide01 .imgarea_right-btm {
  margin-top: -30px;
}
.slide01 .imgarea_right-ttl {
  margin-top: 100px;
}
.slide01 .imgarea_right-ttl span {
  margin-top: 30px;
}
.slide01 .imgarea_right-btm img {
  max-width: 250px;
  width: 50%;
}



/* slide02 */

.slide02 .imgarea_right-btm {
  margin-top: 0;
}
.slide02 .imgarea_right-ttl {
  margin-top: 100px;
  margin-left: 100px;
}
.slide02 .imgarea_right-ttl span {
  margin-top: 30px;
}
.slide02 .imgarea_right-btm img {
  max-width: 272px;
  width: 50%;
 }

/* slide03 */

.slide03 .imgarea_right-btm {
  margin-top: 30px;
}
.slide03 .imgarea_right-ttl {
  margin-top: 100px;
  margin-left: 50px;
}
.slide03 .imgarea_right-ttl span {
  margin-top: 30px;
}
.slide03 .imgarea_right-btm img {
  max-width: 380px;
  width: 40%;
}
.slide03 .imgarea_right-ttl h4{
    font-size: 1.82rem;
}


/* slide04 */

.slide04 .imgarea_right-btm {
  margin-top: 30px;
}
.slide04 .imgarea_right-ttl {
  margin-top: 100px;
  margin-left: 50px;
}
.slide04 .imgarea_right-ttl span {
  margin-top: 30px;
}

.slide04 .imgarea_right-btm img {
  max-width: 380px;
  width: 40%;
}


/* slide05 */

.slide05 .imgarea_right-btm {
  margin-top: 30px;
}
.slide05 .imgarea_right-ttl {
  margin-top: 100px;
  margin-left: 50px;
}
.slide05 .imgarea_right-ttl span {
  margin-top: 30px;
}

/* slide06 */

.slide06 .imgarea_right-btm {
  margin-top: 30px;
}
.slide06 .imgarea_right-ttl {
  margin-top: 100px;
  margin-left: 50px;
}
.slide06 .imgarea_right-ttl span {
  margin-top: 30px;
}
.slide06 .imgarea_right-btm img {
  max-width: 266px;
  width: 40%;
}

/* slide07 */

.slide07 .imgarea_right-btm {
  margin-top: 30px;
}
.slide07 .imgarea_right-ttl {
  margin-top: 100px;
  margin-left: 50px;
}
.slide07 .imgarea_right-ttl span {
  margin-top: 30px;
}
.slide07 .imgarea_right-btm img {
  max-width: 238px;
  width: 40%;
}

/* slide08 */

.slide08 .imgarea_right-btm {

  margin-left: 0%;
}
.slide08 .imgarea_right-ttl {
  margin-top: 100px;
  margin-left: 50px;
}
.slide08 .imgarea_right-ttl p {
  margin-left: 20px;
}

.slide08 .imgarea_right-btm img {
  max-width: 282px;
  width: 40%;
}

.slide08 .imgarea_right-ttl span {
  margin-top: 30px;
}


/* slide09 */

.slide09 .imgarea_right-btm {
  margin-top: -50px;
    margin-left: 0%;
}
.slide09 .imgarea_right-ttl {
  margin-top: 180px;
  margin-left: 50px;
}
.slide09 .imgarea_right-ttl p {
  margin-left: 20px;
}
.slide09 .imgarea_right-ttl span {
  margin-top: 30px;
}
.slide09 .imgarea_right-btm img {
  width: 40%;
}

/* slide10 */

.slide10 .imgarea_right-top {
  margin-bottom: 150px;

}
.slide10 .imgarea_right-btm img {
    width: 40%;
}
.slide10 .imgarea_right-btm {
  margin-top: -150px;
  margin-left: -10px;
}
.slide10 .imgarea_right-ttl {
  margin-top: 40px;
  margin-left: 50px;
}
.slide10 .imgarea_right-ttl p {
  margin-left: 20px;
}
.slide10 .imgarea_right-ttl span {
  margin-top: 30px;
}
.slide10 .imgarea_right-ttl h4{
    font-size: 1.61rem;
}


/* slide11 */

.slide11 .imgarea_right-top {
  margin-left: 0%;
  margin-bottom: 40%;
}
.slide11 .imgarea_right-btm {
  margin-top: -150px;

}
.slide11 .imgarea_right-btm img{
    width: 40%;
}
.slide11 .imgarea_right-ttl {
  margin-top: 40px;
  margin-left: 10%;
}
.slide11 .imgarea_right-ttl p {
  margin-left: 20px;
}
.slide11 .imgarea_right-ttl span {
  margin-top: 30px;
}



.ftr_wrap {
  padding: 50px 0;
}

.ftr_3olumn {
  width: 94%;
  padding-right: 100px;
  box-sizing: border-box;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

.ftr_3olumn .ftr_2column_center p,
.ftr_3olumn .ftr_2column_center a,
.ftr_3olumn .ftr_2column_right a,
.ftr_3olumn .ftr_2column_right p {
  color: #fff;
  font-size: 1.68rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: mr-eaves-sans, sans-serif;
}

.ftr_2column_left {
  margin-right: 80px;
  width: 40%;
}

.ftr_2column_left p {
  font-size: 3.43rem;
  color: #fff;
  font-family: chantal, sans-serif;
  font-weight: bold;
  line-height: 1.7;
}

.ftr_2column_center_menu_contact {
  margin-top: 30px;
}

.ftr_3olumn .ftr_2column_right a {
  display: block;
}
.ftr_2column_right_menu .sns {
  margin: 20px 0 70px;
}
.fotter_copy {
    color: #fff;
    text-align: center;
    width: 100%;
}


/* **************************
  SP&tablet
************************** */
@media screen and (max-width: 1024px) {
    .pc{
        display: none !important;
    }
    .sp{
        display: block;
    }
    .contents__left img{
        width: 24.5vw;
    }
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }

  .contents__left {
    width: 100%;
    box-sizing: border-box;
  }
  .imgarea_left {
    width: 50%;
  }

  .imgarea_left img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

  .imgarea_left img {

    width: 321px;
    height: 394px;
    }

  .imgarea_left,
  .imgarea_right {
  width: 100%;
  box-sizing: border-box;
  }
    .contents__slide02 span{
        display: none;
    }

  .contents__right_panel--imgarea {
    display: block;
  }

  .contents__left
  {
    padding: 30px 30px 0;
  }
  .contents__right_inr {
    padding-top: 10px;
  }


  .contents__left h1 {
    position: initial;
  }
  .contents__wrap {
    display: block;
  }
  .contents__right {
    width: 100%;
  }
  .contents__slide01,
  .contents__slide02_inr {
    display: block;
    max-width: 100%;
    margin: 0 auto;
      padding: unset;
  }
    .contents__slide02_inr{
        display: block;
    }

    .content_slider {
    min-height: 100vh;
}
  .contents__right--title {
    width: 100% !Important;
      margin: 0 auto;
  }

    .contents__slide02 .contents__right--title {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

  .contents__right--title span {
    display: none;
  }
  .contents__right--title h2 {
    margin-top: 10px;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
  }
  .contents__right--title p {
    font-size: 1.1rem;
    color: #fff;
    text-align: left;
    padding-top: 0px;
    text-align: center;
  }
    p.slide01__txt {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
  .contents__right--img {
    width: 100%;
  }
    .contents__right--img.slide01__img {
        position: absolute;
    bottom: 0;
    height: 50%;
}
    .contents__right--img img{
        width: 100%;
    vertical-align: bottom;
    height: 100%;
    object-fit: contain;
    }
    .content_slider {
    min-height: 96vh;
}
  .contents__right_tab {
    padding: 30px 20px;
  }
  .contents__right_tab .tab {
    font-size: 1.6rem;
  }
  .tab.is-active {
    border-bottom: solid 3px #000;
  }
  .contents__right_white {
    background: #fff;
    padding: 0;
  }
  .contents__right_panel {
    padding-top: 0;
  }
  .contents__right_panel--item {
    font-size: 1.1rem;
    border-top: 1px solid #020202;
    position: relative;
    padding: 30px 0 30px 50px;
}

.contents__right_panel--item::before,
.contents__right_panel--item::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.contents__right_panel--item::after {
  background: #000;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.active::after {
  transform: rotate(0);
  transition: 0.5s;
}

.contents__right_info {
  padding: 0 30px 30px;
}

.contents__right_info p {
  font-size: 1.1rem;
}


.contents__right_list01 {
  display: block;
  margin-top: 30px;
}
.contents__right_list01--txt {
  font-size: 1.3rem;
  text-align: center;
}
.contents__right_list01--txt br {
  display: none;
}
.contents__right_list01--txt img {
  max-width: 100%;
  margin-top: 30px;
}

/* contents__right_info03 */
.contents__right_info03 {
  padding: 0 30px 30px;
}
.pl50 {
  padding-left: 0;
}
.contents__right_list03 {
  display: block;
  margin-top: 0;
}
.contents__right_list03__right {
  width: 100%;
  text-align: center;
}
.contents__right_list03__right p,p.list03_pp {
  font-size: 1.2rem;
  padding-top: 20px;
}
.contents__right_list03__rightitem01 {
  display: block;
  margin-top: 0;
  padding-top: 20px;
}
.contents__right_list03__left {
  width: 100%;
  text-align: center;
}
.contents__right_list03__left img {
  max-width: 100%;
  width: 50%;
  height: auto;
}

.contents__right_list03__rightitem01 img {
  max-width: 100%;
  width: 70%;
  height: auto;
}

.contents__right_info04 {
  padding: 0 30px 30px;
}
.contents__right_list04-top {
  display: block;
  margin-top: 0;
}

.contents__right_list04-top br,.contents__right_list04-btm br {
  display: none;
}
.contents__right_list04-top img {
  max-width: 100%;
  width: 50%;
}
.contents__right_list04-top p {
  font-size: 1.2rem;
}
.contents__right_list04-top4-1 {
  padding-top: 0;
}
.contents__right_list04-top4-2 {
  text-align: center;
  margin: 20px 0;
}
.contents__right_list04-top4-3 {
  padding-top: 0;
}
.contents__right_list04-top4-3 p{
  padding-left: 0;
}
.contents__right_list04-top4-3 p:last-child{
  padding-top: 0;
  padding-left: 0;
}

.contents__right_list04-btm4-2 img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 50%;
}

.contents__right_list04-btm4-3 {
    float: unset;
}

.panel {
  padding: 0;
}
.panel.is-show {
    display: block;
}

.imgarea_right-top {
  display: none;
}
.imgarea_right-btm {
  border-top: 1px solid #707070;
  padding: 10px 30px 30px;
  margin-top: 30px;
  display: flex !important;
  align-items: flex-end;
}
.imgarea_right-ttl h4 {
  font-size: 1.5rem !important;
}
.imgarea_right-ttl p {
  font-size: 1.1rem;
}
.imgarea_right-ttl span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 5px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.imgarea_left {
  padding: 0 30px;
  display: flex;
  justify-content: center;
}

.panel_right {
    height: 40vh;
    width:100%;
}

/* slide01 */
.slide01 {
  /* display: none; */
}
.slide01 .imgarea_right-btm {
  margin-top: 30px;
}
.imgarea_right-btm img {
  max-width: 100%;
  width: 40%;
}
.slide01 .imgarea_right-ttl {
  margin-top: 0;
}
.slide01 .imgarea_right-ttl span {
  margin-top: 0
}


/* slide02 */

.slide02 .imgarea_right-btm {
  margin-top: 30px;
}
.slide02 .imgarea_right-ttl {
  margin-top: 0;
  margin-left: 10%;
}
.slide02 .imgarea_right-ttl span {
  margin-top: 0;
}
.slide02 .imgarea_right-btm img {
  max-width: 100%;
  width: 40%;
 }


/* slide03 */

.slide03 .imgarea_right-btm {
  margin-top: 30px;
}
.slide03 .imgarea_right-ttl {
  margin-top: 0;
  margin-left: 10%;
}
.slide03 .imgarea_right-ttl span {
  margin-top: 0;
}
.slide03 .imgarea_right-btm img {
  max-width: 100%;
  width: 50%;
}


/* slide04 */
.slide04 .imgarea_right-btm {
  margin-top: 30px;
}
.slide04 .imgarea_right-ttl {
  margin-top: 0;
  margin-left: 10%;
}
.slide04 .imgarea_right-ttl span {
  margin-top: 0;
}
.slide04 .imgarea_right-btm img {
  max-width: 100%;
  width: 50%;
}



/* slide05 */
.slide05 .imgarea_right-btm {
  margin-top: 30px;
}
.slide05 .imgarea_right-ttl {
  margin-top: 0;
  margin-left: 4%;
}
.slide05 .imgarea_right-ttl span {
  margin-top: 0;
}

/* slide06 */
.slide06 .imgarea_right-btm {
  margin-top: 30px;
}
.slide06 .imgarea_right-ttl {
  margin-top: 0;
  margin-left: 10%;
}
.slide06 .imgarea_right-ttl span {
  margin-top: 0;
}
.slide06 .imgarea_right-btm img {
  max-width: 100%;
  width: 40%;
}


/* slide07 */
.slide07 .imgarea_right-btm {
  margin-top: 30px;
}
.slide07 .imgarea_right-ttl {
  margin-top: 0;
  margin-left: 7%;
}
.slide07 .imgarea_right-ttl span {
  margin-top: 0;
}
.slide07 .imgarea_right-btm img {
  max-width: 100%;
  width: 40%;
}

/* slide08 */
.slide08 .imgarea_right-btm {
  margin-top: 30px;
  margin-left: 0;
}
.imgarea_right-btm img {
  max-width: 100%;
  width: 40%;
}
.slide08 .imgarea_right-ttl {
  margin-top: 0;
  margin-left:4%;
}
.slide08 .imgarea_right-ttl p {
  margin-left: 20px;
}
.slide08 .imgarea_right-ttl span {
  margin-top: 30px;
}


/* slide09 */
.slide09 .imgarea_right-btm {
  margin-top: 30px;
  margin-left: 0;
}
.slide09 .imgarea_right-ttl {
  margin-top: 0;
  margin-left: 5%;
}
.slide09 .imgarea_right-ttl p {
  margin-left: 0;
}
.slide09 .imgarea_right-ttl span {
  margin-top: 0;
}


/* slide10 */
.slide10 .imgarea_right-top {
  margin-bottom: 0;
  margin-left: 0;
}
.slide10 .imgarea_right-btm {
  margin-top: 30px;
  margin-left: 0;
}
.slide10 .imgarea_right-ttl {
  margin-top: 0;
  margin-left: 7%;
}
.slide10 .imgarea_right-ttl p {
  margin-left: 0;
}
.slide10 .imgarea_right-ttl span {
  margin-top: 0;
}


/* slide11 */
.slide11 .imgarea_right-top {
  margin-bottom: 0;
  margin-left: 0;
}
.slide11 .imgarea_right-btm {
  margin-top: 30px;
  margin-left: 0;
}
.slide11 .imgarea_right-ttl {
  margin-top: 0;
  margin-left: 5%;
}
.slide11 .imgarea_right-ttl p {
  margin-left: 0;
}
.slide11 .imgarea_right-ttl span {
  margin-top: 0;
}




  .ftr_wrap {
    margin-top: 0;
    padding: 30px;
  }

  .ftr_3olumn {
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
    margin-left: auto;
    display: block;
  }
  .ftr_2column_right_menu {
    margin-top: 30px;
}

p.sns {
    margin-bottom: 30px !IMPORTANT;
}
  .ftr_3olumn .ftr_2column_center p,
  .ftr_3olumn .ftr_2column_center a,
  .ftr_3olumn .ftr_2column_right a,
  .ftr_3olumn .ftr_2column_right p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: mr-eaves-sans, sans-serif;
  }
  .ftr_2column_left {
    display: none;
  }
  .ftr_2column_left p {
    font-size: 4.9rem;
    color: #fff;
    font-family: chantal, sans-serif;
    font-weight: bold;
  }
  .ftr_3olumn .ftr_2column_right a {
    display: block;
  }

    .contents__right--img.slide02__img img {
    width: 100%;
    animation: anime_not 8s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
        animation-iteration-count: infinite;
    position: absolute;
}

@keyframes anime{
    0%{
        left:0%;
    }
    62.5%{
        left:0%;
    }
    75%{
    left:-100%;
    }
    87.5%{
    left:-100%;
    }
    100%{
    left:-100%;;
    }
}
    .slick-slide{
        overflow: hidden !important;
    }
.contents__right--img.slide02__img {
    position: absolute;
    height: 42vh;
    bottom: 0;
}

.contents__slide02 h2 {
    width: 100%;
    animation: anime_not 8s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;

    font-size: 2.5rem;
    text-align: center;
}


.contents__slide02 {
    position: relative;
    min-height: 100vh;
    padding: unset;
}

.contents__slide02_inr .contents__right--title {
   width: 100%;
}

    .fotter_copy {
    font-size: 10px;
}
}

/* **************************
  only tablet (768px~1024px)
************************** */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .panel.is-show{
        display: flex;
    }
    .imgarea_right-btm{
        border: none;
    }
    .contents__right--title h2{
        font-size: 6.2rem;
    }
    .contents__slide02 h2{
        font-size: 4.2vw;
    }
    .contents__right--title p{
            font-size: 2.1rem;
    }
    p.slide01__txt{
        top: 44%;
    }
}
/* **************************
  only tablet ( side)
************************** */

@media screen and (max-width: 1024px) and (orientation: landscape){
    br.sp {
    display: none;
}
    br.pc {
    display: block !important;
}
    .contents__right--title h2 {
    font-size: 3.2rem;
}
}
/* **************************
  1400px (small laptop)
************************** */
@media screen and (max-width: 1400px) {
    .imgarea_right-btm{
        display: block;
    }
    .imgarea_right-btm img {
    width: 70%;
    margin: 10% auto;
    display: block;
}
    .slide01 .imgarea_right-ttl,.slide02 .imgarea_right-ttl,.slide03 .imgarea_right-ttl,.slide04 .imgarea_right-ttl,.slide05 .imgarea_right-ttl,.slide06 .imgarea_right-ttl,.slide07 .imgarea_right-ttl,.slide08 .imgarea_right-ttl,.slide09 .imgarea_right-ttl,.slide10 .imgarea_right-ttl,.slide11 .imgarea_right-ttl {
    margin-top: 40px;
}

}


@media screen and (min-width: 1250px) and (max-width: 1308px) {

.imgarea_left img {

  width: 521px;
  height: 550px;
  }

}

@media screen and (min-width: 1000px) and (max-width: 1249px) {

  .imgarea_left img {

    width: 481px;
    height: 510px;
    }

  }

  @media screen and (min-width: 900px) and (max-width: 1000px) {

    .imgarea_left img {

      width: 401px;
      height: 510px;
      }

    }

    @media screen and (min-width: 766px) and (max-width: 899px) {

      .imgarea_left img {

        width: 331px;
        height: 357px;
        }

      }

