/* color import setting
------------------------------------*/
/* color setting
------------------------------------*/
/* common setting
------------------------------------*/
/* line 13, ../../_scss/top/top.scss */
body {
  background: #f6f6f6;
}

/* line 17, ../../_scss/top/top.scss */
main {
  padding: 0;
}

/* header setting
------------------------------------*/
/* line 27, ../../_scss/top/top.scss */
#siteHeader {
  display: none;
}

/* top Main setting
------------------------------------*/
/* line 37, ../../_scss/top/top.scss */
#topMain {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 12px solid #ff9155;
  background: url("../../img/top/img_top-main_pc.webp") center/cover no-repeat;
  padding: 60px 0 0;
  width: 100vw;
}
/* line 50, ../../_scss/top/top.scss */
#topMain .inner h1 {
  text-align: center;
}
/* line 52, ../../_scss/top/top.scss */
#topMain .inner h1 em {
  display: block;
  background: url("../../img/top/img_logo-top.webp") center/100% 100% no-repeat;
  margin: 0 auto 40px;
  width: 235px;
  height: 116px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 62, ../../_scss/top/top.scss */
#topMain .inner h1 small {
  display: block;
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
/* line 71, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] {
  box-sizing: border-box;
  margin: 0 auto;
  width: 690px;
}
/* line 75, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 79, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] ul li {
  margin: 0 2px;
}
/* line 81, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] ul li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 33px;
  background: #ff9155;
  box-shadow: 0 4px 2px 0 rgba(98, 108, 109, 0.2);
  padding: 0 0 0 30px;
  width: 226px;
  height: 66px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
/* line 98, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] ul li a:before {
  content: '';
  position: absolute;
  display: block;
}
/* line 104, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] ul li a.btnLocate:before {
  top: 21px;
  left: 24px;
  background: url("../../img/common/ico_marker.webp") 0 0/cover no-repeat;
  width: 13px;
  height: 18px;
}
/* line 113, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] ul li a.btnMap:before {
  top: 22px;
  left: 21px;
  background: url("../../img/common/ico_map.webp") 0 0/cover no-repeat;
  width: 18px;
  height: 16px;
}
/* line 122, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] ul li a.btnArea:before {
  top: 21px;
  left: 21px;
  background: url("../../img/common/ico_area.webp") 0 0/cover no-repeat;
  width: 18px;
  height: 18px;
}
/* line 130, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] ul li a.btnECShop {
  border-radius: 33px;
  background: #2255a4 url("../../img/common/logo_txt-ec.webp") center center/240px auto no-repeat;
  margin: 30px 0 50px;
  width: 385px;
  height: 50px;
  line-height: 46px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 140, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] ul li a.btnECShop:before {
  top: 13px;
  left: 20px;
  background: url("../../img/common/ico_ec.webp") 0 0/cover no-repeat;
  width: 19px;
  height: 16px;
}
/* line 147, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] ul li a.btnECShop::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 164, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] form {
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  overflow: hidden;
}
/* line 171, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] form input[type="text"].keywordSearch {
  outline: none;
  box-sizing: border-box;
  appearance: none;
  border: none;
  background: none;
  padding: 20px 140px 20px 60px;
  width: 100%;
  height: 60px;
  font-size: 16px;
}
/* line 181, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] form input[type="text"].keywordSearch::placeholder {
  color: #bbb;
}
/* line 186, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] form:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 18px;
  display: block;
  background: url("../../img/common/ico_search.webp") 0 0/cover no-repeat;
  width: 21px;
  height: 21px;
}
/* line 196, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] form button {
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(0deg, #e1824a 5%, #ff9155 8%);
  width: 120px;
  height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  transition: opacity .6s ease;
}
/* line 208, ../../_scss/top/top.scss */
#topMain .inner nav[aria-label="topNav"] form button:hover {
  opacity: 0.7;
}
/* line 217, ../../_scss/top/top.scss */
#topMain ul.bnrSeasonable {
  border-top: 12px solid #ff9155;
  background: #fff;
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
/* line 224, ../../_scss/top/top.scss */
#topMain ul.bnrSeasonable li a {
  display: block;
  border: none;
  border-radius: 0;
  background: url("../../img/common/bnr_osechi_pc.webp") 0 0/cover no-repeat;
  margin: 0 auto;
  width: 690px;
  height: 120px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* keyword Search setting
------------------------------------*/
/* line 247, ../../_scss/top/top.scss */
#keywordSearch {
  background: #fff url("../../img/common/bg_search.webp") 0 0/361px auto repeat;
  padding: 80px 0 120px;
}
/* line 250, ../../_scss/top/top.scss */
#keywordSearch .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
/* line 254, ../../_scss/top/top.scss */
#keywordSearch .inner h2 {
  margin: 0 0 60px;
}
/* line 257, ../../_scss/top/top.scss */
#keywordSearch .inner form {
  position: relative;
  margin: 0 auto;
  width: 500px;
  text-align: center;
}
/* line 263, ../../_scss/top/top.scss */
#keywordSearch .inner form input[type="text"].keywordSearch {
  outline: none;
  box-sizing: border-box;
  appearance: none;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 6px;
  margin: 0 0 20px;
  padding: 20px 20px 20px 60px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  overflow: hidden;
}
/* line 276, ../../_scss/top/top.scss */
#keywordSearch .inner form input[type="text"].keywordSearch::placeholder {
  color: #bbb;
}
/* line 281, ../../_scss/top/top.scss */
#keywordSearch .inner form:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 18px;
  display: block;
  background: url("../../img/common/ico_search.webp") 0 0/cover no-repeat;
  width: 21px;
  height: 21px;
}
/* line 291, ../../_scss/top/top.scss */
#keywordSearch .inner form button {
  display: block;
  border-radius: 30px;
  background: #ff9155;
  box-shadow: 0 4px 2px 0 rgba(98, 108, 109, 0.2);
  margin: 0 auto;
  width: 200px;
  height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  transition: opacity .6s ease;
}
/* line 304, ../../_scss/top/top.scss */
#keywordSearch .inner form button:hover {
  opacity: 0.7;
}

/* area Search setting
------------------------------------*/
/* line 318, ../../_scss/top/top.scss */
#areaSearch {
  border-top: 12px solid #2255a4;
  padding: 80px 0 50px;
}
/* line 321, ../../_scss/top/top.scss */
#areaSearch .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
/* line 325, ../../_scss/top/top.scss */
#areaSearch .inner > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 329, ../../_scss/top/top.scss */
#areaSearch .inner > ul > li {
  box-sizing: border-box;
  background: #fff;
  margin: 0 0 30px;
  padding: 20px 20px 10px;
  width: 48.63%;
}
/* line 335, ../../_scss/top/top.scss */
#areaSearch .inner > ul > li h3 {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 0 24px;
  font-weight: 600;
  font-size: 24px;
}
/* line 341, ../../_scss/top/top.scss */
#areaSearch .inner > ul > li h3:after {
  content: '';
  position: absolute;
  top: 48%;
  left: 0;
  display: block;
  border-radius: 2px;
  background: #ff9155;
  width: 12px;
  height: 4px;
}
/* line 353, ../../_scss/top/top.scss */
#areaSearch .inner > ul > li ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 356, ../../_scss/top/top.scss */
#areaSearch .inner > ul > li ul li {
  margin: 0 1.01% 10px 0;
  width: 24.24%;
}
/* line 359, ../../_scss/top/top.scss */
#areaSearch .inner > ul > li ul li:nth-child(4n) {
  margin: 0 0 10px 0;
}
/* line 362, ../../_scss/top/top.scss */
#areaSearch .inner > ul > li ul li a {
  box-sizing: border-box;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 1px 0 rgba(98, 108, 109, 0.12);
  width: 100%;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  transition: opacity .6s ease, background 0.6s ease, color 0.6s ease;
}
/* line 376, ../../_scss/top/top.scss */
#areaSearch .inner > ul > li ul li a:hover {
  background: #ff9155;
  color: #fff;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* common setting
  ------------------------------------*/
  /* line 410, ../../_scss/top/top.scss */
  body {
    background: #fff;
  }

  /* header setting
  ------------------------------------*/
  /* line 420, ../../_scss/top/top.scss */
  #siteHeader {
    display: block;
  }
  /* line 423, ../../_scss/top/top.scss */
  #siteHeader .inner #siteTtl {
    display: none;
  }

  /* top Main setting
  ------------------------------------*/
  /* line 435, ../../_scss/top/top.scss */
  #topMain {
    align-items: flex-start;
    border-bottom: 1.6vw solid #2255a4;
    background: none;
    padding: 0;
    height: auto;
  }
  /* line 442, ../../_scss/top/top.scss */
  #topMain .inner h1 {
    background: url("../../img/top/img_top-main_sp.webp") 0 0/100vw auto no-repeat;
    padding: 8vw 0 12vw;
  }
  /* line 445, ../../_scss/top/top.scss */
  #topMain .inner h1 em {
    margin: 0 auto 5.6vw;
    width: 38.133333vw;
    height: 18.933333vw;
  }
  /* line 450, ../../_scss/top/top.scss */
  #topMain .inner h1 small {
    margin: 0;
    line-height: 1.6;
    font-size: 4.2666667vw;
  }
  /* line 457, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] {
    border-top: 1.6vw solid #eb0c0c;
    background: none;
    margin: 0 auto;
    padding: 10.4vw 0 0;
    width: 100vw;
  }
  /* line 463, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] ul {
    display: block;
    margin: 0 auto;
    width: 84vw;
  }
  /* line 467, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] ul li {
    margin: 0 0 4vw;
  }
  /* line 469, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] ul li a {
    position: relative;
    display: block;
    box-sizing: border-box;
    border: none;
    border-radius: 7.3333333vw;
    box-shadow: 0 1.06667vw 0.53333vw 0 rgba(98, 108, 109, 0.2);
    padding: 0;
    width: 100%;
    height: 14.666667vw;
    line-height: 13.666667vw;
    font-size: 4.8vw;
  }
  /* line 481, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] ul li a:before {
    content: '';
    position: absolute;
    display: block;
  }
  /* line 487, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] ul li a.btnArea:before {
    top: 5.2vw;
    left: 3.733333vw;
    width: 4vw;
    height: 4.4vw;
  }
  /* line 495, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] ul li a.btnMap:before {
    top: 5.6vw;
    left: 4.1333333vw;
    width: 3.733333vw;
    height: 3.2vw;
  }
  /* line 503, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] ul li a.btnLocate:before {
    top: 5.3333333vw;
    left: 4.4vw;
    width: 2.933333vw;
    height: 4vw;
  }
  /* line 510, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] ul li a.btnECShop {
    border-radius: 5.3333333vw;
    background: #2255a4 url("../../img/common/logo_txt-ec.webp") center center/40vw auto no-repeat;
    margin: 8vw auto 10vw;
    width: 64vw;
    height: 10.666667vw;
    line-height: 10.133333vw;
  }
  /* line 517, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] ul li a.btnECShop:before {
    top: 3.733333vw;
    left: 4vw;
    width: 3.066667vw;
    height: 2.666667vw;
  }
  /* line 523, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] ul li a.btnECShop::after {
    top: 4.4vw;
    right: 3.6vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    width: 1.2vw;
    height: 1.2vw;
  }
  /* line 535, ../../_scss/top/top.scss */
  #topMain .inner nav[aria-label="topNav"] form {
    display: none;
  }
  /* line 542, ../../_scss/top/top.scss */
  #topMain ul.bnrSeasonable {
    border-top: none;
    padding: 2.4vw 0 12vw;
  }
  /* line 546, ../../_scss/top/top.scss */
  #topMain ul.bnrSeasonable li a {
    background: url("../../img/common/bnr_osechi_sp.webp") 0 0/cover no-repeat;
    margin: 0 auto;
    width: 92vw;
    height: 26.666667vw;
  }

  /* keyword Search setting
  ------------------------------------*/
  /* line 563, ../../_scss/top/top.scss */
  #keywordSearch {
    background: #fff url("../../img/common/bg_search.webp") 0 0/68.8vw auto repeat;
    padding: 10.666667vw 0 14.4vw;
  }
  /* line 566, ../../_scss/top/top.scss */
  #keywordSearch .inner {
    width: 92vw;
  }
  /* line 568, ../../_scss/top/top.scss */
  #keywordSearch .inner h2 {
    margin: 0 0 10.666667vw;
  }
  /* line 571, ../../_scss/top/top.scss */
  #keywordSearch .inner form {
    width: 100%;
  }
  /* line 574, ../../_scss/top/top.scss */
  #keywordSearch .inner form input[type="text"].keywordSearch {
    border: 0.26667vw solid #e3e3e3;
    border-radius: 1.6vw;
    margin: 0 0 4.2666667vw;
    padding: 5.0666667vw 5.0666667vw 5.0666667vw 10.666667vw;
    width: 100%;
    height: 14.666667vw;
    font-size: 4.2666667vw;
  }
  /* line 584, ../../_scss/top/top.scss */
  #keywordSearch .inner form:before {
    top: 5.3333333vw;
    left: 3.733333vw;
    width: 3.466667vw;
    height: 3.466667vw;
  }
  /* line 590, ../../_scss/top/top.scss */
  #keywordSearch .inner form button {
    border-radius: 7.3333333vw;
    box-shadow: 0 1.06667vw 0.53333vw 0 rgba(98, 108, 109, 0.2);
    width: 48vw;
    height: 14.666667vw;
    font-size: 4.8vw;
  }

  /* area Search setting
  ------------------------------------*/
  /* line 608, ../../_scss/top/top.scss */
  #areaSearch {
    border-top: 1.6vw solid #2255a4;
    width: 100vw;
    padding: 12.6666667vw 0 13.3333333vw;
  }
  /* line 612, ../../_scss/top/top.scss */
  #areaSearch .inner {
    width: 92vw;
  }
  /* line 614, ../../_scss/top/top.scss */
  #areaSearch .inner > ul {
    display: block;
    border-bottom: 0.26667vw solid #e3e3e3;
  }
  /* line 617, ../../_scss/top/top.scss */
  #areaSearch .inner > ul > li {
    box-sizing: border-box;
    border-top: 0.26667vw solid #e3e3e3;
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* line 624, ../../_scss/top/top.scss */
  #areaSearch .inner > ul > li h3 {
    margin: 0;
    padding: 5.6vw 0 5.6vw 2.666667vw;
    font-size: 4.8vw;
  }
  /* line 628, ../../_scss/top/top.scss */
  #areaSearch .inner > ul > li h3:before {
    content: '';
    position: absolute;
    top: 48%;
    right: 2.666667vw;
    display: block;
    border-radius: 0.2666667vw;
    background: #ff9155;
    width: 2.933333vw;
    height: 0.5333333vw;
    transform: rotate(-90deg);
  }
  /* line 640, ../../_scss/top/top.scss */
  #areaSearch .inner > ul > li h3:after {
    left: auto;
    right: 2.666667vw;
    border-radius: 0.2666667vw;
    background: #ff9155;
    width: 2.933333vw;
    height: 0.5333333vw;
  }
  /* line 649, ../../_scss/top/top.scss */
  #areaSearch .inner > ul > li ul {
    display: none;
    border-top: 0.26667vw solid #e3e3e3;
    background: #f1f5f5;
    padding: 2.666667vw 0 0.00001vw 2.666667vw;
  }
  /* line 654, ../../_scss/top/top.scss */
  #areaSearch .inner > ul > li ul li {
    margin: 0 1.3333333vw 2.666667vw 0;
    width: 28vw;
  }
  /* line 657, ../../_scss/top/top.scss */
  #areaSearch .inner > ul > li ul li:nth-child(4n) {
    margin: 0 1.3333333vw 2.666667vw 0;
  }
  /* line 660, ../../_scss/top/top.scss */
  #areaSearch .inner > ul > li ul li a {
    border: 0.26667vw solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 0.53333vw 0.26667vw 0 rgba(98, 108, 109, 0.12);
    height: 12vw;
    line-height: 11.466667vw;
    font-size: 4.2666667vw;
  }
  /* line 672, ../../_scss/top/top.scss */
  #areaSearch .inner > ul > li.active h3:before {
    display: none;
  }
}
