@charset "UTF-8";
/* ----------------------------------------
   ■ line.css
---------------------------------------- */
body.subCtg #mainContents {
  padding-top: 10vw;
}

body.subCtg footer::after {
  left: calc(50% - 160px + 30vw);
  top: -31px;
  width: 320px;
  height: 26px;
  background: url("../img/img_deco_train_01.png") no-repeat left bottom/100% auto;
}

body.subCtg #pageTitle > div::after,
body.subCtg footer::before {
  display: none;
}

.sliderWrapper,
#slider1 {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

#slider1 {
  background: url("../img/line/img_slider_base.png") no-repeat left top/100% auto;
}
#slider1 .slick-list {
  overflow: visible;
}
#slider1 > div {
  position: relative;
}
#slider1 > div .point {
  position: absolute;
  right: 3%;
  bottom: 40px;
  width: 32%;
  padding: 0.5em;
  background: #fff;
  border: 4px solid #db0716;
  border-radius: 4px;
  line-height: 1.5;
  text-align: left;
  opacity: 0.0;
  font-size: 1.4rem;
  font-feature-settings: 'palt';
  transition: opacity 0.3s ease;
}
#slider1 > div .point::before {
  content: 'POINT';
  position: absolute;
  left: 0;
  top: calc(-1em - 5px);
  color: #db0716;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
}
#slider1 > div .point::after {
  content: '';
  position: absolute;
  right: -9%;
  bottom: -43px;
  width: 48px;
  height: 48px;
  background: url("../img/line/img_msg_01.png") no-repeat center top/auto 100%;
}

#slider1.selected > div .point {
  opacity: 1.0;
}

.sliderWrapper select {
  position: absolute;
  left: 30px;
  bottom: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 5px 5px 3px 5px;
  background-color: #f8ed4f;
  border: 3px solid #000;
  line-height: 1.1;
  font-size: 1.7rem;
}

#start {
  cursor: pointer;
}

#modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  z-index: 40;
}
#modal > div {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
}
#modal .box {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  width: 80%;
  min-height: 50%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}
#modal .box p {
  font-size: 1.6rem;
}
#modal .box .img {
  width: 40%;
  margin: 1em 15px 0 0;
}
#modal .box .close {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
}
#modal .box .close::before, #modal .box .close::after {
  content: '';
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 0.5px);
  width: 16px;
  height: 1px;
  background: #000;
}
#modal .box .close::before {
  transform: rotate(45deg);
}
#modal .box .close::after {
  transform: rotate(-45deg);
}

/* @media : PC
---------------------------------------- */
@media screen and (min-width: 2001px) {
  body.subCtg #mainContents {
    padding-top: 6.5vw;
  }
}
@media screen and (min-width: 1500px) and (max-width: 2000px) {
  body.subCtg #mainContents {
    padding-top: 7.5vw;
  }
}
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  body.subCtg #mainContents {
    padding-top: 100px;
  }

  body.subCtg footer::after {
    left: calc(50% - 80px + 30vw);
    top: -18px;
    width: 160px;
    height: 13px;
  }

  body.subCtg #pageTitle::before,
  body.subCtg #pageTitle::after {
    display: none;
  }

  body.subCtg #pageTitle {
    padding: 10px 0;
  }

  #slider1 > div .point {
    font-size: 1.6927083333vw;
  }
}
@media screen and (max-width: 480px) {
  body.subCtg #pageTitle h1 > span.en {
    font-size: 6.6666666667vw;
  }

  .sliderWrapper select {
    border-width: 1.5px;
    font-size: 1.3rem;
  }

  #slider1 > div .point {
    font-size: 2.7083333333vw;
  }
}
body.subCtg.yoko header {
  height: 36px;
}
body.subCtg.yoko header .wrap h1 {
  width: 24px;
}
body.subCtg.yoko header .wrap nav ul {
  margin-top: 36px;
}
body.subCtg.yoko header .wrap .btn {
  width: 36px;
  height: 36px;
}
body.subCtg.yoko header .wrap .btn a > div {
  width: 26px;
}
body.subCtg.yoko #pageTitle {
  padding: 2px 0;
}
body.subCtg.yoko #pageTitle h1 {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  height: 32px;
}
body.subCtg.yoko #pageTitle h1 > span {
  margin: 0 5px;
}
body.subCtg.yoko #pageTitle h1 > span.jp {
  font-size: 1.5rem;
}
body.subCtg.yoko #pageTitle h1 > span.en {
  font-size: 3rem;
}
body.subCtg.yoko #mainContents {
  padding-top: 36px;
}
body.subCtg.yoko .sliderWrapper {
  width: 98%;
}

body.subCtg.tate #slider1 > div .point {
  top: 115%;
  bottom: auto;
  right: 25px;
  width: calc(100% - 25px);
  min-height: 8em;
}
