@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.fwB {
  font-weight: bold;
}

/*common*/
* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #fff;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.font_gilroy {
  font-family: "Gilroy", serif;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* !icebucks_lp_wrapper
---------------------------------------------------------- */
#icebucks_lp_wrapper {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
  min-width: 960px;
  background: #000;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #icebucks_lp_wrapper {
    padding: 60px 0 50px;
    min-width: 100%;
  }
}

/* !header
---------------------------------------------------------- */
#icebucks_lp_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 16px;
  width: 100%;
  background: #ea5d00;
  border-top: 1px solid #000;
}
.icebucks_lp_headlogo {
  display: flex;
  align-items: center;
  height: 60px;
}
.icebucks_lp_headlogo img {
  height: 40px;
}
.icebucks_lp_btn_menu {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 60px;
  height: 100%;
  background: url(../image/ico_menu.svg) no-repeat center #000;
}
.icebucks_lp_btn_menu.active {
  background-image: url(../image/ico_menu_close.svg);
}
#icebucks_lp_navi {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: all 0.5s;
  padding: 80px 20px;
  width: 100%;
  max-width: 360px;
  background: #000;
}
#icebucks_lp_navi.open {
  transform: translateX(0%);
}
#icebucks_lp_navi li + li {
  margin-top: 20px;
}
#icebucks_lp_navi li .eng {
  display: block;
  color: #ea5d00;
  font-size: 2.4rem;
}

#icebucks_lp_header .cv {
  position: fixed;
  right: -8px;
  bottom: -8px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #icebucks_lp_header .cv {
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

/* !common
---------------------------------------------------------- */
.icebucks_lp_mainVisual .navSlider {
  display: flex;
  justify-content: center;
  margin: 16px auto;
  max-width: 365px;
}
.icebucks_lp_mainVisual .navSlider li {
  opacity: 0.5;
  padding: 0 4px;
  max-width: 50%;
}
.icebucks_lp_mainVisual .navSlider li.slick_on {
  opacity: 1;
}
.icebucks_lp_mainVisual .slick-prev {
  left: 0;
  background-image: url(../image/btn_left_b.svg);
  opacity: 0.5;
}
.icebucks_lp_mainVisual .slick-next {
  right: 0;
  background-image: url(../image/btn_right_b.svg);
  opacity: 0.5;
}
.icebucks_lp_mainVisual .headLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.icebucks_lp_mainVisual .headLinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  width: 16%;
  height: 58px;
  background: url(../image/icon_down.svg) no-repeat center bottom 6px #282828;
}

.hide {
  display: none !important;
}

.bgOrange {
  background-image: url(../image/bg_up.png), url(../image/bg_under.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-color: #ea5d00;
  background-size: 55%;
}

.icebucks_lp_inner {
  margin: auto;
  max-width: 750px;
}

.icebucks_lp_anchorarea {
  position: relative;
}
.icebucks_lp_anchorarea .anchor {
  position: absolute;
  top: -60px;
}

.icebucks_lp_hdL {
  margin-bottom: 55px;
  padding-left: 25px;
  border-left: 6px solid #ea5d00;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
}
.icebucks_lp_hdL .eng {
  display: block;
  margin-bottom: 8px;
  font-size: 6rem;
}
.icebucks_lp_hdL .eng:first-letter {
  color: #ea5d00;
}

.icebucks_lp_slider {
  padding-bottom: 24px;
  margin: auto;
  max-width: 442px;
}
.icebucks_lp_slider .slick-list {
  overflow: visible;
}
.icebucks_lp_slider .item {
  padding: 0 48px;
  max-width: 442px;
}
.icebucks_lp_slider .slick-prev {
  top: 36%;
  left: -16px;
}
.icebucks_lp_slider .slick-next {
  top: 36%;
  right: -16px;
}
.icebucks_lp_slider.st2 {
  padding-bottom: 24px;
  margin: auto;
  max-width: 796px;
}
.icebucks_lp_slider.st2 .item {
  width: 100%;
  max-width: 796px;
}

.icebucks_lp_ban img {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .icebucks_lp_mainVisual .headLinks {
    margin: 0 -16px 1px;
  }
  .icebucks_lp_mainVisual .headLinks a {
    width: 33%;
    margin-bottom: 3px;
  }

  .icebucks_lp_inner {
    padding: 0 16px;
  }

  .bgOrange {
    background-size: 100%;
  }

  .icebucks_lp_hdL {
    padding-left: 22px;
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .icebucks_lp_hdL .eng {
    font-size: 4.8rem;
  }

  .icebucks_lp_slider {
    padding-bottom: 24px;
    max-width: 280px;
  }
  .slick-prev {
    left: -16px;
  }
  .slick-next {
    right: -16px;
  }
  .icebucks_lp_slider .item {
    padding: 0 16px;
    max-width: 312px;
  }
  .icebucks_lp_slider .slick-prev {
    top: 40%;
    left: -47px;
  }
  .icebucks_lp_slider .slick-next {
    top: 40%;
    right: -47px;
  }
  .icebucks_lp_slider.st2 .item {
    padding: 0 8px;
    max-width: 326px;
  }
  .icebucks_lp_slider.st2 .slick-prev {
    left: 0;
  }
  .icebucks_lp_slider.st2 .slick-next {
    right: 0;
  }

  .icebucks_lp_ban img {
    height: 266px;
  }
}

/* page.css
-----------------------------------------------------------*/
.icebucks_lp_game {
  padding: 80px 0;
}
.icebucks_lp_game .game {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icebucks_lp_game .game .item {
  flex: 0 0 45.7%;
  font-size: 1.2rem;
  font-weight: 500;
}
.icebucks_lp_game .img {
  margin-bottom: 8px;
}
.icebucks_lp_game .tit {
  background: #000;
  text-align: center;
}
.icebucks_lp_game table {
  border-collapse: separate;
  border-spacing: 4px;
  margin: 0 -4px;
  width: calc(100% + 8px);
  text-align: center;
  color: #000;
}
.icebucks_lp_game .info th {
  width: 50%;
  height: 38px;
  background: #d3d3d3;
  text-align: center;
}
.icebucks_lp_game .info td {
  height: 24px;
  background: #fff;
}
.icebucks_lp_game .link {
  margin-top: 12px;
}

.jc_center {
  justify-content: center !important;
}

/* event */

.icebucks_lp_event {
  padding: 70px 0 80px;
}
.icebucks_lp_event .tabCtrl {
  display: grid;
  grid: 50px / auto auto;
  grid-gap: 8px;
  margin-bottom: 32px;
}
.icebucks_lp_event .tabCtrl li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  text-align: center;
  font-size: 2.4rem;
}
.icebucks_lp_event .tabCtrl li.onActive {
  background: #ea5d00;
  border-color: #ea5d00;
}
.icebucks_lp_event .display {
  display: grid;
  /*	grid: auto / auto auto auto;*/
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}
.icebucks_lp_event .item,
.icebucks_lp_fancybox {
  border: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.icebucks_lp_event .img,
.icebucks_lp_fancybox .img {
  position: relative;
}
.icebucks_lp_event .date,
.icebucks_lp_fancybox .date {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 5px 8px;
  background: #ea5d00;
  border: 1px solid #fff;
  font-weight: bold;
}
.icebucks_lp_event .date .day,
.icebucks_lp_fancybox .day {
  margin-right: 3px;
  font-size: 2rem;
}
.icebucks_lp_event .info,
.icebucks_lp_fancybox .info {
  position: relative;
  padding: 16px 8px 52px;
}
.icebucks_lp_event .detail,
.icebucks_lp_fancybox .close {
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  padding: 6px 25px 6px 10px;
  border: 1px solid #fff;
  background: url(../image/ico_right.png) no-repeat 95% center #ea5d00;
  font-size: 1.4rem;
}
.icebucks_lp_fancybox {
  max-width: 470px;
  font-family: "Noto Sans JP", sans-serif;
}
.icebucks_lp_fancybox .date {
  padding: 3px 9px;
  font-size: 2rem;
}
.icebucks_lp_fancybox .day {
  margin-right: 3px;
  font-size: 2.9rem;
}
.icebucks_lp_fancybox .info {
  padding: 22px 20px 52px;
  min-height: 300px;
  font-size: 1.6rem;
}
.icebucks_lp_fancybox .tit {
  margin-bottom: 30px;
  color: #ea5d00;
  font-size: 1.8rem;
  font-weight: bold;
}
.icebucks_lp_fancybox .close {
  padding: 6px 35px 6px 10px;
  font-size: 2.1rem;
}
.icebucks_lp_event .slider {
  padding: 60px 0;
}
.icebucks_lp_event .slider .slick-slide {
  margin: 0 4px;
}

/* food */
.icebucks_lp_food {
  padding: 80px 0;
  font-weight: bold;
}
.icebucks_lp_food .banner {
  position: relative;
  margin-bottom: 40px;
}
.icebucks_lp_food .banner .img {
  max-width: 620px;
}
.icebucks_lp_food .banner .title {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.icebucks_lp_food .title .eng {
  display: block;
  padding: 0 60px 66px 0;
}
.icebucks_lp_food .title .jap span {
  display: inline-block;
  padding: 3px 15px;
  margin-bottom: 8px;
  background: #ea5d00;
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 900;
  font-size: 3.6rem;
}
.icebucks_lp_food .icebucks_lp_slider .tit {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px 0 34px;
  height: 50px;
  background: #fff;
  border: 2px solid #000;
  border-left-width: 14px;
  font-size: 1.4rem;
  color: #000;
}
.icebucks_lp_food .icebucks_lp_slider .tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 10px solid #000;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
}
.icebucks_lp_slider .img {
  margin-bottom: 10px;
}
.icebucks_lp_slider .name {
  font-weight: bold;
}
.icebucks_lp_slider .price {
  margin-top: 6px;
  text-align: right;
  font-weight: bold;
}
.icebucks_lp_food .slick-dots li.slick-active {
  background-color: #282828;
}
.icebucks_lp_food .slick-prev {
  background-image: url(../image/btn_left_b.svg);
}
.icebucks_lp_food .slick-next {
  background-image: url(../image/btn_right_b.svg);
}
.icebucks_lp_food .begin {
  margin: 65px auto 0;
  max-width: 500px;
}
.icebucks_lp_food .begin .img {
  margin-bottom: 8px;
}
.icebucks_lp_food .begin .link {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
.icebucks_lp_food .begin .link:before {
  content: "▶︎";
  color: #000;
}

/* about */
.icebucks_lp_about {
  padding: 70px 0 0;
}
.icebucks_lp_about .logo {
  margin-bottom: 32px;
  text-align: center;
}
.icebucks_lp_about .logo img {
  height: 144px;
}
.icebucks_lp_about .icebucks_lp_slider {
  margin-top: 60px;
  padding-bottom: 48px;
}
.icebucks_lp_about .display {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  background: #282828;
}
.icebucks_lp_about .display .img {
  width: 48%;
}
.icebucks_lp_about .display .info {
  padding: 0 20px;
  width: 50%;
  font-weight: 500;
  font-size: 1.2rem;
}
.icebucks_lp_about .display .name {
  position: relative;
  padding: 7px 10px 7px 56px;
  margin-bottom: 16px;
  background: #fff;
  border: 2px solid #ea5d00;
  color: #000;
  font-weight: bold;
}
.icebucks_lp_about .display .name .id {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 48px;
  background: #ea5d00;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
}
.icebucks_lp_about .display table {
  margin-top: 60px;
  width: 100%;
}
.icebucks_lp_about .display td {
  padding: 8px 10px;
  width: 50%;
  border-top: 2px solid #ea5d00;
  border-bottom: 2px solid #ea5d00;
}
.icebucks_lp_about .display td + td {
  border-left: 2px solid #ea5d00;
}

.icebucks_lp_movie {
  padding-top: 80px;
}
.icebucks_lp_movie .icebucks_lp_slider {
  padding-bottom: 40px;
}
.icebucks_lp_movie iframe {
  margin-bottom: 16px;
  width: 700px;
  height: 392px;
  border: 0;
}
.icebucks_lp_movie .tit {
  opacity: 0;
  transition: all 0.5s;
  font-size: 1.4rem;
}
.icebucks_lp_movie .slick-active .tit {
  opacity: 1;
}

.icebucks_lp_goods {
  padding: 80px 0;
}

/* icebucks_lp_access */
.icebucks_lp_access {
  padding: 0 0 80px;
  background: #fff;
  color: #000;
}
.icebucks_lp_ticket {
  padding: 80px 0 0;
}
.icebucks_lp_access .display {
  display: flex;
  justify-content: space-between;
}
.icebucks_lp_access .display.center {
  align-items: center;
}
.icebucks_lp_access .display.rowRes {
  flex-direction: row-reverse;
}
.icebucks_lp_access .display .map {
  width: 50%;
  border: 1px solid #a0a1a1;
}
.icebucks_lp_access .display .info {
  width: 46.5%;
}
.icebucks_lp_ticket .display .cost {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  line-height: 1.45;
  font-size: 1.4rem;
}
.icebucks_lp_ticket .cost th {
  padding: 6px 10px;
  font-weight: bold;
}
.icebucks_lp_ticket .cost thead th {
  width: 21%;
  background: #aaabab;
  text-align: center;
  color: #fff;
}
.icebucks_lp_ticket .cost thead th:nth-of-type(1) {
  width: 58%;
}
.icebucks_lp_ticket .cost tbody tr:nth-of-type(1) th {
  background: #ea5d00;
  color: #fff;
}
.icebucks_lp_ticket .cost tbody tr:nth-of-type(2) th {
  background: #ffe900;
}
.icebucks_lp_ticket .cost tbody tr:nth-of-type(3) th {
  background: #83b9e5;
}
.icebucks_lp_ticket .cost tbody tr:nth-of-type(4) th {
  background: #b787b9;
}
.icebucks_lp_ticket .cost tbody tr:nth-of-type(5) th {
  background: #97d3d9;
}
.icebucks_lp_ticket .cost tbody tr:nth-of-type(6) th {
  background: #ccc;
}
.icebucks_lp_ticket .cost td {
  padding: 6px 5px;
  text-align: center;
  font-weight: 500;
}
.icebucks_lp_ticket .cost tr td:nth-of-type(1) {
  background: #e5e5e5;
}
.icebucks_lp_ticket .cost tr td:nth-of-type(2) {
  background: #ccc;
}
.icebucks_lp_ticket .cost td small {
  font-size: 1.2rem;
}
.icebucks_lp_ticket .notes {
  margin-top: 30px;
  font-size: 1.2rem;
}
.icebucks_lp_access .access {
  padding-top: 80px;
}
.icebucks_lp_access .hd01 {
  margin-bottom: 7px;
  color: #ea5d00;
  font-size: 2.4rem;
  font-weight: bold;
}
.icebucks_lp_access .hd02 {
  margin-bottom: 24px;
  padding: 6px 0;
  border: 2px solid #ea5d1b;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.icebucks_lp_access .hd03 {
  margin-bottom: 8px !important;
  font-weight: bold;
}
.icebucks_lp_access .info .google {
  margin-top: 38px;
  text-align: center;
  font-size: 1.2rem;
}
.icebucks_lp_access .info .google a {
  display: block;
  margin-bottom: 8px;
}
.icebucks_lp_access .display .img {
  width: 48%;
}
.icebucks_lp_access .trafficList {
  margin: 40px 0 80px;
}
.icebucks_lp_access .trafficList li {
  margin-bottom: 16px;
  border-radius: 10px;
}
.icebucks_lp_access .trafficList .btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 35px 0 64px;
  min-height: 64px;
  background: url(../image/ico_plus.png) no-repeat right 20px center #ea5d00;
  border-radius: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.icebucks_lp_access .trafficList .btn.open {
  background-image: url(../image/ico_minus.png);
}
.icebucks_lp_access .trafficList .btn:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../image/07_access/icon_bus.svg) no-repeat center #fff;
  border-radius: 60px;
}
.icebucks_lp_access .trafficList .btn.car:before {
  background-image: url(../image/07_access/icon_car.svg);
}
.icebucks_lp_access .trafficList .box {
  display: none;
  padding: 24px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 500;
}
.icebucks_lp_access .trafficList .box p {
  margin-bottom: 24px;
}
.icebucks_lp_access .trafficList .hdTit {
  margin-bottom: 7px !important;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.icebucks_lp_access .trafficList .notes {
  font-size: 1.2rem;
}
.icebucks_lp_access .trafficList .capacity {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.icebucks_lp_access .trafficList .capacity .th {
  padding: 0 10px;
  margin-right: 15px;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
}

.icebucks_lp_access .display .slider {
  padding: 0 16px 30px;
  width: 50%;
}
.icebucks_lp_access .display .slider .case {
  margin-bottom: 8px;
  border: 1px solid #707070;
}
.icebucks_lp_access .slider .slick-prev {
  left: 0;
}
.icebucks_lp_access .slider .slick-next {
  right: 0;
}
.icebucks_lp_access .slider .step {
  position: relative;
  padding: 4px 10px 4px 44px;
  background: #fff;
  border: 2px solid #000;
  font-weight: bold;
}
.icebucks_lp_access .slider .step .id {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 36px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
}
.icebucks_lp_access .btns {
  margin-top: 32px;
  text-align: center;
}

.route {
  margin-top: 16px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .icebucks_lp_game .game {
    display: block;
  }
  .icebucks_lp_game .game .item + .item {
    margin-top: 50px;
  }

  .icebucks_lp_event .tabCtrl {
    grid: 37px / auto auto;
    grid-gap: 3px;
  }
  .icebucks_lp_event .tabCtrl li {
    font-size: 2rem;
  }
  .icebucks_lp_event .display {
    display: block;
  }
  .icebucks_lp_event .item {
    margin-bottom: 24px;
  }
  .icebucks_lp_event .slick-list {
    overflow: visible;
  }
  .icebucks_lp_event .slider .slick-slide {
    margin: 0 16px;
    max-width: 280px;
  }

  .icebucks_lp_food .banner {
    margin-left: -16px;
  }
  .icebucks_lp_food .banner .img {
    max-width: 85%;
  }
  .icebucks_lp_food .title .eng {
    padding: 0 0 66px 0;
  }
  .icebucks_lp_food .title .jap span {
    font-size: 3.2rem;
  }
  .icebucks_lp_food .begin {
    padding: 0 16px;
    margin-top: 55px;
  }

  .icebucks_lp_about .logo {
    margin-bottom: 24px;
  }
  .icebucks_lp_about .logo img {
    height: 104px;
  }
  .icebucks_lp_about .display {
    display: block;
  }
  .icebucks_lp_about .display .img {
    width: auto;
  }
  .icebucks_lp_about .display .info {
    padding: 0;
    width: auto;
  }
  .icebucks_lp_about .display table {
    margin-top: 15px;
  }
  .icebucks_lp_movie iframe {
    margin-bottom: 16px;
    width: 100%;
    height: 192px;
    background: #ccc;
  }

  .icebucks_lp_access .display {
    display: block;
  }
  .icebucks_lp_access .display .map {
    margin-bottom: 20px;
    width: auto;
  }
  .icebucks_lp_access .display .info {
    width: auto;
  }
  .icebucks_lp_access .display .info + div {
    margin-top: 16px;
  }
  .icebucks_lp_access .display .img,
  .icebucks_lp_access .display .slider {
    width: auto;
  }
  .icebucks_lp_access .info .google {
    margin-top: 0;
  }
  .icebucks_lp_access .trafficList {
    margin: 25px 0 56px;
  }
  .icebucks_lp_access .trafficList .box {
    padding: 24px 20px;
  }

  .s_info {
    height: 3.2em;
  }
}

/* icebucks_lp_footer
-----------------------------------------------------------*/
.icebucks_lp_footer {
  padding: 56px 0 80px;
  background: #282828;
}
.icebucks_lp_footer .footLogo {
  margin-bottom: 40px;
  text-align: center;
}
.icebucks_lp_footer .fanclub {
  margin: 0 auto 40px;
  max-width: 343px;
}
.icebucks_lp_footer .fanclub a {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
}
.icebucks_lp_footer .fanclub a:before {
  content: "▶";
  color: #ea5d00;
}
.icebucks_lp_footer .sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 16px 24px;
}
.icebucks_lp_footer .sns:before {
  content: "FOLLOW US";
  color: #ea5d00;
  font-size: 1.8rem;
  font-family: "Gilroy", serif;
}
.icebucks_lp_footer .sns a {
  margin-left: 50px;
  width: 45px;
}
.icebucks_lp_footer .sns a:hover {
  opacity: 0.7;
}
.icebucks_lp_footer .footLinks {
  border-bottom: 1px solid #5e5e5e;
}
.icebucks_lp_footer .footLinks li {
  padding: 6px 16px;
  border-top: 2px solid #5e5e5e;
  font-size: 1.3rem;
  font-weight: bold;
}
.icebucks_lp_footer .footLinks li a {
  display: block;
  padding: 10px 0;
  background: url(../image/icon_link_white.svg) no-repeat right center;
}
.icebucks_lp_footer #copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 1.2rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .icebucks_lp_footer .fanclub {
    margin-bottom: 34px;
  }
  .icebucks_lp_footer .sns {
    position: relative;
    padding: 40px 0 48px;
    text-align: center;
  }
  .icebucks_lp_footer .sns:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .icebucks_lp_footer .sns a {
    margin: 0 16px;
    width: 24px;
  }
}
