/* _setting CSS */
/*
* hotmagic-advance
*/
/* ------------------------------------------------------------------------- */
body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h2, h3, h4, p {
  font-weight: normal;
}

p {
  line-height: 3.3rem;
  font-size: 1.8rem;
}

a {
  color: #000;
}

/*------------------######################################### 
----------------------------
----------------------------
min-width: 768px
----------------------------
--------------------#########################################*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: initial;
  }

  .inner {
    width: 1100px;
    margin: 0 auto;
  }

  /* --mv----------------------------------------------------------------------- */
  header#mv {
    position: relative;
  }
  header#mv .inner {
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 1100px;
  }
  header#mv .img_wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-width: 1100px;
  }
  header#mv .img_wrap img {
    display: inline-block;
    width: 100%;
    animation-name: anim_mv;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    opacity: 0;
  }
  header#mv .img_wrap .img_wrap01 {
    width: 100%;
  }
  header#mv .img_wrap .img_wrap01 .img01 {
    animation-delay: .3s;
  }
  header#mv h1 {
    position: absolute;
    width: 100%;
    min-width: 1100px;
    padding-top: 38%;
    background: url(../images/mv_ttl.png) 49% center/46% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    animation-name: anim_mv_h1;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-delay: .7s;
    opacity: 0;
  }

  /* --top----------------------------------------------------------------------- */
  #top {
    position: relative;
    padding-top: 50px;
  }
  #top .scroll {
    width: 42px;
    margin: 0 auto;
    padding-top: 69px;
    background: url(../images/scroll.png) center top/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    animation-name: anim_v;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.3s;
  }
  #top .text01 {
    text-align: center;
    margin: 75px auto 10px;
    line-height: 2.1;
  }
  #top .text02 {
    text-align: center;
    margin: 0 auto 90px;
    line-height: 2.1;
    font-size: 1.6rem;
  }
  #top .box01 {
    position: relative;
    text-align: center;
    width: 580px;
    margin: 130px auto 230px;
    padding: 20px 0;
    background: url(../images/bg.jpg);
  }
  #top .box01 p {
    position: absolute;
    z-index: 1;
    top: 190px;
    left: 30px;
    width: 25px;
    margin: 0 auto;
    padding-top: 64px;
    background: url(../images/index.png) center/25px auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #top .box01 ul {
    position: relative;
    width: 470px;
    margin: 0 0 0 85px;
    border-radius: 9px;
    border: 2px solid #000;
    background: #fff;
    padding: 20px;
  }
  #top .box01 ul:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 11px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    background: url(../images/bg.jpg);
  }
  #top .box01 ul li {
    border-bottom: 1px solid #ccc;
  }
  #top .box01 ul li:last-child {
    border-bottom: none;
  }
  #top .box01 ul li a {
    display: block;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 7px 0 7px 20px;
  }
  #top .box01 ul li a span {
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #top .box01 ul li a span:before {
    content: "";
    display: inline-block;
    width: 9px;
    padding-top: 14px;
    margin: 0 5px 0 0;
    background: url(../images/arrow.png) center/100% no-repeat;
  }
  #top .box01 ul li a:hover {
    background: #ffe7ee;
  }

  /* --*wrap*----------------------------------------------------------------------- */
  #wrap section {
    margin: 170px 0 260px;
  }
  #wrap .inner {
    position: relative;
  }
  #wrap .inner h2 {
    z-index: 1;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #wrap .inner .text_img01, #wrap .inner .text_img02 {
    position: absolute;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #wrap .inner .img_wrap {
    position: relative;
  }
  #wrap .inner .stext {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  #wrap .inner .data_warp .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 960px;
    margin: 0 auto;
    padding: 30px 9px 9px;
  }
  #wrap .inner .data_warp .data {
    position: relative;
    width: 540px;
    margin: 0;
    padding: 25px 20px 15px 30px;
  }
  #wrap .inner .data_warp .data:before, #wrap .inner .data_warp .data:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    border: 1px solid #000;
    height: 100%;
    width: 15px;
  }
  #wrap .inner .data_warp .data:before {
    left: 0px;
    border-right: none;
  }
  #wrap .inner .data_warp .data:after {
    border-left: none;
  }
  #wrap .inner .data_warp .data .shop_ttl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #wrap .inner .data_warp .data p {
    display: inline-block;
    background: #fff;
    margin: 0 15px 0 0;
    padding: 4px 7px 3px 7px;
    border: 1px solid #000;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  #wrap .inner .data_warp .data h3 {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 0 0;
    line-height: 1;
  }
  #wrap .inner .data_warp .data h3 span {
    font-size: 1.8rem;
  }
  #wrap .inner .data_warp .data .icon_wrap {
    display: inline-block;
  }
  #wrap .inner .data_warp .data .icon_wrap p {
    display: block;
    text-align: center;
    margin-bottom: 3px;
  }
  #wrap .inner .data_warp .data ul {
    margin-bottom: 20px;
  }
  #wrap .inner .data_warp .data ul li {
    display: block;
    margin-bottom: 5px;
    padding: 0 0 0 11px;
    font-size: 1.6rem;
  }
  #wrap .inner .data_warp .data ul li:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 4px 0 -12px;
    border: 2px solid #9cd5f3;
  }
  #wrap .inner .data_warp .data ul li:first-child {
    display: block;
  }
  #wrap .inner .data_warp .data ul li .small {
    font-size: 1.3rem;
  }
  #wrap .inner .data_warp .img {
    width: 350px;
  }
  #wrap .inner .data_warp .shop_link {
    position: relative;
    display: block;
    padding: 10px;
    width: 310px;
    margin: 0 auto;
    color: #fff;
    background: #000;
    text-decoration: none;
    text-align: center;
    font-size: 1.9rem;
    border: 1px solid #000;
    transition: .2s;
  }
  #wrap .inner .data_warp .shop_link:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 30px;
    height: 18px;
    width: 12px;
    background: url(../images/arrow02.png) center/100% no-repeat;
  }
  #wrap .inner .data_warp .shop_link:hover {
    background: #fff;
    color: #000;
  }
  #wrap .inner .line {
    display: block;
    margin: 140px auto 80px;
  }
  #wrap a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  /* --*sec01*----------------------------------------------------------------------- */
  #sec01 {
    position: relative;
  }
  #sec01 .shop_inner {
    width: 1100px;
    margin: 0 auto;
  }
  #sec01 .shop_inner:after {
    content: "";
    position: absolute;
    bottom: 300px;
    left: 0;
    z-index: -1;
    width: 776px;
    height: 540px;
    background: url(../images/bg_1.png) center/100% no-repeat;
  }
  #sec01 .shop_inner .text_img01 {
    top: -130px;
    left: -50px;
    width: 612px;
    padding-top: 128px;
    background: url(../images/sec01_text01.png) center/100% no-repeat;
  }
  #sec01 .shop_inner h2 {
    position: absolute;
    top: 10px;
    left: 260px;
    width: 143px;
    padding-top: 427px;
    background: url(../images/sec01_ttl.png) center bottom/100% no-repeat;
  }
  #sec01 .shop_inner .img_wrap.img_wrap01 {
    margin-top: 150px;
  }
  #sec01 .shop_inner .img_wrap.img_wrap01 .img {
    margin-right: 50px;
    text-align: right;
  }
  #sec01 .shop_inner .img_wrap.img_wrap01 .text01 {
    width: 655px;
    margin: 10px 0 0 auto;
  }
  #sec01 .shop_inner .img_wrap.img_wrap01 .text02 {
    position: absolute;
    z-index: 1;
    top: 400px;
    right: 0;
    width: 230px;
    margin: 0 auto;
    padding-top: 104px;
    background: url(../images/sec01_text02.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec01 .shop_inner .img_wrap.img_wrap02 {
    position: absolute;
    top: -110px;
    right: 0;
    display: flex;
    justify-content: flex-start;
  }
  #sec01 .shop_inner .img_wrap.img_wrap02 .text01 {
    margin-top: 25px;
  }
  #sec01 .shop_inner .img_wrap.img_wrap03 {
    display: flex;
    justify-content: flex-start;
    margin: 70px 0 90px 30px;
  }
  #sec01 .shop_inner .img_wrap.img_wrap03 .img01 {
    margin: 0px 40px 0 180px;
  }
  #sec01 .shop_inner .img_wrap.img_wrap03 .text01 {
    width: 450px;
    margin-top: 95px;
  }
  #sec01 .shop_inner .img_wrap.img_wrap03 .img_wrap03-1 {
    position: absolute;
    top: 100px;
    left: 0;
  }
  #sec01 .shop_inner .img_wrap.img_wrap03 .img_wrap03-1 .text02 {
    position: absolute;
    z-index: 1;
    top: -70px;
    left: -10px;
    z-index: 1;
    width: 140px;
    margin: 0 auto;
    padding-top: 94px;
    background: url(../images/sec01_text03.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec01 .shop_inner .img03 {
    position: absolute;
    top: 420px;
    right: 0;
    display: block;
  }
  #sec01 .shop_inner .img04 {
    position: absolute;
    top: 770px;
    right: 20px;
    display: block;
  }

  /* --*sec02*----------------------------------------------------------------------- */
  #sec02 {
    position: relative;
  }
  #sec02 .shop_inner {
    width: 1100px;
    margin: 0 auto;
  }
  #sec02 .shop_inner:after {
    content: "";
    position: absolute;
    bottom: 390px;
    right: 0;
    z-index: -1;
    width: 776px;
    height: 540px;
    background: url(../images/bg_2.png) center/100% no-repeat;
  }
  #sec02 .shop_inner .text_img01 {
    top: -130px;
    right: -50px;
    width: 510px;
    padding-top: 119px;
    background: url(../images/sec02_text01.png) center/100% no-repeat;
  }
  #sec02 .shop_inner h2 {
    position: absolute;
    top: 10px;
    right: 200px;
    width: 143px;
    padding-top: 427px;
    background: url(../images/sec02_ttl.png) center bottom/100% no-repeat;
  }
  #sec02 .shop_inner .img_wrap.img_wrap01 {
    margin-top: 150px;
  }
  #sec02 .shop_inner .img_wrap.img_wrap01 .img {
    margin-left: 50px;
    text-align: left;
  }
  #sec02 .shop_inner .img_wrap.img_wrap01 .text01 {
    width: 595px;
    margin: 10px 0 0;
    text-align: right;
  }
  #sec02 .shop_inner .img_wrap.img_wrap01 .text02 {
    position: absolute;
    z-index: 1;
    top: 390px;
    left: 10px;
    width: 216px;
    margin: 0 auto;
    padding-top: 106px;
    background: url(../images/sec02_text02.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec02 .shop_inner .img_wrap.img_wrap02 {
    display: flex;
    justify-content: flex-start;
    margin: 70px 0 0 90px;
  }
  #sec02 .shop_inner .img_wrap.img_wrap02 .img01 {
    margin: 0px 40px 0 60px;
    order: 2;
  }
  #sec02 .shop_inner .img_wrap.img_wrap02 .text01 {
    width: 450px;
    margin-top: 55px;
    order: 1;
  }
  #sec02 .shop_inner .img_wrap.img_wrap02 .text02 {
    width: 240px;
    margin: 15px 0 0 auto;
  }
  #sec02 .shop_inner .img_wrap.img_wrap03 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 570px;
    margin: 0 0 20px 210px;
  }
  #sec02 .shop_inner .img_wrap.img_wrap03 .text03 {
    width: 280px;
    margin-left: 20px;
  }
  #sec02 .shop_inner .data_warp .inner .data {
    order: 2;
  }
  #sec02 .shop_inner .data_warp .inner .img {
    order: 1;
  }

  /* --*sec03*----------------------------------------------------------------------- */
  #sec03 {
    position: relative;
  }
  #sec03 .shop_inner {
    width: 1100px;
    margin: 0 auto;
  }
  #sec03 .shop_inner:after {
    content: "";
    position: absolute;
    bottom: 470px;
    left: 0;
    z-index: -1;
    width: 776px;
    height: 540px;
    background: url(../images/bg_1.png) center/100% no-repeat;
  }
  #sec03 .shop_inner .text_img01 {
    top: -130px;
    left: -50px;
    width: 558px;
    padding-top: 119px;
    background: url(../images/sec03_text01.png) center/100% no-repeat;
  }
  #sec03 .shop_inner h2 {
    position: absolute;
    top: 10px;
    left: 260px;
    width: 138px;
    padding-top: 388px;
    background: url(../images/sec03_ttl.png) center bottom/100% no-repeat;
  }
  #sec03 .shop_inner .img_wrap.img_wrap01 {
    margin-top: 150px;
  }
  #sec03 .shop_inner .img_wrap.img_wrap01 .img {
    margin-right: 50px;
    text-align: right;
  }
  #sec03 .shop_inner .img_wrap.img_wrap01 .text01 {
    width: 655px;
    margin: 10px 0 0 auto;
  }
  #sec03 .shop_inner .img_wrap.img_wrap01 .text02 {
    position: absolute;
    z-index: 1;
    top: 360px;
    right: 0;
    width: 233px;
    margin: 0 auto;
    padding-top: 109px;
    background: url(../images/sec03_text02.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec03 .shop_inner .img_wrap.img_wrap02 {
    position: absolute;
    top: -110px;
    right: 0;
    display: flex;
    justify-content: flex-start;
  }
  #sec03 .shop_inner .img_wrap.img_wrap02 .text01 {
    margin-top: 25px;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 {
    display: flex;
    justify-content: flex-start;
    margin: 70px 0 90px 30px;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .block {
    margin: 0px 70px 0 150px;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .block .img01_2 {
    margin: 0 0 0 auto;
    display: block;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .block .text02 {
    text-align: right;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .img01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .img01 .text01 {
    width: 150px;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .img01 .img01_1 {
    margin-bottom: 20px;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .text {
    margin-top: 30px;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .text .text01 {
    width: 450px;
    margin-top: 20px;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .text .img02 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .text .text02 {
    margin-left: 20px;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .img_wrap03-1 {
    position: absolute;
    top: 100px;
    left: 0;
  }
  #sec03 .shop_inner .img_wrap.img_wrap03 .img_wrap03-1 .text02 {
    position: absolute;
    z-index: 1;
    top: -70px;
    left: -10px;
    z-index: 1;
    width: 140px;
    margin: 0 auto;
    padding-top: 94px;
    background: url(../images/sec03_text03.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec03 .shop_inner .img03 {
    position: absolute;
    top: 420px;
    right: 0;
    display: block;
  }
  #sec03 .shop_inner .img04 {
    position: absolute;
    top: 770px;
    right: 20px;
    display: block;
  }

  /* --*sec04*----------------------------------------------------------------------- */
  #sec04 {
    position: relative;
  }
  #sec04 .shop_inner {
    width: 1100px;
    margin: 0 auto;
  }
  #sec04 .shop_inner:after {
    content: "";
    position: absolute;
    bottom: 370px;
    right: 0;
    z-index: -1;
    width: 776px;
    height: 540px;
    background: url(../images/bg_2.png) center/100% no-repeat;
  }
  #sec04 .shop_inner .text_img01 {
    top: -130px;
    right: -50px;
    width: 529px;
    padding-top: 116px;
    background: url(../images/sec04_text01.png) center/100% no-repeat;
  }
  #sec04 .shop_inner h2 {
    position: absolute;
    top: 10px;
    right: 200px;
    width: 138px;
    padding-top: 387px;
    background: url(../images/sec04_ttl.png) center bottom/100% no-repeat;
  }
  #sec04 .shop_inner .img_wrap.img_wrap01 {
    margin-top: 150px;
  }
  #sec04 .shop_inner .img_wrap.img_wrap01 .img {
    margin-left: 50px;
    text-align: left;
  }
  #sec04 .shop_inner .img_wrap.img_wrap01 .text01 {
    width: 260px;
    margin: 10px 0 0px 400px;
    text-align: left;
  }
  #sec04 .shop_inner .img_wrap.img_wrap01 .text02 {
    position: absolute;
    z-index: 1;
    top: 390px;
    left: -50px;
    width: 269px;
    margin: 0 auto;
    padding-top: 113px;
    background: url(../images/sec04_text02.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec04 .shop_inner .img_wrap.img_wrap02 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 140px 0 30px 90px;
  }
  #sec04 .shop_inner .img_wrap.img_wrap02 .img01 {
    margin: 0px 40px 0 60px;
  }
  #sec04 .shop_inner .img_wrap.img_wrap02 .img01 .text01 {
    text-align: right;
    margin: 15px 0 0 auto;
    width: 330px;
  }
  #sec04 .shop_inner .img_wrap.img_wrap02 .img02 {
    display: flex;
    justify-content: flex-start;
  }
  #sec04 .shop_inner .img_wrap.img_wrap02 .img02 .text03 {
    margin-top: 110px;
  }
  #sec04 .shop_inner .img_wrap.img_wrap02 .text01 {
    width: 450px;
  }
  #sec04 .shop_inner .img_wrap.img_wrap02 .text03 {
    width: 150px;
    margin-top: 55px;
  }
  #sec04 .shop_inner .img_wrap.img_wrap02 .stext {
    margin-top: 15px;
  }
  #sec04 .shop_inner .img_wrap.img_wrap03 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 570px;
    margin: 0 0 20px 210px;
  }
  #sec04 .shop_inner .img_wrap.img_wrap03 .text03 {
    width: 280px;
    margin-left: 20px;
  }
  #sec04 .shop_inner .data_warp .inner .data {
    order: 2;
  }
  #sec04 .shop_inner .data_warp .inner .img {
    order: 1;
  }

  /* --*sec05*----------------------------------------------------------------------- */
  section#sec05 {
    position: relative;
    margin: 170px 0 100px;
  }
  section#sec05 .shop_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    border: 1px solid #000;
    border-radius: 10px;
  }
  section#sec05 .shop_inner .text_img01 {
    top: -70px;
    right: 50px;
    width: 305px;
    padding-top: 132px;
    background: url(../images/sec05_text01.png) center/100% no-repeat;
  }
  section#sec05 .shop_inner h2 {
    position: absolute;
    top: -24px;
    left: 100px;
    width: 670px;
    padding-top: 142px;
    background: url(../images/sec05_ttl.png) center bottom/100% no-repeat;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap01 {
    margin-top: 270px;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap01 .img {
    margin-left: 30px;
    text-align: left;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap01 .text01 {
    width: 345px;
    margin: -40px 0 0 260px;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap01 .text02 {
    position: absolute;
    z-index: 1;
    top: -110px;
    left: 40px;
    width: 266px;
    margin: 0 auto;
    padding-top: 92px;
    background: url(../images/sec05_text02.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap01 .text03 {
    position: absolute;
    z-index: 1;
    top: 420px;
    left: 50px;
    width: 227px;
    margin: 0 auto;
    padding-top: 110px;
    background: url(../images/sec05_text02_1.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap02 {
    position: absolute;
    top: 270px;
    right: 0;
    width: 460px;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap02 .img {
    position: relative;
    margin-left: 30px;
    text-align: left;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap02 .text01 {
    width: 200px;
    margin: -90px 0 0;
    text-align: right;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap02 .text02 {
    position: absolute;
    z-index: 1;
    top: -110px;
    left: -50px;
    width: 286px;
    margin: 0 auto;
    padding-top: 92px;
    background: url(../images/sec05_text03.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap03 {
    position: absolute;
    top: 750px;
    right: 40px;
    width: 535px;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap03 .img {
    position: relative;
    margin-left: 30px;
    text-align: left;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap03 .text01 {
    width: 275px;
    margin: -45px 0 0 auto;
  }
  section#sec05 .shop_inner .img_wrap.img_wrap03 .text02 {
    position: absolute;
    z-index: 1;
    top: -70px;
    left: 68px;
    width: 245px;
    margin: 0 auto;
    padding-top: 80px;
    background: url(../images/sec05_text04.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  section#sec05 .shop_inner .text {
    width: 450px;
    margin: 160px 0 50px 60px;
  }
  section#sec05 .shop_inner .data_warp .inner .data {
    order: 2;
  }
  section#sec05 .shop_inner .data_warp .inner .img {
    order: 1;
  }

  /* --*under*----------------------------------------------------------------------- */
  .under {
    width: 100%;
    margin: 70px 0 25px auto;
  }
  .under p {
    width: 260px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0px 0 0 auto;
  }

  /* --*footer*----------------------------------------------------------------------- */
  #page_top {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: right;
  }
  #page_top a {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 20px 20px;
    background: url(../images/top.png) center/100% no-repeat;
  }
  #page_top a:hover {
    background-color: #666;
    text-decoration: none;
  }

  footer {
    padding: 60px 0 80px;
    background: #000;
    color: #fff;
  }
  footer a {
    display: block;
    width: 330px;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #fff;
    background: url(../images/arrow.png) 295px center no-repeat;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
    transition: all 0.3s;
  }
  footer a:hover {
    background: #fff url(../images/arrow.png) 295px center no-repeat;
    color: #000;
  }
  footer .flex_box {
    display: flex;
    justify-content: center;
    margin-top: 55px;
    color: #fff;
  }
  footer .flex_box .text01 {
    padding: 0 20px 0 0;
    margin-right: 20px;
    border-right: 1px solid #fff;
  }

  /* --*footer*----------------------------------------------------------------------- */
  .effect01 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s;
  }
  .effect01.on {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------######################################### 
----------------------------
----------------------------
max-width: 767px
----------------------------
--------------------#########################################*/
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }

  .sp {
    display: initial;
  }

  .pc {
    display: none;
  }

  main {
    padding: 2vw 0 0;
  }

  body {
    overflow-x: hidden;
  }

  .inner {
    width: 100%;
    padding: 0 3vw;
  }

  p {
    line-height: 1.8;
    font-size: 1.6rem;
  }

  /* --mv----------------------------------------------------------------------- */
  header#mv {
    height: 75vw;
    background: url(../images/sp_mv.jpg) top center/100% auto no-repeat;
    background-size: cover;
  }
  header#mv .inner {
    position: relative;
  }
  header#mv h1 {
    position: absolute;
    top: 12vw;
    left: 6vw;
    width: 82vw;
    padding-top: 45vw;
    background: url(../images/mv_ttl.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  /* --top----------------------------------------------------------------------- */
  #top {
    padding: 0 0 10vw;
    background: url(../images/sp_top_bg.png) center bottom/84vw no-repeat;
  }
  #top .scroll {
    width: 10vw;
    margin: 10vw auto;
    padding-top: 20vw;
    background: url(../images/scroll.png) center top/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #top .text01 {
    text-align: center;
    margin: 10vw auto 20vw;
    font-size: 1.6rem;
  }
  #top .text02 {
    text-align: center;
    margin: 0 auto 10vw;
    font-size: 1.4rem;
  }
  #top .map {
    margin-bottom: 13vw;
    padding-top: 100vw;
    background: url(../images/sp_map.png) center/90% repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #top .box01 {
    position: relative;
  }
  #top .box01 p {
    position: absolute;
    z-index: 1;
    top: -3vw;
    left: 35%;
    width: 26vw;
    margin: 0 auto;
    padding-top: 10vw;
    background: #fff url(../images/sp_index.png) center top/18vw auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #top .box01 ul {
    position: relative;
    width: 90%;
    margin: 0 auto;
    border-radius: 9px;
    border: 2px solid #000;
    background: #fff;
    padding: 5vw;
  }
  #top .box01 ul li {
    margin-bottom: 1vw;
    border-bottom: 1px solid #ccc;
  }
  #top .box01 ul li a {
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
    padding: 1vw 0 1vw 1vw;
  }
  #top .box01 ul li a span {
    position: relative;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #top .box01 ul li a span:before {
    content: "";
    display: inline-block;
    width: 2.2vw;
    padding-top: 6vw;
    margin: 0 2vw -1vw 0;
    background: url(../images/arrow.png) center/100% no-repeat;
  }
  #top .box01 ul li:last-child {
    border-bottom: none;
  }
  #top .box01 ul:after {
    content: "";
    position: absolute;
    top: -11vw;
    left: -5vw;
    z-index: -1;
    display: block;
    width: 112%;
    height: 115%;
    border-radius: 9px;
    background: url(../images/bg.jpg);
  }

  /* --*wrap*----------------------------------------------------------------------- */
  #wrap {
    position: relative;
  }
  #wrap section {
    position: relative;
    margin: 5vw 0 10vw;
    padding-top: 20vw;
  }
  #wrap .inner {
    position: relative;
  }
  #wrap .inner img {
    margin: 0 0 5vw;
  }
  #wrap .inner .img_wrap {
    position: relative;
    margin: 0 0 2vw;
  }
  #wrap .inner .img_wrap img {
    margin: 0;
  }
  #wrap .inner .text_img01 {
    position: absolute;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #wrap .inner .text01 {
    margin: 5vw 0;
  }
  #wrap .inner .stext {
    margin: 2vw 0 5vw;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  #wrap .inner small {
    display: block;
    margin-top: 10px;
  }
  #wrap .inner h2 {
    margin: 0 0 8vw;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #wrap .inner .shop_img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #wrap .inner .data_warp img {
    margin-top: 5vw;
  }
  #wrap .inner .data_warp .img {
    width: 80%;
    margin: 0 auto;
  }
  #wrap .inner .data_warp .line {
    display: block;
    width: 70vw;
    margin: 3vw auto 5vw;
  }
  #wrap .inner .data_warp .inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 9px 9px;
  }
  #wrap .inner .data_warp .data {
    position: relative;
    margin: 0 auto;
    padding: 7vw 5vw;
  }
  #wrap .inner .data_warp .data:before, #wrap .inner .data_warp .data:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    border: 1px solid #000;
    height: 100%;
    width: 5vw;
  }
  #wrap .inner .data_warp .data:before {
    left: 0px;
    border-right: none;
  }
  #wrap .inner .data_warp .data:after {
    border-left: none;
  }
  #wrap .inner .data_warp .data p {
    display: inline-block;
    margin: 0 3px 8px 0;
    padding: 2vw 3vw 1vw 3vw;
    border: 1px solid #000;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  #wrap .inner .data_warp .data h3 {
    margin-bottom: 3vw;
    font-size: 2rem;
    font-weight: bold;
  }
  #wrap .inner .data_warp .data h3 span {
    font-size: 1.6rem;
  }
  #wrap .inner .data_warp .data ul {
    margin-bottom: 3vw;
  }
  #wrap .inner .data_warp .data ul li {
    margin-bottom: 1vw;
    padding: 0 0 0 3vw;
    font-size: 1.4rem;
  }
  #wrap .inner .data_warp .data ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 1.5vw 0 -1.2vw;
    border: 2px solid #9cd5f3;
  }
  #wrap .inner .data_warp .data ul li .small {
    font-size: 1.3rem;
  }
  #wrap .inner .data_warp .shop_link {
    position: relative;
    display: block;
    padding: 2.3vw;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    background: #000;
    text-decoration: none;
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid #000;
    transition: .2s;
  }
  #wrap .inner .data_warp .shop_link:after {
    content: "";
    position: absolute;
    top: 2.6vw;
    right: 8vw;
    height: 5vw;
    width: 3vw;
    background: url(../images/arrow02.png) center/100% no-repeat;
  }
  #wrap a[href*="tel:"] {
    text-decoration: none;
  }
  #wrap .line {
    display: block;
    width: 80vw;
    margin: 0 auto;
  }

  /* --*sec01*----------------------------------------------------------------------- */
  #sec01:after {
    content: "";
    position: absolute;
    bottom: 159vw;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 120vw;
    background: url(../images/bg_1.png) center bottom/200% no-repeat;
  }
  #sec01 .inner .wrap {
    position: relative;
  }
  #sec01 .inner .wrap .text_img01 {
    top: -22vw;
    left: 0;
    width: 81.93333vw;
    padding-top: 18.46667vw;
    background: url(../images/sec01_text01.png) center/100% no-repeat;
  }
  #sec01 .inner .wrap h2 {
    position: absolute;
    top: 5vw;
    left: 3vw;
    z-index: 1;
    width: 23.46667vw;
    padding-top: 70.73333vw;
    background: url(../images/sec01_ttl.png) center bottom/100% no-repeat;
  }
  #sec01 .inner .img_wrap01 {
    margin: 20vw 0 2vw;
  }
  #sec01 .inner .img_wrap01 .text01 {
    width: 60vw;
    margin: 3vw 0 0 auto;
  }
  #sec01 .inner .img_wrap01 .text02 {
    position: absolute;
    z-index: 1;
    top: 71vw;
    right: 0;
    width: 32vw;
    margin: 0 auto;
    padding-top: 21vw;
    background: url(../images/sec01_text02.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec01 .inner .img_wrap02 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5vw 0;
  }
  #sec01 .inner .img_wrap02 .img {
    width: 20vw;
  }
  #sec01 .inner .img_wrap03 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #sec01 .inner .img_wrap03 .img01 {
    order: 2;
    width: 60vw;
    margin: 0 0 23vw auto;
  }
  #sec01 .inner .img_wrap03 .text01 {
    order: 1;
  }
  #sec01 .inner .img_wrap03-1 {
    position: absolute;
    bottom: -5vw;
    left: 0;
    order: 3;
  }
  #sec01 .inner .img_wrap03-1 .text02 {
    position: absolute;
    z-index: 1;
    bottom: 44vw;
    left: 4vw;
    z-index: 1;
    width: 23vw;
    margin: 0 auto;
    padding-top: 18vw;
    background: url(../images/sec01_text03.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec01 .inner .img_wrap03-1 .img02 {
    position: relative;
    width: 42vw;
    margin: 4vw 0 0 0;
  }

  /* --*sec02*----------------------------------------------------------------------- */
  #sec02:after {
    content: "";
    position: absolute;
    bottom: 159vw;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 120vw;
    background: url(../images/bg_2.png) center bottom/200% no-repeat;
  }
  #sec02 .inner .wrap {
    position: relative;
  }
  #sec02 .inner .wrap .text_img01 {
    top: -22vw;
    right: 0;
    width: 73.4vw;
    padding-top: 20.53333vw;
    background: url(../images/sec02_text01.png) center/100% no-repeat;
  }
  #sec02 .inner .wrap h2 {
    position: absolute;
    top: 5vw;
    left: 3vw;
    z-index: 1;
    width: 23.46667vw;
    padding-top: 70.73333vw;
    background: url(../images/sec02_ttl.png) center bottom/100% no-repeat;
  }
  #sec02 .inner .img_wrap01 .text01 {
    width: 60vw;
    margin: 3vw 0 0 auto;
  }
  #sec02 .inner .img_wrap01 .text02 {
    position: absolute;
    z-index: 1;
    top: 70vw;
    right: 5vw;
    width: 33vw;
    transform: rotateZ(-23deg);
    margin: 0 auto;
    padding-top: 19vw;
    background: url(../images/sec02_text02.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec02 .inner .img_wrap02 {
    margin-top: 21vw;
  }

  /* --*sec03*----------------------------------------------------------------------- */
  #sec03:after {
    content: "";
    position: absolute;
    bottom: 159vw;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 120vw;
    background: url(../images/bg_1.png) center bottom/200% no-repeat;
  }
  #sec03 .inner .wrap {
    position: relative;
  }
  #sec03 .inner .wrap .text_img01 {
    top: -22vw;
    left: 0;
    width: 73.4vw;
    padding-top: 20.53333vw;
    background: url(../images/sec03_text01.png) center/100% no-repeat;
  }
  #sec03 .inner .wrap h2 {
    position: absolute;
    top: 5vw;
    left: 3vw;
    z-index: 1;
    width: 23.46667vw;
    padding-top: 70.73333vw;
    background: url(../images/sec03_ttl.png) center bottom/100% no-repeat;
  }
  #sec03 .inner .img_wrap01 {
    margin-bottom: 23vw;
  }
  #sec03 .inner .img_wrap01 .text01 {
    width: 60vw;
    margin: 3vw 0 0 auto;
  }
  #sec03 .inner .img_wrap01 .text02 {
    position: absolute;
    z-index: 1;
    top: 63vw;
    right: 0;
    width: 38vw;
    margin: 0 auto;
    padding-top: 20vw;
    background: url(../images/sec03_text02.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec03 .inner .img_wrap03 .block {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  #sec03 .inner .img_wrap03 .block .img01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5vw;
  }
  #sec03 .inner .img_wrap03 .block .stext {
    width: 34vw;
  }
  #sec03 .inner .img_wrap03 .block img {
    width: 53vw;
  }

  /* --*sec04*----------------------------------------------------------------------- */
  #sec04:after {
    content: "";
    position: absolute;
    bottom: 159vw;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 120vw;
    background: url(../images/bg_2.png) center bottom/200% no-repeat;
  }
  #sec04 .inner .text_img01 {
    top: -22vw;
    right: 3vw;
    width: 73.4vw;
    padding-top: 20.53333vw;
    background: url(../images/sec04_text01.png) center/100% no-repeat;
  }
  #sec04 .inner h2 {
    position: absolute;
    top: 5vw;
    left: 5vw;
    z-index: 1;
    width: 23.46667vw;
    padding-top: 70.73333vw;
    background: url(../images/sec04_ttl.png) center bottom/100% no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec04 .inner .img_wrap01 {
    margin-bottom: 23vw;
  }
  #sec04 .inner .img_wrap01 .text01 {
    width: 73vw;
    margin: 6vw 0 0 auto;
  }
  #sec04 .inner .img_wrap01 .text02 {
    position: absolute;
    z-index: 1;
    bottom: -18vw;
    left: 55vw;
    width: 38vw;
    transform: rotateZ(-26deg);
    margin: 0 auto;
    padding-top: 20vw;
    background: url(../images/sec04_text02.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec04 .inner .img_wrap02 .img02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
  }
  #sec04 .inner .img_wrap02 .img02 img {
    width: 53vw;
  }
  #sec04 .inner .img_wrap02 .img01 img {
    width: 73vw;
  }

  /* --*sec05*----------------------------------------------------------------------- */
  #sec05 .shop_inner {
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #000;
  }
  #sec05 .shop_inner .wrap {
    position: relative;
  }
  #sec05 .shop_inner .wrap .text_img01 {
    top: -22vw;
    right: 0;
    width: 38.8vw;
    padding-top: 20.4vw;
    background: url(../images/sec05_text01.png) center/100% no-repeat;
  }
  #sec05 .shop_inner .wrap h2 {
    position: absolute;
    top: -3vw;
    left: 0;
    z-index: 1;
    width: 87.53333vw;
    padding-top: 18.26667vw;
    background: url(../images/sec05_ttl.png) center bottom/100% no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec05 .shop_inner .img_wrap {
    margin-top: 22vw;
  }
  #sec05 .shop_inner .img_wrap .text02 {
    position: absolute;
    z-index: 1;
    top: -15vw;
    left: 1vw;
    width: 53vw;
    margin: 0 auto;
    padding-top: 20vw;
    background: url(../images/sec05_text02.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec05 .shop_inner .img_wrap .text03 {
    position: absolute;
    z-index: 1;
    top: 56vw;
    right: -1vw;
    width: 38vw;
    transform: rotateZ(-22deg);
    margin: 0 auto;
    padding-top: 20vw;
    background: url(../images/sec05_text02_1.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec05 .shop_inner .img_wrap.img_wrap01 {
    margin-top: 35vw;
  }
  #sec05 .shop_inner .img_wrap.img_wrap01 .stext {
    width: 50vw;
    margin: 4vw 0 5vw;
  }
  #sec05 .shop_inner .img_wrap.img_wrap02 .text02 {
    background: url(../images/sec05_text03.png) center/100% auto no-repeat;
  }
  #sec05 .shop_inner .img_wrap.img_wrap02 .stext {
    width: 43vw;
    margin: -16vw 0 5vw;
  }
  #sec05 .shop_inner .img_wrap.img_wrap03 .text02 {
    background: url(../images/sec05_text04.png) center/100% auto no-repeat;
  }
  #sec05 .shop_inner .img_wrap.img_wrap03 .stext {
    width: 43vw;
    margin: -8vw 0 5vw auto;
  }

  /* --*under*----------------------------------------------------------------------- */
  .under {
    width: 23rem;
    margin: 0vw 0 8vw auto;
  }
  .under p {
    font-size: 1.0rem;
    line-height: 1.5;
    margin: 0px 0 0 auto;
  }

  /* --*footer*----------------------------------------------------------------------- */
  #page_top {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: right;
  }
  #page_top a {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 20px 20px;
    background: url(../images/top.png) center/100% no-repeat;
  }
  #page_top a:hover {
    background-color: #666;
    text-decoration: none;
  }

  footer {
    padding: 60px 0 80px;
    background: #000;
    color: #fff;
  }
  footer a {
    display: block;
    width: 70vw;
    padding: 2vw;
    margin: 0 auto;
    line-height: 1.5;
    border: 1px solid #fff;
    background: url(../images/arrow.png) 61vw center no-repeat;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
  }
  footer .flex_box {
    display: flex;
    justify-content: center;
    margin-top: 9vw;
    color: #fff;
  }
  footer .flex_box p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  footer .flex_box .text01 {
    padding: 0 2vw 0 0;
    margin-right: 2vw;
    border-right: 1px solid #fff;
  }

  /* --*footer*----------------------------------------------------------------------- */
}
@keyframes anim_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  80% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 10px);
  }
}
@-webkit-keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  80% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 10px);
  }
}
@keyframes anim_mv_h1 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes anim_mv_h1 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
