@charset "UTF-8";
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.inrWidth {
  width: 86.66667%;
  margin-right: auto !important;
  margin-left: auto !important;
}

.outerWidth {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

/*----------------------------------------
FOOTER
-----------------------------------------*/
@media screen and (min-width: 769px) {
  footer {
    background: #fff;
    position: relative;
    z-index: 1;
  }
  footer #toTop {
    position: fixed;
    right: 0;
    bottom: 40px;
    width: 60px;
    height: 60px;
    z-index: 10;
  }
  .footer {
    padding: 60px 0 100px;
    text-align: center;
    max-width: 1000px;
  }
  .footer div {
    margin-bottom: 60px;
  }
  .footer div:first-of-type {
    font-size: 1.2rem;
    text-align: left;
  }
  .footer div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer div:nth-of-type(2) p {
    width: 50px;
    margin-right: 15px;
  }
  .footer div:nth-of-type(2) p:last-of-type {
    margin-right: 0;
  }
  .footer div:nth-of-type(3) {
    margin-bottom: 45px;
  }
  .footer div:last-of-type {
    margin-bottom: 0;
  }
  .footer div:last-of-type p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0 100px;
    text-align: center;
  }
  .footer div {
    margin-bottom: 30px;
  }
  .footer div:first-of-type {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 60px;
  }
  .footer div:nth-of-type(2) {
    display: flex;
    justify-content: center;
  }
  .footer div:nth-of-type(2) p {
    width: 50px;
    margin-right: 15px;
  }
  .footer div:nth-of-type(2) p:last-of-type {
    margin-right: 0;
  }
  .footer div:last-of-type {
    margin-bottom: 0;
    color: #333333;
  }
  .footer div:last-of-type p {
    font-size: 1rem;
    letter-spacing: 0;
  }
  footer #toTop {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 40px;
    height: 40px;
    z-index: 10;
  }
}

/* -----
  PC
  ----- */
@media print, screen and (min-width: 769px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 45px;
    width: 100%;
    background: #fff799;
    z-index: 10;
  }
  header div {
    width: 95%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  header div {
    width: 95%;
  }
}

@media print, screen and (min-width: 769px) {
  header div a {
    width: 200px;
    font-size: 2.2rem;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  header div a {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  header div a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 820px) {
  header div a {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  header div ul {
    width: calc(100% - 300px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4px;
  }
  header div ul li:not(:last-of-type) {
    margin-right: 7%;
  }
  main {
    position: relative;
    overflow: hidden;
    background: #f9d2d4;
    z-index: 0;
  }
  .head {
    width: 400px;
  }
  .frame {
    position: relative;
  }
  .frame .main_deco01 {
    position: fixed;
    top: 100px;
    left: 1560px;
    width: 15vw;
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    transition: 1.5s ease-in-out;
  }
  .frame--sub {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 45px;
    height: calc(100vh - 45px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .frame--sub > div {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .frame--sub img {
    width: 100%;
  }
  .frame--sub .pcnav {
    position: absolute;
    top: 59%;
    width: 30%;
  }
  .frame--sub .pcnav li {
    margin-bottom: 15px;
  }
  .frame--sub .pcnav li img {
    height: auto;
  }
  .frame--sub a.nextbtn {
    display: block;
    position: absolute;
    right: 2%;
    bottom: 2%;
  }
  .frame--sub object {
    max-height: 100vh;
    display: block;
    margin: 0 auto;
  }
  .frame--sub h1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .frame--main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    z-index: 100;
  }
  .frame--main .contents {
    width: 375px;
    background: #fff;
  }
  .frame--main .contents .product__blk--img .pdpt {
    width: 400px !important;
    margin: 0 calc(50% - 200px) !important;
  }
  .frame--main .contents .new--top h2 {
    padding-top: 45px !important;
  }
}

/* PC End */
@media screen and (max-width: 480px) {
  .drawer-menu {
    width: 100%;
    padding: 15px;
    height: 100vh;
  }
  .drawer-menu li {
    padding-bottom: 15px !important;
  }
  .drawer-menu li:not(:first-of-type) {
    width: 100% !important;
  }
}

.drawer-menu li:nth-of-type(1) {
  position: relative;
  padding-top: 25px;
  text-align: center;
  padding-bottom: 30px;
}

.drawer-menu li:nth-of-type(1) img {
  width: 270px;
}

.drawer-menu li a {
  display: block;
}

.drawer-menu li a .navimg {
  width: 345px;
}

/* -----
  SP
  ----- */
@media screen and (min-width: 360px) {
  * {
    -webkit-text-size-adjust: none;
  }
}

@media screen and (max-width: 768px) {
  .head {
    width: 100%;
  }
  .frame--main {
    overflow: hidden;
  }
  .frame--main .sec03 {
    background: url(../img/bg.jpg);
    background: url(../img/bg_pc.jpg);
    background-size: contain;
  }
  .frame--sub {
    display: none;
  }
}

/* SP End */
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.mvslide {
  overflow: hidden;
}

.slick-dots {
  bottom: 20px !important;
  left: 20px;
  text-align: left !important;
}

.slick-dots li button:before,
.slick-dots li button {
  color: #fff !important;
  opacity: 1 !important;
}

.slick-arrow {
  display: none !important;
}

/*----navi-------*/
#navToggle {
  position: fixed;
  top: 15px;
  right: 6%;
  width: 33px;
  height: 33px;
  cursor: pointer;
  z-index: 1001;
}

#navToggle div {
  position: relative;
}

#navToggle span {
  display: block;
  position: absolute;
  /*#navToggle div に対して*/
  width: 100%;
  height: 5px;
  background: #000;
  border: 1px solid #000;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#navToggle span:nth-child(1) {
  top: 0;
}

#navToggle span:nth-child(2) {
  top: 12.5px;
}

#navToggle span:nth-child(3) {
  top: 25px;
}

.openNav #navToggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.head nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff799;
  padding: 0;
  text-align: left;
  display: none;
  padding: 50px 0 100px;
  z-index: 1000;
  overflow: scroll;
}

.head nav ul li {
  padding: 30px;
  display: block;
  border-bottom: 1px solid #000;
}

.head nav ul li:last-of-type {
  border-bottom: none;
}

.head nav ul a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.head nav ul a.bigf {
  font-size: 2.5rem;
}

.head nav ul a:last-of-type {
  margin-bottom: none;
}

.openNav {
  overflow: hidden;
}

.openNav nav {
  z-index: 1000;
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.red {
  color: #e60012;
}

.fw-nomal {
  font-weight: normal !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.ls-1 {
  letter-spacing: -1px !important;
}

.ls-1_sp {
  letter-spacing: -1px !important;
}

.ls-2 {
  letter-spacing: -2px !important;
}

.ls-3 {
  letter-spacing: -3px !important;
}

.m5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.ft12 {
  font-size: 1rem;
}

.ft18 {
  font-size: 1.2rem;
}

.ft20 {
  font-size: 1.3rem;
}

.ft30 {
  font-size: 1.5rem !important;
}

.ft35 {
  font-size: 1.7rem;
}

.ft40 {
  font-size: 2rem;
}

.ft50 {
  font-size: 2.5rem;
}

.ft60 {
  font-size: 3rem;
}

.modal_blk {
  position: relative;
}

.modal_blk .img {
  background: #fafafa;
  padding: 10px;
}

.modal_blk .img img {
  width: 100%;
  height: auto;
}

.modal_blk .txt_area {
  padding: 30px 5% 60px;
}

.modal_blk .txt_area h3 {
  background: #ea5e74;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  display: inline;
  padding: 5px;
  text-indent: 1em;
  letter-spacing: 0;
}

.modal_blk .txt_area h3.h3-fg {
  background: #008ecf;
}

.modal_blk .txt_area h3.h3-lg {
  background: #9cba56;
}

.modal_blk .txt_area h3.h3-g {
  background: #f2954c;
}

.modal_blk .txt_area .txt {
  font-size: 1.4rem;
  margin-top: 20px;
}

.modal_blk .txt_area .txt .df {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 7px;
}

.modal_blk .txt_area .txt .smf {
  font-size: 1.2rem;
}

.modal_blk .txt_area .txt span {
  letter-spacing: 0;
}

.modal_blk .txt_area .txt span.price {
  float: right;
}

.modal_blk .txt_area .shop {
  margin-top: 20px;
  display: inline-block;
}

.modal_blk .txt_area .shop a {
  display: block;
}

.modal_blk .modaal_close {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 1%;
  right: 3%;
}

.modal_blk .modaal_close div {
  position: relative;
}

.modal_blk .modaal_close span {
  display: block;
  position: absolute;
  /*#navToggle div に対して*/
  width: 100%;
  height: 3px;
  background: #000;
  border: 1px solid #000;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  top: 21px;
}

.modal_blk .modaal_close span:first-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_blk .modaal_close span:last-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(1deg);
  }
}

.frame--main {
  position: relative;
}

.frame--main .contents {
  overflow: hidden;
}

.frame--main .contents .head {
  background: #fff799;
  position: fixed;
  top: 0;
  z-index: 999;
}

.frame--main .contents .head .logo {
  display: block;
  padding: 12.5px 0 12.5px 15px;
  width: 70%;
}

.frame--main .contents .head .logo img {
  width: 135px;
}

.frame--main .contents section .wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.frame--main .contents .mv {
  margin-top: 59px;
  background: url(../img/bg.jpg);
  background-size: contain;
}

.frame--main .contents .sec01 {
  background: #ab1a2d;
  padding: 30px 0 30px;
  text-align: center;
}

.frame--main .contents .sec01__wrap {
  background: #817806;
  padding: 20px 5% 25px;
  color: #fff;
}

.frame--main .contents .sec01__wrap h2 {
  max-width: 270px;
  margin: 0 auto 20px;
}

.frame--main .contents .sec01__blk {
  background: #fff;
  border-radius: 10px;
  padding: 7px 5% 5%;
  text-align: center;
}

.frame--main .contents .sec01__blk img {
  max-width: 270px;
}

.frame--main .contents .sec01__blk h3 {
  font-size: 1.1rem;
  font-weight: bold;
  background: #ab1a2d;
  padding: 5px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

.frame--main .contents .sec01__blk--1st {
  margin-bottom: 15px;
}

.frame--main .contents .sec01__blk--1st img {
  max-width: 260px;
  display: block;
  margin: 0 auto;
}

.frame--main .contents .sec01 a {
  display: inline-block;
  margin: 20px auto;
  text-align: center;
  width: 95%;
  background: #000;
  padding: 5px;
  position: relative;
  color: #fff;
  font-size: 1.7rem;
}

.frame--main .contents .sec01 a img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  width: 10px;
}

.frame--main .contents .sec01__txt {
  text-align: left;
  font-size: 1.2rem;
}

.frame--main .contents .new {
  background: url(../img/kyousan_bg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 5px 0 15px;
}

.frame--main .contents .new h2 {
  position: relative;
}

.frame--main .contents .new ul {
  position: relative;
  z-index: 1;
}

.frame--main .contents .new li {
  padding: 8%;
  border: 1px  solid #000;
  margin-bottom: 20px;
  position: relative;
}

.frame--main .contents .new li .open_tag {
  position: absolute;
  top: 4%;
  left: -1px;
  max-width: 230px;
}

.frame--main .contents .new li h3 {
  margin-bottom: 20px;
}

.frame--main .contents .new li p {
  text-align: justify;
}

.frame--main .contents .new li p.place {
  text-align: center;
}

.frame--main .contents .new li p.place span {
  font-size: 1.6rem;
}

.frame--main .contents .new li.coin {
  background: #817806;
}

.frame--main .contents .new li.coin .place {
  color: #fff;
}

.frame--main .contents .new li.locust {
  background: #ab1a2d;
}

.frame--main .contents .new li.locust .place {
  color: #fff;
}

.frame--main .contents .new li.ikka {
  background: #fff;
  padding-top: 21%;
}

.frame--main .contents .new li.ikka h3 {
  margin: 0 auto 20px;
}

.frame--main .contents .new li.toumei {
  background: #fff;
  padding-top: 20%;
}

.frame--main .contents .new li.toumei h3 {
  max-width: 210px;
  margin: 0 auto 20px;
}

.frame--main .contents .new--top {
  display: initial;
}

.frame--main .contents .new--top h2 {
  padding-top: 60px;
}

.frame--main .contents .new--top .wrap {
  width: 100%;
}

.frame--main .contents .new--top li {
  margin-bottom: 0;
  border: none;
}

.frame--main .contents .new--top li h2 {
  margin: 30px 0;
}

.frame--main .contents .new--top li h3 {
  width: 90%;
  margin: 0 auto 20px;
}

.frame--main .contents .new--top li .open_tag {
  position: relative;
  margin-bottom: 20px;
  max-width: 350px;
  margin-left: -10%;
}

.frame--main .contents .sec02 {
  background: #5abc97;
  padding: 0 0 40px;
}

.frame--main .contents .sec02 h2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.frame--main .contents .sec02 h2 img {
  margin-top: -30px;
}

.frame--main .contents .sec02__wrap {
  margin-top: -90px;
}

.frame--main .contents .sec02__blk {
  border: 1px solid #000;
  background: #fff;
  padding: 20px 8%;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
}

.frame--main .contents .sec02__blk h3 {
  font-size: 2.7rem;
  font-weight: bold;
  color: #e73468;
  text-align: center;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin-bottom: 15px;
}

.frame--main .contents .sec02__blk h3 span {
  display: block;
  font-size: 1.7rem;
}

.frame--main .contents .sec02__blk .img img {
  display: block;
  margin: 0 auto;
}

.frame--main .contents .sec02__blk .img span {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 5px;
  display: block;
}

.frame--main .contents .sec02__blk .img--min {
  max-width: 250px;
  margin: 0 auto 20px;
}

.frame--main .contents .sec02__blk .txt {
  text-align: justify;
  margin: 15px 0;
}

.frame--main .contents .sec02__blk .hour {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.frame--main .contents .sec02__blk .hour span:first-of-type {
  width: 85px;
  text-align: center;
  background: #e73468;
  color: #fff;
  padding: 2px 0;
}

.frame--main .contents .sec02__blk .hour span:last-of-type {
  width: calc(100% - 95px);
  font-feature-settings: "palt";
  font-weight: bold;
}

.frame--main .contents .sec02__blk .hour span:last-of-type small {
  font-size: 1.1rem;
}

.frame--main .contents .sec02__blk .addtxt {
  color: #fff;
  background: #e73468;
  padding: 15px;
  border-radius: 10px;
  margin: 15px 0;
}

.frame--main .contents .sec02__blk .indent {
  font-size: 1.2rem;
}

.frame--main .contents .sec02__blk .btn {
  margin: 20px 0 10px;
  text-align: center;
}

.frame--main .contents .sec02__blk .btn a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 95%;
  background: #000;
  padding: 5px;
  position: relative;
  color: #fff;
  font-size: 1.7rem;
}

.frame--main .contents .sec02__blk .btn a img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  width: 10px;
}

.frame--main .contents .spring {
  background: #f9d2d4;
  padding-bottom: 30px;
}

.frame--main .contents .spring h2 {
  width: 100%;
  overflow: hidden;
}

.frame--main .contents .spring h2 img {
  margin-top: -50px;
  margin-right: 5%;
  display: block;
  width: 98%;
}

.frame--main .contents .spring__blk {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}

.frame--main .contents .spring__blk__lTtl {
  height: 77px;
  margin-left: -5%;
}

.frame--main .contents .spring__blk__rTtl {
  height: 77px;
  margin-right: -5%;
  margin-left: auto;
  display: block;
}

.frame--main .contents .spring__blk ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -6px;
}

.frame--main .contents .spring__blk ul li {
  width: 49%;
  border: 1px solid #222;
  background: #fff;
  margin-bottom: 8px;
}

.frame--main .contents .spring__blk ul li a:focus {
  outline: none;
}

.frame--main .contents .spring__blk ul li .img {
  background: #fafafa;
  padding: 10px;
}

.frame--main .contents .spring__blk ul li div {
  display: flex;
  border-top: 1px solid #222;
}

.frame--main .contents .spring__blk ul li div p {
  padding: 5px;
}

.frame--main .contents .spring__blk ul li div p:first-of-type {
  color: #fff;
  font-size: 1.3rem;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame--main .contents .spring__blk ul li div p:last-of-type {
  width: calc(100% - 30px);
  font-size: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0;
  border-left: 1px solid #222;
  display: flex;
  align-items: center;
  padding: 5px 7px;
}

.frame--main .contents .spring__blk ul li div p.flr01 {
  background: #ea5e74;
}

.frame--main .contents .spring__blk ul li div p.flr02 {
  background: #06b4d6;
}

.frame--main .contents .spring__blk ul li div p.flr03 {
  background: #9cba56;
}

.frame--main .contents .spring__blk ul li div p.flr04 {
  background: #f2954c;
}

.frame--main .contents .spring__blk ul li div p.flr05 {
  background: #3b8d38;
}

.frame--main .contents .spring__blk--service .spring__blk__lTtl {
  position: relative;
}

.frame--main .contents .spring__blk--service ul {
  justify-content: flex-end;
  margin-top: -30px;
}

.frame--main .contents .spring__blk--service ul li {
  width: 85%;
}

.frame--main .contents .spring__blk--service ul li .img {
  background: #fff;
  padding: 10px 10px 10px 30px;
}

.frame--main .contents .spring__blk--service ul li .h3_div {
  padding: 0 10px;
  display: block;
  border: none;
  margin-top: -32px;
  font-feature-settings: "palt";
}

.frame--main .contents .spring__blk--service ul li h3 {
  background: #3b8d38;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  display: inline;
  padding: 7px 5px;
  text-indent: 1em;
  letter-spacing: 0;
}

.frame--main .contents .spring__blk--service ul li .txtarea {
  display: flex;
  justify-content: space-between;
  margin: 15px 10px 10px;
}

.frame--main .contents .spring__blk--service ul li .txtarea--smf {
  font-size: 1.2rem;
}

.frame--main .contents .sec03 {
  padding: 20px 0 50px;
  text-align: center;
  background: #817806;
}

.frame--main .contents .sec03 h2 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.frame--main .contents .sec03__blk {
  background: #fff;
  padding: 20px 5% 25px;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.frame--main .contents .sec03__blk .ttl03_deco01_re {
  position: absolute;
  height: auto;
  top: 1%;
  right: -5%;
  width: 130px;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
}

.frame--main .contents .sec03__blk .ttl03_deco {
  position: absolute;
  height: auto;
  top: 15%;
  left: -5%;
  width: 80px;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
}

.frame--main .contents .sec03__blk .ttl03_deco_re01 {
  position: absolute;
  height: auto;
  bottom: 27%;
  right: -5%;
  width: 90px;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
}

.frame--main .contents .sec03__blk .ttl03_deco_03 {
  position: absolute;
  height: auto;
  bottom: 12%;
  left: 8%;
  width: 60px;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
}

.frame--main .contents .sec03__blk a {
  display: block;
}

.frame--main .contents .sec03__blk a:focus {
  outline: none !important;
}

.frame--main .contents .sec03__blk .item01 {
  width: 160px;
  margin-left: 3%;
}

.frame--main .contents .sec03__blk .item02 {
  width: 140px;
  margin-top: -150px;
  margin-left: auto;
}

.frame--main .contents .sec03__blk .item03 {
  width: 160px;
  margin-left: -5%;
  margin-top: -130px;
}

.frame--main .contents .sec03__blk .item04 {
  width: 240px;
  margin: 20px auto 30px;
}

.frame--main .contents .sec03__blk .item05 {
  width: 110px;
  margin-left: 16px;
}

.frame--main .contents .sec03__blk .item06 {
  width: 170px;
  margin-left: auto;
  margin-top: -140px;
}

.frame--main .contents .sec03__blk .item07 {
  width: 175px;
  margin-left: -10%;
  margin-top: 20px;
}

.frame--main .contents .sec03__blk .item08 {
  width: 180px;
  margin-left: auto;
  margin-right: -3%;
  margin-top: -180px;
}

.frame--main .contents .sec03__blk .item09 {
  width: 180px;
  margin-left: 3%;
  margin-top: -40px;
}

.frame--main .contents .sec03__blk .item10 {
  width: 130px;
  margin-left: auto;
  margin-right: -10%;
  margin-top: -155px;
}

.frame--main .contents .sec03__blk .item11 {
  width: 225px;
  margin-left: -7%;
  margin-top: -35px;
}

.frame--main .contents .sec03__blk .item12 {
  width: 255px;
  margin-left: auto;
  margin-right: -8%;
  margin-top: -27px;
}

.frame--main .contents .sec03__blk .item13 {
  width: 220px;
  margin-left: 5%;
  margin-top: 20px;
}

.frame--main .contents .sec03__blk .item14 {
  width: 245px;
  margin-left: auto;
  margin-right: -4%;
  margin-top: 30px;
}

.frame--main .contents .sec03__blk .item15 {
  width: 245px;
  margin-left: 1%;
  margin-top: -20px;
}

.frame--main .contents .sec03 .shoplist {
  position: relative;
}

.frame--main .contents .sec03 .floor {
  margin: 0 auto 10px;
  width: 50px;
  height: 15px;
  color: #fff;
  font-size: 1rem;
  line-height: 15px;
  text-align: center;
}

.frame--main .contents .sec03 .floor.one {
  background: #c30d23;
}

.frame--main .contents .sec03 .floor.two {
  background: #00B4D6;
}

.frame--main .contents .sec03 .floor.three {
  background: #9DBA56;
}

.frame--main .contents .sec03 .floor.four {
  background: #D84B3B;
}

.frame--main .contents .sec03 .floor.five {
  background: #3D8E38;
}

.frame--main .contents .sec03 .floor.six {
  background: #86559F;
}

.frame--main .contents .sec03 h3 {
  max-width: 340px;
  margin: 15px auto 0;
}

.frame--main .contents .sec03 ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.frame--main .contents .sec03 ul.ul--last {
  margin-top: 10px;
}

.frame--main .contents .sec03 li {
  width: 49%;
  padding: 5% 2%;
  margin-bottom: 10px;
}

.frame--main .contents .sec03 li.fashion {
  border: 2px solid #ff6178;
  background: #fdeff5;
}

.frame--main .contents .sec03 li.fashion_goods {
  border: 2px solid #008ecf;
  background: #eaf6fd;
}

.frame--main .contents .sec03 li.life_goods {
  border: 2px solid #8fc31f;
  background: #ebf5ec;
}

.frame--main .contents .sec03 li.foods {
  border: 2px solid #f2954c;
  background: #fdede4;
}

.frame--main .contents .sec03 li.service {
  border: 2px solid #fabe00;
  background: #fffde5;
}

.frame--main .contents .sec03 li.amuse {
  border: 2px solid #86559F;
  background: #F3EFF7;
}

.frame--main .contents .sec03 li a {
  display: block;
}

.frame--main .contents .sec03 li p {
  text-align: center;
  line-height: 1.4;
}

.frame--main .contents .sec03 li .tile_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.frame--main .contents .sec03 li .tile_txt p {
  letter-spacing: 0;
  font-weight: bold;
}

.frame--main .contents .sec03 li .tile_txt p:first-of-type {
  margin-bottom: 5px;
}

.frame--main .contents .sec03 li picture {
  display: block;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

.frame--main .contents .sec04 {
  background: url(../img/ttl04_bg.jpg);
  background-position: center top 170px;
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 100px 0 15px;
}

.frame--main .contents .sec04 h2 {
  width: 95%;
  max-width: 315px;
  margin: 0 auto;
  position: relative;
}

.frame--main .contents .sec04 h2 .h2_ttl {
  position: relative;
  z-index: 1;
}

.frame--main .contents .sec04 h2 .ttl04_deco01, .frame--main .contents .sec04 h2 .ttl04_deco02 {
  position: absolute;
  top: -85px;
  height: auto;
}

.frame--main .contents .sec04 h2 .ttl04_deco01 {
  left: -68px;
  width: 190px;
}

.frame--main .contents .sec04 h2 .ttl04_deco02 {
  right: -60px;
  width: 125px;
}

.frame--main .contents .sec04 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}

.frame--main .contents .sec04 ul li {
  position: relative;
  width: 48%;
  background: #fff;
  margin-bottom: 30px;
  padding: 5%;
}

.frame--main .contents .sec04 ul li::before {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 40px;
  height: 22px;
  background: url(../img/ttl04_img.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.frame--main .contents .sec04 ul li .tile_txt {
  text-align: center;
  letter-spacing: 0;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
}

.frame--main .contents .sec04 ul li .tile_txt .ttl {
  font-size: 1.3rem;
  font-weight: bold;
}

.frame--main .contents .sec04 ul li .tile_txt .small {
  font-size: 1.1rem;
}

.frame--main .contents .sec04 ul li .tile_txt .price {
  font-size: 2rem;
  font-weight: bold;
  color: #e60012;
}

.frame--main .contents .sec04 ul li .shop {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
}

.frame--main .contents .sec04 ul li .shop__floor {
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 25px;
  text-align: center;
}

.frame--main .contents .sec04 ul li .shop__floor.one {
  background: #c30d23;
}

.frame--main .contents .sec04 ul li .shop__floor.two {
  background: #00B4D6;
}

.frame--main .contents .sec04 ul li .shop__floor.three {
  background: #9DBA56;
}

.frame--main .contents .sec04 ul li .shop__floor.four {
  background: #D84B3B;
}

.frame--main .contents .sec04 ul li .shop__name {
  font-size: 1rem;
  margin-left: 5px;
}

.frame--main .contents .sec04 ul li .shop__name a {
  display: block;
}
