@charset "UTF-8";
@import "https://fonts.googleapis.com/earlyaccess/notosansjapanese.css";
@import "https://fonts.googleapis.com/css?family=Lato";
@import "https://fonts.googleapis.com/css?family=Rozha+One";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
body {
  font-family: "Noto Sans Japanese", YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
}

.iframe--bottom-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 10000000;
}

.header__notice {
  position: relative;
  width: 100%;
  background: #fbf7d7;
  padding: 10px 0;
  margin: 0 0 10px 0;
  font-size: 1.3rem;
  color: #000;
  text-align: center;
  display: block;
}
.header__notice:before {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 580px;
  margin: auto;
  width: 5px;
  height: 5px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.header__notice a {
  display: block;
}
.header__notice a:link, .header__notice a:visited {
  color: #000;
}

.header__notice_ {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  color: #000;
  text-align: left;
  background-color: #ddd;
}
.header__notice_ .oshirase_big {
  width: 960px;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 1.2rem;
}
.header__notice_ .oshirase_big p {
  color: red;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.header-event_bana {
  /*width: 100%;*/
  margin: 0 auto;
  display: none;
  text-align: center;
  background: #C51711;
}
.header-event_bana a {
  text-align: center;
  display: block;
}
.header-event_bana a img {
  width: 960px;
  margin: 0 0 0px 0;
}
.header-event_bana img {
  width: 960px;
}
.header-event_bana.active {
  display: inherit;
}
.header-event_bana a {
  width: 960px;
  margin: auto;
}
.header {
  position: relative;
  margin: 15px auto 10px auto;
  width: 960px;
  height: 40px;
}
.header .header__logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
}
.header .header__logo img {
  width: 150px;
}
.header .header__info {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 30px;
}
.header .header__info li {
  margin-left: 25px;
  font-size: 12px;
}
.header .header__info li p a {
  padding: 3px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #fbf7d7 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: 1s;
}
.header .header__info li p > a:hover {
  background-position: 0 50%;
}
.header .header__icon {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 30px;
}
.header .header__icon li.global-nav__search {
  margin-right: 25px;
}
.header .header__icon li.global-nav__search:hover img {
  opacity: 0.7;
}
.header .header__icon li.global-nav__search .search-form {
  display: block;
}
.header .header__icon li.global-nav__search .wordox {
  position: absolute;
  z-index: 200;
  top: -8px;
  left: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.header .header__icon li.global-nav__search .wordox:focus {
  width: 100%;
  cursor: text;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.header .header__icon li.global-nav__search input.wordox {
  border-top-left-radius: #fff;
  border-top-right-radius: #fff;
  border-bottom-right-radius: #fff;
  border-bottom-left-radius: #fff;
  outline-color: #fff;
}
.header .header__icon li.global-nav__search .search-form input[type="submit"] {
  display: none;
}
.header .header__icon li.global-nav__search .search-form input[type="text"] {
  margin: 7px 0;
  padding: 0;
  height: 36px;
  transition: 0.3s;
  border: 0;
  background: #f3f3f3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header .header__icon li.global-nav__search .search-form input[type="text"]:focus {
  width: 250px;
  padding: 0 0 0 20px;
  box-sizing: padding-box;
}
.header .header__icon li {
  margin-right: 25px;
}
.header .header__icon li img {
  width: 20px;
  height: 20px;
}

.header-nav {
  display: block;
  margin: 0;
}
.header-nav .header-nav__list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  z-index: 100;
}
.header-nav .header-nav__list > li {
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.header-nav .header-nav__list > li span {
    width: 105px;
    height: 30px;
    position: relative;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 10px;
    display: block;
    padding: 3px 0 0 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #f3f3f3 50%);
    background-position: 0 0;
    background-size: auto 200%;
    transition: 0.5s;
}
.header-nav .header-nav__list > li:hover span {
  background-position: 0 50%;
}
.header-nav .header-nav__list > li:after:hover {
  border-top: 0;
  border-bottom: solid 10px #f3f3f3;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -65px;
  left: 0;
  margin: auto;
}
.header-nav .header-nav__list > li:nth-child(10) span {
  margin-right: 0;
}
.header-nav .header-nav__list > li .header-nav__box {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  background: #f3f3f3;
}
.header-nav .header-nav__list > li:hover ul.header-nav__menu {
  max-height: 1000px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  top: 0px;
}
.header-nav .header-nav__list > li ul {
  position: relative;
  max-height: 0;
}
.header-nav .header-nav__list > li .header-nav__menu {
  box-sizing: border-box;
  width: 960px;
  margin: 0px auto;
  padding: 0px;
  z-index: 1;
  overflow: hidden;
}
.header-nav .header-nav__list > li .header-nav__menu li {
  float: left;
  width: 126px;
  margin: 40px 13px 20px 0;
}
.header-nav .header-nav__list > li .header-nav__menu li a {
  display: block;
  color: #000;
}
.header-nav .header-nav__list > li .header-nav__menu li:hover img {
  opacity: 0.8;
}
.header-nav .header-nav__list > li .header-nav__menu li img {
  width: 110px;
  background: #fff;
  margin: 0;
  padding: 0;
}
.header-nav .header-nav__list > li .header-nav__menu li p {
  color: #000;
  font-size: 1.2rem;
  margin: 8px 0;
  padding: 0;
}
.header-nav .header-nav__list > li .header-nav__menu li:nth-child(7) {
  margin-right: 0;
}

/* 初期化完了まで非表示 */
.bxslider {
  display: none;
}

.bx-wrapper .bxslider {
  display: block;
}

/* デフォルトのデザインをリセット */
.bx-wrapper {
  box-shadow: none;
  border: none;
}

/* 調整 */
#bxslider-wrap {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#bxslider-wrap-inner {
  width: 2880px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  right: 0px;
  margin-top: 0px;
  outline: 0;
  width: 960px;
  height: 420px;
  text-indent: -9999px;
  z-index: 9999;
  background: #fff;
  opacity: 0.5;
}

@media only screen and (max-width: 960px) {
  #bxslider-wrap {
    height: auto;
  }

  #bxslider-wrap-inner {
    width: -webkit-calc(300%);
    width: calc(300%);
  }
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -20px;
}

.bx-wrapper .bx-prev {
  left: 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #f3f3f3;
  width: 35px;
  height: 3px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #666;
}

.header-notice__txt:last-child {
  margin-bottom: 0px;
}

.header-event {
  display: none;
  overflow: hidden;
  margin: 0 auto 30px auto;
  width: 960px;
}

.header-event.active {
  display: block;
}

.header-event--txt {
  width: 100%;
  background: #e60012;
  font-family: 'Roboto Condensed', 游ゴシック体, 游ゴシック,sans-serif;
  display: none;
}
.header-event--txt.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .header-event--txt {
    height: 60px;
  }
}
.header-event--txt .header-event--txt__wrap {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.header-event--txt .header-event--txt__wrap img {
  opacity: 1.00;
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap {
    width: 100%;
    padding: 2% 4%;
  }
}
.header-event--txt .header-event--txt__wrap div {
  color: #FFF;
}
@media screen and (min-width: 767px) {
  .header-event--txt .header-event--txt__wrap div {
    height: 40px;
  }
}
.header-event--txt .header-event--txt__wrap .header-event--txt__01 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__01 {
    width: 26%;
  }
}
@media screen and (min-width: 768px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__01 img {
    width: auto;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__01 img {
    width: 100%;
  }
}
.header-event--txt .header-event--txt__wrap .header-event--txt__02 {
  order: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__02 {
    width: 70%;
    display: flex;
    justify-content: flex-end;
  }
}
.header-event--txt .header-event--txt__wrap .header-event--txt__02 p {
  font-size: 2.0rem;
  text-align: right;
  line-height: 1;
  display: inline-block;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__02 p {
    font-size: 4.6vw;
    padding: 2px 0 0 0;
    margin-right: 2%;
  }
}
.header-event--txt .header-event--txt__wrap .header-event--txt__02 span {
  font-size: 5rem;
  font-weight: bold;
  line-height: 0.8;
  /* display: inline-block; */
  margin-left: 5px;
}
.header-event--txt .header-event--txt__wrap .header-event--txt__02 span:first-letter {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__02 span {
    font-size: 10vw;
    line-height: 1;
    display: -webkit-inline-box;
  }
  .header-event--txt .header-event--txt__wrap .header-event--txt__02 span:first-letter {
    font-size: 5.6vw;
  }
}
.header-event--txt .header-event--txt__wrap .header-event--txt__02 span::after {
  content: "OFF";
  font-size: 2.6rem;
  margin-left: 2px;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__02 span::after {
    font-size: 5vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__02 span.header-event--txt__per {
    background: url(https://www.rakuten.ne.jp/gold/lala-sty/images/event/coupon/sp/info/arrow.png) right center no-repeat;
    background-size: 15px;
    padding-right: 25px;
  }
}
.header-event--txt .header-event--txt__wrap .header-event--txt__03 {
  order: 3;
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__03 {
    width: 100%;
    margin-top: 2%;
  }
}
.header-event--txt .header-event--txt__wrap .header-event--txt__03 p {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__03 p {
    font-size: 4.4vw;
    text-align: center;
    line-height: 1;
    border-top: dotted 1px #f38089;
    padding-top: 2%;
  }
}
.header-event--txt .header-event--txt__wrap .header-event--txt__03 p span {
  font-size: 1.4rem;
}
.header-event--txt .header-event--txt__wrap .header-event--txt__03 p small {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__03 p small {
    font-size: 2.6vw;
    vertical-align: 1px;
  }
}
@media screen and (min-width: 768px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__03 p span.header-event--txt__whiteback {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__03 p span.header-event--txt__whiteback {
    background: #FFF;
    padding: 2px 6px;
    color: #e60012;
    font-size: 3vw;
    margin-right: 2%;
    vertical-align: 2px;
  }
}
.header-event--txt .header-event--txt__wrap .header-event--txt__03 p span.header-event--txt__description {
  display: block;
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__03 p span.header-event--txt__description {
    display: none;
  }
}
.header-event--txt .header-event--txt__wrap .header-event--txt__03 p small ~ span.header-event--txt__whiteback {
  margin-right: 0;
  margin-left: 2%;
}
.header-event--txt .header-event--txt__wrap .header-event--txt__04 {
  order: 4;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__04 {
    display: none;
    margin-top: 2%;
  }
}
.header-event--txt .header-event--txt__wrap .header-event--txt__04 p {
  font-size: 1.4rem;
  border-radius: 18px;
  padding: 0 20px;
  border: 1px solid #FFF;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__04 p {
    height: 36px;
    line-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .header-event--txt .header-event--txt__wrap .header-event--txt__04 p {
    font-size: 3vw;
    padding: 6px 14px;
  }
}

.header-event--txt a:hover .header-event--txt__04 p {
  border: 1px solid #e60012;
  background: #FFF;
  color: #e60012;
}

@media screen and (min-width: 768px) {
  .header-event--txt.active {
    display: none;
  }
  #header_all .header-event--txt.active {
    display: block;
  }
}

/* 追加 */
.header__tel {
  position: relative;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  display: block;
}
