@charset "UTF-8";
/*
基本セッティングはここに記述します。
*/
/*********************************************************************************
**********************************************************************************

   PC/スマホ  共通

**********************************************************************************
**********************************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: YuGothic,'游ゴシック','メイリオ','Meiryo','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
  font-size: 16px;
  color: black;
  line-height: 1;
  position: relative;
  height: 100%;
}

a {
  text-decoration: none;
  color: black;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.hidden {
  width: 0;
  height: 0;
  display: none !important;
  overflow: hidden;
}

p, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
}

.br-disable {
  display: none;
}

/*********************************************************************************
**********************************************************************************

   スマホ  共通

**********************************************************************************
**********************************************************************************/
body {
  width: 100%;
}

img {
  width: 100%;
}

.pc {
  display: none !important;
}

.sp-column-1 {
  width: 100%;
}

.sp-column-2 {
  width: 50%;
}

.sp-column-4 {
  width: 25%;
}

/*
   android 4.2以下ての設定
*/
.android-4-2-under .main-title {
  padding-top: 100px !important;
}
.android-4-2-under .sp-column-2 {
  width: 49.97%;
}
.android-4-2-under .sp-column-4 {
  width: 24.97%;
}

#wrapper-header {
  width: 100%;
  overflow: hidden;
  background-color: white;
}
#wrapper-header #header-inner {
  width: 100%;
  height: 45px;
  background-color: #fdd000;
  overflow: hidden;
}
#wrapper-header #header-inner h1 {
  width: 50px;
  margin-top: 7px;
  margin-left: 20px;
}
#wrapper-header #header-inner h1 img {
  width: 100%;
}
#wrapper-header #header-inner #nav-icon {
  position: absolute;
  top: 12px;
  right: 20px;
}
#wrapper-header #header-inner #nav-icon a {
  display: block;
}
#wrapper-header #header-inner #nav-icon span {
  display: block;
  width: 28px;
  height: 4px;
  background-color: white;
  margin-top: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#wrapper-header #header-inner #nav-icon span ~ span {
  margin-top: 5px;
}
#wrapper-header #header-inner #nav-icon a.click span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
#wrapper-header #header-inner #nav-icon a.click span:nth-child(2) {
  opacity: 0;
}
#wrapper-header #header-inner #nav-icon a.click span:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
#wrapper-header #wrapper-header-nav {
  width: 100%;
  margin: 0 auto 20px auto;
  display: none;
}
#wrapper-header #wrapper-header-nav ul {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
#wrapper-header #wrapper-header-nav ul li {
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
#wrapper-header #wrapper-header-nav #header-nav-type-1 {
  width: 100%;
}
#wrapper-header #wrapper-header-nav #header-nav-type-1 li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  width: 33.333%;
}
#wrapper-header #wrapper-header-nav #header-nav-type-1 li.margin-left-reset {
  margin-left: 0;
}
#wrapper-header #wrapper-header-nav #header-nav-type-1 li a {
  display: block;
  width: 100%;
}
#wrapper-header #wrapper-header-nav #header-nav-type-1 li a img {
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
#wrapper-header #wrapper-header-nav #header-nav-type-1 li:nth-child(1) img, #wrapper-header #wrapper-header-nav #header-nav-type-1 li:nth-child(2) img, #wrapper-header #wrapper-header-nav #header-nav-type-1 li:nth-child(3) img {
  border-top: 1px solid #f4f4f4;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 {
  width: 100%;
  margin-left: 0;
  margin-top: 5px;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 > li {
  position: relative;
  border-bottom: 1px dotted #f4f4f4;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 > li a {
  display: block;
  margin-left: 30px;
  padding: 20px 0 20px 0;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 > li:before {
  content: url(../img/header/img-link-icon-type-1.png);
  position: absolute;
  width: 10px;
  height: 17px;
  top: 50%;
  left: 10px;
  margin-top: -10px;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 > li:last-child:before {
  content: '';
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 #header-sns {
  width: 100%;
  font-size: 0;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 #header-sns li {
  display: inline-block;
  width: 10%;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 #header-sns li ~ li {
  margin-left: 5%;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 #header-sns:first-child {
  margin-left: 10px;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 #header-sns a {
  margin-left: 0;
}
#wrapper-header #header-omni7-loft-top-line {
  width: 100%;
  height: 2px;
  background-color: #f4f4f4;
  display: none;
}
#wrapper-header #header-omni7-loft {
  text-align: center;
  border-bottom: 2px solid #fdd000;
}
/*
 * 2017.03.01　修正
 * */
#wrapper-header #header-omni7-loft img {
  width: 60px;
  margin-bottom: 1px;
}
/*
 * 2016.06.15　修正start
 * */
#shop_serch_apology p {
  color: red;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
}
/*
 * 2016.06.15　修正　end
 * */

/*//////////////////////////////////////////////////////*/
/*
 * 追加　2016.5.27　start
 * */
/*//////////////////////////////////////////////////////*/
.android-4-2-under #wrapper-footer-change-1 .section-shop div ul li {
  width: 49.97%;
}

#wrapper-footer-change-1 {
  width: 100%;
}
#wrapper-footer-change-1 #footer-obi {
  width: 100%;
  height: 35px;
  background-color: #fdd000;
  overflow: hidden;
}
#wrapper-footer-change-1 #footer-obi ul {
  width: 100%;
  margin: 0 auto 0 auto;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: white;
}
#wrapper-footer-change-1 #footer-obi ul li {
  position: relative;
  line-height: 35px;
  float: right;
}
#wrapper-footer-change-1 #footer-obi ul li:first-child {
  float: left;
  margin-left: 12px;
}
#wrapper-footer-change-1 #footer-obi ul li:nth-child(2) a {
  margin-left: 20px;
  margin-right: 25px;
}
#wrapper-footer-change-1 #footer-obi ul li:nth-child(2) a:before {
  content: url(../img/footer/new_sp/img-pc-icon-musimegane.png);
  position: absolute;
  width: 15px;
  height: 16px;
  top: 6px;
  left: 0px;
}
#wrapper-footer-change-1 #footer-obi ul li:nth-child(2) a:after {
  content: url(../img/footer/new_sp/img-pc-icon-arrow-1.png);
  position: absolute;
  width: 7px;
  height: 12px;
  top: 3px;
  right: 10px;
}
#wrapper-footer-change-1 #wrapper-footer-links {
  background-color: #f4f4f4;
}
#wrapper-footer-change-1 .section-shop div {
  width: 100%;
}
#wrapper-footer-change-1 .section-shop div h3 {
  font-size: 12px;
  font-size: 0.75rem;
  border-top: 1px solid #f4f4f4;
}
#wrapper-footer-change-1 .section-shop div h3 a {
  display: block;
  padding: 10px 12px 10px 12px;
}
#wrapper-footer-change-1 .section-shop div .contents-on a {
  color: #fdd000;
  background-color: #fff6cc;
}
#wrapper-footer-change-1 .section-shop div .contents-off {
  position: relative;
}
#wrapper-footer-change-1 .section-shop div .contents-off a {
  color: black;
  background-color: white;
}
#wrapper-footer-change-1 .section-shop div .contents-off a:after {
  content: url(../img/footer/new_sp/img-pc-icon-arrow-2.png);
  position: absolute;
  width: 12px;
  height: 7px;
  top: 10px;
  right: 12px;
}
#wrapper-footer-change-1 .section-shop div .link-contents {
  display: none;
}
#wrapper-footer-change-1 .section-shop div ul {
  font-size: 0;
}
#wrapper-footer-change-1 .section-shop div ul li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  width: 50%;
  line-height: 1.2;
  padding: 10px 0 10px 12px;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
#wrapper-footer-change-1 .section-shop div ul li a {
  display: block;
}
#wrapper-footer-change-1 .section-shop div ul li:nth-child(2n+1), #wrapper-footer-change-1 .section-shop div ul li:last-child {
  border-left: none;
}
#wrapper-footer-change-1 .section-shop div ul li:last-child {
  border-bottom: none;
}
#wrapper-footer-change-1 .section-shop .close {
  position: relative;
  background-color: #f1f1f1;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}
#wrapper-footer-change-1 .section-shop .close a {
  display: block;
  padding: 10px 25px 10px 0;
}
#wrapper-footer-change-1 .section-shop .close a:after {
  content: url(../img/footer/new_sp/img-pc-icon-close.png);
  position: absolute;
  width: 9px;
  height: 10px;
  top: 10px;
  right: 12px;
}
/*//////////////////////////////////////////////////////*/
/*
 * 追加　2016.6.2　start
 * */
/*//////////////////////////////////////////////////////*/
#wrapper-footer-change-1 #footer-sns {
  width: 100%;
  margin: 20px auto 20px auto;
  font-size: 0;
  text-align: center;
}
#wrapper-footer-change-1 #footer-sns li {
  display: inline-block;
  width: 10%;
}
#wrapper-footer-change-1 #footer-sns li ~ li {
  margin-left: 5%;
}
/*//////////////////////////////////////////////////////*/
/*
 * 追加　2016.6.2　end
 * */
/*//////////////////////////////////////////////////////*/
#wrapper-footer-change-1 #footer-nav {
  width: 100%;
  margin: 0 auto 0 auto;
  font-size: 0;
  text-align: center;
  background-color: #f1f1f1;
  padding-top: 23px;
}
#wrapper-footer-change-1 #footer-nav li {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.2;
}
#wrapper-footer-change-1 #footer-nav li ~ li:before {
  content: '|';
  padding: 0 10px;
}
#wrapper-footer-change-1 #footer-nav .before-after-contenes-none:before {
  content: '';
}
#wrapper-footer-change-1 #copyright {
  background-color: #f1f1f1;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 28px 0 20px 0;
}

/*//////////////////////////////////////////////////////*/
/*
 * 追加　2016.5.27　end
 * */
/*//////////////////////////////////////////////////////*/

#wrapper-footer {
  width: 100%;
}
#wrapper-footer #footer-obi {
  width: 100%;
  height: 35px;
  background-color: #fdd000;
  overflow: hidden;
}
#wrapper-footer #footer-obi ul {
  width: 100%;
  margin: 0 auto 0 auto;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
}
#wrapper-footer #footer-obi ul li {
  position: relative;
  line-height: 35px;
  float: right;
}
#wrapper-footer #footer-obi ul li:first-child {
  float: left;
  margin-left: 12px;
}
#wrapper-footer #footer-obi ul li:nth-child(2) a {
  margin-left: 20px;
  margin-right: 25px;
}
#wrapper-footer #footer-obi ul li:nth-child(2) a:before {
  content: url(../img/footer/sp/img-pc-icon-musimegane.png);
  position: absolute;
  width: 15px;
  height: 16px;
  top: 6px;
  left: 0px;
}
#wrapper-footer #footer-obi ul li:nth-child(2) a:after {
  content: url(../img/footer/sp/img-pc-icon-arrow-1.png);
  position: absolute;
  width: 7px;
  height: 12px;
  top: 3px;
  right: 10px;
}
#wrapper-footer #wrapper-footer-links {
  background-color: #f4f4f4;
}
#wrapper-footer .wrapper-shop-list {
  width: 100%;
  margin: 0 auto 0 auto;
  line-height: 2.7;
  padding-top: 1px;
  font-size: 0;
}
#wrapper-footer .wrapper-shop-list li {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  padding-right: 1px;
  padding-bottom: 1px;
}
#wrapper-footer .wrapper-shop-list li a {
  display: block;
  padding: 10px 0;
  padding-left: 7px;
  background-color: white;
}
#wrapper-footer #footer-sns {
  width: 100%;
  margin: 25px auto 0 auto;
  font-size: 0;
  text-align: center;
}
#wrapper-footer #footer-sns li {
  display: inline-block;
  width: 10%;
}
#wrapper-footer #footer-sns li ~ li {
  margin-left: 5%;
}
#wrapper-footer #footer-nav {
  width: 100%;
  margin: 25px auto 0 auto;
  font-size: 0;
  text-align: center;
}
#wrapper-footer #footer-nav li {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.2;
}
#wrapper-footer #footer-nav li ~ li:before {
  content: '|';
  padding: 0 10px;
}
#wrapper-footer #footer-nav .before-after-contenes-none:before {
  content: '';
}
#wrapper-footer #copyright {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 28px 0 20px 0;
}

/*********************************************************************************
**********************************************************************************

   トップ

**********************************************************************************
**********************************************************************************/
.top #wrapper-contests .main-title {
  display: block;
  width: 93.7%;
  margin: 0 auto 0 auto;
  padding-top: 23px;
}
.top #wrapper-contests .main-title img {
  width: 100%;
}
.top #wrapper-contests .main-visual {
  display: block;
  width: 93.7%;
  margin: 0 auto 0 auto;
}
.top #wrapper-main-contents {
  background-color: #f4f4f4;
}
.top .main-contents-inner {
  width: 100%;
  font-size: 0;
}
.top .main-contents-inner li {
  position: relative;
  display: inline-block;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  background-color: white;
}
.top .main-contents-inner .contents-type-2 a {
  display: block;
  position: relative;
}
.top .main-contents-inner .contents-type-2 a p {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.top .main-contents-inner .contents-type-2 a .sub-title {
  font-size: 15px;
  font-size: 0.9rem;
  line-height: 1.5;
  top: 17px;
  left: 35px;
}
.top .main-contents-inner .contents-type-2 a .sub-title-2 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5;
  top: 14px;
  left: 35px;
}
.top .main-contents-inner .contents-type-2 a .title {
  font-size: 19px;
  font-size: 1rem;
  line-height: 1.5;
  top: 43px;
  left: 35px;
  padding-right: 20px;
}
.top .main-contents-inner .news:before {
  content: url(../img/contents/top/sp/img-icon-news.png);
  position: absolute;
  width: 9px;
  height: 41px;
  top: 20px;
  left: 13px;
}
.top .main-contents-inner .news:after {
  content: url(../img/contents/top/sp/img-icon-arrow-1.png);
  position: absolute;
  width: 24px;
  height: 40px;
  bottom: 22px;
  left: 35px;
}
.top .main-contents-inner .shop-list:before {
  content: url(../img/contents/top/sp/img-icon-shop-list.png);
  position: absolute;
  width: 12px;
  height: 63px;
  top: 16px;
  left: 13px;
}
.top .main-contents-inner .shop-list:after {
  content: url(../img/contents/top/sp/img-icon-arrow-1.png);
  position: absolute;
  width: 24px;
  height: 40px;
  bottom: 22px;
  left: 35px;
}
.top .main-contents-inner .shop-list {
  background: white url(../img/contents/top/sp/img-shop-list-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.top .main-contents-inner .hover-type-2-bg-1 {
  background: white url(../img/contents/top/sp/img-banner-line-01-03-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.top .main-contents-inner .hover-type-2-bg-2 {
  background: white url(../img/contents/top/sp/img-banner-line-02-01-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/* #visual
-----------------------------*/
#visual {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
}
#visual.is-loaded {
  opacity: 1;
}
#visual .item img {
  width: 100%;
}
#visual .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: red;
  overflow: visible;
  text-align: center;
  margin-bottom: 3.333333333333333%;
  /* 70/750 */
}
#visual .slick-dots li {
  display: inline-block;
  background: #fff;
  width: 13.06666666666667%;
  /* 98/750 */
  height: 2px;
  text-indent: -9999px;
  cursor: pointer;
}
#visual .slick-dots li + li {
  margin-left: 2px;
}
#visual .slick-dots li.slick-active {
  background: #fdd000;
}

#header-omni7-loft #width-set_url {
  width: 220px;
}

/*# sourceMappingURL=style_sp.css.map */
