@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;
}

.logo {
  position: absolute;
  left: 6%;
  top: 40px;
  width: 14%;
}

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

.contact_fix {
  position: fixed;
  top: 250px;
  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_yellow_bg {
  background-color: #FFF20A;
  padding: 30px 0;
}

.title_pink_bg {
  background-color: #FC346C;
  padding: 30px 0;
}

.title_blue_bg {
  background-color: #36AFD9;
  padding: 30px 0;
}

.title_red_bg {
  background-color: #C30025;
  padding: 30px 0;
}

.title {
  width: 45% !important;
  margin: 0 auto;
  display: block;
}

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

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

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

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

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

.stripe_yellow {
  background-size: 15px 15px;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #FAFFC1 25%, transparent 25%, transparent 50%, #FAFFC1 50%, #FAFFC1 75%, transparent 75%, transparent);
}

.wrapper_content .content {
  margin: 0 auto;
  width: 960px;
  position: relative;
}
.wrapper_content .content img {
  width: 100%;
}

.content_title {
  width: 70% !important;
  margin: 0 auto;
  display: block;
}

.stripe_pink {
  background-size: 15px 15px;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #FDEDF6 25%, transparent 25%, transparent 50%, #FDEDF6 50%, #FDEDF6 75%, transparent 75%, transparent);
}

.stripe_blue {
  background-size: 15px 15px;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #EEF9FC 25%, transparent 25%, transparent 50%, #EEF9FC 50%, #EEF9FC 75%, transparent 75%, transparent);
}

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

#coupon {
  padding-bottom: 60px;
}

.merit_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.merit_area .inner {
  flex-basis: 48%;
  margin-bottom: 40px;
}
.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-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.footer_contact .inner {
  flex-basis: 46%;
}
.footer_contact .inner img {
  width: 100%;
  transition: 0.2s;
  margin-bottom: 0px !important;
}
.footer_contact .inner img:hover {
  opacity: 0.8;
}

.footer_up {
  width: 50% !important;
  margin: 0 auto;
  margin-bottom: 20px;
}
.footer_up img {
  width: 100%;
  margin-bottom: 0px !important;
}

.center_text {
  text-align: center;
}

.footer_mail_up, .footer_tel_up {
  margin-bottom: 10px !important;
}

.riyouhouhou {
  margin: 30px 0 0px 0;
}
.riyouhouhou img {
  width: 100%;
  margin-bottom: 30px !important;
}

.shop_area {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.shop_area h1 {
  flex-basis: 46%;
  font-weight: bold;
  font-size: 18px;
}
.shop_area h1 span {
  font-size: 24px;
}
.shop_area ul {
  flex-basis: 46%;
}
.shop_area ul li {
  line-height: 1.5em;
  font-weight: bold;
  font-size: 17px;
}

footer {
  width: 100%;
  padding: 20px;
  background-color: #BE2434;
}
footer img {
  display: block;
  margin: 0 auto;
  width: 180px;
}

.hito {
  width: 160px !important;
  position: absolute;
  top: -150px;
  left: -70px;
}

.hito_02 {
  width: 160px !important;
  position: absolute;
  bottom: 350px;
  left: -70px;
}

.hito_03 {
  width: 160px !important;
  position: absolute;
  top: -150px;
  left: -100px;
}

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

/* 画面内に入った状態 */
.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 {
  -webkit-animation: bound_animation 1s forwards;
          animation: bound_animation 1s forwards;
}

@-webkit-keyframes bound_animation {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  20% {
    transform: translate(-50%, -50%);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  38% {
    transform: translate(-50%, -80%);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  56% {
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  72% {
    transform: translate(-50%, -60%);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  88% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes bound_animation {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  20% {
    transform: translate(-50%, -50%);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  38% {
    transform: translate(-50%, -80%);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  56% {
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  72% {
    transform: translate(-50%, -60%);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  88% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.contact_fix_sp {
  display: none;
}

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

.cach_left {
  position: absolute;
  left: 16%;
  top: 60%;
  transform: translateY(-50%);
  width: 25%;
  opacity: 0;
}

.cach_right {
  position: absolute;
  right: 16%;
  top: 60%;
  transform: translateY(-50%);
  width: 25%;
  opacity: 0;
}

.bound_pickup {
  -webkit-animation: bound_animation_02 0.4s forwards;
          animation: bound_animation_02 0.4s forwards;
}

@-webkit-keyframes bound_animation_02 {
  0% {
    transform: translateY(-30%);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}

@keyframes bound_animation_02 {
  0% {
    transform: translateY(-30%);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.ad_btn {
  padding-bottom: 60px;
}
.ad_btn img {
  display: block;
}

.coupon_image {
  margin-bottom: 60px;
}
/*# sourceMappingURL=style.css.map */