@charset "utf-8";

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

　　共通モジュール設定

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

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

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

.main_visual .top_slider {
  position: relative;
}

.main_visual .top_slider a {
  display: inline;
}

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

.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%);
}

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

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

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

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

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

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

.main_visual .btn_scroll_area a {
  display: inline;
}

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

  .main_visual .top_slider {
    position: relative;
  }

  .main_visual .top_slider a {
    display: inline;
  }

  .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; 
  }

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

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

  .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;
  }

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

  .main_visual .btn_scroll_area {
    position: absolute;
    top: 60%;
    width: 108px;
    right: 0%;
  }
  
  .main_visual .btn_scroll_area img {
    width: 100%;
  }
  
  .main_visual .btn_scroll_area a {
    display: inline;
  }  
    
}

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

  .main_visual .top_slider {
    position: relative;
  }

  .main_visual .top_slider a {
    display: inline;
  }

  .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;
  }

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

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

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

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

  .main_visual .btn_scroll_area {
    position: absolute;
    top: 79%;
    width: 20%;
    right: -10%;
  }
  
  .main_visual .btn_scroll_area img {
    width: 100%;
  }
  
  .main_visual .btn_scroll_area a {
    display: inline;
  }  
    
}

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


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

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

.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;
}

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

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

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

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

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

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

  .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;
  }

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

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

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

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

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

  .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;
  }

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

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

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

  .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){
  .box_area {
    position: relative;
    z-index: 99;
    margin: -30% auto 0%;
  }

  .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
--------------------------------------------------------------*/
.box_map {
  position: relative;
}

.box_map .inner {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;  
}

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

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

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

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

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

.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;  
}

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

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

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

.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;  
}

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

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

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

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

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

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

.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;  
}

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

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

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

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

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

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

.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;  
}

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

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

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

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

.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;  
}

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

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

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

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

.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;  
}


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

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

.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;  
}

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

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

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

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

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

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

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

.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;  
}

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

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

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

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

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

@media screen and (max-width:768px){
  .box_map {
    position: relative;
  }
  
  .box_map .box_img img {
    width: 647px;
  } 
  
  .select_hokkaido {
    position: absolute;
    z-index: 1;
    top: 6.6%;
    left: 44.5%;  
    width: 192px;
    height: 103px;
    padding-top: 10px;
    background-image: url(/images/premium/map/hokkaido-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .select_hokkaido:hover,
  .select_hokkaido.active {
    top: -0.55%;
    left: 37.8%;  
    width: 234px;
    height: 136px;
    background-image: url(/images/premium/map/hokkaido-tb_o.png);
    background-repeat: no-repeat;
  }

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

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

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

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

  .select_hawaii {
    position: absolute;
    z-index: 1;
    top: 53.7%;
    right: 7.5%;
    width: 141px;
    height: 139px;
    background-image: url(/images/premium/map/hawaii-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .select_hawaii:hover,
  .select_hawaii.active {
    position: absolute;
    z-index: 1;
    top: 44.4%;
    right: 2.4%;
    width: 174px;
    height: 181px;
    background-image: url(/images/premium/map/hawaii-tb_o.png);
    background-repeat: no-repeat;
  }
  
  .select_kyushu {
    position: absolute;
    z-index: 1;
    top: 42.7%;
    left: 9.1%;
    width: 117px;
    height: 133px;
    background-image: url(/images/premium/map/kyushu-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .select_kyushu:hover,
  .select_kyushu.active {
    position: absolute;
    z-index: 1;
    top: 33.6%;
    left: 1.9%;
    width: 153px;
    height: 171px;
    background-image: url(/images/premium/map/kyushu-tb_o.png);
    background-repeat: no-repeat;
  } 
  
  .select_yamanashi {
    position: absolute;
    z-index: 1;
    top: 29.9%;
    left: 38.8%;
    width: 81px;
    height: 126px;
    background-image: url(/images/premium/map/yamanashi-tb.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .select_yamanashi:hover,
  .select_yamanashi.active {
    position: absolute;
    z-index: 1;
    top: 19.5%;
    left: 35.8%;
    width: 123px;
    height: 171px;
    background-image: url(/images/premium/map/yamanashi-tb_o.png);
    background-repeat: no-repeat;
    background-size: cover;
  }  

  .box_map .boxTabContent {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
  }  
  
  /* デフォルト */
  .box_map .boxTabContent .no-select {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
    width: 80%;
    margin: 0 auto;
  }

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

  .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;  
  }

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

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

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

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

  .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;  
  }
  
  .box_map .boxTabContent .hokkaido .inner a {
    padding: 20px 30px;
  }

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

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

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

  .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;  
  }
  
  .box_map .boxTabContent .kanto .inner a {
    padding: 20px 2px 2px;
  }

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

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

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

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

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

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

  .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;  
  }

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

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

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

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

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

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

  .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;  
  }
  
  .box_map .boxTabContent .setouchi .inner a {
    padding: 20px 30px; 
  }

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

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

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

  .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;  
  }
  
  .box_map .boxTabContent .okinawa .inner a {
    padding: 20px 30px;
  }

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

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

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

  .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;  
  }

  .box_map .boxTabContent .hawaii .inner .txt-hawaii img {
    width: 120px;
  }
  
   /* 九州 */
  .box_map .boxTabContent .kyushu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

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

  .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;  
  }

  .box_map .boxTabContent .kyushu .inner .txt-kyushu img {
    width: 63px;
  }
  
   /* 山梨・長野 */
  .box_map .boxTabContent .yamanashi {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 80%;
    margin: 0 auto;
  }

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

  .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;  
  }

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

@media screen and (max-width:640px){
  .box_map {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 425px;
    padding:40px 0 10px;
    border-radius: 180px / 80px;
    background: #aae3f5;    
  }
  
  .box_map .box_img {
    display: none;
  }
  
  .box_map .boxTabSelect a {
    display: block;
    width: auto;
    height: auto;
  }   
  
  .box_map .area_select {
    display: block;
    position: relative;
    width: 326px;
    height: 347px;
    margin: 0 auto;
    background-image: url(/images/premium/map/bg-map_sp.png);
    background-repeat: no-repeat;
    background-size: 326px 347px;
    line-height: 0;
  }
  
  .box_map .area_select a {
    display: block !important;
  }
  
  .select_hokkaido {
    position: absolute;
    z-index: 1;
    top: -0.5%;
    left: 53.9%;  
    width: 150px;
    height: 80px;
    padding-top: 10px;
    background-image: url(/images/premium/map/hokkaido-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .select_hokkaido:hover,
  .select_hokkaido.active {
    top: -8%;
    left: 44.2%;  
    width: 182px;
    height: 105px;
    background-image: url(/images/premium/map/hokkaido-sp_o.png);
    background-repeat: no-repeat;
  }

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

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

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

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

  .select_hawaii {
    position: absolute;
    z-index: 1;
    top: 74%;
    right: 2.5%;
    width: 114px;
    height: 86px;
    background-image: url(/images/premium/map/hawaii-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .select_hawaii:hover,
  .select_hawaii.active {
    position: absolute;
    z-index: 1;
    top: 64.5%;
    right: -5%;
    width: 138px;
    height: 119px;
    background-image: url(/images/premium/map/hawaii-sp_o.png);
    background-repeat: no-repeat;
  }
  
  .select_kyushu {
    position: absolute;
    z-index: 1;
    top: 32.5%;
    left: -0.3%;
    width: 83px;
    height: 115px;
    background-image: url(/images/premium/map/kyushu-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .select_kyushu:hover,
  .select_kyushu.active {
    position: absolute;
    z-index: 3;
    top: 23%;
    left: -7%;
    width: 103px;
    height: 148px;
    background-image: url(/images/premium/map/kyushu-sp-o.png);
    background-repeat: no-repeat;
  }  

  .select_yamanashi {
    position: absolute;
    z-index: 1;
    top: 22.5%;
    left: 45.8%;
    width: 64px;
    height: 99px;
    background-image: url(/images/premium/map/yamanashi-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .select_yamanashi:hover,
  .select_yamanashi.active {
    position: absolute;
    z-index: 1;
    top: 13%;
    left: 40.8%;
    width: 96px;
    height: 133px;
    background-image: url(/images/premium/map/yamanashi-sp_o.png);
    background-repeat: no-repeat;
    background-size: cover;
  }  
  
  .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){
  
  .box_map .boxTabContent {
    font-size: 14px;
    font-size: 1.4rem;
  }
  
  .box_map .boxTabContent .no-select .inner {
    position: relative;
    padding: 15px;
    border-radius: 30px;
    background: #dbdbdb;  
  } 
  
  .box_map .boxTabContent .no-select .icon {
    display: block;

  }

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


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

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

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

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

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

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

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

.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;  
}

.premium_item_list button {
  cursor: pointer;
}

.premium_item_list button:focus {
  outline: none;
}

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

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

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


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

  .premium_item_list .inner {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
  }
  
  .premium_item_list .inner .box_ttl {
    margin: 0 auto;
  }

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

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

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

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

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

  .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;  
  }

  .premium_item_list button {
    cursor: pointer;
  }

  .premium_item_list button:focus {
    outline: none;
  }

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

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

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

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

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

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

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

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

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

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

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

.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;  
}

.series_item_list button {
  cursor: pointer;
}

.series_item_list button:focus {
  outline: none;
}

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

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

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


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

  .series_item_list .inner {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
  }
  
  .series_item_list .inner .box_ttl {
    margin: 0 auto;
  }

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

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

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

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

  .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;  
  }

  .series_item_list button {
    cursor: pointer;
  }

  .series_item_list button:focus {
    outline: none;
  }

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

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

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

@media screen and (max-width:640px){
  .series_item_list {
    position: relative;
    z-index: 999;
    margin: -35% auto -55%;  
  }
  
  .series_item_list .inner {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
  }
  
  .series_item_list .inner .item_list {
    margin: 8% 0 0;
  }  
  
}


/*  Area Item
---------------------------------------------*/
.box_area_itemlist {
  position: relative;
  z-index: 99;
  margin: -12% auto;  
}

.box_area_itemlist .box_bg .display_pc {
  display: block;
}

.box_area_itemlist .box_bg .display_tb,
.box_area_itemlist .box_bg .display_sp {
  display: none;
}

.box_area_itemlist .section_inner {
  position: absolute;
  width: 75%;
  max-width: 993px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.box_area_itemlist .section_inner .box_inner {
  position: relative;
  height: 100%;
}

.box_area_itemlist .section_inner .display_pc_tb {
  display: block;
}

.box_area_itemlist .section_inner .display_sp {
  display: none;
}

.box_area_itemlist .section_item_01 .box_img img,
.box_area_itemlist .section_item_02 .box_img img {
  width: 100%;
}

.box_area_itemlist .section_item_01 .img_btn {
  position: absolute;
  top: 60%;
  right: 19%;
  width: 20%;
  max-width: 165px;   
}

.box_area_itemlist .section_item_02 .img_btn {
  position: absolute;
  top: 60%;
  left: 19%;
  width: 20%;
  max-width: 165px;   
}

.box_area_itemlist .section_inner .img_btn img {
  width: 100%;
}

@media screen and (max-width:768px){
  .box_area_itemlist .box_bg .display_tb {
    display: block;
  }

  .box_area_itemlist .box_bg .display_pc,
  .box_area_itemlist .box_bg .display_sp {
    display: none;
  } 
  
  .box_area_itemlist .section_inner {
    position: absolute;
    width: 87%;
    max-width: 993px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
  }  
}

@media screen and (max-width:640px){
  .box_area_itemlist .box_bg .display_sp {
    display: block;
  }

  .box_area_itemlist .box_bg .display_pc,
  .box_area_itemlist .box_bg .display_tb {
    display: none;
  } 
  
  .box_area_itemlist .section_inner {
    position: absolute;
    width: 100%;
    max-width: auto;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .box_area_itemlist .section_item_01 .img_btn {
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    width: auto;
    max-width: 240px;
    margin: 0 auto;
  }

  .box_area_itemlist .section_item_02 .img_btn {
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    width: auto;
    max-width: 240px;
    margin: 0 auto;  
  }

  .box_area_itemlist .section_inner .img_btn img {
    width: 100%;
  }  
  
  .box_area_itemlist .section_inner .display_sp {
    display: block;
  }
  
  .box_area_itemlist .section_inner .display_pc_tb {
    display: none;
  }  
}

/*  Item Main
---------------------------------------------*/
.main_visual_item {
  position: relative;
  margin: 0 auto -10%;
}

.main_visual_item .box_bg img {
  width: 100%;
}

.main_visual_item .box_main {
  position: absolute;
  z-index: 99;
  width: 65%;
  max-width: 990px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main_visual_item .box_main img {
  width: 100%;
}

@media screen and (max-width:768px){
  .main_visual_item {
    position: relative;
    margin: 0 auto -20%;
  }  
  
  .main_visual_item .box_main {
    position: absolute;
    z-index: 99;
    width: 80%;
    max-width: 80%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
  }  
}

/*  Item About
---------------------------------------------*/
.box_about_item {
  position: relative;
  text-align: left;
  margin: 0 auto -8%;
}

.box_about_item .box_txt {
  position: absolute;
  z-index: 99;
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
  top: 52%;
  left: 50%;
  -ms-transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);  
}

.box_about_item .box_txt .box_ttl {
  position: absolute;
  z-index: 3;
  top: -5%;
  left: -5%;
}

.box_about_item .box_txt .box_ttl img {
  width: 222px;
}

.box_about_item .box_txt .box_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.box_about_item .box_txt .inner {
  width: 864px;
  margin: 0 auto;
  padding: 60px 120px;
  border-radius: 120px;
  border: 5px solid #f5f7d6;
  background: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.box_about_item .box_txt .inner .txt {
  margin-bottom: 20px;
}

.box_about_item .box_txt .inner .txt .txt-small {
  font-size: 10px;
  font-size: 1.0rem;
}

.box_about_item .box_txt .inner .txt:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:768px){
  .box_about_item .box_txt {
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);  
  }

  .box_about_item .box_txt .box_ttl {
    position: absolute;
    top: -12%;
    left: 0;
    right: 0;
  }

  .box_about_item .box_txt .box_ttl img {
    display: block;
    margin: 0 auto;
    width: 270px;
  }

  .box_about_item .box_txt .box_img {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .box_about_item .box_txt .inner {
    width: 80%;
    margin: 0 auto;
    padding: 40px 80px;
    background: #fff;
    border-radius: 120px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .box_about_item .box_txt .inner p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:640px){
  .box_about_item {
    overflow: hidden;
  }
  
  .box_about_item .box_txt {
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .box_about_item .box_txt .box_ttl {
    position: absolute;
    top: -17%;
    left: 0;
    right: 0;
  }

  .box_about_item .box_txt .box_ttl img {
    display: block;
    margin: 0 auto;
    width: 260px;
  }

  .box_about_item .box_txt .box_img {
    position: absolute;
    bottom: 0;
    right: -5%;
  }

  .box_about_item .box_txt .inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    background: #fff;
    border-radius: 80px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .box_about_item .box_txt .inner p {
    margin-bottom: 40px;
  }
  
  .box_about_item .box_txt .inner p br {
    display: none;
  }
  
  .box_about_item .box_txt .inner p .txt-small {
    display: block;
  }
}

/*  Item Seibun
---------------------------------------------*/
.box_seibun_item {
  position: relative;
  min-width: 992px;
}

.box_seibun_item .box_content {
  position: absolute;
  top: 6%;
  left: 0;
  right: 0;
  z-index: 99;
  //width: 75%;
  width: 992px;
  max-width: 992px;
  margin: 0 auto;
  text-align: left;
}

.box_seibun_item .box_content .box_ttl {
  width: 100%;
  max-width: 992px;
}

.box_seibun_item .box_content .txt-small {
  font-size: 10px;
  font-size: 1.0rem;
}

.box_seibun_item .box_content .box_ttl {
  margin-bottom: 20px;
}

.box_seibun_item .box_content .box_ttl img {
  width: 100%;
  text-align: center;
}

.box_seibun_item .box_content .box_img img {
  width: 100%;
}

.box_seibun_item .box_content .txt {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.box_seibun_item .box_content .inner01 .box_img,
.box_seibun_item .box_content .inner02 .box_txt,
.box_seibun_item .box_content .inner03 .box_img {
  float: left;
}

.box_seibun_item .box_content .inner01 .box_txt,
.box_seibun_item .box_content .inner02 .box_img,
.box_seibun_item .box_content .inner03 .box_txt {
  float: right;
}

.box_seibun_item .box_list {
  display: flex;
  margin: 20px auto 0;
  padding: 30px;
  border-radius: 40px;
  background: #fff;
}

.box_seibun_item .box_list .list-inner {
  width: 33.333%;
  padding: 0 30px;
  background-image: linear-gradient(#ee3a42 40%, rgba(255,255,255,0) 0%);
  background-position: right;
  background-size: 2px 5px;
  background-repeat: repeat-y;
}

.box_seibun_item .box_list .list-inner:last-child {
  background: none;
}

.box_seibun_item .box_list .ttl {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}

.box_seibun_item .box_list .icon01 {
  padding: 0 5px 0 0;
  line-height: 1;
}

.box_seibun_item .box_list .icon01 img {
  width: 26px;
}

.box_seibun_item .box_list .list-inner ul {
  margin: 20px 0 0;
}

.box_seibun_item .box_list .list-inner li {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.box_seibun_item .box_list .list-inner li .txt-small {
  display: block;
}

.box_seibun_item .box_list .list-inner li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.box_seibun_item .box_list .list-inner li {
  padding: 0 0 0 20px;
}

.box_seibun_item .btn {
  margin-top: 40px;
  text-align: center;
}

.box_seibun_item .btn img {
  width: 422px;
}


@media screen and (max-width:768px){
  .box_seibun_item {
    position: relative;
    min-width:inherit;
  }

  .box_seibun_item .box_content {
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 95%;
    max-width: 992px;
    margin: 0 auto;
    text-align: left;
  }

  .box_seibun_item .box_content .box_ttl {
    width: 100%;
    max-width: 992px;
  }

  .box_seibun_item .box_content .txt-small {
    font-size: 10px;
    font-size: 1.0rem;
  }

  .box_seibun_item .box_content .box_ttl {
    margin-bottom: 20px;
  }

  .box_seibun_item .box_content .box_ttl img {
    width: 100%;
    text-align: center;
  }

  .box_seibun_item .box_content .box_img img {
    width: 100%;
  }

  .box_seibun_item .box_content p {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .box_seibun_item .box_content .inner01 .box_img,
  .box_seibun_item .box_content .inner02 .box_txt,
  .box_seibun_item .box_content .inner03 .box_img {
    float: none;
  }

  .box_seibun_item .box_content .inner01 .box_txt,
  .box_seibun_item .box_content .inner02 .box_img,
  .box_seibun_item .box_content .inner03 .box_txt {
    float: none;
  }
  
  .box_seibun_item .box_list {
    display: flex;
    flex-direction:column;
    margin: 10px auto 0;
    padding: 10px 20px;
    border-radius: 40px;
    background: #fff;
  }

  .box_seibun_item .box_list .list-inner {
    width: 100%;
    padding: 20px 10px;
    border-right:none;
    background-image: linear-gradient(to right, #ee3a42 40%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 5px 2px;
    background-repeat: repeat-x;
  }

  .box_seibun_item .box_list .list-inner:last-child {
    background: none;
  }
  
  .box_seibun_item .box_list .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
  }

  .box_seibun_item .box_list .icon01 {
    padding: 0 5px 0 0;
    line-height: 1.2;
  }

  .box_seibun_item .box_list .icon01 img {
    width: 26px;
  }

  .box_seibun_item .box_list .list-inner ul {
    margin: 10px 0 0;
  }

  .box_seibun_item .box_list .list-inner li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  } 
  
  .box_seibun_item .btn {
    margin-top: 40px;
    text-align: center;
  }

  .box_seibun_item .btn img {
    width: 422px;
  }  
}

@media screen and (max-width:640px){
  .box_seibun_item .btn {
    margin-top: 40px;
    text-align: center;
  }

  .box_seibun_item .btn img {
    width: 100%;
  }    
}

@media screen and (max-width:320px){
  .box_seibun_item .box_list {
    display: flex;
    flex-direction:column;
    margin: 10px auto 0;
    padding: 5px 10px;
    border-radius: 40px;
    background: #fff;
  }

  .box_seibun_item .box_list .list-inner {
    width: 100%;
    padding: 20px 10px;
    border-right:none;
    background-image: linear-gradient(to right, #ee3a42 40%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 5px 2px;
    background-repeat: repeat-x;
  }
  
  .box_seibun_item .box_list .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .box_seibun_item .box_list .icon01 {
    padding: 0 5px 0 0;
    line-height: 1;
  }

  .box_seibun_item .box_list .icon01 img {
    width: 22px;
  }

  .box_seibun_item .box_list .list-inner ul {
    margin: 2% 0 0;
  }

  .box_seibun_item .box_list .list-inner li {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }  
  
  .box_seibun_item .btn {
    margin-top: 2%;
    text-align: center;
  }

  .box_seibun_item .btn img {
    width: 100%;
  }    
}

/*  Item Care
---------------------------------------------*/
.box_care {
  position: relative;
  margin: -5% auto 0;
}

.box_care .box_care_inner {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 75%;
  max-width: 992px;
  margin: 0 auto;
  text-align: left;  
}

.box_care .box_sheet {
  position: relative;
  max-width: 960px;
}

.box_care .box_sheet .box_txt {
  position: absolute;
  top: 50%;
  right: 7%;
  width: 350px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.box_care .box_sheet .box_txt .txt-small {
  display: block;
  margin-top: 4%;
  font-size: 10px;
  font-size: 1.0rem;
}

.box_how {
  margin: 40px auto 0;
}

.box_how ul {
  font-size: 0;
}

.box_how li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

.box_how li::after {
  position: absolute;
  top: 80px;
  right: 0;
  content: "\0025b6";
  font-size: 14px;
  font-size: 1.4rem;
}

.box_how li:last-child::after {
  content: "";
}

.box_how li .inner {
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.box_how li .box_img {
  padding-right: 10%;
}

.box_how li .box_img img {
  display: block;
  width: 80%;
  max-width: 136px;
  margin: 0 auto;
}

.box_how li .box_txt {
  margin: 10px auto 0;
  line-height: 1.5;
}

@media screen and (max-width:768px){ 
  .box_care .box_sheet {
    position: relative;
    max-width: 100%;
  }

  .box_care .box_sheet .box_txt {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .box_care .box_sheet .box_txt .txt-small {
    display: block;
    margin-top: 2%;
    font-size: 10px;
    font-size: 1.0rem;
  }  
  

  .box_how li::after {
    position: absolute;
    top: 50px;
    right: 0;
    content: "\0025b6";
    font-size: 14px;
    font-size: 1.4rem;
  }  
  
  .box_how li .inner {
    width: 100%;
    padding: 0 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }  
}

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

  .box_care .box_sheet .box_txt {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .box_care .box_sheet .box_txt .txt-small {
    display: block;
    margin-top: 2%;
    font-size: 10px;
    font-size: 1.0rem;
  }   
  
  .box_how {
    margin: 40px auto 0;
  }
  
  .box_how .box_list {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .box_how .box_list ul {
    width: 860px;
    font-size: 0;
  }

  .box_how .box_list li {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 215px;
  }

  box_how li::after {
    position: absolute;
    top: 60px;
    right: 0;
    content: "\0025b6";
    font-size: 14px;
    font-size: 1.4rem;
  }

  .box_how li:last-child::after {
    content: "";
  }

  .box_how li .inner {
    width: 100%;
    padding: 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .box_how li .box_img img {
    display: block;
    width: 80%;
    max-width: 136px;
    margin: 0 auto;
  }

  .box_how li .box_txt {
    margin: 10px auto 0;
    line-height: 1.5;
  }  
}

/*  Item Detail
---------------------------------------------*/
.box_detail {
  position: relative;
  margin: -10% auto 0;
}

.box_detail .box_detail_inner {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 75%;
  max-width: 992px;
  margin: 0 auto;
  text-align: center;  
}

.box_detail .box_detail_inner .box_inner {
  margin: 2% auto 0;
  color: #3f3a39;
}

.box_detail .box_detail_inner .box_inner .box_img {
  float: right;
  width: 45%;
}

.box_detail .box_detail_inner .box_inner .box_img img {
  width: 100%;
}

.box_detail .box_detail_inner .box_inner .box_txt {
  float: left;
  width: 50%;
  padding: 100px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.box_detail .box_detail_inner .box_inner .box_txt .ttl {
  text-align: center;
}

.box_detail .box_detail_inner .box_inner .box_txt .ttl .txt-small {
	font-style: normal;
	font-size: 17px;
	font-size: 1.7rem;
}

.box_detail .box_detail_inner .box_inner .box_txt .txt_pkg {
  margin: 20px auto 0;
}

.box_detail .box_detail_inner .box_inner .box_txt .txt_pkg span,
.box_detail .box_detail_inner .box_inner .box_txt .txt_price span {
  font-size: 20px;
  font-size: 2.0rem;
}

.box_detail .box_detail_inner .box_inner .box_txt .txt_shop {
  margin: 20px auto 0;
}

.box_detail .box_detail_inner .box_inner .box_txt .btn {
  width: 224px;
  margin: 20px auto 0;
}

.box_detail .box_detail_inner .box_inner .box_txt .btn img {
  width: 100%;
}

.box_detail .box_detail_inner .box_inner .box_txt .txt-modal {
  margin: 20px auto 0;
  text-decoration: underline;
  cursor: pointer;
}

.box_detail .box_detail_inner .box_inner .box_txt .txt-modal {
  display: inline-block;
}

@media screen and (max-width:768px){
  .box_detail {
    position: relative;
    margin: -10% auto 0;
  }

  .box_detail .box_detail_inner {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    max-width: 992px;
    margin: 0 auto;
    text-align: left;  
  }

  .box_detail .box_detail_inner .box_inner {
    margin: 2% auto 0;
    color: #3f3a39;
    text-align: center;
  }

  .box_detail .box_detail_inner .box_inner .box_img {
    float: right;
    width: 52%;
  }

  .box_detail .box_detail_inner .box_inner .box_img img {
    width: 100%;
  }

  .box_detail .box_detail_inner .box_inner .box_txt {
    float: left;
    width: 47%;
    padding: 30px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

	.box_detail .box_detail_inner .box_inner .box_txt .ttl .txt-small {
		font-style: normal;
		font-size: 15px;
		font-size: 1.5rem;
	}	

  .box_detail .box_detail_inner .box_inner .box_txt .txt_pkg,
  .box_detail .box_detail_inner .box_inner .box_txt .txt_price {
    display: inline-block;
    margin: 20px auto 0;
    padding: 0 5px;
  }
  

  .box_detail .box_detail_inner .box_inner .box_txt .txt_pkg span,
  .box_detail .box_detail_inner .box_inner .box_txt .txt_price span {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .box_detail .box_detail_inner .box_inner .box_txt .txt_shop {
    margin: 20px auto 0;
  }

  .box_detail .box_detail_inner .box_inner .box_txt .btn {
    width: 224px;
    margin: 20px auto 0;
  }

  .box_detail .box_detail_inner .box_inner .box_txt .btn img {
    width: 100%;
  }

  .box_detail .box_detail_inner .box_inner .box_txt .txt-modal {
    margin: 20px auto 0;
    text-decoration: underline;
    cursor: pointer;
  }  
}

@media screen and (max-width:640px){
  .box_detail {
    position: relative;
    margin: -5% auto 0;
  }

  .box_detail .box_detail_inner {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    text-align: left;  
  }

  .box_detail .box_detail_inner .box_inner {
    margin: 20px auto 0;
    color: #3f3a39;
    text-align: center;
  }

  .box_detail .box_detail_inner .box_inner .box_img {
    float: none;
    width: auto;
  }

  .box_detail .box_detail_inner .box_inner .box_img img {
    width: 80%;
  }

  .box_detail .box_detail_inner .box_inner .box_txt {
    float: none;
    width: auto;
    padding: 30px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
	
	.box_detail .box_detail_inner .box_inner .box_txt .ttl .txt-small {
		font-style: normal;
		font-size: 14px;
		font-size: 1.4rem;
	}		
  
  .box_detail .box_detail_inner .box_inner .box_txt .txt_pkg,
  .box_detail .box_detail_inner .box_inner .box_txt .txt_price {
    display: inline-block;
    margin: 20px auto 0;
    padding: 0 5px;
  }
  

  .box_detail .box_detail_inner .box_inner .box_txt .txt_pkg span,
  .box_detail .box_detail_inner .box_inner .box_txt .txt_price span {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .box_detail .box_detail_inner .box_inner .box_txt .txt_shop {
    margin: 20px auto 0;
  }

  .box_detail .box_detail_inner .box_inner .box_txt .btn {
    width: 224px;
    margin: 20px auto 0;
  }

  .box_detail .box_detail_inner .box_inner .box_txt .btn img {
    width: 100%;
  }

  .box_detail .box_detail_inner .box_inner .box_txt .txt-modal {
    margin: 20px auto 0;
    text-decoration: underline;
    cursor: pointer;
  }    
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

  /* hokkaido */
  .other_list.hokkaido {
    margin: 0 auto -15%;
  }
  
  .other_list.hokkaido .section_inner {
    top: 10%;
  }
  
  .other_list.hokkaido .box_ttl img {
    max-width:100%;
    margin: 0 auto;
  }  

  .other_list.hokkaido .box_list li {
    width: 50%;
  }
  
  .other_list.hokkaido .box_list li .inner {
    padding: 0 20px;
  }  
  
  /* okinawa */
  .other_list.okinawa {
    margin: 0 auto -27%;
  }  
  
  .other_list.okinawa .section_inner {
    top: 7%; 
  }  
  
  .other_list.okinawa .box_ttl img {
    max-width:100%;
    margin: 0 auto;
  }

  .other_list.okinawa .box_list li {
    width: 50%;
  }
  
  .other_list.okinawa .box_list li .inner {
    padding: 0 20px;
  }
  
  /* kyoto */
  .other_list.kyoto {
    position: relative;
    margin: 0 auto -5%;
  }

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

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

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

  .other_list.kyoto .box_list li .inner {
    padding: 0 30px;
  } 
  
  /* setouchi */
  .other_list.setouchi {
    margin: 0 auto 0%;
  }
  
  .other_list.setouchi .section_inner {
    top: 12%;
  }
  
  .other_list.setouchi .box_ttl img {
    max-width:70%;
    margin: 0 auto;
  }  

  .other_list.setouchi .box_list li {
    width: 50%;
  }
  
  .other_list.setouchi .box_list li .inner {
    padding: 0 20px;
  }   
  
  /* kyushu */
  .other_list.kyushu {
    margin: 0 auto -18%;
  }
  
  .other_list.kyushu .section_inner {
    top: 12%;
  }
  
  .other_list.kyushu .box_ttl img {
    max-width:100%;
    margin: 0 auto;
  }  

  .other_list.kyushu .box_list li {
    width: 50%;
  }
  
  .other_list.kyushu .box_list li .inner {
    padding: 0 20px;
  }   
  
  /* hawaii */
  .other_list.hawaii {
    margin: 10% auto -14%;
  }  
  
  .other_list.hawaii .section_inner {
    top: 10%; 
  }  
  
  .other_list.hawaii .box_ttl img {
    max-width:100%;
    margin: 0 auto;
  }

  .other_list.hawaii .box_list li {
    width: 50%;
  }
  
  .other_list.hawaii .box_list li .inner {
    padding: 0 20px;
  }  
  
}

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

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

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

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

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

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

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

  /* hokkaido */
  .other_list.hokkaido {
    margin: 0 auto -40%;
  }
  
  .other_list.hokkaido .section_inner {
    top: 5%;
  }  
  
  .other_list.hokkaido .box_list li .inner {
    padding: 0;
  }  
  
  .other_list.hokkaido .box_ttl img {
    max-width:100%;
    margin: 0 auto;
  }

  .other_list.hokkaido .box_list li {
    width: auto;
  }
  
  /* okinawa */
  .other_list.okinawa .box_list li .inner {
    padding: 0;
  }  
  
  .other_list.okinawa .box_ttl img {
    max-width:100%;
    margin: 0 auto;
  }

  .other_list.okinawa .box_list li {
    width: auto;
  } 
  
  /* kyoto */
  .other_list.kyoto {
    position: relative;
    margin: 0 auto;
  }

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

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

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

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

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

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

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

  .other_list.setouchi .box_list li .inner {
    padding: 10% 0;
  }  
  
  /* kyushu */
  .other_list.kyushu {
    margin: 0 auto -60%;
  }
  
  .other_list.kyushu .section_inner {
    top: 10%;
  }  
  
  .other_list.kyushu .box_list li .inner {
    padding: 0;
  }  
  
  .other_list.kyushu .box_ttl img {
    max-width:100%;
    margin: 0 auto;
  }

  .other_list.kyushu .box_list li {
    width: auto;
  }  
  
  /* hawaii */
  .other_list.hawaii {
    position: relative;
    margin: 0 auto -10%;
  }
  
  .other_list.hawaii .box_list li .inner {
    padding: 0;
  }  
  
  .other_list.hawaii .box_ttl img {
    max-width:100%;
    margin: 0 auto;
  } 
  
  .other_list.hawaii .box_list li {
    width: auto;
  }  
}


/*--------------------
component
--------------------*/
#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;
}
#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;
}
#component .cinner {
  padding: 5%;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#component .m_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(/images/premium/close.png)no-repeat 0 0;
  cursor: pointer;
}
#component h2 {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  text-align: center;
}
#component .component_inner {
  margin: 50px 0;
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}
#component .component_inner p {
  line-height: 1.6;
  color: #666666;
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
#component .component_inner p span {
  font-size: 12px;
  font-size: 1.2rem;
}
#component .component_inner p:last-child {
  padding-bottom: 0;
}
#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;
}

#component .sp_show {
  display: none;
}

@media screen and (max-width: 768px) {
#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) {

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

/*  Slick CSS
---------------------------------------------*/
/* Slider */
.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;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

.slick-slider .slick-track,
.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);
}

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

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

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

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

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

    height: auto;

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