@charset "UTF-8";
/* ======================================================
sightseeing共通(タイトル部)
====================================================== */
.sightseeing__inr {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}

.sightseeing__ttl {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 5.33333vw;
  line-height: 1;
  letter-spacing: 0.1em;
        text-shadow: 1px 1px 10px rgba(0,0,0,.3),1px 1px 15px rgba(0,0,0,.3),1px 1px 20px rgba(0,0,0,.3),
            -1px 1px 10px rgba(0,0,0,.3),-1px 1px 15px rgba(0,0,0,.3),-1px 1px 20px rgba(0,0,0,.3),
            1px -1px 10px  rgba(0,0,0,.3),1px -1px 15px rgba(0,0,0,.3),1px -1px 20px rgba(0,0,0,.3),
            -1px -1px 10px rgba(0,0,0,.3),-1px -1px 15px rgba(0,0,0,.3),-1px -1px 20px rgba(0,0,0,.3);
}

@media screen and (min-width: 1000px) {
  .sightseeing__ttl {
    font-size: 40px;
  }
}

.sightseeing__ttl::after, .sightseeing__ttl::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #fff;
  position: absolute;
}

.sightseeing__ttl::before {
  top: 25%;
  left: -14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.sightseeing__ttl::after {
  top: 73%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.tr_loop {
  margin-bottom: 58px;
}

.loopslider {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .loopslider {
    height: 300px;
  }
}

.loopslider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.loopslider li {
  width: 300px;
  height: auto;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .loopslider li {
    width: 390px;
    height: 300px;
  }
}


/* ======================================================
sightseeing共通(タイトル部)
====================================================== */
.item {
  text-align: left;
  margin-bottom: 10vw;
}

@media screen and (min-width: 1000px) {
  .item {
    width: 46.5%;
    margin-bottom: 100px;
    min-height: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item.piconly {
    min-height: initial;
    margin-bottom: 30px;
  }
}

.item .c-link__box {
  margin-top: auto;
}

.item__img {
  margin-bottom: 1.5vw;
}

@media screen and (min-width: 1000px) {
  .item__img {
    margin-bottom: 15px;
  }
}

.item__ttl {
  color: #8F3F43;
  font-weight: bold;
  font-size: 3.2vw;
  line-height: 1.875;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 1000px) {
  .item__ttl {
    font-size: 24px;
  }
}

.item__txt {
  margin-bottom: 8vw;
  font-size: 2.4vw;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  border-bottom: 1px dashed   #000000;
}

@media screen and (min-width: 1000px) {
  .item__txt {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.item__address {
  margin-bottom: 8vw;
  font-size: 2.13333vw;
  line-height: 2.8125;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1000px) {
  .item__address {
    font-size: 16px;
    margin-bottom: 0;
  }
}

/* ======================================================
lead
====================================================== */
.lead {
  padding: 1vw 2vw 4vw 2vw;
}

@media screen and (min-width: 1000px) {
  .lead {
    padding: 10px 0 100px;
  }
}

.lead__ttl {
  text-align: center;
  font-weight: bold;
  color: #978062;
  font-size: 3.6vw;
  line-height: 1.66667;
  letter-spacing: 0.3em;
  margin-bottom: 2.5vw;
}

@media screen and (min-width: 1000px) {
  .lead__ttl {
    font-size: 27px;
    margin-bottom: 25px;
  }
}

.lead__txt {
  text-align: center;
  /*font-weight: bold;*/
  /*font-size: 2.4vw;*/
  line-height: 2.11111;
  /*letter-spacing: 0.3em;*/
  margin-bottom: 1em;
}

@media screen and (min-width: 1000px) {
  .lead__txt {
    /*font-size: 18px;*/
  }
}

.lead__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.53333vw;
  line-height: 3.26316;
  letter-spacing: 0.05em;
  margin-bottom: 8vw;
}

@media screen and (min-width: 1000px) {
  .lead__link {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 19px;
  }
}

.lead__link a {
  margin: 0vw 5vw 0vw 5vw;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .lead__link a {
    /*margin: 0 40px;*/
    margin: 0;
    padding: 0 40px;
  }
  .lead__link a::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #211815;
    position: absolute;
    left: 0;
    top: 25px;
  }
  .lead__link a:first-child::before {
    display: none;
  }

}

.lead__link a::after {
  content: '';
  border-top: solid 1px #211815;
  border-right: solid 1px #211815;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.lead__link a:hover::after {
  bottom: -10px;
}


/* 2022/07/30追記  */
.about_txt {
  margin-bottom: 6em;
}
.about_txt p {
  margin-bottom: 1em;
}
.about_txt h3 {
  text-align: center;
  font-size: 4.5vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 1000px) {
  .about_txt h3 {
    font-size: 24px;
  }
}



/* ======================================================
breakfast
====================================================== */
.breakfast {
  background: url(../images/restaurant__top_photo01_pc.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco03.png) no-repeat;
  background-position: center top,right 12% top 56%,right 10% top 15%,left 10% bottom 15%;
  background-size: auto 50vw,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .breakfast {
    background-size: auto 351px,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.breakfast__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .breakfast__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}


/* ======================================================
rooms
====================================================== */
.rooms {
  background: url(../images/room__top_photo01_pc.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco03.png) no-repeat;
  background-position: center top,right 12% top 56%,right 10% top 15%,left 10% bottom 15%;
  background-size: auto 50vw,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .rooms {
    background-size: auto 351px,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.rooms__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .rooms__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}


/* ======================================================
facilities
====================================================== */
.facilities {
  background: url(../images/facilities__top_photo01_pc.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco03.png) no-repeat;
  background-position: center top,right 12% top 56%,right 10% top 15%,left 10% bottom 15%;
  background-size: auto 50vw,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .facilities {
    background-size: auto 351px,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.facilities__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .facilities__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}



/* ======================================================
access
====================================================== */
.access {
  background: url(../images/access__top_photo01_pc.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco03.png) no-repeat;
  background-position: center top,right 12% top 56%,right 10% top 15%,left 10% bottom 15%;
  background-size: auto 50vw,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .access {
    background-size: auto 351px,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.access__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .access__box {
    padding: 90px 0 10px;
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
  }
}
.rootmap>div {
  margin-bottom: 4em;
}
.rootmap h4 {
  font-size: 5vw;
  color:#943F43;
  margin-bottom: 1.5em;
}
.rootmap h4 span {
  font-size: 5.5vw;

}
@media screen and (min-width: 1000px) {
  .rootmap h4 {
      font-size: 24px;
  }
  .rootmap h4 span {
    font-size: 36px;
  }
}


/* ======================================================
sightseeing
====================================================== */
.sightseeing {
  background: url(../images/sightseeing__top_photo01_pc.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco03.png) no-repeat;
  background-position: center top,right 12% top 56%,right 10% top 15%,left 10% bottom 15%;
  background-size: auto 50vw,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .sightseeing {
    background-size: auto 351px,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.sightseeing__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .sightseeing__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}


/* ======================================================
gourmet
====================================================== */
.gourmet {
  background: url(../images/gourmet__top_photo01_pc.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco03.png) no-repeat;
  background-position: center top,right 12% top 56%,right 10% top 15%,left 10% bottom 15%;
  background-size: auto 50vw,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
  margin-bottom: 13vw;
}

@media screen and (min-width: 1000px) {
  .gourmet {
    background-size: auto 351px,auto,auto,auto;
    padding: 105px 0 90px;
    margin-bottom: 100px;
  }
}


/* ======================================================
kaisen
====================================================== */
.kaisen {
  background: url(../images/img_susukino_bg.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco03.png) no-repeat;
  background-position: center top,right 12% top 56%,right 10% top 15%,left 10% bottom 15%;
  background-size: auto 50vw,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .kaisen {
    background-size: auto 351px,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.kaisen__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .kaisen__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ======================================================
genghiskhan
====================================================== */
.genghiskhan {
  background: url(../images/img_susukino_bg.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco03.png) no-repeat;
  background-position: center top,right 12% top 56%,right 10% top 15%,left 10% bottom 15%;
  background-size: auto 50vw,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .genghiskhan {
    background-size: auto 351px,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.genghiskhan__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .genghiskhan__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ======================================================
sushi
====================================================== */
.sushi {
  background: url(../images/img_susukino_bg.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco04.png) no-repeat, url(../images/img_deco05.png) no-repeat;
  background-position: center top,left  11% bottom 21%,right 9% top 20%,left 20% bottom 2%,right 10% bottom 24%;
  background-size: auto 50vw,10% auto,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .sushi {
    background-size: auto 351px,auto,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.sushi__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .sushi__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}


.item__address .cbtn {
    width: 250px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.5em 0;
    position: relative;
    margin-right: inherit;
    /*margin-left: auto;*/
    text-align: center;
}
.item__address .cbtn::before {
content: '';
    width: 250px;
    height: 100%;
    background-image: url(../../images/link_arrow02.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: right bottom;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
}

/* ======================================================
ramen
====================================================== */
.ramen {
  background: url(../images/img_susukino_bg.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco04.png) no-repeat, url(../images/img_deco05.png) no-repeat;
  background-position: center top,left  11% bottom 21%,right 9% top 20%,left 20% bottom 2%,right 10% bottom 24%;
  background-size: auto 50vw,10% auto,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .ramen {
    background-size: auto 351px,auto,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.ramen__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .ramen__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ======================================================
onigiri
====================================================== */
.onigiri {
  background: url(../images/img_susukino_bg.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco04.png) no-repeat, url(../images/img_deco05.png) no-repeat;
  background-position: center top,left  11% bottom 21%,right 9% top 20%,left 20% bottom 2%,right 10% bottom 24%;
  background-size: auto 50vw,10% auto,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .onigiri {
    background-size: auto 351px,auto,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.onigiri__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .onigiri__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ======================================================
parfait
====================================================== */
.parfait {
  background: url(../images/img_susukino_bg.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco04.png) no-repeat, url(../images/img_deco05.png) no-repeat;
  background-position: center top,left  11% bottom 21%,right 9% top 20%,left 20% bottom 2%,right 10% bottom 24%;
  background-size: auto 50vw,10% auto,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .parfait {
    background-size: auto 351px,auto,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.parfait__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .parfait__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ======================================================
bar
====================================================== */
.bar {
  background: url(../images/img_susukino_bg.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco04.png) no-repeat, url(../images/img_deco05.png) no-repeat;
  background-position: center top,left  11% bottom 21%,right 9% top 20%,left 20% bottom 2%,right 10% bottom 24%;
  background-size: auto 50vw,10% auto,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .bar {
    background-size: auto 351px,auto,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.bar__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .bar__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}


.item__address .cbtn {
    width: 250px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.5em 0;
    position: relative;
    margin-right: inherit;
    /*margin-left: auto;*/
    text-align: center;
}
.item__address .cbtn::before {
content: '';
    width: 250px;
    height: 100%;
    background-image: url(../../images/link_arrow02.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: right bottom;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
}


/**/
@media (min-width: 1001px) {
  #mainvisual {
    /*width: calc(100% - calc(400 / 1900 * 100%));*/
    width: 100%;
    height: 832px;
    position: relative;
    margin-top: 0;
    margin-bottom: 100px;
}
#mainvisual .mvslide {
    width: 100%;
    height: 832px;
}
    #mainvisual .mvslide .slick-slider .slick-list {

    }
    #mainvisual h2 {
        position: absolute;
        /*top: 90px;*/
        top: 50%;
        left: 0;
        padding-left: calc(320 / 1900 * 100%);
        color: #fff;
        font-weight: 700;
        /*font-size: calc(33em / 16);*/
        font-size: calc(33em / 19);
        letter-spacing: 0.35em;
        line-height: 1.5;
        text-shadow: 1px 1px 10px rgba(0,0,0,.3),1px 1px 15px rgba(0,0,0,.3),1px 1px 20px rgba(0,0,0,.3),
            -1px 1px 10px rgba(0,0,0,.3),-1px 1px 15px rgba(0,0,0,.3),-1px 1px 20px rgba(0,0,0,.3),
            1px -1px 10px  rgba(0,0,0,.3),1px -1px 15px rgba(0,0,0,.3),1px -1px 20px rgba(0,0,0,.3),
            -1px -1px 10px rgba(0,0,0,.3),-1px -1px 15px rgba(0,0,0,.3),-1px -1px 20px rgba(0,0,0,.3);
    }
/*    #mainvisual h2 > span {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }*/
    #mainvisual h2 > span > span {
        color: #A43840;
    }
#mainvisual .mvslide .slick-slide {
    width: 100%;
    height: 832px;
    position: relative;
    z-index: 0;
            border-radius: 0 10px 0 0;
        overflow: hidden;
}
#mainvisual .mvslide .slick-slide picture {
    width: 100%;
    height: 832px;
    position: absolute;
    top: 0;
    left: 0;
        z-index: -1;
}   
#mainvisual .mvslide .slick-slide picture img {
    min-width: 100%;
    height: 832px;
    object-fit: cover;
}
#mainvisual .mvslide .catch {
    width: 100%;
    height: 753px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
    #mainvisual .slick-counter {
        position: absolute;
        z-index: 100;
        top: 60px;
        right: 180px;
        /*top: -60px;
        right: -180px;*/
        width: 70px;
        height: 70px;
        background-color: #727171;
        color: #fff;
        font-size: calc(24em / 16);
    display: flex;
    justify-content: center;
    align-items: center;
        border-radius: 50%;
    }
#mainvisual .scroll {
    width: 20px;
        position: absolute;
        top: 150px;
        right: 205px;
        /*top: 30px;*/
        /*right: -160px;*/
    z-index: 10;
    transition: all 0.3s ease;
}
    #mainvisual .scroll:hover {
        /*top: 35px;*/
        top: 155px;
    }
    .slick-dots {
        display: none !important;
    }
}

@media (max-width: 1000px) {

#mainvisual {
    width: 100%;
    height: calc(925 / 750 * 100vw);
    position: relative;
    margin-top: calc(64 / 750 * 100vw);
    overflow: inherit;
}
#mainvisual .mvslide {
    width: 100%;
    height: calc(925 / 750 * 100vw);
}
#mainvisual .mvslide .slick-slide {
    width: 100%;
    height: calc(925 / 750 * 100vw);
    position: relative;
    z-index: 0;
}
#mainvisual .mvslide .slick-slide picture {
    width: 100%;
    height: calc(925 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
        z-index: -1;
}   
#mainvisual .mvslide .slick-slide picture img {
    min-width: 100%;
    height: calc(925 / 750 * 100vw);
    object-fit: cover;
}
    #mainvisual .slick-dots {
    bottom: calc(-80 / 750 * 100vw) !important;
}
    #mainvisual .mvslide .slick-dots li {
        width: calc(70 / 750 * 100vw) !important;
        margin: 0 calc(20 / 750 * 100vw) !important;
    }
    #mainvisual .mvslide .slick-dots li button {
        width: calc(70 / 750 * 100vw);
        height: calc(70 / 750 * 100vw);
        background-color: #727171;
        color: #fff;
        border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    #mainvisual .mvslide .slick-dots li.slick-active button {
        background-color: #aaa;
    }
    #mainvisual .splogo {
        width: calc(670 / 750 * 100vw);
        position: absolute;
        top: calc(90 / 750 * 100vw);
        left: calc(40 / 750 * 100vw);
    }
    #mainvisual h2 {
        position: absolute;
        top: calc(240 / 750 * 100vw);
        left: calc(30 / 750 * 100vw);
        color: #fff;
        font-weight: 700;
        font-size: calc(40em / 26);
        letter-spacing: 0.35em;
        line-height: 1.6;
            text-shadow: 1px 1px 1vw rgba(0,0,0,.3),1px 1px 1.5vw rgba(0,0,0,.3),1px 1px 2vw rgba(0,0,0,.3),
                    -1px 1px 1vw rgba(0,0,0,.3),-1px 1px 1.5vw rgba(0,0,0,.3),-1px 1px 2vw rgba(0,0,0,.3),
                    1px -1px 1vw  rgba(0,0,0,.3),1px -1px 1.5vw rgba(0,0,0,.3),1px -1px 2vw rgba(0,0,0,.3),
                    -1px -1px 1vw rgba(0,0,0,.3),-1px -1px 1.5vw rgba(0,0,0,.3),-1px -1px 2vw rgba(0,0,0,.3);
    }
    #mainvisual h2 > span {
/*        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl;*/
        font-size: calc(20em / 26);
    }
    #mainvisual h2 > span > span {
        color: #A43840;
    }
#mainvisual .scroll {
    width: calc(25 / 750 * 100vw);
    position: absolute;
    right: calc(25 / 750 * 100vw);
    bottom: calc(30 / 750 * 100vw);
    z-index: 10;
}


}





/* en */
@media(max-width: 1000px) {
  .wrap.en .lead__link {
    flex-wrap: wrap;
  }
  .wrap.en .lead__link a {
    margin: 0 2vw 4vw;
    line-height: 1.5;
  }

}

/* zhcn */
@media(max-width: 1000px) {

  .wrap.zhcn .lead__link a {
    margin: 0 2vw;
  }

}

/* zhtw */
@media(max-width: 1000px) {

  .wrap.zhtw .lead__link {
    flex-wrap: wrap;
  }
  .wrap.zhtw .lead__link a {
    margin: 0 2vw 4vw;
    line-height: 1.5;
  }

}

/* ko */
@media(max-width: 1000px) {

  .wrap.ko .lead__link {
    flex-wrap: wrap;
  }
  .wrap.ko .lead__link a {
    margin: 0 2vw 4vw;
    line-height: 1.5;
  }

}

/*# sourceMappingURL=style.css.map */