<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* (PC版要素) */
.pc-itme {
  display: block;
}

.sp-itme {
  display: none;
}

.event-top-area {
  max-width: 850px;
  margin: auto;
}

.event-top-area img {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.event-top-area .header-img {
  display: block;
  margin: auto;
  width: 100%;
}

.event-top-area .header-img img {
  width: 100%;
}

.event-top-area #comments {
  font-size: 132%;
  color: #333;
  text-align: center;
  padding: 13px 0 8px;
  background: #fff;
  padding: 40px 0;
}

.slash-index {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
}

.slash-index::before,
.slash-index::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #333;
}

.slash-index::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.slash-index::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

/* (SP版要素) */
@media screen and (max-width: 600px) {
  .pc-itme {
    display: none;
  }
  .sp-itme {
    display: block;
  }
  .event-top-area {
    width: 100%;
  }
  .event-top-area #comments {
    font-size: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slash-index::before,
  .slash-index::after {
    height: 3rem;
  }
  .slash-index::before {
    margin-right: 10px;
  }
  .slash-index::after {
    margin-left: 10px;
  }
}
/* イオン北海道公式サイト流用 */
/* ++++++++++++++++++++++++++++++++++++++++++
willa
+++++++++++++++++++++++++++++++++++++++++++++ */
.main_move {
  text-align: center;
  margin: 50px 20px;
}

.main_move p {
  color: #000;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}

.main_move iframe {
  width: 532px;
  height: 299px;
}

.pickup {
  background: #eeecce;
  padding-top: 15px;
  position: relative;
  padding: 45px 0 100px;
  overflow: hidden;
}

.pickup:after {
  content: "";
  border-bottom: 100px solid transparent;
  border-left: 850px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.pickup:before {
  content: "";
  border-top: 100px solid transparent;
  border-right: 850px solid #c5ecfb;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 600px) {
  .pickup:before {
    border-right: 100vw solid #c5ecfb;
  }
}
#willa.pickup:after {
  border-left-color: #c5ecfb;
}

#fortera.pickup {
  background: #abe9f3;
}

#life.pickup {
  background: #c5ecfb;
}

#life.pickup:before {
  border-right: 850px solid #c5ecfb;
}

@media screen and (max-width: 600px) {
  #life.pickup:before {
    border-right: 100vw solid #c5ecfb;
  }
}
#fortera.pickup:before {
  border-right: 850px solid #abe9f3;
}

@media screen and (max-width: 600px) {
  #fortera.pickup:before {
    border-right: 100vw solid #abe9f3;
  }
}
#fortera.pickup:after {
  border-left-color: #c5ecfb;
}

#junior.pickup {
  background: #88e2f0;
}

#junior.pickup:before {
  border-right: 850px solid #fff;
}

@media screen and (max-width: 600px) {
  #junior.pickup:before {
    border-right: 100vw solid #fff;
  }
}
#junior.pickup:after {
  border-left-color: #abe9f3;
}

#eshop_link_cont.pickup {
  padding: 0px 0 80px;
  background: #fff;
}

#eshop_link_cont.pickup:before {
  border-right: 850px solid #fff;
}

#eshop_link_cont.pickup:after {
  border-left-color: #fff;
}

@media screen and (max-width: 600px) {
  #eshop_link_cont.pickup {
    padding: 0px 0 40px;
  }
  #eshop_link_cont.pickup:before {
    border-right: 100vw solid #fff;
  }
}
#helmet.pickup {
  background: #68d4e5;
}

#helmet.pickup:before {
  border-right: 850px solid #fff;
}

@media screen and (max-width: 600px) {
  #helmet.pickup:before {
    border-right: 100vw solid #fff;
  }
}
#helmet.pickup:after {
  border-left-color: #fff;
}

.pickup h3 {
  max-width: 905px;
  margin: -29px auto 40px;
  position: relative;
  z-index: 1;
}

.pickup h3 img {
  display: block;
  margin: auto;
  width: 90%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .pickup h3 img {
    width: 100%;
  }
}
.pickup &gt; ul {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  text-align: center;
}

.pickup &gt; ul &gt; li {
  width: 49%;
  text-align: left;
}

.bike-name {
  color: #000;
  /* font-size: 156%; */
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  padding-left: 43px;
  margin: 20px 0 10px;
  line-height: 1;
}

.bike-name p {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 4px;
}

.bike-name .willa_p {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 12px;
}

.panel-item {
  margin: 6px 0px 8px;
}

.shape table {
  width: 100%;
  margin-bottom: 13px;
  line-height: 1.2;
}

.shape tr {
  background: #fff;
  color: #000;
  border: 2px solid #4e91c7;
}

.shape tr + tr {
  border-top: 1px solid #d5f2fa;
}

.shape td.mold.long-text {
  font-size: 100%;
}

.shape td.mold, .shape td.color {
  font-size: 15px;
  padding-left: 7px;
  font-weight: bold;
  vertical-align: middle;
}

#lineup .lineup_sub_cont .city .shape td.mold {
  font-size: 80%;
}

.shape td.cost {
  font-size: 92%;
  font-weight: bold;
  line-height: 15px;
  text-align: right;
  padding-right: 11px;
}

.shape td.cost span {
  font-weight: normal;
  font-size: 76%;
}

.shape td {
  padding: 7px 0 6px;
}

.sub-txt01 {
  font-size: 140%;
  padding: 12px 20px 10px;
  background: #b50081;
  color: #fff;
  line-height: 22px;
  font-weight: bold;
}

.ehop-btn {
  display: block;
  max-width: 326px;
  margin: 25px auto 0;
}

.ehop-btn:hover, .willa-btn:hover {
  opacity: 0.6;
}

.ehop-btn.sold:hover {
  opacity: 1;
}

.panel-img.soldout {
  position: relative;
}

.panel-img.soldout:after {
  content: "";
  width: 65%;
  height: 29%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(https://www.aeon-hokkaido.jp/cycle/images/label-kanbai.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.panel-img.soldout img {
  opacity: 0.7;
}

.panel-img img {
  width: 100%;
  height: auto;
}

.space {
  padding: 0 25px 20px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

#life .space {
  padding: 10px 20px 30px;
}

.sub-txt02 {
  font-size: 18px;
  line-height: 1.2;
  padding: 13px 0 12px;
  color: #4e91c7;
  font-weight: bold;
}

.pickup-size {
  display: inline-block;
  margin: 1px 0 0 5px;
  line-height: 23px;
  height: 67px;
}

.willa-btn {
  max-width: 750px;
  margin: 5px auto 30px;
  display: block;
}

.willa-btn img {
  width: 100%;
  height: auto;
}

#cycle {
  background: #c5ecfb;
}

.fo_logo {
  padding: 10px 10px 0 0;
}

@media (min-width: 769px) {
  .pickup &gt; ul &gt; li:nth-child(odd) {
    float: left;
  }
  .pickup &gt; ul &gt; li:nth-child(even) {
    float: right;
  }
  .pickup &gt; ul &gt; li:nth-child(2n+1) {
    clear: both;
  }
  .pickup &gt; ul &gt; li:nth-child(n+3) {
    margin-top: 20px;
  }
  .space {
    display: inline-block;
  }
  .sub-txt02 {
    min-height: 45px;
  }
}
@media (max-width: 768px) {
  .pickup {
    padding-bottom: 50px;
  }
  .pickup h3 {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .pickup &gt; ul &gt; li {
    width: auto;
  }
  .pickup:before {
    border-top: 50px solid transparent;
  }
  .pickup:after {
    border-left: 100vw solid #fff;
    border-bottom: 50px solid transparent;
  }
  .pickup &gt; ul &gt; li + li {
    margin-top: 10px;
  }
  .panel-item {
    margin: 8px 0px;
  }
  .shape td.mold {
    font-size: 11px;
    padding-left: 5px;
  }
  .shape td.cost {
    font-size: 11px;
    padding-right: 5px;
    line-height: 13px;
  }
  .shape td.mold, .shape td.color {
    font-size: 15px;
    padding-left: 6px;
    font-weight: bold;
  }
  .shape td.mold.long-text {
    font-size: 70%;
  }
  /* .shape td.color{
    width: 75%;
    max-width: fit-content;
  } */
  .ehop-btn img {
    max-width: 100%;
  }
  .ehop-btn {
    max-width: 326px;
    margin: 20px auto 0;
    width: 77%;
  }
  .space {
    padding: 0 15px 20px;
  }
  .bike-name {
    margin: 0 0 10px;
    font-size: 125%;
  }
  .pickup-size {
    margin: 0;
    height: auto;
  }
  .sub-txt01 {
    font-size: 116%;
    padding: 10px 15px 8px;
  }
  .main_move iframe {
    width: 100%;
    height: 51vw;
  }
}
/* ++++++++++++++++++++++++++++++++++++++
フリーパワー  2022では無し
+++++++++++++++++++++++++++++++++++++++++ */
#free-power {
  background: #c5ecfb;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 40px;
}

#free-power h3 {
  max-width: 658px;
  margin: 0 auto 30px;
}

#free-power h3 img {
  width: 100%;
  height: auto;
}

#free-power &gt; ul &gt; li {
  text-align: left;
  background: #fff;
  padding: 20px;
}

#free-power iframe {
  width: 100%;
  height: 258px;
}

.free-left {
  width: 49%;
  float: left;
}

.free-right {
  width: 49%;
  float: right;
}

.free-right img {
  width: 100%;
  height: auto;
}

.free-power-cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 36px;
  background: #fff;
  box-sizing: border-box;
}

.free-power-cont:after,
#lineup &gt; ul:after {
  content: "";
  display: block;
  clear: both;
}

.free-power-cont .sub-txt02 {
  margin: 0 0 20px 0;
  font-size: 124%;
  line-height: 22px;
  color: #b50081;
}

.free-power-cont .pickup-size {
  margin: 10px 0;
}

.free-power-cont .ehop-btn {
  margin: 25px auto;
}

#free-power:before {
  content: "";
  border-top: 100px solid transparent;
  border-right: 100vw solid #c5ecfb;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  #free-power h3 {
    padding: 0 10%;
    margin-bottom: 10px;
  }
  .free-left,
  .free-right {
    width: auto;
    float: none;
  }
  .free-right {
    margin-top: 20px;
  }
  .free-power-cont .ehop-btn img {
    max-width: 100%;
  }
  #free-power:before {
    border-top: 50px solid transparent;
  }
  #free-power {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .free-power-cont {
    margin: 0 15px;
    padding: 18px;
  }
  #free-power iframe {
    height: 47vw;
  }
}
/* ++++++++++++++++++++++++++++++++++++++
街乗りからお子さま用まで選べる充実のラインナップ！
+++++++++++++++++++++++++++++++++++++++++ */
#lineup {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 1px;
}

@media screen and (max-width: 600px) {
  #lineup {
    width: 100%;
  }
}
#lineup h3 {
  max-width: 894px;
  margin: 0 auto 40px;
}

#lineup h3 img {
  display: block;
  margin: auto;
  width: 90%;
  height: auto;
}

@media screen and (max-width: 600px) {
  #lineup h3 img {
    width: 100%;
  }
}
#lineup &gt; ul &gt; li {
  width: 49%;
}

#lineup &gt; ul &gt; li:nth-child(odd) {
  float: left;
}

#lineup &gt; ul &gt; li:nth-child(even) {
  float: right;
}

/* #lineup .bg_wh {
  background: #fff;
} */
#lineup &gt; ul &gt; li:nth-child(2n+1) {
  clear: both;
}

#lineup ul + a {
  margin-bottom: 70px;
}

#lineup .space {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 20px;
}

#lineup .ehop-btn,
.eshop-cont .ehop-btn {
  margin-top: 20px;
  max-width: 362px;
}

#lineup &gt; ul + .ehop-btn,
.pickup &gt; ul + .ehop-btn,
#lineup .lineup_sub_cont + .ehop-btn {
  margin-top: 40px;
}

#lineup .lineup_sub_cont + .ehop-btn {
  margin-bottom: 40px;
}

#lineup .sub-txt02 {
  margin: 0 0 15px;
  font-size: 124%;
  line-height: 22px;
  color: #b50081;
}

#lineup .sub-txt01 {
  background: #333;
  text-align: center;
  font-size: 156%;
  padding: 24px;
  position: relative;
}

.eshop-cont {
  margin: 70px 0 100px;
}

.eshop-cont-img {
  max-width: 755px;
  margin: 0 auto;
}

.eshop-cont-img img {
  width: 100%;
  height: auto;
}

.eshop-cont .caution {
  font-size: 132%;
  line-height: 25px;
  max-width: 875px;
  margin: 65px auto 0;
}

.eshop-cont .caution li {
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  #lineup h3 {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  #lineup &gt; ul &gt; li {
    width: auto;
    margin-bottom: 0;
    float: none !important;
  }
  #lineup &gt; ul &gt; li .ehop-btn,
  #lineup .lineup_sub_cont ul &gt; li .ehop-btn {
    margin: 20px auto;
  }
  #lineup &gt; ul &gt; li .space + .ehop-btn {
    width: 70%;
  }
  .eshop-cont-img {
    padding: 0 15px;
  }
  .eshop-cont .ehop-btn {
    max-width: auto;
    padding: 0 15px;
  }
  .eshop-cont .caution {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 100%;
  }
  .eshop-cont {
    margin: 35px 0 50px;
  }
  #lineup .sub-txt01 {
    font-size: 132%;
    padding: 13px;
  }
  #lineup &gt; ul {
    padding: 0 0 15px;
  }
  #lineup .space {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 10px;
  }
  #lineup .sub-txt02 {
    margin: 7px 0;
    font-size: 116%;
  }
  #lineup &gt; ul + a {
    margin-bottom: 35px;
  }
  #lineup {
    padding: 0 15px 25px;
  }
  #lineup .ehop-btn {
    margin-top: 0;
  }
  #lineup &gt; ul li + li {
    margin-top: 10px;
  }
  #lineup .bg_wh + a {
    width: 70%;
    margin: 20px auto;
  }
  .main_move p {
    font-size: 124%;
  }
  .bike-name img {
    vertical-align: middle;
  }
  #life .bike-name img,
  #lineup .bike-name img {
    width: 110px;
  }
  .bike-name p {
    font-size: 15px;
  }
  .bike-name .willa_p {
    left: 7px;
  }
}
.bike-name img {
  vertical-align: middle;
}

/* ----2022追加箇所スタイル---- */
#life .intro_txt {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 154%;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  #life .intro_txt {
    margin: 0 auto 25px;
    font-size: 124%;
    padding: 0 2em;
    line-height: 24px;
  }
}
@media (min-width: 769px) {
  #willa &gt; ul &gt; li:first-child .space {
    text-align: center;
    padding-top: 20px;
    outline: 5px solid #c5ecfb;
    outline-offset: -15px;
  }
  #willa &gt; ul &gt; li:first-child .space h5 {
    width: 100%;
    margin: 50px auto;
  }
  #willa &gt; ul &gt; li:first-child .space h5 img {
    display: block;
    width: 50%;
    margin: 0 auto 65px;
  }
  #willa &gt; ul &gt; li:first-child .space &gt; p {
    margin: 1.2em 0;
    font-size: 140%;
    line-height: 28.9px;
    color: #4e91c7;
    font-weight: bold;
  }
  #willa &gt; ul &gt; li:first-child .space &gt; p:nth-child(4) {
    margin-bottom: 128px;
  }
}
@media (max-width: 768px) {
  #willa &gt; ul &gt; li:first-child .space {
    text-align: center;
    padding-top: 20px;
    outline: 4px solid #c5ecfb;
    outline-offset: -10px;
  }
  #willa &gt; ul &gt; li:first-child .space h5 {
    width: 100%;
    margin: 20px auto;
  }
  #willa &gt; ul &gt; li:first-child .space h5 img {
    display: block;
    width: 50%;
    max-width: 200px;
    margin: 0 auto;
  }
  #willa &gt; ul &gt; li:first-child .space &gt; p {
    margin: 1em 0;
    font-size: 4.8vw;
    line-height: 26px;
    color: #4e91c7;
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  #life &gt; ul &gt; li:nth-child(5) .space .ehop-btn {
    margin-top: 62px;
  }
  #lineup .city li:first-child .space .ehop-btn {
    margin-top: 45px;
  }
  #lineup .city li:nth-child(3) .space .ehop-btn,
  #life &gt; ul &gt; li:nth-child(12) .space .ehop-btn {
    margin-top: 65px;
  }
  #willa &gt; ul &gt; li:nth-child(3) .space .panel-item {
    margin-bottom: 33px;
  }
  #lineup .kids li:first-child .space .ehop-btn,
  #lineup .family li:nth-child(2) .space .ehop-btn {
    margin-top: 20px !important;
  }
  #lineup .kids li .ehop-btn.btn-block img,
  #lineup .kids li .ehop-btn.beforesale.btn-block,
  #lineup .family li .ehop-btn.btn-block img,
  #lineup .city li .ehop-btn.btn-block img {
    width: 100%;
  }
}
#lineup .lineup_sub_cont {
  display: flex;
  justify-content: space-between;
}

#lineup .lineup_sub_cont &gt; div {
  max-width: 49%;
}

@media (max-width: 768px) {
  #lineup .lineup_sub_cont {
    flex-direction: column;
  }
  #lineup .lineup_sub_cont .sub-txt01 {
    margin: 20px 0;
  }
  #lineup .lineup_sub_cont &gt; div {
    max-width: 100%;
  }
}
#lineup .lineup_sub_cont ul li:nth-child(odd) {
  float: none;
}

#lineup .lineup_sub_cont ul li:nth-child(even) {
  float: none;
}

.ehop-btn.beforesale:hover {
  opacity: 1 !important;
}

.adjustment-space01 {
  margin-top: 4.3rem;
}

.adjustment-space02 {
  margin-top: 4.4rem;
}

@media (max-width: 768px) {
  .adjustment-space01 {
    margin-top: 0;
  }
  .adjustment-space02 {
    margin-top: 0;
  }
}
#eshop_link_cont.pickup img {
  position: relative;
  width: 100%;
  z-index: 1;
}

#helmet h3 + p {
  text-align: center;
  color: #000;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 40px;
}

.helmet-name {
  color: #000;
  font-size: 156%;
  font-weight: bold;
  position: relative;
  margin: 0 0 10px;
}

#helmet.pickup a img {
  width: 100%;
}

#junior.pickup ul,
.kids.bg_wh {
  padding: 0 15px 40px;
}

@media screen and (max-width: 600px) {
  #helmet h3 + p {
    margin: 2rem auto;
    padding: 0 10px;
  }
}
.bike-name {
  color: #000;
  font-size: 156%;
  font-weight: bold;
  position: relative;
  padding-left: 33px;
  margin: 0 0 10px;
}

.bike-name p:after {
  content: "";
  background: url(https://www.aeon-hokkaido.jp/cycle/images/pickup_icon.png) no-repeat;
  width: 34px;
  height: 22px;
  position: absolute;
  left: -39px;
  top: 3px;
}

.bike-name p &gt; img {
  margin-top: -3px;
}

.bike-name img {
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .sub-txt02 {
    min-height: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .bike-name p:after {
    top: -5px;
  }
}
/* =========================
  WEB_SALEについて
========================= */
#main_body {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto 50PX;
}

/* 基本大枠 背景色
========================= */
.out_box {
  margin: 0;
  width: 100%;
}

.in_box {
  max-width: 95%;
  margin: 0 auto;
}

.in_box_001 {
  max-width: 95%;
  margin: 0 auto;
}

.in_box.max {
  max-width: 100%;
}

.in_box.max ul {
  width: 100%;
}

.bg01 { /* 白 */
  background: #ffffff;
}

.bg02 { /* 黄色 */
  background: #efe72f;
}

.bg03 { /* 薄黄色 */
  background: #fffde5;
}

.bg04 { /* 黄色と薄黄色　ストライプ-45度 */
  background-size: auto auto;
  background-color: rgb(255, 253, 229);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(239, 231, 47) 5px, rgb(239, 231, 47) 10px);
}

.bg05 {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20211221039.png");
  background-repeat: repeat;
}

/* web_sale 20230317 Pink */
.bg6 {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20230313007.jpg");
  background-repeat: repeat;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

/* web_sale 20230317 Blue */
.bg7 {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20230314001.jpg");
  background-repeat: repeat;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

/* web_sale 20230317 Green */
.bg8 {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20230315048.jpg");
  background-repeat: repeat;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.bg9 {
  background: #A3C856;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.bg10 {
  background: linear-gradient(#31a2ce, #ffffff, #f27091);
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.bg11 { /* 春色ストライプ-45度 */
  background: repeating-linear-gradient(-190deg, #3fbdd6 0, #3fbdd6 10%, #f29c79 10%, #f29c79 40%, #50b86d 40%, #50b86d 60%, #ec6d82 60%, #ec6d82 90%);
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.bg12 {
  background: #f0cce6;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

/* web_sale 20230317 PaleGreen */
.bg13 {
  background: #e8f5f8;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}

/* chirashi 20230615 */
.bg14 {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(169, 216, 232) 5px, rgb(142, 181, 195) 10px);
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}

/* web_sale 20230707 */
.bg15 {
  background: linear-gradient(-183deg, #6ec1c9 0%,#fafafa 80%, #ff1726 85%, #f6d30c 100%);
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}

/* web_sale 20230825 */
.bg16 {
  background: rgb(106, 119, 119);
  background: repeating-linear-gradient(140deg, rgb(106, 119, 119) 0%, rgb(111, 129, 131) 12%, rgb(206, 218, 218) 30%, rgb(160, 181, 181) 49%, rgb(132, 147, 151) 64%, rgb(160, 185, 187) 78%, rgb(137, 152, 166) 91%, rgb(106, 119, 119) 100%);
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}

/* web_sale 20230825 */
.bg17 {
  background: rgb(106, 119, 119);
  background: repeating-linear-gradient(140deg, #a57e65 0%, #a57e65 5%, #f3cfb8 25%, #a57e65 45%, #a57e65 80% 100%);
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}

/* bonus_point */
.bg18 {
  background-color: #b50080;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}

/* cycle_bargain */
.bg19 {
  background-color: #ec7507;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}

/* 0922WEBSALE おいもカラー */
.bg20 {
  background: repeating-linear-gradient(-190deg, #b70081 0, #fff100 100%);
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

/* メニュー
========================= */
.page_block {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0 10px;
}

.page_block a {
  display: block;
  margin-right: 2.6%;
  margin-bottom: 15px;
  width: 23%;
}

.page_block a:nth-child(4n) {
  margin-right: 0;
}

.page_block img {
  width: 100%;
}

/*.item_menu a{
  background:#c0272d;
  color: #FFFFFF;
  font-weight: bold;
  padding: 1.5rem 0.5rem;
  text-align: center;
  border-radius: 6px;
  border-bottom: hsla(359,95%,16%,1.00)4px solid;
  text-decoration: none;
}*/
.item_menu a {
  background: #FFFFFF;
  color: #333;
  font-weight: bold;
  padding: 1.5rem 0.5rem;
  text-align: center;
  text-decoration: none;
  border-radius: 100vh;
  border: 2px solid #777;
}

.item_menu a:hover {
  color: #fff;
  background: #23bad7;
  opacity: 1;
  border-color: #23bad7;
}

.item_menu a:after {
  content: "\f102";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 0.5rem;
}

.menu_01 .item_menu a:after {
  content: "\f103";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 0.5rem;
}

#main_body .bnr-link {
  display: block;
  margin: auto;
  width: 95%;
  max-width: 850px;
}

#main_body .bnr-link img {
  width: 100%;
}

/* in_box
========================= */
.box_tit {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.tit_day {
  width: 60%;
  margin: 20px auto;
}

.limit_day {
  width: 96%;
  max-width: 1000px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 0.6rem;
  background: #FFFFFF;
}

.limit_day_02 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 0.6rem;
}

.limit_day small, .limit_day_02 small {
  font-size: 1.6rem;
}

.box_tit_A img, .box_tit_B img {
  padding: 0 0 20px;
  width: 100%;
}

#box02 .in_box {
  margin-bottom: 50px;
}

.box_tit_A, .box_tit_B {
  width: 500px;
  margin: 20px auto 10px;
}

.box_tit_pana {
  width: 90%;
  /*background-color: #C9141D;*/
  padding: 0;
  text-align: center;
}

.box_tit_pana img {
  width: 100%;
}

.type_C {
  position: relative;
  display: block;
  padding: 1rem;
  text-align: center;
  width: 96%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
}

.type_C:before,
.type_C:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 30%;
  height: 6px;
  content: "";
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}

.type_C:before {
  left: 0;
}

.type_C:after {
  right: 0;
}

.under {
  width: 100%;
  margin: 0;
  background: #000;
  height: 1rem;
}

.more_btn {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20220115001.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 60%;
  height: 70px;
  margin: 0 auto 25px;
  color: hsla(0, 0%, 100%, 0);
}

.more_btn.purple {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20230519039.png");
}

.more_btn_02,
a.more_btn_02,
button.more_btn_02 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.more_btn_02,
a.more_btn_02 {
  color: #333;
  background-color: #ffffff;
  border: 2px solid #777;
  display: block;
  width: 50%;
  margin: 0 auto;
}

.more_btn_02:hover,
a.more_btn_02:hover {
  color: #fff;
  background: #C13B37;
  opacity: 1;
  border-color: #FFFFFF;
}

a.more_btn_02 {
  border-radius: 100vh;
}

.more_btn_02:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 1rem;
}

.pr:after {
  /*content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-left: 1rem;*/
}

#main_body .sub_tit {
  position: relative;
  width: 100%;
  margin: 0;
  background: #000;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
}

#main_body .sub_tit::before {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  border: 1px double #FFFFFF;
  top: 0.2rem;
}

/* 各item情報
========================= */
.in_box ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 96%;
  margin: 1rem auto;
}

.in_box ul li {
  width: 32%;
  margin-bottom: 2rem;
}

/* display:flexの3&amp;4カラムを整列させる */
.in_box ul:before {
  content: "";
  order: 1;
  width: 32%;
}

.in_box ul:after {
  content: "";
  width: 32%;
}

/*2カラム用*/
.in_box .w_item li {
  width: 49%;
}

.in_box ul li a {
  display: block;
}

.in_box ul li img {
  width: 100%;
  padding: 10px;
  border: solid 2px #ccc;
  background-color: #FFFFFF;
}

.in_box .w_item li img {
  width: 100%;
  padding: 0;
  border: none;
  background-color: #FFFFFF;
}

.in_box .col-1 img, .in_box .col-2 img, .in_box .col-3 img {
  width: 100%;
  padding: 0;
  border: none;
  background-color: #FFFFFF;
}

.in_box .col-3 {
  width: 32%;
  margin-bottom: 2rem;
}

.in_box .col-2, .in_box .col-1 {
  width: 49%;
  margin-bottom: 2rem;
}

.in_box .col-max, .in_box .w_item .col-max {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .in_box .col-3 {
    width: 49%;
    margin-bottom: 2rem;
  }
  .in_box .col-1 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#pana li img {
  width: 100%;
  padding: 0;
  border: none;
  background-color: #FFFFFF;
}

/*#sec03 li img,#sec05 li img{
  width: 100%;
  padding: 10px;
  border: solid 2px #ccc;
  background-color: #FFFFFF;
}*/
.ttl {
  position: relative;
  height: 
    2.5rem;
  overflow: hidden;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.7rem;
}

.ttl:before, .ttl:after {
  position: absolute;
}

.ttl:before {
  content: "･･･";
  bottom: 0;
  right: 0;
  background: #fff;
}

#box_02 .ttl:before {
  background: #f2faf6;
}

#box_02 .ttl {
  font-size: 1rem;
}

.ttl:after {
  content: "";
  width: 100%;
  height: 100%;
}

.lim {
  display: inline-block;
  padding: 0.1rem 0.3rem;
  background-color: #B10A0C;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 0.8rem;
  text-align: center;
  margin-top:5px;
  margin-bottom:5px;
}

#main_body .lim.no-lim {
  background-color: #fff;
  color: #fff;
}

.w_item .lim {
  margin-top: 0.2rem;
}

.w_item .ttl:before, .w_item .ttl:after {
  content: "";
}

.in_box ul li a p.look {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20220115002.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 90%;
  height: 2.4rem;
  margin: 0.5rem auto 0.2rem;
  color: hsla(0, 0%, 100%, 0);
}

.in_box ul li a:hover {
  opacity: 0.8;
}

.in_box ul li .pr:before {
  content: "税込";
  color: #D00003;
  margin-right: 0.2rem;
  font-size: 0.75rem;
}

.in_box ul li .pr {
  text-align: right;
  font-weight: bold;
  color: #D00003;
  font-size: 1.2rem;
}

.in_box ul li .pr &gt; span {
  font-size: 0.5rem;
}

#pana .pr {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

#pana .pr:before {
  content: "";
  color: #D00003;
  margin-right: 0.2rem;
  font-size: 0.75rem;
}

.card_A li {
  background: #FFFFFF;
  padding: 0.5rem;
}

/* 日替わり
========================= */
.day_item a, .day_item p {
  width: 100%;
  display: block;
}

.day_item a {
  margin-bottom: 20px;
}

.day_item img {
  width: 100%;
}

/* ========================================
▼　(SP版要素)　max-with 600px
======================================== */
@media screen and (max-width: 600px) {
  #main_body {
    margin: 0 auto 30PX;
  }
  /* 基本大枠 背景色
  ========================= */
  .out_box {
    width: 100%;
    margin: 0;
  }
  .in_box {
    width: 96%;
    margin: 0 auto;
  }
  /* メニュー
  ========================= */
  .page_block {
    padding: 30px 10px 10px;
    width: 100%;
  }
  .item_menu {
    text-align: center;
  }
  .item_menu a {
    background: #FFFFFF;
    color: #333;
    font-weight: bold;
    font-size: 0.7rem;
    padding: 1rem 0.2rem;
    text-align: center;
    text-decoration: none;
    border-radius: 100vh;
    border: 2px solid #777;
    width: 48%;
  }
  .page_block a:nth-child(2n) {
    margin-right: 0;
  }
  .item_menu a:hover {
    color: #fff;
    background: #C13B37;
    opacity: 1;
    border-color: #C13B37;
  }
  .item_menu a:after {
    content: "\f102";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 0.5rem;
  }
  .menu_01 .item_menu a:after {
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 0.5rem;
  }
  /* in_box
  ========================= */
  .box_tit_A {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  .tit_day {
    width: 90%;
    margin: 20px auto;
  }
  .limit_day {
    width: 96%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 0.5rem;
  }
  .limit_day small {
    font-size: 1rem;
  }
  .in_box img, .out_box img {
    width: 100%;
  }
  .box_tit_pana img {
    width: 100%;
  }
  .box_tit_A, .box_tit_B {
    width: 90%;
    margin: 0 auto;
  }
  .sub_tit {
    position: relative;
    width: 100%;
    margin: 0;
    background: #000;
  }
  .sub_tit::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    border: 1px double #FFFFFF;
    top: 0.2rem;
  }
  .sub_tit img {
    height: 60px;
  }
  .type_C {
    position: relative;
    display: block;
    padding: 1rem;
    text-align: center;
    width: 96%;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .type_C:before,
  .type_C:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 10%;
    height: 6px;
    content: "";
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
  }
  .type_C:before {
    left: 0;
  }
  .type_C:after {
    right: 0;
  }
  .more_btn {
    width: 80%;
    height: 60px;
    margin: 0 auto 25px;
  }
  .more_btn_02,
  a.more_btn_02 {
    width: 90%;
    font-size: 0.75rem;
  }
  /* 各item情報　PC同内容も調整のため再記載
  ========================= */
  .in_box ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin: 1rem auto;
  }
  .in_box ul li {
    width: 48%;
    margin-bottom: 1rem;
  }
  /*2カラム用 SPでは1列*/
  .in_box .w_item li {
    width: 100%;
  }
  .in_box ul li a {
    display: block;
  }
  .in_box ul li img {
    padding: 5px;
    width: 100%;
  }
  .ttl {
    position: relative;
    height: 2.3rem;
    overflow: hidden;
    line-height: 1.2;
    font-weight: normal;
    padding-top: 0.2rem;
  }
  .ttl:before, .ttl:after {
    position: absolute;
  }
  .ttl:before {
    content: "･･･";
    bottom: 0;
    right: 0;
  }
  .ttl:after {
    content: "";
    width: 100%;
    height: 100%;
  }
  .lim {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    background-color: #B10A0C;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 0.7rem;
    text-align: center;
    margin-top: 0.2rem;
  }
  p.look {
    background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20220115002.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 90%;
    height: 35px;
    margin: 5px auto 0;
    color: hsla(0, 0%, 100%, 0);
  }
  .in_box ul li a p.look {
    background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20220115001.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 90%;
    max-height: 35px;
    margin: 5px auto 0;
    color: hsla(0, 0%, 100%, 0);
  }
  .in_box ul li a:hover {
    opacity: 0.8;
  }
  .card_A li {
    background: #FFFFFF;
    padding: 0.5rem;
    width: 48%;
  }
}
/* 非表示要素 - 1colum用
=========================
.side-content.side-search,
.event-mainvisual,
.sp_side-content{
  display: none;
} */
/* 大元のcssの修正
========================= */
.main-container {
  padding: 0 !important;
}

.content {
  /*max-width: none;*/
}

/* 調整css
========================= */
.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 2.5rem;
}

.p-6 {
  padding: 3rem;
}

.py-1 {
  padding: 0.5rem 0;
}

.py-2 {
  padding: 1rem 0;
}

.py-3 {
  padding: 1.5rem 0;
}

.py-4 {
  padding: 2rem 0;
}

.py-5 {
  padding: 2.5rem 0;
}

.py-6 {
  padding: 3rem 0;
}

.w-100 {
  width: 100%;
}

/* 固定ヘッダー削除　info文字間調整
=========================== */
.sp_header-navi.fixed {
  position: static !important;
}

.eshop-info {
  line-height: 1.5;
}

/* (PC版要素)
========================= */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}</pre></body></html>