@charset "utf-8";

/*  =============================================================

　　共通モジュール設定

============================================================= */

/*  全体　設定
---------------------------------------------*/

/*　Main Visual
--------------------------------------------------------------*/
#ProductWrap .main_visual {
  position: relative;
}

#ProductWrap .main_visual .top_slider {
  position: relative;
}

#ProductWrap .main_visual .top_slider a {
  display: inline;
}

#ProductWrap .main_visual .main_slider img {
  width: 100%;
}

#ProductWrap .main_visual .box_title {
  position: absolute;
  z-index: 99;
  width: 600px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}

#ProductWrap .main_visual .box_title .inner {
  position: relative;
}

#ProductWrap .main_visual .box_title .box_img img {
  width: 340px;
}

#ProductWrap .main_visual .box_title .txt {
  display: inline;
  margin-top: 20px;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.5;
}

#ProductWrap .main_visual .box_title .inner {
  position: relative;
}

#ProductWrap .main_visual .btn_scroll_area {
  position: absolute;
  top: 60%;
  right: 0;
}

#ProductWrap .main_visual .btn_scroll_area img {
  width: 108px;
}

#ProductWrap .main_visual .btn_scroll_area a {
  display: inline;
}

@media screen and (max-width:768px){
#ProductWrap .main_visual {
    position: relative;
  }

#ProductWrap .main_visual .top_slider {
    position: relative;
  }

#ProductWrap .main_visual .top_slider a {
    display: inline;
  }

#ProductWrap .main_visual .box_title {
    position: absolute;
    z-index: 99;
    width: 344px;
    top: 54%;
    left: 50%;
    -ms-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    /* IE9以下用ハック */
    vertical-align: middle\9;
  }

#ProductWrap .main_visual .box_title .inner {
    position: relative;
    width: 100%;
    text-align: left;
  }

#ProductWrap .main_visual .box_title .box_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

#ProductWrap .main_visual .box_title .txt {
    display: block;
    margin-top: 5px;
    padding-left: 20px;
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.5;
    text-align: center;
  }

#ProductWrap .main_visual .box_title .inner {
    position: relative;
  }

#ProductWrap .main_visual .btn_scroll_area {
    position: absolute;
    top: 60%;
    width: 108px;
    right: 0%;
  }

#ProductWrap .main_visual .btn_scroll_area img {
    width: 100%;
  }

#ProductWrap .main_visual .btn_scroll_area a {
    display: inline;
  }

}

@media screen and (max-width:640px){
#ProductWrap .main_visual {
    position: relative;
  }

#ProductWrap .main_visual .top_slider {
    position: relative;
  }

#ProductWrap .main_visual .top_slider a {
    display: inline;
  }

#ProductWrap .main_visual .box_title {
    position: absolute;
    z-index: 99;
    width: 70%;
    top: 54%;
    left: 50%;
    -ms-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    /* IE9以下用ハック */
    vertical-align: middle\9;
  }

#ProductWrap .main_visual .box_title .inner {
    position: relative;
    width: 100%;
    text-align: left;
  }

#ProductWrap .main_visual .box_title .box_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

#ProductWrap .main_visual .box_title .txt {
    margin-top: 5px;
    padding-left: 0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

#ProductWrap .main_visual .box_title .inner {
    position: relative;
  }

#ProductWrap .main_visual .btn_scroll_area {
    position: absolute;
    top: 79%;
    width: 20%;
    right: -10%;
  }

#ProductWrap .main_visual .btn_scroll_area img {
    width: 100%;
  }

#ProductWrap .main_visual .btn_scroll_area a {
    display: inline;
  }

}

@media screen and (max-width:320px){
#ProductWrap .main_visual .box_title .txt {
    margin-top: 5px;
    padding-left: 0;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
#ProductWrap .main_visual .btn_scroll_area {
    position: absolute;
    top: 78%;
    width: 20%;
    right: -13%;
  }

}


/*　Area
--------------------------------------------------------------*/
#ProductWrap .box_area {
  position: relative;
  z-index: 99;
  margin: -12% auto -5%;
}

#ProductWrap .box_area .box_bg img {
  width: 100%;
}

#ProductWrap .box_area .section_inner {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 80%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* IE9以下用ハック */
  vertical-align: middle\9;
}

#ProductWrap .box_area .section_inner .box_inner {
  position: relative;
  min-height: 655px;
}

#ProductWrap .box_area .section_inner .box_inner .box_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  max-width: 628px;
}

#ProductWrap .box_area .section_inner .box_inner .box_ttl img {
  width: 100%;
}

#ProductWrap .box_area .section_inner .box_inner .box_map {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 647px;
}

@media screen and (max-width:768px){
#ProductWrap .box_area {
    position: relative;
    z-index: 99;
    margin: -10% auto -5%;
  }

#ProductWrap .box_area .box_bg img {
    width: 100%;
  }

#ProductWrap .box_area .section_inner {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* IE9以下用ハック */
    vertical-align: middle\9;
  }

#ProductWrap .box_area .section_inner .box_inner {
    position: relative;
    min-height: 655px;
  }

#ProductWrap .box_area .section_inner .box_inner .box_ttl {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    max-width: auto;
  }

#ProductWrap .box_area .section_inner .box_inner .box_ttl img {
    width: 100%;
  }

#ProductWrap .box_area .section_inner .box_inner .box_map {
    position: relative;
    bottom: 0;
    right: 0;
    width: 647px;
    margin: -4% auto 0;
  }

#ProductWrap .box_area .section_inner .box_inner .box_map img {
    width: 100%;
  }
}

@media screen and (max-width:640px){
#ProductWrap .box_area {
    position: relative;
    z-index: 99;
    margin: -30% auto 0%;
  }

#ProductWrap .box_area .section_inner {
    position: absolute;
    top: 43%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* IE9以下用ハック */
    vertical-align: middle\9;
  }

#ProductWrap .box_area .section_inner .box_inner {
    position: relative;
    min-height: 655px;
  }

#ProductWrap .box_area .section_inner .box_inner .box_ttl {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    max-width: auto;
  }

#ProductWrap .box_area .section_inner .box_inner .box_ttl img {
    width: 100%;
  }

#ProductWrap .box_area .section_inner .box_inner .box_map {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: -4% auto 0;
  }
}

@media screen and (max-width:320px){
#ProductWrap .box_area {
    position: relative;
    z-index: 99;
    margin: -30% auto 0%;
  }

#ProductWrap .box_area .section_inner {
    position: absolute;
    top: 43%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* IE9以下用ハック */
    vertical-align: middle\9;
  }

}

/*　Map
--------------------------------------------------------------*/
#ProductWrap .box_map {
  position: relative;
}

#ProductWrap .box_map .inner {
  position: relative;
}

#ProductWrap .box_map .boxTabSelect a {
  display: block;
  width: 100%;
  height: 100%;
}

#ProductWrap .select_hokkaido,.select_tohoku,.select_kanto,.select_kansai,.select_setouchi,.select_okinawa,.select_hawaii,.select_kyushu {
  cursor: pointer;
}

#ProductWrap .select_hokkaido:hover,.select_tohoku:hover,.select_kanto:hover,.select_kansai:hover,.select_setouchi:hover,.select_okinawa:hover,.select_hawaii:hover,.select_kyushu:hover {
  transition: all 0.1s ease;
}

#ProductWrap .select_hokkaido {
  position: absolute;
  z-index: 1;
  top: 6.5%;
  left: 44.2%;
  width: 192px;
  height: 103px;
  background-image: url(../../../../premium/images/map/hokkaido-pc.png);
  background-repeat: no-repeat;
}
#ProductWrap .select_hokkaido:hover,
#ProductWrap .select_hokkaido.active {
  top: -1%;
  left: 37.9%;
  width: 234px;
  height: 136px;
  background-image: url(../../../../premium/images/map/hokkaido-pc_o.png);
  background-repeat: no-repeat;
}

.select_tohoku {
  position: absolute;
  z-index: 1;
  top: 26%;
  left: 50%;
  width: 148px;
  height: 125px;
  background-image: url(../../../../premium/images/map/tohoku-pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.select_tohoku:hover,
.select_tohoku.active {
  top: 26%;
  left: 50%;
  width: 189px;
  height: 125px;
  background-image: url(../../../../premium/images/map/tohoku-pc_o.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#ProductWrap .select_kanto {
  position: absolute;
  z-index: 2;
  top: 48.8%;
  left: 46.8%;
  width: 126px;
  height: 86px;
  background-image: url(../../../../premium/images/map/kanto-pc.png);
  background-repeat: no-repeat;
}
#ProductWrap .select_kanto:hover,
#ProductWrap .select_kanto.active {
  position: absolute;
  z-index: 2;
  top: 46.4%;
  left: 46.8%;
  width: 169px;
  height: 124px;
  background-image: url(../../../../premium/images/map/kanto-pc_o.png);
  background-repeat: no-repeat;
}

#ProductWrap .select_kansai {
  position: absolute;
  z-index: 2;
  top: 52.5%;
  left: 34%;
  width: 90px;
  height: 131px;
  background-image: url(../../../../premium/images/map/kansai-pc.png);
  background-repeat: no-repeat;
}
#ProductWrap .select_kansai:hover,
#ProductWrap .select_kansai.active {
  position: absolute;
  z-index: 3;
  top: 52.5%;
  left: 33.5%;
  width: 125px;
  height: 174px;
  background-image: url(../../../../premium/images/map/kansai-pc_o.png);
  background-repeat: no-repeat;
}

#ProductWrap .select_setouchi {
  position: absolute;
  z-index: 3;
  top: 37.9%;
  left: 22%;
  width: 93px;
  height: 115px;
  background-image: url(../../../../premium/images/map/setouchi-pc.png);
  background-repeat: no-repeat;
}
#ProductWrap .select_setouchi:hover,
#ProductWrap .select_setouchi.active {
  position: absolute;
  z-index: 3;
  top: 28%;
  left: 20.4%;
  width: 125px;
  height: 174px;
  background-image: url(../../../../premium/images/map/setouchi-pc_o.png);
  background-repeat: no-repeat;
}

#ProductWrap .select_okinawa {
  position: absolute;
  z-index: 3;
  top: 67%;
  left: 9.3%;
  width: 99px;
  height: 99px;
  background-image: url(../../../../premium/images/map/okinawa-pc.png);
  background-repeat: no-repeat;
}
#ProductWrap .select_okinawa:hover,
#ProductWrap .select_okinawa.active {
  position: absolute;
  z-index: 3;
  top: 67%;
  left: 9.4%;
  width: 132px;
  height: 142px;
  background-image: url(../../../../premium/images/map/okinawa-pc_o.png);
  background-repeat: no-repeat;
}

#ProductWrap .select_hawaii {
  position: absolute;
  z-index: 1;
  top: 53.6%;
  right: 7.4%;
  width: 141px;
  height: 139px;
  background-image: url(../../../../premium/images/map/hawaii-pc.png);
  background-repeat: no-repeat;
}
#ProductWrap .select_hawaii:hover,
#ProductWrap .select_hawaii.active {
  position: absolute;
  z-index: 1;
  top: 44.4%;
  right: 2.2%;
  width: 174px;
  height: 181px;
  background-image: url(../../../../premium/images/map/hawaii-pc_o.png);
  background-repeat: no-repeat;
}

#ProductWrap .select_kyushu {
  position: absolute;
  z-index: 1;
  top: 42.7%;
  left: 9.1%;
  width: 106px;
  height: 133px;
  background-image: url(../../../../premium/images/map/kyushu-pc.png);
  background-repeat: no-repeat;
}
#ProductWrap .select_kyushu:hover,
#ProductWrap .select_kyushu.active {
  position: absolute;
  z-index: 1;
  top: 34%;
  left: 3.2%;
  width: 143px;
  height: 170px;
  background-image: url(../../../../premium/images/map/kyushu-pc_o.png);
  background-repeat: no-repeat;
}

#ProductWrap .select_yamanashi {
  position: absolute;
  z-index: 1;
  top: 29.9%;
  left: 38.8%;
  width: 81px;
  height: 126px;
  background-image: url(../../../../premium/images/map/yamanashi-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#ProductWrap .select_yamanashi:hover,
#ProductWrap .select_yamanashi.active {
  position: absolute;
  z-index: 1;
  top: 19.5%;
  left: 35.8%;
  width: 123px;
  height: 171px;
  background-image: url(../../../../premium/images/map/yamanashi-pc_o.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#ProductWrap .box_map .boxTabContent {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: center;
}

#ProductWrap .box_map .boxTabContent .inner ul li {
  display: inline-block;
  width: auto;
  padding-right: 20px;
}

#ProductWrap .box_map .boxTabContent .inner a {
  width: 100%;
  height: 100%;
}

/* デフォルト */
#ProductWrap .box_map .boxTabContent .no-select {
  position: absolute;
  left: -50%;
  top: 50%;
  z-index: 20;
}

#ProductWrap .box_map .boxTabContent .no-select .inner {
  position: relative;
  padding: 30px;
  border-radius: 30px;
  background: #dbdbdb;
  color: #fff;
}

#ProductWrap .box_map .boxTabContent .no-select .inner::before {
  position: absolute;
  top: 30px;
  right: -20px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #dbdbdb;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#ProductWrap .box_map .boxTabContent .no-select .icon {
  display: block;
  margin-bottom: 5px;
}

#ProductWrap .box_map .boxTabContent .no-select .icon img {
  width: 52px;
}

/* 北海道 */
#ProductWrap .box_map .boxTabContent .hokkaido {
  position: absolute;
  left: -50%;
  top: 50%;
}

#ProductWrap .box_map .boxTabContent .hokkaido .inner {
  position: relative;
  width: 360px;
  border-radius: 30px;
  background: #869bcf;
}

#ProductWrap .box_map .boxTabContent .hokkaido .inner a {
  padding: 20px 30px;
}

#ProductWrap .box_map .boxTabContent .hokkaido .inner::before {
  position: absolute;
  top: 30px;
  right: -19px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #869bcf;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#ProductWrap .box_map .boxTabContent .hokkaido .inner .txt-hokkaido img {
  width: 129px;
}

/* 東北 */
.box_map .boxTabContent .tohoku {
  position: absolute;
  left: -50%;
  top: 50%;
}

.box_map .boxTabContent .tohoku .inner {
  position: relative;
  width: 360px;
  border-radius: 30px;
  background: #bdcd58;
}

.box_map .boxTabContent .tohoku .inner a {
  padding: 20px 30px;
}

.box_map .boxTabContent .tohoku .inner::before {
  position: absolute;
  top: 30px;
  right: -19px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #bdcd58;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.box_map .boxTabContent .tohoku .inner .txt-tohoku img {
  width: 92px;
}

/* 関東 */
#ProductWrap .box_map .boxTabContent .kanto {
  position: absolute;
  left: -50%;
  top: 50%;
}

#ProductWrap .box_map .boxTabContent .kanto .inner {
  position: relative;
  width: 360px;
  padding: 20px 2px 2px;
  border-radius: 30px;
  background: #eb8063;
}

#ProductWrap .box_map .boxTabContent .kanto .inner::before {
  position: absolute;
  top: 22px;
  right: -19px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #eb8063;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#ProductWrap .box_map .boxTabContent .kanto .inner .txt-kanto {
  display: block;
  margin-bottom: 10px;
}

#ProductWrap .box_map .boxTabContent .kanto .inner .txt-kanto img {
  width: 62px;
}

#ProductWrap .box_map .boxTabContent .kanto .inner ul {

  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #fff;
}

#ProductWrap .box_map .boxTabContent .kanto .inner a {
  padding: 10px 0;
  color: #eb8063;
}

/* 関西 */
#ProductWrap .box_map .boxTabContent .kansai {
  position: absolute;
  left: -50%;
  top: 50%;
}

#ProductWrap .box_map .boxTabContent .kansai .inner {
  position: relative;
  width: 360px;
  padding: 20px 2px 2px;
  border-radius: 30px;
  background: #798b77;
}

#ProductWrap .box_map .boxTabContent .kansai .inner::before {
  position: absolute;
  top: 30px;
  right: -20px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #798b77;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#ProductWrap .box_map .boxTabContent .kansai .inner .txt-kansai {
  display: block;
  margin-bottom: 10px;
}

#ProductWrap .box_map .boxTabContent .kansai .inner .txt-kansai img {
  width: 62px;
}

#ProductWrap .box_map .boxTabContent .kansai .inner ul {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #fff;
}

#ProductWrap .box_map .boxTabContent .kansai .inner a {
  padding: 10px 0;
  color: #798b77;
}

/* 瀬戸内 */
#ProductWrap .box_map .boxTabContent .setouchi {
  position: absolute;
  left: -50%;
  top: 50%;
}

#ProductWrap .box_map .boxTabContent .setouchi .inner {
  position: relative;
  width: 360px;
  border-radius: 30px;
  background: #5993ae;
}

#ProductWrap .box_map .boxTabContent .setouchi .inner::before {
  position: absolute;
  top: 30px;
  right: -19px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #5993ae;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#ProductWrap .box_map .boxTabContent .setouchi .inner a {
  padding: 20px 30px;
}

#ProductWrap .box_map .boxTabContent .setouchi .inner .txt-setouchi img {
  width: 129px;
}

/* 沖縄 */
#ProductWrap .box_map .boxTabContent .okinawa {
  position: absolute;
  left: -50%;
  top: 50%;
}

#ProductWrap .box_map .boxTabContent .okinawa .inner {
  position: relative;
  width: 360px;
  border-radius: 30px;
  background: #f7b634;
}

#ProductWrap .box_map .boxTabContent .okinawa .inner::before {
  position: absolute;
  top: 30px;
  right: -19px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #f7b634;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#ProductWrap .box_map .boxTabContent .okinawa .inner a {
  padding: 20px 30px;
}

#ProductWrap .box_map .boxTabContent .okinawa .inner .txt-okinawa img {
  width: 96px;
}

/* ハワイ */
#ProductWrap .box_map .boxTabContent .hawaii {
  position: absolute;
  left: -50%;
  top: 50%;
}

#ProductWrap .box_map .boxTabContent .hawaii .inner {
  position: relative;
  width: 360px;
  border-radius: 30px;
  background: #d5b141;
}

#ProductWrap .box_map .boxTabContent .hawaii .inner::before {
  position: absolute;
  top: 30px;
  right: -19px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #d5b141;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}


/* 九州 */
#ProductWrap .box_map .boxTabContent .kyushu {
  position: absolute;
  left: -55%;
  top: 55%;
}

#ProductWrap .box_map .boxTabContent .kyushu .inner {
  position: relative;
  width: 360px;
  padding: 10px 2px 2px;
  border-radius: 30px;
  background: #de0319;
}

#ProductWrap .box_map .boxTabContent .kyushu .inner::before {
  position: absolute;
  top: 16px;
  right: -18px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #de0319;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#ProductWrap .box_map .boxTabContent .kyushu .inner .txt-kyushu {
  display: block;
  margin-bottom: 10px;
}

#ProductWrap .box_map .boxTabContent .kyushu .inner .txt-kyushu img {
  width: 62px;
}

#ProductWrap .box_map .boxTabContent .kyushu .inner ul {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #fff;
  text-align: center;
}

#ProductWrap .box_map .boxTabContent .kyushu .inner ul li {
  display: inline-block;
  width: auto;
  padding-right: 10px;
}

#ProductWrap .box_map .boxTabContent .kyushu .inner li a {
  display: inline-block;
  padding: 10px 0;
  color: #db3243;
}

/* 山梨・長野 */
#ProductWrap .box_map .boxTabContent .yamanashi {
  position: absolute;
  left: -55%;
  top: 55%;
}

#ProductWrap .box_map .boxTabContent .yamanashi .inner {
  position: relative;
  width: 360px;
  padding: 10px 2px 2px;
  border-radius: 30px;
  background: #fa7875;
}

#ProductWrap .box_map .boxTabContent .yamanashi .inner::before {
  position: absolute;
  top: 18px;
  right: -18px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #fa7875;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#ProductWrap .box_map .boxTabContent .yamanashi .inner .txt-yamanashi {
  display: block;
  margin-bottom: 10px;
}

#ProductWrap .box_map .boxTabContent .yamanashi .inner .txt-yamanashi img {
  width: 177px;
}

#ProductWrap .box_map .boxTabContent .yamanashi .inner ul {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #fff;
  text-align: center;
}

#ProductWrap .box_map .boxTabContent .yamanashi .inner ul li {
  display: inline-block;
  width: auto;
  padding-right: 10px;
}

#ProductWrap .box_map .boxTabContent .kyushu .inner li a {
  display: inline-block;
  padding: 10px 0;
  color: #db3243;
}

@media screen and (max-width:768px){
#ProductWrap .box_map {
    position: relative;
  }

#ProductWrap .box_map .box_img img {
    width: 647px;
  }

#ProductWrap .select_hokkaido {
    position: absolute;
    z-index: 1;
    top: 6.6%;
    left: 44.5%;
    width: 192px;
    height: 103px;
    padding-top: 10px;
    background-image: url(../../../../premium/images/map/hokkaido-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_hokkaido:hover,
#ProductWrap .select_hokkaido.active {
    top: -0.55%;
    left: 37.8%;
    width: 234px;
    height: 136px;
    background-image: url(../../../../premium/images/map/hokkaido-tb_o.png);
    background-repeat: no-repeat;
  }
	
#ProductWrap .select_tohoku {
    position: absolute;
    z-index: 1;
    top: 26%;
    left: 50%;
    width: 148px;
    height: 125px;
    background-image: url(../../../../premium/images/map/tohoku-pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
#ProductWrap.select_tohoku:hover,
#ProductWrap .select_tohoku.active {
    top: 26%;
    left: 50%;
    width: 189px;
    height: 125px;
    background-image: url(../../../../premium/images/map/tohoku-pc_o.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }


#ProductWrap .select_kanto {
    position: absolute;
    z-index: 2;
    top: 49%;
    left: 46.7%;
    width: 126px;
    height: 86px;
    background-image: url(../../../../premium/images/map/kanto-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_kanto:hover,
#ProductWrap .select_kanto.active {
    position: absolute;
    z-index: 2;
    top: 47%;
    left: 46.8%;
    width: 169px;
    height: 124px;
    background-image: url(../../../../premium/images/map/kanto-tb_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_kansai {
    position: absolute;
    z-index: 2;
    top: 52.5%;
    left: 34%;
    width: 90px;
    height: 131px;
    background-image: url(../../../../premium/images/map/kansai-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_kansai:hover,
#ProductWrap .select_kansai.active {
    position: absolute;
    z-index: 3;
    top: 52.5%;
    left: 33.5%;
    width: 125px;
    height: 174px;
    background-image: url(../../../../premium/images/map/kansai-tb_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_setouchi {
    position: absolute;
    z-index: 3;
    top: 37.9%;
    left: 22%;
    width: 93px;
    height: 115px;
    background-image: url(../../../../premium/images/map/setouchi-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_setouchi:hover,
#ProductWrap .select_setouchi.active {
    position: absolute;
    z-index: 3;
    top: 27%;
    left: 20.2%;
    width: 127px;
    height: 166px;
    background-image: url(../../../../premium/images/map/setouchi-tb_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_okinawa {
    position: absolute;
    z-index: 3;
    top: 67.2%;
    left: 9.3%;
    width: 99px;
    height: 99px;
    background-image: url(../../../../premium/images/map/okinawa-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_okinawa:hover,
#ProductWrap .select_okinawa.active {
    position: absolute;
    z-index: 3;
    top: 67.2%;
    left: 9.4%;
    width: 132px;
    height: 142px;
    background-image: url(../../../../premium/images/map/okinawa-tb_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_hawaii {
    position: absolute;
    z-index: 1;
    top: 53.7%;
    right: 7.5%;
    width: 141px;
    height: 139px;
    background-image: url(../../../../premium/images/map/hawaii-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_hawaii:hover,
#ProductWrap .select_hawaii.active {
    position: absolute;
    z-index: 1;
    top: 44.4%;
    right: 2.4%;
    width: 174px;
    height: 181px;
    background-image: url(../../../../premium/images/map/hawaii-tb_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_kyushu {
    position: absolute;
    z-index: 1;
    top: 42.7%;
    left: 9.1%;
    width: 117px;
    height: 133px;
    background-image: url(../../../../premium/images/map/kyushu-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_kyushu:hover,
#ProductWrap .select_kyushu.active {
    position: absolute;
    z-index: 1;
    top: 33.6%;
    left: 1.9%;
    width: 153px;
    height: 171px;
    background-image: url(../../../../premium/images/map/kyushu-tb_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_yamanashi {
    position: absolute;
    z-index: 1;
    top: 29.9%;
    left: 38.8%;
    width: 81px;
    height: 126px;
    background-image: url(../../../../premium/images/map/yamanashi-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_yamanashi:hover,
#ProductWrap .select_yamanashi.active {
    position: absolute;
    z-index: 1;
    top: 19.5%;
    left: 35.8%;
    width: 123px;
    height: 171px;
    background-image: url(../../../../premium/images/map/yamanashi-tb_o.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

#ProductWrap .box_map .boxTabContent {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
  }

  /* デフォルト */
#ProductWrap .box_map .boxTabContent .no-select {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
    width: 80%;
    margin: 0 auto;
  }

#ProductWrap .box_map .boxTabContent .no-select .inner {
    position: relative;
    padding: 30px;
    border-radius: 30px;
    background: #dbdbdb;
  }

#ProductWrap .box_map .boxTabContent .no-select .inner::before {
    position: absolute;
    top: -20px;
    right: 47.5%;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dbdbdb;
  }

#ProductWrap .box_map .boxTabContent .no-select .icon {
    display: block;
  }

#ProductWrap .box_map .boxTabContent .no-select .icon img {
    width: 52px;
  }

  /* 北海道 */
#ProductWrap .box_map .boxTabContent .hokkaido {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

#ProductWrap .box_map .boxTabContent .hokkaido .inner {
    position: relative;
    width: 100%;
    border-radius: 30px;
    background: #869bcf;
  }

#ProductWrap .box_map .boxTabContent .hokkaido .inner::before {
    position: absolute;
    top: -19px;
    right: 47.5%;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #869bcf;
  }

#ProductWrap .box_map .boxTabContent .hokkaido .inner a {
    padding: 20px 30px;
  }

#ProductWrap .box_map .boxTabContent .hokkaido .inner .txt-hokkaido img {
    width: 129px;
  }

  /* 東北 */
#ProductWrap .box_map .boxTabContent .tohoku {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

#ProductWrap .box_map .boxTabContent .tohoku .inner {
    position: relative;
    width: 100%;
    border-radius: 30px;
    background: #bdcd58;
  }

#ProductWrap .box_map .boxTabContent .tohoku .inner::before {
    position: absolute;
    top: -19px;
    right: 47.5%;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #bdcd58;
  }

#ProductWrap .box_map .boxTabContent .tohoku .inner a {
    padding: 20px 30px;
  }

#ProductWrap .box_map .boxTabContent .tohoku .inner .txt-tohoku img {
    width: 92px;
  }



  /* 関東 */
#ProductWrap .box_map .boxTabContent .kanto {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

#ProductWrap .box_map .boxTabContent .kanto .inner {
    position: relative;
    width: 100%;
    border-radius: 30px;
    background: #eb8063;
  }

#ProductWrap .box_map .boxTabContent .kanto .inner::before {
    position: absolute;
    top: -19px;
    right: 47.5%;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eb8063;
  }

#ProductWrap .box_map .boxTabContent .kanto .inner a {
    padding: 20px 2px 2px;
  }

#ProductWrap .box_map .boxTabContent .kanto .inner .txt-kanto {
    display: block;
    margin-bottom: 10px;
  }

#ProductWrap .box_map .boxTabContent .kanto .inner .txt-kanto img {
    width: 62px;
  }

#ProductWrap .box_map .boxTabContent .kanto .inner ul {
    padding: 10px 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fff;
  }

#ProductWrap .box_map .boxTabContent .kanto .inner a {
    color: #eb8063;
  }

  /* 関西 */
#ProductWrap .box_map .boxTabContent .kansai {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

#ProductWrap .box_map .boxTabContent .kansai .inner {
    position: relative;
    width: 100%;
    padding: 20px 2px 2px;
    border-radius: 30px;
    background: #798b77;
  }

#ProductWrap .box_map .boxTabContent .kansai .inner::before {
    position: absolute;
    top: -19px;
    right: 47.5%;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #798b77;
  }

#ProductWrap .box_map .boxTabContent .kansai .inner .txt-kansai {
    display: block;
    margin-bottom: 10px;
  }

#ProductWrap .box_map .boxTabContent .kansai .inner .txt-kansai img {
    width: 62px;
  }

#ProductWrap .box_map .boxTabContent .kansai .inner ul {
    padding: 10px 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fff;
  }

#ProductWrap .box_map .boxTabContent .kansai .inner a {
    color: #798b77;
  }

  /* 瀬戸内 */
#ProductWrap .box_map .boxTabContent .setouchi {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

#ProductWrap .box_map .boxTabContent .setouchi .inner {
    position: relative;
    width: 100%;
    border-radius: 30px;
    background: #5993ae;
  }

#ProductWrap .box_map .boxTabContent .setouchi .inner::before {
    position: absolute;
    top: -19px;
    right:47.5%;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #5993ae;
  }

#ProductWrap .box_map .boxTabContent .setouchi .inner a {
    padding: 20px 30px;
  }

#ProductWrap .box_map .boxTabContent .setouchi .inner .txt-setouchi img {
    width: 129px;
  }

  /* 沖縄 */
#ProductWrap .box_map .boxTabContent .okinawa {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

#ProductWrap .box_map .boxTabContent .okinawa .inner {
    position: relative;
    width: 100%;
    border-radius: 30px;
    background: #f7b634;
  }

#ProductWrap .box_map .boxTabContent .okinawa .inner::before {
    position: absolute;
    top: -19px;
    right: 47.5%;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f7b634;
  }

#ProductWrap .box_map .boxTabContent .okinawa .inner a {
    padding: 20px 30px;
  }

#ProductWrap .box_map .boxTabContent .okinawa .inner .txt-okinawa img {
    width: 96px;
  }

  /* ハワイ */
#ProductWrap .box_map .boxTabContent .hawaii {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

#ProductWrap .box_map .boxTabContent .hawaii .inner {
    position: relative;
    width: 100%;
    border-radius: 30px;
    background: #d5b141;
  }

#ProductWrap .box_map .boxTabContent .hawaii .inner a {
    padding: 20px 30px;
  }

#ProductWrap .box_map .boxTabContent .hawaii .inner::before {
    position: absolute;
    top: -19px;
    right: 47.5%;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d5b141;
  }

#ProductWrap .box_map .boxTabContent .hawaii .inner .txt-hawaii img {
    width: 120px;
  }

   /* 九州 */
#ProductWrap .box_map .boxTabContent .kyushu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

#ProductWrap .box_map .boxTabContent .kyushu .inner {
    position: relative;
    width: 100%;
    border-radius: 30px;
    background: #de0319;
  }

#ProductWrap .box_map .boxTabContent .kyushu .inner a {
    padding: 10px 0px;
  }

#ProductWrap .box_map .boxTabContent .kyushu .inner::before {
    position: absolute;
    top: -19px;
    right: 47.5%;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #de0319;
  }

#ProductWrap .box_map .boxTabContent .kyushu .inner .txt-kyushu img {
    width: 63px;
  }

   /* 山梨・長野 */
#ProductWrap .box_map .boxTabContent .yamanashi {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

#ProductWrap .box_map .boxTabContent .yamanashi .inner {
    position: relative;
    width: 100%;
    border-radius: 30px;
    background: #fa7875;
  }

#ProductWrap .box_map .boxTabContent .yamanashi .inner a {
    padding: 10px 0px;
  }

#ProductWrap .box_map .boxTabContent .yamanashi .inner::before {
    position: absolute;
    top: -19px;
    right: 47.5%;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fa7875;
  }

#ProductWrap .box_map .boxTabContent .yamanashi .inner .txt-yamanashi img {
    width: 176px;
  }
}

@media screen and (max-width:640px){
#ProductWrap .box_map {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 425px;
    padding:40px 0 10px;
    border-radius: 180px / 80px;
    background: #aae3f5;
  }

#ProductWrap .box_map .box_img {
    display: none;
  }

#ProductWrap .box_map .boxTabSelect a {
    display: block;
    width: auto;
    height: auto;
  }

#ProductWrap .box_map .area_select {
    display: block;
    position: relative;
    width: 326px;
    height: 347px;
    margin: 0 auto;
    background-image: url(../../../../premium/images/map/bg-map_sp.png);
    background-repeat: no-repeat;
    background-size: 326px 347px;
    line-height: 0;
  }

#ProductWrap .box_map .area_select a {
    display: block !important;
  }

#ProductWrap .select_hokkaido {
    position: absolute;
    z-index: 1;
    top: -0.5%;
    left: 53.9%;
    width: 150px;
    height: 80px;
    padding-top: 10px;
    background-image: url(../../../../premium/images/map/hokkaido-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_hokkaido:hover,
#ProductWrap .select_hokkaido.active {
    top: -8%;
    left: 44.2%;
    width: 182px;
    height: 105px;
    background-image: url(../../../../premium/images/map/hokkaido-sp_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_tohoku {
    position: absolute;
    z-index: 1;
    top: 19%;
    left: 62.5%;
    width: 116px;
    height: 97px;
    background-image: url(../../../../premium/images/map/tohoku-pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
#ProductWrap .select_tohoku:hover,
#ProductWrap .select_tohoku.active {
    top: 19%;
    left: 62.5%;
    width: 148px;
    height: 97px;
    background-image: url(../../../../premium/images/map/tohoku-pc_o.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

#ProductWrap .select_kanto {
    position: absolute;
    z-index: 2;
    top: 42.5%;
    left: 57.8%;
    width: 97px;
    height: 67px;
    background-image: url(../../../../premium/images/map/kanto-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_kanto:hover,
#ProductWrap .select_kanto.active {
    position: absolute;
    z-index: 2;
    top: 39.8%;
    left: 57.5%;
    width: 133px;
    height: 97px;
    background-image: url(../../../../premium/images/map/kanto-sp_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_kansai {
    position: absolute;
    z-index: 2;
    top: 46%;
    left: 37.4%;
    width: 69px;
    height: 103px;
    background-image: url(../../../../premium/images/map/kansai-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_kansai:hover,
#ProductWrap .select_kansai.active {
    position: absolute;
    z-index: 3;
    top: 46%;
    left: 37.5%;
    width: 97px;
    height: 137px;
    background-image: url(../../../../premium/images/map/kansai-sp_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_setouchi {
    position: absolute;
    z-index: 3;
    top: 31%;
    left: 19%;
    width: 72px;
    height: 93px;
    background-image: url(../../../../premium/images/map/setouchi-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_setouchi:hover,
#ProductWrap .select_setouchi.active {
    position: absolute;
    z-index: 3;
    top: 21%;
    left: 16%;
    width: 96px;
    height: 125px;
    background-image: url(../../../../premium/images/map/setouchi-sp_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_okinawa {
    position: absolute;
    z-index: 3;
    top: 61%;
    left: 0%;
    width: 77px;
    height: 77px;
    background-image: url(../../../../premium/images/map/okinawa-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_okinawa:hover,
#ProductWrap .select_okinawa.active {
    position: absolute;
    z-index: 3;
    top: 61%;
    left: 0%;
    width: 102px;
    height: 110px;
    background-image: url(../../../../premium/images/map/okinawa-sp_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_hawaii {
    position: absolute;
    z-index: 1;
    top: 74%;
    right: 2.5%;
    width: 114px;
    height: 86px;
    background-image: url(../../../../premium/images/map/hawaii-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_hawaii:hover,
#ProductWrap .select_hawaii.active {
    position: absolute;
    z-index: 1;
    top: 64.5%;
    right: -5%;
    width: 138px;
    height: 119px;
    background-image: url(../../../../premium/images/map/hawaii-sp_o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_kyushu {
    position: absolute;
    z-index: 1;
    top: 32.5%;
    left: -0.3%;
    width: 83px;
    height: 115px;
    background-image: url(../../../../premium/images/map/kyushu-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_kyushu:hover,
#ProductWrap .select_kyushu.active {
    position: absolute;
    z-index: 3;
    top: 23%;
    left: -7%;
    width: 103px;
    height: 148px;
    background-image: url(../../../../premium/images/map/kyushu-sp-o.png);
    background-repeat: no-repeat;
  }

#ProductWrap .select_yamanashi {
    position: absolute;
    z-index: 1;
    top: 22.5%;
    left: 45.8%;
    width: 64px;
    height: 99px;
    background-image: url(../../../../premium/images/map/yamanashi-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
#ProductWrap .select_yamanashi:hover,
#ProductWrap .select_yamanashi.active {
    position: absolute;
    z-index: 1;
    top: 13%;
    left: 40.8%;
    width: 96px;
    height: 133px;
    background-image: url(../../../../premium/images/map/yamanashi-sp_o.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

#ProductWrap .box_map .boxTabContent {
    padding: 20px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }

}

@media screen and (max-width:320px){

#ProductWrap .box_map .boxTabContent {
    font-size: 14px;
    font-size: 1.4rem;
  }

#ProductWrap .box_map .boxTabContent .no-select .inner {
    position: relative;
    padding: 15px;
    border-radius: 30px;
    background: #dbdbdb;
  }

#ProductWrap .box_map .boxTabContent .no-select .icon {
    display: block;

  }

#ProductWrap .box_map .boxTabContent .no-select .icon img {
    width: 32px;
  }

}


/*  premium list
---------------------------------------------*/
#ProductWrap .premium_item_list {
  position: relative;
  z-index: 99;
  margin: -10% auto 0 auto;
}

#ProductWrap .premium_item_list .inner {
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
}

#ProductWrap .premium_item_list .inner .box_ttl img {
  width: auto;
}

#ProductWrap .premium_item_list .inner .item_list {
  margin: 4% auto 0;
}

#ProductWrap .premium_item_list .inner .item_list .item_slide li {
  padding: 0 20px;
}

#ProductWrap .premium_item_list .inner .item_list .item_slide li img {
  max-width: 224px;
}

#ProductWrap .premium_item_list .item_list {
    width:100%;
    margin:0 auto;
    position:relative;
}

#ProductWrap .premium_item_list .slick-prev, .premium_item_list .slick-next {
  position: absolute;
  top: 40%;
  z-index: 999;
  width: 70px;
  height: 74px;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#ProductWrap .premium_item_list button {
  cursor: pointer;
}

#ProductWrap .premium_item_list button:focus {
  outline: none;
}

#ProductWrap .premium_item_list .slick-prev {
  left: 10%;
  background: url(../../../../premium/images/slide/arrow-img-prev.png);
}

#ProductWrap .premium_item_list .slick-next {
  right: 10%;
  background: url(../../../../premium/images/slide/arrow-img-next.png);
}

#ProductWrap .premium_item_list .slick-dots {
  display: none !important;
}


@media screen and (max-width:768px){
#ProductWrap .premium_item_list {
    position: relative;
    z-index: 99;
    margin: -18% auto -22%;
  }

#ProductWrap .premium_item_list .inner {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
  }

#ProductWrap .premium_item_list .inner .box_ttl {
    margin: 0 auto;
  }

#ProductWrap .premium_item_list .inner .box_ttl img {
    width: 332px;
  }

#ProductWrap .premium_item_list .inner .item_list {
    margin: 5% 0 0;
  }

#ProductWrap .premium_item_list .inner .item_list .item_slide li {
    padding: 0 15px;
  }

#ProductWrap .premium_item_list .inner .item_list .item_slide li img {
    max-width: 195px;
  }

#ProductWrap .premium_item_list .item_list {
      width:100%;
      margin:0 auto;
      position:relative;
  }

#ProductWrap .premium_item_list .slick-prev, .premium_item_list .slick-next {
    position: absolute;
    top: 40%;
    z-index: 999;
    width: 56px;
    height: 59px;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

#ProductWrap .premium_item_list button {
    cursor: pointer;
  }

#ProductWrap .premium_item_list button:focus {
    outline: none;
  }

#ProductWrap .premium_item_list .slick-prev {
    left: 10%;
    background: url(../../../../premium/images/slide/arrow-img-prev.png);
    background-size: 100% 100%;
  }

#ProductWrap .premium_item_list .slick-next {
    right: 10%;
    background: url(../../../../premium/images/slide/arrow-img-next.png);
    background-size: 100% 100%;
  }

#ProductWrap .premium_item_list .slick-dots {
    display: none !important;
  }
}

@media screen and (max-width:640px){
#ProductWrap .premium_item_list {
    position: relative;
    z-index: 99;
    margin: -20% auto 0;
  }

#ProductWrap .premium_item_list .inner .item_list {
    margin: 10% 0 0;
  }

#ProductWrap .premium_item_list .inner {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
  }
}

/*  series list
---------------------------------------------*/
#ProductWrap .series_item_list {
  position: relative;
  z-index: 99;
  margin: -8% auto;
}

#ProductWrap .series_item_list .inner {
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
}

#ProductWrap .series_item_list .inner .box_ttl img {
  width: auto;
}

#ProductWrap .series_item_list .inner .item_list {
  margin: 4% 0 0;
}

#ProductWrap .series_item_list .inner .item_list .item_slide_series li {
  padding: 0 20px;
}

#ProductWrap .series_item_list .item_list {
    width:100%;
    margin:0 auto;
    position:relative;
}

#ProductWrap .series_item_list .slick-prev, .series_item_list .slick-next {
  position: absolute;
  top: 40%;
  z-index: 99;
  width: 70px;
  height: 74px;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#ProductWrap .series_item_list button {
  cursor: pointer;
}

#ProductWrap .series_item_list button:focus {
  outline: none;
}

#ProductWrap .series_item_list .slick-prev {
  left: 10%;
  background: url(../../../../premium/images/slide/arrow-img-prev.png);
}

#ProductWrap .series_item_list .slick-next {
  right: 10%;
  background: url(../../../../premium/images/slide/arrow-img-next.png);
}

#ProductWrap .series_item_list .slick-dots {
  display: none !important;
}


@media screen and (max-width:768px){
#ProductWrap .series_item_list {
    position: relative;
    z-index: 999;
    margin: -34% auto -28%;
  }

#ProductWrap .series_item_list .inner {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
  }

#ProductWrap .series_item_list .inner .box_ttl {
    margin: 0 auto;
  }

#ProductWrap .series_item_list .inner .box_ttl img {
    width: 301px;
  }

#ProductWrap .series_item_list .inner .item_list {
    margin: 5% 0 0;
  }

#ProductWrap .series_item_list .inner .item_list .item_slide_series li {
    padding: 0 20px;
  }

#ProductWrap .series_item_list .item_list {
      width:100%;
      margin:0 auto;
      position:relative;
  }

#ProductWrap .series_item_list .slick-prev, .series_item_list_series .slick-next {
    position: absolute;
    top: 40%;
    z-index: 999;
    width: 56px;
    height: 59px;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

#ProductWrap .series_item_list button {
    cursor: pointer;
  }

#ProductWrap .series_item_list button:focus {
    outline: none;
  }

#ProductWrap .series_item_list .slick-prev {
    left: 10%;
    background: url(../../../../premium/images/slide/arrow-img-prev.png);
    background-size: 100% 100%;
  }

#ProductWrap .series_item_list .slick-next {
    right: 10%;
    background: url(../../../../premium/images/slide/arrow-img-next.png);
    background-size: 100% 100%;
  }

#ProductWrap .series_item_list .slick-dots {
    display: none !important;
  }
}

@media screen and (max-width:640px){
#ProductWrap .series_item_list {
    position: relative;
    z-index: 999;
    margin: -35% auto -55%;
  }

#ProductWrap .series_item_list .inner {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
  }

#ProductWrap .series_item_list .inner .item_list {
    margin: 8% 0 0;
  }

}


/*  Item Other List
---------------------------------------------*/
#ProductWrap .other_list {
  position: relative;
  margin: 0 auto -15%;
}

#ProductWrap .other_list .section_inner {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
}

#ProductWrap .other_list .box_list {
  margin: 40px auto 0;
}

#ProductWrap .other_list .box_list ul {
  font-size: 0;
}

#ProductWrap .other_list .box_list li {
  display: inline-block;
  text-align: center;
}

#ProductWrap .other_list .box_list li .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#ProductWrap .other_list .box_list li img {
  width: 100%;
}

/* other list slide slick */
#ProductWrap .other_list_slide .box_list .list-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #ProductWrap .other_list_slide .box_list .list-sp {
    display: block;
  }
  #ProductWrap .other_list_slide .box_list .slide {
    display: none;
  }
}

#ProductWrap .other_list_slide .slick-arrow {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: 0;
  padding: 0;
  width: 106px;
  height: 106px;
  background-color: #333;
  background-size: contain;
  border: 0;
  border-radius: 50%;
  text-indent: -999em;
  appearance: none;
  cursor: pointer;
}

#ProductWrap .other_list_slide .slick-arrow::before,
#ProductWrap .other_list_slide .slick-arrow::after {
  content: none !important;
}

#ProductWrap .other_list_slide .slick-prev {
  left: -100px;
  background-image: url('../images/other-arrow-prev.svg');
}

#ProductWrap .other_list_slide .slick-next {
  right: -100px;
  background-image: url('../images/other-arrow-next.svg');
}

#ProductWrap .other_list_slide .slick-slide .displaySP {
  display: none;
}

/* hokkaido */
#ProductWrap .other_list.hokkaido .box_ttl img {
  max-width: 482px;
  margin: 0 auto;
}

#ProductWrap .other_list.hokkaido .box_list li .inner {
  padding: 0 30px;
}

#ProductWrap .other_list.hokkaido .box_list li {
  width: 33.333%;
}

/* okinawa */
#ProductWrap .other_list.okinawa {
  position: relative;
  margin: 0 auto -12%;
}

#ProductWrap .other_list.okinawa .section_inner {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
}

#ProductWrap .other_list.okinawa .box_ttl img {
  max-width: 440px;
  margin: 0 auto;
}

#ProductWrap .other_list.okinawa .box_list li {
  width: 33.333%;
}

#ProductWrap .other_list.okinawa .box_list li .inner {
  padding: 0 30px;
}

/* okinawa slide */
#ProductWrap .other_list_slide.okinawa {
  padding: 0 0 11.7% 0;
  background-image: url('../images/okinawa-area/bg-other-slider.png');
}

#ProductWrap .other_list_slide.okinawa::before,
#ProductWrap .other_list_slide.okinawa::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 260px;
  background-size: contain;
  background-repeat: no-repeat;
}

#ProductWrap .other_list_slide.okinawa::before {
  left: 0;
  background-image: url('../images/okinawa-area/bg-other-slider-l.png');
}

#ProductWrap .other_list_slide.okinawa::after {
  right: 0;
  background-image: url('../images/okinawa-area/bg-other-slider-r.png');
}

#ProductWrap .other_list_slide.okinawa .section_inner {
  position: relative;
  top: 0;
  padding: 100px 0 100px 0;
}

/* setouchi */
#ProductWrap .other_list.setouchi {
  position: relative;
  margin: 0 auto -16%;
}

#ProductWrap .other_list.setouchi .section_inner {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
}

#ProductWrap .other_list.setouchi .box_ttl img {
  max-width: 587px;
  margin: 0 auto;
}

#ProductWrap .other_list.setouchi .box_list li {
  width: 33.333%;
}

#ProductWrap .other_list.setouchi .box_list li .inner {
  padding: 0 30px;
}

/* tochigi */
#ProductWrap .other_list.tochigi {
  position: relative;
  margin: 0 auto;
}

#ProductWrap .other_list.tochigi .section_inner {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
}

#ProductWrap .other_list.tochigi .box_ttl img {
  max-width: 442px;
  margin: 0 auto;
}

#ProductWrap .other_list.tochigi .box_list li {
  width: 42%;
}

#ProductWrap .other_list.tochigi .box_list li .inner {
  padding: 0 30px;
}


/* kyoto */
#ProductWrap .other_list.kyoto {
  position: relative;
  margin: 0 auto -5%;
}

#ProductWrap .other_list.kyoto .section_inner {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
}

#ProductWrap .other_list.kyoto .box_ttl img {
  max-width: 442px;
  margin: 0 auto;
}

#ProductWrap .other_list.kyoto .box_list li {
  width: 42%;
}

#ProductWrap .other_list.kyoto .box_list li .inner {
  padding: 0 30px;
}


/* kyushu */
#ProductWrap .other_list.kyushu .box_ttl img {
  max-width: 459px;
  margin: 0 auto;
}

#ProductWrap .other_list.kyushu .box_list li .inner {
  padding: 0 30px;
}

#ProductWrap .other_list.kyushu .box_list li {
  width: 33.333%;
}

/* hawaii */
#ProductWrap .other_list.hawaii {
  position: relative;
  margin: -8% auto -7%;
}

#ProductWrap .other_list.hawaii .section_inner {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
}

#ProductWrap .other_list.hawaii .box_ttl img {
  max-width: 670px;
  margin: 0 auto;
}

#ProductWrap .other_list.hawaii .box_list li {
  width: 33.333%;
}

#ProductWrap .other_list.hawaii .box_list li .inner {
  padding: 0 30px;
}

/* yamanashi */
#ProductWrap .other_list.yamanashi .box_ttl img {
  max-width: 544px;
  margin: 0 auto;
}


@media screen and (max-width:768px){
#ProductWrap .other_list {
    position: relative;
    margin: 0 auto -25%;
  }

#ProductWrap .other_list .section_inner {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    max-width: 992px;
    margin: 0 auto;
  }

#ProductWrap .other_list .box_list {
    margin: 40px auto 0;
  }

#ProductWrap .other_list .box_list ul {
    font-size: 0;
  }

#ProductWrap .other_list .box_list li {
    display: inline-block;
    text-align: center;
  }

#ProductWrap .other_list .box_list li .inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

#ProductWrap .other_list .box_list li img {
    width: 100%;
  }

  /* hokkaido */
#ProductWrap .other_list.hokkaido {
    margin: 0 auto -15%;
  }

#ProductWrap .other_list.hokkaido .section_inner {
    top: 10%;
  }

#ProductWrap .other_list.hokkaido .box_ttl img {
    max-width:100%;
    width: 482px;
    margin: 0 auto;
  }

#ProductWrap .other_list.hokkaido .box_list li {
    width: 50%;
  }

#ProductWrap .other_list.hokkaido .box_list li .inner {
    padding: 0 20px;
  }

  /* okinawa */
#ProductWrap .other_list.okinawa {
    margin: 0 auto -27%;
  }

#ProductWrap .other_list.okinawa .section_inner {
    top: 7%;
  }

#ProductWrap .other_list.okinawa .box_ttl img {
    max-width:100%;
    width: 440px;
    margin: 0 auto;
  }

#ProductWrap .other_list.okinawa .box_list li {
    width: 50%;
  }

#ProductWrap .other_list.okinawa .box_list li .inner {
    padding: 0 20px;
  }
/*

  /* okinawa slide */
#ProductWrap .other_list_slide.okinawa {
    margin-top: -10vw;
    padding: 10% 0 12% 0;
    background-image: none;
  }

#ProductWrap .other_list_slide.okinawa .section_inner {
    position: relative;
    padding-top: 7%;
  }

#ProductWrap .other_list_slide.okinawa .box_list li .inner {
    padding-bottom: 7vw;
  }

#ProductWrap .other_list_slide.okinawa::before {
    top: 50%;
    width: 100%;
    background-image: url('../images/okinawa-area/bg-other-slider-sp.png');
    background-size: contain;
    background-repeat: repeat;
  }

#ProductWrap .other_list_slide.okinawa::after {
    bottom: auto;
    padding-top: 344%;
    width: 100%;
    height: 0;
    background-image: url('../images/okinawa-area/bg-other-slider-c-sp.png');
  }

  /* tochigi */
#ProductWrap .other_list.tochigi {
    position: relative;
    margin: 0 auto -5%;
  }

#ProductWrap .other_list.tochigi .section_inner {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    max-width: 992px;
    margin: 0 auto;
  }

#ProductWrap .other_list.tochigi .box_ttl img {
    max-width: 442px;
    margin: 0 auto;
  }

#ProductWrap .other_list.tochigi .box_list li {
    width: 50%;
  }

#ProductWrap .other_list.tochigi .box_list li .inner {
    padding: 0 30px;
  }


  /* kyoto */
#ProductWrap .other_list.kyoto {
    position: relative;
    margin: 0 auto -5%;
  }

#ProductWrap .other_list.kyoto .section_inner {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    max-width: 992px;
    margin: 0 auto;
  }

#ProductWrap .other_list.kyoto .box_ttl img {
    max-width: 442px;
    margin: 0 auto;
  }

#ProductWrap .other_list.kyoto .box_list li {
    width: 62%;
  }

#ProductWrap .other_list.kyoto .box_list li .inner {
    padding: 0 30px;
  }

  /* setouchi */
#ProductWrap .other_list.setouchi {
    margin: 0 auto 0%;
  }

#ProductWrap .other_list.setouchi .section_inner {
    top: 12%;
  }

#ProductWrap .other_list.setouchi .box_ttl img {
    max-width:70%;
    margin: 0 auto;
  }

#ProductWrap .other_list.setouchi .box_list li {
    width: 50%;
  }

#ProductWrap .other_list.setouchi .box_list li .inner {
    padding: 0 20px;
  }

  /* kyushu */
#ProductWrap .other_list.kyushu {
    margin: 0 auto -18%;
  }

#ProductWrap .other_list.kyushu .section_inner {
    top: 12%;
  }

#ProductWrap .other_list.kyushu .box_ttl img {
    max-width:100%;
    width: 459px;
    margin: 0 auto;
  }

#ProductWrap .other_list.kyushu .box_list li {
    width: 50%;
  }

#ProductWrap .other_list.kyushu .box_list li .inner {
    padding: 0 20px;
  }

  /* hawaii */
#ProductWrap .other_list.hawaii {
    margin: 10% auto -14%;
  }

#ProductWrap .other_list.hawaii .section_inner {
    top: 10%;
  }

#ProductWrap .other_list.hawaii .box_ttl img {
    max-width:100%;
    margin: 0 auto;
  }

#ProductWrap .other_list.hawaii .box_list li {
    width: 50%;
  }

#ProductWrap .other_list.hawaii .box_list li .inner {
    padding: 0 20px;
  }
  /* yamanashi */
#ProductWrap .other_list.yamanashi {
    margin: -10% auto -6%;
  }
#ProductWrap .other_list.yamanashi .section_inner {
    top: 16%;
  }
#ProductWrap .other_list.yamanashi .box_ttl img {
    max-width:80%;
    margin: 0 auto;
  }
#ProductWrap .other_list.yamanashi .box_list {
    margin-top: 8%;
  }
#ProductWrap .other_list.yamanashi .box_list a {
    position: relative;
  }

}

@media screen and (max-width:640px){
#ProductWrap .other_list {
    position: relative;
    margin: 0 auto -28%;
  }

#ProductWrap .other_list .section_inner {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    max-width: 992px;
    margin: 0 auto;
  }

#ProductWrap .other_list .box_list {
    margin: 40px auto 0;
  }

#ProductWrap .other_list .box_list ul {
    font-size: 0;
  }

#ProductWrap .other_list .box_list li {
    display: block;
    width: auto;
    text-align: center;
  }

#ProductWrap .other_list .box_list li .inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

#ProductWrap .other_list .box_list li img {
    width: 100%;
  }

  /* hokkaido */
#ProductWrap .other_list.hokkaido {
    /* margin: 0 auto -40%; */
    margin: 0 auto;
  }

#ProductWrap .other_list.hokkaido .section_inner {
    top: 5%;
  }

#ProductWrap .other_list.hokkaido .box_list li .inner {
    padding: 0;
  }

#ProductWrap .other_list.hokkaido .box_ttl img {
    max-width:100%;
    width: 252px;
    margin: 0 auto;
  }

#ProductWrap .other_list.hokkaido .box_list li {
    width: auto;
  }

  /* okinawa */
#ProductWrap .other_list.okinawa .box_list li .inner {
    padding: 0;
  }

#ProductWrap .other_list.okinawa .box_ttl img {
    max-width:100%;
    width: 214px;
    margin: 0 auto;
  }

#ProductWrap .other_list.okinawa .box_list li {
    width: auto;
  }
  #ProductWrap .other_list.hokkaido + .box_area {
    margin: -10% auto 0%;
  }

  /* okinawa slide */
#ProductWrap .other_list_slide.okinawa {
    padding: 18% 0 30% 0;
  }

#ProductWrap .other_list_slide.okinawa .box_list {
    margin: 8vw 0 0 0;
  }

#ProductWrap .other_list_slide.okinawa .section_inner {
    top: 0;
    padding: 0 0 8% 0;
  }

#ProductWrap .other_list_slide.okinawa .box_list li .inner {
    padding: 0 3% 4% 3%;
  }

  /* tochigi */
#ProductWrap .other_list.tochigi {
    position: relative;
    margin: 0 auto;
  }

#ProductWrap .other_list.tochigi .section_inner {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    max-width: 992px;
    margin: 0 auto;
  }

#ProductWrap .other_list.tochigi .box_list {
    margin: 2% auto 0;
  }

#ProductWrap .other_list.tochigi .box_ttl img {
    width: 214px;
    max-width:100%;
    margin: 0 auto;
  }

#ProductWrap .other_list.tochigi .box_list li {
    width: auto;
  }

#ProductWrap .other_list.tochigi .box_list li .inner {
    padding: 10%;
  }
  /* kyoto */
#ProductWrap .other_list.kyoto {
    position: relative;
    margin: 0 auto;
  }

#ProductWrap .other_list.kyoto .section_inner {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    max-width: 992px;
    margin: 0 auto;
  }

#ProductWrap .other_list.kyoto .box_list {
    margin: 2% auto 0;
  }

#ProductWrap .other_list.kyoto .box_ttl img {
    width: 206px;
    max-width:100%;
    margin: 0 auto;
  }

#ProductWrap .other_list.kyoto .box_list li {
    width: auto;
  }

#ProductWrap .other_list.kyoto .box_list li .inner {
    padding: 10%;
  }

  /* setouchi */
#ProductWrap .other_list.setouchi {
    position: relative;
    margin: 0 auto;
  }

#ProductWrap .other_list.setouchi .section_inner {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    max-width: 992px;
    margin: 0 auto;
  }

#ProductWrap .other_list.setouchi .box_list {
    margin: 2% auto 0;
  }

#ProductWrap .other_list.setouchi .box_ttl img {
    width: 100%;
    max-width:100%;
    margin: 0 auto;
  }

#ProductWrap .other_list.setouchi .box_list li {
    width: auto;
  }

#ProductWrap .other_list.setouchi .box_list li .inner {
    padding: 10% 0;
  }

  /* kyushu */
#ProductWrap .other_list.kyushu {
    margin: 0 auto -60%;
  }

#ProductWrap .other_list.kyushu .section_inner {
    top: 10%;
  }

#ProductWrap .other_list.kyushu .box_list li .inner {
    padding: 0;
  }

#ProductWrap .other_list.kyushu .box_ttl img {
    max-width:100%;
    width: 322px;
    margin: 0 auto;
  }

#ProductWrap .other_list.kyushu .box_list li {
    width: auto;
  }

  /* hawaii */
#ProductWrap .other_list.hawaii {
    position: relative;
    margin: 0 auto -10%;
  }

#ProductWrap .other_list.hawaii .box_list li .inner {
    padding: 0;
  }

#ProductWrap .other_list.hawaii .box_ttl img {
    max-width:100%;
    margin: 0 auto;
  }

#ProductWrap .other_list.hawaii .box_list li {
    width: auto;
  }
}


/*--------------------
component
--------------------*/
#ProductWrap #overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9900;
    opacity: 0.6;
    background-color: rgb(136, 136, 136);
    display: none;
}
#ProductWrap #component {
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  display: none;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  height: 80%;
  z-index: 9999;
}
#ProductWrap #component .cinner {
  padding: 5%;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#ProductWrap #component .m_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../../../../premium/images/close.png)no-repeat 0 0;
  cursor: pointer;
}
#ProductWrap #component h2 {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  text-align: center;
}
#ProductWrap #component .component_inner {
  margin: 50px 0;
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}
#ProductWrap #component .component_inner p {
  line-height: 1.6;
  color: #666666;
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
#ProductWrap #component .component_inner p span {
  font-size: 12px;
  font-size: 1.2rem;
}
#ProductWrap #component .component_inner p:last-child {
  padding-bottom: 0;
}
#ProductWrap #component .m_close_button {
  display: inline-block;
  width: 260px;
  line-height: 50px;
  background: #8e8e8e;
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  margin: 0 auto;
}

#ProductWrap #component .sp_show {
  display: none;
}

@media screen and (max-width: 768px) {
#ProductWrap #component {
  position: fixed;
  top: 5%;
  left: 0%;
  right: 0;
  display: none;
  width: 90%;
  max-width: 980px;
  background: #fff;
  text-align: center;
  height: 80%;
  z-index: 9999;
}

}

@media screen and (max-width: 641px) {

#ProductWrap #component .m_close {
  display: none;
}

#ProductWrap #component .sp_show {
  display: block;
  margin-bottom: 50px;
}
}

/*  Slick CSS
---------------------------------------------*/
/* Slider */
#ProductWrap .slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#ProductWrap .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
#ProductWrap .slick-list:focus
{
    outline: none;
}
#ProductWrap .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

#ProductWrap .slick-slider .slick-track,
#ProductWrap .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

#ProductWrap .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
#ProductWrap .slick-track:before,
#ProductWrap .slick-track:after
{
    display: table;

    content: '';
}
#ProductWrap .slick-track:after
{
    clear: both;
}
#ProductWrap .slick-loading .slick-track
{
    visibility: hidden;
}

#ProductWrap .slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
#ProductWrap .slick-slide img
{
    display: block;
}
#ProductWrap .slick-slide.slick-loading img
{
    display: none;
}
#ProductWrap .slick-slide.dragging img
{
    pointer-events: none;
}
#ProductWrap .slick-initialized .slick-slide
{
    display: block;
}
#ProductWrap .slick-loading .slick-slide
{
    visibility: hidden;
}
#ProductWrap .slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
#ProductWrap .slick-arrow.slick-hidden {
    display: none;
}

/* shimane */
#ProductWrap .box_map .boxTabContent .setouchi {
  position: absolute;
  left: -50%;
  top: 50%;
}

#ProductWrap .box_map .boxTabContent .setouchi .inner {
  position: relative;
  width: 360px;
  padding: 20px 2px 2px;
  border-radius: 30px;
  background: #5993ae;
}

#ProductWrap .box_map .boxTabContent .setouchi .inner::before {
  position: absolute;
  top: 30px;
  right: -20px;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #5993ae;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#ProductWrap .box_map .boxTabContent .setouchi .inner .txt-setouchi {
  display: block;
  margin-bottom: 10px;
}

#ProductWrap .box_map .boxTabContent .setouchi .inner .txt-setouchi img {
  /*width: 150px;*/
  width: 166px;
}

#ProductWrap .box_map .boxTabContent .setouchi .inner ul {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #fff;
}

#ProductWrap .box_map .boxTabContent .setouchi .inner a {
  padding: 10px 0;
  color: #5993ae;
}

@media screen and (max-width: 768px) {
  /* 関西 */
  #ProductWrap .box_map .boxTabContent .setouchi {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

  #ProductWrap .box_map .boxTabContent .setouchi .inner {
    position: relative;
    width: 100%;
    padding: 20px 2px 2px;
    border-radius: 30px;
    background: #5993ae;
  }

  #ProductWrap .box_map .boxTabContent .setouchi .inner::before {
    position: absolute;
    top: -19px;
    right: 47.5%;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #5993ae;
  }

  #ProductWrap .box_map .boxTabContent .setouchi .inner .txt-setouchi {
    display: block;
    margin-bottom: 10px;
  }

  #ProductWrap .box_map .boxTabContent .setouchi .inner .txt-setouchi img {
    width: 150px;
  }

  #ProductWrap .box_map .boxTabContent .setouchi .inner ul {
    padding: 10px 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fff;
  }

  #ProductWrap .box_map .boxTabContent .setouchi .inner a {
    color: #5993ae;
  }
}

/*===============*/

#ProductWrap .select_chubu {
  position: absolute;
  z-index: 1;
  top: 29.9%;
  left: 38.8%;
  width: 81px;
  height: 126px;
  background-image: url(../../../../premium/images/map/chubu-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#ProductWrap .select_chubu:hover,
#ProductWrap .select_chubu.active {
  position: absolute;
  z-index: 1;
  top: 19.5%;
  left: 35.8%;
  width: 123px;
  height: 171px;
  background-image: url(../../../../premium/images/map/chubu-pc_o.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  #ProductWrap .select_chubu {
    position: absolute;
    z-index: 1;
    top: 29.9%;
    left: 38.8%;
    width: 81px;
    height: 126px;
    background-image: url(../../../../premium/images/map/chubu-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #ProductWrap .select_chubu:hover,
  #ProductWrap .select_chubu.active {
    position: absolute;
    z-index: 1;
    top: 19.5%;
    left: 35.8%;
    width: 123px;
    height: 171px;
    background-image: url(../../../../premium/images/map/chubu-tb_o.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width:640px) {
  #ProductWrap .select_chubu {
    position: absolute;
    z-index: 1;
    top: 22.5%;
    left: 45.8%;
    width: 64px;
    height: 99px;
    background-image: url(../../../../premium/images/map/chubu-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #ProductWrap .select_chubu:hover,
  #ProductWrap .select_chubu.active {
    position: absolute;
    z-index: 1;
    top: 13%;
    left: 40.8%;
    width: 96px;
    height: 133px;
    background-image: url(../../../../premium/images/map/chubu-sp_o.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.select_airline.btnTab {
  position: absolute;
  top: 20%;
  right: 7.5%;
  width: 83px;
  height: 84px;
  background: url(../../../../premium/images/map/airline.png) 50% 50% / contain no-repeat;
}
.select_airline.btnTab:hover {
  transform: scale(1.5);
}
@media screen and (max-width: 640px) {
  .select_airline.btnTab {
    top: 49.5%;
    right: -4%;
    width: 41px;
    height: 42px;
  }
}