@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Kosugi|Kosugi+Maru|M+PLUS+1p|M+PLUS+Rounded+1c|Noto+Sans+JP|Noto+Sans+SC|Noto+Sans+TC|Noto+Serif+JP|Noto+Serif+SC|Noto+Serif+TC|Sawarabi+Gothic");
/*
Font Awesome
xxx:before {
display: none;
font-family: "Font Awesome 5 Regular";
content: "\f1ea";
margin-right: 10px;
}
*/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* レイアウトCSS */
body {
  min-height: 1200px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.wrapper_mv {
  position: relative;
}
.wrapper_mv .mv_bg {
  width: 100%;
  height: auto;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo {
  position: absolute;
  left: 5%;
  top: 15px;
  width: 10%;
}

.cach {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 67%;
}

.contact_fix {
  display: none;
  position: fixed;
  top: 350px;
  right: -30px;
}
.contact_fix .mail {
  display: block;
  width: 200px;
  margin-bottom: 10px;
  transition: 0.2s;
}
.contact_fix .mail:hover {
  opacity: 0.9;
}
.contact_fix .tel {
  display: block;
  width: 200px;
  transition: 0.2s;
}
.contact_fix .tel:hover {
  opacity: 0.9;
}

.title_orange_bg {
  background-color: #EA5504;
  padding: 20px 0;
}

.title {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.title_contact {
  width: 60% !important;
  margin: 0 auto;
  display: block;
}

.triangle_orange {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #EA5504;
  margin: 0 auto;
  margin-bottom: 30px;
}

.stripe_yellow {
  background-size: auto auto;
  background-color: rgb(252, 245, 211);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgb(254, 249, 229) 15px, rgb(254, 249, 229) 30px);
}

.wrapper_content .content {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 10px;
}
.wrapper_content .content img {
  width: 100%;
  margin-bottom: 60px;
}

.contact_waku {
  padding: 20px;
  border: 2px solid #EA5504;
}

.contact_wrapper {
  padding: 0 10px;
  margin-bottom: 30px;
}

.content_title {
  width: 90% !important;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px !important;
}

.merit_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.merit_area .inner {
  flex-basis: 100%;
  margin-bottom: 30px;
}
.merit_area .inner .flex {
  display: flex;
  align-items: center;
}
.merit_area .inner .flex .image {
  flex-basis: 80px;
  margin-right: 20px;
}
.merit_area .inner .flex .image img {
  width: 80px;
  margin-bottom: 0px !important;
}
.merit_area .inner .flex p {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
}

.footer_contact {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_contact .inner {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.footer_contact .inner img {
  width: 100%;
  transition: 0.2s;
  margin-bottom: 0px !important;
}
.footer_contact .inner img:hover {
  opacity: 0.8;
}

.shop_area {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop_area h1 {
  flex-basis: 100%;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.shop_area ul {
  flex-basis: 100%;
}
.shop_area ul li {
  line-height: 1.5em;
  font-weight: bold;
  font-size: 16px;
}

footer {
  width: 100%;
  padding: 15px;
  background-color: #EA5504;
}
footer img {
  display: block;
  margin: 0 auto;
  width: 80px;
}

.hito {
  position: absolute;
  top: -35px;
  left: 5px;
  width: 60px !important;
}

.hito_02 {
  position: absolute;
  bottom: 170px;
  left: 5px;
  width: 60px !important;
}

.hito_03 {
  position: absolute;
  top: -80px;
  left: 5px;
  width: 60px !important;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* 画面外にいる状態 */
.fadein_side {
  opacity: 0;
  transform: translate(-300px, 0);
  transition: all 300ms;
}

/* 画面内に入った状態 */
.fadein_side.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.bound {
  animation: bound_animation 1s forwards;
}

@keyframes bound_animation {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
    animation-timing-function: ease-in;
  }
  20% {
    transform: translate(-50%, -50%);
    opacity: 0.5;
    animation-timing-function: ease-out;
  }
  38% {
    transform: translate(-50%, -80%);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  56% {
    transform: translate(-50%, -50%);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  72% {
    transform: translate(-50%, -60%);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  88% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.contact_fix_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_fix_sp .mail {
  flex-basis: 50%;
  text-align: center;
}
.contact_fix_sp .mail img {
  height: 30px;
  margin-right: 10px;
}
.contact_fix_sp .mail a {
  border-radius: 5px;
  padding: 15px;
  background-size: auto auto;
  background-color: rgb(234, 85, 4);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, rgb(237, 102, 29) 7px, rgb(237, 102, 29) 10px);
}
.contact_fix_sp .tel {
  flex-basis: 50%;
  text-align: center;
}
.contact_fix_sp .tel img {
  height: 30px;
  margin-right: 10px;
}
.contact_fix_sp .tel a {
  border-radius: 5px;
  padding: 15px;
  background-size: auto auto;
  background-color: rgb(0, 160, 233);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, rgb(15, 170, 241) 7px, rgb(15, 170, 241) 10px);
}
.contact_fix_sp a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

#first_title, #second_title, #coupon, #merito, #contact {
  min-height: 1px;
}

.coupon_image {
  margin-bottom: 30px !important;
}

.cach_left {
  position: absolute;
  left: 2%;
  top: 65%;
  transform: translateY(-50%);
  width: 33%;
  opacity: 0;
}

.cach_right {
  position: absolute;
  right: 2%;
  top: 65%;
  transform: translateY(-50%);
  width: 33%;
  opacity: 0;
}

.bound_pickup {
  animation: bound_animation_02 0.4s forwards;
}

@keyframes bound_animation_02 {
  0% {
    transform: translateY(-30%);
    opacity: 0;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.two_btn_wrapper {
  display: flex;
  padding-bottom: 40px;
  margin-top: -3px;
}
.two_btn_wrapper .inner {
  flex-basis: 50%;
}
.two_btn_wrapper .inner img {
  width: 100%;
}

.renmei_wrapper .content img {
  margin-bottom: initial;
}

.two_btn_wrapper {
  padding-bottom: 40px;
  margin-top: -3px;
}
.two_btn_wrapper img {
  width: 100%;
}/*# sourceMappingURL=sp.css.map */